:root{--ink:#263442;--muted:#8b98a7;--line:#edf0f3;--canvas:#f7f9fb;--panel:#ffffff;--blue:#1e9bf0;--blue-dark:#087ed1;--blue-soft:#eef8ff;--green:#36ad87;--red:#db6262;--shadow:0 10px 30px rgba(27,64,93,0.08)}*{box-sizing:border-box}body,html{min-height:100%}body{margin:0;color:var(--ink);background:var(--canvas);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button{cursor:pointer}.page-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);background:var(--canvas);font-size:14px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f5f9fc}.auth-panel{width:min(100%,410px);padding:42px;border:1px solid #e8eef3;border-radius:8px;background:var(--panel);box-shadow:var(--shadow)}.brand-mark{width:42px;height:42px;display:grid;place-items:center;color:#fff;background:var(--blue);border-radius:10px;box-shadow:0 8px 18px rgba(30,155,240,.2)}.brand-mark.small{width:30px;height:30px;border-radius:8px;box-shadow:none}.auth-panel h1{margin:18px 0 8px;color:#1f2d3a;font-size:30px;letter-spacing:0}.auth-copy{margin:0 0 30px;color:var(--muted);font-size:14px}.login-form label,.modal-panel label{display:block;margin-bottom:8px;color:#667483;font-size:12px;font-weight:700}.login-form input,.modal-panel input{width:100%;padding:12px 13px;border:1px solid #dfe7ed;border-radius:6px;outline:0;color:var(--ink);background:#fbfdfe;transition:border-color .16s,box-shadow .16s}.login-form input:focus,.modal-panel input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(30,155,240,.12)}.form-error{margin:9px 0 0;color:var(--red);font-size:12px}.danger-button,.primary-button,.secondary-button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 14px;border-radius:6px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,color .15s,transform .15s}.primary-button{border:1px solid var(--blue);color:#fff;background:var(--blue)}.primary-button:hover{border-color:var(--blue-dark);background:var(--blue-dark)}.primary-button:disabled{opacity:.55;cursor:wait}.upload-button{border-radius:18px;padding:0 19px;box-shadow:0 5px 12px rgba(30,155,240,.16)}.secondary-button{border:1px solid #dcecf6;color:#2792d6;background:#fff}.secondary-button:hover{border-color:#b8dff4;color:#087ed1;background:#f4fbff}.danger-button{border:1px solid #f1d9d9;color:var(--red);background:#fffafa}.danger-button:hover{border-color:#e9bcbc;background:#fff2f2}.full-width{width:100%;margin-top:22px}.app-shell{min-height:100vh;display:flex;background:var(--panel)}.sidebar{width:184px;position:fixed;inset:0 auto 0 0;z-index:2;display:flex;flex-direction:column;padding:20px 12px;border-right:1px solid #edf1f4;color:#667482;background:#fff}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:0 9px 26px;color:#273847;font-size:15px;font-weight:800}.sidebar-section-label{padding:0 11px 8px;color:#a2adb8;font-size:11px;font-weight:700}.sidebar-section-label.secondary{margin-top:24px}.nav-item,.sidebar-logout{width:100%;display:flex;align-items:center;gap:10px;border:0;border-radius:7px;padding:10px 11px;color:#708090;background:transparent;text-align:left;font-size:13px}.nav-item.active,.nav-item:hover{color:#168edc;background:#eef9ff}.nav-item.active svg{color:var(--blue)}.sidebar .nav-item+.nav-item{margin-top:8px}.storage-card{margin:0 8px;padding:13px 0 0;border-top:1px solid #f0f2f4}.storage-card-top{display:flex;align-items:center;justify-content:space-between;color:#5d6b77;font-size:12px;font-weight:700}.storage-card-top svg{color:#8dbdd9}.storage-bar{height:4px;margin:12px 0 8px;overflow:hidden;border-radius:4px;background:#eaf0f4}.storage-bar span{display:block;width:2%;height:100%;border-radius:4px;background:var(--blue)}.storage-card p{margin:0;color:#a0abb5;font-size:11px;line-height:1.5}.sidebar-logout{margin-top:auto;color:#8d99a5}.sidebar-logout:hover{color:#e05f65;background:#fff5f5}.content-shell{width:calc(100% - 184px);min-width:0;margin-left:184px}.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:1px solid var(--line);background:#fff}.topbar h2{margin:0;color:#263746;font-size:18px;font-weight:700;letter-spacing:0}.topbar-actions{display:flex;align-items:center;gap:9px}.icon-button{width:34px;height:34px;display:inline-grid;place-items:center;border:1px solid transparent;border-radius:6px;color:#82909d;background:transparent}.icon-button:hover{border-color:#e4edf2;color:#3e586d;background:#f7fafc}.icon-button.compact{width:30px;height:30px}.icon-button.danger:hover{border-color:#f1d7d7;color:var(--red);background:#fff8f8}.workspace{width:100%;padding:0 30px 56px}.workspace-toolbar{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:22px;border-bottom:1px solid #f0f3f5}.toolbar-actions{gap:9px}.search-box,.toolbar-actions{display:flex;align-items:center}.search-box{width:min(280px,34vw);height:34px;gap:7px;padding:0 13px;border:1px solid #e8edf1;border-radius:18px;color:#a1adb8;background:#f7f9fb}.search-box:focus-within{border-color:#b8dcf2;background:#fff;box-shadow:0 0 0 3px rgba(30,155,240,.08)}.search-box input{width:100%;border:0;outline:0;color:var(--ink);background:transparent;font-size:12px}.search-box input::placeholder{color:#aab5bf}.search-submit{flex:0 0 auto;border:0;padding:3px 0 3px 7px;color:var(--blue);background:transparent;font-size:12px;font-weight:700}.search-submit:hover{color:var(--blue-dark)}.conflict-select{height:34px;display:inline-flex;align-items:center;gap:5px;padding:0 8px;border:1px solid #e8edf1;border-radius:6px;color:#a0aab3;background:#fff;font-size:11px;white-space:nowrap}.conflict-select select{max-width:88px;border:0;outline:0;color:#6c7b89;background:transparent;font-size:11px;cursor:pointer}.workspace-subbar{min-height:52px;justify-content:space-between;gap:16px}.breadcrumbs,.workspace-subbar{display:flex;align-items:center}.breadcrumbs{min-width:0;flex-wrap:wrap;gap:2px}.breadcrumb-item{display:inline-flex;align-items:center;color:#aab4bd}.breadcrumb-item button{border:0;padding:5px 6px;color:#84919c;background:transparent;font-size:13px}.breadcrumb-item button.current,.breadcrumb-item button:hover,.search-result-label{color:#344958;font-weight:700}.search-result-label{padding:5px 6px;font-size:13px}.item-count{flex:0 0 auto;color:#a2adb6;font-size:11px}.upload-status{display:flex;align-items:center;gap:10px;padding:10px 13px;margin-bottom:13px;border:1px solid #d9edfa;border-radius:6px;color:#3d81ad;background:#f3faff;font-size:12px}.progress-track{width:180px;height:5px;margin-left:auto;overflow:hidden;border-radius:5px;background:#dceef9}.progress-track span{display:block;height:100%;border-radius:5px;background:var(--blue);transition:width .15s}.selection-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 12px;margin-bottom:13px;border:1px solid #d9edfa;border-radius:6px;color:#3d81ad;background:#f3faff}.selection-actions,.selection-summary{display:flex;align-items:center;gap:9px}.selection-summary strong{color:#3d6f94;font-size:12px}.clear-selection{border:0;padding:2px 4px;color:#7695ac;background:transparent;font-size:12px}.clear-selection:hover{color:var(--blue)}.list-header{display:flex;align-items:center;min-height:39px;color:#2e4250}.list-header strong{font-size:14px;font-weight:700}.file-list-wrap{position:relative;min-height:220px}.file-list{overflow:hidden;border-top:1px solid var(--line);background:#fff}.file-list-wrap.is-loading .file-list{opacity:.5;filter:saturate(.65);pointer-events:none}.directory-loading{position:absolute;inset:42px 0 0;display:flex;align-items:center;justify-content:center;gap:9px;color:#3e86b1;background:rgba(255,255,255,.78);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);font-size:12px;font-weight:700}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.file-list-head,.file-row{display:grid;grid-template-columns:32px minmax(240px,1fr) 105px 105px 175px 145px;align-items:center;min-height:53px;padding:0 18px;grid-gap:16px;gap:16px}.file-list-head{min-height:42px;color:#a1acb6;background:#fbfcfd;border-bottom:1px solid var(--line);font-size:11px}.file-row{border-bottom:1px solid #f1f3f5;font-size:13px}.file-row:last-child{border-bottom:0}.file-row:hover{background:#fbfdff}.checkbox-cell{width:24px;height:24px;display:inline-grid;place-items:center}.checkbox-cell input{width:15px;height:15px;margin:0;accent-color:var(--blue);cursor:pointer}.item-name{min-width:0;display:flex;align-items:center;gap:11px;border:0;padding:0;color:var(--ink);background:transparent;font-size:13px;text-align:left}.item-name>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-name>.item-main{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:3px;overflow:hidden;text-overflow:clip;white-space:normal}.item-main small,.item-main>span:first-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-main small{color:#a5afb8;font-size:10px;font-weight:500}.item-name:hover .item-main>span:first-child,.item-name:hover>span:last-child{color:var(--blue)}.item-icon{width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;border-radius:6px}.folder-icon{color:#f0b52e;background:#fff7df}.file-icon{color:#66849d;background:#edf4f8}.image-icon{color:#3d9b85;background:#e9f7f1}.text-icon{color:#617bd1;background:#eef1ff}.muted{min-width:0;overflow:hidden;color:#99a5af;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.row-actions{display:flex;align-items:center;justify-content:flex-end;gap:1px;opacity:.65;transition:opacity .15s}.file-row:hover .row-actions{opacity:1}.empty-state{min-height:245px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#a8b2bb;font-size:12px}.empty-state svg{color:#ccd5dc}.empty-state strong{color:#778692;font-size:13px}.system-error{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#9aa5ad;text-align:center}.system-error svg{color:#65a8cc}.system-error strong{color:#52606b;font-size:15px}.system-error span{max-width:520px;font-size:12px;line-height:1.6}.system-error .primary-button{margin-top:8px}.toast{position:fixed;top:78px;right:28px;z-index:20;display:flex;align-items:center;gap:11px;max-width:min(360px,calc(100vw - 32px));padding:12px 13px 12px 16px;border:1px solid #d9e5e1;border-radius:6px;color:#345d50;background:#f3fbf8;box-shadow:var(--shadow);font-size:13px}.toast button{display:grid;place-items:center;border:0;color:#75938a;background:transparent}.modal-backdrop{position:fixed;inset:0;z-index:10;display:grid;place-items:center;padding:20px;background:rgba(31,46,59,.32)}.modal-panel{width:min(100%,410px);padding:24px;border-radius:8px;background:#fff;box-shadow:0 20px 60px rgba(15,25,35,.2)}.move-panel{width:min(100%,470px)}.share-panel{width:min(100%,560px)}.share-manager-panel{width:min(100%,760px);max-height:calc(100vh - 40px);overflow-y:auto}.share-expiry-select{width:100%;min-height:38px;padding:0 11px;border:1px solid #dfe7ed;border-radius:6px;outline:0;color:var(--ink);background:#fbfdfe;font-size:13px}.share-expiry-select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(30,155,240,.12)}.share-expiry-select:disabled{color:#7b8995;background:#f7f9fb}.share-created{padding:14px;margin-top:18px;border:1px solid #d9edfa;border-radius:6px;background:#f5fbff}.share-link-row{display:flex;align-items:center;gap:8px}.share-link-row input{min-width:0;flex:1 1;overflow:hidden;padding:10px 11px;text-overflow:ellipsis;white-space:nowrap}.share-link-row .secondary-button{flex:0 0 auto}.share-created p{margin:8px 0 0;color:#6e899b;font-size:11px}.share-list{display:grid;grid-gap:10px;gap:10px}.share-item{padding:14px;border:1px solid var(--line);border-radius:6px;background:#fbfdfe}.share-item-foot,.share-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.share-item-head strong{min-width:0;overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.share-item-head p{margin:5px 0 0;color:#8997a2;font-size:11px}.share-status{flex:0 0 auto;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:700}.share-status.active{color:#268466;background:#e8f7f0}.share-status.inactive{color:#9b6e6e;background:#f9eded}.share-item .share-link-row{margin-top:13px}.share-item .share-link-row input{color:#627b8e;background:#fff;font-size:11px}.share-item-foot{margin-top:10px;color:#a2adb6;font-size:11px}.text-danger-button{display:inline-flex;align-items:center;gap:4px;border:0;padding:2px 0;color:var(--red);background:transparent;font-size:11px;cursor:pointer}.text-danger-button:hover{color:#b83e45;text-decoration:underline}.share-empty,.share-loading{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;color:#9aa8b2;font-size:12px}.share-empty strong{color:#6d7c87;font-size:13px}.share-page{width:100%;padding:26px 30px 56px}.share-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid #f0f3f5}.share-page-head h1{margin:0;color:#2b3d4b;font-size:20px}.share-page-head p{margin:7px 0 0;color:var(--muted);font-size:12px}.share-page-state{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#9aa8b2;font-size:12px}.share-page-state svg{color:#c8d5dd}.share-page-state strong{color:#6d7c87;font-size:14px}.share-table-wrap{margin-top:18px;overflow-x:auto;border-top:1px solid var(--line);background:#fff}.share-table{width:100%;min-width:960px;border-collapse:collapse;table-layout:fixed}.share-table td,.share-table th{padding:14px 16px;border-bottom:1px solid #f1f3f5;text-align:left;font-size:12px}.share-table th{color:#9aa6af;background:#fbfcfd;font-size:11px;font-weight:700}.share-table th:first-child{width:17%}.share-table th:nth-child(2){width:28%}.share-table th:nth-child(3){width:20%}.share-table th:nth-child(4){width:16%}.share-table th:nth-child(5){width:9%}.share-table th:nth-child(6){width:10%}.share-file-name{color:var(--ink);font-weight:700}.share-file-name,.share-table-link{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-table-link{display:block;color:var(--blue)}.share-table-link:hover{color:var(--blue-dark);text-decoration:underline}.share-table-muted{color:#8997a2}.share-table-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}.compact-button{min-height:30px;padding:0 10px;font-size:11px}.share-delete-button{white-space:nowrap}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:22px}.modal-head h3{margin:0;color:#2b3d4b;font-size:19px}.modal-subtitle{max-width:360px;overflow:hidden;margin:6px 0 0;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:22px}.folder-picker{max-height:300px;overflow-y:auto;padding:5px 0;border:1px solid var(--line);border-radius:6px}.tree-item{width:100%;display:flex;align-items:center;gap:8px;border:0;padding-top:9px;padding-right:10px;padding-bottom:9px;color:#5d6973;background:transparent;text-align:left;font-size:13px}.tree-item:hover{background:#f6fbfe}.tree-item.selected{color:var(--blue);background:var(--blue-soft);font-weight:700}.text-editor-panel{width:min(100%,860px);max-height:calc(100vh - 40px);overflow-y:auto}.text-editor-panel input[readonly]{color:#7b8995;background:#f7f9fb}.editor-format-label{margin-top:15px}.editor-format-select{width:100%;min-height:38px;padding:0 11px;border:1px solid #dfe7ed;border-radius:6px;outline:0;color:var(--ink);background:#fbfdfe;font-size:13px}.editor-format-select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(30,155,240,.12)}.editor-format-select:disabled{color:#7b8995;background:#f7f9fb}.editor-format-tabs{display:inline-flex;gap:3px;padding:3px;margin-top:15px;border:1px solid #e5edf2;border-radius:6px;background:#f7f9fb}.editor-format-tabs button{min-width:72px;border:0;border-radius:4px;padding:6px 10px;color:#7b8995;background:transparent;font-size:12px}.editor-format-tabs button:hover{color:var(--blue)}.editor-format-tabs button.selected{color:#187fba;background:#fff;box-shadow:0 1px 3px rgba(40,76,100,.1);font-weight:700}.editor-format-tabs button:disabled{cursor:default;opacity:.65}.text-editor-shell{min-height:420px;margin-top:12px;overflow:hidden;border:1px solid #dfe8ee;border-radius:6px;background:#fff}.text-editor-shell .cm-editor{min-height:420px;color:var(--ink);font-size:13px}.text-editor-shell .cm-scroller{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;line-height:1.65}.text-editor-shell .cm-focused{outline:0}.editor-loading{min-height:420px;display:flex;align-items:center;justify-content:center;gap:9px;color:#6f8796;font-size:13px}.editor-meta{display:flex;justify-content:space-between;margin-top:8px;color:#9aa8b2;font-size:11px}@media (max-width:1050px){.sidebar{width:176px}.content-shell{width:calc(100% - 176px);margin-left:176px}.topbar,.workspace{padding-right:22px;padding-left:22px}.workspace-toolbar{align-items:flex-start;flex-direction:column;justify-content:center;gap:10px;padding:12px 0}.toolbar-actions{width:100%}.search-box{width:min(320px,100%);margin-left:auto}}@media (max-width:720px){.sidebar{position:static;width:100%;height:auto;padding:13px 16px 9px;border-right:0;border-bottom:1px solid var(--line)}.app-shell{display:block}.sidebar-brand{padding:0 3px 12px}.sidebar-logout,.sidebar-section-label,.storage-card{display:none}.nav-item{width:auto;padding:8px 9px}.content-shell{width:100%;margin-left:0}.topbar{height:58px;padding:0 16px}.topbar h2{font-size:17px}.workspace{padding:0 15px 45px}.workspace-toolbar{gap:10px;padding:11px 0}.toolbar-actions{display:flex;flex-wrap:wrap;gap:6px}.toolbar-actions .conflict-select{justify-self:end}.search-box{width:100%;margin:0}.workspace-subbar{min-height:47px}.file-list{margin:0 -15px;border-right:0;border-left:0}.file-list-head{display:none}.directory-loading{inset:1px}.file-row{grid-template-columns:28px minmax(0,1fr) auto;min-height:66px;padding:0 15px;gap:8px}.file-row>.muted{display:none}.row-actions{grid-column:3;grid-row:1}.item-name{grid-column:2;grid-row:1}.checkbox-cell{grid-column:1;grid-row:1}.auth-panel{padding:30px 24px}.upload-status{flex-wrap:wrap}.progress-track{order:5;width:100%;margin-left:0}.selection-bar{align-items:flex-start;flex-direction:column}.selection-actions{width:100%}.selection-actions .danger-button,.selection-actions .secondary-button{flex:1 1;font-size:12px}.text-editor-panel{padding:17px}.editor-loading,.text-editor-shell,.text-editor-shell .cm-editor{min-height:330px}.text-editor-shell .cm-scroller{max-height:330px}.share-manager-panel,.share-panel{padding:17px}.share-page{padding:20px 15px 45px}.share-page-head{padding-bottom:18px}.share-page-head h1{font-size:18px}.share-page-head p{line-height:1.5}.share-table-wrap{margin-right:-15px;margin-left:-15px}.share-item-head{align-items:flex-start}.share-link-row{align-items:stretch;flex-direction:column}.share-link-row .secondary-button{width:100%}}