:root{--ink: #1f2024;--muted: #6f717b;--line: #e6e1dd;--paper: #fffaf6;--panel: #ffffff;--rose: #e84d64;--rose-dark: #bd2440;--mint: #1b9c83;--amber: #d68a2d;--coal: #30343c;--shadow: 0 24px 70px rgba(43, 38, 34, .16);--radius: 14px}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;min-height:100vh;min-height:100dvh;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top left,rgba(232,77,100,.16),transparent 38rem),radial-gradient(circle at bottom right,rgba(27,156,131,.12),transparent 36rem),linear-gradient(135deg,#f4ece5,#eef5f1 48%,#f6f1ec)}button,input{font:inherit}button{cursor:pointer}.splash{min-height:100dvh;display:grid;place-content:center;justify-items:center;gap:14px;color:var(--muted)}.empty-pool{display:grid;justify-items:center;text-align:center;gap:12px;padding:48px 24px;max-width:420px;margin:0 auto}.empty-pool-mark{font-size:44px;line-height:1}.empty-pool h2{margin:0}.empty-pool .primary{margin-top:8px}.auth-shell{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:24px}.auth-card{width:min(420px,100%);display:flex;flex-direction:column;gap:14px;padding:28px;background:var(--paper);border:1px solid rgba(31,32,36,.1);border-radius:24px;box-shadow:var(--shadow)}.auth-brand{margin-bottom:4px}.auth-card h2{margin:0;font-size:1.6rem}.auth-sub{margin:0;color:var(--muted);line-height:1.45}.auth-form{display:grid;gap:12px;margin-top:4px}.auth-form label{display:grid;gap:6px;font-size:.85rem;font-weight:700;color:#3c3f46}.auth-form input{height:48px;padding:0 14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.auth-error{margin:0;padding:10px 12px;border-radius:var(--radius);font-size:.85rem;font-weight:700;color:#8c3444;background:#e84d641a}.auth-switch{margin:4px 0 0;text-align:center;color:var(--muted);font-size:.9rem}.auth-switch button{border:0;background:none;color:var(--rose-dark);font-weight:800}.app-shell{min-height:100vh;min-height:100dvh;display:grid;grid-template-columns:1fr}.app{position:relative;display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:hidden;background:var(--paper)}.rail{display:none}.brand{display:flex;align-items:center;gap:12px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;color:#fff;font-weight:900;font-size:1.3rem;background:linear-gradient(140deg,var(--rose),var(--rose-dark));box-shadow:0 10px 24px #e84d6452}.brand-name{margin:0;font-size:1.2rem;font-weight:800}.brand-tag{margin:2px 0 0;font-size:.78rem;color:var(--muted)}.rail-nav{display:none;flex-direction:column;gap:6px}.rail-nav.visible{display:flex}.rail-nav .tab{display:flex;align-items:center;gap:12px;width:100%;padding:12px 14px;border:1px solid transparent;border-radius:var(--radius);color:var(--muted);background:transparent;font-weight:750;text-align:left}.rail-nav .tab:hover{color:var(--ink);background:#fff9}.rail-nav .tab.active{color:var(--ink);border-color:var(--line);background:#fff;box-shadow:0 8px 22px #30343c14}.tab-icon{font-size:.85rem;color:var(--rose)}.rail-foot{margin-top:auto;display:grid;gap:10px}.rail-note{margin:0;font-size:.78rem;line-height:1.5;color:var(--muted)}.rail-account{margin:0;font-size:.78rem;font-weight:700;color:#3c3f46;word-break:break-all}.ghost-button{padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--coal);font-weight:750;font-size:.86rem}.account-section{padding:16px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.account-section h3{margin:0 0 12px;font-size:1.05rem}.account-section.danger{border-color:#e84d6466;background:#e84d640a}.account-line{margin:0 0 10px;font-size:.92rem;color:#3c3f46}.account-section .secondary{width:100%;min-height:44px;margin-top:8px}.account-card-actions{display:flex;gap:8px;flex-wrap:wrap}.account-card-actions .secondary{width:auto;min-height:42px;padding:0 14px;margin-top:0}.stack-form{display:grid;gap:10px}.stack-form input{height:46px;padding:0 14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.row-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.row-buttons .secondary{margin-top:0}.danger-btn{width:100%;min-height:44px;border:0;border-radius:var(--radius);background:var(--rose-dark);color:#fff;font-weight:800;margin-top:8px}.form-msg{margin:4px 0 0;font-size:.85rem;font-weight:700;color:var(--muted)}.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.72rem;font-weight:800;vertical-align:middle}.badge.ok{color:#086452;background:#1b9c8324}.badge.warn{color:#8a5a12;background:#d68a2d29}.auth-legal{margin:6px 0 0;text-align:center;font-size:.78rem;color:var(--muted)}.auth-legal a,.account-line a{color:var(--rose-dark);font-weight:700}.legal-shell{min-height:100vh;min-height:100dvh;display:grid;justify-items:center;padding:28px 20px}.legal-page{width:min(720px,100%);background:var(--paper);border:1px solid rgba(31,32,36,.1);border-radius:20px;box-shadow:var(--shadow);padding:28px;line-height:1.55}.legal-page h1{margin:8px 0 4px}.legal-page h2{margin:22px 0 6px;font-size:1.15rem}.legal-page ul{padding-left:20px}.legal-meta{color:var(--muted);font-size:.85rem}.legal-disclaimer{padding:12px 14px;border-radius:var(--radius);background:#d68a2d1f;color:#8a5a12;font-size:.9rem}.legal-back,.legal-links a{color:var(--rose-dark);font-weight:700;text-decoration:none}.legal-links{margin-top:24px;color:var(--muted)}.verify-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 20px 8px;padding:10px 14px;border-radius:var(--radius);background:#d68a2d1f;color:#8a5a12;font-size:.85rem;font-weight:700}.verify-banner button{border:0;border-radius:8px;padding:7px 12px;background:var(--amber);color:#fff;font-weight:800;font-size:.8rem}.verify-banner button:disabled{opacity:.7;cursor:default}.verify-actions{display:flex;align-items:center;gap:8px}.verify-banner .verify-dismiss{background:transparent;color:#8a5a12;font-size:1.2rem;line-height:1;padding:2px 8px;opacity:.65}.verify-banner .verify-dismiss:hover{opacity:1}.topbar{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:12px;padding:16px 18px 12px;flex:0 0 auto}.topbar-title{min-width:0}.eyebrow,.pill,.label{margin:0;color:var(--rose-dark);font-size:.74rem;font-weight:800;text-transform:uppercase}.topbar h1,.chat-header h2,.profile-heading h2,.match-hero h2,.screen h2,.insight-card h3{margin:0}.topbar h1{font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.icon-button{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--coal);background:#fff;font-size:1.35rem}.screen{display:none;flex:1;min-height:0;padding:14px 20px calc(18px + env(safe-area-inset-bottom));overflow:auto}.screen.active{display:flex;flex-direction:column;gap:18px;width:min(100%,600px);margin-inline:auto}.mini-card,.profile-photo,.match-photo,.avatar{background-image:url(/assets/profile-contact-sheet.png);background-size:200% 200%;background-repeat:no-repeat}.copy-block p:last-child,.profile-note,.match-hero p,.privacy-note,.chat-header p{margin:0;color:var(--muted);line-height:1.45}.primary,.secondary{width:100%;min-height:50px;border-radius:var(--radius);border:0;font-weight:800;transition:transform .08s ease,box-shadow .2s ease}.primary:active,.secondary:active{transform:translateY(1px)}.primary{color:#fff;background:var(--rose);box-shadow:0 12px 30px #e84d6440}.primary:disabled{cursor:not-allowed;opacity:.44;box-shadow:none}.secondary{border:1px solid var(--line);color:var(--coal);background:#fff}.step-indicator{display:flex;gap:6px}.dot{height:6px;flex:1;border-radius:99px;background:#ddd4ce}.dot.active{background:var(--rose)}.onboarding-step.active{display:block}.onboarding-step h2{margin-bottom:18px;font-size:clamp(1.7rem,5vw,2.1rem);line-height:1.04}.choice-grid{display:grid;gap:10px}.choice-grid button{min-height:58px;padding:0 16px;border:1px solid var(--line);border-radius:var(--radius);color:var(--coal);background:#fff;text-align:left;font-weight:750;transition:border-color .15s ease,background .15s ease}.choice-grid button.selected{border-color:#e84d64a6;background:#e84d6417}.status-strip{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:.82rem;font-weight:750}.profile-card{flex:0 0 auto;display:flex;flex-direction:column;overflow:hidden;background:var(--panel);border:1px solid rgba(31,32,36,.09);border-radius:22px;box-shadow:0 18px 55px #30343c1f}.profile-photo{flex:0 0 auto;height:clamp(300px,44vh,440px)}.profile-photo.carousel{position:relative;overflow:hidden;background:#0e0f12;touch-action:pan-y}.carousel-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s ease;-webkit-user-select:none;user-select:none;pointer-events:none}.carousel-img.active{opacity:1}.photo-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;display:grid;place-items:center;border:none;border-radius:50%;cursor:pointer;color:#fff;font-size:1.6rem;line-height:1;padding-bottom:3px;background:#12141857;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);opacity:0;transition:opacity .2s ease,background .2s ease;z-index:2}.photo-nav.prev{left:10px}.photo-nav.next{right:10px}.profile-photo.carousel:hover .photo-nav{opacity:1}.photo-nav:hover{background:#1214188c}.photo-nav:focus-visible{opacity:1;outline:2px solid #fff;outline-offset:2px}@media(hover:none){.photo-nav{display:none}}.photo-dots{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:center;gap:6px;z-index:2;pointer-events:none}.photo-dots span{width:6px;height:6px;border-radius:999px;background:#ffffff80;box-shadow:0 0 2px #00000059;transition:width .2s ease,background .2s ease}.photo-dots span.active{width:18px;background:#fff}.profile-photo.q0,.match-photo.q0,.avatar.q0{background-position:0 0}.profile-photo.q1,.match-photo.q1,.avatar.q1{background-position:100% 0}.profile-photo.q2,.match-photo.q2,.avatar.q2{background-position:0 100%}.profile-photo.q3,.match-photo.q3,.avatar.q3{background-position:100% 100%}.profile-body{padding:16px}.profile-heading{display:flex;justify-content:space-between;gap:12px;align-items:start}.profile-heading h2{font-size:1.7rem}.profile-heading p{margin:4px 0 0;color:var(--muted)}.ai-badge{display:grid;place-items:center;width:38px;height:28px;border-radius:7px;color:#fff;background:var(--coal);font-size:.72rem;font-weight:900}.ai-badge.you-badge{width:auto;padding:0 12px;background:var(--rose)}.preview-toggle{display:inline-flex;align-self:flex-start;gap:4px;padding:4px;background:#efece8;border-radius:999px}.preview-toggle button{border:0;background:transparent;padding:7px 18px;border-radius:999px;color:var(--muted);font-weight:750;font-size:.85rem;cursor:pointer}.preview-toggle button.active{background:#fff;color:#26272b;box-shadow:0 2px 8px #30343c1f}.seg-field{display:grid;gap:6px}.seg-label{font-size:.85rem;font-weight:750;color:var(--muted)}.seg{display:flex;gap:6px;padding:4px;background:#efece8;border-radius:12px}.seg button{flex:1;border:0;background:transparent;padding:9px 8px;border-radius:9px;color:var(--muted);font-weight:750;font-size:.85rem;cursor:pointer}.seg button.active{background:#fff;color:#26272b;box-shadow:0 2px 8px #30343c1f}.profile-photo--empty{height:clamp(300px,44vh,440px);display:grid;place-items:center;padding:0 24px;text-align:center;background:#efece8;color:var(--muted);font-weight:700;font-size:.9rem}.trait-row{display:flex;flex-wrap:wrap;gap:7px;margin:13px 0}.trait-row span{padding:7px 10px;border-radius:999px;background:#f0ede9;color:#4a4d55;font-size:.8rem;font-weight:760}.swipe-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}@media(max-width:899px){.screen.active:has(.swipe-actions){padding-bottom:calc(150px + env(safe-area-inset-bottom))}.profile-photo{height:clamp(300px,52vh,520px)}.swipe-actions{position:fixed;left:50%;transform:translate(-50%);bottom:calc(92px + env(safe-area-inset-bottom));width:min(100vw - 56px,360px);gap:22px;z-index:30;pointer-events:none}.swipe-actions .round{pointer-events:auto;height:60px;background:#fff6;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);border:1px solid rgba(255,255,255,.55);box-shadow:0 10px 26px #1f202438}}.round{height:64px;border:0;border-radius:50%;background:#fff;box-shadow:0 12px 28px #30343c21;font-size:2rem;font-weight:700;transition:transform .08s ease}.round:active{transform:scale(.94)}.danger{color:#525761}.maybe{color:var(--amber)}.like{color:var(--rose)}.feed-log{min-height:62px;display:grid;gap:8px}.feed-item{padding:10px 12px;border-radius:var(--radius);background:#ffffffa8;color:var(--muted);font-size:.83rem}.match-hero{display:grid;justify-items:center;gap:10px;text-align:center}.match-photo{width:min(290px,76vw);aspect-ratio:1;border-radius:50%;border:8px solid #fff;box-shadow:0 18px 45px #30343c2e}.match-hero h2{font-size:2.2rem;line-height:1}.message-preview,.insight-card{padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;line-height:1.45}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.photo-slot{position:relative;aspect-ratio:1;border-radius:var(--radius);overflow:hidden;background:#f0ede9;border:1px dashed var(--line)}.photo-slot.filled{border-style:solid}.photo-slot img{width:100%;height:100%;object-fit:cover;display:block}.photo-add{width:100%;height:100%;border:0;background:transparent;color:var(--muted);font-size:1.6rem;font-weight:700}.photo-remove{position:absolute;top:5px;right:5px;width:24px;height:24px;display:grid;place-items:center;border:0;border-radius:50%;background:#1f2024a8;color:#fff;font-size:1rem;line-height:1}.profile-form{display:grid;gap:14px}.profile-form label{display:grid;gap:6px;font-size:.85rem;font-weight:700;color:#3c3f46}.profile-form label small{color:var(--muted);font-weight:600}.profile-form input,.profile-form textarea{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1.6fr;gap:12px}.account-card{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff}.account-row{display:flex;align-items:center;gap:12px}.account-card strong{font-size:1.05rem}.account-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:linear-gradient(140deg,var(--rose),var(--rose-dark));color:#fff;font-weight:800}.account-card .secondary{width:auto;min-height:42px;padding:0 16px}.chat-list{display:grid;gap:10px}.chat-list-item{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;text-align:left}.chat-list-item .avatar{flex:0 0 auto}.chat-list-text{display:grid;gap:2px;min-width:0}.chat-list-name{font-weight:800}.chat-list-preview{color:var(--muted);font-size:.86rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-list-meta{margin-left:auto;flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.chat-list-time{color:var(--muted);font-size:.72rem}.turn-pill{font-size:.66rem;font-weight:800;letter-spacing:.02em;color:#fff;background:var(--rose);border-radius:999px;padding:2px 8px;white-space:nowrap}.chat-list-item.your-turn{border-color:#e84d6466;background:#fff6f7}.empty-state{margin:auto;display:grid;justify-items:center;gap:12px;text-align:center;max-width:320px}.chat-header{display:flex;gap:12px;align-items:center}.avatar{width:54px;height:54px;border-radius:50%;border:3px solid #fff;box-shadow:0 8px 18px #30343c24}.chat-log{flex:1;display:flex;flex-direction:column;gap:10px;overflow:auto;padding:8px 0}.typing-indicator{min-height:24px;color:var(--muted);font-size:.82rem;font-weight:720}.msg-row{display:flex;flex-direction:column;gap:2px;max-width:82%}.msg-row.ai{align-self:flex-start;align-items:flex-start}.msg-row.user{align-self:flex-end;align-items:flex-end}.bubble{max-width:100%;padding:12px 14px;border-radius:16px;line-height:1.35}.bubble.ai{border-bottom-left-radius:5px;background:#fff;box-shadow:0 4px 14px #30343c0f}.bubble.user{border-bottom-right-radius:5px;color:#fff;background:var(--rose)}.bubble-time{color:var(--muted);font-size:.7rem;padding:0 4px;white-space:nowrap}.bubble.ai.error{color:#8a1f2b;background:#fdecee;box-shadow:none;border:1px solid #f4c4cb;font-style:italic}.bubble.has-image{padding:6px}.bubble.has-image:not(:empty){padding:6px 6px 10px}.bubble-photo{display:block;width:min(280px,62vw);max-height:320px;object-fit:cover;border-radius:12px;cursor:zoom-in;margin-bottom:4px}.bubble.has-image .bubble-photo:only-child{margin-bottom:0}.attach-preview{display:flex;align-items:center;gap:10px;padding:8px 10px;margin:0 0 6px;background:#fff;border:1px solid #eee2da;border-radius:12px;font-size:.85rem;color:var(--muted)}.attach-preview img{width:44px;height:44px;object-fit:cover;border-radius:8px}.attach-preview button{margin-left:auto;border:none;background:none;font-size:1.1rem;cursor:pointer;color:var(--muted);padding:4px 8px}.icon-button.attach{font-size:1.05rem}.icon-button.mic.active{color:#fff;background:var(--rose);border-color:var(--rose)}.bubble-audio{display:block;width:min(260px,58vw);height:40px;margin:2px 0}.bubble-transcript{display:block;font-size:.8rem;opacity:.75;font-style:italic;margin-top:4px}.attach-preview.recording{border-color:#f4c4cb}.record-dot{width:10px;height:10px;border-radius:50%;background:#e11d48;animation:record-pulse 1.2s ease-in-out infinite}@keyframes record-pulse{0%,to{opacity:1}50%{opacity:.25}}.record-cancel,.record-send{border:none;border-radius:999px;padding:7px 14px;font-size:.82rem;font-weight:600;cursor:pointer}.record-cancel{margin-left:auto;background:#f1eae4;color:var(--ink)}.record-send{background:var(--rose);color:#fff}.bubble-upgrade{margin-top:6px;padding:10px 16px;font-size:.85rem;width:auto;align-self:flex-start;white-space:nowrap;flex-shrink:0}.chat-empty-hint{margin:auto;max-width:80%;text-align:center;color:#8a8f98;font-size:.9rem;line-height:1.4}.chat-form{display:grid;grid-template-columns:46px 46px 1fr 46px;gap:8px}.chat-form input{min-width:0;height:46px;padding:0 16px;border:1px solid var(--line);border-radius:999px;background:#fff}.send{color:#fff;background:var(--rose);border-color:var(--rose)}.insight-card h3{margin-top:8px;font-size:1.35rem}.insight-list{display:grid;gap:10px}.bar-row{display:grid;grid-template-columns:112px 1fr 36px;align-items:center;gap:10px;font-size:.86rem;color:#4a4d55}.bar{height:9px;overflow:hidden;border-radius:999px;background:#e8e1dc}.bar span{display:block;height:100%;border-radius:inherit;background:var(--mint)}.tabbar{display:none;grid-template-columns:1fr 1fr 1fr;gap:8px;padding:10px 14px calc(14px + env(safe-area-inset-bottom));border-top:1px solid rgba(31,32,36,.08);background:#fffaf6eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex:0 0 auto}.tabbar.visible{display:grid}.tabbar .tab{display:flex;flex-direction:column;align-items:center;gap:2px;height:50px;border:1px solid transparent;border-radius:var(--radius);color:var(--muted);background:transparent;font-weight:800;font-size:.82rem}.tabbar .tab.active{color:var(--ink);border-color:var(--line);background:#fff}@media(min-width:900px){.app-shell{grid-template-columns:268px minmax(0,1fr);max-width:1160px;margin-inline:auto;padding:28px;gap:28px;align-items:stretch}.rail{display:flex;flex-direction:column;gap:26px;position:sticky;top:28px;height:calc(100dvh - 56px);padding:4px}.app{min-height:calc(100dvh - 56px);height:calc(100dvh - 56px);border:1px solid rgba(31,32,36,.1);border-radius:28px;box-shadow:var(--shadow)}.topbar>.icon-button:last-child{visibility:hidden}.topbar{padding:22px 26px 14px}.screen{padding:18px 26px 26px}.msg-row{flex-direction:row;align-items:flex-end;gap:8px;max-width:86%}.msg-row.user{flex-direction:row-reverse}.bubble-time{padding:0 0 3px}.tabbar{display:none!important}}@media(min-width:900px)and (max-height:760px){.rail,.app{height:auto}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}.landing{min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden}.landing-top{display:flex;align-items:center;justify-content:space-between;padding:18px clamp(18px,5vw,48px)}.landing-brand{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.15rem;letter-spacing:.01em}.landing-brand .tm{font-size:.55em;font-weight:600;vertical-align:super;opacity:.7}.landing-signin{border:1px solid var(--line);background:var(--panel);border-radius:999px;padding:9px 18px;font-weight:600;cursor:pointer}.landing-hero{text-align:center;padding:clamp(40px,9vh,96px) clamp(18px,6vw,48px) clamp(28px,5vh,56px);max-width:860px;margin:0 auto}.landing-chip{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--rose-dark);background:#e84d641a;border:1px solid rgba(232,77,100,.25);border-radius:999px;padding:7px 14px;margin:0 0 22px}.landing-hero h1{font-size:clamp(2.1rem,6vw,3.6rem);line-height:1.08;letter-spacing:-.02em;margin:0 0 18px}.landing-sub{font-size:clamp(1rem,2.2vw,1.15rem);line-height:1.55;color:var(--muted);max-width:34em;margin:0 auto 30px}.landing-cta{font-size:1.05rem;padding:15px 34px;width:auto;box-shadow:0 14px 34px #e84d6459}.landing-alt{margin-top:16px;color:var(--muted);font-size:.92rem}.linklike{border:none;background:none;color:var(--rose-dark);font-weight:600;cursor:pointer;padding:0;font-size:inherit}.landing-features{display:grid;gap:14px;grid-template-columns:1fr;max-width:1020px;margin:0 auto;padding:10px clamp(18px,5vw,48px) 30px}.landing-feature{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:0 10px 30px #2b26220f}.landing-feature h2{margin:0 0 8px;font-size:1.08rem}.landing-feature p{margin:0;color:var(--muted);line-height:1.5;font-size:.95rem}.landing-reviews{padding:26px clamp(18px,5vw,48px) 10px;max-width:1020px;margin:0 auto;text-align:center}.landing-reviews>h2{font-size:clamp(1.4rem,3.5vw,1.9rem);margin:0 0 20px}.landing-review-grid{display:grid;gap:14px;grid-template-columns:1fr;text-align:left}.landing-review{margin:0;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:20px}.landing-review .stars{color:var(--amber);letter-spacing:2px;font-size:.95rem}.landing-review blockquote{margin:10px 0 12px;font-size:.98rem;line-height:1.5}.landing-review figcaption{color:var(--muted);font-size:.85rem;font-weight:600}.landing-final{text-align:center;padding:clamp(36px,8vh,80px) 18px}.landing-final h2{font-size:clamp(1.5rem,4vw,2.2rem);margin:0 0 22px}.landing-footer{text-align:center;color:var(--muted);font-size:.82rem;padding:20px 18px 30px;border-top:1px solid var(--line)}.landing-footer a{color:var(--muted)}.landing-footer p{margin:4px 0}@media(min-width:720px){.landing-features{grid-template-columns:repeat(3,1fr)}.landing-review-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1080px){.landing-review-grid{grid-template-columns:repeat(4,1fr)}}
