@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@600;700&display=swap";:root{color:#061b40;background:#181a20;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input{font:inherit}button{cursor:pointer}.game-shell{background:#1e2028;min-height:100vh;padding:4px}.game{background:radial-gradient(circle at 50% 42%,#fff 0%,#f7f8ff 48%,#f4f5fb 100%);border-radius:7px;min-height:calc(100vh - 8px);padding:32px 22px 30px;overflow:hidden}.hero{text-align:center;flex-direction:column;align-items:center;display:flex}.rule-pill{color:#3336d6;letter-spacing:.02em;background:#f0f2ff;border:1px solid #dfe4ff;border-radius:999px;margin:0 0 11px;padding:4px 11px;font-size:9px;font-weight:600}.rule-pill span{margin-right:4px}h1{letter-spacing:-2.3px;margin:0;font:700 clamp(2.05rem,4vw,2.75rem)/1 Outfit,sans-serif}.intro{color:#293d60;margin:8px 0 15px;font-size:12px;line-height:1.35}.active-counter{background:#fff;border:1px solid #e4e5ed;border-radius:12px;align-items:center;gap:12px;padding:8px 13px;font-size:11px;display:flex;box-shadow:0 7px 16px #141f430a}.counter-dots{gap:4px;display:flex}.dot{background:#fff;border:1px solid #e4e7f0;border-radius:50%;width:10px;height:10px;display:block}.dot.on{background:#3f31d8;border-color:#867bfa;box-shadow:0 0 0 2px #e6e4ff}.topic-grid{grid-template-columns:repeat(3,1fr);gap:20px;width:min(100%,624px);margin:57px auto 20px;display:grid}.topic-card{background:#ffffffe6;border:1.5px solid #e8e8ef;border-radius:15px;min-height:217px;padding:19px 17px 17px;transition:border-color .2s,transform .2s,box-shadow .2s;box-shadow:0 9px 19px #20295c0d}.topic-card.is-active{border-color:#7163ff;box-shadow:0 10px 20px #5545e314}.topic-card:hover{transform:translateY(-2px)}.card-heading{align-items:flex-start;gap:7px;min-height:31px;display:flex}h2{text-overflow:ellipsis;white-space:nowrap;max-width:92px;margin:0;font-size:14px;line-height:20px;overflow:hidden}.edit-button{color:#102a50;background:0 0;border:0;margin:1px 0 0;padding:0;font-size:14px;line-height:17px;transform:rotate(-40deg)}.status-badge{color:#425276;letter-spacing:.03em;background:#e8efff;border-radius:999px;margin-left:auto;padding:3px 8px;font-size:7px;font-weight:700}.is-active .status-badge{color:#3425b7;background:#e6e0ff}.topic-input{width:102px;color:inherit;border:1px solid #8176ff;border-radius:4px;outline:0;padding:1px 3px;font-size:13px;font-weight:700}.power-area{color:#173158;background:#eef3ff;border:0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;height:91px;margin:1px 0 28px;font-size:8px;font-weight:700;transition:background .2s,color .2s;display:flex}.is-active .power-area{color:#3926c9;background:#eeedff}.power-icon{color:#6980a5;background:#e6eefc;border-radius:12px;place-items:center;width:37px;height:37px;font-size:22px;font-weight:400;line-height:1;display:grid}.power-icon.powered{color:#fff;background:#3d2bd5;font-family:Arial,sans-serif;font-size:27px;box-shadow:0 5px 11px #3d2bd540}.switch-row{color:#324a70;justify-content:space-between;align-items:center;font-size:8px;display:flex}.switch{background:#e2ecff;border:0;border-radius:999px;width:45px;height:24px;padding:2px;transition:background .2s}.switch.is-on{background:#3d2bd5}.switch-knob{color:#3d2bd5;background:#fff;border-radius:50%;place-items:center;width:20px;height:20px;font-size:11px;font-weight:700;transition:transform .2s;display:grid;transform:translate(0)}.switch.is-on .switch-knob{transform:translate(21px)}.actions{justify-content:center;gap:8px;display:flex}.actions button{color:#183359;background:#fff;border:1px solid #e5e5ed;border-radius:8px;padding:7px 13px;font-size:9px;font-weight:600;transition:transform .15s,border-color .15s;box-shadow:0 5px 11px #1526500a}.actions button:hover{border-color:#9c94ff;transform:translateY(-1px)}@media (width<=640px){.game{padding:28px 16px}.desktop-break{display:none}.topic-grid{grid-template-columns:1fr;gap:12px;max-width:360px;margin-top:36px}.topic-card{min-height:0}.power-area{margin-bottom:18px}.actions{flex-wrap:wrap}}
