@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;font-size:13px;display:flex}.location-chip span{color:var(--muted);font-size:16px}.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}.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{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{padding:0 20px}.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}}
