: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 .nft-info h4{color:#1a1a1a}.app.light .nft-info p{color:#1a1a1ab3}.app.light .artist-type-card h3{color:#1a1a1a}.app.light .artist-type-card p{color:#1a1a1abf}.app.light .artist-card{background:#fff;border:1px solid rgba(0,0,0,.08)}.app.light .artist-name{color:#1a1a1a}.app.light .artist-date{color:#1a1a1aa6}.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-content{background-color:#fff}.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}.app main{padding-top:96px}.nav-container{flex:1;display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto;padding:0 1rem;gap:2rem}.logo-container{display:flex;align-items:center;height:100%;flex-shrink:0;margin-left:1rem}.logo-img{height:auto;width:auto;object-fit:contain;transition:opacity .3s ease;display:block}.navbar .logo-img{max-height:80px;height:auto;width:auto}.footer-logo{max-height:96px;height:auto;width:auto;margin-bottom:1rem}.footer-logo-standalone{margin-bottom:1.5rem;height:100px}.app.light .footer-logo-standalone{color:#1a1a1ae6}.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 .active{color:gold;text-shadow:0 0 10px rgba(255,215,0,.5);font-weight:600}.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}.app.light .btn-link{color:#1a1a1a}.app.light .btn-link:hover{color:gold}.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:3.25rem 2.5rem 1.5rem;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}.app main{padding-top:84px}.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;right:1rem;width:48px;height:48px;font-size:1.25rem}}.category-page{min-height:100vh;padding-top:5rem}.category-header{padding:4rem 3rem 3rem;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.1)}.category-header-content{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:2rem}.category-icon-large{font-size:4rem;line-height:1}.category-title{font-size:3rem;font-weight:800;margin-bottom:.75rem;color:#fff}.category-description{font-size:1.1rem;color:#fffc;line-height:1.6;max-width:600px}.category-content{padding:3rem}.artwork-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.artwork-post{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;transition:all .3s ease;display:flex;flex-direction:column}.artwork-post:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ffd70033;border-color:#ffd7004d}.post-header{padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.1)}.post-nav{display:flex;gap:1rem;font-size:.75rem;color:#fff9}.post-platform-icon{font-size:1rem;opacity:.7}.post-image{width:100%;aspect-ratio:1;position:relative;overflow:hidden}.post-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#ffd7001a,#ffa5001a);position:relative}.post-image-content{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.post-image-figure{width:60%;height:60%;background:linear-gradient(135deg,#ffd70033,#ffa50033);border-radius:50%;position:relative}.post-image-figure:before{content:"👤";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;opacity:.8}.post-content{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.post-title{font-size:1.1rem;font-weight:600;color:#fff;line-height:1.3}.post-meta{display:flex;gap:1rem;font-size:.85rem;color:#fff9}.post-artist{font-weight:500}.post-date{color:#ffffff80}.post-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.post-tag{font-size:.75rem;color:#ffffff80;padding:.25rem .5rem;background:#ffffff0d;border-radius:4px}.post-footer{padding:.75rem 1rem;border-top:1px solid rgba(255,255,255,.1);background:#ffffff05}.post-actions{display:flex;gap:1rem;font-size:1.25rem}.post-actions span{cursor:pointer;transition:transform .2s}.post-actions span:hover{transform:scale(1.2)}.app.light .category-header{background:#ffffff4d;border-bottom:1px solid rgba(0,0,0,.1)}.app.light .category-title{color:#1a1a1a}.app.light .category-description{color:#1a1a1acc}.app.light .artwork-post{background:#ffffffe6;border:1px solid rgba(0,0,0,.1)}.app.light .artwork-post:hover{border-color:#ffd7004d;box-shadow:0 10px 30px #ffd70026}.app.light .post-header{background:#ffffff80;border-bottom:1px solid rgba(0,0,0,.1)}.app.light .post-nav{color:#1a1a1a99}.app.light .post-title{color:#1a1a1a}.app.light .post-meta{color:#1a1a1a99}.app.light .post-date{color:#1a1a1a80}.app.light .post-tag{color:#1a1a1a80;background:#0000000d}.app.light .post-footer{border-top:1px solid rgba(0,0,0,.1);background:#ffffff80}.nav-links a,.logo-container{text-decoration:none;color:inherit}.nav-links a:hover{text-decoration:none}.artist-type-card{text-decoration:none;color:inherit}.artist-type-card:hover{text-decoration:none}@media(max-width:1024px){.artwork-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.category-title{font-size:2.5rem}}@media(max-width:768px){.category-header{padding:3rem 1.5rem 2rem}.category-header-content{flex-direction:column;text-align:center;gap:1.5rem}.category-icon-large{font-size:3rem}.category-title{font-size:2rem}.category-description{font-size:1rem}.category-content{padding:2rem 1.5rem}.artwork-grid{grid-template-columns:1fr;gap:1.5rem}}.badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;border-radius:999px;padding:.35rem .8rem;width:fit-content;letter-spacing:.01em}.badge-outline{border:1px solid rgba(255,255,255,.4);color:#fff;background:#ffffff0d}.badge-solid{background:linear-gradient(135deg,gold,#ffbf00);color:#0a0a0a;border:none}.pill-row{display:flex;gap:.5rem;flex-wrap:wrap}.pill{border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;padding:.5rem 1rem;border-radius:999px;cursor:pointer;transition:all .2s ease}.pill.active,.pill:hover{border-color:#ffd70080;color:gold}.blog-recent .section-header-left{max-width:100%}.blog-recent .pill-row{width:100%;column-gap:.75rem;row-gap:.5rem}.btn-ghost{padding:.75rem 1.25rem;background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:10px;cursor:pointer;transition:all .2s ease;font-weight:600}.btn-ghost:hover{border-color:#ffd70066;color:gold}.avatar-small{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,gold,#ffbf00);box-shadow:0 0 12px #ffd7004d}.author{display:flex;align-items:center;gap:.75rem}.author-meta{display:flex;flex-direction:column;gap:.15rem}.author-name{font-weight:600;color:#fff}.meta{color:#fff9;font-size:.9rem}.likes{color:gold;font-weight:600}.excerpt{color:#ffffffb3;line-height:1.5}.app.light .badge-outline{border-color:#0003;color:#1a1a1a;background:#0000000d}.app.light .pill{border-color:#0000001a;background:#0000000d;color:#1a1a1a}.app.light .pill.active,.app.light .pill:hover{color:#d19c00;border-color:#d19c0066}.app.light .btn-ghost{background:#0000000d;color:#1a1a1a;border-color:#00000026}.app.light .author-name{color:#1a1a1a}.app.light .likes{color:#d19c00}.app.light .excerpt{color:#1a1a1ab3}.blog-list-page{padding-top:5rem;background:linear-gradient(180deg,#ffffff05,#0a0a0a 30%)}.blog-hero{padding:4rem 3rem 3rem}.blog-hero-content{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.blog-hero-title{font-size:2.75rem;font-weight:800;margin:.75rem 0}.blog-hero-subtitle{color:#ffffffb3;max-width:560px;line-height:1.6}.blog-search{margin-top:1.5rem;display:flex;gap:.75rem;flex-wrap:wrap}.blog-search input{flex:1;min-width:240px;padding:.9rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff}.blog-hero-visual{display:flex;justify-content:flex-end}.blog-hero-card{background:radial-gradient(circle at 20% 20%,#ffd70026,#000c);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:1.5rem;box-shadow:0 20px 60px #0000004d;max-width:420px}.blog-hero-badge{display:inline-block;background:#00000059;padding:.3rem .75rem;border-radius:10px;color:gold;font-weight:600;font-size:.85rem}.blog-hero-card h3{margin:1rem 0 .5rem;font-size:1.35rem;color:#fff}.blog-hero-card p{color:#ffffffbf;line-height:1.5}.blog-hero-meta{display:flex;gap:1rem;margin-top:.75rem;color:#ffffffb3;font-size:.95rem}.blog-recent{padding:0 3rem 3rem}.blog-featured-row{padding:1rem 3rem 3rem}.featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.blog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;width:100%}@media(max-width:1200px){.blog-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}.blog-card{display:flex;flex-direction:column;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.blog-card:hover{transform:translateY(-4px);border-color:#ffd7004d;box-shadow:0 16px 40px #00000059}.blog-card.featured{grid-column:span 1}.blog-card-image{width:100%;aspect-ratio:16/9;max-height:clamp(200px,32vw,340px);background:linear-gradient(135deg,#00808066,#ffd7001a);overflow:hidden;display:block;border-radius:14px}.featured-image{background:linear-gradient(135deg,#ffd7004d,#00808059)}.blog-card-image img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;mix-blend-mode:normal}.blog-card-body{padding:1.1rem;display:flex;flex-direction:column;gap:.6rem;height:100%}.blog-card-body h3{font-size:1.1rem;font-weight:700;color:#fff}.blog-card-top{display:flex;justify-content:space-between;align-items:center}.blog-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:1rem}.app.light .blog-list-page{background:linear-gradient(180deg,#f5f5f5,#f5f5f5b3 30%)}.app.light .blog-card{background:#ffffffe6;border-color:#00000014}.app.light .blog-card:hover{border-color:#d19c0040;box-shadow:0 16px 40px #0000001f}.app.light .blog-hero-card{border-color:#00000014;background:radial-gradient(circle at 20% 20%,#d19c001f,#fffffff2)}.app.light .blog-hero-card h3,.app.light .blog-hero-card p,.app.light .blog-hero-meta{color:#1a1a1a}.blog-hero-meta{font-weight:600}.blog-detail-page{padding-top:5rem}.blog-detail-hero{padding:4rem 3rem 2rem;background:#ffffff05}.blog-detail-title{font-size:2.75rem;font-weight:800;margin:.6rem 0}.blog-detail-subtitle{color:#ffffffbf;line-height:1.6;max-width:820px}.blog-detail-meta{display:flex;gap:1.25rem;align-items:center;margin:1.25rem 0;flex-wrap:wrap}.blog-detail-image{width:100%;aspect-ratio:16/9;max-height:clamp(260px,48vw,520px);border-radius:18px;background:linear-gradient(135deg,#00808059,#ffd70026);border:1px solid rgba(255,255,255,.08);margin:1.5rem 0;overflow:hidden}.blog-detail-image img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.blog-detail-actions{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:center}.share-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.cta-card{display:flex;gap:1rem;align-items:center;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);padding:1rem 1.25rem;border-radius:14px}.cta-card h4{margin:0;color:#fff}.cta-card p{margin:.2rem 0 0;color:#ffffffb3}.blog-body{padding:2rem 0 1rem;display:flex;flex-direction:column;gap:1.25rem;color:#ffffffc7;line-height:1.7;font-size:1.05rem}.inline-ad{margin:2rem 0;padding:1.25rem;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.ad-label{font-size:.9rem;color:#fff9;margin-bottom:.4rem}.related-posts{padding:2rem 0 4rem}.app.light .blog-detail-hero{background:#ffffffbf}.app.light .blog-detail-title{color:#1a1a1a}.app.light .blog-detail-subtitle{color:#1a1a1ab3}.app.light .blog-detail-image,.app.light .inline-ad,.app.light .cta-card{border-color:#00000014;background:#00000008}.app.light .blog-body{color:#1a1a1acc}.events-page{padding-top:5rem}.events-hero{padding:4rem 3rem 3rem;background:#ffffff05}.events-hero-content{display:grid;grid-template-columns:1.05fr .95fr;gap:2rem;align-items:center}.events-title{font-size:2.75rem;font-weight:800;margin:.6rem 0}.events-subtitle{color:#ffffffb8;line-height:1.6;max-width:520px}.events-map{display:flex;justify-content:center}.community-carousel{width:100%;max-width:560px;overflow:hidden;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;box-shadow:0 20px 50px #0006}.community-carousel .carousel-track{display:flex;transition:transform .6s ease;width:100%}.community-carousel .carousel-card{min-width:100%;display:grid;grid-template-columns:1fr 1.1fr;gap:1.25rem;padding:1.5rem;align-items:center}.community-carousel .carousel-media{background:linear-gradient(135deg,#00808040,#ffd70026);border-radius:14px;padding:1rem;display:flex;align-items:center;justify-content:center}.community-carousel .carousel-media img{width:100%;height:100%;object-fit:contain}.community-carousel .carousel-body{display:flex;flex-direction:column;gap:.35rem}.community-carousel .carousel-body h3{font-size:1.35rem;margin:.25rem 0}.community-carousel .carousel-body .meta{color:#ffffffbf}.community-carousel .carousel-body .seats{color:gold;font-weight:600}.community-carousel .carousel-dots{display:flex;gap:.5rem;justify-content:center;padding:0 0 1rem}.community-carousel .dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;transition:all .2s}.community-carousel .dot.active{background:gold;border-color:gold;width:18px}.app.light .community-carousel{background:#0000000a;border-color:#00000014;box-shadow:0 10px 30px #0000001a}.app.light .community-carousel .carousel-card{background:#ffffffd9}.app.light .community-carousel .carousel-body h3{color:#1a1a1a}.app.light .community-carousel .carousel-body .meta{color:#1a1a1ab3}.app.light .community-carousel .carousel-body .seats{color:#b8860b}.map-circle{width:260px;height:260px;border-radius:50%;background:linear-gradient(135deg,#0a0a0a73,#0a0a0aa6),radial-gradient(circle at 40% 40%,#ffd70040,#00808073),url(/images/logo-1.png);position:relative;border:1px solid rgba(255,255,255,.12);box-shadow:0 25px 60px #00000059;background-size:cover;background-position:center;margin:0 auto}.map-pin{position:absolute;top:40%;left:55%;font-size:2rem;color:#0a0a0a;visibility:hidden;background:gold;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 8px #ffd7002e}.pin-2{top:55%;left:35%;background:#fff;color:teal;box-shadow:0 0 0 8px #00808026}.events-grid{padding:3rem 0 5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.event-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;transition:all .2s ease}.event-card:hover{border-color:#ffd7004d;transform:translateY(-3px)}.event-card-header{display:flex;justify-content:space-between;align-items:center}.event-card h3{font-size:1.1rem;color:#fff}.event-card-image{width:100%;aspect-ratio:16/10;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#00808033,#ffd70014);display:flex;align-items:center;justify-content:center}.event-card-image img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.event-meta{display:flex;justify-content:space-between;color:#ffffffb3;font-size:.95rem}.event-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.seats{color:#ffffffbf;font-weight:600}.event-share{color:#fff9}.app.light .events-hero{background:#fffc}.app.light .events-title{color:#1a1a1a}.app.light .events-subtitle{color:#1a1a1ab3}.app.light .event-card{background:#fffffff2;border-color:#00000014}.app.light .event-card h3{color:#1a1a1a}.app.light .event-meta,.app.light .seats,.app.light .event-share{color:#1a1a1ab3}@media(max-width:1024px){.blog-hero-content,.events-hero-content{grid-template-columns:1fr}}@media(max-width:768px){.blog-hero,.blog-detail-hero,.events-hero{padding:3rem 1.5rem 2rem}.blog-hero-title,.blog-detail-title,.events-title{font-size:2.1rem}.blog-detail-actions{flex-direction:column;align-items:flex-start}.cta-card{width:100%;flex-direction:column;align-items:flex-start}.events-hero-content{text-align:center}.events-map{justify-content:center}.map-circle{width:clamp(180px,60vw,240px);height:clamp(180px,60vw,240px);margin-top:1.25rem}.events-map{display:none}.blog-detail-image{aspect-ratio:4/3;max-height:clamp(220px,60vw,360px)}.blog-card-image{aspect-ratio:4/3;max-height:clamp(180px,60vw,260px)}.community-carousel .carousel-card{grid-template-columns:1fr}}
