﻿.home-v7 { background:var(--bg);color:var(--text); }.v7-container { width:min(calc(100% - 20px),1820px);margin-inline:auto; }.v7-main { padding:22px 0 70px; }.v7-nav { display:flex;gap:5px; }.v7-nav a { padding:9px 12px;border-radius:999px;color:var(--muted);font-weight:800;text-decoration:none; }.v7-nav a:hover { background:var(--surface-2);color:var(--text); }
.v7-mobile-jump { display:none; }.v7-hero { display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,420px);gap:18px;align-items:stretch;margin-bottom:16px; }.v7-hero-card { display:grid;align-content:center;min-height:300px;padding:24px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(135deg,var(--surface),var(--surface-2));box-shadow:var(--shadow-soft); }.v7-breadcrumb { display:flex;align-items:center;gap:9px;margin-bottom:16px;color:var(--muted);font-size:.86rem;font-weight:850; }.v7-breadcrumb span:last-child { color:var(--brand); }.v7-title-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.v7-kicker { margin:0 0 6px;color:var(--brand);font-size:.8rem;font-weight:950;letter-spacing:.13em;text-transform:uppercase; }.v7-hero h1 { max-width:850px;margin:0;color:var(--text);font-size:clamp(2.2rem,5vw,4.8rem);line-height:.96;letter-spacing:-.06em; }.v7-lead { max-width:760px;margin:15px 0 0;color:var(--muted);font-size:1.05rem;line-height:1.55; }
.v7-summary,.v7-toolbar,.v7-rivers,.v7-map-card,.v7-stations,.v7-empty { border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow-soft); }.v7-summary { display:grid;align-content:stretch;gap:14px;min-height:300px;padding:18px; }.v7-provider { display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:13px;padding:12px;border:1px solid var(--border);border-radius:18px;background:var(--surface-2);color:var(--text);text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease; }.v7-provider:hover,.v7-provider:focus-visible { transform:translateY(-1px);border-color:color-mix(in srgb,var(--brand) 42%,var(--border));box-shadow:0 12px 26px rgba(7,42,68,.12); }.v7-provider img { width:58px;height:58px;object-fit:contain;border-radius:12px;background:#fff;box-shadow:0 8px 18px rgba(7,42,68,.08); }.v7-provider span,.v7-provider small { display:block;color:var(--muted); }.v7-provider span { font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em; }.v7-provider strong { display:block;font-size:1.12rem;color:var(--text); }.v7-snapshot { width:fit-content;display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:999px;background:var(--surface); }.v7-snapshot.header-snapshot{margin-left:auto;padding:7px 10px;font-size:.82rem;background:var(--surface-2)}.v7-snapshot.header-snapshot i{width:9px;height:9px;box-shadow:0 0 0 4px var(--ok-bg)}.v7-snapshot.header-snapshot strong{font-size:.82rem}.v7-snapshot.header-snapshot small{font-size:.74rem}.v7-snapshot i { width:12px;height:12px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 6px var(--ok-bg); }.v7-snapshot.stale i { background:var(--warn); }.v7-snapshot span,.v7-snapshot small { display:block; }.v7-snapshot small { color:var(--muted); }.v7-sums { flex:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px; }.v7-sums button { min-height:92px;display:grid;grid-template-rows:auto auto 1fr;place-items:center;gap:5px;padding:10px;border:1px solid transparent;border-radius:18px;background:var(--surface-2);font:inherit;text-align:center;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease; }.v7-sums button:hover { transform:translateY(-1px);box-shadow:0 10px 22px rgba(7,42,68,.1); }.v7-sums button.is-active { border-color:currentColor;box-shadow:inset 0 0 0 2px color-mix(in srgb,currentColor 22%,transparent); }.v7-sums button span { font-size:.74rem;font-weight:950;text-transform:uppercase;letter-spacing:.03em; }.v7-sums b { font-size:1.72rem;line-height:1; }.v7-sums i { width:22px;height:22px;display:grid;place-items:center;border-radius:8px;background:rgba(23,79,118,.12);color:var(--brand);font-size:1rem;font-style:normal;line-height:1; }.v7-sums .total { color:var(--brand);background:linear-gradient(135deg,rgba(23,79,118,.15),rgba(14,165,233,.06));border-color:rgba(23,79,118,.18); }.v7-sums .ok { color:var(--ok);background:var(--ok-bg); }.v7-sums .warn { color:var(--warn);background:var(--warn-bg); }.v7-sums .danger { color:var(--danger);background:var(--danger-bg); }
.v7-toolbar { display:grid;grid-template-columns:minmax(280px,1fr) minmax(160px,220px) minmax(170px,230px);gap:14px;margin-bottom:16px;padding:16px; }.v7-toolbar label { display:grid;gap:6px;color:var(--muted);font-weight:850; }.v7-toolbar input,.v7-toolbar select { min-height:46px;padding:9px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2);color:var(--text); }.v7-search-results{grid-column:1/-1;display:grid;gap:5px;max-height:238px;overflow:auto;padding:6px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2)}.v7-search-results[hidden]{display:none}.v7-search-result{min-height:42px;display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:9px;padding:7px 9px;border:0;border-radius:11px;background:var(--surface);color:var(--text);text-align:left;text-decoration:none;cursor:pointer}.v7-search-result:hover{background:var(--surface-3)}.v7-search-result strong,.v7-search-result small{display:block}.v7-search-result small{color:var(--muted);font-size:.76rem}.v7-search-result .status-mark{width:8px;height:28px}.v7-search-result b,.station-detail-action{padding:4px 8px;border-radius:999px;background:var(--brand);color:#fff;font-size:.72rem;font-weight:950;white-space:nowrap}.v7-search-empty{padding:9px;color:var(--muted);font-size:.9rem}
.v7-chooser { display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:16px;align-items:start;margin-bottom:16px; }.v7-rivers { overflow:hidden; }.v7-card-title,.v7-stations>header,.v7-map-card>header { display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 18px;border-bottom:1px solid var(--border); }.v7-card-title h2,.v7-stations h2,.v7-map-card h2 { margin:0;font-size:1.35rem; }.v7-card-title p,.v7-stations header p,.v7-map-card header p { margin:4px 0 0;color:var(--muted); }.v7-river-list { max-height:calc(100svh - 250px);min-height:500px;overflow:auto;padding:8px; }.v7-river-list details { border-bottom:1px solid var(--border); }.v7-river-list summary { min-height:48px;display:flex;align-items:center;gap:8px;padding:9px 10px;font-weight:900;cursor:pointer; }.v7-river-list summary span { flex:1; }.v7-river-list summary small { min-width:27px;height:27px;display:grid;place-items:center;padding:3px 7px;border-radius:999px;background:var(--surface-3);font-weight:950; }.v7-river-list details>div { display:grid;gap:2px;padding:0 4px 9px; }.v7-river-list a { min-height:40px;display:flex;align-items:center;gap:9px;padding:7px 8px;border-radius:10px;color:var(--text);font-size:.88rem;text-decoration:none; }.v7-river-list a:hover { background:var(--surface-2); }.v7-river-list a span{flex:1;min-width:0}.v7-river-list .status-mark { width:6px;height:25px;flex:0 0 6px; }.v7-river-list .rain { margin-top:8px;border-top:2px solid var(--brand); }
.v7-map-card { overflow:hidden; }.v7-map-card>header button { min-height:42px;padding:8px 13px;border:1px solid var(--brand);border-radius:999px;background:var(--surface);color:var(--brand-3);font-weight:900;cursor:pointer; }.v7-map-card .home-map-section { margin:0;border:0;border-radius:0;box-shadow:none; }.v7-map-card .home-station-map { height:calc(100svh - 270px);min-height:500px;max-height:760px; }.active-filter-note{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0;padding:11px 18px;border-bottom:1px solid var(--border);background:rgba(239,143,30,.12);color:var(--text);font-weight:850}.active-filter-note.is-all{background:var(--surface-2);color:var(--muted)}.clear-filter{min-height:34px;padding:6px 11px;border:1px solid var(--brand);border-radius:999px;background:var(--surface);color:var(--brand-3);font-weight:950;cursor:pointer}.clear-filter:disabled{border-color:var(--border);color:var(--muted);opacity:.55;cursor:not-allowed}
.map-scope-note{display:inline-flex;align-items:center;gap:8px;width:fit-content;max-width:100%;margin:9px 0 0!important;padding:7px 10px;border:1px solid rgba(14,165,233,.28);border-radius:999px;background:rgba(14,165,233,.09);color:var(--text)!important;font-size:.86rem;font-weight:780}.map-scope-note span{width:20px;height:20px;flex:0 0 20px;display:grid;place-items:center;border-radius:50%;background:var(--brand);color:#fff;font-size:.78rem;font-weight:950;line-height:1}
.v7-stations { overflow:hidden; }.v7-table-head,.v7-stations .station-row { display:grid;grid-template-columns:minmax(240px,1fr) minmax(150px,240px) 24px;gap:16px;align-items:center; }.v7-table-head { padding:10px 20px;border-bottom:1px solid var(--border);color:var(--muted);font-size:.74rem;font-weight:900;text-transform:uppercase; }.v7-stations .station-row { min-height:68px;padding:10px 20px;border-bottom:1px solid var(--border);color:var(--text);text-decoration:none; }.v7-stations .station-row:hover { background:var(--surface-2); }.v7-stations .station-identity { display:flex;align-items:center;gap:11px; }.v7-stations .station-identity strong { display:block; }.v7-stations .station-type { color:var(--muted); }.v7-stations .status-mark { width:9px;height:35px; }.v7-empty { padding:40px;text-align:center; }
@media(max-width:980px){.v7-nav{display:none}.v7-snapshot.header-snapshot{margin-left:0}.v7-hero{grid-template-columns:1fr}.v7-toolbar{grid-template-columns:1fr 1fr}.v7-search{grid-column:1/-1}.v7-chooser{grid-template-columns:1fr}.v7-river-list{min-height:0;max-height:420px}.v7-map-card .home-station-map{height:65svh;min-height:440px}.v7-mobile-jump{position:sticky;top:70px;z-index:50;display:flex;gap:6px;margin-bottom:12px;padding:6px;border:1px solid var(--border);border-radius:999px;background:var(--surface)}.v7-mobile-jump a{flex:1;padding:8px;border-radius:999px;color:var(--text);font-weight:800;text-align:center;text-decoration:none}}
@media(max-width:680px){.v7-toolbar{grid-template-columns:1fr}.v7-sums{grid-template-columns:repeat(2,1fr)}.v7-map-card>header,.v7-stations>header,.active-filter-note{align-items:flex-start;flex-direction:column}.v7-map-card>header button,.clear-filter{width:100%}.v7-table-head{display:none}.v7-stations .station-row{grid-template-columns:1fr auto}.v7-stations .station-type{display:none}.v7-hero h1{font-size:clamp(2.4rem,13vw,4rem)}.home-login{padding:8px 10px;font-size:.8rem}.v7-snapshot{width:auto;border-radius:16px}}
.v7-river-list summary.is-river-active{position:relative;border-radius:12px;background:color-mix(in srgb,var(--brand) 7%,transparent);color:var(--text);}
.v7-river-list summary.is-river-active::before{content:"";width:4px;align-self:stretch;border-radius:999px;background:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 12%,transparent);}
.v7-river-list summary.is-river-active span{width:fit-content;max-width:100%;padding:2px 7px;border-radius:999px;background:color-mix(in srgb,var(--brand) 12%,transparent);color:var(--brand-3);box-shadow:inset 0 -2px 0 color-mix(in srgb,var(--brand) 34%,transparent);}
.v7-river-list summary.is-point-group-active{position:relative;border-radius:12px;background:color-mix(in srgb,var(--brand) 9%,transparent);color:var(--text);box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--brand) 42%,transparent)}.v7-river-list summary.is-point-group-active::before{content:"";width:4px;align-self:stretch;border-radius:999px;background:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 12%,transparent)}.v7-river-list summary.is-point-group-active span{width:fit-content;max-width:100%;padding:2px 7px;border-radius:999px;background:color-mix(in srgb,var(--brand) 12%,transparent);color:var(--brand-3)}
.v7-river-list details[open]{border-radius:14px;border-bottom-color:transparent;background:color-mix(in srgb,var(--brand) 7%,var(--surface));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--brand) 18%,transparent);}
.v7-river-list details[open]>summary{border-radius:12px;background:color-mix(in srgb,var(--brand) 10%,transparent);color:var(--text);}
.v7-river-list summary small.group-status-normal{background:var(--ok);color:#fff;}
.v7-river-list summary small.group-status-warning{background:var(--warn);color:#fff;}
.v7-river-list summary small.group-status-alarm{background:var(--danger);color:#fff;}
.v7-river-list summary::-webkit-details-marker{display:none;}
.v7-river-list summary::marker{content:"";}
.v7-river-list summary::after{content:"";width:.48rem;height:.48rem;flex:0 0 .48rem;margin-left:2px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;opacity:.78;transform:rotate(45deg);transition:transform .16s ease,opacity .16s ease;}
.v7-river-list details[open]>summary::after{transform:rotate(225deg);}
.v7-river-list summary:hover::after,.v7-river-list details[open]>summary::after{opacity:1;}
.v7-river-list details.rain{margin-top:0;margin-bottom:10px;padding-bottom:9px;border-top:0;border-bottom:2px solid color-mix(in srgb,var(--brand) 72%,var(--border));}
.v7-card-title{align-items:stretch;flex-direction:column}.v7-group-switch{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px;padding:4px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2)}.v7-group-switch button{min-width:0;min-height:38px;padding:7px 6px;border:0;border-radius:10px;background:transparent;color:var(--muted);font:inherit;font-size:.76rem;font-weight:900;cursor:pointer}.v7-group-switch button:hover{background:var(--surface);color:var(--text)}.v7-group-switch button.is-active{background:var(--brand);color:#fff;box-shadow:0 6px 14px rgba(7,42,68,.18)}.v7-group-switch button:focus-visible{outline:3px solid var(--brand);outline-offset:2px}.v7-river-list[hidden]{display:none!important}

.home-navbar .navbar-content{justify-content:center;}
.home-navbar .home-brand{margin-right:auto;}
.home-navbar .home-login{margin-left:0;}
.home-navbar .v7-nav{justify-content:center;}
.home-navbar .v7-nav a{display:inline-flex;align-items:center;justify-content:center;}
.v7-snapshot.header-snapshot{margin-left:0;}
.v7-sums button{display:grid;place-items:center;align-content:center;grid-template-rows:none;gap:6px;text-align:center;}
.v7-sums button span{line-height:1.1;}

/* Wyniki wyszukiwania muszą pozostać wewnątrz pola także dla długich nazw i powiększonego tekstu WCAG. */
.v7-toolbar>*{min-width:0;}
.v7-toolbar input,.v7-toolbar select{width:100%;max-width:100%;}
.v7-search-results{min-width:0;max-width:100%;}
.v7-search-result{width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow:hidden;}
.v7-search-result>span{min-width:0;max-width:100%;overflow:hidden;}
.v7-search-result strong,.v7-search-result small{max-width:100%;line-height:1.25;overflow-wrap:anywhere;word-break:normal;}
.v7-search-result b{max-width:100%;justify-self:end;}
@media(max-width:680px){
    .v7-search-result{grid-template-columns:8px minmax(0,1fr);align-items:start;}
    .v7-search-result .status-mark{grid-row:1/3;align-self:stretch;height:auto;min-height:32px;}
    .v7-search-result b{grid-column:2;justify-self:start;margin-top:2px;}
}
.v7-sums b{display:block;}
.home-map-section{position:relative;}
.map-legend.compact{position:absolute;left:12px;right:12px;bottom:12px;z-index:420;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;width:fit-content;max-width:calc(100% - 24px);margin-inline:auto;padding:8px 10px;border:1px solid var(--border);border-radius:999px;background:color-mix(in srgb,var(--surface) 88%,transparent);box-shadow:0 10px 24px rgba(7,42,68,.16);backdrop-filter:blur(10px);font-size:.78rem;font-weight:850;color:var(--text);}
.map-legend.compact span{display:inline-flex;align-items:center;gap:6px;white-space:nowrap;}
.legend-dot{width:10px;height:10px;display:inline-block;border-radius:999px;box-shadow:0 0 0 3px rgba(255,255,255,.72);}
.legend-dot.ok{background:var(--ok);}
.legend-dot.warn{background:var(--warn);}
.legend-dot.danger{background:var(--danger);}
.leaflet-container.ctrl-wheel-disabled{cursor:grab;}
.map-ctrl-hint{position:absolute;left:50%;top:50%;z-index:650;transform:translate(-50%,-50%);max-width:min(360px,calc(100% - 32px));padding:10px 14px;border:1px solid var(--border);border-radius:999px;background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:0 16px 36px rgba(7,42,68,.2);color:var(--text);font-size:.86rem;font-weight:900;text-align:center;pointer-events:none;opacity:0;transition:opacity .16s ease;}
.map-ctrl-hint.show{opacity:1;}
@media(max-width:720px){.map-legend.compact{position:static;width:auto;max-width:none;margin:0;padding:9px 12px;border-width:1px 0 0;border-radius:0;box-shadow:none;background:var(--surface);}.map-ctrl-hint{display:none;}}

.home-navbar .navbar-content{position:relative;justify-content:center;}
.home-navbar .home-brand{position:absolute;left:0;margin:0;}
.home-navbar .home-login{position:absolute;right:0;margin:0;}
.home-navbar .v7-snapshot.header-snapshot{margin-left:0;}
@media(max-width:980px){.home-navbar .navbar-content{justify-content:space-between;}.home-navbar .home-brand,.home-navbar .home-login{position:static;}.home-navbar .v7-snapshot.header-snapshot{margin-left:0;}}

.home-login.user-login-icon{width:42px;height:42px;display:inline-grid;place-items:center;padding:0;border-radius:999px;font-size:1.25rem;line-height:1;}
.home-navbar .header-actions{position:absolute;right:0;margin:0;}
.home-navbar .header-actions .home-login{position:static;margin:0;}
.v7-group-switch{grid-template-columns:repeat(2,minmax(0,1fr));}
.administrative-tree .admin-children{display:grid;gap:3px;padding:0 0 7px 10px;border-left:1px solid color-mix(in srgb,var(--brand) 24%,var(--border));}
.administrative-tree .admin-county>summary{min-height:43px;font-size:.86rem;}
.administrative-tree .admin-municipality>summary{min-height:40px;font-size:.82rem;font-weight:850;}
.administrative-tree summary.is-admin-active{background:color-mix(in srgb,var(--brand) 13%,var(--surface));box-shadow:inset 3px 0 0 var(--brand);color:var(--brand-3);}
@media(max-width:980px){.home-navbar .header-actions{position:static;margin:0;}}

/* Interaktywne grupy i punkty w menu mapy. */
.v7-river-list details{transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease;}
.v7-river-list summary{border-radius:12px;transition:background-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease;}
.v7-river-list summary:hover,.v7-river-list summary:focus-visible{background:var(--surface-2);box-shadow:inset 3px 0 0 var(--brand);transform:translateX(2px);}
.v7-river-list summary:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 45%,transparent);outline-offset:1px;}
.v7-river-list summary small{transition:transform .16s ease,box-shadow .16s ease;}

/* Pełnoszerokościowy nagłówek i czytelny układ mobilny. */
.home-navbar .navbar-content{width:100%;max-width:none;min-height:74px;margin:0;padding-inline:clamp(12px,1.5vw,28px);display:grid;grid-template-columns:minmax(190px,1fr) auto auto auto;align-items:center;justify-content:stretch;gap:clamp(10px,1.3vw,22px);}
.home-navbar .home-brand,.home-navbar .header-actions{position:static;margin:0;}
.home-navbar .home-brand{justify-self:start;}
.home-navbar .v7-snapshot.header-snapshot{justify-self:center;margin:0;}
.home-navbar .v7-nav{justify-self:center;}
.home-navbar .header-actions{justify-self:end;display:flex;align-items:center;gap:8px;}
@media(max-width:980px){
    .home-navbar .navbar-content{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions" "snapshot navigation";padding-block:8px;}
    .home-navbar .home-brand{grid-area:brand;}.home-navbar .header-actions{grid-area:actions;}
    .home-navbar .v7-snapshot.header-snapshot{grid-area:snapshot;justify-self:start;}
    .home-navbar .v7-nav{grid-area:navigation;display:flex;justify-self:end;}
}
@media(max-width:600px){
    .home-navbar .navbar-content{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand actions" "snapshot snapshot" "navigation navigation";gap:8px 10px;padding:8px 10px 10px;}
    .home-navbar .home-brand{min-width:0;gap:8px;}.home-navbar .home-brand img{width:40px;height:40px;flex:0 0 40px;}.home-navbar .home-brand span{min-width:0;}
    .home-navbar .home-brand strong,.home-navbar .home-brand small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
    .home-navbar .header-actions{gap:5px;}.home-navbar .header-icon-button,.home-navbar .home-login.user-login-icon{width:40px;height:40px;min-width:40px;}
    .home-navbar .v7-snapshot.header-snapshot{width:100%;justify-content:center;border-radius:14px;}
    .home-navbar .v7-nav{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:6px;}.home-navbar .v7-nav a{justify-content:center;background:var(--surface-2);border:1px solid var(--border);}
}
.v7-river-list summary:hover small,.v7-river-list summary:focus-visible small{transform:scale(1.06);box-shadow:0 4px 12px rgba(7,42,68,.16);}
.v7-river-list .station-menu-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px;border-radius:10px;transition:background-color .14s ease,box-shadow .14s ease;}
.v7-river-list .station-menu-row:hover,.v7-river-list .station-menu-row:focus-within{background:var(--surface-2);box-shadow:inset 3px 0 0 color-mix(in srgb,var(--brand) 70%,transparent);}
.v7-river-list .station-menu-focus{min-width:0;min-height:40px;display:flex;align-items:center;gap:9px;padding:7px 8px;border:0;border-radius:10px;background:transparent;color:var(--text);font:inherit;font-size:.88rem;text-align:left;cursor:pointer;transition:transform .14s ease,color .14s ease;}
.v7-river-list .station-menu-focus:hover{transform:translateX(2px);}
.v7-river-list .station-menu-focus:focus-visible,.v7-river-list .station-detail-action:focus-visible{outline:3px solid var(--brand);outline-offset:1px;}
.v7-river-list .station-menu-focus span{flex:1;min-width:0;}
.v7-river-list .station-menu-row:hover .station-menu-focus span,.v7-river-list .station-menu-row:focus-within .station-menu-focus span{color:var(--brand-3);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;}
.v7-river-list .station-detail-action{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:0;margin-right:5px;padding:5px 9px;text-decoration:none;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease;}
.v7-river-list .station-detail-action:hover{background:var(--brand);transform:translateY(-1px);filter:brightness(1.08);box-shadow:0 5px 12px rgba(7,42,68,.18);}
@media (prefers-reduced-motion:reduce){.v7-river-list details,.v7-river-list summary,.v7-river-list summary small,.v7-river-list .station-menu-row,.v7-river-list .station-menu-focus,.v7-river-list .station-detail-action{transition:none!important}.v7-river-list summary:hover,.v7-river-list summary:focus-visible,.v7-river-list .station-menu-focus:hover,.v7-river-list .station-detail-action:hover{transform:none!important}}


