:root{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg-dark: #1a1d21;--bg-mid: #252a30;--bg-card: #2d333b;--grey-outline: #4b5563;--green: #22c55e;--green-glow: rgba(34, 197, 94, .5);--green-dim: #16a34a;--text: #e5e7eb;--text-muted: #9ca3af;--white: #ffffff}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--bg-dark);color:var(--text)}#root{min-height:100vh}a{color:var(--green);text-decoration:none}a:hover{color:var(--green-dim)}button{font-family:inherit;cursor:pointer}.app-layout{display:flex;min-height:100vh}.app-content{flex:1;display:flex;flex-direction:column;min-height:100vh;margin-left:64px}.sidebar{position:fixed;top:0;left:0;bottom:0;width:64px;display:flex;flex-direction:column;background:var(--bg-mid);border-right:1px solid var(--grey-outline);z-index:100;overflow:hidden;transition:width .3s cubic-bezier(.4,0,.2,1)}.sidebar:hover{width:220px;box-shadow:4px 0 24px #0006}.sidebar-profile{display:flex;align-items:center;gap:12px;padding:16px;min-height:64px;border-bottom:1px solid var(--grey-outline);cursor:pointer;transition:background .2s}.sidebar-profile:hover{background:#ffffff0d}.sidebar-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;overflow:hidden;background:var(--bg-card)}.sidebar-avatar img{width:100%;height:100%;object-fit:cover;display:block}.sidebar-profile-info{opacity:0;white-space:nowrap;transition:opacity .2s .05s}.sidebar:hover .sidebar-profile-info{opacity:1}.sidebar-profile-name{font-size:.85rem;font-weight:500;color:var(--text)}.sidebar-nav{display:flex;flex-direction:column;gap:4px;padding:12px 8px;flex:1}.sidebar-item{display:flex;align-items:center;gap:12px;padding:10px 12px;background:transparent;border:1px solid transparent;border-radius:10px;color:var(--text-muted);cursor:pointer;white-space:nowrap;transition:color .2s,background .2s,box-shadow .2s}.sidebar-item:hover{color:var(--text);background:#ffffff0d}.sidebar-item:focus-visible{outline:2px solid var(--green);outline-offset:2px}.sidebar-item-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.sidebar-item:not(.sidebar-item--active) .sidebar-item-icon{color:var(--grey-outline)}.sidebar-item:hover:not(.sidebar-item--active) .sidebar-item-icon{color:var(--text-muted)}.sidebar-item-label{font-size:.85rem;font-weight:500;letter-spacing:.02em;opacity:0;transition:opacity .2s .05s}.sidebar:hover .sidebar-item-label{opacity:1}.sidebar-item--active{background:var(--green-dim);color:var(--white);box-shadow:0 0 16px var(--green-glow)}.sidebar-item--active .sidebar-item-icon{color:var(--white)}.sidebar-item--developer.sidebar-item--active{background:#b91c1c;box-shadow:0 0 16px #b91c1c80}.header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-bottom:1px solid var(--grey-outline);min-height:56px}.header-left{display:flex;align-items:center;gap:.6rem}.header-logo-icon{width:30px;height:30px;border-radius:6px}.logo-text{margin:0;font-size:1.25rem;font-weight:700;color:var(--text);letter-spacing:.02em}.header-right{display:flex;align-items:center;gap:.5rem}.header-account{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--grey-outline);background:var(--bg-card);color:var(--text-muted);cursor:pointer;transition:color .2s,border-color .2s,background .2s}.header-account:hover{color:var(--text);border-color:var(--text-muted);background:var(--bg-mid)}.api-status{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:6px}.api-status .api-status-icon{flex-shrink:0}.api-status-label{display:inline}.db-status{display:inline-flex;align-items:center;gap:.25rem;margin-left:.5rem;padding-left:.5rem;border-left:1px solid rgba(255,255,255,.3)}.db-status .db-status-icon{flex-shrink:0;color:inherit}.api-status--pending{color:var(--text-muted);background:var(--bg-card)}.api-status--ok{color:var(--green);background:#22c55e26}.api-status--error{color:#ef4444;background:#ef444426}.bottom-nav{display:none}.main{flex:1;display:flex;flex-direction:column;padding:2rem}.tab-panel h2{margin:0 0 .5rem;font-size:1.5rem;color:var(--text)}.tab-panel .muted{margin:0;color:var(--text-muted);font-size:.95rem}.store-error{margin:.5rem 0 0;color:#fca5a5;font-size:.9rem}.store-game-list{margin:1rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.5rem}.store-game-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem .75rem;background:var(--bg-card);border-radius:8px;border:1px solid var(--grey-outline)}.store-game-name{font-weight:500;color:var(--text)}.store-game-size{font-size:.9rem;color:var(--text-muted)}.store-game-download{padding:.35rem .6rem;background:var(--green-dim);color:var(--white);font-size:.8rem;font-weight:500;border-radius:6px;text-decoration:none;white-space:nowrap;transition:opacity .2s}.store-game-download:hover{opacity:.9;color:var(--white)}.settings-panel{--pcb-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='256' viewBox='0 0 256 256'%3E%3Cg fill='none' stroke='white' stroke-width='6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0 44L44 44L84 84L156 84L192 48L256 48'/%3E%3Cpath d='M0 148L60 148L96 112L140 112L176 148L256 148'/%3E%3Cpath d='M32 256L32 196L76 152L120 152L164 196L164 256'/%3E%3Cpath d='M256 204L208 204L172 168L172 124L208 88L256 88'/%3E%3Cpath d='M84 0L84 36L120 72L120 124L92 152L52 152L0 204'/%3E%3Cpath d='M156 0L156 28L196 68L196 116L156 156L156 196L196 236L196 256'/%3E%3Cpath d='M44 44L44 92L84 132'/%3E%3Cpath d='M192 48L192 12L212 0'/%3E%3Cpath d='M96 112L72 88L72 56'/%3E%3Cpath d='M176 148L176 184L208 216'/%3E%3Cpath d='M172 124L140 92'/%3E%3C/g%3E%3Cg fill='white' stroke='white' stroke-width='2'%3E%3Ccircle cx='0' cy='44' r='7'/%3E%3Ccircle cx='256' cy='48' r='7'/%3E%3Ccircle cx='0' cy='148' r='7'/%3E%3Ccircle cx='256' cy='148' r='7'/%3E%3Ccircle cx='32' cy='256' r='7'/%3E%3Ccircle cx='164' cy='256' r='7'/%3E%3Ccircle cx='256' cy='204' r='7'/%3E%3Ccircle cx='0' cy='204' r='7'/%3E%3Ccircle cx='84' cy='0' r='7'/%3E%3Ccircle cx='156' cy='0' r='7'/%3E%3Ccircle cx='196' cy='256' r='7'/%3E%3Ccircle cx='44' cy='44' r='6'/%3E%3Ccircle cx='84' cy='84' r='6'/%3E%3Ccircle cx='156' cy='84' r='6'/%3E%3Ccircle cx='192' cy='48' r='6'/%3E%3Ccircle cx='96' cy='112' r='6'/%3E%3Ccircle cx='140' cy='112' r='6'/%3E%3Ccircle cx='176' cy='148' r='6'/%3E%3Ccircle cx='84' cy='132' r='6'/%3E%3Ccircle cx='72' cy='56' r='6'/%3E%3Ccircle cx='208' cy='216' r='6'/%3E%3Ccircle cx='140' cy='92' r='6'/%3E%3Ccircle cx='172' cy='124' r='6'/%3E%3C/g%3E%3C/svg%3E");position:relative;flex:1;min-height:0;overflow:hidden;background:var(--bg-dark);margin:-2rem}.settings-pcb-reveal{position:absolute;inset:0;-webkit-mask-image:var(--pcb-mask);mask-image:var(--pcb-mask);-webkit-mask-size:256px 256px;mask-size:256px 256px;-webkit-mask-repeat:repeat;mask-repeat:repeat;pointer-events:none}.settings-blob{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(34,197,94,.35) 0%,rgba(34,197,94,.1) 40%,transparent 70%);will-change:transform}.settings-blob--1{top:-10%;left:-5%;animation:blob-drift-1 18s ease-in-out infinite}.settings-blob--2{top:40%;right:-10%;width:450px;height:450px;animation:blob-drift-2 22s ease-in-out infinite}.settings-blob--3{bottom:-5%;left:30%;width:400px;height:400px;animation:blob-drift-3 25s ease-in-out infinite}.settings-blob--4{top:20%;left:50%;width:350px;height:350px;animation:blob-drift-4 20s ease-in-out infinite}@keyframes blob-drift-1{0%,to{transform:translate(0) scale(1)}25%{transform:translate(120px,80px) scale(1.1)}50%{transform:translate(60px,180px) scale(.9)}75%{transform:translate(-40px,100px) scale(1.05)}}@keyframes blob-drift-2{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-100px,-60px) scale(.95)}50%{transform:translate(-160px,40px) scale(1.1)}75%{transform:translate(-60px,80px) scale(1)}}@keyframes blob-drift-3{0%,to{transform:translate(0) scale(1)}25%{transform:translate(80px,-100px) scale(1.05)}50%{transform:translate(-60px,-140px) scale(.95)}75%{transform:translate(40px,-60px) scale(1.1)}}@keyframes blob-drift-4{0%,to{transform:translate(0) scale(.9)}25%{transform:translate(-80px,60px) scale(1.05)}50%{transform:translate(40px,120px) scale(1)}75%{transform:translate(100px,-40px) scale(.95)}}.settings-pcb-dim{position:absolute;inset:0;background:#ffffff08;-webkit-mask-image:var(--pcb-mask);mask-image:var(--pcb-mask);-webkit-mask-size:256px 256px;mask-size:256px 256px;-webkit-mask-repeat:repeat;mask-repeat:repeat;pointer-events:none}.settings-body{position:relative;z-index:1;padding:2rem}.add-game-form{max-width:420px;margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.add-game-title{margin:0 0 .25rem;font-size:1.15rem;color:var(--text)}.add-game-desc{margin:0 0 .5rem;font-size:.85rem}.add-game-label{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:var(--text)}.add-game-label .required{color:var(--green)}.add-game-input,.add-game-file{padding:.5rem .6rem;border:1px solid var(--grey-outline);border-radius:6px;background:var(--bg-card);color:var(--text);font-size:.95rem}.add-game-input:focus,.add-game-file:focus{outline:none;border-color:var(--green)}.add-game-file{cursor:pointer}.add-game-filename{font-size:.8rem;color:var(--text-muted)}.add-game-message{margin:0;padding:.5rem;border-radius:6px;font-size:.9rem}.add-game-message--error{background:#ef444426;color:#fca5a5}.add-game-message--success{background:#22c55e26;color:var(--green)}.add-game-submit{margin-top:.5rem;padding:.6rem 1rem;background:var(--green-dim);color:var(--white);border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:opacity .2s}.add-game-submit:hover:not(:disabled){opacity:.9}.add-game-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.sidebar{display:none}.app-content{margin-left:0;padding-bottom:72px}.header{padding:.6rem 1rem}.logo-text{font-size:1.1rem}.header-logo-icon{width:26px;height:26px}.api-status-label{display:none}.main{padding:1.25rem}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:64px;background:var(--bg-mid);border-top:1px solid var(--grey-outline);z-index:100;padding:0 8px;padding-bottom:env(safe-area-inset-bottom,0)}.bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:6px 0;transition:color .2s;-webkit-tap-highlight-color:transparent}.bottom-nav-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px}.bottom-nav-icon svg{width:22px;height:22px}.bottom-nav-label{font-size:.65rem;font-weight:500;letter-spacing:.02em}.bottom-nav-item:not(.bottom-nav-item--active) .bottom-nav-icon{color:var(--grey-outline)}.bottom-nav-item--active,.bottom-nav-item--active .bottom-nav-icon{color:var(--green)}.bottom-nav-item--developer.bottom-nav-item--active,.bottom-nav-item--developer.bottom-nav-item--active .bottom-nav-icon{color:#ef4444}.settings-panel{margin:-1.25rem}}
