.rr-control-button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:var(--rr-space-3, 8px);padding:6px 14px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-secondary);background:#fff;box-shadow:0 2px #5a60652e;font-family:var(--rr-font-display);font-size:var(--rr-type-control-size);font-weight:700;line-height:var(--rr-type-control-line);text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer;transition:color .12s ease,border-color .12s ease,background-color .12s ease,box-shadow .12s ease,transform .12s ease}.rr-control-button--quiet{border-color:transparent;background:transparent;box-shadow:none}.rr-control-button--primary{border-color:var(--rr-brand-red);color:#fff;background:var(--rr-brand-red);box-shadow:var(--rr-elevation-primary)}.rr-control-button--destructive{border-color:var(--rr-status-offline);color:var(--rr-status-offline);background:#fff;box-shadow:0 3px #e8b9b9}.rr-control-button:not(:disabled):hover{border-color:#b7bbc0;color:var(--rr-text-primary);background:#f8f8f8;transform:translateY(-1px)}.rr-control-button--quiet:not(:disabled):hover{border-color:transparent;background:var(--rr-surface-interactive-hover);box-shadow:none}.rr-control-button--primary:not(:disabled):hover{border-color:var(--rr-brand-red);color:#fff;background:#f20b1d;box-shadow:0 5px 0 var(--rr-brand-red-dark),0 13px 24px #e600123d}.rr-control-button--destructive:not(:disabled):hover{border-color:var(--rr-status-offline);color:#fff;background:var(--rr-status-offline)}.rr-control-button:not(:disabled):active{transform:translateY(2px) scale(.98);box-shadow:0 0 0 transparent}.rr-control-button[aria-pressed=true]{border-color:var(--rr-brand-blue-dark);color:#fff;background:var(--rr-brand-blue-dark);box-shadow:0 3px #046}.rr-control-button:focus-visible{outline:3px solid color-mix(in srgb,var(--rr-focus) 34%,transparent);outline-offset:2px}.rr-control-button:disabled{border-color:#dadcdf;color:var(--rr-text-disabled);background:var(--rr-surface-disabled);box-shadow:none;cursor:not-allowed;opacity:.76}@media(prefers-reduced-motion:reduce){.rr-control-button{transition:none}}@media(pointer:coarse){.rr-control-button{min-height:42px}}.rr-divider{width:100%;height:0;margin:0;border:0;border-top:1px solid var(--rr-divider)}.rr-field-label{display:inline-flex;align-items:center;gap:var(--rr-space-2, 4px);color:var(--rr-text-secondary);font-family:var(--rr-font-ui);font-size:var(--rr-type-control-size);font-weight:650;line-height:var(--rr-type-control-line)}.rr-field-label[data-disabled=true]{color:var(--rr-text-disabled)}.rr-panel-header{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:var(--rr-space-5, 12px);padding-block:var(--rr-space-4, 8px);border-bottom:1px solid var(--rr-divider)}.rr-panel-header__identity{display:flex;min-width:0;align-items:baseline;gap:var(--rr-space-3, 6px)}.rr-panel-header__title{overflow:hidden;margin:0;color:var(--rr-text-primary);font-family:var(--rr-font-ui);font-size:14px;font-weight:700;line-height:18px;text-overflow:ellipsis;white-space:nowrap}.rr-panel-header__count{flex:0 0 auto;color:var(--rr-text-muted);font-family:var(--rr-font-mono);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-meta-line)}.rr-panel-header__actions{display:flex;flex:0 0 auto;align-items:center;gap:var(--rr-space-3, 6px)}.rr-status-indicator{--status-indicator-color: var(--rr-text-muted);display:inline-flex;align-items:center;gap:var(--rr-space-3, 6px);color:var(--rr-text-secondary);font-family:var(--rr-font-ui);font-size:var(--rr-type-meta-size);font-weight:500;line-height:var(--rr-type-meta-line)}.rr-status-indicator[data-tone=current]{--status-indicator-color: var(--rr-status-current)}.rr-status-indicator[data-tone=checking]{--status-indicator-color: var(--rr-status-checking)}.rr-status-indicator[data-tone=delayed]{--status-indicator-color: var(--rr-status-delayed)}.rr-status-indicator[data-tone=stale]{--status-indicator-color: var(--rr-status-stale)}.rr-status-indicator[data-tone=offline]{--status-indicator-color: var(--rr-status-offline)}.rr-status-indicator__mark{width:7px;height:7px;flex:0 0 7px;border:1px solid var(--rr-surface-app);border-radius:var(--rr-radius-round);background:var(--status-indicator-color);box-shadow:0 0 0 1px var(--status-indicator-color)}.rr-status-indicator__label{color:inherit}.rr-source-status-line{display:flex;min-width:0;align-items:center;gap:var(--rr-space-3);color:var(--rr-text-muted);font-family:var(--rr-font-ui);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-meta-line)}.rr-source-status-line__status{flex:0 0 auto}.rr-source-status-line__source{min-width:0;overflow:hidden;color:var(--rr-text-secondary);text-overflow:ellipsis;white-space:nowrap}.rr-source-status-line__time,.rr-source-status-line__refresh{display:inline-flex;min-width:0;align-items:center;gap:var(--rr-space-3);white-space:nowrap}.rr-source-status-line__time:before,.rr-source-status-line__refresh:before{width:1px;height:12px;flex:0 0 1px;background:var(--rr-divider);content:""}@media(max-width:560px){.rr-source-status-line{flex-wrap:wrap;row-gap:var(--rr-space-1)}.rr-source-status-line__source{flex:1 1 auto}}.rr-tool-drawer{position:absolute;z-index:40;inset-block-start:calc(100% + 1px);inset-inline-end:0;display:flex;width:min(360px,calc(100vw - var(--rr-space-6) - var(--rr-space-6)));max-height:min(620px,calc(100dvh - 60px));flex-direction:column;overflow:hidden;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-sm);color:var(--rr-text-secondary);background:var(--rr-surface-panel);box-shadow:var(--rr-elevation-map-control)}.rr-tool-drawer .rr-panel-header{flex:0 0 auto;border-bottom:1px solid var(--rr-divider)}.rr-tool-drawer__body{min-height:0;overflow:auto;overscroll-behavior:contain}@media(max-width:560px){.rr-tool-drawer{position:fixed;inset-block-start:48px;inset-inline:var(--rr-space-4);width:auto;max-height:calc(100dvh - 48px - var(--rr-space-4))}}.rr-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;border:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.account-panel{position:fixed;z-index:80;top:82px;right:20px;width:min(360px,calc(100vw - 32px));padding:16px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-primary);background:var(--rr-surface-panel);box-shadow:var(--rr-elevation-overlay)}.account-panel__header,.account-panel__tabs,.account-panel__sync-status{display:flex;align-items:center}.account-panel__header{justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--rr-divider)}.account-panel__eyebrow,.account-panel__hint,.account-panel__fine-print{color:var(--rr-text-muted);font-family:var(--rr-font-mono, monospace);font-size:10px;line-height:15px}.account-panel__eyebrow{text-transform:uppercase;letter-spacing:.08em}.account-panel h2{margin:2px 0 0;font-size:18px;line-height:23px}.account-panel__close{display:grid;width:32px;height:32px;place-items:center;padding:0;border:1px solid transparent;border-radius:6px;color:var(--rr-text-secondary);background:transparent;cursor:pointer}.account-panel__close:hover,.account-panel__close:focus-visible{border-color:var(--rr-boundary);background:var(--rr-surface-interactive-hover)}.account-panel__content{display:grid;gap:12px;padding:14px 0 4px}.account-panel__email,.account-panel__copy,.account-panel__sync-status,.account-panel__message{margin:0}.account-panel__email{color:var(--rr-text-secondary);font-family:var(--rr-font-mono, monospace);font-size:12px}.account-panel__copy{color:var(--rr-text-secondary);font-size:13px;line-height:19px}.account-panel__sync-status{justify-content:space-between;padding:8px 10px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-sm);color:var(--rr-text-primary);background:var(--rr-surface-interactive);font-family:var(--rr-font-mono, monospace);font-size:11px}.account-panel__tabs{gap:14px;padding:0 0 7px;border:0;border-bottom:1px solid var(--rr-divider);background:transparent}.account-panel__tabs button{flex:1;min-height:32px;padding:0 0 6px;border:0;border-bottom:2px solid transparent;border-radius:0;color:var(--rr-text-secondary);background:transparent;cursor:pointer;font:inherit;font-size:12px}.account-panel__tabs button[aria-selected=true]{color:var(--rr-text-primary);border-bottom-color:var(--rr-focus);background:transparent;box-shadow:none;font-weight:700}.account-panel__form{display:grid;gap:10px}.account-panel__form label{display:grid;gap:5px;color:var(--rr-text-secondary);font-size:12px;font-weight:700}.account-panel__form input{width:100%;min-height:36px;box-sizing:border-box;padding:7px 9px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-sm);color:var(--rr-text-primary);background:var(--rr-surface-interactive);font:inherit;font-size:13px}.account-panel__form input:focus{outline:2px solid var(--rr-focus);outline-offset:1px}.account-panel__hint{margin:-4px 0 0}.account-panel__message{color:var(--rr-status-current);font-size:12px;line-height:17px}.account-panel__message--error{color:var(--rr-status-offline)}.account-panel__action{width:100%;justify-content:center}.account-panel__fine-print{margin:14px 0 0;padding-top:10px;border-top:1px solid var(--rr-divider)}@media(max-width:660px){.account-panel{top:70px;right:8px}}.active-weather-navigator{display:grid;align-content:start;padding:0 12px 16px;color:var(--rr-text-secondary)}.active-weather-navigator__actions{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:repeat(auto-fit,minmax(68px,1fr));gap:6px;padding:8px 4px 10px;border-bottom:1px solid #edf0f2;background:#fffffff7}.active-weather-navigator__actions .rr-control-button{min-height:34px;padding-inline:10px;border-color:#dfe4e7;border-radius:10px;background:#f4f7f9;box-shadow:0 2px #d7dde1;font-size:11px}.active-weather-navigator__actions .rr-control-button:nth-child(-n+2){width:36px;overflow:hidden;padding:0;color:transparent}.active-weather-navigator__actions .rr-control-button:nth-child(1):after{color:var(--rr-text-secondary);content:"‹";font:800 22px / 1 var(--rr-font-display)}.active-weather-navigator__actions .rr-control-button:nth-child(2):after{color:var(--rr-text-secondary);content:"›";font:800 22px / 1 var(--rr-font-display)}.active-weather-navigator__actions .rr-control-button:not(:disabled):hover{border-color:#c6cdd2;background:#fff;transform:translateY(-1px)}.active-weather-navigator__actions .rr-control-button:last-child{justify-self:stretch}.active-weather-section{--section-accent: var(--rr-alert-other-warning);margin:4px 0 0}.active-weather-section[data-section-kind=tornado]{--section-accent: var(--rr-alert-tornado)}.active-weather-section[data-section-kind=severe_thunderstorm]{--section-accent: var(--rr-alert-severe)}.active-weather-section[data-section-kind=flash_flood]{--section-accent: var(--rr-alert-flash-flood)}.active-weather-section[data-section-kind=watches]{--section-accent: var(--rr-alert-watch)}.active-weather-section[data-section-kind=mesoscale_discussion],.active-weather-section[data-section-kind=local_storm_report]{--section-accent: var(--rr-brand-blue-dark)}.active-weather-section h3>button{display:grid;width:100%;min-height:38px;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 6px 8px;border:0;border-bottom:1px solid #edf0f2;border-radius:0;color:var(--rr-text-secondary);background:transparent;font-family:var(--rr-font-display);font-size:11px;font-weight:800;line-height:15px;text-align:left;cursor:pointer}.active-weather-section h3>button:hover:not(:disabled){color:var(--rr-text-primary);background:#f7f9fa}.active-weather-section h3>button:disabled{min-height:32px;color:#a0a6aa;background:transparent;cursor:default}.active-weather-section h3>button:focus-visible,.active-weather-item:focus-visible{position:relative;z-index:1;outline:3px solid color-mix(in srgb,var(--rr-focus) 30%,transparent);outline-offset:1px}.active-weather-section__chevron{width:7px;height:7px;border-right:2px solid var(--section-accent);border-bottom:2px solid var(--section-accent);transform:rotate(-45deg);transition:transform .12s ease}.active-weather-section h3>button[aria-expanded=true] .active-weather-section__chevron{transform:rotate(45deg) translate(-1px,-1px)}.active-weather-section h3>button:disabled .active-weather-section__chevron{visibility:hidden}.active-weather-section h3>button>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.active-weather-section h3>button>span:last-child{display:grid;min-width:25px;height:22px;place-items:center;padding-inline:6px;border:1px solid color-mix(in srgb,var(--section-accent) 24%,#dfe4e7);border-radius:8px;color:color-mix(in srgb,var(--section-accent) 82%,#222);background:color-mix(in srgb,var(--section-accent) 8%,#fff);font:700 10px / 14px var(--rr-font-mono)}.active-weather-section__content ul{margin:0;padding:0;list-style:none}.active-weather-section__content>ul>li+li{margin-top:0}.active-weather-item{--alert-color: var(--rr-alert-other-warning);display:grid;width:100%;grid-template-columns:5px minmax(0,1fr);gap:12px;padding:12px 6px 12px 4px;border:0;border-bottom:1px solid #edf0f2;border-radius:0;color:inherit;background:transparent;text-align:left;cursor:pointer}.active-weather-item:hover:not(:disabled){background:#f4f9fc}.active-weather-item:active:not(:disabled){background:#e9f3f8;transform:scale(.995)}.active-weather-item:disabled{color:var(--rr-text-disabled);cursor:default}.active-weather-item__marker{width:5px;min-height:58px;border:1px solid var(--alert-color);border-radius:5px;background:var(--alert-color)}.active-weather-item[data-marker-style=watch] .active-weather-item__marker{border-width:2px;border-style:dashed;background:transparent}.active-weather-item[data-marker-style=supplemental] .active-weather-item__marker{background:transparent}.active-weather-item__content{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"event urgency" "area remaining" "metadata metadata" "geometry geometry" "hazards hazards";column-gap:10px;row-gap:3px}.active-weather-item__topline{display:contents}.active-weather-item__topline>strong{grid-area:event;overflow:hidden;align-self:center;color:color-mix(in srgb,var(--alert-color) 78%,#262b2e);font-family:var(--rr-font-mono);font-size:10px;font-weight:800;letter-spacing:.035em;line-height:14px;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.active-weather-item__urgency{grid-area:urgency;align-self:center;color:var(--rr-text-muted);font-size:9px;line-height:13px}.active-weather-item__remaining{grid-area:remaining;width:fit-content;align-self:start;margin:0;padding:4px 7px;border-radius:8px;color:color-mix(in srgb,var(--alert-color) 76%,#24292c);background:color-mix(in srgb,var(--alert-color) 10%,#fff);font-family:var(--rr-font-mono);font-size:10px;font-weight:800;line-height:14px;white-space:nowrap}.active-weather-item__remaining[data-expiration-tone=critical],.active-weather-item__remaining[data-expiration-tone=expired]{color:var(--rr-status-offline);background:#fff0f1}.active-weather-item__remaining[data-expiration-tone=soon]{color:var(--rr-status-delayed);background:#fff6e8}.active-weather-item__area{display:-webkit-box;grid-area:area;overflow:hidden;margin:0;color:var(--rr-text-primary);font-family:var(--rr-font-display);font-size:13px;font-weight:750;line-height:17px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.active-weather-item__metadata{display:flex;min-width:0;grid-area:metadata;align-items:baseline;gap:5px;color:var(--rr-text-muted);font-size:10px;line-height:14px}.active-weather-item__metadata>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.active-weather-item__metadata>span:last-child{flex:0 0 auto;white-space:nowrap}.active-weather-item__geometry{grid-area:geometry;color:var(--rr-status-delayed);font-size:10px;line-height:14px}.active-weather-item__hazards{display:flex;min-width:0;grid-area:hazards;flex-wrap:wrap;gap:4px;margin:3px 0 0;padding:0;list-style:none}.active-weather-item__hazards>[role=listitem]{display:inline-flex;min-width:0;max-width:100%;align-items:baseline;gap:4px;padding:2px 6px;border:1px solid #e2e7ea;border-radius:7px;color:var(--rr-text-secondary);background:#f5f7f8;font-size:9px;line-height:13px}.active-weather-item__hazards>[role=listitem]>span{flex:0 0 auto;color:var(--rr-text-muted)}.alert-hazard-chips{display:grid;min-width:0;gap:var(--rr-space-2);margin:0;padding:0;list-style:none}.alert-hazard-chips li{display:grid;min-width:0;grid-template-columns:minmax(94px,.85fr) minmax(0,1.15fr);gap:var(--rr-space-4);padding:var(--rr-space-2) 0;border-bottom:1px solid color-mix(in srgb,var(--rr-divider) 72%,transparent);color:var(--rr-text-secondary);font-size:var(--rr-type-control-size);line-height:var(--rr-type-control-line)}.alert-hazard-chips li span{color:var(--rr-text-muted);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-meta-line)}.alert-hazard-chips li strong{min-width:0;overflow-wrap:anywhere;color:var(--rr-text-primary);font-weight:700}.alert-hazard-chips--compact{display:flex;flex-wrap:wrap;gap:var(--rr-space-2) var(--rr-space-4)}.alert-hazard-chips--compact li{display:inline-flex;max-width:100%;gap:var(--rr-space-2);padding:0;border:0;font-size:var(--rr-type-meta-size)}.alert-hazard-chips--compact li strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alert-detail{padding:0 var(--rr-space-5) var(--rr-space-7);color:var(--rr-text-secondary);scroll-padding-top:46px}.alert-detail__actions{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:minmax(0,1fr);align-items:center;gap:var(--rr-space-3);margin-inline:calc(-1 * var(--rr-space-5));padding:var(--rr-space-3) var(--rr-space-5);border-bottom:1px solid var(--rr-divider);background:var(--rr-surface-panel)}.alert-detail__actions>div{display:grid;min-width:0;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--rr-space-2)}.alert-detail__actions>div .rr-control-button{width:100%;min-width:0;justify-content:center}.alert-detail__actions .rr-control-button{min-height:28px;padding-inline:var(--rr-space-3);font-size:var(--rr-type-meta-size)}.alert-detail__actions>.rr-control-button{width:fit-content}@container alert-panel (min-width: 430px){.alert-detail__actions>div{grid-template-columns:repeat(4,minmax(0,1fr))}}.alert-detail__heading{display:grid;grid-template-columns:3px minmax(0,1fr);gap:var(--rr-space-4);margin-top:var(--rr-space-6)}.alert-detail__marker{width:3px;min-height:42px;border:1px solid var(--alert-color);background:var(--alert-color)}.alert-detail__marker[data-watch=true]{border-style:dashed;background:transparent}.alert-detail__heading p,.alert-detail__heading h2{margin:0}.alert-detail__heading p{color:var(--rr-text-muted);font-size:var(--rr-type-meta-size);font-weight:700;line-height:var(--rr-type-meta-line)}.alert-detail__heading h2{margin-top:var(--rr-space-1);color:var(--rr-text-primary);font-size:18px;line-height:23px}.alert-detail__notice{margin:var(--rr-space-5) 0 0;padding:var(--rr-space-4) var(--rr-space-5);border-left:3px solid var(--rr-status-delayed);color:var(--rr-text-secondary);background:var(--rr-surface-interactive);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-body-line)}.alert-detail__headline,.alert-detail__timing,.alert-detail__section,.alert-detail__source{margin-top:var(--rr-space-6)}.alert-detail__headline h3,.alert-detail__timing h3,.alert-detail__section h3,.alert-detail__source h3{margin:0;color:var(--rr-text-muted);font-size:var(--rr-type-meta-size);font-weight:700;line-height:var(--rr-type-meta-line)}.alert-detail__headline p{margin:var(--rr-space-2) 0 0;color:var(--rr-text-primary);font-size:14px;font-weight:650;line-height:20px}.alert-detail__office{display:grid;gap:var(--rr-space-1);margin:var(--rr-space-5) 0 0;padding-bottom:var(--rr-space-5);border-bottom:1px solid var(--rr-divider)}.alert-detail__office span{color:var(--rr-text-muted);font-size:var(--rr-type-meta-size)}.alert-detail__office strong{color:var(--rr-text-secondary);font-size:var(--rr-type-control-size)}.alert-detail__timing>dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--rr-space-5);margin:var(--rr-space-3) 0 0}.alert-detail__timing dt,.alert-detail__attributes dt,.alert-detail__additional-timing dt,.alert-detail__source dt{color:var(--rr-text-muted);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-meta-line)}.alert-detail__timing dd,.alert-detail__attributes dd,.alert-detail__additional-timing dd,.alert-detail__source dd{margin:var(--rr-space-1) 0 0;overflow-wrap:anywhere;color:var(--rr-text-secondary);font-size:var(--rr-type-control-size);line-height:var(--rr-type-control-line)}.alert-detail__remaining{display:block;width:fit-content;margin-top:var(--rr-space-4);color:var(--rr-status-delayed);font:750 14px / 18px var(--rr-font-mono)}.alert-detail__additional-timing{margin-top:var(--rr-space-4);color:var(--rr-text-muted);font-size:var(--rr-type-meta-size)}.alert-detail__additional-timing summary{width:fit-content;cursor:pointer}.alert-detail__additional-timing summary:focus-visible,.alert-detail__source a:focus-visible{outline:2px solid var(--rr-focus);outline-offset:2px}.alert-detail__additional-timing dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--rr-space-4);margin:var(--rr-space-4) 0 0}.alert-detail__attributes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--rr-space-3);margin:var(--rr-space-6) 0 0;padding:var(--rr-space-4) 0;border-block:1px solid var(--rr-divider)}.alert-detail__section>p,.alert-detail__source>p,.alert-detail__source>span{margin:var(--rr-space-2) 0 0;overflow-wrap:anywhere;color:var(--rr-text-secondary);font-size:var(--rr-type-control-size);line-height:var(--rr-type-body-line);white-space:pre-wrap}.alert-detail__section-note{color:var(--rr-text-muted)!important;font-size:var(--rr-type-meta-size)!important}.alert-detail__hazards .alert-hazard-chips{margin-top:var(--rr-space-4)}.alert-detail__empty-hazards{color:var(--rr-text-muted)!important}.alert-detail__official-text,.alert-detail__source{padding-top:var(--rr-space-5);border-top:1px solid var(--rr-divider)}.alert-detail__source>a{display:inline-block;margin-top:var(--rr-space-3);color:var(--rr-focus);font-size:var(--rr-type-control-size)}.alert-detail__source dl{display:grid;gap:var(--rr-space-3);margin:var(--rr-space-5) 0 0}@media(max-width:360px){.alert-detail__additional-timing dl{grid-template-columns:1fr}}.official-detail{display:grid;align-content:start;gap:var(--rr-space-6);padding:0 var(--rr-space-5) var(--rr-space-7);color:var(--rr-text-secondary)}.official-detail__actions{position:sticky;top:0;z-index:2;margin-inline:calc(-1 * var(--rr-space-5));padding:var(--rr-space-3) var(--rr-space-5);border-bottom:1px solid var(--rr-divider);background:var(--rr-surface-panel)}.official-detail__actions .rr-control-button{min-height:28px;font-size:var(--rr-type-meta-size)}.official-detail header p,.official-detail header h3,.official-detail h4,.official-detail dl,.official-detail dd,.official-detail section,.official-detail__text{margin:0}.official-detail header p{color:var(--rr-text-muted);font-size:var(--rr-type-meta-size);font-weight:700;line-height:var(--rr-type-meta-line)}.official-detail header h3{margin-top:var(--rr-space-1);color:var(--rr-text-primary);font-size:18px;line-height:23px}.official-detail h4{margin-bottom:var(--rr-space-3);color:var(--rr-text-muted);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-meta-line)}.official-detail>dl{display:grid;gap:var(--rr-space-3);padding-block:var(--rr-space-4);border-block:1px solid var(--rr-divider)}.official-detail__row{display:grid;grid-template-columns:96px minmax(0,1fr);gap:var(--rr-space-5);font-size:var(--rr-type-control-size);line-height:var(--rr-type-control-line)}.official-detail dt{color:var(--rr-text-muted)}.official-detail dd{overflow-wrap:anywhere;color:var(--rr-text-secondary)}.official-detail__notice{margin:0;padding:var(--rr-space-4) var(--rr-space-5);border-left:3px solid var(--rr-status-delayed);color:var(--rr-text-secondary);background:var(--rr-surface-interactive);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-body-line)}.official-detail__text{overflow-wrap:anywhere;color:var(--rr-text-secondary);font:inherit;font-size:var(--rr-type-control-size);line-height:var(--rr-type-body-line);white-space:pre-wrap}.official-detail__source{padding-top:var(--rr-space-5);border-top:1px solid var(--rr-divider)}.official-detail__source p{margin:0;overflow-wrap:anywhere;font-size:var(--rr-type-control-size)}.official-detail a{color:var(--rr-focus);font-size:var(--rr-type-control-size)}.official-detail a:focus-visible{outline:2px solid var(--rr-focus);outline-offset:2px}.official-legend{width:max-content;max-width:calc(100vw - 24px);border:1px solid var(--rr-boundary);border-radius:14px;color:var(--rr-text-secondary);background:#fff;box-shadow:var(--rr-elevation-map-control);font-family:var(--rr-font-ui);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-meta-line)}.official-legend details{width:118px}.official-legend details[open]{width:min(250px,calc(100vw - 24px))}.official-legend summary{min-height:32px;padding:var(--rr-space-4) var(--rr-space-5);color:var(--rr-text-secondary);font-size:var(--rr-type-meta-size);font-weight:650;cursor:pointer}.official-legend details>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--rr-space-3) var(--rr-space-4);max-height:170px;overflow:auto;padding:var(--rr-space-4);border-top:1px solid var(--rr-divider)}.official-legend span{display:flex;align-items:center;gap:var(--rr-space-3)}.official-legend i{width:12px;height:8px;flex:0 0 auto;border:1px solid}.official-legend summary:focus-visible{outline:2px solid var(--rr-focus);outline-offset:2px;box-shadow:0 0 0 1px var(--rr-surface-app)}@media(max-width:560px){.official-legend{max-width:calc(100vw - 16px)}.official-legend details[open]{width:min(250px,calc(100vw - 16px))}}.layer-manager{--layer-manager-open-width: min(336px, calc(100vw - 24px) );--layer-manager-max-height: min(68vh, 620px);width:max-content;max-width:calc(100vw - 24px);max-height:var(--layer-manager-max-height);color:var(--rr-text-secondary);font-family:var(--rr-font-ui);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-meta-line);pointer-events:auto}.layer-manager>details{width:118px;max-width:inherit;max-height:inherit;overflow:hidden;border:1px solid var(--rr-divider);border-radius:15px;background:#fff;box-shadow:var(--rr-elevation-map-control)}.layer-manager>details[open]{display:flex;width:var(--layer-manager-open-width);flex-direction:column}.layer-manager--external,.layer-manager--flat{display:flex;width:var(--layer-manager-open-width);max-height:inherit;flex-direction:column;overflow:hidden;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-sm);background:var(--rr-surface-panel);box-shadow:var(--rr-elevation-map-control)}.layer-manager__flat-header{display:flex;min-height:44px;flex:0 0 auto;align-items:center;padding:10px 13px;border-bottom:1px solid var(--rr-divider);color:var(--rr-text-primary);background:var(--rr-surface-interactive)}.layer-manager__external-header{display:flex;min-height:42px;flex:0 0 auto;align-items:center;gap:var(--rr-space-3);padding:0 var(--rr-space-3) 0 var(--rr-space-5);border-bottom:1px solid var(--rr-divider);color:var(--rr-text-primary);background:var(--rr-surface-interactive)}.layer-manager__close{display:inline-grid;width:34px;min-width:34px;height:34px;margin-left:auto;padding:0;place-items:center;border:0;border-radius:var(--rr-radius-sm);color:var(--rr-text-secondary);background:transparent;cursor:pointer}.layer-manager__close:hover{color:var(--rr-text-primary);background:var(--rr-surface-interactive-hover)}.layer-manager__close:focus-visible{outline:2px solid var(--rr-focus);outline-offset:-2px}.layer-manager__close .material-symbols-outlined{font-size:19px}.layer-manager--external>.layer-manager__body{max-height:calc(var(--layer-manager-max-height) - 42px);flex:1 1 auto}.layer-manager>details>summary,.layer-manager__group>summary{list-style:none;cursor:pointer;-webkit-user-select:none;user-select:none}.layer-manager summary::-webkit-details-marker{display:none}.layer-manager__disclosure-mark{width:10px;flex:0 0 10px;margin-right:var(--rr-space-3);color:var(--rr-text-muted)}.layer-manager>details[open]>summary>.layer-manager__disclosure-mark,.layer-manager__group[open]>summary>.layer-manager__disclosure-mark{transform:rotate(90deg)}.layer-manager>details>summary{display:flex;min-height:44px;flex:0 0 auto;align-items:center;padding:10px 13px;color:var(--rr-text-primary);background:#fff}.layer-manager__summary-content{display:inline-flex;min-width:0;flex:1 1 auto;align-items:center;justify-content:space-between;gap:var(--rr-space-4);font-size:var(--rr-type-control-size);font-weight:700;line-height:var(--rr-type-control-line)}.layer-manager__count,.layer-manager__group-count,.layer-manager__opacity output{color:var(--rr-text-muted);font-family:var(--rr-font-mono);font-variant-numeric:tabular-nums}.layer-manager__count{font-size:var(--rr-type-meta-size);font-weight:500;white-space:nowrap}.layer-manager__body{min-height:0;overflow-y:auto;overscroll-behavior:contain;border-top:1px solid var(--rr-divider);background:#fff;scrollbar-color:var(--rr-boundary) var(--rr-surface-panel)}.layer-manager>details[open]>.layer-manager__body{max-height:calc(var(--layer-manager-max-height) - 35px);flex:1 1 auto}.layer-manager__actions{display:flex;min-height:30px;align-items:center;justify-content:flex-end;gap:var(--rr-space-1);padding:0 var(--rr-space-3);border-bottom:1px solid var(--rr-divider);background:var(--rr-surface-panel)}.layer-manager__actions .rr-control-button{min-height:28px;padding-inline:var(--rr-space-4);color:var(--rr-text-muted);font-size:var(--rr-type-meta-size);font-weight:550}.layer-manager__group+.layer-manager__group{border-top:1px solid var(--rr-divider)}.layer-manager__group>summary{display:flex;min-height:31px;align-items:center;padding:var(--rr-space-3) var(--rr-space-5);color:var(--rr-text-secondary);background:var(--rr-surface-panel)}.layer-manager__group--static{display:block}.layer-manager__group-header{display:flex;min-height:31px;align-items:center;padding:var(--rr-space-3) var(--rr-space-5);color:var(--rr-text-secondary);background:var(--rr-surface-panel)}.layer-manager__group-name{min-width:0;flex:1 1 auto;overflow:hidden;font-size:var(--rr-type-meta-size);font-weight:650;text-overflow:ellipsis;white-space:nowrap}.layer-manager__group-summary{display:inline-flex;flex:0 0 auto;align-items:center;gap:var(--rr-space-3);margin-left:auto;font-size:10px}.layer-manager__group-summary [data-status=delayed]{color:var(--rr-status-delayed)}.layer-manager__group-summary [data-status=stale]{color:var(--rr-status-stale)}.layer-manager__group-summary [data-status=offline]{color:var(--rr-status-offline)}.layer-manager__group-count{font-size:10px}.layer-manager__group-body{border-top:1px solid var(--rr-divider)}.layer-manager__layer{padding:var(--rr-space-3) var(--rr-space-5) var(--rr-space-4);background:#fff}.layer-manager__layer+.layer-manager__layer{border-top:1px solid var(--rr-divider)}.layer-manager__controls{display:grid;grid-template-columns:minmax(0,1fr) 112px;align-items:center;gap:var(--rr-space-5)}.layer-manager__visibility{display:flex;min-width:0;min-height:38px;align-items:center;gap:var(--rr-space-3);cursor:pointer}.layer-manager__visibility input{width:14px;height:14px;flex:0 0 14px;margin:0;accent-color:var(--rr-selection)}.layer-manager__style-preview{--layer-preview-color: var(--rr-selection);position:relative;width:24px;height:10px;flex:0 0 24px}.layer-manager__style-preview:after{position:absolute;top:4px;right:0;left:0;border-top:2px solid var(--layer-preview-color);content:""}.layer-manager__style-preview[data-layer-key=radar_reflectivity]{border:1px solid var(--rr-selection);background:var(--rr-selection-surface)}.layer-manager__style-preview[data-layer-key=radar_reflectivity]:after{inset:2px 3px;border:0;background:var(--rr-status-current);opacity:.72}.layer-manager__style-preview[data-layer-key=satellite_imagery]{border:1px solid #7097a2;background:#304c58}.layer-manager__style-preview[data-layer-key=satellite_imagery]:after{top:3px;right:3px;left:3px;border-top-color:#b7d5db}.layer-manager__style-preview[data-layer-key=lightning]:after{top:1px;left:8px;width:7px;height:7px;border:1px solid #8a5a00;border-radius:var(--rr-radius-round);background:#ffd54f;box-shadow:0 0 5px #ffd54f}.layer-manager__style-preview[data-layer-key=tornado_warnings]{--layer-preview-color: var(--rr-alert-tornado)}.layer-manager__style-preview[data-layer-key=severe_thunderstorm_warnings]{--layer-preview-color: var(--rr-alert-severe)}.layer-manager__style-preview[data-layer-key=flash_flood_warnings]{--layer-preview-color: var(--rr-alert-flash-flood)}.layer-manager__style-preview[data-layer-key=other_warnings]{--layer-preview-color: var(--rr-alert-other-warning)}.layer-manager__style-preview[data-layer-key=watches],.layer-manager__style-preview[data-layer-key=mesoscale_discussions]{--layer-preview-color: var(--rr-alert-watch)}.layer-manager__style-preview[data-layer-key=watches]:after,.layer-manager__style-preview[data-layer-key=mesoscale_discussions]:after{border-top-style:dashed}.layer-manager__style-preview[data-layer-key=special_weather_statements]{--layer-preview-color: var(--rr-alert-statement)}.layer-manager__style-preview[data-layer-key=special_weather_statements]:after{border-top-style:dotted}.layer-manager__style-preview[data-layer-key^=spc_]{border:1px solid var(--layer-preview-color);background:var(--rr-selection-surface)}.layer-manager__style-preview[data-layer-key^=spc_]:after{display:none}.layer-manager__style-preview[data-layer-key=spc_categorical]{--layer-preview-color: var(--rr-status-delayed)}.layer-manager__style-preview[data-layer-key=spc_tornado]{--layer-preview-color: var(--rr-alert-tornado)}.layer-manager__style-preview[data-layer-key=spc_wind]{--layer-preview-color: var(--rr-alert-severe)}.layer-manager__style-preview[data-layer-key=spc_hail]{--layer-preview-color: var(--rr-selection)}.layer-manager__style-preview[data-layer-key=local_storm_reports]{--layer-preview-color: var(--rr-text-primary)}.layer-manager__style-preview[data-layer-key=local_storm_reports]:after{top:1px;left:8px;width:7px;height:7px;border:1px solid var(--rr-surface-app);border-radius:var(--rr-radius-round);background:var(--layer-preview-color);box-shadow:0 0 0 1px var(--layer-preview-color)}.layer-manager__layer[data-visible=false] .layer-manager__style-preview{opacity:.5}.layer-manager__layer-label{min-width:0;overflow:hidden;color:var(--rr-text-secondary);font-size:var(--rr-type-control-size);font-weight:550;text-overflow:ellipsis;white-space:nowrap}.layer-manager__opacity{display:grid;grid-template-columns:1fr 30px;align-items:center;gap:var(--rr-space-3)}.layer-manager__opacity-label{grid-column:1 / -1;color:var(--rr-text-muted);font-size:10px;line-height:10px}.layer-manager__opacity input{width:100%;min-width:0;margin:0;accent-color:var(--rr-selection)}.layer-manager__opacity output{width:30px;font-size:10px;text-align:right}.layer-manager__metadata,.layer-manager__metadata-unavailable{margin-left:20px}.layer-manager__metadata-unavailable{display:flex;min-height:24px;align-items:center}.layer-manager__source-details>summary{display:grid;min-height:26px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:var(--rr-space-3);color:var(--rr-text-muted);cursor:pointer;list-style:none}.layer-manager__source-details>summary::-webkit-details-marker{display:none}.layer-manager__source-mark{color:var(--rr-text-muted)}.layer-manager__source-details[open]>summary>.layer-manager__source-mark{transform:rotate(90deg)}.layer-manager__status{color:var(--rr-text-secondary)}.layer-manager__source{min-width:0;overflow:hidden;color:var(--rr-text-muted);text-overflow:ellipsis;white-space:nowrap}.layer-manager__source-action{color:var(--rr-text-muted);font-size:10px;white-space:nowrap}.layer-manager__source-panel{margin:0 0 var(--rr-space-3);padding:var(--rr-space-4);border-left:2px solid var(--rr-divider);color:var(--rr-text-muted);background:var(--rr-surface-panel)}.layer-manager__source-panel dl{display:grid;gap:var(--rr-space-3);margin:0}.layer-manager__source-panel dl>div{display:grid;grid-template-columns:86px minmax(0,1fr);gap:var(--rr-space-4)}.layer-manager__source-panel dt,.layer-manager__source-panel dd{margin:0}.layer-manager__source-panel dt{color:var(--rr-text-muted)}.layer-manager__source-panel dd{overflow-wrap:anywhere;color:var(--rr-text-secondary)}.layer-manager__source-provenance{padding-bottom:var(--rr-space-3);border-bottom:1px solid var(--rr-divider)}.layer-manager__source-message{display:grid;gap:var(--rr-space-1);margin:var(--rr-space-4) 0 0;padding-top:var(--rr-space-4);border-top:1px solid var(--rr-divider);overflow-wrap:anywhere}.layer-manager__source-message strong{color:var(--rr-text-secondary);font-weight:650}.layer-manager__status-explanation{margin:0;padding:0 0 var(--rr-space-2);color:var(--rr-text-secondary);font-size:10px;line-height:14px}.layer-manager__metadata[data-status=delayed] .layer-manager__status-explanation{color:var(--rr-status-delayed)}.layer-manager__metadata[data-status=stale] .layer-manager__status-explanation{color:var(--rr-status-stale)}.layer-manager__metadata[data-status=offline] .layer-manager__status-explanation{color:var(--rr-status-offline)}.layer-manager summary:focus-visible,.layer-manager input:focus-visible,.layer-manager button:focus-visible{outline:2px solid var(--rr-focus);outline-offset:2px;box-shadow:0 0 0 1px var(--rr-surface-app)}@media(max-width:560px){.layer-manager{--layer-manager-open-width: min(336px, calc(100vw - 16px) );max-width:calc(100vw - 16px)}.layer-manager__controls{grid-template-columns:minmax(0,1fr) 104px;gap:var(--rr-space-4)}}@media(pointer:coarse){.layer-manager>details>summary,.layer-manager__group>summary,.layer-manager__visibility,.layer-manager__source-details>summary,.layer-manager__actions .rr-control-button{min-height:40px}.layer-manager__opacity input{min-height:32px}}.local-weather-brief{padding:16px 24px 18px;border-bottom:1px solid var(--atlas-rule);color:var(--atlas-copy);background:var(--atlas-map-rail, #06162f)}.local-weather-brief__heading{display:flex;min-width:0;align-items:baseline;justify-content:space-between;gap:12px}.local-weather-brief h3,.local-weather-brief h4,.local-weather-brief p{margin:0}.local-weather-brief h3{color:var(--atlas-ink);font:650 15px/20px var(--rr-font-ui)}.local-weather-brief__location{overflow:hidden;color:var(--atlas-label);font:500 10px/15px var(--rr-font-mono);text-overflow:ellipsis;white-space:nowrap}.local-weather-brief__empty{margin-top:13px!important;color:var(--atlas-label);font:500 12px/18px var(--rr-font-ui)}.local-weather-brief__empty--error{color:#f0b4af}.local-weather-brief__hero{display:flex;align-items:center;gap:18px;margin-top:13px}.local-weather-brief__hero>div{display:grid;min-width:0;gap:1px}.local-weather-brief__icon{width:72px;color:#8ac9ff;font-size:62px;line-height:1}.local-weather-brief__hero strong{color:var(--atlas-ink);font:500 40px/42px var(--rr-font-ui);letter-spacing:-.045em}.local-weather-brief__hero span:not(.material-symbols-outlined){color:var(--atlas-ink);font:650 14px/19px var(--rr-font-ui)}.local-weather-brief__hero small{color:var(--atlas-copy);font:500 12px/17px var(--rr-font-ui)}.local-weather-brief__hero .local-weather-brief__radar-note{color:#8fe3b5;font-weight:650}.local-weather-brief__metrics{display:grid;gap:9px;margin:15px 0 0;padding:13px 0 0;border-top:1px solid var(--atlas-rule-soft)}.local-weather-brief__metrics>div{display:flex;align-items:center;justify-content:space-between;gap:12px}.local-weather-brief__metrics dt,.local-weather-brief__metrics dd{margin:0}.local-weather-brief__metrics dt{display:inline-flex;align-items:center;gap:8px;color:var(--atlas-label);font:500 12px/17px var(--rr-font-ui)}.local-weather-brief__metrics dt .material-symbols-outlined{color:#7c9cc4;font-size:18px}.local-weather-brief__metrics dd{color:var(--atlas-ink);font:600 12px/17px var(--rr-font-mono);text-align:right}.local-weather-brief__outlook{margin-top:15px;padding-top:13px;border-top:1px solid var(--atlas-rule-soft)}.local-weather-brief__outlook h4{color:var(--atlas-ink);font:650 13px/18px var(--rr-font-ui)}.local-weather-brief__outlook p{margin-top:5px;color:var(--atlas-copy);font:500 12px/17px var(--rr-font-ui)}.local-weather-brief__outlook a{display:inline-flex;align-items:center;gap:5px;margin-top:8px;color:#71b8ff;font:600 12px/16px var(--rr-font-ui);text-decoration:none}.local-weather-brief__outlook a:hover{color:#a4d4ff;text-decoration:underline}.local-weather-brief__outlook a .material-symbols-outlined{font-size:15px}.local-weather-brief__radar{display:grid;grid-template-columns:24px minmax(0,1fr);gap:9px;margin-top:15px;padding-top:13px;border-top:1px solid var(--atlas-rule-soft)}.local-weather-brief__radar-icon{color:#8ac9ff;font-size:21px;line-height:22px}.local-weather-brief__radar[data-status=clear] .local-weather-brief__radar-icon{color:#83d7ac}.local-weather-brief__radar[data-status=moderate] .local-weather-brief__radar-icon,.local-weather-brief__radar[data-status=strong] .local-weather-brief__radar-icon{color:#ffbd69}.local-weather-brief__radar[data-status=unavailable] .local-weather-brief__radar-icon{color:var(--atlas-label)}.local-weather-brief__radar h4,.local-weather-brief__radar strong,.local-weather-brief__radar small{display:block}.local-weather-brief__radar h4{color:var(--atlas-ink);font:650 12px/16px var(--rr-font-ui)}.local-weather-brief__radar strong{color:var(--atlas-copy);font:600 12px/17px var(--rr-font-ui)}.local-weather-brief__radar small{margin-top:2px;color:var(--atlas-label);font:500 10px/14px var(--rr-font-mono)}.local-weather-brief__location-alerts{margin-top:15px;padding-top:13px;border-top:1px solid var(--atlas-rule-soft)}.local-weather-brief__location-alerts-heading{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.local-weather-brief__location-alerts-heading h4{color:var(--atlas-ink);font:650 13px/18px var(--rr-font-ui)}.local-weather-brief__location-alerts-heading span{color:var(--atlas-label);font:500 10px/14px var(--rr-font-mono)}.local-weather-brief__alert-status{margin-top:6px!important;color:var(--atlas-label);font:500 12px/17px var(--rr-font-ui)}.local-weather-brief__location-alert-list{display:grid;gap:6px;margin:7px 0 0;padding:0;list-style:none}.local-weather-brief__location-alert-list li{display:grid;min-width:0;grid-template-columns:4px minmax(0,1fr);gap:9px;align-items:stretch}.local-weather-brief__location-alert-marker{display:block;min-height:30px;border-radius:1px;background:var(--alert-color, var(--atlas-source-link))}.local-weather-brief__location-alert-copy{display:grid;min-width:0;gap:1px}.local-weather-brief__location-alert-copy strong{overflow:hidden;color:var(--atlas-ink);font:650 12px/16px var(--rr-font-ui);text-overflow:ellipsis;white-space:nowrap}.local-weather-brief__location-alert-copy small{overflow:hidden;color:var(--atlas-copy);font:500 10px/14px var(--rr-font-mono);text-overflow:ellipsis;white-space:nowrap}.local-weather-brief__location-alert-overflow{grid-template-columns:minmax(0,1fr)!important;padding-left:13px;color:var(--atlas-label);font:500 10px/14px var(--rr-font-mono)}@media(max-width:560px){.local-weather-brief{padding-inline:16px}}.alert-panel{display:grid;min-width:0;min-height:0;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid rgb(201 207 212 / 88%);border-top:6px solid var(--rr-brand-blue);border-radius:20px;color:var(--rr-text-secondary);background:#fff;box-shadow:var(--rr-elevation-bubble);container-name:alert-panel;container-type:inline-size}.alert-panel.alert-panel--compact{grid-template-rows:minmax(0,1fr)}.alert-panel.alert-panel--compact>.alert-panel__chrome{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:var(--rr-boundary) transparent;scrollbar-width:thin}.alert-panel__chrome{min-width:0;background:#fff}.alert-panel__header{display:flex;min-height:70px;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px 10px}.alert-panel__header--collapsible{position:relative;padding-right:62px}.alert-panel__header--subview{min-height:74px}.alert-panel__subview-heading{display:flex;min-width:0;align-items:center;gap:12px}.alert-panel__subview-heading>div{min-width:0}.alert-panel__back{display:inline-flex;width:auto;min-width:34px;height:34px;flex:0 0 auto;align-items:center;justify-content:center;gap:6px;padding:0 9px;border:1px solid #d6dce0;border-radius:10px;color:var(--rr-text-secondary);background:#f4f7f9;cursor:pointer}.alert-panel__back:hover{border-color:#b7c0c6;background:#fff}.alert-panel__back:focus-visible{outline:3px solid color-mix(in srgb,var(--rr-focus) 30%,transparent);outline-offset:2px}.alert-panel__back .material-symbols-outlined{font-size:19px}.alert-panel__back-label{font-size:11px;font-weight:650;white-space:nowrap}.alert-panel__collapse{position:absolute;top:14px;right:14px;display:grid;width:36px;height:36px;place-items:center;padding:0;border:1px solid #d6dce0;border-radius:10px;color:var(--rr-text-secondary);background:#f4f7f9;cursor:pointer}.alert-panel__collapse:hover{border-color:#b7c0c6;background:#fff}.alert-panel__collapse:focus-visible{outline:3px solid color-mix(in srgb,var(--rr-focus) 30%,transparent);outline-offset:2px}.alert-panel__collapse .material-symbols-outlined{font-size:20px}.alert-panel__header h2,.alert-panel__header p{margin:0}.alert-panel__header h2{color:var(--rr-text-primary);font-family:var(--rr-font-display);font-size:23px;font-weight:800;letter-spacing:-.035em;line-height:28px}.alert-panel__header p{margin-top:1px;color:var(--rr-text-muted);font-size:12px;line-height:16px}.alert-panel__header>strong{display:grid;min-width:46px;height:38px;flex:0 0 auto;place-items:center;padding-inline:10px;border-radius:13px;color:#fff;background:var(--rr-brand-red);box-shadow:inset 0 1px #ffffff57,0 4px 0 var(--rr-brand-red-dark);font:700 12px / 16px var(--rr-font-mono)}.alert-filter-bar{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;padding:4px 16px 10px}.alert-filter-bar[data-has-report-filter=true]{grid-template-columns:minmax(0,1.35fr) minmax(100px,.65fr)}.alert-filter-bar label{display:grid;min-width:0;gap:5px}.alert-filter-bar label>span{color:var(--rr-text-muted);font-family:var(--rr-font-mono);font-size:10px;font-weight:700;letter-spacing:.05em;line-height:14px;text-transform:uppercase}.alert-filter-bar select{width:100%;min-width:0;min-height:38px;padding:0 30px 0 12px;border:1px solid #d6dce0;border-radius:11px;color:var(--rr-text-secondary);background:#f4f7f9;font-size:12px;font-weight:650}.alert-filter-bar select:hover{border-color:#b7c0c6;background:#fff}.alert-filter-bar select:focus-visible,.alert-feed-status__details summary:focus-visible{outline:3px solid color-mix(in srgb,var(--rr-focus) 30%,transparent);outline-offset:2px}.alert-feed-status{position:relative;display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;margin:0 16px 8px;padding:9px 0;border:0;border-top:1px solid #edf0f2;border-bottom:1px solid #edf0f2;border-radius:0;background:transparent}.alert-feed-status[data-tone=delayed],.alert-feed-status[data-tone=stale],.alert-feed-status[data-tone=offline]{margin-inline:16px;padding-inline:10px;border:1px solid #e6c28e;border-radius:11px;background:#fff8ed}.alert-feed-status[data-tone=stale]{border-color:#e8b48c}.alert-feed-status[data-tone=offline]{border-color:#efb3b3;background:#fff3f3}.alert-feed-status__summary{display:flex;min-width:0;align-items:center;gap:8px;font-size:11px;line-height:15px}.alert-feed-status__summary .rr-status-indicator{flex:0 0 auto}.alert-feed-status__message{min-width:0;overflow:hidden;color:var(--rr-text-muted);text-overflow:ellipsis;white-space:nowrap}.alert-feed-status__refreshing{flex:0 0 auto;color:var(--rr-status-checking)}.alert-feed-status__details{color:var(--rr-text-muted);font-size:11px;line-height:15px}.alert-feed-status__details summary{color:var(--rr-brand-blue-dark);font-weight:650;cursor:pointer;list-style:none;white-space:nowrap}.alert-feed-status__details summary::-webkit-details-marker{display:none}.alert-feed-status__details summary:after{display:inline-block;margin-left:6px;border:solid currentColor;border-width:0 1px 1px 0;padding:2px;content:"";transform:rotate(45deg) translateY(-1px)}.alert-feed-status__details[open]{display:grid;grid-column:1 / -1;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding-top:6px}.alert-feed-status__details[open] summary{grid-column:2}.alert-feed-status__details[open] summary:after{transform:rotate(225deg) translate(-1px,-1px)}.alert-feed-status__details dl{display:grid;grid-column:1 / -1;gap:6px;margin:0;padding:10px 0 2px;border-top:1px solid var(--rr-divider);max-height:260px;overflow-y:auto;scrollbar-color:var(--rr-boundary) transparent;scrollbar-width:thin}.alert-feed-status__details dl>div{display:grid;grid-template-columns:minmax(96px,.8fr) minmax(0,1.2fr);gap:12px}.alert-feed-status__details dt{color:var(--rr-text-muted)}.alert-feed-status__details dd{min-width:0;margin:0;overflow-wrap:anywhere;color:var(--rr-text-secondary)}.alert-panel__body{min-height:0;overflow:hidden;border-top:0}.alert-panel__view-content{min-height:0;height:100%;overflow-y:auto;scrollbar-color:#c7cdd1 transparent;scrollbar-width:thin}.alert-panel__view-content--filters{padding:20px}.alert-list,.alert-detail,.official-detail{height:100%;overflow-y:auto;scrollbar-color:#c7cdd1 transparent;scrollbar-width:thin}.alert-list__message{margin:0;padding:24px 20px;color:var(--rr-text-muted);font-size:13px;line-height:20px}.alert-list__message--delayed,.alert-list__message--error{margin:16px;padding:14px 16px;border:1px solid #e8c38c;border-radius:14px;color:var(--rr-text-secondary);background:#fff8ed}.alert-list__message--error{border-color:#efb3b3;background:#fff3f3}@media(max-width:820px){.alert-panel{border-radius:18px}.alert-panel__header{min-height:54px;padding:12px 16px 8px}.alert-panel__header h2{font-size:18px;line-height:23px}.alert-panel__header p{display:none}.alert-filter-bar{padding-bottom:8px}.alert-feed-status{margin-bottom:8px}.alert-feed-status__details dl{max-height:96px}}@media(max-width:560px){.alert-feed-status__message{display:none}}@media(pointer:coarse){.alert-filter-bar select,.alert-feed-status__details summary{min-height:40px}.alert-feed-status__details summary{display:inline-flex;align-items:center}}.alert-panel__navigator-chevron{width:7px;height:7px;justify-self:end;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translate(-1px,-1px);transition:transform .12s ease}.alert-panel__navigator>button[aria-expanded=true] .alert-panel__navigator-chevron{transform:rotate(225deg) translate(-1px,-1px)}.alert-panel__navigator>.alert-panel__filter-disclosure--navigator{position:static;inset:auto;z-index:auto;display:block;grid-column:1 / -1;width:auto;min-width:0;margin:0;padding:0;border:0;opacity:1;background:transparent}.alert-panel__navigator>.alert-panel__filter-disclosure--navigator>summary{display:none}.alert-panel__navigator>.alert-panel__filter-disclosure--navigator[open]{width:auto;padding:0 0 8px;border:0;background:transparent}.alert-panel__radar-settings[hidden]{display:none}.alert-panel__radar-settings{min-width:0;max-height:min(58vh,620px);overflow:auto;border-bottom:1px solid var(--rr-divider);scrollbar-color:var(--rr-boundary) transparent;scrollbar-width:thin}.alert-panel__radar-settings-target{min-width:0}.alert-panel__radar-layers{display:grid;min-width:0;gap:8px;padding-top:8px}.alert-panel__radar-layers .layer-manager{width:100%;max-width:none;max-height:none}.alert-panel__radar-layers .layer-manager>details,.alert-panel__radar-layers .layer-manager>details[open]{width:100%;max-width:none;max-height:none;border-radius:0;box-shadow:none}.alert-panel__radar-layers .layer-manager>details[open]>.layer-manager__body{max-height:none}.alert-panel__radar-layers .official-legend{width:100%;max-width:none;border-radius:0;box-shadow:none}.alert-panel__radar-layers .official-legend details[open]{width:100%}@media(prefers-reduced-motion:reduce){.alert-panel__navigator-chevron{transition:none}}.creator-panel{display:grid;min-width:0;min-height:0;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid rgb(198 200 204 / 78%);border-radius:var(--rr-radius-xl);color:var(--rr-text-secondary);background:#fff;box-shadow:var(--rr-elevation-bubble);container-name:creator-panel;container-type:inline-size}.creator-panel .sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.creator-panel__header{position:relative;z-index:3;display:grid;gap:var(--rr-space-3);padding:var(--rr-space-4) var(--rr-space-5);border-bottom:1px solid var(--rr-divider);background:#fff}.creator-panel__panel-header{min-height:30px;padding:0 0 var(--rr-space-3);border-bottom:0}.creator-panel__panel-header .rr-panel-header__title{font-family:var(--rr-font-display);font-size:18px;font-weight:800}.creator-panel__panel-header .rr-panel-header__count{color:var(--rr-text-muted);font-size:10px;letter-spacing:.025em}.creator-panel__output-actions{display:grid;grid-template-columns:minmax(0,1.22fr) repeat(2,minmax(0,1fr));gap:var(--rr-space-2)}.creator-panel__output-actions .rr-control-button{width:100%;min-width:0;padding-inline:var(--rr-space-3)}.creator-panel__capture-status{min-height:var(--rr-type-meta-line);margin:0;overflow:hidden;color:var(--rr-text-muted);font:500 var(--rr-type-meta-size) / var(--rr-type-meta-line) var(--rr-font-ui);text-overflow:ellipsis;white-space:nowrap}.creator-panel__capture-status--working{color:var(--rr-status-checking)}.creator-panel__capture-status--success{color:var(--rr-status-current)}.creator-panel__capture-status--error{color:var(--rr-status-offline);white-space:normal}.creator-panel__scroll{min-width:0;min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-color:var(--rr-boundary) var(--rr-surface-panel)}.creator-panel__group{border-bottom:1px solid var(--rr-divider)}.creator-panel__group-summary{display:grid;min-height:42px;grid-template-columns:10px minmax(0,1fr) auto;align-items:center;gap:var(--rr-space-3);padding:var(--rr-space-3) var(--rr-space-5);color:var(--rr-text-secondary);background:transparent;cursor:pointer;list-style:none}.creator-panel__group-summary::-webkit-details-marker{display:none}.creator-panel__group-summary:hover{color:var(--rr-text-primary);background:var(--rr-surface-interactive-hover)}.creator-panel__group-summary:focus-visible,.creator-panel button:focus-visible,.creator-panel input:focus-visible,.creator-panel select:focus-visible,.creator-panel textarea:focus-visible{outline:2px solid var(--rr-focus);outline-offset:2px}.creator-panel__group-chevron{color:var(--rr-text-muted);font:700 13px/1 var(--rr-font-mono);transform:rotate(0);transform-origin:center;transition:transform .12s ease}.creator-panel__group[open]>.creator-panel__group-summary .creator-panel__group-chevron{transform:rotate(90deg)}.creator-panel__group-identity{display:grid;min-width:0;gap:var(--rr-space-1)}.creator-panel__group-title{color:var(--rr-text-secondary);font-size:12px;font-weight:700;line-height:16px}.creator-panel__group-description{overflow:hidden;color:var(--rr-text-muted);font-size:10.5px;line-height:14px;text-overflow:ellipsis;white-space:nowrap}.creator-panel__group-value{color:var(--rr-text-muted);font:600 10px/14px var(--rr-font-mono);white-space:nowrap}.creator-panel__group-body{display:grid;gap:var(--rr-space-4);padding:var(--rr-space-4) var(--rr-space-5) var(--rr-space-5);border-top:1px solid var(--rr-divider);background:#f7f8f9}.creator-panel__property-row{display:grid;min-width:0;grid-template-columns:minmax(98px,.72fr) minmax(0,1fr);align-items:center;gap:var(--rr-space-4)}.creator-panel__property-label,.creator-panel__field{color:var(--rr-text-muted);font-size:var(--rr-type-meta-size);font-weight:600;line-height:var(--rr-type-meta-line)}.creator-panel__field{display:grid;min-width:0;gap:var(--rr-space-2)}.creator-panel input[type=text],.creator-panel input[type=number],.creator-panel textarea,.creator-panel select{width:100%;min-width:0;min-height:30px;padding:var(--rr-space-2) var(--rr-space-3);border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-primary);background:#f4f5f6;font-size:var(--rr-type-control-size);line-height:var(--rr-type-control-line)}.creator-panel textarea{min-height:48px;resize:vertical}.creator-panel input[type=range]{width:100%;min-width:0;accent-color:var(--rr-selection)}.creator-panel__range{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) 38px;align-items:center;gap:var(--rr-space-3)}.creator-panel__range output,.creator-panel__dimension-row output{color:var(--rr-text-secondary);font:650 var(--rr-type-meta-size) / var(--rr-type-meta-line) var(--rr-font-mono);text-align:right}.creator-panel__dimension-row{display:flex;align-items:center;justify-content:space-between;gap:var(--rr-space-4);padding-top:var(--rr-space-2);border-top:1px solid var(--rr-divider);color:var(--rr-text-muted);font-size:var(--rr-type-meta-size)}.creator-panel__toggle-grid{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--rr-space-2) var(--rr-space-4);margin:0;padding:0;border:0}.creator-panel__toggle-grid legend{width:100%;margin-bottom:var(--rr-space-2);color:var(--rr-text-muted);font-size:var(--rr-type-meta-size);font-weight:700}.creator-panel__toggle-row{display:flex;min-width:0;min-height:28px;align-items:center;gap:var(--rr-space-3);color:var(--rr-text-secondary);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-meta-line)}.creator-panel__toggle-row input,.creator-panel__overlay-visibility input{flex:0 0 auto;margin:0;accent-color:var(--rr-selection)}.creator-panel__note,.creator-panel__empty,.creator-panel__message{margin:0;color:var(--rr-text-muted);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-meta-line)}.creator-panel__message{padding:var(--rr-space-3) var(--rr-space-4);border-left:3px solid var(--rr-status-checking);color:var(--rr-text-secondary);background:var(--rr-surface-interactive)}.creator-panel__message--success{border-left-color:var(--rr-status-current)}.creator-panel__message--error{border-left-color:var(--rr-status-offline);color:var(--rr-status-offline)}.creator-panel__overlay-index{display:grid;border-top:1px solid var(--rr-divider)}.creator-panel__overlay-row{display:grid;min-width:0;grid-template-columns:28px minmax(0,1fr);align-items:stretch;border-bottom:1px solid var(--rr-divider);border-left:2px solid transparent}.creator-panel__overlay-row[data-selected]{border-left-color:var(--rr-selection);background:var(--rr-selection-surface)}.creator-panel__overlay-visibility{display:grid;min-height:32px;place-items:center;cursor:pointer}.creator-panel__overlay-select.rr-control-button{width:100%;min-width:0;min-height:32px;justify-content:space-between;padding:var(--rr-space-2) var(--rr-space-3);border:0;border-radius:0;text-align:left}.creator-panel__overlay-select span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creator-panel__overlay-select small{color:var(--rr-text-muted);font:500 9px/12px var(--rr-font-mono);text-transform:uppercase}.creator-panel__selected-overlay{display:grid;gap:var(--rr-space-4);padding-top:var(--rr-space-2)}.creator-panel__selected-heading{display:flex;align-items:baseline;justify-content:space-between;gap:var(--rr-space-4)}.creator-panel__selected-heading span{color:var(--rr-text-muted);font-size:var(--rr-type-meta-size)}.creator-panel__selected-heading strong{overflow:hidden;color:var(--rr-text-primary);font-size:var(--rr-type-control-size);text-overflow:ellipsis;white-space:nowrap}.creator-panel__property-grid{display:grid;grid-template-columns:minmax(0,1fr) 74px;gap:var(--rr-space-3)}.creator-panel__upload{display:grid;gap:var(--rr-space-3)}.creator-panel__upload input[type=file]{width:100%;min-width:0;color:var(--rr-text-muted);font-size:10.5px}.creator-panel__upload input[type=file]::file-selector-button{min-height:30px;margin-right:var(--rr-space-3);padding:var(--rr-space-2) var(--rr-space-4);border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-sm);color:var(--rr-text-secondary);background:var(--rr-surface-interactive);cursor:pointer}.creator-panel__asset-row{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:var(--rr-space-4);padding-top:var(--rr-space-3);border-top:1px solid var(--rr-divider)}.creator-panel__asset-row>span{display:grid;min-width:0}.creator-panel__asset-row strong{overflow:hidden;color:var(--rr-text-secondary);font-size:var(--rr-type-control-size);text-overflow:ellipsis;white-space:nowrap}.creator-panel__asset-row small{color:var(--rr-text-muted);font:500 var(--rr-type-meta-size) / var(--rr-type-meta-line) var(--rr-font-mono)}.creator-panel__library-collection{display:grid;gap:var(--rr-space-3)}.creator-panel__library-collection+.creator-panel__library-collection{padding-top:var(--rr-space-4);border-top:1px solid var(--rr-divider)}.creator-panel__library-collection h3{margin:0;color:var(--rr-text-secondary);font-size:var(--rr-type-control-size);line-height:var(--rr-type-control-line)}.creator-panel__inline-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--rr-space-3)}.creator-panel__saved-list{display:grid;gap:var(--rr-space-2);margin:0;padding:0;list-style:none}.creator-panel__saved-item{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:var(--rr-space-2);padding-top:var(--rr-space-2);border-top:1px solid var(--rr-divider)}.creator-panel__saved-item>span{overflow:hidden;color:var(--rr-text-secondary);font-size:var(--rr-type-meta-size);text-overflow:ellipsis;white-space:nowrap}.creator-panel__saved-item .rr-control-button{min-height:28px;padding-inline:var(--rr-space-3)}.creator-panel__warning-selection{display:grid;gap:var(--rr-space-2)}.creator-panel__warning-selection span{color:var(--rr-text-muted);font-size:var(--rr-type-meta-size)}.creator-panel__warning-selection strong{color:var(--rr-text-primary);font-size:var(--rr-type-control-size);line-height:var(--rr-type-body-line)}.creator-panel__focus-action{justify-self:start}@container creator-panel (max-width: 300px){.creator-panel__group-description{display:none}.creator-panel__property-row,.creator-panel__property-grid,.creator-panel__toggle-grid{grid-template-columns:minmax(0,1fr)}.creator-panel__property-row{gap:var(--rr-space-2)}.creator-panel__output-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.creator-panel__preview-action{grid-column:1 / -1}.creator-panel__saved-item{grid-template-columns:minmax(0,1fr) auto}.creator-panel__saved-item>span{grid-column:1 / -1}}@media(max-width:1100px){.creator-panel{border-top:1px solid var(--rr-divider)}}@media(prefers-reduced-motion:reduce){.creator-panel__group-chevron{transition:none}}@media(pointer:coarse){.creator-panel input[type=text],.creator-panel input[type=number],.creator-panel textarea,.creator-panel select,.creator-panel__toggle-row,.creator-panel__overlay-visibility,.creator-panel__overlay-select.rr-control-button,.creator-panel__saved-item .rr-control-button{min-height:40px}.creator-panel input[type=range]{min-height:32px}}.radar-status{--radar-status-accent: var(--rr-status-checking);position:relative;display:flex;min-width:0;align-items:center;gap:var(--rr-space-4);color:var(--rr-text-secondary);font-family:var(--rr-font-ui);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-meta-line)}.radar-status--current{--radar-status-accent: var(--rr-status-current)}.radar-status--historical,.radar-status--loading{--radar-status-accent: var(--rr-status-checking)}.radar-status--delayed{--radar-status-accent: var(--rr-status-delayed)}.radar-status--stale{--radar-status-accent: var(--rr-status-stale)}.radar-status--offline,.radar-status--source-error{--radar-status-accent: var(--rr-status-offline)}.radar-status__summary{display:flex;min-width:0;flex:1 1 auto;align-items:center;gap:var(--rr-space-4)}.radar-status__states{display:inline-flex;flex:0 0 auto;align-items:center;gap:var(--rr-space-4)}.radar-status__states>.rr-status-indicator{font-size:var(--rr-type-meta-size);font-weight:700;letter-spacing:.04em;text-transform:uppercase}.radar-status__observation{display:inline-flex;min-width:0;align-items:baseline;gap:var(--rr-space-3);overflow:hidden;color:var(--rr-text-secondary);font-family:var(--rr-font-mono);white-space:nowrap}.radar-status__observation-label{color:var(--rr-text-muted);font-family:var(--rr-font-ui)}.radar-status__activity,.radar-status__message{min-width:0;overflow:hidden;color:var(--rr-text-muted);text-overflow:ellipsis;white-space:nowrap}.radar-status__activity{color:var(--radar-status-accent)}.radar-status__details{position:relative;flex:0 0 auto}.radar-status__details>summary{display:inline-flex;min-height:26px;align-items:center;gap:var(--rr-space-2);padding:0 var(--rr-space-3);border:1px solid transparent;border-radius:10px;color:var(--rr-text-muted);background:transparent;font:600 var(--rr-type-meta-size) / var(--rr-type-meta-line) var(--rr-font-ui);cursor:pointer;list-style:none}.radar-status__details>summary::-webkit-details-marker{display:none}.radar-status__details>summary:hover{border-color:var(--rr-divider);color:var(--rr-text-primary);background:var(--rr-surface-interactive-hover)}.radar-status__details>summary:focus-visible{outline:2px solid var(--rr-focus);outline-offset:2px}.radar-status__details[open]>summary{border-color:var(--rr-boundary);color:var(--rr-text-primary);background:var(--rr-surface-interactive-pressed)}.radar-status__details-panel{position:absolute;right:0;bottom:calc(100% + var(--rr-space-4));z-index:8;display:grid;width:min(336px,calc(100vw - (2 * var(--rr-space-5))));max-height:min(430px,calc(100dvh - 96px));gap:var(--rr-space-4);padding:var(--rr-space-5);overflow:auto;border:1px solid var(--rr-boundary);border-radius:18px;color:var(--rr-text-secondary);background:#fff;box-shadow:var(--rr-elevation-overlay)}.radar-status__details-panel>strong{color:var(--rr-text-primary);font-size:var(--rr-type-control-size)}.radar-status__details-panel dl{display:grid;gap:0;margin:0}.radar-status__metadata-row{display:grid;grid-template-columns:minmax(112px,.8fr) minmax(0,1.4fr);gap:var(--rr-space-4);padding:var(--rr-space-3) 0;border-top:1px solid var(--rr-divider)}.radar-status__metadata-row dt{color:var(--rr-text-muted)}.radar-status__metadata-row dd{min-width:0;margin:0;overflow-wrap:anywhere;color:var(--rr-text-secondary);font-family:var(--rr-font-mono)}.radar-status__metadata-row a{color:var(--rr-focus)}.radar-status__error{color:var(--rr-status-offline)}@media(max-width:660px){.radar-status,.radar-status__summary{gap:var(--rr-space-3)}.radar-status__summary{flex-wrap:wrap}.radar-status__observation{order:3;width:100%}.radar-status__activity,.radar-status__message{flex:1 1 120px}.radar-status__details-panel{position:fixed;right:var(--rr-space-4);bottom:calc(var(--radar-dock-height, 104px) + var(--rr-space-4));left:var(--rr-space-4);width:auto;max-height:min(420px,calc(100dvh - 144px))}}.live-stream-ui{position:absolute;z-index:8;inset:0;color:var(--rr-text-primary);font-family:var(--rr-font-ui);pointer-events:none}.live-stream-controls{position:absolute;top:var(--rr-space-5);right:var(--rr-space-5);left:var(--rr-space-5);display:flex;align-items:flex-start;justify-content:space-between;gap:var(--rr-space-6);pointer-events:none}.live-stream-identity,.live-stream-command,.live-stream-announcement,.live-stream-overflow{border:1px solid rgb(100 121 134 / 72%);color:var(--rr-text-primary);background:#090f14f0;box-shadow:var(--rr-elevation-map-control);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto}.live-stream-identity{display:grid;grid-template-columns:auto minmax(0,1fr) auto;width:266px;min-height:54px;border-left:2px solid var(--rr-status-current)}.live-stream-controls[data-feed-state=baselining] .live-stream-identity{border-left-color:var(--rr-status-delayed)}.live-stream-controls[data-feed-state=stale] .live-stream-identity{border-left-color:var(--rr-status-stale)}.live-stream-controls[data-feed-state=offline] .live-stream-identity{border-left-color:var(--rr-status-offline)}.live-stream-identity__mark{display:grid;align-content:center;min-width:43px;padding:0 var(--rr-space-4);border-right:1px solid var(--rr-divider);color:var(--rr-text-secondary);font-family:var(--rr-font-mono);font-size:.65rem;font-weight:780;letter-spacing:-.04em}.live-stream-identity__brand{display:grid;min-width:0;align-content:center;padding:var(--rr-space-3) var(--rr-space-4)}.live-stream-identity__brand strong{overflow:hidden;color:var(--rr-text-primary);font-size:.75rem;font-weight:730;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.live-stream-identity__brand>span{margin-top:var(--rr-space-1);overflow:hidden;color:var(--rr-text-muted);font-size:.59rem;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.live-stream-identity__air{display:inline-flex;align-items:center;align-self:center;gap:var(--rr-space-3);margin-right:var(--rr-space-4);color:#ff8c88;font-size:.58rem;font-weight:820;letter-spacing:.08em;white-space:nowrap}.live-stream-identity__air>span{width:6px;height:6px;border-radius:var(--rr-radius-round);background:var(--rr-alert-tornado)}.live-stream-identity__feed{grid-column:1 / -1;display:flex;min-width:0;align-items:center;gap:var(--rr-space-3);min-height:20px;padding:0 var(--rr-space-4);border-top:1px solid var(--rr-divider);color:var(--rr-text-muted);font-size:.57rem}.live-stream-identity__feed>span:first-child{flex:0 0 auto;width:5px;height:5px;border-radius:var(--rr-radius-round);background:var(--rr-status-current)}.live-stream-identity__feed[data-state=baselining]>span:first-child{background:var(--rr-status-delayed)}.live-stream-identity__feed[data-state=stale]>span:first-child{background:var(--rr-status-stale)}.live-stream-identity__feed[data-state=offline]>span:first-child{background:var(--rr-status-offline)}.live-stream-identity__feed strong{color:var(--rr-text-secondary);font-size:inherit;font-weight:760}.live-stream-identity__feed[data-state=stale] strong{color:var(--rr-status-stale)}.live-stream-identity__feed[data-state=offline] strong{color:var(--rr-status-offline)}.live-stream-identity__feed>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-stream-command{display:grid;width:min(760px,calc(100vw - 314px));min-height:54px}.live-stream-command__trust,.live-stream-command__actions{display:flex;min-width:0;align-items:center}.live-stream-command__trust{gap:var(--rr-space-5);min-height:29px;padding:0 var(--rr-space-4);border-bottom:1px solid var(--rr-divider);white-space:nowrap}.live-stream-command__reading{display:inline-flex;min-width:0;align-items:baseline;gap:var(--rr-space-2)}.live-stream-command__reading>span{color:var(--rr-text-muted);font-size:.55rem}.live-stream-command__reading>strong{overflow:hidden;color:var(--rr-text-secondary);font-size:.61rem;font-weight:720;text-overflow:ellipsis}.live-stream-command__reading[data-state=current]>strong{color:var(--rr-status-current)}.live-stream-command__reading[data-state=baselining]>strong{color:var(--rr-status-delayed)}.live-stream-command__reading[data-state=stale]>strong{color:var(--rr-status-stale)}.live-stream-command__reading[data-state=offline]>strong{color:var(--rr-status-offline)}.live-stream-command__warning,.live-stream-command__queue{color:var(--rr-status-stale);font-size:.57rem;font-weight:760;white-space:nowrap}.live-stream-command__queue{color:var(--rr-status-delayed)}.live-stream-status{position:relative;margin-left:auto}.live-stream-status summary{padding:var(--rr-space-2) var(--rr-space-3);color:var(--rr-text-muted);font-size:.56rem;font-weight:690;list-style:none;cursor:pointer}.live-stream-status summary::-webkit-details-marker{display:none}.live-stream-status summary:after{margin-left:var(--rr-space-2);content:"›"}.live-stream-status[open] summary:after{content:"⌄"}.live-stream-status summary:hover{color:var(--rr-text-secondary)}.live-stream-status summary:focus-visible{border-radius:var(--rr-radius-sm);outline:2px solid var(--rr-focus);outline-offset:1px}.live-stream-status__panel{position:absolute;z-index:3;top:calc(100% + var(--rr-space-3));right:0;display:grid;width:min(310px,calc(100vw - 24px));border:1px solid var(--rr-boundary);background:#0d141afa;box-shadow:var(--rr-elevation-overlay)}.live-stream-status__panel>div{display:grid;grid-template-columns:112px minmax(0,1fr);gap:var(--rr-space-4);padding:var(--rr-space-4) var(--rr-space-5)}.live-stream-status__panel>div+div{border-top:1px solid var(--rr-divider)}.live-stream-status__panel span{color:var(--rr-text-muted);font-size:var(--rr-type-meta-size)}.live-stream-status__panel strong{color:var(--rr-text-secondary);font-size:var(--rr-type-meta-size);font-weight:650;white-space:normal}.live-stream-command__actions{justify-content:flex-end;gap:var(--rr-space-4);min-height:32px;padding:var(--rr-space-2) var(--rr-space-4)}.live-stream-toggle{position:relative;display:inline-flex;align-items:center;gap:var(--rr-space-2);color:var(--rr-text-secondary);font-size:.61rem;font-weight:670;white-space:nowrap;cursor:pointer}.live-stream-toggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.live-stream-toggle>span{position:relative;width:21px;height:12px;border:1px solid #52616b;border-radius:var(--rr-radius-round);background:var(--rr-surface-interactive)}.live-stream-toggle>span:after{position:absolute;top:2px;left:2px;width:6px;height:6px;border-radius:var(--rr-radius-round);background:var(--rr-text-disabled);content:"";transition:transform .14s ease,background-color .14s ease}.live-stream-toggle input:checked+span{border-color:#4b8f70;background:#153326}.live-stream-toggle input:checked+span:after{background:var(--rr-status-current);transform:translate(9px)}.live-stream-toggle input:disabled~*{opacity:.5;cursor:not-allowed}.live-stream-toggle input:focus-visible+span{outline:2px solid var(--rr-focus);outline-offset:2px}.live-stream-scope{display:inline-flex;align-items:center;gap:var(--rr-space-3);color:var(--rr-text-muted);font-size:.57rem;white-space:nowrap}.live-stream-scope select,.live-stream-action,.live-stream-announcement__dismiss{min-height:25px;border:1px solid #52616b;border-radius:var(--rr-radius-sm);color:var(--rr-text-primary);background:var(--rr-surface-interactive);font-family:inherit;font-size:.61rem}.live-stream-scope select{max-width:142px;padding:0 1.5rem 0 var(--rr-space-4)}.live-stream-action,.live-stream-announcement__dismiss{padding:0 var(--rr-space-4);font-weight:700;cursor:pointer}.live-stream-action:hover,.live-stream-announcement__dismiss:hover{border-color:var(--rr-boundary);background:var(--rr-surface-interactive-hover)}.live-stream-action:active,.live-stream-announcement__dismiss:active{background:var(--rr-surface-interactive-pressed)}.live-stream-action:focus-visible,.live-stream-announcement__dismiss:focus-visible,.live-stream-scope select:focus-visible{outline:2px solid var(--rr-focus);outline-offset:2px}.live-stream-action--exit{border-color:#764b4c;color:#f1c4c3;background:#291a1d}.live-stream-action--exit:hover{border-color:#9f6262;background:#342024}.live-stream-command__message{margin:0;padding:var(--rr-space-3) var(--rr-space-4);border-top:1px solid var(--rr-divider);color:var(--rr-status-delayed);font-size:.59rem}.live-stream-announcement{--live-alert-accent: var(--rr-alert-tornado);position:absolute;bottom:38px;left:var(--rr-space-7);display:grid;grid-template-columns:5px minmax(0,1fr);width:min(760px,calc(100vw - 48px));overflow:hidden;box-shadow:var(--rr-elevation-overlay);animation:live-stream-announcement-in .18s ease-out both}.live-stream-announcement--severe_thunderstorm_warning{--live-alert-accent: var(--rr-alert-severe)}.live-stream-announcement--flash_flood_warning{--live-alert-accent: var(--rr-alert-flash-flood)}.live-stream-announcement--other_warning{--live-alert-accent: var(--rr-alert-other-warning)}.live-stream-announcement--watch{--live-alert-accent: var(--rr-alert-watch)}.live-stream-announcement--statement_or_advisory,.live-stream-announcement--other{--live-alert-accent: var(--rr-alert-statement)}.live-stream-announcement__accent{grid-row:1 / 3;background:var(--live-alert-accent)}.live-stream-announcement--watch .live-stream-announcement__accent{background:repeating-linear-gradient(to bottom,var(--live-alert-accent) 0 6px,transparent 6px 10px)}.live-stream-announcement__provenance{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:var(--rr-space-5);min-height:29px;padding:0 var(--rr-space-5);border-bottom:1px solid var(--rr-divider);color:var(--live-alert-accent);font-size:.61rem;font-weight:790;letter-spacing:.045em;text-transform:uppercase}.live-stream-announcement__provenance time{color:var(--rr-text-muted);font-family:var(--rr-font-mono);font-size:.57rem;font-weight:590;letter-spacing:0;text-transform:none}.live-stream-announcement__content{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--rr-space-6);min-height:118px;padding:var(--rr-space-5)}.live-stream-announcement__copy{min-width:0}.live-stream-announcement__copy h2{margin:0;color:var(--rr-text-primary);font-size:clamp(1.15rem,2vw,1.46rem);font-weight:760;letter-spacing:-.018em;line-height:1.08}.live-stream-announcement__area{display:-webkit-box;margin:var(--rr-space-3) 0 0;overflow:hidden;color:var(--rr-text-secondary);font-size:.86rem;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.live-stream-announcement__meta{margin:var(--rr-space-4) 0 0;color:var(--rr-text-muted);font-size:.64rem;line-height:1.35}.live-stream-announcement__speech-error{color:var(--rr-status-delayed)}.live-stream-announcement__dismiss{min-height:31px}.live-stream-overflow{position:absolute;right:var(--rr-space-5);bottom:34px;max-width:340px;padding:var(--rr-space-4) var(--rr-space-5);border-color:#7b633d;color:#e3c68d;background:#1c1810f2;font-size:.64rem;line-height:1.35}@keyframes live-stream-announcement-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1050px){.live-stream-controls{gap:var(--rr-space-4)}.live-stream-identity{width:232px}.live-stream-identity__mark{min-width:38px}.live-stream-command{width:min(690px,calc(100vw - 260px))}.live-stream-command__trust{gap:var(--rr-space-4)}.live-stream-command__reading>span,.live-stream-scope>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;clip-path:inset(50%)}}@media(max-width:780px){.live-stream-controls{top:var(--rr-space-4);right:var(--rr-space-4);left:var(--rr-space-4);display:grid;grid-template-columns:minmax(0,232px) minmax(0,1fr);gap:var(--rr-space-3)}.live-stream-identity{width:232px}.live-stream-command{grid-column:1 / -1;width:100%}.live-stream-command__trust{overflow:visible}.live-stream-command__actions{justify-content:flex-start;overflow-x:auto;scrollbar-width:thin}.live-stream-announcement{bottom:30px;left:var(--rr-space-4);width:calc(100vw - 16px)}.live-stream-overflow{right:var(--rr-space-4);bottom:196px;max-width:calc(100vw - 16px)}}@media(max-width:520px){.live-stream-controls{right:var(--rr-space-3);left:var(--rr-space-3)}.live-stream-identity{width:224px}.live-stream-identity__mark{display:none}.live-stream-command__trust{gap:var(--rr-space-3)}.live-stream-command__reading:nth-child(3)>strong{max-width:82px}.live-stream-command__warning{display:none}.live-stream-command__actions{flex-wrap:wrap;gap:var(--rr-space-3) var(--rr-space-4);min-height:58px}.live-stream-scope select{max-width:118px}.live-stream-announcement{bottom:26px;left:var(--rr-space-3);width:calc(100vw - 12px)}.live-stream-announcement__provenance{align-items:flex-start;flex-direction:column;justify-content:center;gap:0;min-height:39px}.live-stream-announcement__content{grid-template-columns:minmax(0,1fr);gap:var(--rr-space-4);min-height:132px}.live-stream-announcement__copy h2{font-size:1.08rem}.live-stream-announcement__dismiss{justify-self:start}.live-stream-overflow{right:var(--rr-space-3);bottom:220px}}@media(prefers-reduced-motion:reduce){.live-stream-announcement{animation:none}.live-stream-toggle>span:after{transition:none}}@media(pointer:coarse){.live-stream-status summary,.live-stream-toggle,.live-stream-scope select,.live-stream-action,.live-stream-announcement__dismiss{min-height:40px}.live-stream-toggle{padding-block:var(--rr-space-2)}}.live-stream-ui{--rr-text-primary: #edf2f5;--rr-text-secondary: #cbd4da;--rr-text-muted: #98a4ac;--rr-divider: #2b343c;--rr-boundary: #647986;--rr-surface-app: #0d141a;--rr-surface-panel: #10171d;--rr-surface-map: #111920;--rr-surface-interactive: #172129;--rr-surface-interactive-hover: #1d2932;--rr-surface-interactive-pressed: #22323d;--rr-text-disabled: #7a868e;--rr-focus: #82c9ed;--rr-selection: #65afd6;--rr-selection-surface: #183244}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media(hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media(prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.creator-canvas{position:absolute;inset:0;z-index:4;overflow:hidden;pointer-events:none}.creator-canvas__frame{position:absolute;contain:layout paint;color:#f5f7f8;pointer-events:none}.creator-canvas--editing .creator-canvas__frame{outline:1px solid rgb(222 233 239 / 92%);outline-offset:-1px;box-shadow:0 0 0 200vmax #05090ca8,0 0 0 1px #0000008f}.creator-canvas--preview .creator-canvas__frame{inset:0!important;width:100%!important;height:100%!important;overflow:hidden}.creator-canvas__format-label{position:absolute;top:7px;left:8px;padding:3px 5px;border:1px solid rgb(210 221 228 / 52%);border-radius:var(--rr-radius-sm);color:var(--rr-text-primary);background:#0b1115e0;font:700 10px/1.2 var(--rr-font-mono);letter-spacing:.04em;pointer-events:none}.creator-canvas__safe-area{position:absolute;inset:4%;border:1px dashed rgb(229 237 241 / 30%);pointer-events:none}.creator-canvas__overlay{position:absolute;display:flex;min-width:1px;min-height:1px;align-items:center;overflow:hidden;color:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.12;text-wrap:balance;overflow-wrap:anywhere;-webkit-user-select:none;user-select:none;pointer-events:auto;touch-action:none}.creator-canvas--preview .creator-canvas__overlay{pointer-events:none}.creator-canvas__overlay--text{padding:.12em .18em}.creator-canvas__overlay--warning-focus{--creator-alert-accent: var(--rr-alert-other-warning);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.06em;padding:.2em .34em .22em;border:.11em solid var(--creator-alert-accent);border-radius:0;background:#050a12e5;text-shadow:none}.creator-canvas__overlay--warning-focus[data-alert-tone=danger],.creator-canvas__warning-meta[data-alert-tone=danger]{--creator-alert-accent: var(--rr-alert-tornado)}.creator-canvas__overlay--warning-focus[data-alert-tone=severe],.creator-canvas__warning-meta[data-alert-tone=severe]{--creator-alert-accent: var(--rr-alert-severe)}.creator-canvas__overlay--warning-focus[data-alert-tone=flood],.creator-canvas__warning-meta[data-alert-tone=flood]{--creator-alert-accent: var(--rr-alert-flash-flood)}.creator-canvas__overlay--warning-focus .creator-canvas__overlay-text{display:block;width:100%;font-weight:750;line-height:1.02;text-align:center;text-wrap:balance}.creator-canvas__headline-alert-phrase{color:var(--creator-alert-accent)}.creator-canvas__overlay--none{text-shadow:0 1px 2px rgba(0,0,0,.94),0 0 5px rgba(0,0,0,.68)}.creator-canvas__overlay--solid{padding:.24em .34em;background:#05090cd1}.creator-canvas__overlay--warning-focus.creator-canvas__overlay--solid{padding:.2em .34em .22em;border:.11em solid var(--creator-alert-accent);border-radius:0;background:#050a12e5}.creator-canvas__overlay--outline{color:#fff;-webkit-text-stroke:.055em rgba(0,0,0,.94);paint-order:stroke fill;text-shadow:0 1px 2px rgba(0,0,0,.8)}.creator-canvas--editing .creator-canvas__overlay{outline:1px solid rgb(114 193 234 / 38%);outline-offset:-1px;cursor:grab}.creator-canvas--editing .creator-canvas__overlay:hover{outline-color:#82c9edd1}.creator-canvas--editing .creator-canvas__overlay:active{cursor:grabbing}.creator-canvas--editing .creator-canvas__overlay:focus-visible{outline:2px solid var(--rr-focus);outline-offset:2px}.creator-canvas__overlay-label{position:absolute;top:1px;left:2px;max-width:calc(100% - 6px);overflow:hidden;padding:1px 3px;color:var(--rr-text-secondary);background:#060d11c7;font:700 8px/1.25 var(--rr-font-mono);letter-spacing:.03em;opacity:.62;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;pointer-events:none}.creator-canvas__overlay:hover .creator-canvas__overlay-label,.creator-canvas__overlay:focus-visible .creator-canvas__overlay-label{color:var(--rr-text-primary);opacity:1}.creator-canvas__logo{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}.creator-canvas__resize-handle{position:absolute;right:0;bottom:0;width:16px;height:16px;border:0;border-right:2px solid rgb(216 242 255 / 88%);border-bottom:2px solid rgb(216 242 255 / 88%);border-radius:0;background:#20475b6b;cursor:nwse-resize;pointer-events:auto;touch-action:none}.creator-canvas__resize-handle:focus-visible{outline:2px solid var(--rr-focus);outline-offset:1px}.creator-canvas__attribution{position:absolute;left:4px;bottom:3px;z-index:2;max-width:calc(100% - 8px);padding:2px 3px;color:#f5f8f9f0;background:#040709c2;font:500 clamp(7px,1.05cqw,11px) / 1.15 Inter,sans-serif;text-align:left;white-space:normal;pointer-events:none}.creator-canvas__warning-meta{--creator-alert-accent: var(--rr-alert-other-warning);position:absolute;z-index:3;right:5.5%;bottom:5.5%;left:5.5%;display:grid;gap:.4em;padding:.52em .64em .56em;border:.11em solid var(--creator-alert-accent);border-radius:0;background:#050a12e0;color:#fff;font:650 clamp(8px,1.35cqw,18px) / 1.22 var(--rr-font-ui);pointer-events:none}.creator-canvas__warning-meta>strong{color:#f2f6fcc7;font-family:var(--rr-font-mono);font-size:.76em;font-weight:600;letter-spacing:.035em;text-transform:uppercase}.creator-canvas__warning-chips{display:flex;flex-wrap:wrap;gap:.25em .72em}.creator-canvas__warning-chips>span{display:inline-flex;align-items:center;gap:.36em;color:#fffffff5;font-family:var(--rr-font-mono);font-size:.8em;font-weight:600;line-height:1.18}.creator-canvas__warning-fact-label{color:#dce4efbd;text-transform:uppercase}.creator-canvas__warning-fact-value{color:#fff;font:750 1em/1 var(--rr-font-mono)}.creator-canvas__affected-areas{max-width:100%;padding-top:.36em;border-top:1px solid rgb(255 255 255 / 16%);color:#f4f7fce0;font:600 .9em/1.24 var(--rr-font-ui);overflow-wrap:anywhere}.creator-canvas--preview .creator-canvas__editor-only{display:none}@media(prefers-reduced-motion:reduce){.creator-canvas__overlay{scroll-behavior:auto}}@media(pointer:coarse){.creator-canvas__resize-handle{width:28px;height:28px}}.location-search{position:relative;width:clamp(230px,29vw,380px);color:var(--rr-text-secondary)}.location-search__form{display:grid;grid-template-columns:minmax(0,1fr) 38px 40px;overflow:hidden;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:var(--rr-surface-interactive);box-shadow:none}.location-search__form:focus-within{border-color:var(--rr-focus);box-shadow:0 0 0 2px color-mix(in srgb,var(--rr-focus) 24%,transparent)}.location-search__form input{min-width:0;height:38px;padding:0 .72rem;border:0;outline:0;background:transparent;color:var(--rr-text-primary);font:inherit;font-size:.78rem}.location-search__form input::placeholder{color:var(--rr-text-muted)}.location-search__form button{display:grid;place-items:center;border:0;border-left:1px solid var(--rr-boundary);background:var(--rr-surface-interactive);color:var(--rr-text-secondary);cursor:pointer}.location-search__form button:hover:not(:disabled){background:var(--rr-surface-interactive-hover)}.location-search__form button:disabled{cursor:wait}.location-search__saved-toggle{position:relative}.location-search__saved-count{position:absolute;top:3px;right:4px;min-width:13px;padding:0 2px;border-radius:6px;background:var(--rr-focus);color:var(--rr-text-inverse);font-size:.55rem;line-height:13px;text-align:center}.location-search__form .material-symbols-outlined{font-size:1.15rem}.location-search__results{position:absolute;z-index:5;top:calc(100% + 6px);right:0;left:0;overflow:hidden;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:var(--rr-surface-panel);box-shadow:none}.location-search__results ul{max-height:min(310px,48vh);margin:0;padding:.25rem;overflow-y:auto;list-style:none}.location-search__results li+li{border-top:1px solid var(--rr-divider)}.location-search__results li button{width:100%;padding:.58rem .62rem;border:0;border-radius:8px;background:transparent;color:var(--rr-text-primary);text-align:left;cursor:pointer}.location-search__results li button:hover,.location-search__results li button:focus-visible{outline:0;background:var(--rr-surface-interactive-hover)}.location-search__saved-heading{display:flex;align-items:center;justify-content:space-between;padding:.58rem .68rem .42rem;color:var(--rr-text-primary);font-size:.76rem}.location-search__saved-heading>span{color:var(--rr-text-muted);font-size:.64rem;font-variant-numeric:tabular-nums}.location-search__saved-row{display:flex;align-items:stretch;gap:.2rem;padding:.25rem}.location-search__saved-row>.location-search__result-select{flex:1 1 auto;width:auto;min-width:0;padding:.42rem .44rem}.location-search__saved-row>.location-search__result-save,.location-search__saved-actions button{display:grid;flex:0 0 34px;width:34px;min-height:34px;place-items:center;padding:0;border:1px solid var(--rr-boundary);background:var(--rr-surface-interactive);color:var(--rr-text-secondary)}.location-search__saved-row>.location-search__result-save:hover,.location-search__saved-row>.location-search__result-save:focus-visible,.location-search__saved-actions button:hover,.location-search__saved-actions button:focus-visible{background:var(--rr-surface-interactive-hover)}.location-search__saved-actions{display:flex;flex:0 0 auto;gap:.2rem}.location-search__saved-actions .material-symbols-outlined,.location-search__result-save .material-symbols-outlined{font-size:1rem}.location-search__result-name,.location-search__result-detail,.location-search__result-meta{display:block}.location-search__result-name{overflow:hidden;font-size:.79rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.location-search__result-detail{overflow:hidden;margin-top:.08rem;color:var(--rr-text-muted);font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.location-search__result-meta{margin-top:.12rem;color:var(--rr-text-muted);font-size:.66rem;text-transform:capitalize}.location-search__message{margin:0;padding:.72rem;color:var(--rr-text-muted);font-size:.75rem}.location-search__message--error{color:var(--rr-status-offline)}.location-search__attribution{display:block;padding:.36rem .62rem;border-top:1px solid var(--rr-divider);color:var(--rr-text-muted);font-size:.62rem;text-decoration:none}.location-search__attribution:hover{text-decoration:underline}@media(max-width:600px){.location-search{flex:1 1 auto;width:auto;min-width:0}}.radar-timeline-control{display:grid;min-width:0;flex:1 1 320px;gap:8px}.radar-timeline-control__time,.radar-timeline-control__track{display:flex;min-width:0;align-items:center}.radar-timeline-control__time{justify-content:space-between;gap:12px}.radar-timeline-control__time output{overflow:hidden;min-width:0;color:var(--rr-text-primary);font-family:var(--rr-font-mono);font-size:12px;font-weight:700;line-height:16px;text-overflow:ellipsis;white-space:nowrap}.radar-timeline-control__time output[aria-label="Radar frame relative time"]{color:var(--rr-text-muted);font-family:var(--rr-font-ui);font-size:11px;font-weight:500}.radar-timeline-control__track{gap:12px}.radar-timeline-control__scrubber{position:relative;min-width:0;flex:1 1 auto}.radar-timeline-control__track input{width:100%;min-width:96px;height:22px;flex:1 1 auto;margin:0;appearance:none;background:transparent;cursor:pointer}.radar-timeline-control__ticks,.radar-timeline-control__thumb-label{display:none}.radar-timeline-control__track input::-webkit-slider-runnable-track{height:10px;border:1px solid #d4d6d9;border-radius:var(--rr-radius-round);background:linear-gradient(90deg,var(--rr-brand-blue) 0 var(--radar-progress, 0%),#dfe2e5 var(--radar-progress, 0%) 100%);box-shadow:inset 0 2px 3px #343a3f1f}.radar-timeline-control__track input::-moz-range-track{height:10px;border:1px solid #d4d6d9;border-radius:var(--rr-radius-round);background:#dfe2e5;box-shadow:inset 0 2px 3px #343a3f1f}.radar-timeline-control__track input::-moz-range-progress{height:10px;border-radius:var(--rr-radius-round);background:var(--rr-brand-blue)}.radar-timeline-control__track input::-webkit-slider-thumb{width:22px;height:22px;margin-top:-7px;appearance:none;border:4px solid #ffffff;border-radius:50%;background:var(--rr-brand-blue-dark);box-shadow:0 0 0 1px #0044663d,0 3px 7px #00446647}.radar-timeline-control__track input::-moz-range-thumb{width:16px;height:16px;border:4px solid #ffffff;border-radius:50%;background:var(--rr-brand-blue-dark);box-shadow:0 0 0 1px #0044663d,0 3px 7px #00446647}.radar-timeline-control__track input:disabled{cursor:not-allowed;opacity:.52}.radar-timeline-control__track input:focus-visible{border-radius:var(--rr-radius-round);outline:3px solid color-mix(in srgb,var(--rr-focus) 30%,transparent);outline-offset:3px}.radar-timeline-control__count{min-width:48px;flex:0 0 auto;color:var(--rr-text-muted);font-family:var(--rr-font-mono);font-size:11px;font-weight:600;line-height:15px;text-align:right}@media(max-width:560px){.radar-timeline-control__time{gap:8px}.radar-timeline-control__time output{font-size:11px}}.radar-transport{position:relative;display:grid;min-width:0;align-items:center;gap:5px}.radar-transport__buttons{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;gap:7px}.radar-transport__buttons .rr-control-button{padding:0}.radar-transport__step{width:36px;height:36px;min-height:36px;border:1px solid #d0d5d9;border-radius:12px;color:#31373a;background:#f4f6f8;box-shadow:inset 0 1px #ffffffd1,0 3px #c9ced2}.radar-transport__step.rr-control-button--quiet:not(:disabled):hover{border-color:#b9c0c5;background:#fff;transform:translateY(-1px)}.radar-transport__play{width:52px;height:52px;min-height:52px;border-radius:17px}.radar-transport__icon{display:inline-flex;width:13px;height:13px;flex:0 0 auto;align-items:center;justify-content:center;color:currentColor}.radar-transport__icon:before{display:block;width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;content:""}.radar-transport__icon--previous:before{transform:rotate(135deg)}.radar-transport__icon--next:before{transform:rotate(-45deg)}.radar-transport__play-icon{position:relative;display:inline-flex;width:16px;height:18px;flex:0 0 auto;align-items:center;justify-content:center;margin-left:2px;color:currentColor;font-size:0;line-height:1}.radar-transport__play-icon--play:before{width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:12px solid currentColor;content:""}.radar-transport__play-icon--pause:before{width:4px;height:16px;border-radius:1px;background:currentColor;box-shadow:7px 0 0 currentColor;content:""}.radar-transport__play-icon--preparing{width:auto;font-size:19px}.radar-transport__button-label{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.radar-transport__historical{position:absolute;right:0;bottom:calc(100% + 10px);z-index:5;display:flex;width:max-content;max-width:min(520px,calc(100vw - 24px));min-width:0;align-items:center;justify-content:flex-start;gap:6px;box-sizing:border-box;padding:5px 8px;border:1px solid #776033;border-radius:4px;color:#8b5100;background:#2b2417;font-size:10px;line-height:14px}.radar-transport__historical strong{min-width:0;overflow:hidden;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.radar-transport__latest{flex:0 0 auto;min-height:26px;padding-inline:8px;border-radius:9px;color:var(--rr-brand-blue-dark);background:var(--rr-selection-surface);font-size:10px}@media(max-width:660px){.radar-transport{gap:4px}.radar-transport__buttons{gap:5px}.radar-transport__step{width:34px;height:34px;min-height:34px;border-radius:11px}.radar-transport__play{width:46px;height:46px;min-height:46px;border-radius:15px}.radar-transport__historical strong{display:none}}.level2-control{display:grid;min-width:min(760px,calc(100vw - 210px));max-width:min(900px,calc(100vw - 210px));gap:5px;padding:5px;border:1px solid var(--stitch-outline-variant, #434656);border-radius:4px;color:var(--stitch-on-surface-variant, #c3c5d9);background:#131314f2;font:500 11px/14px var(--rr-font-mono, "IBM Plex Mono", monospace);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.level2-control button,.level2-control select,.level2-control input{font:inherit}.level2-control button,.level2-control select{min-height:27px;border:1px solid #454854;border-radius:3px;color:#c3c5d9;background:#1c1b1c}.level2-control button{padding:0 8px;cursor:pointer}.level2-control button:hover:not(:disabled),.level2-control select:hover:not(:disabled){border-color:#73778a;color:#fff;background:#29292c}.level2-control button:focus-visible,.level2-control select:focus-visible,.level2-control input:focus-visible{outline:2px solid var(--stitch-primary, #b6c4ff);outline-offset:1px}.level2-control button:disabled,.level2-control select:disabled{cursor:wait;opacity:.48}.level2-control button.is-active{border-color:var(--stitch-primary, #b6c4ff);color:#001551;background:var(--stitch-primary, #b6c4ff)}.level2-control__primary-row,.level2-control__source,.level2-control__local,.level2-control__products,.level2-control__adjustments,.level2-control__timeline,.level2-control__legend,.level2-control__dock-meta{display:flex;min-width:0;align-items:center;gap:4px}.level2-control__primary-row{justify-content:space-between}.level2-control__source button{border-color:transparent;background:transparent}.level2-control__station,.level2-control__tilt,.level2-control__adjustments>label{display:flex;min-width:0;align-items:center;gap:5px;color:#8d90a2}.level2-control__station>span:first-child,.level2-control__tilt>span,.level2-control__adjustments label>span{white-space:nowrap;text-transform:uppercase}.level2-control__station-value{min-width:0;overflow:hidden;color:#e5e2e3;text-overflow:ellipsis;white-space:nowrap}.level2-control__products{padding-top:4px;border-top:1px solid #303239}.level2-control__products>button{min-width:42px;font-weight:700;letter-spacing:.04em}.level2-control__tilt{margin-left:5px}.level2-control__tilt select{width:70px;padding:0 5px}.level2-control__adjustments{flex-wrap:wrap}.level2-control__adjustments>label:not(.level2-control__checkbox){display:grid;grid-template-columns:auto minmax(74px,120px) 40px}.level2-control__adjustments input[type=range]{width:100%;accent-color:var(--stitch-primary, #b6c4ff)}.level2-control__adjustments output{color:#e5e2e3;text-align:right}.level2-control__checkbox{display:inline-flex!important;align-items:center;gap:4px;padding:0 4px}.level2-control__checkbox input{margin:0;accent-color:var(--stitch-primary, #b6c4ff)}.level2-control__legend{display:grid;grid-template-columns:auto minmax(140px,1fr) auto;gap:7px;color:#8d90a2}.level2-control__legend i{height:7px;border:1px solid #51535e;border-radius:1px;background:var(--level2-gradient)}.level2-control__timeline{display:grid;grid-template-columns:auto minmax(160px,1fr) auto auto;gap:7px}.level2-control__dock-meta{min-width:0;gap:12px}.level2-control__timeline input{width:100%;accent-color:var(--stitch-primary, #b6c4ff)}.level2-control__timeline time{color:#e5e2e3}.level2-control__timeline>span{color:#8d90a2;white-space:nowrap}.level2-control__timeline.radar-player{display:grid;grid-template-columns:max-content minmax(0,1fr) max-content;grid-template-areas:"transport timeline toggle";align-items:center;gap:10px;width:100%;padding:0}.level2-control__timeline.radar-player>.radar-transport{grid-area:transport}.level2-control__timeline.radar-player>.radar-timeline-control{grid-area:timeline;width:100%}.level2-control__timeline.radar-player>.level2-control__timeline-only-toggle{grid-area:toggle}.level2-control__status{display:flex;min-height:17px;max-width:100%;align-items:center;gap:8px;overflow:hidden;color:#9fa2b2;white-space:nowrap;text-overflow:ellipsis}.level2-control__status strong{color:#e5e2e3}.level2-control__status span+span:before{margin-right:8px;color:#515462;content:"·"}.level2-control__status.is-error,.level2-control__status .is-stale{color:#ffb4ab}@media(max-width:1180px){.level2-control{min-width:min(640px,calc(100vw - 180px));max-width:min(760px,calc(100vw - 180px))}}@media(max-width:900px){.level2-control{min-width:0;max-width:calc(100vw - 150px)}.level2-control__primary-row,.level2-control__local,.level2-control__products{flex-wrap:wrap}}@media(max-width:620px){.level2-control{max-width:calc(100vw - 92px)}.level2-control__timeline{grid-template-columns:auto 1fr auto}.level2-control__timeline>span{display:none}}.studio-map--local-radar .studio-map__layer-manager{top:248px}@media(max-width:900px){.studio-map--local-radar .studio-map__layer-manager{top:300px}}.level2-control--sidebar{width:100%;min-width:0;max-width:none;gap:0;padding:0;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.level2-control--sidebar .level2-control__primary-row{display:grid;gap:0}.level2-control--sidebar .level2-control__source{display:grid;grid-template-columns:minmax(0,1fr);gap:4px;padding:8px}.level2-control--sidebar .level2-control__source>button{display:grid;width:100%;min-height:44px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 10px;border:0;border-left:2px solid transparent;border-radius:4px;color:var(--stitch-on-surface-variant, #c3c5d9);background:transparent;text-align:left}.level2-control--sidebar .level2-control__source>button:hover:not(:disabled){border-color:transparent;border-left-color:var(--stitch-outline, #8d90a2);color:var(--stitch-on-surface, #e5e2e3);background:var(--stitch-surface-container-highest, #34343a)}.level2-control--sidebar .level2-control__source>button.is-active{border-color:transparent;border-left-color:var(--stitch-primary, #b6c4ff);color:var(--stitch-on-surface, #e5e2e3);background:var(--stitch-surface-container-highest, #34343a)}.level2-control__source-icon{color:inherit;font-family:Material Symbols Outlined!important;font-size:18px;font-weight:400;line-height:1}.level2-control__source-copy{display:grid;min-width:0;gap:1px}.level2-control__source-copy strong{overflow:hidden;color:inherit;font:500 14px/18px var(--rr-font-ui, sans-serif);text-overflow:ellipsis;white-space:nowrap}.level2-control__source-copy small{overflow:hidden;color:var(--stitch-on-surface-variant, #aeb1c3);font:400 11px/15px var(--rr-font-mono, monospace);text-overflow:ellipsis;white-space:nowrap}.level2-control__source-state{min-width:34px;color:var(--stitch-primary, #b6c4ff);font:600 9px/12px var(--rr-font-mono, monospace);letter-spacing:.04em;text-align:right;text-transform:uppercase}.level2-control--sidebar .level2-control__local{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:9px 10px 11px;border-top:1px solid var(--stitch-outline-variant, #434656)}.level2-control--sidebar .level2-control__station{display:grid;grid-column:1 / -1;grid-template-columns:minmax(0,1fr);gap:4px}.level2-control--sidebar .level2-control__station>span:first-child,.level2-control--sidebar .level2-control__tilt>span,.level2-control--sidebar .level2-control__adjustments label>span{color:var(--stitch-on-surface-variant, #aeb1c3);font:600 9px/12px var(--rr-font-mono, monospace);letter-spacing:.06em;text-transform:uppercase}.level2-control--sidebar .level2-control__products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px;padding:10px;border-top:1px solid var(--stitch-outline-variant, #434656)}.level2-control--sidebar .level2-control__products>button{min-width:0}.level2-control--sidebar .level2-control__tilt{display:grid;grid-column:1 / 3;grid-template-columns:minmax(0,1fr);gap:4px;margin:3px 0 0}.level2-control--sidebar .level2-control__tilt select{width:100%}.level2-control--sidebar .level2-control__adjustments{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;border-top:1px solid var(--stitch-outline-variant, #434656)}.level2-control--sidebar .level2-control__adjustments>label:not(.level2-control__checkbox){display:grid;grid-column:1 / -1;grid-template-columns:minmax(0,1fr) 44px;gap:5px 8px}.level2-control--sidebar .level2-control__adjustments>label:not(.level2-control__checkbox)>span{grid-column:1 / -1}.level2-control--sidebar .level2-control__adjustments>label:not(.level2-control__checkbox) input{min-width:0}.level2-control--sidebar .level2-control__checkbox{grid-column:1 / -1;min-height:28px;padding:0}.level2-control--sidebar .level2-control__adjustments>button{min-width:0}.level2-control--sidebar .level2-control__legend,.level2-control--sidebar .level2-control__timeline,.level2-control--sidebar .level2-control__status{margin:0;padding:9px 10px;border-top:1px solid var(--stitch-outline-variant, #434656)}.level2-control--sidebar .level2-control__legend,.level2-control--sidebar .level2-control__timeline{grid-template-columns:auto minmax(0,1fr) auto}.level2-control--sidebar .level2-control__timeline>span{grid-column:1 / -1}.level2-control--sidebar .level2-control__status{min-height:36px;flex-wrap:wrap;gap:4px 7px;overflow:visible;white-space:normal}.level2-control--sidebar .level2-control__status span+span:before{margin-right:7px}.studio-map--local-radar .studio-map__layer-manager{top:16px}@media(max-width:900px){.studio-map--local-radar .studio-map__layer-manager{top:16px}}.level2-control--sidebar{width:100%;min-width:0;max-width:none;gap:0;padding:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.level2-control--sidebar .level2-control__primary-row{display:block;width:100%}.level2-control--sidebar .level2-control__source{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0}.level2-control--sidebar .level2-control__source>button{display:flex;min-width:0;min-height:36px;align-items:center;justify-content:center;gap:8px;padding:6px 10px;border:1px solid var(--stitch-outline-variant, #434656);border-left-width:1px;color:var(--stitch-on-surface-variant, #c3c5d9);background:var(--stitch-surface-container-low, #1f2025);white-space:nowrap}.level2-control--sidebar .level2-control__source>button:hover:not(:disabled),.level2-control--sidebar .level2-control__source>button.is-active{border-color:var(--stitch-primary, #b6c4ff);color:var(--stitch-on-surface, #e5e2e3);background:var(--stitch-surface-container-highest, #34343a)}.level2-control--sidebar .level2-control__source-icon{flex:0 0 18px;width:18px;font-size:18px}.level2-control--sidebar .level2-control__source-copy{display:block;min-width:0}.level2-control--sidebar .level2-control__source-copy strong{font:600 12px/16px var(--rr-font-ui, sans-serif);white-space:nowrap}.level2-control--sidebar .level2-control__source-copy small,.level2-control--sidebar .level2-control__source-state{display:none}.level2-control--dock{display:grid;width:100%;min-width:0;max-width:none;grid-template-columns:minmax(310px,.9fr) minmax(430px,1.35fr);grid-template-rows:auto minmax(48px,auto) auto;grid-template-areas:"primary products" "timeline timeline" "dock-meta dock-meta";gap:5px 10px;padding:7px 10px;border:0;border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.level2-control--dock .level2-control__primary-row{grid-area:primary}.level2-control--dock .level2-control__local{width:100%}.level2-control--dock .level2-control__station{flex:1 1 auto}.level2-control--dock .level2-control__products{grid-area:products;padding-top:0;border-top:0}.level2-control--dock .level2-control__adjustments{grid-area:adjustments;flex-wrap:nowrap}.level2-control--dock .level2-control__adjustments>label:not(.level2-control__checkbox){flex:1 1 180px;grid-template-columns:auto minmax(76px,1fr) 42px}.level2-control--dock .level2-control__legend{grid-area:legend}.level2-control--dock .level2-control__timeline{grid-area:timeline;grid-template-columns:auto minmax(150px,1fr) auto auto}.level2-control--dock .level2-control__dock-meta{grid-area:dock-meta;display:flex;min-width:0;align-items:center;gap:12px}.level2-control--dock .level2-control__dock-meta>.level2-control__adjustments{flex:1 1 320px;min-width:0}.level2-control--dock .level2-control__dock-meta>.level2-control__status{flex:1.4 1 300px;min-width:0;grid-area:auto}@media(max-width:1100px){.level2-control--dock{grid-template-columns:1fr;grid-template-rows:auto auto minmax(48px,auto) auto;grid-template-areas:"primary" "products" "timeline" "dock-meta";overflow-y:auto}.level2-control--dock .level2-control__adjustments,.level2-control--dock .level2-control__dock-meta{flex-wrap:wrap}}.level2-control--dock{box-sizing:border-box;height:100%;align-content:center;overflow:hidden}.level2-control--dock .level2-control__primary-row,.level2-control--dock .level2-control__products,.level2-control--dock .level2-control__adjustments,.level2-control--dock .level2-control__legend,.level2-control--dock .level2-control__timeline,.level2-control--dock .level2-control__status{min-height:0}.level2-control--dock .level2-control__timeline{overflow:visible}@media(max-width:1100px){.level2-control--dock{align-content:start;overflow:hidden}}@media(max-width:720px){.level2-control--dock{overflow-y:auto}}.level2-control--dock.level2-control--timeline-only{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);grid-template-areas:"timeline";align-content:center;padding:5px 10px}.level2-control--dock.level2-control--timeline-only>:not(.level2-control__timeline){display:none}.level2-control--dock .level2-control__timeline{grid-template-columns:auto minmax(150px,1fr) auto auto auto}.level2-control__timeline-only-toggle{display:inline-grid;width:28px;min-width:28px;padding:0!important;place-items:center}.level2-control__timeline-only-toggle .material-symbols-outlined{font-size:18px;line-height:1}.level2-control--dock .level2-control__timeline{display:grid;grid-template-columns:max-content minmax(0,1fr) max-content minmax(0,max-content) max-content;align-items:center;gap:10px;min-width:0;padding-top:6px}.level2-control--dock .level2-control__timeline-transport{display:inline-flex;align-items:center;gap:6px}.level2-control--dock .level2-control__timeline-step,.level2-control--dock .level2-control__timeline-play{display:inline-grid;width:32px;min-width:32px;height:32px;min-height:32px;padding:0;place-items:center;border:1px solid var(--stitch-outline-variant, #546078);border-radius:50%;color:var(--stitch-on-surface-variant, #c3c5d9);background:var(--stitch-surface-container-low, #1f2a3a);box-shadow:none}.level2-control--dock .level2-control__timeline-step:hover:not(:disabled),.level2-control--dock .level2-control__timeline-play:hover:not(:disabled){border-color:var(--stitch-primary, #6ef39d);color:var(--stitch-on-surface, #ffffff);background:var(--stitch-surface-container-high, #29364a)}.level2-control--dock .level2-control__timeline-play{width:40px;min-width:40px;height:40px;min-height:40px;border-color:var(--stitch-primary, #6ef39d);color:#07140c;background:var(--stitch-primary, #6ef39d)}.level2-control--dock .level2-control__timeline-step:disabled,.level2-control--dock .level2-control__timeline-play:disabled{cursor:wait;opacity:.48}.level2-control--dock .level2-control__timeline-icon{display:inline-flex;width:10px;height:10px;align-items:center;justify-content:center}.level2-control--dock .level2-control__timeline-icon:before{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;content:""}.level2-control--dock .level2-control__timeline-step--previous .level2-control__timeline-icon:before{transform:rotate(135deg)}.level2-control--dock .level2-control__timeline-step--next .level2-control__timeline-icon:before{transform:rotate(-45deg)}.level2-control--dock .level2-control__timeline-play-icon{display:inline-flex;width:14px;height:16px;align-items:center;justify-content:center}.level2-control--dock .level2-control__timeline-play-icon--play:before{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:11px solid currentColor;content:""}.level2-control--dock .level2-control__timeline-play-icon--pause:before{width:3px;height:14px;border-radius:1px;background:currentColor;box-shadow:6px 0 0 currentColor;content:""}.level2-control--dock .level2-control__timeline-button-label{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.level2-control--dock .level2-control__timeline-rail{min-width:0}.level2-control--dock .level2-control__timeline-rail input{width:100%;height:20px;margin:0;appearance:none;accent-color:var(--stitch-primary, #6ef39d);background:transparent}.level2-control--dock .level2-control__timeline-rail input::-webkit-slider-runnable-track{height:5px;border:1px solid color-mix(in srgb,var(--stitch-primary, #6ef39d) 55%,#435367);border-radius:999px;background:#435367}.level2-control--dock .level2-control__timeline-rail input::-moz-range-track{height:5px;border:1px solid color-mix(in srgb,var(--stitch-primary, #6ef39d) 55%,#435367);border-radius:999px;background:#435367}.level2-control--dock .level2-control__timeline-rail input::-webkit-slider-thumb{width:18px;height:18px;margin-top:-7px;appearance:none;border:3px solid #c4d3df;border-radius:50%;background:#176ea9;box-shadow:0 0 0 1px #081f2ecc,0 2px 7px #00000059}.level2-control--dock .level2-control__timeline-rail input::-moz-range-thumb{width:14px;height:14px;border:3px solid #c4d3df;border-radius:50%;background:#176ea9;box-shadow:0 0 0 1px #081f2ecc,0 2px 7px #00000059}.level2-control--dock .level2-control__timeline-state{min-width:0;overflow:hidden;color:var(--stitch-on-surface-variant, #9faec1);text-overflow:ellipsis;white-space:nowrap}@media(max-width:620px){.level2-control--dock .level2-control__timeline{grid-template-columns:auto minmax(90px,1fr) auto auto}.level2-control--dock .level2-control__timeline>span{display:none}}.radar-playback-options{display:flex;min-width:0;align-items:center;gap:var(--rr-space-4)}.radar-playback-options .rr-field-label{gap:var(--rr-space-2);color:var(--rr-text-muted)}.radar-playback-options select{min-height:28px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-sm);padding:0 var(--rr-space-2);color:var(--rr-text-secondary);background:var(--rr-surface-interactive);font-size:var(--rr-type-control-size)}.radar-playback-options input{margin:0;accent-color:var(--rr-selection)}.radar-playback-options select:focus-visible,.radar-playback-options input:focus-visible{outline:2px solid var(--rr-focus);outline-offset:2px}.radar-playback-options__loop{cursor:pointer}@media(max-width:560px){.radar-playback-options{justify-content:space-between;gap:var(--rr-space-2)}.radar-playback-options .rr-field-label{min-width:0}}.radar-player{display:grid;min-width:0;grid-template-columns:max-content minmax(220px,1fr) max-content;grid-template-areas:"transport timeline utility";align-items:stretch;gap:10px;padding:0;border:0;color:var(--rr-text-secondary);background:transparent;font-family:var(--rr-font-ui)}.radar-player>.radar-transport,.radar-player>.radar-timeline-control,.radar-player__utility{min-height:0;border:1px solid rgb(201 207 212 / 92%);background:#fffffffa;box-shadow:var(--rr-elevation-overlay)}.radar-player>.radar-transport{grid-area:transport;align-content:center;padding:8px 10px;border-radius:20px}.radar-player>.radar-timeline-control{grid-area:timeline;align-content:center;padding:12px 16px 11px;border-radius:20px}.radar-player__utility{grid-area:utility;display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:8px;padding:10px 12px;border-radius:20px}.radar-player .radar-status__observation{display:none}.radar-player .radar-status__activity{max-width:124px}.radar-player--historical .radar-timeline-control__time output[aria-label="Radar frame relative time"]{display:none}.radar-player .radar-transport__latest{color:var(--rr-brand-blue-dark)}.radar-player__options{position:relative;flex:0 0 auto}.radar-player__options>summary{display:inline-flex;min-height:34px;align-items:center;gap:6px;padding:0 8px;border:0;border-radius:10px;color:var(--rr-text-muted);background:transparent;font-size:11px;line-height:15px;cursor:pointer;list-style:none}.radar-player__options>summary::-webkit-details-marker{display:none}.radar-player__options>summary strong{color:var(--rr-text-secondary);font-family:var(--rr-font-mono);font-weight:600}.radar-player__options>summary:hover{color:var(--rr-text-primary);background:#eef2f5}.radar-player__options>summary:focus-visible{outline:3px solid color-mix(in srgb,var(--rr-focus) 30%,transparent);outline-offset:2px}.radar-player__options[open]>summary{color:var(--rr-text-primary);background:var(--rr-selection-surface)}.radar-player__options-panel{position:absolute;right:0;bottom:calc(100% + 14px);z-index:8;width:max-content;max-width:min(420px,calc(100vw - 32px));padding:16px;border:1px solid #d1d3d6;border-radius:18px;color:var(--rr-text-primary);background:#fff;box-shadow:var(--rr-elevation-overlay)}.studio-map--creator .radar-player{grid-template-columns:minmax(0,1fr) max-content;grid-template-rows:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"timeline utility" "transport transport";row-gap:6px;padding-block:0}@media(max-width:1320px){.radar-player{grid-template-columns:max-content minmax(0,1fr) max-content;gap:8px}.radar-player .radar-status__activity,.radar-player__options>summary>span:first-child{display:none}}@media(max-width:900px){.radar-player{grid-template-columns:max-content minmax(0,1fr);grid-template-rows:auto auto;grid-template-areas:"transport timeline" "transport utility";gap:5px 8px}.radar-player__utility{justify-content:flex-end;border-radius:14px;padding:5px 8px}}@media(max-width:660px){.radar-player{grid-template-columns:max-content minmax(0,1fr);gap:4px 6px}.radar-player>.radar-transport,.radar-player>.radar-timeline-control{border-radius:16px}.radar-player>.radar-timeline-control{padding:8px 10px}.radar-player .radar-status__states{gap:6px}.radar-player .radar-status__activity,.radar-player__options>summary>span:first-child{display:none}.radar-player__options-panel{position:fixed;right:8px;bottom:calc(var(--radar-dock-height, 126px) + 16px);left:8px;width:auto;max-width:none}}@media(max-width:440px){.radar-player .radar-status{display:none}}@media(prefers-reduced-motion:reduce){.radar-player__options>summary{scroll-behavior:auto}}@media(pointer:coarse){.radar-player__options>summary,.radar-player .radar-playback-options select{min-height:40px}.radar-player .radar-timeline-control__track input,.radar-player .radar-playback-options input{min-height:32px}}.studio-map{--radar-dock-height: 94px;position:relative;min-width:0;min-height:0;overflow:hidden;border:2px solid #ffffff;border-radius:20px;background:#111820;box-shadow:var(--rr-elevation-bubble)}.studio-map__canvas{position:absolute;inset:0}.studio-map__location-marker{position:relative;z-index:2;display:block;width:16px;height:16px;overflow:visible;border:2px solid #f4fff8;border-radius:50%;background:#52f2a1;box-shadow:0 0 0 3px #52f2a13d,0 0 14px 5px #52f2a1ad,0 1px 4px #000000bf;pointer-events:none}.studio-map__location-marker-pulse{position:absolute;inset:-6px;display:block;border:2px solid rgb(82 242 161 / 72%);border-radius:50%;box-shadow:0 0 10px #52f2a16b;pointer-events:none;transform-origin:center;will-change:opacity,transform;animation:studio-map-location-marker-pulse 2.2s ease-out infinite}@keyframes studio-map-location-marker-pulse{0%{opacity:0;transform:scale(.45)}12%{opacity:.9}to{opacity:0;transform:scale(2.8)}}@media(prefers-reduced-motion:reduce){.studio-map__location-marker-pulse{opacity:.55;transform:scale(1);animation:none}}.studio-map--radar-dock-reserved .studio-map__canvas{bottom:0}.studio-map--immersive{width:100%;height:100%;background:#05090c}.studio-map__toolbar{position:absolute;z-index:2;top:12px;left:12px;display:flex;align-items:flex-start;gap:.5rem}.studio-map__toolbar-primary{display:flex;flex-direction:column;align-items:stretch;gap:.35rem}.studio-map__radar-detail{min-width:0;padding:.45rem .5rem .5rem;border:1px solid var(--atlas-rule-strong, var(--atlas-rule, rgb(198 200 204 / 84%)));border-radius:3px;background:var(--atlas-panel, var(--atlas-control, rgb(255 255 255 / 96%)));box-shadow:none;color:var(--atlas-copy, var(--rr-text-primary))}.studio-map__radar-detail-label{display:block;margin:0 0 .35rem;color:var(--atlas-label, var(--rr-text-secondary));font:600 .62rem/.9rem var(--rr-font-mono);letter-spacing:.1em;text-align:center}.studio-map__radar-detail-options{display:grid;grid-template-columns:1fr 1fr;gap:0}.studio-map__radar-detail-options button{min-height:30px;padding:.35rem .45rem;border:1px solid var(--atlas-rule, #53606a);border-radius:2px;color:var(--atlas-copy, #c4d0cc);background:transparent;font:600 .62rem/.85rem var(--rr-font-mono);letter-spacing:.03em;cursor:pointer;text-transform:uppercase}.studio-map__radar-detail-options button+button{margin-left:-1px}.studio-map__radar-detail-options button:hover:not(:disabled){border-color:var(--atlas-rule-strong, #7b8a90);background:var(--atlas-panel-raised, var(--atlas-control-hover, #edf1f4))}.studio-map__radar-detail-options button:focus-visible{outline:2px solid #7fc7ee;outline-offset:1px}.studio-map__radar-detail-options button.is-active{border-color:var(--atlas-current, #243f50);color:var(--atlas-field-deep, #07140c);background:var(--atlas-current, #243f50)}.studio-map__radar-detail-options button:disabled{color:var(--atlas-dim, #9aa5ac);border-color:var(--atlas-rule-soft, #3c4a50);background:transparent;cursor:not-allowed;opacity:.65}.studio-map__radar-dock{position:absolute;z-index:4;right:14px;bottom:14px;left:14px;min-width:0;height:var(--radar-dock-height);overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.studio-map--creator .studio-map__radar-dock{right:16px;bottom:16px;left:16px;height:auto;max-height:var(--radar-dock-height);border:1px solid rgb(198 200 204 / 86%);border-radius:20px;box-shadow:var(--rr-elevation-map-control)}.studio-map--creator-timeline-visible .studio-map__canvas,.studio-map--creator-timeline-visible .creator-canvas{bottom:calc(var(--radar-dock-height) + 24px)}.map-action{flex:0 0 auto;min-height:40px;padding:0 16px;border:1px solid rgb(198 200 204 / 84%);border-radius:14px;color:var(--rr-text-primary);background:#fffffff5;box-shadow:var(--rr-elevation-map-control);font-family:var(--rr-font-display);font-size:12px;font-weight:700;letter-spacing:0;cursor:pointer}.map-action:hover{border-color:#b8bbc0;color:var(--rr-text-primary);background:#fff;transform:translateY(-1px)}.map-action:focus-visible{outline:2px solid #7fc7ee;outline-offset:2px}.studio-map__readout{position:absolute;z-index:2;bottom:27px;left:12px;padding:.2rem .3rem;border:0;color:#f3f6f8;background:#070c10b8;font-family:var(--rr-font-mono);font-size:.68rem;line-height:1;text-shadow:0 1px 2px #000;pointer-events:none}.studio-map__layer-manager{position:absolute;z-index:3;right:48px;bottom:46px;pointer-events:none}.radar-reflectivity-legend{position:absolute;z-index:2;top:50%;left:11px;width:28px;height:min(310px,46%);transform:translateY(-50%);color:var(--atlas-copy, #d7e2e4);font:600 10px/13px var(--rr-font-mono, monospace);pointer-events:none}.radar-reflectivity-legend__scale{display:grid;height:100%;grid-template-rows:auto minmax(0,1fr) auto;align-items:center;justify-items:center;gap:5px}.radar-reflectivity-legend__scale i{display:block;width:10px;min-height:0;height:100%;border:1px solid rgb(220 238 244 / 42%);border-radius:1px;background:var(--reflectivity-gradient)}.studio-map__side-tools,.studio-map__side-tool{display:none!important}.studio-map--radar-dock-reserved .studio-map__readout{bottom:calc(var(--radar-dock-height) + 34px)}.studio-map--radar-dock-reserved .studio-map__layer-manager{bottom:calc(var(--radar-dock-height) + 38px)}.map-layer-controls{display:grid;justify-items:end;gap:.42rem;pointer-events:none}.map-layer-controls>*{pointer-events:auto}.studio-map__phase{position:absolute;z-index:3;top:12px;left:50%;transform:translate(-50%);padding:.4rem .6rem;border:1px solid rgb(198 200 204 / 84%);border-radius:14px;color:var(--rr-text-primary);background:#fffffff5;box-shadow:var(--rr-elevation-map-control);font-size:.72rem}.studio-map__phase--error{border-color:#7e4d4d;color:#f0b8b8}.studio-map--creator:not(.studio-map--creator-preview) .studio-map__toolbar,.studio-map--creator:not(.studio-map--creator-preview) .studio-map__layer-manager,.studio-map--creator:not(.studio-map--creator-preview) .studio-map__readout,.studio-map--creator:not(.studio-map--creator-preview) .studio-map__radar-dock{z-index:6}.studio-map:fullscreen,.studio-map:-webkit-full-screen{width:100vw;height:100vh}.studio-map .maplibregl-ctrl-top-right{top:2px;right:2px}.studio-map .maplibregl-ctrl-group{overflow:hidden;border:1px solid rgb(198 200 204 / 84%);border-radius:14px;background:#fff;box-shadow:var(--rr-elevation-map-control)}.studio-map .maplibregl-ctrl-group button{width:32px;height:32px;background-color:#fff}.studio-map .maplibregl-ctrl-group button+button{border-top-color:var(--rr-divider)}.studio-map .maplibregl-ctrl-group button:hover{background-color:#f0f1f3}.studio-map .maplibregl-ctrl button .maplibregl-ctrl-icon{filter:none}.studio-map .maplibregl-ctrl-attrib{color:#5d6468;background:#ffffffe0}.studio-map .maplibregl-ctrl-attrib a{color:#285f7a}.studio-map .maplibregl-ctrl-bottom-right{z-index:3;top:8px;right:48px;bottom:auto}.studio-map .maplibregl-ctrl-bottom-right .maplibregl-ctrl-attrib{margin:0}.studio-map--creator-preview .maplibregl-ctrl-attrib{display:none}@media(max-width:820px){.studio-map{--radar-dock-height: 122px}.studio-map__layer-manager{top:8px;right:8px;bottom:calc(var(--radar-dock-height) + 56px);display:flex;align-items:flex-end}.studio-map--radar-dock-reserved .studio-map__layer-manager{bottom:calc(var(--radar-dock-height) + 56px)}.map-layer-controls{width:max-content;max-width:calc(100vw - 16px);height:100%;max-height:100%;align-content:end}.layer-manager{--layer-manager-max-height: min(330px, calc(64dvh - 246px) )}}@media(max-width:600px){.studio-map__toolbar{top:8px;right:50px;left:8px;flex-wrap:wrap}.studio-map__readout{bottom:28px;left:8px;font-size:.62rem}.studio-map__layer-manager{right:8px}.studio-map--creator .studio-map__radar-dock{right:8px;bottom:8px;left:8px}}@media(max-width:560px){.studio-map{--radar-dock-height: 116px}}.studio-map--immersive,.studio-map--creator-preview{border:0;border-radius:0;box-shadow:none}@media(max-width:660px){.studio-map__radar-dock{right:8px;bottom:8px;left:8px;border-radius:18px}}.studio-map__follow-prompt{position:absolute;z-index:8;display:grid;min-width:210px;max-width:280px;transform:translate(-50%,calc(-100% - 12px));overflow:hidden;border:1px solid rgb(128 151 166 / 64%);border-radius:11px;color:#e9f0f4;background:#081219f5;box-shadow:0 12px 30px #00000061}.studio-map__follow-prompt:after{position:absolute;top:100%;left:50%;width:9px;height:9px;transform:translate(-50%,-5px) rotate(45deg);border-right:1px solid rgb(128 151 166 / 64%);border-bottom:1px solid rgb(128 151 166 / 64%);background:#081219f5;content:""}.studio-map__follow-prompt>span{overflow:hidden;padding:9px 11px 7px;color:#b6c6d0;font:600 10px / 14px var(--rr-font-mono);text-overflow:ellipsis;white-space:nowrap}.studio-map__follow-prompt>div{display:grid;grid-template-columns:minmax(0,1fr) 32px;border-top:1px solid rgb(128 151 166 / 22%)}.studio-map__follow-prompt button{min-height:34px;border:0;color:#dce8ee;background:transparent;font:700 11px / 1 var(--rr-font-display);cursor:pointer}.studio-map__follow-prompt button+button{border-left:1px solid rgb(128 151 166 / 22%);color:#93a7b3;font-size:18px}.studio-map__follow-prompt button:hover{color:#fff;background:#74d2ff1f}.studio-map__follow-prompt button:focus-visible{outline:2px solid #74d2ff;outline-offset:-2px}.storm-session-bar{position:absolute;z-index:7;top:10px;left:50%;display:grid;grid-template-columns:minmax(150px,1.25fr) auto minmax(135px,.85fr) minmax(140px,.9fr) auto auto;align-items:center;width:min(1080px,calc(100% - 150px));min-height:48px;transform:translate(-50%);border:1px solid rgb(128 151 166 / 62%);border-radius:13px;color:#e9f0f4;background:#081219f0;box-shadow:0 10px 28px #00000057;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.storm-session-bar__identity,.storm-session-bar__radar,.storm-session-bar__tracking,.storm-session-bar__alert{min-width:0;padding:7px 12px}.storm-session-bar__radar,.storm-session-bar__tracking,.storm-session-bar__alert,.storm-session-bar__diagnostics,.storm-session-bar__actions{border-left:1px solid rgb(128 151 166 / 22%)}.storm-session-bar__identity,.storm-session-bar__radar,.storm-session-bar__tracking,.storm-session-bar__alert{display:grid;gap:1px}.storm-session-bar__identity>span,.storm-session-bar__radar>span,.storm-session-bar__tracking>span,.storm-session-bar__alert>span{overflow:hidden;color:#9cb0bd;font-size:10px;line-height:13px;text-overflow:ellipsis;white-space:nowrap}.storm-session-bar__identity>span{color:#74d2ff;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.storm-session-bar strong{overflow:hidden;color:#f3f7f9;font-size:12px;line-height:15px;text-overflow:ellipsis;white-space:nowrap}.storm-session-bar--tracking{border-color:#39d9ffad}.storm-session-bar--lost{border-color:#ff6d5fb8}.storm-session-bar--paused{border-color:#8d98a794}.storm-session-bar__tracking strong{color:#c7f5ff;font-family:var(--rr-font-mono)}.storm-session-bar--lost .storm-session-bar__tracking strong{color:#ff9b91}.storm-session-bar__diagnostics{position:relative;align-self:stretch;min-width:54px}.storm-session-bar__diagnostics summary{display:grid;height:100%;place-items:center;color:#9cb0bd;font:700 10px / 1 var(--rr-font-mono);cursor:pointer;list-style:none}.storm-session-bar__diagnostics summary::-webkit-details-marker{display:none}.storm-session-bar__diagnostics[open] dl{display:grid}.storm-session-bar__diagnostics dl{position:absolute;top:calc(100% + 7px);right:0;display:none;width:220px;margin:0;padding:10px;border:1px solid rgb(128 151 166 / 52%);border-radius:10px;background:#081219fa;box-shadow:0 12px 30px #0000006b}.storm-session-bar__diagnostics dl>div{display:flex;justify-content:space-between;gap:16px;padding:4px 2px}.storm-session-bar__diagnostics dt,.storm-session-bar__diagnostics dd{margin:0;color:#9cb0bd;font:600 10px / 13px var(--rr-font-mono)}.storm-session-bar__diagnostics dd{color:#e9f0f4}.storm-session-bar__actions{display:flex;gap:5px;padding:7px}.storm-session-bar__actions .rr-control-button{min-height:30px;padding-inline:10px;font-size:10px}@media(max-width:1250px){.storm-session-bar{grid-template-columns:minmax(150px,1fr) auto minmax(130px,.8fr) auto auto;width:min(860px,calc(100% - 120px))}.storm-session-bar__alert{display:none}}@media(max-width:760px){.storm-session-bar{right:48px;left:10px;width:auto;transform:none;grid-template-columns:minmax(120px,1fr) minmax(120px,.8fr) auto}.storm-session-bar__radar,.storm-session-bar__diagnostics{display:none}.storm-session-bar__actions .rr-control-button:nth-child(2){display:none}}.application-health-drawer{position:fixed;inset-block-start:45px;inset-inline-end:var(--rr-space-5);width:min(320px,calc(100vw - (2 * var(--rr-space-5))))}.application-health-drawer .rr-tool-drawer__body{display:grid;gap:var(--rr-space-5);padding:var(--rr-space-5)}.application-health-drawer__message{margin:0;color:var(--rr-text-secondary);font-size:var(--rr-type-body-size);line-height:var(--rr-type-body-line)}.application-health-drawer__sources{display:grid;gap:var(--rr-space-4);padding-top:var(--rr-space-4);border-top:1px solid var(--rr-divider)}.application-health-drawer__sources h3{margin:0;color:var(--rr-text-muted);font-size:var(--rr-type-meta-size);font-weight:700;letter-spacing:.06em;line-height:var(--rr-type-meta-line);text-transform:uppercase}.application-health-drawer__source{display:grid;gap:var(--rr-space-1);min-width:0}.application-health-drawer__source .rr-source-status-line{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center}.application-health-drawer__source .rr-source-status-line__time,.application-health-drawer__source .rr-source-status-line__refresh{grid-column:2;white-space:normal}.application-health-drawer__source .rr-source-status-line__time:before,.application-health-drawer__source .rr-source-status-line__refresh:before{display:none}.application-health-drawer__source-detail{overflow:hidden;margin:0;color:var(--rr-status-stale);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-meta-line);text-overflow:ellipsis;white-space:nowrap}.application-health-drawer__details{display:grid;gap:var(--rr-space-4);margin:0;padding-top:var(--rr-space-4);border-top:1px solid var(--rr-divider)}.application-health-drawer__details>div{display:grid;grid-template-columns:minmax(80px,auto) minmax(0,1fr);align-items:baseline;gap:var(--rr-space-5)}.application-health-drawer__details dt{color:var(--rr-text-muted);font-size:var(--rr-type-meta-size);font-weight:650;line-height:var(--rr-type-meta-line)}.application-health-drawer__details dd{min-width:0;margin:0;color:var(--rr-text-secondary);font-size:var(--rr-type-meta-size);line-height:var(--rr-type-meta-line);text-align:right}.application-health-drawer__details code{overflow-wrap:anywhere;font-family:var(--rr-font-mono)}@media(max-width:560px){.application-health-drawer{inset-block-start:48px;inset-inline:var(--rr-space-4);width:auto;max-height:min(360px,42dvh)}}.studio-header{z-index:12;display:flex;width:auto;height:64px;min-width:0;align-items:stretch;justify-content:space-between;gap:var(--rr-space-6);margin:10px 20px 8px;padding:0;border:0;color:var(--rr-text-primary);background:transparent;box-shadow:none}.studio-header__identity{display:flex;width:min(430px,42vw);min-width:260px;flex:0 1 auto;align-items:center;gap:12px;padding:8px 16px 8px 10px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:var(--rr-surface-panel);box-shadow:var(--rr-elevation-soft)}.studio-header__mark{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border-radius:14px;color:#fff;background:var(--rr-brand-red);box-shadow:inset 0 1px #fff6,0 4px 0 var(--rr-brand-red-dark),0 8px 16px #e600122e;font-family:var(--rr-font-display);font-size:12px;font-weight:800;letter-spacing:-.04em;line-height:1}.studio-header__product{display:grid;min-width:0;gap:1px}.studio-header__title,.studio-header__context{overflow:hidden;margin:0;text-overflow:ellipsis;white-space:nowrap}.studio-header__title{color:var(--rr-text-primary);font-family:var(--rr-font-display);font-size:17px;font-weight:800;letter-spacing:-.03em;line-height:21px}.studio-header__context{min-width:0;color:var(--rr-text-muted);font-family:var(--rr-font-mono);font-size:11px;font-weight:500;line-height:15px}.studio-header__controls,.studio-header__mode-actions{display:flex;min-width:0;flex:0 0 auto;align-items:center}.studio-header__controls{gap:10px}.studio-header__utc{position:relative}.studio-header__utc-trigger{display:inline-flex;min-height:36px;align-items:center;gap:8px;padding:0;border:1px solid transparent;border-radius:var(--rr-radius-sm);color:inherit;background:transparent;font:inherit;white-space:nowrap;cursor:pointer}.studio-header__utc-trigger:hover{color:var(--rr-text-primary);background:var(--rr-surface-interactive-hover)}.studio-header__utc-trigger:focus-visible{outline:2px solid var(--rr-focus);outline-offset:2px}.studio-header__utc-trigger time{white-space:nowrap}.studio-header__utc-chevron{font-size:16px;transition:transform .16s ease}.studio-header__utc--open .studio-header__utc-chevron{transform:rotate(180deg)}.studio-header__timezone-menu{position:absolute;z-index:40;top:calc(100% + 8px);right:0;display:grid;width:min(292px,calc(100vw - 24px));gap:3px;padding:8px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-primary);background:var(--rr-surface-panel);box-shadow:var(--rr-elevation-bubble)}.studio-header__timezone-heading{padding:4px 9px 7px;color:var(--rr-text-muted);font-family:var(--rr-font-mono);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.studio-header__timezone-option{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;width:100%;align-items:center;padding:9px;border:1px solid transparent;border-radius:var(--rr-radius-sm);color:var(--rr-text-secondary);background:transparent;text-align:left;cursor:pointer}.studio-header__timezone-option:hover,.studio-header__timezone-option:focus-visible{border-color:var(--rr-boundary);color:var(--rr-text-primary);background:var(--rr-surface-interactive-hover);outline:none}.studio-header__timezone-option--selected{border-color:var(--rr-focus);color:var(--rr-text-primary);background:var(--rr-surface-interactive)}.studio-header__timezone-option-label{overflow:hidden;font-family:var(--rr-font-display);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.studio-header__timezone-option-detail{overflow:hidden;color:var(--rr-text-muted);font-family:var(--rr-font-mono);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.studio-header__mode-actions{height:64px;gap:4px;padding:6px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:var(--rr-surface-panel);box-shadow:var(--rr-elevation-soft)}.studio-header__current-mode{display:inline-flex;min-height:40px;align-items:center;padding:0 18px;border-radius:14px;color:#fff;background:var(--rr-brand-blue-dark);box-shadow:inset 0 1px #ffffff42,0 3px #046;font-family:var(--rr-font-display);font-size:13px;font-weight:800;line-height:18px;white-space:nowrap}.studio-header__mode-button,.studio-header__live-button,.studio-header__account-button,.studio-header__health-button,.studio-header__shortcuts-button{min-height:40px}.studio-header__mode-button,.studio-header__live-button{border-radius:14px;font-family:var(--rr-font-display);font-weight:700}.studio-header__mode-button.rr-control-button--quiet,.studio-header__live-button.rr-control-button--quiet{padding-inline:15px}.studio-header__live-button{position:relative;margin-left:0;padding-left:31px!important;color:var(--rr-brand-red-dark)}.studio-header__live-button:before{position:absolute;left:14px;width:8px;height:8px;border-radius:50%;background:var(--rr-brand-red);box-shadow:0 0 0 4px #e600121a;content:""}.studio-header__live-button.rr-control-button--quiet:not(:disabled):hover{color:#fff;background:var(--rr-brand-red)}.studio-header__live-button.rr-control-button--quiet:not(:disabled):hover:before{background:#fff;box-shadow:none}.studio-header__account-button,.studio-header__health-button,.studio-header__shortcuts-button{height:64px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:var(--rr-surface-panel);box-shadow:var(--rr-elevation-soft)}.studio-header__account-button{max-width:150px;padding-inline:12px;color:var(--rr-text-secondary)}.studio-header__account-button--early-access:disabled{border-color:var(--rr-boundary);color:var(--rr-text-secondary);background:var(--rr-surface-panel);cursor:default;opacity:1}.studio-header__account-label{max-width:88px;overflow:hidden;margin-left:6px;text-overflow:ellipsis;white-space:nowrap;font-family:var(--rr-font-display);font-size:12px;font-weight:700}.studio-header__health-button{max-width:180px;padding-inline:14px}.studio-header__account-button:hover:not(:disabled),.studio-header__health-button:hover:not(:disabled),.studio-header__shortcuts-button:hover:not(:disabled){border-color:var(--rr-boundary)!important;background:var(--rr-surface-interactive-hover)!important;transform:none}.studio-header__shortcuts-button{width:58px;min-width:58px;padding:0;color:var(--rr-text-secondary)}.studio-header__shortcuts-label{display:none}.studio-header__shortcuts-label--compact{display:inline-flex;font-family:var(--rr-font-display);font-size:18px;font-weight:800}.studio-header__health-button .rr-status-indicator__label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:920px){.studio-header{gap:10px;margin-inline:12px}.studio-header__identity{width:auto;min-width:216px}.studio-header__context,.studio-header__account-label,.studio-header__health-label .rr-status-indicator__label{display:none}.studio-header__account-button,.studio-header__health-button{width:58px;padding:0}.studio-header__health-button .rr-status-indicator{gap:0}}@media(max-width:660px){.studio-header{height:58px;margin:8px 8px 4px}.studio-header__identity{min-width:0;height:58px;padding:7px 10px 7px 7px;border-radius:17px}.studio-header__mark{width:40px;height:40px;flex-basis:40px;border-radius:12px}.studio-header__title{max-width:122px;font-size:13px}.studio-header__mode-actions{height:58px;padding:5px;border-radius:17px}.studio-header__current-mode,.studio-header__mode-button,.studio-header__live-button{min-height:36px;padding-inline:10px!important;border-radius:12px;font-size:11px}.studio-header__live-button{padding-left:24px!important}.studio-header__live-button:before{left:10px;width:7px;height:7px}.studio-header__account-button,.studio-header__health-button,.studio-header__shortcuts-button{display:none}}@media(max-width:470px){.studio-header__product{display:none}.studio-header__identity{flex:0 0 54px;padding-right:7px}}.map-workspace{display:grid;grid-template-columns:minmax(0,1fr) clamp(344px,24vw,402px);min-width:0;min-height:0;gap:14px;padding:4px 20px 16px;background:transparent}.map-workspace--creator-panel:not(.map-workspace--alert-panel){grid-template-columns:minmax(0,1fr) 364px}.map-workspace--creator-panel.map-workspace--alert-panel{grid-template-columns:minmax(0,1fr) 328px 364px}.studio-shell--preview .map-workspace{display:grid;grid-template:minmax(0,1fr) / minmax(0,1fr);place-items:center;padding:0;background:#05080a}.studio-shell--live-stream .map-workspace{display:grid;grid-template:minmax(0,1fr) / minmax(0,1fr);padding:0;background:#05090c}.map-workspace--live-stream{min-width:0;min-height:0}@media(max-width:1180px){.map-workspace{grid-template-columns:minmax(0,1fr) 336px;gap:12px;padding-inline:12px;padding-bottom:12px}.map-workspace--creator-panel.map-workspace--alert-panel{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:minmax(0,64%) minmax(0,36%)}.map-workspace--creator-panel:not(.map-workspace--alert-panel){grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,64%) minmax(0,36%)}.map-workspace--creator-panel>.studio-map{grid-row:1;grid-column:1 / -1}.map-workspace--creator-panel.map-workspace--alert-panel>.alert-panel{grid-row:2;grid-column:1}.map-workspace--creator-panel.map-workspace--alert-panel>.creator-panel{grid-row:2;grid-column:2}.map-workspace--creator-panel:not(.map-workspace--alert-panel)>.creator-panel{grid-row:2;grid-column:1}}@media(max-width:820px){.map-workspace{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,58%) minmax(0,42%);gap:10px;padding:4px 8px 8px}.map-workspace--creator-panel.map-workspace--alert-panel{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:minmax(0,58%) minmax(0,42%)}}@media(max-width:560px){.map-workspace{grid-template-rows:minmax(0,56%) minmax(0,44%)}}.monitor-navigator-restore{display:none}.map-workspace--alert-panel-collapsed{grid-template-columns:minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important;gap:0!important;padding:0!important}.map-workspace--alert-panel-collapsed>.studio-map{grid-column:1!important;grid-row:1!important}@media(max-width:820px){.map-workspace--alert-panel-collapsed{grid-template-rows:minmax(0,1fr)}}.studio-shell{display:grid;grid-template-rows:56px minmax(0,1fr);width:100%;height:100vh;height:100dvh;min-width:0;min-height:0;overflow:hidden;background:var(--rr-surface-map)}.studio-shell h1,.studio-shell p{margin:0}.studio-shell--preview{grid-template-rows:minmax(0,1fr);background:#050506}.studio-shell--preview .app-bar{display:none}.studio-shell--preview .studio-map{width:min(100vw,calc(100dvh * var(--creator-aspect)));height:min(100dvh,calc(100vw / var(--creator-aspect)));border-radius:0}@media(max-width:560px){.studio-shell{grid-template-rows:52px minmax(0,1fr)}}.rr-ui-editor{position:fixed;z-index:2147483647;top:16px;right:16px;display:grid;width:min(320px,calc(100vw - 32px));gap:12px;box-sizing:border-box;padding:14px;border:1px solid #6ef39d;border-radius:12px;color:#eaf3f1;background:#101c24;box-shadow:0 14px 42px #0000007a;font:500 12px/1.35 var(--rr-font-ui, system-ui, sans-serif)}.rr-ui-editor button,.rr-ui-editor input{font:inherit}.rr-ui-editor button{min-height:30px;padding:0 9px;border:1px solid #385664;border-radius:6px;color:#eaf3f1;background:#1a2b34;cursor:pointer}.rr-ui-editor button:hover:not(:disabled){border-color:#6ef39d;background:#23414a}.rr-ui-editor button:disabled{cursor:not-allowed;opacity:.45}.rr-ui-editor__header,.rr-ui-editor__footer,.rr-ui-editor__actions{display:flex;align-items:center;gap:6px}.rr-ui-editor__header{justify-content:space-between}.rr-ui-editor__header strong,.rr-ui-editor__header span{display:block}.rr-ui-editor__header strong{color:#9ce8a6;font-size:14px}.rr-ui-editor__header span,.rr-ui-editor__status,.rr-ui-editor__section small{color:#9bb0b7}.rr-ui-editor__close{width:30px;padding:0;font-size:20px;line-height:1}.rr-ui-editor__status{margin:0;min-height:32px}.rr-ui-editor__actions button,.rr-ui-editor__footer button{flex:1 1 0;min-width:0;font-size:11px}.rr-ui-editor__section{display:grid;gap:5px;padding-top:10px;border-top:1px solid #29414d}.rr-ui-editor__label{color:#9ce8a6;font:600 10px/1 var(--rr-font-mono, monospace);letter-spacing:.12em;text-transform:uppercase}.rr-ui-editor__section code,.rr-ui-editor__section small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rr-ui-editor__section code{color:#fff}.rr-ui-editor__fields{grid-template-columns:repeat(2,minmax(0,1fr))}.rr-ui-editor__fields label{display:grid;gap:4px;color:#9bb0b7;font-size:10px;text-transform:uppercase}.rr-ui-editor__fields input{width:100%;min-width:0;box-sizing:border-box;padding:5px 6px;border:1px solid #385664;border-radius:5px;color:#fff;background:#16252d}.rr-ui-editor__selection{position:fixed;z-index:2147483646;box-sizing:border-box;border:2px solid #6ef39d;background:#6ef39d0d;cursor:move;pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none}.rr-ui-editor__handle{position:absolute;width:10px;height:10px;padding:0;border:2px solid #101c24;border-radius:50%;background:#6ef39d;cursor:nwse-resize}.rr-ui-editor__handle--nw{top:-6px;left:-6px;cursor:nwse-resize}.rr-ui-editor__handle--ne{top:-6px;right:-6px;cursor:nesw-resize}.rr-ui-editor__handle--sw{bottom:-6px;left:-6px;cursor:nesw-resize}.rr-ui-editor__handle--se{right:-6px;bottom:-6px;cursor:nwse-resize}@media(max-width:560px){.rr-ui-editor{top:8px;right:8px;width:min(300px,calc(100vw - 16px))}}:root{color-scheme:dark;--rr-surface-app: #0b1326;--rr-surface-panel: #171f33;--rr-surface-map: #060e20;--rr-surface-interactive: #222a3d;--rr-surface-interactive-hover: #2d3449;--rr-surface-interactive-pressed: #31394d;--rr-surface-disabled: #1a2235;--rr-text-primary: #dae2fd;--rr-text-secondary: #b9c8de;--rr-text-muted: #8694a8;--rr-text-disabled: #5e6a7d;--rr-text-inverse: #003919;--rr-divider: #29344a;--rr-boundary: #3d4a5f;--rr-focus: #6bfb9a;--rr-selection: #4ade80;--rr-selection-surface: #183b2a;--rr-brand-red: #d32f2f;--rr-brand-red-dark: #8f1d1d;--rr-brand-blue: #b9c8de;--rr-brand-blue-dark: #39485a;--rr-brand-green: #4ade80;--rr-status-current: #6bfb9a;--rr-status-checking: #b9c8de;--rr-status-delayed: #f0b55a;--rr-status-stale: #ff9970;--rr-status-offline: #ffb4ab;--rr-alert-tornado: #ef3e3e;--rr-alert-severe: #f2c94c;--rr-alert-flash-flood: #20b86a;--rr-alert-other-warning: #4aa3df;--rr-alert-watch: #8f6fc3;--rr-alert-statement: #66c7ff;--rr-space-1: 4px;--rr-space-2: 6px;--rr-space-3: 8px;--rr-space-4: 12px;--rr-space-5: 16px;--rr-space-6: 24px;--rr-space-7: 32px;--rr-space-8: 40px;--rr-radius-sm: 4px;--rr-radius-md: 8px;--rr-radius-lg: 12px;--rr-radius-xl: 16px;--rr-radius-round: 999px;--rr-font-display: "Geist", Inter, ui-sans-serif, system-ui, sans-serif;--rr-font-ui: "Geist", Inter, ui-sans-serif, system-ui, sans-serif;--rr-font-mono: "JetBrains Mono", "Cascadia Mono", Consolas, monospace;--rr-type-body-size: 14px;--rr-type-body-line: 20px;--rr-type-control-size: 13px;--rr-type-control-line: 18px;--rr-type-meta-size: 11px;--rr-type-meta-line: 16px;--rr-elevation-bubble: none;--rr-elevation-soft: none;--rr-elevation-map-control: none;--rr-elevation-overlay: none;--rr-elevation-primary: none}:root{color:var(--rr-text-primary);background:var(--rr-surface-app);font-family:var(--rr-font-ui);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;min-height:100dvh;overflow:hidden;background:var(--rr-surface-map)}button,input,textarea,select{font:inherit}button,summary,select,input[type=range]{-webkit-tap-highlight-color:transparent}::selection{color:var(--rr-text-inverse);background:var(--rr-selection)}*{scrollbar-width:thin;scrollbar-color:var(--rr-surface-interactive-pressed) var(--rr-surface-app)}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:var(--rr-surface-app)}*::-webkit-scrollbar-thumb{border:2px solid var(--rr-surface-app);background:var(--rr-surface-interactive-pressed)}.rr-control-button{min-height:34px;padding:7px 12px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-secondary);background:var(--rr-surface-interactive);box-shadow:none;font:500 13px/18px var(--rr-font-ui);letter-spacing:0;transition:color .12s ease,border-color .12s ease,background-color .12s ease}.rr-control-button--quiet{border-color:transparent;background:transparent}.rr-control-button--primary{border-color:var(--rr-selection);color:var(--rr-text-inverse);background:var(--rr-selection);font-weight:650}.rr-control-button--destructive{border-color:#8b3d42;color:var(--rr-status-offline);background:#321a24}.rr-control-button:not(:disabled):hover{border-color:#59687e;color:var(--rr-text-primary);background:var(--rr-surface-interactive-hover);box-shadow:none;transform:none}.rr-control-button--quiet:not(:disabled):hover{border-color:transparent}.rr-control-button--primary:not(:disabled):hover{border-color:var(--rr-focus);color:#00210c;background:var(--rr-focus)}.rr-control-button:not(:disabled):active{background:var(--rr-surface-interactive-pressed);box-shadow:inset 0 0 0 1px var(--rr-focus);transform:none}.rr-control-button[aria-pressed=true]{border-color:var(--rr-selection);color:var(--rr-focus);background:var(--rr-selection-surface);box-shadow:inset 3px 0 0 var(--rr-selection)}.rr-control-button:focus-visible,button:focus-visible,summary:focus-visible,select:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--rr-focus);outline-offset:2px}.rr-control-button:disabled{border-color:var(--rr-divider);color:var(--rr-text-disabled);background:var(--rr-surface-disabled);opacity:.72}.rr-panel-header{min-height:52px;padding:0 16px;border-bottom:1px solid var(--rr-divider)}.rr-panel-header__title{color:var(--rr-text-primary);font:600 13px/18px var(--rr-font-ui);letter-spacing:.055em;text-transform:uppercase}.rr-panel-header__count{color:var(--rr-text-muted);font:500 11px/16px var(--rr-font-mono)}.rr-status-indicator,.rr-source-status-line{color:var(--rr-text-secondary);font:500 11px/16px var(--rr-font-mono)}.rr-status-indicator__mark{width:7px;height:7px;flex-basis:7px;border:0;box-shadow:none}input,select,textarea{border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-primary);background:var(--rr-surface-container-low, #131b2e)}input[type=checkbox],input[type=range]{accent-color:var(--rr-selection)}.studio-shell{grid-template-rows:64px minmax(0,1fr);color:var(--rr-text-primary);background:var(--rr-surface-app)}.studio-shell--preview{grid-template-rows:minmax(0,1fr)}.studio-shell--preview>.studio-header{display:none!important}.map-workspace{position:relative;display:grid;min-width:0;min-height:0;grid-template-columns:256px minmax(0,1fr);gap:0;padding:0;overflow:hidden;background:var(--rr-surface-map)}.map-workspace>.alert-panel{grid-column:1;grid-row:1}.map-workspace>.studio-map{min-width:0;grid-column:2;grid-row:1}.map-workspace--creator-panel,.map-workspace--creator-panel:not(.map-workspace--alert-panel),.map-workspace--creator-panel.map-workspace--alert-panel,.studio-shell--preview .map-workspace,.studio-shell--live-stream .map-workspace{display:grid;grid-template:minmax(0,1fr) / minmax(0,1fr);padding:0}.map-workspace--creator-panel>.studio-map,.map-workspace--creator-panel>.creator-panel{grid-area:1 / 1}.studio-shell--preview .map-workspace{place-items:center;background:#040a18}.studio-shell--preview .map-workspace>.studio-map{grid-column:1;grid-row:1}.studio-shell--live-stream .map-workspace>.studio-map{width:100%;height:100%;grid-column:1;grid-row:1}.studio-shell>.studio-header{position:relative;z-index:70;display:flex;width:100%;height:64px;min-width:0;min-height:64px;align-items:center;justify-content:space-between;gap:24px;margin:0;padding:0 24px!important;border:0;border-bottom:1px solid var(--rr-boundary);border-radius:0;color:var(--rr-text-primary);background:var(--rr-surface-panel);box-shadow:none}.studio-header__identity{display:flex;width:auto;min-width:0;flex:0 1 auto;align-items:center;gap:24px;padding:0;border:0;background:transparent}.studio-header__mark{display:none}.studio-header__product{display:block;min-width:0;flex:0 0 auto}.studio-header__title{overflow:visible;color:var(--rr-text-primary);font:600 24px/32px var(--rr-font-display);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.studio-header__context{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.studio-header__divider{width:1px;height:24px;flex:0 0 1px;margin-inline:8px;background:var(--rr-boundary)}.studio-header__controls{display:flex;min-width:0;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:16px;background:transparent}.studio-header__mode-actions{position:static;display:flex;height:64px;align-items:center;gap:24px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;transform:none}.studio-header__current-mode,.studio-header__mode-button,.studio-header__live-button{position:relative;display:inline-flex;min-height:64px;align-items:center;padding:2px 2px 0!important;border:0!important;border-radius:0!important;color:var(--rr-text-secondary);background:transparent!important;box-shadow:none!important;font:500 14px/20px var(--rr-font-ui);transform:none!important}.studio-header__current-mode{color:var(--rr-text-primary)}.studio-header__current-mode:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;background:var(--rr-focus);content:""}.studio-header__mode-button:hover,.studio-header__live-button:hover{color:var(--rr-focus)!important;background:transparent!important}.studio-header__live-button{margin:0;padding-left:2px!important}.studio-header__live-button:before,.studio-header__live-button:after{display:none}.studio-header__health-button,.studio-header__shortcuts-button{min-height:32px;padding:0;border:0;border-radius:0;color:var(--rr-text-secondary);background:transparent}.studio-header__health-button:hover,.studio-header__shortcuts-button:hover{color:var(--rr-text-primary);background:transparent}.studio-header__health-button{max-width:none}.studio-header__shortcuts-button{width:24px;min-width:24px;padding:0}.studio-header__utc{display:flex;align-items:center;gap:8px;color:var(--rr-text-secondary);font:400 13px/18px var(--rr-font-mono)}.studio-header__utc:before{width:1px;height:12px;margin-right:8px;background:var(--rr-boundary);content:""}.material-symbols-outlined{font-family:Material Symbols Outlined;font-size:20px;font-style:normal;font-weight:400;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;line-height:1}.studio-header__utc .material-symbols-outlined{font-size:16px}.studio-header__health-icon{font-size:22px}.studio-header__health-label,.studio-header__shortcuts-label,.studio-header__shortcuts-label--compact{display:none}.studio-header__shortcuts-button .material-symbols-outlined{color:var(--rr-text-secondary);font-size:22px}.studio-map{position:relative;min-width:0;min-height:0;overflow:hidden;border:0;border-radius:0;background:var(--rr-surface-map);box-shadow:none}.studio-map__canvas{inset:0}.studio-map__toolbar{top:16px;left:16px}.map-action{min-height:18px;padding:0 12px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-primary);background:#131b2ef0;box-shadow:none;font:500 11px/16px var(--rr-font-mono);letter-spacing:.025em;text-transform:none}.map-action:hover{border-color:var(--rr-focus);color:var(--rr-focus);background:var(--rr-surface-interactive);transform:none}.studio-map__readout{bottom:12px;left:12px;padding:5px 8px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-sm);color:var(--rr-text-secondary);background:#060e20e0;box-shadow:none;font:400 10px/15px var(--rr-font-mono);text-shadow:none}.studio-map__layer-manager{inset:16px 58px auto auto;display:flex;align-items:flex-start}.studio-map__phase{border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-primary);background:var(--rr-surface-panel);box-shadow:none}.studio-map .maplibregl-ctrl-top-right{top:4px;right:4px}.studio-map .maplibregl-ctrl-group{overflow:hidden;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:#131b2ef0;box-shadow:none}.studio-map .maplibregl-ctrl-group button{width:36px;height:36px;border-radius:0;background-color:transparent}.studio-map .maplibregl-ctrl-group button+button{border-top-color:var(--rr-boundary)}.studio-map .maplibregl-ctrl-group button:hover{background-color:var(--rr-surface-interactive-hover)}.studio-map .maplibregl-ctrl button .maplibregl-ctrl-icon{filter:invert(93%) sepia(8%) saturate(742%) hue-rotate(188deg) brightness(98%)}.studio-map .maplibregl-ctrl-attrib{color:var(--rr-text-muted);background:#060e20e0;font:400 9px/13px var(--rr-font-mono)}.studio-map .maplibregl-ctrl-attrib a{color:var(--rr-text-secondary)}.studio-map__radar-dock{right:0;bottom:0;left:0;width:auto;height:76px;overflow:visible;border:0;border-top:1px solid var(--rr-boundary);border-radius:0;background:#0b1326f7;box-shadow:none;transform:none}.studio-map__radar-dock>.radar-player{width:100%;height:100%}.radar-player{display:grid;min-width:0;grid-template-columns:136px minmax(260px,1fr) auto;grid-template-areas:"transport timeline utility";align-items:center;gap:18px;padding:10px 16px;border:0;border-radius:0;color:var(--rr-text-secondary);background:transparent;box-shadow:none}.radar-transport{position:relative;display:flex;min-width:0;align-items:center;gap:4px}.radar-player .radar-transport,.radar-player .radar-timeline-control,.radar-player .radar-player__utility{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.radar-transport__buttons{display:inline-flex;align-items:center;gap:4px}.radar-transport .rr-control-button{width:34px;min-width:34px;height:34px;min-height:34px;padding:0;border-color:transparent;border-radius:var(--rr-radius-md);color:var(--rr-text-secondary);background:transparent;font-family:var(--rr-font-mono)}.radar-transport .rr-control-button:hover:not(:disabled){border-color:var(--rr-boundary);color:var(--rr-text-primary);background:var(--rr-surface-interactive)}.radar-transport__play{width:42px!important;min-width:42px!important;border-color:var(--rr-selection)!important;color:var(--rr-text-inverse)!important;background:var(--rr-selection)!important}.radar-transport__play:hover:not(:disabled){border-color:var(--rr-focus)!important;background:var(--rr-focus)!important}.radar-transport__historical{position:absolute;bottom:calc(100% + 18px);left:0;display:flex;width:max-content;max-width:min(560px,calc(100vw - 32px));align-items:center;gap:8px;padding:5px 8px;border:1px solid #776033;border-radius:var(--rr-radius-sm);color:var(--rr-status-delayed);background:#2b2417;font:500 10px/14px var(--rr-font-mono)}.radar-transport__latest{position:static;width:auto!important;min-width:auto!important;height:30px!important;min-height:30px!important;padding:0 9px!important;border:1px solid var(--rr-selection)!important;color:var(--rr-focus)!important;background:var(--rr-selection-surface)!important;white-space:nowrap}.radar-transport__message{display:none}.radar-timeline-control{display:grid;min-width:0;gap:6px}.radar-timeline-control__time{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:16px}.radar-timeline-control__time output{color:var(--rr-text-primary);font:500 11px/15px var(--rr-font-mono)}.radar-timeline-control__time output:last-child{color:var(--rr-text-muted);font-weight:400}.radar-timeline-control__track{display:flex;min-width:0;align-items:center;gap:12px}.radar-timeline-control__track input{width:100%;min-width:0;height:18px;margin:0;appearance:none;border:0;border-radius:0;background:transparent}.radar-timeline-control__track input::-webkit-slider-runnable-track{height:4px;border:0;border-radius:0;background:linear-gradient(90deg,var(--rr-selection) 0 var(--radar-progress, 0%),var(--rr-surface-interactive-pressed) var(--radar-progress, 0%) 100%)}.radar-timeline-control__track input::-moz-range-track{height:4px;border:0;border-radius:0;background:var(--rr-surface-interactive-pressed)}.radar-timeline-control__track input::-moz-range-progress{height:4px;background:var(--rr-selection)}.radar-timeline-control__track input::-webkit-slider-thumb{width:14px;height:14px;margin-top:-5px;appearance:none;border:2px solid var(--rr-surface-app);border-radius:50%;background:var(--rr-focus);box-shadow:0 0 0 1px var(--rr-selection)}.radar-timeline-control__track input::-moz-range-thumb{width:12px;height:12px;border:2px solid var(--rr-surface-app);border-radius:50%;background:var(--rr-focus)}.radar-timeline-control__count{min-width:48px;color:var(--rr-text-muted);font:400 10px/14px var(--rr-font-mono);text-align:right}.radar-player__utility{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:6px}.radar-status{min-width:auto}.radar-status__activity{max-width:112px;font:500 10px/14px var(--rr-font-mono);text-transform:uppercase}.radar-status__details>summary,.radar-player__options>summary{min-height:32px;padding:0 8px;border:1px solid transparent;border-radius:var(--rr-radius-md);color:var(--rr-text-muted);background:transparent;font:400 10px/14px var(--rr-font-mono)}.radar-status__details>summary:hover,.radar-player__options>summary:hover{border-color:var(--rr-boundary);color:var(--rr-text-primary);background:var(--rr-surface-interactive)}.radar-status__details-panel,.radar-status__popover,.radar-player__options-panel{border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-secondary);background:var(--rr-surface-panel);box-shadow:none}@media(min-width:901px){.studio-map--radar-dock-reserved:not(.studio-map--creator){--radar-dock-height: 40px}.studio-map:not(.studio-map--creator) .studio-map__radar-dock{height:40px;background:var(--rr-surface-container-high, #222a3d)}.studio-map:not(.studio-map--creator) .radar-player{grid-template-columns:116px minmax(260px,1fr) auto;gap:12px;padding:4px 16px}.studio-map:not(.studio-map--creator) .radar-transport .rr-control-button{width:28px;min-width:28px;height:28px;min-height:28px}.studio-map:not(.studio-map--creator) .radar-transport__play{width:32px!important;min-width:32px!important}.studio-map:not(.studio-map--creator) .radar-timeline-control{grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:12px}.studio-map:not(.studio-map--creator) .radar-timeline-control__time{display:block}.studio-map:not(.studio-map--creator) .radar-timeline-control__time output:last-child{display:none}.studio-map:not(.studio-map--creator) .radar-status__details>summary,.studio-map:not(.studio-map--creator) .radar-player__options>summary{min-height:28px}}.layer-manager,.official-legend{color:var(--rr-text-secondary);font-family:var(--rr-font-ui)}.layer-manager{--layer-manager-open-width: min(288px, calc(100vw - 32px) );--layer-manager-max-height: min(72vh, 680px);width:max-content}.layer-manager>details{width:122px;overflow:hidden;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:var(--rr-surface-panel);box-shadow:none}.layer-manager>details[open]{width:var(--layer-manager-open-width)}.layer-manager>details>summary{min-height:40px;padding:9px 12px;color:var(--rr-text-primary);background:var(--rr-surface-panel)}.layer-manager__summary-content{font-size:13px;font-weight:600}.layer-manager__body{border-top-color:var(--rr-boundary);background:var(--rr-surface-container-low, #131b2e)}.layer-manager__actions{border-bottom-color:var(--rr-divider);background:var(--rr-surface-container-low, #131b2e)}.layer-manager__group>summary{min-height:38px;padding:9px 14px;color:var(--rr-text-secondary);background:var(--rr-surface-panel)}.layer-manager__group+.layer-manager__group,.layer-manager__layer{border-color:var(--rr-divider)}.layer-manager__layer{background:var(--rr-surface-container-low, #131b2e)}.layer-manager__layer[data-visible=true]{background:#17293a}.layer-manager__controls{padding:10px 14px}.layer-manager__metadata-row,.layer-manager__metadata-unavailable{color:var(--rr-text-muted);background:#0f182a}.layer-manager__count,.layer-manager__group-count,.layer-manager__opacity output{color:var(--rr-text-muted);font-family:var(--rr-font-mono)}.official-legend{border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:var(--rr-surface-panel);box-shadow:none}.official-legend summary{min-height:36px;padding:0 10px;color:var(--rr-text-secondary);font:500 10px/14px var(--rr-font-mono)}.official-legend details>div{border-top-color:var(--rr-boundary);background:var(--rr-surface-panel)}.alert-panel{display:grid;min-width:0;min-height:0;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:0;border-right:1px solid var(--rr-boundary);border-left:0;border-radius:0;color:var(--rr-text-secondary);background:var(--rr-surface-panel);box-shadow:none}.alert-panel__chrome,.alert-panel__body,.active-weather-navigator{background:var(--rr-surface-panel)}.alert-panel__chrome{position:relative;display:grid;border-bottom:1px solid var(--rr-boundary)}.alert-panel__header{display:grid;min-height:72px;gap:4px;padding:14px 16px 12px;border-bottom:1px solid var(--rr-divider);background:var(--rr-surface-container-high, #222a3d);order:1}.alert-panel__eyebrow{color:var(--rr-text-secondary);font:500 14px/20px var(--rr-font-ui);letter-spacing:0;text-transform:uppercase}.alert-panel__title-row{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px}.alert-panel__header h2{color:var(--rr-text-primary);font:500 14px/20px var(--rr-font-ui);letter-spacing:0;text-transform:none}.alert-panel__header p{display:none}.alert-panel .alert-panel__count{display:grid;width:16px;min-width:16px;height:16px;place-items:center;padding:0;border:0;border-radius:50%;color:var(--rr-status-current);background:transparent;box-shadow:none;font:700 11px/14px var(--rr-font-mono);text-align:center}.alert-panel .alert-panel__count[data-tone=checking],.alert-panel .alert-panel__count[data-tone=delayed]{color:var(--rr-status-delayed)}.alert-panel .alert-panel__count[data-tone=stale],.alert-panel .alert-panel__count[data-tone=offline]{color:var(--rr-status-offline)}.alert-panel__navigator{display:grid;order:3;gap:4px;padding:8px}.alert-panel__navigator>button{display:grid;width:100%;min-height:36px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 12px;border:0;border-left:2px solid transparent;border-radius:0;color:var(--rr-text-secondary);background:transparent;box-shadow:none;font:500 14px/20px var(--rr-font-ui);text-align:left}.alert-panel__navigator>button>span:first-child{color:var(--rr-text-secondary);font:500 18px/20px var(--rr-font-mono);text-align:center}.alert-panel__navigator>button>strong{min-width:20px;padding:1px 5px;border-radius:9px;color:#fff;background:var(--rr-alert-tornado);font:600 9px/12px var(--rr-font-mono);text-align:center}.alert-panel__navigator>button:hover,.alert-panel__navigator>button[aria-pressed=true]{color:var(--rr-text-primary);background:var(--rr-surface-interactive)}.alert-panel__navigator>button:focus-visible{position:relative;z-index:1;outline:2px solid var(--rr-focus);outline-offset:-2px}.alert-filter-bar{display:grid;grid-template-columns:minmax(0,1fr) minmax(76px,.65fr);gap:7px;padding:9px 10px 10px;border-bottom:1px solid var(--rr-divider)}.alert-panel__filter-disclosure{position:absolute;top:34px;right:48px;z-index:12;order:4;border:0;opacity:0}.alert-panel__filter-disclosure>summary{width:18px;min-height:18px;height:18px;overflow:hidden;padding:0;color:var(--rr-text-muted);font:0/0 var(--rr-font-ui);cursor:pointer;list-style:none;text-indent:-999px}.alert-panel__filter-disclosure>summary::-webkit-details-marker{display:none}.alert-panel__filter-disclosure>summary:after{display:grid;position:absolute;inset:0;place-items:center;content:"...";font:600 13px/18px var(--rr-font-mono);font-family:var(--rr-font-mono);text-indent:0}.alert-panel__filter-disclosure[open]>summary:after{content:"x"}.alert-panel__filter-disclosure[open]{opacity:1;width:min(224px,calc(100vw - 24px));padding:26px 0 8px;border:1px solid var(--rr-boundary);background:var(--rr-surface-panel)}.alert-panel__filter-disclosure[open]>summary{position:absolute;top:4px;right:5px}.alert-panel__filter-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;padding:7px 10px 0;border-top:1px solid var(--rr-divider)}.alert-panel__filter-actions .rr-control-button{min-height:28px;padding:4px 5px;border:0;border-radius:0;background:transparent;box-shadow:none;font-size:8px}.alert-filter-bar[data-has-report-filter=true]{grid-template-columns:minmax(0,1fr) minmax(76px,.65fr)}.alert-filter-bar label{gap:5px}.alert-filter-bar label>span{color:var(--rr-text-muted);font:500 8px/11px var(--rr-font-mono);letter-spacing:.04em;text-transform:uppercase}.alert-filter-bar select{height:30px;padding:0 8px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-sm);color:var(--rr-text-primary);background:var(--rr-surface-container-low, #131b2e);font:500 10px/14px var(--rr-font-ui)}.alert-feed-status{position:absolute;top:34px;right:27px;z-index:13;width:18px;min-width:18px;height:18px;min-height:36px;margin:0;padding:0;border:0;background:transparent;order:2;opacity:0}.alert-panel:hover .alert-panel__filter-disclosure,.alert-panel:focus-within .alert-panel__filter-disclosure,.alert-panel:hover .alert-feed-status,.alert-panel:focus-within .alert-feed-status{opacity:1}.alert-feed-status__message{display:none}.alert-feed-status__summary{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.alert-feed-status__details{width:18px;height:18px}.alert-feed-status__details summary{display:grid;width:18px;height:18px;place-items:center;overflow:hidden;color:var(--rr-text-muted);font-size:0;text-indent:-999px}.alert-feed-status__details summary:after{margin:0;padding:0;border:0;content:"i";color:var(--rr-text-muted);font:600 9px/15px var(--rr-font-mono);text-indent:0;transform:none}.alert-feed-status__details[open]{position:absolute;top:-4px;right:-1px;width:min(224px,calc(100vw - 24px));height:auto;padding:26px 8px 8px;border:1px solid var(--rr-boundary);background:var(--rr-surface-panel)}.alert-feed-status__details[open] summary{position:absolute;top:4px;right:5px}.alert-feed-status__details[open] summary:after{content:"x"}.alert-feed-status[data-tone=delayed],.alert-feed-status[data-tone=stale],.alert-feed-status[data-tone=offline]{margin:0;padding:0;border:0;border-bottom:0;border-radius:0;background:transparent}.alert-feed-status[data-tone=offline]{background:transparent}.alert-feed-status__summary{gap:6px;font:400 9px/13px var(--rr-font-mono)}.alert-feed-status__details{border-color:var(--rr-boundary);color:var(--rr-text-secondary);background:var(--rr-surface-panel)}.alert-feed-status__details summary{color:var(--rr-text-secondary)}.alert-panel__body,.alert-list{min-height:0;overflow:auto}.active-weather-navigator{padding:0;color:var(--rr-text-secondary)}.active-weather-navigator__actions{position:sticky;top:0;z-index:3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0;border-bottom:1px solid var(--rr-divider);background:var(--rr-surface-container-low, #131b2e)}.active-weather-navigator--feed{display:grid;align-content:start}.active-weather-navigator--feed>.active-weather-navigator__feed-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px 16px 8px}.active-weather-navigator__feed-heading .active-weather-navigator__feed-title{padding:0;text-transform:none}.active-weather-navigator__feed-toggle{min-width:24px;min-height:18px;padding:1px 4px;border:0;border-radius:9px;color:var(--rr-text-muted);background:transparent;font:500 10px/14px var(--rr-font-mono);opacity:0}.alert-panel:hover .active-weather-navigator__feed-toggle,.alert-panel:focus-within .active-weather-navigator__feed-toggle{opacity:1}.active-weather-navigator__feed-toggle:hover{color:var(--rr-focus);background:var(--rr-surface-interactive)}.active-weather-navigator__feed-list{display:grid;gap:8px;margin:0;padding:0 16px 12px;list-style:none}.active-weather-navigator--feed .active-weather-item{min-height:88px}.active-weather-navigator--feed .active-weather-item__content{grid-template-columns:minmax(0,1fr);grid-template-areas:"event" "area" "remaining"}.active-weather-navigator--feed .active-weather-item .active-weather-item__topline>strong{color:var(--rr-text-primary)}.active-weather-navigator--feed .active-weather-item__urgency,.active-weather-navigator--feed .active-weather-item__metadata,.active-weather-navigator--feed .active-weather-item__geometry,.active-weather-navigator--feed .active-weather-item__hazards{display:none}.active-weather-navigator__map-navigation{margin-top:8px;border-top:1px solid var(--rr-divider)}.active-weather-navigator__map-navigation>summary{min-height:30px;padding:8px 10px;color:var(--rr-text-muted);font:500 9px/13px var(--rr-font-ui);cursor:pointer;list-style:none}.active-weather-navigator__map-navigation>summary::-webkit-details-marker{display:none}.active-weather-navigator__map-navigation>summary:after{float:right;content:"+";font-family:var(--rr-font-mono)}.active-weather-navigator__map-navigation[open]>summary:after{content:"−"}.active-weather-navigator__map-navigation .active-weather-navigator__actions{position:static}.active-weather-navigator__actions .rr-control-button{min-height:32px;padding:0 8px;border:0;border-right:1px solid var(--rr-divider);border-bottom:1px solid var(--rr-divider);border-radius:0;color:var(--rr-text-muted);background:transparent;box-shadow:none;font-size:9px;transform:none}.active-weather-navigator__actions .rr-control-button:nth-child(-n+2){width:auto;overflow:visible;padding:0 6px;color:var(--rr-text-muted)}.active-weather-navigator__actions .rr-control-button:nth-child(1):after,.active-weather-navigator__actions .rr-control-button:nth-child(2):after{content:none}.active-weather-navigator__actions .rr-control-button:disabled{border-color:transparent;color:var(--rr-text-disabled);background:transparent;box-shadow:none;opacity:.68;transform:none}.active-weather-navigator__actions .rr-control-button:hover:not(:disabled),.active-weather-navigator__actions .rr-control-button[aria-pressed=true]{color:var(--rr-focus);background:var(--rr-surface-interactive);box-shadow:none}.active-weather-navigator__feed-title{margin:0;padding:10px 8px 6px;color:var(--rr-text-secondary);font:500 14px/20px var(--rr-font-ui);letter-spacing:.02em;text-transform:uppercase}.active-weather-navigator__feed-title span{color:var(--rr-text-muted);font-family:var(--rr-font-mono)}.active-weather-section{margin:0;border-bottom:0}.active-weather-section h3{margin:0}.active-weather-section h3>button{min-height:34px;padding:0 10px;border:0;border-radius:0;color:var(--rr-text-secondary);background:var(--rr-surface-container-low, #131b2e);font:500 10px/14px var(--rr-font-ui);letter-spacing:0}.active-weather-section h3>button:hover:not(:disabled){color:var(--rr-text-primary);background:var(--rr-surface-interactive)}.active-weather-section h3>button>span:last-child{display:block;min-width:0;height:auto;border:0;min-width:20px;padding:1px 5px;border-radius:9px;color:var(--rr-text-primary);background:color-mix(in srgb,var(--section-accent) 72%,transparent);font-family:var(--rr-font-mono);font-size:9px;text-align:right}.active-weather-section h3>button:disabled>span:last-child{color:var(--rr-text-muted);background:transparent}.active-weather-section__content>ul{margin:0;padding:0 8px 5px;list-style:none}.active-weather-item{position:relative;display:grid;width:100%;min-height:88px;grid-template-columns:4px minmax(0,1fr);gap:8px;margin-top:0;padding:12px 12px 12px 0;border:0;border-radius:var(--rr-radius-sm);color:var(--rr-text-secondary);background:var(--rr-surface-container-low, #131b2e);text-align:left;box-shadow:none;transform:none}.active-weather-item:hover:not(:disabled){background:var(--rr-surface-interactive);transform:none}.active-weather-item:focus-visible{z-index:1;outline:2px solid var(--rr-focus);outline-offset:-2px}.active-weather-item__marker{width:4px;min-height:100%;align-self:stretch;border-radius:0;background:var(--alert-color)}.active-weather-item__content{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"event urgency" "area remaining" "metadata metadata" "geometry geometry" "hazards hazards";gap:2px 7px}.active-weather-item .active-weather-item__topline{display:contents}.active-weather-item .active-weather-item__topline>strong{grid-area:event;overflow:hidden;color:color-mix(in srgb,var(--alert-color) 68%,white);font:500 14px/20px var(--rr-font-ui);letter-spacing:0;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.active-weather-item .active-weather-item__urgency{grid-area:urgency;color:var(--rr-text-muted);font:400 8px/12px var(--rr-font-mono);text-transform:uppercase}.active-weather-item .active-weather-item__remaining{grid-area:remaining;margin:0;padding:0;border:0;border-radius:0;color:var(--rr-text-secondary);background:transparent;font:400 12px/18px var(--rr-font-mono);white-space:nowrap}.active-weather-item .active-weather-item__remaining[data-expiration-tone=critical]{color:var(--rr-status-offline);background:transparent}.active-weather-item .active-weather-item__remaining[data-expiration-tone=soon]{color:var(--rr-status-delayed);background:transparent}.active-weather-item .active-weather-item__area{display:block;min-width:0;grid-area:area;overflow:hidden;color:var(--rr-text-primary);font:400 14px/20px var(--rr-font-ui);text-overflow:ellipsis;white-space:nowrap}.active-weather-item .active-weather-item__metadata,.active-weather-item .active-weather-item__geometry{display:flex;overflow:hidden;gap:6px;color:var(--rr-text-muted);font:400 8px/12px var(--rr-font-mono);white-space:nowrap}.active-weather-item .active-weather-item__metadata{grid-area:metadata}.active-weather-item .active-weather-item__geometry{grid-area:geometry}.active-weather-item .active-weather-item__hazards{grid-area:hazards;display:flex;flex-wrap:wrap;gap:4px;margin-top:4px;max-height:34px;overflow:hidden}.active-weather-item .active-weather-item__hazards>[role=listitem]{display:inline-flex;min-width:0;max-width:100%;padding:2px 5px;overflow:hidden;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-sm);color:var(--rr-text-secondary);background:var(--rr-surface-container-low, #131b2e);font:400 9px/12px var(--rr-font-mono);text-overflow:ellipsis;white-space:nowrap}.active-weather-navigator--feed .active-weather-item .active-weather-item__urgency,.active-weather-navigator--feed .active-weather-item .active-weather-item__metadata,.active-weather-navigator--feed .active-weather-item .active-weather-item__geometry,.active-weather-navigator--feed .active-weather-item .active-weather-item__hazards{display:none}.alert-list__message{margin:0;padding:24px 18px;color:var(--rr-text-muted);font-size:13px;line-height:20px}.alert-detail,.official-detail{gap:18px;padding:0 18px 30px;color:var(--rr-text-secondary)}.alert-detail__actions,.official-detail__actions{top:0;margin-inline:-18px;padding:9px 18px;border-bottom:1px solid var(--rr-divider);background:var(--rr-surface-panel)}.alert-detail header h3,.official-detail header h3{color:var(--rr-text-primary);font:600 22px/28px var(--rr-font-ui);letter-spacing:-.02em}.alert-detail header p,.official-detail header p,.alert-detail h4,.official-detail h4{color:var(--rr-text-muted);font:500 10px/15px var(--rr-font-mono);letter-spacing:.05em;text-transform:uppercase}.alert-detail__remaining{padding:4px 7px;border:1px solid #776033;border-radius:var(--rr-radius-sm);color:var(--rr-status-delayed);background:#2b2417;font:600 11px/15px var(--rr-font-mono)}.alert-detail__attributes,.official-detail>dl{border-color:var(--rr-divider)}.alert-detail__section>p,.alert-detail__source>p,.official-detail__text,.official-detail__source p{color:var(--rr-text-secondary);font-size:13px;line-height:20px}.alert-hazard-chips span{border-radius:var(--rr-radius-sm);font-family:var(--rr-font-mono)}.official-detail__notice{border-left-color:var(--rr-status-delayed);color:var(--rr-text-secondary);background:#292316}.studio-map--creator{background:#040b19}.studio-map--creator .studio-map__canvas{opacity:.9}.creator-panel{z-index:24;display:grid;min-width:0;min-height:0;grid-template-columns:288px minmax(0,1fr) 326px;overflow:visible;border:0;border-radius:0;color:var(--rr-text-secondary);background:transparent;box-shadow:none;pointer-events:none}.creator-panel__library-tray,.creator-panel__inspector-tray{display:grid;min-width:0;min-height:0;grid-template-rows:auto minmax(0,1fr) auto;color:var(--rr-text-secondary);background:var(--rr-surface-panel);pointer-events:auto}.creator-panel__library-tray{grid-column:1;border-right:1px solid var(--rr-boundary)}.creator-panel__inspector-tray{grid-column:3;border-left:1px solid var(--rr-boundary)}.creator-panel__tray-header{background:var(--rr-surface-container-low, #131b2e)}.creator-panel__tray-scroll{min-height:0;overflow:auto;overscroll-behavior:contain}.creator-panel__library-tray .creator-panel__tray-scroll{padding:12px}.creator-panel__inspector-tray .creator-panel__tray-scroll{padding:0 16px 16px}.creator-panel__panel-header{min-height:54px;padding:0 16px;border-bottom:1px solid var(--rr-boundary)}.creator-panel__panel-header .rr-panel-header__title{color:var(--rr-text-primary);font:600 13px/18px var(--rr-font-ui);letter-spacing:.05em;text-transform:uppercase}.creator-panel__panel-header .rr-panel-header__count{color:var(--rr-text-muted);font:500 10px/14px var(--rr-font-mono)}.creator-panel__output-footer{display:grid;gap:10px;padding:14px 16px;border-top:1px solid var(--rr-boundary);background:var(--rr-surface-container-low, #131b2e)}.creator-panel__output-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:7px}.creator-panel__capture-status,.creator-panel__message{margin:0;color:var(--rr-text-muted);font:400 10px/15px var(--rr-font-mono)}.creator-panel__capture-status--error,.creator-panel__message--error{color:var(--rr-status-offline)}.creator-panel__capture-status--success,.creator-panel__message--success{color:var(--rr-status-current)}.creator-panel__group{margin:0;border:0;border-bottom:1px solid var(--rr-divider);border-radius:0;background:transparent}.creator-panel__group>summary{min-height:46px;padding:0;color:var(--rr-text-primary);background:transparent}.creator-panel__group>summary:hover{background:transparent}.creator-panel__group-title{color:var(--rr-text-secondary);font:600 12px/16px var(--rr-font-ui);letter-spacing:.025em;text-transform:none}.creator-panel__group-description,.creator-panel__group-value{color:var(--rr-text-muted);font:400 10px/14px var(--rr-font-mono)}.creator-panel__group-body{padding:6px 0 16px;border-top:1px solid var(--rr-divider);background:transparent}.creator-panel__library-tray .creator-panel__group{margin-bottom:10px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:var(--rr-surface-container-low, #131b2e)}.creator-panel__library-tray .creator-panel__group>summary{padding:0 11px}.creator-panel__library-tray .creator-panel__group-body{padding:10px 11px 13px}.creator-panel__field,.creator-panel__property-row{gap:7px}.creator-panel__field>span,.creator-panel__property-label,.creator-panel__selected-heading>span{color:var(--rr-text-muted);font:500 10px/14px var(--rr-font-mono);letter-spacing:.04em;text-transform:uppercase}.creator-panel select,.creator-panel input[type=text],.creator-panel input[type=number],.creator-panel textarea{min-height:36px;padding:7px 9px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-primary);background:var(--rr-surface-container-low, #131b2e);font-size:12px}.creator-panel__toggle-row{min-height:36px;border-bottom:1px solid var(--rr-divider)}.creator-panel__overlay-index{border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:var(--rr-surface-container-low, #131b2e)}.creator-panel__overlay-row{border-bottom:1px solid var(--rr-divider)}.creator-panel__overlay-row[data-selected]{background:var(--rr-selection-surface);box-shadow:inset 3px 0 0 var(--rr-selection)}.creator-panel__overlay-select{border-radius:0}.creator-panel__selected-overlay{margin-top:12px;padding:12px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:var(--rr-surface-container-low, #131b2e)}.creator-panel__saved-item,.creator-panel__library-row{border-color:var(--rr-divider);border-radius:var(--rr-radius-sm);background:#111a2d}.creator-panel__preview-action{border-color:var(--rr-selection);color:var(--rr-text-inverse);background:var(--rr-selection)}.creator-panel__preview-action:hover{border-color:var(--rr-focus)!important;color:#00210c!important;background:var(--rr-focus)!important}.creator-canvas{inset:0;background:transparent}.creator-canvas--editing{left:288px;right:326px}.creator-canvas--editing .creator-canvas__frame{outline:1px solid rgb(107 251 154 / 58%);outline-offset:-1px;box-shadow:0 0 0 200vmax #040a18b3,0 0 0 1px #6bfb9a2e}.creator-canvas__format-label{top:8px;left:8px;padding:4px 6px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-sm);color:var(--rr-focus);background:#0b1326eb;font:500 10px/14px var(--rr-font-mono)}.creator-canvas__safe-area{border-color:#6bfb9a5c}.creator-canvas__overlay{border-radius:var(--rr-radius-sm);font-family:var(--rr-font-ui)}.creator-canvas--editing .creator-canvas__overlay{outline-color:#6bfb9a6b}.creator-canvas__overlay-label{border-radius:var(--rr-radius-sm);color:#00210c;background:var(--rr-focus);font:600 8px/11px var(--rr-font-mono);opacity:.86}.creator-canvas__resize-handle{width:14px;height:14px;border:2px solid #00210c;border-radius:0;background:var(--rr-focus)}.creator-canvas__warning-meta{border-radius:var(--rr-radius-sm);color:var(--rr-text-primary);background:#0b1326f0;font-family:var(--rr-font-mono)}.creator-canvas__attribution{color:var(--rr-text-secondary);background:#060e20d6;font-family:var(--rr-font-mono)}.map-workspace--creator-panel.map-workspace--alert-panel>.alert-panel{position:absolute;z-index:26;top:0;bottom:0;left:288px;width:304px;border-right:1px solid var(--rr-boundary);border-left:0}.map-workspace--creator-panel.map-workspace--alert-panel .creator-canvas--editing{left:592px}.live-stream-ui{position:absolute;z-index:60;inset:0;color:var(--rr-text-primary);font-family:var(--rr-font-ui);pointer-events:none}.live-stream-controls{position:absolute;inset:0;pointer-events:none}.live-stream-controls .live-stream-identity,.live-stream-controls .live-stream-command{position:absolute;top:18px;min-height:58px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:#131b2ef5;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:auto}.live-stream-controls .live-stream-identity{display:grid;width:340px;grid-template-columns:auto minmax(0,1fr) auto;left:18px;gap:0;padding:0;border-left:2px solid var(--rr-status-current)}.live-stream-controls .live-stream-command{display:grid;width:min(760px,calc(100vw - 400px));right:18px;max-width:calc(100vw - 430px);padding:0}.live-stream-identity .live-stream-identity__mark{display:grid;width:48px;min-width:48px;height:54px;place-items:center;padding:0;border:0;border-right:1px solid var(--rr-divider);border-radius:0;color:var(--rr-focus);background:transparent;font:600 11px/1 var(--rr-font-mono)}.live-stream-identity .live-stream-identity__brand{display:grid;min-width:0;align-content:center;padding:8px 12px}.live-stream-identity .live-stream-identity__brand strong{color:var(--rr-text-primary);font-size:14px;line-height:20px;white-space:nowrap}.live-stream-identity .live-stream-identity__brand>span{margin-top:1px;color:var(--rr-text-muted);font:400 10px/14px var(--rr-font-mono);white-space:nowrap}.live-stream-identity .live-stream-identity__air{padding:4px 7px;margin-right:10px;border:1px solid #93404a;border-radius:var(--rr-radius-sm);color:#ffb4ab;background:#3a1824;font:600 10px/14px var(--rr-font-mono);letter-spacing:.06em}.live-stream-identity .live-stream-identity__feed{grid-column:1 / -1;display:flex;min-height:22px;align-items:center;gap:6px;padding:0 12px;border-top:1px solid var(--rr-divider)}.live-stream-identity .live-stream-identity__feed>span:last-child{color:var(--rr-text-muted);font:400 9px/13px var(--rr-font-mono)}.live-stream-command .live-stream-command__trust,.live-stream-command .live-stream-command__actions{display:flex;align-items:center;gap:6px}.live-stream-command .live-stream-command__reading{display:grid;gap:1px;padding:3px 9px;border-right:1px solid var(--rr-divider)}.live-stream-command .live-stream-command__reading>span{color:var(--rr-text-muted);font:400 9px/12px var(--rr-font-mono);text-transform:uppercase}.live-stream-command .live-stream-command__reading>strong{color:var(--rr-text-primary);font:500 10px/14px var(--rr-font-mono)}.live-stream-toggle{display:inline-flex;min-height:34px;align-items:center;gap:6px;padding:0 9px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-secondary);background:var(--rr-surface-container-low, #131b2e);font-size:11px}.live-stream-toggle>span{width:7px;height:7px;border-radius:50%;background:var(--rr-text-disabled)}.live-stream-toggle input:checked+span{background:var(--rr-status-current)}.live-stream-scope{display:flex;align-items:center;gap:7px;color:var(--rr-text-muted);font:400 10px/14px var(--rr-font-mono)}.live-stream-scope select{height:34px;padding:0 8px;font-size:11px}.live-stream-action{min-height:34px;padding:0 10px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-primary);background:var(--rr-surface-interactive);font-size:11px}.live-stream-action--exit{border-color:#8b3d42;color:var(--rr-status-offline);background:#321a24}.live-stream-announcement{position:absolute;right:6vw;bottom:5vh;left:6vw;display:grid;max-width:980px;grid-template-columns:6px minmax(0,1fr);margin:0 auto;overflow:hidden;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);background:#131b2efa;box-shadow:none;pointer-events:auto}.live-stream-announcement__accent{background:var(--live-alert-accent, var(--rr-status-offline))}.live-stream-announcement__provenance{display:flex;justify-content:space-between;padding:8px 16px;border-bottom:1px solid var(--rr-divider);color:var(--rr-text-muted);font:500 10px/14px var(--rr-font-mono);letter-spacing:.06em;text-transform:uppercase}.live-stream-announcement__content{display:flex;align-items:end;justify-content:space-between;gap:24px;padding:18px 16px}.live-stream-announcement h2{margin:0;color:var(--rr-text-primary);font:600 28px/34px var(--rr-font-ui);letter-spacing:-.025em}.live-stream-announcement__area{margin:3px 0 0;color:var(--rr-text-secondary);font-size:15px}.live-stream-announcement__meta{margin:9px 0 0;color:var(--rr-text-muted);font:400 10px/15px var(--rr-font-mono)}.live-stream-announcement__dismiss{min-height:36px;padding:0 12px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-primary);background:var(--rr-surface-interactive);white-space:nowrap}.live-stream-overflow{position:absolute;right:18px;bottom:18px;padding:7px 9px;border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-sm);color:var(--rr-text-secondary);background:var(--rr-surface-panel);font:400 10px/14px var(--rr-font-mono)}.live-stream-status__panel,.rr-tool-drawer,.application-health-drawer,.shortcut-help{border:1px solid var(--rr-boundary);border-radius:var(--rr-radius-md);color:var(--rr-text-secondary);background:var(--rr-surface-panel);box-shadow:none}.application-health-drawer{top:60px;right:12px}.application-health-drawer .rr-tool-drawer__body,.layer-manager__drawer,.layer-manager__drawer .rr-tool-drawer__body{background:var(--rr-surface-panel)}.shortcut-help__backdrop{background:#040a18d1}.shortcut-help h2{color:var(--rr-text-primary);font-family:var(--rr-font-ui)}.shortcut-help kbd{border:1px solid var(--rr-boundary);border-bottom-width:2px;border-radius:var(--rr-radius-sm);color:var(--rr-text-primary);background:var(--rr-surface-interactive)}@media(max-width:1180px){.studio-header__context{display:none}.map-workspace{grid-template-columns:320px minmax(0,1fr)}.creator-panel{grid-template-columns:248px minmax(0,1fr) 292px}.creator-canvas--editing{left:248px;right:292px}.map-workspace--creator-panel.map-workspace--alert-panel>.alert-panel{left:248px;width:280px}.map-workspace--creator-panel.map-workspace--alert-panel .creator-canvas--editing{left:528px}.live-stream-command{max-width:calc(100vw - 390px)}}@media(max-width:1500px){.studio-header__context{display:none}}@media(max-width:900px){.studio-shell>.studio-header{padding:0 14px!important}.studio-header__title{font-size:18px}.studio-header__mode-actions{gap:18px}.studio-header__health-label .rr-status-indicator__label{display:none}.studio-header__health-button{width:34px;padding:0}.map-workspace{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,58%) minmax(0,42%)}.map-workspace>.studio-map{grid-column:1;grid-row:1}.map-workspace>.alert-panel{grid-column:1;grid-row:2;border-top:1px solid var(--rr-boundary);border-right:0}.map-workspace.map-workspace--creator-panel,.map-workspace.map-workspace--creator-panel:not(.map-workspace--alert-panel),.map-workspace.map-workspace--creator-panel.map-workspace--alert-panel{grid-template:minmax(0,1fr) / minmax(0,1fr)}.map-workspace--creator-panel>.studio-map,.map-workspace--creator-panel>.creator-panel,.map-workspace--creator-panel.map-workspace--alert-panel>.creator-panel,.map-workspace--creator-panel:not(.map-workspace--alert-panel)>.creator-panel{grid-area:1 / 1}.creator-panel{grid-template-columns:224px minmax(0,1fr);grid-template-rows:minmax(0,1fr) 292px}.creator-panel__library-tray{grid-column:1;grid-row:1}.creator-panel__inspector-tray{grid-column:1 / -1;grid-row:2;border-top:1px solid var(--rr-boundary);border-left:0}.creator-panel__inspector-tray .creator-panel__tray-scroll{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.creator-panel__output-footer{position:absolute;right:0;bottom:0;width:326px}.creator-canvas--editing{right:0;bottom:292px;left:224px}.map-workspace--creator-panel.map-workspace--alert-panel>.alert-panel{display:none}.map-workspace--creator-panel.map-workspace--alert-panel .creator-canvas--editing{left:224px}.studio-map__radar-dock{height:112px}.radar-player{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"transport utility" "timeline timeline";gap:8px 12px}.live-stream-controls .live-stream-command{inset:auto 12px 12px;width:auto;max-width:none}}@media(max-width:640px){.studio-shell{grid-template-rows:56px minmax(0,1fr)}.studio-shell--preview{grid-template-rows:minmax(0,1fr)}.studio-shell>.studio-header{height:56px;min-height:56px;padding:0 10px!important}.studio-header__identity{flex:0 0 auto}.studio-header__title{max-width:138px;font-size:15px}.studio-header__mode-actions{top:0;right:46px;left:auto;height:56px;gap:12px;transform:none}.studio-header__current-mode,.studio-header__mode-button,.studio-header__live-button{min-height:56px;font-size:11px}.studio-header__health-button{display:none}.studio-header__shortcuts-button{width:34px;min-width:34px}.alert-filter-bar{padding-inline:12px}.studio-map__toolbar{top:8px;left:8px}.studio-map__layer-manager{top:8px;right:48px}.studio-map__radar-dock{height:116px}.radar-player{padding:8px}.radar-status__activity .rr-status-indicator__label{display:none}.creator-panel{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) 50%}.creator-panel__library-tray{display:none}.creator-panel__inspector-tray{grid-column:1;grid-row:2}.creator-panel__inspector-tray .creator-panel__tray-scroll{display:block}.creator-panel__output-footer{position:static;width:auto}.creator-canvas--editing,.map-workspace--creator-panel.map-workspace--alert-panel .creator-canvas--editing{inset:0 0 50%}.live-stream-controls .live-stream-identity{top:8px;left:8px;width:min(340px,calc(100vw - 16px));gap:8px;padding:8px 9px}.live-stream-identity__mark,.live-stream-identity__feed{display:none}.live-stream-controls .live-stream-command{right:8px;bottom:8px;left:8px}.live-stream-command__trust{display:none}.live-stream-announcement{right:8px;bottom:76px;left:8px}.live-stream-announcement__content{display:grid;gap:12px;padding:14px}.live-stream-announcement h2{font-size:21px;line-height:27px}}@media(pointer:coarse){.rr-control-button,.map-action,.live-stream-toggle,.live-stream-action,select,input[type=text],input[type=number]{min-height:40px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.studio-shell--monitor{--stitch-surface: #0b1326;--stitch-surface-container: #171f33;--stitch-surface-container-low: #131b2e;--stitch-surface-container-high: #222a3d;--stitch-surface-container-highest: #2d3449;--stitch-on-surface: #dae2fd;--stitch-on-surface-variant: #bccabb;--stitch-outline-variant: #3d4a3e;--stitch-primary: #6bfb9a;--stitch-error: #ffb4ab;--stitch-error-container: #93000a;--stitch-tertiary: #bac5dc;grid-template-rows:64px minmax(0,1fr) 40px;color:var(--stitch-on-surface);background:var(--stitch-surface);font-family:"Geist",var(--rr-font-ui)}.studio-shell--monitor>.studio-header{grid-row:1}.studio-shell--monitor>.map-workspace{grid-row:2}.studio-shell--monitor>.monitor-status-bar{grid-row:3}.studio-shell--monitor>.studio-header{position:relative;z-index:50;display:flex;width:100%;height:64px;min-height:64px;align-items:center;justify-content:space-between;gap:24px;padding:0 24px!important;border-bottom:1px solid var(--stitch-outline-variant);color:var(--stitch-on-surface);background:var(--stitch-surface-container-high)}.studio-shell--monitor .studio-header__identity{display:flex;height:100%;min-width:0;align-items:center;gap:24px}.studio-shell--monitor .studio-header__product{flex:0 0 auto}.studio-shell--monitor .studio-header__title{color:var(--stitch-on-surface);font:600 24px/32px "Geist",var(--rr-font-display);letter-spacing:0}.studio-shell--monitor .studio-header__divider{width:1px;height:24px;margin:0 8px;background:var(--stitch-outline-variant)}.studio-shell--monitor .studio-header__mode-actions{display:flex;height:64px;align-items:center;gap:24px}.studio-shell--monitor .studio-header__current-mode,.studio-shell--monitor .studio-header__mode-button,.studio-shell--monitor .studio-header__live-button{min-height:64px;padding:1px 0 0!important;color:var(--stitch-on-surface-variant);font:500 14px/20px "Geist",var(--rr-font-ui)}.studio-shell--monitor .studio-header__current-mode{color:var(--stitch-on-surface)}.studio-shell--monitor .studio-header__current-mode:after{height:2px;background:var(--stitch-primary)}.studio-shell--monitor .studio-header__controls{display:flex;align-items:center;gap:16px}.studio-shell--monitor .studio-header__utc{gap:8px;color:var(--stitch-on-surface-variant);font:400 13px/18px "JetBrains Mono",var(--rr-font-mono)}.studio-shell--monitor .studio-header__utc:before{height:12px;margin-right:8px;background:var(--stitch-outline-variant)}.studio-shell--monitor .studio-header__health-button,.studio-shell--monitor .studio-header__shortcuts-button{width:24px;min-width:24px;min-height:24px;color:var(--stitch-on-surface-variant)}.studio-shell--monitor .studio-header__health-button:hover,.studio-shell--monitor .studio-header__shortcuts-button:hover{color:var(--stitch-on-surface)}.studio-shell--monitor .map-workspace{position:relative;grid-template-columns:256px minmax(0,1fr);overflow:hidden;background:var(--stitch-surface)}.studio-shell--monitor .alert-panel{display:flex;height:100%;flex-direction:column;border:0;border-right:1px solid var(--stitch-outline-variant);color:var(--stitch-on-surface-variant);background:var(--stitch-surface-container)}.studio-shell--monitor .alert-panel__chrome{display:contents}.studio-shell--monitor .alert-panel__header{order:1;display:grid;min-height:72px;gap:4px;padding:14px 16px 12px;border-bottom:1px solid var(--stitch-outline-variant);background:var(--stitch-surface-container-high)}.studio-shell--monitor .alert-panel__eyebrow{color:var(--stitch-on-surface-variant);font:500 14px/20px "Geist",var(--rr-font-ui)}.studio-shell--monitor .alert-panel__header h2{color:var(--stitch-on-surface);font:500 14px/20px "Geist",var(--rr-font-ui)}.studio-shell--monitor .alert-panel__title-row{align-items:center}.studio-shell--monitor .alert-panel__header--collapsible{padding-right:54px}.studio-shell--monitor .alert-panel__collapse{top:12px;right:10px;width:32px;height:32px;border-color:transparent;border-radius:4px;color:var(--stitch-on-surface-variant);background:transparent}.studio-shell--monitor .alert-panel__collapse:hover{border-color:var(--stitch-outline-variant);color:var(--stitch-on-surface);background:var(--stitch-surface-container-highest)}.studio-shell--monitor .alert-panel__collapse:focus-visible{outline:2px solid var(--stitch-primary);outline-offset:2px}.studio-shell--monitor .alert-panel .alert-panel__count{color:var(--stitch-primary)}.studio-shell--monitor .alert-panel__navigator{order:2;display:flex;flex-direction:column;gap:4px;padding:8px;border-bottom:0;background:var(--stitch-surface-container)}.studio-shell--monitor .alert-panel__navigator>button{display:grid;width:100%;min-height:36px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 12px;border:0;border-radius:4px;color:var(--stitch-on-surface-variant);background:transparent;font:500 14px/20px "Geist",var(--rr-font-ui);text-align:left;transition:color .12s ease,background-color .12s ease}.studio-shell--monitor .alert-panel__navigator>button>.material-symbols-outlined{color:inherit;font-family:Material Symbols Outlined!important;font-size:18px;font-weight:400;line-height:1}.studio-shell--monitor .alert-panel__navigator>button[data-destination=urgent]>.material-symbols-outlined{color:var(--stitch-error);font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.studio-shell--monitor .alert-panel__navigator>button>strong{min-width:20px;padding:1px 6px;border-radius:999px;color:#ffdad6;background:var(--stitch-error-container);font:600 10px/14px "JetBrains Mono",var(--rr-font-mono);text-align:center}.studio-shell--monitor .alert-panel__navigator>button:hover,.studio-shell--monitor .alert-panel__navigator>button[data-destination=urgent][aria-pressed=true],.studio-shell--monitor .alert-panel__navigator>button[data-destination=warnings][aria-pressed=true],.studio-shell--monitor .alert-panel__navigator>button[data-destination=advisories][aria-pressed=true]{color:var(--stitch-on-surface);background:var(--stitch-surface-container-highest)}.studio-shell--monitor .alert-feed-status{position:absolute;opacity:0;pointer-events:none}.studio-shell--monitor .alert-panel__filter-disclosure{order:2;display:block;margin:0 8px 8px;border:1px solid var(--stitch-outline-variant);border-radius:4px;color:var(--stitch-on-surface-variant);background:var(--stitch-surface-container-low)}.studio-shell--monitor .alert-panel__filter-disclosure:not([open]){display:none}.studio-shell--monitor .alert-panel__filter-disclosure>summary{display:none}.studio-shell--monitor .alert-panel__filter-disclosure .alert-filter-bar{padding:10px}.studio-shell--monitor .alert-panel__filter-disclosure .alert-filter-bar select{border-color:var(--stitch-outline-variant);border-radius:4px;color:var(--stitch-on-surface);background:var(--stitch-surface-container-high)}.studio-shell--monitor .alert-panel__filter-disclosure .alert-filter-bar select:hover{border-color:var(--stitch-primary);background:var(--stitch-surface-container-highest)}.studio-shell--monitor .alert-panel__filter-actions{display:flex;flex-wrap:wrap;gap:6px;padding:0 10px 10px}.studio-shell--monitor .alert-panel__filter-actions .rr-control-button{min-height:32px;border-color:var(--stitch-outline-variant);border-radius:4px;color:var(--stitch-on-surface-variant);background:var(--stitch-surface-container-high)}.studio-shell--monitor .alert-panel__body{order:3;min-height:0;flex:1 1 auto;overflow:auto;background:var(--stitch-surface-container)}.studio-shell--monitor .active-weather-navigator--feed>.active-weather-navigator__feed-heading{padding:16px 16px 8px}.studio-shell--monitor .active-weather-navigator__feed-heading .active-weather-navigator__feed-title{color:var(--stitch-on-surface-variant);font:500 14px/20px "Geist",var(--rr-font-ui);text-transform:none}.studio-shell--monitor .active-weather-navigator__feed-list{gap:8px;padding:0 16px 16px}.studio-shell--monitor .active-weather-navigator--feed .active-weather-item{min-height:0;grid-template-columns:4px minmax(0,1fr);gap:8px;padding:12px 12px 12px 0;border-radius:0 4px 4px 0;background:var(--stitch-surface-container-low)}.studio-shell--monitor .active-weather-navigator--feed .active-weather-item:hover{background:var(--stitch-surface-container-highest)}.studio-shell--monitor .active-weather-navigator--feed .active-weather-item__content{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"event" "area" "remaining";gap:2px}.studio-shell--monitor .active-weather-navigator--feed .active-weather-item .active-weather-item__topline>strong{color:var(--stitch-on-surface);font:500 14px/20px "Geist",var(--rr-font-ui);letter-spacing:0;text-transform:none}.studio-shell--monitor .active-weather-navigator--feed .active-weather-item .active-weather-item__area{color:var(--stitch-on-surface-variant);font:400 14px/20px "Geist",var(--rr-font-ui)}.studio-shell--monitor .active-weather-navigator--feed .active-weather-item .active-weather-item__remaining{color:var(--stitch-on-surface-variant);font:400 12px/18px "JetBrains Mono",var(--rr-font-mono)}.studio-shell--monitor .active-weather-navigator__feed-toggle{color:var(--stitch-on-surface-variant)}.studio-shell--monitor .studio-map{border:0;border-radius:0}.studio-shell--monitor .studio-map__toolbar{top:16px;left:16px}.studio-shell--monitor .map-action{padding:6px 12px;border:1px solid var(--stitch-outline-variant);border-radius:4px;color:var(--stitch-on-surface);background:#222a3de5}.studio-shell--monitor .studio-map__layer-manager{top:16px;right:58px}.studio-shell--monitor .layer-manager{--layer-manager-open-width: 288px;--layer-manager-max-height: min(72vh, 680px)}.studio-shell--monitor .layer-manager>details{border:1px solid var(--stitch-outline-variant);border-radius:4px;background:var(--stitch-surface-container-high)}.studio-shell--monitor .layer-manager>details>summary{min-height:42px;padding:10px 12px;border-bottom:0;color:var(--stitch-on-surface);background:var(--stitch-surface-container-highest)}.studio-shell--monitor .layer-manager>details[open]>summary{border-bottom:1px solid var(--stitch-outline-variant)}.studio-shell--monitor .layer-manager__disclosure-mark{display:none}.studio-shell--monitor .layer-manager__summary-content{width:100%;justify-content:space-between;font:500 14px/20px "Geist",var(--rr-font-ui)}.studio-shell--monitor .layer-manager__count{color:var(--stitch-on-surface-variant);font:400 12px/18px "JetBrains Mono",var(--rr-font-mono)}.studio-shell--monitor .layer-manager__body{color:var(--stitch-on-surface-variant);background:var(--stitch-surface-container-high)}.studio-shell--monitor .layer-manager__actions{padding:6px;background:var(--stitch-surface-container-high)}.studio-shell--monitor .layer-manager__group>summary{min-height:36px;padding:8px 12px;color:var(--stitch-on-surface-variant);background:var(--stitch-surface-container-high)}.studio-shell--monitor .layer-manager__layer,.studio-shell--monitor .layer-manager__layer[data-visible=true]{background:var(--stitch-surface-container-high)}.studio-shell--monitor .layer-manager__controls{padding:10px 14px}.studio-shell--monitor .layer-manager__metadata-row,.studio-shell--monitor .layer-manager__metadata-unavailable{background:var(--stitch-surface-container-low)}.studio-shell--monitor .studio-map__radar-dock{height:40px;border-top:1px solid var(--stitch-outline-variant);background:#222a3df5}.monitor-status-bar{z-index:60;display:flex;width:100%;height:40px;min-width:0;align-items:center;justify-content:space-between;gap:24px;padding:8px 24px;border-top:1px solid var(--stitch-outline-variant);color:var(--stitch-on-surface-variant);background:var(--stitch-surface-container-high);font:400 11px/16px "JetBrains Mono",var(--rr-font-mono)}.monitor-status-bar__data,.monitor-status-bar__freshness-group,.monitor-status-bar__freshness,.monitor-status-bar__links{display:flex;min-width:0;align-items:center}.monitor-status-bar__data{gap:24px}.monitor-status-bar__data>strong{color:var(--stitch-on-surface);font-weight:500;white-space:nowrap}.monitor-status-bar__divider{width:1px;height:16px;background:var(--stitch-outline-variant)}.monitor-status-bar__freshness-group{gap:16px}.monitor-status-bar__freshness{gap:6px;white-space:nowrap}.monitor-status-bar__freshness strong{color:var(--stitch-on-surface);font-weight:400}.monitor-status-bar__dot{width:7px;height:7px;flex:0 0 7px;border-radius:999px;background:var(--stitch-primary)}.monitor-status-bar__freshness[data-status=delayed] .monitor-status-bar__dot,.monitor-status-bar__freshness[data-status=historical] .monitor-status-bar__dot{background:var(--rr-status-delayed)}.monitor-status-bar__freshness[data-status=stale] .monitor-status-bar__dot{background:var(--rr-status-stale)}.monitor-status-bar__freshness[data-status=offline] .monitor-status-bar__dot{background:var(--rr-status-offline)}.monitor-status-bar__freshness[data-status=loading] .monitor-status-bar__dot{background:var(--rr-status-checking)}.monitor-status-bar__links{gap:16px;font:500 12px/18px "Geist",var(--rr-font-ui)}.monitor-status-bar__links a,.monitor-status-bar__links button{padding:0;border:0;color:var(--stitch-on-surface-variant);background:transparent;font:inherit;text-decoration:none;cursor:pointer}.monitor-status-bar__links a:hover,.monitor-status-bar__links button:hover{color:var(--stitch-on-surface)}@media(max-width:980px){.studio-shell--monitor .studio-header__utc{display:none}.monitor-status-bar{gap:10px;padding-inline:14px}.monitor-status-bar__data{min-width:0;gap:10px}.monitor-status-bar__data>strong{max-width:min(42vw,250px);overflow:hidden;text-overflow:ellipsis}.monitor-status-bar__freshness-group{gap:10px;overflow:hidden}.monitor-status-bar__freshness{font-size:10px}.monitor-status-bar__freshness:nth-child(3){display:none}}@media(max-width:820px){.studio-shell--monitor{grid-template-rows:56px minmax(0,1fr) 40px}.studio-shell--monitor>.studio-header{height:56px;min-height:56px;padding-inline:12px!important}.studio-shell--monitor .studio-header__title{font-size:16px;line-height:22px}.studio-shell--monitor .studio-header__divider{display:none}.studio-shell--monitor .studio-header__mode-actions,.studio-shell--monitor .studio-header__current-mode,.studio-shell--monitor .studio-header__mode-button,.studio-shell--monitor .studio-header__live-button{height:56px;min-height:56px}.studio-shell--monitor .map-workspace{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,58%) minmax(0,42%)}.studio-shell--monitor .map-workspace>.studio-map{grid-column:1;grid-row:1}.studio-shell--monitor .map-workspace>.alert-panel{grid-column:1;grid-row:2;border-top:1px solid var(--stitch-outline-variant);border-right:0}.studio-shell--monitor .alert-panel__navigator{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.studio-shell--monitor .alert-panel__navigator>button{grid-template-columns:18px minmax(0,1fr)}.studio-shell--monitor .alert-panel__navigator>button>strong{display:none}.monitor-status-bar__links a:first-child{display:none}}@media(max-width:560px){.studio-shell--monitor .studio-header__product{display:none}.studio-shell--monitor .studio-header__mode-actions{gap:14px}.studio-shell--monitor .studio-header__controls{gap:4px}.studio-shell--monitor .alert-panel__navigator{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-shell--monitor .alert-panel__navigator>button{gap:8px;padding-inline:8px}.studio-shell--monitor .alert-panel__navigator>button[data-destination=history]{display:none}.monitor-status-bar__data{gap:0}.monitor-status-bar__freshness-group{gap:8px}.monitor-status-bar__divider,.monitor-status-bar__links{display:none}}.studio-shell--monitor .alert-panel__navigator>button[data-destination=radar-settings][aria-expanded=true]{color:var(--stitch-on-surface);background:var(--stitch-surface-container-highest)}.studio-shell--monitor .alert-panel__navigator-chevron{color:var(--stitch-on-surface-variant)}.studio-shell--monitor .alert-panel__radar-settings{order:3;flex:0 0 clamp(260px,46vh,560px);height:clamp(260px,46vh,560px);min-height:0;max-height:none;overflow-y:auto;border-top:1px solid var(--stitch-outline-variant);border-bottom:1px solid var(--stitch-outline-variant);background:var(--stitch-surface-container-low)}.studio-shell--monitor .alert-panel__radar-settings-target{min-width:0;padding:8px 12px 12px}.studio-shell--monitor .alert-panel__body{order:4}.studio-shell--monitor .alert-panel__radar-settings{flex:0 0 clamp(340px,58vh,720px);height:clamp(340px,58vh,720px);max-height:none;overflow-y:auto;border-top:1px solid var(--stitch-outline-variant);border-bottom:1px solid var(--stitch-outline-variant);background:var(--stitch-surface-container-low)}.studio-shell--monitor .alert-panel__navigator-count{min-width:24px;padding:1px 7px;border:1px solid var(--stitch-outline-variant);border-radius:999px;color:var(--stitch-on-surface);background:var(--stitch-surface-container-high);font:600 10px/15px "JetBrains Mono",var(--rr-font-mono);text-align:center}.studio-shell--monitor .studio-map{--radar-dock-height: 40px}.studio-shell--monitor .studio-map--local-radar{--radar-dock-height: 146px}.studio-shell--monitor .studio-map__radar-dock--monitor{right:0;bottom:0;left:0;height:var(--radar-dock-height);overflow:visible;border-top:1px solid var(--stitch-outline-variant);background:#222a3df7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.studio-shell--monitor .studio-map__radar-dock--local{overflow-y:auto}@media(max-width:920px){.studio-shell--monitor .alert-panel__navigator{grid-template-columns:repeat(4,minmax(0,1fr))}.studio-shell--monitor .studio-map--local-radar{--radar-dock-height: 250px}}@media(max-width:560px){.studio-shell--monitor .alert-panel__navigator{grid-template-columns:repeat(2,minmax(0,1fr))}}.studio-shell--monitor .studio-map--local-radar .studio-map__layer-manager{top:auto;bottom:calc(var(--radar-dock-height) + 38px)}.studio-shell--monitor .studio-map--local-radar{--radar-dock-height: 164px}.studio-shell--monitor .studio-map--local-radar .studio-map__radar-dock--local{height:var(--radar-dock-height)!important;min-height:var(--radar-dock-height);max-height:var(--radar-dock-height);overflow:hidden}.studio-shell--monitor .studio-map--local-radar.studio-map--radar-dock-reserved .studio-map__canvas{bottom:0!important}@media(max-width:1100px){.studio-shell--monitor .studio-map--local-radar{--radar-dock-height: 238px}}@media(max-width:720px){.studio-shell--monitor .studio-map--local-radar{--radar-dock-height: 300px}.studio-shell--monitor .studio-map--local-radar .studio-map__radar-dock--local{overflow-y:auto}}.studio-shell--monitor .map-workspace--alert-panel-collapsed{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr)}.studio-shell--monitor .map-workspace--alert-panel-collapsed>.studio-map{grid-column:1;grid-row:1}.studio-shell--monitor .monitor-navigator-restore{position:absolute;z-index:46;top:58px;left:12px;display:grid;width:36px;height:36px;place-items:center;padding:0;border:1px solid var(--stitch-outline-variant);border-radius:4px;color:var(--stitch-on-surface);background:#222a3df0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.studio-shell--monitor .monitor-navigator-restore:hover{color:var(--stitch-primary);background:var(--stitch-surface-container-highest)}.studio-shell--monitor .monitor-navigator-restore:focus-visible{outline:2px solid var(--stitch-primary);outline-offset:2px}.studio-shell--monitor .monitor-navigator-restore .material-symbols-outlined{font-size:20px}.studio-shell--monitor .studio-map--local-radar.studio-map--local-radar-timeline-only{--radar-dock-height: 40px}.studio-shell--monitor .studio-map--local-radar .studio-map__radar-dock--local.studio-map__radar-dock--timeline-only{height:var(--radar-dock-height)!important;min-height:var(--radar-dock-height);max-height:var(--radar-dock-height);overflow:visible}.studio-shell--creator:not(.studio-shell--preview){--create-surface: #0b1326;--create-surface-lowest: #060e20;--create-surface-low: #131b2e;--create-surface-container: #171f33;--create-surface-high: #222a3d;--create-surface-highest: #2d3449;--create-on-surface: #dae2fd;--create-on-surface-variant: #bccabb;--create-outline: #3d4a3e;--create-primary: #6bfb9a;--create-primary-container: #4ade80;--create-on-primary-container: #005e2d;grid-template-rows:64px minmax(0,1fr) 40px;color:var(--create-on-surface);background:var(--create-surface);font-family:"Geist",var(--rr-font-ui)}.studio-shell--creator:not(.studio-shell--preview)>.studio-header{grid-row:1}.studio-shell--creator:not(.studio-shell--preview)>.map-workspace{grid-row:2}.studio-shell--creator:not(.studio-shell--preview)>.creator-status-bar{grid-row:3}.studio-shell--creator:not(.studio-shell--preview)>.studio-header{z-index:50;display:grid;width:100%;height:64px;min-height:64px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:16px;padding:0 24px!important;border-bottom:1px solid var(--create-outline);color:var(--create-primary);background:var(--create-surface-container)}.studio-shell--creator:not(.studio-shell--preview) .studio-header__identity{display:contents}.studio-shell--creator:not(.studio-shell--preview) .studio-header__product{grid-column:1}.studio-shell--creator:not(.studio-shell--preview) .studio-header__title{color:var(--create-primary);font:700 24px/32px "Geist",var(--rr-font-display);letter-spacing:0}.studio-shell--creator:not(.studio-shell--preview) .studio-header__divider{display:none}.studio-shell--creator:not(.studio-shell--preview) .studio-header__mode-actions{grid-column:2;display:flex;height:64px;align-items:center;gap:16px}.studio-shell--creator:not(.studio-shell--preview) .studio-header__current-mode,.studio-shell--creator:not(.studio-shell--preview) .studio-header__mode-button,.studio-shell--creator:not(.studio-shell--preview) .studio-header__live-button{min-height:40px;padding:8px 12px!important;border-radius:4px!important;color:var(--create-on-surface-variant);font:500 14px/20px "Geist",var(--rr-font-ui)}.studio-shell--creator:not(.studio-shell--preview) .studio-header__current-mode{height:64px;color:var(--create-primary);font-weight:700}.studio-shell--creator:not(.studio-shell--preview) .studio-header__current-mode:after{right:12px;bottom:-1px;left:12px;height:2px;background:var(--create-primary)}.studio-shell--creator:not(.studio-shell--preview) .studio-header__controls{grid-column:3;justify-self:end;gap:4px}.studio-shell--creator:not(.studio-shell--preview) .studio-header__utc{display:none}.studio-shell--creator:not(.studio-shell--preview) .studio-header__health-button,.studio-shell--creator:not(.studio-shell--preview) .studio-header__shortcuts-button{width:40px;min-width:40px;min-height:40px;border-radius:999px;color:var(--create-on-surface-variant)}.studio-shell--creator:not(.studio-shell--preview) .studio-header__health-button:hover,.studio-shell--creator:not(.studio-shell--preview) .studio-header__shortcuts-button:hover{color:var(--create-primary);background:var(--create-surface-high)}.studio-shell--creator:not(.studio-shell--preview) .map-workspace,.studio-shell--creator:not(.studio-shell--preview) .map-workspace--creator-panel,.studio-shell--creator:not(.studio-shell--preview) .map-workspace--creator-panel:not(.map-workspace--alert-panel),.studio-shell--creator:not(.studio-shell--preview) .map-workspace--creator-panel.map-workspace--alert-panel{display:grid;grid-template:minmax(0,1fr) / minmax(0,1fr);padding:0;overflow:hidden;background:var(--create-surface-lowest)}.studio-shell--creator:not(.studio-shell--preview) .map-workspace>.studio-map,.studio-shell--creator:not(.studio-shell--preview) .map-workspace>.creator-panel{grid-area:1 / 1}.studio-shell--creator:not(.studio-shell--preview) .map-workspace>.alert-panel{display:none}.studio-shell--creator:not(.studio-shell--preview) .creator-panel{z-index:24;display:grid;grid-template-columns:288px minmax(0,1fr) 320px;border:0;background:transparent;pointer-events:none}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray{display:grid;min-width:0;min-height:0;grid-template-rows:auto minmax(0,1fr) auto;color:var(--create-on-surface-variant);background:var(--create-surface-low);pointer-events:auto}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray{grid-column:1;border-right:1px solid var(--create-outline)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray{grid-column:3;border-left:1px solid var(--create-outline)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__tray-header{background:var(--create-surface-low)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__panel-header{min-height:64px;padding:0 24px;border-bottom:1px solid var(--create-outline)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__panel-header .rr-panel-header__title{color:var(--create-on-surface);font:500 14px/20px "Geist",var(--rr-font-ui);letter-spacing:.08em;text-transform:uppercase}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__panel-header .rr-panel-header__count{color:var(--create-on-surface-variant);font:400 12px/18px "JetBrains Mono",var(--rr-font-mono)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__tray-scroll{min-height:0;overflow:auto}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray .creator-panel__tray-scroll,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__tray-scroll{padding:24px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group{margin:0;border:0;border-bottom:1px solid var(--create-outline);border-radius:0;background:transparent}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group+.creator-panel__group{margin-top:16px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray .creator-panel__group,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group{border:1px solid var(--create-outline);border-radius:8px;background:var(--create-surface)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group-summary{min-height:48px;padding:10px 12px;color:var(--create-on-surface)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group-title{color:var(--create-on-surface);font:500 14px/20px "Geist",var(--rr-font-ui)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group-description,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group-value{color:var(--create-on-surface-variant);font:400 10px/14px "JetBrains Mono",var(--rr-font-mono)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group-body{gap:12px;padding:12px;border-top:1px solid var(--create-outline);background:var(--create-surface)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__property-label,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__field>span,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__selected-heading>span{color:var(--create-on-surface-variant);font:500 11px/16px "JetBrains Mono",var(--rr-font-mono)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel select,.studio-shell--creator:not(.studio-shell--preview) .creator-panel input[type=text],.studio-shell--creator:not(.studio-shell--preview) .creator-panel input[type=number],.studio-shell--creator:not(.studio-shell--preview) .creator-panel textarea{min-height:34px;padding:7px 8px;border:1px solid var(--create-outline);border-radius:4px;color:var(--create-on-surface);background:var(--create-surface-highest)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__toggle-grid{grid-template-columns:minmax(0,1fr);gap:8px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__toggle-row{min-height:36px;justify-content:space-between;padding:4px 8px;border:1px solid var(--create-outline);border-radius:4px;color:var(--create-on-surface);background:var(--create-surface)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__toggle-row input{order:2}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__range input{accent-color:var(--create-primary)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__preset-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__preset-grid button{display:flex;min-height:38px;align-items:center;justify-content:center;gap:4px;padding:8px 6px;border:1px solid var(--create-outline);border-radius:4px;color:var(--create-on-surface-variant);background:var(--create-surface);font:400 12px/18px "Geist",var(--rr-font-ui)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__preset-grid button[aria-pressed=true]{border-color:var(--create-primary);color:var(--create-on-primary-container);background:var(--create-primary-container);font-weight:600}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__preset-grid strong{font-weight:inherit}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__preset-grid span:before{content:"("}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__preset-grid span:after{content:")"}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__dimension-row{border-top-color:var(--create-outline)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__overlay-index,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__selected-overlay{border-color:var(--create-outline);border-radius:4px;background:var(--create-surface)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__overlay-row{border-color:var(--create-outline)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__overlay-row[data-selected]{background:var(--create-surface-high);box-shadow:inset 3px 0 0 var(--create-primary)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-footer{gap:12px;padding:16px 24px 24px;border-top:1px solid var(--create-outline);background:var(--create-surface-container)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"preview copy" "capture capture";gap:4px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions .creator-panel__preview-action{grid-area:preview;border:1px solid var(--create-outline);color:var(--create-on-surface);background:var(--create-surface)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions>:nth-child(2){grid-area:capture;border-color:var(--create-primary-container);color:var(--create-on-primary-container);background:var(--create-primary-container);font-weight:700}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions>:nth-child(3){grid-area:copy}.studio-shell--creator:not(.studio-shell--preview) .studio-map--creator{background:var(--create-surface-lowest)}.studio-shell--creator:not(.studio-shell--preview) .studio-map--creator .studio-map__canvas{bottom:0}.studio-shell--creator:not(.studio-shell--preview) .studio-map--creator .maplibregl-ctrl-bottom-right{top:8px;right:48px;bottom:auto}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing{inset:72px 320px 52px 288px;overflow:visible}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing .creator-canvas__frame{border:2px solid var(--create-outline);outline:0;background:transparent;box-shadow:0 0 0 200vmax #060e20c2}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas__format-label{width:max-content;padding:0;border:0;color:var(--create-on-surface-variant);background:transparent;font:400 13px/18px "JetBrains Mono",var(--rr-font-mono);transform:translate(-50%)}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas__safe-area{inset:4%;border-color:#6bfb9a4d}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar{position:absolute;top:24px;right:344px;left:312px;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:16px;pointer-events:none}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar output{display:flex;align-items:center;gap:16px;padding:8px 12px;border:1px solid var(--create-outline);border-radius:8px;color:var(--create-on-surface-variant);background:var(--create-surface-high);font:400 13px/18px "JetBrains Mono",var(--rr-font-mono);pointer-events:auto}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar output strong{color:var(--create-primary);font-weight:400}.creator-stage-toolbar__divider{width:1px;height:16px;background:var(--create-outline)}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar>div{display:flex;gap:4px;pointer-events:auto}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar button{display:grid;width:32px;height:32px;place-items:center;padding:4px;border:1px solid var(--create-outline);border-radius:4px;color:var(--create-on-surface-variant);background:var(--create-surface-high)}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar button:hover{color:var(--create-on-surface);background:var(--create-surface-highest)}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar .material-symbols-outlined{font-family:Material Symbols Outlined!important;font-size:20px}.studio-shell--creator:not(.studio-shell--preview) .studio-map__toolbar,.studio-shell--creator:not(.studio-shell--preview) .studio-map__readout,.studio-shell--creator:not(.studio-shell--preview) .studio-map__layer-manager,.studio-shell--creator:not(.studio-shell--preview) .studio-map__radar-dock{display:none}.creator-status-bar{z-index:60;display:flex;width:100%;height:40px;min-width:0;align-items:center;justify-content:space-between;gap:24px;padding:8px 24px;border-top:1px solid var(--create-outline);color:var(--create-on-surface-variant);background:var(--create-surface-lowest);font:400 13px/18px "JetBrains Mono",var(--rr-font-mono)}.creator-status-bar strong{color:var(--create-on-surface);font-weight:700}.creator-status-bar>div{display:flex;gap:16px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray .creator-panel__panel-header{min-height:48px;padding:0 16px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray>.creator-panel__tray-header{display:none}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray{grid-template-rows:0 minmax(0,1fr) auto}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__tray-header{grid-row:1}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__tray-scroll{grid-row:2}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-footer{grid-row:3}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray .creator-panel__tray-scroll{padding:16px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__tray-scroll{padding:0}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group+.creator-panel__group{margin-top:0}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray .creator-panel__group,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group{border:0;border-bottom:1px solid var(--create-outline);border-radius:0;background:transparent}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray .creator-panel__group--warning-focus{margin-bottom:16px;border:1px solid var(--create-outline);border-radius:8px;background:var(--create-surface)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus .creator-panel__group-summary{min-height:42px;padding:8px 10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus .creator-panel__group-title{font-size:12px;font-weight:600}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus .creator-panel__group-description{max-width:150px;font-size:9px;line-height:12px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus .creator-panel__group-body{padding:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility{border:0}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility>.creator-panel__group-summary{display:none}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility>.creator-panel__group-body{display:grid;gap:16px;padding:0;border:0;background:transparent}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__property-row{order:1}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__source-list{order:2}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__editor-visibility{order:3}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__note{order:4}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__property-label,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__toggle-grid legend{color:var(--create-on-surface);font:600 11px/16px "Geist",var(--rr-font-ui);letter-spacing:.06em;text-transform:uppercase}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__property-row{display:grid;gap:5px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__range{width:100%}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__toggle-grid{gap:4px;padding:8px 0 2px;border:0}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__toggle-grid legend{display:block;width:100%;margin-bottom:8px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__source-list{display:grid;gap:5px;padding-top:14px;border-top:1px solid var(--create-outline)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__source-list h3{margin:0 0 3px;color:var(--create-on-surface);font:600 11px/16px "Geist",var(--rr-font-ui);letter-spacing:.06em;text-transform:uppercase}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__source-list>label{display:flex;align-items:center;gap:5px;color:var(--create-on-surface-variant);font:500 10px/15px "Geist",var(--rr-font-ui);cursor:pointer}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__source-list>label>input{margin:0;accent-color:var(--create-primary)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__editor-visibility{border-top:1px solid var(--create-outline)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__editor-visibility>summary{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 0 5px;color:var(--create-on-surface-variant);font:500 10px/14px "JetBrains Mono",var(--rr-font-mono);cursor:pointer}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__editor-visibility[open]>summary{color:var(--create-primary)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__toggle-row{min-height:24px;justify-content:flex-start;gap:7px;padding:0;border:0;color:var(--create-on-surface-variant);background:transparent;font-size:11px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__toggle-row input{order:0}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-summary{display:flex;min-height:auto;align-items:center;justify-content:space-between;gap:10px;padding:16px 16px 10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-chevron,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-description{display:none}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-title{display:block;color:var(--create-on-surface);font:600 11px/16px "Geist",var(--rr-font-ui);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-value{color:var(--create-on-surface-variant);font-size:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-body{gap:10px;padding:0 16px 16px;border:0;background:transparent}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--format .creator-panel__preset-grid{gap:2px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--format .creator-panel__preset-grid button{min-height:30px;border-radius:2px;font-size:10px;line-height:14px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--format .creator-panel__dimension-row{margin-top:6px;padding-top:8px;font-size:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--overlays .creator-panel__overlay-index{max-height:132px;overflow:auto;border:0;border-radius:0;background:transparent}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--overlays .creator-panel__overlay-row{min-height:30px;border:0;border-bottom:1px solid rgb(61 74 62 / 55%);background:var(--create-surface)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--overlays .creator-panel__overlay-row[data-selected]{background:var(--create-surface-high);box-shadow:inset 2px 0 0 var(--create-primary)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--overlays .creator-panel__overlay-select.rr-control-button{min-height:29px;font-size:11px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--overlays .creator-panel__selected-overlay{gap:8px;padding:0;border:0;background:transparent}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-overlays{display:grid;gap:6px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row{display:flex;min-height:32px;align-items:center;justify-content:space-between;gap:10px;padding:5px 7px;border:1px solid rgb(61 74 62 / 68%);border-radius:2px;color:var(--create-on-surface);background:var(--create-surface);font:500 11px/16px "Geist",var(--rr-font-ui)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row input[type=checkbox]{width:15px;height:15px;flex:0 0 auto;accent-color:var(--create-primary-container)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row select{width:auto;min-width:102px;min-height:25px;padding:3px 22px 3px 6px;font-size:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row--headline{display:grid;gap:5px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row--headline label{display:flex;align-items:center;justify-content:space-between;gap:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row--headline input[type=text]{width:100%;min-height:27px;padding:4px 6px;font-size:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__advanced-overlays{margin-top:4px;border-top:1px solid var(--create-outline)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__advanced-overlays>summary{padding:9px 2px 7px;color:var(--create-on-surface-variant);font:500 10px/14px "JetBrains Mono",var(--rr-font-mono);cursor:pointer}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__advanced-overlays[open]>summary{color:var(--create-primary)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__advanced-overlays .creator-panel__selected-overlay{margin-top:10px;padding-bottom:2px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--logo .creator-panel__group-summary,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--library .creator-panel__group-summary{min-height:38px;padding-block:9px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-footer{gap:8px;padding:12px 16px 16px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions{gap:3px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions .rr-control-button{min-height:32px;border-radius:3px;font-size:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions .material-symbols-outlined{font-family:Material Symbols Outlined!important;font-size:15px}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing .creator-canvas__frame{border-width:1px;box-shadow:0 0 0 200vmax #0a1222cc,0 0 0 1px #6bfb9a2e}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing .creator-canvas__overlay{outline-color:transparent}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing .creator-canvas__overlay:hover,.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing .creator-canvas__overlay:focus-visible{outline-color:#6bfb9ac7}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing .creator-canvas__overlay:not(:hover):not(:focus-visible) .creator-canvas__overlay-label,.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing .creator-canvas__overlay:not(:hover):not(:focus-visible) .creator-canvas__resize-handle{opacity:0;pointer-events:none}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas__safe-area{border-color:#6bfb9a2e}@media(max-width:1180px){.studio-shell--creator:not(.studio-shell--preview) .creator-panel{grid-template-columns:248px minmax(0,1fr) 292px}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing{right:292px;left:248px}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar{right:308px;left:264px}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar output span:not(.creator-stage-toolbar__divider){display:none}}@media(max-width:820px){.studio-shell--creator:not(.studio-shell--preview){grid-template-rows:56px minmax(0,1fr) 40px}.studio-shell--creator:not(.studio-shell--preview)>.studio-header{height:56px;min-height:56px;padding-inline:12px!important}.studio-shell--creator:not(.studio-shell--preview) .studio-header__title{font-size:16px}.studio-shell--creator:not(.studio-shell--preview) .studio-header__mode-actions,.studio-shell--creator:not(.studio-shell--preview) .studio-header__current-mode{height:56px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel{grid-template-columns:224px minmax(0,1fr);grid-template-rows:minmax(0,1fr) 292px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray{grid-column:1;grid-row:1}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray{grid-column:1 / -1;grid-row:2;border-top:1px solid var(--create-outline);border-left:0}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__tray-scroll{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing{inset:64px 0 292px 224px}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar{top:12px;right:12px;left:236px}.creator-status-bar>div span:nth-child(-n+2){display:none}}@media(max-width:560px){.studio-shell--creator:not(.studio-shell--preview) .studio-header__product,.studio-shell--creator:not(.studio-shell--preview) .studio-header__health-button{display:none}.studio-shell--creator:not(.studio-shell--preview) .creator-panel{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) 52%}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray{display:none}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray{grid-column:1;grid-row:2}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__tray-scroll{display:block;padding:12px}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing{inset:54px 0 52%}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar{top:8px;right:8px;left:8px}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar output{display:none}.creator-status-bar{padding-inline:12px;font-size:10px}.creator-status-bar>div{display:none}}@media(min-width:3000px){.studio-shell--creator:not(.studio-shell--preview){grid-template-rows:36px minmax(0,1fr) 28px}.studio-shell--creator:not(.studio-shell--preview)>.studio-header{height:36px;min-height:36px;gap:8px;padding:0 4px!important}.studio-shell--creator:not(.studio-shell--preview) .studio-header__title{font-size:16px;line-height:20px}.studio-shell--creator:not(.studio-shell--preview) .studio-header__mode-actions,.studio-shell--creator:not(.studio-shell--preview) .studio-header__current-mode{height:36px}.studio-shell--creator:not(.studio-shell--preview) .studio-header__mode-actions{gap:5px}.studio-shell--creator:not(.studio-shell--preview) .studio-header__current-mode,.studio-shell--creator:not(.studio-shell--preview) .studio-header__mode-button,.studio-shell--creator:not(.studio-shell--preview) .studio-header__live-button{min-height:28px;padding:4px 8px!important;font-size:9px;line-height:12px}.studio-shell--creator:not(.studio-shell--preview) .studio-header__health-button,.studio-shell--creator:not(.studio-shell--preview) .studio-header__shortcuts-button{width:24px;min-width:24px;min-height:24px}.studio-shell--creator:not(.studio-shell--preview) .studio-header__health-button .material-symbols-outlined,.studio-shell--creator:not(.studio-shell--preview) .studio-header__shortcuts-button .material-symbols-outlined{font-size:15px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel{grid-template-columns:164px minmax(0,1fr) 186px;grid-template-rows:minmax(0,1fr)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray{grid-column:1;grid-row:1;height:100%}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray{grid-column:3;grid-row:1;height:100%}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray .creator-panel__panel-header{min-height:32px;padding:0 4px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__panel-header .rr-panel-header__title{font-size:8px;line-height:11px;letter-spacing:.04em}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray .creator-panel__tray-scroll{padding:4px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus{margin-bottom:8px;border-radius:4px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus .creator-panel__group-summary{min-height:34px;padding:5px 6px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus .creator-panel__group-title{font-size:8px;line-height:11px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus .creator-panel__group-description,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus .creator-panel__group-value{max-width:100px;font-size:7px;line-height:9px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility>.creator-panel__group-body{gap:8px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__property-label,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__source-list h3{font-size:8px;line-height:11px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__range{gap:4px;font-size:8px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__range input[type=range]{height:12px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__source-list{gap:2px;padding-top:8px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__source-list>span{gap:3px;font-size:7px;line-height:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__editor-visibility>summary{padding:6px 0 3px;font-size:7px;line-height:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__note{font-size:7px;line-height:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-summary{gap:4px;padding:10px 8px 6px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-title{font-size:8px;line-height:11px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-value{font-size:7px;line-height:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-body{gap:5px;padding:0 8px 8px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--format .creator-panel__preset-grid button{min-height:24px;padding:4px 2px;font-size:7px;line-height:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--format .creator-panel__dimension-row{margin-top:2px;padding-top:5px;font-size:7px;line-height:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-overlays{gap:3px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row{min-height:24px;gap:5px;padding:3px 4px;font-size:7px;line-height:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row input[type=checkbox]{width:13px;height:13px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row select,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row--headline input[type=text]{min-height:20px;padding:2px 4px;font-size:7px;line-height:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row select{min-width:68px;padding-right:16px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__advanced-overlays>summary{padding:6px 1px 4px;font-size:7px;line-height:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--logo .creator-panel__group-summary,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--library .creator-panel__group-summary{min-height:26px;padding-block:5px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-footer{gap:4px;padding:7px 5px 6px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions{gap:2px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions .rr-control-button{min-height:23px;padding:3px 4px;font-size:7px;line-height:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions .material-symbols-outlined{font-size:11px}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar{top:16px;right:198px;left:178px;gap:8px}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar output{gap:8px;padding:5px 7px;border-radius:4px;font-size:8px;line-height:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar button{width:24px;height:24px;padding:2px}.studio-shell--creator:not(.studio-shell--preview) .creator-stage-toolbar .material-symbols-outlined{font-size:15px}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing{inset:50% 186px auto 164px;height:min(78%,426px);transform:translateY(-50%)}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas__format-label{font-size:7px;line-height:10px}.creator-status-bar{height:28px;gap:10px;padding:4px;font-size:7px;line-height:10px}.creator-status-bar>div{gap:8px}}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__tray-scroll{position:relative;overflow-x:hidden}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--format .creator-panel__group-value,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--overlays .creator-panel__group-value,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--format .creator-panel__dimension-row,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__advanced-overlays,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__editor-visibility,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility>.creator-panel__group-body>.creator-panel__note{display:none}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray .creator-panel__panel-header{min-height:64px;padding-inline:24px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray .creator-panel__tray-scroll{padding:24px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__panel-header .rr-panel-header__title,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-title,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__source-list h3{font:500 14px/20px "Geist",var(--rr-font-ui);letter-spacing:.08em}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus{margin-bottom:24px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus .creator-panel__group-summary{min-height:76px;padding:14px 16px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus .creator-panel__group-title{font-size:14px;line-height:20px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--warning-focus .creator-panel__group-description{max-width:180px;font-size:11px;line-height:16px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility>.creator-panel__group-body{gap:24px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__property-label{color:var(--create-on-surface-variant);font:600 14px/20px "Geist",var(--rr-font-ui);letter-spacing:0;text-transform:none}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--visibility .creator-panel__property-row{gap:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__range{grid-template-columns:minmax(0,1fr) 48px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__range output{color:var(--create-on-surface-variant);font:500 13px/18px "JetBrains Mono",var(--rr-font-mono)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__range input[type=range]{height:4px;margin:8px 0;appearance:none;border-radius:999px;background:var(--create-surface-high);accent-color:var(--create-primary)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__range input[type=range]::-webkit-slider-thumb{width:18px;height:18px;appearance:none;border:2px solid var(--create-on-surface-variant);border-radius:50%;background:#f5f6f7}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__source-list{gap:7px;padding-top:24px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__source-list h3{margin-bottom:12px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__source-list>label{gap:7px;font-size:12px;line-height:17px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__source-list>label>input{width:13px;height:13px;flex:0 0 13px;margin:0;border-radius:3px;accent-color:var(--create-primary)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-summary{padding:24px 24px 16px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray .creator-panel__group-body{padding:0 24px 24px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--format .creator-panel__preset-grid{gap:4px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group--format .creator-panel__preset-grid button{min-height:40px;border-radius:2px;font-size:12px;line-height:18px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-overlays{gap:10px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row{min-height:38px;gap:10px;padding:7px 9px;border-radius:2px;font-size:12px;line-height:18px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row--headline{gap:8px;padding:10px 12px 12px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row--headline input[type=text]{min-height:34px;font-size:12px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__reference-row select{min-width:112px;min-height:32px;font-size:12px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__switch{position:relative;width:36px;height:20px;flex:0 0 36px;border-radius:999px;background:var(--create-surface-highest);transition:background-color .12s ease}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__switch:after{position:absolute;top:2px;left:2px;width:16px;height:16px;border:1px solid var(--create-outline);border-radius:50%;background:var(--create-on-surface);content:"";transition:transform .12s ease}.studio-shell--creator:not(.studio-shell--preview) label:has(>input:checked)>.creator-panel__switch{background:var(--create-primary)}.studio-shell--creator:not(.studio-shell--preview) label:has(>input:checked)>.creator-panel__switch:after{transform:translate(16px)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__asset-drawer{position:absolute;inset:0;z-index:8;overflow:auto;color:var(--create-on-surface-variant);background:var(--create-surface-low)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__asset-drawer:not([data-open]){width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__asset-drawer-header{position:sticky;top:0;z-index:2;display:flex;min-height:54px;align-items:center;justify-content:space-between;padding:8px 16px 8px 24px;border-bottom:1px solid var(--create-outline);color:var(--create-on-surface);background:var(--create-surface-container)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__asset-drawer .creator-panel__group{border-radius:0}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__drawer-copy{width:calc(100% - 48px);margin:20px 24px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-footer{gap:10px;padding:20px 24px 24px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__preset-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__preset-actions .rr-control-button{width:100%;min-width:0;min-height:38px;border:1px solid var(--create-outline);border-radius:2px;color:var(--create-on-surface-variant);background:var(--create-surface)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions{grid-template-columns:minmax(0,1fr);grid-template-areas:"capture" "preview";gap:6px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions .creator-panel__preview-action{grid-area:preview;min-height:42px;color:var(--create-primary);background:var(--create-surface-lowest)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__output-actions>:nth-child(2){grid-area:capture;min-height:42px;border-radius:8px}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__copy-action{display:none}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__capture-status{display:none}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__capture-status--working,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__capture-status--error{display:block}.studio-shell--creator:not(.studio-shell--preview) .creator-canvas--editing .creator-canvas__frame{border-width:2px;box-shadow:0 0 0 200vmax #060e20f0}.studio-shell--live-stream{--live-bg: #0d0d0d;--live-bar: #121417;--live-panel: rgb(14 14 14 / 92%);--live-panel-solid: #141414;--live-control: #2a2d33;--live-border: rgb(255 255 255 / 10%);--live-border-strong: rgb(255 255 255 / 18%);--live-text: #fff;--live-text-muted: rgb(255 255 255 / 55%);--live-text-faint: rgb(255 255 255 / 36%);color:var(--live-text);background:var(--live-bg);font-family:Inter,"Plus Jakarta Sans",var(--rr-font-ui)}.studio-shell--live-stream .live-stream-ui{z-index:20;color:var(--live-text);font-family:Inter,"Plus Jakarta Sans",var(--rr-font-ui)}.studio-shell--live-stream .live-stream-controls{position:absolute;inset:0;display:block;pointer-events:none}.studio-shell--live-stream .live-stream-broadcast{position:absolute;z-index:4;top:12px;right:12px;left:auto;display:flex;width:auto;height:34px;align-items:center;justify-content:space-between;padding:0 7px;border:1px solid var(--live-border);border-radius:2px;color:var(--live-text);background:#121417f5;pointer-events:auto}.studio-shell--live-stream .live-stream-broadcast__identity,.studio-shell--live-stream .live-stream-broadcast__operations,.studio-shell--live-stream .live-stream-broadcast__trust,.studio-shell--live-stream .live-stream-broadcast__brand,.studio-shell--live-stream .live-stream-broadcast__air{display:flex;align-items:center}.studio-shell--live-stream .live-stream-broadcast__identity{display:none}.studio-shell--live-stream .live-stream-broadcast__brand{gap:8px;min-width:164px;height:24px;padding:0 8px;border:1px solid var(--live-border);border-radius:2px;background:#00000047;white-space:nowrap}.studio-shell--live-stream .live-stream-broadcast__brand>span:first-child{color:var(--live-text-muted);font-family:var(--rr-font-mono);font-size:10px;font-weight:800;letter-spacing:.06em}.studio-shell--live-stream .live-stream-broadcast__brand>span:nth-child(2){width:1px;height:12px;background:var(--live-border-strong)}.studio-shell--live-stream .live-stream-broadcast__brand strong{overflow:hidden;color:var(--live-text);font-size:10px;font-weight:700;letter-spacing:.03em;text-overflow:ellipsis;text-transform:uppercase}.studio-shell--live-stream .live-stream-broadcast__air{gap:8px;color:#ff3b30;font-size:10px;font-weight:800;letter-spacing:-.01em}.studio-shell--live-stream .live-stream-broadcast__air>span{width:8px;height:8px;border-radius:50%;background:#ff3b30}.studio-shell--live-stream .live-stream-broadcast__operations{min-width:0;gap:8px}.studio-shell--live-stream .live-stream-broadcast__trust{gap:12px;min-width:0}.studio-shell--live-stream .live-stream-broadcast__reading{display:grid;min-width:46px;justify-items:center;line-height:1}.studio-shell--live-stream .live-stream-broadcast__reading>span{color:var(--live-text-faint);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.studio-shell--live-stream .live-stream-broadcast__reading>strong{max-width:112px;margin-top:4px;overflow:hidden;color:var(--live-text);font-family:var(--rr-font-mono);font-size:10px;font-weight:700;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.studio-shell--live-stream .live-stream-broadcast__reading[data-state=baselining]>strong{color:var(--rr-status-delayed)}.studio-shell--live-stream .live-stream-broadcast__reading[data-state=stale]>strong{color:var(--rr-status-stale)}.studio-shell--live-stream .live-stream-broadcast__reading[data-state=offline]>strong{color:var(--rr-status-offline)}.studio-shell--live-stream .live-stream-broadcast__reading:nth-child(2)>strong{color:#ff8c00}.studio-shell--live-stream .live-stream-settings{position:relative;border-left:1px solid var(--live-border);padding-left:8px}.studio-shell--live-stream .live-stream-settings>summary{display:grid;width:26px;height:26px;place-items:center;border:1px solid transparent;border-radius:2px;color:var(--live-text-muted);background:transparent;list-style:none;cursor:pointer}.studio-shell--live-stream .live-stream-settings>summary::-webkit-details-marker{display:none}.studio-shell--live-stream .live-stream-settings>summary:hover,.studio-shell--live-stream .live-stream-settings[open]>summary{border-color:var(--live-border);color:var(--live-text);background:var(--live-control)}.studio-shell--live-stream .live-stream-settings>summary:focus-visible,.studio-shell--live-stream .live-stream-action:focus-visible,.studio-shell--live-stream .live-stream-toggle input:focus-visible+span,.studio-shell--live-stream .live-stream-scope select:focus-visible,.studio-shell--live-stream .live-stream-announcement__dismiss:focus-visible{outline:2px solid var(--rr-focus);outline-offset:2px}.studio-shell--live-stream .live-stream-settings__panel{position:absolute;z-index:8;top:38px;right:-82px;width:min(360px,calc(100vw - 24px));border:1px solid var(--live-border-strong);border-radius:2px;color:var(--live-text);background:#121417fc}.studio-shell--live-stream .live-stream-settings__heading{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:16px;padding:10px 14px;border-bottom:1px solid var(--live-border)}.studio-shell--live-stream .live-stream-settings__heading>div{display:grid}.studio-shell--live-stream .live-stream-settings__heading span,.studio-shell--live-stream .live-stream-settings__status span,.studio-shell--live-stream .live-stream-settings__feed{color:var(--live-text-faint);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.studio-shell--live-stream .live-stream-settings__heading strong{margin-top:3px;font-size:13px;font-weight:700}.studio-shell--live-stream .live-stream-settings__feed{color:var(--rr-status-current)}.studio-shell--live-stream .live-stream-settings__feed[data-state=baselining]{color:var(--rr-status-delayed)}.studio-shell--live-stream .live-stream-settings__feed[data-state=stale]{color:var(--rr-status-stale)}.studio-shell--live-stream .live-stream-settings__feed[data-state=offline]{color:var(--rr-status-offline)}.studio-shell--live-stream .live-stream-settings__status{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid var(--live-border)}.studio-shell--live-stream .live-stream-settings__status>div{display:grid;min-height:54px;align-content:center;padding:8px 14px}.studio-shell--live-stream .live-stream-settings__status>div:nth-child(odd){border-right:1px solid var(--live-border)}.studio-shell--live-stream .live-stream-settings__status>div:nth-child(n+3){border-top:1px solid var(--live-border)}.studio-shell--live-stream .live-stream-settings__status strong{margin-top:4px;color:var(--live-text);font-size:11px;font-weight:600;line-height:1.25}.studio-shell--live-stream .live-stream-settings__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 14px 14px}.studio-shell--live-stream .live-stream-toggle{position:relative;display:flex;min-height:32px;align-items:center;gap:8px;padding:0 9px;border:1px solid var(--live-border);border-radius:2px;color:var(--live-text-muted);background:#1c1f24;font-size:10px;font-weight:650;cursor:pointer}.studio-shell--live-stream .live-stream-toggle input{position:absolute;width:1px;height:1px;opacity:0}.studio-shell--live-stream .live-stream-toggle>span{position:relative;width:10px;height:10px;border:1px solid var(--live-text-muted);border-radius:1px;background:transparent}.studio-shell--live-stream .live-stream-toggle>span:after{position:absolute;inset:2px;border-radius:0;background:transparent;content:"";transform:none}.studio-shell--live-stream .live-stream-toggle input:checked+span{border-color:var(--rr-status-current);background:var(--rr-status-current)}.studio-shell--live-stream .live-stream-toggle input:checked+span:after{background:#092817;transform:none}.studio-shell--live-stream .live-stream-toggle:has(input:disabled){opacity:.45;cursor:not-allowed}.studio-shell--live-stream .live-stream-scope{grid-column:1 / -1;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;color:var(--live-text-muted);font-size:10px}.studio-shell--live-stream .live-stream-scope select,.studio-shell--live-stream .live-stream-action,.studio-shell--live-stream .live-stream-announcement__dismiss{min-height:28px;border:1px solid var(--live-border);border-radius:2px;color:var(--live-text);background:var(--live-control);font:700 10px/1 Inter,"Plus Jakarta Sans",var(--rr-font-ui);cursor:pointer}.studio-shell--live-stream .live-stream-scope select{min-width:0;padding:0 26px 0 9px}.studio-shell--live-stream .live-stream-action{padding:0 12px;letter-spacing:.04em;text-transform:uppercase}.studio-shell--live-stream .live-stream-action:hover,.studio-shell--live-stream .live-stream-announcement__dismiss:hover{border-color:var(--live-border-strong);background:#3a3d43}.studio-shell--live-stream .live-stream-action--exit{min-width:68px;border-color:transparent;color:var(--live-text);background:var(--live-control)}.studio-shell--live-stream .live-stream-command__message{position:absolute;z-index:3;top:56px;right:16px;max-width:360px;margin:0;padding:8px 12px;border:1px solid #7b633d;border-radius:2px;color:#f0d08d;background:#14120ef5;font-size:11px;pointer-events:auto}.studio-shell--live-stream .live-stream-announcement{--live-alert-accent: var(--rr-alert-tornado);position:absolute;inset:0;display:block;width:auto;max-width:none;margin:0;overflow:visible;border:0;border-radius:0;color:var(--live-text);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none;animation:live-broadcast-alert-in .16s ease-out both}.studio-shell--live-stream .live-stream-announcement--severe_thunderstorm_warning{--live-alert-accent: #ff8c00}.studio-shell--live-stream .live-stream-announcement--flash_flood_warning{--live-alert-accent: var(--rr-alert-flash-flood)}.studio-shell--live-stream .live-stream-announcement--other_warning{--live-alert-accent: var(--rr-alert-other-warning)}.studio-shell--live-stream .live-stream-announcement--watch{--live-alert-accent: var(--rr-alert-watch)}.studio-shell--live-stream .live-stream-announcement--statement_or_advisory,.studio-shell--live-stream .live-stream-announcement--other{--live-alert-accent: var(--rr-alert-statement)}.studio-shell--live-stream .live-stream-announcement__banner{position:absolute;top:16px;left:16px;display:flex;width:min(320px,calc(100vw - 32px));min-height:58px;align-items:center;gap:12px;padding:10px 14px;border:1px solid var(--live-alert-accent);border-left-width:4px;border-radius:4px;color:var(--live-text);background:var(--live-panel);pointer-events:auto}.studio-shell--live-stream .live-stream-announcement__warning-icon{display:grid;flex:0 0 auto;width:19px;height:19px;place-items:center;color:var(--live-alert-accent);font-family:var(--rr-font-mono);font-size:24px;font-weight:900;line-height:1}.studio-shell--live-stream .live-stream-announcement__banner h2{margin:0;color:var(--live-text);font-size:12px;font-weight:850;letter-spacing:-.01em;line-height:1.05;text-transform:uppercase}.studio-shell--live-stream .live-stream-announcement__banner p{margin:5px 0 0;overflow:hidden;color:var(--live-text-muted);font-family:var(--rr-font-mono);font-size:9px;font-weight:650;letter-spacing:.06em;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.studio-shell--live-stream .live-stream-announcement__expiry{position:absolute;top:54px;right:16px;display:flex;min-height:42px;align-items:center;gap:12px;padding:0 14px;border:1px solid var(--live-border);border-radius:2px;color:var(--live-text);background:var(--live-panel);pointer-events:auto}.studio-shell--live-stream .live-stream-announcement__expiry span{color:var(--live-text-faint);font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.studio-shell--live-stream .live-stream-announcement__expiry strong{color:var(--live-alert-accent);font-family:var(--rr-font-mono);font-size:16px;font-weight:800}.studio-shell--live-stream .live-stream-announcement__dock{position:absolute;right:16px;bottom:28px;left:16px;display:grid;grid-template-columns:minmax(220px,4fr) minmax(320px,5fr) minmax(220px,3fr);gap:16px;align-items:end;pointer-events:none}.studio-shell--live-stream .live-stream-announcement__areas,.studio-shell--live-stream .live-stream-announcement__ticker,.studio-shell--live-stream .live-stream-announcement__source{border:1px solid var(--live-border);border-radius:4px;color:var(--live-text);background:var(--live-panel);pointer-events:auto}.studio-shell--live-stream .live-stream-announcement__areas{display:grid;min-height:76px;align-content:center;padding:12px 16px}.studio-shell--live-stream .live-stream-announcement__areas span,.studio-shell--live-stream .live-stream-announcement__ticker>div>span,.studio-shell--live-stream .live-stream-announcement__source>span{color:var(--live-text-faint);font-size:9px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.studio-shell--live-stream .live-stream-announcement__areas strong{display:-webkit-box;margin-top:7px;overflow:hidden;color:var(--live-text);font-size:13px;font-weight:700;line-height:1.3;-webkit-box-orient:vertical;-webkit-line-clamp:2}.studio-shell--live-stream .live-stream-announcement__ticker{display:grid;grid-template-columns:56px minmax(0,1fr);min-height:58px;overflow:hidden;background:#000000db}.studio-shell--live-stream .live-stream-announcement__ticker-icon{display:grid;place-items:center;color:#111;background:var(--live-alert-accent);font-family:var(--rr-font-mono);font-size:22px;font-weight:950}.studio-shell--live-stream .live-stream-announcement__ticker>div{display:grid;min-width:0;align-content:center;padding:8px 14px}.studio-shell--live-stream .live-stream-announcement__ticker strong{margin-top:3px;overflow:hidden;color:var(--live-text);font-size:11px;font-weight:750;letter-spacing:.02em;line-height:1.25;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.studio-shell--live-stream .live-stream-announcement__ticker small{margin-top:3px;color:#ffb77d;font-size:9px}.studio-shell--live-stream .live-stream-announcement__source{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:76px;align-content:center;gap:3px 12px;padding:10px 12px}.studio-shell--live-stream .live-stream-announcement__source>span,.studio-shell--live-stream .live-stream-announcement__source>strong,.studio-shell--live-stream .live-stream-announcement__source>time{min-width:0}.studio-shell--live-stream .live-stream-announcement__source>strong{overflow:hidden;color:var(--live-text);font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.studio-shell--live-stream .live-stream-announcement__source>time{color:var(--live-text-muted);font-family:var(--rr-font-mono);font-size:9px}.studio-shell--live-stream .live-stream-announcement__dismiss{grid-row:1 / 4;grid-column:2;align-self:stretch;padding:0 14px;border-color:var(--live-alert-accent);color:#0e0e0e;background:var(--live-alert-accent);text-transform:uppercase}.studio-shell--live-stream .live-stream-overflow{position:absolute;z-index:5;right:16px;bottom:126px;max-width:360px;padding:9px 12px;border:1px solid #7b633d;border-radius:2px;color:#f0d08d;background:#14120ef5;box-shadow:none;font-size:10px;pointer-events:auto}@keyframes live-broadcast-alert-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1050px){.studio-shell--live-stream .live-stream-broadcast{right:10px;padding-inline:6px}.studio-shell--live-stream .live-stream-broadcast__trust{gap:14px}.studio-shell--live-stream .live-stream-broadcast__reading:nth-child(3){display:none}.studio-shell--live-stream .live-stream-announcement__dock{grid-template-columns:minmax(190px,3fr) minmax(300px,5fr)}.studio-shell--live-stream .live-stream-announcement__source{display:none}}@media(max-width:780px){.studio-shell--live-stream .live-stream-broadcast{top:8px;right:8px;height:32px;padding-inline:5px}.studio-shell--live-stream .live-stream-broadcast__reading:first-child{display:none}.studio-shell--live-stream .live-stream-broadcast__operations,.studio-shell--live-stream .live-stream-broadcast__trust{gap:8px}.studio-shell--live-stream .live-stream-settings{padding-left:8px}.studio-shell--live-stream .live-stream-settings__panel{position:fixed;top:64px;right:8px}.studio-shell--live-stream .live-stream-announcement{inset:0}.studio-shell--live-stream .live-stream-announcement__expiry{display:none}.studio-shell--live-stream .live-stream-announcement__dock{right:10px;bottom:26px;left:10px;grid-template-columns:1fr;gap:8px}.studio-shell--live-stream .live-stream-announcement__areas{display:none}}@media(max-width:520px){.studio-shell--live-stream .live-stream-broadcast__air{font-size:9px}.studio-shell--live-stream .live-stream-broadcast__reading>span{display:none}.studio-shell--live-stream .live-stream-broadcast__reading{min-width:42px}.studio-shell--live-stream .live-stream-broadcast__reading>strong{max-width:72px;margin-top:0;font-size:9px}.studio-shell--live-stream .live-stream-action{min-width:0;padding-inline:8px;font-size:9px}.studio-shell--live-stream .live-stream-announcement__banner{top:10px;left:8px;width:calc(100vw - 16px)}.studio-shell--live-stream .live-stream-announcement__dock{right:8px;left:8px}.studio-shell--live-stream .live-stream-announcement__ticker strong{white-space:normal}}@media(prefers-reduced-motion:reduce){.studio-shell--live-stream .live-stream-announcement{animation:none}}@media(pointer:coarse){.studio-shell--live-stream .live-stream-settings>summary,.studio-shell--live-stream .live-stream-action{min-width:40px;min-height:40px}.studio-shell--live-stream .live-stream-toggle,.studio-shell--live-stream .live-stream-scope select,.studio-shell--live-stream .live-stream-announcement__dismiss{min-height:40px}}.studio-shell:not(.studio-shell--preview){--studio-surface-app: var(--rr-surface-app);--studio-surface-panel: var(--rr-surface-panel);--studio-surface-map: var(--rr-surface-map);--studio-surface-control: var(--rr-surface-interactive);--studio-boundary: var(--rr-boundary);--studio-divider: var(--rr-divider);--studio-text: var(--rr-text-primary);--studio-text-secondary: var(--rr-text-secondary);--studio-text-muted: var(--rr-text-muted);--studio-accent: var(--rr-focus);color:var(--studio-text);background:var(--studio-surface-app);font-family:var(--rr-font-ui)}.studio-shell:not(.studio-shell--preview)>.studio-header{position:relative;z-index:70;display:grid!important;width:100%;height:64px;min-height:64px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:var(--rr-space-5);padding:0 var(--rr-space-6)!important;border:0!important;border-bottom:1px solid var(--studio-boundary)!important;border-radius:0!important;color:var(--studio-text);background:var(--studio-surface-panel)!important;box-shadow:none!important}.studio-shell:not(.studio-shell--preview) .studio-header__identity{display:flex!important;min-width:0;grid-column:1;align-items:center;gap:var(--rr-space-5);width:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-header__product{min-width:0}.studio-shell:not(.studio-shell--preview) .studio-header__title{color:var(--studio-text)!important;font:600 24px/32px var(--rr-font-display)!important;letter-spacing:0!important}.studio-shell:not(.studio-shell--preview) .studio-header__divider{display:block!important;width:1px;height:24px;margin:0 8px;background:var(--studio-boundary)}.studio-shell:not(.studio-shell--preview) .studio-header__mode-actions{display:flex!important;height:64px;grid-column:2;align-items:center;gap:var(--rr-space-6);padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-header__current-mode,.studio-shell:not(.studio-shell--preview) .studio-header__mode-button,.studio-shell:not(.studio-shell--preview) .studio-header__live-button{min-height:64px;padding:2px 2px 0!important;border:0!important;border-radius:0!important;color:var(--studio-text-secondary)!important;background:transparent!important;box-shadow:none!important;font:500 14px/20px var(--rr-font-ui)!important}.studio-shell:not(.studio-shell--preview) .studio-header__current-mode{color:var(--studio-text)!important}.studio-shell:not(.studio-shell--preview) .studio-header__current-mode:after{right:0;bottom:-1px;left:0;height:3px;background:var(--studio-accent)!important}.studio-shell:not(.studio-shell--preview) .studio-header__mode-button:hover,.studio-shell:not(.studio-shell--preview) .studio-header__live-button:hover,.studio-shell:not(.studio-shell--preview) .studio-header__health-button:hover,.studio-shell:not(.studio-shell--preview) .studio-header__shortcuts-button:hover{color:var(--studio-accent)!important;background:transparent!important}.studio-shell:not(.studio-shell--preview) .studio-header__controls{display:flex!important;min-width:0;grid-column:3;justify-self:end;align-items:center;gap:var(--rr-space-5)}.studio-shell:not(.studio-shell--preview) .studio-header__utc{display:flex!important;color:var(--studio-text-secondary)!important;font:400 13px/18px var(--rr-font-mono)!important}.studio-shell:not(.studio-shell--preview) .studio-header__health-button,.studio-shell:not(.studio-shell--preview) .studio-header__shortcuts-button{width:24px!important;min-width:24px!important;min-height:32px!important;padding:0!important;border:0!important;border-radius:0!important;color:var(--studio-text-secondary)!important;background:transparent!important}.studio-shell:not(.studio-shell--preview) .studio-header__account-button{min-height:32px!important;padding:0 8px!important;border:0!important;border-radius:var(--rr-radius-sm)!important;color:var(--studio-text-secondary)!important;background:transparent!important}.studio-shell:not(.studio-shell--preview) .studio-header__account-button:hover:not(:disabled),.studio-shell:not(.studio-shell--preview) .studio-header__health-button:hover:not(:disabled),.studio-shell:not(.studio-shell--preview) .studio-header__shortcuts-button:hover:not(:disabled){border-color:transparent!important;color:var(--studio-accent)!important;background:var(--studio-surface-interactive)!important;transform:none}.studio-shell--monitor .monitor-status-bar,.studio-shell--creator:not(.studio-shell--preview) .creator-status-bar{border-color:var(--studio-boundary)!important;color:var(--studio-text-secondary)!important;background:var(--studio-surface-panel)!important;font-family:var(--rr-font-mono)!important}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray,.studio-shell--monitor .alert-panel{border-color:var(--studio-boundary)!important;background:var(--studio-surface-panel)!important}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__tray-header,.studio-shell--monitor .alert-panel__header{border-color:var(--studio-boundary)!important;background:var(--rr-surface-interactive)!important}.studio-shell--live-stream{--live-bg: var(--rr-surface-map);--live-bar: var(--rr-surface-panel);--live-panel: rgb(23 31 51 / 94%);--live-panel-solid: var(--rr-surface-panel);--live-control: var(--rr-surface-interactive);--live-border: rgb(61 74 95 / 86%);--live-border-strong: var(--rr-boundary);--live-text: var(--rr-text-primary);--live-text-muted: var(--rr-text-secondary);--live-text-faint: var(--rr-text-muted)}.studio-shell--live-stream .live-stream-broadcast,.studio-shell--live-stream .live-stream-status__panel,.studio-shell--live-stream .live-stream-overflow{border-radius:var(--rr-radius-sm)!important;background:var(--studio-surface-panel)!important;box-shadow:var(--rr-elevation-overlay)!important}.studio-shell--live-stream .live-stream-action,.studio-shell--live-stream .live-stream-scope select,.studio-shell--live-stream .live-stream-toggle>span{border-radius:var(--rr-radius-sm)!important}.studio-shell--creator .creator-canvas__warning-meta{right:5.5%;bottom:5.5%;left:5.5%;gap:.55em;padding:.68em .78em .72em;border:2px solid var(--creator-alert-accent);border-radius:0!important;background:#0b1326f5!important;color:var(--rr-text-primary)!important;font:600 clamp(11px,2.35cqw,18px) / 1.28 var(--rr-font-ui)!important}.studio-shell--creator .creator-canvas__warning-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.38em .8em}.studio-shell--creator .creator-canvas__warning-chips>span{display:block;min-width:0;padding-left:.55em;border-left:2px solid color-mix(in srgb,var(--creator-alert-accent) 72%,transparent);color:var(--rr-text-primary);font:600 .82em/1.25 var(--rr-font-ui)!important}.studio-shell--creator .creator-canvas__warning-fact-label{display:block;margin-bottom:.1em;color:var(--rr-text-muted)!important;font:500 .78em/1.1 var(--rr-font-mono)!important;letter-spacing:.025em;text-transform:uppercase}.studio-shell--creator .creator-canvas__warning-fact-value{color:var(--rr-text-primary)!important;font:700 1em/1.16 var(--rr-font-ui)!important}.studio-shell--creator .creator-canvas__affected-areas{padding-top:.52em;border-top:1px solid var(--rr-divider);color:var(--rr-text-secondary)!important;font:600 .9em/1.28 var(--rr-font-ui)!important}.studio-shell--creator .creator-canvas__warning-meta>strong{color:var(--rr-text-primary)!important;font:600 .76em/1.2 var(--rr-font-mono)!important;letter-spacing:.035em}.studio-shell--monitor .active-weather-navigator__feed-toggle{display:none}@media(prefers-reduced-motion:no-preference){.studio-shell[data-mode-transition=forward]>.map-workspace{animation:studio-mode-enter-forward .32s cubic-bezier(.2,0,0,1) both}.studio-shell[data-mode-transition=backward]>.map-workspace{animation:studio-mode-enter-backward .32s cubic-bezier(.2,0,0,1) both}.studio-shell--monitor .alert-panel,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__library-tray,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__inspector-tray,.studio-shell--live-stream .live-stream-broadcast{transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .18s ease}.studio-shell:not(.studio-shell--preview) button,.studio-shell:not(.studio-shell--preview) select,.studio-shell:not(.studio-shell--preview) input[type=range],.studio-shell:not(.studio-shell--preview) .active-weather-item{transition:color .14s ease,background-color .14s ease,border-color .14s ease,opacity .14s ease,transform .14s ease}.studio-shell--monitor .alert-panel__navigator button:hover,.studio-shell--monitor .active-weather-item:hover:not(:disabled),.studio-shell--monitor .maplibregl-ctrl button:hover,.studio-shell--monitor .rr-control-button:hover:not(:disabled),.studio-shell--monitor .rr-icon-button:hover:not(:disabled){transform:translate(2px)}.studio-shell:not(.studio-shell--preview) button:active:not(:disabled){transform:translateY(1px)}.studio-shell--monitor .layer-manager--external{animation:studio-layer-drawer-enter .24s cubic-bezier(.2,0,0,1) both}.studio-shell:not(.studio-shell--preview) details[open]>.layer-manager__body,.studio-shell:not(.studio-shell--preview) details[open]>.layer-manager__group-body,.studio-shell:not(.studio-shell--preview) details[open]>.layer-manager__source-panel,.studio-shell:not(.studio-shell--preview) details[open]>.radar-status__details{animation:studio-disclosure-enter .18s cubic-bezier(.2,0,0,1) both}.studio-shell--monitor .active-weather-navigator--feed .active-weather-item{animation:studio-alert-arrive .32s cubic-bezier(.2,0,0,1) both}.studio-shell--monitor .active-weather-navigator--feed li:nth-child(2) .active-weather-item{animation-delay:35ms}.studio-shell--monitor .active-weather-navigator--feed li:nth-child(3) .active-weather-item{animation-delay:70ms}.studio-shell--monitor .active-weather-navigator--feed li:nth-child(4) .active-weather-item{animation-delay:105ms}.studio-shell--monitor .active-weather-item:focus-visible,.studio-shell--monitor .active-weather-item:active:not(:disabled){transform:translate(2px)}}@keyframes studio-mode-enter-forward{0%{opacity:.38;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes studio-mode-enter-backward{0%{opacity:.38;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes studio-layer-drawer-enter{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@keyframes studio-disclosure-enter{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes studio-alert-arrive{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.studio-shell--monitor .studio-map__layer-manager:has(.map-layer-controls--external){inset:58px auto auto 12px}.studio-shell--monitor .map-layer-controls--external{justify-items:start}.studio-shell--monitor .layer-manager--external{--layer-manager-max-height: min(72vh, 680px);border-color:var(--studio-boundary);border-radius:0;background:var(--studio-surface-panel)}.studio-shell--monitor .layer-manager__external-header,.studio-shell--monitor .layer-manager--external .layer-manager__body,.studio-shell--monitor .layer-manager--external .layer-manager__actions,.studio-shell--monitor .layer-manager--external .layer-manager__group>summary,.studio-shell--monitor .layer-manager--external .layer-manager__layer{color:var(--studio-text-secondary);background:var(--studio-surface-panel)}.studio-shell--monitor .layer-manager__external-header{color:var(--studio-text);background:var(--rr-surface-interactive)}@media(prefers-reduced-motion:reduce){.studio-shell *,.studio-shell *:before,.studio-shell *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@container (max-width: 320px){.studio-shell--creator .creator-canvas__warning-chips{grid-template-columns:minmax(0,1fr)}}@media(max-width:820px){.studio-shell:not(.studio-shell--preview)>.studio-header{grid-template-columns:minmax(0,1fr) auto;gap:var(--rr-space-3);padding-inline:var(--rr-space-4)!important}.studio-shell:not(.studio-shell--preview) .studio-header__mode-actions{gap:var(--rr-space-3)}.studio-shell:not(.studio-shell--preview) .studio-header__controls{display:flex!important;grid-column:2;gap:4px}.studio-shell:not(.studio-shell--preview) .studio-header__utc{display:none!important}.studio-shell:not(.studio-shell--preview) .studio-header__account-button,.studio-shell:not(.studio-shell--preview) .studio-header__health-button,.studio-shell:not(.studio-shell--preview) .studio-header__shortcuts-button{width:40px!important;min-width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;border:0!important;border-radius:var(--rr-radius-sm)!important}.studio-shell:not(.studio-shell--preview) .studio-header__account-label,.studio-shell:not(.studio-shell--preview) .studio-header__health-label{display:none!important}.studio-shell:not(.studio-shell--preview) .studio-header__divider{display:none!important}}@media(max-width:560px){.studio-shell:not(.studio-shell--preview)>.studio-header{height:52px;min-height:52px}.studio-shell:not(.studio-shell--preview) .studio-header__title{max-width:152px;overflow:hidden;font-size:16px!important;line-height:20px!important;text-overflow:ellipsis;white-space:nowrap}.studio-shell:not(.studio-shell--preview) .studio-header__mode-actions,.studio-shell:not(.studio-shell--preview) .studio-header__current-mode,.studio-shell:not(.studio-shell--preview) .studio-header__mode-button,.studio-shell:not(.studio-shell--preview) .studio-header__live-button{min-height:52px}.studio-shell:not(.studio-shell--preview) .studio-header__mode-actions{gap:var(--rr-space-3)}}.studio-shell:not(.studio-shell--preview){--atlas-rail: #101a31;--atlas-rail-raised: #16223c;--atlas-map: #071126;--atlas-control: #182640;--atlas-control-hover: #223252;--atlas-rule: #31415c;--atlas-rule-soft: #24334d;--atlas-label: #9aacc5;--atlas-copy: #c4d1e7;--atlas-ink: #edf3ff;--atlas-accent: #76f5a0;--atlas-alert: #ff817a;color:var(--atlas-ink);background:var(--rr-surface-app);font-family:var(--rr-font-ui)}.studio-shell:not(.studio-shell--preview) button,.studio-shell:not(.studio-shell--preview) input,.studio-shell:not(.studio-shell--preview) select,.studio-shell:not(.studio-shell--preview) textarea,.studio-shell:not(.studio-shell--preview) summary{-webkit-tap-highlight-color:transparent}.studio-shell:not(.studio-shell--preview) button:focus-visible,.studio-shell:not(.studio-shell--preview) input:focus-visible,.studio-shell:not(.studio-shell--preview) select:focus-visible,.studio-shell:not(.studio-shell--preview) textarea:focus-visible,.studio-shell:not(.studio-shell--preview) summary:focus-visible{outline:2px solid var(--atlas-accent);outline-offset:2px}.studio-shell:not(.studio-shell--preview) .rr-control-button{min-height:34px;border:1px solid var(--atlas-rule);border-radius:var(--rr-radius-sm);color:var(--atlas-copy);background:var(--atlas-control);box-shadow:none;font-family:var(--rr-font-ui);font-weight:650}.studio-shell:not(.studio-shell--preview) .rr-control-button--primary{border-color:var(--atlas-accent);color:#062015;background:var(--atlas-accent)}.studio-shell:not(.studio-shell--preview) .rr-control-button--destructive{border-color:color-mix(in srgb,var(--atlas-alert) 60%,var(--atlas-rule));color:var(--atlas-alert);background:transparent}.studio-shell:not(.studio-shell--preview) .rr-control-button:not(:disabled):hover,.studio-shell:not(.studio-shell--preview) .rr-control-button:not(:disabled):active{border-color:var(--atlas-rule);color:var(--atlas-ink);background:var(--atlas-control-hover);box-shadow:none;transform:none}.studio-shell:not(.studio-shell--preview) .rr-control-button--quiet:not(:disabled):hover{border-color:var(--atlas-rule-soft);background:var(--atlas-control)}.studio-shell:not(.studio-shell--preview) .rr-control-button--primary:not(:disabled):hover{border-color:var(--atlas-accent);color:#062015;background:#8dffb1}.studio-shell:not(.studio-shell--preview) .rr-control-button[aria-pressed=true]{border-color:var(--atlas-accent);color:#062015;background:var(--atlas-accent);box-shadow:none}.studio-shell:not(.studio-shell--preview) .rr-control-button:disabled{border-color:var(--atlas-rule-soft);color:var(--rr-text-disabled);background:var(--rr-surface-disabled);box-shadow:none}.studio-shell:not(.studio-shell--preview)>.studio-header{height:72px;min-height:72px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:var(--rr-space-5);padding:0 22px!important;border:0!important;border-bottom:1px solid var(--atlas-rule)!important;border-radius:0!important;background:var(--atlas-rail)!important;box-shadow:none!important}.studio-shell:not(.studio-shell--preview) .studio-header__identity{width:auto;min-width:0;gap:18px;padding:0;border:0;background:transparent}.studio-shell:not(.studio-shell--preview) .studio-header__product{min-width:0;max-width:min(520px,48vw)}.studio-shell:not(.studio-shell--preview) .studio-header__title{color:var(--atlas-ink)!important;font:650 20px/25px var(--rr-font-display)!important;letter-spacing:-.025em!important}.studio-shell:not(.studio-shell--preview) .studio-header__context{display:block!important;position:static;width:auto;height:auto;overflow:hidden;clip:auto;clip-path:none;white-space:nowrap;max-width:100%;color:var(--atlas-label)!important;font:500 10px/15px var(--rr-font-mono)!important;letter-spacing:.015em}.studio-shell:not(.studio-shell--preview) .studio-header__divider{height:28px;margin:0;background:var(--atlas-rule)}.studio-shell:not(.studio-shell--preview) .studio-header__mode-actions{height:72px;gap:22px;padding:0;border:0;background:transparent}.studio-shell:not(.studio-shell--preview) .studio-header__current-mode,.studio-shell:not(.studio-shell--preview) .studio-header__mode-button,.studio-shell:not(.studio-shell--preview) .studio-header__live-button{position:relative;min-height:72px;padding:2px 0 0!important;border:0!important;border-radius:0!important;color:var(--atlas-label)!important;background:transparent!important;font:600 13px/18px var(--rr-font-ui)!important}.studio-shell:not(.studio-shell--preview) .studio-header__current-mode:after{right:0;bottom:-1px;left:0;height:3px;background:var(--atlas-accent)!important}.studio-shell:not(.studio-shell--preview) .studio-header__mode-button:hover,.studio-shell:not(.studio-shell--preview) .studio-header__live-button:hover{color:var(--atlas-accent)!important;background:transparent!important}.studio-shell:not(.studio-shell--preview) .studio-header__live-button{padding-left:16px!important}.studio-shell:not(.studio-shell--preview) .studio-header__live-button:before{left:0;width:6px;height:6px;border-radius:50%;background:var(--atlas-alert);box-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-header__controls{min-width:0;gap:10px}.studio-shell:not(.studio-shell--preview) .studio-header__utc{color:var(--atlas-label)!important;font:500 11px/16px var(--rr-font-mono)!important}.studio-shell:not(.studio-shell--preview) .studio-header__utc:before{height:18px;margin-right:10px;background:var(--atlas-rule)}.studio-shell:not(.studio-shell--preview) .studio-header__account-button,.studio-shell:not(.studio-shell--preview) .studio-header__health-button,.studio-shell:not(.studio-shell--preview) .studio-header__shortcuts-button{min-height:34px!important;height:34px;border:1px solid var(--atlas-rule)!important;border-radius:var(--rr-radius-sm)!important;color:var(--atlas-copy)!important;background:var(--atlas-control)!important;box-shadow:none!important}.studio-shell:not(.studio-shell--preview) .studio-header__account-button{max-width:150px;padding:0 9px!important}.studio-shell:not(.studio-shell--preview) .studio-header__health-button{max-width:168px;padding-inline:9px!important}.studio-shell:not(.studio-shell--preview) .studio-header__shortcuts-button{width:34px!important;min-width:34px!important;padding:0!important}.studio-shell:not(.studio-shell--preview) .studio-header__account-button:hover:not(:disabled),.studio-shell:not(.studio-shell--preview) .studio-header__health-button:hover:not(:disabled),.studio-shell:not(.studio-shell--preview) .studio-header__shortcuts-button:hover:not(:disabled){border-color:var(--atlas-accent)!important;color:var(--atlas-ink)!important;background:var(--atlas-control-hover)!important}.studio-shell--monitor:not(.studio-shell--preview){grid-template-rows:72px minmax(0,1fr) 38px}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace{grid-template-columns:clamp(302px,26vw,374px) minmax(0,1fr);grid-template-rows:minmax(0,1fr);gap:14px;padding:14px 18px 12px 0;background:var(--rr-surface-app)}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.studio-map{grid-column:2;grid-row:1}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.alert-panel{grid-column:1;grid-row:1}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel{display:grid;min-height:0;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid var(--atlas-rule);border-radius:var(--rr-radius-sm);color:var(--atlas-copy);background:var(--atlas-rail);box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel.alert-panel--compact{grid-template-rows:minmax(0,1fr)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__chrome{display:block;min-width:0;overflow:visible;background:var(--atlas-rail)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel.alert-panel--compact>.alert-panel__chrome{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:var(--atlas-rule) transparent;scrollbar-width:thin}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header{min-height:84px;padding:17px 18px 14px;border-bottom:1px solid var(--atlas-rule);background:var(--atlas-rail-raised)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header h2{color:var(--atlas-ink);font:650 19px/24px var(--rr-font-display);letter-spacing:-.02em}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header p{display:block;margin-top:3px;color:var(--atlas-label);font:500 11px/16px var(--rr-font-ui)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header>strong{min-width:28px;height:28px;padding:0;border:1px solid var(--atlas-rule);border-radius:2px;color:var(--atlas-accent);background:transparent;box-shadow:none;font:700 12px/1 var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header>strong[data-tone=offline],.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header>strong[data-tone=stale],.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header>strong[data-tone=delayed]{color:var(--atlas-alert)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__collapse{top:14px;right:12px;width:30px;height:30px;border:1px solid transparent;border-radius:2px;color:var(--atlas-label);background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__collapse:hover{border-color:var(--atlas-rule);color:var(--atlas-ink);background:var(--atlas-control)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator{display:grid;grid-template-columns:1fr;gap:2px;padding:10px 8px 8px;border-bottom:1px solid var(--atlas-rule-soft);background:var(--atlas-rail)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button{display:grid;min-height:36px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 10px;border:1px solid transparent;border-radius:2px;color:var(--atlas-label);background:transparent;font:600 12px/16px var(--rr-font-ui);text-align:left}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button:hover,.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button[aria-expanded=true],.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button[aria-pressed=true]{border-color:var(--atlas-rule-soft);color:var(--atlas-ink);background:var(--atlas-control)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button[aria-pressed=true]{border-left:2px solid var(--atlas-accent);padding-left:9px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button>.material-symbols-outlined{color:currentColor;font-size:18px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button[data-destination=warnings]>.material-symbols-outlined{color:var(--atlas-alert)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator-count,.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__count{color:var(--atlas-copy);font:650 11px/16px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator-chevron{width:6px;height:6px}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status{position:relative;inset:auto;z-index:auto;display:grid!important;width:auto;height:auto;min-height:0;min-width:0;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin:0;padding:9px 16px;border:0;border-bottom:1px solid var(--atlas-rule-soft);border-radius:0;opacity:1!important;pointer-events:auto;order:initial;color:var(--atlas-copy);background:var(--atlas-rail)}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=delayed],.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=stale],.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=offline]{margin:0;padding:9px 16px;border:0;border-bottom:1px solid var(--atlas-rule-soft);border-radius:0;background:color-mix(in srgb,var(--atlas-alert) 7%,var(--atlas-rail))}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__summary{position:static;width:auto;height:auto;overflow:visible;clip:auto;clip-path:none;white-space:normal;gap:7px;font:600 11px/15px var(--rr-font-ui)}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__message{display:block;color:var(--atlas-label)}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__details{width:auto;height:auto;border:0;color:var(--atlas-label);background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__details summary{color:var(--atlas-copy);font:600 10px/15px var(--rr-font-mono);display:block;width:auto;height:auto;overflow:visible;font-size:10px;text-indent:0}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__details[open]{position:static;width:auto;height:auto;border:0;background:transparent;gap:8px;padding-top:7px}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__details[open] summary{position:static;width:auto;height:auto}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__details dl{max-height:220px;border-top-color:var(--atlas-rule-soft)}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__details dt{color:var(--atlas-label)}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__details dd{color:var(--atlas-copy)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__filter-disclosure{border-bottom:1px solid var(--atlas-rule-soft);background:var(--atlas-rail)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__filter-disclosure:not([open]){display:block}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__filter-disclosure>summary{display:block;padding:8px 16px;color:var(--atlas-label);font:600 10px/15px var(--rr-font-mono);cursor:pointer;list-style:none}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__filter-disclosure>summary::-webkit-details-marker{display:none}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__filter-disclosure>summary:after{display:inline-block;width:6px;height:6px;margin-left:8px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;content:"";transform:rotate(45deg) translateY(-2px)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__filter-disclosure[open]>summary:after{transform:rotate(225deg) translate(-1px,-1px)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__filter-disclosure .alert-filter-bar{padding:4px 16px 12px}.studio-shell--monitor:not(.studio-shell--preview) .alert-filter-bar label>span{color:var(--atlas-label)}.studio-shell--monitor:not(.studio-shell--preview) .alert-filter-bar select{min-height:34px;border:1px solid var(--atlas-rule);border-radius:2px;color:var(--atlas-copy);background:var(--atlas-control)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__filter-actions{gap:6px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__filter-actions .rr-control-button{min-height:30px;padding-inline:9px;font-size:11px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__body{min-height:0;overflow:hidden;border-top:0;background:var(--atlas-rail)}.studio-shell--monitor:not(.studio-shell--preview) .alert-list,.studio-shell--monitor:not(.studio-shell--preview) .alert-detail,.studio-shell--monitor:not(.studio-shell--preview) .official-detail{scrollbar-color:var(--atlas-rule) transparent}.studio-shell--monitor:not(.studio-shell--preview) .alert-list__message{margin:0;padding:18px 16px;color:var(--atlas-label);font:500 12px/18px var(--rr-font-ui)}.studio-shell--monitor:not(.studio-shell--preview) .alert-list__message--delayed,.studio-shell--monitor:not(.studio-shell--preview) .alert-list__message--error{margin:12px;padding:12px 13px;border:1px solid color-mix(in srgb,var(--atlas-alert) 55%,var(--atlas-rule));border-radius:2px;color:var(--atlas-copy);background:color-mix(in srgb,var(--atlas-alert) 7%,var(--atlas-rail))}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator--feed{padding:0 8px 14px}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator__feed-heading{display:flex;min-height:37px;align-items:center;justify-content:space-between;padding:0 8px;border-bottom:1px solid var(--atlas-rule-soft)}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator__feed-title{margin:0;color:var(--atlas-copy);font:650 10px/15px var(--rr-font-mono);letter-spacing:.06em;text-transform:uppercase}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator__feed-title span{color:var(--atlas-label);font-weight:500}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator__feed-list{margin:0;padding:0;list-style:none}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item{min-height:58px;padding:10px 8px;border-bottom:1px solid var(--atlas-rule-soft);border-radius:0;background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item:hover:not(:disabled),.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item:focus-visible{background:var(--atlas-control)}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__marker{width:7px;min-width:7px;height:7px;border-radius:1px}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__topline>strong{color:var(--atlas-ink);font-size:12px}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__area,.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__metadata,.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__geometry{color:var(--atlas-label)}.studio-shell:not(.studio-shell--preview) .studio-map{--radar-dock-height: 104px;border:1px solid var(--atlas-rule);border-radius:var(--rr-radius-sm);background:var(--atlas-map);box-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-map__toolbar{top:14px;left:14px;gap:8px}.studio-shell:not(.studio-shell--preview) .map-action{min-height:34px;padding:0 12px;border:1px solid var(--atlas-rule);border-radius:2px;color:var(--atlas-copy);background:var(--atlas-control);box-shadow:none;font:600 11px/16px var(--rr-font-ui)}.studio-shell:not(.studio-shell--preview) .map-action:hover{border-color:var(--atlas-accent);color:var(--atlas-ink);background:var(--atlas-control-hover);transform:none}.studio-shell:not(.studio-shell--preview) .studio-map__radar-dock{right:14px;bottom:14px;left:14px;border:1px solid var(--atlas-rule);border-radius:2px;background:var(--atlas-rail);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.studio-shell:not(.studio-shell--preview) .studio-map__phase{top:14px;padding:7px 10px;border:1px solid var(--atlas-rule);border-radius:2px;color:var(--atlas-copy);background:var(--atlas-rail);box-shadow:none;font:600 11px/15px var(--rr-font-ui)}.studio-shell:not(.studio-shell--preview) .studio-map__phase--error{border-color:color-mix(in srgb,var(--atlas-alert) 60%,var(--atlas-rule));color:var(--atlas-alert);background:var(--atlas-rail)}.studio-shell:not(.studio-shell--preview) .studio-map__readout{color:var(--atlas-copy);background:color-mix(in srgb,var(--atlas-map) 80%,transparent);text-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-group{border:1px solid var(--atlas-rule);border-radius:2px;background:var(--atlas-control);box-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-group button{width:32px;height:32px;border-color:var(--atlas-rule-soft);background-color:var(--atlas-control)}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-group button:hover{background-color:var(--atlas-control-hover)}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl button .maplibregl-ctrl-icon{filter:invert(1) saturate(0) brightness(1.8)}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-attrib{color:var(--atlas-label);background:color-mix(in srgb,var(--atlas-map) 85%,transparent)}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-attrib a{color:var(--atlas-copy)}.studio-shell:not(.studio-shell--preview) .studio-map__follow-prompt{border-color:var(--atlas-rule);border-radius:2px;color:var(--atlas-copy);background:var(--atlas-rail);box-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-map__follow-prompt:after{border-color:var(--atlas-rule);background:var(--atlas-rail)}.studio-shell:not(.studio-shell--preview) .studio-map__follow-prompt button:hover{color:var(--atlas-ink);background:var(--atlas-control-hover)}.studio-shell:not(.studio-shell--preview) .location-search{width:clamp(230px,29vw,360px)}.studio-shell:not(.studio-shell--preview) .location-search__form,.studio-shell:not(.studio-shell--preview) .location-search__results{border-color:var(--atlas-rule);border-radius:2px;background:var(--atlas-rail);box-shadow:none}.studio-shell:not(.studio-shell--preview) .location-search__form{background:var(--atlas-control)}.studio-shell:not(.studio-shell--preview) .location-search__form:focus-within{border-color:var(--atlas-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--atlas-accent) 18%,transparent)}.studio-shell:not(.studio-shell--preview) .location-search__form button{border-left-color:var(--atlas-rule);background:var(--atlas-control)}.studio-shell:not(.studio-shell--preview) .location-search__form button:hover:not(:disabled),.studio-shell:not(.studio-shell--preview) .location-search__results li button:hover,.studio-shell:not(.studio-shell--preview) .location-search__results li button:focus-visible{background:var(--atlas-control-hover)}.studio-shell:not(.studio-shell--preview) .location-search__results li+li,.studio-shell:not(.studio-shell--preview) .location-search__attribution{border-color:var(--atlas-rule-soft)}.studio-shell:not(.studio-shell--preview) .account-panel,.studio-shell:not(.studio-shell--preview) .shortcut-help,.studio-shell:not(.studio-shell--preview) .application-health-drawer{border-color:var(--atlas-rule);border-radius:var(--rr-radius-sm);color:var(--atlas-copy);background:var(--atlas-rail);box-shadow:none}.studio-shell:not(.studio-shell--preview) .account-panel__header,.studio-shell:not(.studio-shell--preview) .shortcut-help__header,.studio-shell:not(.studio-shell--preview) .application-health-drawer__header{border-color:var(--atlas-rule-soft);background:var(--atlas-rail-raised)}.studio-shell:not(.studio-shell--preview) .account-panel input,.studio-shell:not(.studio-shell--preview) .account-panel__tabs,.studio-shell:not(.studio-shell--preview) .shortcut-help__key,.studio-shell:not(.studio-shell--preview) .application-health-drawer__endpoint{border-color:var(--atlas-rule);border-radius:2px;color:var(--atlas-copy);background:var(--atlas-control)}.studio-shell:not(.studio-shell--preview) .account-panel__tabs button[aria-selected=true]{color:#062015;background:var(--atlas-accent)}.studio-shell--creator:not(.studio-shell--preview) .map-workspace,.studio-shell--live-stream:not(.studio-shell--preview) .map-workspace{padding:12px 18px;background:var(--rr-surface-app)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__header,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group-body,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__scroll{border-color:var(--atlas-rule);color:var(--atlas-copy);background:var(--atlas-rail)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__header,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group-body{background:var(--atlas-rail-raised)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel input[type=text],.studio-shell--creator:not(.studio-shell--preview) .creator-panel input[type=number],.studio-shell--creator:not(.studio-shell--preview) .creator-panel textarea,.studio-shell--creator:not(.studio-shell--preview) .creator-panel select{border-color:var(--atlas-rule);border-radius:2px;color:var(--atlas-copy);background:var(--atlas-control)}.studio-shell--creator:not(.studio-shell--preview) .creator-status-bar{border-color:var(--atlas-rule);color:var(--atlas-label);background:var(--atlas-rail)}.studio-shell--live-stream:not(.studio-shell--preview) .live-stream-identity,.studio-shell--live-stream:not(.studio-shell--preview) .live-stream-command,.studio-shell--live-stream:not(.studio-shell--preview) .live-stream-announcement,.studio-shell--live-stream:not(.studio-shell--preview) .live-stream-overflow,.studio-shell--live-stream:not(.studio-shell--preview) .live-stream-status__panel{border-color:var(--atlas-rule);border-radius:2px;background:color-mix(in srgb,var(--atlas-rail) 96%,transparent);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.studio-shell:not(.studio-shell--preview) .level2-control,.studio-shell:not(.studio-shell--preview) .storm-session-bar,.studio-shell:not(.studio-shell--preview) .live-stream-identity,.studio-shell:not(.studio-shell--preview) .live-stream-command,.studio-shell:not(.studio-shell--preview) .live-stream-announcement,.studio-shell:not(.studio-shell--preview) .live-stream-overflow{-webkit-backdrop-filter:none;backdrop-filter:none}.studio-shell:not(.studio-shell--preview) .storm-session-bar{box-shadow:none}.studio-shell:not(.studio-shell--preview) .storm-session-bar__diagnostics dl{border-radius:2px;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview)>.monitor-status-bar{min-height:38px;padding:0 18px 0 0;border-top:1px solid var(--atlas-rule);color:var(--atlas-label);background:var(--atlas-rail);font:500 10px/14px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__data>strong{color:var(--atlas-copy);font-weight:650}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__freshness{color:var(--atlas-label)}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__freshness strong{color:var(--atlas-copy);font-weight:650}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__dot{width:5px;height:5px}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__links a,.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__links button{color:var(--atlas-label)}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__links a:hover,.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__links button:hover{color:var(--atlas-accent)}.monitor-navigator-restore{display:grid!important;position:absolute;z-index:10;top:18px;left:10px;width:34px;height:34px;place-items:center;padding:0;border:1px solid var(--atlas-rule);border-radius:2px;color:var(--atlas-copy);background:var(--atlas-control);cursor:pointer}.monitor-navigator-restore:hover{border-color:var(--atlas-accent);background:var(--atlas-control-hover)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor,.studio-shell--monitor:not(.studio-shell--preview) .monitor-navigator-restore{-webkit-backdrop-filter:none;backdrop-filter:none}@media(max-width:1180px){.studio-shell:not(.studio-shell--preview)>.studio-header{padding-inline:16px!important}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace{grid-template-columns:clamp(284px,31vw,338px) minmax(0,1fr);gap:10px;padding-right:12px}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__product{max-width:min(400px,42vw)}}@media(max-width:820px){.studio-shell:not(.studio-shell--preview)>.studio-header,.studio-shell--monitor:not(.studio-shell--preview)>.studio-header{height:62px;min-height:62px}.studio-shell--monitor:not(.studio-shell--preview){grid-template-rows:62px minmax(0,1fr) auto}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,58%) minmax(240px,42%);gap:8px;padding:8px}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.studio-map,.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.alert-panel{grid-column:1}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.studio-map{grid-row:1}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.alert-panel{grid-row:2}.studio-shell:not(.studio-shell--preview) .studio-header__context,.studio-shell:not(.studio-shell--preview) .studio-header__account-label,.studio-shell:not(.studio-shell--preview) .studio-header__health-label .rr-status-indicator__label{display:none}.studio-shell:not(.studio-shell--preview) .studio-map__toolbar{z-index:5}.studio-shell:not(.studio-shell--preview) .studio-header__identity{gap:12px}.studio-shell:not(.studio-shell--preview) .studio-header__mode-actions{height:62px;gap:14px}.studio-shell:not(.studio-shell--preview) .studio-header__current-mode,.studio-shell:not(.studio-shell--preview) .studio-header__mode-button,.studio-shell:not(.studio-shell--preview) .studio-header__live-button{min-height:62px}.studio-shell:not(.studio-shell--preview) .studio-header__account-button,.studio-shell:not(.studio-shell--preview) .studio-header__health-button{display:inline-flex!important;width:34px;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__freshness:nth-child(3){display:inline-flex}.studio-shell--monitor:not(.studio-shell--preview)>.monitor-status-bar{min-height:34px;padding-inline:8px}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__links a:first-child{display:none}}@media(max-width:560px){.studio-shell:not(.studio-shell--preview)>.studio-header,.studio-shell--monitor:not(.studio-shell--preview)>.studio-header{height:58px;min-height:58px;padding-inline:8px!important}.studio-shell--monitor:not(.studio-shell--preview){grid-template-rows:58px minmax(0,1fr) auto}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace{grid-template-rows:minmax(0,53%) minmax(250px,47%)}.studio-shell:not(.studio-shell--preview) .studio-header__product{display:block;max-width:112px;flex:0 0 112px}.studio-shell:not(.studio-shell--preview)>.studio-header{display:flex!important;align-items:center;justify-content:space-between;gap:8px}.studio-shell:not(.studio-shell--preview) .studio-header__identity{width:auto;min-width:0;flex:1 1 auto;gap:8px;overflow:visible}.studio-shell:not(.studio-shell--preview) .studio-header__mode-actions{flex:0 0 auto;gap:6px}.studio-shell:not(.studio-shell--preview) .studio-header__controls{flex:0 0 auto;gap:4px}.studio-shell:not(.studio-shell--preview) .studio-header__title{overflow:hidden;font-size:14px!important;line-height:18px!important;text-overflow:ellipsis;white-space:nowrap}.studio-shell:not(.studio-shell--preview) .studio-header__divider,.studio-shell:not(.studio-shell--preview) .studio-header__utc,.studio-shell:not(.studio-shell--preview) .studio-header__shortcuts-button{display:none!important}.studio-shell:not(.studio-shell--preview) .studio-header__account-button,.studio-shell:not(.studio-shell--preview) .studio-header__health-button{display:inline-flex!important;width:34px;min-width:34px!important}.studio-shell:not(.studio-shell--preview) .studio-header__mode-actions{gap:10px}.studio-shell:not(.studio-shell--preview) .studio-header__current-mode,.studio-shell:not(.studio-shell--preview) .studio-header__mode-button,.studio-shell:not(.studio-shell--preview) .studio-header__live-button{min-height:58px;font-size:11px!important}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header{min-height:72px;padding:13px 13px 10px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header h2{font-size:17px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator{grid-template-columns:repeat(2,minmax(0,1fr));padding-inline:6px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button{grid-template-columns:17px minmax(0,1fr) auto;gap:6px;padding-inline:7px;font-size:11px}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__message{display:none}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__data>strong{display:none}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__divider{display:none}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__freshness-group{gap:8px}}@media(prefers-reduced-motion:reduce){.studio-shell:not(.studio-shell--preview) *,.studio-shell:not(.studio-shell--preview) *:before,.studio-shell:not(.studio-shell--preview) *:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}}.studio-shell--monitor:not(.studio-shell--preview){--atlas-rail: #06162f;--atlas-rail-raised: #0b1d3a;--atlas-map: #071b38;--atlas-map-rail: #06162f;--atlas-control: #10274a;--atlas-control-hover: #173359;--atlas-rule: #2b4264;--atlas-rule-soft: #1d3556;--atlas-label: #91a7c6;--atlas-copy: #c7d6ed;--atlas-ink: #f3f7ff;--atlas-accent: #6ef39d;--atlas-alert: #ff736f;background:#06162f}.studio-shell--monitor:not(.studio-shell--preview)>.studio-header{height:62px;min-height:62px;margin:0;padding:0 28px!important;gap:20px;border-bottom-color:#244067!important;background:#061a36!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__identity{width:auto;min-width:0;flex:1 1 auto;gap:14px;padding:0;background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__mark{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border:1px solid #4ca6ff;border-radius:50%;color:#63b8ff;background:#071d3e;box-shadow:inset 0 0 0 3px #4ca6ff1f}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__mark .material-symbols-outlined{font-size:21px}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__product{max-width:min(560px,42vw)}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__title{font-size:22px!important;line-height:25px!important;letter-spacing:-.04em!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__context{color:#a9bdd9!important;font-size:10px!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__divider{height:30px;margin-inline:12px;background:#2b466c}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__mode-actions{height:62px;gap:20px;margin-left:10px}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__current-mode,.studio-shell--monitor:not(.studio-shell--preview) .studio-header__mode-button,.studio-shell--monitor:not(.studio-shell--preview) .studio-header__live-button{min-height:62px;color:#9eb2ce!important;font-size:13px!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__current-mode{color:#fff!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__current-mode:after{height:3px;background:#6ef39d!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__controls{gap:8px}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__utc{color:#aac0dc!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__account-button,.studio-shell--monitor:not(.studio-shell--preview) .studio-header__health-button,.studio-shell--monitor:not(.studio-shell--preview) .studio-header__shortcuts-button{border-color:#2b466c!important;background:#10274a!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__account-button{max-width:126px}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace{grid-template-columns:clamp(320px,24vw,368px) minmax(0,1fr);gap:0;padding:0;background:#06162f}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel{border:0;border-right:1px solid #2a456a;border-radius:0;background:#06162f}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__chrome{background:#06162f}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header{min-height:55px;padding:18px 24px 9px;border-bottom:0;background:#06162f}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header h2{font-size:18px;line-height:23px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header p{display:none}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header>strong{display:none}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__collapse{top:14px;right:16px;border-color:transparent;color:#93a9c7;background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__location-search{padding:0 24px 16px}.studio-shell--monitor:not(.studio-shell--preview) .location-search__form{grid-template-columns:minmax(0,1fr) 40px 40px;border-color:#5c7393;border-radius:6px;background:#06162f}.studio-shell--monitor:not(.studio-shell--preview) .location-search__form input{height:46px;padding-inline:13px;color:#f1f6ff;font-size:13px}.studio-shell--monitor:not(.studio-shell--preview) .location-search__form input::placeholder{color:#a4b5ce}.studio-shell--monitor:not(.studio-shell--preview) .location-search__form button{background:#06162f;color:#dce8fa}.studio-shell--monitor:not(.studio-shell--preview) .location-search__form button:hover:not(:disabled){background:#10274a}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:0 16px 9px;border-bottom:1px solid #1d3556;background:#06162f}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button{min-height:30px;grid-template-columns:16px minmax(0,1fr) auto;gap:5px;padding:4px 5px;border:0;border-radius:2px;color:#92a8c6;font-size:10px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button>span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button:hover,.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button[aria-pressed=true]{color:#f1f6ff;background:#10274a}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button[aria-pressed=true]{border-left:2px solid #6ef39d;padding-left:3px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator-count{color:#fff;font-size:10px}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status{margin:0;padding:9px 24px;border-bottom:1px solid #2a456a;background:#06162f}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=delayed],.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=stale],.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=offline]{margin:0;padding:9px 24px;border:0;border-bottom:1px solid #2a456a;border-radius:0;background:#06162f}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__message{color:#92a8c6}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__details summary{color:#b9ccea}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__body{background:#06162f}.studio-shell--monitor:not(.studio-shell--preview) .alert-list{padding:0 0 20px}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator--feed{padding:0}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator__feed-heading{min-height:42px;padding:0;border-bottom:1px solid #1d3556}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator__feed-title{color:#a6bbd7;font-size:10px;letter-spacing:.1em}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item{grid-template-columns:7px minmax(0,1fr);gap:9px;margin:0;padding:14px 10px 14px 0;border-bottom:1px solid #1d3556;color:#d9e5f5;background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item:hover:not(:disabled){background:#0b2040}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__marker{width:7px;min-height:76px;border:0;border-radius:0}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__content{grid-template-areas:"event event" "area area" "remaining remaining" "metadata metadata" "geometry geometry" "hazards hazards";gap:2px}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__topline>strong{color:#eef4ff;font:650 14px/19px var(--rr-font-ui);letter-spacing:-.01em;text-transform:none}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__area{color:#a9bdd9;font:500 13px/18px var(--rr-font-ui)}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__remaining{padding:0;color:#a9bdd9;background:transparent;font:500 11px/16px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__metadata,.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__geometry,.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__hazards{color:#8098b8}.studio-shell--monitor:not(.studio-shell--preview) .studio-map{border:0;border-radius:0;background:#071b38;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__toolbar{top:26px;left:24px;gap:0}.studio-shell--monitor:not(.studio-shell--preview) .map-action{min-height:48px;border:1px solid #35547b;border-radius:2px 0 0 2px;color:#e5efff;background:#10284c;box-shadow:none;font-size:13px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__toolbar .location-search{width:340px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__toolbar .location-search__form{border-left:0;border-radius:0 2px 2px 0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock{right:14px;bottom:14px;left:14px;height:94px;padding:10px 9px;border:1px solid #3a587e;border-radius:3px;background:#10284c}.studio-shell--monitor:not(.studio-shell--preview) .radar-player{grid-template-columns:max-content minmax(0,1fr) max-content;gap:9px}.studio-shell--monitor:not(.studio-shell--preview) .radar-player>.radar-transport,.studio-shell--monitor:not(.studio-shell--preview) .radar-player>.radar-timeline-control,.studio-shell--monitor:not(.studio-shell--preview) .radar-player__utility{border-color:transparent;border-radius:2px;background:transparent;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .radar-player>.radar-transport{padding:5px 7px}.studio-shell--monitor:not(.studio-shell--preview) .radar-player .radar-transport__play{width:42px;height:38px;min-height:38px;border:1px solid #476385;border-radius:3px;color:#eef5ff;background:#142f56;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .radar-player .radar-transport__step,.studio-shell--monitor:not(.studio-shell--preview) .radar-player .radar-transport__latest,.studio-shell--monitor:not(.studio-shell--preview) .radar-player__options>summary{color:#d5e2f4;background:transparent;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .radar-player>.radar-timeline-control{padding:5px 8px}.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__time output{color:#d5e2f4}.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__time output[aria-label="Radar frame relative time"]{color:#8fa6c3}.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__track input::-webkit-slider-runnable-track{height:5px;border:0;border-radius:0;background:linear-gradient(90deg,#6ef39d 0 var(--radar-progress, 0%),#415d80 var(--radar-progress, 0%) 100%);box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__track input::-moz-range-track{height:5px;border:0;border-radius:0;background:#415d80;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__track input::-moz-range-progress{height:5px;border-radius:0;background:#6ef39d}.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__track input::-webkit-slider-thumb{width:18px;height:18px;margin-top:-6px;border:2px solid #edf5ff;border-radius:50%;background:#6f7690;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__track input::-moz-range-thumb{width:14px;height:14px;border:2px solid #edf5ff;background:#6f7690;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .radar-player__utility{padding:5px 2px}.studio-shell--monitor:not(.studio-shell--preview) .radar-legend{position:absolute;z-index:3;right:22px;bottom:128px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-top-right{top:26px;right:24px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-group{border-color:#38577e;border-radius:3px;background:#10284c;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-group button{width:40px;height:40px;background-color:#10284c}.studio-shell--monitor:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-group button:hover{background-color:#18355d}.studio-shell--monitor:not(.studio-shell--preview) .studio-map .maplibregl-ctrl button .maplibregl-ctrl-icon{filter:invert(1) brightness(1.65) saturate(.35)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-attrib{color:#9fb5d2;background:#10284c}.studio-shell--monitor:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-attrib a{color:#bcd4f1}.studio-shell--monitor:not(.studio-shell--preview)>.monitor-status-bar{min-height:42px;padding:0 24px;border-top:1px solid #2a456a;background:#061a36}@media(max-width:820px){.studio-shell--monitor:not(.studio-shell--preview)>.studio-header{padding-inline:14px!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__mark{width:30px;height:30px;flex-basis:30px}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__title{font-size:17px!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__context{display:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__mode-actions{gap:11px;margin-left:4px}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__current-mode,.studio-shell--monitor:not(.studio-shell--preview) .studio-header__mode-button,.studio-shell--monitor:not(.studio-shell--preview) .studio-header__live-button{min-height:62px;font-size:11px!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__utc{display:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__account-label,.studio-shell--monitor:not(.studio-shell--preview) .studio-header__health-label{display:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__account-button,.studio-shell--monitor:not(.studio-shell--preview) .studio-header__health-button{width:34px;min-width:34px!important;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,58%) minmax(320px,42%)}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.studio-map,.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.alert-panel{grid-column:1}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.studio-map{grid-row:1}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.alert-panel{grid-row:2;border-right:0;border-top:1px solid #2a456a}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header{padding-inline:16px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__location-search{padding-inline:16px}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief{padding-inline:16px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator{grid-template-columns:repeat(5,minmax(0,1fr));padding-inline:8px}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status,.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=delayed],.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=stale],.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=offline]{padding-inline:16px}.studio-shell--monitor:not(.studio-shell--preview) .alert-list{padding-inline:16px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__toolbar{top:12px;right:58px;left:12px}.studio-shell--monitor:not(.studio-shell--preview) .map-action{min-height:42px;padding-inline:10px;font-size:11px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__toolbar .location-search{width:auto;flex:1 1 auto}.studio-shell--monitor:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-top-right{top:12px;right:12px}.studio-shell--monitor:not(.studio-shell--preview) .radar-legend{right:14px;bottom:130px;transform:scale(.88);transform-origin:bottom right}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock{right:10px;bottom:10px;left:10px;height:108px}.studio-shell--monitor:not(.studio-shell--preview)>.monitor-status-bar{min-height:36px;padding-inline:10px}}@media(max-width:560px){.studio-shell--monitor:not(.studio-shell--preview)>.studio-header{padding-inline:8px!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__identity{gap:7px}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__mark{width:27px;height:27px;flex-basis:27px}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__mark .material-symbols-outlined{font-size:17px}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__product{max-width:112px}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__title{font-size:13px!important;line-height:16px!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__divider{display:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__mode-actions{gap:7px}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__current-mode,.studio-shell--monitor:not(.studio-shell--preview) .studio-header__mode-button,.studio-shell--monitor:not(.studio-shell--preview) .studio-header__live-button{min-height:58px;font-size:10px!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__shortcuts-button{display:none!important}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace{grid-template-rows:minmax(0,52%) minmax(360px,48%)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button{grid-template-columns:16px minmax(0,1fr);justify-items:center;padding-inline:3px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button>span:nth-child(2),.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator-count{display:none}.studio-shell--monitor:not(.studio-shell--preview) .radar-legend{display:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock{height:116px}}.studio-shell--monitor:not(.studio-shell--preview){grid-template-rows:62px minmax(0,1fr) 38px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator{grid-template-columns:1fr;gap:2px;padding:10px 8px 8px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button{min-height:42px;grid-template-columns:18px minmax(0,1fr) auto;gap:12px;padding:9px 12px;font-size:13px}@media(max-width:560px){.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:0 8px 9px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button{min-height:30px;grid-template-columns:16px minmax(0,1fr) auto;gap:5px;padding:4px 5px;font-size:10px}}.studio-shell--monitor:not(.studio-shell--preview) .studio-header__title-suffix{display:none}.studio-shell:not(.studio-shell--preview){--atlas-field: #081117;--atlas-field-deep: #050b0f;--atlas-rail: #0d1a22;--atlas-panel: #12232c;--atlas-panel-raised: #172c36;--atlas-map: #071016;--atlas-rule: #2a434d;--atlas-rule-strong: #4a6670;--atlas-rule-soft: #1b3038;--atlas-ink: #f1f4ef;--atlas-copy: #c4d0cc;--atlas-label: #8ca0a4;--atlas-dim: #60757c;--atlas-paper: #d7ded6;--atlas-current: #9ce8a6;--atlas-yellow: #f0bd4d;--atlas-red: #ff6b5f;--atlas-blue: #86bfd5;--atlas-purple: #b89bd8;--atlas-shadow: 0 18px 48px rgb(0 0 0 / 28%);color:var(--atlas-ink);background:var(--atlas-field);font-family:var(--rr-font-ui)}.studio-shell:not(.studio-shell--preview) *{scrollbar-color:var(--atlas-rule-strong) var(--atlas-field-deep)}.studio-shell:not(.studio-shell--preview) button,.studio-shell:not(.studio-shell--preview) input,.studio-shell:not(.studio-shell--preview) select,.studio-shell:not(.studio-shell--preview) textarea,.studio-shell:not(.studio-shell--preview) summary{font-family:var(--rr-font-ui)}.studio-shell:not(.studio-shell--preview) button:focus-visible,.studio-shell:not(.studio-shell--preview) input:focus-visible,.studio-shell:not(.studio-shell--preview) select:focus-visible,.studio-shell:not(.studio-shell--preview) textarea:focus-visible,.studio-shell:not(.studio-shell--preview) summary:focus-visible{outline:2px solid var(--atlas-current);outline-offset:3px}.studio-shell:not(.studio-shell--preview) .rr-control-button{min-height:34px;border:1px solid var(--atlas-rule);border-radius:4px;color:var(--atlas-copy);background:var(--atlas-panel);box-shadow:none;font-weight:650;letter-spacing:.01em}.studio-shell:not(.studio-shell--preview) .rr-control-button--quiet{border-color:transparent;color:var(--atlas-label);background:transparent}.studio-shell:not(.studio-shell--preview) .rr-control-button--primary{border-color:var(--atlas-current);color:#08140d;background:var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .rr-control-button--destructive{border-color:color-mix(in srgb,var(--atlas-red) 60%,var(--atlas-rule));color:var(--atlas-red);background:transparent}.studio-shell:not(.studio-shell--preview) .rr-control-button:not(:disabled):hover,.studio-shell:not(.studio-shell--preview) .rr-control-button:not(:disabled):active{border-color:var(--atlas-rule-strong);color:var(--atlas-ink);background:var(--atlas-panel-raised);box-shadow:none;transform:none}.studio-shell:not(.studio-shell--preview) .rr-control-button--quiet:not(:disabled):hover{border-color:var(--atlas-rule);background:var(--atlas-panel)}.studio-shell:not(.studio-shell--preview) .rr-control-button--primary:not(:disabled):hover{border-color:var(--atlas-current);color:#08140d;background:#b4f2ba}.studio-shell:not(.studio-shell--preview) .rr-control-button[aria-pressed=true]{border-color:var(--atlas-current);color:#08140d;background:var(--atlas-current)}.studio-shell:not(.studio-shell--preview){grid-template-rows:68px minmax(0,1fr) 34px;min-height:100dvh;overflow:hidden}.studio-shell:not(.studio-shell--preview)>.studio-header{z-index:12;height:68px;min-height:68px;margin:0;padding:0 18px!important;border:0!important;border-bottom:1px solid var(--atlas-rule)!important;border-radius:0!important;color:var(--atlas-ink);background:var(--atlas-rail)!important;box-shadow:none!important}.studio-shell:not(.studio-shell--preview) .studio-header__identity{width:auto;min-width:0;gap:14px;padding:0;border:0;background:transparent;box-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-header__mark{width:36px;height:36px;flex-basis:36px;border:1px solid var(--atlas-rule-strong);border-radius:50%;color:var(--atlas-current);background:transparent;box-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-header__mark .material-symbols-outlined{font-size:20px}.studio-shell:not(.studio-shell--preview) .studio-header__product{max-width:min(520px,48vw);gap:2px}.studio-shell:not(.studio-shell--preview) .studio-header__title{color:var(--atlas-ink)!important;font:650 19px/22px var(--rr-font-display)!important;letter-spacing:-.025em!important}.studio-shell:not(.studio-shell--preview) .studio-header__title-suffix{color:var(--atlas-label);font-weight:500}.studio-shell:not(.studio-shell--preview) .studio-header__context{display:block!important;position:static;width:auto;height:auto;max-width:100%;overflow:hidden;clip:auto;clip-path:none;color:var(--atlas-label)!important;font:500 10px/14px var(--rr-font-mono)!important;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap}.studio-shell:not(.studio-shell--preview) .studio-header__divider{height:28px;margin:0 4px;background:var(--atlas-rule)}.studio-shell:not(.studio-shell--preview) .studio-header__mode-actions{height:68px;gap:4px;padding:0;border:0;background:transparent}.studio-shell:not(.studio-shell--preview) .studio-header__current-mode,.studio-shell:not(.studio-shell--preview) .studio-header__mode-button,.studio-shell:not(.studio-shell--preview) .studio-header__live-button{position:relative;min-height:68px;padding:2px 13px 0!important;border:0!important;border-radius:0!important;color:var(--atlas-label)!important;background:transparent!important;box-shadow:none!important;font:650 11px/16px var(--rr-font-mono)!important;letter-spacing:.06em;text-transform:uppercase}.studio-shell:not(.studio-shell--preview) .studio-header__current-mode{color:var(--atlas-ink)!important}.studio-shell:not(.studio-shell--preview) .studio-header__current-mode:after{position:absolute;right:13px;bottom:0;left:13px;height:3px;background:var(--atlas-current);content:""}.studio-shell:not(.studio-shell--preview) .studio-header__mode-button:hover,.studio-shell:not(.studio-shell--preview) .studio-header__live-button:hover{color:var(--atlas-ink)!important;background:var(--atlas-panel)!important}.studio-shell:not(.studio-shell--preview) .studio-header__live-button:before{left:5px;width:5px;height:5px;border-radius:50%;background:var(--atlas-red);box-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-header__controls{gap:6px}.studio-shell:not(.studio-shell--preview) .studio-header__utc{min-height:36px;padding:0 10px;border-right:1px solid var(--atlas-rule);color:var(--atlas-label);font:500 10px/14px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .studio-header__utc .material-symbols-outlined{color:var(--atlas-current);font-size:16px}.studio-shell:not(.studio-shell--preview) .studio-header__account-button,.studio-shell:not(.studio-shell--preview) .studio-header__health-button,.studio-shell:not(.studio-shell--preview) .studio-header__shortcuts-button{height:36px;min-height:36px;border:1px solid var(--atlas-rule);border-radius:4px;background:transparent;box-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-header__account-button:hover,.studio-shell:not(.studio-shell--preview) .studio-header__health-button:hover,.studio-shell:not(.studio-shell--preview) .studio-header__shortcuts-button:hover{border-color:var(--atlas-rule-strong)!important;background:var(--atlas-panel)!important}.studio-shell:not(.studio-shell--preview) .studio-header__account-label,.studio-shell:not(.studio-shell--preview) .studio-header__health-label{color:var(--atlas-copy);font:600 10px/14px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace{--monitor-rail-width: clamp(280px, 20vw, 320px);grid-template-columns:var(--monitor-rail-width) minmax(0,1fr);gap:0;padding:0;background:var(--atlas-field-deep)}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.studio-map,.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.alert-panel{grid-row:1;border-radius:0;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.alert-panel{grid-column:1}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.studio-map{grid-column:2}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.studio-map{border:0;border-right:1px solid var(--atlas-rule);background:var(--atlas-map)}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.alert-panel{position:relative;border:0;border-left:1px solid var(--atlas-rule);color:var(--atlas-copy);background:var(--atlas-rail)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__chrome{background:var(--atlas-rail)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header{position:relative;min-height:84px;padding:17px 20px 13px 28px;border-bottom:1px solid var(--atlas-rule)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header h2{color:var(--atlas-ink);font:650 18px/22px var(--rr-font-display);letter-spacing:-.025em}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header p{margin-top:4px;color:var(--atlas-label);font:500 10px/15px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header>strong{min-width:28px;height:24px;padding-inline:7px;border:1px solid color-mix(in srgb,var(--atlas-red) 55%,var(--atlas-rule));border-radius:3px;color:var(--atlas-red);background:color-mix(in srgb,var(--atlas-red) 12%,transparent);box-shadow:none;font:650 10px/14px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__collapse{top:16px;right:16px;width:28px;height:28px;border:1px solid var(--atlas-rule);border-radius:3px;color:var(--atlas-label);background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__collapse:hover{border-color:var(--atlas-rule-strong);background:var(--atlas-panel)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header--subview{min-height:78px;padding:12px 20px 12px 16px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__subview-heading{gap:12px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__back{width:auto;min-width:34px;height:34px;border:1px solid var(--atlas-rule-strong);border-radius:3px;color:var(--atlas-label);background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__back:hover,.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__back:focus-visible{border-color:var(--atlas-current);color:var(--atlas-ink);background:var(--atlas-panel)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__view-content{background:var(--atlas-field)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__view-content--filters{padding:18px 20px 24px 28px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__view-content--filters .alert-filter-bar{padding:0}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__view-content--filters .alert-panel__filter-actions{display:flex;flex-wrap:wrap;gap:8px;padding-top:16px;border-top:1px solid var(--atlas-rule-soft)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-settings{height:100%;max-height:none;border-bottom:0;background:var(--atlas-field)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__location-search{padding:14px 20px 10px 28px;border-bottom:1px solid var(--atlas-rule-soft)}.studio-shell--monitor:not(.studio-shell--preview) .location-search__form{min-height:42px;border:1px solid var(--atlas-rule-strong);border-radius:3px;background:var(--atlas-field);box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__location-search .location-search{width:100%}.studio-shell--monitor:not(.studio-shell--preview) .location-search__form:focus-within{border-color:var(--atlas-current);box-shadow:inset 0 -2px 0 var(--atlas-current)}.studio-shell--monitor:not(.studio-shell--preview) .location-search__form input{color:var(--atlas-ink);background:transparent;font-size:12px}.studio-shell--monitor:not(.studio-shell--preview) .location-search__form input::placeholder{color:var(--atlas-dim)}.studio-shell--monitor:not(.studio-shell--preview) .location-search__form button{min-width:42px;border-left:1px solid var(--atlas-rule);color:var(--atlas-ink);background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .location-search__form button:hover:not(:disabled){color:var(--atlas-ink);background:var(--atlas-panel-raised)}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief{padding:14px 20px 15px 28px;border-bottom:1px solid var(--atlas-rule);background:var(--atlas-panel)}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__heading{display:grid;align-items:start;justify-content:stretch;gap:2px;margin-bottom:8px}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__heading:before{display:block;margin-bottom:6px;color:var(--atlas-current);content:"LOCAL CONDITIONS";font:650 9px/12px var(--rr-font-mono);letter-spacing:.12em}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__location{min-width:0;overflow:visible;overflow-wrap:anywhere;color:var(--atlas-label);font:500 10px/14px var(--rr-font-mono);text-overflow:clip;white-space:normal}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__hero{display:grid;grid-template-columns:44px minmax(0,1fr);gap:12px;align-items:center;padding:8px 0 10px;border-top:1px solid var(--atlas-rule-soft);border-bottom:1px solid var(--atlas-rule-soft)}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__icon{color:var(--atlas-yellow);font-size:34px}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__temperature{color:var(--atlas-ink);font:650 34px/36px var(--rr-font-display);letter-spacing:-.04em}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__description,.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__feels-like{color:var(--atlas-copy);font-size:11px;line-height:16px}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:10px 0 0}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__metrics div{display:grid;gap:2px;min-width:0}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__metrics dt{color:var(--atlas-label);font:500 9px/12px var(--rr-font-mono);letter-spacing:.04em;text-transform:uppercase}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__metrics dd{margin:0;color:var(--atlas-ink);font:600 11px/15px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__outlook{margin-top:10px;padding-top:9px;border-top:1px solid var(--atlas-rule-soft);color:var(--atlas-copy);font-size:11px;line-height:16px}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__outlook a{display:inline-flex;align-items:center;gap:4px;margin-top:6px;color:var(--atlas-blue);font-weight:650}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__empty{color:var(--atlas-label);font-size:11px;line-height:16px}.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief__empty--error{color:var(--atlas-red)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator{gap:0;grid-template-columns:minmax(0,1fr);padding:0;border-bottom:1px solid var(--atlas-rule)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button{min-height:60px;grid-template-columns:18px minmax(0,1fr) auto;gap:14px;padding:14px 20px;font-size:15px;border:0;border-bottom:1px solid var(--atlas-rule-soft);border-radius:0;color:var(--atlas-copy);background:transparent;text-align:left}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button:last-child{border-bottom:0}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button:hover,.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button[aria-pressed=true]{color:var(--atlas-ink);background:var(--atlas-panel)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>.alert-panel__filter-disclosure--navigator{position:static;inset:auto;z-index:auto;display:block;grid-column:1 / -1;width:auto;min-width:0;margin:0;padding:0;border:0;opacity:1;background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>.alert-panel__filter-disclosure--navigator>summary{display:none}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>.alert-panel__filter-disclosure--navigator[open]{width:auto;padding:0 0 8px;border:0;background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button>.material-symbols-outlined{color:var(--atlas-label);font-size:17px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button[data-destination=warnings]>.material-symbols-outlined{color:var(--atlas-red)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button[data-destination=advisories]>.material-symbols-outlined{color:var(--atlas-yellow)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator-count,.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__count{min-width:22px;height:18px;padding:2px 5px;border:1px solid var(--atlas-rule-strong);border-radius:2px;color:var(--atlas-paper);background:transparent;font:600 10px/12px var(--rr-font-mono);text-align:center}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator-count{color:var(--atlas-label)}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status{margin:0 20px 0 28px;padding:9px 0;border:0;border-bottom:1px solid var(--atlas-rule);border-radius:0;background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=delayed],.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=stale],.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=offline]{margin-inline:20px;padding-inline:8px;border:1px solid color-mix(in srgb,var(--atlas-yellow) 60%,var(--atlas-rule));border-radius:3px;background:color-mix(in srgb,var(--atlas-yellow) 10%,transparent)}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status[data-tone=offline]{border-color:color-mix(in srgb,var(--atlas-red) 60%,var(--atlas-rule));background:color-mix(in srgb,var(--atlas-red) 10%,transparent)}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__message{color:var(--atlas-label);font-size:10px}.studio-shell--monitor:not(.studio-shell--preview) .alert-feed-status__details summary{color:var(--atlas-blue);font-size:10px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__body{background:var(--atlas-field)}.studio-shell--monitor:not(.studio-shell--preview) .alert-list,.studio-shell--monitor:not(.studio-shell--preview) .alert-detail,.studio-shell--monitor:not(.studio-shell--preview) .official-detail{padding:0 20px 24px 28px;background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .alert-list__message{padding:18px 0;color:var(--atlas-label);font-size:11px;line-height:16px}.studio-shell--monitor:not(.studio-shell--preview) .alert-list__message--delayed,.studio-shell--monitor:not(.studio-shell--preview) .alert-list__message--error{color:var(--atlas-yellow)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__body>.alert-list{width:100%;padding:0;overflow-x:hidden}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__body>.alert-list>.active-weather-navigator--category{width:100%;padding:0}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator__feed-heading{padding:13px 0 8px;border-bottom:1px solid var(--atlas-rule-soft)}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator__feed-title{color:var(--atlas-ink);font:650 10px/14px var(--rr-font-mono);letter-spacing:.08em;text-transform:uppercase}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator__feed-title span{color:var(--atlas-label)}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item{position:relative;display:grid;grid-template-columns:10px minmax(0,1fr);gap:10px;padding:12px 0;border:0;border-bottom:1px solid var(--atlas-rule-soft);border-radius:0;color:var(--atlas-copy);background:transparent;text-align:left}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item:hover:not(:disabled),.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item:focus-visible{color:var(--atlas-ink);background:var(--atlas-panel)}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__marker{width:6px;height:6px;margin-top:5px;border-radius:1px;background:var(--alert-color)}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__topline>strong{color:var(--atlas-ink);font:650 12px/16px var(--rr-font-display)}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__area{display:block;margin-top:2px;color:var(--atlas-copy);font-size:11px;line-height:15px}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__remaining,.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__metadata,.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__geometry,.studio-shell--monitor:not(.studio-shell--preview) .active-weather-item__hazards{color:var(--atlas-label);font:500 9px/13px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator--category .active-weather-navigator__feed-list{gap:0;padding:0}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator--category .active-weather-item{min-height:62px;padding:8px 0}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator--category .active-weather-item__marker{height:auto;min-height:0;align-self:stretch;margin-top:0}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator--category .active-weather-item__content{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"event remaining" "area area";align-content:center;gap:2px 8px}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator--category .active-weather-item__topline>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator--category .active-weather-item__area{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal}.studio-shell--monitor:not(.studio-shell--preview) .active-weather-navigator--category .active-weather-item__remaining{justify-self:end;font-size:10px;line-height:14px}.studio-shell:not(.studio-shell--preview) .studio-map{--radar-dock-height: 104px;border-radius:0;background:var(--atlas-map);box-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-map__toolbar{top:14px;left:14px;gap:6px}.studio-shell:not(.studio-shell--preview) .map-action{min-height:36px;padding-inline:12px;border:1px solid var(--atlas-rule-strong);border-radius:3px;color:var(--atlas-ink);background:var(--atlas-panel);box-shadow:none;font:600 10px/14px var(--rr-font-mono);letter-spacing:.03em;text-transform:uppercase}.studio-shell:not(.studio-shell--preview) .map-action:hover{border-color:var(--atlas-current);color:var(--atlas-ink);background:var(--atlas-panel-raised);transform:none}.studio-shell:not(.studio-shell--preview) .studio-map__readout{right:auto;bottom:calc(var(--radar-dock-height) + 18px);left:16px;padding:5px 8px;border:1px solid var(--atlas-rule);color:var(--atlas-paper);background:#050b0fdb;font:500 9px/13px var(--rr-font-mono);text-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-map__phase{top:14px;right:66px;left:auto;transform:none;padding:6px 8px;border:1px solid var(--atlas-rule);border-radius:3px;color:var(--atlas-copy);background:#050b0fe0;box-shadow:none;font:500 9px/13px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .studio-map__phase--error{border-color:var(--atlas-red);color:var(--atlas-red)}.studio-shell:not(.studio-shell--preview) .studio-map:before{position:absolute;z-index:2;top:92px;right:60px;bottom:calc(var(--radar-dock-height) + 22px);width:1px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 28px,var(--atlas-rule-strong) 28px,var(--atlas-rule-strong) 29px);content:"";opacity:.7;pointer-events:none}.studio-shell:not(.studio-shell--preview) .studio-map:after{position:absolute;z-index:2;top:76px;right:52px;color:var(--atlas-label);content:"UTC";font:600 8px/11px var(--rr-font-mono);letter-spacing:.1em;pointer-events:none}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-top-right{top:14px;right:14px}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-group{overflow:hidden;border:1px solid var(--atlas-rule-strong);border-radius:3px;background:var(--atlas-panel);box-shadow:none}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-group button{width:34px;height:34px;background:var(--atlas-panel)}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-group button+button{border-top-color:var(--atlas-rule)}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-group button:hover{background:var(--atlas-panel-raised)}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl button .maplibregl-ctrl-icon{filter:invert(.9) sepia(.2) saturate(.5)}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-attrib{color:var(--atlas-label);background:#050b0fd6;font-size:9px}.studio-shell:not(.studio-shell--preview) .studio-map .maplibregl-ctrl-attrib a{color:var(--atlas-blue)}.studio-shell:not(.studio-shell--preview) .studio-map__follow-prompt{border:1px solid var(--atlas-rule-strong);border-radius:3px;color:var(--atlas-ink);background:#081117f5;box-shadow:var(--atlas-shadow)}.studio-shell:not(.studio-shell--preview) .studio-map__follow-prompt:after{border-color:var(--atlas-rule-strong);background:#081117f5}.studio-shell:not(.studio-shell--preview) .studio-map__radar-dock{right:14px;bottom:14px;left:14px;height:var(--radar-dock-height);border:1px solid var(--atlas-rule);border-radius:3px;background:#081117f0;box-shadow:none}.studio-shell:not(.studio-shell--preview) .radar-player{color:var(--atlas-copy)}.studio-shell:not(.studio-shell--preview) .radar-player>.radar-transport,.studio-shell:not(.studio-shell--preview) .radar-player>.radar-timeline-control,.studio-shell:not(.studio-shell--preview) .radar-player__utility{border-color:var(--atlas-rule-soft);background:transparent}.studio-shell:not(.studio-shell--preview) .radar-player>.radar-transport{min-height:42px}.studio-shell:not(.studio-shell--preview) .radar-transport__buttons{gap:2px}.studio-shell:not(.studio-shell--preview) .radar-transport button,.studio-shell:not(.studio-shell--preview) .radar-timeline-control button{border-color:var(--atlas-rule);border-radius:2px;color:var(--atlas-paper);background:var(--atlas-panel);box-shadow:none}.studio-shell:not(.studio-shell--preview) .radar-transport button:hover,.studio-shell:not(.studio-shell--preview) .radar-timeline-control button:hover{border-color:var(--atlas-current);color:var(--atlas-current);background:var(--atlas-panel-raised)}.studio-shell:not(.studio-shell--preview) .radar-transport__play{border-color:var(--atlas-current);color:#07140c;background:var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__time{color:var(--atlas-label);font:500 9px/13px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__track input::-webkit-slider-runnable-track{height:2px;background:var(--atlas-rule-strong)}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__track input::-moz-range-track{height:2px;background:var(--atlas-rule-strong)}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__track input::-moz-range-progress{height:2px;background:var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__track input::-webkit-slider-thumb,.studio-shell:not(.studio-shell--preview) .radar-timeline-control__track input::-moz-range-thumb{width:13px;height:13px;border:2px solid var(--atlas-field);border-radius:50%;background:var(--atlas-current);box-shadow:0 0 0 1px var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .radar-status,.studio-shell:not(.studio-shell--preview) .radar-playback-options,.studio-shell:not(.studio-shell--preview) .radar-legend{border-color:var(--atlas-rule);border-radius:3px;color:var(--atlas-copy);background:#081117f0;box-shadow:none}.studio-shell:not(.studio-shell--preview) .radar-status__observation,.studio-shell:not(.studio-shell--preview) .radar-status__message,.studio-shell:not(.studio-shell--preview) .radar-status__details,.studio-shell:not(.studio-shell--preview) .radar-legend__title{color:var(--atlas-label);font-family:var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .radar-legend{right:18px;bottom:calc(var(--radar-dock-height) + 20px);min-width:164px;padding:11px 12px}.studio-shell:not(.studio-shell--preview) .radar-legend__title{margin-bottom:7px;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.studio-shell:not(.studio-shell--preview) .radar-legend__entries{gap:5px}.studio-shell:not(.studio-shell--preview) .radar-legend__entry{color:var(--atlas-copy);font-size:10px}.studio-shell:not(.studio-shell--preview) .map-layer-controls,.studio-shell:not(.studio-shell--preview) .layer-manager,.studio-shell:not(.studio-shell--preview) .level2-control,.studio-shell:not(.studio-shell--preview) .storm-session-bar,.studio-shell:not(.studio-shell--preview) .live-stream-settings__panel{border-color:var(--atlas-rule-strong);border-radius:3px;color:var(--atlas-copy);background:var(--atlas-rail);box-shadow:var(--atlas-shadow)}.studio-shell:not(.studio-shell--preview) .layer-manager__header,.studio-shell:not(.studio-shell--preview) .layer-manager__external-header,.studio-shell:not(.studio-shell--preview) .level2-control__primary-row,.studio-shell:not(.studio-shell--preview) .storm-session-bar__identity{border-color:var(--atlas-rule);background:var(--atlas-panel)}.studio-shell:not(.studio-shell--preview) .layer-manager__group,.studio-shell:not(.studio-shell--preview) .layer-manager__layer,.studio-shell:not(.studio-shell--preview) .level2-control__local,.studio-shell:not(.studio-shell--preview) .level2-control__products,.studio-shell:not(.studio-shell--preview) .level2-control__display-mode{border-color:var(--atlas-rule-soft)}.studio-shell:not(.studio-shell--preview) .layer-manager input,.studio-shell:not(.studio-shell--preview) .layer-manager select,.studio-shell:not(.studio-shell--preview) .level2-control input,.studio-shell:not(.studio-shell--preview) .level2-control select,.studio-shell:not(.studio-shell--preview) .creator-panel input,.studio-shell:not(.studio-shell--preview) .creator-panel select,.studio-shell:not(.studio-shell--preview) .creator-panel textarea,.studio-shell:not(.studio-shell--preview) .live-stream-settings select{border-color:var(--atlas-rule-strong);border-radius:3px;color:var(--atlas-ink);background:var(--atlas-field)}.studio-shell:not(.studio-shell--preview) .layer-manager__status,.studio-shell:not(.studio-shell--preview) .layer-manager__source,.studio-shell:not(.studio-shell--preview) .level2-control__source-state,.studio-shell:not(.studio-shell--preview) .level2-control__status,.studio-shell:not(.studio-shell--preview) .storm-session-bar__tracking{color:var(--atlas-label);font-family:var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .layer-manager__layer-label,.studio-shell:not(.studio-shell--preview) .level2-control__source-copy,.studio-shell:not(.studio-shell--preview) .level2-control__products button,.studio-shell:not(.studio-shell--preview) .level2-control__display-mode button{color:var(--atlas-copy)}.studio-shell:not(.studio-shell--preview) .level2-control__products button.is-active,.studio-shell:not(.studio-shell--preview) .level2-control__display-mode button.is-active{border-color:var(--atlas-current);color:#07140c;background:var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .storm-session-bar{background:#081117f5}.studio-shell:not(.studio-shell--preview) .storm-session-bar__tracking[data-status=tracking]{color:var(--atlas-current)}.studio-shell--monitor:not(.studio-shell--preview)>.monitor-status-bar{min-height:34px;padding:0 16px;border-top:1px solid var(--atlas-rule);color:var(--atlas-label);background:var(--atlas-rail);font:500 10px/14px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__data>strong,.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__freshness strong{color:var(--atlas-paper);font-weight:600}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__divider{background:var(--atlas-rule)}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__dot{background:var(--atlas-current);box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__links a,.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__links button{color:var(--atlas-blue)}.studio-shell:not(.studio-shell--preview) .account-panel,.studio-shell:not(.studio-shell--preview) .shortcut-help,.studio-shell:not(.studio-shell--preview) .application-health-drawer{border:1px solid var(--atlas-rule-strong);border-radius:3px;color:var(--atlas-copy);background:var(--atlas-rail);box-shadow:var(--atlas-shadow)}.studio-shell:not(.studio-shell--preview) .account-panel__header,.studio-shell:not(.studio-shell--preview) .shortcut-help__header,.studio-shell:not(.studio-shell--preview) .application-health-drawer__header{border-bottom:1px solid var(--atlas-rule);background:var(--atlas-panel)}.studio-shell:not(.studio-shell--preview) .account-panel input,.studio-shell:not(.studio-shell--preview) .account-panel__tabs,.studio-shell:not(.studio-shell--preview) .shortcut-help__key,.studio-shell:not(.studio-shell--preview) .application-health-drawer__endpoint{border-color:var(--atlas-rule-strong);border-radius:3px;color:var(--atlas-ink);background:var(--atlas-field)}.studio-shell:not(.studio-shell--preview) .account-panel__fine-print,.studio-shell:not(.studio-shell--preview) .account-panel__hint,.studio-shell:not(.studio-shell--preview) .application-health-drawer__message{color:var(--atlas-label)}.studio-shell--creator:not(.studio-shell--preview) .map-workspace,.studio-shell--live-stream:not(.studio-shell--preview) .map-workspace{background:var(--atlas-field-deep)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__header,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group-body,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__scroll,.studio-shell--creator:not(.studio-shell--preview) .creator-status-bar{border-color:var(--atlas-rule);color:var(--atlas-copy);background:var(--atlas-rail)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__header,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group-body{background:var(--atlas-panel)}.studio-shell--creator:not(.studio-shell--preview) .creator-panel__group-summary,.studio-shell--creator:not(.studio-shell--preview) .creator-panel__panel-header{color:var(--atlas-ink)}.studio-shell--live-stream:not(.studio-shell--preview) .live-stream-identity,.studio-shell--live-stream:not(.studio-shell--preview) .live-stream-command,.studio-shell--live-stream:not(.studio-shell--preview) .live-stream-announcement,.studio-shell--live-stream:not(.studio-shell--preview) .live-stream-overflow,.studio-shell--live-stream:not(.studio-shell--preview) .live-stream-status__panel{border-color:var(--atlas-rule-strong);border-radius:3px;color:var(--atlas-copy);background:#081117f0;box-shadow:none}.studio-shell--live-stream:not(.studio-shell--preview) .live-stream-announcement--warning{border-color:var(--atlas-red)}.studio-shell--live-stream:not(.studio-shell--preview) .live-stream-announcement--advisory{border-color:var(--atlas-yellow)}@media(max-width:1180px){.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace{--monitor-rail-width: 280px;grid-template-columns:var(--monitor-rail-width) minmax(0,1fr)}.studio-shell:not(.studio-shell--preview) .studio-header__utc{display:none}}@media(max-width:820px){.studio-shell:not(.studio-shell--preview){grid-template-rows:58px minmax(0,1fr) 34px}.studio-shell:not(.studio-shell--preview)>.studio-header{height:58px;min-height:58px;padding-inline:10px!important}.studio-shell:not(.studio-shell--preview) .studio-header__mode-actions,.studio-shell:not(.studio-shell--preview) .studio-header__current-mode,.studio-shell:not(.studio-shell--preview) .studio-header__mode-button,.studio-shell:not(.studio-shell--preview) .studio-header__live-button{height:58px;min-height:58px}.studio-shell:not(.studio-shell--preview) .studio-header__title{font-size:15px!important}.studio-shell:not(.studio-shell--preview) .studio-header__context{max-width:220px;font-size:9px!important}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,60%) minmax(320px,40%)}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.studio-map{grid-column:1;grid-row:1;border-right:0;border-bottom:1px solid var(--atlas-rule)}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace>.alert-panel{grid-column:1;grid-row:2;border-left:0;border-top:1px solid var(--atlas-rule)}.studio-shell:not(.studio-shell--preview) .studio-map__radar-dock{right:10px;bottom:10px;left:10px;height:112px}.studio-shell:not(.studio-shell--preview) .radar-legend{right:12px;bottom:132px}}@media(max-width:560px){.studio-shell:not(.studio-shell--preview){grid-template-rows:54px minmax(0,1fr) 32px}.studio-shell:not(.studio-shell--preview)>.studio-header{height:54px;min-height:54px}.studio-shell:not(.studio-shell--preview) .studio-header__identity{gap:8px}.studio-shell:not(.studio-shell--preview) .studio-header__mark{width:28px;height:28px;flex-basis:28px}.studio-shell:not(.studio-shell--preview) .studio-header__mark .material-symbols-outlined{font-size:16px}.studio-shell:not(.studio-shell--preview) .studio-header__title{max-width:150px;overflow:hidden;font-size:13px!important;text-overflow:ellipsis;white-space:nowrap}.studio-shell:not(.studio-shell--preview) .studio-header__context,.studio-shell:not(.studio-shell--preview) .studio-header__divider,.studio-shell:not(.studio-shell--preview) .studio-header__mode-actions,.studio-shell:not(.studio-shell--preview) .studio-header__health-button .studio-header__health-label,.studio-shell:not(.studio-shell--preview) .studio-header__account-label{display:none!important}.studio-shell:not(.studio-shell--preview) .studio-header__controls{gap:3px}.studio-shell:not(.studio-shell--preview) .studio-header__account-button,.studio-shell:not(.studio-shell--preview) .studio-header__health-button,.studio-shell:not(.studio-shell--preview) .studio-header__shortcuts-button{width:34px;min-width:34px;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview)>.map-workspace{grid-template-rows:minmax(0,46%) minmax(390px,54%)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__header{min-height:72px;padding:13px 14px 10px 18px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__location-search,.studio-shell--monitor:not(.studio-shell--preview) .local-weather-brief,.studio-shell--monitor:not(.studio-shell--preview) .alert-detail,.studio-shell--monitor:not(.studio-shell--preview) .official-detail{padding-left:18px;padding-right:14px}.studio-shell--monitor:not(.studio-shell--preview) .alert-list{padding-left:0;padding-right:0}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator{grid-template-columns:repeat(2,minmax(0,1fr));padding-inline:10px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button{min-height:34px;grid-template-columns:16px minmax(0,1fr) auto;gap:6px;padding:6px 4px;font-size:10px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator>button>span:nth-child(2){display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__navigator-count{min-width:17px;padding-inline:3px;font-size:9px}.studio-shell:not(.studio-shell--preview) .studio-map__toolbar{top:8px;right:54px;left:8px}.studio-shell:not(.studio-shell--preview) .radar-legend{display:none}.studio-shell:not(.studio-shell--preview) .studio-map:after{display:none}.studio-shell:not(.studio-shell--preview) .studio-map__radar-dock{height:112px}.studio-shell--monitor:not(.studio-shell--preview)>.monitor-status-bar{padding-inline:8px;overflow:hidden}.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__data,.studio-shell--monitor:not(.studio-shell--preview) .monitor-status-bar__links{white-space:nowrap}}@media(prefers-reduced-motion:reduce){.studio-shell:not(.studio-shell--preview) *,.studio-shell:not(.studio-shell--preview) *:before,.studio-shell:not(.studio-shell--preview) *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.studio-shell:not(.studio-shell--preview) .studio-map__radar-dock,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock{border-color:var(--atlas-rule-strong);background:#081117f5}.studio-shell:not(.studio-shell--preview) .radar-player,.studio-shell--monitor:not(.studio-shell--preview) .radar-player{grid-template-columns:max-content minmax(0,1fr) max-content;gap:10px;padding:8px 12px}.studio-shell:not(.studio-shell--preview) .radar-player>.radar-transport,.studio-shell:not(.studio-shell--preview) .radar-player>.radar-timeline-control,.studio-shell:not(.studio-shell--preview) .radar-player__utility,.studio-shell--monitor:not(.studio-shell--preview) .radar-player>.radar-transport,.studio-shell--monitor:not(.studio-shell--preview) .radar-player>.radar-timeline-control,.studio-shell--monitor:not(.studio-shell--preview) .radar-player__utility{border:1px solid var(--atlas-rule-soft);border-radius:3px;background:var(--atlas-panel);box-shadow:none}.studio-shell:not(.studio-shell--preview) .radar-player>.radar-transport,.studio-shell--monitor:not(.studio-shell--preview) .radar-player>.radar-transport{min-height:42px;padding:4px 6px}.studio-shell:not(.studio-shell--preview) .radar-player .radar-transport__buttons,.studio-shell--monitor:not(.studio-shell--preview) .radar-player .radar-transport__buttons{gap:3px}.studio-shell:not(.studio-shell--preview) .radar-player .radar-transport .rr-control-button,.studio-shell--monitor:not(.studio-shell--preview) .radar-player .radar-transport .rr-control-button{width:32px;min-width:32px;height:32px;min-height:32px;border:1px solid var(--atlas-rule);border-radius:2px;color:var(--atlas-copy);background:transparent;box-shadow:none}.studio-shell:not(.studio-shell--preview) .radar-player .radar-transport .rr-control-button:hover:not(:disabled),.studio-shell--monitor:not(.studio-shell--preview) .radar-player .radar-transport .rr-control-button:hover:not(:disabled){border-color:var(--atlas-current);color:var(--atlas-current);background:var(--atlas-panel-raised)}.studio-shell:not(.studio-shell--preview) .radar-player .radar-transport__play,.studio-shell--monitor:not(.studio-shell--preview) .radar-player .radar-transport__play{width:38px!important;min-width:38px!important;height:38px;min-height:38px;border-color:var(--atlas-current);color:var(--atlas-field-deep);background:var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .radar-player .radar-transport__play:hover:not(:disabled),.studio-shell--monitor:not(.studio-shell--preview) .radar-player .radar-transport__play:hover:not(:disabled){border-color:var(--atlas-current);color:var(--atlas-field-deep);background:var(--atlas-paper)}.studio-shell:not(.studio-shell--preview) .radar-transport__historical,.studio-shell--monitor:not(.studio-shell--preview) .radar-transport__historical{bottom:calc(100% + 7px);gap:7px;max-width:min(520px,calc(100vw - 24px));padding:4px 6px;border:1px solid color-mix(in srgb,var(--atlas-yellow) 65%,var(--atlas-rule));border-radius:3px;color:var(--atlas-yellow);background:var(--atlas-panel);font:600 9px/13px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .radar-transport__latest,.studio-shell--monitor:not(.studio-shell--preview) .radar-transport__latest{height:26px!important;min-height:26px!important;padding:0 8px!important;border:1px solid var(--atlas-current)!important;border-radius:2px;color:var(--atlas-field-deep)!important;background:var(--atlas-current)!important;font:700 9px/12px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .radar-player>.radar-timeline-control,.studio-shell--monitor:not(.studio-shell--preview) .radar-player>.radar-timeline-control{padding:6px 10px}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__time output,.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__time output{color:var(--atlas-copy);font:600 10px/14px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__time output[aria-label="Radar frame relative time"],.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__time output[aria-label="Radar frame relative time"]{color:var(--atlas-label);font-weight:500}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__track input::-webkit-slider-runnable-track,.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__track input::-webkit-slider-runnable-track{height:3px;border:0;border-radius:0;background:linear-gradient(90deg,var(--atlas-current) 0 var(--radar-progress, 0%),var(--atlas-rule-strong) var(--radar-progress, 0%) 100%);box-shadow:none}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__track input::-moz-range-track,.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__track input::-moz-range-track{height:3px;border:0;border-radius:0;background:var(--atlas-rule-strong);box-shadow:none}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__track input::-moz-range-progress,.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__track input::-moz-range-progress{height:3px;border-radius:0;background:var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__track input::-webkit-slider-thumb,.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__track input::-webkit-slider-thumb{width:15px;height:15px;margin-top:-6px;border:2px solid var(--atlas-field);border-radius:50%;background:var(--atlas-current);box-shadow:0 0 0 1px var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__track input::-moz-range-thumb,.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__track input::-moz-range-thumb{width:12px;height:12px;border:2px solid var(--atlas-field);border-radius:50%;background:var(--atlas-current);box-shadow:0 0 0 1px var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .radar-timeline-control__count,.studio-shell--monitor:not(.studio-shell--preview) .radar-timeline-control__count{color:var(--atlas-label);font:600 9px/13px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .radar-player__utility,.studio-shell--monitor:not(.studio-shell--preview) .radar-player__utility{gap:6px;padding:4px 7px}.studio-shell:not(.studio-shell--preview) .radar-player__options>summary,.studio-shell--monitor:not(.studio-shell--preview) .radar-player__options>summary{min-height:28px;padding:0 6px;border-radius:2px;color:var(--atlas-label);font:600 9px/13px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .radar-player__options>summary:hover,.studio-shell--monitor:not(.studio-shell--preview) .radar-player__options>summary:hover{color:var(--atlas-ink);background:var(--atlas-panel-raised)}.studio-shell:not(.studio-shell--preview) .radar-player__options>summary strong,.studio-shell--monitor:not(.studio-shell--preview) .radar-player__options>summary strong{color:var(--atlas-copy);font:inherit}.studio-shell:not(.studio-shell--preview) .level2-control--dock,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock{box-sizing:border-box;gap:6px 14px;padding:8px 12px;border-top:1px solid var(--atlas-rule-soft);background:transparent}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__local,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__local{min-height:28px;padding:0;border:0}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__primary-row,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__primary-row{border:0;background:transparent;box-shadow:none}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__station,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__station{gap:8px}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__station>span:first-child,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__station>span:first-child{color:var(--atlas-label);font:600 9px/13px var(--rr-font-mono);letter-spacing:.08em}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__station-value,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__station-value{color:var(--atlas-ink);font:600 11px/15px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__products,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__products{display:flex;align-items:center;gap:4px}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__products>button,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__products>button{min-width:42px;min-height:28px;padding:0 9px;border:1px solid var(--atlas-rule);border-radius:2px;color:var(--atlas-copy);background:var(--atlas-panel);font:700 10px/13px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__products>button:hover:not(:disabled),.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__products>button:hover:not(:disabled){border-color:var(--atlas-current);color:var(--atlas-current);background:var(--atlas-panel-raised)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__products>button.is-active,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__products>button.is-active{border-color:var(--atlas-current);color:var(--atlas-field-deep);background:var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__tilt,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__tilt{gap:6px;margin-left:5px}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__tilt>span,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__tilt>span{color:var(--atlas-label);font:600 9px/13px var(--rr-font-mono);letter-spacing:.08em}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__tilt select,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__tilt select{min-height:28px;border-color:var(--atlas-rule);border-radius:2px;color:var(--atlas-copy);background:var(--atlas-panel);font:600 10px/13px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__adjustments,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__adjustments{min-height:26px;gap:14px;padding:5px 0;border-top:1px solid var(--atlas-rule-soft);border-bottom:1px solid var(--atlas-rule-soft)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__adjustments>label,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__adjustments>label{color:var(--atlas-label);font:600 9px/13px var(--rr-font-mono);letter-spacing:.06em;text-transform:uppercase}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__adjustments>label:not(.level2-control__checkbox),.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__adjustments>label:not(.level2-control__checkbox){grid-template-columns:auto minmax(80px,1fr) 40px}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__adjustments output,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__adjustments output{color:var(--atlas-copy);font:600 9px/13px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__adjustments input[type=range],.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__adjustments input[type=range]{accent-color:var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__checkbox,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__checkbox{color:var(--atlas-copy);letter-spacing:.02em;text-transform:none}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__legend,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__legend{gap:6px;color:var(--atlas-label);font:500 9px/13px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__legend i,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__legend i{height:5px;border-color:var(--atlas-rule)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline{align-items:center;gap:8px}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline>button,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline>button{min-width:30px;min-height:28px;padding:0 7px;border-color:var(--atlas-rule);border-radius:2px;color:var(--atlas-copy);background:var(--atlas-panel);font:600 9px/13px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline>button:hover:not(:disabled),.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline>button:hover:not(:disabled){border-color:var(--atlas-current);color:var(--atlas-current);background:var(--atlas-panel-raised)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline>button:first-child:not(:disabled),.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline>button:first-child:not(:disabled){border-color:var(--atlas-current);color:var(--atlas-field-deep);background:var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline input[type=range],.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline input[type=range]{min-width:0;height:20px;accent-color:var(--atlas-current)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline time,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline time{color:var(--atlas-copy);font:600 9px/13px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline>span,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__timeline>span{color:var(--atlas-label);font:500 9px/13px var(--rr-font-mono);white-space:nowrap}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__status,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__status{min-height:16px;gap:7px;padding-top:1px;color:var(--atlas-label);font:500 9px/13px var(--rr-font-mono)}.studio-shell:not(.studio-shell--preview) .level2-control--dock .level2-control__status strong,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock .level2-control__status strong{color:var(--atlas-copy)}@media(max-width:900px){.studio-shell:not(.studio-shell--preview) .radar-player,.studio-shell--monitor:not(.studio-shell--preview) .radar-player{grid-template-columns:max-content minmax(0,1fr);grid-template-rows:auto auto;grid-template-areas:"transport timeline" "transport utility";gap:5px 8px}.studio-shell:not(.studio-shell--preview) .level2-control--dock,.studio-shell--monitor:not(.studio-shell--preview) .level2-control--dock{grid-template-columns:1fr;grid-template-areas:"primary" "products" "adjustments" "timeline" "legend" "status";align-content:start}}.studio-shell--monitor:not(.studio-shell--preview) .studio-map:not(.studio-map--local-radar){--radar-dock-height: 96px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local){right:0;bottom:0;left:0;height:var(--radar-dock-height);padding:0 14px;border-top:1px solid rgb(164 203 225 / 32%);background:linear-gradient(180deg,#050e159e,#050e15e8);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player{grid-template-columns:minmax(0,1fr) max-content;grid-template-rows:minmax(0,1fr) max-content;grid-template-areas:"timeline transport" "utility utility";align-items:center;gap:4px 18px;padding:8px 0 6px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-timeline-control{align-self:stretch;align-content:center;gap:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__track{gap:10px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber--labeled{padding-bottom:20px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input{position:relative;z-index:2;height:24px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input::-webkit-slider-runnable-track{height:6px;border:1px solid rgb(107 182 229 / 64%);border-radius:999px;background:linear-gradient(90deg,#176ea9 0 var(--radar-progress, 0%),#314b5a var(--radar-progress, 0%) 100%);box-shadow:inset 0 1px 2px #00000047}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input::-moz-range-track{height:6px;border:1px solid rgb(107 182 229 / 64%);border-radius:999px;background:#314b5a;box-shadow:inset 0 1px 2px #00000047}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input::-moz-range-progress{height:6px;border-radius:999px;background:#176ea9}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input::-webkit-slider-thumb{width:22px;height:22px;margin-top:-9px;border:3px solid #b4def4;border-radius:50%;background:#0b5c91;box-shadow:0 0 0 1px #081f2ecc,0 2px 7px #00000059}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input::-moz-range-thumb{width:16px;height:16px;border:3px solid #b4def4;border-radius:50%;background:#0b5c91;box-shadow:0 0 0 1px #081f2ecc,0 2px 7px #00000059}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__ticks{position:absolute;right:0;bottom:0;left:0;height:16px;pointer-events:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__tick{position:absolute;left:var(--radar-tick-position);max-width:100px;overflow:hidden;color:var(--atlas-copy);font:600 10px/14px var(--rr-font-mono);text-align:center;text-overflow:ellipsis;transform:translate(-50%);white-space:nowrap}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__tick:first-child{text-align:left;transform:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__tick:last-child{text-align:right;transform:translate(-100%)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__thumb-label{position:absolute;bottom:calc(100% + 3px);left:var(--radar-progress, 0%);z-index:3;display:block;max-width:min(180px,35vw);overflow:hidden;padding:3px 8px;border:1px solid rgb(116 190 232 / 60%);border-radius:3px;color:#f3fbff;background:#12639a;box-shadow:0 4px 12px #0000003d;font:700 10px/13px var(--rr-font-mono);text-overflow:ellipsis;transform:translate(-50%);white-space:nowrap}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__count{min-width:42px;color:var(--atlas-label);font:600 10px/14px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player.radar-player--historical{position:relative}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-player--historical .radar-transport__historical{position:absolute;right:0;bottom:calc(100% + 7px);left:auto;width:max-content;justify-content:flex-start;max-width:min(520px,calc(100vw - 24px));box-sizing:border-box;padding:4px 6px;border:1px solid color-mix(in srgb,var(--atlas-yellow) 65%,var(--atlas-rule));border-radius:3px;color:var(--atlas-yellow);background:var(--atlas-panel);font:600 9px/13px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-player--historical .radar-transport__historical strong{display:block;min-width:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__step,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play{width:46px!important;min-width:46px!important;height:46px;min-height:46px;border:1px solid rgb(175 215 235 / 48%);border-radius:50%;color:#e8f5fb;background:#142e3ddb;box-shadow:0 3px 10px #0003}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play{width:50px!important;min-width:50px!important;height:50px;min-height:50px;border-color:#5ca8d1;color:#06131b;background:#63b8e7}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__step:hover:not(:disabled),.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play:hover:not(:disabled){border-color:#d2efff;color:#06131b;background:#d2efff;transform:translateY(-1px)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__icon{font-size:32px;font-weight:300;line-height:1}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play-icon{margin-left:2px;font-size:22px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-player__utility{min-height:18px;align-items:center;justify-content:space-between;gap:10px;color:var(--atlas-label)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-status{font:500 9px/13px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-status__details>summary,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-player__options>summary{min-height:20px;padding:0 5px;border-radius:2px;font:600 9px/13px var(--rr-font-mono)}@media(max-width:900px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map:not(.studio-map--local-radar){--radar-dock-height: 104px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player{gap:3px 12px}}@media(max-width:560px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map:not(.studio-map--local-radar){--radar-dock-height: 112px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local){padding-inline:8px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player{gap:3px 8px;padding-block:7px 5px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__tick{max-width:64px;font-size:8px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__step,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play{width:40px!important;min-width:40px!important;height:40px;min-height:40px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play{width:44px!important;min-width:44px!important;height:44px;min-height:44px}}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player{width:100%;grid-template-columns:minmax(0,1fr) max-content!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-timeline-control{width:100%;min-width:0;justify-self:stretch}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__track,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber{width:100%;min-width:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__track{align-self:center}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber{height:24px;padding-bottom:0}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group--static>.layer-manager__group-header{min-height:48px;padding:0 16px;color:var(--stitch-on-surface-variant);background:var(--stitch-surface-container-high)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group--static .layer-manager__group-name{overflow:visible;text-overflow:clip;white-space:normal}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group--static .layer-manager__layer-label{overflow:visible;overflow-wrap:anywhere;color:var(--stitch-on-surface);font:600 13px/18px "Geist",var(--rr-font-ui);text-overflow:clip;white-space:normal}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group--static .layer-manager__controls{grid-template-columns:minmax(0,1fr);gap:8px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group--static .layer-manager__visibility{min-height:32px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group--static .layer-manager__opacity{grid-template-columns:max-content minmax(0,1fr) max-content;gap:8px;padding-left:28px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group--static .layer-manager__opacity-label{grid-column:auto;color:var(--stitch-on-surface-variant);font:500 10px/14px "JetBrains Mono",var(--rr-font-mono);text-transform:uppercase;letter-spacing:.06em}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group--static .layer-manager__opacity output{width:38px;font-size:11px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager--flat{width:100%;max-width:none;max-height:none;border:1px solid var(--stitch-outline-variant);border-radius:6px;background:var(--stitch-surface-container-high);box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager--flat .layer-manager__flat-header{min-height:54px;padding:0 16px;border-bottom:1px solid var(--stitch-outline-variant);color:var(--stitch-on-surface);background:var(--stitch-surface-container-highest)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager--flat .layer-manager__summary-content{width:100%;font:650 15px/20px "Geist",var(--rr-font-ui)}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager--flat>.layer-manager__body{max-height:none;border-top:0}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-settings-target{padding:0}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group .layer-manager__layer-label{overflow:visible;overflow-wrap:anywhere;color:var(--stitch-on-surface);font:600 13px/18px "Geist",var(--rr-font-ui);text-overflow:clip;white-space:normal}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group .layer-manager__controls{grid-template-columns:minmax(0,1fr);gap:8px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group .layer-manager__visibility{min-height:32px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group .layer-manager__opacity{grid-template-columns:max-content minmax(0,1fr) max-content;gap:8px;padding-left:28px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group .layer-manager__opacity-label{grid-column:auto;color:var(--stitch-on-surface-variant);font:500 10px/14px "JetBrains Mono",var(--rr-font-mono);text-transform:uppercase;letter-spacing:.06em}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager__group .layer-manager__opacity output{width:38px;font-size:11px}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-settings{min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:auto;touch-action:pan-y}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-settings-target{width:100%;min-height:100%}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-settings-target>.studio-map__radar-settings-stack{width:100%;min-height:100%}.studio-shell--monitor:not(.studio-shell--preview) .alert-panel__radar-layers .layer-manager>details[open]>.layer-manager__body{overflow:visible}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player{position:relative;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr) max-content!important;grid-template-areas:"timeline" "utility"!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-timeline-control{grid-area:timeline;grid-template-columns:minmax(0,1fr)!important;width:100%;min-width:0;padding-right:clamp(132px,17vw,190px)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-transport{grid-area:timeline;z-index:4;align-self:center;justify-self:end;pointer-events:auto}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-player__utility{grid-area:utility;width:100%;min-width:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock{grid-template-rows:38px 64px 38px;grid-template-areas:"primary products" "timeline timeline" "dock-meta dock-meta";align-content:space-between;gap:2px 14px;padding:5px 12px;overflow:hidden}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__dock-meta{display:flex;min-width:0;grid-area:dock-meta;align-items:center;gap:14px;padding-top:6px;border-top:1px solid var(--atlas-rule-soft)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__dock-meta>.level2-control__adjustments{flex:1 1 320px;min-width:0;padding:0;border:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__dock-meta>.level2-control__status{flex:1.4 1 320px;min-width:0;grid-area:auto;padding:0;border:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline{grid-template-columns:max-content minmax(0,1fr) max-content minmax(0,max-content) max-content;gap:10px;min-width:0;padding-top:7px;border-top:1px solid var(--atlas-rule-soft)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-transport{display:inline-flex;align-items:center;gap:6px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-step,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-play{display:inline-grid;width:32px;min-width:32px;height:32px;min-height:32px;padding:0;place-items:center;border:1px solid var(--atlas-rule);border-radius:50%;color:var(--atlas-copy);background:var(--atlas-panel);box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-step:hover:not(:disabled),.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-play:hover:not(:disabled){border-color:var(--atlas-current);color:var(--atlas-paper);background:var(--atlas-panel-raised)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-play{width:42px;min-width:42px;height:42px;min-height:42px;border-color:var(--atlas-current);color:var(--atlas-field-deep);background:var(--atlas-current)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-step:disabled,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-play:disabled{cursor:wait;opacity:.48}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-icon{display:inline-flex;width:11px;height:11px;align-items:center;justify-content:center}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-icon:before{width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;content:""}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-step--previous .level2-control__timeline-icon:before{transform:rotate(135deg)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-step--next .level2-control__timeline-icon:before{transform:rotate(-45deg)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-play-icon{display:inline-flex;width:14px;height:16px;align-items:center;justify-content:center}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-play-icon--play:before{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:11px solid currentColor;content:""}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-play-icon--pause:before{width:3px;height:14px;border-radius:1px;background:currentColor;box-shadow:6px 0 0 currentColor;content:""}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-button-label{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-rail{min-width:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-rail input{width:100%;min-width:0;height:20px;margin:0;appearance:none;border:0;background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-rail input::-webkit-slider-runnable-track{height:5px;border:1px solid rgb(107 182 229 / 64%);border-radius:999px;background:#314b5a}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-rail input::-moz-range-track{height:5px;border:1px solid rgb(107 182 229 / 64%);border-radius:999px;background:#314b5a}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-rail input::-webkit-slider-thumb{width:20px;height:20px;margin-top:-8px;appearance:none;border:3px solid #b4def4;border-radius:50%;background:#0b5c91;box-shadow:0 0 0 1px #081f2ecc,0 2px 7px #00000059}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-rail input::-moz-range-thumb{width:14px;height:14px;border:3px solid #b4def4;border-radius:50%;background:#0b5c91;box-shadow:0 0 0 1px #081f2ecc,0 2px 7px #00000059}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline time{color:var(--atlas-copy);font:600 9px/13px var(--rr-font-mono);white-space:nowrap}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-state{min-width:0;overflow:hidden;color:var(--atlas-label);font:500 9px/13px var(--rr-font-mono);text-overflow:ellipsis;white-space:nowrap}@media(max-width:900px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock{grid-template-rows:auto auto minmax(48px,auto) auto;grid-template-areas:"primary" "products" "timeline" "dock-meta";align-content:start}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__dock-meta{flex-wrap:wrap}}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock{grid-template-rows:44px minmax(60px,1fr) 30px;gap:0 14px;padding:8px 12px 6px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__primary-row{min-width:0;align-items:center;background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__local{min-width:0;align-items:center}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__station{position:relative;min-width:0;align-items:center;gap:9px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__station:before{display:inline-grid;width:24px;min-width:24px;height:24px;place-items:center;color:var(--atlas-current);content:"radar";font-family:Material Symbols Outlined;font-size:20px;font-weight:400}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__station>span:first-child{color:var(--atlas-label);font:600 9px/12px var(--rr-font-mono);letter-spacing:.08em}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__station-value{min-width:0;overflow:hidden;color:var(--atlas-ink);font:600 13px/17px var(--rr-font-mono);text-overflow:ellipsis;white-space:nowrap}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__products{min-width:0;align-items:center;justify-content:flex-end;gap:4px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__products>button{width:78px;min-width:62px;height:38px;min-height:38px;border-color:var(--atlas-rule-soft);border-radius:7px;color:var(--atlas-copy);background:#131f27b8;font:600 11px/14px var(--rr-font-mono);letter-spacing:.04em}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__products>button:hover:not(:disabled){border-color:var(--atlas-current);color:var(--atlas-paper);background:var(--atlas-panel-raised)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__products>button.is-active{border-color:var(--atlas-current);color:var(--atlas-field-deep);background:var(--atlas-current);box-shadow:0 0 14px #9ce8a633}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__tilt{display:grid;grid-template-columns:max-content 150px;align-items:center;gap:8px;margin-left:14px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__tilt>span{color:var(--atlas-current);font:600 9px/12px var(--rr-font-mono);letter-spacing:.08em}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__tilt select{width:150px;height:38px;min-height:38px;padding:0 12px;border-color:var(--atlas-rule-soft);border-radius:7px;color:var(--atlas-copy);background:#131f27b8}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline{grid-template-columns:max-content minmax(0,1fr) max-content max-content max-content;align-items:center;gap:12px;min-width:0;padding:10px 0 2px;border-top:1px solid var(--atlas-rule-soft)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline-rail input::-webkit-slider-runnable-track{border-color:#9ce8a694;background:repeating-linear-gradient(90deg,transparent 0,transparent 9%,rgb(156 232 166 / 18%) 9.1%,rgb(156 232 166 / 18%) 9.25%),#263b43}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline-rail input::-moz-range-track{border-color:#9ce8a694;background:repeating-linear-gradient(90deg,transparent 0,transparent 9%,rgb(156 232 166 / 18%) 9.1%,rgb(156 232 166 / 18%) 9.25%),#263b43}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline-rail input::-webkit-slider-thumb{border-color:var(--atlas-current);background:#2f9d91;box-shadow:0 0 0 1px #081f2ecc,0 0 12px #9ce8a66b}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline-rail input::-moz-range-thumb{border-color:var(--atlas-current);background:#2f9d91;box-shadow:0 0 0 1px #081f2ecc,0 0 12px #9ce8a66b}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline time{color:var(--atlas-current);font:600 14px/18px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline-state{color:var(--atlas-label);font:500 10px/14px var(--rr-font-mono)}@media(max-width:900px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock{grid-template-rows:auto auto auto auto;gap:8px;padding:8px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__products{justify-content:flex-start;flex-wrap:wrap}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline{grid-template-columns:max-content minmax(0,1fr) max-content max-content}}.studio-shell--monitor:not(.studio-shell--preview) .studio-map:not(.studio-map--local-radar){--radar-dock-height: 164px !important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local){box-sizing:border-box;padding:12px 24px 14px;overflow:visible;border:1px solid rgb(101 206 232 / 58%);border-radius:18px 18px 0 0;background:linear-gradient(180deg,#081720e0,#050f17f5),radial-gradient(circle at 64% 4%,rgb(62 223 187 / 12%),transparent 44%);box-shadow:0 -16px 38px #00000052,0 0 22px #23bed529,inset 0 1px #bcf4ff2e;-webkit-backdrop-filter:blur(12px) saturate(1.15);backdrop-filter:blur(12px) saturate(1.15)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player{box-sizing:border-box;width:100%;height:100%;grid-template-columns:minmax(0,1fr) max-content!important;grid-template-rows:minmax(0,1fr) max-content!important;grid-template-areas:"timeline transport" "utility utility";align-items:center;gap:14px 34px;padding:4px 2px 0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-timeline-control,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-transport,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-player__utility{min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-timeline-control{display:block;align-content:center;align-self:center;width:100%;min-width:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__time{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__track{width:100%;min-width:0;align-items:center;gap:14px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber--labeled{height:56px;padding-top:30px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input{position:relative;z-index:2;height:26px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input::-webkit-slider-runnable-track{height:7px;border:1px solid rgb(139 236 255 / 74%);border-radius:999px;background:linear-gradient(90deg,#128cc5 0%,#4ce2bf var(--radar-progress, 0%),rgb(29 56 68 / 88%) var(--radar-progress, 0%),rgb(29 56 68 / 88%) 100%);box-shadow:0 0 9px #29cee53d,inset 0 1px 2px #00000061}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input::-moz-range-track{height:7px;border:1px solid rgb(139 236 255 / 74%);border-radius:999px;background:#1d3844e0;box-shadow:0 0 9px #29cee53d,inset 0 1px 2px #00000061}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input::-moz-range-progress{height:7px;border-radius:999px;background:linear-gradient(90deg,#128cc5,#4ce2bf);box-shadow:0 0 9px #29cee53d}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input::-webkit-slider-thumb{width:25px;height:25px;margin-top:-10px;border:3px solid #b7fff0;border-radius:50%;background:#167fa5;box-shadow:0 0 0 2px #071d27d1,0 0 0 5px #2ee0d43d,0 0 17px #49efe2db}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input::-moz-range-thumb{width:19px;height:19px;border:3px solid #b7fff0;border-radius:50%;background:#167fa5;box-shadow:0 0 0 2px #071d27d1,0 0 0 5px #2ee0d43d,0 0 17px #49efe2db}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__ticks{display:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__thumb-label{position:absolute;top:0;bottom:auto;left:var(--radar-progress, 0%);z-index:3;display:block;max-width:min(190px,35vw);overflow:hidden;padding:7px 13px;border:1px solid rgb(63 226 224 / 78%);border-radius:8px;color:#eaffff;background:#063746f5;box-shadow:0 0 16px #12d7dd5c,0 6px 14px #0000004d;font:700 12px/16px var(--rr-font-mono);text-overflow:ellipsis;transform:translate(-50%);white-space:nowrap}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__thumb-label:after{position:absolute;bottom:-6px;left:50%;width:10px;height:10px;border-right:1px solid rgb(63 226 224 / 78%);border-bottom:1px solid rgb(63 226 224 / 78%);background:#063746f5;content:"";transform:translate(-50%) rotate(45deg)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__count{min-width:56px;color:#bad5df;font:600 12px/16px var(--rr-font-mono);text-align:left}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-transport{align-self:center;justify-self:end}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__buttons{gap:12px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__step,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play{width:58px!important;min-width:58px!important;height:58px;min-height:58px;border:1px solid rgb(117 194 218 / 54%);border-radius:50%;color:#dff8ff;background:#113041eb;box-shadow:inset 0 1px #d3f8ff1f,0 0 0 1px #06161ec2,0 7px 16px #00000042}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play{width:78px!important;min-width:78px!important;height:78px;min-height:78px;border-color:#a0ffe0;color:#063329;background:#55eab0;box-shadow:inset 0 1px #ffffff94,0 0 0 2px #0b4439cc,0 0 22px #51eebeb8,0 8px 20px #0000004d}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__step:hover:not(:disabled),.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play:hover:not(:disabled){border-color:#d9ffff;transform:translateY(-2px) scale(1.02)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play:hover:not(:disabled){color:#063329;background:#7ff4c6}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__icon{width:18px;height:18px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__icon:before{width:12px;height:12px;border-width:3px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play-icon{width:28px;height:30px;margin-left:3px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play-icon--play:before{border-top-width:15px;border-bottom-width:15px;border-left-width:20px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play-icon--pause:before{width:6px;height:24px;box-shadow:10px 0 0 currentColor}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-player__utility{min-height:46px;align-items:center;justify-content:space-between;gap:16px;padding:9px 16px;border:1px solid rgb(89 145 164 / 34%);border-radius:13px;background:linear-gradient(90deg,#041922a3,#0a1f287a)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-status{color:#c7e0e9;font:600 11px/15px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-status__states>.rr-status-indicator{color:#e5f7fa;font:700 12px/16px var(--rr-font-mono);letter-spacing:.08em}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-status__details>summary,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-player__options>summary{min-height:34px;gap:8px;padding:0 12px;border:1px solid rgb(58 164 184 / 38%);border-radius:9px;color:#b9d6df;background:#07243094;font:600 11px/15px var(--rr-font-mono)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-status__details>summary:hover,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-player__options>summary:hover,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-status__details[open]>summary,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-player__options[open]>summary{border-color:#6ceee1bd;color:#eaffff;background:#0e404bc7}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-player__options>summary strong{color:#e8fffb}@media(max-width:900px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map:not(.studio-map--local-radar){--radar-dock-height: 154px !important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local){padding-inline:14px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player{gap:12px 16px}}@media(max-width:560px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map:not(.studio-map--local-radar){--radar-dock-height: 138px !important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local){padding:9px;border-radius:14px 14px 0 0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player{gap:9px 8px;padding-inline:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber--labeled{height:48px;padding-top:26px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__thumb-label{max-width:140px;padding:5px 8px;font-size:10px;line-height:14px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__buttons{gap:6px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__step,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play{width:43px!important;min-width:43px!important;height:43px;min-height:43px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play{width:56px!important;min-width:56px!important;height:56px;min-height:56px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-player__utility{min-height:40px;padding:6px 8px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-status__states>.rr-status-indicator{font-size:10px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-status__details>summary,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-player__options>summary{min-height:30px;padding-inline:8px;font-size:10px}}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-status__details-panel,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-player__options-panel{border-color:#5badc28a;color:#d8edf2;background:#071922fa;box-shadow:0 12px 28px #0000006b,0 0 0 1px #23afc21f}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-status__details-panel>strong{color:#e7fbff}.studio-shell--monitor:not(.studio-shell--preview) .studio-map:not(.studio-map--local-radar){--radar-dock-height: 74px !important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map--local-radar{--radar-dock-height: 74px !important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor{box-sizing:border-box;padding:0 18px 8px!important;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor .radar-transport__historical{display:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player{display:grid;grid-template-columns:minmax(0,1fr) max-content!important;grid-template-rows:minmax(0,1fr)!important;grid-template-areas:"timeline transport";align-items:end;gap:0 14px;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-player__utility{display:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__time,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map--local-radar) .radar-timeline-control__ticks,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map--local-radar) .radar-timeline-control__thumb-label,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map--local-radar) .radar-timeline-control__count{display:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-timeline-control{align-self:end;width:100%;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__track{width:100%;gap:0;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber--labeled{width:100%;height:28px;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input{height:28px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport{align-self:end;justify-self:end;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__buttons{gap:8px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__step{display:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play{width:34px!important;min-width:34px!important;height:34px;min-height:34px;border:0!important;border-radius:4px;color:var(--atlas-current);background:transparent!important;box-shadow:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play{color:var(--atlas-current)}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play:hover:not(:disabled){border:0!important;color:var(--atlas-ink);background:transparent!important;box-shadow:none!important;transform:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock{display:grid;height:100%;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);grid-template-areas:"timeline";align-content:end;gap:0;padding:0!important;overflow:visible}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline{display:grid;width:100%;height:28px;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:12px;padding:0!important;border:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-transport{gap:8px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-step{display:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-play{width:34px;min-width:34px;height:28px;min-height:28px;border:0;border-radius:4px;color:var(--atlas-current);background:transparent;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-play:hover:not(:disabled){color:var(--atlas-ink);background:transparent}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-rail{width:100%;min-width:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-rail input{height:28px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline time,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-state,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-only-toggle{display:none!important}@media(max-width:720px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map:not(.studio-map--local-radar),.studio-shell--monitor:not(.studio-shell--preview) .studio-map--local-radar{--radar-dock-height: 82px !important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor{padding-inline:10px!important}}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player{display:grid!important;grid-template-columns:max-content minmax(0,1fr) max-content!important;grid-template-rows:minmax(0,1fr)!important;grid-template-areas:"transport timeline toggle"!important;gap:0 12px!important;height:28px!important;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__scrubber{width:100%;height:28px;padding:0!important}@media(max-width:720px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player{grid-template-columns:max-content minmax(0,1fr) max-content!important;gap:0 8px!important}}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player{grid-template-columns:max-content minmax(0,1fr)!important;grid-template-areas:"transport timeline";gap:0 12px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport{justify-self:start}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__buttons{gap:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-play{display:inline-grid;width:38px!important;min-width:38px!important;height:32px;min-height:32px;place-items:center;border:1px solid var(--atlas-rule-strong)!important;border-radius:4px;color:var(--atlas-field-deep);background:var(--atlas-current)!important;box-shadow:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play:hover:not(:disabled),.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-play:hover:not(:disabled){border-color:var(--atlas-ink)!important;color:var(--atlas-field-deep);background:var(--atlas-paper)!important;transform:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play-icon{width:16px;height:18px;margin-left:2px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play-icon--play:before{border-top-width:9px;border-bottom-width:9px;border-left-width:12px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-transport__play-icon--pause:before{width:4px;height:16px;box-shadow:7px 0 0 currentColor}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player{display:grid!important;grid-template-columns:max-content minmax(0,1fr) max-content!important;grid-template-rows:minmax(0,1fr)!important;grid-template-areas:"transport timeline toggle";align-items:end;gap:0 12px;height:28px;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player>.radar-transport{grid-area:transport;align-self:end;justify-self:start;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-transport__play{display:inline-grid;width:38px!important;min-width:38px!important;height:32px;min-height:32px;place-items:center;border:1px solid var(--atlas-rule-strong)!important;border-radius:4px;color:var(--atlas-field-deep);background:var(--atlas-current)!important;box-shadow:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-transport__play:hover:not(:disabled){border-color:var(--atlas-ink)!important;color:var(--atlas-field-deep);background:var(--atlas-paper)!important;transform:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-transport__play-icon{width:16px;height:18px;margin-left:2px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__time,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__ticks,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__thumb-label,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__count{display:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .level2-control__timeline-only-toggle{grid-area:toggle;display:inline-grid;width:28px;min-width:28px;height:28px;min-height:28px;padding:0!important;place-items:center;border:1px solid var(--atlas-rule)!important;border-radius:3px;color:var(--atlas-label);background:transparent!important;box-shadow:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-transport{gap:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline-play-icon--play:before{border-top-width:8px;border-bottom-width:8px;border-left-width:11px}@media(min-width:1101px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map--local-radar:not(.studio-map--local-radar-timeline-only){--radar-dock-height: 188px !important}}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock{box-sizing:border-box;grid-template-rows:52px minmax(68px,1fr) 38px;gap:0 18px;padding:10px 18px 8px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__primary-row{min-width:0;align-items:center}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__products{gap:8px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__products>button{width:72px;min-width:64px;height:36px;min-height:36px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__tilt{margin-left:12px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline{grid-template-columns:max-content minmax(0,1fr) max-content minmax(54px,max-content) max-content;gap:16px;padding:8px 0 4px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline-transport{gap:8px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline-step{width:36px;min-width:36px;height:36px;min-height:36px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline-play{width:46px;min-width:46px;height:46px;min-height:46px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline-rail input{height:24px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline-state{min-width:54px;text-align:left}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__dock-meta{min-width:0;align-items:center;gap:18px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__status{min-width:0;line-height:14px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__track{box-sizing:border-box;gap:18px;padding-right:6px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__thumb-label{left:clamp(94px,var(--radar-progress, 0%),calc(100% - 94px))}@media(max-width:1100px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map--local-radar:not(.studio-map--local-radar-timeline-only){--radar-dock-height: 238px !important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock{grid-template-rows:auto auto minmax(74px,auto) auto;gap:8px;padding:10px 14px}}@media(max-width:720px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map--local-radar:not(.studio-map--local-radar-timeline-only){--radar-dock-height: 300px !important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock .level2-control__timeline{grid-template-columns:max-content minmax(0,1fr) max-content max-content;gap:10px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__thumb-label{left:clamp(70px,var(--radar-progress, 0%),calc(100% - 70px))}}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player{grid-template-columns:max-content minmax(0,1fr) max-content!important;grid-template-areas:"transport timeline toggle"!important;gap:0 12px!important;height:28px!important;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player>.radar-transport{grid-area:transport;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player>.radar-timeline-control{grid-area:timeline;width:100%;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-transport__step,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__time,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__ticks,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__thumb-label,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__count{display:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .level2-control__timeline-only-toggle{grid-area:toggle;display:inline-grid}.studio-shell--monitor:not(.studio-shell--preview) .studio-map--local-radar:not(.studio-map--local-radar-timeline-only){--radar-dock-height: 74px !important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map--local-radar.studio-map--local-radar-timeline-only{--radar-dock-height: 74px !important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock{display:grid!important;box-sizing:border-box;width:100%;height:100%;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:minmax(0,1fr)!important;grid-template-areas:"timeline"!important;align-content:end;gap:0!important;padding:0!important;overflow:visible!important;border:0!important;background:transparent!important;box-shadow:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control--dock>:not(.level2-control__timeline){display:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player{display:grid!important;width:100%;height:100%!important;grid-template-columns:minmax(0,1fr) max-content!important;grid-template-rows:minmax(0,1fr)!important;grid-template-areas:"timeline transport"!important;align-items:end;gap:0 14px!important;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player>.radar-transport{grid-area:transport;align-self:end;justify-self:end;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player>.radar-timeline-control{grid-area:timeline;align-self:end;width:100%;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-transport__buttons{gap:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-transport__step{display:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-transport__play{display:inline-grid;width:34px!important;min-width:34px!important;height:34px;min-height:34px;place-items:center;border:0!important;border-radius:4px;color:var(--atlas-current);background:transparent!important;box-shadow:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-transport__play:hover:not(:disabled){border-color:transparent!important;color:var(--atlas-ink);background:transparent!important;transform:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__track{width:100%;gap:0;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__scrubber,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__scrubber--labeled{width:100%;height:28px;padding:0!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .radar-timeline-control__scrubber input{height:28px}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player .level2-control__timeline-only-toggle{display:none!important}@media(max-width:720px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map--local-radar:not(.studio-map--local-radar-timeline-only){--radar-dock-height: 82px !important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map--local-radar.studio-map--local-radar-timeline-only{--radar-dock-height: 82px !important}}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local){right:0!important;left:0!important;width:auto!important;max-width:none!important;padding:0 18px!important;transform:none!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player{width:100%!important;max-width:none!important;min-width:0!important;grid-template-columns:max-content minmax(0,1fr)!important;grid-template-areas:"transport timeline"!important;align-items:center!important;gap:0 16px!important}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-transport{grid-area:transport;align-self:center!important;justify-self:start}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-timeline-control{grid-area:timeline;align-self:center!important;display:grid;height:38px;width:100%!important;min-width:0!important;align-content:center;justify-self:stretch}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__track,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__scrubber input{width:100%!important;min-width:0}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local) .radar-timeline-control__track{align-items:center}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-timeline-control .radar-timeline-control__thumb-label,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player>.radar-timeline-control .radar-timeline-control__thumb-label{position:absolute!important;top:auto!important;bottom:calc(100% + 8px)!important;left:clamp(72px,var(--radar-progress, 0%),calc(100% - 72px))!important;z-index:4;display:block!important;max-width:min(190px,35vw);overflow:hidden;box-sizing:border-box;padding:5px 9px;border:1px solid rgb(63 226 224 / 78%);border-radius:5px;color:#eaffff;background:#063746f5;box-shadow:0 0 14px #12d7dd52,0 5px 12px #00000047;font:700 11px/14px var(--rr-font-mono);text-overflow:ellipsis;transform:translate(-50%);white-space:nowrap;pointer-events:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-timeline-control .radar-timeline-control__thumb-label:after,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player>.radar-timeline-control .radar-timeline-control__thumb-label:after{position:absolute;bottom:-6px;left:50%;width:10px;height:10px;border-right:1px solid rgb(63 226 224 / 78%);border-bottom:1px solid rgb(63 226 224 / 78%);background:#063746f5;content:"";transform:translate(-50%) rotate(45deg)}@media(max-width:720px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player>.radar-timeline-control .radar-timeline-control__thumb-label,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor.studio-map__radar-dock--local .level2-control__timeline.radar-player>.radar-timeline-control .radar-timeline-control__thumb-label{left:clamp(58px,var(--radar-progress, 0%),calc(100% - 58px))!important;max-width:140px;padding:4px 7px;font-size:10px}}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor .radar-transport__play-icon--pause{width:16px!important;height:18px!important;margin-left:0!important;transform:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor .radar-transport__play-icon--pause:before,.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor .radar-transport__play-icon--pause:after{position:absolute;top:1px;width:4px;height:16px;border-radius:1px;background:currentColor;content:""}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor .radar-transport__play-icon--pause:before{left:2px;box-shadow:none}.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor .radar-transport__play-icon--pause:after{left:10px}@media(max-width:720px){.studio-shell--monitor:not(.studio-shell--preview) .studio-map__radar-dock--monitor:not(.studio-map__radar-dock--local)>.radar-player{gap:0 8px!important}}
