.dashboard{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.45;color:#1e293b;padding:24px 20px 40px;max-width:1280px;margin:0 auto;box-sizing:border-box}.dashboard-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px}.dashboard-title{margin:0;font-size:1.35rem;font-weight:600;letter-spacing:-.02em}.dashboard-link{color:#2563eb;text-decoration:none;font-weight:500;padding:8px 12px;border-radius:8px;transition:background .15s ease}.dashboard-link:hover{background:#eff6ff}.filters-panel{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:start;padding:20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0f172a0f}@media(max-width:1024px){.filters-panel{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.filters-panel{grid-template-columns:1fr}}.filter-field{display:flex;flex-direction:column;gap:8px;min-width:0;position:relative}.filter-label{font-size:13px;font-weight:500;color:#475569}.filter-select{width:100%;min-height:44px;padding:10px 14px;font-size:14px;font-family:inherit;color:#1e293b;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.filter-select:hover{border-color:#94a3b8}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.filter-trigger{width:100%;min-height:44px;padding:10px 14px;font-size:14px;font-family:inherit;text-align:left;color:#1e293b;background:#fff;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease}.filter-trigger:hover{border-color:#94a3b8}.filter-trigger:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.filter-trigger-placeholder{color:#94a3b8}.filter-dropdown{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:220px;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px -5px #0f172a1f,0 4px 6px -4px #0f172a14;padding:6px 0}.filter-dropdown-item{display:flex;align-items:center;gap:10px;padding:8px 12px;font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .1s ease}.filter-dropdown-item:hover{background:#f8fafc}.filter-dropdown-item input{width:16px;height:16px;accent-color:#3b82f6;flex-shrink:0}.filter-dropdown-scroll{max-height:200px;overflow-y:auto}.chart-card{margin-top:24px;padding:20px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0f172a0f}.chart-inner{width:100%;height:400px}.chart-tooltip{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px;box-shadow:0 10px 25px -5px #0f172a26;font-size:13px;min-width:180px}.chart-tooltip-title{font-weight:600;color:#334155;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.chart-tooltip-row{display:flex;align-items:center;gap:8px;margin-top:6px}.chart-tooltip-swatch{width:10px;height:10px;border-radius:50%;flex-shrink:0}.chart-tooltip-name{flex:1;color:#475569}.chart-tooltip-value{font-weight:600;color:#1e293b;font-variant-numeric:tabular-nums}.table-card{margin-top:24px;padding:4px 4px 8px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0f172a0f;overflow:hidden}.table-scroll{overflow-x:auto;padding:12px 16px 16px;-webkit-overflow-scrolling:touch}.table-data{width:100%;border-collapse:collapse;font-size:14px}.table-data thead th{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.03em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px 8px;text-align:center;vertical-align:middle;white-space:normal;word-break:break-word;max-width:100px;min-width:80px}.table-data thead th.station-col{text-align:left;min-width:220px;max-width:260px;text-transform:none;letter-spacing:normal;font-size:13px;color:#475569}.table-data tbody td{padding:10px 8px;border-bottom:1px solid #f1f5f9;text-align:center;font-variant-numeric:tabular-nums;max-width:100px;min-width:80px}.table-data tbody td.station-col{text-align:left;font-weight:500;max-width:260px;min-width:220px;white-space:normal;word-break:break-word}.table-data tbody tr:nth-child(2n){background:#fafbfc}.table-data tbody tr:hover{background:#f1f5f9}.empty-state{margin-top:24px;padding:20px;color:#64748b;text-align:center;background:#f8fafc;border-radius:12px;border:1px dashed #cbd5e1}
