:root{--bg-grad:linear-gradient(135deg, #bfc0f0 0%, #d2cdf2 35%, #e4d8f0 70%, #ecdeea 100%);--card:#ffffff9e;--card-solid:#ffffffd9;--card-warm:linear-gradient(135deg, #e9e4fce6, #ffffff8c);--peach-grad:linear-gradient(135deg, #c5bff2, #e2d8f4 60%, #f2eefa);--ink:#1b1a24;--ink-soft:#6b6880;--ink-faint:#9995ac;--pink:#6f5be8;--pink-soft:#b3a8f0;--rainbow:linear-gradient(90deg, #8b7cf0, #6aa8e0, #62c0a2, #e0c078, #e08a90, #c07cd8);--radius-lg:28px;--radius-md:20px;--shadow:0 10px 30px #785a8224;--shadow-soft:0 4px 14px #785a821a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}html,body{max-width:100vw;overflow-x:hidden}body{touch-action:pan-y}.chips{touch-action:pan-x pan-y}body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#c3c1ee}.stage{background:linear-gradient(135deg,#b7b6ec,#e2d4ec);justify-content:center;min-height:100dvh;display:flex}.phone{background:var(--bg-grad);flex-direction:column;width:100%;max-width:460px;min-height:100dvh;display:flex;position:relative;overflow-x:hidden}.phone:before{content:"";pointer-events:none;opacity:.5;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");position:fixed;inset:0}.phone>*{z-index:1;position:relative}.screen{flex-direction:column;flex:1;gap:16px;padding:18px 18px 110px;display:flex}.topbar{justify-content:space-between;align-items:center;gap:10px;padding-top:6px;display:flex}.topbar .title{font-size:19px;font-weight:600}.iconbtn{width:44px;height:44px;box-shadow:var(--shadow-soft);cursor:pointer;color:var(--ink);background:#ffffff73;border:1px solid #fffc;border-radius:50%;flex:none;place-items:center;display:grid}.iconbtn svg{width:19px;height:19px}.hero-h{letter-spacing:-.5px;font-size:32px;font-weight:600;line-height:1.15}.hero-h .soft{color:#8d87a0;font-weight:500;display:block}.section-row{justify-content:space-between;align-items:baseline;margin-top:4px;display:flex}.section-row h2{font-size:19px;font-weight:600}.section-row .link{color:var(--ink-soft);cursor:pointer;background:0 0;border:none;font-size:13px}.card{background:var(--card);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(14px);border:1px solid #ffffffd9;padding:18px}.card.warm{background:var(--card-warm)}.card.peach{background:var(--peach-grad)}.icon-circle{width:52px;height:52px;box-shadow:var(--shadow-soft);color:var(--ink);background:#ffffffe6;border-radius:50%;place-items:center;display:grid}.icon-circle svg{width:22px;height:22px}.icon-circle svg.brandmark{width:62%;height:62%}.chips{scrollbar-width:none;gap:10px;padding:2px 2px 6px;display:flex;overflow-x:auto}.chips::-webkit-scrollbar{display:none}.chip{box-shadow:var(--shadow-soft);color:var(--ink);cursor:pointer;background:#ffffff8c;border:1px solid #ffffffe6;border-radius:999px;flex:none;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.chip svg{width:17px;height:17px}.grid2{grid-template-columns:1fr 1fr;gap:12px;display:grid}.tile{background:var(--card-warm);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);cursor:pointer;text-align:left;border:1px solid #ffffffd9;flex-direction:column;gap:10px;padding:16px;display:flex}.tile .icon-circle{width:46px;height:46px}.tile h3{font-size:16px;font-weight:600}.tile p{color:var(--ink-soft);font-size:13px;line-height:1.4}.pair-card{cursor:pointer;align-items:center;gap:14px;display:flex}.pair-card .art{background:#fff;border-radius:16px;flex:none;place-items:center;width:92px;height:76px;display:grid;overflow:hidden}.pair-card h3{font-size:16px;font-weight:600}.pair-card p{color:var(--ink-soft);margin-top:3px;font-size:13px}.pair-card .go{align-items:center;gap:4px;margin-top:8px;font-size:13px;font-weight:600;display:inline-flex}.btn{box-shadow:var(--shadow-soft);color:var(--ink);cursor:pointer;background:#ffffffbf;border:1px solid #ffffffe6;border-radius:999px;justify-content:center;align-items:center;gap:9px;width:100%;padding:15px 22px;font-size:16px;font-weight:600;display:inline-flex}.btn.primary{background:var(--ink);color:#fff;border-color:var(--ink)}.btn.pink{background:var(--pink);color:#fff;border-color:var(--pink)}.btn.danger{color:#fff;background:#d5394a;border-color:#d5394a}.hist-trash{cursor:pointer;color:var(--ink-faint);background:0 0;border:none;flex:none;align-self:center;margin-left:auto;padding:6px}.hist-trash svg{width:17px;height:17px}.btn:disabled{opacity:.55;cursor:default}.btn svg{width:18px;height:18px}.bottomnav{-webkit-backdrop-filter:blur(18px);width:100%;max-width:460px;padding:10px 8px calc(12px + env(safe-area-inset-bottom));z-index:30;background:#ffffffc7;border-top:1px solid #ffffffe6;justify-content:space-around;align-items:flex-end;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.navitem{color:var(--ink-faint);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;width:62px;font-size:11px;display:flex}.navitem svg{width:22px;height:22px}.navitem.active{color:var(--ink);font-weight:600}.nav-face{cursor:pointer;background:#fff;border:none;border-radius:50%;place-items:center;width:60px;height:60px;margin-top:-34px;display:grid;box-shadow:0 8px 22px #785a8247}.welcome{padding:0 22px calc(26px + env(safe-area-inset-bottom));flex-direction:column;flex:1;display:flex}.welcome .hero{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:18px;padding-top:60px;display:flex}.welcome .kicker{letter-spacing:2.5px;color:var(--ink-soft);font-size:13px;font-weight:600}.welcome h1{letter-spacing:-1px;text-align:left;font-size:42px;font-weight:650;line-height:1.08}.welcome .sub{color:var(--ink-soft);font-size:15.5px;line-height:1.55}.welcome .bottom{flex-direction:column;gap:12px;display:flex}.legal{color:var(--ink-faint);text-align:center;font-size:12px;line-height:1.5}.chat-scroll{flex-direction:column;flex:1;gap:12px;padding:6px 2px 26px;display:flex;overflow-y:auto}.chat-top{z-index:25;-webkit-backdrop-filter:blur(12px);background:linear-gradient(#d8d1f0f2,#d8d1f0cc);width:100%;max-width:460px;margin:0;padding:12px 18px 10px;position:fixed;top:0;left:50%;transform:translate(-50%)}.msg{white-space:pre-wrap;border-radius:22px;max-width:82%;padding:13px 16px;font-size:15px;line-height:1.5}.msg.ai{box-shadow:var(--shadow-soft);background:#ffffffd9;border:1px solid #fffffff2;border-bottom-left-radius:8px;align-self:flex-start}.msg.me{background:var(--ink);color:#fff;border-bottom-right-radius:8px;align-self:flex-end}.msg.typing{color:var(--ink-faint);font-style:italic}.composer{width:100%;max-width:460px;padding:10px 14px calc(14px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);z-index:30;background:#ffffffb3;border-top:1px solid #ffffffe6;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.composer-tools{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.composer-row{align-items:flex-end;gap:10px;display:flex}.composer input,.composer textarea{color:var(--ink);resize:none;background:#fff;border:1px solid #fffffff2;border-radius:24px;outline:none;flex:1;max-height:140px;padding:14px 18px;font-family:inherit;font-size:15px;line-height:1.45}.composer-row>button{background:var(--ink);color:#fff;cursor:pointer;border:none;border-radius:50%;flex:none;place-items:center;width:50px;height:50px;display:grid}.composer-row>button:disabled{opacity:.45}.composer-row>button svg{width:20px;height:20px}.micbtn{cursor:pointer;width:46px;height:46px;color:var(--ink);box-shadow:var(--shadow-soft);background:#fffffff2;border:1px solid #fffffff2;border-radius:50%;flex:none;place-items:center;display:grid}.composer-row .micbtn{width:50px;height:50px;color:var(--ink);background:#fffffff2}.micbtn.on{color:#fff;background:#e5484d;border-color:#e5484d;animation:1.4s infinite micPulse}@keyframes micPulse{0%,to{box-shadow:0 0 #e5484d73}50%{box-shadow:0 0 0 10px #e5484d00}}.greet{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:10px 0 4px;display:flex}.greet h2{font-size:21px;font-weight:650}.greet p{color:var(--ink-soft);max-width:280px;font-size:13.5px;line-height:1.5}.plan-card{border-radius:var(--radius-lg);background:var(--card-solid);box-shadow:var(--shadow-soft);cursor:pointer;text-align:left;border:1px solid #ffffffe6;width:100%;overflow:hidden}.plan-card .banner{place-items:center;height:132px;display:grid;position:relative}.plan-card .badge{letter-spacing:.4px;background:#ffffffeb;border-radius:999px;padding:6px 11px;font-size:11.5px;font-weight:700;position:absolute;top:12px;right:12px}.plan-card .body{padding:16px 18px 18px}.plan-card h3{font-size:18px;font-weight:650}.plan-card p{color:var(--ink-soft);margin-top:5px;font-size:13.5px;line-height:1.45}.us-head{text-align:center;flex-direction:column;align-items:center;gap:14px;padding-top:8px;display:flex}.us-head h1{letter-spacing:-.5px;font-size:28px;font-weight:650}.duo{align-items:center;display:flex}.avatar{background:var(--pink-soft);color:#fff;width:64px;height:64px;box-shadow:var(--shadow-soft);border:4px solid #fff;border-radius:50%;place-items:center;font-size:24px;font-weight:700;display:grid}.duo .heart{z-index:2;width:34px;height:34px;box-shadow:var(--shadow-soft);color:#e33b4e;background:#fff;border-radius:50%;place-items:center;margin:0 -12px;display:grid}.duo .heart svg{width:16px;height:16px}.row-card{align-items:center;gap:14px;display:flex}.row-card .txt{flex:1}.row-card h3{font-size:16.5px;font-weight:650}.row-card p{color:var(--ink-soft);margin-top:3px;font-size:13px}.pill{box-shadow:var(--shadow-soft);background:#ffffffe6;border-radius:999px;padding:8px 14px;font-size:12.5px;font-weight:600}.invite-link{color:var(--ink-soft);word-break:break-all;background:#fff;border:1px dashed #d8c9d8;border-radius:14px;padding:13px 14px;font-size:13px}.hist-item{cursor:pointer;align-items:flex-start;gap:14px;display:flex}.hist-item .icon-circle{flex:none;width:46px;height:46px}.hist-item h3{font-size:15.5px;font-weight:600}.hist-item p{color:var(--ink-soft);margin-top:3px;font-size:13px;line-height:1.45}.hist-item .when{color:var(--ink-faint);margin-top:5px;font-size:12px}.topic-pill{max-width:92%;color:var(--ink-soft);box-shadow:var(--shadow-soft);background:#ffffffd9;border:1px solid #fffffff2;border-radius:16px;padding:8px 14px;font-size:12.5px;font-weight:600;line-height:1.45;display:inline-block}.hist-kind{letter-spacing:.6px;text-transform:uppercase;color:var(--ink-faint);margin-bottom:4px;font-size:11px;font-weight:600}.step-dots{justify-content:center;gap:6px;display:flex}.step-dots span{background:#ffffffe6;border-radius:50%;width:8px;height:8px}.step-dots span.on{background:var(--ink)}.rainbow-bar{background:var(--rainbow);opacity:.85;border-radius:999px;width:64px;height:4px}.onboard-veil{-webkit-backdrop-filter:blur(6px);z-index:60;background:#28223c73;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.onboard-card{text-align:left;background:#fffffff5;flex-direction:column;align-items:center;gap:14px;max-width:420px;max-height:86dvh;display:flex;overflow-y:auto}.onboard-card h2{text-align:center;font-size:22px}.onboard-points{flex-direction:column;gap:10px;display:flex}.onboard-points p{color:var(--ink-soft);font-size:13.5px;line-height:1.55}.onboard-points b{color:var(--ink)}.tour-layer{z-index:60;position:fixed;inset:0}.tour-hole{pointer-events:none;border:2px solid #ffffffe6;border-radius:22px;transition:all .25s;position:fixed;box-shadow:0 0 0 9999px #28223c8c}.tour-tip{width:calc(100% - 40px);max-width:380px;box-shadow:var(--shadow);background:#fff;border-radius:20px;padding:18px;position:fixed;left:50%;transform:translate(-50%)}.tour-tip h3{margin-bottom:6px;font-size:17px}.tour-tip p{color:var(--ink-soft);font-size:14px;line-height:1.5}.tour-row{justify-content:space-between;align-items:center;margin-top:14px;display:flex}.tour-dots{gap:5px;display:flex}.tour-dots i{background:#e2ddef;border-radius:50%;width:7px;height:7px}.tour-dots i.on{background:var(--pink)}.tour-skip{color:var(--ink-faint);cursor:pointer;background:0 0;border:none;font-size:13.5px}.tour-next{width:auto;padding:10px 20px;font-size:14px}.plus-tile{border-radius:var(--radius-md);width:92px;color:var(--ink-soft);cursor:pointer;background:#ffffff59;border:1.5px dashed #8c82b48c;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:4px;font-size:12.5px;font-weight:600;display:flex}.plus-tile span{color:var(--ink);font-size:26px;line-height:1}.todo-row{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #ffffffb3;align-items:flex-start;gap:12px;width:100%;padding:10px 0;display:flex}.todo-row:last-child{border-bottom:none}.todo-check{color:#fff;border:2px solid #b9b2d4;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;margin-top:1px;display:grid}.todo-row.done .todo-check{background:var(--pink);border-color:var(--pink)}.todo-row p{color:var(--ink);font-size:14.5px;line-height:1.4}.todo-row.done p{color:var(--ink-faint);text-decoration:line-through}.todo-row p{flex:1}.todo-star{cursor:pointer;color:#c9c2e2;background:0 0;border:none;flex:none;padding:2px 4px;font-size:18px;line-height:1}.todo-star.on{color:#e8a93c}.fade-in{animation:.4s cubic-bezier(.2,.8,.3,1) fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.ring-draw circle{stroke-dasharray:82;stroke-dashoffset:82px;animation:.9s cubic-bezier(.65,0,.25,1) forwards ringDraw}.ring-draw circle:nth-of-type(2){animation-delay:.35s}.ring-draw path{stroke-dasharray:24;stroke-dashoffset:24px;animation:.45s ease-out 1s forwards ringDraw}@keyframes ringDraw{to{stroke-dashoffset:0}}@keyframes riseIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.stagger>*{opacity:0;animation:.45s cubic-bezier(.2,.8,.3,1) forwards riseIn}.stagger>:first-child{animation-delay:20ms}.stagger>:nth-child(2){animation-delay:70ms}.stagger>:nth-child(3){animation-delay:.12s}.stagger>:nth-child(4){animation-delay:.17s}.stagger>:nth-child(5){animation-delay:.22s}.stagger>:nth-child(6){animation-delay:.27s}.stagger>:nth-child(7){animation-delay:.32s}.stagger>:nth-child(8){animation-delay:.37s}.stagger>:nth-child(9){animation-delay:.42s}.stagger>:nth-child(10){animation-delay:.47s}.stagger>:nth-child(11){animation-delay:.52s}.stagger>:nth-child(12){animation-delay:.57s}.stagger>:nth-child(n+13){animation-delay:.62s}.stagger>.onboard-veil,.stagger>.tour-layer{opacity:1;animation:none}.w-rise{opacity:0;animation:.6s cubic-bezier(.2,.8,.3,1) forwards riseIn}.approach{justify-content:center;align-items:center;height:42px;display:flex}.approach i{border:3px solid #8b7cf0;border-radius:50%;width:22px;height:22px;animation:2.2s ease-in-out infinite alternate driftR}.approach i:last-child{border-color:#e070a8;animation-name:driftL}@keyframes driftR{0%{transform:translate(-16px)}to{transform:translate(7px)}}@keyframes driftL{0%{transform:translate(16px)}to{transform:translate(-7px)}}.nav-face{animation:.55s cubic-bezier(.34,1.56,.64,1) .15s backwards navPop}@keyframes navPop{0%{opacity:0;transform:scale(.4)}}.tile,.chip,.btn,.plan-card,.pair-card,.iconbtn,.nav-face,.plus-tile,.hist-item,.todo-row{transition:transform .15s cubic-bezier(.2,.8,.3,1),box-shadow .2s}.tile:active,.chip:active,.btn:active,.plan-card:active,.pair-card:active,.iconbtn:active,.plus-tile:active,.hist-item:active{transform:scale(.97)}.nav-face:active{transform:scale(.92)}@media (hover:hover){.tile:hover,.plan-card:hover,.pair-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.chip:hover,.btn:hover,.iconbtn:hover{transform:translateY(-1px)}}.msg{transform-origin:bottom;animation:.3s cubic-bezier(.34,1.4,.64,1) bubbleIn}.msg.me{transform-origin:100% 100%}.msg.ai{transform-origin:0 100%}@keyframes bubbleIn{0%{opacity:0;transform:scale(.85)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.typing-dots{align-items:center;gap:5px;padding:16px 18px;display:inline-flex}.typing-dots i{background:#a79ecb;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite dotBounce}.typing-dots i:nth-child(2){animation-delay:.15s}.typing-dots i:nth-child(3){animation-delay:.3s}@keyframes dotBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.hearts-rise{position:relative}.hearts-rise .h{opacity:0;pointer-events:none;font-size:14px;animation:3.2s ease-in infinite heartRise;position:absolute;bottom:-6px}.hearts-rise .h:first-child{animation-delay:0s;left:12%}.hearts-rise .h:nth-child(2){font-size:11px;animation-delay:1.1s;left:45%}.hearts-rise .h:nth-child(3){font-size:16px;animation-delay:2s;left:76%}@keyframes heartRise{0%{opacity:0;transform:translateY(0)scale(.7)}15%{opacity:.8}to{opacity:0;transform:translateY(-70px)scale(1.15)}}@keyframes softPulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}.center-note{text-align:center;color:var(--ink-soft);padding:0 20px;font-size:13.5px;line-height:1.5}
