:root{--color-bg: #0b1120;--color-surface: #151e2e;--color-surface-2: #1e293b;--color-surface-3: #273549;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-accent: #38bdf8;--color-accent-strong: #0ea5e9;--color-quiet: #60a5fa;--color-moderate: #4ade80;--color-loud: #fb923c;--color-very-loud: #f87171;--color-error-bg: #7f1d1d;--radius: .875rem;--radius-sm: .5rem;--content-wide: 64rem;--prose-max: 50rem;--font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", sans-serif}*,*:before,*:after{box-sizing:border-box}html{color-scheme:dark}body{margin:0;font-family:var(--font);font-size:1.05rem;line-height:1.65;color:var(--color-text);background:var(--color-bg)}.site-header,.site-footer{padding:.875rem clamp(1rem,4vw,2rem);background:var(--color-surface)}.site-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;border-bottom:1px solid var(--color-surface-2);min-height:64px}.site-brand{font-weight:800;font-size:1.5rem;color:var(--color-text);text-decoration:none;letter-spacing:-.02em;line-height:1.2}.site-brand:hover{color:var(--color-accent)}.site-nav ul{display:flex;flex-wrap:wrap;gap:clamp(1rem,3vw,2rem);margin:0;padding:0;list-style:none}.site-nav a,.site-footer a{color:var(--color-text-muted);text-decoration:none;font-weight:600;font-size:1rem;padding:.25rem 0}.site-nav a:hover,.site-nav a:focus,.site-footer a:hover,.site-footer a:focus{color:var(--color-text);text-decoration:underline;text-underline-offset:.25em}main{padding:clamp(.75rem,2vw,1rem) clamp(1rem,4vw,2rem)}.content{max-width:var(--content-wide);margin-inline:auto}.content[data-page=content]>*{max-width:var(--prose-max)}.content[data-page=content] h1{max-width:var(--prose-max)}.site-footer{margin-top:4rem;font-size:.95rem;color:var(--color-text-muted);border-top:1px solid var(--color-surface-2)}.site-footer nav ul{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;margin:0 0 .75rem;padding:0;list-style:none}h1{font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.1;margin:0 0 .5rem}h2{font-size:clamp(1.25rem,2.75vw,1.875rem);margin-top:2.25rem;margin-bottom:.75rem}p{margin:0 0 .875rem}a{color:var(--color-accent)}a:hover{color:var(--color-text)}:focus-visible{outline:3px solid var(--color-accent);outline-offset:3px;border-radius:2px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;left:1rem;top:-4rem;padding:.5rem 1rem;background:var(--color-accent);color:#082f49;font-weight:600;z-index:10;transition:top .15s ease}.skip-link:focus{top:.5rem}.home-intro{max-width:47rem;margin-bottom:.75rem}.home-intro p{font-size:clamp(1rem,1.7vw,1.125rem);line-height:1.5;color:var(--color-text-muted)}.home-prose{max-width:var(--prose-max)}.dm{background:var(--color-surface);border:1px solid var(--color-surface-2);border-radius:var(--radius);padding:clamp(1rem,2.5vw,1.5rem);display:grid;gap:.75rem;margin-bottom:1.5rem}.dm-display{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1.25rem;justify-content:space-between}.dm-reading{display:flex;align-items:flex-start;gap:.5rem}.dm-value{font-size:clamp(3.5rem,9vw,5.5rem);font-weight:800;font-variant-numeric:tabular-nums;line-height:.85;letter-spacing:-.03em}.dm-unit{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;color:var(--color-text-muted);line-height:1.1;padding-top:.2rem}.dm-labels{display:flex;flex-direction:column;align-items:flex-start;gap:.05rem;padding-bottom:.1rem}.dm-primary-label{font-size:clamp(.9rem,1.6vw,1rem);font-weight:600;color:var(--color-text)}.dm-disclaimer{font-size:.78rem;color:var(--color-text-muted);line-height:1.3}.dm-meter{height:clamp(1.25rem,2.5vw,1.5rem);border-radius:999px;background:var(--color-surface-2);overflow:hidden;border:1px solid var(--color-surface-3)}.dm-bar{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,var(--color-quiet),var(--color-moderate) 35%,var(--color-loud) 70%,var(--color-very-loud));transition:width .12s linear}.dm-meter-scale{display:flex;justify-content:space-between;font-size:.7rem;color:var(--color-text-muted);padding:0 .25rem;margin-top:-.35rem}.dm-zones{display:flex;flex-wrap:wrap;gap:.35rem 1.25rem;margin:0;padding:0;list-style:none;font-size:.85rem;color:var(--color-text-muted)}.dm-zone{display:inline-block;width:.85rem;height:.85rem;border-radius:3px;margin-right:.4rem;vertical-align:middle}.dm-zone-range{color:var(--color-text-muted);font-size:.85em}.dm-zone--quiet{background:var(--color-quiet)}.dm-zone--moderate{background:var(--color-moderate)}.dm-zone--loud{background:var(--color-loud)}.dm-zone--very-loud{background:var(--color-very-loud)}.dm-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem;margin:0}.dm-stats>div{background:var(--color-surface-2);border:1px solid var(--color-surface-3);border-radius:var(--radius-sm);padding:.55rem .75rem}.dm-stats dt{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin-bottom:.1rem}.dm-stats dd{margin:0;font-size:clamp(1.25rem,3.25vw,1.6rem);font-weight:700;font-variant-numeric:tabular-nums;line-height:1;color:var(--color-text)}.dm-graph{display:block;width:100%;height:160px;border-radius:var(--radius-sm);background:var(--color-bg);border:1px solid var(--color-surface-2)}.dm-status{margin:0;color:var(--color-text-muted);font-size:.9rem}.dm-controls{display:flex;flex-wrap:wrap;gap:.75rem}.dm-button{appearance:none;border:1px solid var(--color-text-muted);border-radius:var(--radius-sm);background:transparent;color:var(--color-text);font:inherit;font-weight:600;font-size:.95rem;padding:.65rem 1.25rem;cursor:pointer;min-height:44px;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.dm-button:hover{border-color:var(--color-text);background:#ffffff0d}.dm-button:focus-visible{outline-offset:3px}.dm-button--primary{background:var(--color-accent-strong);border-color:var(--color-accent-strong);color:#082f49}.dm-button--primary:hover{background:var(--color-accent);border-color:var(--color-accent)}.dm-error{background:var(--color-error-bg);border-radius:var(--radius-sm);padding:1rem 1.25rem}.dm-error p{margin:0 0 1rem}.dm-error .dm-button{border-color:#ffffff80}.dm-note{margin:0;font-size:.85rem;color:var(--color-text-muted);line-height:1.45}.prose table{border-collapse:collapse;width:100%;font-size:1rem}.prose th,.prose td{border:1px solid var(--color-surface-2);padding:.6rem .9rem;text-align:left}.prose th{background:var(--color-surface)}.faq details{background:var(--color-surface);border:1px solid var(--color-surface-2);border-radius:var(--radius-sm);padding:1rem 1.25rem;margin-bottom:.875rem}.faq summary{font-weight:600;font-size:1.05rem;cursor:pointer}.faq p{margin:.75rem 0 0;color:var(--color-text-muted)}@media(min-width:40rem){.dm-stats{grid-template-columns:repeat(4,1fr)}.dm-graph{height:200px}}@media(min-width:56rem){.dm-display{flex-wrap:nowrap}.dm-graph{height:215px}}@media(prefers-reduced-motion:reduce){.dm-bar,.dm-button,.skip-link{transition:none}}
