.animation-fill-both{animation-fill-mode:both}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary: #e66ba4;--secondary: #66b0fb;--text: #e1ecfe;--text-secondary: #cad9f8;--text-muted: #62656b;--text-link: var(--secondary);--text-error: #ff4d4d;--text-success: #4caf50;--background: #141414;--background-secondary: #1c1c1c;--background-tertiary: #222222;--background-overlay: rgba(0, 0, 0, .6);--hover-primary: #f076b0;--hover-secondary: #78baff;--hover-background: #1a1a1a;--hover-background-secondary: #242424;--border: #2e2e2e;--border-hover: #444;--accent: #ffb6d9;--accent-hover: #ffc3e1;--border-radius: .5rem;--border-radius-small: .25rem;--border-radius-large: .75rem;--input-background: var(--background-tertiary);--input-border: #444;--input-text: var(--text);--input-placeholder: var(--text-muted);--input-padding: .5rem;--input-border-radius: var(--border-radius-small)}#root{background-color:var(--background);min-height:100vh}*{margin:0;padding:0;box-sizing:border-box;color:var(--text-secondary);scrollbar-color:var(--background-tertiary) var(--background);scrollbar-width:thin}*::-webkit-scrollbar{width:10px}*::-webkit-scrollbar-thumb{background:var(--background-tertiary);border-radius:32px}*::-webkit-scrollbar-thumb:hover{background:var(--background-secondary)}*::-webkit-scrollbar-track{background:var(--background)}@supports not selector(::-webkit-scrollbar){*{scrollbar-color:var(--background-tertiary) var(--background)}}h1,h2,h3,h4,h5,h6{color:var(--text)}p,span{color:var(--text-secondary)}a{color:var(--text-link);text-decoration:none}button{background-color:var(--primary);color:var(--text);border:none;padding:.5rem 1rem;border-radius:4px;position:relative;overflow:hidden;cursor:pointer}button:hover{background-color:var(--hover-primary)}button:after{content:"";position:absolute;height:3px;width:0;left:50%;bottom:0;background-color:var(--secondary);transition:all .3s ease;transform:translate(-50%)}button:hover:after{width:100%}button:disabled{background-color:#555;cursor:default}textarea,input{background-color:var(--input-background);color:var(--text);border:1px solid var(--input-border);padding:.5rem;border-radius:var(--input-border-radius);width:100%;box-sizing:border-box;resize:none}textarea:focus,input:focus{border-color:var(--primary);outline:none}textarea:disabled,input:disabled{background-color:#333;color:var(--text-muted);cursor:not-allowed}.core-screen-loading{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:var(--background);position:relative}.core-screen-loading-icon{width:50px;aspect-ratio:1;color:var(--primary);background:currentColor;border-radius:50%;position:relative}.core-screen-loading-icon:before{content:"";position:absolute;background:radial-gradient(farthest-side at bottom right,#0000 94%,currentColor 96%) 0 0,radial-gradient(farthest-side at bottom left,#0000 94%,currentColor 96%) 100% 0,radial-gradient(farthest-side at top left,#0000 94%,currentColor 96%) 100% 100%,radial-gradient(farthest-side at top right,#0000 94%,currentColor 96%) 0 100%;background-size:25px 25px;background-repeat:no-repeat;animation:l39-1 1s infinite,l39-2 1s infinite}@keyframes l39-1{0%,10%,90%,to{inset:0}40%,60%{inset:-10px}}@keyframes l39-2{0%,40%{transform:rotate(0)}60%,to{transform:rotate(90deg)}}.core-screen-404{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--background);position:relative}.core-screen-404-header{font-size:3rem;color:var(--primary);font-weight:700}.core-screen-404-subheader{font-size:1.8rem;color:var(--text-secondary)}.core-screen-404-back{margin-top:1.5rem}.spotify-controller{max-width:400px;margin:auto;text-align:center;position:fixed;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.8rem;bottom:.5rem;left:.5rem;background-color:var(--input-background);padding:var(--input-padding);border-radius:var(--border-radius);z-index:999}.spotify-album-art{width:5rem;height:5rem;border-radius:10px}.spotify-song-info{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;margin-right:.3rem;width:12rem}.spotify-song-info>h2{font-size:.9rem;font-weight:600}.spotify-song-info>h3{font-size:.8rem;color:var(--text-secondary)}.spotify-song-info>p{font-size:.8rem;color:var(--text-secondary)}.spotify-song-info *{line-height:1.1rem}.spotify-progress-bar{height:10px;background:var(--accent);border-radius:5px;margin:10px 0;width:100%;overflow:hidden}.spotify-progress-fill{height:100%;background:var(--primary);transition:width 1s linear}.spotify-controls button{margin:0 5px}
