:root{--bg:#eef4f1;--card:#fff;--ink:#15231e;--muted:#697a72;--line:#dce7e2;--green:#0b7257;--green2:#16a176;--soft:#e7f5ef;--danger:#c55148;--amber:#d99b1f;--shadow:0 18px 45px rgba(21,54,43,.10);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Segoe UI,Roboto,Arial,sans-serif}.weather-app{max-width:1500px;margin:auto;min-height:100vh;padding:18px}.hero{position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(125deg,#083c31 0%,#0b7759 58%,#24a678 100%);color:#fff;box-shadow:0 22px 55px rgba(8,64,48,.18)}.hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-120px;top:-220px;background:rgba(255,255,255,.08)}.hero-inner{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:28px 32px 8px;position:relative;z-index:1}.eyebrow,.section-label{text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;opacity:.78}.hero h1{font-size:clamp(28px,4vw,46px);margin:6px 0 6px;letter-spacing:-.03em}.station-meta{display:flex;gap:8px;flex-wrap:wrap;color:rgba(255,255,255,.78);font-size:13px}.live-badge{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);padding:9px 13px;border-radius:999px;font-size:12px;font-weight:700}.live-badge i{width:8px;height:8px;border-radius:50%;background:#82edaa;box-shadow:0 0 0 5px rgba(130,237,170,.14)}.live-badge.stale i{background:#ffd26a}.live-badge.bad i{background:#ff827a}.hero-current{display:grid;grid-template-columns:auto minmax(230px,1fr) repeat(3,minmax(120px,auto));align-items:center;gap:22px;padding:14px 32px 28px;position:relative;z-index:1}.big-temp{display:flex;align-items:flex-start;font-size:clamp(48px,7vw,78px);font-weight:750;line-height:1;letter-spacing:-.06em}.big-temp small{font-size:22px;margin:8px 0 0 5px;font-weight:600}.hero-condition{display:flex;align-items:center;gap:13px}.weather-symbol{font-size:42px}.hero-condition b,.hero-condition span{display:block}.hero-condition span{font-size:12px;color:rgba(255,255,255,.72);margin-top:3px}.hero-mini{border-left:1px solid rgba(255,255,255,.18);padding-left:18px}.hero-mini span,.hero-mini b{display:block}.hero-mini span{font-size:11px;color:rgba(255,255,255,.7);margin-bottom:4px}.hero-mini b{font-size:17px}.app-tabs{display:flex;gap:7px;overflow:auto;margin:18px 0 14px;padding:5px;background:rgba(255,255,255,.62);border:1px solid rgba(13,74,56,.08);border-radius:15px;backdrop-filter:blur(10px)}.tab{border:0;background:transparent;padding:11px 18px;border-radius:11px;font-weight:750;color:#52665e;cursor:pointer;white-space:nowrap}.tab:hover{background:#fff}.tab.active{background:#fff;color:var(--green);box-shadow:0 5px 16px rgba(14,70,53,.08)}.tab-page{display:none}.tab-page.active{display:block}.metric-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.metric-card,.panel{background:var(--card);border:1px solid rgba(13,74,56,.07);box-shadow:var(--shadow);border-radius:var(--radius)}.metric-card{padding:16px;display:flex;gap:12px;align-items:center;min-height:96px}.metric-icon{width:40px;height:40px;display:grid;place-items:center;background:var(--soft);border-radius:12px;font-size:19px;color:var(--green)}.metric-card span,.metric-card strong,.metric-card small{display:block}.metric-card span{font-size:11px;color:var(--muted);font-weight:700}.metric-card strong{font-size:20px;margin:3px 0;letter-spacing:-.02em}.metric-card small{font-size:10px;color:#809087}.layout-main{display:grid;grid-template-columns:minmax(0,2.1fr) minmax(280px,.9fr);gap:14px;margin-top:14px}.panel{padding:20px}.side-stack{display:grid;gap:14px}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}.panel-head h2{margin:3px 0 0;font-size:20px}.panel-head p{color:var(--muted);margin:6px 0 0;font-size:12px;max-width:700px}.link-btn,#refreshBtn{border:0;background:transparent;color:var(--green);font-weight:750;cursor:pointer}.chart-wrap{position:relative;width:100%;overflow:hidden}.chart-wrap.compact{height:330px}.chart-wrap.large{height:560px}.chart-wrap canvas{width:100%;height:100%;display:block}.chart-quick,.metric-switches{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:10px}.switch{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#f8fbfa;font-size:11px;font-weight:700;color:#52665e;cursor:pointer}.switch input{accent-color:var(--green);margin:0}.switch:has(input:checked){background:var(--soft);border-color:#b9ddcf;color:#145640}.today-list,.status-list{display:grid;gap:8px}.list-row{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #edf2ef;font-size:12px}.list-row:last-child{border-bottom:0}.list-row span{color:var(--muted)}.list-row b{text-align:right}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px;background:#38ae74}.status-dot.warn{background:#e2a927}.status-dot.bad{background:#d55d54}.range-badge{font-size:12px;font-weight:800;background:var(--soft);color:var(--green);padding:8px 11px;border-radius:10px}.chart-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}.summary-item{padding:8px;border:1px solid #bdd8cd;border-radius:10px}.summary-item span,.summary-item b{display:block}.summary-item span{font-size:10px;color:var(--muted)}.summary-item b{font-size:14px;margin-top:3px}.archive-controls{display:flex;gap:8px}.archive-controls select{border:1px solid var(--line);border-radius:10px;padding:9px 12px;background:#fff;color:var(--ink)}.heatmap-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:14px;background:#fbfcfb}.heatmap-scroll canvas{display:block}.heatmap-legend{display:flex;align-items:center;gap:10px;margin:8px 0 12px;font-size:10px;color:var(--muted)}.heatmap-legend div{height:8px;flex:1;max-width:280px;border-radius:8px;background:linear-gradient(90deg,#e3edf0,#8ccac1,#f0d15b,#e87a4d)}.archive-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:12px}.records-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.record-card{background:#fff;border-radius:20px;padding:20px;border:1px solid rgba(13,74,56,.07);box-shadow:var(--shadow)}.record-card span,.record-card strong,.record-card small{display:block}.record-card span{font-size:11px;color:var(--muted);font-weight:800;text-transform:uppercase;letter-spacing:.06em}.record-card strong{font-size:30px;margin:10px 0 4px}.record-card small{color:#73837b}footer{display:flex;justify-content:space-between;gap:10px;align-items:center;color:#6d7c75;font-size:11px;padding:18px 4px 4px;flex-wrap:wrap}.toast{position:fixed;right:22px;bottom:22px;background:#153d31;color:#fff;border-radius:12px;padding:12px 15px;box-shadow:0 16px 35px rgba(0,0,0,.18);transform:translateY(100px);opacity:0;transition:.25s;z-index:100}.toast.show{transform:none;opacity:1}
@media(max-width:1100px){.metric-grid{grid-template-columns:repeat(3,1fr)}.hero-current{grid-template-columns:auto 1fr repeat(2,minmax(120px,auto))}.hero-mini:last-child{display:none}.layout-main{grid-template-columns:1fr}.side-stack{grid-template-columns:1fr 1fr}.records-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.weather-app{padding:8px}.hero{border-radius:20px}.hero-inner{padding:22px 20px 5px}.hero-current{padding:12px 20px 22px;grid-template-columns:1fr 1fr;gap:14px}.hero-condition{justify-self:end}.hero-mini{border-left:0;padding-left:0}.live-badge{position:absolute;right:14px;top:14px}.station-meta{padding-right:110px}.metric-grid{grid-template-columns:repeat(2,1fr)}.metric-card{min-height:86px;padding:12px}.layout-main{margin-top:10px}.side-stack{grid-template-columns:1fr}.panel{padding:15px;border-radius:17px}.chart-wrap.compact{height:300px}.chart-wrap.large{height:440px}.chart-summary,.archive-stats{grid-template-columns:repeat(2,1fr)}.archive-head{display:block}.archive-controls{margin-top:12px}.records-grid{grid-template-columns:1fr}.hero-mini b{font-size:14px}}
@media(prefers-color-scheme:dark){:root{--bg:#0f1714;--card:#16211d;--ink:#edf5f1;--muted:#9bad9f;--line:#2a3a34;--soft:#17382d;--shadow:0 18px 45px rgba(0,0,0,.22)}.metric-card,.panel,.record-card{background:var(--card)}.app-tabs{background:#15201c}.tab:hover,.tab.active{background:#1e2b26}.archive-controls select{background:#16211d;color:var(--ink)}.switch{background:#15201c}.summary-item{background:#111b17}.heatmap-scroll{background:#111713}.list-row{border-color:#24332e}}

/* Light page embedding: keep dashboard consistently light */
body{background:#f4f6f5}
.chart-wrap.compact,.chart-wrap.large,.heatmap-scroll{background:#fbfcfb;border-radius:16px}
:root{--bg:#eef4f1;--card:#fff;--ink:#15231e;--muted:#697a72;--line:#dce7e2;--green:#0b7257;--green2:#16a176;--soft:#e7f5ef;--danger:#c55148;--amber:#d99b1f;--shadow:0 18px 45px rgba(21,54,43,.10);--radius:22px}
.metric-card,.panel,.record-card{background:var(--card)}
.app-tabs{background:rgba(255,255,255,.62)}
.tab:hover,.tab.active{background:#fff}
.archive-controls select,.switch,.summary-item{background:#fff;color:var(--ink)}
/* Diagramm- und Klimaarchiv-Optimierung 1.3 */
.weather-app{width:100%;overflow-x:hidden}
.chart-wrap,.heatmap-scroll{width:100%;max-width:100%;overflow:hidden}
.chart-wrap canvas,.heatmap-scroll canvas{display:block;max-width:100%}
.archive-controls{flex-wrap:wrap}
.compare-block{margin-top:22px;padding-top:18px;border-top:1px solid var(--line)}
.compare-head h3{margin:3px 0 4px;font-size:18px}.compare-head p{margin:0 0 12px;color:var(--muted);font-size:12px}
.year-switches{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 8px}.year-switch{display:inline-flex;align-items:center;gap:5px;border:1px solid var(--line);border-radius:999px;padding:7px 10px;background:#fff;color:#52665e;font-size:11px;font-weight:750;cursor:pointer}.year-switch input{margin:0;accent-color:var(--green)}.year-switch.active{background:var(--soft);border-color:#b9ddcf;color:#145640}
.compare-legend{display:flex;flex-wrap:wrap;gap:12px;min-height:24px;margin:7px 0 2px}.compare-legend-item{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#53665e}.compare-legend-item i{display:inline-block;width:18px;height:3px;border-radius:3px}
.chart-wrap.compare{height:780px;margin-top:4px}.compare-note{margin-top:7px;color:var(--muted);font-size:11px}
@media(max-width:700px){.chart-wrap.compare{height:560px}.archive-controls{width:100%}.archive-controls select{flex:1 1 140px;min-width:0}.year-switch{padding:6px 8px}.compare-block{margin-top:16px}}

.compare-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.compare-controls{flex:0 0 auto}.compare-controls select{border:1px solid var(--line);border-radius:10px;padding:9px 12px;background:#fff;color:var(--ink);min-width:190px}@media(max-width:700px){.compare-head{display:block}.compare-controls{margin-top:10px}.compare-controls select{width:100%;min-width:0}.archive-stats{grid-template-columns:repeat(2,1fr)}}

/* v1.6 - Mehrjahresvergleich auch im Jahresstreifen */
.heat-compare-tools{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:3px 0 10px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fbfcfb}.heat-compare-tools>div:first-child{min-width:180px}.heat-compare-tools b,.heat-compare-tools span{display:block}.heat-compare-tools b{font-size:11px;color:#32473e}.heat-compare-tools span{font-size:10px;color:var(--muted);margin-top:2px}.heat-year-switches{justify-content:flex-end;margin:0}.heatmap-scroll{overflow:hidden}.heat-compare-note{font-size:10px;color:var(--muted);margin:6px 2px 0}.heatmap-scroll canvas{width:100%;max-width:100%}
@media(max-width:700px){.heat-compare-tools{display:block}.heat-year-switches{justify-content:flex-start;margin-top:8px}.heat-compare-tools>div:first-child{min-width:0}}

/* v1.7 - gemeinsames Klimaarchiv: eine Auswahl fuer beide Darstellungen */
.climate-tools{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:3px 0 10px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fbfcfb}
.climate-tools>div:first-child{min-width:190px;max-width:240px}
.climate-tools b,.climate-tools span{display:block}.climate-tools b{font-size:11px;color:#32473e}.climate-tools span{font-size:10px;color:var(--muted);margin-top:2px;line-height:1.35}
.climate-year-switches{justify-content:flex-end;margin:0}
.heatmap-scroll{position:relative;overflow:hidden}
.heatmap-scroll canvas{cursor:default}
.archive-tooltip{position:absolute;display:none;z-index:20;min-width:180px;max-width:250px;padding:9px 11px;border:1px solid #cfdcd6;border-radius:9px;background:rgba(255,255,255,.97);box-shadow:0 9px 24px rgba(23,57,45,.16);color:#263a32;font-size:10px;line-height:1.35;pointer-events:none}
.archive-tooltip.show{display:block}
.archive-tooltip>b{display:block;margin-bottom:5px;font-size:11px;color:#0b7257}
.archive-tooltip span{display:flex;justify-content:space-between;gap:14px;padding:2px 0;white-space:nowrap}
.archive-tooltip span strong{font-weight:800;color:#172a22}
.compare-block{margin-top:18px}
.compare-head{margin-bottom:6px}
@media(max-width:700px){.climate-tools{display:block}.climate-tools>div:first-child{min-width:0;max-width:none}.climate-year-switches{justify-content:flex-start;margin-top:8px}.archive-tooltip{max-width:220px}.archive-tooltip span{gap:9px}}

/* v1.9 - Sonnenschein wie Client + Umschaltung Klassisch/Kreisdiagramm */
.compare-controls label{display:block;font-size:10px;font-weight:800;color:var(--muted);margin:0 0 4px}.compare-controls select{min-width:150px}.compare-legend-item{white-space:nowrap}

.compare-tooltip{position:absolute;z-index:30}.compare-tooltip span i{display:inline-block;width:14px;height:3px;border-radius:3px;margin-right:6px;flex:0 0 auto}.compare-tooltip span strong{margin-left:auto}.compare-tooltip span{align-items:center}

/* v1.16 - Website-News */
.news-section{margin-top:14px}.news-head{margin-bottom:12px}.news-latest{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.news-card{border:1px solid var(--line);border-radius:15px;background:#fbfcfb;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr);min-height:130px}.news-card.has-image{grid-template-columns:minmax(0,1fr) minmax(150px,.42fr)}.news-card-body{padding:15px 16px}.news-date{font-size:10px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.04em}.news-card h3{margin:5px 0 7px;font-size:17px;color:var(--ink)}.news-card p{margin:0;color:#52665e;font-size:12px;line-height:1.5;white-space:pre-line}.news-card img{width:100%;height:100%;min-height:130px;object-fit:cover}.news-archive{margin-top:12px;border-top:1px solid var(--line);padding-top:10px}.news-archive-item{display:grid;grid-template-columns:120px 1fr;gap:15px;padding:10px 4px;border-bottom:1px solid #edf2ef}.news-archive-item:last-child{border-bottom:0}.news-archive-item time{font-size:10px;color:var(--muted)}.news-archive-item b{display:block;font-size:12px}.news-archive-item p{margin:3px 0 0;color:#65776f;font-size:11px;line-height:1.4}.news-archive-item img{width:96px;height:58px;object-fit:cover;border-radius:8px;margin-top:6px}@media(max-width:800px){.news-latest{grid-template-columns:1fr}.news-card.has-image{grid-template-columns:1fr}.news-card img{max-height:220px}.news-archive-item{grid-template-columns:1fr;gap:3px}}


/* v1.16.2 - Impressum */
.footer-actions{display:inline-flex;align-items:center;gap:14px}.footer-link{color:var(--green);font-weight:750;text-decoration:none}.footer-link:hover{text-decoration:underline}.legal-shell{max-width:980px;margin:0 auto;padding:18px}.legal-hero{border-radius:24px;background:linear-gradient(125deg,#083c31 0%,#0b7759 68%,#24a678 100%);color:#fff;padding:25px 28px;box-shadow:var(--shadow)}.legal-hero .eyebrow{opacity:.78}.legal-hero h1{margin:5px 0 5px;font-size:clamp(27px,5vw,42px);letter-spacing:-.03em}.legal-hero p{margin:0;color:rgba(255,255,255,.76);font-size:13px}.legal-nav{margin:14px 0}.legal-nav a{display:inline-flex;align-items:center;gap:6px;padding:9px 13px;border-radius:11px;background:#fff;border:1px solid var(--line);color:var(--green);font-size:12px;font-weight:750;text-decoration:none}.legal-card{background:#fff;border:1px solid rgba(13,74,56,.07);box-shadow:var(--shadow);border-radius:22px;padding:26px 28px}.legal-card h2{margin:0 0 14px;font-size:22px}.legal-card h3{margin:24px 0 8px;font-size:15px}.legal-card p{margin:7px 0;color:#445850;line-height:1.65;font-size:13px}.legal-placeholder{display:inline-block;border-radius:6px;background:#fff1c8;color:#6e4a00;padding:1px 5px;font-weight:750}.legal-note{margin-top:22px;padding:12px 14px;border:1px solid #e6d5a3;border-radius:11px;background:#fff9e8;color:#644e16;font-size:12px;line-height:1.5}.legal-footer{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:11px;padding:17px 4px}.legal-footer a{color:var(--green);font-weight:750;text-decoration:none}@media(max-width:600px){.legal-shell{padding:10px}.legal-card{padding:20px}.footer-actions{width:100%;justify-content:space-between}}


/* v1.17 - Wetterradar */
.radar-panel{padding-bottom:16px}.radar-head{align-items:center}.radar-live{flex:0 0 auto;padding:8px 11px;border-radius:999px;background:#eef4f1;color:#667970;font-size:11px;font-weight:800}.radar-live.ok{background:#e6f5ee;color:#0b7257}.radar-live.bad{background:#fde9e6;color:#a54039}.radar-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:2px 0 10px}.radar-buttons{display:flex;flex-wrap:wrap;gap:7px}.radar-btn{border:1px solid var(--line);border-radius:10px;background:#fff;color:#315247;padding:8px 12px;font-size:12px;font-weight:750;cursor:pointer}.radar-btn:hover{background:var(--soft);border-color:#b9ddcf}.radar-play{min-width:108px}.radar-time{font-size:15px;color:#173b30;white-space:nowrap}.radar-map-wrap{position:relative;border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#edf3f0}.radar-map-wrap #radarMap{height:620px;width:100%;z-index:1}.radar-error{position:absolute;inset:0;display:grid;place-items:center;padding:30px;background:#f7faf8;color:#6b7d74;font-size:13px;z-index:5}.radar-error[hidden]{display:none}.radar-timeline{display:grid;grid-template-columns:70px minmax(0,1fr) 70px;align-items:center;gap:10px;margin:12px 3px 6px;color:var(--muted);font-size:10px}.radar-timeline span:last-child{text-align:right}.radar-timeline input{width:100%;accent-color:var(--green)}.radar-meta{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:8px;color:var(--muted);font-size:10px;flex-wrap:wrap}.radar-legend{display:flex;align-items:center;gap:7px}.radar-legend i{display:inline-block;width:170px;height:8px;border-radius:99px;background:linear-gradient(90deg,#80dbe9,#0092cd,#004a70,#ffe000,#ff8100,#c10000,#ff77ff)}.radar-source a{color:var(--green);font-weight:750;text-decoration:none}.radar-source a:hover{text-decoration:underline}.radar-note{margin:8px 2px 0;color:#75867e;font-size:10px;line-height:1.45}.leaflet-control-attribution{font-size:9px!important}.leaflet-popup-content{font-family:Inter,Segoe UI,Roboto,Arial,sans-serif;font-size:12px;line-height:1.4}@media(max-width:700px){.radar-head{display:block}.radar-live{display:inline-flex;margin-top:10px}.radar-toolbar{align-items:flex-start;flex-direction:column}.radar-time{order:-1}.radar-map-wrap #radarMap{height:500px}.radar-timeline{grid-template-columns:55px minmax(0,1fr) 55px}.radar-legend i{width:110px}.radar-meta{align-items:flex-start;flex-direction:column;gap:8px}}



/* v1.17.9 - Jahresvergleich und klickbare Tagesdetails */
.summary-item{min-width:0;min-height:82px;display:flex;flex-direction:column;justify-content:flex-start}.summary-item b{font-size:15px;white-space:nowrap}.summary-item .summary-extra{margin-top:2px;color:#50645b;font-size:10px;font-weight:650}.summary-item>span:first-child{font-weight:750}.summary-item>span:not(:first-child){line-height:1.35}@media(max-width:1000px){.chart-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.chart-summary{grid-template-columns:1fr}}


/* Website 1.17.9 - Jahresvergleich wie im Client + Tagesdetail-Dialog */
.annual-block{margin-top:22px;padding-top:20px;border-top:1px solid var(--line)}.annual-chart-wrap{position:relative;height:330px;margin-top:10px}.annual-chart-wrap canvas{width:100%;height:100%;display:block}.annual-tooltip{pointer-events:none}.annual-table-wrap{margin-top:12px;overflow-x:auto;border:1px solid var(--line);border-radius:13px;background:#fff}.annual-table{width:100%;border-collapse:collapse;min-width:760px;font-size:11px}.annual-table th,.annual-table td{padding:9px 10px;border-right:1px solid #e5ebe8;border-bottom:1px solid #e5ebe8;text-align:center;white-space:nowrap}.annual-table th:first-child,.annual-table td:first-child{text-align:left;font-weight:800}.annual-table th{background:#f4f8f6;color:#53675e;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.annual-table tr:last-child td{border-bottom:0}.annual-table th:last-child,.annual-table td:last-child{border-right:0}.day-detail-modal[hidden]{display:none}.day-detail-modal{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:20px}.day-detail-backdrop{position:absolute;inset:0;background:rgba(22,39,33,.55);backdrop-filter:blur(2px)}.day-detail-dialog{position:relative;z-index:1;width:min(760px,calc(100vw - 32px));max-height:min(86vh,780px);overflow:auto;background:#fff;border-radius:20px;border:1px solid #d8e2dd;box-shadow:0 24px 70px rgba(14,35,27,.28);padding:24px}.day-detail-dialog h3{margin:5px 40px 18px 0;font-size:21px;color:#183c30}.day-detail-close{position:absolute;right:14px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#edf4f1;color:#315247;font-size:24px;line-height:1;cursor:pointer}.day-detail-close:hover{background:#dcebe5}.day-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.day-detail-item{padding:11px 12px;border:1px solid #e0e8e4;border-radius:12px;background:#f9fbfa}.day-detail-item span{display:block;font-size:10px;color:#708079;margin-bottom:4px}.day-detail-item b{display:block;font-size:14px;color:#213d34}.day-detail-quality{margin-top:13px;padding:10px 12px;border-radius:11px;background:#f4f1e4;color:#665f43;font-size:10px;line-height:1.45}.heatmap-scroll canvas{cursor:crosshair}@media(max-width:620px){.annual-chart-wrap{height:290px}.day-detail-dialog{padding:19px}.day-detail-grid{grid-template-columns:1fr}}

/* Website 1.17.11 - Fusszeile */
