:root{--chrome-light:#e8e8ea;--chrome-mid:#c9c9cf;--chrome-dark:#8e8e96;--screen-bg:#cfe0c8;--screen-fg:#1c2b18;--accent:#4a7fd6;--accent-dark:#2f5aa8;--danger:#c0392b;--font-lcd:"VT323", monospace;--font-ui:"Chakra Petch", sans-serif;--header-bg-1:#4c6b41;--header-bg-2:#375030;--header-fg:#eaf3e4;--thumb-bg:#3d5936;--thumb-fg:#eaf3e4;--login-border:#33421f;--login-input-bg:#eaf3e4}:root[data-theme=ice]{--chrome-light:#eef4f8;--chrome-mid:#cfe0ea;--chrome-dark:#93aebb;--screen-bg:#d7ecf5;--screen-fg:#16323d;--accent:#2f9fd6;--accent-dark:#1f77a8;--header-bg-1:#3f8aab;--header-bg-2:#2b6580;--header-fg:#eaf7fc;--thumb-bg:#2b6580;--thumb-fg:#eaf7fc;--login-border:#1f4a58;--login-input-bg:#eaf7fc}:root[data-theme=amber]{--chrome-light:#3a342a;--chrome-mid:#2a251d;--chrome-dark:#171410;--screen-bg:#1a1108;--screen-fg:#ffb347;--accent:#ff9f1c;--accent-dark:#cc7d0f;--header-bg-1:#3d2a10;--header-bg-2:#241a0a;--header-fg:#ffcf80;--thumb-bg:#241a0a;--thumb-fg:#ffcf80;--login-border:#7a4f10;--login-input-bg:#241a0a}:root[data-theme=pink]{--chrome-light:#fdeef4;--chrome-mid:#f4c9dc;--chrome-dark:#d992b3;--screen-bg:#fbe2ec;--screen-fg:#5c1f3a;--accent:#e0568f;--accent-dark:#b8386c;--header-bg-1:#d9679b;--header-bg-2:#b8477c;--header-fg:#fdeef4;--thumb-bg:#b8477c;--thumb-fg:#fdeef4;--login-border:#8a2d5a;--login-input-bg:#fdeef4}:root[data-theme=midnight]{--chrome-light:#2c3444;--chrome-mid:#1c2230;--chrome-dark:#0e1420;--screen-bg:#0e1420;--screen-fg:#8fd8ff;--accent:#5b8cff;--accent-dark:#3f66cc;--header-bg-1:#1c2a44;--header-bg-2:#0e1728;--header-fg:#bfe3ff;--thumb-bg:#16223a;--thumb-fg:#bfe3ff;--login-border:#2c3f5c;--login-input-bg:#0e1728}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font-ui);color:#222;-webkit-tap-highlight-color:transparent;background:radial-gradient(circle at 50% 0,#3a3a42,#16161a 70%)}.ps-loading{color:#eee;height:100vh;font-family:var(--font-lcd);justify-content:center;align-items:center;font-size:24px;display:flex}.ps-login-page{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.ps-login-device{background:linear-gradient(180deg, var(--chrome-light), var(--chrome-mid));border-radius:28px;width:320px;padding:18px;box-shadow:0 20px 60px #0009,inset 0 0 0 2px #fff6}.ps-login-screen{background:var(--screen-bg);border:6px solid #333;border-radius:10px;flex-direction:column;align-items:center;gap:10px;min-height:300px;padding:18px 16px;display:flex}.ps-login-logo{font-family:var(--font-lcd);color:var(--screen-fg);letter-spacing:1px;font-size:30px}.ps-login-tagline{font-family:var(--font-lcd);color:var(--thumb-bg);margin-bottom:8px;font-size:15px}.ps-login-form{flex-direction:column;gap:8px;width:100%;display:flex}.ps-login-form input{font-family:var(--font-ui);border:2px solid var(--login-border);background:var(--login-input-bg);color:var(--screen-fg);border-radius:4px;padding:9px 10px;font-size:14px}.ps-login-form button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;margin-top:4px;padding:10px;font-weight:700}.ps-login-form button:hover{background:var(--accent-dark)}.ps-login-error{color:var(--danger);font-size:13px;font-family:var(--font-ui)}.ps-google-btn{text-align:center;background:var(--login-input-bg);border:2px solid var(--login-border);width:100%;color:var(--screen-fg);border-radius:6px;margin-top:6px;padding:9px;font-size:13px;font-weight:600;text-decoration:none;display:block}.ps-link-btn{color:var(--login-border);cursor:pointer;background:0 0;border:none;margin-top:4px;font-size:12px;text-decoration:underline}.ps-login-wheel{background:radial-gradient(circle at 35% 30%,#f4f4f6,#b9b9c1 70%);border-radius:50%;width:170px;height:170px;margin:24px auto 6px;position:relative;box-shadow:inset 0 0 12px #00000059,0 4px 10px #0006}.ps-login-wheel-center{background:linear-gradient(#fdfdfd,#d7d7dc);border-radius:50%;width:62px;height:62px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 6px #0000004d}.ps-shell{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.ps-device{background:linear-gradient(180deg, var(--chrome-light), var(--chrome-mid) 60%, var(--chrome-dark));border-radius:30px;flex-direction:column;gap:12px;width:360px;max-width:94vw;padding:16px;display:flex;box-shadow:0 24px 70px #000000a6,inset 0 0 0 2px #ffffff59}.ps-topbar{justify-content:space-between;align-items:center;padding:0 4px;display:flex}.ps-brand{font-family:var(--font-lcd);color:#444;letter-spacing:1px;font-size:15px}.ps-toast{color:var(--accent-dark);background:#dce8ff;border-radius:10px;padding:2px 8px;font-size:11px}.ps-yt-mount{border-radius:6px;height:0;transition:height .15s;overflow:hidden}.ps-yt-mount--visible{justify-content:center;height:90px;margin-bottom:4px;display:flex}.ps-screen{background:var(--screen-bg);border:7px solid #2b2b2b;border-radius:10px;flex-direction:column;height:340px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 24px #00000059}.ps-screen:after{content:"";pointer-events:none;mix-blend-mode:multiply;background:repeating-linear-gradient(#0000000d,#0000000d 1px,#0000 1px 3px);position:absolute;inset:0}@keyframes ps-fade-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.ps-screen-fade{animation:.16s ease-out ps-fade-in}.ps-screen-header{background:linear-gradient(180deg, var(--header-bg-1), var(--header-bg-2));color:var(--header-fg);font-family:var(--font-lcd);justify-content:space-between;align-items:center;gap:8px;padding:6px 10px;font-size:18px;display:flex}.ps-mini-now-playing{opacity:.85;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;max-width:55%;font-size:13px;overflow:hidden}.ps-screen-body{color:var(--screen-fg);flex:1;overflow-y:auto}.ps-list{flex-direction:column;display:flex}.ps-list-row{cursor:pointer;border-bottom:1px solid #00000014;flex-direction:row;align-items:center;gap:8px;padding:7px 10px;transition:background-color .12s,color .12s,padding-left .12s;display:flex;position:relative}.ps-list-row:hover{background:#4a7fd624}.ps-list-row--active{background:var(--accent);color:#fff;padding-left:14px}.ps-list-row--active .ps-list-sublabel{color:#eaf1ff}.ps-list-thumb{object-fit:cover;background:var(--thumb-bg);border-radius:4px;flex-shrink:0;width:34px;height:34px;box-shadow:0 1px 3px #00000040}.ps-list-swatch{border:1px solid #00000040;border-radius:50%;flex-shrink:0;width:22px;height:22px;box-shadow:0 1px 2px #0003}.ps-list-thumb--empty{color:var(--thumb-fg);justify-content:center;align-items:center;font-size:15px;display:flex}.ps-list-text{flex-direction:column;flex:1;min-width:0;display:flex}.ps-list-label{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.ps-list-sublabel{opacity:.75;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.ps-list-empty{text-align:center;font-family:var(--font-lcd);opacity:.7;padding:24px 12px;font-size:16px}.ps-list-actions{flex-shrink:0;gap:4px;display:flex}.ps-list-action-btn{width:24px;height:24px;color:inherit;cursor:pointer;opacity:0;background:#0000001f;border:none;border-radius:50%;font-size:12px;line-height:1;transition:opacity .12s,transform .12s,background-color .12s;transform:scale(.9)}.ps-list-row:hover .ps-list-action-btn,.ps-list-row--active .ps-list-action-btn{opacity:1;transform:scale(1)}.ps-list-action-btn:hover{background:#00000047}.ps-meta-row{align-items:center}.ps-meta-thumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:40px;height:40px;margin-right:4px}.ps-meta-thumb--empty{background:var(--thumb-bg);color:var(--thumb-fg);justify-content:center;align-items:center;display:flex}.ps-nowplaying{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:14px;display:flex}.ps-nowplaying--empty{font-family:var(--font-lcd);opacity:.7;padding:60px 20px;font-size:18px}.ps-cover{background:var(--thumb-bg);border-radius:6px;justify-content:center;align-items:center;width:130px;height:130px;display:flex;overflow:hidden;box-shadow:0 4px 10px #00000040}.ps-cover img{object-fit:cover;width:100%;height:100%}.ps-cover-fallback{color:var(--thumb-fg);font-size:48px}.ps-np-title{font-family:var(--font-lcd);margin-top:6px;font-size:22px}.ps-np-artist{opacity:.8;font-size:12px}.ps-progress{width:100%;margin-top:6px}.ps-progress-bar{background:#00000026;border-radius:4px;height:6px;overflow:hidden}.ps-progress-fill{background:var(--accent);height:100%}.ps-progress-times{font-size:10px;font-family:var(--font-lcd);justify-content:space-between;margin-top:2px;display:flex}.ps-np-modes{gap:8px;margin-top:8px;display:flex}.ps-mode-btn{cursor:pointer;background:#fff6;border:1px solid #0003;border-radius:12px;padding:4px 8px;font-size:11px}.ps-mode-btn--on{background:var(--accent);color:#fff;border-color:var(--accent-dark)}.ps-volume{align-items:center;gap:6px;width:100%;margin-top:10px;font-size:14px;display:flex}.ps-volume input{flex:1}.ps-search{flex-direction:column;height:100%;display:flex}.ps-profile{flex-direction:column;gap:6px;display:flex}.ps-profile-banner{background:linear-gradient(135deg, var(--accent), var(--accent-dark));cursor:pointer;background-position:50%;background-size:cover;justify-content:center;align-items:flex-end;height:70px;display:flex;position:relative}.ps-profile-banner-hint{color:#fff;background:#00000059;border-radius:8px;margin-bottom:4px;padding:2px 8px;font-size:10px}.ps-profile-avatar-row{align-items:center;gap:10px;margin-top:-24px;padding:0 12px;display:flex}.ps-profile-avatar{border:3px solid var(--screen-bg);background:var(--thumb-bg);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:hidden}.ps-profile-avatar img{object-fit:cover;width:100%;height:100%}.ps-profile-avatar-fallback{color:var(--thumb-fg);font-size:20px}.ps-profile-handle{font-family:var(--font-lcd);margin-top:12px;font-size:18px}.ps-profile-bio{opacity:.85;padding:0 12px;font-size:12px}.ps-profile-form{padding:8px 12px}.ps-profile-form textarea{font-family:var(--font-ui);resize:vertical;border:1px solid #0003;border-radius:4px;padding:8px}.ps-social-auth{flex-direction:column;gap:8px;padding:16px;display:flex}.ps-social-tagline{font-family:var(--font-lcd);margin-bottom:4px;font-size:16px}.ps-social-info{color:var(--accent-dark);font-size:12px}.ps-social-section{font-family:var(--font-lcd);opacity:.75;padding:8px 10px 2px;font-size:15px}.ps-discover-tabs{gap:6px;padding:8px 8px 0;display:flex}.ps-tab-btn{cursor:pointer;background:#fff6;border:1px solid #0003;border-radius:6px;flex:1;padding:6px;font-size:12px;font-weight:600}.ps-tab-btn--active{background:var(--accent);color:#fff;border-color:var(--accent-dark)}.ps-search input{font-family:var(--font-ui);border:1px solid #0003;border-radius:6px;margin:8px;padding:8px}.ps-upload{flex-direction:column;gap:12px;height:100%;padding:14px;display:flex}.ps-upload-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:10px;font-weight:700}.ps-upload-jobs{flex-direction:column;gap:8px;display:flex;overflow-y:auto}.ps-upload-job-name{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600;overflow:hidden}.ps-upload-job-bar{background:#0000001f;border-radius:4px;height:6px;margin:3px 0;overflow:hidden}.ps-upload-job-fill{background:var(--accent);height:100%;transition:width .2s}.ps-upload-job-fill--error{background:var(--danger)}.ps-upload-job-status{opacity:.8;font-size:10px}.ps-wheel-wrap{justify-content:center;padding:6px 0 2px;display:flex}.ps-wheel-ring{touch-action:none;-webkit-user-select:none;user-select:none;background:radial-gradient(circle at 35% 30%,#f6f6f8,#b6b6be 75%);border-radius:50%;width:220px;height:220px;position:relative;box-shadow:inset 0 0 16px #00000059,0 6px 14px #0006}.ps-wheel-btn{color:#555;font-family:var(--font-ui);cursor:pointer;letter-spacing:1px;background:0 0;border:none;font-size:13px;font-weight:700;position:absolute}.ps-wheel-menu{top:14px;left:50%;transform:translate(-50%)}.ps-wheel-prev{font-size:18px;top:50%;left:16px;transform:translateY(-50%)}.ps-wheel-next{font-size:18px;top:50%;right:16px;transform:translateY(-50%)}.ps-wheel-play{font-size:18px;bottom:14px;left:50%;transform:translate(-50%)}.ps-wheel-center{cursor:pointer;background:linear-gradient(#fdfdfd,#d3d3d8);border:none;border-radius:50%;width:84px;height:84px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 8px #0000004d,0 2px 4px #0003}.ps-wheel-center:active{box-shadow:inset 0 0 12px #00000080,0 0 14px #4a7fd68c}.ps-wheel-btn:active{color:var(--accent-dark)}@media (width<=420px){.ps-device{width:100%}.ps-wheel-ring{width:190px;height:190px}}
