.device-head { position: relative; }
.station-signal { display:flex;align-items:center;gap:7px;max-width:58%;min-height:44px;padding:6px 0 6px 10px;border:0;background:transparent;color:#c9ded1;font:inherit;font-size:.57rem;text-align:right;letter-spacing:.04em; }
.station-signal #signal-label { overflow-wrap:anywhere; }
.station-signal i { flex:none;width:6px;height:6px;background:#eafff2;box-shadow:0 0 8px #b9ffdc40; }
.station-signal:focus-visible { outline:1px solid #dffff0;outline-offset:3px;border-radius:8px; }
.station-story { position:absolute;z-index:12;right:12px;top:calc(100% - 2px);width:min(320px,calc(100vw - 32px));padding:19px;border:1px solid #d9ffea25;border-radius:14px;background:radial-gradient(ellipse at 50% 15%,#66dca914,transparent 70%),#06110efc;box-shadow:0 18px 45px #0008; }
.station-story[hidden] { display:none; }
.station-story h2 { margin:0 0 10px;color:#e7f8ed;font-size:.76rem;font-weight:500;letter-spacing:.09em; }
.station-story p { margin:0 0 14px;color:#bfd1c5;font-size:.71rem;line-height:1.65; }
.station-story button { background:transparent;border:0;border-bottom:1px solid #b9ffdc55;color:#eafff1;padding:8px 0;font:inherit;font-size:.67rem; }
.station-story button:disabled { opacity:.5; }
.station-signal[data-state=error] i { background:#eac78d;box-shadow:none; }
@media(prefers-reduced-motion:no-preference) {
  .station-story:not([hidden]) { animation:station-reveal 220ms ease-out both; }
  @keyframes station-reveal { from { opacity:0;transform:translateY(-4px); } to { opacity:1;transform:translateY(0); } }
}
