:root{font-family:Inter,SF Pro Text,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#172033;background:#f4f7fb;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #172033;--muted: #718096;--line: #e5eaf2;--panel: #ffffff;--primary: #315dfb;--primary-deep: #2147d5;--primary-soft: #eef2ff;--navy: #0d1830}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f7fb}button,input{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,[role=button]:focus-visible{outline:3px solid rgba(49,93,251,.22);outline-offset:2px}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.brand{display:flex;align-items:center;gap:11px}.brand-mark{width:40px;height:40px;display:grid;place-items:center;color:#fff;border-radius:12px;background:var(--primary);box-shadow:0 7px 18px #315dfb3d}.brand>span:last-child{display:grid;line-height:1}.brand strong{font-size:18px;letter-spacing:-.4px}.brand small{margin-top:5px;color:#8490a5;font-size:8px;font-weight:700;letter-spacing:1.5px}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(420px,1.05fr) minmax(480px,.95fr)}.login-story{position:relative;display:flex;min-height:100vh;padding:46px clamp(42px,7vw,108px);flex-direction:column;overflow:hidden;color:#fff;background:radial-gradient(circle at 18% 84%,rgba(77,126,255,.32),transparent 34%),radial-gradient(circle at 88% 20%,rgba(74,198,215,.2),transparent 28%),var(--navy)}.login-story:before,.login-story:after{position:absolute;content:"";border:1px solid rgba(255,255,255,.08);border-radius:50%}.login-story:before{width:520px;height:520px;right:-290px;top:80px}.login-story:after{width:280px;height:280px;right:-90px;top:200px}.login-story .brand{position:relative;z-index:1}.login-story .brand small{color:#7f8da9}.story-copy{position:relative;z-index:1;margin:auto 0;max-width:650px}.eyebrow,.login-kicker{display:block;margin-bottom:18px;color:#83a1ff;font-size:11px;font-weight:800;letter-spacing:2.3px}.story-copy h1{margin:0;font-size:clamp(42px,5vw,70px);line-height:1.15;letter-spacing:-3.8px}.story-copy p{max-width:540px;margin:28px 0 0;color:#aeb9cc;font-size:17px;line-height:1.9}.story-proof{position:relative;z-index:1;display:flex;align-items:center;gap:10px;color:#aeb9cc;font-size:13px}.story-proof svg{color:#6e91ff}.login-panel{display:grid;min-height:100vh;place-items:center;padding:48px;background:radial-gradient(circle at 85% 8%,rgba(49,93,251,.07),transparent 28%),#f8fafc}.login-card{width:min(100%,410px)}.mobile-logo{display:none}.login-card h2{margin:0;color:#182139;font-size:32px;letter-spacing:-1.2px}.login-hint{margin:12px 0 36px;color:var(--muted);font-size:14px}.login-card label{display:grid;gap:9px;margin-bottom:20px}.login-card label>span{font-size:13px;font-weight:700}.login-card input{width:100%;height:52px;border:1px solid #dce2ed;border-radius:12px;padding:0 16px;color:var(--ink);outline:none;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}.login-card input::placeholder{color:#a3adbe}.login-card input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #315dfb1a}.login-error{margin:-6px 0 18px;border-radius:9px;padding:10px 12px;color:#b42318;font-size:13px;background:#fff1f0}.login-button{width:100%;height:52px;display:flex;align-items:center;justify-content:center;border:0;border-radius:12px;color:#fff;font-weight:700;background:var(--primary);box-shadow:0 10px 26px #315dfb40;cursor:pointer;transition:transform .18s ease,background .18s ease}.login-button:hover:not(:disabled){transform:translateY(-1px);background:var(--primary-deep)}.login-button:disabled{cursor:wait;opacity:.75}.login-security{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:20px;color:#8a95a7;font-size:12px}.app-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:28px;background:#f6f8fc}.app-shell{min-height:100vh;background:#f4f7fb}.topbar{position:fixed;z-index:30;top:0;left:0;right:0;height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 28px;background:#fffffff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.topbar-left,.topbar-right,.user-menu{display:flex;align-items:center}.topbar-left{gap:10px}.topbar-right{gap:24px}.connection-pill{display:flex;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:999px;padding:7px 11px;color:#657187;font-size:11px;font-weight:700}.connection-pill>span,.online-dot{width:7px;height:7px;border-radius:50%;background:#22b573;box-shadow:0 0 0 3px #22b5731f}.user-menu{gap:10px}.avatar{width:35px;height:35px;display:grid;place-items:center;border-radius:10px;color:#2846b5;font-size:13px;font-weight:800;background:#e7ecff}.user-menu>div{display:grid;min-width:72px}.user-menu strong{max-width:110px;overflow:hidden;font-size:12px;text-overflow:ellipsis}.user-menu small{margin-top:2px;color:#8c97a8;font-size:10px}.icon-button,.row-action{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:8px;color:#657187;background:transparent;cursor:pointer}.icon-button:hover,.row-action:hover{color:var(--primary);background:#f0f3f9}.mobile-menu{display:none}.sidebar{position:fixed;z-index:20;top:72px;bottom:0;left:0;width:260px;display:flex;border-right:1px solid var(--line);padding:28px 16px 20px;flex-direction:column;background:#fbfcfe}.sidebar-mobile-head{display:none}.sidebar-label{padding:0 13px 13px;color:#9aa4b4;font-size:10px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase}.tree{min-height:0;overflow:auto;flex:1}.tree-row{height:40px;display:flex;align-items:center;gap:8px;border-radius:9px;padding-right:10px;color:#657187;font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none}.tree-row:hover{color:#32405a;background:#f1f4f9}.tree-row.active{color:#294fcf;font-weight:700;background:#edf1ff}.tree-row>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.tree-row>svg{flex:0 0 auto;color:#f3ae3d;fill:#f3ae3d1f}.tree-toggle{width:18px;height:24px;display:grid;place-items:center;flex:0 0 auto;border:0;padding:0;color:#98a2b3;background:transparent;cursor:pointer}.storage-card{position:relative;display:flex;align-items:center;gap:11px;border:1px solid #e4e9f2;border-radius:12px;padding:13px;background:#fff}.storage-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:var(--primary);background:var(--primary-soft)}.storage-card>div{min-width:0}.storage-card strong{display:block;font-size:11px}.storage-card p{margin:4px 0 0;color:#8a95a7;font-size:9px;line-height:1.4}.storage-card .online-dot{position:absolute;top:12px;right:11px}.file-main{min-height:100vh;margin-left:260px;padding:110px clamp(24px,4vw,58px) 38px}.workspace-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:24px}.breadcrumbs{display:flex;align-items:center;min-height:22px;margin-bottom:6px}.breadcrumbs span{display:flex;align-items:center}.breadcrumbs button{border:0;padding:2px 4px;color:#8490a3;font-size:11px;background:transparent;cursor:pointer}.breadcrumbs button:hover{color:var(--primary)}.breadcrumbs svg{color:#a6afbd}.workspace-head h1{margin:0;color:#182139;font-size:28px;letter-spacing:-.9px}.workspace-head p{margin:6px 0 0;color:#8a95a7;font-size:12px}.head-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.upload-button,.download-button,.folder-button,.delete-button,.secondary-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:0 16px;font-size:12px;font-weight:700;cursor:pointer}.upload-button{border:1px solid var(--primary);color:#fff;background:var(--primary);box-shadow:0 7px 18px #315dfb2e}.upload-button:hover:not(:disabled){background:var(--primary-deep)}.download-button,.folder-button,.secondary-button{border:1px solid #dce2ec;color:#40506b;background:#fff}.download-button:hover:not(:disabled),.folder-button:hover:not(:disabled),.secondary-button:hover{border-color:#bdc8da;color:var(--primary)}.delete-button{border:1px solid #f0d4d1;color:#c33f35;background:snow}.delete-button:hover:not(:disabled){border-color:#e6b7b2;color:#a52e25;background:#fff4f2}.upload-button:disabled,.download-button:disabled,.folder-button:disabled,.delete-button:disabled{cursor:not-allowed;opacity:.48}.file-panel{min-height:480px;overflow:hidden;border:1px solid #e1e6ef;border-radius:15px;background:var(--panel);box-shadow:0 8px 28px #1821390a}.file-toolbar{height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f5;padding:0 18px}.search-box{width:min(320px,55%);height:38px;display:flex;align-items:center;gap:9px;border:1px solid #e1e6ef;border-radius:9px;padding:0 11px;color:#8a95a7;background:#f9fafc}.search-box:focus-within{border-color:#bdc9f8;background:#fff;box-shadow:0 0 0 3px #315dfb12}.search-box input{width:100%;border:0;outline:0;color:var(--ink);font-size:12px;background:transparent}.search-box input::placeholder{color:#9da7b7}.search-box button{width:22px;height:22px;display:grid;place-items:center;border:0;padding:0;color:#8792a5;background:transparent;cursor:pointer}.view-switch{display:flex;border:1px solid #e1e6ee;border-radius:8px;padding:3px;background:#f7f9fc}.view-switch button{width:31px;height:28px;display:grid;place-items:center;border:0;border-radius:6px;color:#8a95a7;background:transparent;cursor:pointer}.view-switch button.active{color:var(--primary);background:#fff;box-shadow:0 1px 4px #1720331f}.file-table-wrap{min-height:370px;overflow-x:auto}.file-table{width:100%;border-collapse:collapse;table-layout:fixed}.file-table th{height:40px;border-bottom:1px solid #edf0f5;padding:0 14px;color:#9aa4b3;font-size:10px;font-weight:700;text-align:left;text-transform:uppercase}.file-table th:nth-child(2){width:48%}.file-table th:nth-child(3){width:14%}.file-table th:nth-child(4){width:24%}.file-table td{height:65px;border-bottom:1px solid #f0f2f6;padding:0 14px;color:#6f7b8f;font-size:11px}.file-table tbody tr{transition:background .15s ease}.file-table tbody tr:hover,.file-table tbody tr.selected{background:#f8faff}.file-table tbody tr:last-child td{border-bottom:0}.check-cell{width:46px;padding-left:18px!important;padding-right:4px!important}.actions-cell{width:92px;text-align:center!important}.row-actions,.card-actions{display:flex;align-items:center;justify-content:center;gap:2px}.row-action.danger:hover{color:#c33f35;background:#fff0ee}.check-box{width:17px;height:17px;display:grid;place-items:center;border:1px solid #cdd5e2;border-radius:5px;padding:0;color:#fff;background:#fff;cursor:pointer}.check-box.checked{border-color:var(--primary);background:var(--primary)}.file-name{width:100%;display:flex;align-items:center;gap:12px;border:0;padding:0;text-align:left;background:transparent;cursor:pointer}.file-name>span:last-child{min-width:0;display:grid}.file-name strong{overflow:hidden;color:#28344a;font-size:12px;font-weight:650;white-space:nowrap;text-overflow:ellipsis}.file-name small{max-width:260px;overflow:hidden;margin-top:4px;color:#9ba5b5;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.file-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:#718096;background:#f0f3f7}.file-kind-directory .file-icon,.grid-file-icon.file-kind-directory{color:#f0a532;background:#fff7e8}.file-grid{min-height:370px;display:grid;grid-template-columns:repeat(auto-fill,minmax(152px,1fr));gap:14px;padding:20px}.file-card{height:174px;display:flex;min-width:0;border:1px solid #e7ebf2;border-radius:13px;padding:12px;flex-direction:column;align-items:center;background:#fff;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.file-card:hover{transform:translateY(-2px);border-color:#d5ddec;box-shadow:0 8px 20px #17203312}.file-card.selected{border-color:#aebdf9;background:#f7f9ff;box-shadow:inset 0 0 0 1px #315dfb1f}.card-top{width:100%;display:flex;justify-content:space-between}.card-actions{justify-content:flex-end}.grid-file-icon{width:64px;height:64px;display:grid;place-items:center;border:0;border-radius:16px;color:#718096;background:#f2f4f8;cursor:pointer}.file-card>strong{width:100%;overflow:hidden;margin-top:10px;color:#344057;font-size:11px;text-align:center;white-space:nowrap;text-overflow:ellipsis}.file-card>span{margin-top:4px;color:#9aa4b4;font-size:9px}.content-loading,.empty-state{min-height:410px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#8a95a7}.content-loading{gap:12px;font-size:12px}.empty-illustration{width:84px;height:84px;display:grid;place-items:center;border:1px solid #dde4f1;border-radius:26px;color:#8296d9;background:#f4f6ff;transform:rotate(-3deg)}.empty-illustration svg{transform:rotate(3deg)}.empty-state h3{margin:22px 0 7px;color:#39465e;font-size:15px}.empty-state p{margin:0 0 18px;color:#929cad;font-size:11px}.secondary-button{min-height:37px}.panel-footer{min-height:45px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf0f5;padding:0 18px;color:#97a1b0;font-size:9px}.panel-footer span:last-child{display:flex;align-items:center;gap:6px;color:#6d7a8f}.panel-footer svg{color:#21a86b}.drop-overlay{position:fixed;z-index:80;inset:16px;display:grid;place-items:center;border:2px dashed rgba(78,112,235,.65);border-radius:20px;background:#eef3ffeb;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.drop-overlay>div{text-align:center}.drop-overlay span{width:78px;height:78px;display:grid;margin:0 auto;place-items:center;border-radius:23px;color:#fff;background:var(--primary);box-shadow:0 16px 38px #315dfb47}.drop-overlay h2{margin:22px 0 7px;color:#27385f;font-size:23px}.drop-overlay p{margin:0;color:#6f7d98;font-size:13px}.upload-progress{position:fixed;z-index:90;right:28px;bottom:28px;width:330px;border:1px solid #dfe5ef;border-radius:13px;padding:15px;background:#fff;box-shadow:0 16px 45px #151f3529}.progress-copy{display:flex;align-items:center;gap:10px;color:var(--primary)}.progress-copy>span{display:grid;flex:1}.progress-copy strong{color:#344057;font-size:11px}.progress-copy small{margin-top:3px;color:#99a3b3;font-size:9px}.progress-copy b{color:#56647b;font-size:11px}.progress-track{height:4px;overflow:hidden;margin-top:12px;border-radius:999px;background:#edf0f5}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--primary);transition:width .18s ease}.toast{position:fixed;z-index:100;left:50%;bottom:28px;display:flex;align-items:center;gap:9px;border-radius:10px;padding:11px 15px;color:#fff;font-size:12px;font-weight:650;background:#263248;box-shadow:0 12px 32px #151f3538;transform:translate(-50%);animation:toast-in .22s ease both}.toast.success svg{color:#76e2aa}.toast.error svg{color:#ff9d91}.modal-backdrop{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:24px;background:#0b14257a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:modal-fade .18s ease both}.modal-card{width:min(100%,460px);border:1px solid #e2e7ef;border-radius:16px;padding:24px;background:#fff;box-shadow:0 24px 70px #0c162a3d;animation:modal-in .2s ease both}.modal-heading{position:relative;display:flex;align-items:flex-start;gap:13px;padding-right:32px}.modal-heading>div{min-width:0;flex:1}.modal-heading h2{overflow-wrap:anywhere;margin:1px 0 6px;color:#263248;font-size:18px;letter-spacing:-.3px}.modal-heading p{margin:0;color:#7d899c;font-size:12px;line-height:1.65}.modal-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px}.modal-icon.folder{color:#315dfb;background:#eef2ff}.modal-icon.danger{color:#c73e34;background:#fff0ee}.modal-close{position:absolute;top:-5px;right:-6px}.modal-field{display:grid;gap:8px;margin-top:24px}.modal-field>span{color:#46536a;font-size:12px;font-weight:700}.modal-field input{width:100%;height:46px;border:1px solid #dce2ed;border-radius:10px;padding:0 13px;color:#253149;outline:none}.modal-field input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #315dfb17}.modal-error{margin-top:14px;border-radius:8px;padding:9px 11px;color:#b42318;font-size:11px;background:#fff1f0}.directory-warning{display:flex;align-items:flex-start;gap:9px;margin-top:20px;border:1px solid #f1ddd9;border-radius:10px;padding:11px 12px;color:#9e4138;font-size:11px;line-height:1.55;background:#fff8f7}.directory-warning svg{margin-top:1px;flex:0 0 auto}.delete-preview{display:grid;gap:7px;max-height:140px;overflow:auto;margin-top:17px;border:1px solid #e8ebf1;border-radius:10px;padding:10px 12px;background:#fafbfd}.delete-preview span{display:flex;align-items:center;gap:8px;overflow:hidden;color:#59667b;font-size:11px;white-space:nowrap;text-overflow:ellipsis}.delete-preview span svg{flex:0 0 auto}.delete-preview small{color:#8c97a8;font-size:10px}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:24px}.modal-actions button{min-width:88px;height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:9px;padding:0 15px;font-size:12px;font-weight:700;cursor:pointer}.modal-actions button:disabled{cursor:not-allowed;opacity:.55}.modal-cancel{border:1px solid #dce2ec;color:#59667b;background:#fff}.modal-primary{border:1px solid var(--primary);color:#fff;background:var(--primary)}.modal-danger{border:1px solid #c43d33;color:#fff;background:#c43d33}@keyframes modal-fade{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.985)}}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,8px)}}.mobile-scrim{display:none}@media(max-width:880px){.login-page{grid-template-columns:1fr}.login-story{display:none}.login-panel{padding:34px 24px}.mobile-logo{display:block;margin-bottom:64px}.topbar{height:66px;padding:0 18px}.mobile-menu{display:grid}.sidebar{z-index:60;top:0;width:min(86vw,300px);padding-top:18px;transform:translate(-105%);transition:transform .22s ease;box-shadow:20px 0 50px #141e3226}.sidebar.open{transform:translate(0)}.sidebar-mobile-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.mobile-scrim{position:fixed;z-index:55;inset:0;display:block;border:0;padding:0;pointer-events:none;opacity:0;background:#0a122261;transition:opacity .22s ease}.mobile-scrim.show{pointer-events:auto;opacity:1}.file-main{margin-left:0;padding:96px 20px 28px}}@media(max-width:640px){.topbar .brand>span:last-child,.connection-pill,.user-menu>div{display:none}.topbar-right{gap:6px}.workspace-head{align-items:stretch;flex-direction:column}.head-actions{display:grid;grid-template-columns:1fr 1fr}.file-main{padding-right:12px;padding-left:12px}.file-toolbar{padding:0 12px}.search-box{width:calc(100% - 78px)}.file-table th:nth-child(3),.file-table td:nth-child(3),.file-table th:nth-child(4),.file-table td:nth-child(4){display:none}.file-table th:nth-child(2){width:auto}.file-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px}.panel-footer span:last-child{display:none}.upload-progress{right:12px;bottom:12px;left:12px;width:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
