*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #3b82f6;--primary-dark: #2563eb;--primary-light: #eff6ff;--secondary: #64748b;--success: #16a34a;--danger: #dc2626;--warning: #f59e0b;--bg: #f8fafc;--surface: #ffffff;--sidebar-bg: #0f172a;--sidebar-text: #94a3b8;--sidebar-active: #1e293b;--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;--radius: 12px;--shadow: 0 4px 12px rgba(15, 23, 42, .08);--shadow-lg: 0 10px 30px rgba(15, 23, 42, .12)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}button{cursor:pointer;font-family:inherit;border:none;background:none}input,select,textarea{font-family:inherit;font-size:14px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#1e40af)}.login-card{background:var(--surface);padding:40px;border-radius:12px;width:100%;max-width:400px;box-shadow:0 20px 60px #0000004d}.login-card h1{font-size:24px;margin-bottom:8px}.login-card p{color:var(--text-muted);margin-bottom:24px;font-size:14px}.login-error{background:#fef2f2;color:var(--danger);padding:10px;border-radius:var(--radius);margin-bottom:16px;font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:var(--radius);font-size:14px;font-weight:500;transition:all .2s}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{background:var(--bg);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#b91c1c}.btn-success{background:var(--success);color:#fff}.btn:disabled{opacity:.5;cursor:not-allowed}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-size:14px;font-weight:500}.form-group input,.form-group select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:14px}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb1a}.layout{display:flex;min-height:100vh}.sidebar{width:240px;background:var(--sidebar-bg);color:#fff;display:flex;flex-direction:column;flex-shrink:0}.sidebar-logo{padding:20px;font-size:18px;font-weight:700;border-bottom:1px solid #374151}.sidebar-logo span{color:var(--primary-light)}.sidebar-nav{flex:1;padding:16px 8px}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 14px;margin-bottom:4px;border-radius:var(--radius);color:var(--sidebar-text);text-decoration:none;font-size:14px;transition:all .2s}.nav-item:hover{background:var(--sidebar-active);color:#fff}.nav-item.active{background:var(--primary);color:#fff}.nav-item .nav-icon{font-size:18px;width:20px;text-align:center}.sidebar-user{padding:16px;border-top:1px solid #374151;font-size:13px;color:var(--sidebar-text)}.header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:var(--surface);border-bottom:1px solid var(--border)}.header-title{font-size:20px;font-weight:600}.header-actions{display:flex;align-items:center;gap:16px}.user-badge{display:flex;align-items:center;gap:8px;font-size:14px}.user-badge .avatar{width:32px;height:32px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.role-badge{background:var(--primary-light);color:var(--primary-dark);padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.content{flex:1;padding:24px;overflow-y:auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:var(--surface);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.stat-card .stat-label{font-size:13px;color:var(--text-muted);margin-bottom:8px}.stat-card .stat-value{font-size:28px;font-weight:700}.explorer{display:flex;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);height:calc(100vh - 160px);overflow:hidden}.folder-tree{width:240px;border-right:1px solid var(--border);overflow-y:auto;padding:12px;flex-shrink:0}.tree-item{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:var(--radius);cursor:pointer;font-size:14px}.tree-item:hover{background:var(--bg)}.tree-item.active{background:var(--primary-light);color:var(--primary-dark)}.tree-children{margin-left:20px}.tree-toggle{width:20px;text-align:center;color:var(--text-muted)}.explorer-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.explorer-toolbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border)}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;row-gap:4px;column-gap:8px;font-size:14px}.breadcrumb-item{cursor:pointer;color:var(--primary)}.breadcrumb-item.disabled{cursor:default;color:var(--text);font-weight:600}.breadcrumb-separator{color:var(--text-muted)}.explorer-actions{display:flex;gap:8px}.file-list{flex:1;overflow-y:auto}.batch-bar{display:flex;align-items:center;gap:12px;padding:8px 16px;margin:0 0 10px;background:var(--bg);border:1px solid var(--border);border-radius:6px;font-size:13px}.batch-count{color:var(--text);font-weight:600}.file-list-header{display:grid;grid-template-columns:1fr 120px 100px 60px;padding:10px 16px;background:var(--bg);font-size:12px;font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--border)}.file-item{display:grid;grid-template-columns:1fr 120px 100px 60px;padding:10px 16px;border-bottom:1px solid var(--border);font-size:14px;align-items:center}.file-item:hover{background:var(--bg);cursor:pointer}.file-name{display:flex;align-items:center;gap:10px;overflow:hidden}.file-name .file-icon{font-size:20px}.folder-row{display:flex;align-items:center;gap:10px;color:var(--primary);font-weight:500}.notification-bell{position:relative;font-size:20px;cursor:pointer}.notification-badge{position:absolute;top:-4px;right:-4px;background:var(--danger);color:#fff;border-radius:50%;width:18px;height:18px;font-size:10px;display:flex;align-items:center;justify-content:center}.notification-dropdown{position:absolute;right:0;top:40px;width:320px;background:var(--surface);border-radius:var(--radius);box-shadow:0 10px 30px #00000026;z-index:100;max-height:400px;overflow-y:auto}.notification-item{padding:12px 16px;border-bottom:1px solid var(--border);font-size:13px}.notification-item.unread{background:var(--primary-light)}.notification-item .notif-title{font-weight:600;margin-bottom:4px}.notification-item .notif-time{color:var(--text-muted);font-size:11px;margin-top:4px}.notification-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);font-weight:600}.upload-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.upload-modal{background:var(--surface);border-radius:12px;padding:24px;width:100%;max-width:500px;box-shadow:0 20px 60px #0000004d}.dropzone{border:2px dashed var(--border);border-radius:var(--radius);padding:40px;text-align:center;cursor:pointer;transition:all .2s}.dropzone:hover,.dropzone.dragging{border-color:var(--primary);background:var(--primary-light)}.dropzone .dz-icon{font-size:40px;margin-bottom:12px}.file-preview-list{margin-top:16px}.file-preview-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:var(--bg);border-radius:var(--radius);margin-bottom:8px;font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--surface);border-radius:12px;padding:24px;width:100%;max-width:420px;box-shadow:0 20px 60px #0000004d}.modal h3{margin-bottom:16px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.data-table{width:100%;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border-collapse:collapse;overflow:hidden}.data-table th{text-align:left;padding:12px 16px;background:var(--bg);font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.data-table td{padding:12px 16px;border-top:1px solid var(--border);font-size:14px}.data-table tr:hover td{background:var(--bg)}.context-menu{position:fixed;background:var(--surface);border-radius:var(--radius);box-shadow:0 10px 30px #00000026;padding:6px;z-index:1000;min-width:180px}.context-menu-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;font-size:14px;cursor:pointer;width:100%;text-align:left}.context-menu-item:hover{background:var(--bg)}.context-menu-item.danger{color:var(--danger)}.tab-nav{display:flex;gap:4px;margin-bottom:24px;background:var(--surface);border-radius:var(--radius);padding:6px;box-shadow:var(--shadow)}.tab-btn{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500}.tab-btn.active{background:var(--primary);color:#fff}.pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 0;font-size:13px;color:var(--text-muted)}.text-muted{color:var(--text-muted)}.text-danger{color:var(--danger)}.flex{display:flex}.flex-between{display:flex;justify-content:space-between;align-items:center}.gap-8{gap:8px}.gap-16{gap:16px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.page-title{font-size:24px;font-weight:700;margin-bottom:24px}.empty-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.empty-state .es-icon{font-size:48px;margin-bottom:16px}.hamburger{display:none;width:44px;height:44px;align-items:center;justify-content:center;font-size:22px;border-radius:10px;color:var(--text);flex-shrink:0}.hamburger:active{background:var(--bg)}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a6b;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:40;opacity:0;pointer-events:none;transition:opacity .22s}.sidebar-backdrop.open{opacity:1;pointer-events:auto}.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius);box-shadow:var(--shadow);background:var(--surface)}.table-wrap .data-table{min-width:640px;box-shadow:none;border-radius:0}.kebab-btn{display:none;width:36px;height:36px;align-items:center;justify-content:center;border-radius:8px;font-size:18px;color:var(--text-muted);flex-shrink:0}.kebab-btn:active{background:var(--bg)}.file-card-meta,.file-card-row{display:none}.sheet-handle{width:40px;height:4px;border-radius:99px;background:var(--border);margin:10px auto 4px}.context-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a47;z-index:999}@media (max-width: 1024px){.hamburger{display:inline-flex}.sidebar{position:fixed;inset:0 auto 0 0;z-index:50;transform:translate(-100%);transition:transform .26s cubic-bezier(.32,.72,0,1);box-shadow:var(--shadow-lg);width:260px}.sidebar.open{transform:translate(0)}.explorer{height:auto;min-height:60dvh}}@media (max-width: 768px){.header{flex-wrap:wrap;gap:12px;padding:12px 16px}.header-title{font-size:16px}.header-actions{gap:10px}.notification-dropdown{position:fixed;right:8px;left:8px;width:auto;max-width:none}.content{padding:16px}.page-title{font-size:20px}.stats-grid{grid-template-columns:repeat(2,1fr)}.explorer{flex-direction:column}.folder-tree{width:100%;border-right:none;border-bottom:1px solid var(--border);max-height:42dvh}.folder-tree.drawer-hidden{display:none}.explorer-toolbar{flex-wrap:wrap;gap:10px}.explorer-actions{flex-wrap:wrap;width:100%}.explorer-actions .btn{flex:1;min-height:44px}.batch-bar{flex-wrap:wrap}.batch-bar .btn{min-height:40px}.file-list-header,.file-item{grid-template-columns:1fr 90px 80px 44px}.flex-between{flex-wrap:wrap;gap:12px}}@media (max-width: 600px){.file-list-header{display:none}.file-item{display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:14px}.file-item .text-muted{font-size:12px}.file-card-row{display:flex;align-items:center;gap:10px}.file-card-row .file-name{flex:1;min-width:0}.file-card-row .file-name span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kebab-btn{display:inline-flex}.file-card-meta{display:flex;flex-wrap:wrap;gap:6px;padding-left:46px}.meta-pill{font-size:11px;padding:3px 8px;border-radius:99px;background:var(--bg);border:1px solid var(--border);color:var(--text-muted)}.file-item .desktop-only{display:none}.stats-grid{grid-template-columns:1fr}}@media (max-width: 480px){.login-card{margin:16px;padding:24px 20px}.modal,.upload-modal{margin:12px;max-width:95vw;max-height:90dvh;overflow-y:auto;padding:18px}.dropzone{padding:24px 16px}.context-menu.sheet{left:0;right:0;bottom:0;top:auto;border-radius:16px 16px 0 0;max-height:62dvh;overflow-y:auto;box-shadow:0 -12px 40px #0f172a2e;padding-bottom:max(10px,env(safe-area-inset-bottom));animation:sheetIn .26s cubic-bezier(.32,.72,0,1)}.data-table th,.data-table td{padding:10px 12px}}@keyframes sheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}
