:root{--primary: #1b3022;--primary-light: #2d5a3a;--bg: #f4f6f4;--bg-card: #ffffff;--text: #1a1c1a;--text-muted: #777;--border: #e8ebe8;--surface: #eef2ee}html.dark{--primary: #5ec97c;--primary-light: #7dd99a;--bg: #111814;--bg-card: #1c2620;--text: #e4ebe5;--text-muted: #8fa894;--border: #2c3d30;--surface: #243029}html{font-family:Outfit,sans-serif;background:var(--bg);color:var(--text);transition:background-color .25s ease,color .25s ease}body{margin:0;display:flex;flex-direction:column;min-height:100vh;background:var(--bg);transition:background-color .25s ease}header{background:#1b3022;color:#fff;padding:1rem 1rem 1.2rem;display:flex;flex-direction:column;align-items:center;gap:.8rem}html.dark header{background:#0c1710}.header-top{width:100%;max-width:900px;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:.8rem}.back-btn{width:34px;height:34px;background:#ffffff26}.back-btn:hover{background:#ffffff40}.back-btn .material-icons-outlined{font-size:1.2rem!important}.logo{text-decoration:none;color:#fff;display:flex;flex-direction:column}.main-logo{font-size:1.5rem;font-weight:700;line-height:1}.sub-logo{font-size:.6rem;font-weight:400;letter-spacing:1px;opacity:.8;margin-top:2px}.icon-btn{background:#ffffff1f;border:none;color:#fff;cursor:pointer;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0}.icon-btn:hover{background:#fff3}.segmented-control{display:inline-flex;background:#ffffff1f;padding:3px;border-radius:12px;width:100%;max-width:380px}.segmented-control a{flex:1;color:#ffffffbf;text-decoration:none;padding:.6rem .5rem;border-radius:8px;font-weight:500;font-size:.9rem;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s,color .2s}.segmented-control a.active{background:#fff;color:#1b3022;box-shadow:0 2px 8px #0003}html.dark .segmented-control a.active{background:#5ec97c;color:#0c1710}.segmented-control .material-icons-outlined{font-size:1.2rem}main{flex:1;max-width:900px;margin:0 auto;padding:1.5rem 1rem;width:100%;box-sizing:border-box}footer{text-align:center;padding:2rem;color:var(--text-muted);font-size:.8rem;border-top:1px solid var(--border);background:var(--bg-card)}.admin-fab-container{position:fixed;bottom:2rem;right:2rem;z-index:100}.fab{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:var(--primary);color:#fff;box-shadow:0 4px 12px #0000004d;text-decoration:none;transition:transform .2s,background .2s}.fab:hover{transform:scale(1.05);background:var(--primary-light)}html.dark .fab{color:var(--bg)}.fab .material-icons-outlined{font-size:1.8rem!important}.sheet-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:flex-end;opacity:0;pointer-events:none;transition:opacity .3s ease}.sheet-overlay.active{opacity:1;pointer-events:auto}.sheet{background:var(--bg-card);border-radius:24px 24px 0 0;padding:0 1.5rem 2.5rem;width:100%;max-width:580px;margin:0 auto;transform:translateY(100%);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.sheet-overlay.active .sheet{transform:translateY(0)}.sheet-handle{width:40px;height:4px;border-radius:2px;background:var(--border);margin:12px auto 20px}.settings-hero{display:flex;align-items:center;gap:1rem;margin-bottom:.6rem}.hero-logo{width:52px;height:52px;min-width:52px;border-radius:14px;background:var(--surface);display:flex;align-items:center;justify-content:center}.hero-logo-icon{font-size:1.8rem!important;color:var(--primary)}.hero-name{font-weight:700;font-size:1.1rem;color:var(--primary);display:block}.hero-sub{font-size:.8rem;color:var(--text-muted);display:block}.hero-desc{margin:0 0 1.2rem;font-size:.9rem;color:var(--text-muted);line-height:1.5;text-align:center}.hero-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.hero-link{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:opacity .2s}.hero-link:hover{opacity:.8}.hero-link-web{background:color-mix(in srgb,var(--primary) 12%,transparent);border:2px solid var(--primary);color:var(--primary)}.hero-link-web .material-icons-outlined{font-size:1.4rem!important}.hero-link-wa{background:#25d3661a;border:2px solid #25D366;color:#25d366}.hero-link-wa svg{width:22px;height:22px}.hero-link-email{background:color-mix(in srgb,var(--primary) 12%,transparent);border:2px solid var(--primary);color:var(--primary)}.hero-link-email .material-icons-outlined{font-size:1.4rem!important}.sheet-divider{height:1px;background:var(--border);margin:0 -1.5rem .5rem}.settings-rows{display:flex;flex-direction:column}.settings-row{display:flex;align-items:center;gap:1rem;padding:1rem 0;background:none;border:none;color:var(--text);cursor:pointer;width:100%;border-bottom:1px solid var(--border);text-align:left;font-family:inherit;font-size:1rem;transition:background .15s}.settings-row:last-child{border-bottom:none}.settings-row:hover{background:var(--surface);border-radius:12px;padding-left:.5rem}.row-icon{width:38px;height:38px;border-radius:10px;background:var(--surface);display:flex;align-items:center;justify-content:center;flex-shrink:0}.row-icon .material-icons-outlined{color:var(--primary);font-size:1.2rem!important}.row-label{flex:1;font-weight:500}.row-chevron{color:var(--text-muted);font-size:1.2rem!important}
