body{background:#0a0c0e;margin:0;padding:0}.page.svelte-cl03hz{background:#0a0c0e;min-height:100vh;color:#c8d4dc;font-family:Barlow Condensed,sans-serif;padding-bottom:80px}.status-screen.svelte-cl03hz,.result-screen.svelte-cl03hz{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.loader-wrap.svelte-cl03hz{max-width:480px;width:100%;text-align:left}.loader-wrap.svelte-cl03hz h2:where(.svelte-cl03hz),.result-screen.svelte-cl03hz h1:where(.svelte-cl03hz){font-family:Rajdhani,sans-serif;font-weight:700;font-size:clamp(28px,5vw,48px);color:#eaf0f4;margin:8px 0 12px;line-height:1.1}.result-screen.svelte-cl03hz h1:where(.svelte-cl03hz) span:where(.svelte-cl03hz){color:#d4a520}.result-sub.svelte-cl03hz,.status-sub.svelte-cl03hz{font-size:15px;color:#5a7080;margin:0 0 28px;line-height:1.5}.blink.svelte-cl03hz{animation:svelte-cl03hz-blink 1s step-end infinite;color:#d4a520}@keyframes svelte-cl03hz-blink{0%,to{opacity:1}50%{opacity:0}}.loader-bar.svelte-cl03hz{height:3px;background:#1e2a36;overflow:hidden;margin-top:24px}.loader-fill.svelte-cl03hz{height:100%;background:linear-gradient(90deg,#d4a520,#f0c040);animation:svelte-cl03hz-loader 1.8s ease-in-out infinite;transform-origin:left}@keyframes svelte-cl03hz-loader{0%{transform:translate(-100%) scaleX(.3)}50%{transform:translate(50%) scaleX(.6)}to{transform:translate(100%) scaleX(.3)}}.game-wrap.svelte-cl03hz{max-width:680px;margin:0 auto;padding:40px 24px}.game-header.svelte-cl03hz{margin-bottom:20px}.eyebrow.svelte-cl03hz{font-family:Share Tech Mono,monospace;font-size:11px;color:#d4a520;letter-spacing:3px;margin-bottom:8px;display:block}h1.svelte-cl03hz{font-family:Rajdhani,sans-serif;font-weight:700;font-size:clamp(26px,4vw,40px);color:#eaf0f4;line-height:1;margin-bottom:6px}h1.svelte-cl03hz span:where(.svelte-cl03hz){color:#d4a520}.subtitle.svelte-cl03hz{font-size:14px;color:#5a7080;line-height:1.5}.meta-row.svelte-cl03hz{display:flex;align-items:center;gap:12px;margin-bottom:14px}.progress-track.svelte-cl03hz{flex:1;height:4px;background:#1e2a36;overflow:hidden}.progress-fill.svelte-cl03hz{height:100%;background:linear-gradient(90deg,#d4a520,#4caf50);transition:width .4s ease}.progress-label.svelte-cl03hz{font-family:Share Tech Mono,monospace;font-size:10px;color:#5a7080;letter-spacing:1px;flex-shrink:0}.skin-card.svelte-cl03hz{background:#0f1318;border:1px solid #1e2a36;padding:16px 20px;margin-bottom:14px;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));position:relative}.skin-card-identity.svelte-cl03hz{display:flex;align-items:center;gap:14px}.skin-skin-img.svelte-cl03hz{width:120px;height:120px;object-fit:contain;object-position:top;image-rendering:pixelated;flex-shrink:0}.skin-card.svelte-cl03hz:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#d4a520,transparent)}.skin-card-top.svelte-cl03hz{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.skin-eyebrow.svelte-cl03hz{font-family:Share Tech Mono,monospace;font-size:11px;color:#5a7080;letter-spacing:2px;display:block;margin-bottom:4px}h2.skin-name.svelte-cl03hz{font-family:Rajdhani,sans-serif;font-weight:700;font-size:clamp(16px,2.5vw,24px);color:#eaf0f4;margin:0;line-height:1}.skin-card-right.svelte-cl03hz{display:flex;align-items:center;gap:14px;flex-shrink:0}.skins-left.svelte-cl03hz{display:flex;align-items:baseline;gap:6px}.skip-stack.svelte-cl03hz{display:flex;flex-direction:column;align-items:center;gap:6px}.skins-left.svelte-cl03hz{display:flex;align-items:baseline;gap:4px}.skins-left-num.svelte-cl03hz{font-family:Rajdhani,sans-serif;font-weight:700;font-size:24px;color:#d4a520;line-height:1}.skins-left-label.svelte-cl03hz{font-family:Share Tech Mono,monospace;font-size:11px;color:#8a9aaa;letter-spacing:1px}.btn-skip.svelte-cl03hz{display:inline-flex;align-items:center;gap:6px;background:transparent;color:#5a7080;font-family:Rajdhani,sans-serif;font-weight:700;font-size:13px;letter-spacing:2px;padding:8px 16px;border:1px solid #1e2a36;clip-path:polygon(6px 0%,100% 0%,calc(100% - 6px) 100%,0% 100%);cursor:pointer;transition:color .2s,border-color .2s;flex-shrink:0}.btn-skip.svelte-cl03hz:hover{color:#c8d4dc;border-color:#3a5060}.skin-hint.svelte-cl03hz{font-family:Share Tech Mono,monospace;font-size:11px;color:#5a7080;letter-spacing:1px}.grid.svelte-cl03hz{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.cell.svelte-cl03hz{position:relative;aspect-ratio:1;background:#0f1318;border:1px solid #1e2a36;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s,background .15s,transform .1s;overflow:hidden;padding:6px 4px;text-align:center;gap:2px}.cell.svelte-cl03hz:hover:not(:disabled){border-color:#d4a52088;background:#141920;transform:scale(1.04);z-index:1}.cell.svelte-cl03hz:disabled:not(.cell--correct){cursor:not-allowed}.cell--correct.svelte-cl03hz{background:#0a1a0a;border-color:#4caf5066;cursor:default}.cell--flash-correct.svelte-cl03hz{border-color:#4caf50!important;background:#4caf5026!important;animation:svelte-cl03hz-popCorrect .7s ease}.cell--flash-wrong.svelte-cl03hz{border-color:#eb4b4b!important;background:#eb4b4b26!important;animation:svelte-cl03hz-popWrong .7s ease}@keyframes svelte-cl03hz-popCorrect{0%{transform:scale(1)}30%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes svelte-cl03hz-popWrong{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.cell-label.svelte-cl03hz{font-family:Rajdhani,sans-serif;font-weight:600;font-size:clamp(10px,1.8vw,13px);color:#c8d4dc;line-height:1.2;word-break:break-word;z-index:1}.cell-prefix.svelte-cl03hz{display:inline-block;font-family:Share Tech Mono,monospace;font-size:.75em;color:#d4a520;letter-spacing:.5px;margin-right:1px}.cell-label--correct.svelte-cl03hz{font-size:clamp(9px,1.6vw,12px);color:#4a7a50;margin-top:18px}.cell-label-skin.svelte-cl03hz{font-family:Rajdhani,sans-serif;font-weight:700;font-size:clamp(12px,2.2vw,16px);color:#a8e6ab;line-height:1.1;word-break:break-word;z-index:1}.cell-check.svelte-cl03hz{position:absolute;top:25%;left:50%;transform:translate(-50%,-60%)}.btn-action.svelte-cl03hz{display:inline-flex;align-items:center;gap:10px;background:#d4a520;color:#000;font-family:Rajdhani,sans-serif;font-weight:700;font-size:15px;letter-spacing:2px;padding:12px 32px;clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);border:none;cursor:pointer;transition:background .2s,transform .15s;margin-top:8px}.btn-action.svelte-cl03hz:hover{background:#e8b830;transform:translateY(-2px)}@media(max-width:480px){.grid.svelte-cl03hz{gap:3px}.skin-card-top.svelte-cl03hz{flex-wrap:wrap}}
