@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap";:root{color:#182235;font-synthesis:none;text-rendering:optimizelegibility;letter-spacing:0;--bg:#f5f8fc;--surface:#fff;--surface-muted:#f7f9fc;--surface-hover:#f1f6fd;--line:#e3e9f2;--line-strong:#d4deeb;--text:#182235;--text-muted:#6d788a;--text-soft:#929baa;--blue:#1769e0;--blue-strong:#0d54bb;--blue-soft:#eaf3ff;--blue-border:#bad6fb;--green:#138a64;--green-soft:#e4f7f0;--amber:#c27818;--amber-soft:#fff4dc;--violet:#7556c9;--violet-soft:#f0ebff;--red:#d33e4d;--red-soft:#fff0f1;--shadow:0 14px 45px #22385924;background:#f5f8fc;font-family:Inter,Noto Sans SC,Microsoft YaHei,sans-serif}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#11161d;--surface:#181e27;--surface-muted:#1e2530;--surface-hover:#222d3a;--line:#2c3542;--line-strong:#3a4656;--text:#eff4fb;--text-muted:#aab5c5;--text-soft:#7f8b9c;--blue:#69a8ff;--blue-strong:#8dbcff;--blue-soft:#182f4d;--blue-border:#305a88;--green:#65d4ad;--green-soft:#17372e;--amber:#f1bc63;--amber-soft:#3d301c;--violet:#b69bf7;--violet-soft:#33294d;--red:#ff8c96;--red-soft:#43272d;--shadow:0 18px 56px #00000061}*{box-sizing:border-box;letter-spacing:0}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input,select{font:inherit;color:inherit}button{border:0}button:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #1769e03d}button:disabled{cursor:not-allowed;opacity:.5}.app-shell{min-height:100vh}.sidebar{z-index:20;border-right:1px solid var(--line);background:var(--surface);flex-direction:column;width:248px;padding:26px 18px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand-row{align-items:center;gap:12px;min-height:44px;padding:0 8px;display:flex}.brand-mark{background:var(--blue);color:#fff;border-radius:8px;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 7px 18px #1769e03d}.brand-row>div{flex-direction:column;min-width:0;display:flex}.brand-row strong{font-size:16px;font-weight:700;line-height:1.25}.brand-row span:not(.brand-mark){color:var(--text-muted);margin-top:2px;font-size:11px}.sidebar-close{margin-left:auto;display:none}.upload-primary,.primary-button,.secondary-button,.danger-button,.login-button{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 16px;font-size:13px;font-weight:600;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.upload-primary,.primary-button{background:var(--blue);color:#fff;box-shadow:0 5px 14px #1769e02e}.upload-primary:hover,.primary-button:hover{background:var(--blue-strong);transform:translateY(-1px)}.upload-primary{width:100%;margin:30px 0 24px}.secondary-button,.login-button{border:1px solid var(--line-strong);background:var(--surface);color:var(--text)}.secondary-button:hover,.login-button:hover{border-color:var(--blue-border);background:var(--blue-soft);color:var(--blue)}.danger-button{background:var(--red);color:#fff}.main-nav{flex-direction:column;gap:4px;display:flex}.nav-label{color:var(--text-soft);margin:0 12px 8px;font-size:11px;font-weight:600}.main-nav button{width:100%;min-height:42px;color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border-radius:6px;align-items:center;gap:12px;padding:0 12px;transition:all .15s;display:flex}.main-nav button:hover{background:var(--surface-muted);color:var(--text)}.main-nav button.active{background:var(--blue-soft);color:var(--blue);font-weight:600}.nav-count{color:inherit;margin-left:auto;font-size:11px}.sidebar-spacer{flex:1}.storage-panel{border-top:1px solid var(--line);margin:0 7px 17px;padding-top:18px}.storage-heading{justify-content:space-between;align-items:center;font-size:11px;display:flex}.storage-heading span{color:var(--text-muted)}.storage-heading strong{font-size:11px}.storage-track,.progress-track{background:var(--line);border-radius:3px;height:5px;display:block;overflow:hidden}.storage-track{margin:10px 0 8px}.storage-track span,.progress-track i{border-radius:inherit;background:var(--blue);height:100%;transition:width .22s;display:block}.storage-panel p{color:var(--text-soft);margin:0;font-size:10px}.account-row{border-top:1px solid var(--line);cursor:pointer;text-align:left;background:0 0;align-items:center;gap:10px;width:100%;min-width:0;padding:17px 6px 0;display:flex}.avatar{background:var(--blue-soft);width:35px;height:35px;color:var(--blue);border-radius:50%;flex:0 0 35px;place-items:center;font-size:14px;font-weight:700;display:grid}.account-copy{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.account-copy strong,.account-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.account-copy strong{font-size:12px}.account-copy small{color:var(--text-soft);margin-top:3px;font-size:10px}.workspace{min-height:100vh;margin-left:248px}.topbar{z-index:15;border-bottom:1px solid var(--line);background:color-mix(in srgb, var(--surface) 94%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);justify-content:space-between;align-items:center;gap:24px;height:72px;padding:0 34px;display:flex;position:sticky;top:0}.mobile-menu{display:none}.search-box{background:var(--surface-muted);width:min(460px,47vw);height:40px;color:var(--text-soft);border:1px solid #0000;border-radius:6px;align-items:center;gap:10px;padding:0 8px 0 13px;transition:all .15s;display:flex}.search-box:focus-within{border-color:var(--blue-border);background:var(--surface);box-shadow:0 0 0 3px #1769e014}.search-box input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:13px}.search-box input::placeholder{color:var(--text-soft)}.top-actions,.heading-actions,.toolbar-right,.modal-actions{align-items:center;gap:10px;display:flex}.icon-button{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;flex:0 0 36px;place-items:center;transition:all .15s;display:inline-grid;position:relative}.icon-button:hover,.icon-button.selected{background:var(--surface-hover);color:var(--blue)}.icon-button.sidebar-close,.icon-button.mobile-menu{display:none}.segmented{border:1px solid var(--line);background:var(--line);border-radius:6px;gap:1px;padding:1px;display:flex}.segmented .icon-button{background:var(--surface);border-radius:4px;flex-basis:32px;width:32px;height:30px}.segmented .icon-button.selected{background:var(--blue-soft)}.login-button{min-height:36px;padding:0 13px}.content-area{width:min(1180px,100% - 64px);margin:0 auto;padding:30px 0 48px}.content-heading{justify-content:space-between;align-items:flex-end;gap:24px;min-height:76px;margin-top:20px;display:flex}.content-heading>div:first-child{align-items:flex-end;gap:8px;min-width:0;display:flex}.back-button{background:var(--surface-muted);width:30px;height:30px;color:var(--text-muted);cursor:pointer;border-radius:5px;place-items:center;margin-bottom:3px;display:grid}.heading-copy{min-width:0}.breadcrumbs{min-height:20px;color:var(--text-soft);align-items:center;gap:4px;font-size:11px;display:flex;overflow:hidden}.breadcrumbs span{align-items:center;gap:4px;min-width:0;display:flex}.breadcrumbs button{max-width:160px;color:inherit;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;padding:0;overflow:hidden}.breadcrumbs button:hover{color:var(--blue)}.content-heading h1{text-overflow:ellipsis;white-space:nowrap;max-width:560px;margin:5px 0 0;font-size:25px;font-weight:700;line-height:1.2;overflow:hidden}.summary-row{border-block:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 23px;display:grid}.summary-row>div{align-items:center;gap:12px;min-width:0;padding:18px 20px;display:flex}.summary-row>div+div{border-left:1px solid var(--line)}.summary-icon{border-radius:6px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.summary-icon.blue{background:var(--blue-soft);color:var(--blue)}.summary-icon.green{background:var(--green-soft);color:var(--green)}.summary-icon.amber{background:var(--amber-soft);color:var(--amber)}.summary-row p{flex-direction:column;min-width:0;margin:0;display:flex}.summary-row strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:1.25;overflow:hidden}.summary-row small{color:var(--text-soft);margin-top:3px;font-size:10px}.scan-summary{border-block:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));margin:24px 0 0;display:grid}.scan-summary>div{align-items:center;gap:11px;min-width:0;padding:17px 18px;display:flex}.scan-summary>div+div{border-left:1px solid var(--line)}.scan-summary>div>span{border-radius:6px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.scan-summary .available>span{background:var(--green-soft);color:var(--green)}.scan-summary .missing>span{background:var(--red-soft);color:var(--red)}.scan-summary .invalid>span{background:var(--amber-soft);color:var(--amber)}.scan-summary .unreachable>span{background:var(--surface-muted);color:var(--text-muted)}.scan-summary p{flex-direction:column;min-width:0;margin:0;display:flex}.scan-summary strong{font-size:16px;line-height:1.2}.scan-summary small{color:var(--text-soft);white-space:nowrap;margin-top:4px;font-size:9px}.scan-meta{min-height:40px;color:var(--text-soft);justify-content:space-between;align-items:center;gap:16px;margin-bottom:15px;padding:0 4px;font-size:10px;display:flex}.scan-meta strong{color:var(--amber);font-weight:600}.list-toolbar{justify-content:space-between;align-items:center;gap:18px;min-height:42px;margin-bottom:10px;display:flex}.filter-tabs{align-items:center;gap:4px;display:flex}.filter-tabs button{min-width:52px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:5px;font-size:12px}.filter-tabs button:hover{color:var(--text)}.filter-tabs button.active{background:var(--blue-soft);color:var(--blue);font-weight:600}.sort-select{height:34px;color:var(--text-soft);align-items:center;gap:7px;font-size:11px;display:flex;position:relative}.sort-select select{appearance:none;border:1px solid var(--line);background:var(--surface);height:34px;color:var(--text-muted);cursor:pointer;border-radius:5px;outline:0;padding:0 28px 0 10px;font-size:11px}.sort-select svg{pointer-events:none;position:absolute;right:8px}.danger-text{color:var(--red);cursor:pointer;background:0 0;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.batch-actions{border:1px solid var(--blue-border);background:var(--blue-soft);border-radius:6px;align-items:center;gap:4px;min-height:36px;padding:3px 4px 3px 10px;display:flex}.batch-actions>span{color:var(--blue);white-space:nowrap;margin-right:3px;font-size:10px;font-weight:700}.batch-actions>button:not(.icon-button){min-height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:5px;align-items:center;gap:5px;padding:0 7px;font-size:10px;font-weight:600;display:inline-flex}.batch-actions>button:not(.icon-button):hover{background:var(--surface);color:var(--blue)}.batch-actions>button.danger-text{color:var(--red)}.batch-actions .icon-button{flex-basis:28px;width:28px;height:28px}.smart-sort-summary{background:var(--blue-soft);color:var(--blue);border-radius:6px;align-items:center;gap:9px;margin:18px 21px 0;padding:11px 12px;font-size:11px;display:flex}.smart-sort-summary strong{font-weight:700}.smart-sort-groups{flex-direction:column;gap:8px;max-height:min(430px,50vh);padding:15px 21px 5px;display:flex;overflow-y:auto}.smart-sort-group{border:1px solid var(--line);background:var(--surface-muted);border-radius:6px;padding:10px 12px}.smart-sort-group header{justify-content:space-between;align-items:center;gap:10px;display:flex}.smart-sort-group header>span{color:var(--text);align-items:center;gap:7px;font-size:12px;font-weight:700;display:inline-flex}.smart-sort-group header>span svg{color:var(--blue)}.smart-sort-group header small{color:var(--text-soft);white-space:nowrap;font-size:9px}.smart-sort-group p{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin:7px 0 0;font-size:10px;line-height:1.55;overflow:hidden}.file-surface{border:1px solid var(--line);background:var(--surface);border-radius:6px;min-height:310px;position:relative;overflow:visible}.file-surface.dragging{border-color:var(--blue)}.drop-overlay{z-index:12;border:2px dashed var(--blue);background:color-mix(in srgb, var(--blue-soft) 92%, transparent);color:var(--blue);pointer-events:none;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:8px}.drop-overlay strong{margin-top:12px;font-size:15px}.drop-overlay span{color:var(--text-muted);margin-top:5px;font-size:11px}.file-table-head,.file-row{grid-template-columns:42px minmax(280px,1.7fr) minmax(120px,.65fr) 100px 76px;align-items:center;display:grid}.file-table-head{border-bottom:1px solid var(--line);min-height:40px;color:var(--text-soft);padding:0 14px;font-size:10px;font-weight:600}.file-row{border-bottom:1px solid var(--line);min-height:65px;padding:0 14px;transition:background-color .14s;position:relative}.file-row:last-child{border-bottom:0}.file-row:hover,.file-row.selected{background:var(--surface-hover)}.check-cell{cursor:pointer;place-items:center;width:26px;height:34px;display:grid}.check-cell input{opacity:0;width:1px;height:1px;position:absolute}.check-cell span{border:1px solid var(--line-strong);background:var(--surface);border-radius:4px;width:15px;height:15px;position:relative}.check-cell input:checked+span{border-color:var(--blue);background:var(--blue)}.check-cell input:checked+span:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:7px;position:absolute;top:2px;left:4px;transform:rotate(45deg)}.file-name-cell{cursor:pointer;text-align:left;background:0 0;align-items:center;gap:12px;min-width:0;padding:7px 10px 7px 0;display:flex}.file-name-cell>span:last-child{flex-direction:column;min-width:0;display:flex}.file-name-cell strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.file-name-cell small{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:9px;overflow:hidden}.file-glyph{border-radius:6px;flex:0 0 36px;place-items:center;width:36px;height:36px;display:grid}.file-glyph.large{border-radius:8px;flex-basis:55px;width:55px;height:55px}.file-glyph.folder{background:var(--blue-soft);color:var(--blue)}.file-glyph.image{background:var(--violet-soft);color:var(--violet)}.file-glyph.video{background:var(--red-soft);color:var(--red)}.file-glyph.audio{background:var(--green-soft);color:var(--green)}.file-glyph.document{background:var(--amber-soft);color:var(--amber)}.file-glyph.archive,.file-glyph.file{background:var(--surface-muted);color:var(--text-muted)}.muted-cell{color:var(--text-muted);font-size:11px}.scan-row-mark{width:26px;height:34px;color:var(--blue);place-items:center;display:grid}.scan-status{white-space:nowrap;border-radius:5px;align-items:center;gap:5px;width:max-content;max-width:100%;min-height:25px;padding:0 8px;font-size:10px;font-weight:600;display:inline-flex}.scan-status.available{background:var(--green-soft);color:var(--green)}.scan-status.missing{background:var(--red-soft);color:var(--red)}.scan-status.invalid{background:var(--amber-soft);color:var(--amber)}.scan-status.unreachable{background:var(--surface-muted);color:var(--text-muted)}.scan-http{color:var(--text-soft);text-align:right;font-size:9px}.row-actions{justify-content:flex-end;align-items:center;gap:2px;display:flex;position:relative}.favorite-indicator,.card-favorite{color:var(--amber)}.item-menu{z-index:25;border:1px solid var(--line);background:var(--surface);width:142px;box-shadow:var(--shadow);border-radius:6px;flex-direction:column;padding:5px;display:flex;position:absolute;top:calc(100% - 3px);right:0}.item-menu button{min-height:34px;color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border-radius:4px;align-items:center;gap:9px;padding:0 9px;font-size:11px;display:flex}.item-menu button:hover{background:var(--surface-hover);color:var(--text)}.item-menu button.danger{color:var(--red)}.file-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;padding:16px;display:grid}.file-card{border:1px solid var(--line);background:var(--surface);border-radius:6px;min-width:0;height:166px;transition:all .15s;position:relative}.file-card:hover,.file-card.selected{border-color:var(--blue-border);background:var(--surface-hover);box-shadow:0 7px 22px #22385914}.card-actions{z-index:2;justify-content:space-between;display:flex;position:absolute;top:7px;left:7px;right:7px}.card-actions>.scan-status{margin-left:auto}.card-actions .item-menu{top:31px}.card-open{cursor:pointer;background:0 0;flex-direction:column;align-items:center;width:100%;min-width:0;height:100%;padding:37px 14px 12px;display:flex}.card-open strong{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;margin-top:12px;font-size:11px;overflow:hidden}.card-open small{color:var(--text-soft);margin-top:5px;font-size:9px}.card-favorite{position:absolute;bottom:10px;right:11px}.empty-state,.loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:340px;padding:40px 20px;display:flex}.empty-state>span{background:var(--blue-soft);width:62px;height:62px;color:var(--blue);border-radius:8px;place-items:center;display:grid}.empty-state h2{margin:16px 0 6px;font-size:15px}.empty-state p,.loading-state span{color:var(--text-muted);margin:0 0 18px;font-size:11px}.loading-state{color:var(--blue);gap:10px}.mobile-bottom-nav,.sidebar-scrim{display:none}.upload-progress{z-index:40;border:1px solid var(--line);background:var(--surface);width:min(340px,100vw - 32px);box-shadow:var(--shadow);border-radius:6px;align-items:center;gap:12px;padding:13px;display:flex;position:fixed;bottom:24px;right:24px}.progress-icon{background:var(--blue-soft);width:38px;height:38px;color:var(--blue);border-radius:6px;flex:0 0 38px;place-items:center;display:grid}.upload-progress>div{flex:1;min-width:0}.upload-progress strong{font-size:11px}.upload-progress p{color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 8px;font-size:10px;overflow:hidden}.admin-gate{background:var(--bg);min-height:100vh}.admin-gate-header{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;height:72px;padding:0 28px;display:flex}.admin-gate-header .brand-row{padding:0}.admin-gate-main{place-items:center;min-height:calc(100vh - 72px);padding:42px 20px;display:grid}.admin-login{border:1px solid var(--line);background:var(--surface);width:min(420px,100%);box-shadow:var(--shadow);border-radius:8px;padding:30px}.admin-lock{background:var(--blue-soft);width:52px;height:52px;color:var(--blue);border-radius:8px;place-items:center;display:grid}.admin-login-copy{margin:20px 0 25px}.admin-login-copy p{color:var(--blue);margin:0 0 7px;font-size:10px;font-weight:700}.admin-login-copy h1{margin:0;font-size:22px;line-height:1.3}.admin-login-copy span{color:var(--text-muted);margin-top:7px;font-size:11px;display:block}.admin-login-form{flex-direction:column;gap:14px;display:flex}.admin-login-form label{flex-direction:column;gap:7px;display:flex}.admin-login-form label>span{color:var(--text-muted);font-size:11px;font-weight:600}.admin-login-form input{border:1px solid var(--line-strong);background:var(--surface);width:100%;height:43px;color:var(--text);border-radius:6px;outline:0;padding:0 12px;font-size:12px}.admin-login-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.admin-submit{width:100%;margin-top:3px}.admin-security,.admin-checking{color:var(--text-soft);align-items:center;gap:8px;font-size:10px;display:flex}.admin-security{text-align:center;justify-content:center;margin:18px 0 0}.admin-checking{min-height:116px;color:var(--blue);justify-content:center}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#07111f7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{border:1px solid var(--line);background:var(--surface);width:min(430px,100%);box-shadow:var(--shadow);border-radius:8px;overflow:hidden}.modal.auth-modal{width:min(450px,100%)}.modal.modal-wide{width:min(560px,100%)}.modal>header{border-bottom:1px solid var(--line);align-items:flex-start;gap:11px;padding:18px 20px;display:flex}.modal-icon{background:var(--blue-soft);width:38px;height:38px;color:var(--blue);border-radius:6px;flex:0 0 38px;place-items:center;display:grid}.modal header>div{flex:1;min-width:0}.modal h2{overflow-wrap:anywhere;margin:0;font-size:16px}.modal header p{color:var(--text-muted);margin:4px 0 0;font-size:10px}.modal-form{flex-direction:column;gap:14px;padding:21px;display:flex}.modal-form label{flex-direction:column;gap:7px;display:flex}.modal-form label>span{color:var(--text-muted);font-size:11px;font-weight:600}.modal-form input{border:1px solid var(--line-strong);background:var(--surface);width:100%;height:42px;color:var(--text);border-radius:6px;outline:0;padding:0 12px;font-size:12px}.modal-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.modal-form select{border:1px solid var(--line-strong);background:var(--surface);width:100%;height:42px;color:var(--text);cursor:pointer;border-radius:6px;outline:0;padding:0 12px;font-size:12px}.modal-form select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1769e01a}.form-hint{color:var(--text-muted);margin:-4px 0 0;font-size:11px}.modal-actions{justify-content:flex-end;margin-top:4px;padding:0 20px 20px}.modal-form .modal-actions{margin:5px -1px -1px;padding:0}.form-error{color:var(--red);margin:-4px 0 0;font-size:11px}.tree-label{color:var(--text-muted);font-size:11px;font-weight:600}.folder-tree{border:1px solid var(--line-strong);background:var(--surface-muted);border-radius:6px;min-height:160px;max-height:min(390px,48vh);padding:5px;overflow-y:auto}.folder-tree>button{width:100%;min-height:48px;color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border-radius:5px;align-items:center;gap:9px;padding:5px 10px;display:flex}.folder-tree>button:hover{background:var(--surface-hover);color:var(--text)}.folder-tree>button.selected{background:var(--blue-soft);color:var(--blue)}.folder-tree>button>svg:first-child{flex:0 0 18px}.folder-tree>button>svg:last-child{flex:0 0 16px;margin-left:auto}.folder-tree>button>span{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.folder-tree strong,.folder-tree small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.folder-tree strong{font-size:11px}.folder-tree small{color:var(--text-soft);margin-top:2px;font-size:9px}.tree-loading{min-height:120px;color:var(--blue);justify-content:center;align-items:center;gap:8px;font-size:11px;display:flex}.batch-rename-list{flex-direction:column;gap:12px;max-height:min(410px,50vh);padding-right:3px;display:flex;overflow-y:auto}.batch-rename-list label>span{align-items:center;gap:7px;display:flex}.batch-rename-list .file-glyph{flex:0 0 24px;width:24px;height:24px}.batch-rename-list .file-glyph svg{width:15px;height:15px}.auth-tabs{border-bottom:1px solid var(--line);grid-template-columns:1fr 1fr;padding:0 20px;display:grid}.auth-tabs button{height:42px;color:var(--text-muted);cursor:pointer;background:0 0;border-bottom:2px solid #0000;font-size:12px;font-weight:600}.auth-tabs button.active{border-color:var(--blue);color:var(--blue)}.auth-form{gap:12px}.auth-submit{width:100%;margin-top:3px}.code-field{grid-template-columns:1fr auto;gap:8px;display:grid}.code-field button{border:1px solid var(--blue-border);background:var(--blue-soft);min-width:96px;color:var(--blue);cursor:pointer;border-radius:6px;font-size:11px;font-weight:600}.privacy-note,.delete-note{color:var(--text-soft);align-items:center;gap:7px;font-size:10px;display:flex}.privacy-note{justify-content:center;margin:0}.delete-note{background:var(--surface-muted);border-radius:6px;margin:18px 20px;padding:11px}.recursive-option{color:var(--red);cursor:pointer;align-items:flex-start;gap:9px;margin:0 20px 18px;font-size:11px;font-weight:600;display:flex}.recursive-option input{width:15px;height:15px;accent-color:var(--red);flex:0 0 15px}.preview-backdrop{z-index:110;color:#fff;background:#0c1118;flex-direction:column;display:flex;position:fixed;inset:0}.preview-backdrop>header{background:#151b23;border-bottom:1px solid #2a333e;justify-content:space-between;align-items:center;gap:16px;min-height:64px;padding:8px 18px;display:flex}.preview-backdrop header>div{align-items:center;gap:10px;min-width:0;display:flex}.preview-backdrop header span:not(.file-glyph){flex-direction:column;min-width:0;display:flex}.preview-backdrop header strong{text-overflow:ellipsis;white-space:nowrap;max-width:65vw;font-size:12px;overflow:hidden}.preview-backdrop header small{color:#8f9aaa;margin-top:3px;font-size:9px}.preview-backdrop .icon-button{color:#c0c8d2}.preview-backdrop .icon-button:hover{color:#fff;background:#232c37}.preview-stage{flex:1;place-items:center;min-height:0;padding:24px;display:grid;overflow:auto}.preview-stage>img,.preview-stage>video{object-fit:contain;max-width:100%;max-height:calc(100vh - 112px);display:block}.preview-stage>iframe{background:#fff;border:0;width:min(1100px,100%);height:calc(100vh - 112px)}.preview-empty,.audio-preview{text-align:center;flex-direction:column;align-items:center;display:flex}.preview-empty h2{margin:16px 0 7px;font-size:17px}.preview-empty p{color:#9aa5b4;margin:0 0 18px;font-size:11px}.audio-preview{gap:18px}.audio-preview audio{width:min(480px,80vw)}.toast{z-index:130;border:1px solid var(--line);background:var(--surface);max-width:min(390px,100vw - 32px);min-height:42px;box-shadow:var(--shadow);color:var(--text);border-radius:6px;align-items:center;gap:8px;padding:10px 14px;font-size:11px;display:flex;position:fixed;bottom:24px;right:24px}.toast.success{border-color:color-mix(in srgb, var(--green) 40%, var(--line));color:var(--green)}.toast.error{border-color:color-mix(in srgb, var(--red) 45%, var(--line));color:var(--red)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.spin,.spinning svg{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=980px){.sidebar{width:224px;transition:transform .2s;transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}.icon-button.sidebar-close,.icon-button.mobile-menu,.sidebar-scrim{display:grid}.sidebar-scrim{z-index:19;background:#07111f6b;position:fixed;inset:0}.workspace{margin-left:0}.topbar{padding:0 24px}.content-area{width:min(100% - 48px,1100px)}}@media (width<=720px){.admin-gate-header{height:62px;padding:0 14px}.admin-gate-main{align-items:start;min-height:calc(100vh - 62px);padding:38px 14px}.admin-login{padding:24px 20px}.topbar{gap:8px;height:62px;padding:0 14px}.top-actions .segmented,.top-actions .login-button{display:none}.search-box{flex:1;width:auto;min-width:0}.content-area{width:100%;padding:18px 14px 88px}.content-heading{align-items:flex-end;min-height:72px;margin-top:14px}.content-heading h1{max-width:56vw;font-size:21px}.heading-actions .secondary-button{width:38px;padding:0;font-size:0}.heading-actions .primary-button{display:none}.summary-row{margin:22px 0 18px}.scan-summary{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.scan-summary>div{padding:13px 10px}.scan-summary>div:nth-child(3){border-left:0}.scan-summary>div:nth-child(n+3){border-top:1px solid var(--line)}.scan-meta{flex-direction:column;align-items:flex-start;gap:4px;padding:9px 2px 7px}.summary-row>div{gap:7px;padding:13px 6px}.summary-icon{flex-basis:30px;width:30px;height:30px}.summary-icon svg{width:16px}.summary-row strong{font-size:12px}.summary-row small{font-size:8px}.list-toolbar{flex-direction:column;align-items:flex-start;gap:8px}.filter-tabs{width:100%;overflow-x:auto}.filter-tabs button{flex:1}.toolbar-right{flex-wrap:wrap;justify-content:flex-end;width:100%}.toolbar-right .batch-actions{order:-1;justify-content:space-between;width:100%}.batch-actions>button:not(.icon-button){white-space:nowrap;flex:none;padding-inline:6px}.batch-actions>span{flex:none}.danger-text{margin-right:auto}.file-table-head{display:none}.file-surface{background:0 0;border:0;min-height:360px}.file-table{flex-direction:column;gap:7px;display:flex}.file-row{border:1px solid var(--line);background:var(--surface);border-radius:6px;grid-template-columns:34px minmax(0,1fr) 42px;min-height:67px;padding:0 9px}.file-row .muted-cell{display:none}.file-row.scan-row{grid-template-columns:28px minmax(0,1fr) auto}.scan-row .scan-status{min-height:24px;padding-inline:6px}.scan-row .scan-http{display:none}.row-actions{justify-content:flex-end}.favorite-indicator{display:none}.file-name-cell{padding-right:3px}.file-name-cell strong{max-width:calc(100vw - 150px)}.item-menu{width:180px;position:fixed;top:auto;bottom:80px;right:18px}.file-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0}.file-card{height:156px}.mobile-bottom-nav{z-index:45;border-top:1px solid var(--line);background:color-mix(in srgb, var(--surface) 96%, transparent);height:66px;padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);grid-template-columns:repeat(5,minmax(0,1fr));display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-bottom-nav button{min-width:0;color:var(--text-soft);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:9px;display:flex}.mobile-bottom-nav button.active{color:var(--blue);font-weight:600}.mobile-bottom-nav.scan-mode{grid-template-columns:repeat(4,minmax(0,1fr))}.upload-progress,.toast{bottom:82px;right:16px}.modal-backdrop{align-items:end;padding:0}.modal,.modal.auth-modal{border-radius:8px 8px 0 0;width:100%;max-height:92vh;overflow-y:auto}.preview-backdrop>header{padding:8px 10px}.preview-stage{padding:12px}}@media (width<=420px){.summary-row>div{justify-content:center}.summary-icon{display:none}.sort-select>select{max-width:104px}.scan-summary>div>span{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
