*{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=light]{--bg:#f6f8fc;--surface:#ffffff;--surface-2:#eef2f8;--surface-hover:#f1f4f9;--border:#dde3ec;--text:#1d2433;--text-muted:#5f6b7d;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-soft:#e3ecfd;--danger:#dc2626;--danger-soft:#fde8e8;--shadow:0 1px 3px rgba(16,24,40,0.08),0 1px 2px rgba(16,24,40,0.04);--shadow-lg:0 10px 30px rgba(16,24,40,0.12)}[data-theme=dark]{--bg:#0f141c;--surface:#171e29;--surface-2:#1f2937;--surface-hover:#202a38;--border:#2c3646;--text:#e7ecf3;--text-muted:#94a1b3;--primary:#3b82f6;--primary-hover:#60a5fa;--primary-soft:#1c2c4a;--danger:#f87171;--danger-soft:#3a1d1d;--shadow:0 1px 3px rgba(0,0,0,0.4);--shadow-lg:0 10px 30px rgba(0,0,0,0.5)}body,html{height:100%;background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,-apple-system,Roboto,sans-serif;font-size:15px;-webkit-font-smoothing:antialiased}button{cursor:pointer}button,input{font:inherit}a{color:var(--primary);text-decoration:none}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:100%;max-width:400px;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:36px 32px;box-shadow:var(--shadow-lg)}.auth-logo{display:flex;align-items:center;gap:10px;justify-content:center;margin-bottom:6px;font-size:22px;font-weight:650}.auth-sub{text-align:center;color:var(--text-muted);margin-bottom:26px;font-size:14px}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--text-muted)}.field input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);outline:none;transition:border-color .15s}.field input:focus{border-color:var(--primary)}.btn-primary{width:100%;padding:11px;border:none;border-radius:8px;background:var(--primary);color:#fff;font-weight:600;transition:background .15s}.btn-primary:hover{background:var(--primary-hover)}.btn-primary:disabled{opacity:.6;cursor:default}.auth-error{background:var(--danger-soft);color:var(--danger);border-radius:8px;padding:10px 12px;font-size:13.5px;margin-bottom:16px}.auth-switch{text-align:center;margin-top:20px;font-size:14px;color:var(--text-muted)}.shell{display:flex;flex-direction:column;height:100vh}.topbar{gap:14px;padding:10px 20px;background:var(--surface);border-bottom:1px solid var(--border)}.brand,.topbar{display:flex;align-items:center}.brand{gap:9px;font-size:18px;font-weight:650}.search{flex:1 1;max-width:560px;margin:0 auto}.search input{width:100%;padding:9px 14px;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);color:var(--text);outline:none}.search input:focus{border-color:var(--primary);background:var(--surface)}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:none;background:transparent;color:var(--text-muted)}.icon-btn:hover{background:var(--surface-hover);color:var(--text)}.avatar{width:34px;height:34px;border-radius:50%;background:var(--primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:650;font-size:14px;border:none}.main{flex:1 1;display:flex;overflow:hidden}.content{flex:1 1;overflow-y:auto;padding:18px 24px 60px}.toolbar{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}.btn,.toolbar{align-items:center}.btn{display:inline-flex;gap:8px;padding:9px 16px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-weight:550;box-shadow:var(--shadow);transition:background .15s}.btn:hover{background:var(--surface-hover)}.btn.accent{background:var(--primary);border-color:var(--primary);color:#fff}.btn.accent:hover{background:var(--primary-hover)}.crumbs{display:flex;align-items:center;gap:4px;flex-wrap:wrap;margin-bottom:16px}.crumbs,.crumbs button{font-size:15px;color:var(--text-muted)}.crumbs button{border:none;background:transparent;padding:5px 8px;border-radius:6px}.crumbs button:hover{background:var(--surface-hover);color:var(--text)}.crumbs .current{color:var(--text);font-weight:600;padding:5px 8px}.section-label{font-size:12.5px;font-weight:650;letter-spacing:.4px;text-transform:uppercase;color:var(--text-muted);margin:18px 0 10px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));grid-gap:12px;gap:12px}.card{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);cursor:pointer;position:relative;transition:background .12s,border-color .12s;min-width:0}.card:hover{background:var(--surface-hover);border-color:var(--primary)}.card .name{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:550;font-size:14px}.card .meta{font-size:12px;color:var(--text-muted)}.card .body{flex:1 1;min-width:0}.card .menu-btn{opacity:0;border:none;background:transparent;color:var(--text-muted);width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.card .menu-btn.open,.card:hover .menu-btn{opacity:1}.card .menu-btn:hover{background:var(--border);color:var(--text)}.menu{position:absolute;top:44px;right:8px;z-index:30;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-lg);min-width:150px;overflow:hidden;padding:4px}.menu button{display:flex;align-items:center;gap:9px;width:100%;border:none;background:transparent;color:var(--text);padding:9px 12px;border-radius:7px;font-size:14px;text-align:left}.menu button:hover{background:var(--surface-hover)}.menu button.danger{color:var(--danger)}.grid.tiles{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.tile{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);cursor:pointer;position:relative;overflow:hidden;transition:background .12s,border-color .12s}.tile:hover{border-color:var(--primary)}.tile-preview{height:150px;background:var(--surface-2);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:center;overflow:hidden}.tile-preview img,.tile-preview object,.tile-preview video{width:100%;height:100%;object-fit:cover;pointer-events:none;display:block;border:none}.tile-fallback{font-size:44px;opacity:.8}.tile-text{width:100%;height:100%;margin:0;padding:10px 12px;font-family:Consolas,Courier New,monospace;font-size:10.5px;line-height:1.45;color:var(--text-muted);overflow:hidden;white-space:pre-wrap;word-break:break-word;pointer-events:none}.tile-foot{display:flex;align-items:center;gap:9px;padding:10px 12px;min-width:0}.tile-foot .body{flex:1 1;min-width:0}.tile-foot .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:550;font-size:13.5px}.tile-foot .meta{font-size:12px;color:var(--text-muted)}.tile-foot .menu-btn{opacity:0;border:none;background:transparent;color:var(--text-muted);width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.tile .menu-btn.open,.tile:hover .menu-btn{opacity:1}.tile .menu-btn:hover{background:var(--border);color:var(--text)}.tile .menu{top:auto;bottom:48px}.menu.ctx{position:fixed;top:auto;right:auto;z-index:300;min-width:190px}.folder-pick{display:flex;flex-direction:column;gap:2px;max-height:260px;overflow-y:auto;border:1px solid var(--border);border-radius:10px;padding:5px;margin-bottom:18px}.folder-pick button{display:flex;align-items:center;gap:8px;border:none;background:transparent;color:var(--text);text-align:left;padding:8px 12px;border-radius:7px;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.folder-pick button:hover{background:var(--surface-hover)}.folder-pick button.selected{background:var(--primary-soft);color:var(--primary);font-weight:600}.details{margin-bottom:18px}.details>div{display:flex;justify-content:space-between;gap:16px;padding:8px 2px;border-bottom:1px solid var(--border);font-size:14px}.details>div:last-child{border-bottom:none}.details span{color:var(--text-muted);flex-shrink:0}.details b{font-weight:550;text-align:right;word-break:break-word;min-width:0}.empty{text-align:center;color:var(--text-muted);padding:70px 20px}.empty .big{font-size:44px;margin-bottom:12px}.dropzone-hint{inset:0;z-index:100;background:color-mix(in srgb,var(--primary) 12%,transparent);border:3px dashed var(--primary);justify-content:center;font-size:22px;font-weight:650;color:var(--primary);pointer-events:none}.dropzone-hint,.toast{position:fixed;display:flex;align-items:center}.toast{bottom:24px;left:50%;transform:translateX(-50%);background:var(--surface);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-lg);border-radius:10px;padding:12px 20px;z-index:200;font-size:14px;gap:10px}.toast.error{border-color:var(--danger);color:var(--danger)}.progress{width:130px;height:6px;border-radius:3px;background:var(--surface-2);overflow:hidden}.progress>div{height:100%;background:var(--primary);transition:width .2s}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:150;display:flex;align-items:center;justify-content:center;padding:20px}.modal{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-lg);width:100%;max-width:380px;padding:24px}.modal h3{font-size:17px;margin-bottom:16px}.modal input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);outline:none;margin-bottom:18px}.modal input:focus{border-color:var(--primary)}.modal .row{display:flex;justify-content:flex-end;gap:10px}.modal .row .btn{box-shadow:none}@media (max-width:640px){.search{display:none}.content{padding:14px 14px 60px}.grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}