.LessonCard-module__m4geca__card{background:var(--bg-card);border-top:1px solid var(--bb-border);border-left:1px solid var(--bb-border);cursor:pointer;transition:background var(--dur-medium)ease;position:relative;overflow:hidden}.LessonCard-module__m4geca__card:hover{background:var(--bg-elevated)}.LessonCard-module__m4geca__card:after{content:"";background:var(--bb-lime);transform-origin:0;height:2px;transition:transform var(--dur-medium)var(--ease-smooth);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.LessonCard-module__m4geca__card:hover:after{transform:scaleX(1)}.LessonCard-module__m4geca__thumbnailWrap{aspect-ratio:16/9;width:100%;position:relative;overflow:hidden}.LessonCard-module__m4geca__thumbnailPlaceholder{background:var(--bb-surface);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.LessonCard-module__m4geca__thumbnailImage{object-fit:cover;width:100%;height:100%;transition:transform var(--dur-slow)var(--ease-decel)}.LessonCard-module__m4geca__card:hover .LessonCard-module__m4geca__thumbnailImage{transform:scale(1.03)}.LessonCard-module__m4geca__playOverlay{opacity:0;transition:opacity var(--dur-fast)ease;z-index:2;background:#0505054d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.LessonCard-module__m4geca__card:hover .LessonCard-module__m4geca__playOverlay{opacity:1}.LessonCard-module__m4geca__playIcon{z-index:2;border:1px solid var(--bb-lime);width:48px;height:48px;transition:all var(--dur-fast)var(--ease-smooth);background:#d1ff001a;border-radius:0;justify-content:center;align-items:center;display:flex;position:relative}.LessonCard-module__m4geca__card:hover .LessonCard-module__m4geca__playIcon{background:#d1ff0033}.LessonCard-module__m4geca__playTriangle{border-style:solid;border-width:8px 0 8px 14px;border-color:transparent transparent transparent var(--bb-lime);width:0;height:0;margin-left:3px}.LessonCard-module__m4geca__duration{border:1px solid var(--bb-border);border-radius:var(--radius-sm);color:var(--text-secondary);z-index:2;background:#050505d9;padding:2px 8px;font-family:Roboto Mono,monospace;font-size:11px;font-weight:500;position:absolute;bottom:8px;right:8px}.LessonCard-module__m4geca__badge{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.08em;z-index:2;padding:3px 10px;font-family:Roboto Mono,monospace;font-size:9px;font-weight:500;position:absolute;top:8px;left:8px}.LessonCard-module__m4geca__badgeNew{background:var(--bb-lime);color:var(--bb-dark)}.LessonCard-module__m4geca__badgeFree{color:var(--bb-lime);background:#d1ff001a;border:1px solid #d1ff004d}.LessonCard-module__m4geca__content{flex-direction:column;gap:8px;padding:clamp(14px,2.5vw,20px);display:flex}.LessonCard-module__m4geca__title{color:var(--bb-cream);letter-spacing:-.02em;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Geist,sans-serif;font-size:clamp(14px,1.5vw,16px);font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.LessonCard-module__m4geca__description{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Geist,sans-serif;font-size:clamp(12px,1.2vw,13px);font-weight:400;line-height:1.5;display:-webkit-box;overflow:hidden}.LessonCard-module__m4geca__tags{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.LessonCard-module__m4geca__tag{border:1px solid var(--bb-border);border-radius:var(--radius-sm);color:var(--text-muted);letter-spacing:.02em;background:0 0;padding:2px 8px;font-family:Roboto Mono,monospace;font-size:9px;font-weight:500}@media (max-width:480px){.LessonCard-module__m4geca__badge{padding:2px 8px;font-size:8px}.LessonCard-module__m4geca__duration{font-size:10px}.LessonCard-module__m4geca__tag{font-size:8px}.LessonCard-module__m4geca__playIcon{width:40px;height:40px}}@media (max-width:360px){.LessonCard-module__m4geca__title,.LessonCard-module__m4geca__description{-webkit-line-clamp:1}}
.VideoPlayer-module__hHrOrq__overlay{z-index:2000;-webkit-backdrop-filter:blur(8px);background:#050505f2;justify-content:center;align-items:center;animation:.2s VideoPlayer-module__hHrOrq__fadeIn;display:flex;position:fixed;inset:0}@keyframes VideoPlayer-module__hHrOrq__fadeIn{0%{opacity:0}to{opacity:1}}.VideoPlayer-module__hHrOrq__modal{width:min(90%,960px);max-height:90dvh;animation:VideoPlayer-module__hHrOrq__slideUp .3s var(--ease-decel);scrollbar-width:none;flex-direction:column;gap:clamp(12px,2vw,20px);display:flex;overflow-y:auto}.VideoPlayer-module__hHrOrq__modal::-webkit-scrollbar{display:none}@keyframes VideoPlayer-module__hHrOrq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.VideoPlayer-module__hHrOrq__closeRow{justify-content:flex-end;display:flex}.VideoPlayer-module__hHrOrq__closeBtn{border:1px solid var(--bb-border);background:var(--bg-surface);width:36px;height:36px;color:var(--bb-cream);cursor:pointer;transition:all var(--dur-fast)ease;border-radius:0;justify-content:center;align-items:center;font-size:18px;display:flex}.VideoPlayer-module__hHrOrq__closeBtn:hover{background:var(--bb-lime);color:var(--bb-dark);border-color:var(--bb-lime)}.VideoPlayer-module__hHrOrq__videoWrap{aspect-ratio:16/9;background:var(--bb-dark);border:1px solid var(--bb-border);border-radius:0;width:100%;position:relative;overflow:hidden}.VideoPlayer-module__hHrOrq__videoWrap iframe{border:none;width:100%;height:100%;position:absolute;inset:0}.VideoPlayer-module__hHrOrq__info{flex-direction:column;gap:8px;display:flex}.VideoPlayer-module__hHrOrq__title{color:var(--bb-cream);letter-spacing:-.05em;font-family:TASA Orbiter Display,sans-serif;font-size:clamp(18px,2.5vw,24px);font-weight:800}.VideoPlayer-module__hHrOrq__description{color:var(--text-secondary);font-family:Geist,sans-serif;font-size:clamp(13px,1.3vw,15px);line-height:1.6}.VideoPlayer-module__hHrOrq__meta{flex-wrap:wrap;align-items:center;gap:clamp(12px,2vw,20px);margin-top:4px;display:flex}.VideoPlayer-module__hHrOrq__metaItem{color:var(--text-muted);align-items:center;gap:6px;font-family:Roboto Mono,monospace;font-size:clamp(10px,1vw,11px);display:flex}.VideoPlayer-module__hHrOrq__metaItem i{color:var(--bb-lime)}@media (max-width:768px){.VideoPlayer-module__hHrOrq__modal{width:95%}.VideoPlayer-module__hHrOrq__closeBtn{width:32px;height:32px;font-size:16px}}@media (max-width:480px){.VideoPlayer-module__hHrOrq__overlay{padding-bottom:env(safe-area-inset-bottom,0);align-items:flex-end}.VideoPlayer-module__hHrOrq__modal{width:100%;max-height:95dvh;padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0))}}@media (max-height:500px) and (orientation:landscape){.VideoPlayer-module__hHrOrq__overlay{align-items:center}.VideoPlayer-module__hHrOrq__modal{flex-flow:wrap;width:95%;max-height:95dvh}.VideoPlayer-module__hHrOrq__closeRow{z-index:10;position:absolute;top:8px;right:8px}.VideoPlayer-module__hHrOrq__videoWrap{flex:60%;min-width:0}.VideoPlayer-module__hHrOrq__info{flex:35%;min-width:200px}}
.page-module___8aEwW__page{width:100%;min-height:100dvh;padding-top:clamp(48px,6vw,56px)}.page-module___8aEwW__hero{flex-direction:column;justify-content:flex-end;gap:20px;min-height:75dvh;padding:clamp(40px,8vw,80px) clamp(16px,4vw,48px) clamp(32px,6vw,64px);display:flex;position:relative;overflow:hidden}.page-module___8aEwW__heroBg{z-index:0;position:absolute;inset:0;overflow:hidden}.page-module___8aEwW__heroBg:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#050505 0%,#0000 15% 85%,#050505 100%),linear-gradient(#050505cc 0%,#0000 20%);position:absolute;inset:0}.page-module___8aEwW__heroBgImage{object-fit:cover;object-position:center center;width:100%;height:100%}.page-module___8aEwW__heroBlurLeft{z-index:1;-webkit-backdrop-filter:blur(12px);pointer-events:none;background:linear-gradient(90deg,#050505b3 0%,#05050580 25%,#05050526 40%,#0000 50%);position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000 0% 30%,#0000 50%);mask-image:linear-gradient(90deg,#000 0% 30%,#0000 50%)}.page-module___8aEwW__hero:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(#05050500 0%,#050505d9 70%,#050505 100%);height:40%;position:absolute;bottom:0;left:0;right:0}.page-module___8aEwW__hero:after{content:"";pointer-events:none;z-index:1;opacity:.5;background-image:linear-gradient(#d1ff0004 1px,#0000 1px),linear-gradient(90deg,#d1ff0004 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.page-module___8aEwW__heroMobileImage{display:none}.page-module___8aEwW__heroMobileImg{width:100%;height:auto;display:block}.page-module___8aEwW__heroContent{z-index:2;flex-direction:column;gap:20px;display:flex;position:relative}.page-module___8aEwW__heroBadge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-sm);width:fit-content;color:var(--bb-lime);letter-spacing:.08em;text-transform:uppercase;background:#d1ff000f;border:1px solid #d1ff0026;align-items:center;gap:10px;padding:6px 16px;font-family:Roboto Mono,monospace;font-size:11px;font-weight:500;display:inline-flex}.page-module___8aEwW__pulseDot{background:var(--bb-lime);border-radius:50%;width:8px;height:8px;position:relative}.page-module___8aEwW__pulseDot:after{content:"";background:var(--bb-lime);border-radius:50%;animation:2s infinite page-module___8aEwW__pulse;position:absolute;inset:0}.page-module___8aEwW__heroTitle{letter-spacing:-.05em;color:var(--bb-cream);max-width:min(700px,100%);font-family:TASA Orbiter Display,sans-serif;font-size:clamp(28px,5vw,56px);font-weight:800;line-height:1.05}.page-module___8aEwW__heroSubtitle{color:var(--text-secondary);max-width:min(550px,100%);font-family:Geist,sans-serif;font-size:clamp(14px,1.5vw,17px);font-weight:400;line-height:1.6}.page-module___8aEwW__ctaBanner{max-width:1600px;transition:background var(--dur-fast)var(--ease-smooth);background:#d1ff000a;border-top:1px solid #d1ff001f;border-bottom:1px solid #d1ff001f;align-items:center;gap:12px;margin:0 auto clamp(16px,2vw,24px);padding:12px clamp(16px,4vw,48px);text-decoration:none;display:flex}.page-module___8aEwW__ctaBanner:hover{background:#d1ff0012}.page-module___8aEwW__ctaPulse{background:var(--bb-lime);border-radius:50%;flex-shrink:0;width:6px;height:6px;position:relative}.page-module___8aEwW__ctaPulse:after{content:"";background:var(--bb-lime);border-radius:50%;animation:2s infinite page-module___8aEwW__ctaPulseAnim;position:absolute;inset:0}@keyframes page-module___8aEwW__ctaPulseAnim{0%{opacity:.8;transform:scale(1)}to{opacity:0;transform:scale(3)}}.page-module___8aEwW__ctaText{color:var(--text-secondary);flex:1;font-family:Geist,sans-serif;font-size:clamp(12px,1.2vw,13px);line-height:1.4}.page-module___8aEwW__ctaArrow{color:var(--bb-lime);opacity:.6;transition:opacity var(--dur-fast)var(--ease-smooth),transform var(--dur-fast)var(--ease-smooth);flex-shrink:0;font-size:12px}.page-module___8aEwW__ctaBanner:hover .page-module___8aEwW__ctaArrow{opacity:1;transform:translate(3px)}.page-module___8aEwW__filters{z-index:1;flex-wrap:wrap;align-items:center;gap:8px;max-width:1600px;margin-bottom:clamp(24px,4vw,48px);margin-left:auto;margin-right:auto;padding:0 clamp(16px,4vw,48px);display:flex;position:relative}.page-module___8aEwW__searchBox{border:1px solid var(--bb-border);border-radius:var(--radius-sm);color:var(--text-muted);width:clamp(120px,20vw,200px);min-width:0;transition:border-color var(--dur-fast)var(--ease-smooth);background:0 0;flex-shrink:1;align-items:center;gap:8px;padding:7px 12px;font-size:12px;display:flex}.page-module___8aEwW__searchBox:focus-within{border-color:var(--bb-lime)}.page-module___8aEwW__searchInput{color:var(--bb-cream);background:0 0;border:none;outline:none;width:100%;min-width:0;font-family:Roboto Mono,monospace;font-size:12px}.page-module___8aEwW__searchInput::placeholder{color:var(--text-muted)}.page-module___8aEwW__filterBtn{border-radius:var(--radius-sm);border:1px solid var(--bb-border);color:var(--text-muted);cursor:pointer;letter-spacing:.02em;text-transform:uppercase;transition:all var(--dur-fast)var(--ease-smooth);background:0 0;padding:7px 18px;font-family:Roboto Mono,monospace;font-size:11px;font-weight:500}.page-module___8aEwW__filterBtn:hover{border-color:var(--bb-border-strong);color:var(--bb-cream);background:#d1ff0008}.page-module___8aEwW__filterBtnActive{background:var(--bb-lime);color:var(--bb-dark);border-color:var(--bb-lime);font-weight:500}.page-module___8aEwW__filterBtnActive:hover{background:var(--bb-lime);border-color:var(--bb-lime);color:var(--bb-dark)}.page-module___8aEwW__moduleSection{max-width:1600px;margin-left:auto;margin-right:auto;padding:0 clamp(16px,4vw,48px) clamp(32px,6vw,72px)}.page-module___8aEwW__moduleHeader{border-bottom:1px solid var(--bb-border);align-items:baseline;gap:16px;margin-bottom:12px;padding-bottom:12px;display:flex}.page-module___8aEwW__moduleTitle{color:var(--bb-cream);letter-spacing:-.05em;font-family:TASA Orbiter Display,sans-serif;font-size:clamp(18px,2.5vw,26px);font-weight:800}.page-module___8aEwW__moduleCount{color:var(--bb-lime);opacity:.7;font-family:Roboto Mono,monospace;font-size:clamp(10px,1vw,12px);font-weight:500}.page-module___8aEwW__moduleDescription{color:var(--text-muted);margin-bottom:32px;font-family:Geist,sans-serif;font-size:clamp(13px,1.3vw,15px);line-height:1.6}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(min(320px,100%),1fr));gap:clamp(16px,2vw,24px);display:grid}.page-module___8aEwW__empty{text-align:center;padding:100px 24px}.page-module___8aEwW__emptyIcon{opacity:.3;margin-bottom:16px;font-size:48px}.page-module___8aEwW__emptyTitle{color:var(--bb-cream);letter-spacing:-.05em;margin-bottom:8px;font-family:TASA Orbiter Display,sans-serif;font-size:clamp(18px,2.5vw,22px);font-weight:800}.page-module___8aEwW__emptyText{color:var(--text-muted);font-family:Geist,sans-serif;font-size:clamp(13px,1.3vw,15px)}.page-module___8aEwW__cohortCta{max-width:1600px;margin:0 auto;padding:clamp(48px,6vw,80px) clamp(16px,4vw,48px)}.page-module___8aEwW__cohortContent{text-align:center;background:#d1ff0005;border:1px solid #d1ff001f;padding:clamp(40px,5vw,64px) clamp(20px,4vw,48px);position:relative}.page-module___8aEwW__cohortContent:before{content:"";background:var(--bb-lime);width:60px;height:2px;position:absolute;top:0;left:50%;transform:translate(-50%)}.page-module___8aEwW__cohortBadge{background:var(--bb-lime);color:var(--bb-dark);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--radius-sm);margin-bottom:20px;padding:4px 14px;font-family:Roboto Mono,monospace;font-size:10px;font-weight:600;display:inline-block}.page-module___8aEwW__cohortTitle{color:var(--bb-cream);letter-spacing:-.05em;margin-bottom:12px;font-family:TASA Orbiter Display,sans-serif;font-size:clamp(22px,3.5vw,36px);font-weight:800;line-height:1.1}.page-module___8aEwW__cohortText{color:var(--text-secondary);max-width:500px;margin:0 auto 28px;font-family:Geist,sans-serif;font-size:clamp(13px,1.3vw,15px);line-height:1.6}.page-module___8aEwW__cohortBtn{background:var(--bb-lime);color:var(--bb-dark);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;transition:transform var(--dur-fast)var(--ease-smooth),box-shadow var(--dur-fast)var(--ease-smooth);border:none;align-items:center;gap:10px;padding:14px 32px;font-family:Roboto Mono,monospace;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.page-module___8aEwW__cohortBtn:hover{transform:translateY(-2px);box-shadow:0 4px 20px #d1ff0040}.page-module___8aEwW__footer{border-top:1px solid var(--bb-border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1600px;margin-left:auto;margin-right:auto;padding:clamp(20px,3vw,40px) clamp(16px,4vw,48px);display:flex}.page-module___8aEwW__footerLogo{opacity:.4;transition:opacity var(--dur-fast)ease}.page-module___8aEwW__footerLogo:hover{opacity:.7}.page-module___8aEwW__footerText{color:var(--text-muted);letter-spacing:.02em;font-family:Roboto Mono,monospace;font-size:11px}.page-module___8aEwW__footerAccent{color:var(--bb-lime)}@media (min-width:1601px){.page-module___8aEwW__hero{max-width:1920px;margin-left:auto;margin-right:auto}}@media (max-width:1024px){.page-module___8aEwW__heroBlurLeft{-webkit-mask-image:linear-gradient(90deg,#000 0% 40%,#0000 60%);mask-image:linear-gradient(90deg,#000 0% 40%,#0000 60%)}}@media (max-width:768px){.page-module___8aEwW__page{padding-top:48px}.page-module___8aEwW__hero{justify-content:flex-start;min-height:auto;padding:0}.page-module___8aEwW__heroBg,.page-module___8aEwW__heroBlurLeft,.page-module___8aEwW__hero:before,.page-module___8aEwW__hero:after{display:none}.page-module___8aEwW__heroMobileImage{width:100%;display:block;position:relative}.page-module___8aEwW__heroMobileImage:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#050505 100%);height:35%;position:absolute;bottom:0;left:0;right:0}.page-module___8aEwW__heroContent{z-index:2;gap:14px;margin-top:-40px;padding:0 20px 32px}.page-module___8aEwW__heroBadge{padding:5px 12px;font-size:10px}.page-module___8aEwW__filters{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;padding-bottom:8px;overflow-x:auto}.page-module___8aEwW__filters::-webkit-scrollbar{display:none}.page-module___8aEwW__filterBtn{white-space:nowrap;flex-shrink:0;padding:6px 14px;font-size:10px}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr))}.page-module___8aEwW__moduleHeader{flex-wrap:wrap;gap:8px}.page-module___8aEwW__footer{text-align:center;flex-direction:column}}@media (max-width:480px){.page-module___8aEwW__page{padding-top:48px}.page-module___8aEwW__hero{justify-content:flex-start;min-height:auto;padding:0}.page-module___8aEwW__heroBg,.page-module___8aEwW__heroBlurLeft,.page-module___8aEwW__hero:before,.page-module___8aEwW__hero:after{display:none}.page-module___8aEwW__heroMobileImage{width:100%;display:block;position:relative}.page-module___8aEwW__heroMobileImage:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#050505 100%);height:40%;position:absolute;bottom:0;left:0;right:0}.page-module___8aEwW__heroContent{z-index:2;gap:12px;margin-top:-32px;padding:0 16px 24px}.page-module___8aEwW__heroBadge{gap:6px;padding:4px 10px;font-size:9px}.page-module___8aEwW__pulseDot{width:6px;height:6px}.page-module___8aEwW__heroSubtitle{font-size:13px}.page-module___8aEwW__grid{grid-template-columns:1fr}.page-module___8aEwW__moduleDescription{margin-bottom:20px;font-size:13px}.page-module___8aEwW__footerText{font-size:10px}.page-module___8aEwW__empty{padding:60px 16px}}@media (max-width:360px){.page-module___8aEwW__heroBadge{padding:3px 8px;font-size:8px}.page-module___8aEwW__filterBtn{padding:5px 10px;font-size:9px}}@media (max-height:500px) and (orientation:landscape){.page-module___8aEwW__hero{min-height:100dvh}}
