.star{--size: 36px;display:inline-block;border:.5px solid transparent;border-radius:100%;cursor:pointer;width:var(--size);height:var(--size);fill:#808080b3}.star.on{fill:#ffd500}.star:hover{background:#fff6;border-color:#fff;fill:#ffd500}.star:active{background:#ffd500;fill:#000}.channel-list{list-style-type:none;margin:0;padding:0;color:#e6e6e6}.channel-list li{padding:.7em .5em;display:flex;align-items:center;transition:.2s border-color,.2s background-color;cursor:pointer;border:1px solid transparent;border-radius:5px}.channel-list li:not(.current-station):hover,.channel-list li.current-station{border-color:gray;background-color:#80808033}.channel-list li.current-station{font-weight:700}.channel-list li img{height:60px;margin-right:1em}.channel-list li a{text-decoration:none;color:inherit}.channel-list li.hidden{display:none}.channel-list .star{position:absolute;top:6px;right:6px}@media(max-width:1000px){.channel-list .star{--size: 25px}}.station-list{padding:2em 1em 1em;font-weight:100;z-index:70}@media(max-width:999px){.station-list.js-hide{display:none}}.station-list h3{padding:3px 0;border-bottom:1px dotted hsla(0,0%,100%,.5)}.station-list h4{font-weight:300;margin:1.5em 0 .1em}.station-list .actions{margin:1.2em 0 0;display:flex;padding:.4em 0}.station-list .actions a{display:inline-block;font-size:.9em;color:#8cbfd9;padding:.5em 1em;margin-right:.5em}.station-list .actions a.js-active{font-weight:700;background-color:#8080801a}.station-list .options input[name=bandwidth]{width:3em}@media(min-width:1000px){.station-list{min-height:100vh;grid-row-start:auto}}input[name=search]{display:block;width:80%;font-size:.9em;padding:.5em 1em;box-sizing:border-box}.message[data-v-2b7083a2]{position:fixed;top:0;width:80vw;left:10vw;top:10vh;box-sizing:border-box;padding:1.5em;display:flex;justify-content:center;align-items:center;background:#d0ffd0;color:#03620e;z-index:101;box-shadow:4px 4px 5px #0003;border-radius:3px;font-size:1.4em;font-weight:500}._error[data-v-2b7083a2]{background:#ffccd5;color:#530000}._warning[data-v-2b7083a2]{background:#ffcf5c;color:#592905}.station-image-column[data-v-75f21e93]{display:none}@media(min-width:1000px){.station-image-column[data-v-75f21e93]{grid-row-start:auto;display:block;padding:2em 1em}}@media(min-width:1000px){img.station-image[data-v-75f21e93]{max-width:100%;width:auto;box-shadow:2px 2px 2px #000000b3}}audio[data-v-389bc2dc]{width:100%;margin-top:1.5em}.station-column[data-v-389bc2dc]{height:100%;z-index:30}@media(min-width:1000px){.station-column[data-v-389bc2dc]{padding:2em}}.station-container[data-v-389bc2dc]{padding:1em;background:#00000080;transition:.2s opacity;opacity:1;height:100%}.station-container a[data-v-389bc2dc]{color:inherit}.station-container.hidden[data-v-389bc2dc]{opacity:0}@media(min-width:1000px){.station-container[data-v-389bc2dc]{position:sticky;top:2em;padding:2em;border-radius:5px;display:grid;grid-template-columns:50% 50%;grid-gap:1em;height:auto}}.station-data[data-v-389bc2dc]{align-self:start}.station-data h2.station-title[data-v-389bc2dc]{font-size:1.8em;padding:0;margin:0 0 .5em}@media(min-width:600px){.station-data h2.station-title[data-v-389bc2dc]{font-size:2.5em}}.station-data h2.station-title .star[data-v-389bc2dc]{--size: 44px}.station-data h2.station-title .star[data-v-389bc2dc]:not(.on){fill:#000;stroke:#fff;stroke-width:11px}.station-data p.station-description[data-v-389bc2dc]{margin:1em 0;color:#e6e6e6;font-style:italic;clear:both;grid-column:1 / -1}.station-data img.station-image[data-v-389bc2dc]{grid-area:2 / 2}.station-data audio[data-v-389bc2dc]{grid-column:1 / -1}@media(max-width:999px){.station-data p.station-description[data-v-389bc2dc],.station-data img.station-image[data-v-389bc2dc]{display:none}}@media(min-width:1000px){.station-data[data-v-389bc2dc]{display:grid;grid-template-columns:70% 1fr}}@keyframes spin-389bc2dc{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes sprayOut-389bc2dc{0%{opacity:0;border-color:#fff;transform:perspective(100px) translateZ(0)}50%{opacity:.6}to{opacity:0;border-color:#ff9d2e;transform:perspective(100px) translateZ(70px)}}.action-links[data-v-389bc2dc]{padding:1em 0;grid-column:1 / -1;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:center}.action-links a[data-v-389bc2dc]{cursor:pointer;margin-right:.8em}.action-links a[data-v-389bc2dc]:hover{opacity:1}.action-links .playing-indication-button[data-v-389bc2dc]{position:relative;z-index:50}.action-links .playing-indication-button[data-v-389bc2dc]:after{content:"";--size: 27px;position:absolute;z-index:40;top:2px;left:2px;height:var(--size);width:var(--size);border-radius:var(--size);border:2px solid white;opacity:0;animation:2s linear infinite normal sprayOut-389bc2dc}.action-links img[data-v-389bc2dc]{height:36px}div.now-playing[data-v-389bc2dc]{display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;padding:0 1em 0 .5em}div.now-playing h3[data-v-389bc2dc]{font-size:1.7em;font-weight:700;opacity:.4;margin:.5rem 0}div.now-playing .now-playing-data[data-v-389bc2dc]{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;background:#0000004d;padding:.9em;border-radius:3px}@media(min-width:1000px)and (max-width:1500px){div.now-playing .now-playing-data[data-v-389bc2dc]{display:block}}div.now-playing .now-playing-image[data-v-389bc2dc]{text-align:right}div.now-playing .now-playing-image img[data-v-389bc2dc]{max-width:100%}div.now-playing .song-title[data-v-389bc2dc]{font-weight:700}div.now-playing .song-artist[data-v-389bc2dc]{font-size:.7em}div.now-playing .song-artist span[data-v-389bc2dc]{font-size:.9rem;font-style:italic;font-weight:400}div.now-playing .song-album[data-v-389bc2dc]{font-size:.7em}div.now-playing .song-album span[data-v-389bc2dc]{font-size:.9rem;font-weight:400}div.now-playing a.station-link[data-v-389bc2dc]{display:block;margin:.7em 0;font-size:.8em;opacity:.8}.volume-control[data-v-389bc2dc]{display:flex;align-items:center;justify-content:center;margin:.5em 0}.volume-control img[data-v-389bc2dc]{height:20px;margin:0 .6em;opacity:.5}.spin-on-click-active[data-v-389bc2dc]{animation:spin-389bc2dc 1.2s forwards 1}header[data-v-8775bfe3]{padding:.3em 1em;height:var(--fixedTopSpace);display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.9em;z-index:90;position:fixed;top:0;width:100%;box-sizing:border-box;left:0;box-shadow:0 10px 10px #00000080}@media(min-width:1000px){header[data-v-8775bfe3]{position:static}}h1[data-v-8775bfe3]{font-size:1em}@media(min-width:600px){h1[data-v-8775bfe3]{font-size:1.6em}}h2.station-name[data-v-8775bfe3]{font-size:.8em;font-weight:200}h2.station-name[data-v-8775bfe3]:before{content:"—"}h2.station-name ._label[data-v-8775bfe3]{font-weight:200;margin-right:1em;display:none}@media(min-width:600px){h2.station-name[data-v-8775bfe3]{font-size:1.2em}}@media(min-width:1000px){h2.station-name[data-v-8775bfe3]{font-weight:700}h2.station-name ._label[data-v-8775bfe3]{display:inline}h2.station-name[data-v-8775bfe3]:before{content:none}}.primary-icon[data-v-8775bfe3]{margin-right:auto}.primary-icon img[data-v-8775bfe3]{--menuIconSize: 24px;height:var(--menuIconSize);width:var(--menuIconSize)}.show-menu-mobile h1[data-v-8775bfe3],.show-menu-mobile h2[data-v-8775bfe3]{opacity:.5}.show-menu-mobile .primary-icon img[data-v-8775bfe3]{--menuIconSize: 18px}@media(min-width:1000px){header[data-v-8775bfe3]{justify-content:space-between}.primary-icon[data-v-8775bfe3]{display:none}}@font-face{font-family:Poppins;src:url(/assets/Poppins-Thin-BPsKtqQ2.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-ThinItalic-O03G7nOA.ttf) format("truetype");font-weight:100;font-style:italic}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraLight-eLgcIHsY.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraLightItalic-YcLcaVhG.ttf) format("truetype");font-weight:200;font-style:italic}@font-face{font-family:Poppins;src:url(/assets/Poppins-Light-ChBmluwM.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-LightItalic-CbjgxYe4.ttf) format("truetype");font-weight:300;font-style:italic}@font-face{font-family:Poppins;src:url(/assets/Poppins-Regular-CDE4z94E.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-Italic-WrCqqZsw.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Poppins;src:url(/assets/Poppins-Bold-B5ijbvYk.ttf) format("truetype");font-weight:700;font-style:normal}:root{--fixedTopSpace: 3em;--linkBlue: hsl(200, 100%, 78%)}@media(min-width:600px){:root{--fixedTopSpace: 4em}}*{position:relative;box-sizing:border-box}body{padding:0;margin:0;background:#1a1a1a;background-image:url(/assets/funky-lines-trans-DEZs1uyW.png);color:#f2f2f2;transition:.5s background-color;position:relative;font-family:Poppins;font-size:15px;font-weight:200}@media(min-width:1000px){body:after{content:"Soma FM";position:fixed;z-index:0;bottom:0;left:0;width:100%;height:50vh;background-image:linear-gradient(transparent,#00000080);text-align:right;font-size:13vw;font-weight:700;color:#bfbfbf1a;box-sizing:border-box;padding:0 1vw 8vh 0;display:flex;align-items:flex-end;justify-content:flex-end;line-height:.9em}}#soma{display:grid;margin-top:var(--fixedTopSpace);height:calc(100vh - var(--fixedTopSpace))}@media(min-width:1000px){#soma{margin-top:auto}}img[src=""]{display:none}.hide-when-empty:empty{display:none}.frame-bg{background:#000}@media(min-width:1000px){.main-layout{display:grid;grid-template-columns:300px 1fr}}header.show-menu-mobile~.main-layout .station-column,header.show-menu-mobile~.main-layout .station-container{height:auto}footer{bottom:0;right:0;background:#000;padding:.8em 1.5em;font-weight:400;font-size:.8em;color:#d1d1d1;width:100%;z-index:60;display:flex;justify-content:center;flex-direction:column}footer a{color:var(--linkBlue);font-weight:700;text-decoration:none}footer a:hover{text-decoration:underline}footer section{text-align:center}footer section._shortcuts{display:none}@media(min-width:1000px){footer{position:fixed;justify-content:flex-end;flex-direction:row}footer section{margin:0 1.4em 0 0;padding:0 1.4em 0 0;text-align:left}footer section:not(:last-child){border-right:1px solid rgb(105,105,105)}footer section._shortcuts{display:block}}.keyboard-shortcuts{position:fixed;top:10vh;width:50vw;min-width:450px;height:80vh;z-index:100;background:#000;color:#b1b1b1;padding:2em;box-sizing:border-box;margin:0 25vw;border-radius:6px;box-shadow:0 0 40px #00000080}.keyboard-shortcuts ._close{font-weight:600;font-size:1em;position:absolute;top:12px;right:12px;width:24px;height:24px;padding:0;margin:0;color:#000;text-decoration:none;background:var(--linkBlue);display:flex;justify-content:center;align-items:center;border-radius:20px}.keyboard-shortcuts table{font-weight:500;font-size:16px;border-collapse:collapse}.keyboard-shortcuts table td{padding:.3em 1em;border-bottom:1px solid hsla(0,0%,100%,.2)}.keyboard-shortcuts table td b{font-weight:800;font-size:18px;color:#fff}.keyboard-shortcuts table td:first-child{width:5em;text-align:right;white-space:pre}.appear-enter-active{transition:all .7s}.appear-leave-active{transition:all .3s}.appear-enter,.appear-leave-to{transform:perspective(100px) translateZ(-20px);opacity:0}
