:root {
  --radio-cyan: #00e5ff;
  --radio-blue: #4267ff;
  --radio-ink: #03070a;
  --radio-panel: rgba(9, 16, 22, .78);
  --radio-line: rgba(150, 235, 255, .16);
}

html { scroll-behavior: smooth; }
.radio-page { color: #f5fbff; background: var(--radio-ink); }
.radio-page::selection { color: #001014; background: var(--radio-cyan); }
.radio-main { position: relative; z-index: 1; overflow: hidden; }
.radio-aurora { position: fixed; inset: 0; z-index: 0; pointer-events: none; background: radial-gradient(circle at 78% 11%, rgba(0, 229, 255, .14), transparent 28%), radial-gradient(circle at 12% 52%, rgba(66, 103, 255, .1), transparent 34%); }
.radio-header { background: rgba(3, 7, 10, .72); backdrop-filter: blur(18px); }

.radio-hero {
  display: grid;
  min-height: 100svh;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  align-items: center;
  gap: clamp(30px, 6vw, 100px);
  padding: 150px max(5vw, 28px) 70px;
  border-bottom: 1px solid var(--radio-line);
}

.radio-hero-copy { min-width: 0; max-width: 820px; }
.radio-hero .breadcrumb { margin-bottom: clamp(42px, 8vw, 100px); }
.radio-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: #94a9b7; font-size: .7rem; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.radio-kicker span { width: 35px; height: 1px; background: var(--radio-cyan); box-shadow: 0 0 18px var(--radio-cyan); }
.radio-hero h1 { margin: 0; font-size: clamp(5rem, 12vw, 10.8rem); line-height: .75; letter-spacing: -.085em; }
.radio-hero h1 em { color: var(--radio-cyan); font-family: Georgia, "Times New Roman", serif; font-weight: 500; text-shadow: 0 0 70px rgba(0, 229, 255, .28); }
.radio-lede { max-width: 660px; margin: 48px 0 0; color: #a8bac5; font-size: clamp(1rem, 1.45vw, 1.25rem); line-height: 1.65; }
.radio-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.radio-primary, .radio-secondary { min-height: 54px; border-radius: 999px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; font: inherit; font-weight: 760; text-decoration: none; cursor: pointer; }
.radio-primary { color: #001216; background: var(--radio-cyan); }
.radio-secondary { border: 1px solid rgba(255, 255, 255, .18); color: white; background: rgba(255, 255, 255, .04); }

.radio-signal { position: relative; display: grid; width: min(42vw, 590px); aspect-ratio: 1; place-items: center; margin-inline: auto; }
.signal-core { position: relative; z-index: 3; display: grid; width: 36%; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255, 255, 255, .25); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #ebfdff, #4de9f6 20%, #071016 64%); box-shadow: 0 0 100px rgba(0, 229, 255, .35), inset 0 0 40px rgba(255, 255, 255, .18); color: #061013; }
.signal-core span { font-size: clamp(2.2rem, 5vw, 5rem); font-weight: 950; letter-spacing: -.08em; }
.signal-core small { position: absolute; bottom: 21%; color: rgba(1, 12, 16, .68); font-size: .7rem; font-weight: 900; letter-spacing: .22em; }
.signal-ring { position: absolute; border: 1px solid rgba(0, 229, 255, .28); border-radius: 50%; box-shadow: inset 0 0 30px rgba(0, 229, 255, .05); animation: radio-breathe 5s ease-in-out infinite; }
.signal-ring-a { inset: 21%; }
.signal-ring-b { inset: 9%; animation-delay: -1.4s; }
.signal-ring-c { inset: 0; border-style: dashed; animation-delay: -2.8s; animation-duration: 9s; }
.signal-spectrum { position: absolute; inset: 7%; display: flex; align-items: center; justify-content: center; gap: 4px; transform: rotate(-12deg); opacity: .6; }
.signal-spectrum i { width: 2px; height: calc(10% + var(--bar) * .8%); background: linear-gradient(var(--radio-cyan), transparent); animation: spectrum 1.4s ease-in-out infinite alternate; animation-delay: calc(var(--bar) * -45ms); }

.radio-console, .singer-roster, .radio-principles, .radio-management { padding: clamp(90px, 11vw, 170px) max(5vw, 28px); }
.radio-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.radio-section-heading h2, .catalogue-toolbar h2, .radio-principles h2, .management-titlebar h2 { margin: 8px 0 0; font-size: clamp(2.3rem, 5.4vw, 5.8rem); line-height: .95; letter-spacing: -.06em; }
.radio-section-heading > p { max-width: 560px; color: #8fa2ae; line-height: 1.65; }
.radio-system-status { display: flex; align-items: center; gap: 9px; color: #93a7b2; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.radio-system-status span { width: 8px; height: 8px; border-radius: 50%; background: #f2ab43; box-shadow: 0 0 16px currentColor; }
.radio-system-status.is-live span { color: var(--radio-cyan); background: currentColor; }
.radio-system-status.is-error span { color: #ff5d7d; background: currentColor; }

.now-playing { display: grid; grid-template-columns: minmax(180px, 25%) minmax(240px, 1fr) auto; gap: clamp(24px, 4vw, 64px); align-items: center; min-height: 360px; padding: clamp(24px, 4vw, 54px); border: 1px solid var(--radio-line); border-radius: 34px; background: linear-gradient(125deg, rgba(0, 229, 255, .09), transparent 36%), rgba(8, 14, 19, .84); box-shadow: 0 40px 100px rgba(0, 0, 0, .26); overflow: hidden; }
.now-art { position: relative; display: grid; aspect-ratio: 1; place-items: center; border-radius: 26px; background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .17), transparent 30%), linear-gradient(145deg, #102833, #05090c); overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 24px 60px rgba(0, 0, 0, .35); background-size: cover; background-position: center; }
.now-art span { font-size: clamp(3rem, 7vw, 7rem); font-weight: 950; letter-spacing: -.08em; }
.now-art i { position: absolute; inset: 18%; border: 1px solid rgba(0, 229, 255, .48); border-radius: 50%; animation: radio-spin 18s linear infinite; }
.now-label { color: var(--radio-cyan); font-size: .65rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.now-copy h3 { margin: 16px 0 8px; font-size: clamp(2rem, 4.4vw, 4.8rem); line-height: .92; letter-spacing: -.055em; }
.now-copy > p:last-child { color: #9fb2bd; }
.player-actions { display: flex; align-items: center; gap: 12px; }
.player-toggle, .player-skip { display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; color: white; background: transparent; cursor: pointer; }
.player-toggle { width: 82px; height: 82px; border: 0; color: #001318; background: var(--radio-cyan); font-size: 1.25rem; box-shadow: 0 0 50px rgba(0, 229, 255, .22); }
.player-skip { width: 44px; height: 44px; }
.player-progress { grid-column: 2 / -1; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; color: #758a96; font-size: .72rem; }
.player-progress input { width: 100%; accent-color: var(--radio-cyan); }
.player-preferences { grid-column: 2 / -1; display: flex; flex-wrap: wrap; gap: 10px; }
.player-preferences button { min-height: 42px; border: 1px solid rgba(255, 255, 255, .14); border-radius: 999px; padding: 0 16px; color: #b6c6cf; background: rgba(255, 255, 255, .035); font: inherit; cursor: pointer; }
.player-preferences button[aria-pressed="true"] { border-color: rgba(0, 229, 255, .5); color: var(--radio-cyan); background: rgba(0, 229, 255, .08); }
.player-preferences b { margin-left: 8px; color: white; }

.radio-metrics, .management-metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0 110px; border: 1px solid var(--radio-line); border-radius: 24px; overflow: hidden; }
.radio-metrics article, .management-metrics article { padding: 30px; border-right: 1px solid var(--radio-line); background: rgba(255, 255, 255, .025); }
.radio-metrics article:last-child, .management-metrics article:last-child { border-right: 0; }
.radio-metrics span, .management-metrics span { color: var(--radio-cyan); font-size: clamp(2rem, 4vw, 4rem); font-weight: 850; letter-spacing: -.06em; }
.radio-metrics p, .management-metrics p { margin: 6px 0 0; color: #8295a0; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.catalogue-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.catalogue-toolbar label { display: grid; gap: 8px; color: #8295a0; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.catalogue-toolbar select { min-width: 230px; border: 1px solid var(--radio-line); border-radius: 999px; padding: 13px 18px; color: white; background: #091117; }
.track-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.track-card { position: relative; min-height: 320px; padding: 24px; border: 1px solid var(--radio-line); border-radius: 26px; background: linear-gradient(155deg, rgba(0, 229, 255, .08), transparent 40%), #081016; overflow: hidden; transition: transform .25s ease, border-color .25s ease; }
.track-card:hover { transform: translateY(-6px); border-color: rgba(0, 229, 255, .42); }
.track-card::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: var(--track-art); background-size: cover; background-position: center; filter: blur(2px); }
.track-card > * { position: relative; z-index: 1; }
.track-card-top { display: flex; justify-content: space-between; gap: 20px; }
.track-class { color: var(--radio-cyan); font-size: .62rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.track-favourite { border: 0; color: #a9bbc5; background: transparent; font-size: 1.3rem; cursor: pointer; }
.track-favourite[aria-pressed="true"] { color: var(--radio-cyan); }
.track-card h3 { margin: 82px 0 9px; font-size: clamp(1.7rem, 2.8vw, 2.9rem); line-height: .95; letter-spacing: -.05em; }
.track-card p { color: #92a5b0; }
.track-card-foot { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; justify-content: space-between; }
.track-card-foot button { min-height: 42px; border: 0; border-radius: 999px; padding: 0 18px; color: #001218; background: var(--radio-cyan); font-weight: 800; cursor: pointer; }
.track-card-foot span { color: #8fa2ad; font-size: .72rem; }
.radio-empty { padding: 40px; border: 1px dashed rgba(255, 255, 255, .15); border-radius: 20px; color: #8fa2ad; text-align: center; }

.singer-roster { border-block: 1px solid var(--radio-line); background: rgba(255, 255, 255, .018); }
.singer-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.singer-card { min-height: 380px; display: flex; flex-direction: column; justify-content: end; padding: 24px; border: 1px solid var(--radio-line); border-radius: 24px; background: linear-gradient(180deg, transparent 20%, rgba(2, 7, 10, .95)), var(--singer-art, radial-gradient(circle at 50% 20%, #14404a, #071015 60%)); background-size: cover; background-position: center; }
.singer-card .voice-id { color: var(--radio-cyan); font-size: .62rem; letter-spacing: .14em; }
.singer-card h3 { margin: 14px 0 4px; font-size: 2rem; letter-spacing: -.04em; }
.singer-card p { color: #a0b1ba; font-size: .88rem; line-height: 1.5; }
.singer-card footer { display: flex; min-height: 0; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; padding: 0; border: 0; font-size: inherit; letter-spacing: normal; text-transform: none; }
.singer-card button { border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; padding: 9px 13px; color: white; background: rgba(3, 9, 12, .65); cursor: pointer; }
.singer-card button[aria-pressed="true"] { color: #001318; background: var(--radio-cyan); }

.radio-principles { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 150px); }
.radio-principles ol { margin: 0; padding: 0; list-style: none; }
.radio-principles li { display: grid; grid-template-columns: 55px minmax(160px, .55fr) 1fr; gap: 22px; padding: 28px 0; border-top: 1px solid var(--radio-line); }
.radio-principles li span { color: var(--radio-cyan); font-size: .68rem; }
.radio-principles li strong { font-size: 1.2rem; }
.radio-principles li p { margin: 0; color: #8ea1ac; line-height: 1.55; }

.radio-management { border-top: 1px solid rgba(0, 229, 255, .35); background: linear-gradient(180deg, rgba(0, 229, 255, .06), transparent 22%); }
.management-titlebar { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.management-titlebar > span { border: 1px solid rgba(0, 229, 255, .3); border-radius: 999px; padding: 11px 15px; color: var(--radio-cyan); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }
.management-metrics { grid-template-columns: repeat(4, 1fr); margin-bottom: 42px; }

.foundry { position: relative; margin: 0 0 42px; padding: clamp(24px, 4vw, 52px); border: 1px solid rgba(0, 229, 255, .24); border-radius: 34px; background: radial-gradient(circle at 100% 0, rgba(66, 103, 255, .18), transparent 34%), linear-gradient(145deg, rgba(0, 229, 255, .08), transparent 42%), rgba(5, 13, 18, .92); box-shadow: 0 34px 90px rgba(0, 0, 0, .28); overflow: hidden; }
.foundry::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .25; background: linear-gradient(90deg, transparent 49.8%, rgba(151, 231, 255, .12) 50%, transparent 50.2%); }
.foundry > * { position: relative; }
.foundry-heading { display: flex; align-items: start; justify-content: space-between; gap: 30px; }
.foundry-heading h3 { margin: 7px 0 12px; font-size: clamp(2.15rem, 4.5vw, 4.8rem); line-height: .92; letter-spacing: -.06em; }
.foundry-heading > div > p:last-child { max-width: 760px; margin: 0; color: #91a6b2; line-height: 1.65; }
.foundry-private { flex: none; border: 1px solid rgba(120, 255, 210, .25); border-radius: 999px; padding: 10px 14px; color: #8affd8; background: rgba(25, 214, 151, .06); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.foundry-controls { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12px; margin-top: 34px; }
.foundry-control { display: grid; grid-template-columns: minmax(160px, 1fr) auto; gap: 14px; align-items: center; padding: 18px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 20px; background: rgba(255, 255, 255, .035); }
.foundry-control-song { grid-template-columns: minmax(150px, .8fr) minmax(190px, 1fr) auto; }
.foundry-control p, .foundry-control label { display: grid; gap: 5px; margin: 0; color: #eefbff; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.foundry-control p span, .foundry-control label span { color: #7f949f; font-size: .68rem; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.foundry-control select { min-width: 0; width: 100%; border: 1px solid rgba(255, 255, 255, .14); border-radius: 13px; padding: 12px 13px; color: white; background: #09151c; font: inherit; }
.foundry-control button, .candidate-actions button { min-height: 43px; border: 0; border-radius: 999px; padding: 0 17px; color: #001419; background: var(--radio-cyan); font: inherit; font-size: .75rem; font-weight: 850; cursor: pointer; }
.foundry-control button:disabled, .candidate-actions button:disabled { cursor: wait; opacity: .5; }
.foundry-control button:focus-visible, .candidate-actions button:focus-visible, .candidate-rejection input:focus-visible, .foundry-control select:focus-visible { outline: 3px solid rgba(0, 229, 255, .42); outline-offset: 3px; }
.foundry-attestation { display: flex; align-items: start; gap: 10px; margin: 12px 0 0; padding: 14px 16px; border: 1px solid rgba(138, 255, 216, .16); border-radius: 15px; color: #9db5be; background: rgba(25, 214, 151, .035); font-size: .72rem; line-height: 1.55; }
.foundry-attestation input { flex: none; width: 17px; height: 17px; margin-top: 2px; accent-color: var(--radio-cyan); }
.foundry-attestation:focus-within { outline: 3px solid rgba(0, 229, 255, .28); outline-offset: 2px; }
.foundry-imports { display: grid; grid-template-columns: minmax(210px, .7fr) 1fr 1fr; gap: 12px; margin-top: 12px; }
.foundry-import-intro, .foundry-import { min-width: 0; padding: 18px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 20px; background: rgba(255, 255, 255, .025); }
.foundry-import-intro h4 { margin: 5px 0 9px; font-size: 1.45rem; letter-spacing: -.035em; }
.foundry-import-intro > p:last-child { margin: 0; color: #8399a4; font-size: .76rem; line-height: 1.55; }
.foundry-import-intro strong { color: #d8faff; }
.foundry-import { display: grid; grid-template-columns: 1fr auto; gap: 10px 12px; align-content: start; }
.factory-file.is-ready { border-color: rgba(87, 241, 198, .26); box-shadow: inset 0 0 0 1px rgba(87, 241, 198, .06); }
.factory-file.is-error { border-color: rgba(255, 117, 145, .28); }
.foundry-import > div:first-child { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.foundry-import > div strong { font-size: .8rem; }
.foundry-import a { color: var(--radio-cyan); font-size: .66rem; }
.foundry-import label { grid-column: 1 / -1; display: grid; gap: 7px; color: #849aa5; font-size: .64rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.foundry-import input[type="file"] { width: 100%; border: 1px dashed rgba(255, 255, 255, .16); border-radius: 11px; padding: 9px; color: #b6c8d1; background: rgba(0, 0, 0, .14); font: inherit; text-transform: none; letter-spacing: normal; }
.foundry-import input[type="file"]::file-selector-button { margin-right: 9px; border: 0; border-radius: 999px; padding: 7px 10px; color: #001318; background: #a3f5ff; font: inherit; font-weight: 800; cursor: pointer; }
.foundry-import button { min-height: 39px; border: 1px solid rgba(0, 229, 255, .3); border-radius: 999px; padding: 0 14px; color: var(--radio-cyan); background: rgba(0, 229, 255, .05); font: inherit; font-size: .7rem; font-weight: 850; cursor: pointer; }
.foundry-import button:disabled { cursor: wait; opacity: .48; }
.foundry-import progress { grid-column: 1 / -1; align-self: center; width: 100%; height: 7px; border: 0; border-radius: 999px; overflow: hidden; background: rgba(255, 255, 255, .08); accent-color: var(--radio-cyan); }
.foundry-import progress::-webkit-progress-bar { background: rgba(255, 255, 255, .08); }
.foundry-import progress::-webkit-progress-value { background: linear-gradient(90deg, var(--radio-blue), var(--radio-cyan)); }
.foundry-import > p { grid-column: 1 / -1; min-height: 1.3em; margin: 0; color: #78909b; font-size: .68rem; }
.foundry-import > p.is-error { color: #ff91a7; }
.import-errors { grid-column: 1 / -1; max-height: 190px; overflow: auto; border: 1px solid rgba(255, 117, 145, .17); border-radius: 11px; background: rgba(74, 8, 22, .12); }
.import-errors ul { margin: 0; padding: 9px 9px 9px 27px; }
.import-errors li { padding: 3px 0; color: #e7a9b7; font-size: .67rem; line-height: 1.45; }
.factory-start { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px 22px; align-items: center; padding: 18px; border: 1px solid rgba(0, 229, 255, .19); border-radius: 20px; background: linear-gradient(100deg, rgba(0, 229, 255, .08), rgba(66, 103, 255, .07)); }
.factory-start > div { display: grid; gap: 5px; }
.factory-start strong { color: #dffcff; font-size: .77rem; letter-spacing: .04em; text-transform: uppercase; }
.factory-start span { max-width: 720px; color: #8299a4; font-size: .7rem; line-height: 1.5; }
.factory-start button { min-height: 48px; border: 0; border-radius: 999px; padding: 0 22px; color: #001419; background: linear-gradient(90deg, #8affd8, var(--radio-cyan)); font: inherit; font-size: .74rem; font-weight: 900; cursor: pointer; }
.factory-start button:disabled { cursor: not-allowed; opacity: .42; }
.factory-start button:focus-visible { outline: 3px solid rgba(0, 229, 255, .42); outline-offset: 3px; }
.factory-start .factory-combined-progress { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.factory-combined-progress progress { width: 100%; height: 8px; border: 0; border-radius: 999px; overflow: hidden; background: rgba(255, 255, 255, .08); accent-color: var(--radio-cyan); }
.factory-combined-progress progress::-webkit-progress-bar { background: rgba(255, 255, 255, .08); }
.factory-combined-progress progress::-webkit-progress-value { background: linear-gradient(90deg, #8affd8, var(--radio-cyan), #7aa3ff); }
.factory-combined-progress span { color: #91abb5; font-size: .65rem; white-space: nowrap; }
.factory-start > p { grid-column: 1 / -1; min-height: 1.3em; margin: 0; color: #84edf4; font-size: .7rem; }
.factory-start > p.is-error { color: #ff8ba3; }
.foundry-status { min-height: 1.5em; margin: 16px 4px 0; color: #8ceef6; font-size: .78rem; }
.foundry-status.is-error { color: #ff8ba3; }
.foundry-boundary { margin: 22px 0 0; padding: 14px 16px; border-left: 2px solid rgba(0, 229, 255, .58); color: #7f939f; background: rgba(0, 229, 255, .035); font-size: .76rem; line-height: 1.6; }
.foundry-boundary strong { color: #d9f9ff; }
.factory-monitor { margin-top: 22px; padding: clamp(20px, 3vw, 32px); border: 1px solid rgba(128, 228, 255, .15); border-radius: 25px; background: radial-gradient(circle at 86% -15%, rgba(0, 229, 255, .11), transparent 34%), rgba(1, 7, 11, .7); }
.factory-monitor-heading { display: flex; align-items: start; justify-content: space-between; gap: 30px; }
.factory-monitor-heading h4 { margin: 5px 0 8px; font-size: clamp(1.65rem, 3vw, 2.45rem); letter-spacing: -.045em; }
.factory-monitor-heading > div:first-child > p:last-child { max-width: 720px; margin: 0; color: #7e959f; font-size: .74rem; line-height: 1.6; }
.factory-monitor-connection { display: grid; flex: none; gap: 9px; justify-items: end; }
.factory-monitor-connection p { display: flex; align-items: center; gap: 7px; margin: 0; color: #7f9ba4; font-size: .65rem; text-align: right; }
.factory-monitor-connection p::before { width: 7px; height: 7px; border-radius: 50%; background: #5d7580; box-shadow: 0 0 0 4px rgba(93, 117, 128, .08); content: ""; }
.factory-monitor[data-state="live"] .factory-monitor-connection p { color: #8affd8; }
.factory-monitor[data-state="live"] .factory-monitor-connection p::before { background: #6cffcd; box-shadow: 0 0 0 4px rgba(108, 255, 205, .09), 0 0 16px rgba(108, 255, 205, .36); }
.factory-monitor[data-state="error"] .factory-monitor-connection p { color: #ff9bb0; }
.factory-monitor[data-state="error"] .factory-monitor-connection p::before { background: #ff7895; box-shadow: 0 0 0 4px rgba(255, 120, 149, .09); }
.factory-monitor-connection button { min-height: 38px; border: 1px solid rgba(0, 229, 255, .22); border-radius: 999px; padding: 0 14px; color: #a7f7ff; background: rgba(0, 229, 255, .045); font: inherit; font-size: .65rem; font-weight: 850; cursor: pointer; }
.factory-monitor-connection button:disabled { cursor: wait; opacity: .48; }
.factory-monitor-connection button:focus-visible, .factory-completed-row button:focus-visible { outline: 3px solid rgba(0, 229, 255, .38); outline-offset: 3px; }
.factory-monitor-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; margin-top: 22px; }
.factory-monitor-metrics article { position: relative; min-width: 0; padding: 16px; border: 1px solid rgba(255, 255, 255, .075); border-radius: 16px; background: rgba(255, 255, 255, .025); overflow: hidden; }
.factory-monitor-metrics article::after { position: absolute; inset: auto 0 0; height: 2px; background: var(--factory-state-color, #667d87); content: ""; opacity: .8; }
.factory-monitor-metrics span { display: block; color: #8298a3; font-size: .59rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.factory-monitor-metrics strong { display: block; margin: 8px 0 5px; color: #e9fbff; font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: .9; letter-spacing: -.05em; }
.factory-monitor-metrics small { color: #607780; font-size: .6rem; line-height: 1.35; }
.factory-monitor-metrics [data-factory-state="queued"] { --factory-state-color: #69dff1; }
.factory-monitor-metrics [data-factory-state="running"] { --factory-state-color: #8d96ff; }
.factory-monitor-metrics [data-factory-state="completed"] { --factory-state-color: #70f1c5; }
.factory-monitor-metrics [data-factory-state="failed"] { --factory-state-color: #ff7895; }
.factory-completed-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 28px 0 12px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .07); }
.factory-completed-heading h5 { margin: 4px 0 0; font-size: 1.25rem; letter-spacing: -.035em; }
.factory-completed-heading > span { color: #78e9c1; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .64rem; }
.factory-completed-list { display: grid; gap: 8px; }
.factory-completed-row { display: grid; grid-template-columns: minmax(210px, 1.2fr) minmax(150px, .7fr) minmax(180px, .8fr) auto; gap: 14px; align-items: center; min-width: 0; padding: 13px 14px; border: 1px solid rgba(103, 240, 196, .12); border-radius: 14px; background: linear-gradient(90deg, rgba(75, 228, 182, .045), rgba(255, 255, 255, .014)); }
.factory-completed-identity, .factory-completed-stage, .factory-completed-proof { display: grid; gap: 4px; min-width: 0; }
.factory-completed-identity strong { overflow: hidden; color: #e8fbff; font-size: .84rem; text-overflow: ellipsis; white-space: nowrap; }
.factory-completed-identity span { overflow: hidden; color: #61dcae; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
.factory-completed-stage b { justify-self: start; border: 1px solid rgba(109, 239, 198, .2); border-radius: 999px; padding: 5px 8px; color: #87ebc9; font-size: .56rem; letter-spacing: .07em; text-transform: uppercase; }
.factory-completed-stage b[data-finished="false"] { border-color: rgba(105, 223, 241, .2); color: #8cecf5; }
.factory-completed-stage small, .factory-completed-proof small { overflow: hidden; color: #6c838c; font-size: .59rem; text-overflow: ellipsis; white-space: nowrap; }
.factory-completed-proof span { color: #9cb2ba; font-size: .65rem; }
.factory-completed-row button { min-height: 34px; border: 1px solid rgba(0, 229, 255, .22); border-radius: 999px; padding: 0 11px; color: var(--radio-cyan); background: rgba(0, 229, 255, .045); font: inherit; font-size: .62rem; font-weight: 800; cursor: pointer; }
.factory-completed-empty { margin: 0; padding: 22px 16px; border: 1px dashed rgba(255, 255, 255, .1); border-radius: 14px; color: #6e848e; font-size: .7rem; line-height: 1.5; text-align: center; }
.foundry-queues { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 22px; }
.foundry-queues > section { min-width: 0; padding: clamp(18px, 2.4vw, 28px); border: 1px solid rgba(255, 255, 255, .09); border-radius: 24px; background: rgba(2, 9, 13, .58); }
.foundry-queue-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.foundry-queue-heading h4 { margin: 4px 0 0; font-size: 1.65rem; letter-spacing: -.04em; }
.foundry-queue-heading > span { display: grid; min-width: 38px; height: 38px; padding: 0 10px; place-items: center; border: 1px solid rgba(0, 229, 255, .2); border-radius: 999px; color: var(--radio-cyan); font-weight: 850; }
.candidate-list { display: grid; gap: 12px; }
.candidate-more { width: 100%; min-height: 42px; margin-top: 12px; border: 1px solid rgba(0, 229, 255, .24); border-radius: 999px; color: var(--radio-cyan); background: rgba(0, 229, 255, .05); font: inherit; font-size: .72rem; font-weight: 850; cursor: pointer; }
.candidate-more:hover { background: rgba(0, 229, 255, .1); }
.candidate-more:focus-visible { outline: 3px solid rgba(0, 229, 255, .35); outline-offset: 3px; }
.candidate-card { position: relative; padding: 19px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 18px; background: linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012)); overflow: hidden; }
.candidate-card[data-status="queued"], .candidate-card[data-status="generating"], .candidate-card[data-status="awaiting_validation"], .candidate-card[data-status="ready_for_review"], .candidate-card[data-status="spec_ready"], .candidate-card[data-status="approved_for_synthesis"] { border-color: rgba(0, 229, 255, .3); box-shadow: inset 3px 0 0 rgba(0, 229, 255, .7); }
.candidate-card[data-status="approved"] { border-color: rgba(79, 235, 174, .25); box-shadow: inset 3px 0 0 rgba(79, 235, 174, .65); }
.candidate-card[data-status="rejected"], .candidate-card[data-status="failed"] { opacity: .72; }
.candidate-card-head { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.candidate-id { color: var(--radio-cyan); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .65rem; letter-spacing: .08em; overflow-wrap: anywhere; }
.candidate-badge { flex: none; border: 1px solid rgba(255, 255, 255, .15); border-radius: 999px; padding: 6px 9px; color: #b5c8d2; font-size: .58rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.candidate-badge[data-status="queued"], .candidate-badge[data-status="generating"], .candidate-badge[data-status="awaiting_validation"], .candidate-badge[data-status="ready_for_review"], .candidate-badge[data-status="spec_ready"], .candidate-badge[data-status="approved_for_synthesis"] { border-color: rgba(0, 229, 255, .34); color: var(--radio-cyan); }
.candidate-badge[data-status="approved"] { border-color: rgba(79, 235, 174, .35); color: #8affd8; }
.candidate-badge[data-status="rejected"], .candidate-badge[data-status="failed"] { border-color: rgba(255, 93, 125, .28); color: #ff94a9; }
.candidate-card h5 { margin: 20px 0 6px; font-size: 1.65rem; line-height: 1; letter-spacing: -.04em; }
.candidate-subtitle { margin: 0; color: #95aab5; font-size: .82rem; line-height: 1.5; }
.candidate-facts { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; }
.candidate-facts span { border: 1px solid rgba(255, 255, 255, .1); border-radius: 999px; padding: 6px 9px; color: #91a6b1; font-size: .62rem; }
.candidate-brief { margin: 15px 0; padding: 14px; border: 1px solid rgba(148, 226, 255, .1); border-radius: 15px; background: rgba(0, 0, 0, .18); }
.candidate-brief-heading { margin: 0 0 11px; color: #9edfea; font-size: .61rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.candidate-brief dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin: 0; }
.candidate-brief dl > div { min-width: 0; padding: 10px; border: 1px solid rgba(255, 255, 255, .065); border-radius: 11px; background: rgba(255, 255, 255, .018); }
.candidate-brief dt { margin-bottom: 5px; color: #718994; font-size: .58rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.candidate-brief dd { margin: 0; color: #c0d0d7; font-size: .72rem; line-height: 1.55; overflow-wrap: anywhere; white-space: pre-wrap; }
.candidate-specification, .candidate-feedback { display: grid; gap: 5px; margin: 13px 0; padding: 13px; border-radius: 13px; color: #9cafb9; background: rgba(0, 0, 0, .18); font-size: .76rem; line-height: 1.6; }
.candidate-specification strong, .candidate-feedback strong { color: #d3eaf1; font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }
.candidate-feedback { border: 1px solid rgba(0, 229, 255, .14); background: rgba(0, 229, 255, .035); }
.candidate-preview { margin: 14px 0; }
.candidate-preview audio { display: block; width: 100%; height: 42px; }
.candidate-preview p { margin: 0; padding: 11px 12px; border: 1px dashed rgba(255, 255, 255, .13); border-radius: 12px; color: #8298a3; font-size: .72rem; line-height: 1.5; }
.candidate-lineage { margin: 12px 0 0; color: #647b87; font-size: .65rem; overflow-wrap: anywhere; }
.candidate-rejection { display: grid; gap: 7px; margin-top: 15px; color: #8095a0; font-size: .62rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.candidate-rejection input { width: 100%; border: 1px solid rgba(255, 255, 255, .12); border-radius: 11px; padding: 10px 11px; color: white; background: rgba(255, 255, 255, .04); font: inherit; text-transform: none; letter-spacing: normal; }
.candidate-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 11px; }
.candidate-primary-actions { margin-top: 15px; }
.candidate-actions .candidate-reject { border: 1px solid rgba(255, 131, 157, .27); color: #ffc1ce; background: rgba(255, 93, 125, .06); }
.candidate-audit { margin: 12px 0 0; color: #657c87; font-size: .64rem; }
.candidate-empty { margin: 0; padding: 28px 18px; border: 1px dashed rgba(255, 255, 255, .12); border-radius: 15px; color: #718792; text-align: center; line-height: 1.55; }
.foundry-queues { grid-template-columns: 1fr; }
.candidate-batch-toolbar { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 22px; align-items: center; margin-bottom: 13px; padding: 14px 16px; border: 1px solid rgba(0, 229, 255, .17); border-radius: 15px; background: linear-gradient(90deg, rgba(0, 229, 255, .07), rgba(66, 103, 255, .045)); }
.candidate-batch-progress { display: grid; gap: 8px; min-width: 0; }
.candidate-batch-progress > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.candidate-batch-progress strong { color: #d9f9ff; font-size: .74rem; }
.candidate-batch-progress span, .candidate-batch-counts { color: #8299a4; font-size: .65rem; }
.candidate-batch-progress progress { width: 100%; height: 8px; border: 0; border-radius: 999px; overflow: hidden; background: rgba(255, 255, 255, .08); accent-color: var(--radio-cyan); }
.candidate-batch-progress progress::-webkit-progress-bar { background: rgba(255, 255, 255, .08); }
.candidate-batch-progress progress::-webkit-progress-value { background: linear-gradient(90deg, var(--radio-blue), var(--radio-cyan)); }
.candidate-batch-download { display: grid; gap: 6px; justify-items: stretch; max-width: 260px; }
.candidate-batch-download > button { min-height: 42px; border: 1px solid rgba(0, 229, 255, .28); border-radius: 999px; padding: 0 15px; color: var(--radio-cyan); background: rgba(0, 229, 255, .06); font: inherit; font-size: .69rem; font-weight: 850; cursor: pointer; }
.candidate-batch-download > button:disabled { cursor: not-allowed; opacity: .45; }
.candidate-batch-download > small { color: #667e89; font-size: .57rem; line-height: 1.35; text-align: center; }
.candidate-publish-boundary { max-width: 265px; margin: 0; padding: 10px 12px; border-left: 2px solid rgba(138, 255, 216, .35); color: #7e949f; background: rgba(138, 255, 216, .035); font-size: .62rem; line-height: 1.45; }
.candidate-publish-boundary strong { color: #a9ebd5; }
.candidate-batch-download > button:focus-visible, .candidate-row button:focus-visible, .candidate-row summary:focus-visible { outline: 3px solid rgba(0, 229, 255, .38); outline-offset: 3px; }
.candidate-row { padding: 0; overflow: visible; }
.candidate-row-main { display: grid; grid-template-columns: minmax(230px, 1.35fr) minmax(160px, .6fr) minmax(145px, .5fr) minmax(190px, auto); gap: 16px; align-items: center; min-height: 88px; padding: 13px 15px; }
.candidate-row-identity { display: grid; gap: 4px; min-width: 0; }
.candidate-row-identity strong { overflow: hidden; color: #edfaff; font-size: .94rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.candidate-row-identity small { overflow: hidden; color: #748b96; font-size: .66rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.candidate-row-state { display: grid; grid-template-columns: 1fr auto; gap: 7px 8px; align-items: center; min-width: 0; }
.candidate-row-state .candidate-badge { justify-self: start; }
.candidate-row-state progress { grid-column: 1 / -1; width: 100%; height: 5px; border: 0; border-radius: 999px; overflow: hidden; background: rgba(255, 255, 255, .08); accent-color: var(--radio-cyan); }
.candidate-row-state progress::-webkit-progress-bar { background: rgba(255, 255, 255, .08); }
.candidate-row-state progress::-webkit-progress-value { background: var(--radio-cyan); }
.candidate-row-state small { grid-column: 2; grid-row: 1; color: #6f8792; font-size: .6rem; white-space: nowrap; }
.candidate-row-preview { display: grid; gap: 5px; min-width: 0; }
.candidate-row-preview button, .candidate-row-actions button, .candidate-row-rejection button { min-height: 36px; border: 1px solid rgba(0, 229, 255, .25); border-radius: 999px; padding: 0 12px; color: var(--radio-cyan); background: rgba(0, 229, 255, .055); font: inherit; font-size: .68rem; font-weight: 850; cursor: pointer; }
.candidate-row-preview button[aria-pressed="true"] { color: #001419; background: var(--radio-cyan); }
.candidate-row-preview button:disabled { cursor: wait; opacity: .48; }
.candidate-row-preview audio { width: 100%; height: 36px; }
.candidate-row-preview small { overflow: hidden; color: #6e858f; font-size: .58rem; line-height: 1.3; text-align: center; text-overflow: ellipsis; white-space: nowrap; }
.candidate-row-actions { display: flex; flex-wrap: wrap; gap: 7px; justify-content: end; }
.candidate-row-actions .candidate-approve { border-color: rgba(96, 255, 202, .3); color: #00130e; background: #8affd8; }
.candidate-row-actions .candidate-reject, .candidate-row-rejection .candidate-reject { border-color: rgba(255, 131, 157, .27); color: #ffc1ce; background: rgba(255, 93, 125, .06); }
.candidate-row-actions span { color: #6d838e; font-size: .65rem; }
.candidate-row-actions .candidate-action-lock { max-width: 180px; color: #9b8a64; line-height: 1.35; text-align: right; }
.candidate-row-rejection { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: end; padding: 12px 15px; border-top: 1px solid rgba(255, 117, 145, .13); background: rgba(74, 8, 22, .08); }
.candidate-row-rejection[hidden] { display: none; }
.candidate-row-rejection label { display: grid; gap: 5px; color: #a27680; font-size: .61rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.candidate-row-rejection input { width: 100%; border: 1px solid rgba(255, 255, 255, .12); border-radius: 10px; padding: 9px 10px; color: white; background: rgba(255, 255, 255, .04); font: inherit; letter-spacing: normal; text-transform: none; }
.candidate-row-rejection .candidate-actions { margin: 0; }
.candidate-row-rejection .candidate-cancel { border-color: rgba(255, 255, 255, .12); color: #a7bbc4; background: transparent; }
.candidate-row-details { border-top: 1px solid rgba(255, 255, 255, .055); }
.candidate-row-details summary { padding: 9px 15px; color: #718994; font-size: .61rem; font-weight: 750; cursor: pointer; list-style-position: inside; }
.candidate-row-details[open] summary { color: #a5edf5; }
.candidate-row-detail-body { padding: 0 15px 15px; }
.candidate-row-detail-body .candidate-brief { margin-bottom: 0; }
.management-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.management-form, .ledger-panel { padding: clamp(24px, 3vw, 40px); border: 1px solid var(--radio-line); border-radius: 26px; background: var(--radio-panel); }
.form-heading { display: flex; align-items: start; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
.form-heading h3 { margin: 5px 0 0; font-size: 2rem; letter-spacing: -.04em; }
.form-heading button { border: 0; color: var(--radio-cyan); background: transparent; cursor: pointer; }
.management-form label { display: grid; gap: 8px; margin-bottom: 15px; color: #94a7b2; font-size: .69rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.management-form input, .management-form textarea, .management-form select { width: 100%; border: 1px solid rgba(255, 255, 255, .13); border-radius: 13px; padding: 13px 14px; color: white; background: rgba(255, 255, 255, .045); font: inherit; text-transform: none; letter-spacing: normal; }
.management-form textarea { resize: vertical; }
.form-fields { display: grid; gap: 13px; }
.form-fields.two-column { grid-template-columns: 1fr 1fr; }
.form-fields.three-column { grid-template-columns: repeat(3, 1fr); }
.form-checks { display: flex; flex-wrap: wrap; gap: 16px; margin: 8px 0 22px; }
.management-form .check-field { display: flex; grid-template-columns: auto 1fr; align-items: center; gap: 9px; margin: 6px 0 20px; }
.management-form .check-field input { width: auto; accent-color: var(--radio-cyan); }
.management-submit { width: 100%; min-height: 50px; border: 0; border-radius: 999px; color: #001318; background: var(--radio-cyan); font: inherit; font-weight: 850; cursor: pointer; }
.form-status { min-height: 1.3em; margin: 12px 0 0; color: #84edf4; font-size: .8rem; }
.management-ledger, .management-agents { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.agent-boundary { margin: -5px 0 20px; color: #7f929e; line-height: 1.65; }
.management-list { display: grid; gap: 9px; }
.management-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 15px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 15px; background: rgba(255, 255, 255, .025); }
.management-row strong { display: block; }
.management-row small { color: #7f929e; }
.management-row-actions { display: flex; flex-wrap: wrap; gap: 6px; justify-content: end; }
.management-row button { border: 1px solid rgba(255, 255, 255, .13); border-radius: 999px; padding: 7px 10px; color: white; background: transparent; font-size: .68rem; cursor: pointer; }
.management-row button.is-public { color: #001318; background: var(--radio-cyan); }

@keyframes radio-breathe { 50% { transform: scale(1.035); opacity: .55; } }
@keyframes radio-spin { to { transform: rotate(360deg); } }
@keyframes spectrum { to { height: 42%; opacity: .22; } }

@media (max-width: 1050px) {
  .radio-hero { grid-template-columns: 1fr; padding-top: 170px; }
  .radio-signal { width: min(74vw, 540px); }
  .now-playing { grid-template-columns: 190px 1fr; }
  .player-actions { grid-column: 1; justify-content: center; }
  .player-progress, .player-preferences { grid-column: 2; }
  .track-grid { grid-template-columns: repeat(2, 1fr); }
  .singer-grid { grid-template-columns: repeat(2, 1fr); }
  .foundry-controls, .foundry-queues, .foundry-imports { grid-template-columns: 1fr; }
  .factory-monitor-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .factory-completed-row { grid-template-columns: minmax(210px, 1fr) minmax(150px, .65fr) minmax(180px, .8fr); }
  .factory-completed-row button { grid-column: 1 / -1; justify-self: start; }
  .management-grid, .management-ledger, .management-agents { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .radio-section-heading, .catalogue-toolbar, .management-titlebar, .foundry-heading, .factory-monitor-heading { align-items: start; flex-direction: column; }
  .factory-monitor-connection { width: 100%; justify-items: start; }
  .factory-monitor-connection p { text-align: left; }
  .now-playing { grid-template-columns: 1fr; }
  .now-art { width: 100%; max-width: 320px; }
  .player-actions, .player-progress, .player-preferences { grid-column: 1; }
  .track-grid, .singer-grid { grid-template-columns: 1fr; }
  .radio-metrics, .management-metrics { grid-template-columns: 1fr 1fr; }
  .radio-metrics article:nth-child(2), .management-metrics article:nth-child(2n) { border-right: 0; }
  .radio-principles { grid-template-columns: 1fr; }
  .radio-principles li { grid-template-columns: 40px 1fr; }
  .radio-principles li p { grid-column: 2; }
  .form-fields.two-column, .form-fields.three-column { grid-template-columns: 1fr; }
  .foundry-control, .foundry-control-song { grid-template-columns: 1fr; }
  .foundry-control button { width: 100%; }
  .candidate-brief dl { grid-template-columns: 1fr; }
  .candidate-batch-toolbar, .candidate-row-main, .candidate-row-rejection { grid-template-columns: 1fr; }
  .factory-start { grid-template-columns: 1fr; }
  .factory-start button { width: 100%; }
  .factory-start .factory-combined-progress { grid-template-columns: 1fr; }
  .factory-combined-progress span { white-space: normal; }
  .candidate-batch-download { width: 100%; max-width: none; }
  .candidate-publish-boundary { max-width: none; }
  .candidate-batch-download > button { width: 100%; }
  .candidate-row-main { gap: 11px; }
  .factory-completed-row { grid-template-columns: 1fr; }
  .factory-completed-row button { grid-column: auto; justify-self: stretch; }
  .candidate-row-actions { justify-content: start; }
  .candidate-row-actions .candidate-action-lock { max-width: none; text-align: left; }
  .candidate-row-preview { grid-template-columns: minmax(110px, .45fr) 1fr; align-items: center; }
  .candidate-row-preview small { text-align: left; }
}

@media (max-width: 420px) {
  .radio-header .header-cta { display: none; }
  .radio-hero { padding-inline: 20px; }
  .radio-hero h1 { font-size: clamp(3.65rem, 20.5vw, 5rem); line-height: .78; }
}

@media (prefers-reduced-motion: reduce) {
  .signal-ring, .signal-spectrum i, .now-art i { animation: none; }
}
.radio-extras { margin: 1rem 0; padding: 1.2rem; border: 1px solid #254348; border-radius: 1rem; background: #071316; }
.radio-extras canvas { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: .7rem; }
.radio-extras canvas[hidden], [data-radio-operations][hidden] { display: none; }
.radio-extras p { color: #aac6ca; line-height: 1.6; }
.radio-extras pre { white-space: pre-wrap; line-height: 1.6; }
.radio-extras button { margin-top: .8rem; padding: .7rem 1rem; border: 1px solid #427880; border-radius: .6rem; background: #10292e; color: #dbf9fb; cursor: pointer; }
.radio-cost-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-top: 1rem; }
.radio-cost-form label { display: grid; gap: .5rem; }
.radio-cost-form input { width: 100%; padding: .6rem; background: #021015; border: 1px solid #386069; border-radius: .4rem; color: white; }
.radio-cost-form output { grid-column: 1 / -1; line-height: 1.6; }
