:root{--bitcoin-orange:orange;--white:#fff;--black:#000;--dark-bg:#1a1a1a;--card-bg:#0003;--text-muted:#ffffffb3}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-text-size-adjust:100%;overflow-x:hidden}.app-container{align-items:center;background-color:orange;background-color:var(--bitcoin-orange);color:#fff;color:var(--white);display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;justify-content:center;min-height:100vh;min-height:100dvh;overflow:hidden;padding:1rem}.coin-selector{left:50%;max-width:350px;position:absolute;top:1.5rem;transform:translateX(-50%);width:90%;z-index:20}.coin-search{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0003;background:var(--card-bg);border:2px solid #ffffff1a;border-radius:50px;color:#fff;color:var(--white);font-size:1rem;font-weight:600;outline:none;padding:.75rem 1rem;text-align:center;transition:all .2s ease;width:100%}.coin-search::placeholder{color:#ffffffb3;font-weight:500}.coin-search:focus{border-color:#fff6;border-radius:20px 20px 0 0;box-shadow:0 0 0 3px #ffffff1a}.coin-dropdown-list{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1af2;border:2px solid #ffffff1a;border-radius:0 0 20px 20px;border-top:none;left:0;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%}.coin-dropdown-item{align-items:center;color:#fff;color:var(--white);cursor:pointer;display:flex;gap:.6rem;padding:.65rem 1rem;transition:background .15s ease}.coin-dropdown-item:hover{background:#ffa50033}.coin-dropdown-item.active{background:#ffa5004d}.coin-dropdown-item.searching{color:#ffffff80;cursor:default;font-style:italic;justify-content:center}.coin-dropdown-item:last-child{border-radius:0 0 18px 18px}.coin-thumb{border-radius:50%;height:20px;width:20px}.coin-name{flex:1 1;font-size:.9rem;font-weight:500}.coin-symbol{color:#ffffff80;font-size:.8rem;font-weight:600}.price-container{text-align:center}.bitcoin-text{animation:pulse 2s infinite;font-size:clamp(1.5rem,8vw,4rem);line-height:1.1;margin:0 0 .5rem}.bitcoin-text,.price{color:#fff;color:var(--white);font-weight:900;letter-spacing:-.1em;text-align:center;text-shadow:4px 4px 8px #0000004d}.price{font-size:clamp(3rem,15vw,10rem);line-height:1;margin:0;word-break:break-all}.change{color:#fff;color:var(--white);font-size:clamp(1.5rem,6vw,4rem);font-weight:700;letter-spacing:.1em;line-height:1.2;margin-top:1rem;text-align:center;transition:all .3s ease}.positive{animation:positivePulse .5s ease-in-out;color:#2ecc71}.negative{animation:negativePulse .5s ease-in-out;color:#e74c3c}.slogan{bottom:5rem;color:#ffffffe6;font-family:monospace;font-size:clamp(.8rem,3vw,1.2rem);letter-spacing:.1em;max-width:100%;padding:0 1rem;position:fixed;text-align:center;text-transform:uppercase}@media (min-width:768px){.slogan{bottom:7rem;font-size:1.5rem}}.mute-container{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0003;border-radius:50px;display:flex;gap:.5rem;left:50%;padding:.4rem .75rem;position:fixed;top:4.5rem;transform:translateX(-50%);z-index:10}@media (min-width:768px){.mute-container{left:auto;padding:.75rem;right:2rem;top:2rem;transform:none}}.play-button{align-items:center;background:linear-gradient(135deg,orange,#ff8c00);border:none;border-radius:50px;box-shadow:0 4px 15px #ffa50066;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem;justify-content:center;min-width:160px;padding:.75rem 1.5rem;transition:all .3s ease}.play-button:hover{background:linear-gradient(135deg,#ff8c00,#ff6b00);box-shadow:0 6px 20px #ffa50099;transform:translateY(-2px)}.play-button:active{box-shadow:0 2px 10px #ffa50066;transform:translateY(0)}.play-button i,.random-button i{font-size:1.1rem}.mute-button{background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:2rem;padding:.5rem;transition:background-color .2s}.mute-button:hover{background-color:#ffffff1a}.mute-button.muted{color:#ffffff4d}.volume-container{position:relative;width:100px}.volume-slider{-webkit-appearance:none;appearance:none;background:#fff3;border:none;border-radius:2px;cursor:pointer;height:4px;outline:none;width:100%}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:2px solid orange;border-radius:50%;cursor:pointer;height:12px;-webkit-transition:background-color .2s;transition:background-color .2s;width:12px}.volume-slider::-webkit-slider-thumb:hover{background:orange}.volume-slider::-moz-range-thumb{background:#fff;border:2px solid orange;border-radius:50%;cursor:pointer;height:12px;-moz-transition:background-color .2s;transition:background-color .2s;width:12px}.volume-slider::-moz-range-thumb:hover{background:orange}.volume-label{color:#fff;font-size:.8rem;left:50%;opacity:.8;position:absolute;top:-1.5rem;transform:translateX(-50%)}.disclaimer{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000004d;border-radius:0;bottom:0;color:#ffffffb3;font-size:.7rem;left:0;line-height:1.3;max-width:100%;padding:.75rem;position:fixed;right:0;text-align:left;transform:none}@media (min-width:768px){.disclaimer{border-radius:8px 8px 0 0;font-size:.8rem;left:50%;max-width:800px;padding:1rem;right:auto;transform:translateX(-50%)}}.loading-text{animation:pulse 1.5s infinite;opacity:.6}.error-text{color:#ffffffb3;font-size:clamp(.8rem,2vw,1rem);font-style:italic;margin-top:.5rem}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes positivePulse{0%{color:#2ecc71;transform:scale(1)}50%{color:#27ae60;transform:scale(1.05)}to{color:#2ecc71;transform:scale(1)}}@keyframes negativePulse{0%{color:#e74c3c;transform:scale(1)}50%{color:#c0392b;transform:scale(1.05)}to{color:#e74c3c;transform:scale(1)}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.e10ea167.css.map*/