:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;--bg: #0b0f1a;--surface: #111827;--surface-hover: #1a2236;--border: rgba(255, 255, 255, .08);--text: #f0f2f5;--text-muted: #7a8299;--accent: #6366f1;--accent-light: #818cf8;--green: #22c55e;--red: #ef4444;--orange: #f59e0b;--blue: #3b82f6;--radius: .75rem;--sidebar-w: 260px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;background:var(--bg);color:var(--text)}.app-layout{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-w);background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:20;transition:transform .25s}.sidebar-brand{padding:1.5rem 1.25rem 1rem;display:flex;align-items:center;gap:.65rem;border-bottom:1px solid var(--border)}.sidebar-brand .logo-icon{width:36px;height:36px;background:linear-gradient(135deg,var(--accent),#a855f7);border-radius:10px;display:grid;place-items:center;font-weight:700;font-size:1.1rem;color:#fff;flex-shrink:0}.sidebar-brand span{font-weight:700;font-size:1.15rem;letter-spacing:-.02em}.sidebar-nav{flex:1;padding:.75rem 0;overflow-y:auto}.nav-section-label{padding:1rem 1.25rem .35rem;font-size:.65rem;text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted);font-weight:600}.nav-item{display:flex;align-items:center;gap:.65rem;padding:.55rem 1.25rem;font-size:.875rem;color:var(--text-muted);cursor:pointer;transition:all .15s;border-left:3px solid transparent;text-decoration:none}.nav-item:hover{color:var(--text);background:var(--surface-hover)}.nav-item.active{color:var(--accent-light);background:#6366f114;border-left-color:var(--accent)}.nav-item svg{width:18px;height:18px;flex-shrink:0;opacity:.7}.nav-item.active svg{opacity:1}.nav-badge{margin-left:auto;background:var(--accent);color:#fff;font-size:.65rem;font-weight:700;padding:.1rem .45rem;border-radius:999px}.sidebar-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:.65rem}.sidebar-footer .avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#ec4899);display:grid;place-items:center;font-weight:700;font-size:.8rem;color:#fff;flex-shrink:0}.sidebar-footer .user-info{flex:1;min-width:0}.sidebar-footer .user-name{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-footer .user-role{font-size:.7rem;color:var(--text-muted)}.main-content{flex:1;margin-left:var(--sidebar-w);min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;padding:.85rem 2rem;border-bottom:1px solid var(--border);background:var(--surface);position:sticky;top:0;z-index:10}.topbar-left{display:flex;align-items:center;gap:1rem}.menu-toggle{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.3rem}.menu-toggle svg{width:22px;height:22px}.page-title{font-size:1.15rem;font-weight:700;letter-spacing:-.02em}.search-bar{display:flex;align-items:center;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.45rem .85rem;gap:.5rem;width:300px;transition:border-color .15s}.search-bar:focus-within{border-color:var(--accent)}.search-bar svg{width:16px;height:16px;color:var(--text-muted);flex-shrink:0}.search-bar input{background:none;border:none;outline:none;color:var(--text);font-size:.85rem;width:100%}.search-bar input::placeholder{color:var(--text-muted)}.topbar-right{display:flex;align-items:center;gap:.5rem}.icon-btn{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--border);border-radius:8px;background:none;color:var(--text-muted);cursor:pointer;transition:all .15s;position:relative}.icon-btn:hover{background:var(--surface-hover);color:var(--text)}.icon-btn svg{width:18px;height:18px}.notif-dot{position:absolute;top:6px;right:6px;width:7px;height:7px;background:var(--red);border-radius:50%}.page-body{flex:1;padding:1.75rem 2rem 3rem;display:flex;flex-direction:column;gap:1.75rem}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.35rem;transition:border-color .15s}.stat-card:hover{border-color:#ffffff26}.stat-card .stat-header{display:flex;align-items:center;justify-content:space-between}.stat-card .stat-label{font-size:.78rem;color:var(--text-muted);font-weight:500}.stat-icon{width:36px;height:36px;border-radius:8px;display:grid;place-items:center}.stat-icon svg{width:18px;height:18px}.stat-icon.purple{background:#6366f126;color:var(--accent-light)}.stat-icon.green{background:#22c55e26;color:var(--green)}.stat-icon.blue{background:#3b82f626;color:var(--blue)}.stat-icon.orange{background:#f59e0b26;color:var(--orange)}.stat-value{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;line-height:1.2}.stat-change{font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;gap:.2rem}.stat-change.up{color:var(--green)}.stat-change.down{color:var(--red)}.charts-section{display:grid;grid-template-columns:2fr 1fr;gap:1rem}.chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.chart-card .chart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.chart-card .chart-title{font-size:.95rem;font-weight:700}.chart-tabs{display:flex;gap:.25rem;background:var(--bg);border-radius:6px;padding:.2rem}.chart-tab{padding:.3rem .75rem;font-size:.72rem;font-weight:600;border-radius:5px;border:none;background:none;color:var(--text-muted);cursor:pointer;transition:all .15s}.chart-tab.active{background:var(--accent);color:#fff}.chart-tab:hover:not(.active){color:var(--text)}.bar-chart{display:flex;align-items:flex-end;gap:.5rem;height:180px;padding-top:.5rem}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;height:100%;justify-content:flex-end}.bar{width:100%;border-radius:4px 4px 0 0;transition:height .5s ease;min-height:4px;position:relative}.bar.primary{background:var(--accent)}.bar.secondary{background:#6366f140}.bar-label{font-size:.65rem;color:var(--text-muted);font-weight:500}.donut-wrap{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.donut{width:160px;height:160px;border-radius:50%;position:relative;display:grid;place-items:center}.donut-center{position:absolute;text-align:center}.donut-center .donut-val{font-size:1.35rem;font-weight:800;letter-spacing:-.03em}.donut-center .donut-label{font-size:.7rem;color:var(--text-muted)}.donut-legend{display:flex;flex-direction:column;gap:.5rem;width:100%}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.legend-item span:first-of-type{flex:1;color:var(--text-muted)}.legend-item span:last-of-type{font-weight:700;font-size:.78rem}.table-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.table-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.table-header .table-title{font-size:.95rem;font-weight:700}.view-all{font-size:.78rem;color:var(--accent-light);background:none;border:none;cursor:pointer;font-weight:600}.view-all:hover{text-decoration:underline}.data-table{width:100%;border-collapse:collapse}.data-table th{text-align:left;padding:.7rem 1.25rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-weight:600;border-bottom:1px solid var(--border)}.data-table td{padding:.8rem 1.25rem;font-size:.85rem;border-bottom:1px solid var(--border)}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--surface-hover)}.status-badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.7rem;font-weight:600}.status-badge.completed{background:#22c55e26;color:var(--green)}.status-badge.pending{background:#f59e0b26;color:var(--orange)}.status-badge.failed{background:#ef444426;color:var(--red)}.status-badge.active{background:#3b82f626;color:var(--blue)}.customer-cell{display:flex;align-items:center;gap:.6rem}.customer-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:.7rem;color:#fff;flex-shrink:0}.customer-name{font-weight:600}.customer-email{font-size:.72rem;color:var(--text-muted)}.apps-section-title{font-size:.95rem;font-weight:700}.apps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.app-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;transition:all .2s;cursor:pointer}.app-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 30px #6366f11f}.app-card-header{display:flex;align-items:flex-start;gap:.75rem}.app-icon{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;font-size:1.25rem;flex-shrink:0}.app-card-info{flex:1}.app-card-name{font-size:.9rem;font-weight:700}.app-card-desc{font-size:.78rem;color:var(--text-muted);line-height:1.45}.app-card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.app-card-rating{display:flex;align-items:center;gap:.3rem;font-size:.78rem;font-weight:600;color:var(--orange)}.app-card-rating svg{width:14px;height:14px}.app-card-installs{font-size:.72rem;color:var(--text-muted)}.app-price{font-size:.8rem;font-weight:700;color:var(--green)}.app-price.free{color:var(--accent-light)}.install-btn{padding:.45rem 1rem;font-size:.78rem;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:all .15s}.install-btn.primary{background:var(--accent);color:#fff}.install-btn.primary:hover{background:var(--accent-light)}.install-btn.outline{background:none;border:1px solid var(--border);color:var(--text-muted)}.install-btn.outline:hover{border-color:var(--accent);color:var(--accent-light)}.bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.activity-list{display:flex;flex-direction:column}.activity-item{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1.25rem;border-bottom:1px solid var(--border)}.activity-item:last-child{border-bottom:none}.activity-dot{width:8px;height:8px;border-radius:50%;margin-top:.45rem;flex-shrink:0}.activity-content{flex:1}.activity-text{font-size:.82rem;line-height:1.45}.activity-text strong{font-weight:700}.activity-time{font-size:.7rem;color:var(--text-muted);margin-top:.15rem}@media(max-width:1100px){.stats-row{grid-template-columns:repeat(2,1fr)}.charts-section{grid-template-columns:1fr}.apps-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.menu-toggle{display:block}.search-bar{width:180px}.stats-row,.apps-grid,.bottom-grid{grid-template-columns:1fr}.page-body{padding:1.25rem 1rem 2rem}.topbar{padding:.75rem 1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.stats-row>*{animation:fadeIn .4s ease both}.stats-row>*:nth-child(1){animation-delay:.05s}.stats-row>*:nth-child(2){animation-delay:.1s}.stats-row>*:nth-child(3){animation-delay:.15s}.stats-row>*:nth-child(4){animation-delay:.2s}
