:root{--navy:#08111f;--navy-2:#0f1f35;--navy-3:#16283f;--green:#76c043;--green-dark:#3e781d;--green-soft:#76c04324;--bg:#f3f5f8;--surface:#fff;--surface-2:#f7f9fb;--surface-3:#eceff3;--border:#dfe4ea;--border-strong:#c9d1db;--text:#0f1f35;--text-2:#4d5b6e;--text-3:#8592a4;--on-dark:#dbe7f4;--on-dark-2:#a8b3c7;--accent:var(--green);--accent-text:#fff;--accent-hover:#68ad3a;--focus:#76c04373;--dl:#2f80ed;--dl-soft:#2f80ed24;--up:#3ba55c;--up-soft:#3ba55c24;--warn:#e8a317;--warn-soft:#e8a31729;--err:#e5484d;--err-soft:#e5484d24;--muted:#8592a4;--muted-soft:#8592a429;--done:#3ba55c;--radius:10px;--radius-lg:14px;--radius-pill:999px;--shadow:0 1px 2px #08111f0f, 0 4px 16px #08111f0f;--shadow-lg:0 8px 40px #08111f38;--font:Inter, "Open Sans", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;--mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--header-h:56px;--sidebar-w:240px;--row-h:56px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0b1424;--surface:#111e32;--surface-2:#162640;--surface-3:#1d3050;--border:#22344f;--border-strong:#2f4463;--text:#e6edf6;--text-2:#a8b3c7;--text-3:#7a889d;--shadow:0 1px 2px #0000004d, 0 4px 16px #00000040;--green-dark:#9bd96e;--muted-soft:#8592a438;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}:root[data-theme=dark]{--bg:#0b1424;--surface:#111e32;--surface-2:#162640;--surface-3:#1d3050;--border:#22344f;--border-strong:#2f4463;--text:#e6edf6;--text-2:#a8b3c7;--text-3:#7a889d;--shadow:0 1px 2px #0000004d, 0 4px 16px #00000040;--green-dark:#9bd96e;--muted-soft:#8592a438;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;overscroll-behavior-y:none;margin:0;font-size:14px;line-height:1.45}a{color:var(--green-dark);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}h1,h2,h3,h4{margin:0;font-weight:600;line-height:1.25}h1{font-size:22px}h2{font-size:17px}h3{font-size:15px}p{margin:0}code,.mono{font-family:var(--mono);font-size:12.5px}.muted{color:var(--text-2)}.faint{color:var(--text-3)}.small{font-size:12.5px}.nowrap{white-space:nowrap}.ellipsis{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tnum{font-variant-numeric:tabular-nums}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.row{align-items:center;gap:8px;display:flex}.grow{flex:auto;min-width:0}.stack{flex-direction:column;gap:12px;display:flex}:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.btn{border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--surface);height:36px;color:var(--text);white-space:nowrap;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:6px;padding:0 14px;font-weight:500;transition:background .12s,border-color .12s,color .12s;display:inline-flex}.btn:hover{background:var(--surface-2)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn svg{flex:none;width:16px;height:16px}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--accent-text)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-danger{background:var(--err);border-color:var(--err);color:#fff}.btn-danger:hover{background:#d13a3f}.btn-ghost{background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--surface-3)}.btn-sm{height:30px;padding:0 10px;font-size:13px}.btn-icon{width:36px;padding:0}.btn-icon.btn-sm{width:30px}.btn-pill{border-radius:var(--radius-pill)}.btn-dark{background:var(--navy-3);border-color:var(--navy-3);color:var(--on-dark)}.btn-dark:hover{background:#1f3552}.input,.select,.textarea{border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--surface);width:100%;height:36px;color:var(--text);padding:0 10px}.textarea{resize:vertical;height:auto;min-height:90px;padding:8px 10px;font-family:inherit}.input:focus,.select:focus,.textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus);outline:none}.input::placeholder,.textarea::placeholder{color:var(--text-3)}.field{flex-direction:column;gap:5px;display:flex}.field>label{color:var(--text-2);font-size:12.5px;font-weight:600}.field .hint{color:var(--text-3);font-size:12px}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.check{cursor:pointer;align-items:center;gap:8px;display:flex}.check input{width:16px;height:16px;accent-color:var(--accent);margin:0}.form-error{color:var(--err);font-size:13px}.search-box{position:relative}.search-box svg{width:15px;height:15px;color:var(--text-3);pointer-events:none;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.search-box .input{padding-left:32px}.badge{border-radius:var(--radius-pill);white-space:nowrap;background:var(--muted-soft);height:22px;color:var(--text-2);align-items:center;gap:5px;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.badge svg{width:12px;height:12px}.badge-dl{background:var(--dl-soft);color:var(--dl)}.badge-up{background:var(--up-soft);color:var(--up)}.badge-warn{background:var(--warn-soft);color:#9a6b06}.badge-err{background:var(--err-soft);color:var(--err)}.badge-done{background:var(--green-soft);color:var(--green-dark)}.badge-muted{background:var(--muted-soft);color:var(--text-2)}.badge-green{background:var(--green-soft);color:var(--green-dark)}.chip{background:var(--surface-3);height:20px;color:var(--text-2);white-space:nowrap;border-radius:6px;align-items:center;max-width:140px;padding:0 7px;font-size:11.5px;display:inline-flex}.dot{border-radius:50%;flex:none;width:8px;height:8px;display:inline-block}.dot-green{background:var(--green)}.dot-amber{background:var(--warn)}.dot-red{background:var(--err)}.dot-grey{background:var(--muted)}.progress{background:var(--surface-3);border-radius:3px;height:6px;overflow:hidden}.progress>i{background:var(--dl);border-radius:3px;height:100%;transition:width .4s;display:block}.progress.tone-up>i,.progress.tone-done>i{background:var(--up)}.progress.tone-warn>i{background:var(--warn)}.progress.tone-err>i{background:var(--err)}.progress.tone-muted>i{background:var(--muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.card-body{padding:16px}.card-title{letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);margin-bottom:10px;font-size:12px;font-weight:700}.kv{grid-template-columns:minmax(120px,40%) 1fr;gap:6px 12px;font-size:13.5px;display:grid}.kv dt{color:var(--text-2);margin:0}.kv dd{overflow-wrap:anywhere;min-width:0;margin:0}.menu{z-index:60;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:220px;max-width:320px;box-shadow:var(--shadow-lg);max-height:min(70vh,560px);padding:6px;position:fixed;overflow:auto}.menu-item{text-align:left;width:100%;height:34px;color:var(--text);background:0 0;border:0;border-radius:7px;align-items:center;gap:10px;padding:0 10px;font-size:13.5px;display:flex}.menu-item:hover,.menu-item[data-active=true]{background:var(--surface-3)}.menu-item:disabled{opacity:.45;cursor:default}.menu-item svg{width:16px;height:16px;color:var(--text-2);flex:none}.menu-item.danger,.menu-item.danger svg{color:var(--err)}.menu-item .end{color:var(--text-3);margin-left:auto;font-size:12px}.menu-sep{background:var(--border);height:1px;margin:5px 4px}.menu-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-3);padding:6px 10px 2px;font-size:11px;font-weight:700}.modal-backdrop{z-index:70;background:#08111f8c;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:520px;max-height:calc(100vh - 32px);box-shadow:var(--shadow-lg);flex-direction:column;display:flex}.modal-lg{max-width:720px}.modal-head{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:16px 18px 12px;display:flex}.modal-head h2{flex:1}.modal-body{flex-direction:column;gap:14px;padding:16px 18px;display:flex;overflow:auto}.modal-foot{border-top:1px solid var(--border);justify-content:flex-end;gap:8px;padding:12px 18px 16px;display:flex}@media (width<=600px){.modal-backdrop{align-items:flex-end;padding:0}.modal{border-radius:var(--radius-lg) var(--radius-lg) 0 0;max-width:none;max-height:92vh}}.toasts{z-index:90;flex-direction:column;gap:8px;max-width:min(420px,100vw - 32px);display:flex;position:fixed;bottom:16px;right:16px}.toast{border-radius:var(--radius);background:var(--navy-2);color:var(--on-dark);box-shadow:var(--shadow-lg);align-items:flex-start;gap:10px;padding:10px 14px;font-size:13.5px;animation:.18s ease-out toast-in;display:flex}.toast svg{flex:none;width:16px;height:16px;margin-top:2px}.toast-err{color:#ffe1e2;background:#6d1f22}.toast-ok svg{color:var(--green)}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.auth{background:var(--navy);min-height:100%;color:var(--on-dark);flex-direction:column;display:flex}.auth-top{justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.auth-top img{height:30px}.auth-main{flex:1;justify-content:center;align-items:center;padding:24px 16px 48px;display:flex}.auth-card{background:var(--surface);width:100%;max-width:420px;color:var(--text);box-shadow:var(--shadow-lg);border-radius:18px;padding:28px 26px}.auth-card h1{margin-bottom:4px}.auth-card .sub{color:var(--text-2);margin-bottom:20px}.auth-card form{flex-direction:column;gap:14px;display:flex}.auth-links{justify-content:space-between;margin-top:18px;font-size:13px;display:flex}.picker{width:100%;max-width:760px}.picker h1{color:#fff}.picker .sub{color:var(--on-dark-2);margin:4px 0 20px}.picker-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:14px;display:grid}.sb-card{background:var(--surface);color:var(--text);box-shadow:var(--shadow-lg);border-radius:16px;flex-direction:column;gap:12px;padding:18px;display:flex}.sb-card .sb-head{align-items:flex-start;gap:10px;display:flex}.sb-card .sb-plan{color:var(--green-dark);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.sb-card h3{font-size:17px}.sb-meta{color:var(--text-2);flex-wrap:wrap;gap:6px 14px;font-size:13px;display:flex}.sb-meta span{align-items:center;gap:5px;display:inline-flex}.sb-meta svg{width:14px;height:14px}.sb-card .btn{margin-top:auto}.lang-switch{border-radius:var(--radius-pill);background:#ffffff14;gap:2px;padding:2px;display:inline-flex}.lang-switch button{border-radius:var(--radius-pill);height:26px;color:var(--on-dark-2);background:0 0;border:0;padding:0 10px;font-size:12.5px;font-weight:600}.lang-switch button[aria-pressed=true]{background:var(--surface);color:var(--text)}.shell{flex-direction:column;height:100%;display:flex}.topbar{height:var(--header-h);background:var(--navy);color:var(--on-dark);flex:none;align-items:center;gap:14px;padding:0 14px;display:flex}.topbar img{height:24px;display:block}.topbar .sb-name{border-radius:var(--radius-pill);color:#fff;background:#ffffff14;border:0;align-items:center;gap:6px;max-width:220px;height:32px;padding:0 10px;font-size:13px;font-weight:600;display:flex}.topbar .sb-name svg{width:14px;height:14px;color:var(--on-dark-2)}.topbar .sb-name span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stats{align-items:center;gap:18px;margin-left:auto;font-size:13px;display:flex}.stat{white-space:nowrap;align-items:center;gap:6px;display:flex}.stat svg{width:15px;height:15px}.stat.dl svg{color:#5aa0ff}.stat.up svg{color:#6ad38a}.stat b{color:#fff;font-variant-numeric:tabular-nums;font-weight:600}.stat small{color:var(--on-dark-2)}.topbar .btn-ghost{color:var(--on-dark)}.topbar .btn-ghost:hover{background:#ffffff1a}.topbar-nav{gap:2px;margin-left:8px;display:flex}.topbar-nav a{border-radius:var(--radius-pill);height:32px;color:var(--on-dark-2);align-items:center;gap:6px;padding:0 12px;font-size:13.5px;font-weight:500;display:inline-flex}.topbar-nav a:hover{color:#fff;background:#ffffff0f;text-decoration:none}.topbar-nav a.active{color:#fff;background:#ffffff1f}.topbar-nav a svg{width:15px;height:15px}.banner{background:var(--warn-soft);color:#7a5300;border-bottom:1px solid #e8a31759;align-items:center;gap:10px;padding:8px 16px;font-size:13.5px;display:flex}.banner svg{flex:none;width:16px;height:16px}.banner.err{background:var(--err-soft);color:var(--err);border-color:#e5484d59}.banner.info{background:var(--dl-soft);color:#1d5cb8;border-color:#2f80ed4d}.body{flex:1;min-height:0;display:flex}.sidebar{width:var(--sidebar-w);border-right:1px solid var(--border);background:var(--surface);flex:none;padding:12px 10px;overflow:auto}.sidebar-section{margin-bottom:14px}.sidebar-title{letter-spacing:.05em;text-transform:uppercase;color:var(--text-3);justify-content:space-between;align-items:center;padding:4px 8px;font-size:11px;font-weight:700;display:flex}.sidebar-title button{width:22px;height:22px;padding:0}.side-item{width:100%;height:32px;color:var(--text);text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:8px;padding:0 8px;font-size:13.5px;display:flex}.side-item svg{width:15px;height:15px;color:var(--text-3);flex:none}.side-item span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.side-item b{color:var(--text-3);font-variant-numeric:tabular-nums;font-size:12px;font-weight:500}.side-item:hover{background:var(--surface-2)}.side-item[aria-pressed=true]{background:var(--green-soft);color:var(--green-dark);font-weight:600}.side-item[aria-pressed=true] svg,.side-item[aria-pressed=true] b{color:var(--green-dark)}.main{flex-direction:column;flex:1;min-width:0;display:flex}.toolbar{border-bottom:1px solid var(--border);background:var(--surface);flex-wrap:wrap;align-items:center;gap:8px;padding:10px 14px;display:flex}.toolbar .search-box{width:260px;max-width:100%}.toolbar .count{color:var(--text-3);white-space:nowrap;font-size:13px}.sel-bar{background:var(--green-soft);border-bottom:1px solid #76c04359;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 14px;font-size:13px;display:flex}.sel-bar b{color:var(--green-dark);margin-right:6px}.list-wrap{flex:1;min-height:0;position:relative}.list-scroll{position:absolute;inset:0;overflow:auto}.thead{z-index:2;background:var(--surface-2);border-bottom:1px solid var(--border);height:34px;color:var(--text-2);-webkit-user-select:none;user-select:none;align-items:center;padding:0 14px;font-size:12px;font-weight:600;display:grid;position:sticky;top:0}.thead>button{height:100%;color:inherit;font:inherit;text-align:left;white-space:nowrap;background:0 0;border:0;align-items:center;gap:4px;padding:0 6px;display:flex;overflow:hidden}.thead>button:hover{color:var(--text)}.thead>button svg{flex:none;width:12px;height:12px}.thead>button.num{justify-content:flex-end}.thead>.cb{justify-content:center;align-items:center;display:flex}.trow{height:var(--row-h);border-bottom:1px solid var(--border);background:var(--surface);cursor:default;align-items:center;padding:0 14px;display:grid;position:absolute;left:0;right:0}.trow:hover{background:var(--surface-2)}.trow[aria-selected=true]{background:var(--green-soft)}.trow>div{min-width:0;padding:0 6px}.trow .cb{justify-content:center;display:flex}.trow .cb input,.thead .cb input{width:15px;height:15px;accent-color:var(--accent);cursor:pointer;margin:0}.trow .num{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}.trow .name-cell{align-items:center;gap:10px;display:flex}.state-icon{border-radius:8px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.state-icon svg{width:16px;height:16px}.state-icon.tone-dl{background:var(--dl-soft);color:var(--dl)}.state-icon.tone-up{background:var(--up-soft);color:var(--up)}.state-icon.tone-warn{background:var(--warn-soft);color:var(--warn)}.state-icon.tone-err{background:var(--err-soft);color:var(--err)}.state-icon.tone-muted{background:var(--muted-soft);color:var(--muted)}.state-icon.tone-done{background:var(--green-soft);color:var(--green-dark)}.name-main{flex-direction:column;gap:3px;min-width:0;display:flex}.name-main .nm{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.name-main .nm-link{cursor:pointer}.name-main .nm-link:hover{color:var(--green-dark);text-decoration:underline}.name-main .sub{color:var(--text-3);white-space:nowrap;align-items:center;gap:6px;font-size:12px;display:flex;overflow:hidden}.prog-cell{flex-direction:column;gap:4px;display:flex}.prog-cell small{color:var(--text-2);font-variant-numeric:tabular-nums;font-size:11.5px}.speed{font-variant-numeric:tabular-nums;white-space:nowrap}.speed.zero{color:var(--text-3)}.row-actions{opacity:0;justify-content:flex-end;gap:2px;display:flex}.trow:hover .row-actions,.trow:focus-within .row-actions{opacity:1}.empty{color:var(--text-2);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px;display:flex;position:absolute;inset:0}.empty svg{width:40px;height:40px;color:var(--text-3)}.empty h3{color:var(--text)}.pending{animation:1s infinite pulse}@keyframes pulse{50%{opacity:.5}}.trow.card-row{flex-direction:column;align-items:stretch;gap:8px;height:auto;padding:10px 14px;display:flex}.card-row .cr-head{align-items:center;gap:10px;display:flex}.card-row .cr-stats{color:var(--text-2);font-variant-numeric:tabular-nums;flex-wrap:wrap;gap:12px;font-size:12px;display:flex}.card-row .cr-stats span{align-items:center;gap:4px;display:inline-flex}.card-row .cr-stats svg{width:12px;height:12px}.drawer-backdrop{z-index:50;background:#08111f59;position:fixed;inset:0}.drawer{z-index:51;background:var(--surface);width:min(720px,100vw);box-shadow:var(--shadow-lg);flex-direction:column;animation:.18s ease-out drawer-in;display:flex;position:fixed;top:0;bottom:0;right:0}@keyframes drawer-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:none}}.drawer-head{border-bottom:1px solid var(--border);padding:14px 18px 0}.drawer-head .title{align-items:flex-start;gap:10px;display:flex}.drawer-head h2{overflow-wrap:anywhere;flex:1;font-size:16px}.drawer-head .meta{color:var(--text-2);flex-wrap:wrap;align-items:center;gap:10px;margin:8px 0 10px;font-size:13px;display:flex}.tabs{gap:2px;display:flex;overflow-x:auto}.tabs button{height:36px;color:var(--text-2);white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 12px;font-weight:500}.tabs button[aria-selected=true]{color:var(--green-dark);border-bottom-color:var(--green)}.drawer-body{flex:1;padding:16px 18px;overflow:auto}.drawer-body .card-title{margin-top:4px}.section{margin-bottom:20px}.table{border-collapse:collapse;width:100%;font-size:13px}.table th{text-align:left;letter-spacing:.03em;text-transform:uppercase;color:var(--text-3);border-bottom:1px solid var(--border);white-space:nowrap;padding:6px 8px;font-size:11.5px;font-weight:700}.table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:7px 8px}.table td.num,.table th.num{text-align:right;font-variant-numeric:tabular-nums}.table tr:hover td{background:var(--surface-2)}.table .actions{white-space:nowrap;text-align:right}.table-wrap{overflow-x:auto}.tree-row{border-bottom:1px solid var(--border);align-items:center;gap:8px;height:38px;padding:0 6px;font-size:13px;display:flex}.tree-row:hover{background:var(--surface-2)}.tree-row .indent{flex:none}.tree-row svg{width:15px;height:15px;color:var(--text-3);flex:none}.tree-row .fname{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.tree-row .fsize{text-align:right;font-variant-numeric:tabular-nums;width:80px;color:var(--text-2);flex:none}.tree-row .fprog{width:90px;color:var(--text-2);flex:none;align-items:center;gap:6px;font-size:11.5px;display:flex}.tree-row .fprog .progress{flex:1}.tree-row .select{flex:none;width:110px;height:28px;font-size:12.5px}.tree-row .toggle{background:0 0;border:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:flex}.pieces{background:var(--surface-3);border-radius:6px;height:22px;display:flex;overflow:hidden}.pieces i{flex:1}.pieces .p2{background:var(--up)}.pieces .p1{background:var(--dl)}.pieces .p0{background:0 0}.pieces .hl{outline:2px solid var(--warn);outline-offset:-2px}.page{flex:1;padding:18px;overflow:auto}.page-inner{flex-direction:column;gap:16px;max-width:1000px;margin:0 auto;display:flex}.page h1{margin-bottom:4px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;display:grid}.gauge{align-items:center;gap:16px;display:flex}.ring{flex:none;width:84px;height:84px;position:relative}.ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ring circle{fill:none;stroke-width:9px}.ring .bg{stroke:var(--surface-3)}.ring .fg{stroke:var(--green);stroke-linecap:round;transition:stroke-dasharray .5s}.ring .fg.warn{stroke:var(--warn)}.ring .fg.err{stroke:var(--err)}.ring b{justify-content:center;align-items:center;font-size:16px;display:flex;position:absolute;inset:0}.log-line{border-bottom:1px solid var(--border);font-size:13px;font-family:var(--mono);grid-template-columns:150px 90px 1fr;gap:10px;padding:6px 0;display:grid}.log-line time{color:var(--text-3)}.log-line .lvl{font-weight:600}.log-line.l2 .lvl{color:var(--dl)}.log-line.l4 .lvl{color:var(--warn)}.log-line.l8 .lvl{color:var(--err)}.log-line span{overflow-wrap:anywhere}.chips-row{flex-wrap:wrap;gap:6px;display:flex}.chips-row .btn[aria-pressed=true]{background:var(--green-soft);border-color:var(--green);color:var(--green-dark)}.dropzone{border:2px dashed var(--border-strong);border-radius:var(--radius);text-align:center;color:var(--text-2);background:var(--surface-2);padding:18px;font-size:13.5px;transition:border-color .12s,background .12s}.dropzone.over{border-color:var(--green);background:var(--green-soft)}.dropzone input{display:none}.file-list{flex-direction:column;gap:4px;display:flex}.file-list .row{background:var(--surface-2);border-radius:7px;padding:6px 8px;font-size:13px}.file-list svg{width:14px;height:14px;color:var(--text-3)}details.adv>summary{cursor:pointer;color:var(--text-2);align-items:center;gap:6px;font-size:13px;font-weight:600;list-style:none;display:flex}details.adv>summary::-webkit-details-marker{display:none}details.adv>summary svg{width:14px;height:14px;transition:transform .15s}details.adv[open]>summary svg{transform:rotate(90deg)}details.adv>.stack{margin-top:12px}.only-mobile{display:none!important}@media (width<=900px){.sidebar{display:none}.sidebar.open{z-index:52;top:var(--header-h);width:min(300px,85vw);box-shadow:var(--shadow-lg);display:block;position:fixed;bottom:0;left:0}.sidebar-backdrop{z-index:51;inset:var(--header-h) 0 0 0;background:#08111f59;position:fixed}.only-mobile{display:inline-flex!important}.hide-mobile{display:none!important}.stats{gap:12px}.stat small,.stat .cap{display:none}.topbar{gap:8px;padding:0 10px}.topbar-nav a span{display:none}.topbar-nav a{padding:0 9px}.toolbar{padding:8px 10px}.toolbar .search-box{order:10;width:100%}.field-row{grid-template-columns:1fr}.page{padding:12px}.kv{grid-template-columns:1fr;gap:2px 0}.kv dt{font-size:12px}.kv dd{margin-bottom:6px}.log-line{grid-template-columns:1fr;gap:2px}}@media (width<=600px){.topbar img{height:20px}.topbar .sb-name{max-width:130px}.stats{gap:10px;font-size:12px}.drawer{width:100vw}}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.drop-overlay{z-index:90;pointer-events:none;background:#0a14238c;place-items:center;display:grid;position:fixed;inset:0}.drop-overlay-box{border:2px dashed var(--green);background:var(--surface);color:var(--text);border-radius:16px;justify-items:center;gap:6px;padding:36px 56px;display:grid;box-shadow:0 20px 60px #0000004d}.drop-overlay-box svg{width:36px;height:36px;color:var(--green)}.drop-overlay-box span{color:var(--text-2);font-size:13.5px}
