.file-folders{padding:20px;margin:0 0 16px;border:1px solid var(--border,#dce3ef);border-radius:16px;background:var(--panel,#fff)}
.file-folders header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.file-folders h2{font-size:22px;margin:0 0 8px}.file-folders nav{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.file-folders nav button{border:0;background:transparent;color:inherit;font:inherit;padding:5px 7px;border-radius:6px;cursor:pointer}.file-folders nav [aria-current=page]{background:#e8efff;color:#1947b8;font-weight:700}.file-folder-tools{display:flex;gap:8px;flex-wrap:wrap}.file-folder-search{display:flex;align-items:center;gap:16px;margin:18px 0;color:#586a82;font-size:13px}.file-folder-search input{max-width:300px;width:100%;padding:10px 12px;border:1px solid #dce3ef;border-radius:9px;font:inherit;background:transparent;color:inherit}.file-folder-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px}.file-folder-tile{display:flex;align-items:center;min-width:0;padding:5px;border:1px solid #e0e6f0;border-radius:12px;background:#f5f8fc}.file-folder-open{display:flex;align-items:center;gap:12px;flex:1;min-width:0;border:0;border-radius:8px;background:transparent;padding:13px 9px;color:inherit;text-align:left;cursor:pointer;font:inherit;font-weight:600}.file-folder-open span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-folder-open svg{width:25px;height:25px;flex-shrink:0;color:#6485af}.file-folder-menu{border:0;border-radius:8px;background:transparent;font-size:23px;padding:6px 9px;cursor:pointer;color:inherit}.file-folder-open:hover,.file-folder-menu:hover{background:#e8eff9}.file-folder-tile.folder-drop-active,.folder-drop-active{outline:2px solid #2563eb;background:#e7f0ff}.file-folder-empty,.file-folder-status{font-size:13px;margin:12px 0 0}.file-folder-status:empty{display:none}.file-folder-dialog{width:min(440px,calc(100vw - 32px));box-sizing:border-box;border:1px solid #dbe3ef;border-radius:16px;padding:24px;color:#14233a;background:#fff;box-shadow:0 20px 70px #10244935}.file-folder-dialog::backdrop{background:#15294255}.file-folder-dialog form{display:grid;gap:16px}.file-folder-dialog h2{margin:0;font-size:21px}.file-folder-dialog label{display:grid;gap:7px;font-weight:600;font-size:14px}.file-folder-dialog input,.file-folder-dialog select{width:100%;min-width:0;box-sizing:border-box;font:inherit;padding:11px;border:1px solid #ced8e6;border-radius:8px;background:#fff;color:#14233a}.file-folder-dialog footer{display:flex;justify-content:flex-end;gap:8px}.file-folder-dialog [role=alert]{color:#b42336;margin:0;font-size:13px}.file-folder-dialog [role=alert]:empty{display:none}.file-folder-dialog button:focus-visible,.file-folders button:focus-visible{outline:3px solid #789cf1;outline-offset:2px}
@media(max-width:600px){.file-folders{padding:14px}.file-folder-tools{width:100%}.file-folder-search{align-items:stretch;flex-direction:column;gap:8px}.file-folder-search input{max-width:none}.file-folder-grid{grid-template-columns:1fr}.file-folder-open,.file-folder-menu{min-height:44px}.file-folder-dialog{padding:20px}}
html[data-theme="dark"] .file-folders,html[data-theme="dark"] .file-folder-dialog{background:#161e2b;color:#e7edf6;border-color:#344054}html[data-theme="dark"] .file-folder-tile,html[data-theme="dark"] .file-folder-dialog input,html[data-theme="dark"] .file-folder-dialog select{background:#202c3e;color:#e7edf6;border-color:#40516b}html[data-theme="dark"] .file-folder-search{color:#b7c5db}html[data-theme="dark"] .file-folder-open:hover,html[data-theme="dark"] .file-folder-menu:hover,html[data-theme="dark"] .file-folders nav [aria-current=page]{background:#304968;color:#fff}
/* File manager: one integrated navigation and content surface. */
.drive-shell{display:grid;grid-template-columns:192px minmax(0,1fr);gap:20px;min-height:calc(100dvh - 156px);color:var(--text,#172336);font-size:14px}.drive-sidebar{padding:18px 0}.drive-sidebar h2{display:flex;align-items:center;gap:12px;font-size:24px;margin:0 14px 22px}.drive-sidebar h2 svg{width:29px;color:#416ddb}.drive-new{position:relative;margin:0 12px 24px}.drive-new summary{display:flex;gap:15px;align-items:center;list-style:none;background:#fff;border:1px solid #e0e5ee;border-radius:16px;box-shadow:0 2px 5px #1c376217;width:128px;padding:18px 20px;cursor:pointer;font-size:23px}.drive-new summary span{font-size:15px;font-weight:600}.drive-new>div{position:absolute;top:66px;left:0;background:#fff;border-radius:12px;padding:8px;box-shadow:0 6px 25px #172c4433;z-index:8;width:210px}.drive-new button{display:flex;align-items:center;gap:10px;width:100%;padding:12px;border:0;background:transparent;text-align:left;cursor:pointer}.drive-new svg{width:20px}.drive-sidebar nav>button,.drive-tree-link{display:flex;align-items:center;gap:13px;border:0;border-radius:22px;padding:11px 16px;width:100%;font:inherit;text-align:left;background:transparent;color:inherit;cursor:pointer}.drive-sidebar nav>button.active,.drive-tree-link.active{background:#dce8ff;color:#173b84;font-weight:600}.drive-sidebar nav>button:hover,.drive-tree-link:hover{background:#e5ebf4}.drive-tree-heading{margin:26px 16px 8px;font-size:12px;font-weight:600;color:#617086}.drive-tree{max-height:45vh;overflow:auto}.drive-tree>p{padding:0 16px;color:#66748a;font-size:13px}.drive-tree-link{padding-left:calc(16px + var(--depth)*12px);border-radius:8px;font-size:13px}.drive-tree-link svg{width:17px;height:17px;flex-shrink:0;color:#6a7e9b}.drive-tree-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-main{padding:24px 28px;background:#fff;border:1px solid #e1e7ef;border-radius:22px;min-width:0}.drive-search{max-width:730px;display:flex;gap:12px;align-items:center;background:#eef3fa;border-radius:28px;padding:7px 14px 7px 19px;margin-bottom:24px;font-size:24px}.drive-search input{flex:1;min-width:0;border:0;background:transparent;padding:10px 0;font-size:15px;outline:none;color:inherit}.drive-search button{border:0;background:transparent;border-radius:20px;padding:8px 10px;color:#36567f;cursor:pointer;font-size:13px}.drive-search:focus-within{box-shadow:0 0 0 2px #648dcb}.drive-heading{display:flex;justify-content:space-between;align-items:center;gap:12px}.drive-heading h1{font-size:26px;line-height:1.3;font-weight:500;margin:5px 0 18px}.drive-breadcrumbs{display:flex;gap:5px;align-items:center;flex-wrap:wrap;font-size:12px;color:#64748b;margin-bottom:8px}.drive-breadcrumbs button{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;padding:2px}.drive-breadcrumbs [aria-current=page]{color:#173b84;font-weight:600}.drive-view-switch{display:flex;align-items:center;border:1px solid #cdd7e4;border-radius:24px;overflow:hidden}.drive-view-switch button{border:0;background:#fff;font-size:23px;min-width:43px;height:35px;cursor:pointer;color:#506582}.drive-view-switch [aria-pressed=true]{background:#dce8ff;color:#214b99}.drive-filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:22px}.drive-filter-bar select{border:1px solid #cdd7e4;background:transparent;color:inherit;border-radius:9px;padding:8px 27px 8px 12px;font:inherit;font-size:13px;max-width:180px}.drive-result-count{margin-left:auto;color:#6e7a8c;font-size:12px}.drive-folders h3,.drive-files>h3{font-size:14px;font-weight:600;margin:0 0 13px}.drive-folders h3 small{font-weight:400;margin-left:7px;color:#7b8797}.drive-folders{margin-bottom:28px}.drive-shell .file-folder-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.drive-shell .file-folder-tile{background:#eef2f8;border:0;border-radius:10px;padding:3px}.drive-shell .file-folder-open{font-size:13px;padding:12px 8px;gap:11px}.drive-shell .file-folder-open svg{color:#7489a5;width:22px}.drive-table-wrap{overflow:auto}.drive-table{border-collapse:collapse;width:100%;table-layout:auto}.drive-table th{text-align:left;font-size:12px;color:#667489;font-weight:500;padding:12px 10px;border-bottom:1px solid #dfe5ed;white-space:nowrap}.drive-table td{padding:9px 10px;border-bottom:1px solid #edf0f5;font-size:12px;color:#526276}.drive-table tr:hover{background:#f2f6fc}.drive-table tr.selected,.drive-file-card.selected{background:#e3edff}.drive-table th:first-child,.drive-table td:first-child{width:30px;padding-left:4px}.drive-table td:last-child{width:34px;padding-right:0}.drive-table input,.drive-file-card input{width:16px;height:16px;accent-color:#265bbc;cursor:pointer}.drive-row-name{display:flex;align-items:center;gap:14px;border:0;background:transparent;color:#1d2c42;font:inherit;font-size:13px;text-align:left;cursor:pointer;width:100%;min-height:36px}.drive-row-name>span:last-child{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-file-icon{display:inline-flex;align-items:center;justify-content:center;width:29px;height:34px;flex-shrink:0;border:1px solid #bbcbea;border-radius:4px 8px 4px 4px;background:#eff4ff;color:#3863b0;font-size:8px;font-weight:700;letter-spacing:.2px}.drive-file-icon.is-pdf{background:#fff0f0;color:#cf4350;border-color:#efc6cc}.drive-file-icon.is-sheet{background:#eaf7f0;color:#238251;border-color:#bce1cf}.drive-file-icon.is-image{background:#fff5e7;color:#b9741f;border-color:#edd4ae}.drive-more{background:transparent;border:0;color:#556781;font-size:22px;cursor:pointer;border-radius:50%;width:32px;height:32px;flex-shrink:0}.drive-more:hover{background:#dee8f6}.drive-file-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(205px,1fr));gap:16px}.drive-file-card{border:1px solid #e0e6ef;border-radius:13px;background:#f4f7fb;padding:10px;min-width:0}.drive-file-card header{display:flex;align-items:center;gap:7px;margin-bottom:10px}.drive-file-card header .drive-file-icon{width:20px;height:25px;font-size:6px}.drive-name{font-size:12px;font-weight:600;text-align:left;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:0;background:transparent;cursor:pointer;color:inherit}.drive-thumbnail{display:flex;width:100%;height:150px;background:white;border:0;border-radius:8px;align-items:center;justify-content:center;cursor:pointer;overflow:hidden}.drive-thumbnail img{width:100%;height:100%;object-fit:contain}.drive-thumbnail .drive-file-icon{width:65px;height:85px;font-size:15px}.drive-file-card footer{display:flex;justify-content:space-between;font-size:10px;color:#728198;margin-top:12px;gap:10px}.drive-file-card footer span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-pagination{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:24px;color:#6e7b8c;font-size:12px}.drive-pagination span{margin-right:auto}.drive-pagination button,.drive-selection button,.drive-mobile-new{padding:7px 11px;border:1px solid #dce3ed;border-radius:7px;background:transparent;color:inherit;cursor:pointer;font-size:12px}.drive-pagination button:disabled{opacity:.4;cursor:default}.drive-selection{display:flex;align-items:center;gap:15px;border-radius:24px;padding:8px 14px;background:#e5eeff;margin-bottom:20px;font-size:13px}.drive-selection button{border:0}.drive-empty{display:flex;flex-direction:column;align-items:center;padding:55px 15px;gap:12px;color:#61748f}.drive-empty svg{width:70px;height:65px;color:#b2c7e8}.drive-empty h3,.drive-empty p{margin:0}.drive-empty p{text-align:center;font-size:13px}.drive-context-menu{position:fixed;z-index:20000;display:grid;min-width:205px;padding:7px;background:#fff;box-shadow:0 8px 35px #12274533;border:1px solid #dae2ee;border-radius:11px}.drive-context-menu button,.drive-context-menu a{border:0;background:transparent;text-align:left;padding:10px 12px;color:#263b57;font:14px inherit;cursor:pointer;text-decoration:none;border-radius:6px}.drive-context-menu button:hover,.drive-context-menu a:hover{background:#eaf1fd}.drive-preview{width:min(1100px,95vw);height:min(850px,90dvh);padding:0;border:1px solid #ccd8e9;border-radius:16px;background:#fff;color:#1b2f49}.drive-preview::backdrop{background:#0b172ab3}.drive-preview header{display:flex;align-items:center;gap:12px;padding:15px 20px;border-bottom:1px solid #e0e7f0}.drive-preview header strong{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.drive-preview-body{height:calc(100% - 66px);display:grid;grid-template-columns:minmax(0,1fr) 240px;background:#edf1f7}.drive-preview-body>img{object-fit:contain;width:100%;height:100%;min-height:0}.drive-preview-body iframe{width:100%;height:100%;border:0}.drive-preview-body aside{background:#fff;padding:22px;font-size:13px;overflow:auto}.drive-preview-body dt{color:#748297;font-size:12px;margin-top:18px}.drive-preview-body dd{margin:4px 0;overflow-wrap:anywhere}.drive-preview-fallback{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;text-align:center}.drive-preview-fallback>.drive-file-icon{width:75px;height:90px;font-size:17px}.drive-mobile-new{display:none}.drive-shell button:focus-visible,.drive-shell a:focus-visible,.drive-context-menu button:focus-visible{outline:2px solid #4d7acc;outline-offset:2px}.drive-error{border-radius:8px;background:#fff0ee;padding:12px;color:#b33426}
@media(max-width:1100px){.drive-shell{grid-template-columns:158px minmax(0,1fr);gap:12px}.drive-main{padding:20px}.drive-owner{display:none}.drive-row-name>span:last-child{max-width:260px}}
@media(max-width:700px){.drive-shell{display:block;min-height:75dvh}.drive-sidebar{padding:0 0 12px}.drive-sidebar h2,.drive-new,.drive-tree-heading,.drive-tree{display:none}.drive-sidebar nav:first-of-type{display:flex;gap:3px;overflow:auto}.drive-sidebar nav>button{width:auto;white-space:nowrap;font-size:12px;padding:9px 12px;gap:6px}.drive-main{padding:16px 12px;border-radius:16px}.drive-search{margin-bottom:20px;padding-left:12px;gap:6px}.drive-search input{font-size:13px}.drive-search button{font-size:11px;padding:5px}.drive-heading h1{font-size:22px}.drive-date,.drive-size{display:none}.drive-row-name>span:last-child{max-width:calc(100vw - 166px)}.drive-file-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.drive-file-card header input{display:none}.drive-file-card header .drive-file-icon{display:none}.drive-thumbnail{height:112px}.drive-file-card{padding:8px}.drive-file-card footer span:first-child{display:none}.drive-filter-bar{gap:7px}.drive-filter-bar select{font-size:12px;max-width:135px}.drive-result-count{margin-left:0}.drive-mobile-new{display:inline-block}.drive-preview-body{grid-template-columns:1fr}.drive-preview-body aside{display:none}.drive-preview header{padding:10px;font-size:12px}.drive-shell .file-folder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.drive-shell .file-folder-open{padding:11px 5px;gap:7px;font-size:12px}.drive-shell .file-folder-open svg{width:18px}.drive-shell .file-folder-menu{padding:5px;min-width:26px}.drive-selection{gap:8px;padding:8px;font-size:12px}}
html[data-theme="dark"] .drive-main,html[data-theme="dark"] .drive-new summary,html[data-theme="dark"] .drive-new>div,html[data-theme="dark"] .drive-context-menu,html[data-theme="dark"] .drive-preview,html[data-theme="dark"] .drive-preview-body aside{background:#162131;color:#e6edf8;border-color:#33435b}html[data-theme="dark"] .drive-search,html[data-theme="dark"] .drive-file-card,html[data-theme="dark"] .drive-shell .file-folder-tile{background:#233248;color:#e5edf9;border-color:#344962}html[data-theme="dark"] .drive-row-name,html[data-theme="dark"] .drive-table td,html[data-theme="dark"] .drive-context-menu button,html[data-theme="dark"] .drive-context-menu a{color:#dce7f8}html[data-theme="dark"] .drive-table tr:hover,html[data-theme="dark"] .drive-table tr.selected,html[data-theme="dark"] .drive-sidebar nav>button.active{background:#2c4362;color:white}html[data-theme="dark"] .drive-table td,html[data-theme="dark"] .drive-table th{border-color:#30415a}html[data-theme="dark"] .drive-selection{background:#2c4362}html[data-theme="dark"] .drive-view-switch button{background:#233248;color:#c7d8ef}html[data-theme="dark"] .drive-view-switch [aria-pressed=true]{background:#3c5d88;color:white}
