*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:#000;color:#fff;margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1{font-size:5rem;font-weight:700;color:#9183d7;margin:2.5rem 0;text-align:center}h2{font-size:1.25rem;margin-bottom:.25rem}h3{font-size:.75rem;letter-spacing:.1em;color:#fff6;margin-bottom:.5rem;text-transform:uppercase}p{color:#999;margin:1rem 0}input,textarea,select{width:100%;padding:1rem;background:#0a0a0a;border:1px solid #222;border-radius:8px;color:#fff;font-family:inherit;font-size:1rem}input::placeholder,textarea::placeholder{color:#666}input:focus,textarea:focus,select:focus{outline:none;border-color:#444}button{background:transparent;border:1px solid #333;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;transition:transform .2s,opacity .2s;padding:.75rem}button:hover:not(:disabled){transform:translateY(-2px);opacity:.9}button:disabled{opacity:.6;cursor:not-allowed}header{padding:1.5rem 3rem;display:flex;justify-content:space-between;align-items:center}header img{height:40px;cursor:pointer}main{padding:1.5rem 3rem}footer{border-top:1px solid #1a1a1a;padding:1.5rem 3rem}footer img{height:40px}nav ul{display:flex;list-style:none;gap:2.5rem}nav a{color:#999;text-decoration:none}nav a.active{color:#fff}header button{background:transparent;border:none;padding:0;width:auto}header button img{height:24px;width:24px}.profile-icon img{height:24px;width:24px}.landing-page{min-height:100vh;position:relative;overflow:hidden}.landing-page:before{content:"";position:absolute;top:20px;left:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(145,131,215,.19) 0%,rgba(74,7,119,.12) 50%,transparent 80%);border-radius:50%;pointer-events:none;z-index:0}.landing-page:after{content:"";position:absolute;top:-15%;right:-20%;width:900px;height:900px;background:radial-gradient(circle,rgba(26,113,27,.2) 0%,rgba(26,113,27,.1) 50%,transparent 80%);border-radius:50%;pointer-events:none;z-index:0}.gradient-text{background:linear-gradient(to right,#4ade80,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.gradient-text-purple{background:linear-gradient(to right,#8319f9,#a855f7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.filters{display:flex;gap:1rem;margin-bottom:2.5rem}.search-bar{flex:1}.profiles-grid,main>article{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:400px;margin:0 auto}.profiles-grid{max-width:1400px;grid-template-columns:repeat(auto-fill,minmax(300px,350px));justify-content:center}.no-results{grid-column:1 / -1;text-align:center;color:#999;padding:2.5rem}.profile-card{background:#0a0a0a;border-radius:12px;border:1px solid #1a1a1a;overflow:hidden}.profile-picture{width:100%;height:300px;overflow:hidden}.profile-picture img{width:100%;height:100%;object-fit:cover}.card-content{padding:1.5rem}.major{font-size:.75rem;color:#999}.bio{font-size:.875rem;line-height:1.6;color:#ccc;margin:1rem 0 1.25rem}.top-artists{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.top-artists span{padding:.25rem .75rem;background:linear-gradient(to right,#8319f933,#3b82f633);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:9999px;color:#fff;font-size:.875rem;border:1px solid rgba(131,25,249,.3)}.profile-card button{width:100%}.connect-btn.connected{background:#1a1a1a;border-color:#4ade80;color:#4ade80}.signup-form img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #a855f7;margin-top:.625rem}.user-information{margin-top:1rem;padding:1rem;background:#0f0f0f;border-radius:8px;border:1px solid #222}.user-information-text{font-size:.875rem;color:#ccc;margin:.5rem 0}.user-information-text strong{color:#fff;margin-right:.5rem}.hero-section,.welcome-section{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:6rem 3rem;z-index:1}.hero-title{font-size:6rem;font-weight:700;text-align:center;line-height:1.2;margin-bottom:1.25rem}.hero-subtitle{font-size:1.875rem;font-weight:500;color:#fff;text-align:center}.welcome-title{font-size:5.3rem;font-weight:700;text-align:center;margin-bottom:3.75rem}.welcome-title img{height:5.3rem;width:auto;vertical-align:middle}.welcome-subtitle{font-size:3rem;font-weight:600;background:linear-gradient(to right,#6f6868,#fff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;margin-bottom:1.25rem;margin-left:12.5rem;width:100%}.welcome-tagline{font-weight:600;font-size:3rem;background:linear-gradient(to right,#918bfa 50%,#d483c1);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:right;margin-right:12.5rem;width:100%}.headphones-icon{position:absolute;top:0;left:0;width:300px;height:300px}.music-note-icon{position:absolute;right:100px;top:600px;width:150px;height:125px}.discover-preview-section{min-height:60vh;display:flex;align-items:center;justify-content:space-between;padding:0 6rem;padding-right:0;gap:0;position:relative;z-index:1}.discover-text{flex:1}.discover-title{font-size:3.75rem;font-weight:700;line-height:1.2;margin-bottom:1.875rem}.discover-subtitle{font-size:1.5rem;font-weight:500;color:#fff;line-height:1.6}.profile-preview{flex:1;display:flex;justify-content:center}.profile-card-image{width:100%;max-width:850px;height:auto}.cta-section{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1.5rem 2.5rem;position:relative;z-index:1}.cta-title{font-size:4rem;font-weight:700;text-align:center;margin-bottom:2.5rem}.cta-content{display:flex;justify-content:center;align-items:center;position:relative}.taylor-swift-photo{width:400px;height:400px;border-radius:50%;object-fit:cover;position:absolute;left:275px;bottom:-250px}.cta-button{padding:1.25rem 3.75rem;background:linear-gradient(to right,#8319f9,#a855f7);color:#fff;font-size:1.75rem;font-weight:600;border-radius:50px;text-decoration:none;border:none}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:2.5rem;gap:1.25rem}.loading-text{font-size:1.5rem;font-weight:600;color:#fff}.login-section,.signup-section{min-height:80vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:6rem 3rem;position:relative;z-index:1}.login-title,.signup-title{font-size:3.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#fff}.login-form,.signup-form{background:#0a0a0a99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #222;border-radius:20px;padding:3rem 2.5rem;max-width:450px;width:100%;display:flex;flex-direction:column;gap:1.5rem}.login-form label,.signup-form label{font-size:.875rem;font-weight:600;color:#ccc;letter-spacing:.05em}.login-form input:focus,.signup-form input:focus,.signup-form textarea:focus{border-color:#8319f9}.signup-form textarea{resize:vertical;min-height:80px}.signup-file-input::file-selector-button{background:linear-gradient(to right,#8319f9,#a855f7);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;margin-right:.75rem;font-weight:600}.error-message{color:#ff6b6b;font-size:.875rem;text-align:center;padding:.75rem;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:8px}.login-button,.signup-button{background:linear-gradient(to right,#8319f9,#a855f7);border-radius:50px;padding:1rem 1.5rem;font-size:1.125rem;font-weight:600;margin-top:.5rem}.login-link,.signup-link{text-align:center;margin-top:1.5rem;font-size:.875rem}.login-link a,.signup-link a{color:#a855f7;font-weight:600}@media(max-width:768px){h1{font-size:3rem}header,main,footer{padding:1rem 1.5rem}nav ul{gap:1rem;font-size:.875rem}.profiles-grid{grid-template-columns:1fr}.filters{flex-direction:column}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.welcome-title{font-size:2.5rem}.welcome-title img{height:2.5rem}.welcome-subtitle,.welcome-tagline{font-size:2rem;text-align:center;margin-left:0;margin-right:0}.discover-preview-section{flex-direction:column;padding:3rem 1.5rem}.discover-title{font-size:2.25rem}.discover-subtitle{font-size:1.125rem}.cta-title{font-size:2.25rem}.taylor-swift-photo{display:none}.headphones-icon,.music-note-icon{width:120px;height:120px}.login-title,.signup-title{font-size:2.5rem}.login-form,.signup-form{padding:2rem 1.5rem}.signup-section{padding:4rem 2rem}}
