:root{--brand: #c8102e;--brand-dark: #8a0a1e;--gold: #b9975b;--gold-bright: #d4b06a;--charcoal: #1f2024;--charcoal-700: #34363c;--ink: #1a1a1d;--muted: #5a6270;--card: #ffffff;--cream: #f6f1ea;--border: #e7e2d9;--success: #137a3a;--warning: #b35400;--error: #b3261e}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--ink);line-height:1.5;min-height:100vh;background:linear-gradient(180deg,var(--brand) 0%,var(--brand-dark) 32%,var(--cream) 96%) no-repeat;background-attachment:fixed}.app-shell{max-width:720px;margin:0 auto;padding:1.5rem 1rem 4rem}.app-hero{margin-bottom:1.5rem}.app-hero__stage{display:flex;justify-content:center;padding:0;background:transparent;border:0;box-shadow:none}.app-hero__img{display:block;width:min(100%,600px);height:auto;max-height:none;border-radius:16px;box-shadow:0 12px 32px #00000038}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.75rem;box-shadow:0 6px 24px #1f20241a}.card h1{margin-top:0;color:var(--charcoal);font-size:1.5rem;line-height:1.2;letter-spacing:-.01em}.card--centered{text-align:center}.lede{font-size:1.02rem;color:var(--charcoal-700);margin:.4rem 0 0}.muted{color:var(--muted)}.muted--email{font-size:.9rem;margin-top:.75rem}.btn{padding:.8rem 1.2rem;border-radius:10px;border:1px solid transparent;font-weight:700;cursor:pointer;font-size:1rem;transition:background .15s ease,transform .02s ease}.btn-block{display:block;width:100%}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover:not(:disabled){background:var(--brand-dark)}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-primary:disabled{background:#d9b6bc;color:#fff;cursor:not-allowed}.btn:focus-visible{outline:3px solid rgba(185,151,91,.75);outline-offset:2px}.switch-input{position:absolute;opacity:0;width:0;height:0;margin:0}.switch{position:relative;flex:none;width:46px;height:26px;border-radius:999px;background:#ccd2db;transition:background .18s ease}.switch__thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000059;transition:transform .18s ease}.switch-input:checked+.switch{background:var(--brand)}.switch-input:checked+.switch--gold{background:var(--gold)}.switch-input:checked+.switch .switch__thumb{transform:translate(20px)}.switch-input:focus-visible+.switch{outline:3px solid rgba(185,151,91,.7);outline-offset:2px}.switch-input:disabled+.switch{opacity:.5}.feature-card{display:flex;align-items:center;gap:1rem;margin-top:1.25rem;padding:1rem 1.15rem;border-radius:12px;cursor:pointer;color:#fff;background:linear-gradient(135deg,var(--brand) 0%,var(--brand-dark) 100%);border:1px solid rgba(185,151,91,.55);transition:box-shadow .15s ease,border-color .15s ease}.feature-card--on{border-color:var(--gold);box-shadow:0 0 0 2px #b9975b99,0 8px 20px #8a0a1e47}.feature-card__body{flex:1;min-width:0}.feature-card__title{display:block;font-weight:700;font-size:1.02rem}.feature-card__desc{display:block;margin-top:.15rem;color:#ffffffd9;font-size:.88rem;line-height:1.4}.pref-sections{margin-top:1.5rem}.pref-section+.pref-section{margin-top:1.5rem}.pref-section__title{margin:0 0 .75rem;color:var(--charcoal);font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.pref-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.pref-card{display:flex;align-items:center;gap:1rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.pref-card:hover{border-color:#d8c9c2}.pref-card--on{border-color:#c8102e66;background:#fdf6f6;box-shadow:0 1px 2px #8a0a1e14}.pref-card--disabled{opacity:.55;cursor:not-allowed}.pref-card__body{flex:1;min-width:0}.pref-card__head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.pref-card__title{font-weight:600;color:var(--ink);font-size:1rem}.pref-card__chip{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--charcoal);background:#1f202412;border-radius:999px;padding:.15rem .5rem;line-height:1.5}.pref-card__desc{display:block;margin-top:.25rem;color:var(--muted);font-size:.87rem;line-height:1.4}.consent-note{margin:1rem 0 0;color:var(--muted);font-size:.8rem;line-height:1.45}.danger-zone{margin-top:1.5rem}.danger-zone hr{border:none;border-top:1px solid var(--border);margin:0 0 1rem}.optout{display:flex;align-items:flex-start;gap:.7rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:10px;background:#faf8f5;cursor:pointer}.optout input[type=checkbox]{flex:none;width:1.05rem;height:1.05rem;margin-top:.2rem;accent-color:var(--brand)}.optout--resume input[type=checkbox]{accent-color:var(--success)}.optout__text{display:flex;flex-direction:column;gap:.15rem}.optout__title{font-weight:600;color:var(--charcoal-700);font-size:.95rem}.optout--resume .optout__title{color:var(--brand-dark)}.optout__desc{color:var(--muted);font-size:.85rem;line-height:1.4}.pref-actions{position:sticky;bottom:0;margin:1.5rem -1.75rem -1.75rem;padding:1rem 1.75rem 1.25rem;background:linear-gradient(180deg,#ffffff8c,#fff 45%);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-top:1px solid var(--border);border-radius:0 0 16px 16px}.pref-actions--static{position:static;margin:1.5rem 0 0;padding:0;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;border-top:none}.pref-actions__help{text-align:center;color:var(--muted);font-size:.82rem;margin:.6rem 0 0}.confirm-badge{display:flex;justify-content:center;margin:.25rem 0 1rem}.confirm-badge__ring{fill:#137a3a14;stroke:var(--success);stroke-width:2;stroke-dasharray:151;stroke-dashoffset:151;animation:ring-draw .5s ease forwards}.confirm-badge__check{stroke:var(--success);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:44;stroke-dashoffset:44;animation:check-draw .35s .4s ease forwards}@keyframes ring-draw{to{stroke-dashoffset:0}}@keyframes check-draw{to{stroke-dashoffset:0}}.confirm-summary{text-align:left;margin:1.25rem 0 .5rem;display:flex;flex-direction:column;gap:1rem}.confirm-heading{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 .35rem}.confirm-list{margin:0;padding-left:1.25rem}.confirm-list li{padding:.15rem 0}.confirm-list--subscribed li::marker{color:var(--success)}.confirm-list--unsubscribed li::marker{color:var(--muted)}.success-banner{background:#ecf7f0;border:1px solid #bfe3cb;color:var(--success);padding:.7rem 1rem;border-radius:8px;margin:1rem 0 0}.warning{background:#fff7e6;border:1px solid #f0c674;padding:.75rem 1rem;border-radius:8px;color:var(--warning)}.warning--soft{margin:1rem 0 0}.error{color:var(--error)}.app-footer{margin-top:2rem;color:var(--muted);text-align:center}.app-footer a{color:var(--muted)}@media (prefers-reduced-motion: reduce){.confirm-badge__ring,.confirm-badge__check{animation:none;stroke-dashoffset:0}.switch,.switch__thumb,.btn,.pref-card,.feature-card{transition:none}}
