@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{--navy: #10243a;--navy-2: #18334e;--orange: #f04424;--orange-soft: #fff0eb;--ink: #17212e;--muted: #6e7b8b;--line: #e7ebf0;--surface: #fff;--bg: #f6f8fa;--blue: #1677ff;--radius: 14px;font-family:DM Sans,system-ui,sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}svg{width:20px;height:20px;flex:none;stroke-width:1.8}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.brand{display:flex;align-items:center;gap:11px;height:46px}.brand img{width:42px;height:42px;object-fit:contain}.brand>div{display:flex;flex-direction:column;line-height:1}.brand strong{font:800 21px/1 Manrope;letter-spacing:-.8px;color:var(--navy)}.brand strong span{color:var(--orange)}.brand small{font:700 8px/1.5 Manrope;color:#8995a2;letter-spacing:2.5px;margin-top:5px}.eyebrow{color:var(--orange);text-transform:uppercase;letter-spacing:1.8px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:8px}.login{display:grid;grid-template-columns:minmax(480px,47%) 1fr;min-height:100vh;background:#fff}.login-panel{padding:clamp(32px,5vw,72px) clamp(32px,7vw,110px);display:flex;flex-direction:column;position:relative;z-index:2}.login-copy{margin:clamp(52px,8vh,105px) 0 34px}.login-copy h1{font:800 clamp(38px,4vw,58px)/1.08 "Manrope";letter-spacing:-2.6px;color:var(--navy);margin:18px 0}.login-copy h1 span{color:var(--orange)}.login-copy p{font-size:17px;line-height:1.7;color:var(--muted);max-width:540px}.login-card{border:1px solid var(--line);box-shadow:0 18px 55px #17212e14;border-radius:20px;padding:28px;max-width:480px;background:#fff}.login-card-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:var(--orange);background:var(--orange-soft);margin-bottom:17px}.login-card h2{font:700 22px Manrope;margin:0 0 7px;color:var(--navy)}.login-card>p{margin:0 0 20px;color:var(--muted);font-size:14px}.telegram-login{width:100%;height:46px;border:0;border-radius:10px;padding:0 15px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;background:#229ed9;font-weight:600;font-size:13px;cursor:pointer;box-shadow:0 7px 18px #229ed933}.telegram-login:hover:not(:disabled){background:#178dc4}.telegram-login:disabled{opacity:.72;cursor:wait}.telegram-login svg{width:17px}.telegram-login span{margin-left:auto}.sso-login{width:100%;height:46px;border-radius:10px;padding:0 15px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;background:var(--navy);font-weight:600;font-size:13px;text-decoration:none;box-shadow:0 7px 18px #10243a2e}.sso-login:hover{background:#1b3b59}.sso-login svg{width:17px}.sso-login span{margin-left:auto}.login-divider{height:31px;display:flex;align-items:center;justify-content:center;position:relative;color:#9ca6af;font-size:9px}.login-divider:before{content:"";position:absolute;left:0;right:0;height:1px;background:var(--line)}.login-divider span{position:relative;background:#fff;padding:0 8px}.invite-note{border-top:1px solid var(--line);margin-top:20px;padding-top:19px;display:flex;gap:10px;color:var(--muted);font-size:13px;line-height:1.5}.invite-or{height:24px;display:flex;align-items:center;justify-content:center;color:#93a0a8;font-size:10px;position:relative}.invite-or:before{content:"";position:absolute;left:0;right:0;height:1px;background:var(--line)}.invite-or span{position:relative;padding:0 9px;background:#fff}.ui-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:grid;place-items:center;padding:16px;background:#081826a3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.ui-dialog{width:min(430px,100%);padding:20px;border-radius:16px;background:#fff;box-shadow:0 28px 90px #00000052}.ui-dialog h2{margin:0;color:var(--navy);font:700 18px Manrope,sans-serif}.ui-dialog p{margin:8px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.ui-dialog>input{width:100%;height:43px;margin-top:15px;padding:0 12px;border:1px solid var(--line);border-radius:9px;outline:0;color:var(--navy);background:#fafbfc;font-size:12px}.ui-dialog>input:focus{border-color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}.ui-dialog footer{margin-top:19px;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.ui-dialog footer button{min-height:39px;padding:0 14px;border:0;border-radius:9px;background:#edf1f4;color:#536b7c;font-size:11px;font-weight:700}.ui-dialog footer button.primary{background:var(--navy);color:#fff}.ui-dialog footer button.danger{background:#c63e35;color:#fff}@media(max-width:620px){.ui-dialog-backdrop{align-items:end;padding:0}.ui-dialog{width:100%;border-radius:18px 18px 0 0;padding:20px 17px max(20px,env(safe-area-inset-bottom))}}.invite-note svg{color:var(--navy);width:18px}.setup-note,.form-error{padding:12px 14px;border-radius:10px;background:#fff4e5;color:#955b02;font-size:13px}.form-error{background:#ffeded;color:#a72121;margin-top:12px}.inline-status{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:13px;margin-top:12px}.login-panel footer{color:#a1aab5;font-size:11px;margin-top:auto;padding-top:40px}.login-visual{background:var(--navy);position:relative;overflow:hidden;min-height:720px}.visual-grid{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.07;background-image:linear-gradient(rgba(255,255,255,.7) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.7) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(circle at 50% 45%,black,transparent 80%);mask-image:radial-gradient(circle at 50% 45%,black,transparent 80%)}.orb{position:absolute;border-radius:999px;filter:blur(2px)}.orb-one{width:380px;height:380px;right:-100px;top:4%;background:radial-gradient(circle at 35% 30%,#ff6a4b,#e33415 45%,transparent 70%);opacity:.8}.orb-two{width:400px;height:400px;left:-200px;bottom:-90px;background:#1677ff38;filter:blur(40px)}.floating-card{position:absolute;background:#fffffff7;border:1px solid rgba(255,255,255,.65);box-shadow:0 30px 80px #00000040;border-radius:15px;display:flex;align-items:center;gap:14px;z-index:2;animation:float 6s ease-in-out infinite}@keyframes float{50%{transform:translateY(-9px)}}.floating-card strong{display:block;font-size:14px;color:var(--navy)}.floating-card small{color:var(--muted);font-size:11px}.fc-search{left:12%;top:28%;width:min(480px,70%);padding:19px 20px;animation-delay:-.7s}.fc-search>svg:first-child{color:var(--orange)}.fc-search div{flex:1}.fc-search div small{display:block;margin-bottom:5px}.fc-search>svg:last-child{color:var(--orange)}.fc-file{right:10%;top:48%;padding:18px;width:min(380px,64%);animation-delay:-2.2s}.fc-file small{display:flex;align-items:center;gap:4px;margin-top:5px;color:#168b5d}.file-badge{width:46px;height:52px;border-radius:8px;display:grid;place-items:center;font-size:10px;font-weight:800}.file-badge.pdf{color:#e23a2e;background:#ffeeec}.fc-ai{left:17%;top:67%;padding:17px 19px;animation-delay:-3.5s}.fc-ai>svg{color:#fff;padding:8px;width:43px;height:43px;background:linear-gradient(135deg,#f04424,#ff7a46);border-radius:12px}.fc-ai small{display:block}.visual-word{position:absolute;color:#ffffff09;font:800 clamp(68px,8vw,135px) "Manrope";transform:rotate(-90deg);right:-30%;bottom:33%;letter-spacing:-8px;white-space:nowrap}.visual-word span{color:#f044241f}.app-shell{min-height:100vh;display:flex;background:var(--bg)}aside{position:fixed;inset:0 auto 0 0;width:252px;background:var(--navy);color:#fff;padding:23px 17px 18px;display:flex;flex-direction:column;z-index:20}aside .brand{padding:0 9px}aside .brand img{width:38px;height:38px}aside .brand strong{color:#fff}aside .brand small{color:#ffffff73}.sidebar-top{display:flex;align-items:center;justify-content:space-between}.mobile-close{display:none}.new-button{border:0;border-radius:10px;background:var(--orange);color:#fff;height:43px;display:flex;align-items:center;justify-content:center;gap:9px;font-weight:600;margin:26px 3px 22px;cursor:pointer;transition:.2s}.new-button:hover{background:#d8391c;transform:translateY(-1px)}aside nav{display:flex;flex-direction:column;gap:4px;margin-top:14px}aside nav>span{color:#ffffff61;text-transform:uppercase;letter-spacing:1.5px;font-size:9px;font-weight:700;padding:0 13px 8px}aside nav button{border:0;background:transparent;color:#ffffffb3;height:42px;border-radius:9px;padding:0 12px;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer;font-size:13.5px}aside nav button svg{width:18px}aside nav button:hover{background:#ffffff0f;color:#fff}aside nav button.active{background:#ffffff1c;color:#fff;font-weight:600;box-shadow:inset 3px 0 var(--orange)}aside nav button b{font-size:9px;margin-left:auto;padding:3px 5px;color:#ffb29f;background:#f0442433;border-radius:4px}aside nav a{color:#ffffffa8;height:37px;border-radius:8px;padding:0 12px;display:flex;align-items:center;gap:11px;font-size:11px;text-decoration:none}aside nav a:hover{color:#fff;background:#ffffff0f}aside nav a svg{width:16px}.sidebar-bottom{margin-top:auto}.mini-storage{border:1px solid rgba(255,255,255,.1);border-radius:11px;padding:13px;margin:12px 2px}.mini-storage>div:first-child{display:flex;justify-content:space-between;font-size:10px;color:#ffffff85;margin-bottom:9px}.mini-storage b{color:#ffffffc7;font-weight:500}.mini-storage>div:last-child{height:4px;background:#ffffff1a;border-radius:9px;overflow:hidden}.mini-storage i{display:block;height:100%;background:var(--orange);border-radius:inherit}.profile{border:0;background:transparent;width:100%;display:flex;align-items:center;gap:10px;padding:10px 7px;border-top:1px solid rgba(255,255,255,.09);color:#fff;text-align:left;cursor:pointer}.avatar{width:35px;height:35px;background:#264867;color:#fff;display:grid;place-items:center;border-radius:50%;font-size:11px;font-weight:700;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.profile div:nth-child(2){min-width:0;flex:1;display:flex;flex-direction:column}.profile strong{font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.profile span{color:#ffffff73;text-transform:capitalize;font-size:10px;margin-top:3px}.profile>svg{width:17px;color:#fff6}.logout-button{width:100%;border:0;background:transparent;color:#ffffff7a;display:flex;gap:10px;padding:8px;font-size:11px;cursor:pointer}.logout-button svg{width:15px}.install-button{width:calc(100% - 4px);margin:8px 2px 4px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:#ffffff12;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;cursor:pointer}.install-button:hover{background:#ffffff1f}.install-button svg{width:15px}.main-column{margin-left:252px;width:calc(100% - 252px);min-height:100vh}.workspace-topbar{height:58px;padding:0 clamp(26px,4vw,62px);border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 94%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:sticky;top:0;z-index:14;display:flex;align-items:center;justify-content:flex-end;gap:10px}.workspace-topbar>span{color:var(--muted);font-size:10px;font-weight:650}.theme-switcher-top{width:246px;height:38px;margin:0;padding:3px;background:#edf1f4;border:1px solid var(--line)}.theme-switcher-top button{color:#667785;display:flex;align-items:center;justify-content:center;gap:5px;font-size:9px}.theme-switcher-top button span{display:inline}.theme-switcher-top button.active{color:var(--navy);background:var(--surface);box-shadow:0 2px 8px #10243a17}.mobile-bar-actions{display:flex;align-items:center;gap:5px}.content{max-width:1520px;padding:38px clamp(26px,4vw,62px) 70px;margin:0 auto}.mobile-bar{display:none}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:29px}.page-heading h1{font:750 30px/1.2 Manrope;color:var(--navy);margin:7px 0 5px;letter-spacing:-1px}.page-heading p{color:var(--muted);margin:0;font-size:14px}.date-chip,.ai-online{display:flex;align-items:center;gap:8px;color:var(--muted);border:1px solid var(--line);background:#fff;border-radius:9px;font-size:11px;padding:9px 12px}.date-chip svg{width:15px;color:#1a9f69}.ai-online i{width:7px;height:7px;border-radius:50%;background:#1ead74;box-shadow:0 0 0 4px #e0f7ec}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-card{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);min-height:128px;padding:22px;display:flex;gap:17px;box-shadow:0 1px 2px #10243a05}.stat-icon{width:43px;height:43px;border-radius:11px;display:grid;place-items:center}.stat-icon svg{width:21px}.stat-icon.blue{color:#1677ff;background:#eaf3ff}.stat-icon.orange{color:var(--orange);background:var(--orange-soft)}.stat-icon.violet{color:#7b57d1;background:#f2edff}.stat-icon.green{color:#169b67;background:#e9f8f1}.stat-card>div:last-child{display:flex;flex-direction:column}.stat-card span{color:var(--muted);font-size:11px}.stat-card strong{font:700 24px Manrope;color:var(--navy);margin:4px 0 3px}.stat-card small{color:#929ca7;font-size:10px}.stat-card small b{color:#1b9c6b}.category-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:10px;margin-top:15px}.category-strip button{min-width:0;border:1px solid var(--line);background:#fff;border-radius:11px;padding:13px;display:flex;align-items:center;gap:10px;text-align:left;cursor:pointer}.category-strip button:hover{border-color:#c8d2dc;transform:translateY(-1px)}.category-strip button>span{width:34px;height:34px;display:grid;place-items:center;color:var(--orange);background:var(--orange-soft);border-radius:9px}.category-strip svg{width:17px}.category-strip button>div{min-width:0;display:flex;flex-direction:column}.category-strip strong{color:var(--navy);font-size:10px}.category-strip small{color:var(--muted);font-size:8.5px;margin-top:3px;white-space:nowrap}.overview-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(310px,.7fr);gap:18px;margin-top:18px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius)}.panel-head{padding:21px 23px 16px;display:flex;justify-content:space-between;align-items:center}.panel-head h2{font:700 15px Manrope;color:var(--navy);margin:0 0 4px}.panel-head p{font-size:11px;color:var(--muted);margin:0}.text-button{color:var(--orange);font-size:11px;font-weight:600;border:0;background:none;cursor:pointer}.recent-list{border-top:1px solid var(--line)}.recent-row{min-height:66px;display:grid;grid-template-columns:38px minmax(130px,1fr) 80px 80px 30px;gap:11px;padding:11px 20px;align-items:center;border-bottom:1px solid #f0f2f5}.recent-row:last-child{border-bottom:0}.file-icon{position:relative;flex:none;width:42px;height:46px;border-radius:9px;display:grid;place-items:center;background:#edf4ff;color:#3b75b7}.file-icon svg{width:21px;height:21px}.file-icon b{position:absolute;right:-3px;bottom:2px;min-width:22px;padding:2px 3px;border-radius:4px;background:currentColor;color:#fff;font-size:6px;line-height:1;letter-spacing:.2px;text-transform:uppercase;text-align:center}.file-icon.compact{width:36px;height:40px}.file-tone-pdf{color:#d5483f;background:#fff0ef}.file-tone-word{color:#2f6fb1;background:#edf5ff}.file-tone-sheet{color:#168761;background:#eaf8f2}.file-tone-slide{color:#e07332;background:#fff3e9}.file-tone-image{color:#8a55bd;background:#f5effc}.file-tone-video{color:#d13e77;background:#fff0f6}.file-tone-audio{color:#735bc0;background:#f2effd}.file-tone-archive{color:#896638;background:#f8f2e9}.file-tone-other{color:#61788b;background:#edf2f5}.file-icon svg{width:19px}.file-icon.red{color:#dc4c3e;background:#fff0ee}.file-name{min-width:0;display:flex;flex-direction:column}.file-name strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-name small{color:var(--muted);font-size:9.5px;margin-top:4px}.provider{display:inline-flex;justify-content:center;width:fit-content;padding:4px 7px;border-radius:5px;font-size:8px;font-weight:700;text-transform:uppercase;color:#2775bd;background:#eaf4ff}.provider.telegram{color:#1680aa;background:#e8f7fc}.provider.local{color:#756a64;background:#f0eeec}.recent-row time{font-size:9px;color:#9aa4ae}.icon-button{border:0;background:transparent;width:30px;height:30px;padding:0;display:grid;place-items:center;border-radius:7px;color:#8a96a3;cursor:pointer}.icon-button:hover{background:#f0f3f6;color:var(--navy)}.icon-button svg{width:16px}.storage-panel{padding-bottom:19px}.storage-panel>.panel-head>svg{color:#a2abb4}.storage-total{padding:4px 23px 13px;display:grid;grid-template-columns:1fr auto;align-items:end}.storage-total span{font-size:10px;color:var(--muted)}.storage-total strong{font:700 23px Manrope;color:var(--navy);grid-row:2}.storage-total small{font-size:9px;color:#9aa3ad}.capacity{height:7px;margin:0 23px;border-radius:8px;background:#edf0f3;overflow:hidden}.capacity i{display:block;height:100%;min-width:7px;background:linear-gradient(90deg,var(--orange),#fb825e);border-radius:inherit}.provider-list{margin:16px 23px 17px;display:flex;flex-direction:column;gap:11px}.provider-list>div{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.provider-list span{display:flex;align-items:center;gap:7px}.provider-list b{color:var(--navy);font-weight:600}.dot{width:7px;height:7px;border-radius:50%;display:inline-block}.dot.ms{background:#1677ff}.dot.tg{background:#2c9bd3}.dot.local{background:#aaa29c}.button{height:40px;border-radius:9px;border:1px solid var(--line);padding:0 15px;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:600;cursor:pointer}.button svg{width:16px}.button:disabled{opacity:.55;cursor:default}.button.primary{color:#fff;border-color:var(--orange);background:var(--orange);box-shadow:0 5px 12px #f044242e}.button.primary:hover:not(:disabled){background:#db3a1e}.button.soft{border-color:#dce4eb;background:#f8fafb;color:var(--navy)}.button.ghost{color:var(--muted)}.button.full{margin:0 23px;width:calc(100% - 46px)}.ai-banner{min-height:138px;border-radius:var(--radius);background:var(--navy);margin-top:18px;color:#fff;display:flex;align-items:center;gap:19px;padding:26px 30px;position:relative;overflow:hidden}.ai-glow{position:absolute;width:290px;height:290px;right:12%;border-radius:50%;background:#f044242e;filter:blur(60px)}.ai-symbol{width:58px;height:58px;border-radius:15px;background:linear-gradient(140deg,var(--orange),#ff8b67);display:grid;place-items:center;box-shadow:0 10px 30px #f0442447;z-index:1}.ai-banner>div:nth-child(3){flex:1;z-index:1}.ai-banner span{color:#ff947c;font-size:9px;font-weight:800;letter-spacing:1.5px}.ai-banner h2{font:700 17px Manrope;margin:5px 0}.ai-banner p{color:#ffffff8c;font-size:11px;margin:0}.ai-banner button{border:1px solid rgba(255,255,255,.18);background:#ffffff1a;color:#fff;height:39px;padding:0 17px;border-radius:9px;font-size:11px;display:flex;align-items:center;gap:9px;cursor:pointer;z-index:1}.ai-banner button:hover{background:#ffffff2b}.ai-banner button svg{width:15px}.files-heading{align-items:center}.heading-actions{display:flex;gap:8px}.library-tabs{display:flex;gap:5px;margin-bottom:13px;max-width:100%;overflow-x:auto;scrollbar-width:none;padding:2px 1px 4px}.library-tabs::-webkit-scrollbar{display:none}.library-tabs button{flex:0 0 auto;white-space:nowrap;border:0;background:transparent;color:var(--muted);padding:8px 11px;border-radius:8px;display:flex;align-items:center;gap:7px;font-size:10px;cursor:pointer}.library-tabs button.active{color:var(--navy);background:#fff;box-shadow:0 1px 4px #10243a14;font-weight:600}.library-tabs svg{width:15px}.library-workspace{display:grid;grid-template-columns:238px minmax(0,1fr);gap:13px;align-items:start}.library-workspace.trash-mode{grid-template-columns:minmax(0,1fr)}.library-content{min-width:0}.folder-browser{position:sticky;top:20px;max-height:calc(100vh - 115px);overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--line);background:#fff;border-radius:13px;box-shadow:0 2px 8px #10243a09}.folder-browser-head{display:flex;align-items:center;justify-content:space-between;padding:16px 14px 12px;border-bottom:1px solid #edf0f2}.folder-browser-head>div{display:flex;flex-direction:column;gap:3px}.folder-browser-head strong{color:var(--navy);font:700 12px Manrope}.folder-browser-head small{color:var(--muted);font-size:8px}.folder-browser-head button,.folder-search button{width:28px;height:28px;border:0;border-radius:7px;background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;cursor:pointer}.folder-browser-head svg,.folder-search button svg{width:14px}.folder-search{margin:11px 10px 7px;height:34px;border:1px solid var(--line);border-radius:8px;background:#fafbfc;display:flex;align-items:center;gap:7px;padding:0 8px}.folder-search>svg{width:14px;color:#91a0ad}.folder-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:9px;color:var(--navy)}.folder-search button{width:21px;height:21px;background:transparent;color:#96a1ac}.folder-tree{overflow:auto;padding:2px 7px 12px;scrollbar-width:thin}.folder-tree-row{min-height:35px;display:flex;align-items:center;border-radius:7px;padding-right:4px}.folder-tree-row.root{margin:1px 7px 3px}.folder-tree-row:hover{background:#f5f7f9}.folder-tree-row.active{background:#fff1ed;color:var(--orange)}.folder-tree-row:not(.root){position:relative}.folder-tree-row:not(.root):before{content:"";position:absolute;left:calc(var(--tree-depth, 0) * 15px + 8px);top:0;bottom:0;border-left:1px solid #edf0f2;pointer-events:none}.folder-tree-toggle{width:20px;height:28px;margin:0 1px 0 0;padding:0;border:0;background:transparent;color:#94a0aa;display:grid;place-items:center;cursor:pointer}.folder-tree-toggle svg{width:12px;transition:transform .16s ease}.folder-tree-toggle svg.expanded{transform:rotate(90deg)}.folder-tree-toggle-spacer{width:21px;flex:none}.folder-tree-open{flex:1;min-width:0;height:34px;padding:0;border:0;background:transparent;display:flex;align-items:center;gap:7px;color:#657686;text-align:left;cursor:pointer}.folder-tree-row.active .folder-tree-open{color:var(--orange);font-weight:650}.folder-tree-open svg{width:15px;flex:none}.folder-tree-open .tree-chevron{width:11px;color:#a7b0b9}.tree-spacer{width:11px;flex:none}.folder-tree-open span{min-width:0;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:9.5px}.folder-tree-open small{min-width:18px;color:#9aa5ae;font-size:8px;text-align:right}.folder-tree-more{width:25px;height:25px;opacity:0;border:0;border-radius:6px;background:transparent;color:#8d99a4;display:grid;place-items:center;cursor:pointer}.folder-tree-row:hover .folder-tree-more{opacity:1}.folder-tree-more:hover{background:#e7ebee}.folder-tree-more svg{width:14px}.folder-breadcrumb{min-height:34px;display:flex;align-items:center;gap:3px;margin-bottom:9px;padding:0 4px;overflow-x:auto}.folder-breadcrumb>svg{width:12px;color:#acb5bd;flex:none}.folder-breadcrumb button{white-space:nowrap;border:0;background:transparent;color:#84919d;font-size:9px;display:flex;align-items:center;gap:5px;cursor:pointer}.folder-breadcrumb button.active{color:var(--navy);font-weight:650}.folder-breadcrumb button svg{width:13px}.folder-mobile-toggle{display:none}.category-filters{display:flex;gap:5px;overflow-x:auto;margin-bottom:11px;padding-bottom:2px}.category-filters button{white-space:nowrap;border:1px solid var(--line);background:#fff;color:var(--muted);border-radius:20px;height:30px;padding:0 10px;display:flex;align-items:center;gap:5px;font-size:9px;cursor:pointer}.category-filters button.active{color:var(--orange);border-color:#f0aa99;background:var(--orange-soft);font-weight:600}.category-filters svg{width:12px}.advanced-filters{display:flex;align-items:center;gap:8px;margin:-2px 0 12px;padding:9px 11px;background:#fff;border:1px solid var(--line);border-radius:10px;color:var(--muted)}.advanced-filters>svg{width:16px;color:var(--orange);flex:none}.advanced-filters select,.advanced-filters input[type=date]{height:31px;border:1px solid var(--line);border-radius:7px;padding:0 8px;background:#fafbfc;color:#566676;font-size:9px}.advanced-filters label{display:flex;align-items:center;gap:5px;font-size:9px;white-space:nowrap}.advanced-filters .recursive-toggle{margin-left:auto}.advanced-filters button{border:0;background:var(--orange-soft);color:var(--orange);border-radius:7px;height:29px;padding:0 9px;font-size:9px;cursor:pointer}.file-toolbar{display:flex;gap:10px;margin-bottom:15px}.searchbox{background:#fff;border:1px solid var(--line);height:43px;border-radius:10px;flex:1;display:flex;align-items:center;padding:0 12px;gap:10px;box-shadow:0 1px 2px #10243a05}.searchbox>svg{width:18px;color:#82909e}.searchbox input{min-width:0;flex:1;border:0;outline:0;color:var(--ink);font-size:13px}.searchbox input::placeholder{color:#a2abb4}.searchbox button{border:0;background:none;padding:0;color:#a2abb4;display:flex}.searchbox button svg{width:15px}.searchbox kbd{border:1px solid var(--line);background:#f7f8fa;border-radius:5px;padding:2px 6px;color:#9aa4ae;font-size:9px}.filter-button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:0 13px;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11px}.filter-button svg{width:15px}.filter-button svg:last-child{width:12px}.view-toggle{border:1px solid var(--line);border-radius:10px;background:#fff;display:flex;padding:3px}.view-toggle button{width:34px;border:0;background:none;border-radius:7px;color:#98a2ad;display:grid;place-items:center}.view-toggle button.active{background:#eef2f5;color:var(--navy)}.view-toggle svg{width:16px}.search-result{color:var(--muted);font-size:11px;display:flex;align-items:center;gap:7px;margin:0 0 11px 3px}.search-result svg{width:14px;color:var(--orange)}.files-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;min-height:400px}.file-table-head,.file-table-row{display:grid;grid-template-columns:minmax(260px,2fr) minmax(100px,.7fr) 100px 75px 95px 130px;align-items:center;gap:12px;padding:0 20px}.file-table-head{height:42px;color:#929da9;background:#fafbfc;border-bottom:1px solid var(--line);font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.file-table-row{min-height:69px;border-bottom:1px solid #eff2f4;font-size:11px;color:var(--muted)}.file-table-row:last-child{border:0}.file-table-row:hover{background:#fcfdfe}.file-primary{display:flex;gap:12px;align-items:center;min-width:0}.file-primary>div:last-child{min-width:0}.file-primary strong{display:block;color:var(--ink);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-primary small{display:block;color:#a0a9b2;font-size:9px;margin-top:4px;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-table-row time{font-size:10px}.row-actions{display:flex;opacity:.4}.file-table-row:hover .row-actions{opacity:1}.icon-button.danger:hover{color:#c83232;background:#fff0f0}.file-grid{display:grid;grid-template-columns:repeat(4,minmax(190px,1fr));gap:14px;padding:17px;background:var(--bg)}.file-card{min-width:0;min-height:300px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px;display:flex;flex-direction:column;overflow:hidden;transition:transform .16s,box-shadow .16s,border-color .16s}.file-card:hover{transform:translateY(-2px);border-color:#d2dbe2;box-shadow:0 10px 28px #10243a17}.file-card-preview{height:132px;margin:-3px -3px 11px;border-radius:10px;overflow:hidden;display:grid;place-items:center;text-decoration:none;background:#eef3f6}.file-card-preview>img,.file-card-preview>video,.file-card-preview>iframe{width:100%;height:100%;border:0;object-fit:cover;pointer-events:none}.file-card-preview.pdf{background:#fff3f1}.generic-file-preview{display:flex;flex-direction:column;align-items:center;gap:7px}.generic-file-preview .file-icon{width:54px;height:60px}.generic-file-preview>b{color:#758591;font-size:9px;letter-spacing:1px}.file-card-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:9px}.file-card>strong{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-card>span{font-size:9px;color:var(--muted);margin-top:5px}.file-card footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.file-card footer>div{display:flex;gap:5px}.file-card footer button,.file-card footer a{border:0;background:none;color:var(--muted);padding:3px;display:flex;cursor:pointer}.file-card footer svg{width:16px;color:var(--muted)}.global-drop-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;padding:26px;background:#10243aa8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:grid;place-items:center;pointer-events:none}.global-drop-overlay>div{width:min(620px,100%);height:min(330px,65vh);border:2px dashed rgba(255,255,255,.7);border-radius:24px;color:#fff;background:#10243ab8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;box-shadow:0 24px 80px #0000004d}.global-drop-overlay svg{width:56px;height:56px;color:#ff7659}.global-drop-overlay strong{font:700 24px Manrope,sans-serif}.global-drop-overlay span{color:#ffffffb3;font-size:12px}.file-context-menu{position:fixed;z-index:130;width:280px;padding:13px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--ink);box-shadow:0 18px 55px #06142040}.file-context-menu header{display:flex;gap:9px;align-items:center;padding-bottom:11px;border-bottom:1px solid var(--line)}.file-context-menu header>svg{width:19px;color:var(--orange)}.file-context-menu header span{min-width:0;display:flex;flex-direction:column}.file-context-menu header strong{font-size:11px;color:var(--navy)}.file-context-menu header small{max-width:220px;margin-top:2px;color:var(--muted);font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-context-menu label{display:flex;flex-direction:column;gap:6px;margin:12px 0;color:var(--muted);font-size:9px;font-weight:600}.file-context-menu select{height:38px;padding:0 9px;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--ink);outline:0}.file-context-menu .button{width:100%;justify-content:center}.context-secondary{width:100%;min-height:35px;margin-top:5px;border:0;background:transparent;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:6px;font-size:9px;cursor:pointer}.context-secondary svg{width:14px}.theme-switcher{height:35px;margin:0 3px 10px;padding:3px;border-radius:9px;background:#ffffff12;display:grid;grid-template-columns:repeat(3,1fr);gap:3px}.theme-switcher button{border:0;border-radius:7px;background:transparent;color:#ffffff80;display:grid;place-items:center;cursor:pointer}.theme-switcher button.active{color:#fff;background:#ffffff26}.theme-switcher svg{width:14px}:root[data-theme=dark]{--ink:#e9eef3;--muted:#98a7b4;--line:#2c3b48;--surface:#172631;--bg:#0d1821;--navy:#eef4f7;--navy-2:#dce8ed;--orange-soft:#44261f;color-scheme:dark}@media(prefers-color-scheme:dark){:root[data-theme=auto]{--ink:#e9eef3;--muted:#98a7b4;--line:#2c3b48;--surface:#172631;--bg:#0d1821;--navy:#eef4f7;--navy-2:#dce8ed;--orange-soft:#44261f;color-scheme:dark}}:root[data-theme=dark] body,:root[data-theme=auto] body{background:var(--bg)}:root[data-theme=dark] :is(.folder-browser,.files-panel,.file-card,.searchbox,.view-toggle,.category-filters button,.advanced-filters,.library-tabs button.active,.modal,.file-action-sheet){background:var(--surface)}:root[data-theme=dark] :is(.file-table-head,.file-grid,.folder-tree-row:hover,.file-table-row:hover,.advanced-filters select,.advanced-filters input,.searchbox kbd,.view-toggle button.active){background:#12212b}:root[data-theme=dark] :is(input,textarea,select){color:var(--ink)}@media(prefers-color-scheme:dark){:root[data-theme=auto] :is(.folder-browser,.files-panel,.file-card,.searchbox,.view-toggle,.category-filters button,.advanced-filters,.library-tabs button.active,.modal,.file-action-sheet){background:var(--surface)}:root[data-theme=auto] :is(.file-table-head,.file-grid,.folder-tree-row:hover,.file-table-row:hover,.advanced-filters select,.advanced-filters input,.searchbox kbd,.view-toggle button.active){background:#12212b}:root[data-theme=auto] :is(input,textarea,select){color:var(--ink)}}.mobile-action-trigger{display:none}.file-action-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:grid;place-items:center;padding:18px;background:#0a182694;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.file-action-sheet{width:min(520px,100%);padding:17px;border-radius:17px;background:#fff;box-shadow:0 30px 90px #00000045}.file-action-head{display:flex;align-items:center;gap:11px;padding-bottom:13px;border-bottom:1px solid var(--line)}.file-action-head>div:nth-child(2){min-width:0;flex:1;display:flex;flex-direction:column}.file-action-head strong{color:var(--navy);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-action-head small{margin-top:3px;color:var(--muted);font-size:9px}.file-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding-top:13px}.file-action-grid>a,.file-action-grid>button{min-width:0;min-height:76px;padding:9px 5px;border:1px solid #e2e7eb;border-radius:10px;background:#fafbfc;color:#526a7c;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;text-decoration:none;cursor:pointer}.file-action-grid svg{width:20px}.file-action-grid span{font-size:9px;text-align:center}.file-action-grid .danger{color:#c6453e;background:#fff5f4;border-color:#f3d6d3}.file-detail-hero{display:flex;align-items:center;gap:11px;margin-bottom:13px;padding:12px;border:1px solid var(--line);border-radius:11px;background:#fafbfc}.file-detail-hero>div:nth-child(2){min-width:0;flex:1;display:flex;flex-direction:column}.file-detail-hero strong{font-size:12px;color:var(--navy);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-detail-hero span{margin-top:3px;color:var(--muted);font-size:9px}.file-detail-hero a{text-decoration:none}.file-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin-bottom:12px}.file-detail-grid>div{min-width:0;min-height:58px;padding:9px;border:1px solid #e5e9ec;border-radius:9px;display:flex;flex-direction:column;background:#fff}.file-detail-grid small,.file-detail-summary small{color:#8a98a3;font-size:8px;text-transform:uppercase;letter-spacing:.4px}.file-detail-grid strong{margin-top:5px;color:var(--navy);font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-detail-summary{margin-bottom:12px;padding:11px;border-radius:9px;background:#f5f8fa}.file-detail-summary p{margin:5px 0 0;color:#536879;font-size:10px;line-height:1.55}.workflow-button{color:#7654bd;background:#f2edfb}.infinite-sentinel{min-height:42px;display:flex;justify-content:center;align-items:center;gap:7px;color:var(--muted);font-size:10px}.infinite-sentinel svg{width:15px}.file-pagination{min-height:64px;padding:12px 0 4px;display:flex;align-items:center;justify-content:center;gap:16px}.file-pagination>span{color:var(--muted);font-size:11px}.file-pagination>span strong{color:var(--ink)}.file-pagination .button{min-width:104px;justify-content:center}@media(max-width:540px){.file-pagination{justify-content:space-between;gap:7px}.file-pagination .button{min-width:0;padding-inline:11px}.file-pagination>span{text-align:center;font-size:9px}}.office-editor-page{width:100%;height:100dvh;overflow:hidden;display:flex;flex-direction:column;background:#eef2f4}.office-editor-page>header{flex:0 0 58px;min-width:0;padding:0 14px;display:flex;align-items:center;gap:11px;border-bottom:1px solid #dce3e7;background:#fff;box-shadow:0 2px 10px #10243a0f;z-index:3}.office-editor-page>header>a{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;color:#526779;background:#f0f4f6}.office-editor-page>header>a svg{width:18px;transform:rotate(180deg)}.office-editor-page>header .brand{flex:0 0 auto}.office-editor-page>header>div:last-of-type{min-width:0;flex:1;display:flex;flex-direction:column}.office-editor-page>header>div:last-of-type strong{overflow:hidden;color:var(--navy);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.office-editor-page>header>div:last-of-type small{margin-top:2px;color:var(--muted);font-size:9px}.office-editor-page>header>span{padding:6px 9px;border-radius:8px;background:#eaf3f8;color:#356b8c;font-size:9px;font-weight:800;white-space:nowrap}#onlyoffice-editor{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted)}#onlyoffice-editor>svg{width:20px}.office-editor-error{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:30px;text-align:center}.office-editor-error>svg{width:54px;height:54px;color:#6d8494}.office-editor-error h2{color:var(--navy)}.office-editor-error p{max-width:560px;color:var(--muted)}.office-editor-error a{margin-top:12px;text-decoration:none}@media(max-width:620px){.office-editor-page>header{flex-basis:52px;padding:0 7px;gap:7px}.office-editor-page>header .brand{display:none}.office-editor-page>header>span{font-size:8px}}.workflow-modal{width:min(760px,100%)}.workflow-summary{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:10px;margin-bottom:12px}.workflow-modal pre{max-height:58vh;overflow:auto;padding:15px;border-radius:10px;background:#0f1d2b;color:#d7e6f3;font-size:9px;line-height:1.6;white-space:pre-wrap;overflow-wrap:anywhere}.category-pill{display:inline-flex;width:fit-content;padding:4px 7px;border-radius:6px;color:#596d80;background:#edf2f6;font-size:8px;font-weight:600}.tag-row{display:flex;flex-wrap:wrap;gap:4px;margin-top:9px}.tag-row i{color:#7b6a63;background:#f4f0ed;border-radius:5px;padding:3px 5px;font-size:8px;font-style:normal}.loading-state{color:var(--muted);min-height:300px;display:flex;justify-content:center;align-items:center;gap:9px;font-size:12px}.loading-state.full{min-height:70vh}.empty{min-height:395px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:var(--muted);text-align:center}.empty.compact{min-height:230px}.empty>div{width:58px;height:58px;display:grid;place-items:center;color:#8ca0b2;background:#eff3f6;border-radius:16px;margin-bottom:14px}.empty strong{color:var(--navy);font-size:13px}.empty span{font-size:10px;margin-top:5px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a182691;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:50;display:grid;place-items:center;padding:20px}.modal{width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:18px;box-shadow:0 35px 100px #00000040;padding:25px}.modal-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:21px}.modal-head h2{font:700 20px Manrope;color:var(--navy);margin:0 0 5px}.modal-head p{color:var(--muted);font-size:11px;margin:0;line-height:1.5}.dropzone{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;border:1.5px dashed #cbd4dc;background:#fafcfd;border-radius:14px;padding:22px;transition:.2s}.dropzone:hover{border-color:var(--orange);background:#fffaf8}.drop-icon{width:56px;height:56px;border-radius:15px;display:grid;place-items:center;color:var(--orange);background:var(--orange-soft);margin-bottom:13px}.dropzone strong{font-size:13px;color:var(--navy)}.dropzone span{color:var(--muted);font-size:10px;margin-top:7px}.upload-picker-actions{display:flex;gap:8px;margin-top:18px}.upload-picker-actions .button{height:36px;font-size:10px}.upload-queue{max-height:180px;overflow:auto;margin-top:13px;display:flex;flex-direction:column;gap:7px}.upload-item{display:flex;align-items:center;gap:10px;padding:9px 11px;border:1px solid var(--line);border-radius:9px}.mini-file{width:30px;height:30px;display:grid;place-items:center;color:#527da5;background:#edf4fa;border-radius:7px}.mini-file svg{width:16px}.upload-item>div:nth-child(2){min-width:0;flex:1;display:flex;flex-direction:column}.upload-item strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.upload-item small{color:var(--muted);font-size:9px;margin-top:3px}.upload-item .upload-item-state{color:var(--blue);font-weight:700}.upload-item button{border:0;background:none;color:#9ba5ae;display:flex}.upload-item button svg{width:15px}.modal-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.processing{margin-top:15px}.processing>div:first-child{display:flex;justify-content:space-between;color:var(--muted);font-size:10px;margin-bottom:7px}.processing strong{color:var(--navy)}.processing small{color:#9ca5ae;font-size:9px}.progress{height:6px;background:#edf0f3;border-radius:8px;overflow:hidden;margin-bottom:7px}.progress i{display:block;height:100%;background:var(--orange);transition:width .25s}.storage-control-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:15px 0}.storage-priority-panel,.storage-migration-panel{padding-bottom:18px}.priority-list{display:flex;flex-direction:column;gap:7px;padding:0 21px 14px}.priority-list>div{display:flex;align-items:center;gap:9px;min-height:49px;padding:7px 9px;background:#f8fafb;border:1px solid #edf0f2;border-radius:9px}.priority-list b{width:25px;height:25px;display:grid;place-items:center;border-radius:7px;background:var(--navy);color:#fff;font-size:9px}.priority-list span{min-width:0;flex:1;display:flex;flex-direction:column}.priority-list strong{color:var(--navy);font-size:10px}.priority-list small{color:var(--muted);font-size:8px;margin-top:3px}.priority-list button{width:27px;height:27px;border:1px solid var(--line);background:#fff;border-radius:7px;color:#748391;cursor:pointer}.priority-list button:disabled{opacity:.3;cursor:default}.storage-priority-panel>.button,.storage-migration-panel>.button{width:calc(100% - 42px);margin:0 21px}.migration-form{display:grid;grid-template-columns:1fr 20px 1fr;gap:8px;align-items:end;padding:0 21px 14px}.migration-form>svg{width:15px;margin-bottom:10px;color:#9aa5ae}.migration-form label{color:var(--muted);font-size:8px;display:flex;flex-direction:column;gap:6px}.migration-form select{height:37px;border:1px solid var(--line);background:#f9fafb;border-radius:8px;padding:0 8px;color:var(--navy);font-size:10px}.migration-jobs{display:flex;flex-direction:column;gap:9px;margin:15px 21px 0;max-height:135px;overflow:auto}.migration-jobs>div{padding-top:9px;border-top:1px solid #edf0f2}.migration-jobs>div>div:first-child{display:flex;justify-content:space-between;gap:8px;margin-bottom:6px}.migration-jobs strong{color:var(--navy);font-size:8.5px;text-transform:capitalize}.migration-jobs span,.migration-jobs small{color:var(--muted);font-size:7.5px}.migration-jobs .progress{height:4px;margin:0 0 4px}.assistant-page{max-width:1080px;margin:0 auto}.chat-workspace{display:grid;grid-template-columns:210px minmax(0,1fr);gap:12px}.chat-history{height:calc(100vh - 190px);min-height:560px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.chat-history>span{padding:17px 6px 8px;color:#8a96a2;font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.chat-history>div{overflow:auto;display:flex;flex-direction:column;gap:4px}.chat-history>div button{border:0;border-radius:8px;background:transparent;padding:9px;text-align:left;cursor:pointer}.chat-history>div button:hover,.chat-history>div button.active{background:#f0f4f7}.chat-history strong{display:block;color:var(--navy);font-size:9.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-history small{display:block;color:#97a1aa;font-size:7.5px;margin-top:4px}.chat-shell{height:calc(100vh - 190px);min-height:560px;background:#fff;border:1px solid var(--line);border-radius:16px;display:flex;flex-direction:column;overflow:hidden}.chat-messages{flex:1;overflow:auto;padding:30px clamp(20px,6vw,75px)}.chat-welcome{max-width:650px;text-align:center;margin:7vh auto 0}.ai-logo{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;color:#fff;background:linear-gradient(135deg,var(--navy),#2d4b68);margin:0 auto 20px;box-shadow:0 12px 30px #10243a33;position:relative}.ai-logo:after{content:"";position:absolute;width:18px;height:18px;right:-3px;bottom:-3px;border-radius:50%;background:var(--orange);border:3px solid white}.chat-welcome h2{font:700 23px Manrope;color:var(--navy);margin:0 0 9px}.chat-welcome p{color:var(--muted);font-size:12px}.suggestions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:30px}.suggestions button{min-height:74px;border:1px solid var(--line);background:#fff;border-radius:11px;padding:12px;color:var(--muted);font-size:10px;text-align:left;cursor:pointer}.suggestions button:hover{border-color:#b9c5d0;background:#fbfcfd}.suggestions svg{width:15px;display:block;color:var(--orange);margin-bottom:8px}.message{display:flex;gap:11px;margin:18px 0}.message.user{justify-content:flex-end}.message-body{max-width:76%;padding:13px 16px;border-radius:4px 13px 13px;background:#f0f4f7;color:#344354;font-size:12px;line-height:1.75}.message.user .message-body{color:#fff;background:var(--navy);border-radius:13px 4px 13px 13px}.message-avatar{width:31px;height:31px;display:grid;place-items:center;color:#fff;background:var(--orange);border-radius:9px}.message-avatar svg{width:15px}.message-body>small{color:#93a0ad;font-size:8px;display:block;margin-top:9px}.message-sources{border-top:1px solid #dce3e9;margin-top:10px;padding-top:9px;display:flex;gap:6px;flex-wrap:wrap}.message-sources>span{width:100%;color:#8996a3;font-size:8px;text-transform:uppercase;letter-spacing:1px}.message-sources a{max-width:210px;display:flex;align-items:center;gap:5px;color:#426c94;font-size:9px;padding:4px 7px;background:#fff;border-radius:5px}.message-sources svg{width:12px}.source-recommendations{display:grid;grid-template-columns:1fr}.source-recommendations>div{min-width:0;display:grid;grid-template-columns:28px minmax(0,1fr) 28px 28px;align-items:center;gap:7px;padding:8px;border:1px solid #dfe6eb;border-radius:8px;background:#fff}.source-recommendations>div>svg{width:17px;color:#486f91}.source-recommendations>div>span{min-width:0;display:flex;flex-direction:column}.source-recommendations strong{color:var(--navy);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.source-recommendations small{margin-top:2px;color:var(--muted);font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.source-recommendations>div>a{width:28px;height:28px;padding:0;display:grid;place-items:center;border:1px solid #e1e7eb;color:#53758f}.typing{display:flex;gap:4px;padding:13px 16px;background:#f0f4f7;border-radius:4px 13px 13px}.typing i{width:5px;height:5px;border-radius:50%;background:#8996a3;animation:blink 1s infinite}.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}@keyframes blink{50%{opacity:.25;transform:translateY(-2px)}}.chat-input{margin:15px clamp(16px,5vw,58px) 22px;border:1px solid #dce2e8;border-radius:13px;padding:11px 12px;box-shadow:0 6px 25px #10243a0f}.chat-input textarea{width:100%;resize:none;border:0;outline:0;min-height:50px;max-height:130px;font-size:12px;color:var(--ink)}.chat-input>div{display:flex;align-items:center;justify-content:space-between}.chat-input span{display:flex;align-items:center;gap:6px;color:#9ca6b0;font-size:8.5px}.chat-input span svg{width:13px}.chat-input button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:9px;color:#fff;background:var(--orange);cursor:pointer}.chat-input button:disabled{background:#c8cfd6}.chat-input button svg{width:15px}.team-panel{overflow:hidden}.team-table{border-top:1px solid var(--line)}.team-row{display:grid;grid-template-columns:38px minmax(180px,1fr) 150px 120px 35px 35px;align-items:center;gap:12px;min-height:72px;padding:10px 22px;border-bottom:1px solid #eff1f4}.team-row:last-child{border:0}.member{display:flex;flex-direction:column;min-width:0}.member strong{font-size:12px}.member span{color:var(--muted);font-size:9px;margin-top:4px}.status{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:9px;text-transform:capitalize}.status i{width:6px;height:6px;border-radius:50%;background:#9ca6af}.status.active i{background:#18a56e;box-shadow:0 0 0 3px #e1f7ed}.team-row select,.modal label input,.modal label select{height:37px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#526170;padding:0 9px;font-size:10px;outline:0}.phone-input{height:37px;min-width:0;border:1px solid var(--line);border-radius:8px;padding:0 9px;color:#526170;font-size:9px;outline:0}.chat-audit-modal{width:min(780px,100%)}.chat-audit-list{max-height:68vh;overflow:auto;display:flex;flex-direction:column;gap:12px}.chat-audit-list>section{border:1px solid var(--line);border-radius:10px;padding:12px}.chat-audit-list section>header{display:flex;justify-content:space-between;padding-bottom:9px;border-bottom:1px solid var(--line);color:var(--navy);font-size:10px}.chat-audit-list section>header time{color:var(--muted);font-size:8px}.chat-audit-list section>div{margin-top:8px;padding:9px 10px;border-radius:8px;background:#f4f6f8}.chat-audit-list section>div.assistant{background:#fff3ef}.chat-audit-list b{color:var(--navy);font-size:8px}.chat-audit-list p{margin:4px 0;color:#516170;font-size:9px;line-height:1.5;white-space:pre-wrap}.chat-audit-list small{color:#939da6;font-size:7px}.modal label{display:flex;flex-direction:column;gap:7px;color:var(--navy);font-size:11px;font-weight:600;margin-bottom:16px}.modal label input,.modal label select{height:43px;font-size:12px}.invite-modal{width:min(500px,100%)}.invite-result{text-align:center;padding:10px 5px 5px}.success-circle{width:50px;height:50px;margin:0 auto 13px;border-radius:50%;display:grid;place-items:center;color:#159764;background:#e3f8ef}.invite-result h3{font:700 17px Manrope;color:var(--navy);margin:0 0 7px}.invite-result p{color:var(--muted);font-size:10px;line-height:1.5;max-width:340px;margin:0 auto 19px}.invite-result>div:last-child{display:flex;border:1px solid var(--line);border-radius:9px;overflow:hidden}.invite-result input{min-width:0;flex:1;border:0;padding:0 10px;color:var(--muted);font-size:9px;outline:0}.invite-result button{border:0;background:var(--navy);color:#fff;display:flex;align-items:center;gap:6px;padding:10px 13px;font-size:10px}.invite-result button svg{width:14px}.classification-preview{display:flex;justify-content:space-between;align-items:center;padding:11px 12px;background:#f7f9fb;border:1px solid var(--line);border-radius:9px;color:var(--muted);font-size:10px}.classification-preview b{color:var(--navy)}.callback-uri{padding:11px 12px;border:1px solid var(--line);background:#f8fafb;border-radius:9px;margin-bottom:17px}.callback-uri span{display:block;color:var(--muted);font-size:9px;margin-bottom:5px}.callback-uri code{display:block;overflow-wrap:anywhere}.modal label small{color:var(--muted);font-weight:400;margin-left:4px}.integration-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.integration-card{min-height:145px;display:grid;grid-template-columns:48px 1fr auto;grid-template-rows:1fr auto;gap:9px 14px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:13px}.integration-icon{width:47px;height:47px;display:grid;place-items:center;border-radius:12px;color:#1677ff;background:#eaf3ff;grid-row:1/3}.integration-icon.tg{color:#259bd4;background:#e6f7fd}.integration-icon.violet{color:#7955cc;background:#f0ebfb}.integration-icon.wa{color:#159b64;background:#e6f8ef}.integration-icon.orange{color:var(--orange);background:var(--orange-soft)}.integration-copy h3{font:700 13px Manrope;color:var(--navy);margin:0 0 5px}.integration-copy p{color:var(--muted);font-size:10px;margin:0;line-height:1.45}.integration-status{color:#9aa4ae;font-size:9px;display:flex;align-items:center;gap:6px;align-self:start}.integration-status i{width:6px;height:6px;background:#b2bac2;border-radius:50%}.integration-status.connected{color:#178e61}.integration-status.connected i{background:#1ca76f;box-shadow:0 0 0 3px #e2f7ee}.integration-card .button{grid-column:3;height:31px;font-size:9px;align-self:end}.setup-guide{margin-top:18px}.guide-steps{border-top:1px solid var(--line);padding:20px 23px;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.guide-steps>div{display:flex;gap:11px}.guide-steps>div>span{width:25px;height:25px;display:grid;place-items:center;flex:none;color:var(--orange);background:var(--orange-soft);border-radius:7px;font-size:10px;font-weight:700}.guide-steps strong{font-size:11px;color:var(--navy)}.guide-steps p{color:var(--muted);font-size:9.5px;line-height:1.5;margin:5px 0 0}.whatsapp-modal{width:min(470px,100%)}.qr-wrap,.wa-connected{min-height:330px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.qr-wrap img{width:min(300px,80vw);border:8px solid white;box-shadow:0 8px 30px #10243a24;border-radius:10px}.qr-wrap strong{color:var(--navy);margin-top:15px;font-size:13px}.qr-wrap span,.wa-connected p{color:var(--muted);font-size:10px;margin-top:5px}.wa-connected h3{font:700 17px Manrope;color:var(--navy);margin:5px 0}.danger-text{color:#b83232;margin-top:17px}.activity-panel{overflow:hidden}.activity-list{padding:4px 20px}.activity-row{min-height:66px;display:grid;grid-template-columns:36px 1fr auto;gap:12px;align-items:center;border-bottom:1px solid #eff2f4}.activity-row:last-child{border-bottom:0}.activity-icon{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;color:#517796;background:#edf3f7}.activity-icon.upload,.activity-icon.restore{color:#178d61;background:#e8f7f0}.activity-icon.delete,.activity-icon.permanent_delete{color:#bd4538;background:#fff0ee}.activity-icon.share{color:#7353c1;background:#f1edfa}.activity-icon svg{width:16px}.activity-row strong{font-size:10.5px;color:var(--navy)}.activity-row strong span{color:var(--muted);font-weight:400}.activity-row p{margin:4px 0 0;font-size:9px;color:#8f9aa5}.activity-row time{color:#9aa4ae;font-size:9px}code{color:#506c86;background:#edf2f6;border-radius:4px;padding:1px 4px;font-size:.9em}.toasts{position:fixed;z-index:80;right:22px;bottom:22px;display:flex;flex-direction:column;gap:8px}.toasts>div{min-width:280px;max-width:430px;display:flex;align-items:center;gap:9px;color:#21684f;background:#fff;border:1px solid #d7e9e2;box-shadow:0 12px 35px #10243a26;border-radius:10px;padding:13px 15px;font-size:11px}.toasts>div.error{color:#9e2f2f;border-color:#f0dada}.toasts svg{width:16px}.splash{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:25px;background:#fff;color:var(--orange)}@media(max-width:1150px){.stats-grid{grid-template-columns:repeat(2,1fr)}.overview-grid{grid-template-columns:1fr}.storage-panel{display:grid;grid-template-columns:1fr 1fr}.storage-panel .panel-head{grid-column:1/-1}.storage-panel .button{align-self:end}.advanced-filters{flex-wrap:wrap}.advanced-filters .recursive-toggle{margin-left:0}.file-table-head,.file-table-row{grid-template-columns:minmax(240px,2fr) minmax(100px,1fr) 90px 70px 65px}.file-table-head>span:nth-child(5),.file-table-row>time{display:none}.file-grid{grid-template-columns:repeat(3,1fr)}.library-workspace{grid-template-columns:210px minmax(0,1fr)}}@media(max-width:900px){.login{grid-template-columns:1fr}.login-panel{min-height:100vh}.login-visual{display:none}aside{transform:translate(-100%);transition:transform .25s;box-shadow:20px 0 60px #00000040}aside.open{transform:translate(0)}.mobile-close{display:grid;place-items:center;border:0;background:#ffffff14;color:#fff;width:32px;height:32px;border-radius:8px}.mobile-close svg{width:17px}.mobile-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:19;background:#07111b80}.main-column{margin-left:0;width:100%}.workspace-topbar{display:none}.mobile-bar{height:59px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:15}.mobile-bar button{border:0;background:none;color:var(--navy);display:flex}.mobile-bar button svg{width:20px}.mobile-bar-actions button{width:34px;height:34px;align-items:center;justify-content:center;border-radius:8px}.mobile-bar .brand{height:40px}.mobile-bar .brand img{width:34px;height:34px}.content{padding-top:26px}.integration-grid,.guide-steps,.storage-control-grid{grid-template-columns:1fr}}@media(max-width:680px){.content{padding:22px 14px 60px}.page-heading{align-items:flex-start;margin-bottom:20px}.page-heading h1{font-size:24px}.page-heading p{font-size:11px}.date-chip{display:none}.stats-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{min-height:114px;padding:15px;gap:11px}.stat-icon{width:36px;height:36px}.stat-card strong{font-size:18px}.recent-row{grid-template-columns:36px minmax(0,1fr) 28px}.recent-row .provider,.recent-row time{display:none}.storage-panel{display:block}.ai-banner{align-items:flex-start;padding:22px}.ai-symbol{width:44px;height:44px}.ai-banner h2{font-size:14px}.ai-banner p{display:none}.ai-banner button{position:absolute;right:19px;bottom:17px;font-size:0;width:35px;padding:0;justify-content:center}.files-heading .button{width:40px;padding:0;font-size:0}.folder-mobile-toggle{display:flex;width:100%;height:41px;align-items:center;gap:8px;margin:-5px 0 10px;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--navy);font-size:10px;font-weight:650}.folder-mobile-toggle svg{width:15px}.folder-mobile-toggle svg:last-child{margin-left:auto}.library-workspace{display:block}.folder-browser{display:none;position:static;max-height:55vh;margin-bottom:10px}.folder-browser.open{display:flex}.folder-tree-more{opacity:1}.folder-breadcrumb{margin-bottom:6px}.file-toolbar{flex-wrap:wrap}.searchbox{flex-basis:100%}.searchbox kbd{display:none}.filter-button{flex:1;height:39px}.view-toggle{height:39px}.files-panel{min-height:300px}.file-table-head{display:none}.file-table-row{grid-template-columns:minmax(0,1fr) 60px;padding:11px 13px}.file-table-row>span,.file-table-row>time{display:none}.file-primary strong{font-size:11px}.row-actions{opacity:1;justify-content:end}.row-actions>:not(.mobile-action-trigger){display:none!important}.mobile-action-trigger{display:grid}.file-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:9px}.file-card{min-height:265px;padding:10px}.file-card-preview{height:116px}.file-card footer>div>:not(:last-child){display:none}.file-action-backdrop{align-items:end;padding:0}.file-action-sheet{width:100%;border-radius:20px 20px 0 0;padding:15px 14px max(18px,env(safe-area-inset-bottom))}.file-action-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.file-detail-grid{grid-template-columns:repeat(2,1fr)}.modal{padding:20px}.dropzone{min-height:170px}.upload-picker-actions{flex-direction:column;width:100%}.upload-picker-actions .button{width:100%}.assistant-page .page-heading{margin-bottom:15px}.chat-workspace{display:block}.chat-history{height:auto;min-height:0;padding:8px;margin-bottom:8px}.chat-history>span{display:none}.chat-history>div{flex-direction:row;overflow-x:auto}.chat-history>div button{min-width:145px}.chat-shell{height:calc(100vh - 165px);min-height:480px}.chat-messages{padding:20px 13px}.chat-welcome{margin-top:4vh}.suggestions{grid-template-columns:1fr}.suggestions button{min-height:52px}.suggestions svg{display:inline;margin:0 7px 0 0}.message-body{max-width:86%}.chat-input{margin:9px}.chat-input span{display:none}.team-row{grid-template-columns:36px minmax(0,1fr) 105px;padding:10px 13px}.team-row>button{display:none}.team-row .phone-input{grid-column:2/4;grid-row:2}.advanced-filters{padding:8px}.advanced-filters>svg{display:none}.advanced-filters label{flex:1}.advanced-filters select{flex:1;min-width:120px}.integration-card{grid-template-columns:44px 1fr}.integration-status{grid-column:2}.integration-card .button{grid-column:2;justify-self:start}.toasts{left:12px;right:12px;bottom:12px}.toasts>div{min-width:0;width:100%}}@media(max-width:420px){.login-panel{padding:25px 20px}.login-copy{margin:54px 0 25px}.login-copy h1{font-size:34px;letter-spacing:-1.7px}.login-copy p{font-size:14px}.login-card{padding:22px}.stats-grid{grid-template-columns:1fr}.stat-card{min-height:92px}.file-grid{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.page-heading p,.search-result{font-size:12px}.file-table-head{font-size:10px}.file-table-row{font-size:12px}.file-primary strong,.file-card>strong{font-size:13px}.file-primary small,.file-card>span{font-size:10px}.category-pill,.tag-row i{font-size:9px}.chat-history button strong,.message-body{font-size:12px}.message-body{line-height:1.6}.chat-input textarea{font-size:13px}:root[data-effective-theme=dark]{--ink:#e9eef3;--muted:#9cabb6;--line:#2b3b47;--surface:#16252f;--bg:#0c1720;--navy:#eef4f7;--navy-2:#dce7ec;--orange-soft:#41271f;color-scheme:dark}:root[data-effective-theme=dark] body,:root[data-effective-theme=dark] .app-shell,:root[data-effective-theme=dark] .main-column,:root[data-effective-theme=dark] .content{background:#0c1720;color:#e9eef3}:root[data-effective-theme=dark] aside{background:#09151f!important;color:#fff}:root[data-effective-theme=dark] .workspace-topbar,:root[data-effective-theme=dark] .mobile-bar{background:#16252ff0!important;border-color:#2b3b47!important}:root[data-effective-theme=dark] .theme-switcher-top{background:#0f1c25;border-color:#334550}:root[data-effective-theme=dark] .theme-switcher-top button{color:#91a1ac}:root[data-effective-theme=dark] .theme-switcher-top button.active{background:#273844;color:#f1f5f7;box-shadow:none}:root[data-effective-theme=dark] :is(.panel,.stat-card,.category-strip button,.folder-browser,.files-panel,.file-card,.searchbox,.view-toggle,.advanced-filters,.library-tabs button.active,.modal,.file-action-sheet,.file-context-menu,.chat-shell,.chat-history,.team-panel,.integration-card,.setup-guide,.activity-panel,.storage-panel,.assistant-card,.upload-card,.share-card,.detail-card,.notification-card,.toasts>div,.date-chip,.ai-online){background:#16252f!important;color:#e9eef3!important;border-color:#2b3b47!important}:root[data-effective-theme=dark] :is(.file-table-head,.file-grid,.file-table-row:hover,.folder-tree-row:hover,.search-result:hover,.advanced-filters select,.advanced-filters input,.searchbox kbd,.view-toggle button.active,.chat-history button:hover,.chat-history button.active,.team-row:hover,.activity-row:hover,.file-action-grid>a,.file-action-grid>button,.folder-mobile-toggle){background:#101e27!important;color:#e9eef3!important;border-color:#2f414c!important}:root[data-effective-theme=dark] :is(input,textarea,select){background:#101e27!important;color:#e9eef3!important;border-color:#334650!important}:root[data-effective-theme=dark] :is(input,textarea)::placeholder{color:#7f919d!important}:root[data-effective-theme=dark] :is(h1,h2,h3,h4,strong,.page-heading h1,.panel-head h2,.stat-card strong,.category-strip strong,.file-primary strong,.file-card>strong,.file-action-head strong,.activity-row strong,.integration-card strong,.guide-steps strong,.wa-connected h3){color:#eef4f7!important}:root[data-effective-theme=dark] :is(p,small,time,.page-heading p,.file-primary small,.file-card>span,.activity-row p,.activity-row time,.integration-copy p,.integration-status,.guide-steps p){color:#9cabb6}:root[data-effective-theme=dark] :is(.file-table-row,.team-row,.activity-row,.recent-row){border-color:#293a45!important}:root[data-effective-theme=dark] :is(.searchbox,.advanced-filters,.file-toolbar,.library-tabs) svg{color:#98aab5}:root[data-effective-theme=dark] .file-card-preview{background:#101e27}:root[data-effective-theme=dark] .file-card-preview.pdf{background:#362321}:root[data-effective-theme=dark] .qr-wrap img{border-color:#fff}:root[data-effective-theme=dark] code{color:#b8cde0;background:#233642}:root[data-effective-theme=dark] .splash{background:#0c1720}.workflow-progress-toast{position:fixed;z-index:90;right:18px;bottom:18px;width:min(360px,calc(100vw - 28px));padding:12px 14px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--ink);box-shadow:0 16px 45px #09192433;display:flex;align-items:center;gap:11px}.workflow-progress-toast>svg{width:20px;color:var(--orange);flex:0 0 auto}.workflow-progress-toast>span{min-width:0;display:flex;flex-direction:column}.workflow-progress-toast strong{font-size:11px;color:var(--ink)}.workflow-progress-toast small{margin-top:3px;color:var(--muted);font-size:9px;line-height:1.4;overflow-wrap:anywhere}:root[data-effective-theme=dark] :is(.ai-banner,.message.user .message-body){background:linear-gradient(135deg,#112d42,#173e50)!important;color:#f7fbfd!important}:root[data-effective-theme=dark] .ai-banner :is(h2,p,span){color:#f7fbfd!important}:root[data-effective-theme=dark] .ai-banner p{color:#b5c5ce!important}:root[data-effective-theme=dark] .ai-banner span{color:#ff9078!important}:root[data-effective-theme=dark] .ai-banner button{background:#ffffff1a!important;border-color:#fff3!important;color:#fff!important}:root[data-effective-theme=dark] :is(.button:not(.primary),.button.soft,.button.ghost,.icon-button,.filter-button,.priority-list button,.suggestions button,.message-sources a,.source-recommendations>div,.file-detail-grid>div,.dropzone,.ui-dialog,.office-editor-page>header){background:#16252f!important;color:#dce6eb!important;border-color:#30424d!important}:root[data-effective-theme=dark] :is(.button,.button svg,.icon-button svg){color:#dce6eb}:root[data-effective-theme=dark] .button.primary{background:var(--orange)!important;border-color:var(--orange)!important;color:#fff!important}:root[data-effective-theme=dark] .button.primary :is(span,svg){color:#fff!important}:root[data-effective-theme=dark] .button:disabled{background:#22323c!important;color:#71828d!important;border-color:#30414b!important;opacity:1}:root[data-effective-theme=dark] .priority-list b{background:#304654!important;color:#fff!important}:root[data-effective-theme=dark] :is(.ui-dialog footer button.primary,.invite-result button,.ai-logo){background:linear-gradient(135deg,#173e50,#24556a)!important;color:#fff!important}:root[data-effective-theme=dark] :is(.classification-preview,.chat-audit-list section>div.assistant){background:#101e27!important;color:#dce6eb!important;border-color:#30424d!important}:root[data-effective-theme=dark] :is(.capacity,.mini-storage>div:last-child){background:#2a3a44!important}:root[data-effective-theme=dark] .file-tone-pdf{color:#ff7770;background:#3b2525}:root[data-effective-theme=dark] .file-tone-word{color:#75adf0;background:#1c3046}:root[data-effective-theme=dark] .file-tone-sheet{color:#4fd39c;background:#193a30}:root[data-effective-theme=dark] .file-tone-slide{color:#ffa369;background:#442d20}:root[data-effective-theme=dark] .file-tone-image{color:#c58bf1;background:#382a45}:root[data-effective-theme=dark] .file-tone-video{color:#f17aaa;background:#462638}:root[data-effective-theme=dark] .file-tone-audio{color:#a696ef;background:#312d4a}:root[data-effective-theme=dark] .file-tone-archive{color:#d7b57c;background:#3a3124}:root[data-effective-theme=dark] .file-tone-other{color:#a8bac7;background:#283741}.file-tone-pdf b,.file-icon.red b{background:#d5483f;color:#fff}.file-tone-word b{background:#2f6fb1;color:#fff}.file-tone-sheet b{background:#168761;color:#fff}.file-tone-slide b{background:#d86a2d;color:#fff}.file-tone-image b{background:#8252ad;color:#fff}.file-tone-video b{background:#c43870;color:#fff}.file-tone-audio b{background:#6750ad;color:#fff}.file-tone-archive b{background:#7d5d34;color:#fff}.file-tone-other b{background:#566e80;color:#fff}:root[data-effective-theme=dark] :is(.provider,.provider.telegram,.provider.local){border:1px solid #385062}:root[data-effective-theme=dark] .provider{color:#7bb9f2;background:#18324a}:root[data-effective-theme=dark] .provider.telegram{color:#70cce9;background:#173743}:root[data-effective-theme=dark] .provider.local{color:#c2b5ad;background:#332f2c}:root[data-effective-theme=dark] :is(.modal label,.modal-head h2,.dropzone strong,.file-detail-grid strong){color:#eaf0f3!important}.assistant-heading-actions{display:flex;align-items:center;gap:10px}.about-page{display:flex;flex-direction:column;gap:18px}.about-version{height:36px;padding:0 13px;border:1px solid var(--line);border-radius:10px;background:var(--surface,#fff);color:var(--muted);display:flex;align-items:center;gap:8px;font-size:9px;font-weight:700}.about-version svg{width:16px;color:#258867}.about-hero{padding:30px;border-radius:18px;background:linear-gradient(120deg,#0b202c,#173a48 68%,#1e4b59);color:#fff;display:grid;grid-template-columns:180px minmax(0,650px);align-items:center;gap:32px;overflow:hidden;position:relative}.about-hero:after{content:"";position:absolute;width:260px;height:260px;right:-80px;top:-120px;border-radius:50%;background:#f34d3038;filter:blur(3px)}.about-hero .brand{position:relative;z-index:1}.about-hero>div{position:relative;z-index:1}.about-hero span{color:#ff8a72;font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.about-hero h2{margin:8px 0 9px;font:700 clamp(20px,2.4vw,34px)/1.18 Manrope;letter-spacing:-.04em}.about-hero p{margin:0;color:#bdd0d8;font-size:10.5px;line-height:1.8}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.about-grid article{padding:19px;border:1px solid var(--line);border-radius:15px;background:var(--surface,#fff)}.about-grid article>svg{width:31px;height:31px;padding:7px;border-radius:9px;color:var(--orange);background:#f34d301a}.about-grid h3{margin:12px 0 6px;color:var(--navy);font-size:12px}.about-grid p{margin:0;color:var(--muted);font-size:9px;line-height:1.65}.about-dedication{padding:22px;border:1px solid rgba(243,77,48,.2);border-radius:17px;background:linear-gradient(105deg,rgba(243,77,48,.07),var(--surface,#fff));display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px}.about-dedication-mark{width:48px;height:48px;border-radius:14px;background:var(--orange);color:#fff;display:grid;place-items:center;box-shadow:0 10px 28px #f34d3033}.about-dedication-mark svg{width:23px}.about-dedication span{color:var(--orange);font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.about-dedication h2{margin:5px 0 4px;color:var(--navy);font-size:15px}.about-dedication p{margin:0;color:var(--muted);font-size:9px;line-height:1.6}:root[data-effective-theme=dark] :is(.about-version,.about-grid article){background:#16252f;color:#dce6eb;border-color:#30424d}:root[data-effective-theme=dark] .about-dedication{background:linear-gradient(105deg,#f34d301f,#16252f);border-color:#50382f}:root[data-effective-theme=dark] :is(.about-grid h3,.about-dedication h2){color:#f1f5f7}.document-agent-modal{width:min(760px,calc(100vw - 24px));max-height:92dvh;overflow:auto}.document-agent-modal .icon-button{width:36px;height:36px;border:0;border-radius:9px;background:var(--surface-soft,#eef3f5);color:var(--muted);display:grid;place-items:center}.document-agent-modal .icon-button svg{width:18px}.document-type-switch{display:grid;grid-template-columns:1fr 1fr;gap:10px}.document-type-switch>button{min-height:72px;padding:12px;border:1px solid var(--line);border-radius:13px;background:var(--surface-soft,#f7f9fa);color:var(--navy);display:flex;align-items:center;gap:11px;text-align:left}.document-type-switch>button.active{border-color:var(--orange);background:#f34d3012;box-shadow:0 0 0 3px #f34d3014}.document-type-switch>button>svg{width:24px;color:var(--orange)}.document-type-switch>button>span{display:flex;flex-direction:column}.document-type-switch b{font-size:12px}.document-type-switch small{margin-top:3px;color:var(--muted);font-size:9px}.agent-field{margin-top:14px;display:flex;flex-direction:column;gap:6px}.agent-field>span{font-size:10px;font-weight:700;color:var(--navy)}.agent-field textarea,.agent-field input,.agent-field select{width:100%;border:1px solid var(--line);border-radius:10px;background:var(--surface,#fff);color:var(--navy);font:11px/1.55 Manrope;padding:10px 11px;outline:0}.agent-field textarea{resize:vertical;min-height:118px}.agent-field :is(textarea,input,select):focus{border-color:var(--orange);box-shadow:0 0 0 3px #f34d3017}.agent-two-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.agent-research{margin-top:14px;padding:11px;border:1px solid var(--line);border-radius:11px;background:var(--surface-soft,#f7f9fa);display:flex;align-items:center;gap:10px;cursor:pointer}.agent-research>input{flex:0 0 15px;width:15px!important;height:15px!important;min-width:15px;margin:0;accent-color:var(--orange)}.agent-research>span{display:grid;grid-template-columns:20px 1fr;align-items:center;flex:1}.agent-research svg{grid-row:1/3;width:17px;color:var(--orange)}.agent-research b{font-size:10px}.agent-research small{color:var(--muted);font-size:8.5px}.document-agent-success{padding:18px 8px 8px;text-align:center}.document-agent-success>span{width:62px;height:62px;margin:auto;border-radius:18px;background:#f34d301a;color:var(--orange);display:grid;place-items:center}.document-agent-success>span svg{width:30px;height:30px}.document-agent-success h3{margin:15px 0 6px;color:var(--navy);font:700 18px Manrope}.document-agent-success>p{max-width:520px;margin:0 auto 17px;color:var(--muted);font-size:10px;line-height:1.6}.document-agent-success>div:not(.document-success-actions){display:inline-flex;margin:4px;padding:7px 11px;border-radius:9px;background:var(--surface-soft,#f1f5f6);flex-direction:column}.document-agent-success>div small{color:var(--muted);font-size:7px}.document-agent-success>div b{margin-top:2px;color:var(--navy);font-size:9px}.document-success-actions{margin-top:20px;display:flex;justify-content:center;gap:9px}.document-success-actions>button{padding:0 14px;border:1px solid var(--line);border-radius:9px;background:var(--surface,#fff);color:var(--navy);font-weight:700}.document-agent-progress{margin-top:14px;padding:13px;border:1px solid var(--line);border-radius:13px;background:var(--surface-soft,#f6f8f9)}.document-agent-progress>header{display:flex;align-items:center;gap:9px}.document-agent-progress>header img{width:34px;height:34px;object-fit:contain;border-radius:10px;background:#fff}.document-agent-progress>header span{display:flex;flex-direction:column}.document-agent-progress>header b{font-size:10px;color:var(--navy)}.document-agent-progress>header small{margin-top:2px;color:var(--muted);font-size:8px}.document-agent-progress ol{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:7px}.document-agent-progress li{min-height:28px;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;color:var(--muted)}.document-agent-progress li>span{width:22px;height:22px;border-radius:50%;background:var(--surface,#fff);display:grid;place-items:center}.document-agent-progress li svg{width:12px}.document-agent-progress li i{width:6px;height:6px;border-radius:50%;background:#aeb8bd}.document-agent-progress li b{font-size:9px;font-weight:600}.document-agent-progress li.active{color:var(--orange)}.document-agent-progress li.done{color:#238363}.document-agent-progress li.error{color:#c7443b}:root[data-effective-theme=dark] .document-agent-modal{background:#13232c!important;color:#edf3f5;border-color:#31434e}:root[data-effective-theme=dark] .document-agent-modal :is(.document-type-switch>button,.agent-field textarea,.agent-field input,.agent-field select,.agent-research,.document-agent-progress,.document-agent-success>div:not(.document-success-actions),.document-success-actions>button){background:#1b2d37!important;border-color:#38505d!important;color:#edf3f5!important}:root[data-effective-theme=dark] .document-agent-modal :is(.modal-head h2,.document-type-switch b,.agent-field>span,.agent-research b,.document-agent-progress b,.document-agent-success h3,.document-agent-success>div b){color:#f2f6f7!important}:root[data-effective-theme=dark] .document-agent-modal :is(.modal-head p,.document-type-switch small,.agent-research small,.document-agent-progress small,.document-agent-success>p){color:#9eafb8!important}:root[data-effective-theme=dark] .document-agent-progress li>span{background:#253944}@media(max-width:700px){.assistant-heading-actions{width:100%;justify-content:space-between}.assistant-heading-actions .ai-online{display:none}.assistant-heading-actions .button{flex:1;justify-content:center}.about-hero{padding:24px 20px;grid-template-columns:1fr;gap:18px}.about-grid{grid-template-columns:1fr}.about-dedication{grid-template-columns:48px minmax(0,1fr)}.about-dedication>a{grid-column:1/-1;justify-content:center}.document-type-switch,.agent-two-fields{grid-template-columns:1fr}.document-agent-modal{width:100%;max-height:94dvh;border-radius:17px 17px 0 0}.document-success-actions{flex-direction:column}.document-success-actions>*{height:44px;justify-content:center}}.folder-manager-grid{margin:0 0 15px;padding:0}.folder-manager-grid>header{display:flex;align-items:center;justify-content:space-between;margin:0 1px 8px}.folder-manager-grid>header strong{font:700 11px Manrope;color:var(--navy)}.folder-manager-grid>header small{color:var(--muted);font-size:8px}.folder-manager-grid>div{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:8px}.folder-manager-card{height:57px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);display:grid;grid-template-columns:26px minmax(0,1fr) 24px;align-items:center;gap:8px;text-align:left;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.folder-manager-card:hover{border-color:#bdcbd2;box-shadow:0 4px 14px #14283414;transform:translateY(-1px)}.folder-manager-card>svg:first-child{width:23px;fill:#f6b73f;color:#d89516}.folder-manager-card>svg:last-child{width:17px;color:var(--muted);padding:3px;box-sizing:content-box;border-radius:6px}.folder-manager-card>svg:last-child:hover{background:var(--panel)}.folder-manager-card>span{min-width:0;display:flex;flex-direction:column}.folder-manager-card strong{font-size:9.5px;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.folder-manager-card small{margin-top:3px;color:var(--muted);font-size:7px}.folder-context-menu{position:fixed;z-index:95;width:220px;padding:7px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 18px 55px #10243a38}.folder-context-menu header{padding:7px 8px 10px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:9px}.folder-context-menu header>svg{width:20px;color:#d89516;fill:#f6b73f}.folder-context-menu header span{min-width:0;display:flex;flex-direction:column}.folder-context-menu header strong{font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.folder-context-menu header small{margin-top:2px;color:var(--muted);font-size:7px}.folder-context-menu>button{width:100%;height:39px;padding:0 9px;border:0;border-radius:8px;background:transparent;color:var(--ink);display:flex;align-items:center;gap:9px;text-align:left;font-size:8.5px}.folder-context-menu>button:hover{background:var(--panel)}.folder-context-menu>button svg{width:16px}.folder-context-menu>button.danger{color:#d34b43}.access-dialog{width:min(590px,calc(100vw - 24px))}.access-user-list{max-height:260px;overflow:auto;margin:4px 0 12px;border:1px solid var(--line);border-radius:11px}.access-user-list>div{min-height:58px;padding:6px 8px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:7px}.access-user-list>div:last-child{border:0}.access-user-list button{min-width:0;flex:1;border:0;background:transparent;color:var(--ink);display:grid;grid-template-columns:34px minmax(0,1fr) 20px;align-items:center;gap:8px;text-align:left}.access-user-list button>span{width:32px;height:32px;border-radius:50%;background:#e7f1ef;color:var(--green);display:grid;place-items:center;font-size:8px;font-weight:800}.access-user-list button>div{min-width:0;display:flex;flex-direction:column}.access-user-list b{font-size:9px}.access-user-list small{margin-top:2px;color:var(--muted);font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.access-user-list button>svg{width:16px;color:var(--green)}.access-user-list>div>select{width:112px;height:32px;padding:0 7px;font-size:7.5px}:root[data-effective-theme=dark] .folder-manager-card,:root[data-effective-theme=dark] .folder-context-menu,:root[data-effective-theme=dark] .access-user-list{background:var(--surface);color:var(--ink);border-color:var(--line)}:root[data-effective-theme=dark] .folder-manager-card strong,:root[data-effective-theme=dark] .folder-context-menu strong{color:var(--ink)}@media(max-width:700px){.folder-manager-grid>div{grid-template-columns:1fr 1fr}.folder-manager-card{height:62px;padding:0 9px;grid-template-columns:24px minmax(0,1fr) 20px}.folder-manager-card strong{font-size:9px}.access-user-list>div{align-items:flex-start;flex-wrap:wrap}.access-user-list>div>select{margin-left:41px;width:calc(100% - 41px)}}@media(max-width:430px){.folder-manager-grid>div{grid-template-columns:1fr}}.library-workspace:not(.trash-mode){grid-template-columns:minmax(0,1fr)!important}.library-workspace>.folder-browser,.folder-mobile-toggle{display:none!important}.share-channel-grid{margin-top:14px;display:grid!important;grid-template-columns:1fr 1fr;gap:8px}.share-channel-grid>*{height:42px;border:1px solid var(--line);border-radius:10px;background:var(--surface,#fff);color:var(--ink);display:flex;align-items:center;justify-content:center;gap:7px;text-decoration:none;font:700 9px Manrope;cursor:pointer}.share-channel-grid>*:hover{border-color:var(--orange);color:var(--orange)}.share-channel-grid svg{width:16px}.invite-result>.share-channel-grid{width:100%}:root[data-effective-theme=dark] .share-channel-grid>*{background:#1d303a;color:#e8eff2;border-color:#3a4d57}.wa-recovery-state{display:flex!important;align-items:center;flex-direction:column;gap:10px;text-align:center}.wa-recovery-state small{max-width:390px;color:var(--muted);font-size:8px;line-height:1.55}.wa-recovery-state .button{margin-top:3px}.wa-engine-switch{margin:2px 0 16px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.wa-engine-switch>button{min-height:65px;padding:10px;border:1px solid var(--line);border-radius:11px;background:var(--surface,#fff);color:var(--ink);display:flex;align-items:center;gap:9px;text-align:left}.wa-engine-switch>button.active{border-color:#20a56e;background:#eaf8f2;box-shadow:0 0 0 3px #20a56e14}.wa-engine-switch>button:disabled{opacity:.48}.wa-engine-switch>button>svg{width:21px;color:#20a56e}.wa-engine-switch span{display:flex;flex-direction:column}.wa-engine-switch b{font-size:9px}.wa-engine-switch small{margin-top:3px;color:var(--muted);font-size:7px}:root[data-effective-theme=dark] .wa-engine-switch>button{background:#1b2d37;color:#edf3f5;border-color:#38505d}:root[data-effective-theme=dark] .wa-engine-switch>button.active{background:#173a31;border-color:#2ca87b}@media(max-width:520px){.wa-engine-switch{grid-template-columns:1fr}}.gallery-heading{align-items:flex-end}.gallery-actions{display:flex;gap:8px}.gallery-albums{margin:0 0 18px;display:grid;grid-auto-flow:column;grid-auto-columns:170px;gap:10px;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin}.gallery-albums>button{height:132px;padding:8px;border:1px solid var(--line);border-radius:15px;background:var(--surface,#fff);color:var(--ink);display:grid;grid-template-rows:82px auto auto;text-align:left;overflow:hidden;cursor:pointer}.gallery-albums>button.active{border-color:var(--orange);box-shadow:0 0 0 3px #f34d3014}.gallery-albums img,.gallery-albums>button>span{width:100%;height:82px;border-radius:10px;object-fit:cover;background:var(--panel);display:grid;place-items:center}.gallery-albums svg{width:25px;color:var(--orange)}.gallery-albums b{margin-top:7px;padding:0 2px;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-albums small{padding:0 2px;color:var(--muted);font-size:7px}.gallery-toolbar{margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:10px}.gallery-toolbar>div{padding:3px;border:1px solid var(--line);border-radius:10px;background:var(--surface,#fff);display:flex}.gallery-toolbar>div button{height:31px;padding:0 13px;border:0;border-radius:7px;background:transparent;color:var(--muted);font:700 8px Manrope}.gallery-toolbar>div button.active{background:var(--navy);color:#fff}.gallery-groups{display:grid;gap:24px}.gallery-groups>section>header{margin-bottom:9px;display:flex;align-items:center;justify-content:space-between}.gallery-groups h2{margin:0;color:var(--navy);font-size:13px}.gallery-groups header span{color:var(--muted);font-size:8px}.gallery-masonry{display:grid;grid-template-columns:repeat(auto-fill,minmax(165px,1fr));gap:8px}.gallery-masonry article{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#dfe7ea;cursor:pointer;isolation:isolate}.gallery-masonry article>img,.gallery-video{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.gallery-masonry article:hover>img{transform:scale(1.025)}.gallery-video{position:relative;background:linear-gradient(145deg,#172e3b,#091923);color:#9eb0ba;display:grid;place-items:center}.gallery-video>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.gallery-video svg{width:32px}.gallery-video span{position:absolute;margin-top:55px;font-size:7px;letter-spacing:.15em}.gallery-masonry footer{position:absolute;inset:auto 0 0;padding:22px 8px 7px;background:linear-gradient(transparent,#071722d9);display:flex;align-items:end;gap:5px}.gallery-masonry footer b{min-width:0;flex:1;color:#fff;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-masonry footer button{width:26px;height:26px;border:0;border-radius:7px;background:#ffffff25;color:#fff;display:grid;place-items:center}.gallery-masonry footer svg{width:14px}.gallery-empty{min-height:300px;border:1px dashed var(--line);border-radius:18px;display:grid;place-content:center;text-align:center;color:var(--muted)}.gallery-empty>svg{width:42px;height:42px;margin:auto;color:var(--orange)}.gallery-empty h2{margin:12px 0 3px;color:var(--navy)}.gallery-empty p{margin:0;font-size:9px}.gallery-dialog{width:min(470px,calc(100vw - 24px))}.gallery-dialog>label{display:flex;flex-direction:column;gap:7px;color:var(--navy);font-size:9px;font-weight:700}.gallery-dialog input{height:44px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink)}.gallery-picker{width:min(820px,calc(100vw - 24px));max-height:90dvh;display:flex;flex-direction:column}.gallery-picker-grid{min-height:160px;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:7px}.gallery-picker-grid>button{position:relative;aspect-ratio:1;padding:0;border:2px solid transparent;border-radius:11px;background:var(--panel);overflow:hidden;color:var(--ink)}.gallery-picker-grid>button.selected{border-color:var(--orange)}.gallery-picker-grid img{width:100%;height:100%;object-fit:cover}.gallery-picker-grid>button>span{position:absolute;inset:auto 0 0;padding:18px 7px 6px;background:linear-gradient(transparent,#071722dd);color:#fff;font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-picker-grid>button>svg:last-child{position:absolute;right:6px;top:6px;width:22px;height:22px;padding:4px;border-radius:50%;background:var(--orange);color:#fff}.gallery-viewer{position:fixed;z-index:180;top:0;right:0;bottom:0;left:0;background:#02070aed;display:grid;place-items:center}.gallery-viewer>header{position:absolute;z-index:2;left:0;right:0;top:0;height:65px;padding:10px 15px;background:linear-gradient(#000a,transparent);display:flex;align-items:center;color:#fff}.gallery-viewer header>div{min-width:0;flex:1;display:flex;flex-direction:column}.gallery-viewer header b{max-width:70vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-viewer header small{opacity:.65}.gallery-viewer header button{width:40px;height:40px;border:0;background:transparent;color:#fff}.gallery-viewer>img,.gallery-viewer>video{max-width:100vw;max-height:100dvh;object-fit:contain}.gallery-viewer>.viewer-prev,.gallery-viewer>.viewer-next{position:absolute;z-index:2;top:50%;width:48px;height:58px;border:0;border-radius:10px;background:#0008;color:#fff;font-size:34px}.viewer-prev{left:13px}.viewer-next{right:13px}.gallery-viewer>button:disabled{opacity:.2}.gallery-detail{position:absolute;right:0;top:0;width:min(390px,100%);height:100%;padding:18px;background:var(--surface,#fff);color:var(--ink);box-shadow:-20px 0 60px #0004}.gallery-detail header{display:flex;gap:10px;border-bottom:1px solid var(--line);padding-bottom:14px}.gallery-detail header>div{min-width:0;flex:1}.gallery-detail h2{margin:0;color:var(--navy);font-size:16px}.gallery-detail header p{margin:4px 0 0;color:var(--muted);font-size:8px;overflow-wrap:anywhere}.gallery-detail header button{width:36px;height:36px;border:0;background:transparent;color:var(--ink)}.gallery-detail dl{margin:12px 0 20px}.gallery-detail dl>div{padding:10px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:100px 1fr;gap:10px}.gallery-detail dt{color:var(--muted);font-size:8px}.gallery-detail dd{margin:0;font-size:9px;overflow-wrap:anywhere}.upload-limit-panel{margin-top:15px}.upload-limit-control{display:grid;grid-template-columns:minmax(180px,260px) minmax(200px,1fr) auto;gap:16px;align-items:end}.upload-limit-control label{font-size:9px;font-weight:700;color:var(--navy)}.upload-limit-control label>div{margin-top:6px;height:42px;border:1px solid var(--line);border-radius:10px;background:var(--surface);display:flex;overflow:hidden}.upload-limit-control input{min-width:0;flex:1;padding:0 11px;border:0;background:transparent;color:var(--ink);font-weight:800}.upload-limit-control label span{width:45px;display:grid;place-items:center;background:var(--panel);color:var(--muted)}.upload-limit-control>small{padding-bottom:7px;color:var(--muted);font-size:8px;line-height:1.5}:root[data-effective-theme=dark] :is(.gallery-albums>button,.gallery-toolbar>div,.gallery-dialog input,.gallery-detail,.upload-limit-control label>div){background:#172a34;color:#edf3f5;border-color:#344a56}:root[data-effective-theme=dark] :is(.gallery-groups h2,.gallery-empty h2,.gallery-dialog>label,.gallery-detail h2,.upload-limit-control label){color:#f1f5f7}:root[data-effective-theme=dark] .gallery-toolbar>div button.active{background:#e9f0f3;color:#102631}@media(max-width:700px){.gallery-heading{align-items:stretch}.gallery-actions{width:100%}.gallery-actions>*{flex:1}.gallery-albums{grid-auto-columns:140px}.gallery-masonry{grid-template-columns:repeat(3,1fr);gap:3px}.gallery-masonry article{border-radius:5px}.gallery-masonry footer{display:none}.gallery-toolbar{align-items:stretch}.gallery-toolbar>.button{padding:0 9px}.gallery-toolbar>div button{padding:0 9px}.gallery-viewer>.viewer-prev,.gallery-viewer>.viewer-next{width:38px;height:48px}.upload-limit-control{grid-template-columns:1fr}.upload-limit-control>small{padding:0}}@media(max-width:420px){.gallery-masonry{grid-template-columns:repeat(2,1fr)}}.workflow-modal:has(.file-telemetry){width:min(980px,calc(100vw - 24px));max-height:92dvh;overflow:auto}.file-telemetry{margin-top:14px}.file-telemetry-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.file-telemetry-stats>div{min-height:64px;padding:10px;border:1px solid var(--line);border-radius:11px;background:var(--surface-soft,#f6f8f9);display:flex;align-items:center;gap:9px}.file-telemetry-stats>div>svg{width:19px;color:var(--orange)}.file-telemetry-stats span{display:flex;flex-direction:column}.file-telemetry-stats small{color:var(--muted);font-size:7px}.file-telemetry-stats b{margin-top:3px;color:var(--navy);font-size:12px}.file-history-columns{margin-top:10px;display:grid;grid-template-columns:1.2fr .8fr;gap:10px}.file-history-columns>div{border:1px solid var(--line);border-radius:12px;overflow:hidden}.file-history-columns>div>header{height:48px;padding:0 12px;border-bottom:1px solid var(--line);background:var(--surface-soft,#f7f9fa);display:flex;align-items:center;justify-content:space-between}.file-history-columns header b{font-size:9px;color:var(--navy)}.file-history-columns header small{color:var(--muted);font-size:7px}.file-access-list,.file-version-list{max-height:280px;overflow:auto}.file-access-list article,.file-version-list article{min-height:55px;padding:8px 10px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:8px}.file-access-list article:last-child,.file-version-list article:last-child{border:0}.access-action{width:30px;height:30px;flex:0 0 30px;border-radius:8px;background:#e8f0f3;color:#55717f;display:grid;place-items:center}.access-action.download{background:#e6f5ee;color:#238363}.access-action.office_open,.access-action.office_edit{background:#edf0ff;color:#5367bd}.access-action svg{width:14px}.file-access-list article>div,.file-version-list article>div{min-width:0;flex:1;display:flex;flex-direction:column}.file-access-list b,.file-version-list b{font-size:8px;color:var(--ink)}.file-access-list small,.file-version-list small{margin-top:2px;color:var(--muted);font-size:6.8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-access-list time{color:var(--muted);font-size:6.5px;white-space:nowrap}.file-version-list .button{height:30px;padding:0 8px;font-size:7px}.file-version-list .button svg{width:12px}.telemetry-empty{margin:0;padding:25px 14px;color:var(--muted);font-size:8px;text-align:center}.bandwidth-panel{margin-top:18px}.bandwidth-total{display:flex;align-items:center;gap:8px;color:var(--orange)}.bandwidth-total>svg{width:22px}.bandwidth-total span{display:flex;flex-direction:column}.bandwidth-total small{font-size:7px;color:var(--muted)}.bandwidth-total b{font-size:11px;color:var(--navy)}.bandwidth-chart{height:190px;padding:12px 4px 0;display:grid;grid-template-columns:repeat(14,minmax(22px,1fr));gap:7px;border-bottom:1px solid var(--line)}.bandwidth-chart>div{min-width:0;display:grid;grid-template-rows:1fr 24px;gap:5px}.bandwidth-chart>div>span{height:145px;display:flex;align-items:flex-end;justify-content:center}.bandwidth-chart i{display:block;width:min(24px,70%);min-height:3px;border-radius:5px 5px 2px 2px;background:linear-gradient(#ff745d,var(--orange));transition:height .25s}.bandwidth-chart small{text-align:center;color:var(--muted);font-size:6px;white-space:nowrap}.bandwidth-panel>footer{padding-top:12px;display:flex;gap:22px;color:var(--muted);font-size:8px}.bandwidth-panel>footer b{color:var(--navy);font-size:10px}:root[data-effective-theme=dark] :is(.file-telemetry-stats>div,.file-history-columns>div>header){background:#1b2d37;border-color:#38505d}:root[data-effective-theme=dark] :is(.file-telemetry-stats b,.file-history-columns header b,.bandwidth-total b,.bandwidth-panel>footer b){color:#f0f5f7}:root[data-effective-theme=dark] .file-history-columns>div{border-color:#38505d}@media(max-width:700px){.file-telemetry-stats{grid-template-columns:1fr 1fr}.file-history-columns{grid-template-columns:1fr}.bandwidth-chart{height:165px;gap:3px;overflow-x:auto}.bandwidth-chart>div{min-width:28px}.bandwidth-chart>div>span{height:120px}.bandwidth-chart small{font-size:5.5px}.bandwidth-panel>footer{justify-content:space-between}}
