*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,system-ui,sans-serif;background:#f3f4f6;color:#171717}.topbar{position:sticky;top:0;z-index:20;background:#151515;color:#fff;padding:10px 4%;display:flex;justify-content:space-between;align-items:center;gap:15px;box-shadow:0 3px 15px #0003}.brand{border:0;background:none;color:#fff;display:flex;align-items:center;gap:9px;font-size:21px;text-align:left}.brand b{color:#ffcf40}.brand small{display:block;color:#999;font-size:9px;letter-spacing:2px}nav{display:flex;gap:6px;flex-wrap:wrap}nav button,.secondary,.filter{border:0;border-radius:9px;padding:10px 13px;background:#292929;color:#fff}main{max-width:1250px;margin:auto;padding:24px 16px 60px}.page{display:none}.page.active{display:block}.hero{background:linear-gradient(125deg,#8d0000,#380000);color:white;border-radius:24px;padding:clamp(25px,5vw,60px);display:grid;grid-template-columns:1.5fr .7fr;gap:25px;align-items:center}.hero small,.section-title small{font-weight:900;letter-spacing:2px}.hero small{color:#ffcf40}.hero h1{font-size:clamp(38px,6vw,64px);line-height:1;margin:12px 0}.hero h1 span{color:#ffcf40}.hero p{max-width:720px;line-height:1.65;color:#f2d8d8}.primary{border:0;border-radius:9px;padding:13px 17px;background:#ffcf40;color:#201600;font-weight:900;margin:5px}.hero-panel{background:#fff1;border:1px solid #fff2;border-radius:18px;padding:25px;display:flex;flex-direction:column;gap:8px}.hero-icon{font-size:58px}.hero-panel strong{font-size:48px;color:#ffcf40}.hero-panel span,.hero-panel small{color:#e8cccc}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.stats div,.card{background:#fff;border:1px solid #e0e1e4;border-radius:16px;padding:20px;box-shadow:0 5px 20px #0000000a}.stats b{font-size:28px;display:block}.stats span{color:#777}.section-title{margin:28px 0 17px}.section-title h1,.section-title h2{margin:6px 0;font-size:38px}.section-title p{color:#666}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.game-card{background:#fff;border:1px solid #ddd;border-radius:17px;padding:22px;position:relative;overflow:hidden}.game-card .icon{font-size:48px}.game-card h2{margin:8px 0 4px}.game-card p{color:#666;line-height:1.5}.tag{display:inline-block;padding:5px 8px;border-radius:20px;background:#eee;font-size:11px;margin:2px}.filters{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:16px}.filter{background:#ddd;color:#222}.filter.active{background:#8d0000;color:#fff}.two{display:grid;grid-template-columns:1fr 1fr;gap:16px}.card label{display:block;font-weight:800;margin-bottom:14px}.card input,.card select{width:100%;padding:11px;margin-top:6px;border:1px solid #ccc;border-radius:8px}.center{text-align:center}.ring{width:155px;height:155px;border-radius:50%;display:grid;place-items:center;margin:10px auto 20px;background:conic-gradient(#8d0000 0deg,#eee 0)}.ring span{width:120px;height:120px;border-radius:50%;background:#fff;display:grid;place-items:center;font-size:30px;font-weight:900}.skills{display:grid;gap:12px}.skill{display:grid;grid-template-columns:140px 1fr 45px;gap:10px;align-items:center}.bar{height:9px;background:#eee;border-radius:20px;overflow:hidden}.bar i{display:block;height:100%;background:#8d0000;border-radius:20px}.badges{display:flex;gap:10px;flex-wrap:wrap}.badge{padding:15px;border:1px solid #ddd;border-radius:12px}.locked{opacity:.3}.game-shell{background:#fff;border-radius:18px;overflow:hidden}.game-head{background:#171717;color:#fff;padding:24px;display:flex;justify-content:space-between;gap:20px}.game-head small{color:#ffcf40}.game-head h1{margin:6px 0}.timer{font-size:30px;font-weight:900;color:#ffcf40}.mission{max-width:950px;margin:auto;padding:30px}.question{font-size:27px;line-height:1.3}.answers{display:grid;grid-template-columns:1fr 1fr;gap:10px}.answer{background:#f7f7f8;border:2px solid #ddd;border-radius:10px;padding:16px;text-align:left}.answer:disabled{cursor:default}.answer.correct{border-color:#198754;background:#eaf8ef}.answer.wrong{border-color:#c82333;background:#fff0f0}.feedback,.hint{padding:14px;border-radius:10px;margin-top:15px}.feedback.ok{background:#eaf8ef}.feedback.no{background:#fff0f0}.hint{background:#fff7d5;border-left:4px solid #ffcf40}.controls{display:flex;justify-content:space-between;gap:10px;margin-top:22px}.final{text-align:center;padding:55px}.big{font-size:75px;color:#8d0000;font-weight:900}footer{background:#151515;color:#999;padding:22px 5%;display:flex;justify-content:space-between}@media(max-width:760px){.topbar{flex-direction:column;align-items:flex-start}nav{width:100%}.hero,.grid,.two{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.answers{grid-template-columns:1fr}.game-head{flex-direction:column}.question{font-size:22px}.skill{grid-template-columns:100px 1fr 40px}footer{flex-direction:column;gap:8px}}