:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#111118d9;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:75px;padding:0 35px;display:flex;position:fixed;top:0;left:240px;right:0}.logo{color:#fff;align-items:center;gap:10px;font-size:24px;font-weight:700;display:flex}.search-box{color:#999;background:#1c1c25;border-radius:40px;align-items:center;gap:10px;width:400px;padding:12px 18px;display:flex}.search-box input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:16px}.profile{color:#fff;align-items:center;gap:12px;font-weight:600;display:flex}@media (width<=1000px){.navbar{padding:0 20px;left:70px}.search-box{width:220px}}.sidebar{color:#fff;box-sizing:border-box;background:#181818;width:220px;height:calc(100vh - 80px);padding:25px;position:fixed;top:80px;left:0}.sidebar-title{color:#7c5cff;margin-bottom:30px;font-size:24px}.sidebar ul{margin:0;padding:0;list-style:none}.sidebar li{cursor:pointer;border-radius:10px;align-items:center;gap:12px;margin-bottom:12px;padding:14px;transition:all .3s;display:flex}.sidebar li:hover{background:#7c5cff}.hero{color:#fff;background:linear-gradient(135deg,#090909,#131313,#1b1036);justify-content:center;align-items:center;gap:60px;min-height:calc(100vh - 80px);padding:60px;display:flex}.hero-left,.hero-right{flex:1}.hero-left{justify-content:center;align-items:center;display:flex}.profile-image{object-fit:cover;border:5px solid #7c5cff;border-radius:50%;width:320px;height:320px;transition:all .4s;animation:4s ease-in-out infinite float;box-shadow:0 0 30px #7c5cffcc}.profile-image:hover{transform:scale(1.05)rotate(2deg);box-shadow:0 0 50px #7c5cff}.hero-right h1{color:#fff;text-shadow:0 0 20px #7c5cff99;margin-bottom:15px;font-size:60px}.hero-right h3{color:#8c7bff;margin-bottom:20px;font-size:26px}.hero-right p{color:#cfcfcf;max-width:550px;margin-bottom:30px;font-size:18px;line-height:1.8}.play-btn{color:#fff;cursor:pointer;background:linear-gradient(45deg,#7c5cff,#5d3fd3);border:none;border-radius:50px;padding:15px 35px;font-size:18px;font-weight:600;transition:all .3s}.play-btn:hover{transform:scale(1.08);box-shadow:0 0 25px #7c5cff}.play-btn:active{transform:scale(.96)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (width<=900px){.hero{text-align:center;flex-direction:column;gap:40px;padding:30px}.hero-right h1{font-size:42px}.hero-right h3{font-size:22px}.hero-right p{max-width:100%;font-size:16px}.profile-image{width:250px;height:250px}.play-btn{width:220px}}.player-section{justify-content:center;padding:2rem 1rem;display:flex}.player-card{text-align:center;background:#181818;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:420px;padding:2rem;display:flex;box-shadow:0 8px 24px #0006}.album-cover{object-fit:cover;border-radius:50%;width:160px;height:160px;margin-bottom:1.25rem;transition:box-shadow .3s;box-shadow:0 0 20px #8b5cf666}.album-cover.rotate{animation:12s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.player-card h2{color:#fff;margin:.25rem 0 .1rem;font-size:1.3rem}.player-card p{color:#b3b3b3;margin:0 0 1.25rem;font-size:.95rem}.progress-row{align-items:center;gap:.6rem;width:100%;margin-bottom:1.25rem;display:flex}.progress-row .time{color:#b3b3b3;min-width:34px;font-size:.8rem}.progress-row .time.current{text-align:right}.progress{appearance:none;cursor:pointer;background:#4b4b4b;border-radius:2px;outline:none;flex:1;height:4px}.progress::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#8b5cf6;border:none;border-radius:50%;width:12px;height:12px}.progress::-moz-range-thumb{cursor:pointer;background:#8b5cf6;border:none;border-radius:50%;width:12px;height:12px}.controls{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1.25rem;display:flex}.controls button{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.1rem;transition:transform .15s,color .15s;display:flex}.controls button:hover{color:#8b5cf6;transform:scale(1.1)}.controls .play{color:#fff;background:#8b5cf6;border-radius:50%;width:48px;height:48px;font-size:1.2rem}.controls .play:hover{color:#fff;background:#7c3aed}.bottom{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.heart-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.heart-btn .heart{color:#b3b3b3;font-size:1.2rem;transition:color .2s,transform .2s}.heart-btn:hover .heart{color:#ff4d6d;transform:scale(1.1)}.heart-btn .heart.active{color:#ff4d6d}.volume{color:#b3b3b3;flex:1;justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.volume input[type=range]{appearance:none;cursor:pointer;background:#4b4b4b;border-radius:2px;outline:none;width:90px;height:4px}.volume input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#8b5cf6;border:none;border-radius:50%;width:10px;height:10px}.volume input[type=range]::-moz-range-thumb{cursor:pointer;background:#8b5cf6;border:none;border-radius:50%;width:10px;height:10px}@media (width<=480px){.player-card{padding:1.5rem 1rem}.album-cover{width:130px;height:130px}.controls{gap:1.1rem}}.playlist{color:#fff;background:#171717;border-radius:25px;width:100%;padding:25px;box-shadow:0 0 35px #7c5cff40}.playlist h2{text-align:center;color:#7c5cff;margin-bottom:25px}.song{cursor:pointer;border-radius:15px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:16px;transition:all .3s;display:flex}.song:hover{background:#2a2a2a;transform:translate(6px)}.song-info{align-items:center;gap:15px;display:flex}.song-cover{object-fit:cover;border-radius:12px;width:55px;height:55px}.song h3{margin:0;font-size:18px}.song p{color:#bdbdbd;margin-top:5px}.song span{color:#9d9d9d;font-weight:700}.active-song{background:linear-gradient(135deg,#7c5cff,#5b3fd4)}.active-song h3,.active-song p,.active-song span{color:#fff}@media (width<=1000px){.playlist{margin-top:30px}}.albums{margin:40px 0}.albums h2{color:#7c5cff;margin-bottom:20px}.album-grid{flex-wrap:wrap;gap:20px;display:flex}.album-card{cursor:pointer;color:#fff;background:linear-gradient(135deg,#7c5cff,#4b2cbf);border-radius:20px;justify-content:center;align-items:center;width:180px;height:120px;font-weight:700;transition:all .3s;display:flex}.album-card:hover{transform:translateY(-6px)}
