:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0f172a;background:#f3f6ff}*{box-sizing:border-box}body{margin:0;background:linear-gradient(160deg,#f3f6ff,#eef2ff);min-height:100vh}.app-shell{display:flex;flex-direction:column;min-height:100vh;background:#f6f7fb}.site-header{height:68px;background:#fff;border-bottom:1px solid #e5e7eb;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#6d28d9,#2563eb);box-shadow:0 12px 28px #2563eb2e}.brand-title{font-weight:900;letter-spacing:.2px}.brand-sub{font-size:12px;color:#64748b;font-weight:700;margin-top:2px}.header-nav{display:flex;gap:10px}.header-btn{border:1px solid #e5e7eb;background:#fff;color:#0f172a;border-radius:12px;padding:8px 12px;font-weight:900;cursor:pointer;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.header-btn:hover{box-shadow:0 10px 22px #0f172a14}.header-btn-active{border-color:#93c5fd;background:linear-gradient(180deg,#eff6ff,#fff);color:#1d4ed8}.site-main{padding:18px 18px 26px}.clickable{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.clickable:hover{transform:translateY(-1px);box-shadow:0 22px 55px #0f172a1f}.clickable:active{transform:translateY(0)}.content h2{margin-top:0}.card,.kpi-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:16px;box-shadow:0 10px 25px #0f172a0d}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px}.kpi-card h4{margin:0 0 6px;color:#64748b;font-weight:500}.kpi-card strong{font-size:28px}.chart-grid{display:grid;grid-template-columns:1.2fr 1.2fr 1fr;gap:12px}.bar-item{display:grid;grid-template-columns:92px 1fr 34px;gap:8px;align-items:center;margin-bottom:10px}.bar-track{border-radius:99px;background:#1f2b4d;overflow:hidden;height:9px}.bar-fill{background:linear-gradient(90deg,#4f46e5,#38bdf8);height:100%}.mini-chart-row{display:grid;grid-template-columns:120px 1fr 28px;gap:8px;align-items:center;margin-bottom:10px}progress{width:100%;height:10px}.risk-ring{--value: 50;margin:16px auto;width:140px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;font-size:24px;font-weight:700;background:radial-gradient(circle at center,#ffffff 52%,transparent 53%),conic-gradient(#2563eb calc(var(--value) * 1%),#e5e7eb 0)}.toolbar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:end;margin-bottom:12px}label{display:grid;gap:6px;color:#475569}input,select,button{font:inherit}input,select{padding:8px 10px;border:1px solid #dbe2ea;border-radius:10px;color:#0f172a;background:#fff}.range-label input[type=range]{padding:0}input:focus,select:focus,textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}textarea{width:100%;padding:10px;border:1px solid #dbe2ea;border-radius:10px;color:#0f172a;background:#fff;resize:vertical}.counter{justify-self:end}.registry-layout{display:grid;grid-template-columns:360px 1fr;gap:12px}.registry-side-help{height:fit-content;color:#475569}.dash-page{max-width:1200px;margin:0 auto}.dash-top-row{margin-bottom:12px}.dash-title-block{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.dash-h2{margin:0;font-size:22px;font-weight:950}.dash-subtitle{margin:6px 0 0;color:#64748b;font-weight:700;font-size:13px}.dash-kpis-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.kpi-gradient{border-radius:18px;padding:16px;color:#fff;overflow:hidden;position:relative;box-shadow:0 18px 45px #0f172a29}.kpi-gradient:after{content:"";position:absolute;inset:-120px -120px auto auto;width:260px;height:260px;background:#ffffff1f;border-radius:50%;transform:rotate(25deg)}.kpi-row{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.kpi-icon{width:44px;height:44px;border-radius:14px;background:#ffffff1f;display:grid;place-items:center}.kpi-icon-inner{width:22px;height:16px;border:2px solid rgba(255,255,255,.95);border-radius:4px}.kpi-icon-inner-blue{border-color:#fffffff2}.kpi-meta{flex:1}.kpi-label{font-size:12px;font-weight:800;opacity:.9}.kpi-value{font-size:30px;font-weight:950;margin-top:2px}.kpi-footer{position:relative;z-index:1;margin-top:10px;color:#ffffffe6;font-weight:800}.kpi-purple{background:linear-gradient(135deg,#6d28d9,#8b5cf6)}.kpi-blue{background:linear-gradient(135deg,#1d4ed8,#38bdf8)}.kpi-range{display:flex;gap:10px;align-items:center}.range-chip{border:0;padding:6px 10px;border-radius:12px;background:#ffffff24;color:#fffffffa;font-weight:900;cursor:pointer}.range-chip-active{background:#fffffff2;color:#1d4ed8}.kpi-line{position:relative;z-index:1;margin-top:6px}.dash-bottom-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:14px}.mini-card{border-radius:18px;padding:14px;box-shadow:0 18px 45px #0f172a0f}.mini-card-blue{background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff}.mini-card-white{background:#fff;color:#0f172a;border:1px solid #e5e7eb}.mini-card-row{display:flex;gap:12px;align-items:center}.mini-icon{width:40px;height:40px;border-radius:14px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);position:relative}.mini-icon:after{content:"";position:absolute;left:12px;top:12px;width:16px;height:16px;border-radius:4px;border:2px solid rgba(255,255,255,.9)}.mini-icon-amber{background:#93c5fd38}.mini-icon-amber:after{border-color:#2563ebd9}.mini-label{font-size:12px;font-weight:900;opacity:.9}.mini-value{font-size:22px;font-weight:950}.mini-sub{margin-top:6px;font-size:12px;font-weight:800;opacity:.9}.chart-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:16px;box-shadow:0 18px 45px #0f172a0f}.chart-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.chart-title{font-weight:950;font-size:14px}.chart-sub{font-weight:800;color:#64748b;margin-top:3px;font-size:12px}.range-select{border-radius:12px;padding:9px 12px;border:1px solid #e5e7eb;background:#fff;font-weight:900;color:#0f172a}.stacked-chart{margin-top:6px;position:relative}.stacked-ygrid{position:absolute;height:240px;margin-left:0;pointer-events:none;background:linear-gradient(to top,#0f172a0a,#0f172a0a) repeat-y}.stacked-bars{display:grid;grid-template-columns:repeat(12,1fr);gap:6px;height:256px;align-items:end;overflow:hidden}.stacked-bars-day{grid-template-columns:repeat(14,minmax(12px,1fr));gap:6px;overflow-x:auto;padding-bottom:2px}.stacked-bars-day .stack-col{min-width:22px}.stacked-bars-day .stack-xlabel{font-size:10px;max-width:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stack-col{display:flex;flex-direction:column;align-items:center;gap:6px}.stack-bar{width:100%;height:220px;background:#f8fafc;border:1px solid #eef2f7;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.stack-seg{width:100%}.seg-open{background:#2563eb}.seg-work{background:#60a5fa}.seg-closed{background:#7c3aed}.seg-maintenance{background:#c4b5fd}.stack-xlabel{font-size:11px;font-weight:900;color:#64748b}.chart-legend{display:flex;gap:18px;flex-wrap:wrap;margin-top:12px;padding-top:8px;border-top:1px dashed #e5e7eb}.legend-item{display:flex;align-items:center;gap:8px;font-weight:900;color:#0f172a;font-size:12px}.legend-swatch{width:12px;height:12px;border-radius:3px}.sw-open{background:#2563eb}.sw-work{background:#60a5fa}.sw-closed{background:#7c3aed}.sw-maintenance{background:#c4b5fd}.popular-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:16px;box-shadow:0 18px 45px #0f172a0f}.popular-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.popular-title{font-weight:950;font-size:14px}.popular-sub{margin-top:4px;color:#64748b;font-weight:800;font-size:12px}.popular-list{display:grid;gap:10px}.popular-item{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:10px 12px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.popular-left{display:grid;gap:4px}.popular-item-title{font-weight:950;color:#0f172a}.popular-item-amount{font-size:12px;font-weight:800;color:#64748b}.popular-delta{font-weight:950;font-size:12px;justify-self:end;align-self:start;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#334155}.delta-pos{background:#22c55e1f;color:#166534}.delta-neg{background:#ef44441f;color:#b91c1c}.popular-spark{grid-column:2;grid-row:2;justify-self:end}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:grid;place-items:center;padding:18px;z-index:50}.modal{width:min(1200px,96vw);height:min(860px,92vh);background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 30px 70px #0f172a38;overflow:hidden;display:grid;grid-template-rows:auto 1fr}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #e5e7eb;background:linear-gradient(180deg,#f8fafc,#fff)}.modal-title{font-weight:900;color:#0f172a;display:grid;gap:4px}.modal-subtitle{font-size:12px;color:#64748b;font-weight:700}.modal-close{width:38px;height:38px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#0f172a;cursor:pointer;font-size:22px;line-height:1}.modal-body{overflow:auto;padding:14px;background:#f8fafc}.modal-card{max-width:1100px;margin:0 auto}.modal-card .citizen-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 18px 45px #0f172a14}.citizen-top{flex-wrap:wrap;align-items:flex-start}.citizen-actions{flex-wrap:wrap}.modal .citizen-aside{width:100%;align-items:flex-start}.modal .citizen-avatar{width:56px;height:56px;border-radius:16px}.modal .citizen-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.list ul{list-style:none;margin:0;padding:0;max-height:560px;overflow:auto}.list button{width:100%;text-align:left;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#0f172a;padding:10px;margin-bottom:8px;cursor:pointer}.list button.active{border-color:#93c5fd;background:#eff6ff}.list button span{display:block}.list button small{color:#64748b}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:8px}.pagination button{border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#0f172a;padding:6px 10px;min-width:82px}.page-indicator{min-width:92px;text-align:center;font-weight:800;color:#0f172a}.fields-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.details-header{display:flex;justify-content:space-between;align-items:baseline}.tag{font-size:12px;border-radius:999px;padding:4px 10px;border:1px solid transparent}.tag.ok{background:#134e4a;border-color:#2dd4bf}.tag.warn{background:#78350f;border-color:#fbbf24}.tag.new{background:#1e3a8a;border-color:#93c5fd}.tag.archive{background:#3f3f46;border-color:#a1a1aa}.table th,.table td{border-bottom:1px solid #2f3b60;text-align:left;padding:8px}.muted{color:#64748b}.pill{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent}.pill-ok{background:#ecfdf5;border-color:#86efac;color:#166534}.pill-warn{background:#fffbeb;border-color:#fcd34d;color:#92400e}.pill-new{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.pill-archive{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.btn{border:1px solid transparent;border-radius:10px;padding:10px 12px;cursor:pointer;font-weight:600}.btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.btn-outline{background:#fff;border-color:#e5e7eb;color:#0f172a}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 10px;border-bottom:1px solid #e5e7eb;padding-bottom:10px}.tab{background:transparent;border:1px solid transparent;padding:10px 12px;border-radius:10px;color:#334155;cursor:pointer;font-weight:700}.tab.active{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.tab-panel{padding-top:6px}.citizen-card{padding:16px}.citizen-top{display:flex;gap:14px;align-items:center;justify-content:space-between}.citizen-avatar{width:78px;height:78px;border-radius:18px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;display:grid;place-items:center;font-weight:900;letter-spacing:.5px}.citizen-aside{width:220px;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.citizen-metrics{width:100%;display:grid;grid-template-columns:1fr;gap:10px}.metric-row{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:8px 10px}.metric-dot{width:12px;height:12px;border-radius:999px;flex:0 0 auto}.tone-new{background:#93c5fd}.tone-warn{background:#fcd34d}.tone-archive{background:#cbd5e1}.tone-ok{background:#86efac}.metric-body{display:grid;gap:2px}.metric-label{font-size:12px;color:#64748b;font-weight:700}.profile-section{padding:14px 14px 16px}.profile-section h4{margin-top:0}.citizen-top-main{flex:1;min-width:0}.citizen-title-row{display:flex;align-items:center;gap:12px;justify-content:space-between}.citizen-name{margin:0;font-size:18px}.citizen-subline{color:#64748b;margin-top:6px;font-size:13px}.citizen-actions{display:flex;gap:10px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.section{border:1px solid #e5e7eb;background:#fff;border-radius:14px;padding:12px}.section h4{margin:0 0 10px}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.filters-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.table{width:100%;border-collapse:collapse;margin-top:8px;margin-bottom:12px}.table th,.table td{border-bottom:1px solid #e5e7eb;text-align:left;padding:10px 8px;vertical-align:top}.table th{font-size:12px;color:#64748b;font-weight:800}.empty-cell{color:#64748b;padding:14px 8px}.checkbox-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.checkbox{display:flex;gap:10px;align-items:center;color:#0f172a;-webkit-user-select:none;user-select:none;font-weight:600}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.chip{display:flex;gap:8px;align-items:center;border:1px solid #e5e7eb;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:700;color:#0f172a;background:#fff}.small-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spacer{min-height:10px}@media (max-width: 1200px){.dash-bottom-grid,.chart-grid,.registry-layout,.toolbar,.fields-grid,.kpi-grid{grid-template-columns:1fr}.counter{justify-self:start}.two-col{grid-template-columns:1fr}.header-nav{gap:8px}}
