:root{font-family:DM Sans,sans-serif;color:#15192d;background:#fbfaf7;--blue:#1d4ed8;--muted:#6e7382;--line:#e6e1d7;--green:#2e7d5b;--red:#bd4c38}*{box-sizing:border-box}body{margin:0;min-width:320px;background:radial-gradient(circle at 0 92%,#edf4ef 0 8%,transparent 8.2%),#fbfaf7}.top{height:86px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:15px clamp(20px,4vw,64px);border-bottom:1px solid var(--line);background:#fffffff0;position:sticky;top:0;z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:11px;color:#15192d;text-decoration:none;font-size:22px;font-weight:600}.brand>b{display:grid;place-items:center;width:38px;height:38px;background:var(--blue);color:#fff;clip-path:polygon(50% 0,100% 100%,70% 100%,50% 60%,30% 100%,0 100%);font-size:12px}.rail{display:flex;gap:clamp(14px,3vw,44px)}.rail i{width:12px;height:12px;border:2px solid #d7d1c5;border-radius:50%;background:#fff;position:relative}.rail i:not(:last-child):after{content:"";position:absolute;width:clamp(14px,3vw,44px);height:1px;background:#ddd8cf;left:10px;top:4px}.rail i.on{background:var(--blue);border-color:var(--blue)}.status{display:flex;justify-content:flex-end;gap:20px;color:var(--green);font-size:13px}.status a{color:var(--muted);text-decoration:none}main{min-height:calc(100vh - 86px)}.split{max-width:1320px;margin:auto;padding:clamp(45px,7vw,90px) clamp(22px,5vw,70px);display:grid;grid-template-columns:minmax(220px,330px) minmax(0,1fr);gap:clamp(45px,8vw,115px)}.huge{font:clamp(100px,14vw,185px)/.8 "Playfair Display",serif;color:var(--blue)}aside h2{font:34px Playfair Display,serif;margin:32px 0 12px}aside p{color:var(--muted);line-height:1.6}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:600;color:var(--blue)}h1{font:400 clamp(40px,5vw,68px)/1.08 "Playfair Display",serif;margin:15px 0 20px;max-width:17ch}h2{font-weight:500}.lead{font:19px/1.6 "Source Serif 4",serif;color:var(--muted);max-width:64ch}.levels{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:32px 0}.levels article,.features article,.deliver article{display:flex;gap:14px;padding:17px;border:1px solid var(--line);border-radius:11px;background:#fff}.levels b,.deliver b{font:22px "Source Serif 4",serif;color:var(--blue)}.levels article div,.features article{display:flex;flex-direction:column}.levels small,.features small{color:var(--muted);margin-top:4px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:35px 0}.features article b{font:40px Playfair Display;color:var(--blue)}.features article strong{margin:8px 0}.deliver{display:grid;gap:12px;margin-top:32px}.actions{display:flex;align-items:center;gap:12px;margin-top:32px}.btn{padding:14px 24px;border:1px solid transparent;border-radius:9px;font:500 15px DM Sans;cursor:pointer}.btn:disabled{opacity:.4;cursor:not-allowed}.btn.primary{background:var(--blue);color:#fff;margin-left:auto;box-shadow:0 8px 18px -10px #1d4ed8}.btn.secondary{background:#fff;border-color:var(--line);color:#15192d}.btn.ghost{background:transparent;color:var(--muted)}.btn.wide{width:100%;margin-top:12px}.card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:clamp(26px,5vw,56px);box-shadow:0 20px 55px -45px #1e2436}.card.small,.admin{width:min(620px,calc(100% - 40px));margin:60px auto}.card label{display:block;font-weight:600;font-size:14px;margin:24px 0 8px}.card input,.card select,.card textarea{width:100%;padding:14px;border:1px solid #d9d4ca;border-radius:9px;background:#fff;color:#15192d;font:16px DM Sans}.card input:focus,.card select:focus,.card textarea:focus,button:focus-visible{outline:3px solid #1d4ed833;outline-offset:2px;border-color:var(--blue)}.card>small{color:var(--muted)}.check{display:flex!important;align-items:flex-start;gap:10px;font-weight:400!important;line-height:1.5}.check input{width:auto;margin-top:3px}.error{color:var(--red);min-height:20px}.assess aside hr{border:0;width:50px;height:5px;background:#f0634a;margin:30px 0}.assess aside h3{color:var(--blue)}.link,.unknown{border:0;background:none;color:var(--muted);text-decoration:underline;cursor:pointer;padding:0;margin-top:28px}.question{padding:0;overflow:hidden}.question>header{display:flex;justify-content:space-between;padding:22px 34px 14px;color:var(--muted);font-size:13px}.progress{height:4px;background:#efede7}.progress i{display:block;height:100%;background:var(--blue)}.question>section{padding:clamp(28px,5vw,56px)}.question h1{font-family:"Source Serif 4",serif;font-size:clamp(28px,3.5vw,46px);max-width:24ch}.question blockquote{background:#f7f5ef;border-left:3px solid var(--blue);padding:18px 20px;margin:24px 0;line-height:1.7}.choices{display:grid;gap:11px;margin-top:28px}.choice{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border:1.5px solid var(--line);border-radius:11px;background:#fff;text-align:left;font:15px DM Sans;color:#15192d;cursor:pointer}.choice:hover,.choice.selected{border-color:var(--blue);background:#f4f7ff}.choice i{flex:0 0 30px;height:30px;display:grid;place-items:center;border:1px solid #d7d2c7;border-radius:50%;font-style:normal}.choice.selected i{background:var(--blue);color:#fff;border-color:var(--blue)}.fill{font:24px "Source Serif 4"!important}.order{list-style:none;padding:0;display:grid;gap:10px}.order li{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--line);border-radius:9px}.order li strong{flex:1}.order li button{padding:7px 10px;background:#fff;border:1px solid var(--line)}.match{display:grid;gap:13px}.match label{display:grid;grid-template-columns:190px 1fr;gap:14px;align-items:center;border:1px solid var(--line);padding:13px;border-radius:9px;margin:0}.unknown.active{color:var(--red)}.question footer{border-top:1px solid var(--line);padding:22px 34px;margin:0}.saved{text-align:center;color:var(--green);font-size:12px;min-height:18px}.page{max-width:1120px;margin:auto;padding:clamp(45px,7vw,90px) 24px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:34px 0}.stats article{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:11px;padding:22px}.stats b{font:38px Playfair Display;color:var(--blue)}.stats span{color:var(--muted)}.review{display:grid;grid-template-columns:1fr 1fr;gap:9px}.review button{display:flex;align-items:center;gap:13px;padding:13px;background:#fff;border:1px solid var(--line);border-radius:9px;text-align:left;cursor:pointer}.review button>b{color:var(--blue)}.review button span{flex:1;display:flex;flex-direction:column}.review small{color:var(--muted)}.review em{font-style:normal;font-size:12px}.answered{color:var(--green)}.unanswered,.skipped{color:var(--red)}.hero{display:grid;grid-template-columns:1fr 260px;gap:50px;align-items:center}.hero h1{font-size:52px}.hero .huge{font-size:120px;margin-top:25px}.hero p{color:var(--muted)}.ring{width:230px;height:230px;border-radius:50%;background:conic-gradient(var(--blue) var(--score),#eae7df 0);display:grid;place-items:center}.ring:before{content:"";position:absolute;width:180px;height:180px;background:#fbfaf7;border-radius:50%}.ring div{position:relative;display:flex;flex-direction:column;text-align:center}.ring b{font:46px Playfair Display;color:var(--blue)}.ring span,.ring small{color:var(--muted)}.next{margin:42px 0;padding:28px 34px;border:1px solid #cbd8f8;border-radius:14px;background:#f0f4ff;display:flex;justify-content:space-between;align-items:center}.next h2{font:30px Playfair Display;margin:7px 0}.next p{color:var(--muted)}.next>b{font:36px Playfair Display;color:var(--blue)}.result-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px}.result-grid>.card{padding:26px}.result-grid h2,.feedback h2{font:28px Playfair Display;font-weight:400}.master{display:grid;grid-template-columns:1fr 110px 40px;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #efede8}.master span{display:flex;flex-direction:column}.master small{color:var(--muted)}.master>i{height:7px;background:#ece9e3;border-radius:5px}.master>i b{display:block;height:100%;background:var(--blue);border-radius:5px}.master em{font-style:normal;color:var(--muted)}.path{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid #efede8}.path>b{font:23px "Source Serif 4";color:var(--blue)}.path p{color:var(--muted);font-size:13px;margin:5px 0}.answers,.feedback{margin-top:20px;padding:26px}.answers summary{font-weight:600;cursor:pointer}.answers article{margin-top:13px;padding:13px;border-left:3px solid var(--red);background:#fdf5f2}.answers article.ok{border-color:var(--green);background:#f3f8f4}.answers p{color:var(--muted);line-height:1.5}.feedback textarea{min-height:100px;resize:vertical}@media(max-width:800px){.top{grid-template-columns:1fr auto}.rail{display:none}.split{grid-template-columns:1fr}.split>aside{display:none}.features,.result-grid,.hero,.review,.match label{grid-template-columns:1fr}.ring{width:190px;height:190px}.ring:before{width:150px;height:150px}}@media(max-width:520px){.top{padding:13px 18px}.brand{font-size:18px}.status a{display:none}.levels,.features{grid-template-columns:1fr}.question>section{padding:26px 20px}.question>header,.question footer{padding-left:20px;padding-right:20px}.question footer{flex-wrap:wrap}.question footer .primary{width:100%;order:-1}.stats{grid-template-columns:1fr}.next{display:block}.master{grid-template-columns:1fr 40px}.master>i{display:none}}
