:root{--font-app: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;font-family:var(--font-app);line-height:1.5;font-weight:400;color:#333;background:#fff5ee;color-scheme:light}html{box-sizing:border-box;min-height:100%;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit}body{margin:0;min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea,select{font:inherit}#root{min-height:100vh}:root{font-family:var(--font-app);line-height:1.5;font-weight:400;color:#333;background:#fff5ee;--app-bar-height: 64px;--bottom-nav-height: 68px;--color-brand: #db6b3b;--color-brand-dark: #bf5930;--color-brand-soft: #ffd9cc;--color-bg: #fff5ee;--color-surface: #fffdfb;--color-surface-muted: #fff8f3;--color-text-main: #333333;--color-text-muted: #8e8e93;--color-border-subtle: #e5e5ea;--color-success: #db6b3b;--color-error: #e0594f}body{margin:0;background:var(--color-bg);font-size:15px;color:var(--color-text-main)}.App{min-height:100vh;padding-bottom:0}.App--mobile{padding-bottom:var(--bottom-nav-height)}.app-content{padding-top:var(--app-bar-height)}@media (min-width: 769px){.app-content{padding-top:0}}*,*:before,*:after{box-sizing:border-box}.App{padding-bottom:48px}.page-container{width:100%;max-width:100%;margin:0 auto;padding:16px 16px 24px}@media (min-width: 768px){.page-container{max-width:1200px;padding:0 24px 40px}}@media (max-width: 768px){.page-container{padding-bottom:calc(24px + var(--bottom-nav-height))}}.app-header{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start;padding:16px 0 24px}@media (min-width: 768px){.app-header{flex-direction:row;justify-content:space-between;align-items:flex-start;padding:32px 0}}.app-header h1{margin:0;font-size:2rem}.app-header__brand{display:flex;flex-direction:column;gap:8px}.header-logo{height:48px;width:auto}@media (min-width: 900px){.app-header h1{font-size:2.5rem}}.header-controls{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;width:100%}@media (min-width: 768px){.header-controls{width:auto;min-width:220px}}.top-app-bar{position:fixed;top:0;left:0;right:0;height:var(--app-bar-height);padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:#fcf4e1f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 16px #1e21241f;z-index:100}.top-app-bar__title{display:flex;align-items:center;gap:10px}.top-app-bar__logo{width:24px;height:24px}.top-app-bar__brand{font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.95rem}.top-app-bar__subtitle{font-size:.75rem;color:var(--color-text-muted);display:block}.top-app-bar__actions{display:flex;align-items:center;gap:12px}.icon-button{background:#dd85371f;border:none;border-radius:12px;padding:8px;display:inline-flex;flex-direction:column;gap:4px;cursor:pointer;color:var(--color-brand);font-size:1.5rem;line-height:1;align-items:center;justify-content:center}.icon-button span{display:block;width:24px;height:2px;background:var(--color-brand)}.icon-button:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}select,input,button{font:inherit}select,input[type=search]{padding:.55rem .75rem;border-radius:10px;border:1px solid var(--color-border-subtle);background:var(--color-surface)}button{border-radius:12px;border:none;padding:.6rem 1.2rem;background:var(--color-brand);color:#fff;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;font-weight:600;min-height:44px}button:disabled{background:#5f66704d;cursor:not-allowed}button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 20px #dd853740;background:var(--color-brand-dark)}button.ghost{background:transparent;border:1px dashed var(--color-border-subtle);color:var(--color-brand-dark)}.btn-full{width:100%;text-align:center}@media (min-width: 768px){.btn-full{width:auto;text-align:left}}.card{background:var(--color-surface);border-radius:24px;padding:20px;box-shadow:0 16px 40px #0f172a14;border:1px solid var(--color-border-subtle)}@media (min-width: 900px){.card{padding:32px}}.login-screen{min-height:100vh;background:var(--color-bg);display:flex;align-items:center;justify-content:center;padding:32px 16px}.login-card{width:100%;max-width:420px;display:flex;flex-direction:column;gap:16px;text-align:left;padding:28px 24px}.login-card h1{margin:8px 0;font-size:1.65rem}.login-card p{margin:0}.login-logo{height:56px;width:auto;align-self:center;object-fit:contain;margin-bottom:12px}.login-users{display:flex;flex-direction:column;gap:12px;margin-top:8px}.login-option{display:flex;align-items:center;gap:12px;border:1px solid var(--color-border-subtle);border-radius:18px;padding:.9rem 1rem;background:var(--color-surface);color:var(--color-text-main);justify-content:space-between;cursor:pointer;width:100%;transition:box-shadow .2s ease,transform .2s ease}.login-option>div{flex:1}.login-option:hover{box-shadow:0 12px 30px #dd853726;transform:translateY(-1px)}.login-option--continue{border:1px solid var(--color-brand);background:#dd853714;justify-content:space-between}.login-option__cta{font-weight:600;font-size:.9rem;color:var(--color-brand-dark)}.avatar{width:var(--avatar-size, 40px);height:var(--avatar-size, 40px);border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:600;text-transform:uppercase;flex-shrink:0;background:var(--color-brand-soft)}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.avatar-initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-weight:600;color:#fff}.loading-state{display:flex;justify-content:center;align-items:center;min-height:60vh}.muted{color:var(--color-text-muted);margin:.25rem 0}.small{font-size:.85rem}.error-text{color:var(--color-error);font-weight:600}.section-title{margin-top:40px;margin-bottom:16px}.label{font-size:.8rem;text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.06em}.badge{display:inline-flex;align-items:center;gap:.2rem;padding:.25rem .65rem;border-radius:999px;font-size:.8rem;text-transform:capitalize;background:var(--color-brand-soft);color:var(--color-brand-dark)}.badge-beginner{background:#eaf8ef;color:var(--color-success)}.badge-intermediate{background:#fff1da;color:var(--color-brand-dark)}.badge-advanced{background:#fde4e1;color:var(--color-error)}.badge-info{background:var(--color-surface-muted);color:var(--color-text-main)}.badge-success{background:#e6f7ef;color:var(--color-success)}.badge-warning{background:#fde4e1;color:var(--color-error)}.badge-tier{background:var(--color-brand-soft);color:var(--color-brand-dark)}.tier-pill{background:var(--color-brand-soft);color:var(--color-brand-dark);padding:.25rem .9rem;border-radius:999px;font-weight:600}.profile-hero{display:flex;flex-direction:column;gap:16px;padding:20px;background:var(--color-surface);border-radius:32px;box-shadow:0 18px 40px #1e212414;border:1px solid var(--color-border-subtle);overflow:hidden}.profile-hero__cover{width:calc(100% + 40px);margin:-20px -20px 16px;height:150px;border-radius:24px 24px 0 0;background-size:cover;background-position:center}.profile-hero__content{display:flex;flex-direction:column;gap:16px}.profile-hero__identity{display:flex;gap:12px;align-items:flex-start}.profile-hero__heading{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.profile-hero__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.profile-hero__stats strong{font-size:1.3rem}@media (min-width: 900px){.profile-hero__stats strong{font-size:1.5rem}}.profile-hero__progress{display:flex;flex-direction:column;gap:8px}.profile-hero__insights{display:flex;flex-direction:column;gap:12px}.profile-hero__xp-card{display:flex;gap:16px;align-items:center;padding:16px;border-radius:18px;background:var(--color-surface-muted)}.profile-hero__vibe,.profile-hero__action{background:var(--color-surface);border-radius:24px;padding:16px;display:flex;flex-direction:column;gap:10px;box-shadow:inset 0 0 0 1px #0f172a0d}.profile-hero__action button{align-self:flex-start}.profile-hero--compact{display:flex;align-items:center;gap:12px;margin:16px 0;padding:12px 16px;border:1px solid var(--color-border-subtle);border-radius:20px}.profile-hero--compact button{margin-left:auto}.profile-hero__vibe-tags{display:flex;flex-wrap:wrap;gap:8px}.streak-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:999px;background:var(--color-brand-soft);color:var(--color-brand-dark);font-weight:600;font-size:.85rem}@media (min-width: 900px){.profile-hero{flex-direction:row;gap:32px;padding:32px 40px}.profile-hero__content{flex:2}.profile-hero__action{flex:1;height:100%}}.progress-bar{width:100%;height:8px;background:var(--color-surface-muted);border-radius:999px;overflow:hidden;margin:8px 0 12px}.progress-bar__fill{height:100%;background:linear-gradient(90deg,var(--color-brand),var(--color-brand-dark))}.progress-ring{position:relative;display:inline-flex;align-items:center;justify-content:center}.progress-ring svg{transform:rotate(-90deg)}.progress-ring__bg{stroke:var(--color-border-subtle);fill:none}.progress-ring__value{stroke:var(--color-brand);fill:none;stroke-linecap:round;transition:stroke-dashoffset .3s ease}.progress-ring__label{position:absolute;text-align:center}.progress-ring__label strong{display:block;font-size:1rem}.progress-ring__label span{font-size:.75rem;color:var(--color-text-muted)}.tab-nav{display:flex;gap:0;background:var(--color-surface-muted);border-radius:999px;padding:4px;margin-top:24px;box-shadow:inset 0 0 0 1px #1e212414;overflow:hidden}.tab-nav button{flex:1;background:transparent;border:none;color:var(--color-text-muted);padding:10px 4px;border-radius:999px;font-size:.9rem;font-weight:600}.tab-nav button.active{background:var(--color-brand);color:#fff;box-shadow:0 10px 18px #dd85374d}@media (min-width: 768px){.tab-nav{margin-top:32px}.tab-nav button{font-size:1rem;padding:12px 8px}}.filters-card{padding:16px;display:flex;flex-direction:column;gap:16px}.filters-card__header{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.filters-card__reset{align-self:flex-start}.filters-grid{display:flex;flex-direction:column;gap:12px}.filter-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}@media (min-width: 768px){.filters-card{padding:24px}.filters-card__header{flex-direction:row;justify-content:space-between;align-items:center}.filters-card__reset{align-self:center}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.filter-tags{gap:12px}}.tag-chip{border-radius:999px;border:1px solid var(--color-border-subtle);background:transparent;color:var(--color-text-muted);padding:.35rem .9rem;cursor:pointer}.tag-chip.active{background:var(--color-brand-soft);border-color:var(--color-brand);color:var(--color-brand-dark)}.tag-chip--static{pointer-events:none}.featured-grid,.events-grid{display:flex;flex-direction:column;gap:16px;margin-top:16px}@media (min-width: 768px){.featured-grid,.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:24px}}.event-card{display:flex;flex-direction:column;overflow:hidden;gap:16px;cursor:pointer}.event-card__media{width:100%;aspect-ratio:16 / 9;border-radius:18px;background-size:cover;background-position:center;margin-bottom:12px}.event-card__body{padding-top:1rem;display:flex;flex-direction:column;gap:.6rem}.event-card__heading{display:flex;justify-content:space-between;gap:.5rem}.event-card__tags{display:flex;flex-wrap:wrap;gap:.35rem}.event-card__description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.95rem}.event-card__crew-row{margin-top:.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(90px,1fr));gap:12px;align-items:center}.event-card__crew-row strong{display:block;font-size:1.25rem}.event-card__coach-chip{display:flex;align-items:center;gap:.5rem;border-left:1px solid var(--color-border-subtle);padding-left:.5rem}.event-card__footer{margin-top:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.event-card__footer button{padding:.7rem 1.3rem;width:100%}@media (max-width: 480px){.event-card__footer{flex-direction:column;align-items:flex-start}.event-card__footer button{width:100%}}@media (min-width: 481px){.event-card__footer button{width:auto;min-width:220px}}.safety-copy{font-size:.9rem;background:var(--color-brand-soft);color:var(--color-brand-dark);padding:.35rem .6rem;border-radius:10px}.event-card__footer .slots{font-weight:600}.event-card__footer .warning{font-size:.85rem}.booking-card{display:flex;flex-direction:column;gap:.75rem}.booking-card__cta{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}@media (min-width: 768px){.booking-card{flex-direction:row;justify-content:space-between;align-items:center}.booking-card__cta{align-items:flex-end;width:auto}}.perks-grid{display:flex;flex-direction:column;gap:16px}@media (min-width: 768px){.perks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}}.perk-card{display:flex;flex-direction:column;gap:12px}@media (min-width: 700px){.perk-card{flex-direction:row}}.perk-card--locked{opacity:.7}.perk-card__media{width:100%;height:180px;border-radius:16px;background-size:cover;background-position:center;flex-shrink:0}@media (min-width: 700px){.perk-card__media{width:140px;height:auto}}.perk-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.perk-diet-tags{display:flex;flex-wrap:wrap;gap:.35rem}.perk-card button{width:100%}@media (min-width: 700px){.perk-card button{width:auto}}.discover-intro{margin-top:8px}.discover-intro h3{margin:0 0 4px}.active-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.perks-summary{margin-top:24px;display:flex;flex-direction:column;gap:12px}.perks-summary button{margin-top:.5rem}@media (min-width: 768px){.perks-summary{flex-direction:row;justify-content:space-between;align-items:center}.perks-summary button{margin-top:0}}.insights-card{margin-top:24px}.recent-reflections ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.recent-reflections li{border-bottom:1px solid var(--color-border-subtle);padding-bottom:8px}.recent-reflections li:last-child{border-bottom:none}.login-screen .ghost{margin-top:1rem}.toast{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--color-text-main);color:#fff;padding:.85rem 1rem;border-radius:12px;display:flex;align-items:center;gap:.75rem;box-shadow:0 20px 40px #0f172a4d}.toast-success{background:#10b981}.toast-error{background:#ef4444}.toast button{background:transparent;border:none;color:inherit;font-size:1.2rem;padding:0}.toast__cta{font-size:.85rem;border:1px solid rgba(255,255,255,.5);border-radius:999px;padding:.2rem .8rem}.empty-state{padding:2rem;border:1px dashed var(--color-border-subtle);border-radius:20px;text-align:center;color:var(--color-text-muted)}.session-drawer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none}.session-drawer--open{pointer-events:auto}.session-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a66;opacity:0;transition:opacity .2s ease}.session-drawer--open .session-drawer__backdrop{opacity:1}.session-drawer__panel{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:24px 24px 0 0;max-height:90vh;overflow-y:auto;padding-bottom:40px;transform:translateY(100%);transition:transform .25s ease}.session-drawer--open .session-drawer__panel{transform:translateY(0)}@media (min-width: 900px){.session-drawer__panel{width:480px;right:0;left:auto;top:0;border-radius:24px 0 0 24px}}.session-drawer__close{position:absolute;top:12px;right:12px;border:none;background:#0f172ab3;color:#fff;width:32px;height:32px;border-radius:50%}.session-drawer__media{height:220px;background-size:cover;background-position:center;border-radius:24px 24px 0 0;display:flex;align-items:flex-start;justify-content:flex-end;padding:16px}.session-drawer__content{padding:24px;display:flex;flex-direction:column;gap:16px}.session-drawer__header{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.session-drawer__cta{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.session-drawer__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;background:var(--color-surface-muted);padding:12px;border-radius:16px}.session-drawer__progress{display:flex;flex-direction:column;gap:6px}.progress-track{width:100%;height:6px;border-radius:999px;background:var(--color-surface-muted);overflow:hidden}.progress-track__fill{height:100%;background:linear-gradient(90deg,var(--color-brand),var(--color-brand-dark))}.session-drawer__tabs{display:flex;gap:8px;border-bottom:1px solid var(--color-border-subtle)}.session-drawer__tabs button{flex:1;border:none;background:transparent;padding:.75rem;font-weight:600;color:var(--color-text-muted);border-bottom:2px solid transparent}.session-drawer__tabs button.active{color:var(--color-brand);border-color:var(--color-brand)}.session-drawer__body section{margin-bottom:20px}.session-drawer__instructor{display:flex;gap:12px;align-items:center}.session-drawer__crew{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.session-drawer__itinerary{list-style:decimal;padding-left:20px;display:flex;flex-direction:column;gap:8px}.session-drawer__map{width:100%;border-radius:16px}.session-drawer__chat{display:flex;flex-direction:column;gap:12px}.crew-chat__pinned{background:var(--color-brand-soft);padding:12px;border-radius:16px}.crew-chat__log{max-height:inherit;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.crew-chat__message{display:flex;gap:12px}.crew-chat__composer{display:flex;gap:8px}.crew-chat__composer input{flex:1;border-radius:999px;border:1px solid var(--color-border-subtle);padding:.5rem .85rem;background:var(--color-surface)}.crew-chat__composer button{padding:.5rem 1.2rem;border-radius:999px}.chat-sheet h3{margin-top:0}.chat-sheet__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.crew-chat__content{display:flex;flex-direction:column;gap:12px;max-height:45vh;overflow-y:auto;margin-bottom:12px}.chat-sheet{max-height:78vh}.modal-panel--sheet.chat-sheet{padding-bottom:calc(var(--bottom-nav-height) + 24px)}.crew-chat__row{display:flex;gap:8px;align-items:flex-end}.crew-chat__row--self{justify-content:flex-end}.crew-chat__bubble{background:var(--color-surface-muted);padding:10px 14px;border-radius:16px;max-width:80%;display:flex;flex-direction:column;gap:4px}.crew-chat__bubble--self{background:var(--color-brand);color:#fff;align-items:flex-end}.crew-chat__bubble--self .muted{color:#fffc}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;justify-content:center;align-items:center;padding:20px;z-index:150}.modal-overlay--sheet{align-items:flex-end;padding:0}.modal-panel{width:min(520px,100%);background:#fff;border-radius:24px;padding:24px;position:relative;max-height:90vh;overflow-y:auto;animation:modal-pop .25s ease;z-index:160}.modal-panel--sheet{width:100%;border-radius:24px 24px 0 0;padding-bottom:calc(env(safe-area-inset-bottom) + 24px);animation:sheet-slide .25s ease}.modal-panel__close{position:absolute;top:12px;right:12px;border:none;background:transparent;font-size:1.5rem;color:var(--color-text-muted);cursor:pointer}@keyframes modal-pop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes sheet-slide{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.reflection-form{display:flex;flex-direction:column;gap:12px;margin-top:12px}.reflection-form textarea{resize:vertical;border-radius:16px;border:1px solid var(--color-border-subtle);padding:.75rem}.reflection-range{display:flex;align-items:center;gap:8px}.reflection-toggle{display:flex;gap:12px}.reflection-toggle button{flex:1;border:1px solid var(--color-border-subtle);background:transparent;color:var(--color-text-muted)}.reflection-toggle button.active{border-color:var(--color-brand);color:var(--color-brand)}.reflection-actions{display:flex;gap:12px;justify-content:flex-end;align-items:center}@media (max-width: 480px){.reflection-actions{flex-direction:column;align-items:stretch}}.admin-view{display:flex;flex-direction:column;gap:24px}.admin-view__header{display:flex;justify-content:space-between;align-items:center}.admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.admin-card{display:flex;flex-direction:column;gap:12px}.admin-form{display:flex;flex-direction:column;gap:10px}.admin-form input,.admin-form select,.admin-form textarea{border-radius:12px;border:1px solid var(--color-border-subtle);padding:.5rem .75rem;font:inherit}.admin-form__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.admin-list{display:flex;flex-direction:column;gap:8px}.admin-list button{display:flex;justify-content:space-between;border:1px solid var(--color-border-subtle);border-radius:14px;background:var(--color-surface);padding:.6rem .75rem;cursor:pointer}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{text-align:left;padding:.35rem .5rem;border-bottom:1px solid var(--color-border-subtle)}.view{display:flex;flex-direction:column;gap:24px}.view-wrapper{margin-top:16px}.empty-state-card{text-align:center;padding:48px 32px;display:flex;flex-direction:column;gap:12px}.empty-state-card button{align-self:center}.section-heading{display:flex;flex-direction:column;gap:.25rem;margin-top:16px;margin-bottom:8px}.section-title h2,.section-heading h3{margin:0;font-size:1.25rem}@media (min-width: 768px){.section-title h2{font-size:1.75rem}.section-heading h3{font-size:1.4rem}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:var(--bottom-nav-height);background:#fff;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--color-border-subtle);box-shadow:0 -6px 18px #0f172a14;z-index:90}.bottom-nav button{background:transparent;border:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--color-text-muted);font-size:.8rem}.bottom-nav__icon svg{width:24px;height:24px;fill:currentColor}.bottom-nav button.active{color:var(--color-brand);font-weight:600}.bottom-nav button.active svg{transform:translateY(-1px)}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:120}.mobile-drawer--open{pointer-events:auto}.mobile-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a66;opacity:0;transition:opacity .2s ease}.mobile-drawer--open .mobile-drawer__backdrop{opacity:1}.mobile-drawer__panel{position:absolute;top:0;bottom:0;right:0;width:min(320px,80%);background:var(--color-surface);border-radius:0 24px 24px 0;padding:24px 20px;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column;gap:24px}.mobile-drawer--open .mobile-drawer__panel{transform:translate(0)}.mobile-drawer__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.mobile-drawer__header>div{display:flex;gap:12px;align-items:center}.mobile-drawer__nav{display:flex;flex-direction:column;gap:8px}.mobile-drawer__nav button{border:1px solid transparent;background:transparent;padding:12px 14px;border-radius:14px;text-align:left;font-size:1rem;font-weight:500;color:var(--color-text-main);transition:background .2s ease,color .2s ease,border .2s ease}.mobile-drawer__nav button.active{background:var(--color-brand-soft);color:var(--color-brand-dark);border-color:var(--color-brand)}.mobile-drawer__footer{margin-top:auto;display:flex;flex-direction:column;gap:8px}.landing-page{--font-app: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;--bg: #f8f1eb;--bg-soft: #fff7f2;--surface: rgba(255, 250, 247, .9);--surface-solid: #fffaf7;--surface-dark: #231714;--text: #221a17;--text-soft: #5f5350;--muted: #8d7e78;--border: rgba(94, 70, 58, .12);--accent: #ff6722;--accent-deep: #e35315;--accent-soft: #ffe1d3;--shadow-soft: 0 18px 48px rgba(45, 27, 21, .08);--shadow-glow: 0 18px 42px rgba(242, 106, 33, .24);min-height:100vh;font-family:var(--font-app);color:var(--text);background:radial-gradient(circle at 84% 14%,rgba(255,103,34,.16),transparent 19%),radial-gradient(circle at 14% 64%,rgba(255,228,214,.64),transparent 22%),var(--bg);overflow-x:hidden}.landing-page *,.landing-page *:before,.landing-page *:after{box-sizing:border-box}.landing-page a{color:inherit;text-decoration:none}.landing-page img{display:block;max-width:100%}.landing-shell{width:min(1360px,calc(100% - 48px));margin:0 auto}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.landing-nav{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(94,70,58,.08);background:#f7efe9d1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.landing-nav__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:92px}.landing-brand{display:inline-flex;align-items:center;gap:12px;font-size:2.02rem;font-weight:800;letter-spacing:-.05em;transition:color .2s ease,text-shadow .2s ease}.landing-brand__mark{width:54px;height:54px;filter:drop-shadow(0 6px 18px rgba(255,103,34,.14));transition:filter .2s ease,transform .2s ease}.landing-nav__links{display:flex;align-items:center;gap:28px}.landing-nav__links a{color:var(--muted);font-size:.98rem;font-weight:700;transition:color .2s ease,text-shadow .2s ease}.landing-brand:hover,.landing-brand:focus-visible{color:var(--accent);text-shadow:0 0 18px rgba(255,103,34,.22)}.landing-brand:hover .landing-brand__mark,.landing-brand:focus-visible .landing-brand__mark{filter:drop-shadow(0 10px 24px rgba(255,103,34,.34));transform:translateY(-1px)}.landing-nav__links a:hover,.landing-nav__links a:focus-visible{color:var(--accent);text-shadow:0 0 16px rgba(255,103,34,.22)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 22px;border-radius:999px;border:1px solid transparent;font-weight:800;font-size:1rem;line-height:1;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.button:hover,.button:focus-visible{transform:translateY(-1px)}.button:focus-visible,.landing-page input:focus-visible{outline:3px solid rgba(242,106,33,.2);outline-offset:3px}.button--small{min-height:50px;padding:0 24px}.button--primary{background:linear-gradient(135deg,#ff742c,#f35d1d);color:#fff;border-color:#ffffff1a;box-shadow:0 18px 42px #ff672247}.button--primary:hover,.button--primary:focus-visible{background:linear-gradient(135deg,#ff7e39,#ea5315);box-shadow:0 22px 48px #e3531552}.button--ghost{border-color:#5e463a1f;background:#ffffffbd;color:var(--text)}.button--ghost:hover,.button--ghost:focus-visible{background:#ffffffeb;border-color:#f26a2147}.button--light{background:#fff7f3;color:var(--accent-deep);box-shadow:0 14px 34px #0000001f}.button--light:hover,.button--light:focus-visible{background:#fff}.button--outline-light{background:transparent;color:#fff7f3;border-color:#fff7f373}.button--outline-light:hover,.button--outline-light:focus-visible{background:#fff7f31a}.landing-page a.button--primary,.landing-page button.button--primary,.landing-page a.button--outline-light,.landing-page a.button--light{color:inherit}.landing-page a.button--primary,.landing-page button.button--primary{color:#fff}.landing-page a.button--outline-light{color:#fff7f3}.landing-page a.button--light{color:var(--accent-deep)}.button--full{width:100%}.eyebrow{margin:0 0 14px;color:var(--accent);font-size:.86rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow--light{color:#fff7f3c7}.hero{position:relative;min-height:calc(100vh - 88px);display:flex;align-items:center;padding:28px 0 72px}.hero__layout{display:grid;grid-template-columns:minmax(0,.82fr) minmax(420px,.98fr);gap:clamp(28px,5vw,84px);align-items:center}.hero__content h1,.section-header h2,.copy-column h2,.safety-band__copy h2,.final-band h2{margin:0;font-size:clamp(3.6rem,8vw,6.6rem);line-height:.92;letter-spacing:-.07em}.hero__content h1{max-width:7.4ch}.hero__content h1 span,.copy-column h2 span{display:block;color:var(--accent);font-style:italic}.hero__copy,.section-copy,.form-panel__header p:last-child,.step-item p,.benefit-list li,.metric-row article strong,.landing-footer__brand p{color:var(--text-soft)}.hero__copy{max-width:30rem;margin:22px 0 0;font-size:clamp(1.08rem,2vw,1.24rem);line-height:1.65}.hero__proof{margin:18px 0 0;color:var(--muted);font-size:.98rem;font-weight:700}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.hero__pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hero__pills span,.safety-band__points span{display:inline-flex;align-items:center;min-height:40px;padding:0 16px;border-radius:999px;border:1px solid rgba(94,70,58,.1);background:#ffffffb8;color:var(--muted);font-size:.92rem;font-weight:700}.hero__visual{position:relative;display:flex;align-items:center;justify-content:flex-end;min-height:650px}.hero__glow{position:absolute;border-radius:999px;filter:blur(48px);opacity:.9;pointer-events:none}.hero__glow--primary{width:450px;height:450px;right:12px;top:84px;background:#ff672238}.hero__glow--secondary{width:340px;height:340px;left:48px;bottom:84px;background:#ffdccac2}.phone-preview{position:relative;z-index:2;width:min(366px,100%)}.phone-preview__top,.phone-preview__dots,.phone-preview__caption{position:relative;z-index:1}.phone-preview__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:10px}.phone-preview__top p{margin:0;color:var(--accent);font-size:.82rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.phone-preview__top strong{display:block;margin-top:4px;font-size:1.02rem;font-weight:800;letter-spacing:-.04em}.phone-preview__dots button{border:none;cursor:pointer}.phone-preview__viewport{position:relative;aspect-ratio:1734 / 3264}.phone-preview__hotspot{position:absolute;top:11%;bottom:12%;z-index:3;width:14%;margin:0;padding:0;border:none;border-radius:0;background:#0000;opacity:0;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;box-shadow:none}.phone-preview__hotspot--prev{left:0}.phone-preview__hotspot--next{right:0}.phone-shot{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;margin:0;opacity:0;transform:translateY(8px) scale(.985);transform-origin:center;transition:opacity .48s ease,transform .48s ease;pointer-events:none}.phone-shot.is-active{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.phone-shot img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 34px 72px rgba(35,23,20,.22))}.phone-preview__dots{display:flex;justify-content:center;gap:8px;padding:10px 0 2px}.phone-preview__dots button{width:6px;height:6px;border-radius:999px;background:#5e463a2e;transition:transform .18s ease,background-color .18s ease}.phone-preview__dots button.is-active{transform:scale(.5);background:var(--accent)}.phone-preview__caption{max-width:18rem;margin:0 auto;text-align:center}.phone-preview__caption strong{display:block;font-size:.94rem;letter-spacing:-.03em}.phone-preview__caption span{display:block;margin-top:4px;color:var(--muted);font-size:.88rem;line-height:1.45}.how-it-works,.landing-section{padding:30px 0;scroll-margin-top:110px}.section-header{max-width:680px}.section-header h2{font-size:clamp(2.15rem,4.2vw,3.4rem)}.steps-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}.step-item{padding-top:24px;border-top:1px solid rgba(94,70,58,.14)}.step-item__number{display:inline-block;color:#f26a217a;font-size:2.2rem;font-weight:800;letter-spacing:-.06em}.step-item h3{margin:12px 0 10px;font-size:1.7rem;line-height:.95;letter-spacing:-.05em}.step-item p{margin:0;max-width:20rem;line-height:1.6}.landing-section--split .split-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,.88fr);gap:40px;align-items:start}.split-layout--reverse{grid-template-columns:minmax(0,.88fr) minmax(0,.92fr)}.copy-column h2{font-size:clamp(2.4rem,4.8vw,4rem);max-width:9ch}.section-copy{max-width:36rem;margin:18px 0 0;font-size:1.02rem;line-height:1.62}.benefit-list{list-style:none;margin:20px 0 0;padding:0;display:grid;gap:14px}.benefit-list li{position:relative;padding-left:24px;line-height:1.65}.benefit-list li:before{content:"";position:absolute;left:0;top:.58rem;width:10px;height:10px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 6px #f26a211f}.form-panel{padding:30px;border-radius:32px;background:#fffaf7f0;border:1px solid rgba(94,70,58,.08);box-shadow:var(--shadow-soft)}.form-panel--highlight{position:relative}.form-panel--highlight:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:-1;border-radius:32px;background:linear-gradient(135deg,rgba(242,106,33,.18),transparent 46%);filter:blur(12px)}.form-panel__header h3{margin:0;font-size:2.2rem;letter-spacing:-.05em}.form-panel form{display:grid;gap:16px;margin-top:20px}.optional-toggle{justify-self:flex-start;padding:0;border:none;background:none;color:var(--accent-deep);font:inherit;font-size:.95rem;font-weight:800;cursor:pointer}.optional-toggle:hover,.optional-toggle:focus-visible{text-decoration:underline}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-field{display:grid;gap:8px}.form-field--full{grid-column:1 / -1}.form-field label{font-size:.94rem;font-weight:800}.landing-page input{width:100%;min-height:54px;padding:0 16px;border-radius:16px;border:1px solid rgba(94,70,58,.12);background:#ffffffd6;color:var(--text);font:inherit}.landing-page input::placeholder{color:#a3948d}.form-message{min-height:1.4rem;margin:0;font-size:.94rem;line-height:1.45}.form-message.success{color:#2d714d}.form-message.error{color:#bc4b22}.safety-band{padding:18px 0 28px;scroll-margin-top:110px}.safety-band__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 32px;border-radius:36px;background:radial-gradient(circle at 35% 40%,rgba(255,128,63,.14),transparent 26%),linear-gradient(135deg,#2b1b16,#1c120f);box-shadow:0 28px 56px #19100c2e}.safety-band__copy h2{color:#fff7f3;font-size:clamp(2.2rem,4vw,3.6rem)}.safety-band__points{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.safety-band__points span{border-color:#fff7f31f;background:#fff7f314;color:#fff7f3d6}.metric-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:22px}.metric-row article{padding:18px;border-radius:24px;background:#fffaf7c2;border:1px solid rgba(94,70,58,.08)}.metric-row span{display:block;color:var(--accent);font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.metric-row strong{display:block;margin-top:10px;font-size:1rem;line-height:1.45}.landing-section--final{padding-top:18px;padding-bottom:34px}.final-band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:28px 32px;border-radius:40px;background:linear-gradient(135deg,#ea641b,#ff8845);box-shadow:0 28px 60px #f26a2147}.final-band h2{color:#fff7f3;font-size:clamp(2.6rem,5vw,4.4rem);max-width:12ch}.final-band__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.landing-footer{padding:0 0 34px}.landing-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:22px;border-top:1px solid rgba(94,70,58,.12)}.landing-footer__brand{display:flex;align-items:center;gap:14px}.landing-footer__brand img{width:56px;height:56px}.landing-footer__brand strong{display:block;font-size:1.25rem;letter-spacing:-.04em}.landing-footer__brand p{margin:4px 0 0}.landing-footer__links{display:flex;flex-wrap:wrap;gap:20px}.landing-footer__links a{color:var(--muted);font-weight:700}.landing-footer__links a:hover,.landing-footer__links a:focus-visible{color:var(--text)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 1100px){.hero{min-height:auto;padding-bottom:48px}.hero__layout,.landing-section--split .split-layout,.split-layout--reverse,.final-band,.safety-band__inner{grid-template-columns:1fr;display:grid}.hero__visual{min-height:auto;padding-top:16px;justify-content:center}.metric-row,.steps-row{grid-template-columns:1fr}.safety-band__points,.final-band__actions{justify-content:flex-start}}@media (max-width: 820px){.landing-nav__inner{min-height:76px;padding:14px 0}.landing-nav__links{display:none}.landing-brand{font-size:1.8rem}.landing-nav .button--small{min-height:48px;padding:0 20px}.hero__layout{gap:24px}.phone-preview{width:min(100%,322px)}}@media (max-width: 640px){.landing-shell{width:calc(100% - 24px)}.hero{padding:14px 0 22px}.how-it-works,.landing-section{padding:24px 0}.hero__actions,.final-band__actions{display:grid;grid-template-columns:1fr;width:100%}.hero__actions .button,.final-band__actions .button,.form-panel .button--full{width:100%}.hero__content h1,.section-header h2,.safety-band__copy h2,.final-band h2{font-size:clamp(2.6rem,13vw,4rem)}.copy-column h2{font-size:clamp(2.18rem,11vw,3rem);line-height:.95}.hero__content h1{max-width:6ch}.hero__copy,.section-copy{font-size:.95rem;line-height:1.52}.hero__proof{display:none}.form-grid{grid-template-columns:1fr}.form-field--full{grid-column:auto}.phone-preview{max-width:284px;margin:0 auto}.phone-preview__top{display:none}.phone-preview__viewport{margin:0}.phone-preview__hotspot{display:none}.phone-preview__dots{gap:8px;padding-top:10px}.phone-preview__caption strong{font-size:.88rem}.phone-preview__caption span{display:none}.form-panel,.final-band,.safety-band__inner{padding:18px}.form-panel{border-radius:24px}.form-panel__header h3{font-size:1.75rem}.form-panel__header p:last-child{font-size:.95rem;line-height:1.5}.form-panel form{gap:14px;margin-top:16px}.landing-page input{min-height:50px}.section-header,.copy-column h2{max-width:none}.benefit-list{gap:8px;margin-top:12px}.benefit-list li{line-height:1.52;font-size:.96rem}.safety-band__points{justify-content:flex-start;gap:8px}.metric-row{display:none}.final-band{padding:18px;gap:12px}.final-band h2{max-width:7ch;font-size:clamp(1.7rem,8vw,2.4rem)}.landing-footer__inner{flex-direction:column;align-items:flex-start;gap:18px}}@media (max-width: 480px){.landing-brand{gap:10px;font-size:1.55rem}.landing-brand__mark{width:44px;height:44px}.landing-nav .button--small{min-height:46px;padding:0 18px;font-size:.95rem}.hero__content h1,.section-header h2{font-size:clamp(2.35rem,13vw,3.2rem)}.copy-column h2{font-size:clamp(1.96rem,10.5vw,2.7rem)}.hero__pills span,.safety-band__points span{min-height:34px;font-size:.82rem}.hero__pills{display:none}.benefit-list li:nth-child(n+2){display:none}.section-copy{margin-top:14px}.phone-preview__viewport{aspect-ratio:1734 / 3264}.phone-preview{max-width:264px}.phone-preview__dots{gap:7px}.final-band h2{max-width:6ch;font-size:clamp(1.6rem,7.5vw,2.05rem)}.safety-band__copy h2{font-size:clamp(1.85rem,10vw,2.45rem)}.landing-footer__brand{align-items:center}.landing-footer__brand p{font-size:.95rem;line-height:1.45}}@media (prefers-reduced-motion: reduce){[data-reveal],.phone-shot,.phone-preview__dots button,.button{transition:none}}
