:root{--btf-green:#2d5016;--btf-dark-green:#1f3d11;--btf-pressed-green:#17300c;--btf-warm-beige:#f5f0e8;--btf-muted-blue:#1b4f72;--btf-white:#fff;--text-main:#172018;--text-soft:#4b554d;--border-light:#d9ded8;--panel-soft:#fafbf9;--row-divider:#e7eae5;--disabled-bg:#f0f2ef;--disabled-text:#6c756e}body{color:var(--text-main);background:var(--btf-white);margin:0;font-family:Montserrat,system-ui,sans-serif}*,:before,:after{box-sizing:border-box}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--btf-muted-blue);outline-offset:2px}@media (prefers-reduced-motion:reduce){*{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.page-frame{width:calc(100% - 40px);max-width:1280px;margin:0 auto}.site-header{background:var(--btf-green);align-items:center;min-height:72px;display:flex}.site-header__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.site-header__logo img{width:auto;height:40px;display:block}.site-header__actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.site-header__email{color:var(--btf-white);align-items:center;min-height:44px;font-weight:500;text-decoration:none;display:inline-flex}.site-header__email:hover{text-decoration:underline}.site-header__main-site{border:1px solid var(--btf-white);background:var(--btf-white);min-height:44px;color:var(--btf-green);border-radius:6px;align-items:center;padding:10px 18px;font-weight:600;text-decoration:none;display:inline-flex}.site-header__main-site:hover{background:var(--btf-warm-beige);color:var(--btf-dark-green);transform:translateY(-1px)}.site-header__main-site:active{color:var(--btf-pressed-green);background:#e8e1d6;transform:translateY(0)}@media (width<=480px){.site-header__inner{justify-content:flex-start}.site-header__logo{width:100%}.site-header__logo img{height:34px}}.site-footer{background:var(--btf-green);color:var(--btf-white);padding:28px 0}.site-footer p{margin:0 0 12px;font-weight:500}.site-footer a{color:var(--btf-white);font-weight:600}.dashboard-heading{padding-top:28px}.dashboard-heading h1{color:var(--btf-pressed-green);margin:0 0 6px;font-size:34px;font-weight:700;line-height:1.15}@media (width<=480px){.dashboard-heading h1{font-size:28px}}.dashboard-heading__route-label{color:var(--text-soft);margin:0 0 12px;font-size:16px}.dashboard-heading__update{color:var(--text-soft);flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:20px;font-size:14px;display:flex}.dashboard-heading__update strong{color:var(--text-main)}.freshness-notice{border:1px solid var(--border-light);background:var(--panel-soft);color:var(--text-main);border-radius:8px;margin-bottom:20px;padding:14px 16px;font-size:14px}.freshness-notice--stale,.freshness-notice--failure{background:#fbf3e8;border-color:#e7c9a9}.freshness-notice ul{margin:8px 0 0;padding-left:20px}.dashboard-layout{grid-template-columns:minmax(0,1fr);gap:20px;padding-bottom:40px;display:grid}.item-route-state{order:1}.item-freshness{order:2}.item-route-map{order:3}.item-route-alerts{order:4}.item-monitoring-sources{order:5}.item-route-impacts{order:6}.item-system-health{order:7}@media (width>=900px){.dashboard-layout{grid-template-columns:290px minmax(0,1fr);grid-template-areas:"freshness freshness""rail-top main-top""rail-mid main-mid""rail-bottom main-bottom";gap:20px}.item-freshness{order:unset;grid-area:freshness}.item-route-state{order:unset;grid-area:rail-top}.item-monitoring-sources{order:unset;grid-area:rail-mid}.item-route-impacts{order:unset;grid-area:rail-bottom}.item-route-map{order:unset;grid-area:main-top}.item-route-alerts{order:unset;grid-area:main-mid}.item-system-health{order:unset;grid-area:main-bottom}}@media (width>=1100px){.dashboard-layout{grid-template-columns:330px minmax(0,1fr);gap:24px}}.panel{background:var(--btf-white);border:1px solid var(--border-light);border-radius:8px;padding:20px;box-shadow:0 1px 2px #1428140d}.panel__heading{color:var(--text-main);margin:0 0 20px;font-size:18px;font-weight:600}.route-state__value{align-items:center;gap:10px;margin-bottom:8px;font-size:30px;font-weight:700;display:flex}.route-state__icon{flex-shrink:0;width:28px;height:28px}.tier-normal{color:#1f3d11}.tier-watch{color:#8a5300}.tier-alert{color:#a81f16}.tier-unknown{color:var(--text-soft)}.route-state__count{color:var(--text-soft);margin:0 0 4px;font-size:14px}.route-state__reason{color:var(--text-soft);margin:0;font-size:13px}.lane-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.lane-row{border-bottom:1px solid var(--row-divider);align-items:flex-start;gap:10px;padding:12px 0;display:flex}.lane-row:last-child{border-bottom:none;padding-bottom:0}.lane-row__marker{border:1px solid #00000026;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:4px}.lane-row__body{flex-direction:column;gap:2px;display:flex}.lane-row__label{font-size:14px;font-weight:600}.lane-row__meta{color:var(--text-soft);font-size:13px}.lane-row__lkg{color:#8a5300;font-size:12px}.impact-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.impact-row{border-bottom:1px solid var(--row-divider);padding:10px 0}.impact-row:last-child{border-bottom:none;padding-bottom:0}.impact-row__top{justify-content:space-between;gap:10px;font-size:14px;font-weight:600;display:flex}.impact-row__note{color:var(--text-soft);margin-top:2px;font-size:13px}.empty-note{color:var(--text-soft);margin:0;font-size:14px}.route-map-wrap{border:1px solid var(--border-light);border-radius:8px;width:100%;height:360px;position:relative;overflow:hidden}@media (width>=700px){.route-map-wrap{height:430px}}@media (width>=1100px){.route-map-wrap{height:590px}}.route-map-status{width:100%;height:100%;color:var(--text-soft);text-align:center;justify-content:center;align-items:center;padding:20px;font-size:14px;display:flex}.route-map-sr-desc{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.leaflet-popup-content{font-family:Montserrat,system-ui,sans-serif;font-size:13px}.map-popup h3{margin:0 0 4px;font-size:14px}.map-popup dl{margin:6px 0 0}.map-popup dt{color:var(--text-soft);margin-top:4px;font-size:12px;font-weight:600}.map-popup dd{margin:0;font-size:13px}.map-marker-ring{background:var(--btf-white);border-style:solid;border-width:3px;border-radius:50%;width:20px;height:20px;box-shadow:0 1px 2px #00000040}.event-table-wrap{overflow-x:auto}.event-table{border-collapse:collapse;width:100%;font-size:14px}.event-table th{text-align:left;color:var(--text-soft);border-bottom:1px solid var(--border-light);white-space:nowrap;padding:8px 10px;font-size:13px;font-weight:600}.event-table td{border-bottom:1px solid var(--row-divider);vertical-align:top;padding:10px}.event-table tr:last-child td{border-bottom:none}.tier-badge{border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:3px 9px;font-size:12px;font-weight:600;display:inline-flex}.tier-badge--normal{color:#1f3d11;background:#eaf3e4;border-color:#c9dfbb}.tier-badge--watch{color:#8a5300;background:#fbf0dc;border-color:#efd4a0}.tier-badge--alert{color:#a81f16;background:#fbe7e4;border-color:#f0bdb6}.tier-badge--unknown{background:var(--disabled-bg);color:var(--disabled-text);border-color:var(--border-light)}.event-list-mobile{flex-direction:column;gap:12px;display:flex}@media (width>=700px){.event-list-mobile{display:none}}.event-table-wrap{display:none}@media (width>=700px){.event-table-wrap{display:block}}.event-card{border:1px solid var(--border-light);border-radius:8px;padding:14px}.event-card__title{margin:0 0 8px;font-size:15px;font-weight:600}.event-card__meta{color:var(--text-soft);margin:2px 0;font-size:13px}.event-card__link{color:var(--btf-muted-blue);align-items:center;min-height:44px;margin-top:10px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.event-card__link:hover{text-decoration:underline}.system-health-disclosure summary{cursor:pointer;padding:10px 0;font-size:14px;font-weight:600}.system-health-disclosure ul{color:var(--text-soft);margin:8px 0 0;padding-left:18px;font-size:13px}.leaflet-control-uwissy{background:var(--btf-white);border:1px solid var(--border-light);min-width:44px;min-height:44px;color:var(--text-main);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;display:flex}.leaflet-control-uwissy:hover{background:var(--panel-soft)}
