:root{--bg-deep: #071223;--bg-mid: #0d1c33;--bg-soft: #132b49;--text-main: #f5f9ff;--text-muted: #a8c0de;--surface: rgba(12, 31, 54, .62);--surface-strong: rgba(18, 47, 81, .9);--border: rgba(135, 180, 232, .25);--accent: #4ec0ff;--accent-soft: rgba(78, 192, 255, .25);--danger: #ff9aa5;font-family:Trebuchet MS,Segoe UI,sans-serif;color:var(--text-main)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(1000px 560px at 8% 5%,#20487a 0%,transparent 62%),radial-gradient(920px 520px at 90% 90%,#0c3f67 0%,transparent 55%),linear-gradient(130deg,var(--bg-mid) 0%,var(--bg-deep) 52%,#020914 100%)}#root{min-height:100vh}.app-shell{min-height:100vh;padding:2rem 1rem 2.5rem}.app-panel{max-width:1080px;margin:0 auto;padding:1.2rem;border:1px solid var(--border);border-radius:22px;background:linear-gradient(155deg,#132c49de,#081424cc);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 24px 50px #03091473}.hero-header h1{margin:0;font-size:clamp(2rem,4vw,3rem);letter-spacing:.02em}.hero-chip{display:inline-block;margin:0 0 .65rem;padding:.24rem .66rem;border:1px solid var(--accent-soft);border-radius:999px;font-size:.72rem;letter-spacing:.18em;color:#cbe9ff}.hero-subtitle{margin:.7rem 0 0;color:var(--text-muted);font-size:1.03rem}.toolbar-row{margin-top:.8rem;display:grid;gap:.55rem}.search-box{display:flex;align-items:center;gap:.58rem;border:1px solid rgba(121,175,225,.45);border-radius:999px;background:#071c30b8;padding:.5rem .78rem;max-width:470px}.search-box:focus-within{border-color:#99d4ffd1;box-shadow:0 0 0 2px #6ac2ff33}.search-icon{width:1rem;height:1rem;color:#9ecff5;flex-shrink:0}.search-icon svg{display:block;width:100%;height:100%}.search-box input{width:100%;border:0;background:transparent;color:#ecf8ff;font-size:.94rem}.search-box input::-moz-placeholder{color:#9ab9d6}.search-box input::placeholder{color:#9ab9d6}.search-box input:focus{outline:none}.search-clear-btn{border:1px solid rgba(129,187,235,.45);border-radius:999px;background:#0b2a48b8;color:#dcefff;padding:.22rem .62rem;font-size:.74rem;cursor:pointer;flex-shrink:0}.search-clear-btn:hover{border-color:#a7dbffd6;background:#0f385cd1}.search-clear-btn:focus-visible{outline:2px solid #95d6ff;outline-offset:2px}.search-suggestions{display:flex;flex-wrap:wrap;gap:.45rem}.search-suggestion-btn{border:1px solid rgba(129,187,235,.5);border-radius:999px;background:#0825419e;color:#d8eeff;padding:.28rem .72rem;font-size:.78rem;cursor:pointer}.search-suggestion-btn:hover{border-color:#a7dbffd6;background:#0f385cb8}.status-row{margin-top:.95rem;display:inline-flex;align-items:center;gap:.56rem;border:1px solid var(--border);border-radius:999px;padding:.44rem .85rem;background:#08182d80;max-width:100%}.status-dot{width:9px;height:9px;border-radius:50%;background:#54f0b4;box-shadow:0 0 0 6px #54f0b433}.state-note{margin:.5rem 0 0;color:#c4d8f1}.state-note-error{color:var(--danger)}.station-grid{margin-top:1.25rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.86rem}.station-card{display:flex;flex-direction:column;justify-content:space-between;min-height:150px;border:1px solid var(--border);border-radius:16px;padding:.95rem;background:linear-gradient(170deg,var(--surface) 0%,rgba(6,21,41,.74) 100%);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.station-card:hover{transform:translateY(-3px);border-color:#a8d5ffad;box-shadow:0 12px 22px #050b1754}.station-card-current{border-color:#71beffeb;background:linear-gradient(170deg,var(--surface-strong) 0%,rgba(9,27,49,.8) 100%)}.station-card-playing{box-shadow:0 0 0 1px #68d4ffa3,0 10px 30px #16527773}.station-card h2{margin:0;font-size:1.02rem;line-height:1.3}.station-card p{margin:.35rem 0 0;color:var(--text-muted);font-size:.92rem}.play-btn{align-self:flex-start;margin-top:.9rem;border:1px solid rgba(119,182,232,.78);border-radius:999px;background:linear-gradient(130deg,#0a2948,#154e7d);color:#eaf6ff;padding:.45rem .94rem;font-size:.76rem;letter-spacing:.08em;cursor:pointer;transition:filter .2s ease,transform .2s ease}.play-btn span{display:inline-block;min-width:3.8rem;text-align:center}.play-btn:hover{filter:brightness(1.15);transform:translateY(-1px)}.play-btn:focus-visible{outline:2px solid #95d6ff;outline-offset:2px}@media (max-width: 680px){.app-shell{padding:1rem .75rem 1.5rem}.app-panel{padding:1rem;border-radius:16px}.station-grid{grid-template-columns:1fr}.status-row{width:100%;border-radius:14px;padding:.6rem .75rem;justify-content:flex-start;align-items:flex-start;text-align:left}.search-box{width:100%;max-width:none;padding:.58rem .72rem}.search-suggestions{width:100%}.status-row span:last-child{overflow-wrap:anywhere}.station-card{min-height:128px;gap:.75rem}.play-btn{width:100%;align-self:stretch;padding:.62rem .94rem}}
