.layout-waveband {}
.layout-waveband { color-scheme:dark; }
.waveband-shell { background:#1c1917; }
.waveband-dial { width:80px; height:80px; border:2px solid var(--theme-primary); border-radius:50%; margin:0 auto 16px; position:relative; }
.waveband-header { text-align:center; padding:32px 16px; }
.waveband-footer { border-top:2px solid var(--theme-primary); padding:24px 16px 48px; text-align:center; font-size:0.8rem; }

.waveband-main { width: min(var(--content-max-width), calc(100% - 32px)); margin: 0 auto; padding-bottom: 40px; }
.waveband-main a { color: var(--theme-primary); }
.waveband-intro { margin: 24px 0; }
.waveband-intro h2 { font-family: var(--font-display); margin: 0 0 8px; }
.waveband-about { margin-top: 32px; padding: 20px; border: 1px solid var(--border-color); background: var(--theme-card); }
.waveband-tag { margin: 8px 0 0; font-size: 0.85rem; color: var(--text-muted); }
.waveband-shell h1 a, .waveband-shell .brand-title a { text-decoration: none; color: inherit; }
