: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}.promo-card{grid-column:1 / -1;background:linear-gradient(135deg,#1b3022,#2d5a3a);border-radius:20px;padding:1.4rem 1.6rem;color:#fff;display:flex;flex-direction:column;gap:1.1rem;position:relative;overflow:hidden}.promo-card:after{content:"";position:absolute;top:-50px;right:-50px;width:180px;height:180px;background:#ffffff0d;border-radius:50%;pointer-events:none}.promo-text{display:flex;flex-direction:column;gap:4px}.promo-text strong{font-size:1.05rem;font-weight:700}.promo-text span{font-size:.84rem;color:#fffc;line-height:1.4}.promo-actions{display:flex;gap:.75rem}.promo-btn{padding:.55rem 1.2rem;border-radius:10px;font-weight:700;font-size:.85rem;text-decoration:none;cursor:pointer;font-family:inherit;transition:opacity .2s}.promo-btn:hover{opacity:.88}.promo-btn-email{background:#ffffff2e;color:#fff;border:1px solid rgba(255,255,255,.35)}.promo-btn-aide{background:#fff;color:#1b3022;border:none}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;opacity:0;pointer-events:none;transition:opacity .25s ease}.modal-overlay.active{opacity:1;pointer-events:auto}.modal-dialog{background:var(--bg-card);border-radius:24px;padding:1.8rem;max-width:480px;width:100%;position:relative;display:flex;flex-direction:column;gap:1.2rem;box-shadow:0 20px 60px #0000004d;transform:scale(.95);transition:transform .25s ease}.modal-overlay.active .modal-dialog{transform:scale(1)}.modal-close{position:absolute;top:1rem;right:1rem;background:var(--surface);border:none;color:var(--text-muted);cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;transition:background .2s}.modal-close:hover{background:var(--border)}.modal-close .material-icons-outlined{font-size:1.1rem!important}.modal-header{display:flex;align-items:center;gap:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.modal-logo{width:52px;height:52px;min-width:52px;border-radius:14px;background:var(--surface);display:flex;align-items:center;justify-content:center}.modal-logo-icon{font-size:1.8rem!important;color:var(--primary)}.modal-name{margin:0;font-weight:700;font-size:1.05rem;color:var(--primary)}.modal-sub{margin:0;font-size:.78rem;color:var(--text-muted)}.modal-info-card{background:var(--surface);border:1.5px solid var(--border);border-radius:16px;padding:1.2rem;display:flex;flex-direction:column;gap:1rem}.modal-headline{margin:0;font-size:.95rem;font-weight:700;color:var(--primary);line-height:1.5}.modal-give{display:flex;gap:.75rem;align-items:flex-start}.give-emoji{font-size:1.3rem;line-height:1.3;flex-shrink:0}.give-title{margin:0 0 .5rem;font-weight:800;font-size:.85rem;color:var(--text);letter-spacing:.3px}.give-body{margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.7;font-weight:500}.modal-actions{display:flex;justify-content:center;gap:1.5rem;padding-top:.5rem}.modal-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;font-weight:700;font-size:.85rem}.modal-btn>*{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.modal-btn-web{color:var(--primary)}.modal-btn-web .material-icons-outlined{font-size:1.5rem!important;background:color-mix(in srgb,var(--primary) 12%,transparent);border:2px solid var(--primary);color:var(--primary)}.modal-btn-wa{color:#25d366}.modal-btn-wa svg{padding:14px;background:#25d3661a;border:2px solid #25D366}.modal-btn-email{color:var(--primary)}.modal-btn-email .material-icons-outlined{font-size:1.5rem!important;background:color-mix(in srgb,var(--primary) 12%,transparent);border:2px solid var(--primary);color:var(--primary)}.modal-primary-btn{background:var(--primary);color:#fff!important;border:none;border-radius:14px;padding:.9rem 1.5rem;font-weight:700;font-size:.95rem;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:.6rem;box-shadow:0 4px 15px #5ec97c33;transition:all .2s ease;cursor:pointer}.modal-primary-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 6px 20px #5ec97c4d}.modal-primary-btn .material-icons-outlined{font-size:1.25rem!important}.modal-secondary-btn{background:var(--surface);color:var(--primary)!important;border:1px solid var(--border);border-radius:12px;padding:.65rem 1rem;font-weight:600;font-size:.82rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:all .2s ease;flex:1;box-sizing:border-box}.modal-secondary-btn:hover{background:var(--border)}
