:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#eef2ff;background:radial-gradient(circle at top,#1f2a44,#0b1220 65%)}*{box-sizing:border-box}body{margin:0;scrollbar-width:thin;scrollbar-color:#64748b #0f172a}body::-webkit-scrollbar{width:10px;height:10px}body::-webkit-scrollbar-track{background:#0f172a}body::-webkit-scrollbar-thumb{background:#64748b;border-radius:999px;border:2px solid #0f172a}body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.page{max-width:1320px;margin:0 auto;min-height:100vh;padding:24px;display:flex;flex-direction:column;gap:16px}.page-game{min-height:100vh}.panel{background:#0d1625bf;border:1px solid rgba(148,163,184,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.controls{padding:20px}.controls h1{margin:0 0 10px;font-size:22px}.controls p{margin:0;color:#cbd5e1}.row{margin-top:14px;display:flex;gap:12px;align-items:end;flex-wrap:wrap}label{display:grid;gap:6px;font-size:13px;color:#a5b4fc}input,select{min-width:180px;padding:10px 12px;border-radius:8px;border:1px solid rgba(148,163,184,.35);background:#0f172ae6;color:#eef2ff}select{appearance:none;padding-right:34px;background-image:linear-gradient(45deg,transparent 50%,#93c5fd 50%),linear-gradient(135deg,#93c5fd 50%,transparent 50%);background-position:calc(100% - 16px) calc(50% - 2px),calc(100% - 11px) calc(50% - 2px);background-size:5px 5px,5px 5px;background-repeat:no-repeat}input:focus,select:focus{outline:none;border-color:#3b82f6d9;box-shadow:0 0 0 3px #3b82f62e}button{padding:10px 16px;border-radius:8px;border:none;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-weight:600;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}.status{margin-top:10px!important;color:#93c5fd!important}.game-shell{position:relative;min-height:760px;overflow:hidden;-webkit-backdrop-filter:none;backdrop-filter:none;scrollbar-width:thin;scrollbar-color:#64748b #0f172a}.game-shell::-webkit-scrollbar{width:10px;height:10px}.game-shell::-webkit-scrollbar-track{background:#0f172a}.game-shell::-webkit-scrollbar-thumb{background:#64748b;border-radius:999px;border:2px solid #0f172a}.game-shell::-webkit-scrollbar-thumb:hover{background:#94a3b8}.game-iframe{display:block;width:100%;min-height:760px;border:0;border-radius:12px;background:#020617}.slot-loader{position:absolute;inset:0;z-index:4;display:grid;align-content:center;justify-items:center;gap:10px;padding:24px;border-radius:12px;background:radial-gradient(circle at 50% 30%,rgba(30,64,175,.22),transparent 45%),linear-gradient(180deg,#020617eb,#020617fa);border:1px solid rgba(148,163,184,.16)}.slot-loader-spinner{width:46px;height:46px;border-radius:999px;border:3px solid rgba(148,163,184,.28);border-top-color:#38bdf8;animation:slot-spin .9s linear infinite}.slot-loader-title{font-size:18px;font-weight:700;color:#e2e8f0}.slot-loader-subtitle{font-size:13px;color:#93c5fd}@keyframes slot-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.games-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start}.game-card{padding:18px;display:flex;flex-direction:column;gap:10px;min-height:220px}.game-card h2{margin:0}.game-card p{margin:0;color:#cbd5e1}.game-actions{margin-top:auto;padding-top:8px}.link-btn{display:inline-block;padding:10px 16px;border-radius:8px;text-decoration:none;font-weight:600;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.breadcrumbs{display:inline-flex;gap:8px;align-items:center;font-size:13px;margin-bottom:8px}.breadcrumbs a{color:#93c5fd;text-decoration:none}.empty-state{min-height:520px;display:grid;place-items:center;color:#94a3b8;font-size:14px}
