:root{--canvas:#09090a;--surface:#121213;--surface-raised:#181819;--surface-hover:#1d1d1f;--line:rgba(255,255,255,.105);--line-strong:rgba(255,255,255,.18);--text:#f3f0ec;--text-body:#d1cdc7;--muted:#a39f99;--quiet:#79746e;--accent:#ff8a12;--accent-bright:#ffad38;--success:#91e932;--danger:#ef7770;--font-body:"Segoe UI Variable Text","Segoe UI",Arial,sans-serif;--ease:cubic-bezier(.2,.8,.2,1)}
*{box-sizing:border-box}html,body{width:100%;min-width:0;min-height:100%;margin:0;overflow:hidden;background:var(--canvas);color:var(--text)}body,button,input,textarea,select{font-family:var(--font-body);font-synthesis:none;-webkit-font-smoothing:subpixel-antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid rgba(255,138,18,.7);outline-offset:2px}[hidden]{display:none!important}

/* Application window */
.app-shell{width:100%;min-height:100vh;display:grid;grid-template-rows:50px minmax(0,1fr);overflow:hidden;background:var(--canvas);animation:fade-in .22s var(--ease) both}.app-header{height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 0 0 18px;border-bottom:1px solid var(--line);background:linear-gradient(110deg,#0e0e0f,#09090a);user-select:none}.app-title{display:flex;align-items:center;gap:10px;color:#f7f4ef;font-size:16px;font-weight:600;letter-spacing:.025em}.header-logo{width:36px;height:22px;object-fit:contain}.window-controls{display:flex;align-self:stretch;align-items:center}.window-controls button{width:43px;height:50px;display:grid;place-items:center;border:0;background:transparent;color:#bdb8b2;transition:background .15s,color .15s}.window-controls button:hover{background:rgba(255,255,255,.06);color:#fff}.window-controls button.close:hover{background:#ca4d47;color:#fff}.glyph{position:relative;width:14px;height:14px;display:block}.glyph.minus::before{position:absolute;top:6px;left:1px;width:12px;border-top:1px solid currentColor;content:""}.glyph.square{width:13px;height:13px;border:1px solid currentColor}.glyph.cross::before,.glyph.cross::after{position:absolute;top:6px;left:0;width:14px;border-top:1px solid currentColor;content:"";transform:rotate(45deg)}.glyph.cross::after{transform:rotate(-45deg)}

/* Login and register */
.app-main{min-height:0;display:grid;grid-template-columns:1fr 1fr}.brand-stage{position:relative;min-height:0;display:grid;place-items:center;overflow:hidden;border-right:1px solid var(--line);background:radial-gradient(circle at 28% 22%,rgba(255,128,11,.21),transparent 31%),radial-gradient(circle at 68% 76%,rgba(255,103,0,.14),transparent 35%),#0b0b0c}.brand-stage::before{position:absolute;inset:0;background:repeating-linear-gradient(127deg,transparent 0 58px,rgba(255,255,255,.025) 59px 60px,transparent 61px 112px);content:""}.stage-lines{position:absolute;inset:0;background:linear-gradient(105deg,transparent 0 39%,rgba(255,138,18,.3) 40%,transparent 40.3%),linear-gradient(105deg,transparent 0 67%,rgba(255,255,255,.08) 67.2%,transparent 67.4%);opacity:.7}.brand-banner{position:relative;z-index:1;width:min(86%,590px);max-height:82%;object-fit:contain;filter:drop-shadow(0 18px 38px rgba(0,0,0,.5))}.access-stage{min-height:0;display:grid;place-items:center;padding:28px;background:#111112}.access-content{width:min(100%,360px)}.access-kicker,.eyebrow{margin:0;color:var(--accent-bright);font-size:10px;font-weight:600;letter-spacing:.17em;text-transform:uppercase}.access-content h1{margin:10px 0 8px;font-size:28px;font-weight:550;letter-spacing:-.03em}.access-intro,.view-intro{margin:0 0 24px;color:var(--muted);font-size:13px;line-height:1.5}.access-form{display:grid;gap:13px}.field{display:grid;gap:7px}.field label{color:#ccc8c2;font-size:11px;font-weight:500}.field input,.visual-profile-fields input{width:100%;height:42px;padding:0 12px;border:1px solid var(--line-strong);border-radius:6px;outline:0;background:#0d0d0e;color:var(--text);font-size:13px}.field input:focus,.visual-profile-fields input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(255,138,18,.1)}.field input::placeholder{color:#6f6b66}.form-message{min-height:17px;margin:0;color:var(--muted);font-size:11px}.form-message.success{color:var(--success)}.form-message.error{color:#ff9890}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 15px;border:1px solid transparent;border-radius:6px;color:var(--text);font-size:12px;font-weight:550;text-decoration:none;transition:background .15s,border-color .15s,color .15s,transform .15s}.button:hover{transform:translateY(-1px)}.button:active{transform:none}.button-primary{border-color:var(--accent);background:var(--accent);color:#1a1007}.button-primary:hover{background:var(--accent-bright)}.button-secondary{border-color:var(--line-strong);background:transparent;color:#d3cfca}.button-secondary:hover{border-color:rgba(255,138,18,.55);background:rgba(255,138,18,.06);color:#fff}.separator{display:flex;align-items:center;gap:10px;margin:20px 0;color:#817c76;font-size:10px}.separator::before,.separator::after{height:1px;flex:1;background:var(--line);content:""}

/* Dashboard navigation */
.dashboard-layout{min-height:0;display:grid;grid-template-columns:72px minmax(0,1fr);overflow:hidden;background:#0b0b0c}.dashboard-sidebar{position:relative;z-index:8;min-height:0;display:flex;flex-direction:column;width:72px;padding:14px 10px;overflow:visible;border-right:1px solid var(--line);background:linear-gradient(180deg,#111112,#0b0b0c 74%);transition:width .21s var(--ease),padding .21s var(--ease)}.dashboard-sidebar:hover,.dashboard-layout.sidebar-expanded .dashboard-sidebar{width:196px}.dashboard-nav{display:grid;gap:11px}.nav-button{width:100%;min-height:44px;display:flex;align-items:center;justify-content:flex-start;gap:15px;padding:0 13px;overflow:hidden;border:1px solid transparent;border-radius:9px;background:transparent;color:#a8a6a3;box-shadow:none;font-size:12px;font-weight:500;white-space:nowrap;transition:color .15s,border-color .15s,background .15s}.nav-button .nav-icon{width:22px;flex:0 0 22px;text-align:center}.nav-button i{color:#c2c0bc;font-size:16px}.nav-button:hover{background:rgba(255,255,255,.045);color:#f6f3ef}.nav-button:hover i{color:#f6f3ef}.nav-button.is-active{border-color:rgba(255,145,20,.7);background:rgba(255,145,20,.14);color:#ffad38;box-shadow:0 0 16px rgba(255,136,14,.14),inset 0 0 0 1px rgba(255,166,35,.1)}.nav-button.is-active i{color:#ffad38}.nav-label{opacity:0;transform:translateX(-5px);transition:opacity .15s,transform .15s}.dashboard-sidebar:hover .nav-label,.dashboard-layout.sidebar-expanded .nav-label{opacity:1;transform:none}.profile-area{position:relative;margin-top:auto}.profile-card{width:100%;min-height:47px;display:flex;align-items:center;gap:9px;padding:5px 8px;border:1px solid var(--line);border-radius:24px;background:#111112;color:var(--text);box-shadow:none;transition:border-color .15s,background .15s}.profile-card:hover{border-color:rgba(255,145,20,.46);background:#171616}.profile-avatar-wrap{position:relative;width:32px;height:32px;flex:0 0 32px;overflow:hidden;border:1px solid rgba(255,145,20,.74);border-radius:50%;box-shadow:0 0 0 3px rgba(255,145,20,.08)}.profile-avatar{width:100%;height:100%;object-fit:cover}.profile-avatar.brand-avatar{object-fit:contain;padding:5px;background:#0d0d0e}.profile-avatar-wrap>i{position:absolute;right:0;bottom:0;width:6px;height:6px;border:1px solid #111;border-radius:50%;background:var(--success)}.profile-copy{display:grid;min-width:0;gap:2px;overflow:hidden;opacity:0;text-align:left;transform:translateX(-4px);transition:opacity .15s,transform .15s}.dashboard-sidebar:hover .profile-copy,.dashboard-layout.sidebar-expanded .profile-copy{opacity:1;transform:none}.profile-copy strong{overflow:hidden;color:#e9e6e1;font-size:11px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.profile-copy span{color:var(--accent);font-size:8px;font-weight:600;letter-spacing:.1em}.profile-chevron{display:none;margin-left:auto;color:var(--quiet);font-size:10px}.dashboard-sidebar:hover .profile-chevron,.dashboard-layout.sidebar-expanded .profile-chevron{display:block}.profile-popover{position:absolute;z-index:40;bottom:57px;left:0;width:250px;overflow:hidden;border:1px solid var(--line-strong);border-radius:8px;background:#1a1a1b;box-shadow:0 18px 40px rgba(0,0,0,.52);animation:popover-in .18s var(--ease) both}.profile-popover-header{display:flex;gap:10px;padding:13px;border-bottom:1px solid var(--line)}.profile-avatar-wrap.large{width:36px;height:36px;flex-basis:36px}.profile-popover-header>span:nth-child(2){display:grid;min-width:0;gap:2px}.profile-popover-header strong{overflow:hidden;font-size:12px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.profile-popover-header small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.profile-menu{padding:6px}.profile-menu button{width:100%;min-height:34px;display:flex;align-items:center;gap:9px;padding:0 8px;border:0;border-radius:5px;background:transparent;color:var(--muted);font-size:11px;font-weight:500;text-align:left}.profile-menu button:hover{background:rgba(255,255,255,.06);color:var(--text)}.profile-menu button>i{width:14px;color:#aaa59e;text-align:center}.profile-menu .profile-signout{margin-top:6px;padding-top:8px;border-top:1px solid var(--line);border-radius:0;color:#ef9089}.profile-menu .profile-signout>i{color:#ef9089}

/* Workspace and general dashboard panels */
.dashboard-workspace{min-width:0;min-height:0;padding:23px 28px 18px;overflow:auto;scrollbar-width:none;background:radial-gradient(circle at 31% 4%,rgba(255,126,10,.08),transparent 22%),#0b0b0c}.dashboard-workspace::-webkit-scrollbar{width:0;height:0}.workspace-view{min-height:100%}.workspace-view.is-active{animation:view-in .2s var(--ease) both}.workspace-header{min-height:62px;display:flex;align-items:flex-start;justify-content:space-between;gap:15px;margin-bottom:13px}.workspace-header h1{margin:7px 0 0;color:#f5f3ef;font-size:29px;line-height:1;font-weight:550;letter-spacing:-.035em}.workspace-note,.workspace-info{min-height:33px;display:inline-flex;align-items:center;gap:7px;margin-top:0;padding:0 10px;border:1px solid var(--line-strong);border-radius:6px;background:rgba(12,12,13,.72);color:#c7c3bd;font-size:10px;font-weight:500;white-space:nowrap}.workspace-note i,.workspace-info i{color:var(--accent)}.workspace-info:hover{border-color:rgba(255,138,18,.55);background:rgba(255,138,18,.07)}.dashboard-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:16px}.display-card,.summary-card,.quick-section,.controls-card,.visual-preview-card{border:1px solid var(--line);border-radius:9px;background:linear-gradient(145deg,#1a1a1b,#141415);box-shadow:none}.display-card,.summary-card{min-height:250px;padding:20px}.display-card-top,.display-meta,.summary-stats{display:flex;align-items:center;justify-content:space-between;gap:10px}.display-card-top>span,.display-card-top strong,.display-meta,.summary-stats{color:var(--muted);font-size:10px;font-weight:500}.display-card-top strong{color:#e6e1db}.display-card-top em{color:var(--accent);font-size:9px;font-style:normal}.display-visual{min-height:132px;display:grid;place-items:center}.display-screen{position:relative;width:68%;aspect-ratio:16/9;padding:7px;border:3px solid #3b3a3a;border-radius:7px;background:#0b0b0c;box-shadow:0 9px 22px rgba(0,0,0,.35)}.display-screen::after{position:absolute;bottom:-23px;left:45%;width:10%;height:18px;border:3px solid #3b3a3a;border-top:0;content:""}.display-screen span{display:block;width:100%;height:100%;border-radius:2px;background:linear-gradient(105deg,#365d8c,#9b6315)}.summary-card{display:flex;flex-direction:column}.card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.card-heading h2{margin:6px 0 0;font-size:20px;font-weight:550}.summary-icon{color:var(--accent);font-size:24px}.summary-card>p{max-width:31ch;margin:28px 0 auto;color:#c3beb7;font-size:12px;line-height:1.45}.summary-stats{padding-top:15px;border-top:1px solid var(--line)}.summary-stats b{color:#eee9e2;font-size:20px;font-weight:550}.quick-section{margin-top:16px;padding:18px}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.quick-actions button{min-height:82px;display:grid;align-content:center;gap:5px;padding:12px;border:1px solid var(--line);border-radius:6px;background:#111112;color:var(--text);text-align:left}.quick-actions button:hover{border-color:rgba(255,138,18,.48);background:rgba(255,138,18,.06)}.quick-actions strong{font-size:12px;font-weight:550}.quick-actions span{color:var(--muted);font-size:10px}

/* Resolution and optimizer */
.resolution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.resolution-card{min-height:137px;display:grid;align-content:start;gap:9px;padding:17px;border:1px solid var(--line);border-radius:8px;background:#171718;color:var(--text);text-align:left}.resolution-card:hover{border-color:var(--line-strong);background:#1b1b1d}.resolution-card.is-selected{border-color:var(--accent);background:rgba(255,138,18,.08);box-shadow:inset 3px 0 0 var(--accent)}.resolution-card span{color:var(--accent);font-size:9px;font-weight:600;letter-spacing:.12em}.resolution-card strong{font-size:19px;font-weight:550}.resolution-card small{color:var(--muted);font-size:11px}.resolution-footer,.optimizer-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:16px;padding:12px 0;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.compact-button{min-height:35px;padding:0 11px}.optimizer-toolbar{display:flex;align-items:center;gap:9px;padding:8px;border:1px solid var(--line);border-radius:8px;background:#151516}.optimizer-search{min-width:0;flex:1;display:flex;align-items:center;gap:8px;min-height:34px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:#101011;color:var(--quiet)}.optimizer-search:focus-within{border-color:rgba(255,138,18,.56)}.optimizer-search i{color:var(--accent)}.optimizer-search input{width:100%;border:0;outline:0;background:transparent;color:var(--text);font-size:12px}.quick-optimize{min-height:34px;padding:0 12px;border:1px solid var(--accent);border-radius:6px;background:var(--accent);color:#211306;font-size:11px;font-weight:600}.optimizer-guidance{display:flex;gap:7px;margin:10px 0;color:var(--muted);font-size:11px}.optimizer-guidance i{color:var(--accent)}.optimizer-group{border-bottom:1px solid var(--line)}.optimizer-group-toggle{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;color:#e9e5df;font-size:14px;font-weight:550;text-align:left}.optimizer-group-toggle span{display:flex;align-items:center;gap:8px}.optimizer-group-toggle span>i{color:var(--accent)}.optimizer-group-toggle small{color:var(--quiet);font-size:10px;font-weight:500}.optimizer-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0 0 12px}.optimizer-group:not(.is-open) .optimizer-options{display:none}.optimizer-card{position:relative;min-height:112px;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#171718}.optimizer-card:hover{border-color:var(--line-strong);background:#1a1a1c}.optimizer-card:has(input:checked){border-color:rgba(255,138,18,.7);background:rgba(255,138,18,.085);box-shadow:inset 3px 0 0 var(--accent)}.optimizer-option{min-height:112px;display:flex;gap:10px;padding:13px 44px 13px 13px}.optimizer-option input{position:absolute;opacity:0}.checkbox-ui{width:17px;height:17px;flex:0 0 17px;margin-top:1px;border:1px solid #77726c;border-radius:4px;background:#0e0e0f}.optimizer-card:has(input:checked) .checkbox-ui{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 4px #17110b}.optimizer-copy{display:grid;align-content:start;gap:6px}.optimizer-copy strong{color:#ece7e0;font-size:12px;font-weight:550}.optimizer-copy small{color:var(--muted);font-size:10px;line-height:1.38}.optimizer-card-info{position:absolute;right:9px;bottom:9px;width:27px;height:27px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:5px;background:transparent;color:var(--quiet)}.optimizer-card-info:hover{border-color:rgba(255,138,18,.55);color:var(--accent)}.optimizer-actions>div{display:flex;gap:8px}

/* Modals, notifications and boot sequence */
.account-modal,.info-modal,.visual-profile-modal{position:fixed;z-index:60;inset:0;display:grid;place-items:center;padding:20px}.account-modal-backdrop,.info-modal-backdrop,.visual-profile-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(3,3,4,.73);backdrop-filter:blur(8px)}.account-modal-card,.info-modal-card,.visual-profile-modal-card{position:relative;width:min(540px,100%);overflow:hidden;border:1px solid var(--line-strong);border-radius:9px;background:#19191a;box-shadow:0 28px 70px rgba(0,0,0,.58);animation:modal-in .2s var(--ease) both}.account-modal-card>header,.info-modal-card header,.visual-profile-modal-card header{min-height:74px;display:flex;align-items:center;gap:11px;padding:17px 20px;border-bottom:1px solid var(--line)}.account-modal-card h2,.info-modal-card h2,.visual-profile-modal-card h2{margin:0;font-size:19px;font-weight:550}.account-modal-icon,.info-modal-icon,.visual-profile-modal-icon{width:34px;height:34px;display:grid;flex:0 0 34px;place-items:center;border:1px solid rgba(255,138,18,.55);border-radius:6px;color:var(--accent)}.account-modal-close,.info-modal-close{width:32px;height:32px;display:grid;place-items:center;margin-left:auto;border:0;border-radius:5px;background:transparent;color:var(--muted)}.account-modal-close:hover,.info-modal-close:hover{background:rgba(255,255,255,.07);color:#fff}.account-modal-body,.info-modal-body,.visual-profile-modal-body{padding:20px}.account-modal-card footer,.info-modal-card footer,.visual-profile-modal-card footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid var(--line)}.feedback-types,.notification-tabs,.info-chips{display:flex;flex-wrap:wrap;gap:7px}.feedback-types button,.notification-tabs button,.info-chips span{min-height:30px;padding:0 10px;border:1px solid var(--line-strong);border-radius:999px;background:#252527;color:#ccc7c1;font-size:11px}.feedback-types button.is-selected,.notification-tabs button.is-selected{border-color:var(--accent);background:rgba(255,138,18,.08);color:var(--accent-bright)}.modal-label{display:block;margin:0 0 8px;color:var(--muted);font-size:12px}.feedback-types{margin-bottom:18px}.feedback-modal-card textarea{width:100%;min-height:135px;padding:11px;border:1px solid var(--line-strong);border-radius:6px;outline:0;resize:vertical;background:#121213;color:var(--text)}.modal-form-meta{display:flex;justify-content:space-between;margin-top:6px;color:var(--quiet);font-size:10px}.notification-tabs{padding:12px 20px;border-bottom:1px solid var(--line)}.notification-empty{min-height:260px;display:grid;place-content:center;justify-items:center;color:var(--muted);text-align:center}.notification-empty>i{font-size:38px;color:#5f5b61}.notification-empty h3{margin:14px 0 6px;color:#ded9d3;font-size:18px;font-weight:550}.notification-empty p{max-width:37ch;margin:0;font-size:12px;line-height:1.55}.visual-profile-modal-preview{position:relative;height:125px;overflow:hidden;border-radius:6px;background:#101011}.visual-profile-modal-preview img{width:100%;height:100%;object-fit:cover}.visual-profile-modal-preview span{position:absolute;left:8px;bottom:8px;padding:4px 6px;border-radius:3px;background:rgba(0,0,0,.7);color:#fff;font-size:8px;letter-spacing:.08em}.visual-profile-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.visual-profile-fields label{display:block;margin-bottom:6px;color:var(--muted);font-size:10px}.visual-preview-upload{display:flex;align-items:center;gap:9px;margin-top:12px;padding:10px;border:1px dashed var(--line-strong);border-radius:6px;color:var(--muted)}.visual-preview-upload>i{color:var(--accent)}.visual-preview-upload span{display:grid;gap:2px}.visual-preview-upload strong{color:#ddd8d1;font-size:11px;font-weight:550}.visual-preview-upload small{font-size:9px}.visual-preview-upload b{margin-left:auto;color:var(--accent);font-size:10px}.visual-profile-modal-body>p{color:var(--muted);font-size:10px;line-height:1.45}.app-toast-stack{position:fixed;z-index:90;top:68px;right:16px;display:grid;gap:8px;width:min(310px,calc(100vw - 32px))}.app-toast{padding:11px;border:1px solid var(--line-strong);border-radius:7px;background:#19191a;box-shadow:0 12px 28px rgba(0,0,0,.35);color:#eee9e2;font-size:11px}.boot-screen{position:fixed;z-index:100;inset:0;display:grid;place-items:center;background:#09090a;transition:opacity .35s var(--ease),visibility .35s}.boot-screen.is-hidden{opacity:0;visibility:hidden}.boot-content{display:grid;justify-items:center;gap:14px}.boot-logo{width:86px;height:44px;object-fit:contain}.boot-spinner{width:28px;height:28px;border:2px solid rgba(255,138,18,.18);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}.boot-content p{margin:0;color:#cbc6c0;font-size:12px}.boot-skeleton{display:flex;gap:5px}.boot-skeleton i{width:36px;height:3px;border-radius:9px;background:#292627;animation:pulse 1s ease-in-out infinite alternate}.boot-skeleton i:nth-child(2){animation-delay:.14s}.boot-skeleton i:nth-child(3){animation-delay:.28s}
@keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes view-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes popover-in{from{opacity:0;transform:translateY(5px) scale(.98)}to{opacity:1;transform:none}}@keyframes modal-in{from{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:none}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{to{opacity:.3;transform:scaleX(.65)}}
@media(max-width:700px){.brand-stage{display:none}.app-main{grid-template-columns:1fr}.dashboard-workspace{padding:16px}.dashboard-grid,.optimizer-options,.quick-actions,.resolution-grid,.visual-profile-fields{grid-template-columns:1fr}}

/* Game resolution profiles */
.resolution-view .workspace-header>div>p:last-child{margin:10px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.game-profile-picker,.game-resolution-overview{border:1px solid var(--line);border-radius:10px;background:linear-gradient(145deg,#19191a,#121213);box-shadow:0 15px 32px rgba(0,0,0,.12)}.game-profile-picker{padding:18px}.resolution-section-heading{display:flex;align-items:end;justify-content:space-between;gap:15px;margin-bottom:13px}.resolution-section-heading h2,.game-resolution-overview h2{margin:6px 0 0;font-size:19px;font-weight:550;letter-spacing:-.02em}.resolution-section-heading small{color:var(--quiet);font-size:10px}.game-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.game-profile-card{min-height:92px;display:grid;grid-template-columns:37px minmax(0,1fr) auto;align-items:center;gap:11px;padding:13px;border:1px solid var(--line);border-radius:7px;background:#111112;color:var(--text);text-align:left;transition:border-color .16s,background .16s,transform .16s}.game-profile-card:hover{border-color:rgba(255,138,18,.5);background:#1a1816;transform:translateY(-1px)}.game-profile-card.is-selected{border-color:var(--accent);background:rgba(255,138,18,.08);box-shadow:inset 3px 0 0 var(--accent)}.game-profile-card>i,.game-overview-icon{width:37px;height:37px;display:grid;place-items:center;border:1px solid rgba(255,138,18,.45);border-radius:7px;background:rgba(255,138,18,.08);color:var(--accent);font-size:16px}.game-profile-card>span{display:grid;min-width:0;gap:4px}.game-profile-card strong{font-size:13px;font-weight:550}.game-profile-card small{color:var(--muted);font-size:10px}.game-profile-card>b{color:var(--quiet);font-size:9px;font-weight:550;white-space:nowrap}.game-profile-card>b i{margin-left:4px;color:var(--accent)}.game-resolution-overview{margin-top:15px;overflow:hidden}.game-resolution-overview>header{display:flex;align-items:center;gap:12px;padding:18px;border-bottom:1px solid var(--line)}.game-overview-icon{width:42px;height:42px;flex:0 0 42px;font-size:18px}.game-resolution-overview header>div:nth-child(2){min-width:0}.game-resolution-overview header p{margin:7px 0 0;color:var(--muted);font-size:11px;line-height:1.4}.game-profile-saved{margin-left:auto;padding:5px 8px;border:1px solid var(--line-strong);border-radius:999px;color:var(--quiet);font-size:9px;font-weight:550;white-space:nowrap}.game-profile-saved.is-applied{border-color:rgba(145,233,50,.44);background:rgba(145,233,50,.07);color:var(--success)}.game-mode-controls{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;padding:17px 18px 12px}.game-mode-controls label{display:grid;gap:7px;color:#d4d0ca;font-size:10px;font-weight:550}.game-mode-controls select{width:100%;height:39px;padding:0 10px;border:1px solid var(--line-strong);border-radius:6px;outline:0;background:#0e0e0f;color:var(--text);font-size:12px}.game-mode-controls select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(255,138,18,.09)}.game-mode-controls select:disabled{cursor:wait;opacity:.6}.game-mode-hint{display:flex;gap:7px;margin:0;padding:0 18px 16px;color:var(--muted);font-size:10px;line-height:1.45}.game-mode-hint i{color:var(--accent)}.game-resolution-overview footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 18px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}@media(max-width:700px){.game-profile-grid,.game-mode-controls{grid-template-columns:1fr}.game-resolution-overview>header{align-items:flex-start}.game-profile-saved{margin-left:0}.game-resolution-overview footer{align-items:flex-start;flex-direction:column}}
.game-stretch-toggle{display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:10px;margin:0 18px 13px;padding:9px 10px;border:1px solid var(--line);border-radius:7px;background:#101011;cursor:pointer}.game-stretch-toggle input{position:absolute;opacity:0}.game-stretch-toggle span{display:grid;gap:3px}.game-stretch-toggle strong{font-size:11px;font-weight:550;color:#e7e2dc}.game-stretch-toggle small{font-size:9px;color:var(--muted)}.game-stretch-toggle>i{position:relative;width:30px;height:17px;border-radius:999px;background:#4a4743;transition:background .16s}.game-stretch-toggle>i::after{position:absolute;top:3px;left:3px;width:11px;height:11px;border-radius:50%;background:#ded9d2;content:"";transition:transform .16s}.game-stretch-toggle::before{width:18px;height:18px;border:1px solid var(--line-strong);border-radius:4px;background:#151516;content:""}.game-stretch-toggle:has(input:checked){border-color:rgba(255,138,18,.55);background:rgba(255,138,18,.06)}.game-stretch-toggle:has(input:checked)::before{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 4px #17110b}.game-stretch-toggle:has(input:checked)>i{background:var(--accent)}.game-stretch-toggle:has(input:checked)>i::after{transform:translateX(13px)}
@media (min-width:1100px) and (min-height:850px){.dashboard-workspace:has(.resolution-view.is-active){overflow:hidden}.resolution-view{height:calc(100vh - 136px);display:grid;grid-template-rows:auto minmax(0,1fr) minmax(0,1fr);gap:12px}.resolution-view .workspace-header{min-height:66px;margin:0}.game-profile-picker{min-height:0;padding:14px}.resolution-section-heading{margin-bottom:9px}.game-profile-grid{height:calc(100% - 39px)}.game-profile-card{min-height:0;padding:10px}.game-resolution-overview{min-height:0;margin:0}.game-resolution-overview>header{padding:13px 16px}.game-mode-controls{padding:11px 16px 9px}.game-stretch-toggle{margin:0 16px 9px;padding:7px 9px}.game-mode-hint{padding:0 16px 9px}.game-resolution-overview footer{padding:10px 16px}}

/* Installed-game launcher library */
.game-library-shell{overflow:hidden;border:1px solid var(--line);border-radius:10px;background:linear-gradient(145deg,#19191a,#111112);box-shadow:0 15px 32px rgba(0,0,0,.12)}.game-library-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px 10px}.game-library-heading h2{margin:5px 0 0;font-size:18px;font-weight:550;letter-spacing:-.02em}.game-library-heading>div:last-child{display:flex;align-items:center;gap:9px}.game-library-heading small{color:var(--quiet);font-size:10px}.game-library-refresh{width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--line-strong);border-radius:6px;background:#131314;color:var(--muted)}.game-library-refresh:hover{border-color:var(--accent);color:var(--accent)}.game-library-viewport{padding:0 16px 15px;overflow:hidden}.game-library-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.game-library-card{position:relative;min-width:0;aspect-ratio:1/.94;display:flex;align-items:flex-end;overflow:hidden;padding:10px;border:1px solid var(--line);border-radius:8px;background:radial-gradient(circle at 76% 16%,color-mix(in srgb,var(--game-accent) 70%,transparent),transparent 32%),linear-gradient(145deg,#2d3035,#101011 72%);color:var(--text);text-align:left;isolation:isolate;transition:transform .22s var(--ease),border-color .22s var(--ease),box-shadow .22s var(--ease)}.game-library-card::before{position:absolute;z-index:-1;inset:0;background:linear-gradient(132deg,transparent 8%,rgba(255,255,255,.1) 9%,transparent 10% 56%,rgba(0,0,0,.48) 57%),radial-gradient(circle at 20% 18%,rgba(255,255,255,.16),transparent 24%);content:"";opacity:.85}.game-library-card::after{position:absolute;right:-23px;bottom:-38px;width:115px;height:115px;border:1px solid color-mix(in srgb,var(--game-accent) 85%,transparent);border-radius:50%;box-shadow:0 0 0 16px rgba(255,255,255,.025),0 0 0 35px rgba(255,255,255,.018);content:"";transform:rotate(-16deg)}.game-library-card:hover{z-index:1;border-color:var(--game-accent);box-shadow:0 12px 25px rgba(0,0,0,.36);transform:translateY(-4px) scale(1.015)}.game-library-card.is-selected{border-color:var(--game-accent);box-shadow:0 0 0 1px var(--game-accent),0 12px 25px rgba(0,0,0,.4)}.game-library-card.is-selected .game-library-card-state{opacity:1;transform:none}.game-library-card-copy{position:relative;z-index:1;display:grid;gap:4px;max-width:92%}.game-library-card-copy strong{overflow:hidden;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.game-library-card-copy small{color:#d2ccc4;font-size:9px}.game-library-card-mark{position:absolute;z-index:1;top:10px;left:10px;width:31px;height:31px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:7px;background:rgba(8,8,9,.42);backdrop-filter:blur(5px);color:#fff;font-size:13px}.game-library-card-state{position:absolute;z-index:1;top:10px;right:10px;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--game-accent);color:#18100a;font-size:10px;opacity:0;transform:scale(.7);transition:opacity .18s,transform .18s}.game-library-loading,.game-library-empty{min-height:150px;display:grid;place-content:center;justify-items:center;gap:8px;grid-column:1/-1;color:var(--muted);font-size:11px;text-align:center}.game-library-empty i,.game-library-loading i{color:var(--accent);font-size:20px}.game-resolution-overview footer>div{display:flex;gap:8px}.game-resolution-overview footer .button-secondary{border-color:rgba(255,255,255,.18)}
@media(max-width:900px){.game-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:700px){.game-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.game-library-heading{align-items:flex-start}.game-library-heading small{display:none}}
@media (min-width:1100px) and (min-height:850px){.resolution-view{grid-template-rows:auto 226px minmax(0,1fr)}.game-library-shell{height:226px}.game-library-viewport{height:174px}.game-library-grid{height:100%}.game-library-card{aspect-ratio:auto;min-height:0}.game-resolution-overview{height:100%}.game-resolution-overview>header{padding:12px 16px}.game-resolution-overview footer{margin-top:auto}.game-library-card-copy strong{font-size:12px}}
.game-library-viewport{overflow-x:auto;scrollbar-width:none}.game-library-viewport::-webkit-scrollbar{display:none}.game-library-grid{display:flex;width:100%;min-width:0;gap:10px}.game-library-card{flex:0 0 calc((100% - 40px)/5);min-width:142px}.game-resolution-overview.is-opening{animation:game-overview-in .3s var(--ease) both}@keyframes game-overview-in{from{opacity:0;transform:translateY(9px) scale(.992)}to{opacity:1;transform:none}}@media(max-width:900px){.game-library-card{flex-basis:calc((100% - 20px)/3)}}@media(max-width:700px){.game-library-card{flex-basis:calc((100% - 10px)/2)}}
.game-library-card-cover{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;opacity:.66;filter:saturate(.9) contrast(1.06);transition:transform .35s var(--ease),opacity .25s}.game-library-card-cover::after{content:""}.game-library-card:hover .game-library-card-cover{opacity:.82;transform:scale(1.06)}.game-library-card::before{z-index:-1;background:linear-gradient(180deg,rgba(6,7,8,.03),rgba(6,7,8,.12) 33%,rgba(6,7,8,.93) 100%),radial-gradient(circle at 20% 18%,rgba(255,255,255,.16),transparent 24%)}.game-about{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:8px;margin:0 18px 10px;padding:8px 10px;border:1px solid rgba(255,255,255,.1);border-radius:7px;background:rgba(255,255,255,.025)}.game-about>i{color:var(--accent);font-size:13px}.game-about span{display:grid;gap:2px}.game-about strong{font-size:10px;font-weight:550;color:#ded9d2}.game-about small{overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}
@media (min-width:700px) and (max-width:900px){.dashboard-workspace:has(.resolution-view.is-active){padding:12px;overflow:hidden}.resolution-view{height:560px;max-height:100%;display:grid;grid-template-rows:58px 234px minmax(0,1fr);gap:8px}.resolution-view .workspace-header{min-height:0;margin:0}.resolution-view .workspace-header h1{font-size:27px}.resolution-view .workspace-header>div>p:last-child{margin-top:6px;font-size:10px}.resolution-view .workspace-note{min-height:30px;font-size:9px}.game-library-shell{height:234px}.game-library-heading{padding:10px 12px 7px}.game-library-heading h2{font-size:15px}.game-library-viewport{height:185px;padding:0 12px 10px}.game-library-card{flex-basis:calc((100% - 30px)/4);min-width:0;aspect-ratio:1/.96}.game-library-card-copy strong{font-size:11px}.game-library-card-mark{top:8px;left:8px}.game-library-card-state{top:8px;right:8px}.game-resolution-overview{height:100%;margin:0}.game-resolution-overview>header{min-height:60px;padding:9px 12px}.game-overview-icon{width:34px;height:34px;flex-basis:34px;font-size:15px}.game-resolution-overview h2{font-size:16px}.game-resolution-overview header p{margin-top:3px;font-size:9px}.game-profile-saved{padding:4px 6px;font-size:8px}.game-mode-controls{gap:7px;padding:8px 12px 6px}.game-mode-controls select{height:32px;padding:0 7px;font-size:10px}.game-stretch-toggle{grid-template-columns:24px minmax(0,1fr) 26px;gap:7px;margin:0 12px 6px;padding:5px 7px}.game-stretch-toggle::before{width:15px;height:15px}.game-stretch-toggle strong{font-size:9px}.game-stretch-toggle small{font-size:8px}.game-stretch-toggle>i{width:25px;height:14px}.game-stretch-toggle>i::after{top:3px;left:3px;width:8px;height:8px}.game-stretch-toggle:has(input:checked)>i::after{transform:translateX(11px)}.game-about{margin:0 12px 6px;padding:5px 7px}.game-about small{font-size:8px}.game-mode-hint{display:none}.game-resolution-overview footer{padding:7px 12px;font-size:9px}.game-resolution-overview footer .button{min-height:30px;font-size:10px}}
.game-library-card-cover{z-index:0}.game-library-card::before,.game-library-card::after{z-index:1;pointer-events:none}.game-library-card-mark,.game-library-card-state,.game-library-card-copy{z-index:2}
@media (min-width:700px){.dashboard-workspace:has(.resolution-view.is-active){overflow:hidden}.resolution-view{width:min(771px,100%);height:584px;max-height:calc(100vh - 112px);display:grid;grid-template-rows:60px 260px minmax(0,1fr);gap:8px}.resolution-view .workspace-header{min-height:0;margin:0}.resolution-view .workspace-header h1{font-size:28px}.resolution-view .workspace-header>div>p:last-child{margin-top:6px;font-size:10px}.resolution-view .workspace-note{min-height:30px;font-size:9px}.game-library-shell{height:260px}.game-library-heading{padding:10px 12px 7px}.game-library-heading h2{font-size:15px}.game-library-viewport{height:210px;padding:0 12px 10px}.game-library-grid{height:100%;align-items:stretch}.game-library-card{flex-basis:calc((100% - 30px)/4);min-width:0;aspect-ratio:1/.98}.game-library-card-copy strong{font-size:11px}.game-library-card-mark{top:8px;left:8px}.game-library-card-state{top:8px;right:8px}.game-resolution-overview{height:100%;margin:0}.game-resolution-overview>header{min-height:60px;padding:9px 12px}.game-overview-icon{width:34px;height:34px;flex-basis:34px;font-size:15px}.game-resolution-overview h2{font-size:16px}.game-resolution-overview header p{margin-top:3px;font-size:9px}.game-profile-saved{padding:4px 6px;font-size:8px}.game-mode-controls{gap:7px;padding:8px 12px 6px}.game-mode-controls select{height:32px;padding:0 7px;font-size:10px}.game-stretch-toggle{grid-template-columns:24px minmax(0,1fr) 26px;gap:7px;margin:0 12px 6px;padding:5px 7px}.game-stretch-toggle::before{width:15px;height:15px}.game-stretch-toggle strong{font-size:9px}.game-stretch-toggle small{font-size:8px}.game-stretch-toggle>i{width:25px;height:14px}.game-stretch-toggle>i::after{top:3px;left:3px;width:8px;height:8px}.game-stretch-toggle:has(input:checked)>i::after{transform:translateX(11px)}.game-about{margin:0 12px 6px;padding:5px 7px}.game-about small{font-size:8px}.game-mode-hint{display:none}.game-resolution-overview footer{padding:7px 12px;font-size:9px}.game-resolution-overview footer .button{min-height:30px;font-size:10px}}

/* Resolution is two full scenes: library first, then the selected game's page. */
@media (min-width:700px){.resolution-view{position:relative;width:min(771px,100%);height:584px;max-height:calc(100vh - 112px);display:block;overflow:hidden}.resolution-view>.workspace-header{height:64px;display:flex;margin:0;padding:0 2px}.resolution-view>.workspace-header h1{font-size:27px}.resolution-view>.game-library-shell{height:calc(100% - 72px);margin-top:8px}.game-library-shell{display:grid;grid-template-rows:49px minmax(0,1fr);border-radius:12px}.game-library-heading{padding:12px 15px 8px}.game-library-viewport{height:auto;min-height:0;padding:0 15px 15px}.game-library-grid{height:100%;align-items:stretch}.game-library-card{flex-basis:calc((100% - 20px)/3);min-width:0;min-height:0;aspect-ratio:auto;border-radius:10px}.game-library-card-copy{gap:5px}.game-library-card-copy strong{font-size:13px}.game-library-card-copy small{font-size:10px}.game-library-card-mark{width:35px;height:35px;font-size:15px}.resolution-view.is-game-open>.workspace-header,.resolution-view.is-game-open>.game-library-shell{display:none}.resolution-view.is-game-open>.game-resolution-overview{position:absolute;inset:0;z-index:8;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line-strong);border-radius:12px;background:linear-gradient(125deg,rgba(12,12,13,.94),rgba(18,17,18,.87));box-shadow:0 22px 52px rgba(0,0,0,.38)}.resolution-view.is-game-open>.game-resolution-overview::before{position:absolute;z-index:-1;inset:-28px;background-image:linear-gradient(90deg,rgba(9,9,10,.95),rgba(9,9,10,.72)),var(--game-cover);background-position:center;background-size:cover;filter:blur(18px) saturate(1.12);opacity:.72;content:""}.resolution-view.is-game-open .game-resolution-overview>header{display:grid;grid-template-columns:auto 42px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:102px;padding:17px 19px;border-bottom:1px solid rgba(255,255,255,.12);background:linear-gradient(90deg,rgba(8,8,9,.44),transparent)}.game-detail-back{height:31px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:rgba(9,9,10,.48);color:#e4dfd8;font-size:10px}.game-detail-back:hover{border-color:var(--accent);color:var(--accent-bright);transform:translateX(-2px)}.resolution-view.is-game-open .game-overview-icon{width:42px;height:42px;flex-basis:auto;border-color:rgba(255,255,255,.28);background:rgba(0,0,0,.28)}.resolution-view.is-game-open .game-overview-icon+div{min-width:0}.resolution-view.is-game-open .game-resolution-overview h2{margin:4px 0 0;font-size:25px;font-weight:600;letter-spacing:-.035em}.resolution-view.is-game-open .game-resolution-overview header p{margin:5px 0 0;color:#c6c0b8;font-size:10px}.resolution-view.is-game-open .game-profile-saved{margin-left:0;border-color:rgba(255,255,255,.22);background:rgba(0,0,0,.3);color:#e7e1d9}.resolution-view.is-game-open .game-mode-controls{position:relative;z-index:1;padding:15px 19px 10px}.resolution-view.is-game-open .game-mode-controls label{font-size:10px}.resolution-view.is-game-open .game-mode-controls select{height:37px;background:rgba(10,10,11,.72)}.resolution-view.is-game-open .game-stretch-toggle{position:relative;z-index:1;margin:0 19px 10px;background:rgba(10,10,11,.46);backdrop-filter:blur(8px)}.resolution-view.is-game-open .game-about{position:relative;z-index:1;margin:0 19px 10px;padding:10px 11px;background:rgba(8,8,9,.38);backdrop-filter:blur(8px)}.resolution-view.is-game-open .game-about strong{font-size:11px}.resolution-view.is-game-open .game-about small{overflow:visible;font-size:9px;white-space:normal}.resolution-view.is-game-open .game-mode-hint{display:none}.resolution-view.is-game-open .game-resolution-overview footer{position:relative;z-index:1;display:flex;margin-top:auto;padding:14px 19px;border-top:1px solid rgba(255,255,255,.12);background:rgba(7,7,8,.42);backdrop-filter:blur(8px)}.resolution-view.is-game-open .game-resolution-overview footer .button{min-height:36px}.resolution-view.is-game-open .game-resolution-overview.is-opening{animation:game-scene-in .34s var(--ease) both}@keyframes game-scene-in{from{opacity:0;transform:translateX(20px) scale(.985)}to{opacity:1;transform:none}}}
@media (min-width:700px){.resolution-view.is-game-open>.game-resolution-overview{isolation:isolate}.resolution-view.is-game-open>.game-resolution-overview::before{z-index:0}.resolution-view.is-game-open .game-resolution-overview>header{position:relative;z-index:1}}
@media (min-width:700px){.resolution-view>.workspace-header{display:none}.resolution-view>.game-library-shell{height:100%;margin-top:0}}
/* Game library: covers retain their complete 2:3 artwork and the scene changes without a hard cut. */
@media (min-width:700px){.resolution-view>.game-library-shell{display:grid;grid-template-rows:74px minmax(0,1fr);overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1),visibility 0s linear .42s}.game-library-heading{padding:10px 8px 15px}.game-library-heading h2{font-size:21px}.game-library-heading>div:last-child{gap:7px}.game-library-viewport{position:relative;overflow:hidden;padding:0 7px 8px}.game-library-grid{display:flex;height:100%;align-items:center;gap:14px;padding:0 4px}.game-library-card{flex:0 0 calc((100% - 28px)/3);min-width:0;max-height:365px;aspect-ratio:2/3;align-self:center;opacity:0;transform:translateY(18px) scale(.97);border-color:rgba(255,255,255,.14);border-radius:13px;background:#111;box-shadow:0 16px 32px rgba(0,0,0,.24);transition:opacity .38s cubic-bezier(.22,1,.36,1),transform .38s cubic-bezier(.22,1,.36,1),border-color .25s,box-shadow .25s}.game-library-card.is-visible{opacity:1;transform:translateY(0) scale(1)}.game-library-card:hover{transform:translateY(-8px) scale(1.018)}.game-library-card.is-selected{transform:translateY(-4px) scale(1.01);border-color:var(--game-accent);box-shadow:0 0 0 1px var(--game-accent),0 22px 42px rgba(0,0,0,.43)}.game-library-card-cover{inset:0;z-index:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;filter:saturate(.98) contrast(1.04);transition:opacity .48s ease,transform .6s cubic-bezier(.22,1,.36,1),filter .3s}.game-library-card-cover.is-ready{opacity:.94}.game-library-card:hover .game-library-card-cover{opacity:1;transform:scale(1.035);filter:saturate(1.08) contrast(1.06)}.game-library-card::before{z-index:1;background:linear-gradient(180deg,rgba(5,6,8,.03) 20%,rgba(5,6,8,.08) 43%,rgba(5,6,8,.94) 100%)}.game-library-card::after{z-index:1;opacity:.22}.game-library-card-mark{z-index:2;background:rgba(8,9,10,.5)}.game-library-card-state,.game-library-card-copy{z-index:2}.game-library-card-copy{max-width:100%;padding-right:31px}.game-library-card-copy strong{font-size:12px}.game-library-card-copy small{font-size:10px}.resolution-view.is-game-open>.game-library-shell{display:grid;visibility:hidden;opacity:0;transform:translateX(-38px) scale(.98);pointer-events:none;transition-delay:0s}.resolution-view.is-game-returning>.game-library-shell{display:grid;visibility:visible;opacity:1;transform:none;pointer-events:auto;transition-delay:0s}.resolution-view>.game-resolution-overview:not([hidden]){position:absolute;inset:0;z-index:8;display:flex;flex-direction:column;overflow:hidden;isolation:isolate;border:1px solid var(--line-strong);border-radius:12px;background:linear-gradient(125deg,rgba(12,12,13,.94),rgba(18,17,18,.87));box-shadow:0 22px 52px rgba(0,0,0,.38);opacity:0;transform:translateX(42px) scale(.985);pointer-events:none;transition:opacity .42s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1)}.resolution-view>.game-resolution-overview:not([hidden])::before{position:absolute;z-index:0;inset:-28px;background-image:linear-gradient(90deg,rgba(9,9,10,.95),rgba(9,9,10,.72)),var(--game-cover);background-position:center;background-size:cover;filter:blur(18px) saturate(1.12);opacity:.72;content:""}.resolution-view.is-game-open>.game-resolution-overview:not([hidden]){opacity:1;transform:none;pointer-events:auto}.resolution-view.is-game-returning>.game-resolution-overview:not([hidden]){opacity:0;transform:translateX(42px) scale(.985);pointer-events:none}.resolution-view:is(.is-game-open,.is-game-returning) .game-resolution-overview>header{position:relative;z-index:1}.resolution-view:is(.is-game-open,.is-game-returning) .game-mode-controls,.resolution-view:is(.is-game-open,.is-game-returning) .game-stretch-toggle,.resolution-view:is(.is-game-open,.is-game-returning) .game-about,.resolution-view:is(.is-game-open,.is-game-returning) .game-resolution-overview footer{position:relative;z-index:1}}
/* Reference-layout pass: same hierarchy, scaled to the fixed 771 × 584 workspace. */
@media (min-width:700px){.resolution-view>.game-library-shell{grid-template-rows:68px minmax(0,1fr) 74px 34px;gap:7px}.game-library-heading{align-items:center;padding:5px 8px}.game-library-heading h2{margin:3px 0 0;font-size:19px}.game-library-heading .eyebrow{font-size:9px}.game-library-heading small{white-space:nowrap}.game-library-search{width:184px;height:32px;display:grid;grid-template-columns:15px minmax(0,1fr) auto;align-items:center;gap:7px;padding:0 8px;border:1px solid rgba(255,255,255,.16);border-radius:7px;background:rgba(8,8,9,.44);color:#bbb4ac}.game-library-search i{font-size:11px}.game-library-search input{min-width:0;border:0;outline:0;background:transparent;color:#eee9e2;font:inherit;font-size:10px}.game-library-search input::placeholder{color:#98918a}.game-library-search kbd{padding:2px 4px;border:1px solid rgba(255,255,255,.1);border-radius:3px;background:rgba(255,255,255,.04);color:#aaa39a;font-size:8px}.game-library-viewport{padding:0 5px;overflow:hidden}.game-library-grid{gap:11px;padding:0 8px;align-items:center}.game-library-card{flex-basis:calc((100% - 22px)/3);max-height:none;aspect-ratio:2/3;border-radius:10px}.game-library-card-copy{padding:0 27px 1px 0}.game-library-card-copy strong{font-size:11px;line-height:1.23}.game-library-card-copy small{font-size:9px}.game-library-card-mark{top:8px;left:8px;width:29px;height:29px;font-size:11px}.game-library-card-state{top:8px;right:8px;width:22px;height:22px}.game-library-carousel-nav{position:absolute;z-index:5;inset:0;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.game-library-carousel-nav button{width:30px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.23);border-radius:50%;background:rgba(9,9,10,.72);box-shadow:0 5px 15px rgba(0,0,0,.32);color:#eee7df;pointer-events:auto;transition:border-color .2s,background .2s,transform .2s}.game-library-carousel-nav button:first-child{transform:translateX(-8px)}.game-library-carousel-nav button:last-child{transform:translateX(8px)}.game-library-carousel-nav button:hover{border-color:var(--accent);background:#171311;color:var(--accent);transform:scale(1.08)}.game-library-selection{display:grid;grid-template-columns:58px minmax(0,1.35fr) minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 12px;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:linear-gradient(105deg,rgba(22,22,23,.93),rgba(13,13,14,.88));box-shadow:0 10px 24px rgba(0,0,0,.16)}.game-library-selection-cover{width:52px;height:52px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:7px;background:#171717;color:var(--accent)}.game-library-selection-cover img{width:100%;height:100%;object-fit:cover}.game-library-selection-copy{display:grid;gap:5px;min-width:0}.game-library-selection-copy strong{overflow:hidden;color:#f1ece5;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.game-library-selection-copy span{overflow:hidden;color:#b6afa7;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.game-library-selection-copy b{color:var(--accent);font-size:9px;font-weight:550}.game-library-selection>button{height:33px;display:inline-flex;align-items:center;gap:7px;padding:0 10px;border:1px solid rgba(255,255,255,.18);border-radius:6px;background:rgba(10,10,11,.45);color:#eee8e0;font-size:10px}.game-library-selection>button:not(:disabled):hover{border-color:var(--accent);color:var(--accent)}.game-library-selection>button:disabled{opacity:.45}.game-library-tip{display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid rgba(255,138,18,.17);border-radius:8px;background:linear-gradient(90deg,rgba(255,138,18,.11),rgba(255,138,18,.035));color:#c6beb4;font-size:9px}.game-library-tip>i{color:var(--accent);font-size:12px}.game-library-tip b{color:#f0e8de}.game-library-tip button{margin-left:auto;border:0;background:transparent;color:#d8d0c6;font-size:9px}.game-library-tip button:hover{color:var(--accent)}.resolution-view>.game-resolution-overview:not([hidden]){border:0;border-radius:0;background:linear-gradient(125deg,rgba(12,12,13,.95),rgba(19,17,15,.89));box-shadow:none}.resolution-view:is(.is-game-open,.is-game-returning) .game-resolution-overview>header{grid-template-columns:auto 39px minmax(0,1fr) auto;min-height:78px;padding:10px 13px;gap:9px}.game-detail-back{height:29px;padding:0 8px;font-size:9px}.resolution-view.is-game-open .game-overview-icon{width:37px;height:37px;font-size:14px}.resolution-view.is-game-open .game-resolution-overview h2{font-size:19px}.resolution-view.is-game-open .game-resolution-overview header p{font-size:9px}.game-detail-body{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(210px,.82fr);gap:11px;min-height:0;flex:1;padding:0 13px 9px}.game-detail-settings,.game-detail-side{min-height:0;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:rgba(12,12,13,.54);backdrop-filter:blur(9px)}.game-detail-settings{display:flex;flex-direction:column;overflow:hidden}.resolution-view.is-game-open .game-mode-controls{gap:7px;padding:11px 12px 8px}.resolution-view.is-game-open .game-mode-controls label{font-size:9px}.resolution-view.is-game-open .game-mode-controls select{height:31px;padding:0 7px;font-size:9px}.resolution-view.is-game-open .game-about{margin:0 12px 7px;padding:8px 9px}.resolution-view.is-game-open .game-about strong{font-size:9px}.resolution-view.is-game-open .game-about small{font-size:8px}.resolution-view.is-game-open .game-stretch-toggle{margin:0 12px 9px;padding:7px 8px}.game-detail-side{display:grid;grid-template-rows:103px auto auto 1fr;overflow:hidden}.game-detail-cover{width:100%;height:103px;object-fit:cover;object-position:center;border-bottom:1px solid rgba(255,255,255,.13)}.game-detail-facts,.game-detail-checks{display:grid}.game-detail-facts span,.game-detail-checks span{display:grid;grid-template-columns:17px minmax(0,1fr) auto;align-items:center;gap:5px;min-height:24px;padding:0 9px;border-bottom:1px solid rgba(255,255,255,.09);color:#c0b9b0;font-size:8px}.game-detail-facts i{color:var(--accent)}.game-detail-checks i{color:#76cf6c}.game-detail-facts b,.game-detail-checks b{overflow:hidden;color:#f0eae2;font-size:8px;font-weight:550;text-align:right;text-overflow:ellipsis;white-space:nowrap}.game-detail-recommend{display:grid;grid-template-columns:19px minmax(0,1fr);align-self:end;gap:6px;margin:7px;padding:7px;border:1px solid rgba(255,138,18,.35);border-radius:7px;background:rgba(255,138,18,.09)}.game-detail-recommend>i{color:var(--accent);font-size:12px}.game-detail-recommend span{display:grid;gap:3px}.game-detail-recommend strong{color:var(--accent-bright);font-size:8px}.game-detail-recommend small{color:#c7bdb1;font-size:7px;line-height:1.25}.resolution-view.is-game-open .game-resolution-overview footer{min-height:51px;margin:0;padding:9px 13px}.resolution-view.is-game-open .game-resolution-overview footer .button{min-height:31px;font-size:9px}.resolution-view.is-game-open .game-profile-saved{font-size:8px}}
/* Custom resolution pickers and a full-bleed 771 × 584 Resolution workspace. */
@media (min-width:700px){.dashboard-workspace:has(.resolution-view.is-active){width:100%;height:584px;min-height:584px;padding:0!important;overflow:hidden}.dashboard-workspace:has(.resolution-view.is-active)>.resolution-view{width:100%;height:100%;max-height:none}.game-detail-settings{overflow:visible}.game-mode-controls label{position:relative}.game-native-select{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip-path:inset(50%)!important;pointer-events:none!important;opacity:0!important}.game-select-control{position:relative;width:100%}.game-select-trigger{width:100%;height:32px;display:grid;grid-template-columns:14px minmax(0,1fr) 15px;align-items:center;gap:6px;padding:0 8px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:linear-gradient(145deg,rgba(24,24,25,.96),rgba(11,11,12,.95));box-shadow:inset 0 1px 0 rgba(255,255,255,.035);color:#ece7e0;text-align:left;transition:border-color .18s,box-shadow .18s,background .18s}.game-select-trigger:hover,.game-select-trigger[aria-expanded="true"]{border-color:rgba(255,145,20,.76);background:#191513;box-shadow:0 0 0 3px rgba(255,138,18,.1)}.game-select-trigger:disabled{opacity:.48;cursor:wait}.game-select-trigger>i{color:var(--accent);font-size:9px}.game-select-trigger>span{overflow:hidden;font-size:9px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.game-select-trigger>b{display:grid;place-items:center;color:#aaa39a;font-size:8px;transition:transform .2s}.game-select-trigger[aria-expanded="true"]>b{transform:rotate(180deg);color:var(--accent)}.game-select-menu{position:absolute;z-index:30;top:calc(100% + 5px);right:0;left:0;display:grid;max-height:148px;overflow:auto;padding:4px;border:1px solid rgba(255,145,20,.45);border-radius:7px;background:linear-gradient(145deg,#22201e,#111112);box-shadow:0 16px 30px rgba(0,0,0,.55);scrollbar-width:thin;transform-origin:top;animation:game-select-in .18s cubic-bezier(.22,1,.36,1) both}.game-select-menu[hidden]{display:none}.game-select-menu button{min-height:27px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0 7px;border:0;border-radius:4px;background:transparent;color:#cec7be;font-size:9px;text-align:left}.game-select-menu button:hover{background:rgba(255,138,18,.12);color:#fff}.game-select-menu button.is-selected{background:rgba(255,138,18,.18);color:#fff}.game-select-menu button i{color:var(--accent);font-size:8px}@keyframes game-select-in{from{opacity:0;transform:translateY(-5px) scale(.98)}to{opacity:1;transform:none}}}
@media (min-width:700px){.game-library-shell{position:relative}.game-library-carousel-nav{position:absolute;z-index:12;top:75px;right:0;bottom:122px;left:0;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.game-library-carousel-nav button{box-sizing:border-box;width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;flex:0 0 34px!important;aspect-ratio:1/1!important;padding:0!important;border-radius:50%!important;line-height:1!important}.game-library-carousel-nav button:first-child{transform:translateX(-11px)}.game-library-carousel-nav button:last-child{transform:translateX(11px)}.game-library-carousel-nav button:hover{transform:scale(1.08)!important}}
@media (min-width:700px){.game-detail-body{z-index:20}.game-detail-settings{position:relative;z-index:40;isolation:isolate}.game-mode-controls{position:relative;z-index:80!important;overflow:visible}.game-mode-controls label{z-index:1}.game-mode-controls label:has(.game-select-trigger[aria-expanded="true"]){z-index:100}.game-select-control{z-index:1}.game-select-menu{z-index:200!important}.game-about,.game-stretch-toggle{position:relative;z-index:1!important}}

/* The library opens game profiles directly from their cards; no duplicate
   selection panel or auxiliary tip consumes workspace height. */
@media (min-width:700px){.resolution-view>.game-library-shell{grid-template-rows:68px minmax(0,1fr);gap:7px}}

/* Per-game display profile: a compact, evidence-led readiness panel. */
.game-ready-scan{display:grid;gap:5px;align-self:end;margin:7px;padding:8px;border:1px solid rgba(255,138,18,.3);border-radius:7px;background:linear-gradient(135deg,rgba(255,138,18,.12),rgba(9,9,10,.2));color:#c7bdb1}.game-ready-scan-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.game-ready-scan-heading span{display:flex;align-items:center;gap:5px;color:#f0e8de;font-size:8px;letter-spacing:.08em}.game-ready-scan-heading span i{color:var(--accent)}.game-ready-scan-heading button{display:grid;place-items:center;width:18px;height:18px;border:0;border-radius:4px;background:rgba(255,255,255,.08);color:#d7d0c8;font-size:8px}.game-ready-scan-heading button:hover{background:rgba(255,138,18,.2);color:var(--accent)}.game-ready-scan>small{color:#bdb4aa;font-size:7px;line-height:1.25}.game-ready-rows{display:grid;gap:3px}.game-ready-rows>span{display:grid;grid-template-columns:11px minmax(0,1fr) auto;align-items:center;gap:5px;color:#bdb5aa;font-size:7px}.game-ready-rows i{font-size:8px}.game-ready-rows b{font-weight:550}.game-ready-rows em{overflow:hidden;max-width:100px;color:#e9e2d8;font-size:7px;font-style:normal;text-align:right;text-overflow:ellipsis;white-space:nowrap}.game-ready-rows .is-ready i{color:#70cf78}.game-ready-rows .is-attention i{color:var(--accent)}.game-ready-rows .is-unknown i{color:#a9a29a}.game-ready-rows .is-loading i{color:#aaa39a}@media (min-width:700px){.game-detail-side{grid-template-rows:92px auto auto minmax(112px,1fr)}.game-detail-cover{height:92px}}

/* Feedback is a fixed desktop dialog: the user can write, never resize the UI. */
body.dashboard-page .feedback-modal-card{width:min(468px,calc(100vw - 40px));border-color:rgba(255,255,255,.16)}
body.dashboard-page .feedback-modal-card textarea{height:142px;min-height:142px;max-height:142px;resize:none;line-height:1.45}
body.dashboard-page .feedback-modal-card .account-modal-body{padding:18px 20px 16px}
body.dashboard-page .feedback-modal-card footer{padding:12px 20px}

/* Plain orange login panel — intentionally no artwork, lines, gradient or glow. */
.brand-stage{background:#ff8812!important;border-right:0!important}
.brand-stage::before,.brand-stage .stage-lines,.brand-stage .brand-banner{display:none!important}

/* Familiar dashboard boot sequence. The title bar remains usable and visible. */
body.dashboard-page .boot-screen{inset:50px 0 0;background:radial-gradient(circle at 50% 44%,rgba(255,136,18,.09),transparent 26%),#09090a;opacity:1;visibility:visible;pointer-events:auto}
body.dashboard-page .boot-screen.is-complete{opacity:0;visibility:hidden;pointer-events:none}
body.dashboard-page .boot-screen.is-blocked{background:#120c0a}
body.dashboard-page .boot-content{gap:13px;animation:boot-content-in .28s ease-out both}
body.dashboard-page .boot-logo{width:82px;height:42px}
body.dashboard-page .boot-content p{font-weight:400;-webkit-font-smoothing:auto;text-rendering:auto}
@keyframes boot-content-in{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}

/* 1250 x 950 desktop canvas: enlarge the application itself, never CSS-zoom it. */
@media (min-width:1100px) and (min-height:850px){
  body.dashboard-page .dashboard-workspace{padding:30px 36px 24px}
  body.dashboard-page .dashboard-sidebar{width:78px;padding:18px 12px}
  body.dashboard-page .dashboard-sidebar:hover,body.dashboard-page .dashboard-layout.sidebar-expanded .dashboard-sidebar{width:224px}
  body.dashboard-page .dashboard-nav{gap:14px}
  body.dashboard-page .nav-button{min-height:50px;font-size:14px}
  body.dashboard-page .nav-button i{font-size:18px}
  body.dashboard-page .profile-card{min-height:54px}
  body.dashboard-page .profile-avatar-wrap{width:38px;height:38px;flex-basis:38px}
  body.dashboard-page .workspace-header{min-height:76px;margin-bottom:18px}
  body.dashboard-page .workspace-header h1{font-size:36px}
  body.dashboard-page .workspace-note,body.dashboard-page .workspace-info{min-height:38px;font-size:12px}
}

/* Access pages: one continuous transition between sign in, registration and the control room. */
body:not(.dashboard-page) .app-shell{animation:access-page-enter .42s cubic-bezier(.22,.8,.24,1) both}
body:not(.dashboard-page) .app-header{animation:access-header-enter .42s cubic-bezier(.22,.8,.24,1) both}
body:not(.dashboard-page) .brand-stage{animation:access-orange-enter .5s cubic-bezier(.22,.8,.24,1) both}
body:not(.dashboard-page) .access-content{animation:access-content-enter .48s cubic-bezier(.22,.8,.24,1) .06s both}
body:not(.dashboard-page) .app-shell.page-leaving{pointer-events:none;animation:access-page-leave .36s cubic-bezier(.5,0,.75,.2) forwards}
@keyframes access-page-enter{from{opacity:0}to{opacity:1}}
@keyframes access-header-enter{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
@keyframes access-orange-enter{from{opacity:0;transform:translateX(-18px)}to{opacity:1;transform:none}}
@keyframes access-content-enter{from{opacity:0;transform:translateX(16px)}to{opacity:1;transform:none}}
@keyframes access-page-leave{to{opacity:0;transform:scale(.992)}}

/* Full-size, deliberate access controls and a staggered sign-in flow. */
body:not(.dashboard-page) .access-content{width:min(100%,410px)}
body:not(.dashboard-page) .access-content>*{animation:access-item-enter .42s cubic-bezier(.22,.8,.24,1) both}
body:not(.dashboard-page) .access-content>*:nth-child(1){animation-delay:.08s}
body:not(.dashboard-page) .access-content>*:nth-child(2){animation-delay:.13s}
body:not(.dashboard-page) .access-content>*:nth-child(3){animation-delay:.18s}
body:not(.dashboard-page) .access-content>*:nth-child(4){animation-delay:.23s}
body:not(.dashboard-page) .access-content>*:nth-child(5){animation-delay:.28s}
body:not(.dashboard-page) .access-content .button{width:100%;min-height:50px;border-radius:8px;font-size:14px;font-weight:550;letter-spacing:.005em}
body:not(.dashboard-page) .access-content .button-primary{box-shadow:0 8px 22px rgba(255,136,18,.16)}
body:not(.dashboard-page) .access-content .button-primary:hover{box-shadow:0 10px 28px rgba(255,136,18,.28);transform:translateY(-2px)}
body:not(.dashboard-page) .access-content .button-secondary{background:rgba(255,255,255,.018)}
body:not(.dashboard-page) .access-content .button-secondary:hover{background:rgba(255,138,18,.08);transform:translateY(-2px)}
body:not(.dashboard-page) .access-content .field input{height:48px;font-size:14px;border-radius:8px}
body:not(.dashboard-page) .separator{margin:24px 0 16px;font-size:11px}
body:not(.dashboard-page) .back-link{width:max-content;min-height:34px;display:inline-flex;align-items:center;gap:8px;margin:0 0 20px;padding:0 11px;border:1px solid rgba(255,255,255,.13);border-radius:7px;color:#d8d3cd;font-size:12px;font-weight:500;text-decoration:none;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease}
body:not(.dashboard-page) .back-link:hover{border-color:rgba(255,138,18,.7);background:rgba(255,138,18,.08);color:#ffb14a;transform:translateX(-2px)}
body:not(.dashboard-page) .button.is-busy{cursor:wait;opacity:.82}
body:not(.dashboard-page) .button.is-busy b{animation:access-busy .7s ease-in-out infinite alternate}
@keyframes access-item-enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@keyframes access-busy{to{transform:scale(1.45);opacity:.35}}

/* Optimizer Execution Center -------------------------------------------------
   One fixed workflow for preflight, backup, execution, verification and logs. */
.optimizer-execution[hidden]{display:none!important}
.optimizer-execution{position:fixed;inset:0;z-index:9500;display:grid;place-items:center;padding:22px;font-family:"Segoe UI Variable Text","Segoe UI",Arial,sans-serif}
.optimizer-execution-backdrop{position:absolute;inset:0;background:rgba(3,3,4,.78);backdrop-filter:blur(7px);animation:optimizer-backdrop-in .48s cubic-bezier(.22,.8,.24,1) both}
.optimizer-execution-card{position:relative;width:min(620px,calc(100vw - 44px));max-height:min(650px,calc(100vh - 44px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid #383838;border-radius:9px;background:#141414;box-shadow:0 24px 74px rgba(0,0,0,.62);animation:optimizer-dialog-in .58s cubic-bezier(.16,1,.3,1) both}
.optimizer-execution-card>header{display:grid;grid-template-columns:40px minmax(0,1fr) 34px;align-items:center;gap:12px;padding:16px 18px;border-bottom:1px solid #292929;background:#171717}
.optimizer-execution-card>header h2{margin:2px 0 3px;color:#f5f5f5;font-size:18px;font-weight:580;line-height:1.2}
.optimizer-execution-card>header p:last-child{margin:0;color:#929292;font-size:11px;line-height:1.42}
.optimizer-execution-icon{width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(255,137,18,.55);border-radius:7px;background:rgba(255,137,18,.09);color:#ff8a12;font-size:15px}
.optimizer-sound-toggle{width:36px;height:36px;display:grid;place-items:center;border:1px solid #363636;border-radius:7px;background:#111;color:#777;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease}
.optimizer-sound-toggle:hover,.optimizer-sound-toggle.is-enabled{border-color:rgba(255,137,18,.55);color:#ff9d35;background:rgba(255,137,18,.07)}
.optimizer-execution-body{min-height:0;display:flex;flex-direction:column;gap:12px;padding:16px 18px}
.optimizer-execution-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}
.optimizer-execution-steps span{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;gap:6px;padding:7px 5px;border:1px solid #2c2c2c;border-radius:6px;background:#111;color:#717171;font-size:10px;transition:border-color .48s ease,color .48s ease,background .48s ease,transform .48s cubic-bezier(.16,1,.3,1)}
.optimizer-execution-steps span.is-current{border-color:#b55a00;background:rgba(255,137,18,.09);color:#ff9a2f}
.optimizer-execution-steps span.is-complete{border-color:rgba(62,194,117,.42);background:rgba(62,194,117,.07);color:#62d795}
.optimizer-execution-steps b{overflow:hidden;text-overflow:ellipsis;font-weight:550}
.optimizer-progress{height:4px;overflow:hidden;border-radius:99px;background:#282828}
.optimizer-progress i{display:block;height:100%;border-radius:inherit;background:#ff8710;box-shadow:0 0 12px rgba(255,135,16,.5);transition:width .72s cubic-bezier(.16,1,.3,1)}
.optimizer-execution-summary{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;border:1px solid #303030;border-radius:7px;background:#181818;transition:border-color .45s ease,background .45s ease}
.optimizer-execution-summary>span{width:34px;height:34px;display:grid;place-items:center;border-radius:7px;background:rgba(255,137,18,.1);color:#ff8a12}
.optimizer-execution-summary>span.is-running i{animation:execution-spin .8s linear infinite}
.optimizer-execution-summary>span.is-applied{background:rgba(62,194,117,.1);color:#62d795}
.optimizer-execution-summary>span.is-failed{background:rgba(241,82,82,.1);color:#f26b6b}
.optimizer-execution-summary strong,.optimizer-execution-summary small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.optimizer-execution-summary strong{color:#ededed;font-size:14px;font-weight:580}
.optimizer-execution-summary small{margin-top:3px;color:#919191;font-size:12px}
.optimizer-execution-summary>b{color:#ff9b31;font-size:14px;font-weight:600}
.optimizer-execution-log{min-height:140px;max-height:220px;overflow:auto;padding:4px;border:1px solid #2b2b2b;border-radius:7px;background:#0e0e0f;scrollbar-width:thin;scrollbar-color:#484848 transparent}
.optimizer-log-row{display:grid;grid-template-columns:22px minmax(0,1fr) auto;align-items:start;gap:8px;padding:8px;border-radius:5px;color:#a4a4a4;font-size:11px;animation:optimizer-log-in .42s cubic-bezier(.16,1,.3,1) both}
.optimizer-log-row+.optimizer-log-row{border-top:1px solid #202020}
.optimizer-log-row i{margin-top:2px;color:#7e7e7e;text-align:center}
.optimizer-log-row strong{display:block;color:#dbdbdb;font-size:12px;font-weight:570}
.optimizer-log-row small{display:block;margin-top:2px;color:#7e7e7e;line-height:1.45}
.optimizer-log-row time{color:#626262;font-size:10px;white-space:nowrap}
.optimizer-log-row[data-status="running"] i{color:#ff941f}
.optimizer-log-row[data-status="applied"] i{color:#55ce89}
.optimizer-log-row[data-status="skipped"] i{color:#d2a04e}
.optimizer-log-row[data-status="failed"] i{color:#ef6666}
.optimizer-execution-card>footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 18px;border-top:1px solid #292929;background:#171717}
.optimizer-execution-card>footer>div{display:flex;align-items:center;gap:10px}
.optimizer-execution-card>footer>div:first-child{min-width:0;color:#737373;font-size:11px}
.execution-text-button{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#a6a6a6;font:inherit;cursor:pointer;transition:color .18s ease}
.execution-text-button:hover:not(:disabled){color:#ff9a2b}.execution-text-button:disabled{opacity:.35;cursor:default}
.optimizer-execution-card button[hidden]{display:none!important}
@keyframes optimizer-dialog-in{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}
@keyframes optimizer-backdrop-in{from{opacity:0}to{opacity:1}}
@keyframes optimizer-log-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
@keyframes execution-spin{to{transform:rotate(360deg)}}
@media(max-width:760px){.optimizer-execution{padding:14px}.optimizer-execution-card{width:calc(100vw - 28px);max-height:calc(100vh - 28px)}.optimizer-execution-steps b{display:none}.optimizer-execution-card>footer{align-items:stretch;flex-direction:column}.optimizer-execution-card>footer>div:last-child{justify-content:flex-end}}
@media(prefers-reduced-motion:reduce){.optimizer-execution *{animation-duration:.01ms!important;transition-duration:.01ms!important}}

/* Auth-only window: full-height login without desktop chrome */
body.auth-page{background:#0a0a0b}.auth-shell{grid-template-rows:minmax(0,1fr);height:100vh;min-height:0}.auth-shell .app-main{height:100vh;min-height:0}.auth-shell .brand-stage{isolation:isolate;border-right:1px solid rgba(255,255,255,.12);background:linear-gradient(145deg,#ff6d09 0%,#ff913d 48%,#ffc09f 100%)}.auth-shell .brand-stage::before{z-index:4;inset:0;background:linear-gradient(125deg,rgba(255,255,255,.19),transparent 27%,transparent 66%,rgba(107,24,0,.16)),radial-gradient(circle at 30% 20%,rgba(255,255,255,.3),transparent 34%);mix-blend-mode:soft-light;opacity:1;content:"";pointer-events:none}.auth-shell .brand-stage::after{position:absolute;z-index:5;inset:0;background:linear-gradient(90deg,transparent 72%,rgba(17,8,5,.16)),linear-gradient(180deg,rgba(255,255,255,.05),transparent 25%,rgba(99,25,0,.08));content:"";pointer-events:none}.fluid-scene{position:absolute;z-index:1;inset:-14%;overflow:hidden;background:linear-gradient(145deg,#ff6d0a,#ff944c 52%,#ffc7ab);transform:translateZ(0)}.fluid-blob{position:absolute;display:block;border-radius:44% 56% 63% 37%/47% 42% 58% 53%;filter:blur(24px);will-change:transform,border-radius}.fluid-blob-one{width:78%;height:72%;left:-12%;top:-13%;background:radial-gradient(circle at 35% 32%,#ffd7c1 0 15%,#ffaf78 37%,#ff760d 72%);animation:fluid-one 16s ease-in-out infinite alternate}.fluid-blob-two{width:74%;height:78%;right:-18%;bottom:-20%;background:radial-gradient(circle at 38% 28%,#ffc6a7,#ff934d 44%,#e64f00 82%);animation:fluid-two 19s ease-in-out infinite alternate}.fluid-blob-three{width:62%;height:64%;right:9%;top:4%;background:radial-gradient(circle at 60% 38%,rgba(255,238,227,.92),#ffbd99 36%,rgba(255,111,17,.8) 73%);mix-blend-mode:screen;opacity:.72;animation:fluid-three 22s ease-in-out infinite alternate}.fluid-highlight{position:absolute;width:74%;height:24%;left:12%;top:35%;border-radius:50%;background:linear-gradient(90deg,transparent,rgba(255,247,239,.48),transparent);filter:blur(31px);transform:rotate(-18deg);animation:fluid-shine 12s ease-in-out infinite alternate}.auth-shell .access-stage{background:radial-gradient(520px 360px at 100% 0%,rgba(255,138,18,.065),transparent 72%),#111112}.auth-shell .access-content{animation:auth-content-enter .58s var(--ease) both}.auth-shell.page-leaving .access-content{opacity:0;transform:translateX(14px);transition:opacity .25s ease,transform .25s ease}@keyframes fluid-one{0%{transform:translate(-4%,-3%) rotate(-7deg) scale(1);border-radius:44% 56% 63% 37%/47% 42% 58% 53%}50%{transform:translate(18%,12%) rotate(9deg) scale(1.12);border-radius:61% 39% 42% 58%/38% 63% 37% 62%}100%{transform:translate(5%,27%) rotate(-2deg) scale(.96);border-radius:38% 62% 57% 43%/62% 37% 63% 38%}}@keyframes fluid-two{0%{transform:translate(8%,8%) rotate(3deg) scale(1.08)}55%{transform:translate(-22%,-18%) rotate(-12deg) scale(.94)}100%{transform:translate(-4%,-30%) rotate(8deg) scale(1.12)}}@keyframes fluid-three{0%{transform:translate(4%,-8%) rotate(-8deg) scale(.9)}50%{transform:translate(-25%,24%) rotate(12deg) scale(1.17)}100%{transform:translate(14%,12%) rotate(-3deg) scale(1)}}@keyframes fluid-shine{from{transform:translate(-18%,-20%) rotate(-18deg) scale(.8);opacity:.38}to{transform:translate(20%,65%) rotate(-12deg) scale(1.25);opacity:.8}}@keyframes auth-content-enter{from{opacity:0;transform:translateX(18px)}to{opacity:1;transform:none}}@media(max-width:760px){.auth-shell .app-main{grid-template-columns:1fr}.auth-shell .brand-stage{min-height:31vh;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.auth-shell .access-stage{min-height:69vh;overflow:auto}.auth-shell .access-content{padding:12px 0}}

/* The browser gets the clean auth page; the desktop WebView gets native window chrome. */
.auth-app-header{display:none}
html.native-webview .auth-shell{grid-template-rows:50px minmax(0,1fr)}
html.native-webview .auth-app-header{display:flex;min-height:50px}
html.native-webview .auth-shell .app-main{height:auto;min-height:0}
html.native-webview .auth-app-header .app-title{height:50px}
html.native-webview .auth-app-header .window-controls{height:50px;margin-left:auto}

/* Compact two-step desktop sign in -------------------------------------- */
body.auth-page .auth-shell{background:linear-gradient(110deg,#0e0e0f,#09090a)!important}
body.auth-page .auth-shell .app-main{grid-template-columns:minmax(0,61%) minmax(310px,39%)!important}
body.auth-page .brand-stage{
  border-right:1px solid rgba(255,142,47,.2)!important;
  background:linear-gradient(138deg,#ff4500 0%,#ff6900 27%,#ff870d 57%,#ffab71 82%,#ffd0b5 100%)!important;
  box-shadow:inset -28px 0 60px rgba(76,18,0,.14)!important;
}
body.auth-page .fluid-scene{
  inset:-18%!important;
  background:linear-gradient(138deg,#ff4000 0%,#ff6700 29%,#ff860a 54%,#ff9f51 76%,#ffd2bc 100%)!important;
  background-size:145% 145%!important;
  filter:saturate(1.42) contrast(1.08)!important;
  animation:fluid-base-shift 13s ease-in-out infinite alternate!important;
}
body.auth-page .fluid-blob-one{background:radial-gradient(circle at 33% 30%,#fff1df 0 8%,#ffc084 26%,#ff7100 62%,#de3500 100%)!important;opacity:.98!important}
body.auth-page .fluid-blob-two{background:radial-gradient(circle at 40% 28%,#ffd8bf 0%,#ff9243 35%,#e63b00 76%)!important;opacity:.98!important}
body.auth-page .fluid-blob-three{background:radial-gradient(circle at 58% 38%,rgba(255,249,241,.98),#ffc3a0 30%,rgba(255,82,0,.9) 70%)!important;opacity:.86!important}
body.auth-page .access-stage{
  min-width:0!important;
  padding:30px 34px!important;
  background:linear-gradient(110deg,#0e0e0f,#09090a)!important;
}
body.auth-page .access-content{width:min(100%,326px)!important}
body.auth-page .access-brand{display:flex;align-items:center;gap:13px;margin-bottom:11px}
body.auth-page .access-brand>img{width:46px;height:38px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(255,132,10,.14))}
body.auth-page .access-brand>div{min-width:0;display:grid;gap:3px}
body.auth-page .access-brand small{color:#ff941b;font-size:8px;font-weight:650;letter-spacing:.2em}
body.auth-page .access-brand h1{margin:0!important;color:#f4f0eb;font-size:23px!important;font-weight:570!important;letter-spacing:-.025em!important;white-space:nowrap}
body.auth-page .access-intro{margin:0 0 23px!important;color:#89837d!important;font-size:11px!important}
body.auth-page .access-form{gap:12px!important}
body.auth-page .access-password-step{
  max-height:0;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  transform:translateY(-10px);
  transition:max-height .48s cubic-bezier(.16,1,.3,1),opacity .24s ease .08s,transform .48s cubic-bezier(.16,1,.3,1),visibility 0s linear .48s;
}
body.auth-page .access-form.password-visible .access-password-step{
  max-height:78px;
  opacity:1;
  visibility:visible;
  transform:none;
  transition:max-height .48s cubic-bezier(.16,1,.3,1),opacity .25s ease .08s,transform .48s cubic-bezier(.16,1,.3,1),visibility 0s;
}
body.auth-page .field label{font-size:10px!important;color:#aaa49e!important}
body.auth-page .field input{
  height:45px!important;
  border-color:#383637!important;
  background:#111112!important;
  font-size:12px!important;
}
body.auth-page .field input:focus{border-color:#ff8b12!important;box-shadow:0 0 0 3px rgba(255,139,18,.1)!important}
body.auth-page .form-message{min-height:15px!important;font-size:9px!important}
body.auth-page .access-content .button{min-height:45px!important;font-size:11px!important}
body.auth-page .separator{margin:18px 0 13px!important}
html.native-webview body.auth-page .auth-app-header{
  justify-content:flex-end!important;
  padding:0!important;
  background:linear-gradient(110deg,#0e0e0f,#09090a)!important;
}
html.native-webview body.auth-page .auth-app-header .window-controls,
html.native-webview body.auth-page .auth-app-header .window-controls button{height:50px!important}
@keyframes fluid-base-shift{
  0%{background-position:0% 15%;transform:translate3d(-1.5%,-1%,0) scale(1.025)}
  50%{background-position:58% 48%;transform:translate3d(1%,1.4%,0) scale(1.04)}
  100%{background-position:100% 82%;transform:translate3d(-.5%,2%,0) scale(1.02)}
}
@media(max-width:760px){
  body.auth-page .auth-shell .app-main{grid-template-columns:1fr!important}
  body.auth-page .brand-stage{min-height:28vh!important}
  body.auth-page .access-stage{min-height:72vh!important;padding:26px!important}
}

/* Explorer Forced Uninstall lives inside the dashboard workspace so the task
   keeps its visual context instead of opening a separate native window. */
.dashboard-workspace{position:relative}.explorer-folder-modal{position:absolute;inset:10px;z-index:80;display:grid;place-items:stretch;background:rgba(5,7,12,.72);backdrop-filter:blur(14px);opacity:0;transform:scale(.985) translateY(10px);transition:opacity .18s ease,transform .18s ease}.explorer-folder-modal.is-open{opacity:1;transform:none}.explorer-folder-panel{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border:1px solid rgba(122,174,255,.27);border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#111722 0%,#0b0f17 100%);box-shadow:0 24px 80px rgba(0,0,0,.48);color:#eef4ff}.explorer-folder-header{display:flex;align-items:center;justify-content:space-between;padding:22px 26px 18px;border-bottom:1px solid rgba(145,172,214,.12)}.explorer-folder-eyebrow{display:flex;gap:8px;align-items:center;color:#6eb0ff;font-size:10px;font-weight:800;letter-spacing:.16em}.explorer-folder-header h2{margin:6px 0 0;font-size:23px;letter-spacing:-.03em}.explorer-folder-close,.explorer-folder-cancel{border:1px solid rgba(154,175,206,.18);border-radius:10px;background:rgba(255,255,255,.04);color:#c9d5e7;cursor:pointer}.explorer-folder-close{width:36px;height:36px;font-size:16px}.explorer-folder-body{min-height:0;overflow:auto;padding:18px 26px 24px}.explorer-folder-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:16px;border:1px solid rgba(119,160,218,.15);border-radius:14px;background:rgba(255,255,255,.035)}.explorer-folder-icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;color:#69aeff;background:linear-gradient(145deg,rgba(53,147,255,.28),rgba(37,87,169,.15));font-size:22px}.explorer-folder-hero strong,.explorer-folder-hero small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explorer-folder-hero strong{font-size:15px}.explorer-folder-hero small{margin-top:3px;color:#93a5bf;font-size:11px}.explorer-folder-state{padding:6px 9px;border-radius:999px;background:rgba(100,178,255,.1);color:#8dc4ff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.explorer-drop-zone{width:100%;margin:14px 0;display:flex;gap:12px;align-items:center;padding:14px 16px;border:1px dashed rgba(111,176,255,.38);border-radius:13px;background:rgba(52,117,213,.055);color:#dceaff;text-align:left;cursor:pointer;transition:.18s ease}.explorer-folder-modal.is-dragging .explorer-drop-zone,.explorer-drop-zone:hover{border-color:#70b0ff;background:rgba(62,139,255,.14);transform:translateY(-1px)}.explorer-drop-zone>i{color:#75b8ff;font-size:19px}.explorer-drop-zone strong,.explorer-drop-zone small{display:block}.explorer-drop-zone small{margin-top:3px;color:#91a5c2;font-size:11px}.explorer-scan-modes{display:grid;grid-template-columns:1fr 1fr;gap:11px}.explorer-scan-modes button{display:flex;gap:12px;padding:14px;border:1px solid rgba(144,171,209,.15);border-radius:13px;background:rgba(255,255,255,.025);color:#dce9fa;text-align:left;cursor:pointer;transition:.16s ease}.explorer-scan-modes button:hover,.explorer-scan-modes button.is-selected{border-color:rgba(99,170,255,.7);background:rgba(70,143,255,.13);box-shadow:inset 0 0 0 1px rgba(116,181,255,.13)}.explorer-scan-modes i{margin-top:2px;color:#79b9ff}.explorer-scan-modes strong,.explorer-scan-modes small{display:block}.explorer-scan-modes small{margin-top:4px;color:#94a8c5;font-size:11px;line-height:1.35}.explorer-scan-progress{display:flex;gap:12px;align-items:center;margin-top:14px;padding:13px 15px;border-radius:12px;background:rgba(84,157,255,.1);color:#88beff}.explorer-scan-progress strong,.explorer-scan-progress small{display:block}.explorer-scan-progress small{margin-top:2px;color:#b2c2d8;font-size:11px}.explorer-folder-results{margin-top:14px}.explorer-result-summary{margin:0 0 9px;color:#9bb0cc;font-size:11px}.explorer-result-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:12px}.explorer-result-grid section{min-height:180px;border:1px solid rgba(144,171,209,.13);border-radius:13px;overflow:hidden;background:rgba(0,0,0,.12)}.explorer-result-grid section>header{display:flex;gap:8px;align-items:center;padding:11px 12px;border-bottom:1px solid rgba(144,171,209,.11);font-size:12px;font-weight:700}.explorer-result-grid section>header i{color:#73b4ff}.explorer-result-grid section>header em{margin-left:auto;color:#7186a4;font-size:10px;font-style:normal}.explorer-file-list,.explorer-registry-list{max-height:235px;margin:0;padding:5px 7px;overflow:auto;list-style:none}.explorer-file-list li{display:grid;grid-template-columns:16px minmax(0,1fr) auto;gap:7px;align-items:center;padding:5px;color:#c9d7e9;font-size:11px}.explorer-file-list li i{color:#6daeff}.explorer-file-list li span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explorer-file-list li small,.explorer-registry-list small{color:#8397b3;font-size:10px}.explorer-registry-list li{padding:7px;border-bottom:1px solid rgba(144,171,209,.08)}.explorer-registry-list strong,.explorer-registry-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explorer-registry-list strong{font-size:11px}.explorer-result-grid .is-empty{display:block;padding:14px;color:#7f93ad;font-size:11px}.explorer-folder-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 26px;border-top:1px solid rgba(145,172,214,.12);background:rgba(0,0,0,.15)}.explorer-folder-footer p{margin:0;max-width:390px;color:#8195b1;font-size:11px;line-height:1.45}.explorer-folder-footer>div{display:flex;gap:8px}.explorer-folder-footer button{padding:10px 13px;font:inherit;font-size:12px}.explorer-folder-scan,.explorer-folder-remove{border:0;border-radius:10px;background:linear-gradient(135deg,#3b91ee,#597ff0);color:#fff;cursor:pointer;box-shadow:0 8px 22px rgba(40,113,225,.22)}.explorer-folder-remove{background:linear-gradient(135deg,#366e9f,#4b7fae)}.explorer-folder-footer button:disabled{opacity:.46;cursor:not-allowed}@media(max-width:860px){.explorer-folder-modal{inset:4px}.explorer-folder-body{padding:14px}.explorer-folder-header,.explorer-folder-footer{padding:14px}.explorer-result-grid{grid-template-columns:1fr}.explorer-folder-footer{align-items:flex-start;flex-direction:column}.explorer-folder-footer>div{width:100%;flex-wrap:wrap}.explorer-folder-hero{grid-template-columns:auto minmax(0,1fr)}.explorer-folder-state{grid-column:1/-1;justify-self:start}}

/* Explorer scan follows the compact neutral/orange language of Uninstaller. */
.explorer-folder-modal{inset:0;background:rgba(7,7,8,.58);backdrop-filter:blur(5px);transform:translateY(5px)}.explorer-folder-panel{border-color:var(--line-strong);border-radius:9px;background:#171718;box-shadow:0 16px 42px rgba(0,0,0,.38);color:var(--text)}.explorer-folder-header{min-height:62px;padding:14px 18px;border-color:var(--line)}.explorer-folder-eyebrow{color:var(--accent);font-size:9px;font-weight:600;letter-spacing:.12em}.explorer-folder-header h2{margin:5px 0 0;color:#f1ede6;font-size:19px;font-weight:550;letter-spacing:-.02em}.explorer-folder-close,.explorer-folder-cancel{border-color:var(--line-strong);border-radius:6px;background:#111112;color:var(--muted)}.explorer-folder-close:hover,.explorer-folder-cancel:hover{border-color:rgba(255,138,18,.5);color:var(--accent)}.explorer-folder-body{padding:14px 18px 16px}.explorer-folder-hero{padding:12px;border-color:var(--line);border-radius:7px;background:#111112}.explorer-folder-icon{width:38px;height:38px;border-color:rgba(255,138,18,.45);border-radius:6px;background:rgba(255,138,18,.08);color:var(--accent);font-size:17px}.explorer-folder-hero strong{color:#eee9e2;font-size:13px;font-weight:550}.explorer-folder-hero small{color:var(--muted);font-size:10px}.explorer-folder-state{border:1px solid var(--line-strong);border-radius:5px;background:transparent;color:var(--quiet);font-size:9px;font-weight:550;letter-spacing:.06em}.explorer-drop-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin:10px 0}.explorer-drop-zone{min-height:54px;margin:0;padding:10px 12px;border-color:var(--line-strong);border-radius:7px;background:#101011;color:var(--text)}.explorer-folder-modal.is-dragging .explorer-drop-zone,.explorer-drop-zone:hover{border-color:rgba(255,138,18,.6);background:rgba(255,138,18,.06);transform:none}.explorer-drop-zone>i{color:var(--accent);font-size:16px}.explorer-drop-zone small{color:var(--muted);font-size:10px}.explorer-file-picker{border:1px solid var(--line-strong);border-radius:6px;background:#111112;color:#d7d2ca;font-size:10px;cursor:pointer}.explorer-file-picker:hover{border-color:rgba(255,138,18,.5);color:var(--accent)}.explorer-scan-modes{gap:8px}.explorer-scan-modes button{min-height:70px;padding:11px;border-color:var(--line);border-radius:7px;background:#151516;color:var(--text)}.explorer-scan-modes button:hover,.explorer-scan-modes button.is-selected{border-color:var(--accent);background:rgba(255,138,18,.075);box-shadow:inset 3px 0 0 var(--accent)}.explorer-scan-modes i{color:var(--accent)}.explorer-scan-modes strong{font-size:11px;font-weight:550}.explorer-scan-modes small{color:var(--muted);font-size:9px}.explorer-scan-progress{margin-top:10px;padding:10px 12px;border:1px solid rgba(255,138,18,.25);border-radius:7px;background:rgba(255,138,18,.06);color:var(--accent)}.explorer-scan-progress small{color:var(--muted);font-size:10px}.explorer-folder-results{margin-top:10px}.explorer-result-summary{color:var(--quiet);font-size:10px}.explorer-result-grid{gap:8px}.explorer-result-grid section{border-color:var(--line);border-radius:7px;background:#111112}.explorer-result-grid section>header{padding:9px 10px;border-color:var(--line);font-size:11px;font-weight:550}.explorer-result-grid section>header i{color:var(--accent)}.explorer-file-list,.explorer-registry-list{max-height:205px}.explorer-file-list li{padding:4px;color:#d6d0c8;font-size:10px}.explorer-file-list li i{color:var(--accent)}.explorer-file-list li small,.explorer-registry-list small{color:var(--quiet);font-size:9px}.explorer-registry-list li{border-color:rgba(255,255,255,.055)}.explorer-folder-footer{padding:12px 18px;border-color:var(--line);background:#141415}.explorer-folder-footer p{color:var(--muted);font-size:10px}.explorer-folder-footer button{min-height:34px;padding:0 11px;border-radius:6px}.explorer-folder-scan,.explorer-folder-remove{border:1px solid var(--accent);background:var(--accent);box-shadow:none;color:#211306;font-weight:600}.explorer-folder-remove{border-color:var(--line-strong);background:#242426;color:#e2ddd6}.explorer-folder-remove:not(:disabled):hover{border-color:var(--accent);color:var(--accent)}@media(max-width:860px){.explorer-drop-row{grid-template-columns:1fr}.explorer-file-picker{min-height:34px}.explorer-folder-modal{inset:0}.explorer-folder-body{padding:12px}.explorer-folder-header,.explorer-folder-footer{padding:12px}}

/* Full workspace composition matching the ResoTweak explorer-scan reference. */
.explorer-folder-modal{background:#0b0b0c;backdrop-filter:none;transform:none}.explorer-folder-panel{height:100%;border:0;border-radius:0;background:radial-gradient(circle at 75% 0,rgba(255,138,18,.035),transparent 31%),#0b0b0c;box-shadow:none}.explorer-folder-main{min-height:0;overflow:auto}.explorer-folder-header{display:block;min-height:0;padding:29px 34px 22px;border:0}.explorer-folder-header p{margin:9px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.explorer-folder-body{max-width:1280px;margin:0 auto;padding:0 34px 28px}.explorer-folder-hero{grid-template-columns:74px minmax(0,1fr) 355px;gap:20px;min-height:148px;padding:24px 25px;border-color:#393838;border-radius:10px;background:linear-gradient(145deg,#181818,#131314)}.explorer-folder-icon{width:72px;height:72px;border:0;border-radius:10px;background:rgba(255,138,18,.09);font-size:35px}.explorer-target-copy strong{font-size:20px}.explorer-target-copy small{margin-top:11px;font-size:13px}.explorer-folder-state{display:inline-flex;align-items:center;gap:7px;margin-top:20px;padding:9px 12px;border-color:rgba(60,196,107,.32);border-radius:8px;background:rgba(32,166,78,.13);color:#43ce79;font-size:11px;letter-spacing:0;text-transform:none}.explorer-target-meta{display:grid;grid-template-columns:1fr 1fr;gap:15px 24px;margin:0;padding:4px 0 4px 30px;border-left:1px solid #383838}.explorer-target-meta div{display:flex;gap:10px}.explorer-target-meta dt{color:var(--muted);font-size:11px}.explorer-target-meta dd{margin:0;color:#e5e0d9;font-size:11px;font-weight:550;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.explorer-drop-row{display:block;margin:24px 0}.explorer-drop-zone{min-height:236px;display:grid;place-content:center;justify-items:center;gap:8px;border:1px dashed #676767;border-radius:13px;background:linear-gradient(145deg,#111112,#151516);text-align:center}.explorer-drop-zone>i{font-size:32px;color:#a4a4a4}.explorer-drop-zone strong{font-size:17px;font-weight:550}.explorer-drop-zone small{font-size:12px}.explorer-drop-zone b{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:11px 16px;border:1px solid var(--line-strong);border-radius:7px;background:#171718;color:#e2ddd6;font-size:12px;font-weight:500}.explorer-drop-zone b i{font-size:15px}.explorer-scan-heading{display:flex;align-items:center;gap:8px;margin:0 0 11px;color:#eae5de;font-size:12px;font-weight:550}.explorer-scan-heading button{padding:0;border:0;background:transparent;color:var(--muted);cursor:help}.explorer-scan-modes{gap:20px}.explorer-scan-modes button{position:relative;min-height:100px;align-items:center;padding:20px 58px 20px 28px;border-color:#393838;border-radius:9px;background:linear-gradient(145deg,#191919,#151516)}.explorer-scan-modes button>i{font-size:31px}.explorer-scan-modes strong{font-size:17px}.explorer-scan-modes strong em{display:inline-block;margin-left:8px;padding:5px 8px;border-radius:6px;background:rgba(255,138,18,.1);color:var(--accent);font-size:9px;font-style:normal;font-weight:600;vertical-align:middle}.explorer-scan-modes small{margin-top:9px;font-size:11px}.explorer-scan-modes button.is-selected{border-color:var(--accent);background:linear-gradient(105deg,rgba(255,138,18,.12),#181716);box-shadow:inset 0 0 0 1px rgba(255,138,18,.18)}.explorer-mode-check{position:absolute;right:20px;top:50%;display:grid;place-items:center;width:25px;height:25px;transform:translateY(-50%);border:2px solid #6e6e6e;border-radius:50%;color:#111}.explorer-mode-check i{display:none}.explorer-scan-modes button.is-selected .explorer-mode-check{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 5px #181716}.explorer-safety-note{display:flex;gap:16px;align-items:center;margin-top:20px;padding:18px 23px;border:1px solid #303030;border-radius:9px;background:#171718}.explorer-safety-note>i{font-size:29px;color:#d3d0ca}.explorer-safety-note strong,.explorer-safety-note small{display:block}.explorer-safety-note strong{font-size:12px}.explorer-safety-note small{margin-top:5px;color:var(--muted);font-size:11px}.explorer-folder-footer{min-height:91px;padding:16px 34px;border-top:1px solid #313131;background:#101011}.explorer-folder-footer>.explorer-folder-cancel{min-width:116px;color:#e0dbd4;font-size:13px}.explorer-folder-footer>div{gap:14px}.explorer-folder-footer button{min-height:58px;padding:0 22px;font-size:13px}.explorer-folder-scan{min-width:185px;font-size:14px!important}.explorer-folder-remove{min-width:220px}.explorer-folder-footer p{display:none}@media(max-width:980px){.explorer-folder-hero{grid-template-columns:60px minmax(0,1fr)}.explorer-target-meta{grid-column:1/-1;padding:16px 0 0;border-left:0;border-top:1px solid #383838}.explorer-folder-body,.explorer-folder-header{padding-left:20px;padding-right:20px}.explorer-folder-footer{padding-left:20px;padding-right:20px}}@media(max-width:700px){.explorer-folder-hero{grid-template-columns:1fr}.explorer-folder-icon{width:52px;height:52px}.explorer-scan-modes{grid-template-columns:1fr}.explorer-folder-footer{align-items:center;flex-direction:column}.explorer-folder-footer>div{width:100%}.explorer-folder-footer button{flex:1;min-width:0}.explorer-target-meta{grid-template-columns:1fr}}

/* Fixed compact Explorer Scan — all primary actions remain visible. */
.explorer-folder-modal.is-removing .explorer-folder-panel,.explorer-folder-modal.is-removal-complete .explorer-folder-panel{grid-template-rows:minmax(0,1fr)}
.explorer-folder-modal.is-removing .explorer-folder-main,.explorer-folder-modal.is-removal-complete .explorer-folder-main{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}
.explorer-folder-modal.is-removing .explorer-folder-body,.explorer-folder-modal.is-removal-complete .explorer-folder-body{display:grid;min-height:0;padding:0 24px 18px;place-items:center;overflow:hidden}
.explorer-folder-modal.is-removing .explorer-folder-hero,.explorer-folder-modal.is-removing .explorer-scan-heading,.explorer-folder-modal.is-removing .explorer-scan-modes,.explorer-folder-modal.is-removing .explorer-safety-note,.explorer-folder-modal.is-removing .explorer-scan-progress,.explorer-folder-modal.is-removing .explorer-folder-results,.explorer-folder-modal.is-removal-complete .explorer-folder-hero,.explorer-folder-modal.is-removal-complete .explorer-scan-heading,.explorer-folder-modal.is-removal-complete .explorer-scan-modes,.explorer-folder-modal.is-removal-complete .explorer-safety-note,.explorer-folder-modal.is-removal-complete .explorer-scan-progress,.explorer-folder-modal.is-removal-complete .explorer-folder-results{display:none!important}
.explorer-folder-modal.is-removing .explorer-folder-footer,.explorer-folder-modal.is-removal-complete .explorer-folder-footer{display:none!important}
.explorer-folder-removal-progress,.explorer-folder-removal-complete{width:min(100%,430px);text-align:center}
.explorer-folder-removal-progress{display:grid;justify-items:center;gap:10px;color:#ebe6de}
.explorer-removal-spinner{display:grid;place-items:center;width:62px;height:62px;border:1px solid rgba(255,138,18,.35);border-radius:50%;background:rgba(255,138,18,.08);color:var(--accent);font-size:24px;box-shadow:0 0 0 10px rgba(255,138,18,.03)}
.explorer-folder-removal-progress strong{font-size:17px;font-weight:600}.explorer-folder-removal-progress small{color:var(--muted);font-size:11px}
.explorer-folder-removal-progress>div{display:flex;justify-content:center;gap:9px;margin-top:10px}.explorer-folder-removal-progress>div span{display:flex;align-items:center;gap:5px;color:#75716c;font-size:9px}.explorer-folder-removal-progress>div i{font-size:9px}.explorer-folder-removal-progress>div span.is-complete{color:#62cf88}
.explorer-folder-removal-complete{display:grid;justify-items:center;gap:11px}.explorer-folder-removal-complete>span{display:grid;place-items:center;width:66px;height:66px;border:1px solid rgba(82,207,136,.35);border-radius:50%;background:rgba(67,194,112,.12);color:#65d58d;font-size:29px;box-shadow:0 0 0 11px rgba(67,194,112,.035)}
.explorer-folder-removal-complete h3{margin:4px 0 0;color:#efeae2;font-size:19px;font-weight:600}.explorer-folder-removal-complete p{max-width:360px;margin:0;color:var(--muted);font-size:11px;line-height:1.5}.explorer-folder-dashboard{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;margin-top:7px;padding:0 15px;border:1px solid var(--accent);border-radius:6px;background:var(--accent);color:#241404;font:inherit;font-size:11px;font-weight:650;cursor:pointer}.explorer-folder-dashboard:hover{filter:brightness(1.07)}
.explorer-folder-removal-progress.is-entering,.explorer-folder-removal-complete.is-entering{animation:explorer-removal-scene-in .42s var(--ease) both}
@keyframes explorer-removal-scene-in{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.explorer-folder-removal-progress.is-entering,.explorer-folder-removal-complete.is-entering{animation:none}}
.explorer-folder-modal.is-showing-results .explorer-folder-main{display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}
.explorer-folder-modal.is-showing-results .explorer-folder-body{display:flex;min-height:0;padding:0 24px 15px;overflow:hidden}
.explorer-folder-modal.is-showing-results .explorer-folder-hero,.explorer-folder-modal.is-showing-results .explorer-scan-heading,.explorer-folder-modal.is-showing-results .explorer-scan-modes,.explorer-folder-modal.is-showing-results .explorer-safety-note{display:none}
.explorer-folder-modal.is-showing-results .explorer-folder-results:not([hidden]){display:grid;flex:1;min-height:0;grid-template-rows:auto minmax(0,1fr);margin:0}
.explorer-folder-modal.is-showing-results .explorer-result-summary{padding:4px 0 10px}
.explorer-folder-modal.is-showing-results .explorer-result-grid{min-height:0;overflow:hidden}
.explorer-folder-modal.is-showing-results .explorer-result-grid section{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr)}
.explorer-folder-modal.is-showing-results .explorer-file-list,.explorer-folder-modal.is-showing-results .explorer-registry-list{min-height:0;max-height:none;overflow:auto;scrollbar-width:thin;scrollbar-color:#4c4c4d transparent}
.explorer-folder-modal.is-showing-results .explorer-file-list::-webkit-scrollbar,.explorer-folder-modal.is-showing-results .explorer-registry-list::-webkit-scrollbar{width:5px}
.explorer-folder-modal.is-showing-results .explorer-file-list::-webkit-scrollbar-thumb,.explorer-folder-modal.is-showing-results .explorer-registry-list::-webkit-scrollbar-thumb{border-radius:99px;background:#4c4c4d}
.explorer-folder-modal{display:grid;place-items:center;padding:18px;background:rgba(4,4,5,.72);backdrop-filter:blur(6px);opacity:0;transform:scale(.985);transition:opacity .18s var(--ease),transform .18s var(--ease)}.explorer-folder-modal.is-open{opacity:1;transform:none}.explorer-folder-panel{width:771px;height:584px;max-width:100%;max-height:100%;grid-template-rows:minmax(0,1fr) 72px;border:1px solid #353535;border-radius:10px;background:radial-gradient(circle at 78% 0,rgba(255,138,18,.045),transparent 34%),#101011;box-shadow:0 24px 80px rgba(0,0,0,.54);overflow:hidden}.explorer-folder-main{overflow:auto}.explorer-folder-header{padding:20px 24px 13px}.explorer-folder-header h2{font-size:21px}.explorer-folder-header p{margin-top:6px;font-size:11px}.explorer-folder-body{padding:0 24px 15px}.explorer-folder-hero{grid-template-columns:50px minmax(0,1fr) 235px;gap:14px;min-height:101px;padding:15px 16px;border-radius:8px}.explorer-folder-icon{width:50px;height:50px;font-size:25px}.explorer-target-copy strong{font-size:15px}.explorer-target-copy small{margin-top:6px;font-size:10px}.explorer-folder-state{margin-top:10px;padding:6px 8px;font-size:9px}.explorer-target-meta{gap:9px 12px;padding-left:17px}.explorer-target-meta div{gap:6px}.explorer-target-meta dt,.explorer-target-meta dd{font-size:9px}.explorer-scan-heading{margin:15px 0 7px;font-size:10px}.explorer-scan-modes{gap:10px}.explorer-scan-modes button{min-height:76px;padding:12px 38px 12px 16px;border-radius:7px}.explorer-scan-modes button>i{font-size:23px}.explorer-scan-modes strong{font-size:13px}.explorer-scan-modes strong em{margin-left:5px;padding:3px 5px;font-size:8px}.explorer-scan-modes small{margin-top:5px;font-size:9px}.explorer-mode-check{right:12px;width:19px;height:19px}.explorer-scan-modes button.is-selected .explorer-mode-check{box-shadow:inset 0 0 0 4px #181716}.explorer-safety-note{gap:11px;margin-top:12px;padding:11px 14px;border-radius:7px}.explorer-safety-note>i{font-size:21px}.explorer-safety-note strong{font-size:10px}.explorer-safety-note small{margin-top:3px;font-size:9px}.explorer-scan-progress{margin-top:10px}.explorer-folder-results{margin-top:10px}.explorer-result-grid{grid-template-columns:1fr 1fr}.explorer-file-list,.explorer-registry-list{max-height:120px}.explorer-folder-footer{min-height:72px;padding:10px 16px;border-top-color:#353535}.explorer-folder-footer>.explorer-folder-cancel{min-width:92px;font-size:11px}.explorer-folder-footer>div{gap:8px}.explorer-folder-footer button{min-height:43px;padding:0 13px;font-size:11px}.explorer-folder-scan{min-width:143px;font-size:12px!important}.explorer-folder-remove{min-width:166px}@media(max-width:800px){.explorer-folder-modal{padding:8px}.explorer-folder-panel{width:100%;height:min(584px,100%)}.explorer-folder-hero{grid-template-columns:44px minmax(0,1fr)}.explorer-target-meta{grid-column:1/-1;grid-template-columns:1fr 1fr;padding:9px 0 0;border-left:0;border-top:1px solid #383838}}

/* A deliberate scan cadence keeps native results from snapping into view. */
.explorer-scan-progress:not([hidden]){animation:explorer-scan-progress-in .28s var(--ease) both}
.explorer-scan-progress.is-active>i{animation:explorer-scan-spinner .9s linear infinite}
.explorer-folder-results.is-entering{animation:explorer-scan-results-in .4s var(--ease) both}
@keyframes explorer-scan-progress-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes explorer-scan-spinner{to{transform:rotate(360deg)}}
@keyframes explorer-scan-results-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.explorer-scan-progress:not([hidden]),.explorer-folder-results.is-entering{animation:none}.explorer-scan-progress.is-active>i{animation:none}}

/* Control room and Startup Manager */
@media(max-width:980px){.startup-header{align-items:center!important;flex-direction:row!important;padding:14px!important}.startup-header p{display:none!important}.startup-header-actions{justify-content:flex-end!important}.startup-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:599px){.startup-entry-grid{grid-template-columns:1fr!important}.startup-heading-line h1{font-size:18px}.startup-heading-line>span{display:none}}
.startup-item{min-width:0;min-height:62px;display:grid;grid-template-columns:30px minmax(0,1fr) auto auto;align-items:center;gap:9px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(145deg,#19191a,#121213);color:var(--text);text-align:left;animation:startup-item-in .22s var(--ease) both;transition:border-color .16s,background .16s,transform .16s}.startup-item:hover{border-color:rgba(255,138,18,.5);background:#1b1917;transform:translateY(-1px)}.startup-item.is-selected{border-color:rgba(255,138,18,.8);background:linear-gradient(90deg,rgba(255,138,18,.14),rgba(255,138,18,.035));box-shadow:inset 3px 0 0 var(--accent)}.startup-item>i{display:grid;place-items:center;width:29px;height:29px;border:1px solid rgba(255,138,18,.28);border-radius:7px;background:rgba(255,138,18,.08);color:var(--accent);font-size:11px}.startup-item-title{min-width:0}.startup-item-title strong,.startup-item-title small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.startup-item-title strong{font-size:11px;font-weight:600}.startup-item-title small{margin-top:3px;color:#918a82;font-size:9px}.startup-item-meta{display:grid;justify-items:end;gap:4px;min-width:0}.startup-item-meta .startup-impact{border:0;background:transparent;padding:0;font-size:9px}.startup-item-meta .startup-type{max-width:86px;overflow:hidden;color:#817a72;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.startup-action-dock{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border-top:1px solid var(--line);background:linear-gradient(90deg,#151516,#111112)}.startup-selection{display:flex;align-items:center;gap:9px;min-width:0}.startup-selection>i{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border:1px solid var(--line-strong);border-radius:7px;color:#827a72}.startup-selection.has-selection>i{border-color:rgba(255,138,18,.4);background:rgba(255,138,18,.08);color:var(--accent)}.startup-selection span{min-width:0}.startup-selection strong,.startup-selection small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.startup-selection strong{font-size:10px;font-weight:600}.startup-selection small{max-width:280px;margin-top:3px;color:#8e877f;font-size:9px}.startup-dock-actions{display:grid;grid-template-columns:1.24fr .95fr .9fr .9fr;gap:5px;flex:0 0 326px}.startup-dock-actions button{min-height:31px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 7px;border:1px solid var(--line-strong);border-radius:6px;background:#1a1a1b;color:#aea79f;font-size:9px;white-space:nowrap}.startup-dock-actions button:hover:not(:disabled){border-color:rgba(255,138,18,.58);color:#f3ede5}.startup-dock-actions button.is-active{border-color:rgba(110,214,160,.35);background:rgba(110,214,160,.08);color:#8de1b1}.startup-dock-actions button.is-active.is-danger{border-color:rgba(235,109,104,.38);background:rgba(235,109,104,.08);color:#ef938d}.startup-dock-actions button.is-active.is-delay{border-color:rgba(255,138,18,.42);background:rgba(255,138,18,.08);color:#ffad4b}.startup-dock-actions button:disabled{opacity:.38;cursor:not-allowed}@keyframes startup-item-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media(max-width:760px){.startup-action-dock{align-items:stretch;flex-direction:column}.startup-dock-actions{width:100%;flex-basis:auto}.startup-selection small{max-width:none}}@media(max-height:650px){.startup-manager-view.is-active .startup-item{min-height:54px;padding:7px 8px;gap:7px}.startup-manager-view.is-active .startup-item-title strong{font-size:10px}.startup-manager-view.is-active .startup-item-title small{font-size:8px}.startup-manager-view.is-active .startup-action-dock{flex:0 0 auto;padding:8px 10px}.startup-manager-view.is-active .startup-selection>i{width:24px;height:24px;flex-basis:24px}.startup-manager-view.is-active .startup-selection small{max-width:190px}.startup-manager-view.is-active .startup-dock-actions{flex-basis:296px}.startup-manager-view.is-active .startup-dock-actions button{min-height:28px;padding:0 4px;font-size:8px}}
@media(max-height:650px){.dashboard-workspace:has(.startup-manager-view.is-active){padding:10px 12px!important;overflow:hidden}.startup-manager-view.is-active{height:100%;min-height:0;display:flex}.startup-manager-view.is-active .startup-shell{height:100%;min-height:0;display:flex;flex:1;flex-direction:column}.startup-manager-view.is-active .startup-header{flex:0 0 auto;padding:12px 14px}.startup-manager-view.is-active .startup-header p{display:none}.startup-manager-view.is-active .startup-heading-line h1{font-size:19px}.startup-manager-view.is-active .startup-tabs{flex:0 0 auto;padding:7px 10px}.startup-manager-view.is-active .startup-tabs button{min-height:27px;padding:0 8px;font-size:9px}.startup-manager-view.is-active .startup-guidance{display:none}.startup-manager-view.is-active .startup-content{display:flex;flex:1;flex-direction:column;min-height:0;margin:9px 10px!important}.startup-manager-view.is-active .startup-content>header{flex:0 0 35px;min-height:35px}.startup-manager-view.is-active .startup-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))!important;flex:1;min-height:0;overflow-y:auto!important;align-content:start;padding:7px!important;scrollbar-width:thin;scrollbar-color:#b96a22 #121213}.startup-manager-view.is-active .startup-entry-grid::-webkit-scrollbar{width:10px}.startup-manager-view.is-active .startup-entry-grid::-webkit-scrollbar-track{background:#121213}.startup-manager-view.is-active .startup-entry-grid::-webkit-scrollbar-thumb{border:3px solid #121213;border-radius:999px;background:linear-gradient(#f19138,#a94d16)}.startup-manager-view.is-active .startup-card>header{padding:9px 10px 8px}.startup-manager-view.is-active .startup-card-icon{width:27px;height:27px;flex-basis:27px}.startup-manager-view.is-active .startup-card-meta{gap:6px;padding:8px 10px}.startup-manager-view.is-active .startup-card>footer{padding:7px 8px}.startup-manager-view.is-active .startup-card-actions{gap:3px}.startup-manager-view.is-active .startup-card-actions button{min-height:26px;padding:0 3px;font-size:8px}.startup-manager-view.is-active .startup-footer{flex:0 0 auto;padding:8px 12px}.startup-manager-view.is-active .startup-footer>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}}
@media(max-width:420px){.startup-card-actions button span{display:none}.startup-card-actions{grid-template-columns:repeat(4,1fr)}.startup-card-actions button{padding:0}}
.startup-card-actions button.is-active.is-danger{border-color:rgba(235,109,104,.38);background:rgba(235,109,104,.08);color:#ef938d}.startup-card-actions button.is-active.is-delay{border-color:rgba(255,138,18,.42);background:rgba(255,138,18,.08);color:#ffad4b}
.startup-shell{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:linear-gradient(145deg,#171718,#101011);box-shadow:0 14px 32px rgba(0,0,0,.15)}.startup-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 21px 17px;border-bottom:1px solid var(--line)}.startup-heading-line{display:flex;align-items:center;gap:9px}.startup-heading-line>i{color:var(--accent);font-size:16px}.startup-heading-line h1{margin:0;color:#f2eee8;font-size:23px;font-weight:550;letter-spacing:-.035em}.startup-heading-line>span{padding:4px 7px;border:1px solid var(--line-strong);border-radius:999px;color:#978f87;font-size:9px;font-weight:700;letter-spacing:.04em}.startup-header p{margin:8px 0 0;color:#989189;font-size:11px}.startup-header-actions{display:flex;align-items:center;gap:8px}.startup-search{width:212px;min-height:35px;display:flex;align-items:center;gap:8px;padding:0 9px;border:1px solid var(--line-strong);border-radius:7px;background:#101011;color:#7c756e}.startup-search:focus-within{border-color:rgba(255,138,18,.58);box-shadow:0 0 0 3px rgba(255,138,18,.07)}.startup-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:11px}.startup-search button,.startup-refresh{display:grid;place-items:center;border:0;background:transparent;color:#888078;cursor:pointer}.startup-search button:hover,.startup-refresh:hover{color:var(--accent)}.startup-refresh{width:35px;height:35px;border:1px solid var(--line-strong);border-radius:7px;background:#151516}.startup-tabs{display:flex;gap:7px;padding:11px 15px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.012)}.startup-tabs button{min-height:30px;display:flex;align-items:center;gap:6px;padding:0 10px;border:1px solid transparent;border-radius:6px;background:transparent;color:#9e978f;font-size:10px;font-weight:600}.startup-tabs button:hover{background:rgba(255,255,255,.045);color:#ece7df}.startup-tabs button.is-selected{border-color:rgba(255,138,18,.62);background:rgba(255,138,18,.09);color:#ffad48;box-shadow:inset 0 0 0 1px rgba(255,138,18,.08)}.startup-guidance{display:flex;gap:10px;align-items:flex-start;margin:14px 15px;padding:12px;border:1px solid rgba(255,138,18,.2);border-radius:8px;background:linear-gradient(90deg,rgba(255,138,18,.08),rgba(255,255,255,.015))}.startup-guidance>span{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border:1px solid rgba(255,138,18,.32);border-radius:7px;color:var(--accent)}.startup-guidance strong,.startup-guidance small{display:block}.startup-guidance strong{color:#eae4dc;font-size:11px}.startup-guidance small{margin-top:3px;color:#9c958d;font-size:10px;line-height:1.4}.startup-content{margin:0 15px 15px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#121213}.startup-content>header{display:flex;align-items:center;justify-content:space-between;min-height:43px;padding:0 13px;border-bottom:1px solid var(--line);background:#161617}.startup-content>header>span{display:flex;align-items:center;gap:7px}.startup-content>header span>i{color:var(--accent);font-size:11px}.startup-content>header strong{font-size:11px;font-weight:600}.startup-content>header small{padding:3px 6px;border-radius:999px;background:rgba(255,255,255,.06);color:#938c84;font-size:9px}.startup-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:9px}.startup-card{overflow:hidden;border:1px solid var(--line);border-radius:8px;background:linear-gradient(145deg,#19191a,#121213);animation:startup-card-in .25s var(--ease) both;transition:border-color .16s,transform .16s,background .16s}.startup-card:hover{border-color:rgba(255,138,18,.45);background:#1b1917;transform:translateY(-1px)}.startup-card>header{display:flex;align-items:center;gap:9px;padding:12px 12px 10px;border-bottom:1px solid rgba(255,255,255,.055)}.startup-card-icon{display:grid;place-items:center;width:31px;height:31px;flex:0 0 31px;border:1px solid rgba(255,138,18,.27);border-radius:7px;background:rgba(255,138,18,.08);color:var(--accent);font-size:12px}.startup-card-title{min-width:0;flex:1}.startup-card-title strong,.startup-card-title small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.startup-card-title strong{font-size:12px;font-weight:600}.startup-card-title small{margin-top:3px;color:#918a82;font-size:9px}.startup-state{padding:4px 6px;border:1px solid var(--line-strong);border-radius:999px;color:#aaa299;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.startup-state.enabled{border-color:rgba(110,214,160,.27);background:rgba(110,214,160,.07);color:#8de1b1}.startup-state.delayed{border-color:rgba(255,138,18,.32);background:rgba(255,138,18,.08);color:#ffad4b}.startup-state.disabled{border-color:rgba(235,109,104,.28);background:rgba(235,109,104,.07);color:#ef938d}.startup-card-meta{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:11px 12px}.startup-card-meta span{min-width:0}.startup-card-meta small,.startup-card-meta strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.startup-card-meta small{color:#777169;font-size:8px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.startup-card-meta strong{margin-top:4px;color:#d8d2ca;font-size:10px;font-weight:500}.startup-card-meta .startup-impact.high{color:#ef938d}.startup-card-meta .startup-impact.medium{color:#ffad4b}.startup-card-meta .startup-impact.low{color:#8de1b1}.startup-card>footer{padding:9px 10px;border-top:1px solid rgba(255,255,255,.055);background:rgba(0,0,0,.12)}.startup-card-actions{display:grid;grid-template-columns:1.24fr .95fr 1fr 1fr;gap:5px}.startup-card-actions button{min-width:0;min-height:29px;display:flex;align-items:center;justify-content:center;gap:5px;padding:0 6px;border:1px solid var(--line-strong);border-radius:5px;background:#151516;color:#aea79f;font-size:9px;white-space:nowrap}.startup-card-actions button:hover:not(:disabled){border-color:rgba(255,138,18,.56);color:#f4eee6}.startup-card-actions button.is-active{border-color:rgba(110,214,160,.35);background:rgba(110,214,160,.08);color:#8de1b1}.startup-card-actions button:disabled{opacity:.38;cursor:not-allowed}.startup-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-top:1px solid var(--line);background:#141415;color:#8e877f;font-size:10px}.startup-footer>span{display:flex;align-items:center;gap:7px}.startup-footer>span>i{color:var(--accent)}.startup-footer-help{border:0;background:transparent;color:#c4bdb5;font:inherit;font-size:10px;cursor:pointer}.startup-footer-help:hover{color:var(--accent)}@keyframes startup-card-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media(max-width:980px){.startup-entry-grid{grid-template-columns:1fr}.startup-header{align-items:stretch;flex-direction:column}.startup-header-actions{justify-content:space-between}.startup-search{width:min(100%,320px)}}@media(max-width:600px){.startup-header{padding:16px}.startup-tabs{overflow:auto}.startup-tabs button{flex:0 0 auto}.startup-guidance,.startup-content{margin-left:10px;margin-right:10px}.startup-footer{align-items:flex-start;flex-direction:column}.startup-card-actions{grid-template-columns:1.2fr 1fr 1fr 1fr}.startup-card-actions button span{font-size:8px}}
.smart-recommendation-why{display:none;margin-top:7px;color:#c2bbb2;font-size:10px;font-style:normal;line-height:1.45}.smart-recommendation.is-expanded .smart-recommendation-why{display:block}.startup-manager-note{display:flex;gap:11px;align-items:flex-start;margin:0 0 12px;padding:13px 15px;border:1px solid rgba(110,214,160,.19);border-radius:10px;background:rgba(110,214,160,.045)}.startup-manager-note>i{margin-top:2px;color:#8de2b3}.startup-manager-note strong,.startup-manager-note small{display:block}.startup-manager-note strong{font-size:12px}.startup-manager-note small{margin-top:3px;color:#9b948c;font-size:10px;line-height:1.4}
.command-center-view .workspace-header{margin-bottom:20px}.command-center-view .workspace-header>div>p:last-child,.startup-view .workspace-header>div>p:last-child{margin:9px 0 0;color:var(--muted);font-size:12px}.command-center-refresh{cursor:pointer}.command-center-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:25px 27px;border:1px solid rgba(255,145,20,.28);border-radius:13px;background:radial-gradient(circle at 88% 12%,rgba(255,138,18,.16),transparent 29%),linear-gradient(135deg,#1b1712,#121314);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.command-center-hero h2{margin:6px 0 0;font-size:28px;letter-spacing:-.04em}.command-center-hero p:not(.eyebrow){margin:7px 0 0;color:#aaa39a;font-size:12px}.command-center-hero>span{display:flex;align-items:center;gap:8px;padding:8px 10px;border:1px solid rgba(255,145,20,.3);border-radius:999px;background:rgba(255,138,18,.08);color:#e6ddd4;font-size:11px}.command-center-hero>span i{color:var(--accent)}.command-center-hero>span b{color:#ffab48}.command-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.command-metrics article{position:relative;min-width:0;overflow:hidden;padding:15px;border:1px solid var(--line);border-radius:10px;background:linear-gradient(145deg,#181819,#111112)}.command-metrics article>i{color:var(--accent);font-size:14px}.command-metrics span,.command-metrics small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.command-metrics span{margin-top:13px;color:#aaa39a;font-size:9px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.command-metrics strong{display:block;margin:4px 0 2px;color:#f3eee7;font-size:17px;font-weight:600}.command-metrics small{color:#77736d;font-size:10px}.command-center-grid{display:grid;grid-template-columns:1.28fr .72fr;gap:12px;margin-top:12px}.recommendation-panel,.insights-panel,.startup-table-shell,.startup-manager-intro{border:1px solid var(--line);border-radius:11px;background:linear-gradient(145deg,#171718,#101011)}.recommendation-panel>header,.insights-panel>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 19px 13px;border-bottom:1px solid var(--line)}.recommendation-panel h2,.insights-panel h2{margin:5px 0 0;font-size:18px;font-weight:600;letter-spacing:-.025em}.recommendation-panel>header>span{padding:4px 6px;border:1px solid rgba(110,214,160,.25);border-radius:999px;background:rgba(110,214,160,.07);color:#83dfad;font-size:8px;font-weight:800;letter-spacing:.09em}.smart-recommendation-list{display:grid;padding:7px}.smart-recommendation{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:11px;align-items:center;padding:12px;border-bottom:1px solid rgba(255,255,255,.06)}.smart-recommendation:last-child{border:0}.smart-recommendation>i{display:grid;place-items:center;width:31px;height:31px;border:1px solid rgba(255,145,20,.25);border-radius:8px;background:rgba(255,138,18,.08);color:var(--accent);font-size:12px}.smart-recommendation strong,.smart-recommendation small{display:block}.smart-recommendation strong{font-size:12px}.smart-recommendation small{margin-top:3px;color:#9b948c;font-size:10px;line-height:1.35}.smart-recommendation-actions{display:flex;gap:5px}.smart-recommendation-actions button{min-height:28px;padding:0 8px;border:1px solid var(--line);border-radius:6px;background:#181819;color:#c9c3bb;font-size:9px}.smart-recommendation-actions button:last-child{border-color:rgba(255,145,20,.42);background:rgba(255,138,18,.1);color:#ffad48}.dashboard-loading{margin:0;padding:28px;color:#99928a;font-size:11px;text-align:center}.dashboard-loading i{margin-right:7px;color:var(--accent)}.insight-list{display:grid;padding:11px}.insight-list article{display:flex;align-items:center;gap:10px;padding:10px;border-bottom:1px solid rgba(255,255,255,.06)}.insight-list article:last-child{border:0}.insight-list i{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:rgba(255,138,18,.09);color:var(--accent);font-size:11px}.insight-list strong,.insight-list small{display:block}.insight-list strong{font-size:14px}.insight-list small,.insight-note{color:#89827b;font-size:10px}.insight-note{display:block;padding:0 20px 18px;line-height:1.45}.startup-manager-intro{display:flex;align-items:center;gap:11px;margin-bottom:12px;padding:14px 16px;background:linear-gradient(90deg,rgba(255,138,18,.08),rgba(255,255,255,.015))}.startup-manager-intro>i{color:var(--accent);font-size:18px}.startup-manager-intro strong,.startup-manager-intro small{display:block}.startup-manager-intro strong{font-size:12px}.startup-manager-intro small{margin-top:2px;color:var(--muted);font-size:10px}.startup-table-shell{overflow:hidden}.startup-table-shell>header,.startup-row{display:grid;grid-template-columns:1.05fr .9fr 72px 1fr 100px 194px;gap:10px;align-items:center}.startup-table-shell>header{padding:11px 14px;border-bottom:1px solid var(--line);color:#837c75;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.startup-entry-list{min-height:120px}.startup-row{padding:11px 14px;border-bottom:1px solid rgba(255,255,255,.06);animation:startup-row-in .24s var(--ease) both}.startup-row:last-child{border:0}.startup-app strong,.startup-app small,.startup-publisher,.startup-type,.startup-delay{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.startup-app strong{font-size:12px}.startup-app small,.startup-publisher,.startup-type,.startup-delay{margin-top:3px;color:#9b948c;font-size:10px}.startup-impact{width:max-content;padding:4px 6px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#c8c1b9;font-size:9px;font-weight:700}.startup-impact.high{border-color:rgba(239,112,104,.35);background:rgba(239,112,104,.08);color:#f08d87}.startup-impact.medium{border-color:rgba(255,145,20,.35);background:rgba(255,138,18,.08);color:#ffae4e}.startup-impact.low{border-color:rgba(110,214,160,.25);background:rgba(110,214,160,.06);color:#88dcae}.startup-actions{display:flex;gap:4px}.startup-actions button{height:29px;padding:0 7px;border:1px solid var(--line);border-radius:5px;background:#19191a;color:#cfc8bf;font-size:9px}.startup-actions button:hover{border-color:rgba(255,145,20,.5);color:#fff}.startup-actions button.is-active{border-color:rgba(110,214,160,.36);background:rgba(110,214,160,.08);color:#8de2b3}@keyframes startup-row-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media(max-width:1000px){.command-metrics{grid-template-columns:repeat(3,1fr)}.command-center-grid{grid-template-columns:1fr}.startup-table-shell{overflow:auto}.startup-table-shell>header,.startup-row{min-width:780px}}@media(max-width:620px){.command-center-hero{align-items:flex-start;flex-direction:column;padding:20px}.command-center-hero h2{font-size:23px}.command-metrics{grid-template-columns:1fr 1fr}.command-metrics article:last-child{grid-column:1/-1}.command-center-view .workspace-header,.startup-view .workspace-header{display:block}.command-center-view .workspace-header .workspace-note,.startup-view .workspace-header .workspace-note{margin-top:13px}.startup-table-shell>header,.startup-row{min-width:720px}}
