:root{--esh-bg:#f7f8fb;--esh-panel:#fff;--esh-panel2:#d4d8e0;--esh-text:#0f172a;--esh-muted:#4a5468;--esh-accent:#1e3a8a;--esh-accent-soft:#e6ebf6;--esh-surface-soft:#eef1f8;--esh-surface-medium:#dde3f0;--esh-border-strong:#94a3b8;--esh-glow-1:#1e3a8a06;--esh-glow-2:#0e749005;--color-bg:var(--esh-bg);--color-surface:var(--esh-panel);--color-surface-alt:var(--esh-surface-soft);--color-border:var(--esh-panel2);--color-border-focus:var(--esh-border-strong);--color-text:var(--esh-text);--color-text-secondary:var(--esh-muted);--color-text-muted:var(--esh-muted);--color-accent:var(--esh-accent);--color-accent-light:var(--esh-accent-soft);--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-base:14px;--font-small:12.5px;--font-xs:11px;--radius-sm:8px;--radius-md:12px;--radius-lg:12px;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 4px 12px #0f172a14;--shadow-lg:0 12px 32px -16px #0009;--transition:.18s ease;--container:1280px}[data-theme=dark]{--esh-bg:#0a0f1c;--esh-panel:#131a2c;--esh-panel2:#28324a;--esh-text:#e2e8f5;--esh-muted:#9aa4c0;--esh-accent:#93c5fd;--esh-accent-soft:#93c5fd1a;--esh-surface-soft:#93c5fd0f;--esh-surface-medium:#93c5fd1f;--esh-border-strong:#475569;--esh-glow-1:#93c5fd0f;--esh-glow-2:#5eead40a;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 12px #0006}:root{--theme-talous:#be123c;--theme-investoinnit:#b45309;--theme-palveluverkko:#166534;--theme-henkilosto:#1e3a8a;--theme-integraatio:#6d28d9;--theme-valtionavustus:#a21caf;--theme-erityisryhmat:#0e7490;--theme-strategia:#9a3412}[data-theme=dark]{--theme-talous:#fb7185;--theme-investoinnit:#fbbf24;--theme-palveluverkko:#4ade80;--theme-henkilosto:#93c5fd;--theme-integraatio:#c4b5fd;--theme-valtionavustus:#f0abfc;--theme-erityisryhmat:#5eead4;--theme-strategia:#fdba74}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:var(--color-text);font-family:var(--font);font-size:var(--font-base);background:radial-gradient(ellipse 800px 400px at 15% -10%, var(--esh-glow-1), transparent), radial-gradient(ellipse 700px 400px at 85% 5%, var(--esh-glow-2), transparent), var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;line-height:1.6}h1,h2,h3,h4,h5,h6{letter-spacing:-.01em;font-weight:600;line-height:1.3}.skip-link{background:var(--color-accent);color:#fff;border-radius:var(--radius-sm);z-index:100;padding:8px 16px;font-size:14px;text-decoration:none;position:absolute;top:-100px;left:16px}.skip-link:focus{top:16px}.site-header{border-bottom:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-sm)}.header-inner{max-width:var(--container);justify-content:space-between;align-items:center;margin:0 auto;padding:1rem 1.5rem;display:flex}.site-title{color:var(--color-text);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;display:flex}.title-icon{color:var(--color-accent);flex-shrink:0}.site-subtitle{color:var(--color-text-muted);margin-top:.125rem;font-size:.8rem}.theme-toggle{color:var(--color-text-secondary);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;transition:border-color var(--transition);background:0 0;justify-content:center;align-items:center;padding:.4rem .6rem;font-size:1rem;line-height:1;display:inline-flex}.theme-toggle:hover{border-color:var(--color-border-focus)}.main-content{max-width:var(--container);min-height:calc(100vh - 200px);margin:0 auto}.dashboard-layout{flex-direction:column;display:flex}.dashboard-main{flex-direction:column;gap:2.5rem;padding:2rem 1.5rem;display:flex}.hero{border-bottom:1px solid var(--color-border);padding:2rem 1.5rem}.hero-inner{max-width:var(--container);margin:0 auto}.hero-title{color:var(--color-text);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.stats-cards{background:var(--color-border);border-radius:var(--radius-md);gap:1px;display:inline-flex;overflow:hidden}.stat-card{background:var(--color-surface);flex-direction:column;flex:none;justify-content:center;align-items:center;width:15rem;padding:1.25rem 1.75rem;display:flex}.stat-card-value{color:var(--color-text);font-size:1.75rem;font-weight:700;line-height:1.2}.stat-card-label{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-secondary);margin-top:.25rem;font-size:.75rem}.stat-card-hint{color:var(--color-text-muted);text-align:center;text-wrap:balance;max-width:26ch;margin-top:.35rem;font-size:.7rem;line-height:1.4}.stats-period{color:var(--color-text-muted);margin-top:.75rem;font-size:.75rem}.dashboard-section{flex-direction:column;gap:1rem;display:flex}.section-title{text-transform:uppercase;letter-spacing:1.2px;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);padding-bottom:.5rem;font-size:11px;font-weight:600}.national-report-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:2rem}.report-header{border-bottom:1px solid var(--color-border);margin-bottom:2rem;padding-bottom:1.5rem}.report-meta{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.report-date{color:var(--color-text-muted);font-size:.8rem}.report-title{color:var(--color-text);letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.report-sections{flex-direction:column;gap:1.25rem;display:flex}.report-section-title{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.report-scope{color:var(--color-text-muted);margin-top:.35rem;font-size:.8rem}.report-footer{border-top:1px solid var(--color-border);flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.report-footer-label{color:var(--color-text-muted);font-size:.8rem}.report-pdf-links{flex-wrap:wrap;gap:1rem;display:flex}.hero-stats{flex-wrap:wrap;align-items:stretch;gap:1rem;display:flex}.hero-stats .stats-cards{flex:none}.hero-stats .chart-card{flex:22rem;min-width:0;height:auto}.chart-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);grid-template:"title title""chart legend"1fr/8.5rem 1fr;align-items:center;column-gap:1rem;padding:1.25rem;display:grid}.chart-card h3{grid-area:title}.chart-card .chart-wrapper{grid-area:chart;height:8.5rem}.chart-card .chart-legend{grid-area:legend;margin-top:0}.chart-card h3{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.chart-wrapper{min-height:0}.chart-legend{color:var(--color-text-secondary);grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.35rem .75rem;font-size:.75rem;display:grid}.legend-item{align-items:center;gap:.35rem;display:flex}.legend-color{border-radius:2px;width:8px;height:8px}.heatmap-container{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.25rem;overflow:hidden}.heatmap-scroll{scrollbar-gutter:stable;overflow-x:auto}.heatmap-table{border-collapse:separate;border-spacing:3px;width:max-content;min-width:100%}.heatmap-cell-header-x{color:var(--color-text-secondary);letter-spacing:.02em;vertical-align:bottom;white-space:nowrap;padding-bottom:6px;font-size:.7rem;font-weight:600}.heatmap-cell-header-y{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;text-align:left;font-size:.75rem}.heatmap-cell-label{z-index:1;background:var(--color-surface);color:var(--color-text-secondary);text-align:left;white-space:nowrap;padding-right:.75rem;font-size:.8rem;position:sticky;left:0}.heatmap-cell-header-y{z-index:2;background:var(--color-surface);position:sticky;left:0}.heatmap-cell{width:36px;height:36px}.heatmap-cell-fill{width:100%;height:100%;color:var(--color-text);transition:transform var(--transition);border-radius:4px;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:flex}.heatmap-cell-fill:hover{transform:scale(1.08)}.search-bar{flex-direction:column;gap:.4rem;display:flex}.search-row{gap:.5rem;display:flex}.search-input{min-width:0;font-family:var(--font);color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:border-color var(--transition);flex:1;padding:.6rem .75rem;font-size:.9rem}.search-input:focus{border-color:var(--color-accent);outline:none}.search-row .btn-primary{flex-shrink:0;margin-top:0}.filters-container{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.25rem}.filter-controls{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.filter-group{flex-direction:column;flex:1;gap:.35rem;min-width:180px;display:flex}.filter-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:600}.filter-select{background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text);font-family:var(--font);cursor:pointer;appearance:none;transition:border-color var(--transition);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%239ca3af'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;outline:none;padding:.6rem .75rem;font-size:.875rem}.filter-select:focus{border-color:var(--color-accent)}.filter-select option{background:var(--color-surface);color:var(--color-text)}.filter-clear{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-muted);font-family:var(--font);cursor:pointer;transition:all var(--transition);background:0 0;align-items:center;gap:.3rem;padding:.6rem 1rem;font-size:.875rem;display:inline-flex}.filter-clear:hover{border-color:var(--color-border-focus);color:var(--color-text-secondary)}.summaries-grid{grid-template-columns:repeat(auto-fill,minmax(min(380px,100%),1fr));gap:1rem;display:grid}.results-count{color:var(--color-text-muted);margin:0 0 .75rem;font-size:.8125rem}.load-more-wrapper{justify-content:center;margin-top:1.5rem;display:flex}.btn-primary:disabled{opacity:.55;cursor:default}.summary-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:box-shadow var(--transition);flex-direction:column;display:flex;overflow:hidden}.summary-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-md);transform:translateY(-2px)}.summary-card-header{padding:1.25rem 1.25rem .75rem}.summary-card-meta{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.5rem;display:flex}.badge{border-radius:var(--radius-sm);letter-spacing:.01em;padding:.15rem .5rem;font-size:.7rem;font-weight:600}.badge-region{background:var(--color-accent-light);color:var(--color-accent)}.badge-body{background:var(--color-surface-alt);color:var(--color-text-secondary);border:1px solid var(--color-border)}.summary-date{color:var(--color-text-muted);margin-left:auto;font-size:.75rem}.summary-card-title{color:var(--color-text);font-size:1rem;font-weight:600;line-height:1.4}.summary-card-content{flex:1;padding:0 1.25rem}.summary-decisions-title{text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.summary-decisions{color:var(--color-text-secondary);flex-direction:column;gap:.5rem;font-size:.875rem;line-height:1.55;list-style:none;display:flex}.summary-decisions li{padding-left:1rem;position:relative}.summary-decisions li:before{content:"";background:var(--color-accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.6em;left:0}.summary-decisions-empty{color:var(--color-text-muted);font-size:.875rem}.summary-card-themes{flex-wrap:wrap;gap:.3rem;margin-top:.5rem;display:flex}.theme-badge{border:1px solid;border-radius:4px;padding:.15rem .45rem;font-size:.675rem;font-weight:500}.summary-card-footer{border-top:1px solid var(--color-border);flex-wrap:wrap;align-items:center;gap:1.25rem;margin-top:1rem;padding:1rem 1.25rem;display:flex}.btn-source{color:var(--color-accent);white-space:nowrap;transition:opacity var(--transition);align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;text-decoration:none;display:inline-flex}.btn-source:hover{opacity:.7}.loading-overlay{color:var(--color-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem;display:flex}.loading-spinner{border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-state{text-align:center;border-radius:var(--radius-md);color:#991b1b;background:#fef2f2;border:1px solid #fecaca;padding:3rem}[data-theme=dark] .error-state{color:#fca5a5;background:#dc262614;border-color:#dc262633}.btn-primary{background:var(--color-accent);color:#fff;border-radius:var(--radius-sm);cursor:pointer;font-family:var(--font);transition:opacity var(--transition);border:none;margin-top:.75rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500}.btn-primary:hover{opacity:.85}.empty-state{text-align:center;background:var(--color-surface-alt);border-radius:var(--radius-md);color:var(--color-text-muted);grid-column:1/-1;padding:3rem;font-size:.9rem}.site-footer{border-top:1px solid var(--color-border);background:var(--color-surface-alt);margin-top:3rem}.footer-inner{max-width:var(--container);text-align:center;margin:0 auto;padding:1.5rem}.footer-disclaimer{color:var(--color-text-muted);margin-bottom:.25rem;font-size:.8rem}.footer-info{color:var(--color-text-muted);opacity:.7;font-size:.75rem}.glass-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.glass-card:hover{background:var(--color-surface)}@media (max-width:768px){.stats-cards{flex-direction:column;align-self:stretch;display:flex}.stat-card{flex-direction:row;justify-content:flex-start;align-items:baseline;gap:.6rem;width:auto;padding:.75rem 1rem}.stat-card-hint{text-align:right;margin-top:0;margin-left:auto}.stat-card-value{font-size:1.375rem}.stat-card-label{margin-top:0}.chart-card{height:300px}.summaries-grid{grid-template-columns:1fr}.filter-controls{flex-direction:column}.filter-group{width:100%;min-width:0}.hero-title{font-size:1.25rem}.dashboard-main{gap:2rem;padding:1.25rem 1rem}.hero{padding:1.25rem 1rem}.header-inner{padding:.75rem 1rem}.section-title{font-size:1rem}.heatmap-container{padding:1rem .75rem}.heatmap-scroll{-webkit-overflow-scrolling:touch;padding-bottom:.5rem}.heatmap-cell-header-x{height:100px}.heatmap-cell{width:32px;height:32px}.heatmap-cell-label{white-space:normal;-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word;max-width:6.5rem;font-size:.7rem;line-height:1.25}.chart-card{grid-template-columns:1fr;grid-template-areas:"title""chart""legend";row-gap:.75rem}.chart-card .chart-wrapper{height:10rem}.summary-card-header{padding:1rem 1rem .5rem}.summary-card-content{padding:0 1rem;font-size:.85rem}.summary-card-footer{padding:.75rem 1rem}.filter-clear{justify-content:center;align-items:center;min-height:44px;display:inline-flex}.filter-select{min-height:44px;font-size:16px}.theme-toggle{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.footer-inner{padding:1.25rem 1rem}.chart-legend{gap:.4rem;font-size:.7rem}}@media (max-width:480px){body{font-size:14px}.site-title{font-size:.95rem}.site-subtitle{font-size:.7rem}.hero-title{font-size:1.1rem;line-height:1.35}.dashboard-main{gap:1.5rem;padding:1rem .75rem}.hero{padding:1rem .75rem}.header-inner{padding:.6rem .75rem}.stat-card-value{font-size:1.2rem}.chart-card{height:260px;padding:1rem}.chart-card h3{font-size:.75rem}.summary-card-meta{gap:.3rem}.badge{padding:.125rem .4rem;font-size:.65rem}.summary-date{width:100%;margin-top:.25rem;margin-left:0;font-size:.7rem}.summary-card-title{font-size:.9rem}.section-title{font-size:.95rem}.heatmap-cell-label{max-width:5.5rem;font-size:.65rem}.heatmap-cell{width:28px;height:28px}.heatmap-cell-fill{font-size:.6rem}.heatmap-cell-header-x{font-size:.65rem}.loading-overlay{padding:2.5rem 1rem}.error-state{padding:2rem 1rem}}
