:root{color-scheme:dark;--bg:#131820;--panel:#1b222c;--text:#f1f3ef;--muted:#aeb8c5;--line:#343d49;--blue:#648aff;--ink:#171c24;--body:'Golos Text',Arial,sans-serif;--display:'Oswald','Arial Narrow',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}a{color:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.7}a,button,input{touch-action:manipulation}:focus-visible{outline:3px solid #99b1ff;outline-offset:5px}[hidden]{display:none!important}.wrap{width:min(1120px,calc(100% - 64px));margin-inline:auto}.site-header{height:100px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-weight:600;font-size:17px;letter-spacing:-.4px}.brand-mark{width:38px;height:30px}.hero{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px;padding:72px 0 76px}.hero h1{font-family:var(--display);font-size:clamp(76px,8.6vw,120px);font-weight:600;line-height:1.05;letter-spacing:-3px;margin:0 0 26px}.hero-subtitle{font-size:clamp(22px,2.3vw,29px);line-height:1.4;letter-spacing:-.7px;margin:0}.hero-aside{font-size:15px;color:var(--muted);margin:30px 0 0;line-height:1.8}.hero-interaction{min-width:0;padding-top:12px}.plate-stage{height:198px;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:30px;isolation:isolate}.plate-stage:before{content:'';position:absolute;inset:10px -20px -8px;background:radial-gradient(ellipse at 50% 60%,#333e504d,transparent 70%);z-index:-2}.plate-stage:after{content:'';position:absolute;width:83%;height:9px;bottom:13px;background:repeating-linear-gradient(90deg,#66718355 0,#66718355 32px,transparent 32px,transparent 52px);transform:perspective(200px) rotateX(40deg);z-index:-1}.plate-shadow{position:absolute;bottom:32px;width:86%;height:18px;border-radius:50%;background:#060a0f;filter:blur(15px);z-index:-1}.plate{container-type:inline-size;display:flex;align-items:center;background:linear-gradient(180deg,#fff 0%,#f1f3ef 40%,#e4e7e1 100%);color:#171b21;border:3px solid #d6dcd9;border-radius:12px;padding:7px 10px;box-shadow:inset 0 0 0 2px #242a30,0 5px 0 #889091,0 7px 0 #0b0e13;width:100%;max-width:460px;aspect-ratio:4.35;position:relative;line-height:1;font-family:var(--display);user-select:none}.plate-demo{transform:rotate(-4deg);transition:transform .25s ease}.plate-demo.has-input{transform:rotate(0)}.plate-main{font-weight:500;font-size:17cqw;letter-spacing:-.25cqw;white-space:nowrap;text-align:center;flex:1;padding-inline:8px}.plate-region{height:100%;border-left:2px solid #333a41;display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:24%;padding:0 6px 0 10px}.plate-region strong{font-size:12.8cqw;font-weight:500;letter-spacing:.1cqw}.country{font:500 3cqw var(--body);display:flex;align-items:center;gap:1.5cqw;margin-top:1cqw}.country i{display:block;width:5cqw;height:3.2cqw;background:linear-gradient(#fff 0 33%,#2452a1 33% 66%,#c43843 66%);border:.5px solid #929292}.plate-screw{position:absolute;top:50%;width:4px;height:4px;border-radius:50%;background:#777e81;box-shadow:inset 0 1px 1px #0e1214}.plate-screw.left{left:6px}.plate-screw.right{right:6px}form label{display:block;font-size:14px;font-weight:500;margin-bottom:8px}.input-wrap{position:relative}.input-wrap input{width:100%;border:1px solid #556170;border-radius:8px;color:var(--text);background:#1b222c;padding:14px 72px 14px 18px;font-size:23px;letter-spacing:1.5px;font-weight:500;line-height:1.4;text-transform:uppercase;min-height:62px;transition:border-color .15s}.input-wrap input::placeholder{color:#8e99aa;opacity:1}.input-wrap input:focus{border-color:#93adff;outline:2px solid #648aff55;outline-offset:0}.input-wrap input[aria-invalid=true]{border-color:#f5a59e}.input-country{position:absolute;right:17px;top:50%;transform:translateY(-50%);font-size:12px;color:var(--muted);pointer-events:none}.input-hint{font-size:12px;color:var(--muted);margin:8px 0 20px}.button{display:flex;align-items:center;justify-content:center;min-height:58px;width:100%;padding:15px 18px;border-radius:8px;border:1px solid transparent;font-size:16px;font-weight:600;text-decoration:none;text-align:center;line-height:1.5;transition:background .15s,transform .15s}.button:active{transform:translateY(1px)}.primary{background:var(--blue);color:#0e172b;box-shadow:inset 0 1px 0 #afc3ff66}.primary:hover{background:#81a0ff}.secondary{background:transparent;color:var(--text);border-color:#667282}.secondary:hover{background:#222c39}.form-note{color:#9da8b7;font-size:11px;text-align:center;line-height:1.7;max-width:360px;margin:13px auto 0}.form-error{color:#ffb1a9;font-size:13px;line-height:1.6;margin:0 0 15px}.home-details{border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:50px;padding:36px 0 50px}.home-details h2{font-size:15px;line-height:1.5;font-weight:500;margin:13px 0 8px}.home-details p{font-size:13px;color:var(--muted);line-height:1.8;margin:0}.detail-icon{display:block;color:#b5c2d8;width:28px;height:28px;flex-shrink:0}.site-footer{padding:30px 0 32px;border-top:1px solid var(--line);color:#98a4b5;font-size:11px;line-height:1.8}.site-footer p{margin:3px 0;max-width:800px}.site-footer .footer-name{color:#c1c9d3;font-size:12px;margin-bottom:8px}.site-footer .privacy-note{margin-top:14px;font-size:10px}.skip-link{position:absolute;left:16px;top:-100px;background:var(--text);color:var(--bg);padding:12px;z-index:20}.skip-link:focus{top:12px}.toast{position:fixed;bottom:max(24px,env(safe-area-inset-bottom));left:50%;transform:translateX(-50%);max-width:calc(100% - 32px);width:max-content;background:#edf2fb;color:#131820;padding:12px 20px;border:1px solid #afbdd0;border-radius:10px;box-shadow:0 8px 30px #0005;font-size:14px;z-index:10}.result-page{max-width:880px;margin:0 auto}.result-intro{text-align:center;padding:28px 0 36px}.back-link{display:block;width:max-content;max-width:100%;margin:0 0 40px;text-decoration:none;font-size:13px;color:var(--muted);padding:10px 0;min-height:44px}.back-link:before{content:'‹';margin-right:9px;font-size:20px;vertical-align:-1px}.back-link:hover{color:#fff}.result-plate{width:min(360px,100%);margin:0 auto 34px}.archetype-label{margin:0 0 8px;font-size:13px;color:#aebbd1}.archetype-title{font-family:var(--display);font-size:clamp(36px,5vw,64px);font-weight:500;line-height:1.15;letter-spacing:-.7px;margin:0}.result-headline{font-size:18px;color:#c5cdd8;line-height:1.6;margin:16px auto 0;max-width:560px}.highlights{list-style:none;padding:0;margin:22px 0 0;display:flex;justify-content:center;flex-wrap:wrap;gap:8px}.highlights li{font-size:11px;border:1px solid #44516a;background:#1b2537;color:#c2d0ee;padding:5px 12px;border-radius:30px}.dashboard{border:1px solid #343f50;background:#1a212c;border-radius:14px;padding:28px 32px 21px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:26px}.section-heading h2{font-size:17px;font-weight:500;margin:0}.section-heading>span{font-size:11px;color:var(--muted)}.scores{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 36px}.score-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}.score label{font-size:13px;color:#dae0e9}.score strong{font-family:var(--display);font-size:26px;font-weight:500}.score small{font-size:10px;color:#98a8bf;margin-left:3px}.score progress{display:block;width:100%;height:5px;border:0;border-radius:3px;overflow:hidden;appearance:none;-webkit-appearance:none;background:#344053;accent-color:#86a4ff}.score progress::-webkit-progress-bar{background:#344053;border-radius:3px}.score progress::-webkit-progress-value{background:#86a4ff;border-radius:3px}.score progress::-moz-progress-bar{background:#86a4ff;border-radius:3px}.score-adventure progress{accent-color:#abbfec}.score-adventure progress::-webkit-progress-value,.score-charisma progress::-webkit-progress-value{background:#abbfec}.dashboard-note{font-size:10px;color:#9eacc0;line-height:1.6;margin:26px 0 0}.story{padding:52px 0 12px;display:grid;grid-template-columns:190px 1fr;gap:38px}.story-heading h2{font-family:var(--display);font-size:27px;font-weight:500;margin:0 0 8px;line-height:1.2}.story-heading span{font-size:11px;color:var(--muted)}.story-body p{color:#cbd3dd;font-size:15px;line-height:1.9;margin:0 0 24px}.story-body p:first-child{color:var(--text);font-size:17px;line-height:1.8}.story-body .story-ending{padding-top:22px;border-top:1px solid var(--line)}.result-actions{margin:8px auto 54px;max-width:480px;display:grid;gap:12px}.result-actions>p{font-size:11px;color:var(--muted);text-align:center;margin:4px 0}.result-actions label{font-size:12px;color:var(--muted)}#share-link{width:100%;background:var(--panel);border:1px solid var(--line);padding:12px;color:var(--text);font-size:16px;border-radius:6px;margin-top:8px}.not-found{max-width:560px;margin:70px auto;text-align:center}.not-found h1{font-family:var(--display);font-size:44px;font-weight:500;line-height:1.2}.not-found p{color:var(--muted)}.not-found .button{margin-top:32px}.error-code{font-family:var(--display);font-size:70px;color:var(--blue)}
.clipboard-helper{position:fixed;left:-9999px;top:0;width:1px;height:1px;opacity:0;font-size:16px}
@media(min-width:1200px){.hero-interaction{padding-left:22px;padding-right:8px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.site-header{height:76px}.hero{gap:32px;padding:50px 0}.hero h1{font-size:80px;letter-spacing:-2px}.plate-stage{height:154px}.hero-subtitle{font-size:22px}.hero-aside{font-size:13px}.home-details{gap:24px}.scores{gap:24px}.story{grid-template-columns:150px 1fr;gap:26px}}
@media(max-width:600px){.site-header{height:68px}.brand{font-size:14px;gap:9px}.brand-mark{width:31px;height:26px}.hero{display:block;padding:32px 0 34px}.hero h1{font-size:68px;line-height:1.03;letter-spacing:-1.3px;margin:0 0 16px}.hero-subtitle{font-size:20px;line-height:1.45;letter-spacing:-.3px}.desktop-break{display:none}.hero-aside{display:none}.hero-interaction{padding-top:0}.plate-stage{height:151px;margin:15px 2px 8px}.plate-stage:before{inset:0 -12px}.plate-stage:after{height:6px;bottom:16px}.plate-shadow{bottom:36px}.plate{border-radius:9px;border-width:2px;padding:6px 7px;box-shadow:inset 0 0 0 1.5px #242a30,0 4px 0 #889091,0 6px 0 #0b0e13}.plate-main{padding-inline:6px}.plate-region{border-left-width:1.5px;padding:0 4px 0 7px}.plate-screw{width:3px;height:3px}.plate-screw.left{left:4px}.plate-screw.right{right:4px}form label{font-size:12px;margin-bottom:7px}.input-wrap input{min-height:56px;padding:12px 65px 12px 15px;font-size:21px}.input-hint{font-size:11px;margin-bottom:17px}.button{min-height:56px;font-size:15px}.form-note{font-size:10px;max-width:320px}.home-details{grid-template-columns:1fr;gap:24px;padding:28px 0 32px}.home-details>div{position:relative;padding-left:40px}.detail-icon{position:absolute;left:0;top:0;width:26px;height:26px}.home-details h2{margin:0 0 5px;font-size:14px}.home-details p{font-size:12px;line-height:1.7;max-width:340px}.site-footer{font-size:10px;padding:24px 0}.site-footer .footer-name{font-size:11px}.site-footer .privacy-note{font-size:9px;line-height:1.8}.result-intro{padding:12px 0 27px}.back-link{margin-bottom:22px;font-size:12px}.result-plate{width:88%;margin-bottom:30px}.archetype-label{font-size:12px;margin-bottom:8px}.archetype-title{font-size:38px}.result-headline{font-size:15px;margin-top:12px}.highlights{margin-top:16px;gap:7px}.highlights li{font-size:10px;padding:5px 10px}.dashboard{padding:20px 17px 16px;border-radius:11px}.section-heading{display:block;margin-bottom:21px}.section-heading h2{font-size:15px;margin-bottom:3px}.section-heading>span{font-size:10px}.scores{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.score label{font-size:11px}.score strong{font-size:25px}.score small{font-size:9px}.score-top{gap:4px;margin-bottom:9px}.dashboard-note{font-size:9px;margin-top:21px}.story{display:block;padding:32px 0 6px}.story-heading{margin-bottom:22px}.story-heading h2{font-size:28px;margin-bottom:4px}.story-body p{font-size:14px;line-height:1.85;margin-bottom:20px}.story-body p:first-child{font-size:15px;line-height:1.85}.result-actions{margin-bottom:36px}.not-found h1{font-size:35px}}
@media(max-width:359px){.wrap{width:calc(100% - 32px)}.hero{padding-top:25px}.hero h1{font-size:60px}.hero-subtitle{font-size:18px}.plate-stage{height:138px}.brand{font-size:13px}.score label{font-size:10px}.scores{gap:19px 16px}.dashboard{padding-inline:13px}.archetype-title{font-size:34px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.feedback{padding:36px 0;text-align:center;border-top:1px solid var(--line,#343d49)}.feedback p{font-size:19px;margin:0 0 18px}.feedback>div{display:flex;justify-content:center;gap:12px}.vote-button{font:inherit;cursor:pointer;border:1px solid #536171;border-radius:10px;background:transparent;color:#f1f3ef;padding:13px 23px;min-height:48px}.vote-button[aria-pressed=true]{background:#648aff;color:#131820;border-color:#648aff}.vote-button:focus-visible{outline:3px solid #91acff;outline-offset:4px}.vote-button:disabled{opacity:.6}.feedback>span{display:block;min-height:24px;font-size:14px;color:#aeb8c5;margin-top:15px}@media(max-width:600px){.feedback{padding-top:25px}.vote-button{padding:12px 20px}}
