:root{--secondary:#6b7280}.app-container{min-height:100vh;display:flex;flex-direction:column}.app-header{background:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:.875rem 0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow-xs)}.header-content{max-width:1120px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.625rem;font-size:1rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em}.logo-icon{color:var(--primary)}.theme-toggle{background:0 0;border:1px solid var(--border-color);border-radius:var(--radius);padding:.375rem;cursor:pointer;transition:var(--transition-fast);display:flex;align-items:center;justify-content:center;color:var(--text-secondary)}.theme-toggle:hover{background:var(--bg-tertiary);color:var(--text-primary)}.theme-toggle svg{color:inherit}.main-content{flex:1;max-width:1120px;width:100%;margin:0 auto;padding:3.5rem 2rem}.hero{text-align:center;margin-bottom:4rem}.hero-icon{display:inline-flex;padding:1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-md);margin-bottom:1.5rem}.hero-icon svg{color:var(--primary);width:48px;height:48px}.hero-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;line-height:1.2;letter-spacing:-.025em}.hero-subtitle{font-size:1.0625rem;color:var(--text-secondary);margin-bottom:2rem;max-width:520px;margin-left:auto;margin-right:auto;line-height:1.6}.hero .btn-primary{padding:.75rem 1.75rem;font-size:.9375rem}.hero .btn-primary svg{width:18px;height:18px}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:3rem}.feature-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.5rem;transition:var(--transition-fast)}.feature-card:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.feature-icon{display:inline-flex;padding:.5rem;background:var(--bg-tertiary);border-radius:var(--radius);margin-bottom:1rem}.feature-icon svg{color:var(--primary);width:24px;height:24px}.feature-title{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin-bottom:.375rem}.feature-text{color:var(--text-secondary);font-size:.8125rem;line-height:1.6}.stats-bar{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1.25rem 2rem;display:flex;justify-content:space-around;align-items:center;gap:1.5rem;margin-bottom:3rem}.stat{display:flex;align-items:center;gap:.625rem}.stat-icon{display:flex;color:var(--primary)}.stat-icon svg{width:20px;height:20px}.stat-label{font-size:.8125rem;font-weight:500;color:var(--text-secondary)}.stat-divider{width:1px;height:24px;background:var(--border-color)}.info-section{margin-bottom:3rem}.info-card{background:var(--bg-primary);border:1px solid var(--border-color);border-left:3px solid var(--primary);border-radius:var(--radius-md);padding:1.5rem;display:flex;gap:1rem}.info-icon-wrapper{flex-shrink:0;display:flex;align-items:flex-start;color:var(--primary)}.info-icon-wrapper svg{width:20px;height:20px}.info-title{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.info-text{font-size:.8125rem;color:var(--text-secondary);line-height:1.6}.footer{background:var(--bg-primary);border-top:1px solid var(--border-color);padding:1.5rem 0;margin-top:auto}.footer-content{max-width:1120px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-text{color:var(--text-tertiary);font-size:.8125rem}.footer-links{display:flex;align-items:center;gap:1rem}.footer-link{color:var(--text-secondary);text-decoration:none;font-size:.8125rem;transition:var(--transition-fast)}.footer-link:hover{color:var(--text-primary)}.footer-divider{color:var(--text-tertiary)}@media (max-width:768px){.header-content{padding:0 1rem}.main-content{padding:2rem 1rem}.hero-title{font-size:1.625rem}.hero-subtitle{font-size:1rem}.features{grid-template-columns:1fr;gap:.75rem}.stats-bar{flex-direction:column;padding:1.25rem;gap:1rem}.stat-divider{width:100%;height:1px}.info-card{flex-direction:column}.footer-content{flex-direction:column;text-align:center;padding:0 1rem}}@media (max-width:480px){.hero-icon{padding:.75rem}.hero-icon svg{width:36px;height:36px}.btn-primary{width:100%;justify-content:center}}@media print{.footer-links,.theme-toggle{display:none}}.logo-tile{display:inline-flex;align-items:center;justify-content:center;padding:4px 6px;border-radius:var(--radius-md);background:0 0;line-height:0}[data-theme=dark] .logo-tile{background:#f4f7fa}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .logo-tile{background:#f4f7fa}}.logo-word{font-family:var(--font-display);font-stretch:92%;letter-spacing:-.01em}.logo-sep{color:var(--text-tertiary);font-weight:400;padding:0 .1em}.live-badge{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.01em;padding:.28rem .7rem;border-radius:999px;border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-secondary);white-space:nowrap}.live-badge-dot{width:7px;height:7px;border-radius:50%;background:var(--text-tertiary);flex-shrink:0}.live-badge--ok{color:var(--success);border-color:transparent;background:var(--success-bg)}.live-badge--ok .live-badge-dot{background:var(--success)}.live-badge--warn{color:var(--warning);border-color:transparent;background:var(--warning-bg)}.live-badge--warn .live-badge-dot{background:var(--warning)}.hero--wasser{background:linear-gradient(175deg,rgba(37,99,235,.05) 0,rgba(14,116,144,.07) 100%);border-radius:var(--radius-xl);padding-bottom:0;overflow:hidden}.hero-eyebrow{font-family:var(--font-display);font-stretch:110%;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--water);margin-bottom:.8rem}.pegel-panel{margin-top:2.2rem}.pegel-svg{display:block;width:100%;height:120px}.pegel-mono{font-family:var(--font-mono);font-size:11px;letter-spacing:.14em;fill:var(--water);opacity:.75}.pegel-drift{animation:pegel-drift 7s ease-in-out infinite alternate}.pegel-drift--slow{animation-duration:11s}@keyframes pegel-drift{from{transform:translateX(0)}to{transform:translateX(-56px)}}@media (prefers-reduced-motion:reduce){.pegel-drift,.pegel-drift--slow{animation:none}}@media (max-width:520px){.logo-word{font-size:.82rem;letter-spacing:0;white-space:nowrap}.logo-tile img{height:22px}.live-badge{font-size:.62rem;padding:.22rem .5rem}}.hero--wasser{padding-top:clamp(3rem,7vw,4.5rem)}.hero-title{font-family:var(--font-display);font-size:clamp(2.3rem, 5.5vw, 3.3rem);font-stretch:88%;font-weight:740;letter-spacing:-.022em;line-height:1.05;margin-bottom:1rem}.hero-subtitle{font-size:1.08rem;max-width:44ch}.hero-eyebrow{font-size:.68rem;letter-spacing:.16em}.features{gap:14px}.feature-card{padding:26px 24px 22px;border-radius:var(--radius-xl);background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:none;transition:var(--transition)}.feature-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:none}.feature-kicker{font-family:var(--font-mono);font-size:.66rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--water);margin:0 0 .9rem}.feature-title{font-size:1.02rem;font-weight:650;letter-spacing:-.01em;margin-bottom:.45rem}.feature-text{font-size:.86rem;color:var(--text-secondary);line-height:1.55}.fakten-zeile{display:flex;justify-content:center;align-items:baseline;gap:1rem;flex-wrap:wrap;padding:1.05rem 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);margin:3rem 0 1rem}.fakt{font-family:var(--font-mono);font-size:.72rem;letter-spacing:.05em;color:var(--text-secondary)}.fakt-sep{color:var(--text-tertiary)}.live-badge{max-width:48vw;overflow:hidden;text-overflow:ellipsis}#features{scroll-margin-top:5rem}@media (max-width:480px){#sysBadgeText{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.live-badge{padding:.3rem .45rem;max-width:none;gap:0}}.hero--wasser{text-align:left;padding-left:clamp(1.6rem,5vw,3.6rem);padding-right:clamp(1.6rem,5vw,3.6rem)}.hero--wasser .hero-title{max-width:13ch}.hero--wasser .hero-subtitle{margin-left:0;max-width:42ch}.hero--wasser>div{justify-content:flex-start!important}@media (max-width:600px){.hero--wasser .hero-title{font-size:clamp(2rem, 9vw, 2.4rem)}}.hero--wasser .pegel-panel{margin-left:calc(-1 * clamp(1.6rem,5vw,3.6rem));margin-right:calc(-1 * clamp(1.6rem,5vw,3.6rem))}.hero--wasser .pegel-mono{transform:translateX(clamp(1.6rem,5vw,3.6rem))}