:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#050505;color:#f8fafc;font-synthesis:none;text-rendering:geometricPrecision;--bg: #050505;--bg-2: #0b0b0d;--panel: #111216;--panel-2: #17191f;--panel-3: #202226;--line: rgba(246, 194, 16, .22);--line-2: rgba(229, 231, 235, .16);--ink: #f8fafc;--muted: #99a8bd;--soft: #dbe7ff;--accent: #f6c210;--accent-2: #d99c00;--accent-soft: #ffe88a;--cyan: #f4d36a;--purple: #9d4dff;--green: #4ade80;--red: #fb5470;--shadow: 0 20px 52px rgba(0, 0, 0, .34)}*{box-sizing:border-box}html{min-height:100%;overflow-y:scroll}body{margin:0;min-width:320px;background:#050505}button,input,textarea{font:inherit}button{border:1px solid var(--line-2);background:linear-gradient(180deg,#1d2b47,#152139);color:var(--ink);min-height:36px;border-radius:8px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;font-weight:800;box-shadow:inset 0 1px #ffffff0d}button:hover{border-color:#f6c21094;color:var(--accent-soft)}button:disabled{opacity:.55;cursor:not-allowed}.primary{background:linear-gradient(135deg,#f6c210,#f4d36a);color:#090c15;border-color:#f6c210c7}.success{background:linear-gradient(135deg,#158b65,#55d890);color:#04120d;border-color:#4ade808c}.danger{background:linear-gradient(135deg,#8e1d38,#fb5470);color:#fff;border-color:#fb54708c}.danger.shutdown-action{background:linear-gradient(135deg,#3f0b16,#b91c1c);border-color:#f87171b3;box-shadow:inset 0 0 0 1px #ffffff0a}.auto-button.active{background:linear-gradient(135deg,#f6c210,#f4d36a);color:#07110d;border-color:#f6c210d1;box-shadow:0 0 0 1px #f6c2102e,0 12px 28px #f6c21024}.auto-button.active svg{fill:currentColor}.link-button{border:1px solid var(--line-2);border-radius:8px;padding:8px 12px;color:var(--soft);text-decoration:none;background:#111a2d;font-weight:900}.link-button:hover{border-color:var(--accent);color:var(--accent)}.app-shell{min-height:100vh;display:grid;grid-template-columns:286px minmax(0,1fr)}.login-shell{min-height:100vh;display:grid;place-items:center;padding:18px}.login-panel{width:min(420px,100%);display:grid;gap:14px;padding:28px;border-radius:12px;border:1px solid rgba(246,194,16,.26);background:linear-gradient(180deg,#17233af5,#090e1bfa);box-shadow:var(--shadow)}.login-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:12px;background:#f6c21024;color:var(--accent)}.login-panel h1{margin:0;font-size:28px}.login-panel p{margin:0;color:var(--muted)}.login-panel form{display:grid;gap:10px}.login-error{color:#ff9aae;font-weight:800}.sidebar{background:linear-gradient(180deg,#0a0e1bfa,#0c1222fa);color:#e5edf7;padding:16px;display:flex;flex-direction:column;gap:18px;position:sticky;top:0;height:100vh;overflow:auto;border-right:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;padding:7px 4px 12px;border-bottom:1px solid var(--line)}.brand svg{color:var(--accent);filter:drop-shadow(0 0 8px rgba(246,194,16,.3))}.brand strong{display:block;font-size:18px}.brand span{color:#9fb0c5;font-size:12px}.brand small{display:block;margin-top:2px;color:var(--accent-soft);font-size:11px;font-weight:800}.side-section{display:grid;gap:8px}.side-title{display:flex;align-items:center;justify-content:space-between;color:#b8c7dd;font-size:12px;text-transform:uppercase;font-weight:950}.side-title button{min-height:30px;padding:0 9px;background:#18243c;color:#e5edf7;border-color:#334154}.sidebar-user-dock{display:flex;align-items:center;gap:6px;margin-top:auto;padding:8px 0;border-top:1px solid var(--line)}.sidebar-user-dock .user-chip{flex:1;display:flex;align-items:center;gap:6px;font-size:12px;color:#94a3b8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-dock .logout-btn{background:none;border:none;color:#ef4444;padding:4px;cursor:pointer;border-radius:4px;display:flex;align-items:center}.sidebar-user-dock .logout-btn:hover{background:#ef444426}.sidebar-status-dock{padding-top:12px;border-top:1px solid var(--line);display:grid;gap:8px}.sidebar-user-dock+.sidebar-status-dock{margin-top:0;border-top:none;padding-top:4px}.sidebar-status-dock .health-chip,.sidebar-status-dock .build-chip{width:100%;max-width:none;min-width:0;min-height:42px}.machine-list,.file-list{display:grid;gap:8px}.machine-row{display:flex;align-items:stretch;gap:8px;min-width:0}.machine-item,.file-item{width:100%;min-height:54px;justify-content:space-between;background:linear-gradient(135deg,#17233a,#111a2d);color:#f8fafc;border-color:#94a3b838;text-align:left}.machine-item{display:flex;align-items:center;gap:8px;padding:0 12px;flex:1 1 auto;min-width:0}.machine-delete-btn{flex:0 0 38px;width:38px;min-width:38px;min-height:54px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:#ffd1d8;background:#8e1d382e;border-color:#fb547057}.machine-delete-btn:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#8e1d38e0,#fb5470c7);border-color:#fb5470b8}.machine-delete-btn:disabled{opacity:.55;cursor:wait}.machine-item span,.file-item span{display:flex;align-items:center;gap:8px;min-width:0;font-weight:900}.machine-item .machine-name{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.machine-badges{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-width:auto}.machine-item svg,.file-item svg{color:var(--accent)}.machine-item.active,.file-item.active{background:linear-gradient(135deg,#f6c21038,#f4d36a29);border-color:#f6c210b8;box-shadow:0 0 0 1px #f6c21014,0 14px 32px #0003}.machine-item b{border-radius:999px;padding:3px 7px;color:var(--accent-soft);background:#f6c21026;border:1px solid rgba(246,194,16,.26);font-size:11px}.machine-item .stale-badge,.machine-item.low-online .online-badge{color:#fecdd3;background:#fb54702e;border-color:#fb54705c}.machine-item .presence-state-badge.delayed{color:#fde68a;background:#f59e0b29;border-color:#f59e0b61}.machine-item .presence-state-badge.stale,.machine-item .presence-state-badge.unknown,.machine-item .online-badge.unknown{color:#fecdd3;background:#fb54702e;border-color:#fb54705c}.machine-item.presence-stale,.machine-item.presence-unknown{border-style:dashed}.machine-item.low-online{background:linear-gradient(135deg,#fb54703d,#7414264d);border-color:#fb5470bd;box-shadow:0 0 0 1px #fb54701f,0 14px 32px #0003}.machine-item.low-online.active{background:linear-gradient(135deg,#fb547057,#f4d36a1f);border-color:#fb5470db}.machine-item.stale{opacity:.78;border-color:#fb547047}.file-item{padding:0 10px}.file-item b{background:#f6c21029;color:var(--accent-soft);padding:3px 8px;border-radius:999px;font-size:12px}.file-item.active b{background:linear-gradient(135deg,var(--accent),var(--cyan));color:#070910}.file-item.mismatch b{background:#fb5470;color:#fff}.files-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(170px,1fr));gap:10px}.file-summary-item{min-height:72px;width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;justify-content:stretch;padding:10px;text-align:left}.file-summary-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:var(--accent);background:#f6c2101f}.file-summary-text{min-width:0;display:grid;gap:3px}.file-summary-text strong{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-summary-text small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-summary-item b{border-radius:999px;padding:4px 8px;color:var(--accent-soft);background:#f6c21024;font-size:12px}.file-summary-item.active{border-color:#f6c210b3;background:linear-gradient(135deg,#f6c21033,#f4d36a1f)}.file-summary-item.active b{background:linear-gradient(135deg,var(--accent),var(--cyan));color:#07110d}.file-summary-item.mismatch b{background:#fb5470;color:#fff}.empty{color:#9fb0c5;padding:10px}.main{padding:18px;display:grid;grid-auto-rows:max-content;align-content:start;gap:16px;min-width:0;background:transparent}.topbar{position:sticky;top:0;z-index:20;align-self:start;display:grid;grid-template-columns:minmax(90px,clamp(110px,16vw,220px)) minmax(0,1fr);align-items:center;gap:14px;height:auto;min-height:64px;max-height:none;overflow:visible;padding:8px 10px;border:1px solid rgba(246,194,16,.18);border-radius:10px;background:linear-gradient(90deg,#0d0e11fa,#090a0cf0);box-shadow:0 12px 36px #0000002e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar>div:first-child{min-width:0;display:grid;gap:3px}h1,h2,p{margin:0}h1{font-size:27px;color:#fff}h2{font-size:17px;color:#fff}.topbar h1{line-height:1.05}.topbar p{line-height:1.15}.topbar h1,.topbar p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar p,.panel-title span,.metric small{color:var(--muted)}.top-actions,.toolbar,.button-grid{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.top-actions{justify-content:flex-end;flex-wrap:wrap;align-content:center;min-width:0;width:100%;min-height:50px;height:auto}.view-tabs{flex:1 1 560px;min-width:0;max-width:100%;display:inline-flex;gap:8px;padding:5px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#080c18b8;min-height:50px;height:auto;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.view-tabs button{flex:0 0 auto;min-width:118px;min-height:40px;padding-inline:16px;border-color:transparent;background:transparent;color:#b8c7dd;box-shadow:none;white-space:nowrap;font-size:13px}.view-tabs button.active{color:#06130d;border-color:#f6c210a8;background:linear-gradient(135deg,var(--accent),var(--cyan))}.home-update-actions{flex:0 1 auto;min-width:0;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.home-update-actions .update-action{min-width:136px;min-height:36px;padding-inline:12px;color:#dbeafe;border-color:#60a5fa5c;background:#1e40af2e}.home-update-actions .update-action:hover{color:#bfdbfe;border-color:#93c5fd85;background:#1e40af47}.home-update-actions .repair-action{color:#fde68a;border-color:#f59e0b6b;background:#b453092e}.home-update-actions .repair-action:hover{color:#fef3c7;border-color:#fbbf249e;background:#b453094d}.build-chip{flex:0 1 190px;min-width:128px;max-width:190px;min-height:36px;display:inline-flex;align-items:center;border:1px solid rgba(246,194,16,.28);border-radius:8px;padding:0 10px;color:var(--accent-soft);background:#f6c21014;font-size:12px;font-weight:900;white-space:nowrap;justify-content:center;overflow:hidden;text-overflow:ellipsis}.health-chip{flex:0 0 auto;min-width:92px;min-height:36px;display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(148,163,184,.24);border-radius:8px;padding:0 10px;font-size:12px;font-weight:950;white-space:nowrap;color:#dbeafe;background:#0f1728bd;justify-content:center}.top-actions>button{flex:0 0 auto;white-space:nowrap}.top-actions>button:last-child{min-width:108px}.settings-toolbar{justify-content:flex-end;align-items:center;max-width:100%;gap:14px}.settings-save-actions,.settings-program-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.settings-program-actions{padding-left:14px;border-left:1px solid rgba(148,163,184,.22)}.settings-toolbar button{min-height:34px;padding:0 11px}.health-chip.ok{color:var(--accent-soft);border-color:#f6c21070;background:#f6c2101a}.health-chip.warn{color:#fef08a;border-color:#f59e0b73;background:#f59e0b1f}.health-chip.bad{color:#ffb4c2;border-color:#fb547073;background:#fb54701f}.metrics{position:sticky;top:76px;z-index:18;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;transition:gap .18s ease,filter .18s ease}.metric,.panel{background:linear-gradient(180deg,#17233af5,#0e1525f5);border:1px solid rgba(246,194,16,.16);border-radius:10px;box-shadow:var(--shadow)}.metric{min-height:86px;padding:14px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;transition:min-height .18s ease,padding .18s ease,gap .18s ease,background .18s ease,box-shadow .18s ease}.metric svg{width:22px;height:22px}.metric-icon{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,#f6c21038,#f4d36a33);color:var(--accent);display:grid;place-items:center}.metric-label{display:flex;align-items:center;gap:6px;color:#b4c0d2;font-size:12px;font-weight:950;text-transform:uppercase;min-height:15px}.metric-loading{width:7px;height:7px;border-radius:999px;background:var(--accent);box-shadow:0 0 #f6c2106b;animation:metric-pulse 1s ease-in-out infinite}.metric strong{display:block;min-width:7ch;min-height:32px;font-size:24px;line-height:32px;margin:2px 0;color:#fff;white-space:nowrap}.metric small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.metric.ok .metric-icon{background:#4ade802b;color:var(--green)}.metric.warn .metric-icon{background:#f6c21024;color:var(--accent)}.metric.bad .metric-icon{background:#fb547029;color:var(--red)}.metrics.compact{gap:8px;filter:drop-shadow(0 12px 22px rgba(0,0,0,.25))}.metrics.compact .metric{min-height:54px;grid-template-columns:34px minmax(0,1fr);gap:8px;padding:8px 10px;border-color:#f6c2102e;background:linear-gradient(180deg,#121316f5,#08090bf5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.metrics.compact .metric-icon{width:34px;height:34px;border-radius:9px}.metrics.compact .metric svg{width:18px;height:18px}.metrics.compact .metric-label{font-size:10px;line-height:12px;min-height:12px}.metrics.compact .metric-loading{width:6px;height:6px}.metrics.compact .metric strong{min-width:0;min-height:22px;font-size:18px;line-height:22px;margin:0}.metrics.compact .metric small{display:none}@keyframes metric-pulse{0%,to{opacity:.45;transform:scale(.85);box-shadow:0 0 #f6c2103d}50%{opacity:1;transform:scale(1);box-shadow:0 0 0 5px #f6c21000}}.panel{padding:14px;min-width:0}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.panel-title>*{min-width:0}.controls .button-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(132px,1fr));align-items:stretch}.controls .button-grid button{width:100%;min-width:0;min-height:42px;justify-content:center;padding-inline:10px;white-space:nowrap}.home-panel{background:linear-gradient(180deg,#121316f5,#090a0cf5)}.home-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.home-summary-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:10px}.home-summary-card{min-height:86px;display:grid;align-content:center;gap:6px;border:1px solid rgba(246,194,16,.18);border-radius:8px;padding:12px;background:linear-gradient(180deg,#141518f5,#0b0c0ef5)}.home-summary-card span{display:flex;align-items:center;gap:7px;color:#c7d2e5;font-size:12px;font-weight:950;text-transform:uppercase}.home-summary-card span svg{color:var(--accent)}.home-summary-card strong{color:#fff;font-size:24px;line-height:1}.home-summary-card small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-summary-card.ok{border-color:#f6c2105c;background:#f6c2101a}.home-summary-card.bad{border-color:#fb547061;background:#fb54701f}.home-summary-card.bad span svg{color:var(--red)}.home-global-settings{grid-column:1 / -1;display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(246,194,16,.18);border-radius:8px;background:linear-gradient(180deg,#141518f5,#0b0c0ef5)}.home-global-settings label{display:flex;align-items:center;gap:6px;color:#c7d2e5;font-size:12px;font-weight:950;text-transform:uppercase;white-space:nowrap}.home-global-settings label svg{color:var(--accent)}.home-global-settings input{flex:1;min-width:0}.home-global-settings button{white-space:nowrap}.home-machine-card{overflow:hidden;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#0c1221db;box-shadow:0 18px 42px #0003}.home-machine-card.active{border-color:#f6c210ad;box-shadow:0 0 0 1px #f6c2102e,0 18px 42px #00000038}.home-machine-card.stale{opacity:.78}.machine-preview{position:relative;aspect-ratio:16 / 9;min-height:134px;overflow:hidden;border-bottom:1px solid rgba(148,163,184,.16);background:#050505}.machine-preview img{width:100%;height:100%;display:block;border:0;object-fit:cover;background:#050914}.machine-preview-empty{height:100%;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);font-weight:900}.machine-preview-empty svg{color:var(--accent)}.machine-preview-empty.ready{color:var(--accent-soft);background:radial-gradient(circle at 50% 40%,rgba(246,194,16,.18),transparent 42%),transparent}.preview-badge{position:absolute;left:8px;bottom:8px;max-width:calc(100% - 16px);min-height:24px;display:inline-flex;align-items:center;border-radius:999px;padding:0 9px;color:var(--accent-soft);font-size:11px;font-weight:950;background:#050914c7;border:1px solid rgba(246,194,16,.28);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.preview-badge.warn{color:#fef08a;border-color:#f59e0b57}.preview-badge.bad{color:#fecdd3;border-color:#fb547057}.machine-card-body{display:grid;gap:12px;padding:12px}.machine-card-head{display:flex;justify-content:space-between;gap:10px}.machine-card-head h3{margin:0 0 3px;color:#fff;font-size:18px}.machine-card-head p{max-width:190px;margin:0;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{align-self:start;min-height:24px;display:inline-flex;align-items:center;border-radius:999px;padding:0 9px;color:#fef08a;font-size:11px;font-weight:950;background:#f59e0b1f;border:1px solid rgba(245,158,11,.28)}.status-badge.ok{color:var(--accent-soft);background:#f6c2101f;border-color:#f6c21057}.status-badge.bad{color:#fecdd3;background:#fb54701f;border-color:#fb547057}.settings-mode-select{display:inline-flex;align-items:center;gap:8px;margin-top:8px}.settings-mode-select>span{font-size:12px;font-weight:800;color:var(--muted, #94a3b8);white-space:nowrap}.settings-mode-select select{min-width:190px;padding:5px 9px;border-radius:8px;font-size:12px;font-weight:700}.machine-card-badges{display:inline-flex;align-items:start;gap:6px}.mode-badge{align-self:start;min-height:24px;display:inline-flex;align-items:center;border-radius:999px;padding:0 9px;font-size:11px;font-weight:950;color:#bfdbfe;background:#3b82f624;border:1px solid rgba(59,130,246,.36)}.home-stats{display:grid;gap:7px}.stat-line{display:grid;grid-template-columns:54px minmax(0,1fr) minmax(52px,auto);align-items:center;gap:8px;font-size:12px}.stat-line span{color:#cbd7e8;font-weight:900}.stat-line div{height:5px;overflow:hidden;border-radius:999px;background:#94a3b82e}.stat-line i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--accent),var(--cyan))}.stat-line b{color:#fff;font-size:12px;text-align:right;white-space:nowrap}.mini-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.mini-actions button{min-height:38px;padding:0 8px;font-size:12px}.mini-actions .roblox-dl-btn{grid-column:1 / -1}.roblox-dl-status{display:flex;flex-direction:column;gap:4px;padding:6px 10px;border-radius:6px;font-size:11.5px;line-height:1.3}.roblox-dl-info{display:flex;align-items:center;gap:6px}.restart-pc-log{margin-top:4px;max-height:150px;overflow-y:auto;padding:6px 8px;border-radius:5px;background:#00000047;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:10.5px;line-height:1.5;color:var(--muted, #9aa4b2);white-space:pre-wrap;word-break:break-word}.restart-pc-log>div:last-child{color:var(--fg, #e6edf3);font-weight:600}.roblox-dl-info span{overflow:hidden;text-overflow:ellipsis}.roblox-dl-pct{margin-left:auto;font-weight:600;white-space:nowrap}.roblox-dl-progress-bar{height:5px;background:#ffffff1a;border-radius:3px;overflow:hidden}.roblox-dl-progress-bar>div{height:100%;background:#60a5fa;border-radius:3px;transition:width .5s ease}.roblox-dl-status.downloading{color:#60a5fa;background:#60a5fa1a}.roblox-dl-status.success{color:#4ade80;background:#4ade801a}.roblox-dl-status.failed{color:#f87171;background:#f871711a}.roblox-dl-status.downloading svg{animation:pulse-dl 1.2s ease-in-out infinite;flex-shrink:0}@keyframes pulse-dl{0%,to{opacity:.4}50%{opacity:1}}.roblox-dl-status.success svg,.roblox-dl-status.failed svg{flex-shrink:0}.update-progress{margin-top:8px;border-radius:6px;padding:8px 10px;font-size:12px}.update-progress.downloading{color:#60a5fa;background:#60a5fa1a}.update-progress.success{color:#4ade80;background:#4ade801a}.update-progress.failed{color:#f87171;background:#f871711a}.progress-bar-container{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin-bottom:6px}.progress-bar-fill{height:100%;background:#60a5fa;border-radius:3px;transition:width .5s ease}.update-progress-text{display:flex;align-items:center;gap:6px}.update-progress-text svg{flex-shrink:0}.update-progress-meta{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px;color:var(--muted, #94a3b8);font-size:11px}.update-progress-meta span{padding:2px 6px;border:1px solid rgba(148,163,184,.22);border-radius:999px;background:#0f172a52;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.update-progress-meta.compact{margin:5px 8px 0}.update-progress.downloading svg{animation:pulse-dl 1.2s ease-in-out infinite}.progress-pct{margin-left:auto;font-weight:600}.cancel-btn{margin-left:8px;padding:2px 8px;font-size:.75rem;border-radius:4px;background:var(--danger, #d33);color:#fff;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:3px}.cancel-btn:hover{opacity:.85}.remote-panel{background:linear-gradient(180deg,#17233af5,#0a121ff5)}.remote-title{align-items:flex-start}.remote-ip-row{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.remote-ip-badge{display:inline-flex;align-items:center;min-height:24px;border:1px solid rgba(148,163,184,.22);border-radius:8px;padding:0 8px;color:#c7d4e7;background:#0f1728b8;font-size:11px;font-weight:900}.remote-ip-badge.vpn{color:#d9f99d;border-color:#22c55e61;background:#22c55e1a}.remote-ip-badge.warn{color:#fef08a;border-color:#f59e0b6b;background:#f59e0b1c}.remote-ip-badge.danger{color:#fca5a5;border-color:#ef444480;background:#ef444421}.remote-vpn-toggle.duplicate{border-color:#ef444480;background:#ef444421;color:#fca5a5}.remote-pills{display:flex;flex-wrap:wrap;gap:8px}.remote-pill{min-height:30px;display:inline-flex;align-items:center;gap:7px;border-radius:8px;padding:0 10px;font-size:12px;font-weight:950;border:1px solid rgba(148,163,184,.22);background:#0f1728b8}.remote-pill.ok{color:var(--accent-soft);border-color:#f6c2106b;background:#f6c2101a}.remote-pill.warn{color:#fef08a;border-color:#f59e0b6b;background:#f59e0b1c}.remote-vpn-toggle{min-height:30px;display:inline-flex;align-items:center;gap:7px;border-radius:8px;padding:0 10px;color:#cbd7e8;font-size:12px;font-weight:950;border:1px solid rgba(148,163,184,.22);background:#0f1728b8;cursor:pointer;-webkit-user-select:none;user-select:none}.remote-vpn-toggle input{width:16px;height:16px;min-height:16px;margin:0;accent-color:var(--accent)}.remote-vpn-toggle svg{color:currentColor}.remote-vpn-toggle.active{color:#06130d;border-color:#f6c210a8;background:linear-gradient(135deg,var(--accent),var(--cyan))}.remote-vpn-toggle.disabled{cursor:wait;opacity:.62}.remote-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:12px;align-items:stretch}.remote-viewer{min-height:250px;overflow:hidden;border:1px solid rgba(246,194,16,.2);border-radius:8px;background:#070b14}.remote-viewer-bar{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border-bottom:1px solid rgba(148,163,184,.16);background:linear-gradient(90deg,#f6c21024,#f4d36a14)}.remote-viewer-bar span{color:#fff;font-weight:950}.remote-viewer-bar small{min-width:0;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remote-screen-preview{min-height:208px;display:grid;place-items:center;align-content:center;gap:8px;color:#dbeafe;background:#050505}.remote-screen-preview svg{color:var(--accent)}.remote-screen-preview strong{font-size:22px;line-height:1.15}.remote-screen-preview span{color:var(--muted);font-weight:800}.remote-screen-preview.warn{padding:20px;text-align:center;color:#fee2e2;background:#fb547014}.remote-screen-preview.warn svg{color:var(--red)}.remote-screen-preview.warn span{max-width:620px;color:#fecdd3;line-height:1.45}.remote-iframe{width:100%;height:360px;display:block;border:0;background:#05070d}.remote-actions-panel{display:grid;gap:10px}.remote-action{min-height:74px;width:100%;display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:10px;padding:10px;text-align:left;justify-content:stretch}.remote-action>span:nth-child(2){min-width:0;display:grid;gap:3px}.remote-action strong{color:#fff;font-size:15px}.remote-action small{color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remote-action-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:var(--accent);background:#f6c2101f}.remote-action.recommended{border-color:#f6c21073;background:linear-gradient(135deg,#f6c21038,#f4d36a24)}.remote-action.recommended .remote-action-icon{color:#07120d;background:linear-gradient(135deg,var(--accent),var(--cyan))}.remote-action.muted{opacity:.78}.remote-form-grid{display:grid;grid-template-columns:1fr 86px 120px;gap:8px;padding:10px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#080c186b}.remote-form-grid label{min-width:0;display:grid;gap:5px;color:#cbd7e8;font-size:12px;font-weight:900}.remote-form-grid label.wide{grid-column:1 / -1}.remote-form-grid input,.remote-form-grid select{width:100%;min-height:36px;border:1px solid rgba(148,163,184,.22);border-radius:8px;padding:0 10px;background:#0b1020;color:var(--ink)}.secret-input{position:relative;display:block;min-width:0}.secret-input input{padding-right:44px;font-family:inherit}.secret-input button{position:absolute;top:4px;right:4px;width:32px;min-height:28px;padding:0;border-radius:6px}.remote-form-grid select:focus{outline:1px solid rgba(246,194,16,.6);border-color:#f6c210b3}.search{display:flex;align-items:center;gap:7px;border:1px solid var(--line-2);background:#0f1728;color:var(--muted);border-radius:8px;padding:0 10px;min-height:36px}.search input{border:0;outline:0;min-width:210px;background:transparent;color:var(--ink)}.search input::placeholder{color:#7f8da2}.table-wrap{overflow:auto;max-height:460px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#0b1020}.table-wrap.virtualized{contain:layout paint}table{width:100%;border-collapse:separate;border-spacing:0;font-size:13px;min-width:1280px}th{position:sticky;top:0;background:#111a2d;z-index:1;color:#d5e0f2;font-size:11px;text-transform:uppercase;letter-spacing:0}th,td{padding:9px 10px;border-bottom:1px solid rgba(148,163,184,.14);text-align:left;white-space:nowrap}tbody tr:nth-child(odd) td{background:#0f1728}tbody tr:nth-child(2n) td{background:#121c31}tbody tr:hover td{background:#1a2741}.virtual-spacer td,tbody tr.virtual-spacer:nth-child(odd) td,tbody tr.virtual-spacer:nth-child(2n) td,tbody tr.virtual-spacer:hover td{padding:0!important;border:0!important;background:transparent!important}.strong{font-weight:950;color:#fff}.row-check{display:inline-flex;align-items:center;gap:6px}.empty-cell{text-align:center;color:var(--muted);padding:24px}.bool-mark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;font-weight:950;font-size:15px}.bool-mark.yes{color:#05140c;background:linear-gradient(135deg,#4ade80,#8ff2b2)}.bool-mark.no{color:#fff;background:linear-gradient(135deg,#fb5470,#a41f3a)}.split{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);gap:16px}.remote-stack,.console-stack{min-width:0;display:grid;align-content:start;gap:16px}.editors{display:grid;grid-template-columns:1fr 1fr;gap:12px}.editor{display:grid;gap:8px;min-width:0}.editor>div{display:flex;justify-content:space-between;color:var(--muted);font-size:12px}textarea{width:100%;height:270px;resize:vertical;border:1px solid rgba(148,163,184,.22);border-radius:8px;padding:10px;font-family:Consolas,SFMono-Regular,monospace;font-size:13px;line-height:1.45;background:#0b1020;color:#eaf2ff}textarea:disabled{background:#101827;color:#6f7e93}.files-editor-panel textarea{height:430px}.paired-file-editor{display:grid;gap:12px;min-width:0}.file-row-tools{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;padding:10px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#080c1870}.file-row-tools>span{color:var(--muted);font-size:12px;font-weight:900}.file-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.file-import-panel{display:grid;gap:10px;padding:10px;border:1px solid rgba(246,194,16,.22);border-radius:8px;background:linear-gradient(135deg,#f6c2101a,#f4d36a0f)}.file-import-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}.file-import-grid label{min-width:0;display:grid;gap:7px;color:#dbeafe;font-size:12px;font-weight:950}.file-import-grid input[type=file]{min-height:36px;padding:7px 10px;color:var(--muted);background:#0b1020}.file-import-grid textarea{min-height:160px;height:160px;resize:vertical}.file-import-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.paired-file-table-wrap{max-height:560px;overflow:auto;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#0b1020}.paired-file-table-wrap.virtualized{contain:layout paint}.paired-file-table{width:100%;min-width:1120px;table-layout:fixed;border-collapse:separate;border-spacing:0;font-size:13px}.paired-file-table th,.paired-file-table td{padding:8px 10px;border-bottom:1px solid rgba(148,163,184,.14);white-space:nowrap}.paired-file-table th{position:sticky;top:0;z-index:2;color:#d5e0f2;background:#111a2d}.paired-file-table .select-col{width:64px;text-align:center}.paired-file-table .slot-col{width:76px}.paired-file-table th:nth-child(3),.paired-file-table td:nth-child(3){width:240px}.paired-file-table th:nth-child(4),.paired-file-table td:nth-child(4){width:auto}.paired-file-table input[type=checkbox]{width:18px;height:18px;min-height:18px;padding:0;accent-color:var(--accent)}.paired-file-table .draft-row td{background:#f6c21012}.paired-file-table .draft-row .slot-badge{color:var(--accent-soft);background:#f6c21024;border:1px dashed rgba(246,194,16,.46)}.slot-badge{min-width:40px;min-height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#07120d;background:linear-gradient(135deg,var(--accent),var(--cyan));font-weight:950}.file-row-input{width:100%;min-height:34px;font-family:Consolas,SFMono-Regular,monospace;font-size:13px}.file-row-input.cookie{overflow:hidden;text-overflow:ellipsis}.autoexecute-panel textarea{height:520px}.autoexecute-layout{display:grid;grid-template-columns:minmax(230px,.35fr) minmax(0,1fr);gap:14px;align-items:stretch}.autoexecute-files{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px}.autoexecute-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.autoexecute-list{min-height:280px;max-height:560px;overflow:auto;display:grid;align-content:start;gap:8px;border:1px solid rgba(148,163,184,.16);border-radius:8px;padding:8px;background:#080c1875}.autoexecute-file{width:100%;min-height:58px;display:grid;justify-items:stretch;gap:4px;padding:9px 10px;text-align:left}.autoexecute-file span{min-width:0;display:flex;align-items:center;gap:8px;font-weight:950}.autoexecute-file span svg{color:var(--accent)}.autoexecute-file small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.autoexecute-file.active{border-color:#f6c210b8;background:linear-gradient(135deg,#f6c21038,#f4d36a24)}.autoexecute-editor{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:8px}.editor-head{display:flex;justify-content:space-between;align-items:center;gap:10px;color:var(--muted);font-size:12px}.editor-head>div{min-width:0;display:flex;align-items:center;gap:10px}.editor-head strong{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.editor-head small{color:#fef08a;font-weight:900}.console{height:260px;margin:0;overflow:auto;background:#05070d;color:#dbeafe;border:1px solid rgba(246,194,16,.12);border-radius:8px;padding:8px 10px;font-size:12px;line-height:1.5;font-family:ui-monospace,Cascadia Code,Consolas,Courier New,monospace}.console-line{white-space:pre-wrap;overflow-wrap:anywhere;padding:1px 8px;border-radius:4px;border-left:2px solid transparent}.console-line:hover{background:#ffffff0b}.console-line.cl-error{color:#ff9b9b;border-left-color:#ff5c5c;background:#ff5c5c12}.console-line.cl-ok{color:#74e0b0}.console-line.cl-warn{color:#f6c210}.console-line.cl-wait{color:#66748f}.console-line.cl-action{color:#c4b5fd}.console-line.cl-info{color:#8bd6f0}.console-empty{color:#66748f;padding:4px 8px}.dalta-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#03060ed1;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:20px}.dalta-modal{width:min(460px,94vw);background:#10131c;border:1px solid rgba(255,92,92,.5);border-radius:14px;padding:22px 22px 18px;box-shadow:0 20px 60px #0009,0 0 0 4px #ff5c5c14;display:grid;gap:12px;animation:daltaPop .18s ease-out}@keyframes daltaPop{0%{transform:scale(.94);opacity:0}to{transform:scale(1);opacity:1}}.dalta-modal-head{display:flex;align-items:center;gap:10px;color:#ff8a8a}.dalta-modal-head h2{margin:0;font-size:18px;color:#ffd5d5}.dalta-modal p{margin:0;font-size:13px;color:#cdd6e6;line-height:1.5}.dalta-modal .dalta-machines{font-size:12px;color:#f6c210;word-break:break-word}.dalta-input{width:100%;box-sizing:border-box;padding:11px 12px;font-size:14px;font-family:ui-monospace,Consolas,monospace;background:#05070d;color:#eaf1ff;border:1px solid rgba(246,194,16,.35);border-radius:8px}.dalta-input:focus{outline:none;border-color:#f6c210;box-shadow:0 0 0 3px #f6c21026}.dalta-save{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 14px;font-size:14px;font-weight:600;color:#05070d;background:#f6c210;border:none;border-radius:8px;cursor:pointer}.dalta-save:hover{filter:brightness(1.06)}.dalta-save:disabled{opacity:.6;cursor:default}.dalta-actions{display:flex;gap:10px}.dalta-actions .dalta-save{flex:1}.dalta-later{padding:11px 14px;font-size:13px;color:#cdd6e6;background:transparent;border:1px solid rgba(255,255,255,.18);border-radius:8px;cursor:pointer;white-space:nowrap}.dalta-later:hover{background:#ffffff0f;border-color:#ffffff52}.dalta-modal small{color:#6b7a99;font-size:11px;text-align:center}.error-history-panel{display:grid;align-content:start;gap:8px}.error-history{display:grid;gap:8px;margin-top:12px}.error-history-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.error-history-title h3{margin:0;display:flex;align-items:center;gap:7px;color:#fff;font-size:14px}.error-history-title h3 svg{color:#facc15}.error-history-title button{min-height:30px;padding:0 9px}.error-history ul,.error-history-panel ul{height:220px;max-height:220px;margin:0;padding:0;list-style:none;overflow:auto;border:1px solid rgba(245,158,11,.2);border-radius:8px;background:#0f1728b3}.error-history li,.error-history-panel li{padding:8px 10px;color:#ffd7a8;border-bottom:1px solid rgba(245,158,11,.12);font-size:12px;line-height:1.4}.error-history li:last-child,.error-history-panel li:last-child{border-bottom:0}.error-empty{border:1px solid rgba(246,194,16,.16);border-radius:8px;background:#f6c21012}.web-console-log{max-height:320px;overflow-y:auto;border:1px solid var(--line-2);border-radius:8px;background:#00000047;padding:6px 8px;font-family:ui-monospace,Cascadia Code,Consolas,monospace;font-size:11px;line-height:1.55}.wc-line{padding:1px 0;color:var(--soft);border-bottom:1px solid rgba(255,255,255,.04);word-break:break-word}.wc-line:last-child{border-bottom:0}.wc-ts{color:var(--muted);margin-right:6px}.wc-bad{color:var(--red)}.wc-warn{color:var(--accent)}.wc-ok{color:var(--green)}.settings-panel{overflow:hidden}.settings-accordion{display:grid;gap:10px}.settings-section{overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#080c1875}.settings-section.open{border-color:#f6c21042;background:#0c1018b8}.settings-section-head{width:100%;min-height:54px;justify-content:space-between;gap:12px;padding:10px 12px;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:left}.settings-section-head:hover{background:#f6c2100f}.settings-section-head>span{min-width:0;display:grid;gap:3px}.settings-section-head strong{color:#fff;font-size:14px}.settings-section-head small{min-width:0;color:var(--muted);font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-section-meta{flex:0 0 auto;grid-auto-flow:column;align-items:center;justify-content:end}.settings-section-meta small{color:var(--accent-soft)}.settings-section-meta svg{color:var(--accent)}.settings-section-body{padding:0 12px 12px}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,135px),1fr));gap:10px}.settings-grid label,.checks label{display:grid;gap:5px;color:#cbd7e8;font-size:12px;font-weight:900}.settings-grid label.wide{grid-column:span 2}input,select{width:100%;min-width:0;border:1px solid rgba(148,163,184,.22);border-radius:8px;min-height:36px;padding:0 10px;background:#0b1020;color:var(--ink)}input:focus,select:focus,textarea:focus{outline:1px solid rgba(246,194,16,.6);border-color:#f6c210b3}.backup-note{margin:0 0 12px;border:1px solid rgba(246,194,16,.28);border-radius:8px;background:#f6c21014;color:var(--accent-soft);padding:10px 12px;font-size:12px;font-weight:900}.checks{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,138px),1fr));gap:12px;margin:16px 0}.settings-section-body .checks{margin:0}.checks label{min-height:48px;display:flex;align-items:center;gap:10px;color:#eaf2ff;font-weight:900;cursor:pointer;padding:10px 12px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#0f1728b8}.checks label:hover{border-color:#f6c21080;background:#f6c21014}.checks label:has(input:checked){border-color:#f6c2108a;background:#f6c2101f;color:#f8fafc}.checks input{width:22px;height:22px;min-height:22px;flex:0 0 22px;accent-color:var(--accent);cursor:pointer}.api-captcha-settings{display:grid;grid-template-columns:minmax(180px,.35fr) minmax(220px,1fr) auto;gap:12px;align-items:stretch;margin-top:14px;padding:12px;border:1px solid rgba(246,194,16,.2);border-radius:8px;background:#0c1018b8}.settings-section-body .api-captcha-settings{margin-top:0}.api-captcha-toggle,.api-captcha-select{min-width:0;display:grid;gap:6px;color:#eaf2ff;font-weight:900}.api-captcha-toggle{grid-template-columns:auto minmax(0,1fr);align-items:center;padding:10px 12px;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:#0f17289e;cursor:pointer}.api-captcha-toggle input{width:22px;height:22px;min-height:22px;accent-color:var(--accent)}.api-captcha-toggle span{min-width:0;display:grid;gap:3px}.api-captcha-toggle small,.api-captcha-select span{color:var(--muted);font-size:12px}.api-captcha-select select{width:100%}.api-captcha-actions{display:flex;align-items:end;justify-content:flex-end;gap:8px;flex-wrap:wrap}.notifications-panel{display:grid;gap:14px}.notification-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.notification-card,.notification-box{min-width:0;border:1px solid rgba(148,163,184,.18);border-radius:8px;background:linear-gradient(180deg,#131822e6,#080a0ef5)}.notification-card{display:grid;gap:8px;padding:14px}.notification-card.ok{border-color:#22c55e42}.notification-card.warn{border-color:#f6c21057}.notification-card.bad{border-color:#ef444461}.notification-card span,.notification-box-title{display:flex;align-items:center;gap:8px}.notification-card span{color:var(--muted);font-size:12px;font-weight:950;text-transform:uppercase}.notification-card strong{min-width:0;color:#fff;font-size:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-card small,.notification-box-title span,.notification-actions-row span{color:var(--muted);font-size:12px;font-weight:800}.notification-alert{display:flex;align-items:center;gap:10px;min-height:42px;padding:10px 12px;border-radius:8px;font-weight:900}.notification-alert.bad{color:#fecaca;border:1px solid rgba(239,68,68,.34);background:#7f1d1d2e}.notification-alert.warn{color:var(--accent-soft);border:1px solid rgba(246,194,16,.3);background:#f6c21014}.notification-alert svg{flex:0 0 auto}.notification-layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:14px}.notification-box{padding:14px}.notification-box-title{justify-content:space-between;margin-bottom:12px;flex-wrap:wrap}.notification-box-title h3{margin:0;color:#fff;font-size:15px}.switch-row{display:inline-flex;align-items:center;gap:8px;color:#eaf2ff;font-weight:950}.switch-row input{width:20px;height:20px;min-height:20px;accent-color:var(--accent)}.notification-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.notification-form-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.notification-form-grid label{min-width:0;display:grid;gap:6px;color:#dbeafe;font-size:12px;font-weight:950}.notification-actions-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px}.notification-machine-create{display:grid;grid-template-columns:minmax(150px,1fr) 120px auto;gap:10px;margin-bottom:12px}.notification-table-wrap{overflow:auto;border:1px solid rgba(148,163,184,.16);border-radius:8px}.notification-table{min-width:880px}.notification-table input{max-width:110px;min-height:32px}.notify-status{display:inline-flex;min-height:28px;align-items:center;padding:0 9px;border-radius:999px;color:#dbeafe;background:#94a3b81a;border:1px solid rgba(148,163,184,.18);font-size:12px;font-weight:950}.notify-status.ok,.notify-status.recovered{color:#bbf7d0;border-color:#22c55e52;background:#22c55e1a}.notify-status.low_wait,.notify-status.zero_wait,.notify-status.watch{color:var(--accent-soft);border-color:#f6c21052;background:#f6c21014}.notify-status.low_alerted,.notify-status.zero_alerted{color:#fecaca;border-color:#ef444461;background:#ef44441f}.row-check input{width:18px;height:18px;min-height:18px;accent-color:var(--accent);cursor:pointer}.toast{position:fixed;z-index:70;right:18px;bottom:18px;max-width:min(520px,calc(100vw - 36px));background:#111827;color:#fff;padding:12px 14px;border-radius:8px;box-shadow:0 14px 30px #00000061;font-weight:900;border:1px solid rgba(255,255,255,.08)}.toast.ok{background:#13835f}.toast.warn{background:linear-gradient(135deg,#fde047,#f59e0b);color:#151006;border-color:#fef08acc;box-shadow:0 14px 34px #f59e0b47}.toast.bad{background:#b42318}.manual-copy-backdrop{position:fixed;inset:0;z-index:65;display:grid;place-items:center;padding:18px;background:#03071275;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.manual-copy-modal{width:min(720px,calc(100vw - 36px));max-height:min(680px,calc(100vh - 36px));display:grid;gap:12px;padding:16px;border:1px solid rgba(246,194,16,.32);border-radius:10px;background:linear-gradient(180deg,#17233afa,#090e1bfa);box-shadow:0 28px 80px #0000007a}.manual-copy-modal h3{margin:0;color:#fff}.manual-copy-modal span{display:block;margin-top:4px;color:var(--muted);font-size:13px;font-weight:800}.manual-copy-modal textarea{height:320px;resize:vertical}.manual-copy-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.popup-backdrop{position:fixed;inset:0;z-index:50;display:grid;place-items:center;background:#0307126b;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.action-popup{width:min(360px,calc(100vw - 32px));min-height:230px;display:grid;place-items:center;align-content:center;gap:12px;padding:26px;border-radius:18px;border:1px solid rgba(246,194,16,.32);background:radial-gradient(circle at 50% 0%,rgba(246,194,16,.16),transparent 42%),linear-gradient(180deg,#17233afa,#090e1bfa);box-shadow:0 28px 80px #0000007a;text-align:center}.popup-icon{width:76px;height:76px;display:grid;place-items:center;border-radius:999px;color:#07120d;background:linear-gradient(135deg,var(--accent),var(--cyan));box-shadow:0 0 34px #f6c21047}.action-popup.loading .popup-icon svg{animation:popup-spin .9s linear infinite}.action-popup.success .popup-icon{background:linear-gradient(135deg,#4ade80,#ffe88a)}.action-popup.error{border-color:#fb547066}.action-popup.error .popup-icon{background:linear-gradient(135deg,#fb5470,#ff9aae);color:#fff}.action-popup h3{margin:0;font-size:24px;color:#fff}.action-popup p{color:#b8c7dd;line-height:1.45;max-width:280px}.action-popup button{min-width:92px;margin-top:4px}@keyframes popup-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}body{background:#050505}button{background:linear-gradient(180deg,#1d1e22,#111216);border-color:#ffffff21;color:#f5f5f4;box-shadow:inset 0 1px #ffffff0f,0 10px 22px #0000002e}button:hover{border-color:#f6c210b3;color:#fff4b8;background:linear-gradient(180deg,#252522,#161615)}.primary,.view-tabs button.active,.auto-button.active,.file-item.active b,.file-summary-item.active b,.slot-badge{background:linear-gradient(180deg,#ffd84d,#f6c210 45%,#d99600);border-color:#ffde5ccc;color:#11100a;box-shadow:0 0 0 1px #f6c2102e,0 12px 28px #f6c21029}.primary:hover,.view-tabs button.active:hover{color:#080807;border-color:#fff0a6}.success{background:linear-gradient(135deg,#166534,#4ade80);color:#03150b;border-color:#4ade8099}.danger{background:linear-gradient(135deg,#7f1d1d,#ef4444);color:#fff;border-color:#ef44448f}.auto-button.active{color:#11100a}.link-button,input,textarea,.search,.remote-form-grid input,.remote-form-grid select{background:#0b0c0f;border-color:#ffffff21}input:focus,textarea:focus,.remote-form-grid select:focus{outline:1px solid rgba(246,194,16,.68);border-color:#f6c210c2}.app-shell{background:#050505}.sidebar{background:linear-gradient(180deg,#09090afc,#050505fc);border-right:1px solid rgba(246,194,16,.22);box-shadow:18px 0 44px #00000047}.brand{gap:12px;padding:8px 4px 16px;border-bottom-color:#f6c21038}.brand-mark,.login-brand-mark{position:relative;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:#f6c210;border:1px solid rgba(255,232,138,.7);box-shadow:0 0 0 4px #f6c21014,0 18px 34px #00000047}.brand-mark{width:44px;height:44px}.brand-mark img,.login-brand-mark img{width:100%;height:100%;display:block;object-fit:cover}.brand strong{color:#fff;font-size:18px;letter-spacing:0}.brand span,.panel-title span,.topbar p,.metric small{color:#a8adb7}.brand small{color:var(--accent-soft)}.side-title{color:#c7cad1}.side-title button{background:#15161a;border-color:#ffffff21}.machine-delete-btn{background:linear-gradient(180deg,#2b1217f5,#130c0ef5);border-color:#fb54704d;color:#ffc4ce}.machine-delete-btn svg{color:currentColor}.machine-item,.file-item,.file-summary-item,.autoexecute-file,.api-captcha-toggle,.remote-action{background:linear-gradient(180deg,#1b1c20f5,#0d0e11f5);border-color:#ffffff1f}.machine-item svg,.file-item svg,.file-summary-icon,.autoexecute-file span svg,.remote-action-icon,.home-summary-card span svg,.machine-preview-empty svg,.error-history-title h3 svg{color:var(--accent)}.machine-item.active,.file-item.active,.file-summary-item.active,.autoexecute-file.active,.api-captcha-toggle:has(input:checked){background:linear-gradient(135deg,#f6c2102e,#22221ceb);border-color:#f6c210b8;box-shadow:0 0 0 1px #f6c2101f,0 16px 34px #0000003d}.machine-item b,.file-item b,.file-summary-item b{color:var(--accent-soft);background:#f6c21021;border:1px solid rgba(246,194,16,.26)}.login-shell{background:radial-gradient(circle at 50% 12%,rgba(246,194,16,.14),transparent 34%),linear-gradient(135deg,#040404,#0d0d10)}.login-panel{border-radius:8px;border-color:#f6c21052;background:linear-gradient(180deg,#19191bfa,#080809fa);box-shadow:0 30px 90px #00000080}.login-brand-mark{width:76px;height:76px}.login-brand-mark span{position:absolute;right:0;bottom:0;width:28px;height:28px;display:grid;place-items:center;border-radius:999px;color:#11100a;background:linear-gradient(180deg,#fff2a8,#f6c210);border:1px solid rgba(17,16,10,.24)}.login-icon{background:#f6c21021;color:var(--accent)}.login-panel h1{color:#fff}.login-panel p{color:#a8adb7}.topbar{border-color:#f6c21038;border-radius:8px;background:linear-gradient(90deg,#111214fa,#090a0cf0);box-shadow:0 18px 44px #0000003d}h1,h2,.machine-card-head h3,.editor-head strong,.strong{color:#fff}.view-tabs{border-color:#ffffff1f;background:#040405b8}.view-tabs button{color:#b6bbc3}.build-chip{color:var(--accent-soft);border-color:#f6c21057;background:#f6c2101a}.health-chip{background:#131416db;border-color:#ffffff24;color:#e6e8eb}.health-chip.ok{color:#bbf7d0;border-color:#4ade805c;background:#4ade8014}.health-chip.warn{color:#ffe88a;border-color:#f6c21073;background:#f6c2101a}.health-chip.bad{color:#fecaca;border-color:#ef444473;background:#ef44441a}.metric,.panel,.manual-copy-modal,.action-popup{border-radius:8px;border-color:#ffffff1f;background:linear-gradient(180deg,#18191df5,#0a0b0df5);box-shadow:0 22px 56px #0000004d}.panel-title{padding-bottom:2px}.metric-icon,.file-summary-icon,.remote-action-icon{border-radius:8px;background:#f6c2101f;color:var(--accent)}.metric strong,.home-summary-card strong{color:#f8fafc}.metric.ok .metric-icon{background:#4ade8021;color:#4ade80}.metric.warn .metric-icon{background:#f6c21021;color:var(--accent)}.metric.bad .metric-icon{background:#ef444424;color:#ef4444}.metric-loading{background:var(--accent)}.metrics.compact .metric{border-color:#f6c2102e;background:linear-gradient(180deg,#121316f5,#08090bf5)}.metrics.compact .metric:hover{border-color:#f6c21057;background:linear-gradient(180deg,#161616fa,#0a0a0afa)}.metric.bad,.metrics.compact .metric.bad{border-color:#ef44448c;background:linear-gradient(180deg,#370f12f5,#230a0cf5);box-shadow:0 0 14px #ef44441f,0 22px 56px #0000004d}.metric.bad .metric-label{color:#fca5a5}.metric.bad strong{color:#fecaca}.home-panel{background:linear-gradient(180deg,#121316f5,#08090bf5)}.home-summary-card,.remote-form-grid,.file-row-tools,.file-import-panel{border-radius:8px;border-color:#ffffff1f;background:linear-gradient(180deg,#141518f5,#0b0c0ef5)}.home-summary-card.ok{border-color:#4ade8052;background:#4ade8014}.home-summary-card.bad{border-color:#ef444457;background:#ef44441a}.home-machine-card{border-radius:8px;border-color:#ffffff21;background:linear-gradient(180deg,#151619f5,#08090bf5);box-shadow:0 18px 42px #00000042}.home-machine-card.active{border-color:#f6c210b3;box-shadow:0 0 0 1px #f6c21029,0 20px 46px #0000004d}.machine-preview,.remote-screen-preview{background:#050505}.machine-preview-empty.ready{color:var(--accent-soft);background:radial-gradient(circle at 50% 40%,rgba(246,194,16,.16),transparent 42%)}.preview-badge,.status-badge{color:var(--accent-soft);border-color:#f6c2104d;background:#050505c7}.status-badge.ok{color:#bbf7d0;background:#4ade801a;border-color:#4ade8052}.status-badge.bad,.preview-badge.bad{color:#fecaca;background:#ef44441a;border-color:#ef444452}.stat-line div{background:#ffffff24}.stat-line i{background:linear-gradient(90deg,#f6c210,#ffe88a)}.mini-actions button{background:linear-gradient(180deg,#1c1d20,#111214)}.remote-viewer,.table-wrap,.paired-file-table-wrap,.autoexecute-list,.console,textarea{background:#070708;border-color:#ffffff1f}.remote-viewer-bar{border-bottom-color:#ffffff1f;background:linear-gradient(90deg,#f6c21024,#141412db)}th,.paired-file-table th{background:#15161a;color:#e8eaee}tbody tr:nth-child(odd) td{background:#0d0e11}tbody tr:nth-child(2n) td{background:#121317}tbody tr:hover td{background:#1b1b1c}th,td,.paired-file-table th,.paired-file-table td{border-bottom-color:#ffffff14}.bool-mark.yes{color:#03150b;background:linear-gradient(135deg,#4ade80,#bbf7d0)}.bool-mark.no{color:#fff;background:linear-gradient(135deg,#ef4444,#991b1b)}.checks label{border-color:#ffffff1f;background:#121316d1}.checks label:hover,.checks label:has(input:checked){border-color:#f6c21085;background:#f6c2101a}.checks input,.row-check input,.paired-file-table input[type=checkbox]{accent-color:var(--accent)}.backup-note,.error-empty{color:var(--accent-soft);border-color:#f6c21042;background:#f6c21014}.toast.warn{background:linear-gradient(135deg,#ffe88a,#f6c210);color:#151006}.toast.ok{background:#15803d}.popup-icon{color:#11100a;background:linear-gradient(180deg,#fff2a8,#f6c210);box-shadow:0 0 34px #f6c21047}@media(max-width:1180px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.topbar{position:static}.top-actions{flex-wrap:wrap}.metrics{top:10px}.metrics,.home-grid,.home-summary-grid,.files-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.split{grid-template-columns:1fr}.controls .button-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.autoexecute-layout,.api-captcha-settings,.notification-summary-grid,.notification-layout{grid-template-columns:1fr}.notification-form-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.main{padding:12px}.topbar{grid-template-columns:1fr;align-items:stretch;height:auto;min-height:0;max-height:none;overflow:visible;gap:12px;padding:12px}.panel-title{align-items:stretch;flex-direction:column}.top-actions{min-width:0;height:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;justify-content:stretch;gap:8px}.health-chip,.build-chip,.top-actions>button:last-child{width:100%;min-width:0;min-height:38px}.view-tabs{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;height:auto;min-width:0;gap:6px}.view-tabs button{min-width:0;width:100%;min-height:44px;padding-inline:10px}.sub-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.sub-tabs button{min-width:0;width:100%}.home-update-actions{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.home-update-actions .update-action{min-width:0;width:100%;min-height:42px}.settings-toolbar{justify-content:stretch}.settings-save-actions,.settings-program-actions{width:100%}.settings-program-actions{padding-left:0;padding-top:10px;border-left:0;border-top:1px solid rgba(148,163,184,.18)}.metrics,.editors,.settings-grid,.checks,.remote-layout,.remote-form-grid,.home-grid,.home-summary-grid,.files-summary-grid,.file-import-grid,.api-captcha-settings,.notification-summary-grid,.notification-layout,.notification-form-grid,.notification-form-grid.compact,.notification-machine-create{grid-template-columns:1fr}.controls .button-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.controls .button-grid button{min-height:44px;padding-inline:8px;font-size:12px}.metrics.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.metrics.compact .metric{min-height:50px}.settings-grid label.wide,.remote-form-grid label.wide{grid-column:auto}.search input{min-width:0;width:100%}.machine-card-head{align-items:flex-start;flex-direction:column}.machine-card-head p{max-width:100%}.remote-viewer-bar{align-items:flex-start;flex-direction:column;padding:10px 12px}.remote-screen-preview{min-height:180px;text-align:center}.remote-screen-preview strong{font-size:20px}.files-editor-panel textarea{height:320px}.autoexecute-create{grid-template-columns:1fr}.api-captcha-actions{justify-content:stretch}.api-captcha-actions button{flex:1 1 150px}.autoexecute-panel textarea{height:360px}}@media(max-width:420px){.controls .button-grid{grid-template-columns:1fr}}.users-activity-header{display:flex;flex-direction:column;gap:4px}.users-activity-header .panel-title{margin-bottom:6px}.sub-tabs{width:fit-content;max-width:100%;display:inline-flex;gap:8px;padding:5px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#040405b8;overflow-x:auto;scrollbar-width:thin}.sub-tabs button{flex:0 0 auto;min-width:150px;min-height:38px;border-color:transparent;background:transparent;color:#b6bbc3;box-shadow:none;white-space:nowrap}.sub-tabs button.active{background:linear-gradient(180deg,#ffd84d,#f6c210 45%,#d99600);border-color:#ffde5ccc;color:#11100a;box-shadow:0 0 0 1px #f6c2102e,0 12px 28px #f6c21029}.sub-tabs button.active:hover{color:#080807;border-color:#fff0a6}.activity-panel{overflow:hidden}.activity-filters{display:flex;gap:8px;padding:0 16px 12px;flex-wrap:wrap}.activity-filters input{flex:1 1 120px;min-width:100px}.activity-table{width:100%;border-collapse:collapse;font-size:13px}.activity-table th{background:var(--card);padding:8px 10px;text-align:left;font-weight:600;border-bottom:1px solid var(--line);white-space:nowrap;position:sticky;top:0;z-index:1}.activity-table td{padding:6px 10px;border-bottom:1px solid rgba(255,255,255,.04);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.activity-table .mono{font-family:JetBrains Mono,monospace;font-size:12px}.activity-table .msg-cell{max-width:300px}.activity-table .row-failed{background:#ef44440f}.status-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.status-badge.success{background:#22c55e26;color:#22c55e}.status-badge.failed{background:#ef444426;color:#ef4444}.pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 16px;border-top:1px solid var(--line)}.pagination span{font-size:13px;color:#94a3b8}.users-panel{overflow:hidden}.users-create-form{display:flex;gap:8px;padding:0 16px 12px;flex-wrap:wrap;align-items:center}.users-create-form input,.users-create-form select{flex:1 1 120px;min-width:100px}.users-table{width:100%;border-collapse:collapse;font-size:13px}.users-table th{background:var(--card);padding:8px 10px;text-align:left;font-weight:600;border-bottom:1px solid var(--line);white-space:nowrap}.users-table td{padding:6px 10px;border-bottom:1px solid rgba(255,255,255,.04)}.users-table .mono{font-family:JetBrains Mono,monospace;font-size:12px}.role-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600}.role-badge.admin{background:#a855f726;color:#a855f7}.role-badge.staff{background:#3b82f626;color:#3b82f6}.role-badge.viewer{background:#94a3b826;color:#94a3b8}.user-actions{display:flex;align-items:center;gap:4px}.user-actions input{width:140px}.form-error{background:#ef44441a;color:#ef4444;padding:8px 16px;font-size:13px;border-bottom:1px solid rgba(239,68,68,.2)}.login-panel button .spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.unlisted-panel{margin-top:12px}.unlisted-list{display:flex;flex-wrap:wrap;gap:6px;padding:10px 14px 14px}.unlisted-chip{font-size:12px;padding:3px 9px;border-radius:999px;border:1px solid rgba(255,196,0,.35);background:#ffc40014;color:#ffc400;white-space:nowrap}
