.dashboard{display:grid;gap:16px;padding:16px}.dashboard__header{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:12px}.dashboard__header h1{margin:0;font-size:24px}.dashboard__header-meta{display:flex;gap:12px;font-size:13px;color:#4b5563}.dashboard__kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.dashboard__grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.dashboard__card{background:#fff;border-radius:12px;border:1px solid #e5e7eb;padding:16px;display:grid;gap:12px;align-content:start}.dashboard__card--centered{place-items:center;text-align:center}.dashboard__card--alerts ul{list-style:none;padding:0;margin:0}.dashboard__card-header{display:flex;justify-content:space-between;align-items:center}.dashboard__card--stat{color:#111827;min-height:140px}.dashboard__card--stat h3{margin:0;font-size:14px;font-weight:600}.dashboard__card--stat strong{font-size:28px;font-weight:700}.dashboard__card--stat span{font-size:12px;color:#4b5563}.dashboard__card--stat:after{content:"";display:block;height:4px;border-radius:9999px}.dashboard__card--blue:after{background:linear-gradient(90deg,#2563eb,#60a5fa)}.dashboard__card--green:after{background:linear-gradient(90deg,#16a34a,#4ade80)}.dashboard__card--purple:after{background:linear-gradient(90deg,#7c3aed,#a855f7)}.dashboard__card--orange:after{background:linear-gradient(90deg,#ea580c,#f97316)}.dashboard__alerts-list li{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f3f4f6}.dashboard__alerts-list li:last-child{border-bottom:none}.dashboard__alerts-list strong{font-size:20px;margin-right:8px}.dashboard__link{font-size:13px;color:#2563eb;text-decoration:none}.dashboard__list{display:grid;gap:8px}.dashboard__list div{display:flex;justify-content:space-between;font-size:13px}.dashboard__table{width:100%;border-collapse:collapse;font-size:13px}.dashboard__table th,.dashboard__table td{padding:6px 4px;text-align:left;border-bottom:1px solid #f3f4f6}.dashboard__table--compact th,.dashboard__table--compact td{padding:4px}.dashboard__empty{margin:0;font-size:13px;color:#6b7280}.dashboard__chart{display:grid;gap:8px}.dashboard__chart-svg{width:100%;height:160px}.dashboard__chart-labels{display:flex;justify-content:space-between;font-size:11px;color:#6b7280}.dashboard__chart-labels span{max-width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.dashboard{padding:12px}.dashboard__header-meta{width:100%;justify-content:space-between}}:root{color-scheme:light;font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.45;font-feature-settings:"ss01" on,"ss02" on}body{margin:0;font-family:inherit;background:#f3f4f6;color:#111827;-webkit-font-smoothing:antialiased;overflow-y:scroll}.app-shell{min-height:100vh;background:#f3f4f6;color:#111827;font-family:inherit}.app-shell__layout{display:flex;min-height:100vh;width:100%}.app-shell__sidebar{width:232px;background:#2f2e38;color:#fff;border-right:1px solid #262533;padding:24px 20px;display:flex;flex-direction:column;gap:24px;position:sticky;top:0;height:100vh;max-height:100vh;overflow-y:auto;flex:0 0 232px}.app-shell__brand{font-size:20px;font-weight:700;letter-spacing:-.02em;color:#fff}.app-shell__nav{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none}.app-shell__nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;color:#fff;text-decoration:none;font-size:15px;font-weight:500;letter-spacing:-.01em;border:1px solid transparent;transition:background .16s ease,border-color .16s ease,color .16s ease}.app-shell__nav-item:hover{background:#ffffff14;border-color:#ffffff1f}.app-shell__nav-item[data-active=true]{background:#fff;border-color:#fff;color:#2f2e38;font-weight:600}.app-shell__nav-icon{font-size:16px;display:inline-flex;width:18px;justify-content:center}.app-shell__badge{margin-left:auto;min-width:20px;padding:0 6px;border-radius:999px;font-size:12px;font-weight:600;line-height:20px;text-align:center;background:#ffffff29;color:#fff}.app-shell__badge[data-variant=attention]{background:#fee2e2;color:#991b1b}.app-shell__badge[data-variant=warning]{background:#fef3c7;color:#92400e}.app-shell__main{flex:1;display:flex;flex-direction:column;min-height:100vh}.app-shell__desktop-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 28px;background:#fff;border-bottom:1px solid #e5e7eb;color:#2f2e38}.app-shell__crumbs{font-size:13px;font-weight:500;letter-spacing:-.01em;color:#6b7280;display:flex;align-items:center;gap:8px}.app-shell__status-group{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.app-shell__logout{border:none;background:#ef4444;color:#fff;padding:6px 10px;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer}.app-shell__logout:hover{background:#dc2626}.app-shell__user{display:flex;align-items:center;gap:16px;font-size:16px;color:#0f172a;font-weight:600}.app-shell__user button{border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:10px 18px;border-radius:12px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #2563eb3d;transition:transform .18s ease,box-shadow .18s ease}.app-shell__user button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #1d4ed847}.app-shell__content{flex:1;padding:24px 28px 100px}.app-shell__content h1,.app-shell__content h2,.app-shell__content h3{font-family:inherit;color:#111827;letter-spacing:-.015em}.app-shell__mobile-header{display:none;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#2f2e38;border-bottom:1px solid #262533;color:#fff}.app-shell__mobile-title{font-size:17px;font-weight:600;letter-spacing:-.015em;color:#fff}.app-shell__hamburger{border:none;background:transparent;padding:6px;border-radius:6px;cursor:pointer;color:#fff}.app-shell__hamburger:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.app-shell__drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a61;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:40}.app-shell__drawer-backdrop[data-open=true]{opacity:1;pointer-events:auto}.app-shell__drawer-panel{position:fixed;inset:0 auto 0 0;width:260px;max-width:82vw;background:#2f2e38;color:#fff;box-shadow:4px 0 16px #0f172a47;transform:translate(-100%);transition:transform .18s ease;z-index:50;padding:24px 20px;display:flex;flex-direction:column;gap:24px}.app-shell__drawer-panel[data-open=true]{transform:translate(0)}.app-shell__drawer-close{align-self:flex-end;border:none;background:transparent;font-size:20px;cursor:pointer;color:#fff}.app-shell__bottom-nav{display:none;position:fixed;inset:auto 0 0 0;background:#2f2e38;border-top:1px solid #262533;padding:8px 12px;z-index:30;box-shadow:0 -1px 6px #0f172a47}.app-shell__bottom-nav-inner{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.app-shell__bottom-nav-item{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;font-weight:500;padding:8px 4px;border-radius:10px;color:#fff;text-decoration:none;letter-spacing:-.01em}.app-shell__bottom-nav-item[data-active=true]{color:#2f2e38;background:#fff;font-weight:600}.app-shell__bottom-icon{font-size:16px;color:inherit}.app-shell__bottom-badge{position:absolute;top:6px;right:16px;min-width:18px;min-height:18px;padding:0 5px;border-radius:999px;font-size:10px;font-weight:600;background:#ffffff40;color:#fff;display:inline-flex;align-items:center;justify-content:center}.app-shell__bottom-badge[data-variant=warning]{background:#ffffff59;color:#2f2e38}@media (max-width: 960px){.app-shell__sidebar,.app-shell__desktop-header{display:none}.app-shell__mobile-header{display:flex}.app-shell__content{padding:16px 16px 120px}}@media (max-width: 768px){.app-shell__bottom-nav{display:block}}@media (prefers-reduced-motion: reduce){.app-shell__drawer-backdrop,.app-shell__drawer-panel,.app-shell__nav-item{transition:none}}
