:root{color:#0f172a;background:#020617;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{height:100dvh}body{margin:0}.app-shell{width:100%;height:100dvh}button{color:#fff;cursor:pointer;background:#0f766e;border:0;border-radius:10px;padding:10px 14px}button:disabled{opacity:.6;cursor:not-allowed}.card{background:#fff;border:1px solid #cbd5e1;border-radius:16px;margin:16px;padding:18px}.gate-card{max-width:720px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}input{border:1px solid #94a3b8;border-radius:8px;padding:9px 10px}.actions{flex-wrap:wrap;gap:10px;display:flex}.eyebrow{letter-spacing:.08em;color:#0f766e;text-transform:uppercase;margin:0;font-size:12px}pre{white-space:pre-wrap;background:#f1f5f9;border-radius:10px;margin-top:14px;padding:12px}.game-layout{background:#020617;grid-template-rows:auto 1fr;width:100%;height:100%;display:grid}.game-top-strip{background:#020617e6;border-bottom:1px solid #94a3b859;justify-content:space-between;align-items:center;gap:10px;padding:8px 12px;display:flex}.top-strip-main{align-items:center;gap:8px;min-width:0;display:flex}.meta-chip{color:#cbd5e1;background:#1e293be6;border-radius:999px;padding:4px 9px;font-size:12px}.game-frame-wrap{width:100%;height:100%}.game-frame{border:0;width:100%;height:100%;display:block}.top-message{z-index:20;color:#e2e8f0;background:#0f172ae6;border:1px solid #94a3b859;border-radius:8px;max-width:min(680px,100vw - 24px);padding:6px 8px;font-size:12px;position:fixed;top:52px;left:12px}.debug-console{z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,monospace;font-size:12px;position:fixed;bottom:16px;right:16px}.debug-console__toggle{color:#fff;cursor:pointer;background:#333;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex;position:relative;box-shadow:0 2px 8px #0000004d}.debug-console__toggle:active{transform:scale(.95)}.debug-console__badge{color:#fff;background:#e74c3c;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.debug-console--open .debug-console__toggle{background:#e74c3c}.debug-console__panel{background:#1a1a1a;border-radius:12px;flex-direction:column;width:90vw;max-width:400px;height:50vh;max-height:400px;display:flex;position:absolute;bottom:56px;right:0;overflow:hidden;box-shadow:0 4px 20px #0006}.debug-console__header{color:#fff;background:#252525;border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:12px 16px;font-weight:500;display:flex}.debug-console__actions{gap:8px;display:flex}.debug-console__actions button{color:#fff;cursor:pointer;background:#444;border:none;border-radius:4px;padding:4px 10px;font-size:11px}.debug-console__actions button:active{background:#555}.debug-console__content{color:#ddd;flex:1;padding:8px;overflow-y:auto}.debug-console__empty{color:#666;text-align:center;padding:40px 0}.debug-console__entry{word-break:break-word;background:#252525;border-radius:4px;margin-bottom:4px;padding:6px 8px}.debug-console__entry--error{background:#e74c3c26;border-left:3px solid #e74c3c}.debug-console__entry--warn{background:#f1c40f1a;border-left:3px solid #f1c40f}.debug-console__entry--info{background:#3498db1a;border-left:3px solid #3498db}.debug-console__entry--network{background:#2ecc711a;border-left:3px solid #2ecc71}.debug-console__entry--expanded{background:#333}.debug-console__entry-header{flex-wrap:wrap;align-items:flex-start;gap:6px;display:flex}.debug-console__timestamp{color:#888;flex-shrink:0;font-size:10px}.debug-console__badge-type{color:#fff;background:#444;border-radius:3px;flex-shrink:0;padding:1px 5px;font-size:9px;font-weight:700;display:inline-block}.debug-console__entry--error .debug-console__badge-type{background:#e74c3c}.debug-console__entry--warn .debug-console__badge-type{color:#000;background:#f1c40f}.debug-console__entry--info .debug-console__badge-type{background:#3498db}.debug-console__entry--network .debug-console__badge-type{background:#2ecc71}.debug-console__message{color:#eee;flex:1}.debug-console__expand-hint{color:#666;flex-shrink:0;margin-left:4px;font-size:10px}.debug-console__details{color:#999;border-left:2px solid #444;margin-top:4px;padding-left:8px;font-size:11px}.debug-console__section{background:#1a1a1a;border-radius:4px;margin-top:8px;padding:8px}.debug-console__section-title{color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:10px}.debug-console__code{color:#2ecc71;white-space:pre-wrap;word-break:break-word;background:#0d0d0d;border-radius:3px;max-height:150px;margin:0;padding:8px;font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:11px;line-height:1.4;overflow-y:auto}.debug-console__content::-webkit-scrollbar{width:6px}.debug-console__code::-webkit-scrollbar{width:6px}.debug-console__content::-webkit-scrollbar-track{background:#1a1a1a}.debug-console__code::-webkit-scrollbar-track{background:#1a1a1a}.debug-console__content::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.debug-console__code::-webkit-scrollbar-thumb{background:#444;border-radius:3px}.debug-console__content::-webkit-scrollbar-thumb:hover{background:#555}.debug-console__code::-webkit-scrollbar-thumb:hover{background:#555}.logged-in-toast{z-index:9998;color:#fff;text-align:center;background:#0f172af0;border-radius:12px;flex-direction:column;gap:2px;min-width:200px;max-width:calc(100vw - 32px);padding:12px 16px;animation:.28s ease-out logged-in-toast-in;display:flex;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000047}.logged-in-toast__title{letter-spacing:.06em;text-transform:uppercase;color:#ffffffb8;font-size:.72rem;font-weight:600}.logged-in-toast__label{word-break:break-word;font-size:.95rem;font-weight:700}@keyframes logged-in-toast-in{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}
