:root{--ink:#2b2026;--muted:#766a70;--paper:#fbf7f5;--rose:#a9687e;--wine:#5f3546;--line:#e8d9de;--gold:#c6a56c}*{box-sizing:border-box}html{background:#1d151b}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:radial-gradient(circle at 20% 0,#f6e8e8,#fdf9f6 42%,#ead9df);min-height:100vh}button,a,input,textarea{font:inherit}.landing-body{display:grid;place-items:center;padding:18px}.landing{width:min(1120px,100%);min-height:min(760px,calc(100vh - 36px));display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden;border-radius:28px;background:rgba(255,251,248,.94);box-shadow:0 30px 90px #30192338}.hero-copy{padding:clamp(34px,7vw,84px);display:flex;flex-direction:column;justify-content:center}.kicker{margin:0 0 12px;color:var(--rose);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}h1{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.03;letter-spacing:-.035em;margin:0 0 20px;font-size:clamp(2.2rem,6vw,4.9rem)}.lead{font-size:clamp(1rem,2vw,1.25rem);line-height:1.65;color:var(--muted);max-width:600px}.benefits{list-style:none;margin:24px 0;padding:0;display:grid;gap:11px}.benefits li:before{content:"";display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:12px;background:var(--gold)}.primary,.secondary{display:inline-flex;justify-content:center;align-items:center;min-height:54px;border:0;border-radius:15px;padding:14px 22px;text-decoration:none;cursor:pointer;font-weight:750}.primary{color:white;background:linear-gradient(135deg,var(--wine),var(--rose));box-shadow:0 12px 28px #70405238}.secondary{margin-top:10px;color:var(--wine);border:1px solid var(--line);background:white}.privacy{font-size:.82rem;color:#93868c;line-height:1.5}.portrait{margin:0;position:relative;min-height:600px;background:#17141a}.portrait img{width:100%;height:100%;object-fit:cover;object-position:center 23%;filter:saturate(.88) contrast(1.03)}.portrait:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,#171119dd)}.portrait figcaption{position:absolute;z-index:1;left:36px;bottom:34px;color:white;font:1.7rem Georgia,serif}.portrait span{font:400 .9rem Inter,system-ui;color:#e6d9de}.author-mobile{display:none}.test-body{padding:0;background:linear-gradient(180deg,#261820 0 118px,#f8f1ef 118px)}.test-shell{width:min(720px,100%);margin:auto;padding:0 14px 42px}header{height:74px;color:#f8eff2;display:flex;align-items:center;justify-content:space-between;font-size:.86rem;font-weight:700}.progress{height:4px;background:#ffffff26;border-radius:99px;overflow:hidden;margin-bottom:20px}.progress i{display:block;height:100%;background:linear-gradient(90deg,var(--gold),#f1d8a7);transition:width .25s}.card{background:var(--paper);padding:clamp(23px,6vw,48px);border:1px solid #fff;border-radius:24px;box-shadow:0 18px 55px #43242e1c}.card h1{font-size:clamp(1.8rem,6.8vw,3rem);line-height:1.12}.question-title{white-space:normal}.count{font-size:.78rem;color:var(--rose);font-weight:800}.avatar{width:86px;height:86px;border-radius:50%;object-fit:cover;object-position:center 20%;margin-bottom:22px}.consent{display:flex;gap:12px;align-items:flex-start;padding:14px 0;border-top:1px solid var(--line);line-height:1.4}.consent input{width:21px;height:21px;accent-color:var(--wine);flex:0 0 auto}.card>.primary{width:100%;margin-top:20px}.card>.primary:disabled{opacity:.35}.choices{display:grid;gap:10px;margin:24px 0}.choice{display:flex;align-items:flex-start;gap:12px;padding:15px;border:1px solid var(--line);border-radius:14px;background:#fff;line-height:1.35;cursor:pointer}.choice:has(input:checked){border-color:var(--rose);background:#fbf0f3;box-shadow:0 0 0 2px #a9687e1f}.choice input{width:20px;height:20px;accent-color:var(--wine);flex:0 0 auto;margin-top:0}.text,textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:15px 16px;background:#fff;color:var(--ink);outline:none;line-height:1.5}.text:focus,textarea:focus{border-color:var(--rose);box-shadow:0 0 0 3px #a9687e22}.actions{display:flex;gap:10px;margin-top:24px}.actions .primary{flex:1}.back{border:1px solid var(--line);background:#fff;border-radius:15px;padding:13px 18px}.skip{display:block;margin:15px auto 0;border:0;background:none;color:#8d7d84;text-decoration:underline}.center{text-align:center;padding-top:70px;padding-bottom:70px}.loader{width:48px;height:48px;margin:0 auto 28px;border-radius:50%;border:3px solid var(--line);border-top-color:var(--rose);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.result p{line-height:1.7;color:var(--muted)}
@media(max-width:760px){.landing-body{display:block;padding:0;background:#f9f2ef}.landing{min-height:100vh;display:block;border-radius:0;box-shadow:none}.hero-copy{padding:28px 20px 36px}.hero-copy h1{font-size:2.55rem}.portrait{display:none}.author-mobile{display:flex;gap:12px;align-items:center;margin:10px 0 6px}.author-mobile img{width:64px;height:64px;border-radius:50%;object-fit:cover;object-position:center 20%}.author-mobile span{display:grid}.author-mobile small{color:var(--muted)}.benefits{margin:19px 0}.test-shell{padding-left:10px;padding-right:10px}.card{border-radius:20px;padding:24px 18px}.card h1{font-size:1.72rem}.question-title{font-size:1.45rem!important;line-height:1.23!important}.choice{padding:14px 12px}.actions{position:sticky;bottom:8px;z-index:3;padding:8px;background:#fbf7f5e8;backdrop-filter:blur(8px);border-radius:16px}.primary{min-height:52px}}
