:root{--glass-bg: rgba(15, 15, 20, .6);--glass-bg-light: rgba(255, 255, 255, .05);--glass-border: rgba(255, 255, 255, .08);--glass-border-hover: rgba(255, 255, 255, .15);--glass-blur: 25px;--glass-shadow: 0 8px 32px rgba(0, 0, 0, .4);--accent-primary: #8b5cf6;--accent-secondary: #6366f1;--accent-gradient: linear-gradient(135deg, #8b5cf6, #6366f1, #3b82f6);--accent-glow: rgba(139, 92, 246, .3);--text-primary: rgba(255, 255, 255, .95);--text-secondary: rgba(255, 255, 255, .6);--text-muted: rgba(255, 255, 255, .35);--font-serif: "Playfair Display", "Georgia", serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--radius-full: 9999px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden;font-family:var(--font-sans);background:#0a0a0f;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{border:none;background:none;cursor:pointer;color:inherit;font-family:inherit}input{border:none;outline:none;font-family:inherit}.landing-page{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.landing-bg{position:absolute;inset:0;background-image:url(/BG.png);background-size:cover;background-position:center top;background-repeat:no-repeat;z-index:0;animation:bgZoom 40s ease-in-out infinite alternate}@keyframes bgZoom{0%{transform:scale(1)}to{transform:scale(1.06)}}.landing-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000000f,#0000 25% 50%,#00000040);z-index:1}.landing-brand{position:absolute;top:26px;left:32px;z-index:10;display:flex;align-items:baseline;gap:2px;text-shadow:0 1px 6px rgba(0,0,0,.15)}.landing-brand-logo{height:38px;width:auto}.landing-pro-container{position:absolute;top:24px;right:32px;z-index:50;display:flex;flex-direction:column;align-items:flex-end}.landing-pro-btn{padding:10px 24px;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.2);background:#ffffff0d;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#fff;font-family:var(--font-sans);font-size:13px;font-weight:500;letter-spacing:.5px;cursor:pointer;transition:all .4s cubic-bezier(.2,.8,.2,1);display:flex;align-items:center;gap:8px;box-shadow:0 4px 20px #0000001a,inset 0 0 0 1px #ffffff1a}.landing-pro-btn:hover{background:#ffffff1f;border-color:#fff6;box-shadow:0 8px 32px #0003,inset 0 0 0 1px #fff3;transform:translateY(-2px)}.pro-sparkle{color:#eab308;font-size:14px;opacity:.9;filter:drop-shadow(0 0 8px rgba(234,179,8,.6));animation:pulse-sparkle 2s infinite ease-in-out}@keyframes pulse-sparkle{0%,to{transform:scale(1) rotate(0);opacity:.8}50%{transform:scale(1.2) rotate(15deg);opacity:1}}.pro-modal-wrapper{position:absolute;top:100%;right:0;padding-top:12px;width:340px;pointer-events:none;z-index:100;opacity:0;transform:translateY(8px) scale(.96);transition:all .35s cubic-bezier(.2,.8,.2,1);visibility:hidden}.pro-container:hover .pro-modal-wrapper,.landing-pro-container:hover .pro-modal-wrapper{pointer-events:auto;opacity:1;transform:translateY(0) scale(1);visibility:visible}.pro-modal{background:#08080cd1;backdrop-filter:blur(40px) saturate(1.8);-webkit-backdrop-filter:blur(40px) saturate(1.8);border:1px solid rgba(234,179,8,.15);border-radius:22px;padding:28px 26px;box-shadow:0 32px 100px #0009,0 12px 40px #00000059,inset 0 1px #ffffff1a,0 0 60px #eab3080f;color:#fff;display:flex;flex-direction:column;gap:6px;position:relative;overflow:hidden;text-align:left;animation:modalBorderPulse 4s ease-in-out infinite}@keyframes modalBorderPulse{0%,to{border-color:#eab3081f}50%{border-color:#eab30847}}.pro-modal-glow{position:absolute;top:-60px;left:50%;transform:translate(-50%);width:280px;height:160px;background:radial-gradient(ellipse,rgba(234,179,8,.22) 0%,rgba(202,138,4,.08) 40%,transparent 70%);pointer-events:none;animation:glowPulse 3s ease-in-out infinite}@keyframes glowPulse{0%,to{opacity:.8;transform:translate(-50%) scale(1)}50%{opacity:1;transform:translate(-50%) scale(1.08)}}.pro-modal:before{content:"";position:absolute;top:0;left:0;right:0;height:140px;background:radial-gradient(ellipse at 50% 0%,rgba(234,179,8,.18) 0%,rgba(202,138,4,.05) 50%,transparent 70%);pointer-events:none}.pro-modal:after{content:"";position:absolute;bottom:0;left:20%;right:20%;height:1px;background:linear-gradient(90deg,transparent,rgba(234,179,8,.2),transparent);pointer-events:none}.pro-modal-header{display:flex;align-items:center;gap:12px;margin-bottom:4px}.pro-modal-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;background:linear-gradient(135deg,#eab30826,#eab3080d);border:1px solid rgba(234,179,8,.2);font-size:10px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:#eab308;margin-bottom:6px}.pro-modal-title{font-family:var(--font-serif);font-size:26px;font-weight:600;letter-spacing:-.5px;background:linear-gradient(135deg,#fff 20%,#eab308 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.pro-modal-desc{font-size:13px;color:#ffffff8c;line-height:1.6;margin-bottom:12px;font-weight:300}.pro-features{display:flex;flex-direction:column;gap:14px;margin-bottom:22px;padding:16px;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.pro-feature{display:flex;align-items:center;gap:14px;transition:transform .2s ease}.pro-feature:hover{transform:translate(4px)}.pro-feature-icon{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#eab30826,#eab3080d);border:1px solid rgba(234,179,8,.12);color:#eab308;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:15px}.pro-feature-text{display:flex;flex-direction:column;gap:1px}.pro-feature-title{font-size:13.5px;font-weight:500;color:#ffffffeb;letter-spacing:.1px}.pro-feature-sub{font-size:11.5px;color:#ffffff59;font-weight:300}.pro-cta{width:100%;padding:15px;border-radius:14px;background:linear-gradient(135deg,#eab308,#d4a00a,#ca8a04);color:#000;font-weight:700;font-size:13.5px;letter-spacing:.3px;text-align:center;border:none;cursor:pointer;transition:all .35s cubic-bezier(.2,.8,.2,1);box-shadow:0 4px 20px #eab30840,inset 0 1px #ffffff40;position:relative;overflow:hidden}.pro-cta:after{content:"";position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);animation:shine 4s cubic-bezier(.4,0,.2,1) infinite}@keyframes shine{0%{left:-100%}25%{left:200%}to{left:200%}}.pro-cta:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 8px 32px #eab30866,inset 0 1px #ffffff4d}.landing-content{position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px;margin-top:-6vh}.landing-title{font-family:var(--font-serif);color:#fff;text-shadow:0 2px 30px rgba(0,0,0,.15);display:flex;flex-direction:column;align-items:center;line-height:1.15;margin-bottom:20px}.title-top{font-size:clamp(22px,3.2vw,38px);font-weight:400;letter-spacing:.3px;display:block;margin-bottom:2px}.title-bottom{font-size:clamp(50px,9vw,110px);font-weight:400;letter-spacing:-1.5px;display:block}.title-bottom em{font-style:italic}.landing-subtitle{font-family:var(--font-sans);font-size:clamp(12px,1.4vw,14px);font-weight:300;color:#ffffffa6;line-height:1.7;max-width:440px;letter-spacing:.15px;margin-bottom:32px}.landing-cta{padding:13px 34px;border:1.5px solid rgba(255,255,255,.55);border-radius:3px;background:#ffffff0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-family:var(--font-sans);font-size:12px;font-weight:500;letter-spacing:1.4px;text-transform:uppercase;cursor:pointer;transition:all .35s cubic-bezier(.4,0,.2,1)}.landing-cta:hover{background:#ffffff24;border-color:#fffc;transform:translateY(-1px)}.landing-hint{margin-top:18px;font-size:10px;color:#ffffff40;font-weight:300;letter-spacing:.4px}.landing-watermark{position:absolute;bottom:-1%;left:0;right:0;z-index:2;font-family:var(--font-serif);font-size:clamp(100px,22vw,300px);font-weight:400;font-style:italic;letter-spacing:-2px;background:linear-gradient(90deg,#ffffff14,#b4c8ff1f 20%,#ffffff4d,#c8b4ff1f 80%,#ffffff14);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:auroraShimmer 20s ease-in-out infinite,watermarkBreathe 12s ease-in-out infinite,watermarkFloat 16s ease-in-out infinite;text-shadow:none;filter:drop-shadow(0 0 50px rgba(180,200,255,.06));-webkit-user-select:none;user-select:none;pointer-events:none;white-space:nowrap;text-transform:none;line-height:.8;text-align:center;transform-origin:center bottom}@keyframes auroraShimmer{0%{background-position:300% center}to{background-position:-300% center}}@keyframes watermarkBreathe{0%,to{opacity:1;transform:scale(1) translateY(0)}50%{opacity:.85;transform:scale(1.02) translateY(0)}}@keyframes watermarkFloat{0%,to{transform:translateY(0)}33%{transform:translateY(-4px)}66%{transform:translateY(3px)}}.landing-footer{position:absolute;bottom:24px;left:0;right:0;z-index:5;font-size:13px;color:#ffffffb3;font-weight:300;font-style:italic;font-family:var(--font-serif);letter-spacing:.6px;text-align:center}@media(min-width:769px){.landing-footer{display:none}}.dash{position:relative;width:100%;height:100vh;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}.dash-bg{position:absolute;inset:0;background-image:url(/BG.png);background-size:cover;background-position:center;filter:blur(12px) brightness(.45) saturate(1.3);transform:scale(1.05);z-index:0}.dash-overlay{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 30%,#0a0a0f4d,#050508b3);z-index:1}.dash-inner{position:relative;z-index:2;display:flex;flex-direction:column;height:100%;max-width:700px;margin:0 auto;padding:0 24px}.dash-header{display:flex;align-items:center;justify-content:space-between;padding:20px 0;flex-shrink:0}.dash-back{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .25s}.dash-back:hover{color:#fff;background:#ffffff0f}.dash-brand{font-family:var(--font-serif);font-size:20px;font-weight:700;color:#fff;letter-spacing:-.5px}.header-right-actions{display:flex;align-items:center;gap:12px}.pro-container{position:relative}.dash-pro-btn{padding:8px 16px;font-size:12px;height:36px;border-radius:40px}.dash-video-toggle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .25s}.dash-video-toggle:hover{color:#fff;background:#ffffff0f}.dash-player{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;padding-bottom:20px}.now-playing-title{font-family:var(--font-serif);font-size:clamp(20px,3.5vw,32px);font-weight:500;color:#fff;text-align:center;max-width:600px;line-height:1.3;letter-spacing:-.3px;margin-bottom:32px;min-height:42px}.progress-section{width:100%;max-width:520px;margin-bottom:28px}.progress-bar-wrap{position:relative;height:20px;cursor:pointer;display:flex;align-items:center}.progress-bar-bg{position:absolute;left:0;right:0;height:3px;background:#ffffff1f;border-radius:2px}.progress-bar-fill{position:absolute;left:0;height:3px;background:#fff;border-radius:2px;transition:width .15s linear}.progress-bar-dot{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%;transform:translate(-50%);opacity:0;transition:opacity .2s;box-shadow:0 0 8px #ffffff4d}.progress-bar-wrap:hover .progress-bar-dot{opacity:1}.progress-bar-wrap:hover .progress-bar-fill,.progress-bar-wrap:hover .progress-bar-bg{height:4px}.progress-times{display:flex;justify-content:space-between;margin-top:8px;font-size:11px;color:var(--text-muted);font-variant-numeric:tabular-nums;font-weight:300}.controls-row{display:flex;align-items:center;gap:16px;margin-bottom:24px}.ctrl-btn{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .25s ease;position:relative}.ctrl-btn:hover{color:#fff;background:#ffffff0f}.ctrl-active{color:#fff!important}.loop-badge{position:absolute;bottom:4px;right:4px;font-size:8px;font-weight:700;color:#fff;width:12px;height:12px;display:flex;align-items:center;justify-content:center;background:var(--accent-primary);border-radius:50%}.play-btn{width:56px;height:56px;border-radius:50%;background:#fff;color:#0a0a0f;display:flex;align-items:center;justify-content:center;transition:all .25s ease;box-shadow:0 4px 24px #ffffff1f}.play-btn:hover{box-shadow:0 4px 30px #ffffff38}.volume-row{display:flex;align-items:center;gap:10px;margin-bottom:32px;color:var(--text-muted)}.vol-slider{width:120px;height:3px;-webkit-appearance:none;appearance:none;background:#ffffff1f;border-radius:2px;outline:none;cursor:pointer}.vol-slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;background:#fff;border-radius:50%;cursor:pointer;box-shadow:0 1px 4px #0000004d}.vol-slider::-moz-range-thumb{width:12px;height:12px;background:#fff;border-radius:50%;border:none;cursor:pointer}.url-section{width:100%;max-width:460px;display:flex;flex-direction:column;align-items:center}.search-pills{display:flex;gap:8px;width:100%;margin-bottom:12px;justify-content:flex-start}.search-pill{background:transparent;border:none;color:#fff6;font-size:11px;text-transform:uppercase;letter-spacing:1px;font-weight:500;cursor:pointer;padding:6px 12px;border-radius:4px;transition:all .2s ease}.search-pill:hover{color:#ffffffb3}.search-pill.active{color:#fff;background:#ffffff1a}.url-input-row{display:flex;align-items:center;gap:10px;width:100%}.dash-url-input{flex:1;height:42px;padding:0 18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-sm);color:var(--text-primary);font-size:13px;font-weight:300;transition:all .3s ease;letter-spacing:.2px}.dash-url-input::placeholder{color:var(--text-muted)}.dash-url-input:focus{border-color:#ffffff40;background:#ffffff0f}.dash-add-btn{width:42px;height:42px;border-radius:var(--radius-sm);background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:20px;font-weight:300;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .25s ease}.dash-add-btn:hover{background:#ffffff1f;border-color:#fff3}.dash-add-btn:disabled{opacity:.4;cursor:not-allowed}.mini-spin{width:14px;height:14px;border:2px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.url-helper{margin-top:10px;font-size:11px;color:var(--text-muted);font-weight:300;letter-spacing:.3px}.dash-queue-section{flex-shrink:0;border-top:1px solid rgba(255,255,255,.06);max-height:40vh;display:flex;flex-direction:column}.queue-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 4px;font-size:12px;font-weight:400;color:var(--text-secondary);letter-spacing:.3px;transition:color .25s}.queue-toggle:hover{color:#fff}.queue-list{overflow-y:auto;overflow-x:hidden;padding-bottom:16px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.06) transparent}.queue-list::-webkit-scrollbar{width:4px}.queue-list::-webkit-scrollbar-track{background:transparent}.queue-list::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:2px}.queue-empty{padding:24px 0;text-align:center;font-size:13px;color:var(--text-muted);font-weight:300}.queue-item{display:flex;align-items:center;gap:14px;padding:12px 8px;border-radius:var(--radius-sm);cursor:pointer;transition:all .2s ease;touch-action:manipulation}.queue-drag-handle{display:none;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;cursor:grab;touch-action:none;color:var(--text-muted);transition:color .2s}.queue-drag-handle:active{cursor:grabbing;color:var(--text-primary)}.queue-item:hover{background:#ffffff0a}.queue-item-active{background:#ffffff0d!important}.queue-item-number{font-size:13px;color:var(--text-muted);font-weight:300;min-width:24px;text-align:center;cursor:grab;font-variant-numeric:tabular-nums}.queue-item-active .queue-item-number{color:#fff}.queue-eq{display:flex;align-items:center;gap:2px;justify-content:center}.queue-eq span{width:2px;height:10px;background:#fff;border-radius:1px;animation:eq .5s ease-in-out infinite alternate}.queue-eq span:nth-child(2){animation-delay:.15s;height:14px}.queue-eq span:nth-child(3){animation-delay:.3s;height:7px}@keyframes eq{0%{transform:scaleY(.3)}to{transform:scaleY(1)}}.queue-item-title{flex:1;font-size:13px;font-weight:400;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.queue-item:hover .queue-item-title,.queue-item-active .queue-item-title{color:#fff}.queue-item-delete{opacity:0;font-size:16px;color:var(--text-muted);width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.queue-item:hover .queue-item-delete{opacity:1}.queue-item-delete:hover{color:#ef4444;background:#ef444414}.queue-clear{margin:8px auto 0;font-size:11px;color:var(--text-muted);padding:4px 12px;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.06);transition:all .25s}.queue-clear:hover{color:#ef4444;border-color:#ef444433}.video-modal-overlay{position:fixed;inset:0;z-index:200;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px}.video-modal{width:100%;max-width:720px;background:#121218e6;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border:1px solid var(--glass-border-hover);border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 24px 80px #0009,inset 0 1px #ffffff0d}.video-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--glass-border)}.video-modal-title{font-size:14px;font-weight:500;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:12px}.video-modal-close{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all .2s}.video-modal-close:hover{background:#ffffff1a;color:#fff}.video-modal-body{position:relative;padding-top:56.25%}.video-iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media(max-width:768px){.landing-brand,.landing-pro-container,.pro-container{display:none}.landing-content{margin-top:-8vh}.title-top{font-size:20px}.title-bottom{font-size:52px}.landing-watermark{font-size:70px;-webkit-text-stroke:1px rgba(255,255,255,.15)}.dash-inner{padding:0 16px}.now-playing-title{font-size:clamp(18px,5vw,24px)}.controls-row{gap:10px}.play-btn{width:48px;height:48px}.volume-row{display:none}.queue-item-delete{opacity:1}.queue-drag-handle{display:flex}.dash-brand{display:none}.queue-list{max-height:40vh;overflow-y:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:y proximity;overscroll-behavior:contain}.queue-item{scroll-snap-align:start}.landing-watermark{font-size:clamp(60px,20vw,150px);bottom:5%}}@media(max-width:480px){.title-top{font-size:17px}.title-bottom{font-size:44px}.landing-watermark{font-size:clamp(40px,18vw,100px);bottom:8%}.ctrl-btn{width:36px;height:36px}.play-btn{width:44px;height:44px}.controls-row{gap:8px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[data-sonner-toaster]{font-family:var(--font-sans)!important}.pull-refresh-indicator{position:fixed;top:0;left:50%;transform:translate(-50%);z-index:100;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.pull-refresh-spinner{width:40px;height:40px;border-radius:50%;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;color:var(--accent);box-shadow:0 2px 16px #0000004d;transition:transform .3s ease}.pull-refresh-spinner.spinning{animation:spinRefresh .8s linear infinite}@keyframes spinRefresh{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
