:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at top,rgba(34,197,94,.18),transparent 28%),radial-gradient(circle at top right,rgba(59,130,246,.16),transparent 26%),linear-gradient(180deg,#07111f,#0f172a,#0b1220);color:#e5eefc}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:transparent;color:inherit}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}#root,.shell-app{min-height:100vh}.shell-layout{display:grid;grid-template-columns:minmax(0,1fr);min-height:100vh}.shell-sidebar{position:sticky;top:0;z-index:10;display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#07111fe0;border-bottom:1px solid rgba(148,163,184,.18);backdrop-filter:blur(16px)}.shell-brand{display:flex;flex-direction:column;gap:.25rem}.shell-brand h1{margin:0;font-size:1.1rem;letter-spacing:.02em}.shell-brand p{margin:0;color:#94a3b8;font-size:.9rem}.shell-nav{display:flex;overflow-x:auto;gap:.5rem;padding-bottom:.25rem}.shell-nav a{white-space:nowrap;padding:.7rem .9rem;border-radius:999px;color:#cbd5e1;background:#0f172ab8;border:1px solid transparent;transition:background .18s ease,color .18s ease,border-color .18s ease}.shell-nav a.active,.shell-nav a:hover{background:#2563eb2e;border-color:#60a5fa59;color:#eff6ff}.shell-main{padding:1rem}.shell-content{width:min(1200px,100%);margin:0 auto;display:flex;flex-direction:column;gap:1rem}.hero-card,.section-card,.game-runtime,.public-card{border:1px solid rgba(148,163,184,.16);border-radius:24px;background:#0f172ac2;box-shadow:0 18px 50px #0206174d}.hero-card,.public-card,.game-runtime{padding:1.4rem}.hero-card h2,.public-card h2,.game-runtime h2{margin-top:0;margin-bottom:.5rem;font-size:clamp(1.7rem,4vw,2.6rem)}.hero-card p,.public-card p,.game-runtime p{margin-top:0;line-height:1.6;color:#cbd5e1}.hero-actions,.stat-grid,.catalog-grid,.community-grid,.public-grid,.runtime-grid{display:grid;gap:1rem}.hero-actions{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-top:1.25rem}.cta-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;border:1px solid rgba(148,163,184,.2);padding:.85rem 1.1rem;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.cta-button{background:linear-gradient(135deg,#2563eb,#22c55e);color:#f8fafc}.secondary-button{background:#0f172ab8;color:#e2e8f0}.cta-button:hover,.secondary-button:hover{transform:translateY(-1px);border-color:#60a5fa59}.stat-grid,.catalog-grid,.public-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.section-card{padding:1.15rem}.section-card h3{margin:0 0 .35rem;font-size:1.05rem}.section-card p{margin:0;color:#94a3b8;line-height:1.6}.section-card strong{display:block;margin-bottom:.35rem;font-size:1.6rem;color:#f8fafc}.page-header{display:flex;flex-direction:column;gap:.25rem}.page-header h2{margin:0;font-size:1.6rem}.page-header p{margin:0;color:#94a3b8;line-height:1.6}.profile-form{display:grid;gap:1rem}.field-group{display:grid;gap:.45rem}.field-group label{color:#cbd5e1;font-size:.92rem}.field-group input,.field-group textarea{width:100%;border:1px solid rgba(148,163,184,.2);border-radius:14px;background:#0f172ab3;color:#f8fafc;padding:.8rem .9rem}.field-group textarea{resize:vertical;min-height:120px}.notification-list,.badge-list,.bullet-list{display:grid;gap:.75rem}.notification-item,.badge-item,.bullet-card{border-radius:18px;padding:1rem;background:#0f172aa6;border:1px solid rgba(148,163,184,.16)}.notification-item[data-read=false]{border-color:#22c55e59}.notification-item h4,.badge-item h4,.bullet-card h4{margin:0 0 .3rem}.notification-item p,.badge-item p,.bullet-card p{margin:0;color:#94a3b8}.game-card{display:grid;gap:.9rem}.game-card-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.pill{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.35rem .75rem;background:#60a5fa1f;color:#bfdbfe;font-size:.8rem}.accent-bar{height:8px;border-radius:999px}.runtime-grid{grid-template-columns:1.4fr 1fr;align-items:start}.remote-container{min-height:420px;border-radius:24px;padding:1rem;background:#02061766;border:1px dashed rgba(148,163,184,.3)}.empty-state{padding:2rem;text-align:center;color:#94a3b8}@media(min-width:960px){.shell-layout{grid-template-columns:280px minmax(0,1fr)}.shell-sidebar{min-height:100vh;border-right:1px solid rgba(148,163,184,.18);border-bottom:0}.shell-nav{flex-direction:column;overflow:visible}.shell-main{padding:1.5rem}}@media(max-width:900px){.runtime-grid{grid-template-columns:1fr}}
