:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0a0b0e;--bg-soft:#101217;--surface:#15181f;--surface-raised:#1b1f28;--surface-hover:#222733;--line:#2b303b;--line-soft:#222631;--text:#f4f2ee;--muted:#a9adb8;--muted-2:#747a89;--red:#e64a4a;--red-bright:#ff6464;--red-dark:#8d262d;--cream:#ece8df;--green:#47c98b;--amber:#e6af55;--blue:#6ba9ff;--radius-sm:8px;--radius:14px;--radius-lg:22px;--shadow:0 22px 55px #00000057;--max-width:1460px;--font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font);font-synthesis:none;text-rendering:optimizelegibility}*{box-sizing:border-box}html{background:var(--bg);min-width:320px}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}body,button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{color:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}svg{flex:none}::selection{color:#fff;background:#e64a4a61}:focus-visible{outline-offset:3px;outline:3px solid #6ba9ffd1}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.muted{color:var(--muted)}.eyebrow{color:var(--red-bright);letter-spacing:.13em;text-transform:uppercase;font-size:.72rem;font-weight:800;line-height:1.4;display:inline-block}.button,.icon-button{border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;font-weight:750;transition:border-color .18s,background .18s,color .18s,transform .18s,opacity .18s;display:inline-flex}.button{background:var(--surface-raised);gap:8px;min-height:44px;padding:10px 17px}.button:hover:not(:disabled){background:var(--surface-hover);border-color:#3a414e;transform:translateY(-1px)}.button:active:not(:disabled),.icon-button:active:not(:disabled){transform:translateY(1px)}.button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.44}.button--primary{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 8px 24px #e64a4a2e}.button--primary:hover:not(:disabled){background:var(--red-bright);border-color:var(--red-bright)}.button--secondary{background:0 0;border-color:#414754}.button--ghost{color:var(--muted);background:0 0;border-color:#0000}.button--ghost:hover:not(:disabled){color:var(--text)}.button--small{min-height:36px;padding:7px 11px;font-size:.8rem}.button--small svg{width:16px}.button--large{min-height:52px;padding-inline:22px}.button--wide{justify-content:space-between;width:100%}.icon-button{background:0 0;border-color:#0000;width:44px;height:44px;padding:0}.icon-button:hover:not(:disabled),.icon-button.is-active{background:var(--surface-hover);color:#fff}.icon-button svg{width:20px;height:20px}.icon-button--large{width:52px;height:52px}.icon-button--danger{color:#f77}.icon-button--danger:hover:not(:disabled){background:#e64a4a21}.brand{align-items:center;gap:12px;width:-moz-fit-content;width:fit-content;display:inline-flex}.brand-mark{background:#d7d2c8;border-radius:6px;justify-content:center;align-items:center;gap:3px;width:52px;height:34px;padding:0 7px;display:flex;position:relative}.brand-mark:after{content:"";background:#1c1f25;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;right:7px}.brand-mark i{background:#262932;border-radius:1px;width:4px;height:18px;transform:skewY(-12deg)}.brand-mark b{background:var(--red);border-radius:2px;width:20px;height:18px}.brand>span:last-child{flex-direction:column;line-height:.9;display:flex}.brand strong{letter-spacing:.11em;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:1.22rem}.brand em{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;margin-top:6px;font-size:.7rem;font-style:normal;font-weight:750}.brand--compact .brand-mark{width:46px;height:30px}.brand--compact strong{font-size:1.08rem}.app-shell{min-height:100vh}.topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line-soft);z-index:50;background:#0a0b0ee0;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(18px,4vw,64px);display:flex;position:sticky;top:0}.desktop-nav{align-items:center;gap:7px;display:flex}.desktop-nav a{color:var(--muted);border-radius:8px;align-items:center;gap:8px;padding:10px 14px;font-size:.86rem;font-weight:700;display:inline-flex}.desktop-nav a:hover,.desktop-nav a.active{background:var(--surface);color:var(--text)}.profile-menu{align-items:center;gap:5px;display:flex}.user-chip{border:1px solid var(--line);color:var(--muted);border-radius:999px;align-items:center;gap:7px;margin-right:4px;padding:7px 12px;font-size:.82rem;font-weight:700;display:flex}.user-chip:hover{color:var(--text);border-color:#414754}.page{max-width:var(--max-width);min-height:calc(100vh - 72px);margin:0 auto;padding:clamp(28px,4vw,58px) clamp(18px,4vw,64px) 86px}.mobile-nav{display:none}.splash{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;display:flex}.splash--inline{min-height:320px}.loader-ring{border:3px solid var(--line);border-top-color:var(--red);border-radius:50%;width:34px;height:34px;animation:.85s linear infinite spin}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{min-height:100vh}.auth-panel{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex}.auth-brand{margin-bottom:28px}.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:21px;width:100%;max-width:430px;padding:clamp(24px,5vw,38px);display:flex}.auth-card h1{letter-spacing:-.035em;margin:0 0 7px;font-size:clamp(1.75rem,4vw,2.25rem)}.auth-card header p,.auth-switch{color:var(--muted);margin:0}.auth-switch{text-align:center;font-size:.87rem}.auth-switch a{color:var(--red-bright);font-weight:750}.auth-legal{color:var(--muted-2);text-align:center;margin:20px 0 0;font-size:.7rem}.field{color:#d8d9de;flex-direction:column;gap:8px;font-size:.82rem;font-weight:700;display:flex}.field>div{background:var(--surface);border:1px solid var(--line);border-radius:10px;align-items:center;gap:10px;padding:0 13px;transition:border-color .18s;display:flex}.field>div:focus-within{border-color:#596170;box-shadow:0 0 0 3px #6ba9ff14}.field svg{color:var(--muted-2)}.field input{color:var(--text);background:0 0;border:0;outline:0;width:100%;min-height:49px}.field small{color:var(--muted-2);font-size:.72rem;font-weight:500}.alert{border:1px solid;border-radius:10px;align-items:flex-start;gap:9px;padding:12px 14px;font-size:.83rem;line-height:1.45;display:flex}.alert--error{color:#faa;background:#e64a4a17;border-color:#ff646445}.alert--success{color:#9ceac1;background:#47c98b14;border-color:#47c98b40}.library-hero{margin-bottom:30px}.library-hero h1{letter-spacing:-.05em;margin:10px 0 14px;font-size:clamp(2.2rem,5vw,4rem);line-height:1}.library-hero p{color:var(--muted);max-width:600px;margin:0;line-height:1.6}.library-toolbar{justify-content:space-between;align-items:center;gap:16px;margin:32px 0 42px;display:flex}.library-toolbar>span,.admin-toolbar>span{color:var(--muted);white-space:nowrap;font-size:.82rem}.search-box{background:var(--surface);border:1px solid var(--line);border-radius:10px;align-items:center;gap:10px;width:100%;max-width:520px;padding:0 14px;display:flex}.search-box:focus-within{border-color:#4d5462}.search-box svg{color:var(--muted-2);width:19px;height:19px}.search-box input{color:var(--text);background:0 0;border:0;outline:0;width:100%;min-width:0;height:46px}.search-box input::placeholder{color:#747987}.library-section{margin:0 0 48px}.section-heading{justify-content:space-between;align-items:flex-end;margin-bottom:17px;display:flex}.section-heading h2{align-items:center;gap:9px;margin:0;font-size:1.25rem;display:flex}.section-heading h2 svg{color:var(--red-bright);width:20px;height:20px}.section-heading>span{color:var(--muted-2);font-size:.76rem}.game-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:clamp(16px,2vw,25px);display:grid}.game-grid--row{scrollbar-color:#414754 transparent;grid-template-columns:repeat(5,minmax(210px,1fr));padding-bottom:10px;overflow-x:auto}.game-card{min-width:0}.game-cover{aspect-ratio:3/4;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);transition:border-color .2s,box-shadow .2s,transform .2s;display:block;position:relative;overflow:hidden;box-shadow:0 14px 28px #0000002e}.game-cover:hover{border-color:#464d5a;transform:translateY(-4px);box-shadow:0 20px 42px #0000004d}.game-cover img{object-fit:cover;width:100%;height:100%}.cover-placeholder{color:var(--text);background:radial-gradient(circle at 50% 30%,#292e39,#151820 70%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.cover-placeholder:after{content:"";border:20px solid #ffffff06;border-radius:50%;width:160px;height:160px;position:absolute}.cover-placeholder span{color:var(--red-bright);letter-spacing:.22em;z-index:1;font-family:ui-monospace,monospace;font-size:.74rem;font-weight:900}.cover-placeholder b{letter-spacing:-.08em;z-index:1;margin-top:8px;font-size:3.2rem}.system-badge{color:#f6f4ef;letter-spacing:.1em;background:#090a0cd1;border:1px solid #ffffff29;border-radius:5px;padding:5px 7px;font-family:ui-monospace,monospace;font-size:.65rem;font-weight:900;position:absolute;bottom:10px;left:10px}.system-badge--static{display:inline-block;position:static;inset:auto}.cloud-badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#9ceac1;background:#47c98b2b;border:1px solid #47c98b4d;border-radius:999px;justify-content:center;align-items:center;width:30px;height:30px;display:flex;position:absolute;top:10px;right:10px}.game-card__body{padding:13px 3px 0}.game-card__title{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.game-card h3{text-overflow:ellipsis;white-space:nowrap;margin:0 0 3px;font-size:.96rem;line-height:1.35;overflow:hidden}.game-card__title>div{min-width:0}.game-card__title p,.playtime{color:var(--muted-2);margin:0;font-size:.72rem}.heart-button{color:var(--muted-2);cursor:pointer;background:0 0;border:0;margin:-6px -7px 0 0;padding:7px}.heart-button:hover,.heart-button.is-active{color:var(--red-bright)}.playtime{margin-top:7px}.card-actions{gap:6px;margin-top:12px;display:flex}.empty-state,.player-fatal{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:65vh;padding:30px;display:flex}.empty-state>svg,.player-fatal>svg{color:var(--red-bright);width:45px;height:45px}.empty-state h2,.player-fatal h1{margin:17px 0 7px}.empty-state p,.player-fatal p,.empty-inline p{color:var(--muted);max-width:500px;margin:0 0 20px;line-height:1.55}.player-fatal>div{gap:10px;display:flex}.empty-inline{border:1px dashed var(--line);border-radius:var(--radius);text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:210px;padding:30px;display:flex}.empty-inline>svg{color:var(--muted-2);width:31px;height:31px}.empty-inline h3{margin:12px 0 5px}.empty-inline p{margin-bottom:0;font-size:.83rem}.skeleton-library{gap:24px;display:grid}.skeleton-library div{background:var(--surface);border-radius:var(--radius-lg);height:170px;animation:1.6s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.55}}.back-link{color:var(--muted);align-items:center;gap:8px;margin-bottom:26px;font-size:.82rem;font-weight:700;display:inline-flex}.back-link:hover{color:var(--text)}.details-hero{grid-template-columns:minmax(230px,340px) 1fr;align-items:center;gap:clamp(30px,6vw,85px);margin-bottom:46px;display:grid}.details-cover{aspect-ratio:3/4;border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden}.details-cover img{object-fit:cover;width:100%;height:100%}.details-copy h1{letter-spacing:-.06em;margin:14px 0 22px;font-size:clamp(2.5rem,6vw,5.5rem);line-height:.96}.badge-row{align-items:center;gap:9px;display:flex}.verified-badge{color:#8ce0b2;text-transform:uppercase;background:#47c98b17;border:1px solid #47c98b38;border-radius:6px;align-items:center;gap:5px;padding:5px 8px;font-size:.68rem;font-weight:800;display:inline-flex}.details-description{color:#c1c3ca;max-width:780px;margin:0;font-size:clamp(1rem,1.5vw,1.16rem);line-height:1.75}.details-meta{flex-wrap:wrap;gap:18px;margin:24px 0 30px;display:flex}.details-meta span{color:var(--muted);align-items:center;gap:7px;font-size:.8rem;display:inline-flex}.details-meta svg{width:16px;height:16px}.details-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.details-grid{grid-template-columns:1.2fr .8fr;gap:24px;display:grid}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:clamp(20px,3vw,30px)}.panel-heading{justify-content:space-between;align-items:center;margin-bottom:21px;display:flex}.panel-heading h2{margin:5px 0 0;font-size:1.22rem}.panel-heading>svg{color:var(--muted-2);width:24px;height:24px}.save-list,.save-modal-list{flex-direction:column;display:flex}.save-row,.save-manager-row{border-top:1px solid var(--line-soft);grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 0;display:grid}.save-row:first-child,.save-manager-row:first-child{border-top:0}.save-slot-icon{color:#e8e8eb;background:#252a35;border:1px solid #373e4c;border-radius:8px;justify-content:center;align-items:center;width:37px;height:37px;font-family:ui-monospace,monospace;font-size:.8rem;font-weight:900;display:flex}.save-row strong,.save-manager-row b{font-size:.85rem;display:block}.save-row span,.save-manager-row span{color:var(--muted-2);margin-top:4px;font-size:.7rem;display:block}.info-list{margin:0}.info-list>div{border-top:1px solid var(--line-soft);justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 0;display:flex}.info-list>div:first-child{border-top:0}.info-list dt{color:var(--muted);font-size:.78rem}.info-list dd{text-align:right;margin:0;font-size:.8rem;font-weight:700}.hash-row dd{overflow-wrap:anywhere;font-family:ui-monospace,monospace;font-size:.65rem}.advanced-details{border-top:1px solid var(--line);margin-top:14px;padding-top:17px}.advanced-details summary{color:var(--muted);cursor:pointer;margin-bottom:10px;font-size:.8rem;font-weight:700}.page-title{margin-bottom:34px}.page-title h1,.admin-header h1{letter-spacing:-.05em;margin:7px 0 9px;font-size:clamp(2.2rem,5vw,4rem)}.page-title p,.admin-header p{color:var(--muted);margin:0}.account-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.profile-panel{grid-column:1/-1;align-items:center;gap:20px;display:flex}.profile-avatar{background:linear-gradient(145deg,#343944,#20242d);border:1px solid #414755;border-radius:18px;justify-content:center;align-items:center;width:78px;height:78px;display:flex}.profile-avatar svg{width:35px;height:35px}.profile-panel h2{margin:0 0 4px}.profile-panel p,.install-panel>p{color:var(--muted);margin:0 0 10px}.role-pill{color:#8ce0b2;text-transform:uppercase;align-items:center;gap:5px;font-size:.68rem;font-weight:800;display:inline-flex}.role-pill svg{width:14px;height:14px}.stack-form{flex-direction:column;gap:16px;display:flex}.stack-form label,.form-grid label{color:#cdd0d7;flex-direction:column;gap:7px;font-size:.78rem;font-weight:700;display:flex}.stack-form input,.form-grid input,.form-grid textarea,.form-grid select,.data-table select,.mapping-grid input{border:1px solid var(--line);color:var(--text);background:#101218;border-radius:8px;outline:0;min-height:43px;padding:9px 11px}.stack-form input:focus,.form-grid input:focus,.form-grid textarea:focus,.form-grid select:focus,.data-table select:focus{border-color:#596170}.form-status{color:var(--muted);font-size:.78rem}.admin-shell{max-width:var(--max-width);min-height:100vh;margin:0 auto;padding:clamp(28px,4vw,58px) clamp(18px,4vw,64px)}.admin-page{min-width:0}.admin-header{justify-content:space-between;align-items:flex-end;margin-bottom:31px;display:flex}.admin-header__actions{gap:8px;display:flex}.admin-header__actions svg{width:17px;height:17px}.admin-tabs{border-bottom:1px solid var(--line);gap:6px;margin-bottom:26px;display:flex;overflow-x:auto}.admin-tabs button{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-1px;padding:13px 15px;font-size:.8rem;font-weight:750;display:inline-flex}.admin-tabs button svg{width:18px;height:18px}.admin-tabs button:hover,.admin-tabs button.is-active{color:var(--text)}.admin-tabs button.is-active{border-bottom-color:var(--red)}.admin-alert{align-items:center;margin-bottom:20px}.admin-alert span{flex:1}.admin-alert button{color:inherit;cursor:pointer;background:0 0;border:0;padding:2px}.admin-alert button svg{width:17px;height:17px}.metric-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:23px;display:grid}.admin-metric{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);align-items:center;gap:15px;min-width:0;padding:21px;display:flex}.admin-metric__icon{color:var(--red-bright);background:#e64a4a1a;border:1px solid #e64a4a2e;border-radius:10px;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.admin-metric__icon svg{width:21px;height:21px}.admin-metric div:last-child{min-width:0}.admin-metric span,.admin-metric small{color:var(--muted);font-size:.7rem;display:block}.admin-metric strong{letter-spacing:-.04em;text-overflow:ellipsis;white-space:nowrap;margin:2px 0;font-size:clamp(1.35rem,2.5vw,2rem);display:block;overflow:hidden}.admin-dashboard-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.admin-dashboard__wide{grid-column:1/-1}.compact-list{flex-direction:column;display:flex}.compact-list>div{border-top:1px solid var(--line-soft);align-items:center;gap:12px;min-width:0;padding:12px 0;display:flex}.compact-list>div:first-child{border-top:0;padding-top:0}.compact-list>div>div{flex:1;min-width:0}.compact-list strong,.compact-list small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.compact-list strong{font-size:.82rem}.compact-list small{color:var(--muted-2);margin-top:4px;font-size:.69rem}.compact-icon{color:#d9dbe1;background:#242935;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-family:ui-monospace,monospace;font-size:.7rem;font-weight:900;display:flex}.compact-icon svg{width:16px;height:16px}.compact-icon--user{color:#ffc1c1;background:#353039}.status-pill{color:#bec2cb;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap;background:#282c35;border:1px solid #373c48;border-radius:999px;padding:4px 8px;font-size:.61rem;font-weight:850;display:inline-block}.status-pill--published,.status-pill--verified,.status-pill--active,.status-pill--admin{color:#8ce0b2;background:#47c98b17;border-color:#47c98b3d}.status-pill--draft,.status-pill--header_valid,.status-pill--unverified{color:#e8c687;background:#e6af5517;border-color:#e6af553d}.status-pill--disabled,.status-pill--unsupported{color:#ff9a9a;background:#e64a4a17;border-color:#e64a4a3b}.admin-section{min-width:0}.admin-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.admin-toolbar h2{margin:5px 0 0}.admin-game-grid{grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:18px;display:grid}.admin-game-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);grid-template-columns:128px 1fr;min-height:210px;display:grid;overflow:hidden}.admin-game-cover{background:linear-gradient(145deg,#2b303b,#16191f);min-width:0;position:relative;overflow:hidden}.admin-game-cover img{object-fit:cover;width:100%;height:100%}.admin-game-cover>span:not(.status-pill){color:#d4d0c8;letter-spacing:.15em;justify-content:center;align-items:center;height:100%;font-family:ui-monospace,monospace;font-weight:900;display:flex}.admin-game-cover .status-pill{position:absolute;bottom:8px;left:8px}.admin-game-content{flex-direction:column;min-width:0;padding:17px;display:flex}.admin-game-content h3{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;overflow:hidden}.admin-game-content>div:first-child p{color:var(--muted-2);margin:3px 0 0;font-size:.68rem}.admin-game-content dl{grid-template-columns:repeat(3,1fr);gap:5px;margin:15px 0 10px;display:grid}.admin-game-content dl div{min-width:0}.admin-game-content dt{color:var(--muted-2);text-transform:uppercase;margin-bottom:3px;font-size:.62rem}.admin-game-content dd{margin:0;font-size:.72rem;font-weight:750}.admin-game-content code{color:var(--muted-2);font-size:.62rem}.admin-card-actions{align-items:center;gap:3px;margin-top:auto;padding-top:13px;display:flex}.data-table-wrap{border:1px solid var(--line);border-radius:var(--radius);max-width:100%;overflow:auto}.data-table{border-collapse:collapse;width:100%;min-width:920px}.data-table th{color:var(--muted-2);letter-spacing:.07em;text-align:left;text-transform:uppercase;background:#12141a;padding:12px 15px;font-size:.64rem}.data-table td{border-top:1px solid var(--line-soft);color:#d1d3d9;vertical-align:middle;padding:13px 15px;font-size:.75rem}.data-table strong,.data-table small{display:block}.data-table strong{color:var(--text);font-size:.8rem}.data-table small{color:var(--muted-2);margin-top:4px;font-size:.65rem;line-height:1.5}.data-table select{min-height:36px;padding:6px 28px 6px 8px;font-size:.72rem}.save-slot-token{text-transform:uppercase;background:#272c36;border-radius:6px;padding:5px 8px;font-family:ui-monospace,monospace;font-weight:900}.empty-inline--admin{margin-top:20px}.audit-list{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.audit-list article{border-top:1px solid var(--line-soft);grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:15px 18px;display:grid}.audit-list article:first-child{border-top:0}.audit-icon{color:var(--muted);background:#252a34;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.audit-icon svg{width:17px;height:17px}.audit-list article>div:nth-child(2){min-width:0}.audit-list article>div:nth-child(2)>div{align-items:center;gap:8px;display:flex}.audit-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.audit-list p{color:var(--muted-2);margin:4px 0 0;font-size:.67rem}.audit-list time{color:var(--muted-2);white-space:nowrap;font-size:.68rem}.modal-backdrop,.drawer-backdrop{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);z-index:200;background:#030406c7;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal,.save-modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid #3a404c;width:min(760px,100%);max-height:calc(100vh - 40px);overflow:auto}.modal>header,.save-modal>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:21px 24px;display:flex}.modal h2,.save-modal h2{margin:4px 0 0}.game-editor form{padding:24px}.form-grid{grid-template-columns:repeat(2,1fr);gap:17px;display:grid}.form-grid__wide{grid-column:1/-1}.form-grid textarea{resize:vertical;line-height:1.5}.checkbox-row{align-items:center;flex-direction:row!important;gap:10px!important}.checkbox-row input{accent-color:var(--red);min-height:auto}.editor-warning{color:#e8c687;background:#e6af5514;border:1px solid #e6af5538;border-radius:9px;align-items:center;gap:9px;margin-top:18px;padding:12px;font-size:.76rem;display:flex}.editor-warning svg{width:19px;height:19px}.game-editor footer{justify-content:flex-end;gap:8px;margin-top:24px;display:flex}.player-shell{background:#040506;flex-direction:column;height:100dvh;display:flex;overflow:hidden}.player-shell:fullscreen{width:100%;height:100%}.player-topbar{min-height:66px;padding:8px max(12px, env(safe-area-inset-right)) 8px max(12px, env(safe-area-inset-left));z-index:20;background:#0c0e12;border-bottom:1px solid #242833;flex:none;grid-template-columns:minmax(210px,1fr) auto minmax(210px,1fr);align-items:center;gap:14px;display:grid;position:relative}.player-title{align-items:center;gap:6px;min-width:0;display:flex}.player-title>span,.cloud-status>span{flex-direction:column;min-width:0;display:flex}.player-title b{text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.player-title small,.cloud-status small{color:var(--muted-2);margin-top:3px;font-size:.63rem}.cloud-status{color:#8ce0b2;background:#47c98b12;border:1px solid #47c98b26;border-radius:8px;justify-self:center;align-items:center;gap:8px;padding:7px 10px;display:flex}.cloud-status>svg{width:18px;height:18px}.cloud-status b{font-size:.7rem}.cloud-status--saving,.cloud-status--local-save-only{color:#e8c687;background:#e6af5512;border-color:#e6af552e}.cloud-status--offline,.cloud-status--cloud-sync-failed{color:#ff9a9a;background:#e64a4a14;border-color:#e64a4a2e}.player-tools{scrollbar-width:none;justify-content:flex-end;display:flex;overflow-x:auto}.player-tools::-webkit-scrollbar{display:none}.player-tools .icon-button{border-radius:7px;width:40px;height:40px}.player-tools .icon-button svg{width:18px;height:18px}.emulator-stage{touch-action:none;-webkit-user-select:none;user-select:none;background:radial-gradient(circle,#15171b 0,#060708 64%);flex:auto;justify-content:center;align-items:center;min-height:0;padding:clamp(8px,2vw,22px);display:flex;position:relative;overflow:hidden}.emulator-frame{aspect-ratio:4/3;background:#000;width:min(100%,133.333dvh - 149.333px);max-width:100%;max-height:100%;position:relative;overflow:hidden;box-shadow:0 0 0 1px #242832,0 24px 70px #000000b3}.emulator-stage.aspect-native .emulator-frame{aspect-ratio:16/15;width:min(100%,106.667dvh - 119.467px)}.emulator-mount,.emulator-mount>div,.emulator-mount .ejs_parent,.emulator-mount .ejs_game,.emulator-mount canvas{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.emulator-mount canvas{object-fit:contain;image-rendering:pixelated!important}.emulator-stage.is-smoothed .emulator-mount canvas{image-rendering:auto!important}.emulator-stage.has-crt .emulator-frame:after{content:"";pointer-events:none;z-index:5;background:repeating-linear-gradient(0deg,#0000001c 0 1px,#0000 1px 3px);position:absolute;inset:0}.emulator-stage.has-crt .emulator-frame{border-radius:2%/3%;box-shadow:inset 0 0 36px #00000080,0 0 0 8px #15171b,0 24px 70px #000000b3}.emulator-loading,.emulator-error{text-align:center;z-index:8;background:#090a0c;flex-direction:column;justify-content:center;align-items:center;padding:28px;display:flex;position:absolute;inset:0}.emulator-loading svg,.emulator-error>svg{color:var(--red-bright);width:32px;height:32px}.emulator-loading h2,.emulator-error h2{margin:15px 0 4px;font-size:1rem}.emulator-loading p,.emulator-error p{color:var(--muted);margin:0 0 17px;font-size:.75rem;line-height:1.5}.pause-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;z-index:14;background:#050608a8;border:0;justify-content:center;align-items:center;gap:14px;display:flex;position:absolute;inset:0}.pause-overlay>svg{background:var(--red);border-radius:50%;width:55px;height:55px;padding:16px}.pause-overlay span{text-align:left;flex-direction:column;display:flex}.pause-overlay b{font-size:1.15rem}.pause-overlay small{color:var(--muted);margin-top:3px;font-size:.7rem}.rewind-hold{color:#d1d3d8;cursor:pointer;z-index:13;background:#0d0f13c7;border:1px solid #353b47;border-radius:999px;align-items:center;gap:6px;padding:9px 13px;font-size:.7rem;font-weight:750;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.rewind-hold:active{background:var(--red-dark);border-color:var(--red)}.rewind-hold svg{width:15px;height:15px}.gamepad-pill,.toast{box-shadow:var(--shadow);text-overflow:ellipsis;white-space:nowrap;z-index:300;background:#181c23f2;border:1px solid #3b424f;border-radius:999px;max-width:calc(100% - 30px);padding:9px 13px;font-size:.73rem;font-weight:700;position:fixed;left:50%;overflow:hidden;transform:translate(-50%)}.gamepad-pill{align-items:center;gap:7px;display:flex;bottom:20px}.gamepad-pill svg{color:var(--green);width:17px;height:17px}.toast{bottom:67px}.touch-controller{--touch-scale:1;--touch-opacity:.82;--touch-spacing:1;--action-offset-x:0px;--action-offset-y:0px;bottom:max(16px, env(safe-area-inset-bottom));inset-inline:max(18px, env(safe-area-inset-left)) max(18px, env(safe-area-inset-right));opacity:var(--touch-opacity);pointer-events:none;z-index:12;grid-template-columns:1fr auto 1fr;align-items:flex-end;display:grid;position:absolute}.touch-controller>*{pointer-events:auto}.touch-controller.can-fade{opacity:.23;transition:opacity .25s}.touch-controller.can-fade:active,.touch-controller.can-fade:hover{opacity:var(--touch-opacity)}.dpad{grid-template-areas:".up.""left center right"".down.";grid-template-columns:repeat(3, calc(45px * var(--touch-scale)));grid-template-rows:repeat(3, calc(45px * var(--touch-scale)));justify-self:start;display:grid}.touch-button{appearance:none;color:#ebeaed;cursor:pointer;font-size:calc(.68rem * var(--touch-scale));touch-action:none;-webkit-user-select:none;user-select:none;background:linear-gradient(145deg,#282c34,#17191f);border:1px solid #424854;outline:0;margin:0;padding:0;font-weight:850}.touch-button:active{background:var(--red-dark);border-color:var(--red-bright);transform:scale(.96)}.dpad .touch-button{border-radius:7px}.dpad-up{grid-area:up}.dpad-left{grid-area:left}.dpad-right{grid-area:right}.dpad-down{grid-area:down}.dpad-center{background:#1b1e24;grid-area:center;position:relative}.dpad-center:after{content:"";background:#242831;border-radius:50%;width:28%;height:28%;position:absolute;top:36%;left:36%}.system-buttons{align-items:center;gap:calc(8px * var(--touch-spacing));justify-self:center;display:flex}.system-buttons .touch-button{height:calc(29px * var(--touch-scale));letter-spacing:.06em;padding:0 calc(14px * var(--touch-scale));text-transform:uppercase;border-radius:999px;font-size:.52rem;transform:rotate(-6deg)}.system-buttons .touch-button:active{transform:rotate(-6deg)scale(.96)}.action-buttons{align-items:flex-end;gap:calc(12px * var(--touch-spacing));padding-bottom:calc(12px * var(--touch-scale));transform:translate(var(--action-offset-x), var(--action-offset-y));justify-self:end;display:flex;position:relative}.action-buttons>.touch-button{font-size:calc(1rem * var(--touch-scale));height:calc(58px * var(--touch-scale));width:calc(58px * var(--touch-scale));background:linear-gradient(145deg,#e55259,#8d272f);border:2px solid #ffffff30;border-radius:50%;box-shadow:0 6px #5f1c22,0 9px 18px #0006}.action-buttons>.touch-button:active{transform:translateY(4px);box-shadow:0 2px #5f1c22}.action-b{margin-bottom:calc(-10px * var(--touch-scale))}.turbo-buttons{right:0;top:calc(-35px * var(--touch-scale));gap:4px;display:flex;position:absolute}.turbo-buttons .touch-button{border-radius:999px;width:33px;height:24px;font-size:.48rem}.touch-controller.is-left-handed{direction:rtl}.touch-controller.is-left-handed .dpad,.touch-controller.is-left-handed .action-buttons,.touch-controller.is-left-handed .system-buttons{direction:ltr}.touch-controller.is-compact .dpad{grid-template-columns:repeat(3, calc(38px * var(--touch-scale)));grid-template-rows:repeat(3, calc(38px * var(--touch-scale)))}.touch-controller.is-compact .action-buttons>.touch-button{height:calc(50px * var(--touch-scale));width:calc(50px * var(--touch-scale))}.drawer-backdrop{justify-content:flex-end;align-items:stretch;padding:0}.settings-drawer{background:#12141a;border-left:1px solid #353b47;width:410px;max-width:100%;height:100%;animation:.2s ease-out slide-in;box-shadow:-25px 0 70px #00000073}@keyframes slide-in{0%{opacity:0;transform:translate(40px)}}.settings-drawer>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:17px 18px;display:flex}.settings-drawer>header>div{align-items:center;gap:10px;display:flex}.settings-drawer>header svg{color:var(--red-bright)}.settings-drawer>header span{flex-direction:column;display:flex}.settings-drawer>header b{font-size:.86rem}.settings-drawer>header small{color:var(--muted-2);margin-top:2px;font-size:.65rem}.settings-scroll{height:calc(100% - 69px);padding:7px 20px 28px;overflow-y:auto}.settings-scroll section{border-bottom:1px solid var(--line-soft);padding:20px 0}.settings-scroll h3{text-transform:uppercase;align-items:center;gap:8px;margin:0 0 15px;font-size:.77rem;display:flex}.settings-scroll h3 svg{color:var(--muted-2);width:17px;height:17px}.setting-toggle,.setting-range,.setting-select{justify-content:space-between;margin:11px 0;display:flex}.setting-toggle>span,.setting-range>span,.setting-select>span{color:#c9cbd1;font-size:.76rem}.setting-toggle button{cursor:pointer;background:#303540;border:0;border-radius:999px;width:42px;height:24px;padding:3px;transition:background .18s}.setting-toggle button i{background:#aeb2bc;border-radius:50%;width:18px;height:18px;transition:transform .18s,background .18s;display:block}.setting-toggle button.is-on{background:var(--red-dark)}.setting-toggle button.is-on i{background:#fff;transform:translate(18px)}.setting-range{flex-direction:column;gap:9px}.setting-range input{accent-color:var(--red);width:100%}.setting-select{align-items:center}.setting-select select{color:var(--text);background:#20242c;border:1px solid #353b47;border-radius:6px;min-height:34px;padding:5px 8px;font-size:.68rem}.mapping-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.mapping-grid>div,.mapping-grid>label{border:1px solid var(--line);background:#181b22;border-radius:8px;justify-content:space-between;align-items:center;min-width:0;padding:7px 8px 7px 11px;display:flex}.mapping-grid span{color:var(--muted);font-size:.62rem;font-weight:800}.mapping-grid button{color:#dddfe4;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:#272c35;border:1px solid #393f4b;border-radius:5px;max-width:105px;padding:6px 8px;font-size:.62rem;overflow:hidden}.mapping-grid button.is-listening{border-color:var(--red);color:var(--red-bright)}.mapping-grid input{width:58px;min-height:30px;padding:4px 6px;font-size:.65rem}.setting-help{color:var(--muted-2);font-size:.66rem;line-height:1.5}.cloud-setting-status{background:#181b22;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-top:14px;padding:11px;font-size:.7rem;display:grid}.cloud-setting-status i{background:var(--green);border-radius:50%;width:7px;height:7px}.cloud-setting-status span{color:var(--muted)}.save-modal{width:min(720px,100%)}.save-modal-list{padding:4px 24px}.save-manager-row>div:last-child{align-items:center;gap:4px;display:flex}.save-modal>footer{border-top:1px solid var(--line);padding:16px 24px}.save-modal>footer p{color:var(--muted-2);margin:0;font-size:.67rem;line-height:1.5}@media (max-width:1050px){.game-grid--row{grid-template-columns:repeat(5,minmax(190px,235px))}.metric-grid{grid-template-columns:repeat(2,1fr)}.player-topbar{grid-template-columns:minmax(170px,1fr) auto}.cloud-status{display:none}.player-tools{grid-column:2}.touch-controller{display:grid}}@media (hover:hover) and (pointer:fine) and (min-width:900px){.touch-controller{display:none}}@media (max-width:780px){.topbar{height:62px;padding-inline:16px}.desktop-nav,.user-chip span{display:none}.user-chip{border:0;padding:8px}.page{min-height:calc(100vh - 62px);padding:24px 16px 94px}.admin-shell{padding:24px 16px}.mobile-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--line);height:calc(65px + env(safe-area-inset-bottom));bottom:0;padding:5px 8px env(safe-area-inset-bottom);z-index:80;background:#0d0f13f2;grid-template-columns:repeat(3,1fr);align-items:center;display:grid;position:fixed;inset-inline:0}.mobile-nav a{color:var(--muted-2);flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:50px;font-size:.58rem;font-weight:750;display:flex}.mobile-nav a svg{width:20px;height:20px}.mobile-nav a.active{color:var(--red-bright)}.auth-panel{padding:28px 18px}.auth-card{padding:25px 21px}.library-hero{margin-bottom:24px}.library-toolbar{flex-direction:column;align-items:stretch;margin:22px 0 34px}.library-toolbar>span{align-self:flex-end}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.game-grid--row{grid-template-columns:repeat(5,minmax(155px,180px))}.card-actions{flex-direction:column;align-items:stretch}.card-actions .button{width:100%}.details-hero{grid-template-columns:115px 1fr;align-items:flex-start;gap:18px}.details-copy h1{margin:10px 0 12px;font-size:clamp(1.7rem,9vw,3.2rem)}.details-description{-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.84rem;display:-webkit-box;overflow:hidden}.details-meta{gap:9px;margin:14px 0 18px}.details-meta span{font-size:.7rem}.details-actions{grid-column:1/-1}.details-actions .button--large{min-height:45px;padding:9px 13px}.details-grid,.account-grid,.admin-dashboard-grid{grid-template-columns:1fr}.admin-dashboard__wide,.account-grid .profile-panel{grid-column:auto}.admin-header{align-items:flex-start;gap:20px}.admin-header__actions{flex:none}.admin-header h1{font-size:2.45rem}.admin-header p{font-size:.78rem}.admin-header .button{gap:0;min-width:44px;padding-inline:12px;font-size:0}.admin-header .button svg{width:18px;height:18px}.admin-tabs button{padding-inline:12px}.admin-toolbar{flex-direction:column;align-items:stretch}.admin-toolbar .button{align-self:flex-end}.admin-game-grid{grid-template-columns:1fr}.admin-game-card{grid-template-columns:105px 1fr}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-metric{flex-direction:column;align-items:flex-start;padding:16px}.admin-metric__icon{width:38px;height:38px}.form-grid{grid-template-columns:1fr}.form-grid__wide{grid-column:auto}.game-editor form{padding:18px}.modal-backdrop{padding:10px}.modal,.save-modal{max-height:calc(100dvh - 20px)}}@media (max-width:480px){.brand--compact em,.profile-menu>.icon-button{display:none}.game-grid{gap:19px 11px}.game-card h3{font-size:.86rem}.game-card__body{padding-top:10px}.details-hero{display:grid}.details-actions{grid-template-columns:1fr 1fr auto;display:grid}.details-actions .button{font-size:.74rem}.save-row{grid-template-columns:auto 1fr}.save-row .button{grid-column:2;justify-self:start}.metric-grid{gap:10px}.admin-metric strong{font-size:1.25rem}.admin-game-card{display:block}.admin-game-cover{aspect-ratio:4}.admin-card-actions{flex-wrap:wrap}}@media (orientation:landscape) and (max-height:620px) and (pointer:coarse){.player-topbar{min-height:48px;padding-block:3px}.player-title small,.player-topbar .cloud-status{display:none}.player-tools .icon-button{width:38px;height:38px}.player-tools .icon-button:nth-child(5),.player-tools .icon-button:nth-child(6),.player-tools .icon-button:nth-child(7){display:none}.emulator-stage{padding:4px 155px}.emulator-frame{width:auto;height:100%}.touch-controller{bottom:6px;align-items:center;inset:4px 12px 5px}.dpad{grid-template-columns:repeat(3, calc(38px * var(--touch-scale)));grid-template-rows:repeat(3, calc(38px * var(--touch-scale)))}.action-buttons>.touch-button{height:calc(52px * var(--touch-scale));width:calc(52px * var(--touch-scale))}.system-buttons{align-self:end;padding-bottom:3px}.rewind-hold{padding:8px;font-size:0;bottom:7px}.gamepad-pill{bottom:8px}.toast{bottom:46px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
