@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--surface:#131313;--surface-dim:#0e0e0e;--surface-container-low:#1c1b1b;--surface-container:#20201f;--surface-container-high:#2a2a2a;--surface-container-highest:#353535;--surface-bright:#393939;--primary:#e30613;--primary-soft:#ffb4aa;--on-surface:#e5e2e1;--on-surface-muted:#888;--outline-variant:#5e3f3b;--white:#fff;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--display-lg:3.5rem;--display-md:2.75rem;--headline-lg:2rem;--headline-md:1.5rem;--headline-sm:1.25rem;--body-lg:1.125rem;--body-md:.9375rem;--body-sm:.8125rem;--label-sm:.6875rem;--radius:8px;--radius-lg:12px;--radius-full:100px;--ease-out:cubic-bezier(.4, 0, .2, 1)}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font);background-color:var(--surface);color:var(--on-surface);line-height:1.6;overflow-x:hidden}::-webkit-scrollbar-thumb:hover{background:var(--on-surface-muted)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes countdownGlow{0%,to{text-shadow:0 0 10px #e306134d}50%{text-shadow:0 0 25px #e3061399}}:root{--surface:#131313;--surface-dim:#0e0e0e;--surface-container-low:#1c1b1b;--surface-container:#20201f;--surface-container-high:#2a2a2a;--surface-container-highest:#353535;--surface-bright:#393939;--primary:#e30613;--primary-soft:#ffb4aa;--on-surface:#e5e2e1;--on-surface-muted:#888;--outline-variant:#5e3f3b;--white:#fff;--font:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--display-lg:3.5rem;--display-md:2.75rem;--headline-lg:2rem;--headline-md:1.5rem;--headline-sm:1.25rem;--body-lg:1.125rem;--body-md:.9375rem;--body-sm:.8125rem;--label-sm:.6875rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--radius:8px;--radius-lg:12px;--radius-full:100px;--ease-out:cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font);background:var(--surface);color:var(--on-surface);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;outline:none}img{max-width:100%;display:block}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--surface-container-highest);border-radius:var(--radius-full)}@keyframes waveBar{0%,to{transform:scaleY(1)}50%{transform:scaleY(.4)}}.navbar{z-index:100;padding:var(--space-4) var(--space-10);-webkit-backdrop-filter:blur(20px);transition:background .3s var(--ease-out);background:#13131399;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#131313f2}.navbar__logo{align-items:center;gap:var(--space-3);display:flex}.navbar__logo img{border-radius:4px;width:36px;height:36px}.navbar__logo span{font-size:var(--headline-sm);letter-spacing:-.02em;color:var(--white);font-weight:800}.navbar__logo .accent{color:var(--primary)}.navbar__links{align-items:center;gap:var(--space-8);list-style:none;display:flex}.navbar__links a{font-size:var(--body-sm);color:var(--on-surface-muted);font-weight:500;transition:color .2s;position:relative}.navbar__links a:hover,.navbar__links a.active{color:var(--white)}.navbar__links a:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s var(--ease-out);position:absolute;bottom:-4px;left:0}.navbar__links a:hover:after,.navbar__links a.active:after{width:100%}.navbar__cta{background:var(--primary);color:var(--white);font-size:var(--body-sm);padding:var(--space-2) var(--space-6);border-radius:var(--radius-full);font-weight:600;transition:all .3s}.navbar__cta:hover{transform:scale(1.05);box-shadow:0 0 20px #e3061366}.hero{width:100%;height:100vh;min-height:600px;padding:var(--space-20) var(--space-10);align-items:flex-end;display:flex;position:relative;overflow:hidden}.hero__bg{z-index:0;position:absolute;inset:0}.hero__bg img{object-fit:cover;width:100%;height:100%}.hero__bg:after{content:"";background:linear-gradient(to top, var(--surface) 0%, #13131399 40%, transparent 70%);position:absolute;inset:0}.hero__content{z-index:1;max-width:700px;position:relative}.hero__badge{align-items:center;gap:var(--space-2);background:var(--primary);color:var(--white);font-size:var(--label-sm);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.05em;font-weight:700;display:inline-flex}.hero__badge .dot{background:var(--white);border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse}.hero__title{font-size:var(--display-lg);letter-spacing:-.03em;color:var(--white);margin-bottom:var(--space-4);font-weight:900;line-height:1.05}.hero__subtitle{font-size:var(--body-lg);color:var(--on-surface-muted);margin-bottom:var(--space-8);max-width:500px}.hero__actions{align-items:center;gap:var(--space-4);display:flex}.btn-play{align-items:center;gap:var(--space-3);background:linear-gradient(135deg, var(--primary-soft) 0%, var(--primary) 100%);color:var(--white);font-size:var(--body-md);padding:var(--space-4) var(--space-8);border-radius:var(--radius);font-weight:700;transition:all .3s;display:inline-flex}.btn-play:hover{transform:scale(1.03);box-shadow:0 0 30px #e3061380}.btn-play svg{fill:currentColor;width:20px;height:20px}.hero__countdown{font-size:var(--body-sm);color:var(--on-surface-muted);animation:3s infinite countdownGlow}.hero__countdown span{color:var(--primary-soft);font-variant-numeric:tabular-nums;font-weight:700}.content-section{padding:var(--space-12) var(--space-10)}.section-header{margin-bottom:var(--space-6);justify-content:space-between;align-items:baseline;display:flex}.section-header h2{font-size:var(--headline-md);letter-spacing:-.01em;font-weight:700}.section-header a{font-size:var(--body-sm);color:var(--primary-soft);font-weight:500;transition:color .2s}.section-header a:hover{color:var(--primary)}.carousel{gap:var(--space-4);scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:var(--space-2);display:flex;overflow-x:auto}.carousel::-webkit-scrollbar{display:none}.card{scroll-snap-align:start;border-radius:var(--radius);background:var(--surface-container-high);transition:all .3s var(--ease-out);cursor:pointer;flex:0 0 280px;overflow:hidden}.card a{color:inherit}.card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0006}.card__thumb{aspect-ratio:16/9;position:relative;overflow:hidden}.card__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease-out)}.card:hover .card__thumb img{transform:scale(1.05)}.card__play-overlay{opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.card:hover .card__play-overlay{opacity:1}.card__play-overlay svg{width:48px;height:48px;fill:var(--white)}.card__badge{top:var(--space-2);left:var(--space-2);background:var(--primary);color:var(--white);font-size:var(--label-sm);padding:2px var(--space-2);text-transform:uppercase;border-radius:4px;font-weight:700;position:absolute}.card__duration{bottom:var(--space-2);right:var(--space-2);color:var(--white);font-size:var(--label-sm);padding:2px var(--space-2);background:#000c;border-radius:4px;font-weight:600;position:absolute}.card__info{padding:var(--space-3) var(--space-4)}.card__title{font-size:var(--body-md);color:var(--white);margin-bottom:var(--space-1);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.card__meta{font-size:var(--label-sm);color:var(--on-surface-muted)}.podcast-card{scroll-snap-align:start;align-items:center;gap:var(--space-4);background:var(--surface-container-high);border-radius:var(--radius);cursor:pointer;transition:all .3s var(--ease-out);flex:0 0 320px;display:flex;overflow:hidden}.podcast-card:hover{background:var(--surface-container-highest);transform:translateY(-3px);box-shadow:0 12px 30px #0000004d}.podcast-card.active{border-left:3px solid var(--primary)}.podcast-card__thumb{flex:0 0 110px;height:110px;position:relative;overflow:hidden}.podcast-card__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease-out)}.podcast-card:hover .podcast-card__thumb img{transform:scale(1.08)}.podcast-card__play-btn{opacity:0;background:#00000059;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.podcast-card:hover .podcast-card__play-btn,.podcast-card.active .podcast-card__play-btn{opacity:1}.podcast-card__play-btn svg{width:32px;height:32px;fill:var(--white);filter:drop-shadow(0 2px 4px #00000080)}.podcast-card__wave-mini{align-items:flex-end;gap:3px;height:24px;display:flex}.podcast-card__wave-mini .bar{background:var(--primary);border-radius:2px;width:4px;animation:1.2s ease-in-out infinite waveBar}.podcast-card__wave-mini .bar:first-child{height:40%;animation-delay:0s}.podcast-card__wave-mini .bar:nth-child(2){height:70%;animation-delay:.1s}.podcast-card__wave-mini .bar:nth-child(3){height:50%;animation-delay:.2s}.podcast-card__wave-mini .bar:nth-child(4){height:80%;animation-delay:.3s}.podcast-card__info{min-width:0;padding:var(--space-3) var(--space-4) var(--space-3) 0;flex:1}.podcast-card__ep{font-size:var(--label-sm);color:var(--primary-soft);text-transform:uppercase;font-weight:600}.podcast-card__title{font-size:var(--body-md);color:var(--white);margin:var(--space-1) 0;white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.podcast-card__duration{font-size:var(--label-sm);color:var(--on-surface-muted)}.wide-card{scroll-snap-align:start;border-radius:var(--radius);background:var(--surface-container-high);cursor:pointer;flex:0 0 400px;transition:all .3s;overflow:hidden}.wide-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0006}.wide-card__thumb{aspect-ratio:21/9;position:relative;overflow:hidden}.wide-card__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.wide-card:hover .wide-card__thumb img{transform:scale(1.05)}.wide-card__duration{bottom:var(--space-2);right:var(--space-2);color:var(--white);font-size:var(--label-sm);padding:2px var(--space-2);background:#000c;border-radius:4px;font-weight:600;position:absolute}.wide-card__info{padding:var(--space-4)}.wide-card__title{font-size:var(--body-lg);color:var(--white);margin-bottom:var(--space-1);font-weight:700}.wide-card__desc{font-size:var(--body-sm);color:var(--on-surface-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.square-card{scroll-snap-align:start;border-radius:var(--radius);background:var(--surface-container-high);cursor:pointer;flex:0 0 220px;transition:all .3s;overflow:hidden}.square-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0006}.square-card__thumb{aspect-ratio:1;position:relative;overflow:hidden}.square-card__thumb img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.square-card:hover .square-card__thumb img{transform:scale(1.05)}.square-card__info{padding:var(--space-3) var(--space-4)}.square-card__title{font-size:var(--body-sm);color:var(--white);font-weight:600}.square-card__meta{font-size:var(--label-sm);color:var(--on-surface-muted);margin-top:var(--space-1)}.footer{border-top:2px solid var(--primary);background:var(--surface-dim);padding:var(--space-16) var(--space-10) var(--space-8)}.footer__grid{gap:var(--space-10);margin-bottom:var(--space-12);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.footer__brand p{font-size:var(--body-sm);color:var(--on-surface-muted);margin-top:var(--space-4);max-width:300px;line-height:1.7}.footer__socials{gap:var(--space-3);margin-top:var(--space-4);display:flex}.footer__socials a{border-radius:var(--radius);background:var(--surface-container-high);width:40px;height:40px;color:var(--on-surface-muted);justify-content:center;align-items:center;transition:all .2s;display:flex}.footer__socials a:hover{background:var(--primary);color:var(--white)}.footer__col h4{font-size:var(--body-sm);color:var(--white);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.footer__col a{font-size:var(--body-sm);color:var(--on-surface-muted);margin-bottom:var(--space-3);transition:color .2s;display:block}.footer__col a:hover{color:var(--primary-soft)}.footer__bottom{border-top:1px solid var(--surface-container-high);padding-top:var(--space-6);justify-content:space-between;align-items:center;display:flex}.footer__bottom p,.footer__bottom a{font-size:var(--label-sm);color:var(--on-surface-muted)}.player-page{padding-top:64px}.player{width:100%;position:relative}.player__screen{aspect-ratio:16/9;background:#000;width:100%;max-height:75vh;position:relative;overflow:hidden}.player__poster{object-fit:cover;width:100%;height:100%}.player__overlay{cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.player__big-play{background:#e30613e6;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex}.player__big-play svg{width:36px;height:36px;fill:var(--white)}.player__title-overlay{bottom:60px;left:var(--space-8);z-index:2;position:absolute}.player__category-chip{background:var(--primary);color:var(--white);font-size:var(--label-sm);padding:2px var(--space-3);border-radius:var(--radius-full);margin-bottom:var(--space-2);text-transform:uppercase;font-weight:700;display:inline-block}.player__video-title{font-size:var(--headline-lg);color:var(--white);text-shadow:0 2px 12px #0009;font-weight:800}.player__video-duration{font-size:var(--body-sm);color:var(--on-surface-muted);margin-left:var(--space-3)}.player__controls{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-6);z-index:3;background:linear-gradient(#0000,#000000e6);display:flex;position:absolute;bottom:0;left:0;right:0}.player__ctrl-btn{color:var(--white);background:0 0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.player__ctrl-btn:hover{background:#ffffff1a}.player__progress-bar{align-items:center;gap:var(--space-3);flex:1;display:flex}.player__progress-track{cursor:pointer;background:#fff3;border-radius:2px;flex:1;height:4px;position:relative}.player__progress-fill{background:var(--primary);border-radius:2px;height:100%;transition:width .1s}.player__progress-input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.player__time{font-size:var(--label-sm);color:var(--on-surface-muted);white-space:nowrap}.player__volume{align-items:center;gap:var(--space-2);color:var(--white);display:flex}.player__volume-input{width:80px;height:4px;accent-color:var(--primary)}.player-content{max-width:1200px;padding:var(--space-8) var(--space-10);margin:0 auto}.share-row{gap:var(--space-3);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.share-btn{align-items:center;gap:var(--space-2);border:1px solid var(--surface-container-highest);color:var(--on-surface-muted);font-size:var(--body-sm);padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);background:0 0;transition:all .2s;display:inline-flex}.share-btn:hover{border-color:var(--primary);color:var(--white);background:#e306131a}.video-info{margin-bottom:var(--space-10)}.video-info__title{font-size:var(--headline-lg);color:var(--white);margin-bottom:var(--space-2);font-weight:800}.video-info__date{font-size:var(--body-sm);color:var(--on-surface-muted);margin-bottom:var(--space-4)}.video-info__desc{font-size:var(--body-md);color:var(--on-surface);margin-bottom:var(--space-6);max-width:700px;line-height:1.8}.video-info__tags{gap:var(--space-2);flex-wrap:wrap;display:flex}.tag-chip{background:var(--surface-container-high);color:var(--on-surface-muted);font-size:var(--label-sm);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-weight:500}.related-section h2{font-size:var(--headline-md);margin-bottom:var(--space-6);font-weight:700}.related-grid{gap:var(--space-4);grid-template-columns:repeat(3,1fr);display:grid}.related-grid .card{flex:1}.audio-bar{z-index:100;align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-6);-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--surface-container-high);background:#131313d9;display:flex;position:fixed;bottom:0;left:0;right:0}.audio-bar__wave{flex:0 0 80px;align-items:flex-end;gap:2px;height:30px;display:flex}.audio-bar__bar{background:var(--primary);border-radius:2px;width:3px;animation:1.2s ease-in-out infinite waveBar}.audio-bar__info{align-items:center;gap:var(--space-3);flex:0 0 250px;display:flex}.audio-bar__thumb{border-radius:var(--radius);object-fit:cover;width:40px;height:40px}.audio-bar__title{font-size:var(--body-sm);color:var(--white);font-weight:600}.audio-bar__subtitle{font-size:var(--label-sm);color:var(--on-surface-muted)}.audio-bar__controls{align-items:center;gap:var(--space-3);display:flex}.audio-bar__btn{color:var(--white);padding:var(--space-2);background:0 0;font-size:1.2rem}.audio-bar__btn--play{background:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.audio-bar__progress{background:var(--surface-container-highest);border-radius:2px;flex:1;height:3px;overflow:hidden}.audio-bar__progress-fill{background:var(--primary);height:100%}.audio-bar__time{font-size:var(--label-sm);color:var(--on-surface-muted);white-space:nowrap}.club-page{padding-top:64px}.club-hero{text-align:center;justify-content:center;align-items:center;height:80vh;min-height:500px;display:flex;position:relative;overflow:hidden}.club-hero__bg{position:absolute;inset:0}.club-hero__bg img{object-fit:cover;width:100%;height:100%}.club-hero__bg:after{content:"";background:linear-gradient(to bottom, #131313b3, var(--surface));position:absolute;inset:0}.club-hero__content{z-index:1;max-width:700px;position:relative}.club-hero__label{font-size:var(--label-sm);color:var(--primary-soft);text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-4);font-weight:700;display:inline-block}.club-hero__title{font-size:var(--display-lg);letter-spacing:-.03em;color:var(--white);margin-bottom:var(--space-4);font-weight:900;line-height:1.05}.club-hero__title span{color:var(--primary)}.club-hero__subtitle{font-size:var(--body-lg);color:var(--on-surface-muted);margin-bottom:var(--space-8)}.club-benefits{padding:var(--space-16) var(--space-10)}.club-benefits__grid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);max-width:1000px;margin:0 auto;display:grid}.benefit-card{background:var(--surface-container-high);border-radius:var(--radius-lg);padding:var(--space-8);text-align:center;transition:all .3s}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.benefit-card__icon{margin-bottom:var(--space-4);font-size:3rem;display:block}.benefit-card__title{font-size:var(--headline-sm);color:var(--white);margin-bottom:var(--space-3);font-weight:700}.benefit-card__desc{font-size:var(--body-sm);color:var(--on-surface-muted);line-height:1.7}.club-form-section{padding:var(--space-16) var(--space-10);justify-content:center;display:flex}.club-form{background:var(--surface-container);border-radius:var(--radius-lg);padding:var(--space-10);width:100%;max-width:520px}.club-form__title{font-size:var(--headline-lg);color:var(--white);text-align:center;margin-bottom:var(--space-2);font-weight:800}.club-form__subtitle{font-size:var(--body-sm);color:var(--on-surface-muted);text-align:center;margin-bottom:var(--space-8)}.club-form__field{margin-bottom:var(--space-6)}.club-form__field label{font-size:var(--body-sm);color:var(--on-surface);margin-bottom:var(--space-2);font-weight:600;display:block}.club-form__field input,.club-form__field select,.club-form__field textarea{background:var(--surface-container-high);border:1px solid var(--surface-container-highest);width:100%;color:var(--white);font-size:var(--body-md);padding:var(--space-3) var(--space-4);border-radius:var(--radius);font-family:var(--font);transition:border-color .2s}.club-form__field input:focus,.club-form__field select:focus,.club-form__field textarea:focus{border-color:var(--primary);outline:none}.club-form__field textarea{resize:vertical}.club-form__interests{gap:var(--space-2);flex-wrap:wrap;display:flex}.interest-chip{background:var(--surface-container-high);color:var(--on-surface-muted);font-size:var(--body-sm);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);transition:all .2s}.interest-chip.active{background:var(--primary);color:var(--white)}.club-form__submit{width:100%;margin-top:var(--space-4);justify-content:center}.club-form__proof{text-align:center;font-size:var(--body-sm);color:var(--on-surface-muted);margin-top:var(--space-6)}.club-form__proof strong{color:var(--primary-soft)}.club-form__success{text-align:center;padding:var(--space-10)}.club-form__check{background:var(--primary);width:64px;height:64px;color:var(--white);margin-bottom:var(--space-6);border-radius:50%;justify-content:center;align-items:center;font-size:2rem;display:inline-flex}.club-form__success h2{font-size:var(--headline-md);color:var(--white);margin-bottom:var(--space-4)}.club-form__success p{color:var(--on-surface-muted)}.club-testimonials{padding:var(--space-16) var(--space-10)}.club-testimonials h2{font-size:var(--headline-md);text-align:center;margin-bottom:var(--space-10);font-weight:700}.testimonials-grid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto;display:grid}.testimonial-card{background:var(--surface-container-high);border-radius:var(--radius-lg);padding:var(--space-6);transition:all .3s}.testimonial-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000004d}.testimonial-card__quote{font-size:var(--body-sm);color:var(--on-surface);margin-bottom:var(--space-6);font-style:italic;line-height:1.7}.testimonial-card__author{align-items:center;gap:var(--space-3);display:flex}.testimonial-card__avatar{background:var(--primary);width:36px;height:36px;color:var(--white);font-weight:700;font-size:var(--body-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.testimonial-card__name{font-size:var(--body-sm);color:var(--white);font-weight:600}.testimonial-card__barrio{font-size:var(--label-sm);color:var(--on-surface-muted)}.pitch-page{padding-top:64px}.pitch-hero{padding:var(--space-24) var(--space-10);text-align:center;position:relative;overflow:hidden}.pitch-hero__pattern{background-image:linear-gradient(#e3061308 1px,#0000 1px),linear-gradient(90deg,#e3061308 1px,#0000 1px);background-size:40px 40px;position:absolute;inset:0}.pitch-hero__content{z-index:1;max-width:700px;margin:0 auto;position:relative}.pitch-hero__title{font-size:var(--display-lg);letter-spacing:-.03em;color:var(--white);margin-bottom:var(--space-4);font-weight:900;line-height:1.05}.pitch-hero__title span{color:var(--primary)}.pitch-hero__subtitle{font-size:var(--body-lg);color:var(--on-surface-muted);margin-bottom:var(--space-8)}.pitch-filters{justify-content:center;gap:var(--space-2);padding:0 var(--space-10);margin-bottom:var(--space-10);flex-wrap:wrap;display:flex}.filter-chip{background:var(--surface-container-high);color:var(--on-surface-muted);font-size:var(--body-sm);padding:var(--space-2) var(--space-6);border-radius:var(--radius-full);font-weight:500;transition:all .2s}.filter-chip.active{background:var(--primary);color:var(--white)}.filter-chip:hover{background:var(--surface-container-highest);color:var(--white)}.filter-chip.active:hover{background:var(--primary)}.pitch-layout{gap:var(--space-8);padding:0 var(--space-10);max-width:1200px;padding-bottom:var(--space-16);grid-template-columns:1fr 320px;margin:0 auto;display:grid}.pitch-feed{gap:var(--space-4);flex-direction:column;display:flex}.idea-card{background:var(--surface-container-high);border-radius:var(--radius-lg);padding:var(--space-6);transition:all .3s;position:relative}.idea-card:hover{background:var(--surface-container-highest)}.idea-card__production-badge{top:var(--space-4);right:var(--space-4);color:#000;font-size:var(--label-sm);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);background:linear-gradient(135deg,gold,orange);font-weight:800;position:absolute}.idea-card__header{align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);display:flex}.idea-card__avatar{background:var(--surface-bright);width:40px;height:40px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-weight:700;display:flex}.idea-card__author{font-size:var(--body-sm);color:var(--white);font-weight:600}.idea-card__meta{font-size:var(--label-sm);color:var(--on-surface-muted)}.idea-card__title{font-size:var(--headline-sm);color:var(--white);margin-bottom:var(--space-2);font-weight:700}.idea-card__desc{font-size:var(--body-sm);color:var(--on-surface-muted);margin-bottom:var(--space-4);line-height:1.7}.idea-card__footer{justify-content:space-between;align-items:center;display:flex}.idea-card__category{background:var(--surface-container);font-size:var(--label-sm);color:var(--on-surface-muted);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full)}.idea-card__clap{color:var(--on-surface-muted);font-size:var(--body-sm);align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);background:0 0;transition:all .2s;display:flex}.idea-card__clap:hover{color:var(--primary-soft);background:#e306131a}.idea-card__clap.clapped{color:var(--primary)}.pitch-leaderboard{background:var(--surface-container-high);border-radius:var(--radius-lg);padding:var(--space-6);height:fit-content;position:sticky;top:80px}.pitch-leaderboard h3{font-size:var(--headline-sm);color:var(--white);margin-bottom:var(--space-6);font-weight:700}.leaderboard-list{gap:var(--space-3);flex-direction:column;display:flex}.leaderboard-item{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius);transition:background .2s;display:flex}.leaderboard-item:hover{background:var(--surface-container-highest)}.leaderboard-item__pos{font-size:var(--headline-sm);min-width:30px;font-weight:800}.leaderboard-item__title{font-size:var(--body-sm);color:var(--on-surface);flex:1;font-weight:500}.leaderboard-item__claps{font-size:var(--body-sm);color:var(--on-surface-muted);white-space:nowrap}.pitch-form-overlay{z-index:200;padding:var(--space-4);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pitch-form{background:var(--surface-container);border-radius:var(--radius-lg);padding:var(--space-8);width:100%;max-width:500px;position:relative}.pitch-form h2{font-size:var(--headline-md);color:var(--white);margin-bottom:var(--space-6);font-weight:800}.pitch-form__close{top:var(--space-4);right:var(--space-4);color:var(--on-surface-muted);background:0 0;font-size:1.5rem;position:absolute}.podcast-page{padding-top:64px}.podcast-hero{height:70vh;min-height:450px;padding:var(--space-16) var(--space-10);align-items:flex-end;display:flex;position:relative;overflow:hidden}.podcast-hero__bg{position:absolute;inset:0}.podcast-hero__bg img{object-fit:cover;filter:brightness(.4);width:100%;height:100%}.podcast-hero__bg:after{content:"";background:linear-gradient(to top, var(--surface) 0%, #1313134d 60%, transparent 100%);position:absolute;inset:0}.podcast-hero__content{z-index:1;max-width:650px;position:relative}.podcast-hero__label{font-size:var(--label-sm);color:var(--primary-soft);text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-3);font-weight:700;display:block}.podcast-hero__badge{background:var(--primary);color:var(--white);font-size:var(--label-sm);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);margin-bottom:var(--space-4);text-transform:uppercase;letter-spacing:.05em;font-weight:700;display:inline-block}.podcast-hero__title{font-size:var(--display-md);letter-spacing:-.03em;color:var(--white);margin-bottom:var(--space-4);font-weight:900;line-height:1.1}.podcast-hero__desc{font-size:var(--body-md);color:var(--on-surface-muted);margin-bottom:var(--space-6);max-width:500px;line-height:1.7}.podcast-hero__actions{align-items:center;gap:var(--space-6);display:flex}.podcast-hero__meta{font-size:var(--body-sm);color:var(--on-surface-muted)}.podcast-platforms{align-items:center;gap:var(--space-6);padding:var(--space-8) var(--space-10);border-bottom:1px solid var(--surface-container-high);display:flex}.podcast-platforms p{font-size:var(--body-sm);color:var(--on-surface-muted);white-space:nowrap}.podcast-platforms__list{gap:var(--space-3);display:flex}.platform-chip{align-items:center;gap:var(--space-2);background:var(--surface-container-high);color:var(--on-surface);font-size:var(--body-sm);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);font-weight:500;transition:all .2s;display:inline-flex}.platform-chip:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.podcast-episodes{padding:var(--space-12) var(--space-10);max-width:1100px;margin:0 auto}.podcast-episodes h2{font-size:var(--headline-md);margin-bottom:var(--space-8);font-weight:700}.episodes-list{gap:var(--space-3);flex-direction:column;display:flex}.episode-row{align-items:center;gap:var(--space-4);background:var(--surface-container-high);border-radius:var(--radius-lg);padding:var(--space-4);cursor:pointer;transition:all .3s;display:flex;position:relative;overflow:hidden}.episode-row:hover{background:var(--surface-container-highest)}.episode-row.playing{border-left:3px solid var(--primary);background:var(--surface-container-highest)}.episode-row__thumb{border-radius:var(--radius);flex:0 0 80px;height:80px;position:relative;overflow:hidden}.episode-row__thumb img{object-fit:cover;width:100%;height:100%}.episode-row__play{opacity:0;cursor:pointer;background:#0006;border:none;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.episode-row:hover .episode-row__play,.episode-row.playing .episode-row__play{opacity:1}.episode-row__play svg{fill:var(--white);filter:drop-shadow(0 1px 3px #00000080)}.episode-row__number{flex:0 0 55px}.episode-row__ep{font-size:var(--body-sm);color:var(--primary-soft);font-weight:700}.episode-row__info{flex:1;min-width:0}.episode-row__title{font-size:var(--body-md);color:var(--white);margin-bottom:var(--space-1);font-weight:600}.episode-row__desc{font-size:var(--body-sm);color:var(--on-surface-muted);-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.episode-row__meta{text-align:right;flex:none}.episode-row__duration{font-size:var(--body-sm);color:var(--on-surface);font-weight:600;display:block}.episode-row__date{font-size:var(--label-sm);color:var(--on-surface-muted);display:block}.episode-row__wave{right:var(--space-4);bottom:var(--space-3);align-items:flex-end;gap:2px;height:20px;display:flex;position:absolute}.episode-row__wave .bar{background:var(--primary);border-radius:2px;width:3px;animation:1.2s ease-in-out infinite waveBar}.episode-row__wave .bar:first-child{height:40%;animation-delay:0s}.episode-row__wave .bar:nth-child(2){height:70%;animation-delay:.1s}.episode-row__wave .bar:nth-child(3){height:50%;animation-delay:.2s}.episode-row__wave .bar:nth-child(4){height:80%;animation-delay:.15s}.episode-row__wave .bar:nth-child(5){height:60%;animation-delay:.25s}.podcast-cta{padding:var(--space-16) var(--space-10);justify-content:center;display:flex}.podcast-cta__card{background:linear-gradient(135deg, var(--surface-container-high), var(--surface-container));border:1px solid var(--surface-container-highest);border-radius:var(--radius-lg);padding:var(--space-10);text-align:center;width:100%;max-width:600px}.podcast-cta__card h2{font-size:var(--headline-md);color:var(--white);margin-bottom:var(--space-3);font-weight:800}.podcast-cta__card p{font-size:var(--body-sm);color:var(--on-surface-muted);margin-bottom:var(--space-6)}.podcast-cta__form{gap:var(--space-3);display:flex}.podcast-cta__form input{background:var(--surface-container-high);border:1px solid var(--surface-container-highest);color:var(--white);font-size:var(--body-md);padding:var(--space-3) var(--space-4);border-radius:var(--radius);font-family:var(--font);flex:1}.podcast-cta__form input:focus{border-color:var(--primary);outline:none}@media (width<=1024px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}.pitch-layout{grid-template-columns:1fr}.pitch-leaderboard{position:static}}@media (width<=768px){.navbar{padding:var(--space-3) var(--space-4)}.navbar__links{display:none}.hero{padding:var(--space-16) var(--space-4)}.hero__title,.club-hero__title,.pitch-hero__title{font-size:var(--display-md)}.content-section{padding:var(--space-8) var(--space-4)}.footer__grid{gap:var(--space-6);grid-template-columns:1fr}.footer{padding:var(--space-8) var(--space-4)}.club-benefits__grid,.related-grid,.testimonials-grid{grid-template-columns:1fr}.pitch-layout{padding:0 var(--space-4)}.player-content{padding:var(--space-4)}}
