.prfGame{direction:rtl;font-family:"Alexandria",Tahoma,Arial,sans-serif;background:linear-gradient(160deg,#18202c,#3e4d5f 55%,#8a6425);color:#fff;border-radius:28px;overflow:hidden;min-height:680px;position:relative;box-shadow:0 22px 60px #0005}.prfGame *{box-sizing:border-box}.prfHeader{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px 26px;background:#08152ccc;border-bottom:1px solid #ffffff22}.prfHeader h1{margin:5px 0;font-size:clamp(25px,3vw,42px)}.prfHeader p{margin:0;color:#dce9ff}.prfHeader span{color:#ffd166;font-weight:800}.prfHeader button,.prfLevels button,.prfControls button,.prfMission button,.prfChoices button,.prfRobots button,.prfDoors button,.prfEnd button{border:0;border-radius:16px;padding:12px 16px;font:inherit;font-weight:800;cursor:pointer;transition:.2s}.prfHeader button{background:#ffffff18;color:#fff}.prfLevels{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;padding:14px}.prfLevels button{background:#ffffff14;color:#fff}.prfLevels button.is-active{background:#ffd166;color:#172033;transform:translateY(-2px)}.prfStats{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;padding:0 14px 14px}.prfStats>div,.prfSummary>div{background:#ffffff12;border:1px solid #ffffff1f;border-radius:15px;text-align:center;padding:10px}.prfScene,.prfHall,.prfFactory,.prfStage{margin:0 14px 14px;min-height:390px;border-radius:24px;padding:20px;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 0%,#ffffff16,transparent 42%),#07142bcc;border:1px solid #ffffff1f}.prfMission{max-width:760px;margin:0 auto;text-align:center;background:#061124cc;border:1px solid #ffffff22;border-radius:24px;padding:20px;position:relative;z-index:2}.prfMission small{color:#ffd166;font-weight:800}.prfMission strong,.prfWord{display:block;font-size:clamp(34px,6vw,74px);line-height:1.3;margin:12px auto;color:#fff;text-shadow:0 5px 20px #0009}.prfMission>div button{margin:4px;background:#ffffff14;color:#fff}.prfMission>i{height:8px;background:#ffffff18;display:block;border-radius:99px;overflow:hidden;margin-top:14px}.prfMission>i>b{display:block;height:100%;width:100%;background:#ffd166;transition:.1s linear}.prfChoices,.prfRobots,.prfDoors{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:18px auto;position:relative;z-index:2}.prfChoices button,.prfRobots button,.prfDoors button{min-width:125px;min-height:70px;background:#f7fbff;color:#16213a;box-shadow:0 8px 20px #0004;font-size:20px}.prfChoices button:hover,.prfRobots button:hover,.prfDoors button:hover{transform:translateY(-4px)}.prfChoices button.correct,.prfRobots button.correct,.prfDoors button.correct{outline:4px solid #5ef09a;background:#d8ffe8}.prfChoices button.wrong,.prfRobots button.wrong,.prfDoors button.wrong{outline:4px solid #ff6b76;background:#ffe0e3}.prfChoices button.hint,.prfRobots button.hint,.prfDoors button.hint{box-shadow:0 0 0 5px #ffd166,0 0 35px #ffd166}.prfMessage,.prfBank{text-align:center;margin:8px auto;color:#eef6ff;position:relative;z-index:2}.prfBank{font-size:13px;color:#a9c4e8}.prfSummary{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:0 14px 14px}.prfSummary small{display:block;color:#bcd1eb;margin-bottom:4px}.prfControls{display:flex;justify-content:center;gap:10px;padding:0 14px 18px}.prfControls button{background:#ffd166;color:#18213b;min-width:150px}.prfControls button+button{background:#ffffff18;color:#fff}.prfEnd{position:absolute;inset:0;background:#02101fe8;z-index:20;display:none;place-items:center;text-align:center;padding:25px}.prfEnd.is-visible{display:grid}.prfEnd>div{max-width:520px;background:#0b1d37;border:1px solid #ffffff28;border-radius:28px;padding:30px}.prfEnd>div>div:first-child{font-size:70px}.prfEnd button{background:#ffd166;color:#18213b}@media(max-width:760px){.prfGame{border-radius:18px;min-height:620px}.prfHeader{padding:16px;align-items:flex-start}.prfHeader p{font-size:13px}.prfStats{grid-template-columns:repeat(3,1fr)}.prfSummary{grid-template-columns:repeat(2,1fr)}.prfScene,.prfHall,.prfFactory,.prfStage{margin:0 8px 10px;padding:12px;min-height:400px}.prfMission{padding:15px}.prfChoices button,.prfRobots button,.prfDoors button{min-width:92px;padding:10px;font-size:17px}}.prfGears{text-align:center;font-size:42px;letter-spacing:18px;animation:prfGear 3s linear infinite}.prfBox{display:inline-flex;gap:15px;align-items:center;background:#f7d77e;color:#263149;border-radius:16px;padding:12px 24px;font-size:42px;margin:15px}.prfBox span{font-size:48px}.prfRobots button{min-width:170px;font-size:24px}@keyframes prfGear{50%{transform:translateX(15px)}}