:root{
  --navy:#102a43;--navy-2:#173f6b;--blue:#2563eb;--blue-2:#1d4ed8;--blue-soft:#eff6ff;
  --bg:#f4f7fb;--card:#fff;--border:#dce5f0;--text:#172033;--muted:#66758c;
  --shadow:0 12px 32px rgba(15,42,67,.08);--shadow-lg:0 24px 64px rgba(15,42,67,.16);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#f7f9fc 0,#f2f6fb 100%);color:var(--text);min-height:100vh}a{color:var(--blue-2);text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}
.topbar{min-height:72px;background:rgba(16,42,67,.98);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 26px;gap:22px;position:sticky;top:0;z-index:100;box-shadow:0 8px 28px rgba(15,42,67,.18)}
.brand{display:flex;align-items:center;gap:11px;color:#fff;min-width:190px}.brand-mark{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,#60a5fa,#2563eb);font-size:13px;font-weight:900;box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}.brand-copy{display:flex;flex-direction:column}.brand-copy strong{font-size:16px;line-height:1.1}.brand-copy small{font-size:9px;text-transform:uppercase;letter-spacing:.13em;color:#bdd2e7;margin-top:3px}
.topbar nav{display:flex;align-items:center;justify-content:center;gap:4px;flex:1}.topbar nav a{color:#cbd8e6;padding:10px 12px;border-radius:9px;font-size:13px;font-weight:700;transition:.15s}.topbar nav a:hover,.topbar nav a.active{color:#fff;background:rgba(255,255,255,.11)}
.topbar-user{display:flex;align-items:center;gap:9px;min-width:190px;justify-content:flex-end}.user-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--navy);font-weight:900}.topbar-user div{display:flex;flex-direction:column;min-width:0}.topbar-user strong{font-size:12px;white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis}.topbar-user small{font-size:10px;color:#b9cadb;margin-top:2px}.topbar-user form{display:inline}.topbar-user button{width:31px;height:31px;border:0;border-radius:8px;background:rgba(255,255,255,.1);color:#fff}
.container{max-width:1510px;margin:auto;padding:28px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.page-head h1{font-size:29px;margin:3px 0 0;letter-spacing:-.03em;color:#102a43}.page-eyebrow{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:var(--blue)}.muted-page{color:var(--muted);margin:7px 0 0;font-size:13px}.page-primary-actions{justify-content:flex-end}
.panel{background:#fff;border:1px solid var(--border);border-radius:16px;padding:19px;margin-bottom:18px;overflow:auto;box-shadow:0 8px 26px rgba(15,42,67,.05)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px}.stats a{background:#fff;border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 8px 24px rgba(15,42,67,.05)}.stats b{display:block;font-size:28px;color:var(--navy)}
table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid #e7edf5;padding:11px;text-align:left}th{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#718096;background:#f8fafc}.btn,button.primary{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #cdd9e7;border-radius:9px;padding:9px 12px;background:#fff;color:var(--text);cursor:pointer;font-weight:750;line-height:1.2;transition:.15s}.btn:hover,button.primary:hover{border-color:#9eb5d0;transform:translateY(-1px)}.btn.primary,button.primary{background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;border-color:var(--blue);box-shadow:0 6px 16px rgba(37,99,235,.19)}.btn.warning{background:#fff9e8;border-color:#f6c85f;color:#8a5a00}.btn.small{padding:7px 9px;font-size:11px}.btn.danger{background:#fff2f3;color:#b42336;border-color:#ffc9cf}.actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.actions form,.inline-form{display:inline}.flash{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;margin-bottom:17px;color:#166534;box-shadow:0 7px 20px rgba(16,185,129,.07)}.flash>span{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#10b981;color:#fff;font-weight:900}.flash.error{background:#fff5f5;border-color:#fecaca;color:#991b1b}.flash.error>span{background:#ef4444}
.auth-card{max-width:430px;margin:60px auto;background:#fff;border:1px solid var(--border);border-radius:18px;padding:26px;box-shadow:var(--shadow)}.auth-card label,.form-grid label{display:block;font-weight:700;font-size:12px;margin-bottom:12px}.auth-card input,.form-grid input,.form-grid textarea,.form-grid select{width:100%;padding:10px;border:1px solid #cbd5e1;border-radius:9px;margin-top:5px}.inline{display:flex!important;gap:7px;align-items:center}.inline input{width:auto}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.form-grid h2,.form-grid .wide{grid-column:1/-1}.current-logo-box{display:flex;align-items:center;gap:14px;padding:12px;border:1px solid var(--border);border-radius:10px;background:#f8fafc}.current-logo-box img{max-height:68px;max-width:180px;object-fit:contain;background:#fff;padding:5px;border-radius:8px}.current-logo-box span,.form-grid small{color:var(--muted);font-weight:400;font-size:11px;display:block;margin-top:5px}
.quote-head{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,var(--navy),#235b93);color:#fff;padding:24px;border-radius:18px;margin-bottom:18px;box-shadow:var(--shadow)}.quote-head img{max-height:64px;max-width:180px}.public-page{max-width:1200px;margin:auto;padding:24px}.price{font-weight:900;color:var(--blue-2)}
.fm-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.fm-stat-card{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--border);border-radius:15px;padding:15px 17px;box-shadow:0 7px 24px rgba(15,42,67,.045)}.fm-stat-card>div{min-width:0}.fm-stat-card strong{display:block;font-size:20px;color:#102a43}.fm-stat-card span:not(.fm-stat-icon){display:block;margin-top:2px;color:var(--muted);font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fm-stat-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:0 0 42px;background:#eef5ff;color:var(--blue);font-weight:900}.fm-stat-icon.file{font-size:18px}.fm-stat-icon.folder{position:relative;background:#fff6db}.fm-stat-icon.folder:before{content:"";width:23px;height:16px;background:#f2b632;border-radius:4px;position:absolute;top:15px}.fm-stat-icon.folder:after{content:"";width:12px;height:5px;background:#f2b632;border-radius:3px 3px 0 0;position:absolute;top:11px;left:10px}.fm-stat-icon.location{background:#ecfdf5;color:#059669;font-size:19px}
.master-file-manager{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:660px;background:#fff;border:1px solid var(--border);border-radius:18px;overflow:hidden;margin-bottom:18px;box-shadow:var(--shadow)}.file-manager-sidebar{background:linear-gradient(180deg,#f8fbff,#f4f7fb);border-right:1px solid var(--border);min-width:0}.fm-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:19px 17px 15px;border-bottom:1px solid var(--border);background:rgba(255,255,255,.7)}.fm-sidebar-kicker{display:block;color:var(--blue);font-size:8px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;margin-bottom:3px}.fm-sidebar-head strong{display:block;color:var(--navy);font-size:17px}.fm-sidebar-head small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.fm-icon-button{width:36px;height:36px;border:1px solid #cbd8e6;border-radius:10px;background:#fff;color:var(--blue);font-size:22px;line-height:1}.fm-icon-button:hover{background:var(--blue-soft)}.fm-auto-note{display:flex;gap:9px;padding:12px 14px;border-bottom:1px solid var(--border);background:#fff;color:var(--muted);font-size:11px;line-height:1.45}.fm-auto-note-icon{color:var(--blue);font-size:16px}.folder-navigation{padding:11px 9px 20px;max-height:790px;overflow:auto}.folder-root-link{display:grid;grid-template-columns:22px minmax(0,1fr) auto;gap:9px;align-items:center;padding:10px 11px;border-radius:10px;color:#34455b;margin-bottom:3px;font-size:12px;font-weight:700}.folder-root-link:hover,.folder-root-link.selected{background:#e5efff;color:var(--blue-2)}.folder-root-link.selected{box-shadow:inset 3px 0 0 var(--blue)}.folder-root-link b{font-size:9px;background:#e3eaf3;color:#5c6d82;border-radius:999px;padding:3px 7px}.folder-tree-title{display:flex;justify-content:space-between;padding:16px 11px 7px;color:#75849a;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.folder-tree,.folder-tree ul{list-style:none;margin:0;padding:0}.folder-tree-children{margin-left:17px;border-left:1px dashed #c9d5e3;padding-left:5px!important}.folder-tree-row{display:flex;align-items:center;border-radius:9px;margin:2px 0}.folder-tree-row:hover,.folder-tree-row.selected{background:#e5efff}.folder-tree-row.selected{box-shadow:inset 3px 0 0 var(--blue)}.folder-tree-toggle{width:25px;height:31px;border:0;background:transparent;color:#687b91;cursor:pointer;padding:0;font-size:18px}.folder-tree-spacer{width:25px;flex:0 0 25px}.folder-tree-link{display:grid;grid-template-columns:20px minmax(0,1fr) auto;gap:7px;align-items:center;min-width:0;flex:1;padding:8px 8px 8px 0;color:#34455b;font-size:11px}.folder-tree-row.selected .folder-tree-link{color:var(--blue-2);font-weight:800}.folder-tree-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.folder-tree-count{font-size:9px;background:#e3eaf3;color:#5c6d82;border-radius:999px;padding:2px 6px}.folder-tree-item.collapsed>.folder-tree-children{display:none}.folder-icon,.drive-icon,.unfiled-icon,.calculation-file-icon{display:inline-block;position:relative;flex:0 0 auto}.folder-icon{width:17px;height:12px;background:#f2b632;border-radius:3px}.folder-icon:before{content:"";position:absolute;left:1px;top:-4px;width:9px;height:5px;background:#f2b632;border-radius:3px 3px 0 0}.drive-icon{width:17px;height:13px;background:#64748b;border-radius:3px}.unfiled-icon{width:15px;height:18px;border:2px solid #94a3b8;border-radius:3px;background:#fff}.calculation-file-icon{width:20px;height:25px;border:2px solid #66a2f8;border-radius:4px;background:#f2f7ff;box-shadow:0 3px 8px rgba(37,99,235,.08)}.calculation-file-icon:after{content:"Σ";position:absolute;inset:3px 0 0;text-align:center;font-size:10px;font-weight:900;color:var(--blue)}.calculation-file-icon.large{width:35px;height:43px;border-radius:7px}.calculation-file-icon.large:after{font-size:15px;inset:8px 0 0}.fm-empty-sidebar{text-align:center;padding:24px 14px;color:var(--muted);font-size:11px;line-height:1.5}.fm-empty-sidebar strong{display:block;color:#34455b;margin-top:10px}.fm-empty-sidebar p{margin:4px 0}.folder-empty-art{display:inline-block;width:38px;height:28px;border-radius:6px;background:#f2b632;position:relative}.folder-empty-art:before{content:"";position:absolute;width:18px;height:8px;background:#f2b632;left:2px;top:-6px;border-radius:5px 5px 0 0}
.file-manager-content{min-width:0;background:#fff}.fm-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:14px 17px;border-bottom:1px solid var(--border);background:rgba(255,255,255,.96);position:sticky;top:72px;z-index:15}.fm-breadcrumbs{display:flex;align-items:center;gap:7px;min-width:0;color:#8a98ab;font-size:11px}.fm-breadcrumbs a,.fm-breadcrumbs strong{max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fm-breadcrumbs strong{color:#26384e}.fm-toolbar-right{display:flex;align-items:center;gap:9px}.fm-search-form{position:relative;display:flex;align-items:center}.fm-search-form input[type=search]{width:250px;padding:9px 30px 9px 31px;border:1px solid #cfdae7;border-radius:10px;background:#f8fafc;outline:none;font-size:11px}.fm-search-form input:focus{background:#fff;border-color:#79a9f6;box-shadow:0 0 0 3px #e8f1ff}.fm-search-icon{position:absolute;left:11px;color:#8391a5;font-size:16px}.fm-search-reset{position:absolute;right:9px;color:#8190a4;font-size:18px}.fm-view-switch{display:flex;border:1px solid #cfdae7;border-radius:9px;padding:2px;background:#f8fafc}.fm-view-switch button{width:31px;height:29px;border:0;border-radius:7px;background:transparent;color:#718096}.fm-view-switch button.active{background:#fff;color:var(--blue);box-shadow:0 2px 8px rgba(15,42,67,.1)}.fm-folder-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 17px;background:#fffaf0;border-bottom:1px solid #f4dfac}.fm-folder-actions>div:first-child{display:flex;flex-direction:column}.fm-folder-actions>div:first-child strong{font-size:11px;color:#755009}.fm-folder-actions>div:first-child span{font-size:10px;color:#987444;margin-top:2px}.fm-rename-form{display:flex;gap:6px;align-items:center}.fm-rename-form input{padding:7px 8px;border:1px solid #d8c795;border-radius:8px;max-width:160px}.fm-subfolders{padding:17px 17px 4px}.fm-section-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.fm-section-label strong{font-size:12px;color:#34455b}.fm-section-label span{font-size:9px;color:#8492a6;text-transform:uppercase;letter-spacing:.08em}.fm-subfolder-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.fm-subfolder-card{display:flex;align-items:center;gap:10px;border:1px solid #e0e8f2;border-radius:12px;padding:11px 12px;color:#34455b;background:#fff;transition:.15s}.fm-subfolder-card:hover{border-color:#9fc1f7;background:#f8fbff;transform:translateY(-1px);box-shadow:0 7px 17px rgba(37,99,235,.07)}.fm-large-folder-icon{width:29px;height:20px;background:#f2b632;border-radius:4px;position:relative;flex:0 0 29px}.fm-large-folder-icon:before{content:"";position:absolute;width:14px;height:7px;background:#f2b632;left:2px;top:-5px;border-radius:4px 4px 0 0}.fm-subfolder-copy{display:flex;flex-direction:column;min-width:0;flex:1}.fm-subfolder-copy strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fm-subfolder-copy small{font-size:9px;color:#8190a4;margin-top:3px}.fm-subfolder-arrow{font-size:20px;color:#a3afbd}.fm-file-summary{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:15px 17px 9px;color:var(--muted);font-size:10px}.fm-file-summary>div{display:flex;flex-direction:column}.fm-file-summary strong{font-size:12px;color:#34455b}.fm-file-summary span{margin-top:2px}.fm-pdf-hint{display:inline-flex!important;background:#eff6ff;color:#2563eb!important;border-radius:999px;padding:5px 9px;font-weight:700}.fm-grid-view{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:8px 17px 18px}.fm-grid-view[hidden],.fm-list-view[hidden]{display:none!important}.fm-file-card{position:relative;border:1px solid #dfe8f2;border-radius:15px;background:#fff;padding:15px;min-width:0;transition:.16s}.fm-file-card:hover{border-color:#a9c7f7;box-shadow:0 12px 28px rgba(28,74,130,.09);transform:translateY(-2px)}.fm-card-top{display:flex;align-items:flex-start;gap:11px}.fm-card-title{display:flex;flex-direction:column;min-width:0;flex:1}.fm-card-title a{font-size:13px;font-weight:850;color:#24364c;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fm-card-title>span{font-size:8px;font-weight:900;letter-spacing:.1em;color:#5e8ed8;margin-top:4px}.fm-card-menu{position:relative}.fm-card-menu summary{list-style:none;width:29px;height:29px;display:grid;place-items:center;border-radius:8px;color:#7b8b9f;cursor:pointer;font-weight:900}.fm-card-menu summary::-webkit-details-marker{display:none}.fm-card-menu summary:hover,.fm-card-menu[open] summary{background:#f0f4f9}.fm-card-menu-popover{position:absolute;right:0;top:34px;width:225px;padding:9px;background:#fff;border:1px solid #d9e3ee;border-radius:11px;box-shadow:var(--shadow-lg);z-index:30}.fm-card-menu-popover form{display:block;margin:0}.fm-card-menu-popover>form>button{display:block;width:100%;text-align:left;padding:9px 8px;border:0;background:#fff;border-radius:7px;color:#34455b;font-size:11px}.fm-card-menu-popover>form>button:hover{background:#f5f8fc}.fm-card-menu-popover .danger-text{color:#b42336}.fm-card-move-form{padding:5px}.fm-card-move-form label{display:block;font-size:9px;font-weight:800;color:#718096;text-transform:uppercase;margin-bottom:5px}.fm-card-move-form select{width:100%;padding:7px;border:1px solid #d5dfeb;border-radius:7px;font-size:10px;margin-bottom:6px}.fm-card-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0 10px}.fm-card-meta>div{background:#f7f9fc;border-radius:9px;padding:8px 9px;min-width:0}.fm-card-meta span{display:block;color:#8290a3;font-size:8px;text-transform:uppercase;letter-spacing:.07em;font-weight:800}.fm-card-meta strong{display:block;font-size:10px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fm-card-folder{display:flex;align-items:center;gap:8px;border-top:1px solid #edf1f6;border-bottom:1px solid #edf1f6;padding:10px 1px;color:#6d7d91;font-size:9px;min-width:0}.fm-card-folder>span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fm-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:11px}.fm-card-footer small{font-size:8px;color:#8795a8}.fm-card-actions{display:flex;gap:5px;align-items:center}.fm-empty-card{grid-column:1/-1;border:1px dashed #cbd8e6;border-radius:14px}.empty-document-art{width:45px;height:55px;border:2px solid #8db7f7;border-radius:8px;display:grid;place-items:center;margin:auto;color:var(--blue);font-size:20px;font-weight:900;background:#f4f8ff}.fm-empty-content{text-align:center;padding:42px 15px;color:var(--muted)}.fm-empty-content h3{color:#34455b;margin:12px 0 5px}.fm-empty-content p{margin:0 0 15px;font-size:11px}.fm-list-view{padding:8px 17px 18px}.fm-table-wrap{overflow:auto;border:1px solid #e0e8f2;border-radius:12px}.fm-files-table{min-width:940px}.fm-files-table th{position:sticky;top:0;z-index:1}.fm-files-table td{vertical-align:middle;font-size:10px}.fm-file-name{display:flex;align-items:center;gap:10px;color:#24364c;min-width:230px}.fm-file-name strong{display:block;font-size:11px}.fm-file-name small,.fm-table-sub{display:block;color:#8290a3;font-size:9px;margin-top:3px}.fm-path-label{display:block;max-width:220px;color:#596a80;font-size:9px;line-height:1.4}.nowrap-actions{flex-wrap:nowrap}.fm-pagination{padding:12px 17px;border-top:1px solid #edf1f6}
.fm-mobile-sidebar-toggle{display:none;width:100%;margin-bottom:10px;border:1px solid var(--border);border-radius:10px;padding:10px;background:#fff;color:#34455b;font-weight:800}.tc-modal[hidden]{display:none!important}.tc-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.tc-modal-backdrop{position:absolute;inset:0;background:rgba(8,27,45,.67);backdrop-filter:blur(4px)}.tc-modal-card{position:relative;z-index:1;width:min(560px,100%);background:#fff;border-radius:19px;padding:27px;box-shadow:0 30px 100px rgba(8,27,45,.35)}.tc-modal-card h2{margin:8px 34px 7px 0;color:var(--navy);font-size:22px}.tc-modal-card>p{margin:0 0 19px;color:var(--muted);line-height:1.5;font-size:12px}.tc-modal-close{position:absolute;right:14px;top:12px;border:0;background:transparent;color:#7a8a9f;font-size:28px;line-height:1}.modal-icon-folder,.modal-icon-calculation{display:grid;place-items:center;width:45px;height:45px;border-radius:13px;background:#fff4ce;color:#a86c00;font-weight:900}.modal-icon-folder{position:relative}.modal-icon-folder:before{content:"";width:25px;height:17px;background:#f2b632;border-radius:4px;position:absolute;top:17px}.modal-icon-folder:after{content:"";width:13px;height:6px;background:#f2b632;border-radius:4px 4px 0 0;position:absolute;top:12px;left:10px}.modal-icon-calculation{background:#eff6ff;color:var(--blue);font-size:19px}.tc-use-name-label{display:block;font-weight:800;font-size:11px;color:#34455b}.tc-use-name-label input,.tc-use-name-label select{width:100%;padding:11px 12px;border:1px solid #cbd8e6;border-radius:9px;margin-top:7px;font-size:12px;background:#fff}.tc-use-name-label small{display:block;margin-top:7px;color:var(--muted);font-weight:400;line-height:1.45;font-size:10px}.tc-folder-parent-label{margin-top:13px}.tc-modal-actions{justify-content:flex-end;margin-top:21px}.tc-modal-open{overflow:hidden}
@media(max-width:1160px){.fm-subfolder-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fm-grid-view{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar nav a{padding:9px 8px;font-size:11px}.topbar-user{min-width:auto}.topbar-user div{display:none}}
@media(max-width:920px){.topbar{align-items:flex-start;flex-wrap:wrap;padding:13px 16px;gap:10px}.topbar nav{order:3;width:100%;justify-content:flex-start;overflow:auto}.container{padding:18px}.page-head{align-items:flex-start;flex-direction:column}.page-primary-actions{justify-content:flex-start}.fm-overview{grid-template-columns:1fr}.master-file-manager{grid-template-columns:1fr}.fm-mobile-sidebar-toggle{display:block}.file-manager-sidebar{display:none;border-right:0;border-bottom:1px solid var(--border)}.master-file-manager.sidebar-open .file-manager-sidebar{display:block}.folder-navigation{max-height:360px}.fm-toolbar{top:0;align-items:stretch;flex-direction:column}.fm-toolbar-right{justify-content:space-between}.fm-search-form{flex:1}.fm-search-form input[type=search]{width:100%}.fm-folder-actions{align-items:flex-start;flex-direction:column}.fm-subfolder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){.container{padding:12px}.page-head h1{font-size:24px}.page-primary-actions{width:100%}.page-primary-actions>*{flex:1}.page-primary-actions .btn{width:100%}.fm-grid-view{grid-template-columns:1fr;padding:8px 11px 14px}.fm-subfolders{padding:14px 11px 3px}.fm-subfolder-grid{grid-template-columns:1fr}.fm-file-summary{padding:13px 11px 7px;align-items:flex-start;flex-direction:column}.fm-pdf-hint{display:none!important}.fm-card-footer{align-items:flex-start;flex-direction:column}.fm-card-actions{width:100%}.fm-card-actions .btn{flex:1}.fm-toolbar{padding:12px}.fm-toolbar-right{align-items:stretch;flex-direction:column}.fm-view-switch{align-self:flex-end}.fm-folder-actions .actions,.fm-rename-form{width:100%}.fm-rename-form input{flex:1}.tc-modal{padding:10px}.tc-modal-card{padding:22px 17px}.form-grid{grid-template-columns:1fr}.topbar-user{display:none}.stats{grid-template-columns:1fr}}
.fm-list-move-form select{max-width:210px;width:100%;padding:7px 8px;border:1px solid #d5dfeb;border-radius:8px;background:#fff;color:#52647a;font-size:9px}
