@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600&display=swap";:root{color:#18211f;font-synthesis:none;--ink:#18211f;--muted:#71807b;--line:#dfe7e1;--mint:#bcefd7;--green:#24664f;--cream:#f7f8f4;--coral:#ff927d;background:#f7f8f4;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--cream);min-width:320px;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer;border:0}.app-shell{min-height:100vh}.app-header{border-bottom:1px solid var(--line);z-index:5;background:#fbfcf9;align-items:center;gap:24px;height:76px;padding:0 5vw;display:flex;position:sticky;top:0}.brand{letter-spacing:-.04em;align-items:center;gap:9px;margin-right:auto;font-size:20px;font-weight:700;display:flex}.brand>span:last-child span{color:#ee795e}.brand-mark{align-items:flex-end;gap:3px;height:24px;display:flex}.brand-mark i{background:#62c59e;border-radius:8px;width:5px;display:block}.brand-mark i:first-child{height:11px}.brand-mark i:nth-child(2){background:#f49c7f;height:19px}.brand-mark i:nth-child(3){background:#3e9b7a;height:15px}.location-chip{color:var(--green);align-items:center;gap:7px;min-width:0;font-size:13px;display:flex}.location-chip span{text-overflow:ellipsis;white-space:nowrap;max-width:min(42vw,360px);overflow:hidden}.avatar{color:#24664f;background:#d7eee2;border-radius:50%;flex:none;justify-content:center;align-items:center;font-weight:700;display:inline-flex}.avatar-small{width:34px;height:34px;font-size:11px}.avatar-medium{width:40px;height:40px;font-size:12px}.avatar-large{width:86px;height:86px;font-size:25px}.avatar-tiny{width:26px;height:26px;font-size:8px}.tone-violet{color:#7054ae;background:#e4dcff}.tone-blue{color:#4172a7;background:#d8eafd}.tone-coral{color:#b75e49;background:#ffdcd0}.tone-gold{color:#9d741f;background:#f8e8b9}.tone-ink{color:#fff;background:#253c39}.app-main{max-width:1120px;margin:0 auto;padding:64px 28px 120px}.page h1{letter-spacing:-.065em;margin:10px 0 16px;font-size:clamp(36px,5vw,62px);line-height:1.02}.page h1 em,.hero-copy em{color:#35a978;font-family:Fraunces,serif;font-weight:600}.lead{color:var(--muted);max-width:540px;line-height:1.65}.eyebrow{letter-spacing:.16em;color:#6c887b;font-size:11px;font-weight:700}.welcome-block{margin-bottom:48px}.welcome-block p:last-child{margin-top:22px}.activity-section{max-width:770px}.section-heading{align-items:center;margin-bottom:18px;display:flex}.section-heading h2{margin:0;font-size:16px}.section-heading span{color:var(--muted);margin-left:auto;font-size:12px}.activity-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.activity-card,.intent-list-card{text-align:left;border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:18px;align-items:center;gap:15px;padding:20px;transition:all .2s;display:flex}.activity-card:hover,.intent-list-card:hover{border-color:#94d4b6;transform:translateY(-2px);box-shadow:0 10px 24px #214c3210}.activity-card>span:nth-child(2),.intent-list-card>span:nth-child(2){flex-direction:column;flex:1;gap:4px;display:flex}.activity-card strong,.intent-list-card strong{font-size:15px}.activity-card small,.intent-list-card small{color:var(--muted);font-size:12px}.activity-icon{font-size:26px}.icon{display:inline-block}.how-card{background:#e9f7ef;border-radius:18px;align-items:flex-start;gap:14px;max-width:440px;margin-top:52px;padding:19px;display:flex}.how-icon{color:#2d9d73;background:#fff;border-radius:10px;padding:9px}.how-card p{color:#648076;margin:5px 0 0;font-size:13px;line-height:1.5}.bottom-nav{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);z-index:6;background:#fbfcf9ee;justify-content:center;gap:56px;padding:12px;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:#8b9993;background:0 0;align-items:center;gap:7px;font-size:12px;display:flex}.bottom-nav button.active{color:#2a8968;font-weight:700}.narrow-page{max-width:660px;margin:auto}.form-page{max-width:700px}.back-button,.text-button{color:var(--muted);background:0 0;align-items:center;gap:8px;padding:0;font-size:13px;display:flex}.step-kicker{color:#2c9a70;letter-spacing:.13em;margin-top:48px;font-size:11px;font-weight:700}.step-kicker span{background:#c9f0dd;border-radius:50%;margin-right:8px;padding:5px 8px}.form-group{margin:26px 0}.field-label{margin:0 0 8px;font-size:12px;font-weight:700;display:block}.field-label span{color:#9aa8a2;margin-left:5px;font-weight:400}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:12px;outline:none;padding:14px}input:focus,textarea:focus,select:focus{border-color:#5fc095;box-shadow:0 0 0 3px #9ce4bf30}.select-wrap{align-items:center;gap:10px;display:flex}.select-wrap select{appearance:auto}.form-row{grid-template-columns:1fr 1fr;gap:18px;display:grid}.location-fieldset{border:0;margin:2px 0 12px;padding:0}.location-fieldset>.field-label{margin-bottom:-6px}.location-fieldset .form-group{margin:18px 0}.location-helper{margin:-2px 0 22px;line-height:1.55}.location-helper strong{color:var(--green)}.size-picker{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.size-picker button{border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;gap:4px;padding:12px 4px;display:flex}.size-picker button.selected{color:#257b5b;background:#edfbf3;border-color:#48ad80}.size-picker span{color:var(--muted);font-size:10px}.helper,.form-assurance,.demo-hint{color:var(--muted);font-size:12px}.button{border-radius:12px;justify-content:center;align-items:center;gap:9px;padding:14px 18px;font-weight:700;display:inline-flex}.button-primary{color:#fff;background:#256f55;box-shadow:0 8px 20px #24664f22}.button-primary:hover:not(:disabled){background:#1e5e48}.button-large{width:100%;padding:16px}.button-ghost{border:1px solid var(--line);color:var(--ink);background:#fff}.centered-page{text-align:center}.centered-page .lead{margin-left:auto;margin-right:auto}.status-pill{letter-spacing:.1em;border-radius:30px;align-items:center;gap:7px;padding:8px 12px;font-size:10px;font-weight:700;display:inline-flex}.status-pill.waiting{color:#a96d2d;background:#fff0dc}.status-pill.success{color:#277c5d;background:#dff7e9}.status-pill i{background:currentColor;border-radius:50%;width:7px;height:7px}.progress-orbit{background:conic-gradient(#56bd8d var(--progress),#e3eee7 0);border-radius:50%;width:190px;height:190px;margin:42px auto 30px;padding:10px}.progress-orbit>div{background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.progress-orbit strong{letter-spacing:-.07em;font-size:38px}.progress-orbit strong small{color:#94a49c;font-size:16px}.progress-orbit p{color:var(--muted);margin:4px;font-size:11px}.plan-summary,.match-card,.group-info-card,.chat-card{border:1px solid var(--line);text-align:left;background:#fff;border-radius:20px;padding:22px;box-shadow:0 12px 30px #234c3210}.plan-summary{margin:30px 0 20px}.plan-title,.match-card-head{align-items:center;gap:14px;display:flex}.plan-title>span,.match-card-head>span{font-size:31px}.plan-title h2,.match-card h2{margin:3px 0;font-size:20px}.plan-title small,.match-card small{letter-spacing:.1em;color:var(--muted);font-size:10px;font-weight:700}.facts{border-top:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:12px;margin-top:20px;padding-top:18px;display:grid}.facts>div{color:#5a7d6d;align-items:flex-start;gap:8px;display:flex}.facts span{flex-direction:column;gap:3px;display:flex}.facts strong{color:var(--ink);font-size:12px}.facts small{color:var(--muted);letter-spacing:.1em;font-size:9px}.threshold-copy{text-align:left;margin:25px 0}.threshold-copy>div:first-child{color:var(--muted);justify-content:space-between;font-size:12px;display:flex}.progress-track{background:#e4eee8;border-radius:9px;height:7px;margin-top:8px;overflow:hidden}.progress-track i{background:#55be8c;border-radius:9px;height:100%;display:block}.demo-hint{margin-top:16px}.text-button{margin:20px auto}.success-burst{width:max-content;margin:24px auto 18px;font-size:34px;position:relative}.success-burst i{background:#ff9a7f;border-radius:50%;width:6px;height:6px;position:absolute}.success-burst i:nth-child(2){top:0;left:-14px}.success-burst i:nth-child(3){top:22px;right:-18px}.success-burst i:nth-child(4){bottom:-4px;left:3px}.confirm-page h1{font-size:48px}.match-card{margin:28px 0 22px}.match-card-head>span{margin-left:auto}.people-row{border-top:1px solid var(--line);align-items:center;gap:13px;margin-top:20px;padding-top:18px;display:flex}.people-row strong,.people-row small{display:block}.people-row small{color:var(--muted);margin-top:3px;font-size:12px}.avatar-stack{display:flex}.avatar-stack .avatar{border:3px solid #fff;margin-right:-8px}.avatar-stack.small{padding-right:7px}.group-page{max-width:1000px}.group-hero{background:#e6f7ed;border-radius:24px;margin-bottom:24px;padding:40px 44px}.group-hero h1{font-size:48px}.group-emoji{margin:25px 0 5px;font-size:48px;display:block}.group-hero p{color:#5d8172}.group-layout{grid-template-columns:1fr 1fr;gap:22px;display:grid}.group-info-card h2,.chat-card h2{margin:0 0 4px;font-size:20px}.participant-section{margin-top:25px}.participant-section>small{color:var(--muted);letter-spacing:.1em;font-size:10px;font-weight:700}.participant-list{flex-direction:column;gap:13px;margin-top:11px;display:flex}.participant-list>div{align-items:center;gap:11px;display:flex}.participant-list>div>span{flex-direction:column;flex:1;display:flex}.participant-list small{color:var(--muted);font-size:11px}.participant-list>svg{color:#3ca879}.privacy-note{color:#658174;background:#f0f6f1;border-radius:10px;margin-top:25px;padding:12px;font-size:12px}.chat-card{flex-direction:column;min-height:430px;display:flex}.chat-card header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:15px;display:flex}.chat-card header span{color:#4e8f72;font-size:11px}.chat-card header i{background:#55be8c;border-radius:50%;width:6px;height:6px;display:inline-block}.messages{flex-direction:column;flex:1;gap:13px;padding:15px 0;display:flex}.system-message{text-align:center;color:#91a099;padding:6px;font-size:10px}.message{align-items:flex-start;gap:8px;display:flex}.message>div{flex-direction:column;align-items:flex-start;display:flex}.message span{color:var(--muted);gap:7px;font-size:10px;display:flex}.message p{background:#f0f6f1;border-radius:4px 12px 12px;margin:3px 0;padding:9px 12px;font-size:13px}.message.own{justify-content:flex-end}.message.own>div{align-items:flex-end}.message.own p{background:#d9f4e5;border-radius:12px 4px 12px 12px}.chat-input{border-top:1px solid var(--line);gap:8px;padding-top:15px;display:flex}.chat-input input{padding:11px}.chat-input button{color:#fff;background:#256f55;border-radius:11px;width:42px}.chat-input button:disabled{opacity:.4}.plans-page{max-width:720px}.plans-page h1{font-size:48px}.intent-list-card{width:100%;margin:11px 0}.intent-status{text-transform:uppercase;font-weight:700;letter-spacing:.09em!important;font-size:9px!important}.status-waiting{color:#b47b31!important}.status-matched{color:#3e8b6b!important}.status-confirmed{color:#3d73a1!important}.empty-state{text-align:center;border:1px dashed var(--line);background:#fff;border-radius:20px;margin-top:30px;padding:50px 20px}.empty-state>span{color:#54b98a;font-size:30px}.empty-state h2{margin-bottom:6px}.empty-state p{color:var(--muted);font-size:13px}.profile-card{text-align:center;border:1px solid var(--line);background:#fff;border-radius:20px;max-width:420px;padding:40px}.profile-card h1{margin:18px 0 6px;font-size:40px}.profile-card>p{color:var(--muted);justify-content:center;gap:5px;display:flex}.profile-demo{text-align:left;background:#f0f6f1;border-radius:10px;margin:30px 0 18px;padding:14px}.profile-demo strong,.profile-demo span{display:block}.profile-demo span{color:var(--muted);margin-top:4px;font-size:12px}.auth-shell{grid-template-columns:1.1fr .9fr;min-height:100vh;display:grid}.auth-visual{color:#f6fff8;background:#173d34;padding:50px 8vw;position:relative;overflow:hidden}.auth-visual .brand{color:#fff}.hero-copy{z-index:1;max-width:530px;margin-top:23vh;position:relative}.hero-copy h1{letter-spacing:-.065em;margin:13px 0 24px;font-size:clamp(48px,6vw,84px);line-height:.98}.hero-copy p:last-child{color:#b6d2c4;max-width:380px;line-height:1.6}.hero-copy em{color:#9ee7c0}.orb{filter:blur(2px);opacity:.38;border-radius:50%;position:absolute}.orb-one{background:#2d9770;width:400px;height:400px;top:100px;right:-100px}.orb-two{background:#f28c70;width:240px;height:240px;bottom:-80px;left:15%}.floating-card{z-index:1;color:var(--ink);background:#f8fff9;border-radius:14px;align-items:center;gap:12px;padding:14px;display:flex;position:absolute;bottom:11%;right:12%;box-shadow:0 16px 45px #0003}.float-icon{font-size:25px}.floating-card small{color:var(--muted);margin-top:3px;font-size:11px;display:block}.mini-check{color:#2e8b67;background:#c4f3d9;border-radius:50%;margin-left:10px;padding:6px}.auth-panel{background:#fbfcf9;justify-content:center;align-items:center;padding:40px;display:flex}.auth-form{width:min(370px,100%)}.demo-pill{color:#2b8765;letter-spacing:.12em;background:#e3f5eb;border-radius:20px;padding:7px 10px;font-size:9px;font-weight:700;display:inline-block}.auth-form h2{letter-spacing:-.05em;margin:20px 0 8px;font-size:38px}.auth-form>p{color:var(--muted);margin-bottom:34px;font-size:13px;line-height:1.6}.auth-note{text-align:center;margin:17px 0!important;font-size:11px!important}.auth-form .field-label{margin-top:20px}@media (width<=760px){.auth-shell{display:block}.auth-visual{min-height:380px;padding:30px}.hero-copy{margin-top:90px}.hero-copy h1{font-size:54px}.floating-card{bottom:28px;right:30px}.auth-panel{min-height:430px;padding:35px 25px}.app-main{padding:42px 20px 110px}.app-header{gap:12px;padding:0 20px}.location-chip span{max-width:34vw}.activity-grid,.group-layout{grid-template-columns:1fr}.form-row{grid-template-columns:1fr;gap:0}.facts{gap:8px}.facts strong{font-size:11px}.group-hero{padding:30px 24px}.group-hero h1,.plans-page h1{font-size:40px}.bottom-nav{gap:30px}.how-card{margin-top:32px}}.auth-feedback{border-radius:10px;padding:11px 12px;margin:16px 0!important;font-size:12px!important}.auth-feedback.error{color:#a34839;background:#fff0ed}.auth-feedback.notice{color:#287052;background:#eef8f2}.operation-status{z-index:10;color:#fff;background:#173d34;border-radius:10px;padding:11px 14px;font-size:12px;position:fixed;top:88px;right:20px;box-shadow:0 10px 25px #183d3433}.operation-status.error{background:#9f4033}.loading-screen{text-align:center;min-height:100vh;color:var(--muted);place-content:center;gap:16px;display:grid}.loading-screen .brand{color:var(--ink);margin:0 auto}.button:disabled{cursor:not-allowed;opacity:.55}@media (width<=760px){.bottom-nav{padding:8px 10px calc(8px + env(safe-area-inset-bottom));gap:20px}.bottom-nav button{touch-action:manipulation;justify-content:center;min-width:84px;min-height:44px;padding:8px}.auth-visual{height:260px;min-height:260px;padding:24px}.hero-copy{margin-top:38px}.hero-copy .eyebrow,.hero-copy>p:last-child{display:none}.hero-copy h1{margin:0;font-size:42px}.floating-card{padding:10px 12px;bottom:18px;right:20px}.auth-panel{min-height:0;padding:28px 20px}.auth-form h2{margin:14px 0 6px;font-size:32px}.auth-form>p{margin-bottom:18px}.auth-form .field-label{margin-top:14px}}.bottom-nav{padding:10px 16px calc(10px + env(safe-area-inset-bottom));gap:0;box-shadow:0 -10px 35px #183d3408}.bottom-nav-inner{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(820px,100%);display:grid}.bottom-nav button{touch-action:manipulation;border-radius:13px;justify-content:center;min-width:0;min-height:48px;padding:10px 16px;transition:background-color .2s,color .2s,transform .2s}.bottom-nav button:hover{color:#397c64;background:#edf6f0}.bottom-nav button:focus-visible{outline-offset:2px;outline:3px solid #75cba6}.bottom-nav button.active{color:#246f53;background:#e2f4e9;box-shadow:inset 0 0 0 1px #c8e8d5}.bottom-nav button span{white-space:nowrap}.notification-center{position:relative}.notification-button{width:40px;height:40px;color:var(--green);background:#edf5f0;border-radius:50%;place-items:center;display:grid;position:relative}.notification-button>span{color:#fff;background:#e86652;border:2px solid #fbfcf9;border-radius:10px;place-items:center;min-width:18px;height:18px;padding:0 4px;font-size:9px;display:grid;position:absolute;top:-3px;right:-2px}.notification-popover{border:1px solid var(--line);z-index:12;background:#fff;border-radius:16px;width:min(360px,100vw - 32px);max-height:460px;padding:10px;position:absolute;top:48px;right:0;overflow:auto;box-shadow:0 18px 50px #173d3424}.notification-popover header{justify-content:space-between;align-items:center;padding:8px;display:flex}.notification-popover header button{color:var(--muted);background:0 0;font-size:11px}.notification-popover>button{text-align:left;width:100%;color:var(--ink);background:0 0;border-radius:10px;flex-direction:column;gap:4px;padding:12px;display:flex}.notification-popover>button.unread{background:#edf8f2}.notification-popover>button span,.notification-popover>p{color:var(--muted);font-size:11px;line-height:1.45}.offline-banner{z-index:4;text-align:center;color:#8a5b25;background:#fff0dc;border-bottom:1px solid #efd7b8;padding:9px 18px;font-size:12px;position:sticky;top:76px}.waiting-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.button-danger,.button-danger-ghost{color:#fff;background:#a84738}.button-danger-ghost{color:#9f4033;background:#fff4f1;border:1px solid #f0c9c1;border-radius:12px;justify-content:center;align-items:center;gap:9px;padding:14px 18px;font-weight:700;display:inline-flex}.inline-confirm{text-align:left;background:#fff7f5;border:1px solid #efcbc3;border-radius:13px;flex-direction:column;gap:5px;margin:14px 0;padding:14px;display:flex}.inline-confirm>span{color:var(--muted);font-size:12px}.inline-confirm>div{grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;display:grid}.deadline-pill{color:#8a5b25;background:#fff0dc;border-radius:20px;align-items:center;gap:6px;margin:0;padding:7px 10px;font-size:11px;font-weight:700;display:inline-flex}.meeting-agreement{border:1px solid var(--line);background:#fff;border-radius:20px;margin-top:22px;padding:24px;box-shadow:0 12px 30px #234c3210}.meeting-agreement>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.meeting-agreement header small{letter-spacing:.12em;color:var(--muted);font-size:9px;font-weight:700}.meeting-agreement h2{margin:4px 0}.meeting-agreement .text-button{margin:0}.proposal-summary{background:#edf8f2;border-radius:14px;flex-direction:column;gap:6px;margin-top:17px;padding:18px;display:flex}.proposal-summary>strong{font-size:18px}.proposal-summary>span,.proposal-summary>small{color:#56786a;font-size:12px}.proposal-summary>p{margin:5px 0;font-size:13px}.proposal-time-grid{grid-template-columns:1.2fr 1fr 1fr;gap:10px;display:grid}.proposal-time-grid .form-group,.proposal-form .form-group{margin:16px 0}.proposal-actions{gap:8px;margin-top:12px;display:flex}.proposal-actions .button{flex:1}.agreement-accepted{border-color:#9edbbb}.chat-empty{text-align:center;color:var(--muted);margin:auto;padding:20px;font-size:12px}.member-safety{position:relative}.member-safety>button{color:#71807b;background:#f2f5f3;border-radius:50%;place-items:center;width:32px;height:32px;display:grid}.safety-popover{border:1px solid var(--line);z-index:3;background:#fff;border-radius:13px;width:270px;padding:13px;position:absolute;top:38px;right:0;box-shadow:0 15px 40px #173d3424}.safety-popover>*{width:100%;margin:7px 0}.safety-popover .field-label{margin-top:10px}.safety-popover textarea,.safety-popover select{padding:9px;font-size:12px}.safety-popover .button{padding:10px;font-size:11px}.leave-group{color:#9f4033;margin:18px 0 0}.privacy-actions{gap:10px;margin:12px 0;display:grid}.privacy-actions>button{width:100%}.privacy-actions details{background:snow;border:1px solid #efcbc3;border-radius:12px;padding:13px}.privacy-actions summary{cursor:pointer;color:#9f4033;font-weight:700}.privacy-actions details p{color:var(--muted);font-size:12px;line-height:1.5}.privacy-actions details .button{width:100%;margin-top:10px}.auth-email{color:var(--ink);overflow-wrap:anywhere}.code-sent{color:#277655;background:#edf9f2;border:1px solid #cce9d8;border-radius:13px;align-items:flex-start;gap:11px;margin:20px 0 4px;padding:13px 14px;display:flex}.code-sent .icon{flex:none;margin-top:2px}.code-sent span,.code-sent strong,.code-sent small{display:block}.code-sent small{color:#5d7d6f;overflow-wrap:anywhere;margin-top:3px;font-size:11px}.otp-input{text-align:center;letter-spacing:.32em;font-variant-numeric:tabular-nums;padding-left:calc(14px + .32em);font-size:25px;font-weight:700}.otp-help{color:var(--muted);margin:8px 0 18px!important;font-size:11px!important}.otp-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.otp-actions .text-button{color:#33775e;border-radius:10px;justify-content:center;width:100%;min-height:44px;margin:0;font-weight:700}.otp-actions .text-button:hover:not(:disabled){background:#edf6f0}.otp-actions .text-button:disabled{cursor:not-allowed;color:#9aa8a2}.turnstile-check{min-height:18px;margin:14px 0 2px}.turnstile-check>div{min-height:0}.turnstile-check .auth-feedback{margin:8px 0!important}.turnstile-status{color:var(--muted);margin:6px 0 0;font-size:11px;line-height:1.4}.waiting-hint{color:#56786a;background:#edf7f1;border-radius:12px;max-width:480px;margin:18px auto 0;padding:13px 15px;font-size:12px;line-height:1.5}.confirming-page h1{font-size:48px}.confirmation-count{background:#fff;border:9px solid #dcefe5;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:154px;height:154px;margin:34px auto 24px;display:flex;box-shadow:0 12px 30px #234c3210}.confirmation-count>span{font-size:25px;line-height:1}.confirmation-count strong{letter-spacing:-.06em;margin-top:5px;font-size:30px}.confirmation-count strong small{color:#94a49c;font-size:14px}.confirmation-count p{color:var(--muted);margin:2px 0 0;font-size:10px}.confirmation-status-card{margin-top:28px}.confirmation-status-card .participant-list{border-top:1px solid var(--line);padding-top:18px}.participant-list>div>.avatar{flex:0 0 40px}.group-layout>*{min-width:0}.member-status-confirmed{color:#2f8061!important}.member-status-pending{color:#9a772e!important}.member-status-declined{color:#a34839!important}.availability-fieldset{border:0;margin:8px 0 12px;padding:0}.availability-fieldset>.field-label{margin-bottom:-6px}.availability-grid{grid-template-columns:1.35fr 1fr 1fr;gap:12px;display:grid}.availability-grid .form-group{min-width:0;margin:18px 0}.availability-helper{margin:-2px 0 22px;line-height:1.55}.availability-helper strong{color:var(--green)}.availability-helper.error{color:#a34839}.tone-green{color:#4d7d34;background:#dff3d3}.status-expired{color:#89948f!important}.intent-list-card-static{cursor:default;opacity:.78}.intent-list-card-static:hover{border-color:var(--line);box-shadow:none;transform:none}.past-plan-label{white-space:nowrap;background:#eef1ef;border-radius:20px;flex:none;padding:6px 9px;color:#71807b!important}.profile-page{max-width:780px;margin:auto}.app-header .location-chip{background:0 0;border-radius:12px;padding:10px;transition:background .15s}.app-header .location-chip:hover,.header-profile-button:hover{background:#e4efe8}.header-profile-button{background:0 0;border-radius:50%;flex-shrink:0;place-items:center;padding:5px;display:grid}.app-header button:focus-visible,.settings-row:focus-visible{outline-offset:3px;outline:3px solid #65b793}.notification-empty{text-align:center;color:var(--muted);justify-items:center;gap:12px;padding:28px 18px;display:grid}.notification-empty strong{color:var(--ink)}.notification-empty p{margin:0;font-size:13px;line-height:1.6}.account-settings{margin-top:28px}.account-settings h3{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin:0 0 12px;font-size:11px}.settings-row{text-align:left;width:100%;color:var(--ink);border-bottom:1px solid var(--line);background:0 0;align-items:center;gap:14px;padding:18px 0;display:flex}.settings-row:last-child{border-bottom:0}.settings-row:hover{background:#f7faf7;border-radius:12px}.settings-icon{width:42px;height:42px;color:var(--green);background:#f0f5f1;border-radius:12px;flex-shrink:0;place-items:center;display:grid}.settings-row>span:nth-child(2){flex:1;min-width:0}.settings-row strong,.settings-row small{display:block}.settings-row strong{font-size:14px;font-weight:600}.settings-row small{color:var(--muted);margin-top:5px;font-size:12px;line-height:1.5}.settings-row>svg{color:#8a9c92;flex-shrink:0}.settings-danger strong{color:#a64437}.settings-danger .settings-icon{color:#a64437;background:#fff2ee}.delete-confirmation{background:#fffaf8;border:1px solid #edcfc6;border-radius:16px;margin-top:20px;padding:24px}.delete-confirmation>svg{color:#a64437}.delete-confirmation h3{margin:12px 0;font-size:20px}.delete-confirmation p{color:var(--muted);font-size:13px;line-height:1.7}.delete-confirmation .profile-actions{margin-top:16px}.profile-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:28px;display:flex}.profile-heading h1{margin-bottom:8px;font-size:48px}.profile-heading .lead{margin:0}.profile-heading>.button{flex:none;margin-bottom:5px}.profile-card{text-align:left;max-width:none;padding:34px;box-shadow:0 14px 34px #234c320c}.profile-preview{border-bottom:1px solid var(--line);align-items:center;gap:22px;padding-bottom:28px;display:flex}.profile-preview h2{letter-spacing:-.04em;margin:0 0 5px;font-size:28px}.profile-preview strong{color:#36795f;font-size:13px;display:block}.profile-preview p{color:var(--muted);align-items:center;gap:6px;margin:9px 0 0;font-size:13px;display:flex}.profile-form{padding-top:4px}.profile-fields{grid-template-columns:1fr 1fr;gap:0 18px;display:grid}.profile-fields .form-group:last-child{grid-column:1/-1}.handle-input{border:1px solid var(--line);background:#fff;border-radius:12px;align-items:center;display:flex;overflow:hidden}.handle-input:focus-within{border-color:#5fc095;box-shadow:0 0 0 3px #9ce4bf30}.handle-input>span{color:#658174;padding-left:14px;font-weight:700}.handle-input input{border:0;padding-left:4px;box-shadow:none!important}.profile-fields .helper{margin:7px 0 0;line-height:1.45}.profile-choice{border:0;margin:3px 0 22px;padding:0}.avatar-options,.tone-options{flex-wrap:wrap;gap:9px;display:flex}.avatar-options button{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);background:#f4f7f4;border-radius:50%;font-size:18px;font-weight:700}.avatar-options button:first-child{font-size:12px}.avatar-options button.selected,.tone-options button.selected,.avatar-options button:focus-visible,.tone-options button:focus-visible{outline-offset:2px;outline:3px solid #80cfaa}.tone-options{gap:13px;padding:4px}.tone-dot{border-radius:50%;width:30px;height:30px;box-shadow:inset 0 0 0 1px #183d3414}.profile-actions{grid-template-columns:1fr 1.35fr;gap:10px;padding-top:4px;display:grid}.profile-demo{margin:24px 0 14px}.profile-sign-out{width:100%}.profile-saved{color:#277655;background:#edf8f2;border-radius:10px;align-items:center;gap:7px;margin:18px 0 0;padding:11px 13px;font-size:12px;font-weight:700;display:flex}@media (width<=760px){.bottom-nav{padding:7px 8px calc(7px + env(safe-area-inset-bottom))}.bottom-nav-inner{gap:4px}.bottom-nav button{flex-direction:column;gap:4px;min-width:0;min-height:50px;padding:6px 4px;font-size:11px}.bottom-nav button span{white-space:nowrap;line-height:1}.code-sent{margin-top:16px}.otp-input{font-size:22px}.availability-grid{grid-template-columns:1fr 1fr}.availability-grid .form-group:first-child{grid-column:1/-1}.past-plan-label{display:none}.profile-heading{margin-bottom:20px;display:block}.profile-heading h1{font-size:40px}.profile-heading>.button{width:100%;margin-top:20px}.profile-card{padding:24px 20px}.profile-preview{text-align:center;flex-direction:column;gap:14px;padding-bottom:22px}.profile-preview p{justify-content:center}.profile-fields{grid-template-columns:1fr}.profile-fields .form-group:last-child{grid-column:auto}.profile-fields .form-group{margin:20px 0}.profile-actions{grid-template-columns:1fr 1fr}.waiting-actions,.proposal-time-grid{grid-template-columns:1fr}.notification-popover{position:fixed;top:70px;right:16px}.meeting-agreement{padding:20px}.proposal-actions{flex-direction:column}.safety-popover{left:16px;right:16px;bottom:calc(78px + env(safe-area-inset-bottom));width:auto;position:fixed;top:auto}.group-layout{gap:14px}}@media (height<=500px) and (orientation:landscape){.bottom-nav{padding-top:6px;padding-bottom:calc(6px + env(safe-area-inset-bottom))}.bottom-nav button{min-height:44px;padding:7px 12px}}
