:root{font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:#192b3a;background:#f4f6f8;--navy:#153a5b;--blue:#2e76d2;--line:#dce3e9;--muted:#6c7b88;--green:#2b8a62;line-height:1.5}*{box-sizing:border-box}body{margin:0}.top{height:76px;padding:0 5vw;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:11px;align-items:center}.mark{width:38px;height:38px;border-radius:11px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900}.brand strong,.brand small{display:block}.brand small{font-size:11px;color:var(--muted)}.badge{background:#e8f7ef;color:var(--green);padding:6px 11px;border-radius:99px;font-size:12px;font-weight:800}.layout{max-width:1240px;margin:34px auto;padding:0 24px;display:grid;grid-template-columns:300px 1fr;gap:24px}.panel,.hero,.question{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 35px #19324a0b}.setup{padding:24px;height:max-content}.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.13em;font-weight:900;color:var(--blue)}h1,h2,h3{line-height:1.15;margin:7px 0 12px}.setup h1{font-size:27px}.muted{color:var(--muted);font-size:13px}label{display:grid;gap:7px;font-weight:800;font-size:12px;margin-top:18px}select{width:100%;padding:11px;border:1px solid #ccd6df;border-radius:9px;background:#fff}.primary,.ghost{border:0;border-radius:9px;padding:11px 15px;font-weight:800;cursor:pointer}.primary{background:var(--blue);color:#fff;width:100%;margin-top:22px}.ghost{background:#eef3f7;color:#435565}.method{border-top:1px solid var(--line);margin-top:24px;padding-top:16px;font-size:12px}.method p{color:var(--muted);margin-bottom:0}.hero{padding:35px;min-height:230px}.hero h2{font-size:35px;max-width:700px}.hero p{color:var(--muted);max-width:760px}.hidden{display:none!important}.gamebar{display:flex;justify-content:space-between;align-items:end;margin:0 0 18px}.gamebar h2{font-size:25px}.maze{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin-bottom:18px}.node{height:52px;border-radius:13px;display:grid;place-items:center;font-weight:900;border:1px solid var(--line);color:#92a0ab;background:#f4f6f8}.node.current{background:#eaf2ff;border-color:#8fb8f1;color:var(--blue);box-shadow:0 0 0 3px #2e76d21a}.node.done{background:#e8f7ef;border-color:#9dd3b8;color:var(--green)}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}.metrics div{background:#fff;border:1px solid var(--line);border-radius:13px;padding:14px}.metrics span{display:block;color:var(--muted);font-size:11px}.metrics strong{display:block;margin-top:5px}.question{padding:26px}.question-meta{display:flex;gap:8px}.question-meta span{background:#edf2f6;border-radius:7px;padding:5px 8px;color:#556676;font-size:10px;font-weight:800}.question h3{font-size:25px;margin-top:17px}.options{display:grid;gap:9px}.option{padding:13px 15px;border:1px solid var(--line);background:#fff;border-radius:10px;text-align:left;font-weight:700;cursor:pointer}.option:hover{border-color:#72a6e4;background:#f5f9ff}.feedback{margin-top:16px;padding:14px;border-radius:10px;background:#f3f7fb;color:#4d6171;font-size:13px}.feedback.good{background:#e8f7ef;color:#216b4c}.feedback.bad{background:#fff3ef;color:#9a4d3b}@media(max-width:820px){.layout{grid-template-columns:1fr}.hero h2{font-size:28px}.maze{grid-template-columns:repeat(3,1fr)}}
