*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#000;color:#fff;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hero{text-align:center;color:white;padding:4rem 0}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem}.spotify-btn{background:#1db954;color:white;border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:50px;cursor:pointer;transition:background .3s}.spotify-btn:hover{background:#1ed760}.header{justify-content:space-between;margin-bottom:2rem;color:white}.header,.user-info{display:flex;align-items:center}.user-info{gap:1rem}.signout-btn{background:rgba(255,255,255,.2);color:white;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:20px;cursor:pointer}.playlists-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.playlist-card{background:rgba(255,255,255,.95);border-radius:12px;padding:1.5rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease;position:relative}.playlist-card:hover{box-shadow:0 0 20px rgba(29,185,84,.6),0 4px 6px rgba(0,0,0,.1);transform:translateY(-2px)}.playlist-card img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin-bottom:1rem}.playlist-card h3{margin-bottom:.5rem;color:#333}.playlist-card p{color:#666;margin-bottom:1rem}.clean-btn{background:#1db954;color:white;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:700;transition:background .3s}.clean-btn:hover:not(:disabled){background:#1ed760}.clean-btn:disabled{background:#ccc;cursor:not-allowed}.result-card{background:rgba(255,255,255,.95);border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:center;box-shadow:0 4px 6px rgba(0,0,0,.1)}.result-card h3{color:#1db954;margin-bottom:1rem}.result-card a{display:inline-block;background:#1db954;color:white;text-decoration:none;padding:.75rem 1.5rem;border-radius:25px;margin-top:1rem}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.5rem;color:white}.explicit-count{color:#e74c3c;font-weight:700;margin-bottom:1rem}.explicit-count.zero-explicit{color:#27ae60}.no-image-placeholder{width:100%;height:200px;background:#f0f0f0;border-radius:8px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.2rem}.home-container{min-height:100vh;background:radial-gradient(ellipse at top,#1a1a1a 0,#000 50%)}.hero-section{padding-top:50px;padding-bottom:60px}.hero-logo{height:120px;width:auto;margin-bottom:2rem;animation:fadeIn 1s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-content{max-width:1000px;margin:0 auto;padding:0 2rem;text-align:center}.hero-title{font-size:clamp(3rem,8vw,5.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.hero-gradient{background:linear-gradient(135deg,#1db954,#1ed760);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;line-height:1.6;color:rgba(255,255,255,.7);max-width:600px;margin:0 auto 3rem;font-weight:400}.hero-actions{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.disclaimer-box{background:rgba(255,59,48,.1);border:2px solid rgba(255,59,48,.3);border-radius:20px;padding:1.5rem;text-align:center}.floating-disclaimer{position:fixed;top:2rem;right:2rem;max-width:320px;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,59,48,.1)}.disclaimer-icon{font-size:2rem;margin-bottom:.75rem}.disclaimer-box h3{color:#ff3b30;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.disclaimer-box p{color:rgba(255,255,255,.8);line-height:1.5;margin-bottom:.5rem;font-size:.875rem}.disclaimer-box p:last-child{margin-bottom:0}.disclaimer-box strong{color:#fff;font-weight:600}.primary-btn{background:#1db954;color:#000;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem}.primary-btn:hover{background:#1ed760;transform:scale(1.05);box-shadow:0 10px 40px rgba(29,185,84,.3)}.spotify-icon{flex-shrink:0}.helper-text{font-size:.875rem;color:rgba(255,255,255,.5);margin-top:.5rem}.helper-link{color:rgba(255,255,255,.7);text-decoration:none;margin-left:.5rem;border-bottom:1px solid transparent;transition:all .3s}.helper-link:hover{color:#1db954;border-bottom-color:#1db954}.welcome-text{color:rgba(255,255,255,.7);font-size:1rem}.feature-grid{max-width:1200px;margin:6rem auto 0;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.feature-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:rgba(255,255,255,.05);border-color:rgba(29,185,84,.3);transform:translateY(-5px)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff}.feature-card p{font-size:1rem;line-height:1.5;color:rgba(255,255,255,.6)}.container{max-width:1200px;margin:0 auto;padding:2rem;background:transparent;min-height:100vh}body:has(.container){background:radial-gradient(ellipse at top,#1a1a1a 0,#000 50%)}@media (max-width:768px){.hero-section{padding-top:30px;padding-bottom:40px}.hero-logo{height:80px;margin-bottom:1.5rem}.hero-title{font-size:clamp(2.5rem,10vw,3.5rem);margin-bottom:1rem}.hero-subtitle{font-size:1.1rem;padding:0 1rem;margin-bottom:2rem}.floating-disclaimer{position:relative;top:auto;right:auto;max-width:100%;margin:1rem 1rem 0}.disclaimer-box{padding:1rem}.disclaimer-icon{font-size:1.5rem;margin-bottom:.5rem}.disclaimer-box h3{font-size:1rem}.disclaimer-box p{font-size:.813rem}.primary-btn{padding:.875rem 2rem;font-size:1rem;width:90%;max-width:300px;justify-content:center}.feature-grid{margin-top:3rem;padding:0 1rem;gap:1rem}.feature-card{padding:1.5rem}.feature-icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-size:1.1rem}.feature-card p{font-size:.875rem}.container{padding:1rem}.header{flex-direction:column;align-items:flex-start;gap:1rem}.user-info{width:100%;justify-content:space-between}.playlists-grid{grid-template-columns:1fr;gap:1rem}.playlist-card{padding:1rem}.no-image-placeholder,.playlist-card img{height:150px}.clean-btn{padding:.625rem 1.25rem;font-size:.875rem}}@media (max-width:400px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-logo{height:60px}.primary-btn{padding:.75rem 1.5rem;font-size:.875rem}}