@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:300;src:url(/_next/static/media/space-grotesk-latin-300-normal.1ad77ada.woff2) format("woff2"),url(/_next/static/media/space-grotesk-latin-300-normal.aff5bcb0.woff) format("woff")}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:400;src:url(/_next/static/media/space-grotesk-latin-400-normal.5977941d.woff2) format("woff2"),url(/_next/static/media/space-grotesk-latin-400-normal.73004868.woff) format("woff")}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:500;src:url(/_next/static/media/space-grotesk-latin-500-normal.31250b26.woff2) format("woff2"),url(/_next/static/media/space-grotesk-latin-500-normal.3d793272.woff) format("woff")}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:600;src:url(/_next/static/media/space-grotesk-latin-600-normal.d7cc7ee6.woff2) format("woff2"),url(/_next/static/media/space-grotesk-latin-600-normal.b60aff3d.woff) format("woff")}@font-face{font-family:Space Grotesk;font-style:normal;font-display:swap;font-weight:700;src:url(/_next/static/media/space-grotesk-latin-700-normal.46d978a2.woff2) format("woff2"),url(/_next/static/media/space-grotesk-latin-700-normal.f67e63c9.woff) format("woff")}:root{color-scheme:light;--bg:#f4f6fa;--panel:#ffffff;--panel-muted:#f8fafc;--line:#e6ebf2;--line-strong:#d8dee8;--text:#132033;--text-soft:#4d5d74;--text-muted:#6b7b91;--primary:#2463eb;--primary-soft:#eef3ff;--danger:#cf3949;--success:#1f8f5f;--warning:#b67913;--radius-sm:10px;--radius-md:14px;--radius-lg:18px;--shadow-sm:0 1px 2px rgba(16,24,40,0.05);--shadow-md:0 12px 24px rgba(16,24,40,0.08)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;font-family:Space Grotesk,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:100%;max-width:420px;background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-lg);padding:28px;box-shadow:var(--shadow-md)}.auth-card h1{margin:0;font-size:1.6rem;letter-spacing:-.01em}.auth-card p{margin:8px 0 24px;color:var(--text-soft)}.auth-form{display:grid;grid-gap:14px;gap:14px}.auth-form label{display:grid;grid-gap:7px;gap:7px;color:var(--text-soft);font-size:.92rem}.auth-form input{width:100%}input,select{border:1px solid var(--line-strong);border-radius:var(--radius-sm);padding:10px 12px;background:#fff;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}input:focus-visible,select:focus-visible{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px rgba(36,99,235,.12)}.btn{border:1px solid transparent;border-radius:10px;padding:9px 12px;display:inline-flex;align-items:center;gap:8px;line-height:1;font-weight:500;transition:all .15s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-icon{width:15px;height:15px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:#1d55cd}.btn-secondary{border-color:var(--line-strong);background:#fff;color:var(--text)}.btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#c4cfde}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#b8313f}.btn-ghost{border-color:transparent;background:transparent;color:var(--text-soft)}.btn-ghost:hover:not(:disabled){background:#eef2f9;color:var(--text)}.full{width:100%;justify-content:center}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.toast{border-radius:10px;border:1px solid var(--line);padding:10px 12px;margin-bottom:10px;font-size:.92rem}.toast.success{color:var(--success);border-color:rgba(31,143,95,.25);background:rgba(31,143,95,.08)}.error-text,.toast.error{color:var(--danger);border-color:rgba(207,57,73,.25);background:rgba(207,57,73,.08)}.toast.info{color:#3159a3;border-color:rgba(36,99,235,.22);background:rgba(36,99,235,.08)}.loading-stack{display:grid;grid-gap:10px;gap:10px}.skeleton-card,.skeleton-row{border-radius:10px;background:linear-gradient(90deg,#f2f5fa 25%,#e8edf5 37%,#f2f5fa 63%);background-size:400% 100%;animation:skeleton-shimmer 1.2s ease infinite}.skeleton-row{height:44px}.skeleton-card{height:126px}@keyframes skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.app-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr;grid-template-columns:var(--sidebar-width,280px) minmax(0,1fr);grid-gap:18px;gap:18px;padding:18px}.app-shell.columns-shell,.app-shell.sidebar-hidden{grid-template-columns:1fr}.app-ribbon{grid-column:1/-1;min-width:0;height:56px;display:grid;grid-template-columns:auto auto minmax(260px,1fr) auto;align-items:center;grid-gap:18px;gap:18px;background:transparent;overflow:visible}.ribbon-brand{gap:10px;padding:0 12px}.ribbon-brand,.ribbon-main{min-height:100%;display:flex;align-items:center;min-width:0;width:max-content;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.ribbon-main{overflow:visible}.ribbon-nav{min-height:100%;display:flex;align-items:center}.ribbon-brand>div{min-width:0}.ribbon-logo{width:28px;height:28px;border-radius:8px;background:transparent;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden}.ribbon-logo img{display:block;width:100%;height:100%;object-fit:contain}.ribbon-brand p,.ribbon-user span{margin:0;color:var(--text-muted);font-size:.72rem;line-height:1.1}.ribbon-brand strong,.ribbon-user strong{display:block;margin-top:3px;color:var(--text);font-size:.86rem;line-height:1.1;white-space:nowrap}.ribbon-search{min-height:100%;display:flex;align-items:center;min-width:0;max-width:none;padding:0 14px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm)}.topbar-search-wrap.ribbon-search{max-width:none}.ribbon-search .topbar-search{height:34px;border-radius:999px;background:#f5f6f8;border-color:transparent}.ribbon-search .topbar-search:focus-within{background:#fff;border-color:var(--line-strong);box-shadow:0 0 0 4px rgba(36,99,235,.08)}.ribbon-search .topbar-search input{padding:7px 0}.ribbon-nav{padding:0 10px;gap:4px}.ribbon-logout,.ribbon-nav-item{border:none;background:transparent;color:var(--text-soft);border-radius:9px;min-height:34px;display:inline-flex;align-items:center;justify-content:center}.ribbon-nav-item{gap:7px;padding:0 10px;font-size:.86rem}.ribbon-logout:hover,.ribbon-nav-item:hover{background:#f3f6fb;color:var(--text)}.ribbon-nav-item.active{background:#eef3ff;color:#1b4dbc}.ribbon-icon{width:15px;height:15px}.ribbon-user{min-height:100%;display:flex;align-items:center;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:var(--shadow-sm);padding:0 12px;gap:8px;min-width:0;justify-content:flex-start}.ribbon-profile-action{position:relative;width:38px;height:38px;border:0;border-radius:999px;background:#edf4fd;color:#102d2a;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.ribbon-profile-action:hover{background:#e3edf9}.ribbon-profile-action.active{background:#eef3ff;color:#1b4dbc}.ribbon-profile-action.notification span{position:absolute;top:7px;right:7px;width:8px;height:8px;border-radius:999px;background:#2f80ed;border:1px solid #edf4fd}.ribbon-profile-icon{width:18px;height:18px}.ribbon-avatar{width:38px;height:38px;border:1px solid rgba(36,99,235,.18);border-radius:999px;background:linear-gradient(135deg,#2f6cf2,#1d4ed8);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;flex:0 0 auto}.ribbon-avatar:hover{background:#1d55cd}.ribbon-avatar.has-image,.ribbon-avatar.has-image:hover{border-color:transparent;background:transparent;overflow:hidden}.ribbon-avatar img,.settings-profile-avatar-preview img,.settings-user-avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover;display:block}.app-sidebar{background:#fff;border:none;border-radius:18px;padding:12px 6px;display:flex;flex-direction:column;gap:14px;align-self:start;height:-moz-fit-content;height:fit-content;min-width:0;width:100%}.sidebar-primary-nav{display:grid;grid-gap:17px;gap:17px}.sidebar-block{border:1px solid var(--line);background:#fff;border-radius:12px;padding:14px}.sidebar-kicker{margin:0;color:var(--primary);font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.sidebar-block h1{margin:8px 0 0;font-size:1.18rem;letter-spacing:-.01em}.sidebar-subline{margin:8px 0 0;color:var(--text-soft);line-height:1.45;font-size:.92rem}.sidebar-user{margin-top:auto}.sidebar-label{margin:0;color:var(--text-muted);font-size:.8rem}.sidebar-email{margin:4px 0 10px;font-weight:600;overflow-wrap:anywhere}.sidebar-nav{margin-top:8px;display:grid;grid-gap:6px;gap:6px}.sidebar-nav-item{width:100%;border:1px solid var(--line);border-radius:10px;padding:8px 10px;background:#fff;color:var(--text-soft);display:inline-flex;align-items:center;gap:8px;text-align:left}.sidebar-nav-item:hover{background:#f7faff;border-color:#c8d4e5;color:var(--text)}.sidebar-nav-item.active{background:#eef3ff;border-color:rgba(36,99,235,.35);color:#1b4dbc}.sidebar-nav-icon{width:14px;height:14px}.workspace-switcher,.workspace-users{margin-top:8px;display:grid;grid-gap:8px;gap:8px}.workspace-switcher select{width:100%}.sidebar-create-block{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);grid-gap:8px;gap:8px}.create-menu-button{width:auto;min-width:72px;height:38px;border-radius:10px;border-color:var(--line-strong);background:#fff;color:var(--text);gap:8px;font-size:.9rem;font-weight:600;justify-content:center;padding:0 12px}.sidebar-create-block .create-menu-button{width:100%}.sidebar-create-block .item-action-menu{min-width:0;width:100%}.sidebar-create-block .item-action-menu-trigger.create-menu-button{height:38px}.sidebar-quickview-toggle{width:100%;height:38px;min-width:0;justify-content:center;padding-inline:8px}.create-menu-button:hover,.create-menu-button[aria-expanded=true]{background:#f7faff;border-color:#c8d4e5;color:var(--text)}.workspace-user-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:6px;gap:6px}.workspace-user-item{display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:6px 8px}.workspace-user-icon{width:13px;height:13px;color:var(--text-muted);flex:0 0 auto}.workspace-user-mail{min-width:0;font-size:.84rem;color:var(--text-soft);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-tree{margin-top:8px;display:grid;grid-gap:4px;gap:4px}.sidebar-tree-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:3px;gap:3px}.sidebar-tree-node{display:grid;grid-gap:2px;gap:2px}.sidebar-tree-row{display:flex;align-items:center;gap:4px;border:1px solid transparent;border-radius:9px;min-height:30px}.sidebar-tree-row:hover{background:#f7faff;border-color:#d9e5f6}.sidebar-tree-row.active{background:#eef3ff;border-color:rgba(36,99,235,.35)}.sidebar-tree-row.path{background:#f5f8ff;border-color:rgba(36,99,235,.18)}.sidebar-tree-row.root{padding-left:2px}.sidebar-tree-expander{width:18px;height:18px;border:none;border-radius:6px;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.sidebar-tree-expander:hover{background:#edf2fb;color:var(--text)}.sidebar-tree-expander.expanded .sidebar-tree-expander-icon{transform:rotate(90deg)}.sidebar-tree-expander-icon{width:12px;height:12px;transition:transform .15s ease}.sidebar-tree-link{border:none;background:transparent;color:#232a34;display:inline-flex;align-items:center;gap:6px;width:100%;min-width:0;text-align:left;padding:4px 4px 4px 0}.sidebar-tree-link:hover{color:var(--text)}.sidebar-tree-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.sidebar-tree-folder-icon{width:12px;height:12px;color:#aa7416;flex:0 0 auto}.sidebar-tree-menu-icon{width:12px;height:12px;color:var(--text-muted);flex:0 0 auto}.sidebar-tree-empty,.sidebar-tree-loading{margin:2px 0;color:var(--text-muted);font-size:.8rem}.sidebar-storage{margin:4px 6px 0;border-top:1px solid var(--line);padding:12px 0 2px;display:flex;align-items:center;gap:7px}.sidebar-storage-icon{width:14px;height:14px;color:var(--text-muted);stroke-width:1.8;flex:0 0 auto}.sidebar-storage strong{color:var(--text);font-size:14px;font-weight:200;line-height:1.1}.app-main{display:flex;flex-direction:column;gap:10px;min-width:0}.app-main.drag-active{outline:2px dashed rgba(36,99,235,.4);outline-offset:-8px;border-radius:16px}.overview-dashboard{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:22px;gap:22px;align-items:start}.overview-card{grid-column:span 4;min-width:0;min-height:270px;background:#fff;border:1px solid rgba(230,235,242,.72);border-radius:16px;box-shadow:var(--shadow-sm);padding:24px}.favorites-overview-card{display:flex;flex-direction:column;gap:20px}.recent-overview-card{grid-column:span 8}.open-overview-card,.recent-overview-card{display:flex;flex-direction:column;gap:18px}.open-overview-card{grid-column:span 12;min-height:220px}.overview-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.overview-card-header h2{margin:0;color:var(--text);font-size:1.125rem;line-height:1.05}.overview-card-header p{margin:7px 0 0;color:var(--text-muted);font-size:.9rem}.overview-card-menu{width:34px;height:34px;border:none;border-radius:999px;background:transparent;color:var(--text);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.overview-card-menu:hover{background:#f3f6fb}.overview-card-menu-icon{width:19px;height:19px}.overview-favorite-list{display:grid;grid-gap:12px;gap:12px}.overview-favorite-item,.overview-open-item,.overview-recent-item{width:100%;min-width:0;border:none;border-radius:13px;background:#f8fafc;color:var(--text);padding:12px;display:flex;align-items:center;gap:12px;text-align:left}.overview-favorite-item:hover,.overview-open-item:hover,.overview-recent-item:hover{background:#eef3ff}.overview-favorite-copy{min-width:0;display:grid;grid-gap:4px;gap:4px}.overview-favorite-title,.overview-recent-title{font-size:.875rem;font-weight:500;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-empty-text,.overview-favorite-meta,.overview-recent-meta{color:var(--text-muted);font-size:.86rem}.overview-open-table,.overview-recent-table{display:grid;grid-gap:6px;gap:6px}.overview-recent-item,.overview-recent-table-head{display:grid;grid-template-columns:minmax(220px,1fr) 170px minmax(170px,220px);align-items:center;grid-gap:14px;gap:14px}.overview-open-item,.overview-open-table-head{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,240px) 180px 96px;align-items:center;grid-gap:14px;gap:14px}.overview-open-table-head,.overview-recent-table-head{padding:0 12px 6px;color:var(--text-muted);font-size:.76rem;font-weight:700;text-transform:uppercase}.overview-open-item,.overview-recent-item{min-height:48px}.overview-recent-file-cell{min-width:0;display:flex;align-items:center;gap:10px}.overview-recent-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-open-status{width:-moz-fit-content;width:fit-content;border-radius:999px;background:#eaf7ef;color:#217a43;padding:4px 10px;font-size:.8rem;font-weight:700;line-height:1;white-space:nowrap}.overview-empty-text{margin:0}.topbar{padding:16px 18px;display:flex;justify-content:space-between;align-items:center;gap:16px}.topbar-search-wrap{position:relative;flex:1 1;min-width:0;max-width:560px}.topbar-search{display:flex;align-items:center;gap:9px;min-width:0;width:100%;border:1px solid var(--line);border-radius:10px;padding:0 10px;background:#fff}.topbar-search-icon{width:15px;height:15px;color:var(--text-muted);flex:0 0 auto}.topbar-search input{border:none;box-shadow:none;padding:10px 0;width:100%;background:transparent}.topbar-search input:focus-visible{border:none;box-shadow:none}.search-suggest-panel{position:absolute;z-index:20;left:0;right:0;top:calc(100% + 8px);padding:8px;border-radius:12px;box-shadow:var(--shadow-md)}.search-suggest-list{display:flex;flex-direction:column;gap:4px}.search-suggest-item{border:none;border-radius:10px;background:transparent;width:100%;text-align:left;padding:8px;display:flex;align-items:center;gap:10px}.search-suggest-item.active,.search-suggest-item:hover{background:#f3f6fc}.search-suggest-text{min-width:0;display:flex;flex-direction:column}.search-suggest-title{font-weight:600;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-suggest-meta{font-size:.8rem}.search-suggest-meta,.search-suggest-snippet{color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-suggest-snippet{font-size:.78rem;line-height:1.35;margin-top:2px}.search-suggest-state{margin:6px 4px;color:var(--text-muted);font-size:.9rem}.search-suggest-state.error{color:var(--danger)}.search-suggest-all{width:100%;margin-top:6px;border:1px solid var(--line);border-radius:10px;background:#f8fbff;color:var(--primary);font:inherit;font-size:.86rem;font-weight:600;padding:9px 10px}.search-suggest-all:hover{background:#eef5ff}.search-page-shell{min-height:100vh;padding:18px;background:var(--bg)}.search-page-header{height:64px;display:grid;grid-template-columns:40px minmax(260px,720px);align-items:center;grid-gap:12px;gap:12px;padding:10px 14px}.search-page-back,.search-page-field{border:none;border-radius:12px;background:#f5f7fb}.search-page-back{width:40px;height:40px;display:grid;place-items:center;color:var(--text)}.search-page-back:hover{background:#eef5ff;color:var(--primary)}.search-page-back-icon{width:18px;height:18px}.search-page-field{height:40px;display:flex;align-items:center;gap:10px;padding:0 14px}.search-page-icon{width:17px;height:17px;color:var(--text-muted)}.search-page-field input{width:100%;border:none;outline:none;background:transparent;color:var(--text);font:inherit;font-size:.95rem}.search-results-layout{margin-top:18px;display:grid;grid-gap:14px;gap:14px}.search-results-layout.with-preview{grid-template-columns:minmax(0,1fr) minmax(360px,34%);align-items:start}.search-results-card{padding:22px}.search-results-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.search-results-head h1{margin:0;font-size:1.25rem;line-height:1.2}.search-results-head p,.search-results-head span{margin:4px 0 0;color:var(--text-muted);font-size:.9rem}.search-results-table{display:flex;flex-direction:column;gap:6px}.search-results-row{width:100%;border:none;border-radius:10px;background:#f8fafc;color:var(--text-muted);display:grid;grid-template-columns:minmax(280px,1.3fr) 170px minmax(220px,1fr) 220px;grid-gap:18px;gap:18px;align-items:center;padding:10px 12px;text-align:left;font:inherit;font-size:.88rem}button.search-results-row:hover{background:#eef5ff}button.search-results-row.selected{background:#edf4ff;box-shadow:inset 0 0 0 1px rgba(37,99,235,.24)}.search-results-row-head{background:transparent;color:var(--text-muted);font-size:.74rem;font-weight:700;letter-spacing:0;text-transform:uppercase;padding-top:0;padding-bottom:4px}.search-results-name-cell{min-width:0;display:flex;align-items:center;gap:10px}.search-results-title-wrap{min-width:0;display:flex;flex-direction:column;gap:2px}.search-results-title{color:var(--text);font-weight:500}.search-results-snippet,.search-results-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-results-snippet{color:var(--text-muted);font-size:.78rem;line-height:1.35}.search-results-row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-results-state{margin:0;color:var(--text-muted);font-size:.92rem}.search-results-state.error{color:var(--danger)}.search-preview-panel{min-height:calc(100vh - 118px);height:calc(100vh - 118px);position:-webkit-sticky;position:sticky;top:18px}.topbar-kicker{margin:0;color:var(--text-muted);font-size:.82rem}.topbar h2{margin:3px 0 0;font-size:1.32rem;letter-spacing:-.02em}.topbar-actions{display:flex;gap:10px;flex-wrap:wrap}.view-switcher{display:inline-flex;gap:6px;padding:4px;border-radius:11px;background:#f2f5fa;border:1px solid var(--line)}.view-switcher-btn{border:none;background:transparent;color:var(--text-soft);border-radius:8px;padding:7px 10px;display:inline-flex;gap:7px;align-items:center;font-size:.88rem}.view-switcher-btn.active{color:#0f2c63;background:#fff;box-shadow:var(--shadow-sm)}.view-switcher-btn:disabled{color:rgba(92,111,135,.48);cursor:not-allowed}.view-switcher-btn:disabled:not(.active){background:transparent;box-shadow:none}.view-switcher-icon{width:15px;height:15px}.quickview-toggle{border:1px solid var(--line);background:#fff;color:var(--text-soft);border-radius:10px;padding:8px 10px;display:inline-flex;align-items:center;gap:7px;font-size:.88rem}.quickview-toggle:hover{border-color:#c8d4e5;background:#f7faff;color:var(--text)}.quickview-toggle.active{color:#1b4dbc;border-color:rgba(36,99,235,.35);background:#eef3ff}.settings-shell{min-height:100vh;background:var(--bg);padding:18px;display:grid;grid-template-rows:auto auto;align-content:start;grid-gap:14px;gap:14px}.settings-ribbon{min-height:64px;padding:0 16px;display:flex;align-items:center;gap:18px}.settings-back{min-height:36px;display:inline-flex;align-items:center;gap:8px;color:var(--text-soft);border-radius:9px;padding:0 10px}.settings-back:hover{background:#f3f6fb;color:var(--text)}.settings-title{display:flex;align-items:center;gap:10px;min-width:0}.settings-title h1{margin:0;font-size:1.08rem}.settings-title p{margin:3px 0 0;color:var(--text-muted);font-size:.84rem}.settings-title-icon{width:32px;height:32px;border-radius:999px;padding:7px;background:#edf4fd;color:#102d2a;flex:0 0 auto}.settings-layout{display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start;align-content:start;min-width:0}.settings-nav{padding:10px;align-self:start}.settings-nav-item{width:100%;min-height:38px;border:0;border-radius:9px;background:transparent;color:var(--text-soft);display:flex;align-items:center;gap:8px;padding:0 10px;text-align:left}.settings-nav-item.active,.settings-nav-item:hover{background:#eef3ff;color:#1b4dbc}.settings-icon{width:16px;height:16px}.settings-content{min-width:0}.settings-card,.settings-content{display:grid;grid-gap:12px;gap:12px;align-content:start}.settings-card{padding:14px}.settings-card-head h2{margin:0;font-size:1rem}.settings-card-head p{margin:5px 0 0;color:var(--text-muted);font-size:.88rem}.settings-grid,.settings-url-form,.settings-user-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:end}.settings-inline-form{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:end}.settings-grid label,.settings-inline-form label,.settings-url-form label,.settings-user-form label{display:grid;grid-gap:6px;gap:6px;color:var(--text-soft);font-size:.86rem}.settings-url-actions{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px}.settings-url-actions p{margin:0;color:var(--text-muted);font-size:.86rem}.settings-user-list,.workspace-list{display:grid;grid-gap:6px;gap:6px}.workspace-list-item{min-height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:8px;gap:8px;padding:4px;text-align:left}.workspace-list-item.active,.workspace-list-item:hover{background:#f7faff;border-color:rgba(36,99,235,.35)}.workspace-list-item.active{background:#eef3ff;border-color:rgba(36,99,235,.72);box-shadow:inset 3px 0 0 var(--primary)}.workspace-list-main{min-width:0;min-height:34px;border:0;border-radius:8px;background:transparent;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 8px;text-align:left}.workspace-list-main:hover{background:rgba(36,99,235,.06)}.workspace-list-main span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-list-meta{display:inline-flex;align-items:center;gap:8px;min-width:auto;flex:0 0 auto}.workspace-list-meta em{border-radius:999px;background:var(--primary);color:#fff;padding:2px 7px;font-size:.72rem;font-style:normal;font-weight:700}.workspace-list-main strong{color:var(--text-muted);font-size:.8rem;flex:0 0 auto}.workspace-list-actions{display:inline-flex;align-items:center;gap:4px}.workspace-icon-button{width:34px;height:34px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center}.workspace-icon-button:hover:not(:disabled){border-color:#c8d4e5;background:#f6f9ff;color:var(--text)}.workspace-icon-button.danger:hover:not(:disabled){border-color:rgba(207,57,73,.28);background:rgba(207,57,73,.08);color:var(--danger)}.workspace-icon-button:disabled{opacity:.35;cursor:not-allowed}.settings-muted{margin:0;color:var(--text-muted);font-size:.88rem}.settings-profile-avatar-panel{border:1px solid var(--line);border-radius:12px;background:#fff;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:12px}.settings-profile-avatar-preview{width:48px;height:48px;border-radius:999px;background:linear-gradient(135deg,#2f6cf2,#1d4ed8);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;flex:0 0 auto}.settings-profile-avatar-copy{min-width:0}.settings-profile-avatar-copy strong{display:block;color:var(--text)}.settings-profile-avatar-copy p{margin:4px 0 0;color:var(--text-muted);font-size:.86rem}.settings-profile-avatar-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.settings-user-form{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) 140px auto}.settings-user-item{min-height:56px;border:1px solid var(--line);border-radius:11px;background:#fff;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:10px 12px}.settings-user-avatar{width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,#2f6cf2,#1d4ed8);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.settings-user-item strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.settings-user-item p{margin:3px 0 0;color:var(--text-muted);font-size:.82rem}.settings-user-icon{width:16px;height:16px;color:var(--text-muted)}.settings-user-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:6px}.settings-user-action{width:30px;height:30px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--text-muted);display:inline-flex;align-items:center;justify-content:center}.settings-user-action:hover:not(:disabled){border-color:var(--line);background:#f3f6fb;color:var(--text)}.settings-user-action:disabled{opacity:.5;cursor:not-allowed}.pathbar{padding:10px 14px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.breadcrumb-item-wrap{display:inline-flex;align-items:center;gap:4px}.breadcrumb-item{border:none;border-radius:8px;background:transparent;color:var(--text-soft);padding:5px 8px}.breadcrumb-item:hover{background:#f3f6fb}.breadcrumb-item.active{color:var(--text);font-weight:600;background:#edf2ff}.breadcrumb-separator{width:14px;height:14px;color:#9aacbf}.action-bar{justify-content:space-between;gap:16px;padding:14px}.action-bar,.folder-form{display:flex;flex-wrap:wrap;align-items:flex-end}.folder-form{gap:8px}.field-label{width:100%;font-size:.82rem;color:var(--text-muted)}.quick-actions{display:flex;flex-wrap:wrap;gap:8px}.upload-label{cursor:pointer}.drop-hint{padding:10px 14px;border-style:dashed;color:var(--text-soft);font-size:.9rem}.drop-hint.active{border-color:rgba(36,99,235,.42);color:#1f4eb7;background:var(--primary-soft)}.upload-tray{position:fixed;right:16px;bottom:16px;width:min(360px,calc(100vw - 32px));max-height:min(60vh,520px);z-index:80;overflow:hidden;display:flex;flex-direction:column}.upload-tray-head{padding:10px 12px;border-bottom:1px solid var(--line);background:#fbfcff;display:flex;align-items:center;justify-content:space-between;gap:10px}.upload-tray-head h3{margin:0;font-size:.9rem}.upload-tray-actions{display:flex;align-items:center;gap:6px}.upload-cancel-button{border:1px solid transparent;border-radius:8px;background:transparent;color:var(--danger);font-size:.78rem;font-weight:600;padding:5px 7px}.upload-cancel-button:hover:not(:disabled){border-color:rgba(207,57,73,.24);background:rgba(207,57,73,.08)}.upload-cancel-button:disabled{color:var(--text-muted);cursor:not-allowed;opacity:.55}.upload-close-button{width:28px;height:28px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--text-muted);display:grid;place-items:center;padding:0}.upload-close-button:hover:not(:disabled){color:var(--text);border-color:var(--line);background:#f4f6fb}.upload-close-button:disabled{cursor:not-allowed;opacity:.45}.upload-close-icon{width:16px;height:16px}.upload-summary{padding:10px;border-bottom:1px solid var(--line);background:#fff}.upload-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.upload-summary-grid span{border:1px solid var(--line);border-radius:8px;padding:7px 8px;color:var(--text-muted);font-size:.76rem;background:#fbfcff}.upload-summary-grid strong{display:block;margin-top:2px;color:var(--text);font-size:1rem}.upload-summary-section{margin-top:10px}.upload-summary-section p{margin:0 0 6px;color:var(--text-muted);font-size:.76rem;font-weight:700}.upload-summary-errors,.upload-summary-types{list-style:none;margin:0;padding:0;display:grid;grid-gap:6px;gap:6px}.upload-summary-types li{display:flex;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:8px;padding:6px 8px;font-size:.78rem}.upload-summary-errors li{border:1px solid rgba(207,57,73,.18);border-radius:8px;padding:7px 8px;background:#fff7f8}.upload-summary-errors small,.upload-summary-errors span{display:block}.upload-summary-errors span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:.78rem}.upload-summary-errors small{margin-top:2px;color:#b43543;font-size:.74rem;line-height:1.3}.upload-task-list{padding:10px;display:grid;grid-gap:8px;gap:8px;overflow-y:auto}.upload-task{border:1px solid var(--line);border-radius:10px;padding:8px 9px;background:#fff}.upload-task-row{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.upload-task-name{margin:0;font-size:.84rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-task-state{font-size:.76rem;color:var(--text-muted)}.upload-progress-track{margin-top:7px;height:6px;border-radius:999px;background:#e8edf6;overflow:hidden}.upload-progress-fill{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#4f83ff,#2f6cf2);transition:width .15s ease}.upload-task.success .upload-progress-fill{background:linear-gradient(90deg,#47b880,#2e9e6a)}.upload-task.error .upload-progress-fill{background:linear-gradient(90deg,#dd6876,#cf3949)}.upload-task.aborted .upload-progress-fill{background:linear-gradient(90deg,#9aa8bb,#6b7b91)}.upload-task-error{margin:7px 0 0;font-size:.75rem;color:#b43543;line-height:1.35}.modal-backdrop{position:fixed;inset:0;background:rgba(13,23,38,.42);display:grid;place-items:center;z-index:90;padding:18px}.modal-card{width:min(560px,100%);max-height:calc(100vh - 36px);overflow:auto}.avatar-crop-modal,.create-document-modal{padding:16px;display:grid;grid-gap:14px;gap:14px}.avatar-crop-stage{position:relative;width:min(460px,100%);margin:0 auto;border-radius:12px;overflow:hidden;background:#f3f6fb;-webkit-user-select:none;-moz-user-select:none;user-select:none}.avatar-crop-stage img{display:block;width:100%;height:auto}.avatar-crop-selection{position:absolute;border:2px solid #fff;border-radius:999px;box-shadow:0 0 0 999px rgba(13,23,38,.38),0 8px 24px rgba(13,23,38,.22);cursor:-webkit-grab;cursor:grab;touch-action:none}.avatar-crop-selection:active{cursor:-webkit-grabbing;cursor:grabbing}.avatar-crop-size-control{display:grid;grid-gap:8px;gap:8px;color:var(--text-soft);font-size:.88rem}.avatar-crop-size-control input{width:100%}.share-modal,.versions-modal{padding:16px;display:grid;grid-gap:14px;gap:14px}.versions-modal{width:min(760px,100%)}.share-modal-head h3{margin:0;font-size:1rem}.share-modal-head p{margin:6px 0 0;color:var(--text-soft);font-size:.88rem}.share-modal-form{display:grid;grid-gap:12px;gap:12px}.share-modal-form label{display:grid;grid-gap:6px;gap:6px;color:var(--text-soft);font-size:.88rem}.checkbox-row{display:flex!important;align-items:center;gap:8px!important}.checkbox-row input{width:16px;height:16px}.share-modal-actions{display:flex;gap:8px;flex-wrap:wrap}.share-modal-result{border:1px solid var(--line);border-radius:12px;padding:12px;display:grid;grid-gap:10px;gap:10px;background:#f9fbff}.share-modal-result label{display:grid;grid-gap:6px;gap:6px;color:var(--text-soft);font-size:.86rem}.share-modal-result-actions{display:flex;gap:8px}.versions-empty{border:1px solid var(--line);border-radius:10px;padding:14px;color:var(--text-soft);background:#f9fbff;font-size:.88rem}.versions-list{display:grid;grid-gap:8px;gap:8px}.version-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:12px;gap:12px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:10px;background:#fff}.version-row.current{border-color:rgba(47,108,242,.24);background:#f6f9ff}.version-row-main{min-width:0}.version-row h4{margin:0;color:var(--text);font-size:.9rem;font-weight:650}.version-row h4 span{margin-left:8px;border-radius:999px;padding:2px 7px;color:var(--primary);background:var(--primary-soft);font-size:.68rem;font-weight:700}.version-row p{margin:5px 0 0;color:var(--text-soft);font-size:.8rem}.version-row-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.version-action-button{min-height:34px;text-decoration:none}.share-page{min-height:100vh;background:var(--bg);padding:22px}.share-card{width:min(1100px,100%);margin:0 auto;padding:18px}.share-head h1{margin:0;font-size:1.2rem}.share-head p{margin:6px 0 0;color:var(--text-soft);font-size:.88rem}.share-pin-card{max-width:420px}.share-pin-form{display:grid;grid-gap:10px;gap:10px}.shared-file-viewer{margin-top:12px;padding:12px}.shared-file-viewer-head h2{margin:0;font-size:1rem}.shared-file-viewer-head p{margin:4px 0 10px;color:var(--text-soft);font-size:.85rem}.shared-inline-frame-wrap{margin-top:10px;border:1px solid var(--line);border-radius:10px;overflow:hidden;min-height:68vh}.shared-inline-frame{width:100%;min-height:68vh;border:none}.shared-file-fallback{margin-top:12px;padding:14px}.shared-folder-layout{margin-top:12px;display:grid;grid-template-columns:340px minmax(0,1fr);grid-gap:12px;gap:12px}.shared-folder-panel{padding:10px}.shared-breadcrumbs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.shared-breadcrumb{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text-soft);padding:5px 10px;font-size:.8rem}.shared-breadcrumb.active{color:#1b4dbc;border-color:rgba(36,99,235,.32);background:#eef3ff}.shared-folder-list{display:grid;grid-gap:6px;gap:6px}.shared-file-row,.shared-folder-row{border:1px solid var(--line);border-radius:10px;background:#fff;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;text-align:left}.shared-file-row small,.shared-folder-row small{color:var(--text-muted);font-size:.74rem}.shared-file-row:hover,.shared-folder-row:hover{border-color:#cbd7e8;background:#f8fbff}.shared-file-row.active{border-color:rgba(36,99,235,.35);background:#eef3ff}.shared-folder-empty{margin:8px 0 2px;color:var(--text-muted);font-size:.84rem}.empty-state-modern{padding:30px;text-align:center}.empty-state-modern h3{margin:0;font-size:1.15rem}.empty-state-modern p{margin:10px 0 0;color:var(--text-soft)}.empty-folder-form{width:min(100%,430px);margin:18px auto 0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:8px;gap:8px;align-items:center}.content-split,.empty-folder-form input{min-width:0}.content-split.with-preview{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,40%);grid-gap:12px;gap:12px}.content-primary{min-width:0}.quick-preview-panel{min-height:540px;display:flex;flex-direction:column;overflow:hidden}.quick-preview-header{padding:12px 14px;border-bottom:1px solid var(--line);background:#fbfcff}.quick-preview-header h3{margin:0;font-size:.9rem}.quick-preview-header p{margin:4px 0 0;color:var(--text-soft);font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quick-preview-body{flex:1 1;min-height:0}.quick-preview-frame{width:100%;height:100%;border:none;background:#fff}.quick-preview-empty{padding:18px;color:var(--text-soft);font-size:.9rem}.file-card-icon,.item-icon-shell{border-radius:10px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent}.item-icon{width:17px;height:17px}.item-icon.file-type-icon{position:relative;width:24px;height:27px;border:none;border-radius:5px 7px 5px 5px;background:currentColor;display:inline-flex;align-items:flex-end;justify-content:center;padding:0 2px 4px;font-weight:800;line-height:1}.item-icon.file-type-icon:before{content:"";position:absolute;top:0;right:0;width:8px;height:8px;border-left:1.5px solid rgba(255,255,255,.82);border-bottom:1.5px solid rgba(255,255,255,.82);border-radius:0 6px 0 3px;background:rgba(255,255,255,.22)}.file-type-icon-label{max-width:100%;color:#ffffff;font-size:.42rem;white-space:nowrap;overflow:hidden;text-overflow:clip}.file-type-icon.long-label .file-type-icon-label{font-size:.34rem}.tone-folder{color:#b7791a}.tone-doc,.tone-folder{background:transparent;border-color:transparent}.tone-doc{color:#1f56bf}.tone-sheet{color:#1f8f5f}.tone-sheet,.tone-slide{background:transparent;border-color:transparent}.tone-slide{color:#c2671a}.tone-pdf{color:#c43846}.tone-image,.tone-pdf{background:transparent;border-color:transparent}.tone-image{color:#8b47c8}.tone-archive{color:#6f5a16}.tone-archive,.tone-generic{background:transparent;border-color:transparent}.tone-generic{color:#5d6e87}.list-header-row{display:grid;grid-template-columns:minmax(280px,2.4fr) minmax(72px,.8fr) minmax(150px,1fr) minmax(90px,.7fr) 44px;grid-gap:10px;gap:10px;padding:12px 14px;font-size:.78rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;border-bottom:1px solid var(--line)}.list-header-row.compact{grid-template-columns:2.5fr 1fr 1fr}.item-row,.list-body{display:grid}.item-row{grid-template-columns:minmax(280px,2.4fr) minmax(72px,.8fr) minmax(150px,1fr) minmax(90px,.7fr) 44px;grid-gap:10px;gap:10px;padding:12px 14px;align-items:center;border-bottom:1px solid var(--line);transition:background .15s ease}.item-row.compact{grid-template-columns:2.5fr 1fr 1fr}.item-row:hover{background:var(--panel-muted)}.item-row.selected{background:#eef3ff;box-shadow:inset 0 0 0 1px rgba(36,99,235,.24)}.item-primary{display:flex;align-items:center;gap:10px;min-width:0}.item-link,.item-title{margin:0;color:var(--text);font-size:.94rem;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:none;background:transparent;text-align:left;padding:0}.item-link:hover{color:var(--primary)}.item-subline{margin:3px 0 0;color:var(--text-muted);font-size:.8rem}.item-meta{color:var(--text-soft);font-size:.84rem}.item-meta-inline{display:inline-flex;align-items:center;gap:6px}.meta-icon{width:13px;height:13px;color:#91a2b8}.column-row-actions,.item-actions{display:inline-flex;gap:6px;justify-content:flex-end;align-items:center}.card-action,.row-action{width:30px;height:30px;border-radius:8px;border:1px solid var(--line);background:#fff;color:var(--text-soft);display:inline-flex;align-items:center;justify-content:center}.card-action:hover,.row-action:hover{color:var(--text);border-color:#c8d4e5;background:#f6f9ff}.card-action.danger,.row-action.danger{color:#b43543}.card-action.danger:hover,.row-action.danger:hover{border-color:rgba(207,57,73,.5);background:rgba(207,57,73,.08)}.favorite-icon.active{color:#c38a20;fill:currentColor}.action-icon{width:14px;height:14px}.item-action-menu{position:relative;display:inline-flex;justify-content:flex-end}.item-action-menu-trigger{width:30px;height:30px;border-radius:8px;border:1px solid var(--line);background:#fff;color:var(--text-soft);display:inline-flex;align-items:center;justify-content:center}.item-action-menu-trigger:hover,.item-action-menu-trigger[aria-expanded=true]{color:var(--text);border-color:#c8d4e5;background:#f6f9ff}.item-action-menu-popover{position:fixed;z-index:1000;min-width:178px;padding:5px;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.14)}.item-action-menu-item{width:100%;min-height:32px;display:flex;align-items:center;gap:9px;border:0;border-radius:6px;background:transparent;color:var(--text);font-size:.86rem;text-align:left;text-decoration:none;padding:7px 9px}.item-action-menu-item:hover{background:#f4f7fb}.item-action-menu-item:disabled,.item-action-menu-item[aria-disabled=true]{opacity:.5;cursor:not-allowed}.item-action-menu-item:disabled:hover,.item-action-menu-item[aria-disabled=true]:hover{background:transparent}.item-action-menu-item.danger{color:#b43543}.item-action-menu-item.danger:hover{background:rgba(207,57,73,.08)}.grid-wrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-gap:12px;gap:12px}.file-card{border:1px solid var(--line);border-radius:13px;background:var(--panel);box-shadow:var(--shadow-sm);padding:12px;display:grid;grid-template-columns:1fr auto;grid-gap:10px;gap:10px;align-items:start}.file-card.selected{border-color:rgba(36,99,235,.42);box-shadow:inset 0 0 0 1px rgba(36,99,235,.18);background:#f8fbff}.file-card-main{border:none;background:transparent;padding:0;text-align:left;display:flex;align-items:center;gap:10px}.file-card-thumb{position:relative;width:58px;height:58px;border-radius:10px;overflow:hidden;border:1px solid var(--line);background:#f4f7fc;flex:0 0 auto}.file-card-thumb-image{width:100%;height:100%;object-fit:cover;display:block}.file-card-thumb-extension{position:absolute;left:5px;bottom:5px;min-width:30px;max-width:calc(100% - 10px);height:16px;border:1px solid;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;background:rgba(255,255,255,.9);color:currentColor;font-size:.52rem;font-weight:800;line-height:1;white-space:nowrap}.file-card-thumb-extension.long-label{font-size:.44rem}.file-card-title{margin:0;font-size:.93rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-card-meta{margin:3px 0 0;color:var(--text-muted);font-size:.8rem}.file-card-actions{display:flex;gap:6px;justify-content:flex-end}.favorites-bar p{margin:0;color:var(--text-soft);font-size:.9rem}.columns-wrap{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(300px,360px);grid-gap:0;gap:0;width:100%;overflow-x:auto;align-items:stretch;border:1px solid var(--line);border-radius:13px;background:var(--panel);box-shadow:none}.column-panel{border:0;border-right:1px solid var(--line);border-radius:0;background:transparent;display:flex;flex-direction:column}.column-panel.drop-target{background:#f5f9ff;box-shadow:inset 0 0 0 2px rgba(36,99,235,.22)}.column-panel:last-child{border-right:0}.column-panel-head{padding:11px 12px;border-bottom:1px solid var(--line);background:#fbfcff}.column-panel-head h3{margin:0;font-size:.9rem}.column-panel-body{padding:8px;display:grid;grid-gap:6px;gap:6px;align-content:start;flex:1 1}.column-row{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;align-items:center;border:1px solid transparent;border-radius:10px;padding:6px}.column-row:hover{background:#f7faff;border-color:#e3ebf8}.column-row.active{background:#edf3ff;border-color:#ceddff}.column-row.selected{background:#eef3ff;border-color:rgba(36,99,235,.38);box-shadow:inset 0 0 0 1px rgba(36,99,235,.16)}.column-row.drop-target{background:#e8f2ff;border-color:#9bbcff;box-shadow:inset 0 0 0 1px rgba(36,99,235,.14)}.column-row-main{border:none;background:transparent;display:flex;align-items:center;gap:8px;min-width:0;padding:0;text-align:left}.column-row-main.file{cursor:default}.column-row-title{font-size:.9rem;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.column-row-subline{font-size:.77rem;color:var(--text-muted)}.column-row-file-meta{display:grid;min-width:0}.column-chevron{width:14px;height:14px;color:#9aacbf;margin-left:auto}.column-empty{margin:6px 0 0;color:var(--text-muted);font-size:.85rem;display:grid;grid-gap:10px;gap:10px}.column-empty p{margin:0}.column-empty-form{display:grid;grid-gap:8px;gap:8px}.column-empty-form input{width:100%}.column-empty-form .btn{width:100%;justify-content:center}.editor-page{height:100vh;min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.editor-header{margin:14px;border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;padding:12px 14px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-sm)}.editor-header h1{margin:0;font-size:1rem}.editor-header p{margin:4px 0 0;font-size:.84rem;color:var(--text-muted)}.link-button{display:inline-flex;align-items:center;border:1px solid var(--line-strong);border-radius:8px;padding:6px 10px;color:var(--text-soft);background:#fff}.editor-shell{flex:1 1;min-height:0;padding:0 14px 14px;display:flex}.editor-container{flex:1 1;min-height:0;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;background:#fff;box-shadow:var(--shadow-sm)}.editor-preview-page{background:#fff}.editor-preview-page .editor-shell{padding:0}.editor-preview-page .editor-container{border:none;border-radius:0;box-shadow:none}@media (max-width:1180px){.settings-layout{grid-template-columns:1fr}.settings-nav{display:none}.settings-user-form{grid-template-columns:repeat(2,minmax(0,1fr))}.app-ribbon,.app-shell{grid-template-columns:1fr}.app-ribbon{height:auto;align-items:stretch}.ribbon-main{min-height:0;width:100%}.ribbon-brand,.ribbon-nav,.ribbon-search,.ribbon-user{min-height:52px}.ribbon-search{grid-column:1/-1}.ribbon-nav{width:100%}.ribbon-user{grid-column:1/-1}.app-sidebar{display:none}.overview-card{grid-column:1/-1}.overview-recent-item,.overview-recent-table-head{grid-template-columns:minmax(180px,1fr) 150px minmax(140px,180px)}.overview-open-item,.overview-open-table-head{grid-template-columns:minmax(180px,1fr) minmax(150px,190px) 150px 88px}.item-row,.list-header-row{grid-template-columns:minmax(220px,2fr) minmax(70px,.9fr) minmax(140px,1fr) minmax(80px,.8fr) 44px}}@media (max-width:860px){.settings-ribbon{align-items:flex-start;flex-direction:column;padding:14px}.settings-grid,.settings-inline-form,.settings-url-form,.settings-user-form{grid-template-columns:1fr}.settings-url-actions{align-items:flex-start;flex-direction:column}.settings-profile-avatar-panel{grid-template-columns:auto minmax(0,1fr)}.settings-profile-avatar-actions{grid-column:1/-1;justify-content:flex-start}.app-ribbon{grid-template-columns:1fr}.ribbon-main{width:100%}.ribbon-nav,.ribbon-search,.ribbon-user{grid-column:1}.ribbon-brand{border-top:0}.action-bar,.topbar{flex-direction:column;align-items:stretch}.list-header-row,.overview-open-table-head,.overview-recent-table-head{display:none}.overview-open-item,.overview-recent-item{grid-template-columns:1fr;align-items:flex-start;gap:8px}.item-row{grid-template-columns:1fr;gap:8px}.item-actions{justify-content:flex-start}.version-row{grid-template-columns:1fr;align-items:flex-start}.version-row-actions{justify-content:flex-start}.content-split.with-preview,.search-page-header,.search-results-layout.with-preview,.search-results-row{grid-template-columns:1fr}.search-preview-panel{min-height:420px;position:static}.quick-preview-panel{min-height:420px}.shared-folder-layout{grid-template-columns:1fr}}