@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");:root{--primary:#6366f1;--primary-dark:#4f46e5;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--bg:#0f172a;--bg-card:#1e293b;--bg-hover:#334155;--text:#f8fafc;--text-muted:#94a3b8;--border:#334155}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:20px}.header{justify-content:space-between;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--border);flex-wrap:wrap;gap:16px}.header,.header h1{display:flex;align-items:center}.header h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary),#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;gap:10px}.header-actions{gap:12px;flex-wrap:wrap}.header-actions,.status-badge{display:flex;align-items:center}.status-badge{gap:8px;padding:8px 16px;background:var(--bg-card);border-radius:20px;font-size:.85rem}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--success);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}.stat-card{background:var(--bg-card);border-radius:14px;padding:18px;border:1px solid var(--border);transition:all .3s ease}.stat-card:hover{transform:translateY(-2px);border-color:var(--primary)}.stat-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.stat-card-title{font-size:.75rem;color:var(--text-muted);font-weight:500}.stat-card-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:rgba(99,102,241,.2);color:var(--primary)}.stat-card-value{font-size:1.5rem;font-weight:700;margin-bottom:4px;line-height:1.2}.stat-card-change{font-size:.7rem;display:flex;align-items:center;gap:4px;color:var(--text-muted)}.stat-card-change.positive{color:var(--success)}.stat-card-change.negative{color:var(--danger)}.section{background:var(--bg-card);border-radius:16px;padding:20px;margin-bottom:20px;border:1px solid var(--border)}.section-header{justify-content:space-between;margin-bottom:16px;flex-wrap:wrap}.section-header,.section-title{display:flex;align-items:center;gap:10px}.section-title{font-size:1.1rem;font-weight:600}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}table{width:100%;border-collapse:collapse;min-width:600px}td,th{padding:12px 14px;text-align:left;border-bottom:1px solid var(--border)}th{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600;white-space:nowrap}td{font-size:.85rem}tr:hover{background:var(--bg-hover)}.alerts-container{display:flex;flex-direction:column;gap:12px}.alert{padding:14px 18px;border-radius:12px;display:flex;align-items:flex-start;gap:12px}.alert.critical{background:rgba(239,68,68,.15);border-left:4px solid var(--danger)}.alert.warning{background:rgba(245,158,11,.15);border-left:4px solid var(--warning)}.alert.info{background:rgba(99,102,241,.15);border-left:4px solid var(--primary)}.alert-content h4{font-size:.9rem;font-weight:600;margin-bottom:4px}.alert-content p{font-size:.8rem;color:var(--text-muted)}.progress-bar{height:8px;background:var(--border);border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),#a855f7);transition:width .5s ease}.tenant-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px}.tenant-card{background:var(--bg);border-radius:12px;padding:18px;border:1px solid var(--border);transition:all .3s ease}.tenant-card:hover{border-color:var(--primary)}.tenant-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;gap:10px}.tenant-name{font-weight:600;font-size:.95rem;word-break:break-word}.tenant-status{padding:4px 10px;border-radius:12px;font-size:.7rem;font-weight:600;white-space:nowrap}.tenant-status.active{background:rgba(16,185,129,.2);color:var(--success)}.tenant-status.inactive{background:rgba(239,68,68,.2);color:var(--danger)}.tenant-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.tenant-stat{text-align:center;padding:10px;background:var(--bg-card);border-radius:8px}.tenant-stat-value{font-size:1.1rem;font-weight:700;color:var(--primary)}.tenant-stat-label{font-size:.65rem;color:var(--text-muted)}.storage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:16px;gap:16px}.storage-card{background:var(--bg);border-radius:14px;padding:20px;border:1px solid var(--border);transition:all .3s ease}.storage-card:hover{border-color:var(--primary);transform:translateY(-2px)}.storage-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:10px}.storage-card-title{font-weight:600;font-size:1rem;margin-bottom:4px;word-break:break-word}.storage-card-size{font-size:1.4rem;font-weight:700;color:var(--primary)}.storage-card-rank{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.rank-1{background:linear-gradient(135deg,gold,#ffb347);color:#1a1a2e}.rank-2{background:linear-gradient(135deg,silver,#a0a0a0);color:#1a1a2e}.rank-3{background:linear-gradient(135deg,#cd7f32,#b87333);color:#fff}.rank-other{background:var(--bg-card);color:var(--text-muted)}.file-types-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px;margin-top:14px}.file-type-item{text-align:center;padding:10px 6px;border-radius:10px;background:var(--bg-card)}.file-type-icon{font-size:1.3rem;margin-bottom:4px}.file-type-count{font-size:.9rem;font-weight:700}.file-type-label{font-size:.6rem;color:var(--text-muted);text-transform:uppercase}.file-type-item.audio{background:rgba(79,172,254,.15)}.file-type-item.audio .file-type-count{color:#4facfe}.file-type-item.image{background:rgba(67,233,123,.15)}.file-type-item.image .file-type-count{color:#43e97b}.file-type-item.video{background:rgba(250,112,154,.15)}.file-type-item.video .file-type-count{color:#fa709a}.file-type-item.document{background:rgba(48,207,208,.15)}.file-type-item.document .file-type-count{color:#30cfd0}.file-type-item.other{background:rgba(168,237,234,.15)}.file-type-item.other .file-type-count{color:#a8edea}.chart-container{width:100%;height:280px}.refresh-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background:var(--primary);color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.refresh-btn:hover{background:var(--primary-dark)}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.refresh-btn.spinning svg{animation:spin 1s linear infinite}.logout-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;color:var(--text-muted);border:1px solid var(--border);border-radius:8px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .3s ease;font-family:Poppins,sans-serif;white-space:nowrap}.logout-btn:hover{background:rgba(239,68,68,.1);border-color:var(--danger);color:var(--danger)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading{display:flex;justify-content:center;align-items:center;height:60vh}.loading-spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}.tabs{display:flex;gap:6px;margin-bottom:20px;border-bottom:1px solid var(--border);padding-bottom:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab{padding:10px 16px;background:transparent;border:none;color:var(--text-muted);font-size:.85rem;cursor:pointer;border-radius:8px;transition:all .3s ease;font-family:Poppins,sans-serif;display:flex;align-items:center;gap:6px;white-space:nowrap;flex-shrink:0}.tab:hover{background:var(--bg-hover);color:var(--text)}.tab.active{background:var(--primary);color:#fff}.last-update{font-size:.75rem;color:var(--text-muted);display:flex;align-items:center;flex-wrap:wrap;gap:4px}.media-summary{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:14px;gap:14px;margin-bottom:20px}.media-summary-card{background:var(--bg);border-radius:12px;padding:16px;text-align:center;border:1px solid var(--border)}.media-summary-icon{font-size:1.8rem;margin-bottom:6px}.media-summary-value{font-size:1.3rem;font-weight:700}.media-summary-label{font-size:.7rem;color:var(--text-muted)}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:20px;gap:20px}@media (max-width:1200px){.stats-grid{grid-template-columns:repeat(5,1fr);gap:12px}.stat-card{padding:14px}.stat-card-value{font-size:1.3rem}}@media (max-width:992px){.media-summary,.stats-grid{grid-template-columns:repeat(3,1fr)}.storage-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.container{padding:16px}.header{flex-direction:column;align-items:flex-start;gap:12px}.header h1{font-size:1.3rem}.header-actions{width:100%;justify-content:space-between}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{padding:14px}.stat-card-title{font-size:.7rem}.stat-card-value{font-size:1.2rem}.stat-card-icon{width:32px;height:32px}.media-summary{grid-template-columns:repeat(3,1fr);gap:10px}.media-summary-card{padding:12px}.media-summary-icon{font-size:1.5rem}.media-summary-value{font-size:1.1rem}.section{padding:16px}.section-title{font-size:1rem}.storage-grid,.tenant-grid{grid-template-columns:1fr}.file-types-grid{grid-template-columns:repeat(5,1fr);gap:6px}.file-type-item{padding:8px 4px}.file-type-icon{font-size:1.1rem}.file-type-count{font-size:.8rem}.chart-container{height:250px}.charts-grid{grid-template-columns:1fr}.refresh-btn{padding:8px 14px;font-size:.8rem}.logout-btn{padding:8px 12px;font-size:.75rem}.tab{padding:8px 12px;font-size:.8rem}}@media (max-width:480px){.container{padding:12px}.header h1{font-size:1.15rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:8px}.stat-card{padding:12px}.stat-card-title{font-size:.65rem}.stat-card-value{font-size:1.1rem}.stat-card-change{font-size:.6rem}.stat-card-icon{width:28px;height:28px}.stat-card-icon svg{width:16px;height:16px}.media-summary{grid-template-columns:repeat(2,1fr);gap:8px}.media-summary-card{padding:10px}.media-summary-icon{font-size:1.3rem;margin-bottom:4px}.media-summary-value{font-size:1rem}.media-summary-label{font-size:.6rem}.section{padding:14px;margin-bottom:14px}.section-title{font-size:.95rem}.tenant-card{padding:14px}.tenant-name{font-size:.9rem}.tenant-stat-value{font-size:1rem}.storage-card{padding:16px}.storage-card-title{font-size:.9rem}.storage-card-size{font-size:1.2rem}.file-types-grid{grid-template-columns:repeat(5,1fr);gap:4px}.file-type-item{padding:6px 2px}.file-type-icon{font-size:1rem;margin-bottom:2px}.file-type-count{font-size:.7rem}.file-type-label{font-size:.5rem}.chart-container{height:220px}.status-badge{padding:6px 12px;font-size:.75rem}.status-badge span{display:none}.tab{padding:8px 10px;font-size:.75rem}.tab svg{width:14px;height:14px}.refresh-btn{padding:8px 12px;font-size:.75rem}.logout-btn span,.refresh-btn span{display:none}.last-update{font-size:.7rem}table{font-size:.8rem}td,th{padding:10px 8px}.alert{padding:12px 14px}.alert-content h4{font-size:.85rem}.alert-content p{font-size:.75rem}}@media (max-width:360px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:6px}.stat-card{padding:10px}.stat-card-value{font-size:1rem}.file-types-grid{grid-template-columns:repeat(3,1fr)}}