:root{--ink: #101b2d;--ink-light: #1c2b45;--emerald: #16a085;--canvas: #f6f5f1;--card: #ffffff;--text: #101b2d;--muted: #5c6b80;--accent: #16a085;--border: #e3e1da;--ok: #16a085;--err: #b91c1c}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,system-ui,sans-serif;background:var(--canvas);color:var(--text)}.app-shell{display:flex;min-height:100vh}.sidebar{width:220px;flex-shrink:0;background:var(--ink);display:flex;flex-direction:column;padding:1.25rem .9rem}.sidebar-logo{padding:.5rem .5rem 1.5rem}.sidebar-logo img{width:100%;height:auto;display:block}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem}.sidebar-nav-footer{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.sidebar-nav-item{display:flex;align-items:center;gap:.6rem;background:none;border:none;color:#c3cad9;font-size:.95rem;text-align:left;padding:.6rem .75rem;border-radius:8px;cursor:pointer}.sidebar-nav-item:hover{background:var(--ink-light);color:#fff}.sidebar-nav-item.active{background:var(--emerald);color:#fff;font-weight:600}.sidebar-nav-icon{font-size:1rem}.app-main{flex:1;min-width:0;padding:1.5rem 2rem}.header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.header h1{margin:0 0 .25rem;font-size:1.5rem}.subtitle{margin:0;color:var(--muted)}.link-btn{margin-left:.75rem;background:none;border:none;color:var(--accent);cursor:pointer;font-size:inherit;padding:0;text-decoration:underline}.period-selector{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.period-selector label{display:flex;flex-direction:column;font-size:.8rem;color:var(--muted);gap:.25rem}.period-selector select{padding:.45rem .6rem;border:1px solid var(--border);border-radius:6px;font-size:.95rem}.period-selector .checkbox{flex-direction:row;align-items:center;padding-bottom:.45rem}.period-banner{margin:0 0 1rem;color:var(--muted)}.period-banner strong{color:var(--text)}.muted{color:var(--muted);margin-left:.5rem}.hero-kpi{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.25rem;margin-bottom:1rem}.kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1rem}.kpi-card,.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1rem 1.1rem}.placeholder-card{color:var(--muted)}.placeholder-card h2{margin:0 0 .5rem;color:var(--text)}.kpi-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.kpi-value{font-size:1.5rem;font-weight:700;margin-top:.35rem}.kpi-sub{font-size:.85rem;color:var(--muted);margin-top:.25rem}.hero-value{font-size:1.75rem;font-weight:700}.hero-growth{font-size:1.4rem;font-weight:700;color:var(--ok)}.table-card{margin-top:.5rem}.table-card h2{margin:0 0 .75rem;font-size:1rem}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:.55rem .5rem;border-bottom:1px solid var(--border)}th{color:var(--muted);font-weight:600}.pos{color:var(--ok)}.neg{color:var(--err)}.banner{padding:.65rem .85rem;border-radius:8px;margin-bottom:1rem;background:#e3f5f1}.banner.error{background:#fee2e2;color:var(--err)}.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--ink)}.login-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;width:min(420px,92vw)}.login-logo{width:200px;height:auto;display:block;margin:0 auto 1.25rem}.login-card input{width:100%;padding:.55rem;margin-bottom:.75rem;border:1px solid var(--border);border-radius:6px}.login-card button{background:var(--accent);color:#fff;border:none;border-radius:6px;padding:.6rem 1rem;font-weight:600;cursor:pointer;width:100%}.drill-card .drill-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.drill-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.85rem}.crumb{background:none;border:none;padding:0;color:var(--accent);cursor:pointer;font:inherit}.crumb.active{color:var(--text);font-weight:600;cursor:default}.crumb-sep{color:var(--muted)}.drill-row{cursor:pointer}.drill-row:hover{background:#f0faf8}.drill-label{display:block}.drill-code{display:block;font-size:.78rem;color:var(--muted);margin-top:.1rem}.drill-icon{color:var(--muted);margin-right:.35rem;font-weight:700}.drill-loading,.drill-hint{color:var(--muted);font-size:.85rem;margin:.5rem 0 0}.empty-row{color:var(--muted);font-style:italic}.sku{font-family:ui-monospace,monospace;font-size:.85rem;color:var(--muted)}.kpi-trend-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1rem}.kpi-trend-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.1rem 1.2rem .8rem}.kpi-trend-head{display:flex;align-items:center;gap:.5rem;color:var(--muted);font-size:.85rem;margin-bottom:.6rem}.kpi-trend-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#e3f5f1;color:var(--emerald)}.kpi-trend-value{font-size:1.6rem;font-weight:700}.kpi-trend-growth{font-size:.85rem;font-weight:600;margin-top:.15rem}.kpi-trend-growth.pos{color:var(--ok)}.kpi-trend-growth.neg{color:var(--err)}.sparkline{width:100%;height:32px;margin-top:.6rem;display:block}.overview-main-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:1rem;align-items:start;margin-bottom:1rem}@media(max-width:900px){.overview-main-row{grid-template-columns:1fr}}.chart-card-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.chart-card-header h2{margin:0;font-size:1rem}.chart-legend{display:flex;gap:1rem;font-size:.8rem;color:var(--muted)}.legend-item{display:flex;align-items:center;gap:.35rem}.legend-swatch{width:14px;height:3px;border-radius:2px;background:var(--muted)}.legend-swatch.dashed{background:repeating-linear-gradient(90deg,#94a3b8 0 4px,transparent 4px 7px)}.area-chart{width:100%;height:auto}.chart-grid-line{stroke:var(--border);stroke-width:1}.chart-axis-label{fill:var(--muted);font-size:11px}.department-widget h2{margin:0 0 .9rem;font-size:1rem}.hbar-chart{display:flex;flex-direction:column;gap:.7rem}.hbar-row{display:grid;grid-template-columns:minmax(72px,110px) 1fr auto;align-items:center;gap:.6rem}.hbar-label{font-size:.85rem;color:var(--text);line-height:1.2}.hbar-track{background:var(--canvas);border-radius:4px;height:8px;overflow:hidden}.hbar-fill{height:100%;border-radius:4px}.hbar-value{font-size:.8rem;color:var(--muted);white-space:nowrap}.widget-link{display:inline-block;margin-top:1rem;font-size:.85rem}.details-section{margin-top:.5rem}.details-section summary{cursor:pointer;font-weight:600;color:var(--muted);padding:.5rem 0}.details-section[open] summary{margin-bottom:.75rem}
