*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0f0f;--surface: #1a1a1a;--surface-hover: #242424;--surface-active: #2e2e2e;--border: #2a2a2a;--text: #e8e8e8;--text-muted: #888;--accent: #7c6af7;--accent-dim: rgba(124, 106, 247, .15);--danger: #f76a6a;--radius: 12px;--radius-sm: 8px;--font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", ui-monospace, monospace;--transition: .15s ease;--shadow: 0 2px 8px rgba(0, 0, 0, .4)}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.5;min-height:100dvh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100dvh;display:flex;flex-direction:column}a{color:var(--accent);text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--accent-dim);color:var(--text)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.search-wrap.svelte-17b9rec.svelte-17b9rec{position:relative;display:flex;align-items:center;width:100%}.icon.svelte-17b9rec.svelte-17b9rec{position:absolute;left:14px;width:18px;height:18px;color:var(--text-muted);pointer-events:none;flex-shrink:0}input.svelte-17b9rec.svelte-17b9rec{width:100%;padding:12px 44px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:1rem;transition:border-color var(--transition),background var(--transition)}input.svelte-17b9rec.svelte-17b9rec::placeholder{color:var(--text-muted)}input.svelte-17b9rec.svelte-17b9rec:focus{outline:none;border-color:var(--accent);background:var(--surface-hover)}input[type=search].svelte-17b9rec.svelte-17b9rec::-webkit-search-cancel-button{display:none}input[type=search].svelte-17b9rec.svelte-17b9rec::-webkit-search-decoration{display:none}.clear.svelte-17b9rec.svelte-17b9rec{position:absolute;right:10px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;color:var(--text-muted);transition:background var(--transition),color var(--transition)}.clear.svelte-17b9rec.svelte-17b9rec:hover{background:var(--surface-active);color:var(--text)}.clear.svelte-17b9rec svg.svelte-17b9rec{width:14px;height:14px}.card.svelte-p7v51c.svelte-p7v51c{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:left;cursor:pointer;transition:background var(--transition),border-color var(--transition),transform var(--transition);gap:12px}.card.svelte-p7v51c.svelte-p7v51c:hover{background:var(--surface-hover);border-color:var(--accent)}.card.svelte-p7v51c.svelte-p7v51c:active{background:var(--surface-active);transform:scale(.98)}.card-inner.svelte-p7v51c.svelte-p7v51c{display:flex;flex-direction:column;gap:4px;min-width:0}.name.svelte-p7v51c.svelte-p7v51c{font-size:1rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.desc.svelte-p7v51c.svelte-p7v51c{font-size:.8125rem;color:var(--text-muted);line-height:1.4}.tags.svelte-p7v51c.svelte-p7v51c{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.tag.svelte-p7v51c.svelte-p7v51c{font-size:.6875rem;padding:2px 8px;border-radius:99px;background:var(--accent-dim);color:var(--accent);font-weight:500;letter-spacing:.02em;text-transform:lowercase}.arrow.svelte-p7v51c.svelte-p7v51c{width:20px;height:20px;color:var(--text-muted);flex-shrink:0;transition:color var(--transition)}.card.svelte-p7v51c:hover .arrow.svelte-p7v51c{color:var(--accent)}.page.svelte-s7u8nl.svelte-s7u8nl{display:flex;flex-direction:column;min-height:100dvh;padding:0 16px 48px;max-width:600px;margin:0 auto;width:100%}.header.svelte-s7u8nl.svelte-s7u8nl{padding:40px 0 28px;display:flex;flex-direction:column;gap:6px}.logo.svelte-s7u8nl.svelte-s7u8nl{display:flex;align-items:center;gap:10px;color:var(--text);font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.logo.svelte-s7u8nl svg.svelte-s7u8nl{width:32px;height:32px;color:var(--accent)}.tagline.svelte-s7u8nl.svelte-s7u8nl{color:var(--text-muted);font-size:.875rem;padding-left:2px}.main.svelte-s7u8nl.svelte-s7u8nl{display:flex;flex-direction:column;gap:16px;flex:1}.game-list.svelte-s7u8nl.svelte-s7u8nl{list-style:none;display:flex;flex-direction:column;gap:8px}.empty.svelte-s7u8nl.svelte-s7u8nl{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:48px 16px;color:var(--text-muted);text-align:center}.empty.svelte-s7u8nl svg.svelte-s7u8nl{width:48px;height:48px;opacity:.4;margin-bottom:4px}.empty.svelte-s7u8nl p.svelte-s7u8nl{font-size:.9375rem;color:var(--text)}.empty.svelte-s7u8nl strong.svelte-s7u8nl{color:var(--accent);font-weight:600}.empty.svelte-s7u8nl span.svelte-s7u8nl{font-size:.8125rem}@media (min-width: 640px){.page.svelte-s7u8nl.svelte-s7u8nl{padding:0 24px 64px}.header.svelte-s7u8nl.svelte-s7u8nl{padding:56px 0 36px}.logo.svelte-s7u8nl.svelte-s7u8nl{font-size:1.75rem}.logo.svelte-s7u8nl svg.svelte-s7u8nl{width:38px;height:38px}}.page.svelte-7mqvte.svelte-7mqvte{display:flex;flex-direction:column;min-height:100dvh}.topbar.svelte-7mqvte.svelte-7mqvte{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:10}.back.svelte-7mqvte.svelte-7mqvte{display:flex;align-items:center;gap:4px;color:var(--accent);font-size:.9375rem;font-weight:500;padding:6px 8px 6px 4px;border-radius:var(--radius-sm);transition:background var(--transition);min-height:44px}.back.svelte-7mqvte.svelte-7mqvte:hover{background:var(--accent-dim)}.back.svelte-7mqvte svg.svelte-7mqvte{width:20px;height:20px;flex-shrink:0}.title.svelte-7mqvte.svelte-7mqvte{font-size:1rem;font-weight:600;color:var(--text);margin-left:auto;margin-right:auto;position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.main.svelte-7mqvte.svelte-7mqvte{flex:1;padding:0 16px 48px;max-width:600px;margin:0 auto;width:100%}.state.svelte-7mqvte.svelte-7mqvte{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:40vh;color:var(--text-muted)}.big.svelte-7mqvte.svelte-7mqvte{font-size:1rem;color:var(--text)}.spinner.svelte-7mqvte.svelte-7mqvte{width:28px;height:28px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:svelte-7mqvte-spin .7s linear infinite}@keyframes svelte-7mqvte-spin{to{transform:rotate(360deg)}}.btn-accent.svelte-7mqvte.svelte-7mqvte{padding:10px 20px;background:var(--accent);color:#fff;border-radius:var(--radius-sm);font-size:.9375rem;font-weight:600;transition:opacity var(--transition)}.btn-accent.svelte-7mqvte.svelte-7mqvte:hover{opacity:.85}@media (min-width: 640px){.topbar.svelte-7mqvte.svelte-7mqvte{padding:12px 24px}.main.svelte-7mqvte.svelte-7mqvte{padding:0 24px 64px}}.page.svelte-5dyqze{display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:24px}.content.svelte-5dyqze{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.code.svelte-5dyqze{font-size:5rem;font-weight:800;color:var(--accent);line-height:1;letter-spacing:-.04em}h1.svelte-5dyqze{font-size:1.25rem;font-weight:600;color:var(--text)}.sub.svelte-5dyqze{color:var(--text-muted);font-size:.9375rem;margin-bottom:8px}.btn.svelte-5dyqze{padding:10px 24px;background:var(--accent);color:#fff;border-radius:var(--radius-sm);font-size:.9375rem;font-weight:600;transition:opacity .15s ease}.btn.svelte-5dyqze:hover{opacity:.85}
