:root{color:#172033;background:#f8fafc;font-family:Segoe UI Variable,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #0f6cf5;--blue-strong: #0759d9;--blue-soft: #edf4ff;--teal: #078f88;--teal-strong: #067a74;--teal-soft: #eaf7f5;--ink: #141a24;--muted: #667085;--line: #e4e9f0;--surface: #ffffff;--danger: #c4314b;--radius: 10px}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100dvh;overflow-x:hidden;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgb(15 108 245 / 24%);outline-offset:2px}button:active:not(:disabled){transform:translateY(1px)}button:disabled{cursor:not-allowed;opacity:.48}.button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid transparent;border-radius:8px;background:transparent;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .12s ease}.button svg{font-size:20px}.button.primary{color:#fff;background:var(--blue);border-color:var(--blue)}.button.primary:hover:not(:disabled){background:var(--blue-strong)}.button.secondary{color:#202938;background:#fff;border-color:#d7dde6}.button.secondary:hover:not(:disabled){background:#f7f9fc;border-color:#bbc5d3}.button.large{min-height:48px;padding-inline:22px}.button.danger-button{color:#fff;background:var(--danger);border-color:var(--danger)}.icon-button{width:40px;height:40px;display:inline-grid;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;cursor:pointer}.icon-button:hover{background:#f0f3f7}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand>span{width:42px;height:34px;display:grid;place-items:center;color:var(--blue)}.brand>span svg{font-size:38px}.brand strong{font-size:22px;letter-spacing:-.03em;color:#10151d}.auth-screen{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#f7f9fd}.auth-panel{width:min(430px,100%);padding:38px;text-align:center;border:1px solid #e2e7ee;border-radius:16px;background:#fff;box-shadow:0 24px 70px #1b2e4c17}.cloud-mark{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 12px;border-radius:16px;color:var(--blue);background:var(--blue-soft)}.cloud-mark svg{font-size:38px}.auth-brand{margin:0;font-weight:700;color:#22304a}.auth-panel h1{margin:28px 0 10px;font-size:32px;letter-spacing:-.04em}.auth-panel>p:not(.auth-brand){margin:0 auto;color:var(--muted);line-height:1.7;max-width:32ch}.auth-message{display:grid;gap:8px;margin:24px 0;line-height:1.6}.auth-message span{color:var(--muted)}.auth-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.status-spinner{width:26px;height:26px;display:block;margin:20px auto 0;border:3px solid #dce7fb;border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-box{height:44px;width:min(620px,48vw);display:flex;align-items:center;gap:10px;padding:0 13px;border:1px solid #d8dee8;border-radius:9px;background:#fff;color:#667085}.search-box:focus-within{border-color:#8ab5f8;box-shadow:0 0 0 3px #0f6cf51a}.search-box svg{font-size:22px;flex:none}.search-box input{min-width:0;flex:1;border:0;outline:0;color:var(--ink);background:transparent}.search-box input::placeholder{color:#9aa3b2}.search-box kbd{padding:3px 7px;border:1px solid #dde2e9;border-radius:5px;background:#fbfcfd;color:#8b94a3;font:12px Segoe UI,sans-serif}.profile-wrap{position:relative}.profile-button{height:44px;max-width:190px;display:flex;align-items:center;gap:8px;padding:3px 8px 3px 3px;border:0;border-radius:24px;background:transparent;cursor:pointer}.profile-button:hover{background:#f2f5f8}.profile-button>img,.profile-button>span{width:38px;height:38px;display:grid;place-items:center;flex:none;border-radius:50%;object-fit:cover;color:#17665f;background:#cdeee9;font-weight:700}.profile-button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.profile-menu,.row-menu-popover{position:absolute;z-index:30;right:0;top:calc(100% + 8px);min-width:210px;padding:8px;border:1px solid #dfe4eb;border-radius:10px;background:#fff;box-shadow:0 16px 36px #22334c24}.profile-menu p{margin:8px 10px 10px;color:var(--muted);font-size:13px;overflow:hidden;text-overflow:ellipsis}.profile-menu button,.row-menu-popover button{width:100%;min-height:38px;display:flex;align-items:center;gap:10px;padding:0 10px;border:0;border-radius:7px;background:transparent;cursor:pointer;text-align:left}.profile-menu button:hover,.row-menu-popover button:hover{background:#f2f5f8}.row-menu-popover button.danger{color:var(--danger)}.storage-meter{color:var(--muted);font-size:12px}.storage-meter>div:first-child{display:flex;flex-direction:column;gap:5px}.storage-meter strong{color:#515c6d;font-weight:500}.storage-track,.task-progress{height:5px;overflow:hidden;margin-top:10px;border-radius:999px;background:#e6eaf0}.storage-track i,.task-progress i{height:100%;display:block;border-radius:inherit;background:var(--blue)}.web-drive{min-height:100dvh;background:#fff}.web-sidebar{position:fixed;inset:0 auto 0 0;z-index:20;width:294px;display:flex;flex-direction:column;padding:28px 20px 20px;border-right:1px solid #e4e9ef;background:#fbfcff}.web-sidebar .brand{padding:0 12px 28px}.web-sidebar nav{display:grid;gap:6px}.web-sidebar nav button,.sidebar-settings{width:100%;min-height:52px;display:flex;align-items:center;gap:14px;padding:0 16px;border:0;border-radius:9px;background:transparent;font-size:15px;cursor:pointer}.web-sidebar nav button svg,.sidebar-settings svg{font-size:23px;color:#444d5c}.web-sidebar nav button:hover,.sidebar-settings:hover{background:#f0f4f9}.web-sidebar nav button.active{color:var(--blue-strong);background:#eaf2ff;font-weight:650}.web-sidebar nav button.active svg{color:var(--blue)}.web-sidebar .storage-meter{margin-top:auto;padding:18px 12px}.sidebar-settings{margin-top:4px;color:#535e70}.web-topbar{position:fixed;z-index:18;left:294px;right:0;top:0;height:96px;display:flex;align-items:center;gap:24px;padding:0 36px;border-bottom:1px solid #edf0f4;background:#fffffff5}.web-topbar .search-box{height:52px}.web-top-actions .button{min-height:52px;padding-inline:18px}.web-top-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.mobile-menu{display:none}.web-main{min-height:100dvh;margin-left:294px;padding:120px 36px 60px}.page-title h1{margin:0;color:#111721;font-size:32px;letter-spacing:-.04em}.page-title p{margin:7px 0 0;color:var(--muted);font-size:14px}.error-banner{min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin:18px 0;padding:8px 12px 8px 16px;border:1px solid #f0bec7;border-radius:9px;color:#8f2034;background:#fff5f6}.error-banner button{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:inherit;font-weight:600;cursor:pointer}.web-recent-section{margin-top:34px}.web-recent-section>header,.gallery-section>header,.continue-section>header{display:flex;align-items:center;justify-content:space-between}.web-recent-section h2,.gallery-section h2,.continue-section h2{margin:0;font-size:18px;letter-spacing:-.02em}.web-recent-section>header>button{display:inline-flex;align-items:center;gap:3px;border:0;background:transparent;color:var(--blue);cursor:pointer}.web-recent-section>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px}.web-recent-card{min-width:0;height:224px;display:flex;flex-direction:column;overflow:hidden;padding:0;border:1px solid #dfe5ec;border-radius:10px;background:#fff;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.web-recent-card:hover{border-color:#aab8ca;box-shadow:0 12px 30px #2d3e5614;transform:translateY(-1px)}.recent-card-title{min-height:64px;display:flex;align-items:center;gap:11px;padding:12px 16px}.recent-card-title>svg{width:34px;height:34px;padding:6px;border-radius:7px}.recent-card-title span{min-width:0;display:grid;gap:4px}.recent-card-title strong,.recent-card-title small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-card-title small{color:var(--muted)}.recent-card-preview{min-height:0;flex:1;overflow:hidden;margin:0 14px 14px;border-radius:7px;background:#f3f5f8}.recent-card-preview img,.recent-card-preview video,.recent-card-preview>span{width:100%;height:100%;object-fit:cover}.web-files-section{margin-top:34px}.file-toolbar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line)}.breadcrumbs{min-width:0;display:flex;align-items:center;gap:4px;overflow:hidden}.breadcrumbs>button,.breadcrumbs span button{max-width:180px;overflow:hidden;padding:5px 4px;border:0;background:transparent;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.breadcrumbs>button:first-child{display:inline-flex;align-items:center;gap:5px;margin-right:8px;color:#344054}.breadcrumbs span{display:flex;align-items:center;min-width:0;color:#98a2b3}.view-controls{display:flex;align-items:center;flex:none}.view-controls>span{margin-right:14px;color:var(--muted);font-size:13px}.view-controls button{width:38px;height:36px;display:grid;place-items:center;border:1px solid transparent;background:transparent;cursor:pointer}.view-controls button.active{color:var(--blue);border-color:#b9d1fa;background:#f2f7ff}.selection-bar{min-height:52px;display:flex;align-items:center;gap:8px;padding:6px 10px;border-bottom:1px solid #cfe0fb;background:#f4f8ff}.selection-bar strong{margin-right:auto}.selection-bar button{min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border:0;border-radius:6px;background:transparent;cursor:pointer}.selection-bar button:hover{background:#e6effd}.web-file-table{width:100%}.file-row{min-height:64px;display:grid;grid-template-columns:38px minmax(260px,2fr) minmax(130px,.8fr) 100px 100px 44px;align-items:center;gap:12px;border-bottom:1px solid #e8ecf1;color:#5d6675;font-size:14px}.file-row.table-head{min-height:48px;color:#4b5565;font-weight:500}.file-row:not(.table-head):hover{background:#fafbfc}.file-row.selected{background:#f2f7ff}.file-row input{width:18px;height:18px;accent-color:var(--blue)}.file-name{min-width:0;display:flex;align-items:center;gap:12px;padding:0;border:0;background:transparent;text-align:left;cursor:pointer}.file-name>svg{width:32px;height:32px;padding:5px;border-radius:6px}.file-name>span{min-width:0;display:grid;gap:3px}.file-name strong,.file-name small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-name strong{color:#202735;font-size:14px;font-weight:600}.file-name small{color:#8a94a3;font-size:12px}.favorite-star{color:#f5af19;flex:none}.row-menu{position:relative}.row-menu-popover{top:34px}.management-heading{color:#334155;font-size:14px}.management-list{display:grid}.management-row{min-height:82px;display:grid;grid-template-columns:46px minmax(220px,1.5fr) minmax(190px,1fr) auto;align-items:center;gap:14px;padding:12px 14px;border-bottom:1px solid #e8ecf1}.management-row:hover{background:#fafbfc}.management-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px}.management-icon>svg{width:25px;height:25px}.management-icon.share{color:#2563b8;background:#edf4ff}.management-icon.trash{background:#f4f6f8}.management-icon.trash>svg{padding:3px;border-radius:6px}.management-primary,.management-meta{min-width:0;display:grid;gap:5px}.management-primary strong,.management-primary span,.management-meta span,.management-meta small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.management-primary strong{color:#202735;font-size:14px}.management-primary span,.management-meta{color:var(--muted);font-size:12px}.management-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.management-actions .button{min-height:36px;padding-inline:11px}.quiet-danger{color:var(--danger);border-color:transparent;background:transparent}.quiet-danger:hover:not(:disabled){border-color:#f4ccd3;background:#fff5f6}.desktop-drive .management-list{margin-top:16px;overflow:hidden;border:1px solid #e5e2dd;border-radius:10px;background:#fff}.desktop-drive .management-row:last-child{border-bottom:0}.desktop-drive .management-icon.share{color:var(--teal);background:var(--teal-soft)}.file-type-icon.type-folder{color:#eaa800;background:#fff7d8}.file-type-icon.type-image{color:#168c72;background:#e8f7f2}.file-type-icon.type-video{color:#7956d8;background:#f0ecff}.file-type-icon.type-audio{color:#8b49bc;background:#f5eefd}.file-type-icon.type-pdf{color:#d14343;background:#fff0f0}.file-type-icon.type-document{color:#2b6fd6;background:#edf4ff}.preview-fallback{display:grid;place-items:center;background:#f4f6f9}.preview-fallback>svg{width:64px;height:64px;padding:14px;border-radius:12px}.compact-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;padding-top:18px}.compact-grid>button{min-width:0;overflow:hidden;padding:0;border:1px solid #e0e5ec;border-radius:10px;background:#fff;text-align:left;cursor:pointer}.compact-grid>button>div{aspect-ratio:4 / 3;overflow:hidden;background:#f4f6f8}.compact-grid img,.compact-grid video,.compact-grid .preview-fallback{width:100%;height:100%;object-fit:cover}.compact-grid>button>span{display:flex;align-items:center;gap:8px;padding:12px}.compact-grid>button>span>svg{flex:none}.compact-grid strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-state,.loading-state{min-height:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.empty-state>span{width:74px;height:74px;display:grid;place-items:center;border-radius:18px;color:#7b8ca6;background:#f0f4f8}.empty-state>span svg{font-size:38px}.empty-state h2,.loading-state strong{margin:18px 0 6px;font-size:18px;color:#243044}.empty-state p,.loading-state p{margin:0 0 20px;color:var(--muted)}.desktop-drive{min-height:100dvh;background:#fffdfa}.desktop-topbar{position:fixed;z-index:20;inset:0 0 auto 0;height:72px;display:flex;align-items:center;gap:28px;padding:0 24px;border-bottom:1px solid #e7e4df;background:#fffdfaf5}.desktop-topbar .brand{width:166px}.desktop-topbar .brand>span{color:var(--teal)}.desktop-topbar nav{height:100%;display:flex;align-items:stretch;gap:6px}.desktop-topbar nav button{position:relative;min-width:62px;padding:0 15px;border:0;background:transparent;font-size:15px;cursor:pointer}.desktop-topbar nav button:after{content:"";position:absolute;left:15px;right:15px;bottom:0;height:2px;background:transparent}.desktop-topbar nav button.active{color:var(--teal);font-weight:650}.desktop-topbar nav button.active:after{background:var(--teal)}.desktop-search{width:min(520px,37vw);margin-left:auto}.desktop-actions{display:flex;align-items:center;gap:10px}.desktop-upload{color:#fff;background:var(--teal);border-color:var(--teal)}.desktop-upload:hover:not(:disabled){background:var(--teal-strong)}.desktop-download-link{text-decoration:none;white-space:nowrap}.desktop-sidebar{position:fixed;z-index:16;left:0;top:72px;bottom:0;width:220px;display:flex;flex-direction:column;padding:30px 14px 24px;border-right:1px solid #e7e4df;background:#fffdfa}.desktop-sidebar nav{display:grid;gap:7px}.desktop-sidebar nav button{min-height:54px;display:flex;align-items:center;gap:14px;padding:0 18px;border:0;border-radius:10px;background:transparent;font-size:15px;cursor:pointer}.desktop-sidebar nav button svg{font-size:23px;color:#48515e}.desktop-sidebar nav button:hover{background:#f4f3ef}.desktop-sidebar nav button.active{color:var(--teal);background:var(--teal-soft);font-weight:650}.desktop-sidebar nav button.active svg{color:var(--teal)}.desktop-sidebar .storage-meter{margin-top:auto;padding:20px 10px;border-top:1px solid #e7e4df}.desktop-sidebar .storage-track i{background:var(--teal)}.upgrade-button{margin:0 10px;color:var(--teal);border-color:var(--teal);background:transparent}.desktop-main{min-height:100dvh;margin-left:220px;padding:110px 34px 80px;background:#fffdfa}.desktop-page-title{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.desktop-page-title h1{margin:0;color:#12161d;font-size:38px;letter-spacing:-.045em}.desktop-page-title p{margin:7px 0 0;color:#7d827f}.desktop-page-title>div:last-child{display:flex;gap:8px}.continue-section{margin-top:34px}.continue-section>div{display:grid;grid-template-columns:1.45fr 1.15fr .9fr;gap:16px;margin-top:16px}.continue-card{position:relative;min-width:0;height:264px;overflow:hidden;padding:0;border:0;border-radius:10px;background:#edf1f1;cursor:pointer}.continue-card img,.continue-card video,.continue-card>.preview-fallback{width:100%;height:100%;object-fit:cover}.continue-card>.preview-fallback>svg{width:84px;height:84px}.continue-card:hover img,.continue-card:hover video{transform:scale(1.015)}.continue-card img,.continue-card video{transition:transform .35s ease}.continue-scrim{position:absolute;left:0;right:0;bottom:0;min-height:78px;display:flex;align-items:center;gap:12px;padding:24px 18px 14px;color:#fff;background:#0c1419b8}.continue-scrim>svg{width:34px;height:34px;padding:6px;border-radius:7px;color:#fff;background:#00000040}.continue-scrim>span{min-width:0;display:grid;gap:3px;text-align:left}.continue-scrim strong,.continue-scrim small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.continue-scrim small{color:#ffffffc7}.gallery-section{margin-top:40px}.gallery-section>header{display:flex;align-items:center;justify-content:space-between}.gallery-section>header>div{display:flex;align-items:center;gap:8px;color:#7c817f}.gallery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;margin-top:16px}.gallery-tile{position:relative;min-width:0;overflow:hidden;border:1px solid #e5e2dd;border-radius:10px;background:#fff;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.gallery-tile:hover{border-color:#c7c1b8;box-shadow:0 12px 26px #4c443714;transform:translateY(-1px)}.gallery-tile.selected{border-color:var(--teal);box-shadow:0 0 0 2px #078f881f}.gallery-select{position:absolute;z-index:3;left:11px;top:11px}.gallery-select input{width:19px;height:19px;margin:0;accent-color:var(--teal)}.gallery-preview{position:relative;width:100%;aspect-ratio:1.32 / 1;display:block;overflow:hidden;padding:0;border:0;background:#f0f2f1;cursor:pointer}.gallery-preview img,.gallery-preview video,.gallery-preview>.preview-fallback{width:100%;height:100%;object-fit:cover}.gallery-preview>.preview-fallback>svg{width:68px;height:68px;padding:16px;border-radius:14px}.video-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:#fff;background:#0000001f}.video-play svg{font-size:52px;filter:drop-shadow(0 2px 6px rgb(0 0 0 / 35%))}.gallery-meta{padding:12px 12px 14px}.gallery-meta>div{min-width:0;display:flex;align-items:center;gap:8px}.gallery-meta>div>svg{width:24px;height:24px;padding:3px;border-radius:5px;flex:none}.gallery-meta strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.gallery-meta>span{display:flex;justify-content:space-between;gap:8px;margin-top:8px;color:#8a8f8c;font-size:12px}.gallery-meta small{color:inherit}.desktop-context-bar{position:fixed;z-index:24;left:50%;bottom:28px;display:flex;align-items:center;gap:4px;padding:8px;border:1px solid #d9d5ce;border-radius:12px;background:#fff;box-shadow:0 16px 40px #2b27212e;transform:translate(-50%)}.desktop-context-bar strong{padding:0 10px}.desktop-context-bar button{min-height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:0;border-radius:7px;background:transparent;cursor:pointer}.desktop-context-bar button:hover{background:#f2f1ee}.upload-tray{position:fixed;z-index:26;right:24px;bottom:24px;width:360px;overflow:hidden;border:1px solid #dce2e9;border-radius:12px;background:#fff;box-shadow:0 18px 50px #1d2b3f29}.upload-tray>header{min-height:64px;display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #ebeff3}.upload-tray>header>svg{width:36px;height:36px;padding:8px;border-radius:9px;color:var(--blue);background:var(--blue-soft)}.desktop-drive .upload-tray>header>svg{color:var(--teal);background:var(--teal-soft)}.upload-tray>header div{display:grid;gap:3px}.upload-tray>header span{color:var(--muted);font-size:12px}.upload-tray>div{max-height:280px;overflow:auto}.upload-tray article{display:flex;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid #eff2f5}.upload-tray article>svg{flex:none}.upload-tray article>div{min-width:0;flex:1;display:grid;gap:4px}.upload-tray article strong,.upload-tray article span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-tray article span{color:var(--muted);font-size:12px}.modal-layer{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;background:#1018286b}.modal{width:min(520px,100%);max-height:min(760px,calc(100dvh - 48px));display:flex;flex-direction:column;overflow:hidden;border:1px solid #e0e5eb;border-radius:14px;background:#fff;box-shadow:0 28px 80px #11182747}.modal>header{min-height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 18px 0 24px;border-bottom:1px solid #e8ecf1}.modal>header h2{margin:0;font-size:19px}.modal-content{overflow:auto;padding:24px}.modal>footer{min-height:68px;display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:12px 20px;border-top:1px solid #e8ecf1;background:#fbfcfd}.field{display:grid;gap:8px}.field>span{font-weight:600}.field input,.share-create select{width:100%;height:42px;padding:0 12px;border:1px solid #cfd6df;border-radius:8px;outline:0}.field small{color:var(--muted)}.confirm-delete{display:flex;gap:16px;align-items:flex-start}.confirm-delete>svg{width:50px;height:50px;padding:12px;border-radius:12px;color:var(--danger);background:#fff0f2}.confirm-delete p{margin:7px 0 0;color:var(--muted);line-height:1.6}.share-file{display:flex;align-items:center;gap:12px;padding:12px;border-radius:9px;background:#f7f9fb}.share-file>svg{width:40px;height:40px;padding:8px;border-radius:8px}.share-file>div{display:grid;gap:4px}.share-file span{color:var(--muted)}.share-create{display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px;margin-top:20px}.share-create label{display:grid;gap:7px}.share-create label span{font-weight:600}.share-links{margin-top:24px}.share-links h3{margin:0 0 12px;font-size:15px}.share-links>p{color:var(--muted)}.share-links article{display:grid;gap:9px;padding:12px 0;border-top:1px solid #e8ecf1}.share-links article>div:first-child{display:flex;justify-content:space-between;gap:12px}.share-links article>div:first-child span{color:var(--muted);font-size:12px}.share-links article>div:nth-child(2){display:flex;gap:6px}.share-links input{min-width:0;flex:1;height:38px;padding:0 10px;border:1px solid #d7dde5;border-radius:7px;color:#596273;background:#fafbfd}.text-danger{width:max-content;padding:0;border:0;color:var(--danger);background:transparent;cursor:pointer}.file-preview{height:min(54dvh,440px);display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#f2f4f7}.file-preview img,.file-preview video,.file-preview>.preview-fallback{width:100%;height:100%;object-fit:contain}.file-preview>.preview-fallback>svg{width:98px;height:98px;padding:24px;border-radius:18px}.file-details{display:grid;gap:0;margin:18px 0 0}.file-details div{display:grid;grid-template-columns:90px 1fr;gap:12px;padding:10px 0;border-bottom:1px solid #edf0f3}.file-details dt{color:var(--muted)}.file-details dd{margin:0;overflow-wrap:anywhere}.toast{position:fixed;z-index:100;left:50%;bottom:28px;max-width:min(440px,calc(100vw - 32px));padding:12px 18px;border-radius:9px;color:#fff;background:#263241;box-shadow:0 12px 30px #0003;transform:translate(-50%)}.toast.error{background:#a4263c}@media (max-width: 1180px){.web-sidebar{width:232px}.web-topbar{left:232px;padding-inline:24px}.web-main{margin-left:232px;padding-inline:24px}.web-top-actions .button.secondary{display:none}.file-row{grid-template-columns:34px minmax(220px,2fr) minmax(120px,.8fr) 90px 44px}.file-row>:nth-child(5){display:none}.compact-grid,.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.desktop-topbar{gap:16px}.desktop-topbar .brand{width:132px}.desktop-topbar .brand strong{display:none}.desktop-topbar nav button{min-width:52px;padding-inline:10px}}@media (max-width: 860px){.web-sidebar{width:min(292px,86vw);transform:translate(-100%);transition:transform .22s ease;box-shadow:18px 0 50px #1623381f}.web-sidebar.open{transform:translate(0)}.web-topbar{left:0;height:72px;padding:0 14px;gap:10px}.mobile-menu{display:grid;flex:none}.web-topbar .search-box{width:auto;flex:1}.search-box kbd,.web-top-actions .profile-button strong,.web-top-actions .profile-button>svg{display:none}.web-top-actions{gap:4px}.web-top-actions .button.primary{width:40px;padding:0;font-size:0}.web-main{margin-left:0;padding:98px 16px 48px}.page-title h1{font-size:28px}.web-recent-section>div{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px}.web-recent-card{width:min(82vw,340px);min-width:min(82vw,340px);scroll-snap-align:start}.file-toolbar{align-items:flex-start;padding:10px 0}.view-controls>span{display:none}.file-row{grid-template-columns:30px minmax(0,1fr) 40px;min-height:66px}.file-row>:nth-child(3),.file-row>:nth-child(4),.file-row>:nth-child(5){display:none}.file-row.table-head{min-height:42px}.compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-bar{overflow-x:auto}.selection-bar strong{white-space:nowrap}.management-row{grid-template-columns:42px minmax(0,1fr) auto}.management-meta{display:none}.management-actions .button{width:38px;padding:0;justify-content:center;font-size:0}.management-actions .quiet-danger{width:auto;font-size:13px}.upload-tray{left:12px;right:12px;bottom:12px;width:auto}.modal-layer{padding:12px;align-items:end}.modal{width:100%;max-height:calc(100dvh - 24px);border-radius:16px 16px 10px 10px}}@media (max-width: 960px){.desktop-topbar{padding-inline:14px}.desktop-topbar .brand{width:auto}.desktop-topbar nav{display:none}.desktop-search{width:auto;flex:1}.desktop-actions .profile-button strong,.desktop-actions .profile-button>svg{display:none}.desktop-sidebar{width:76px;padding-inline:8px}.desktop-sidebar nav button{justify-content:center;padding:0}.desktop-sidebar nav button span,.desktop-sidebar .storage-meter,.upgrade-button{display:none}.desktop-main{margin-left:76px;padding-inline:18px}.continue-section>div{grid-template-columns:1.35fr 1fr}.continue-section>div>:last-child{display:none}.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 620px){.auth-panel{padding:30px 22px}.auth-actions{grid-template-columns:1fr}.web-top-actions .profile-wrap{display:none}.compact-grid{grid-template-columns:1fr 1fr;gap:10px}.desktop-sidebar{display:none}.desktop-main{margin-left:0;padding:94px 14px 70px}.desktop-page-title h1{font-size:30px}.desktop-page-title p,.desktop-page-title .button.secondary{display:none}.continue-section>div{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.continue-card{min-width:82vw;scroll-snap-align:start}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gallery-section{margin-top:28px}.desktop-context-bar{left:12px;right:12px;overflow-x:auto;transform:none}.share-create{grid-template-columns:1fr}.management-row{gap:10px;padding-inline:8px}.management-actions{gap:2px}.management-actions .quiet-danger{width:34px;overflow:hidden;padding:0;font-size:0}.management-actions .quiet-danger>svg{font-size:20px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
