:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background:#0a0a0a;color:#fff;transition:background-color .3s ease,color .3s ease}[data-theme=light] body{background:#f5f5f5;color:#1a1a1a}#root{width:100%;min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;background:#0a0a0a;color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;transition:background-color .3s ease,color .3s ease}.app.light{background:#f5f5f5;color:#1a1a1a}.app.light .navbar{background:#f5f5f5f2;border-bottom:1px solid rgba(0,0,0,.1)}.app.light .nav-links a{color:#1a1a1a}.app.light .nav-links a:hover{color:gold}.app.light .btn-connect{border:1px solid #1a1a1a;color:#1a1a1a}.app.light .btn-connect:hover{background:#0000001a}.app.light .hero-title{color:#1a1a1a}.app.light .hero-subtitle{color:#1a1a1acc}.app.light .stats-card{background:#fffc;border:1px solid rgba(0,0,0,.1)}.app.light .stat-value{color:#1a1a1a}.app.light .stat-label{color:#1a1a1a99}.app.light .section-title{color:#1a1a1a}.app.light .section-description{color:#1a1a1ab3}.app.light .nft-card,.app.light .artist-type-card,.app.light .artist-card{background:#ffffffe6;border:1px solid rgba(0,0,0,.1)}.app.light .trending-section,.app.light .artists-section{background:#ffffff4d}.app.light .footer{background:#fff9;border-top:1px solid rgba(0,0,0,.1)}.app.light .footer-description{color:#1a1a1ab3}.app.light .footer-column h4{color:#1a1a1a}.app.light .footer-column a{color:#1a1a1ab3}.app.light .footer-column a:hover{color:gold}.app.light .social-icon{color:#1a1a1acc;border:1px solid rgba(0,0,0,.15);background:#fff9}.app.light .social-icon:hover{color:gold;border-color:#ffd70066;background:#ffd70026}.app.light .copyright{color:#1a1a1a99}.app.light .email-input{background:#ffffffe6;border:1px solid rgba(0,0,0,.2);color:#1a1a1a}.app.light .email-input::placeholder{color:#1a1a1a80}.app.light .theme-toggle{background:#0000001a;border:1px solid rgba(0,0,0,.2);color:#1a1a1a}.app.light .theme-toggle:hover{background:#0003}.navbar{position:fixed;top:0;width:100%;background:#0a0a0acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1);min-height:70px;display:flex;align-items:center}.nav-container{max-width:1400px;margin:0 auto;padding:0 3rem;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:4rem}.logo-container{display:flex;align-items:center;height:100%;flex-shrink:0}.logo-img{height:auto;width:auto;object-fit:contain;transition:opacity .3s ease;display:block}.navbar .logo-img{max-height:50px;height:auto;width:auto}.footer-logo{max-height:28px;height:auto;width:auto;margin-bottom:1rem}.logo{font-size:1.5rem;font-weight:700;letter-spacing:1px;color:#fff}.nav-links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0;justify-content:center}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s;font-size:1rem}.nav-links a:hover{opacity:.8;color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}.btn-connect{padding:.75rem 1.5rem;background:transparent;border:1px solid #fff;color:#fff;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s;font-family:inherit;flex-shrink:0;white-space:nowrap}.btn-connect:hover{background:#ffffff1a}.theme-toggle-fixed{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;z-index:100;box-shadow:0 4px 20px #0000004d}.theme-toggle-fixed:hover{background:#ffd70033;border-color:#ffd70080;transform:scale(1.1);box-shadow:0 4px 20px #ffd70066}.app.light .theme-toggle-fixed{background:#0000001a;border:1px solid rgba(0,0,0,.2);color:#1a1a1a}.app.light .theme-toggle-fixed:hover{background:#ffd70033;border-color:#ffd70080}.hero{padding:8rem 3rem 4rem;max-width:1400px;margin:0 auto}.hero-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:80vh}.hero-content{display:flex;flex-direction:column;gap:2rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;color:#fff}.hero-subtitle{font-size:1.1rem;line-height:1.6;color:#fffc;max-width:500px}.hero-buttons{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.btn{padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;font-family:inherit}.btn-gradient{background:linear-gradient(135deg,gold,#ffbf00);color:#000;box-shadow:0 4px 20px #ffd70066}.btn-gradient:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ffd70099;background:linear-gradient(135deg,#ffed4e,gold)}.btn-link{color:#fff;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:.5rem}.btn-link:hover{opacity:1;color:gold;text-shadow:0 0 10px rgba(255,215,0,.5)}.btn-link .arrow{transition:transform .3s}.btn-link:hover .arrow{transform:translate(5px);color:gold}.arrow{font-size:1.2rem}.stats-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:1rem}.stat-item{display:flex;flex-direction:column;gap:.5rem}.stat-value{font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.5rem}.stat-item:last-child .stat-value{font-size:2rem}.eth-icon{font-size:1.2rem}.stat-label{font-size:.9rem;color:#fff9}.artist-avatars{display:flex;gap:-.5rem;margin-top:.5rem}.avatar{width:24px;height:24px;border-radius:50%;border:2px solid #0a0a0a;margin-left:-8px}.avatar:nth-child(1){background:linear-gradient(135deg,gold,#ffbf00);margin-left:0}.avatar:nth-child(2){background:linear-gradient(135deg,orange,#ff8c00)}.avatar:nth-child(3){background:linear-gradient(135deg,#2e8b57,#228b22)}.avatar:nth-child(4){background:linear-gradient(135deg,teal,#00ced1)}.avatar:nth-child(5){background:linear-gradient(135deg,purple,#9370db)}.hero-image{position:relative;display:flex;align-items:center;justify-content:center}.hero-image-wrapper{position:relative;width:100%;max-width:500px;aspect-ratio:1}.hero-portrait{position:relative;width:100%;height:100%;border-radius:20px;overflow:hidden;z-index:2}.portrait-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#ffd70033,#ffa50033);border-radius:20px;position:relative;box-shadow:0 0 40px #ffc8644d}.portrait-placeholder:before{content:"👩🏿";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:8rem;opacity:.8}.glowing-orbs{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.6}.orb-1{width:200px;height:200px;background:#ffc86499;top:-50px;left:-50px;animation:float-orb 6s ease-in-out infinite;box-shadow:0 0 60px #ffd70080}.orb-2{width:150px;height:150px;background:#ffa50080;bottom:-30px;right:-30px;animation:float-orb 8s ease-in-out infinite reverse;box-shadow:0 0 50px #ffc86466}.orb-3{width:100px;height:100px;background:#ffd70066;top:50%;right:-20px;animation:float-orb 7s ease-in-out infinite;box-shadow:0 0 40px #ffff964d}@keyframes float-orb{0%,to{transform:translate(0)}50%{transform:translate(20px,-20px)}}.trending-badge{position:absolute;top:20px;left:20px;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.75rem 1rem;border-radius:12px;font-size:.75rem;font-weight:600;z-index:3;display:flex;flex-direction:column;gap:.25rem;border:1px solid rgba(255,255,255,.2)}.trending-section{padding:6rem 3rem;background:#ffffff05}.container{max-width:1400px;margin:0 auto}.section-header-right{text-align:right;max-width:500px;margin-left:auto;margin-bottom:3rem}.section-header-left{max-width:500px;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#fff}.section-description{font-size:1rem;line-height:1.6;color:#ffffffb3;margin-bottom:1rem}.see-all-link{color:#fff;text-decoration:none;font-weight:500;display:inline-flex;align-items:center;gap:.5rem}.see-all-link:hover{opacity:1;color:gold}.see-all-link:hover span{transform:translate(5px);display:inline-block;transition:transform .3s}.nft-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:600px}.nft-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;transition:transform .3s,box-shadow .3s}.nft-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #ffd70033;border-color:#ffd7004d}.nft-info{padding:1rem}.nft-info h4{font-size:1rem;font-weight:600;margin-bottom:.25rem;color:#fff}.nft-info p{font-size:.875rem;color:#fff9}.nft-image{width:100%;aspect-ratio:1;border-radius:16px}.nft-1{background:linear-gradient(135deg,#ffd70033,#ffa50026);position:relative;border:1px solid rgba(255,215,0,.2)}.nft-1:before{content:"🎭";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem}.nft-2{background:linear-gradient(135deg,#2e8b5733,#228b2226);position:relative;border:1px solid rgba(46,139,87,.2)}.nft-2:before{content:"👤";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem}.nft-3{background:linear-gradient(135deg,#80008033,#9370db26);position:relative;border:1px solid rgba(128,0,128,.2)}.nft-3:before{content:"👳🏿‍♀️";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem}.nft-4{background:linear-gradient(135deg,#00808033,#00ced126);position:relative;border:1px solid rgba(0,128,128,.2)}.nft-4:before{content:"👩🏽";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem}.artists-section{padding:6rem 3rem}.artist-types{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:4rem}.artist-type-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;transition:transform .3s,box-shadow .3s}.artist-type-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ffd7004d;border-color:#ffd70080;background:#ffffff14}.artist-type-card:nth-child(1):hover{border-color:#ffd70099;box-shadow:0 10px 30px #ffd70066}.artist-type-card:nth-child(2):hover{border-color:#2e8b5799;box-shadow:0 10px 30px #2e8b574d}.artist-type-card:nth-child(3):hover{border-color:#80008099;box-shadow:0 10px 30px #8000804d}.artist-type-icon{font-size:3rem;margin-bottom:1rem}.artist-type-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff}.artist-type-card p{font-size:.9rem;line-height:1.6;color:#ffffffb3}.artist-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1000px}.artist-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;transition:transform .3s}.artist-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ffd70033;border-color:#ffd7004d}.artist-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.artist-avatar-small{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,gold,orange);box-shadow:0 0 15px #ffd70066}.artist-name{font-weight:600;font-size:1rem;color:#fff}.artist-date{font-size:.875rem;color:#fff9}.artist-artwork{width:100%;aspect-ratio:4/3;border-radius:12px}.artwork-1{background:linear-gradient(135deg,#ffd7004d,#ffa5004d);position:relative;border:1px solid rgba(255,215,0,.3)}.artwork-1:before{content:"🖼️";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem}.artwork-2{background:linear-gradient(135deg,#2e8b574d,#0080804d);position:relative;border:1px solid rgba(46,139,87,.3)}.artwork-2:before{content:"🗿";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem}.partners-section{padding:4rem 3rem;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff05}.partners-logos{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:3rem}.partner-logo{color:#ffffffb3;font-size:1.1rem;font-weight:500;transition:all .3s;padding:.5rem 1rem;border-radius:8px}.partner-logo:hover{color:gold;text-shadow:0 0 10px rgba(255,215,0,.5);transform:translateY(-3px)}.app.light .partners-section{background:#fff6;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.app.light .partner-logo{color:#1a1a1ab3}.app.light .partner-logo:hover{color:gold;background:#ffd7001a}.subscription-section{padding:6rem 3rem;text-align:center;background:#ffffff05}.subscription-title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:#fff}.subscription-subtitle{font-size:1.1rem;color:#ffffffb3;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.app.light .subscription-section{background:#fff6}.app.light .subscription-title{color:#1a1a1a}.app.light .subscription-subtitle{color:#1a1a1ab3}.subscription-form{display:flex;justify-content:center;gap:1rem;max-width:500px;margin:0 auto;flex-wrap:wrap}.email-input{flex:1;min-width:250px;padding:1rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:1rem;font-family:inherit}.email-input::placeholder{color:#ffffff80}.email-input:focus{outline:none;border-color:#ffd70099;box-shadow:0 0 0 3px #ffd7001a}.footer{padding:5rem 3rem 2rem;background:#0000004d;border-top:1px solid rgba(255,255,255,.1);position:relative}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:3rem;align-items:start}.footer-brand-column{display:flex;flex-direction:column}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-description{color:#ffffffe6;line-height:1.6;font-size:.9rem;margin:0}.social-icons{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.social-icon{color:#fffc;text-decoration:none;transition:all .3s;padding:.5rem;border-radius:6px;border:1px solid rgba(255,255,255,.15);background:#ffffff14;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px}.social-icon svg{width:20px;height:20px;fill:currentColor}.social-icon:hover{color:gold;border-color:#ffd70066;background:#ffd70026;transform:translateY(-2px)}.copyright{color:#fff9;font-size:.875rem;margin:0;margin-top:.5rem}.footer-column h4{font-size:1.1rem;font-weight:600;margin-bottom:1.25rem;color:#fff;letter-spacing:.5px}.footer-column ul{list-style:none;display:flex;flex-direction:column;gap:.875rem;padding:0;margin:0}.footer-column a{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:all .3s;display:inline-block;width:fit-content}.footer-column a:hover{color:gold;transform:translate(5px);text-shadow:0 0 8px rgba(255,215,0,.4)}@media(max-width:1024px){.hero-wrapper{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.5rem}.stats-card{grid-template-columns:repeat(2,1fr)}.nft-grid{max-width:100%}.footer-content{grid-template-columns:1fr;gap:2rem}}@media(max-width:768px){.nav-container{padding:0 1.5rem;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;grid-template-columns:1fr}.logo-container{order:1}.btn-connect{order:2}.nav-links{gap:1.5rem;font-size:.9rem;order:3;width:100%;justify-content:center}.hero{padding:7rem 1.5rem 3rem}.hero-title{font-size:2rem}.trending-section,.artists-section,.subscription-section{padding:4rem 1.5rem}.section-title{font-size:2rem}.section-header-right,.section-header-left{text-align:left}.artist-cards{grid-template-columns:1fr}.footer{padding:4rem 1.5rem 2rem}.footer-content{grid-template-columns:1fr;gap:2.5rem}.footer-brand{gap:1.25rem;align-items:center;text-align:center}.footer-description{font-size:.85rem;max-width:100%}.social-icons{gap:.75rem;justify-content:center}.social-icon{width:32px;height:32px;padding:.4rem}.social-icon svg{width:18px;height:18px}.footer-column{text-align:center}.footer-column h4{font-size:1rem;margin-bottom:1rem}.footer-column ul{gap:.75rem;align-items:center}.copyright{margin-top:.5rem;font-size:.8rem}.partners-logos{flex-direction:column;gap:2rem}.theme-toggle-fixed{bottom:1rem;left:1rem;width:48px;height:48px;font-size:1.25rem}.theme-toggle-fixed{bottom:1rem;right:1rem;width:48px;height:48px;font-size:1.25rem}}
