.Navigation-module__yDraKW__nav{z-index:1000;background:hsla(var(--obsidian), .7);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid hsla(var(--silk), .05);width:100%;transition:var(--transition-apple);padding:1.2rem 6vw;position:fixed;top:0;left:0}.Navigation-module__yDraKW__scrolled{background:hsla(var(--obsidian), .85);border-bottom:1px solid hsla(var(--silk), .1);padding:.8rem 6vw}.Navigation-module__yDraKW__container{justify-content:space-between;align-items:center;width:100%;max-width:1440px;margin:0 auto;display:flex}.Navigation-module__yDraKW__logo{font-family:var(--font-heading);letter-spacing:.3em;text-transform:uppercase;color:var(--text-primary);font-size:.8rem;font-weight:900;text-decoration:none}.Navigation-module__yDraKW__links{gap:3rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navigation-module__yDraKW__link{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--text-primary);opacity:.4;transition:var(--transition-apple);font-size:.65rem;font-weight:800;text-decoration:none}.Navigation-module__yDraKW__link:hover{opacity:1;letter-spacing:.25em}.Navigation-module__yDraKW__active{opacity:1}.Navigation-module__yDraKW__methodsLink{transition:var(--transition-apple);opacity:.6;font-weight:900;position:relative}.Navigation-module__yDraKW__methodsLink:after{content:"";background:var(--text-primary);width:0;height:1px;transition:var(--transition-apple);opacity:.5;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.Navigation-module__yDraKW__methodsLink:hover{opacity:1;text-shadow:0 0 15px #fff3;transform:translateY(-1px)}.Navigation-module__yDraKW__methodsLink:hover:after{width:100%}.Navigation-module__yDraKW__actions{align-items:center;gap:2rem;display:flex}.Navigation-module__yDraKW__iconBtn{color:var(--text-primary);cursor:pointer;opacity:.5;transition:var(--transition-apple);background:0 0;border:none;display:flex}.Navigation-module__yDraKW__iconBtn:hover{opacity:1;transform:translateY(-1px)}.Navigation-module__yDraKW__badge{background:var(--text-primary);color:var(--bg-primary);border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.5rem;font-weight:900;display:flex;position:absolute;top:-8px;right:-8px}@media (max-width:1024px){.Navigation-module__yDraKW__nav{padding:1.2rem 5vw}.Navigation-module__yDraKW__links{display:none}.Navigation-module__yDraKW__logo{letter-spacing:.2em;font-size:.7rem}}.Navigation-module__yDraKW__mobileMenuBtn{z-index:1001;display:none}@media (max-width:1024px){.Navigation-module__yDraKW__mobileMenuBtn{margin-right:-10px;padding:10px;display:flex}.Navigation-module__yDraKW__iconBtn{padding:10px}}.Navigation-module__yDraKW__mobileOverlay{background:var(--bg-primary);z-index:-1;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0}.Navigation-module__yDraKW__mobileLinks{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.Navigation-module__yDraKW__mobileLink{font-family:var(--font-heading);color:var(--text-primary);text-transform:uppercase;letter-spacing:.2em;font-size:1.8rem;font-weight:900;text-decoration:none}.Navigation-module__yDraKW__mobileFooter{text-align:center;position:absolute;bottom:10vh}.Navigation-module__yDraKW__tagline{text-transform:uppercase;letter-spacing:.3em;color:var(--text-muted);font-size:.5rem;font-weight:800}
.CartDrawer-module__IlD0ia__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10001;background:#000c;width:100%;height:100%;position:fixed;top:0;left:0}.CartDrawer-module__IlD0ia__drawer{z-index:10002;background:#111;flex-direction:column;width:400px;height:100%;padding:40px;display:flex;position:fixed;top:0;right:0}.CartDrawer-module__IlD0ia__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;display:flex}.CartDrawer-module__IlD0ia__titleGroup{align-items:center;gap:12px;display:flex}.CartDrawer-module__IlD0ia__closeBtn{color:#fff;cursor:pointer;opacity:.5;background:0 0;border:none;transition:opacity .3s}.CartDrawer-module__IlD0ia__closeBtn:hover{opacity:1}.CartDrawer-module__IlD0ia__items{flex-direction:column;flex:1;gap:20px;display:flex;overflow-y:auto}.CartDrawer-module__IlD0ia__empty{text-align:center;color:var(--text-muted);padding:40px 0}.CartDrawer-module__IlD0ia__item{background:#ffffff05;border:1px solid #ffffff0d;align-items:center;gap:20px;padding:15px;display:flex}.CartDrawer-module__IlD0ia__itemImgWrap{flex-shrink:0;width:60px;height:60px;position:relative}.CartDrawer-module__IlD0ia__itemImg{-o-object-fit:cover;object-fit:cover}.CartDrawer-module__IlD0ia__itemInfo{flex:1}.CartDrawer-module__IlD0ia__itemInfo h4{margin-bottom:5px;font-size:.9rem}.CartDrawer-module__IlD0ia__itemInfo p{color:var(--accent);font-size:.8rem;font-weight:700}.CartDrawer-module__IlD0ia__removeBtn{color:#ff4d4d;cursor:pointer;opacity:.6;background:0 0;border:none}.CartDrawer-module__IlD0ia__removeBtn:hover{opacity:1}.CartDrawer-module__IlD0ia__footer{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:30px}.CartDrawer-module__IlD0ia__totalRow{justify-content:space-between;font-size:1.2rem;display:flex}@media (max-width:480px){.CartDrawer-module__IlD0ia__drawer{width:100%;padding:20px}}
.Footer-module__3hUVsW__footer{background:var(--bg-primary);border-top:var(--border-subtle);z-index:10;padding:12vh 0 6vh;position:relative;overflow:hidden}.Footer-module__3hUVsW__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:4rem;margin-bottom:8vh;display:grid}.Footer-module__3hUVsW__brandArea{grid-column:span 2}.Footer-module__3hUVsW__brandTitle{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem;font-weight:400}.Footer-module__3hUVsW__brandDesc{color:var(--text-muted);letter-spacing:.02em;max-width:380px;font-size:.85rem;line-height:2}.Footer-module__3hUVsW__columnTitle{font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.4em;color:var(--text-muted);margin-bottom:2rem;font-size:.65rem;font-weight:600}.Footer-module__3hUVsW__linksList{flex-direction:column;gap:1rem;display:flex}.Footer-module__3hUVsW__bottomBar{border-top:1px solid hsla(var(--silk), .05);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding-top:4rem;display:flex}.Footer-module__3hUVsW__legalLinks,.Footer-module__3hUVsW__metaLinks{gap:2rem;display:flex}.Footer-module__3hUVsW__legalText,.Footer-module__3hUVsW__metaText{font-family:var(--font-ui);color:hsla(var(--silk), .3);text-transform:uppercase;letter-spacing:.2em;transition:var(--transition-apple);font-size:.6rem;text-decoration:none}.Footer-module__3hUVsW__legalText:hover,.Footer-module__3hUVsW__metaText:hover{color:var(--text-primary)}.Footer-module__3hUVsW__eliteLink{color:hsla(var(--silk), .4)}.Footer-module__3hUVsW__footerLink{color:var(--text-muted);font-family:var(--font-ui);text-transform:uppercase;letter-spacing:.25em;transition:var(--transition-apple);font-size:.75rem;text-decoration:none;display:inline-block}.Footer-module__3hUVsW__footerLink:hover{color:var(--text-primary);transform:translate(5px)}@media (max-width:1024px){.Footer-module__3hUVsW__brandArea{grid-column:span 1}}.Footer-module__3hUVsW__legalSeparator{color:hsla(var(--silk), .1);pointer-events:none;font-size:.6rem}
.Cliente-module__o_cNsG__portalPage{background:var(--bg-primary);color:#fff;min-height:100vh}.Cliente-module__o_cNsG__header{background:linear-gradient(to bottom, #0000 0%, var(--bg-primary) 100%), radial-gradient(circle at 10% 10%, #d4af370d 0%, transparent 50%);padding:12rem 0 6rem}.Cliente-module__o_cNsG__welcomeRow{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:flex-end;padding-bottom:3rem;display:flex}.Cliente-module__o_cNsG__welcome h1{font-family:var(--font-heading);letter-spacing:-2px;margin-top:1rem;font-size:clamp(3rem,8vw,6rem);line-height:.9}.Cliente-module__o_cNsG__welcome p{color:var(--text-muted);margin-top:1.5rem;font-size:1.1rem}.Cliente-module__o_cNsG__logoutBtn,.Cliente-module__o_cNsG__editProfileBtn{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1a;border-radius:2px;align-items:center;gap:10px;padding:.8rem 1.5rem;font-size:.8rem;transition:all .3s;display:flex}.Cliente-module__o_cNsG__logoutBtn:hover,.Cliente-module__o_cNsG__editProfileBtn:hover{border-color:var(--accent);color:var(--accent);background:#d4af371a}.Cliente-module__o_cNsG__timelineSection{padding-bottom:6rem}.Cliente-module__o_cNsG__adminControls{border:1px dashed var(--accent);background:#d4af370d;border-radius:4px;flex-direction:column;align-items:center;gap:15px;margin-top:2rem;padding:1.5rem;display:flex}.Cliente-module__o_cNsG__adminTitle{text-transform:uppercase;letter-spacing:.2em;color:var(--accent);font-size:.7rem}.Cliente-module__o_cNsG__adminActions{gap:15px;display:flex}.Cliente-module__o_cNsG__notifyBtn{color:#000;text-transform:uppercase;letter-spacing:.15em;cursor:pointer;background:#d4af37;border:none;border-radius:2px;align-items:center;gap:12px;padding:.8rem 1.8rem;font-size:.8rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #d4af3733}.Cliente-module__o_cNsG__notifyBtn:hover{background:#fff;transform:scale(1.05)}.Cliente-module__o_cNsG__notifyBtn:disabled{opacity:.5;cursor:not-allowed}.Cliente-module__o_cNsG__timelineGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid;position:relative}.Cliente-module__o_cNsG__timelineStep{text-align:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;min-height:200px;transition:all .6s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.Cliente-module__o_cNsG__stepBg{z-index:0;position:absolute;inset:0}.Cliente-module__o_cNsG__bgImage{-o-object-fit:cover;object-fit:cover;filter:grayscale(.5)brightness(.4)blur(2px);transition:all .8s}.Cliente-module__o_cNsG__stepOverlay{z-index:1;background:linear-gradient(#0006,#000c);position:absolute;inset:0}.Cliente-module__o_cNsG__stepContent{z-index:2;width:100%;padding:2rem 1rem;position:relative}.Cliente-module__o_cNsG__timelineStep.Cliente-module__o_cNsG__active{cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-color:#d4af374d}.Cliente-module__o_cNsG__timelineStep.Cliente-module__o_cNsG__active:hover{border-color:var(--accent);transform:translateY(-8px);box-shadow:0 20px 40px #0006}.Cliente-module__o_cNsG__timelineStep.Cliente-module__o_cNsG__active:hover .Cliente-module__o_cNsG__bgImage{filter:grayscale(0)brightness(.6)blur();transform:scale(1.1)}.Cliente-module__o_cNsG__timelineStep.Cliente-module__o_cNsG__disabled{opacity:.3;filter:grayscale();cursor:not-allowed}.Cliente-module__o_cNsG__glowStep{animation:2s infinite Cliente-module__o_cNsG__goldPulse;border-color:var(--accent)!important}@keyframes Cliente-module__o_cNsG__goldPulse{0%{box-shadow:0 0 5px #d4af3733}50%{box-shadow:0 0 25px #d4af3780}to{box-shadow:0 0 5px #d4af3733}}.Cliente-module__o_cNsG__stepIcon{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 1.5rem;transition:all .3s;display:flex}.Cliente-module__o_cNsG__active .Cliente-module__o_cNsG__stepIcon{background:var(--accent);color:#000;border-color:var(--accent);box-shadow:0 0 20px #d4af374d}.Cliente-module__o_cNsG__timelineStep h3{letter-spacing:.15em;text-transform:uppercase;color:#fff;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.Cliente-module__o_cNsG__timelineStep p{color:#fff9;font-size:.75rem;font-weight:400}.Cliente-module__o_cNsG__gallerySection{background:var(--bg-soft);padding:6rem 0}.Cliente-module__o_cNsG__galleryHeader{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.Cliente-module__o_cNsG__stats{color:var(--accent);font-family:var(--font-heading);letter-spacing:.05em;align-items:center;gap:15px;display:flex}.Cliente-module__o_cNsG__downloadAll{color:#fff;border-bottom:1px solid var(--accent);align-items:center;gap:10px;padding-bottom:5px;font-size:.9rem;text-decoration:none;transition:opacity .3s;display:flex}.Cliente-module__o_cNsG__grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.Cliente-module__o_cNsG__photoCard{cursor:pointer;position:relative;overflow:hidden}.Cliente-module__o_cNsG__imageWrapper{aspect-ratio:4/5;background:#111;position:relative;overflow:hidden}.Cliente-module__o_cNsG__image{-o-object-fit:cover;object-fit:cover;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.Cliente-module__o_cNsG__photoCard:hover .Cliente-module__o_cNsG__image{transform:scale(1.1)}.Cliente-module__o_cNsG__overlay{opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.Cliente-module__o_cNsG__photoCard:hover .Cliente-module__o_cNsG__overlay{opacity:1}.Cliente-module__o_cNsG__actionBtn{color:#fff;border:1px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .4s;display:flex;transform:translateY(20px)}.Cliente-module__o_cNsG__photoCard:hover .Cliente-module__o_cNsG__actionBtn{transform:translateY(0)}.Cliente-module__o_cNsG__photoName{letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase;margin-top:1rem;font-size:.75rem}.Cliente-module__o_cNsG__nextSteps{padding:10rem 0}.Cliente-module__o_cNsG__ctaCard{text-align:center;background:linear-gradient(135deg,#d4af370d 0%,#0000 100%);border:1px solid #d4af3733;border-radius:4px;padding:6rem}.Cliente-module__o_cNsG__ctaCard h2{font-family:var(--font-heading);margin-bottom:1.5rem;font-size:3rem}.Cliente-module__o_cNsG__ctaCard p{color:var(--text-muted);max-width:600px;margin:0 auto 3rem;line-height:1.8}@media (max-width:1000px){.Cliente-module__o_cNsG__timelineGrid,.Cliente-module__o_cNsG__grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.Cliente-module__o_cNsG__welcomeRow{flex-direction:column;align-items:flex-start;gap:2rem}.Cliente-module__o_cNsG__timelineGrid,.Cliente-module__o_cNsG__grid{grid-template-columns:1fr}.Cliente-module__o_cNsG__ctaCard{padding:3rem 1.5rem}}
.Article-module__Sh57ZW__articlePage{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh}.Article-module__Sh57ZW__coverSection{flex-direction:column;justify-content:flex-end;width:100%;height:80vh;padding:6vw;display:flex;position:relative;overflow:hidden}.Article-module__Sh57ZW__coverImage{-o-object-fit:cover;object-fit:cover;z-index:0;filter:grayscale(.15)brightness(.6);transform-origin:50%;width:100%;height:100%;position:absolute;inset:0}.Article-module__Sh57ZW__coverOverlay{z-index:1;background:linear-gradient(#0003 0%,#000000e6 100%);position:absolute;inset:0}.Article-module__Sh57ZW__coverContent{z-index:2;max-width:900px;position:relative}.Article-module__Sh57ZW__meta{align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.Article-module__Sh57ZW__category{letter-spacing:.3em;text-transform:uppercase;color:var(--text-secondary);font-size:.7rem;font-weight:900}.Article-module__Sh57ZW__date{color:var(--text-muted);font-size:.9rem}.Article-module__Sh57ZW__title{letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(2.5rem,6vw,5rem);font-weight:800;line-height:1.05}.Article-module__Sh57ZW__articleBody{color:#ffffffd9;max-width:750px;margin:0 auto;padding:8rem 6vw 12rem;font-size:1.15rem;line-height:1.8}.Article-module__Sh57ZW__articleBody p{margin-bottom:2.5rem}.Article-module__Sh57ZW__articleBody h2{color:var(--text-primary);letter-spacing:-.02em;margin:4rem 0 2rem;font-size:2rem;font-weight:700}.Article-module__Sh57ZW__articleBody h3{color:var(--text-primary);margin:3rem 0 1.5rem;font-size:1.5rem;font-weight:600}.Article-module__Sh57ZW__pullQuote{color:var(--text-primary);text-align:center;margin:6rem auto;padding:0 2rem;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:600;line-height:1.3;position:relative}.Article-module__Sh57ZW__pullQuote:before{content:"";background-color:var(--text-secondary);width:40px;height:2px;position:absolute;top:-2rem;left:50%;transform:translate(-50%)}.Article-module__Sh57ZW__backLink{z-index:100;letter-spacing:.2em;text-transform:uppercase;color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition-apple);background:#00000080;border:1px solid #ffffff1a;border-radius:40px;align-items:center;gap:.8rem;padding:12px 24px;font-size:.7rem;font-weight:800;text-decoration:none;display:inline-flex;position:fixed;top:40px;left:6vw}.Article-module__Sh57ZW__backLink:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width:768px){.Article-module__Sh57ZW__coverSection{height:70vh}.Article-module__Sh57ZW__articleBody{padding:4rem 6vw 8rem;font-size:1.05rem}.Article-module__Sh57ZW__pullQuote{margin:4rem auto;font-size:1.4rem}.Article-module__Sh57ZW__backLink{padding:10px 18px;top:20px;left:4vw}}
.Membros-module__SPdYuq__membrosPage{background:var(--bg-primary);color:var(--text-primary);min-height:100vh;padding-top:100px}.Membros-module__SPdYuq__header{background:linear-gradient(to bottom, hsla(var(--silk), .02) 0%, transparent 100%);padding:8vh 0 4vh}.Membros-module__SPdYuq__welcome{margin-bottom:3rem}.Membros-module__SPdYuq__badgeInfo{gap:12px;margin-bottom:1.5rem;display:flex}.Membros-module__SPdYuq__authorityLabel{background:var(--text-primary);color:var(--bg-primary);text-transform:uppercase;letter-spacing:.15em;border-radius:100px;padding:4px 12px;font-size:.6rem;font-weight:800}.Membros-module__SPdYuq__leadTag{border:1px solid hsla(var(--silk), .1);color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;border-radius:100px;padding:4px 12px;font-size:.6rem;font-weight:700}.Membros-module__SPdYuq__welcomeRow{justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex}.Membros-module__SPdYuq__headerActions{gap:15px;display:flex}.Membros-module__SPdYuq__editProfileBtn,.Membros-module__SPdYuq__adminBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:.8rem;padding:.6rem 1.2rem;font-size:.8rem;transition:all .3s;display:flex}.Membros-module__SPdYuq__adminBtn{color:#d4af37;background:#d4af371a;border-color:#d4af374d}.Membros-module__SPdYuq__adminBtn:hover{background:#d4af3733;border-color:#d4af37;transform:translateY(-2px)}.Membros-module__SPdYuq__editProfileBtn{letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.75rem}.Membros-module__SPdYuq__editProfileBtn:hover{border-color:var(--accent);color:var(--accent);background:#ffffff1a}.Membros-module__SPdYuq__title{font-family:var(--font-heading);letter-spacing:-.04em;margin-bottom:1.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1}.Membros-module__SPdYuq__subtitle{color:var(--text-muted);max-width:600px;font-size:1.1rem}.Membros-module__SPdYuq__tabNav{border-bottom:var(--border-subtle);gap:1rem;margin-top:4rem;display:flex}.Membros-module__SPdYuq__tabNav button{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:var(--transition-apple);background:0 0;border:none;align-items:center;gap:10px;padding:1.5rem 2rem;font-size:.8rem;font-weight:700;display:flex;position:relative}.Membros-module__SPdYuq__tabNav button:hover{color:var(--text-primary)}.Membros-module__SPdYuq__activeTab{color:var(--text-primary)!important}.Membros-module__SPdYuq__activeTab:after{content:"";background:var(--text-primary);width:100%;height:2px;position:absolute;bottom:-1px;left:0}.Membros-module__SPdYuq__bentoGrid{grid-template-rows:auto auto;grid-template-columns:2fr 1fr;gap:2rem;padding:6vh 0;display:grid}.Membros-module__SPdYuq__bentoCard{background:hsla(var(--silk), .02);-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);border:var(--border-subtle);transition:var(--transition-apple);border-radius:4px;flex-direction:column;gap:2rem;padding:2.5rem;display:flex}.Membros-module__SPdYuq__bentoCard:hover{border-color:hsla(var(--silk), .2);background:hsla(var(--silk), .04)}.Membros-module__SPdYuq__largeCard{grid-row:span 2}.Membros-module__SPdYuq__highlightCard{background:linear-gradient(135deg, hsla(var(--silk), .05) 0%, transparent 100%);border:1px solid hsla(var(--silk), .2)}.Membros-module__SPdYuq__cardHeader{color:var(--text-muted);align-items:center;gap:12px;display:flex}.Membros-module__SPdYuq__cardHeader h3{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.15em;font-size:.9rem;font-weight:700}.Membros-module__SPdYuq__galleryPreview{border:1px dashed hsla(var(--silk), .1);border-radius:4px;justify-content:center;align-items:center;height:100%;display:flex}.Membros-module__SPdYuq__galleryLink{color:var(--text-primary);background:hsla(var(--silk), .05);transition:var(--transition-apple);border-radius:100px;align-items:center;gap:12px;padding:1.5rem 3rem;font-weight:700;text-decoration:none;display:flex}.Membros-module__SPdYuq__galleryLink:hover{background:var(--text-primary);color:var(--bg-primary)}.Membros-module__SPdYuq__statusInfo{text-align:center}.Membros-module__SPdYuq__levelRing{border:2px solid hsla(var(--silk), .05);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 2rem;font-size:1.2rem;font-weight:800;display:flex;position:relative}.Membros-module__SPdYuq__levelRing:after{content:"";border:2px solid var(--text-primary);clip-path:polygon(0 0,15% 0,15% 100%,0 100%);border-radius:50%;width:100%;height:100%;position:absolute;top:-2px;left:-2px}.Membros-module__SPdYuq__courseImage{-o-object-fit:cover;object-fit:cover;opacity:.7;transition:var(--transition-apple)}.Membros-module__SPdYuq__balanceInfo{flex-direction:column;align-items:flex-start;display:flex}.Membros-module__SPdYuq__currency{color:var(--text-muted);font-size:1rem;font-weight:700}.Membros-module__SPdYuq__amount{letter-spacing:-.05em;margin-bottom:.5rem;font-size:3rem;font-weight:800}.Membros-module__SPdYuq__affiliateContainer{padding:6vh 0}.Membros-module__SPdYuq__headerParceria{max-width:600px;margin-bottom:4rem}.Membros-module__SPdYuq__headerParceria h2{font-family:var(--font-heading);margin-bottom:1rem;font-size:2rem}.Membros-module__SPdYuq__affiliateGrid{grid-template-columns:1.5fr 1fr;gap:2rem;display:grid}.Membros-module__SPdYuq__linkCard,.Membros-module__SPdYuq__statsCard{background:hsla(var(--silk), .02);border:var(--border-subtle);border-radius:4px;padding:3rem}.Membros-module__SPdYuq__copyBox{border:var(--border-subtle);background:#000;border-radius:4px;gap:10px;margin:2rem 0;padding:6px;display:flex}.Membros-module__SPdYuq__copyBox code{color:var(--text-primary);flex:1;padding:1rem;font-family:monospace}.Membros-module__SPdYuq__copyBox button{background:var(--text-primary);color:var(--bg-primary);cursor:pointer;border:none;padding:0 1.5rem;font-size:.7rem;font-weight:800}.Membros-module__SPdYuq__statsCard{flex-direction:column;justify-content:center;gap:3rem;display:flex}.Membros-module__SPdYuq__statItem{flex-direction:column;display:flex}.Membros-module__SPdYuq__statValue{font-size:2.5rem;font-weight:800}.Membros-module__SPdYuq__statLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:.2em;font-size:.7rem}.Membros-module__SPdYuq__cardGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;padding:6vh 0;display:grid}.Membros-module__SPdYuq__courseCard{background:hsla(var(--silk), .02);border:var(--border-subtle);border-radius:4px;position:relative;overflow:hidden}.Membros-module__SPdYuq__courseCard:hover .Membros-module__SPdYuq__courseImage{opacity:1;transform:scale(1.05)}.Membros-module__SPdYuq__courseInfo{padding:2rem}.Membros-module__SPdYuq__lockedCard .Membros-module__SPdYuq__lockOverlay{z-index:10;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}@media (max-width:900px){.Membros-module__SPdYuq__bentoGrid,.Membros-module__SPdYuq__affiliateGrid{grid-template-columns:1fr}}
.StageModal-module__o0MoEW__overlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100000;background:#000000f2;justify-content:center;align-items:center;width:100vw;height:100vh;padding:40px 20px;display:flex;position:fixed;top:0;left:0}.StageModal-module__o0MoEW__modal{background:linear-gradient(135deg,#0a0a0a 0%,#111 100%);border:1px solid #d4af374d;border-radius:4px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 0 100px #000,0 0 30px #d4af371a}.StageModal-module__o0MoEW__closeBtn{color:#fff;cursor:pointer;opacity:.5;z-index:10;background:0 0;border:none;transition:opacity .3s;position:absolute;top:20px;right:20px}.StageModal-module__o0MoEW__closeBtn:hover{opacity:1}.StageModal-module__o0MoEW__modalHeader{border-bottom:1px solid #ffffff0d;flex-shrink:0;padding:40px 60px 20px}.StageModal-module__o0MoEW__modalHeader span{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;font-size:.7rem;display:block}.StageModal-module__o0MoEW__modalHeader h2{font-family:var(--font-heading);color:#fff;font-size:2.2rem;line-height:1.1}.StageModal-module__o0MoEW__content{overscroll-behavior:contain;flex:1;min-height:0;padding:40px 60px 100px;overflow-y:scroll}.StageModal-module__o0MoEW__content::-webkit-scrollbar{width:10px}.StageModal-module__o0MoEW__content::-webkit-scrollbar-track{background:#ffffff08}.StageModal-module__o0MoEW__content::-webkit-scrollbar-thumb{background:#d4af37;border:2px solid #000;border-radius:10px}.StageModal-module__o0MoEW__textBody{color:#ddd;font-size:1.05rem;line-height:1.8}.StageModal-module__o0MoEW__textBody h3{color:#fff;letter-spacing:.05em;text-transform:uppercase;border-left:3px solid var(--accent);margin:2.5rem 0 1.2rem;padding-left:20px;font-size:1.2rem}.StageModal-module__o0MoEW__textBody p{margin-bottom:1.5rem}.StageModal-module__o0MoEW__textBody ul{margin:0 0 2rem!important;padding:0!important;list-style:none!important}.StageModal-module__o0MoEW__textBody li{margin-bottom:1rem;padding-left:25px;position:relative;list-style-type:none!important}.StageModal-module__o0MoEW__textBody li:before{content:"•";color:#d4af37;font-weight:700;position:absolute;left:0}.StageModal-module__o0MoEW__footer{background:#0d0d0d;border-top:1px solid #ffffff0d;flex-shrink:0;justify-content:space-between;align-items:center;padding:25px 60px;display:flex}.StageModal-module__o0MoEW__escLabel{color:#666;letter-spacing:.1em;font-size:.7rem}@media (max-width:768px){.StageModal-module__o0MoEW__modal{max-height:95vh}.StageModal-module__o0MoEW__modalHeader{padding:30px 25px 15px}.StageModal-module__o0MoEW__modalHeader h2{font-size:1.6rem}.StageModal-module__o0MoEW__content{padding:25px 25px 120px}.StageModal-module__o0MoEW__footer{padding:20px 25px}}
.AdminDashboard-module__lShjkq__container{color:#fff;background-color:#050505;flex-direction:column;min-height:100vh;display:flex}.AdminDashboard-module__lShjkq__content{flex-grow:1;width:100%;max-width:1200px;margin:0 auto;padding:120px 2rem 60px}.AdminDashboard-module__lShjkq__header{margin-bottom:4rem}.AdminDashboard-module__lShjkq__badge{letter-spacing:.2em;color:#d4af37;border:1px solid #d4af374d;border-radius:100px;margin-bottom:1rem;padding:4px 12px;font-size:.65rem;font-weight:700;display:inline-block}.AdminDashboard-module__lShjkq__header h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:3rem;font-weight:300}.AdminDashboard-module__lShjkq__header p{color:#888;font-size:1.1rem}.AdminDashboard-module__lShjkq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:4rem;display:grid}.AdminDashboard-module__lShjkq__statCard{background:#ffffff08;border:1px solid #ffffff0d;border-radius:4px;align-items:center;gap:1.2rem;padding:1.5rem;transition:transform .3s,border-color .3s;display:flex;position:relative}.AdminDashboard-module__lShjkq__statCard:hover{border-color:#d4af3733;transform:translateY(-2px)}.AdminDashboard-module__lShjkq__statIcon{color:#d4af37;background:#ffffff05;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.AdminDashboard-module__lShjkq__statInfo{flex-direction:column;display:flex}.AdminDashboard-module__lShjkq__statLabel{text-transform:uppercase;letter-spacing:.1em;color:#888;margin-bottom:.2rem;font-size:.75rem}.AdminDashboard-module__lShjkq__statValue{font-size:1.5rem;font-weight:500}.AdminDashboard-module__lShjkq__statTrend{color:#10b981;font-size:.7rem;font-weight:600;position:absolute;top:1.5rem;right:1.5rem}.AdminDashboard-module__lShjkq__toolsGrid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem;display:grid}.AdminDashboard-module__lShjkq__toolCard{color:inherit;background:#ffffff05;border:1px solid #ffffff0d;border-radius:4px;flex-direction:column;gap:1.5rem;padding:2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.AdminDashboard-module__lShjkq__toolCard:before{content:"";opacity:0;background:radial-gradient(circle at 100% 0,#d4af370d,#0000 60%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.AdminDashboard-module__lShjkq__toolCard:hover{background:#ffffff0a;border-color:#ffffff1a;transform:translateY(-4px)}.AdminDashboard-module__lShjkq__toolCard:hover:before{opacity:1}.AdminDashboard-module__lShjkq__toolIcon{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.AdminDashboard-module__lShjkq__toolInfo h3{margin-bottom:.5rem;font-size:1.4rem;font-weight:400}.AdminDashboard-module__lShjkq__toolInfo p{color:#888;font-size:.95rem;line-height:1.6}.AdminDashboard-module__lShjkq__arrow{opacity:0;color:#d4af37;transition:all .4s;position:absolute;top:2rem;right:2rem;transform:translate(-10px,10px)}.AdminDashboard-module__lShjkq__toolCard:hover .AdminDashboard-module__lShjkq__arrow{opacity:1;transform:translate(0)}@media (max-width:768px){.AdminDashboard-module__lShjkq__header h1{font-size:2.2rem}.AdminDashboard-module__lShjkq__toolsGrid{grid-template-columns:1fr}}
.Leads-module__v9eSfa__container{color:#fff;background-color:#050505;min-height:100vh}.Leads-module__v9eSfa__content{max-width:1200px;margin:0 auto;padding:120px 2rem 60px}.Leads-module__v9eSfa__header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.Leads-module__v9eSfa__header h1{margin-bottom:.5rem;font-size:2.5rem;font-weight:300}.Leads-module__v9eSfa__header p{color:#888}.Leads-module__v9eSfa__searchBox{color:#888;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:1rem;padding:.8rem 1.5rem;display:flex}.Leads-module__v9eSfa__searchBox input{color:#fff;background:0 0;border:none;outline:none;width:200px;font-size:.9rem}.Leads-module__v9eSfa__tabNav{border-bottom:1px solid #ffffff0d;gap:2rem;margin-bottom:2rem;display:flex}.Leads-module__v9eSfa__tabNav button{color:#888;cursor:pointer;background:0 0;border:none;align-items:center;gap:.8rem;padding:1rem 0;font-size:.9rem;transition:color .3s;display:flex;position:relative}.Leads-module__v9eSfa__tabNav button:hover{color:#fff}.Leads-module__v9eSfa__activeTab{color:#d4af37!important}.Leads-module__v9eSfa__activeTab:after{content:"";background:#d4af37;width:100%;height:2px;position:absolute;bottom:-1px;left:0}.Leads-module__v9eSfa__count{color:#d4af37;background:#d4af371a;border-radius:100px;padding:2px 8px;font-size:.7rem}.Leads-module__v9eSfa__tableWrapper{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;overflow:hidden}.Leads-module__v9eSfa__table{border-collapse:collapse;text-align:left;width:100%}.Leads-module__v9eSfa__table th{text-transform:uppercase;letter-spacing:.1em;color:#888;border-bottom:1px solid #ffffff0d;padding:1.5rem;font-size:.75rem}.Leads-module__v9eSfa__table td{border-bottom:1px solid #ffffff08;padding:1.5rem;font-size:.9rem}.Leads-module__v9eSfa__truncate{white-space:nowrap;text-overflow:ellipsis;color:#888;max-width:300px;overflow:hidden}.Leads-module__v9eSfa__badge{color:#d4af37;background:#d4af371a;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:500}.Leads-module__v9eSfa__rowActions{text-align:right}.Leads-module__v9eSfa__actionBtn{color:#888;cursor:pointer;background:0 0;border:none;transition:color .3s}.Leads-module__v9eSfa__actionBtn:hover{color:#d4af37}.Leads-module__v9eSfa__loader{color:#d4af37;justify-content:center;align-items:center;min-height:100vh;display:flex}@media (max-width:768px){.Leads-module__v9eSfa__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.Leads-module__v9eSfa__tabNav{padding-bottom:1rem;overflow-x:auto}}
.AdminMembers-module__D5ApCa__container{color:#fff;background-color:#050505;min-height:100vh}.AdminMembers-module__D5ApCa__content{max-width:1200px;margin:0 auto;padding:120px 2rem 60px}.AdminMembers-module__D5ApCa__header{margin-bottom:4rem}.AdminMembers-module__D5ApCa__header h1{margin-bottom:1rem;font-size:2.5rem;font-weight:300}.AdminMembers-module__D5ApCa__header p{color:#888}.AdminMembers-module__D5ApCa__actions{margin-bottom:2rem}.AdminMembers-module__D5ApCa__searchBox{color:#888;background:#ffffff08;border:1px solid #ffffff0d;border-radius:100px;align-items:center;gap:1rem;max-width:400px;padding:.8rem 1.5rem;display:flex}.AdminMembers-module__D5ApCa__searchBox input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.AdminMembers-module__D5ApCa__tableWrapper{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;overflow:hidden}.AdminMembers-module__D5ApCa__table{border-collapse:collapse;text-align:left;width:100%}.AdminMembers-module__D5ApCa__table th{text-transform:uppercase;letter-spacing:.1em;color:#888;border-bottom:1px solid #ffffff0d;padding:1.5rem;font-size:.7rem}.AdminMembers-module__D5ApCa__table td{border-bottom:1px solid #ffffff08;padding:1.5rem;font-size:.9rem}.AdminMembers-module__D5ApCa__memberName{flex-direction:column;gap:.3rem;display:flex}.AdminMembers-module__D5ApCa__leadBadge{color:#d4af37;background:#d4af371a;border-radius:4px;width:fit-content;padding:2px 6px;font-size:.6rem}.AdminMembers-module__D5ApCa__select{color:#fff;background:#ffffff08;border:1px solid #ffffff0d;border-radius:4px;outline:none;padding:.4rem .8rem}.AdminMembers-module__D5ApCa__inlineInput{color:#fff;background:#ffffff08;border:1px solid #ffffff0d;border-radius:4px;outline:none;width:150px;padding:.4rem .8rem;font-size:.8rem}.AdminMembers-module__D5ApCa__purchases{color:#d4af37;align-items:center;gap:.5rem;display:flex}.AdminMembers-module__D5ApCa__saveBtn{color:#d4af37;cursor:pointer;opacity:.6;background:0 0;border:none;transition:opacity .3s}.AdminMembers-module__D5ApCa__saveBtn:hover:not(:disabled){opacity:1}.AdminMembers-module__D5ApCa__saveBtn:disabled{opacity:.3}.AdminMembers-module__D5ApCa__loader{color:#d4af37;justify-content:center;align-items:center;min-height:100vh;display:flex}
.Settings-module__o9PpeG__container{color:#fff;background-color:#050505;min-height:100vh}.Settings-module__o9PpeG__content{max-width:1000px;margin:0 auto;padding:120px 2rem 60px}.Settings-module__o9PpeG__header{margin-bottom:4rem}.Settings-module__o9PpeG__header h1{margin-bottom:1rem;font-size:2.5rem;font-weight:300}.Settings-module__o9PpeG__header p{color:#888}.Settings-module__o9PpeG__section{margin-bottom:4rem}.Settings-module__o9PpeG__sectionHeader{border-bottom:1px solid #ffffff0d;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Settings-module__o9PpeG__sectionIcon{color:#d4af37}.Settings-module__o9PpeG__section h2{letter-spacing:.3em;color:#d4af37;font-size:.8rem;font-weight:700}.Settings-module__o9PpeG__settingsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}.Settings-module__o9PpeG__settingCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:4px;justify-content:space-between;align-items:flex-start;gap:2rem;padding:1.5rem;display:flex}.Settings-module__o9PpeG__settingInfo{flex-grow:1}.Settings-module__o9PpeG__settingInfo label{text-transform:uppercase;letter-spacing:.1em;color:#888;margin-bottom:.8rem;font-size:.65rem;display:block}.Settings-module__o9PpeG__settingInfo textarea{color:#fff;resize:vertical;background:#ffffff08;border:1px solid #ffffff0d;border-radius:4px;outline:none;width:100%;min-height:80px;padding:1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.Settings-module__o9PpeG__settingInfo textarea:focus{background:#ffffff0d;border-color:#d4af374d}.Settings-module__o9PpeG__cardActions{color:#d4af37;padding-top:2rem}.Settings-module__o9PpeG__saveIcon{opacity:.3}.Settings-module__o9PpeG__settingCard:hover .Settings-module__o9PpeG__saveIcon{opacity:1}.Settings-module__o9PpeG__loader{color:#d4af37;background:#050505;justify-content:center;align-items:center;min-height:100vh;display:flex}
.AdminShop-module__8KjESG__container{color:#fff;background-color:#050505;min-height:100vh}.AdminShop-module__8KjESG__content{max-width:1200px;margin:0 auto;padding:120px 2rem 60px}.AdminShop-module__8KjESG__header{margin-bottom:4rem}.AdminShop-module__8KjESG__header h1{margin-bottom:1rem;font-size:2.5rem;font-weight:300}.AdminShop-module__8KjESG__header p{color:#888}.AdminShop-module__8KjESG__card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;margin-bottom:4rem;padding:2.5rem}.AdminShop-module__8KjESG__card h3{color:#d4af37;margin-bottom:2rem;font-size:1.2rem;font-weight:400}.AdminShop-module__8KjESG__inputGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.AdminShop-module__8KjESG__full{grid-column:1/-1}.AdminShop-module__8KjESG__inputGroup label{text-transform:uppercase;letter-spacing:.1em;color:#888;margin-bottom:.8rem;font-size:.7rem;display:block}.AdminShop-module__8KjESG__inputGroup input,.AdminShop-module__8KjESG__inputGroup select{color:#fff;background:#ffffff08;border:1px solid #ffffff0d;border-radius:4px;outline:none;width:100%;padding:.8rem 1rem;font-size:.9rem}.AdminShop-module__8KjESG__inputGroup input:focus{border-color:#d4af374d}.AdminShop-module__8KjESG__formActions{align-items:center;gap:1.5rem;display:flex}.AdminShop-module__8KjESG__cancelBtn{color:#888;cursor:pointer;background:0 0;border:none;font-size:.9rem}.AdminShop-module__8KjESG__listHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.AdminShop-module__8KjESG__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.AdminShop-module__8KjESG__productCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;transition:transform .3s;overflow:hidden}.AdminShop-module__8KjESG__productCard:hover{transform:translateY(-5px)}.AdminShop-module__8KjESG__productImage{background:#111;justify-content:center;align-items:center;height:180px;display:flex;position:relative}.AdminShop-module__8KjESG__productImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.AdminShop-module__8KjESG__typeBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:.1em;background:#0009;border-radius:4px;padding:4px 10px;font-size:.65rem;font-weight:700;position:absolute;top:1rem;left:1rem}.AdminShop-module__8KjESG__productInfo{padding:1.5rem}.AdminShop-module__8KjESG__productInfo h4{margin-bottom:.5rem;font-size:1rem}.AdminShop-module__8KjESG__price{color:#d4af37;margin-bottom:1.5rem;font-weight:600}.AdminShop-module__8KjESG__itemActions{align-items:center;gap:1rem;display:flex}.AdminShop-module__8KjESG__editBtn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:.4rem 1rem;font-size:.8rem}.AdminShop-module__8KjESG__deleteBtn{color:#f44;cursor:pointer;opacity:.6;background:0 0;border:none}.AdminShop-module__8KjESG__deleteBtn:hover{opacity:1}.AdminShop-module__8KjESG__linkBtn{color:#888;margin-left:auto}.AdminShop-module__8KjESG__linkBtn:hover{color:#fff}.AdminShop-module__8KjESG__loader{color:#d4af37;justify-content:center;align-items:center;min-height:100vh;display:flex}
.Case-module__L_h7-W__casePage{background:var(--bg-primary);color:var(--text-primary);overflow-x:hidden}.Case-module__L_h7-W__header{text-align:center;z-index:1;justify-content:center;align-items:center;height:100vh;padding:0 2rem;display:flex;position:relative}.Case-module__L_h7-W__headerContent{width:100%;max-width:1400px}.Case-module__L_h7-W__eyebrow{font-family:var(--font-body);letter-spacing:.6em;text-transform:uppercase;color:var(--accent);margin-bottom:2rem;font-size:.9rem;display:block}.Case-module__L_h7-W__title{font-family:var(--font-heading);letter-spacing:-.06em;text-transform:uppercase;color:var(--text-primary);margin:0;font-size:clamp(4rem,15vw,12rem);font-weight:900;line-height:.85}.Case-module__L_h7-W__headerDesc{font-family:var(--font-body);margin-top:3rem;max-width:600px;color:var(--text-muted);margin-inline:auto;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.6}.Case-module__L_h7-W__headerBg{z-index:-1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Case-module__L_h7-W__headerBg video,.Case-module__L_h7-W__headerBg img{-o-object-fit:cover;object-fit:cover;filter:brightness(.4)grayscale(.5);width:100%;height:100%}.Case-module__L_h7-W__overlay{pointer-events:none;background:radial-gradient(circle,#0000 0%,#000c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Case-module__L_h7-W__narrative{background:#050505;padding:15vh 0}.Case-module__L_h7-W__containerNarrow{max-width:900px;margin:0 auto;padding:0 2rem}.Case-module__L_h7-W__narrativeGrid{grid-template-columns:repeat(2,1fr);gap:100px;display:grid}.Case-module__L_h7-W__narrativeItem h3{font-family:var(--font-body);letter-spacing:.3em;text-transform:uppercase;color:var(--accent);margin-bottom:2rem;font-size:.8rem}.Case-module__L_h7-W__narrativeItem p{color:var(--text-light);opacity:.9;font-size:1.3rem;line-height:1.8}.Case-module__L_h7-W__visuals{padding:10vh 0}.Case-module__L_h7-W__editorialGallery{flex-direction:column;gap:15vh;display:flex}.Case-module__L_h7-W__rowFull{width:100%;height:80vh;overflow:hidden}.Case-module__L_h7-W__rowSplit{grid-template-columns:1fr 1.5fr;gap:5vw;display:grid}.Case-module__L_h7-W__imageWrapper{background:var(--bg-soft);height:100%;position:relative;overflow:hidden}.Case-module__L_h7-W__editorialImage{-o-object-fit:cover;object-fit:cover;transition:transform 1.2s var(--ease-out)}.Case-module__L_h7-W__rowFull .Case-module__L_h7-W__editorialImage{-o-object-position:center 35%;object-position:center 35%;transform:scale(1.15)}.Case-module__L_h7-W__chapterNumber{font-family:var(--font-body);letter-spacing:.4em;color:var(--accent);opacity:.5;font-size:.6rem;position:absolute;top:40px;right:40px}.Case-module__L_h7-W__imageLabel{letter-spacing:.2em;color:#fff;opacity:.3;text-transform:uppercase;font-size:.7rem;position:absolute;bottom:20px;left:20px}.Case-module__L_h7-W__cta{text-align:center;border-top:1px solid #ffffff0d;padding:20vh 0}.Case-module__L_h7-W__ctaTitle{font-family:var(--font-heading);margin-bottom:4rem;font-size:clamp(2.5rem,6vw,6rem);line-height:1}@media (max-width:1024px){.Case-module__L_h7-W__narrativeGrid,.Case-module__L_h7-W__rowSplit{grid-template-columns:1fr;gap:60px}.Case-module__L_h7-W__header{height:80vh}.Case-module__L_h7-W__title{font-size:clamp(3rem,12vw,6rem)}}
.Checkout-module__L-piDa__checkoutPage{background:var(--bg-primary);min-height:100vh;padding:10rem 0 6rem}.Checkout-module__L-piDa__title{font-family:var(--font-heading);text-align:center;letter-spacing:-1px;margin-bottom:5rem;font-size:clamp(2.5rem,5vw,4rem)}.Checkout-module__L-piDa__checkoutGrid{grid-template-columns:1fr 400px;align-items:flex-start;gap:40px;display:grid}.Checkout-module__L-piDa__section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:4px;margin-bottom:30px;padding:3rem}.Checkout-module__L-piDa__section h2{font-family:var(--font-heading);color:var(--accent);letter-spacing:1px;align-items:center;gap:12px;margin-bottom:2.5rem;font-size:1.25rem;display:flex}.Checkout-module__L-piDa__inputGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.Checkout-module__L-piDa__inputGroup{flex-direction:column;gap:10px;display:flex}.Checkout-module__L-piDa__inputGroup.Checkout-module__L-piDa__full{grid-column:span 2}.Checkout-module__L-piDa__inputGroup label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.75rem}.Checkout-module__L-piDa__summaryItem.Checkout-module__L-piDa__total span:last-child{color:var(--text-primary)}.Checkout-module__L-piDa__couponSection{border-top:1px solid hsla(var(--silk), .05);flex-direction:column;gap:12px;margin-top:1.5rem;padding-top:1.5rem;display:flex}.Checkout-module__L-piDa__couponSection label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);font-size:.65rem;font-weight:800}.Checkout-module__L-piDa__couponInput{gap:8px;display:flex}.Checkout-module__L-piDa__couponInput input{border:1px solid hsla(var(--silk), .1);color:var(--text-primary);font-family:var(--font-body);background:#0000004d;border-radius:4px;flex:1;padding:.8rem;font-size:.8rem;font-weight:700}.Checkout-module__L-piDa__couponInput button{background:hsla(var(--silk), .1);border:var(--border-subtle);color:var(--text-primary);cursor:pointer;transition:var(--transition-apple);border-radius:4px;padding:0 1.2rem;font-size:.6rem;font-weight:800}.Checkout-module__L-piDa__couponInput button:hover{background:var(--text-primary);color:var(--bg-primary)}.Checkout-module__L-piDa__inputGroup input{color:#fff;font-family:var(--font-body);background:#ffffff08;border:1px solid #ffffff1a;border-radius:2px;padding:1rem;transition:all .3s}.Checkout-module__L-piDa__inputGroup input:focus{border-color:var(--accent);background:#ffffff0d;outline:none}.Checkout-module__L-piDa__paymentOptions{flex-direction:column;gap:15px;display:flex}.Checkout-module__L-piDa__paymentOption{cursor:pointer;background:#ffffff05;border:1px solid #ffffff0d;border-radius:4px;align-items:center;gap:15px;padding:1.5rem;transition:all .3s;display:flex}.Checkout-module__L-piDa__paymentOption:hover{background:#ffffff0a}.Checkout-module__L-piDa__paymentOption.Checkout-module__L-piDa__active{border-color:var(--accent);background:#d4af370d}.Checkout-module__L-piDa__radio{border:2px solid #fff3;border-radius:50%;width:18px;height:18px;position:relative}.Checkout-module__L-piDa__active .Checkout-module__L-piDa__radio{border-color:var(--accent)}.Checkout-module__L-piDa__active .Checkout-module__L-piDa__radio:after{content:"";background:var(--accent);border-radius:50%;position:absolute;inset:3px}.Checkout-module__L-piDa__summarySide{position:sticky;top:10rem}.Checkout-module__L-piDa__summaryItem{border-bottom:1px solid #ffffff0d;justify-content:space-between;padding:1rem 0;font-size:.9rem;display:flex}.Checkout-module__L-piDa__summaryItem.Checkout-module__L-piDa__total{font-family:var(--font-heading);color:var(--accent);border-bottom:none;padding-top:2rem;font-size:1.5rem}.Checkout-module__L-piDa__completeBtn{width:100%;margin-top:1rem;padding:1.5rem;font-size:1rem}.Checkout-module__L-piDa__successTitle{font-family:var(--font-heading);margin-bottom:2rem;font-size:4rem}@media (max-width:1024px){.Checkout-module__L-piDa__checkoutGrid{grid-template-columns:1fr}.Checkout-module__L-piDa__summarySide{position:static}}@media (max-width:600px){.Checkout-module__L-piDa__inputGrid{grid-template-columns:1fr}.Checkout-module__L-piDa__inputGroup.Checkout-module__L-piDa__full{grid-column:span 1}.Checkout-module__L-piDa__section{padding:2rem 1.5rem}}
.Success-module__9hb2Ia__successPage{background:var(--bg-primary);min-height:100vh}.Success-module__9hb2Ia__hero{text-align:center;padding:10rem 0 6rem}.Success-module__9hb2Ia__content{max-width:700px;margin:0 auto}.Success-module__9hb2Ia__iconWrapper{justify-content:center;margin-bottom:2rem;display:flex}.Success-module__9hb2Ia__successIcon{color:var(--silver-bright);filter:drop-shadow(0 0 20px #fff3)}.Success-module__9hb2Ia__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:300}.Success-module__9hb2Ia__subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:1.2rem;line-height:1.6}.Success-module__9hb2Ia__actions{justify-content:center;gap:1rem;margin-bottom:5rem;display:flex}.Success-module__9hb2Ia__primaryBtn{background:var(--silver-gradient);color:#000;border-radius:4px;align-items:center;gap:.75rem;padding:1rem 2rem;font-weight:600;transition:all .3s;display:flex}.Success-module__9hb2Ia__primaryBtn:hover{filter:brightness(1.1);transform:translateY(-2px)}.Success-module__9hb2Ia__secondaryBtn{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:4px;padding:1rem 2rem;transition:all .3s}.Success-module__9hb2Ia__secondaryBtn:hover{background:#ffffff1a}.Success-module__9hb2Ia__nextSteps{text-align:left;background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;padding:3rem}.Success-module__9hb2Ia__nextSteps h3{margin-bottom:2rem;font-size:1.5rem;font-weight:400}.Success-module__9hb2Ia__stepsGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.Success-module__9hb2Ia__step{flex-direction:column;gap:.75rem;display:flex}.Success-module__9hb2Ia__step svg{color:var(--silver)}.Success-module__9hb2Ia__step h4{font-size:1.1rem;font-weight:500}.Success-module__9hb2Ia__step p{color:var(--text-muted);font-size:.9rem;line-height:1.5}@media (max-width:768px){.Success-module__9hb2Ia__actions{flex-direction:column}.Success-module__9hb2Ia__stepsGrid{grid-template-columns:1fr}.Success-module__9hb2Ia__nextSteps{padding:2rem}}
.Conteudo-module__0g7C2G__conteudoPage{background:#000;min-height:100vh}.Conteudo-module__0g7C2G__header{text-align:center;padding:20vh 0 10vh}.Conteudo-module__0g7C2G__title{margin-bottom:20px;font-size:clamp(3rem,7vw,5rem)}.Conteudo-module__0g7C2G__subtitle{color:var(--text-muted);font-size:1.2rem}.Conteudo-module__0g7C2G__gridSection{padding-bottom:10vh}.Conteudo-module__0g7C2G__videoGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;display:grid}.Conteudo-module__0g7C2G__videoCard{background:var(--gray);transition:var(--transition-smooth);border:1px solid #ffffff0d}.Conteudo-module__0g7C2G__videoCard:hover{border-color:var(--accent);transform:translateY(-10px)}.Conteudo-module__0g7C2G__videoWrapper{height:600px;position:relative;overflow:hidden}.Conteudo-module__0g7C2G__video{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.Conteudo-module__0g7C2G__typeTag{background:var(--accent);color:#000;text-transform:uppercase;letter-spacing:1px;padding:5px 12px;font-size:.6rem;font-weight:700;position:absolute;top:20px;right:20px}.Conteudo-module__0g7C2G__info{padding:30px}.Conteudo-module__0g7C2G__cardTitle{font-size:1.2rem;font-family:var(--font-serif)}.Conteudo-module__0g7C2G__socialCta{text-align:center;border-top:1px solid #ffffff0d;padding:10vh 0}.Conteudo-module__0g7C2G__socialCta h3{margin-bottom:15px;font-size:2rem}.Conteudo-module__0g7C2G__socialCta p{color:var(--text-muted);margin-bottom:40px}.Conteudo-module__0g7C2G__comingSoon{text-align:center;padding:10vh 0}.Conteudo-module__0g7C2G__comingSoonLabel{text-transform:uppercase;letter-spacing:.2em;color:var(--accent);margin-bottom:1.5rem;font-size:.7rem}.Conteudo-module__0g7C2G__comingSoon h2{font-size:clamp(1.8rem,4vw,3rem);font-family:var(--font-serif);margin-bottom:1.5rem}.Conteudo-module__0g7C2G__comingSoonText{color:var(--text-muted);font-size:1.05rem;line-height:1.7}@media (max-width:768px){.Conteudo-module__0g7C2G__videoWrapper{height:500px}}
.Curso-module__8t4NLW__courseLanding{color:#fff;background:#000}.Curso-module__8t4NLW__hero{text-align:center;align-items:center;height:90vh;display:flex;position:relative;overflow:hidden}.Curso-module__8t4NLW__vWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Curso-module__8t4NLW__v{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.Curso-module__8t4NLW__vOverlay{z-index:2;background:radial-gradient(circle,#0b0b0b80 0%,#0b0b0be6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Curso-module__8t4NLW__hero .container{z-index:3;position:relative}.Curso-module__8t4NLW__hTitle{margin:20px 0;font-size:clamp(2.5rem,7vw,5rem);font-weight:900}.Curso-module__8t4NLW__hDesc{color:var(--text-muted);max-width:700px;margin:0 auto 40px;font-size:1.2rem}.Curso-module__8t4NLW__benefits{background:var(--gray);padding:10vh 0}.Curso-module__8t4NLW__bGrid{grid-template-columns:repeat(3,1fr);gap:40px;display:grid}.Curso-module__8t4NLW__bItem{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;padding:40px}.Curso-module__8t4NLW__bItem h3{margin:20px 0;font-size:1.4rem}.Curso-module__8t4NLW__bItem p{font-size:.9rem}.Curso-module__8t4NLW__modules{padding:15vh 0}.Curso-module__8t4NLW__mTitle{text-align:center;margin-bottom:80px;font-size:3rem}.Curso-module__8t4NLW__mList{flex-direction:column;gap:20px;display:flex}.Curso-module__8t4NLW__mCard{border-left:4px solid var(--accent);background:#111;align-items:center;gap:40px;padding:40px;display:flex}.Curso-module__8t4NLW__mIdx{font-family:var(--font-serif);color:var(--accent);opacity:.5;font-size:2rem}.Curso-module__8t4NLW__mInfo h3{margin-bottom:10px;font-size:1.5rem}.Curso-module__8t4NLW__finalCta{background:linear-gradient(to top, var(--accent) -300%, #000 100%);padding:15vh 0}.Curso-module__8t4NLW__ctaBox{text-align:center;border:1px solid var(--accent);background:#111;max-width:600px;margin:0 auto;padding:60px}.Curso-module__8t4NLW__ctaBox h2{margin-bottom:30px;font-size:2.5rem}.Curso-module__8t4NLW__oldPrice{color:var(--text-muted);margin-bottom:5px;text-decoration:line-through}.Curso-module__8t4NLW__newPrice{font-size:1.8rem}.Curso-module__8t4NLW__newPrice strong{color:var(--accent);font-size:2.5rem}.Curso-module__8t4NLW__orPrice{color:var(--text-muted);margin-top:10px;font-size:.9rem}.Curso-module__8t4NLW__guarantee{color:var(--text-muted);justify-content:center;align-items:center;gap:8px;margin-top:30px;font-size:.8rem;display:flex}@media (max-width:768px){.Curso-module__8t4NLW__bGrid{grid-template-columns:1fr}.Curso-module__8t4NLW__mCard{text-align:center;flex-direction:column;gap:15px}.Curso-module__8t4NLW__ctaBox{padding:30px}}
.Journal-module__HKdjuG__page{color:#fff;min-height:100vh;font-family:var(--font-inter), sans-serif;background-color:#050505;padding-top:140px;padding-bottom:120px}.Journal-module__HKdjuG__container{max-width:1400px;margin:0 auto;padding:0 5vw}.Journal-module__HKdjuG__header{margin-bottom:6rem}.Journal-module__HKdjuG__headerTop{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:4rem;padding-bottom:1rem;display:flex}.Journal-module__HKdjuG__tag,.Journal-module__HKdjuG__issueNumber{letter-spacing:.3em;text-transform:uppercase;color:#ffffff80;font-size:.65rem;font-weight:700}.Journal-module__HKdjuG__title{letter-spacing:-.05em;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(4rem,12vw,10rem);font-weight:800;line-height:.9}.Journal-module__HKdjuG__headerBottom{flex-direction:column;gap:2rem;display:flex}.Journal-module__HKdjuG__subtitle{color:#fff9;max-width:600px;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.6}.Journal-module__HKdjuG__line{background-color:#ffffff1a;width:100%;height:1px}.Journal-module__HKdjuG__featured{margin-bottom:10rem}.Journal-module__HKdjuG__featuredLink{color:inherit;group:featured;grid-template-columns:1fr 1.5fr;align-items:center;gap:4rem;text-decoration:none;display:grid}.Journal-module__HKdjuG__featuredContent{flex-direction:column;justify-content:center;padding-right:2rem;display:flex}.Journal-module__HKdjuG__featuredMeta{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.Journal-module__HKdjuG__featuredCategory{letter-spacing:.25em;text-transform:uppercase;color:#fff;border:1px solid #fff3;border-radius:20px;padding:.4rem .8rem;font-size:.65rem;font-weight:800}.Journal-module__HKdjuG__featuredDate{color:#ffffff80;font-size:.8rem;font-weight:500}.Journal-module__HKdjuG__featuredTitle{letter-spacing:-.03em;margin-bottom:2rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.1}.Journal-module__HKdjuG__featuredExcerpt{color:#fff9;margin-bottom:3rem;font-size:1.25rem;line-height:1.6}.Journal-module__HKdjuG__readMore{letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:1rem;font-size:.8rem;font-weight:700;transition:opacity .3s;display:flex}.Journal-module__HKdjuG__arrow{transition:transform .3s}.Journal-module__HKdjuG__featuredLink:hover .Journal-module__HKdjuG__arrow{transform:translate(10px)}.Journal-module__HKdjuG__featuredLink:hover .Journal-module__HKdjuG__readMore{opacity:.7}.Journal-module__HKdjuG__featuredImageWrapper{aspect-ratio:4/5;background:#111;width:100%;position:relative;overflow:hidden}.Journal-module__HKdjuG__featuredImageOverlay{z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#0000004d 100%);position:absolute;inset:0}.Journal-module__HKdjuG__featuredImage{-o-object-fit:cover;object-fit:cover;filter:grayscale(.4)contrast(1.1);width:100%;height:100%;transition:filter 1s,transform 1.5s}.Journal-module__HKdjuG__featuredLink:hover .Journal-module__HKdjuG__featuredImage{filter:grayscale(0)contrast(1.05);transform:scale(1.03)}.Journal-module__HKdjuG__sectionSeparator{align-items:center;gap:2rem;margin-bottom:6rem;display:flex}.Journal-module__HKdjuG__sectionSeparator span{letter-spacing:.3em;color:#fff6;font-size:.65rem;font-weight:800}.Journal-module__HKdjuG__separatorLine{background-color:#ffffff1a;flex-grow:1;height:1px}.Journal-module__HKdjuG__grid{grid-template-columns:repeat(12,1fr);gap:4vw 2vw;display:grid}.Journal-module__HKdjuG__articleCard{color:inherit;flex-direction:column;text-decoration:none;display:flex}.Journal-module__HKdjuG__cardStandard{grid-column:span 4}.Journal-module__HKdjuG__cardLarge{grid-column:span 8}.Journal-module__HKdjuG__cardLink{height:100%;color:inherit;flex-direction:column;text-decoration:none;display:flex}.Journal-module__HKdjuG__cardImageWrapper{background:#111;width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden}.Journal-module__HKdjuG__cardStandard .Journal-module__HKdjuG__cardImageWrapper{aspect-ratio:3/4}.Journal-module__HKdjuG__cardLarge .Journal-module__HKdjuG__cardImageWrapper{aspect-ratio:16/9}.Journal-module__HKdjuG__cardImage{-o-object-fit:cover;object-fit:cover;filter:grayscale(.5);width:100%;height:100%;transition:filter .8s,transform 1.2s}.Journal-module__HKdjuG__articleCard:hover .Journal-module__HKdjuG__cardImage{filter:grayscale(0);transform:scale(1.03)}.Journal-module__HKdjuG__cardBody{flex-direction:column;flex-grow:1;display:flex}.Journal-module__HKdjuG__cardMeta{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.8rem;display:flex}.Journal-module__HKdjuG__cardCategory{letter-spacing:.2em;text-transform:uppercase;color:#fffc;font-size:.6rem;font-weight:700}.Journal-module__HKdjuG__cardDate{color:#fff6;font-size:.75rem}.Journal-module__HKdjuG__cardTitle{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.25rem,2vw,1.8rem);font-weight:700;line-height:1.3}.Journal-module__HKdjuG__cardLarge .Journal-module__HKdjuG__cardTitle{letter-spacing:-.03em;font-size:clamp(2rem,3vw,3rem);font-weight:800;line-height:1.1}.Journal-module__HKdjuG__cardExcerpt{color:#ffffff80;margin-top:auto;font-size:1.1rem;line-height:1.6}@media (max-width:1024px){.Journal-module__HKdjuG__featuredLink{grid-template-columns:1fr;gap:3rem}.Journal-module__HKdjuG__featuredImageWrapper{aspect-ratio:16/9;order:-1}.Journal-module__HKdjuG__featuredContent{padding-right:0}.Journal-module__HKdjuG__cardStandard{grid-column:span 6}.Journal-module__HKdjuG__cardLarge{grid-column:span 12}}@media (max-width:768px){.Journal-module__HKdjuG__title{font-size:clamp(3rem,15vw,5rem)}.Journal-module__HKdjuG__cardStandard{grid-column:span 12}.Journal-module__HKdjuG__cardStandard .Journal-module__HKdjuG__cardImageWrapper{aspect-ratio:16/9}}
.Login-module__noQWca__loginPage{background-color:var(--bg-primary,#050505);min-height:100vh;color:var(--text-primary,#fff);flex-direction:column;display:flex;position:relative;overflow:hidden}.Login-module__noQWca__background{z-index:0;pointer-events:none;background:radial-gradient(circle at 50% 0,#c8c8c80d 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.Login-module__noQWca__loginContainer{z-index:1;flex:1;justify-content:center;align-items:center;padding:8rem 2rem 4rem;display:flex;position:relative}.Login-module__noQWca__loginCard{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);text-align:center;background:#0a0a0ab3;border:1px solid #ffffff14;width:100%;max-width:480px;padding:4.5rem 3.5rem;box-shadow:0 25px 50px -12px #00000080}.Login-module__noQWca__logo{letter-spacing:.4em;color:var(--text-primary,#fff);opacity:.8;margin-bottom:3.5rem;font-size:1.2rem;font-weight:300}.Login-module__noQWca__title{color:var(--text-primary,#fff);letter-spacing:-.01em;margin-bottom:1.2rem;font-size:2.2rem;font-weight:300}.Login-module__noQWca__subtitle{color:var(--text-muted,#ffffff80);margin-bottom:3.5rem;font-size:.95rem;font-weight:300;line-height:1.6}.Login-module__noQWca__form{flex-direction:column;gap:2rem;display:flex}.Login-module__noQWca__inputGroup{text-align:left;flex-direction:column;gap:.5rem;display:flex}.Login-module__noQWca__label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted,#fff9);font-size:.75rem}.Login-module__noQWca__input{width:100%;color:var(--text-primary,#fff);background:#ffffff08;border:1px solid #ffffff1a;outline:none;padding:1rem;font-size:1rem;transition:all .3s}.Login-module__noQWca__input:focus{background:#ffffff0d;border-color:#ffffff80}.Login-module__noQWca__submitBtn{background:var(--text-primary,#fff);width:100%;color:var(--bg-primary,#050505);text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.9rem;font-weight:500;transition:all .3s;display:flex}.Login-module__noQWca__submitBtn:hover:not(:disabled){background:#fffc;transform:translateY(-2px)}.Login-module__noQWca__submitBtn:disabled{opacity:.5;cursor:not-allowed}.Login-module__noQWca__message{border:1px solid #0000;margin-top:1.5rem;padding:1rem;font-size:.85rem;line-height:1.5}.Login-module__noQWca__success{color:#a7f3d0;background:#00ff000d;border-color:#0f03}.Login-module__noQWca__error{color:#fecaca;background:#ff00000d;border-color:#f003}.Login-module__noQWca__divider{text-align:center;color:var(--text-muted,#ffffff4d);text-transform:uppercase;letter-spacing:.2em;align-items:center;margin:2.5rem 0;font-size:.7rem;display:flex}.Login-module__noQWca__divider:before,.Login-module__noQWca__divider:after{content:"";border-bottom:1px solid #ffffff1a;flex:1}.Login-module__noQWca__divider:not(:empty):before{margin-right:1rem}.Login-module__noQWca__divider:not(:empty):after{margin-left:1rem}.Login-module__noQWca__googleBtn{width:100%;color:var(--text-primary,#fff);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;gap:.75rem;padding:.85rem;font-size:.9rem;font-weight:400;transition:all .3s;display:flex}.Login-module__noQWca__googleBtn:hover:not(:disabled){background:#ffffff1a;border-color:#ffffff4d}.Login-module__noQWca__googleBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.Login-module__noQWca__loginContainer{padding:1rem}.Login-module__noQWca__loginCard{padding:2.5rem 1.5rem}}
.Player-module__6Qh1da__playerPage{background:var(--bg-primary);color:var(--text-primary);min-height:100vh;padding-top:80px}.Player-module__6Qh1da__layout{grid-template-columns:1fr 400px;min-height:calc(100vh - 80px);display:grid}@media (max-width:1100px){.Player-module__6Qh1da__layout{grid-template-columns:1fr}}.Player-module__6Qh1da__videoArea{background:var(--bg-primary);padding:5vh 5vw}.Player-module__6Qh1da__backBtn{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;transition:var(--transition-apple);align-items:center;gap:8px;margin-bottom:2rem;font-size:.75rem;text-decoration:none;display:inline-flex}.Player-module__6Qh1da__backBtn:hover{color:var(--text-primary);transform:translate(-5px)}.Player-module__6Qh1da__videoWrapper{aspect-ratio:16/9;background:var(--bg-secondary);border:var(--border-subtle);width:100%;box-shadow:var(--shadow-luxe);border-radius:4px;margin-bottom:3rem;position:relative;overflow:hidden}.Player-module__6Qh1da__videoWrapper iframe{border:none;width:100%;height:100%}.Player-module__6Qh1da__lessonInfo h1{font-family:var(--font-heading);letter-spacing:-.04em;margin-bottom:1rem;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;line-height:1.1}.Player-module__6Qh1da__lessonInfo h1 span{color:var(--text-secondary);font-weight:400}.Player-module__6Qh1da__materialBox{background:hsla(var(--silk), .02);-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);border:var(--border-subtle);border-radius:4px;margin-top:5vh;padding:3rem}.Player-module__6Qh1da__materialBox h3{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.2em;color:var(--text-secondary);margin-bottom:1.5rem;font-size:.8rem;font-weight:700}.Player-module__6Qh1da__downloadLink{color:var(--bg-primary);background:var(--text-primary);text-transform:uppercase;letter-spacing:.1em;transition:var(--transition-apple);align-items:center;gap:12px;padding:1rem 2.5rem;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-flex}.Player-module__6Qh1da__downloadLink:hover{filter:brightness(.9);transform:translateY(-2px)}.Player-module__6Qh1da__sidebar{background:hsla(var(--obsidian), .4);-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);border-left:var(--border-subtle);flex-direction:column;display:flex}.Player-module__6Qh1da__sidebarHeader{border-bottom:var(--border-subtle);padding:2.5rem}.Player-module__6Qh1da__sidebarHeader h2{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-weight:800}.Player-module__6Qh1da__lessonList{flex:1;padding:0;list-style:none;overflow-y:auto}.Player-module__6Qh1da__lessonItem{border-bottom:1px solid hsla(var(--silk), .03);cursor:pointer;transition:var(--transition-apple);align-items:center;gap:1.5rem;padding:2rem 2.5rem;display:flex}.Player-module__6Qh1da__lessonItem:hover{background:hsla(var(--silk), .03)}.Player-module__6Qh1da__activeLesson{background:hsla(var(--silk), .05);border-left:2px solid var(--text-primary)}.Player-module__6Qh1da__lessonInfoText h4{font-family:var(--font-heading);letter-spacing:-.01em;margin-bottom:4px;font-size:1rem;font-weight:600}.Player-module__6Qh1da__lessonInfoText p{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.7rem}.Player-module__6Qh1da__lessonNumber{color:var(--text-muted);width:20px;font-size:.75rem;font-weight:700}.Player-module__6Qh1da__activeLesson .Player-module__6Qh1da__lessonNumber{color:var(--text-primary)}
.Mentoria-module__s5u2BG__mentoriaPage{background:var(--bg-primary);min-height:100vh}.Mentoria-module__s5u2BG__header{text-align:left;border-bottom:var(--border-subtle);padding:25vh 6vw 10vh}.Mentoria-module__s5u2BG__title{font-family:var(--font-heading);letter-spacing:-.05em;text-transform:uppercase;color:var(--text-primary);margin-bottom:2rem;font-size:clamp(3rem,10vw,8rem);font-weight:900;line-height:.9}.Mentoria-module__s5u2BG__subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3em;max-width:600px;font-size:.75rem;font-weight:800}.Mentoria-module__s5u2BG__info{padding:10vh 6vw}.Mentoria-module__s5u2BG__infoGrid{background:var(--border-subtle);border:var(--border-subtle);grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.Mentoria-module__s5u2BG__infoCard{background:var(--bg-primary);text-align:left;transition:var(--transition-apple);padding:4rem 3rem}.Mentoria-module__s5u2BG__infoCard:hover{background:hsla(var(--silk), .02)}.Mentoria-module__s5u2BG__infoCard h3{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);text-transform:uppercase;margin:1.5rem 0 1rem;font-size:1.2rem;font-weight:800}.Mentoria-module__s5u2BG__infoCard p{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.Mentoria-module__s5u2BG__formSection{background:hsla(var(--silk), .01);padding:10vh 6vw 15vh}.Mentoria-module__s5u2BG__formWrapper{background:hsla(var(--obsidian), .5);max-width:800px;-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);border:var(--border-subtle);border-radius:4px;margin:0 auto;padding:5rem}.Mentoria-module__s5u2BG__formWrapper h2{font-family:var(--font-heading);letter-spacing:-.04em;text-align:center;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Mentoria-module__s5u2BG__formWrapper p{text-align:center;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:4rem;font-size:.8rem}.Mentoria-module__s5u2BG__form{flex-direction:column;gap:2rem;display:flex}.Mentoria-module__s5u2BG__inputGroup{flex-direction:column;gap:12px;display:flex}.Mentoria-module__s5u2BG__inputGroup label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);font-size:.65rem;font-weight:800}.Mentoria-module__s5u2BG__inputGroup input,.Mentoria-module__s5u2BG__inputGroup select,.Mentoria-module__s5u2BG__inputGroup textarea{border:1px solid hsla(var(--silk), .1);color:var(--text-primary);font-family:var(--font-body);transition:var(--transition-apple);background:0 0;padding:1.2rem;font-size:.9rem;font-weight:600}.Mentoria-module__s5u2BG__inputGroup select option{color:#fff;background:#111}.Mentoria-module__s5u2BG__inputGroup textarea{resize:none;min-height:150px}.Mentoria-module__s5u2BG__inputGroup input:focus,.Mentoria-module__s5u2BG__inputGroup select:focus,.Mentoria-module__s5u2BG__inputGroup textarea:focus{border-color:var(--text-primary);background:hsla(var(--silk), .02);outline:none}.Mentoria-module__s5u2BG__successView{text-align:center;background:hsla(var(--obsidian), .5);max-width:600px;-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);border:var(--border-subtle);border-radius:4px;flex-direction:column;align-items:center;gap:1.5rem;margin:0 auto;padding:4rem 2rem;display:flex}.Mentoria-module__s5u2BG__successIcon{background:hsla(var(--silk), .05);border:1px solid hsla(var(--silk), .2);width:80px;height:80px;color:var(--text-primary);box-shadow:0 0 40px hsla(var(--silk), .1);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:2rem;display:flex}.Mentoria-module__s5u2BG__successView h2{font-family:var(--font-heading);letter-spacing:-.04em;color:var(--text-primary);font-size:2.2rem;font-weight:800}.Mentoria-module__s5u2BG__successView p{color:var(--text-secondary);font-size:1rem;line-height:1.6}.Mentoria-module__s5u2BG__divider{background:hsla(var(--silk), .2);width:40px;height:1px;margin:1rem 0}.Mentoria-module__s5u2BG__subText{text-transform:uppercase;letter-spacing:.15em;max-width:300px;color:var(--text-muted)!important;font-size:.75rem!important}.Mentoria-module__s5u2BG__checkboxGroup{align-items:flex-start;gap:12px;margin:1rem 0;display:flex}.Mentoria-module__s5u2BG__checkboxGroup input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--silver);margin-top:2px}.Mentoria-module__s5u2BG__checkboxGroup label{color:var(--text-secondary);cursor:pointer;font-size:.75rem;line-height:1.5}.Mentoria-module__s5u2BG__checkboxGroup label a{color:var(--text-primary);text-underline-offset:3px;text-decoration:underline}@media (max-width:768px){.Mentoria-module__s5u2BG__infoGrid{grid-template-columns:1fr}.Mentoria-module__s5u2BG__formWrapper{padding:3rem 2rem}.Mentoria-module__s5u2BG__header{padding:20vh 5vw 5vh}}
.Metodos-module__s9Vfvq__metodosPage{color:#fff;min-height:100vh;font-family:var(--font-inter,"Inter", sans-serif);background-color:#000;position:relative;overflow-x:hidden}.Metodos-module__s9Vfvq__metodosPage:before{content:"";opacity:.05;pointer-events:none;z-index:100;filter:contrast(150%)brightness();background-image:url(https://grainy-gradients.vercel.app/noise.svg);width:100%;height:100%;position:fixed;top:0;left:0}.Metodos-module__s9Vfvq__hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:5vw;min-height:100vh;padding:0 10vw;display:grid;position:relative}.Metodos-module__s9Vfvq__heroContent{z-index:10;padding-right:2rem}.Metodos-module__s9Vfvq__universo{letter-spacing:.6em;text-transform:uppercase;color:#fff6;margin-bottom:2.5rem;font-size:.65rem;font-weight:800;display:block}.Metodos-module__s9Vfvq__headline{letter-spacing:-.06em;color:#fff;margin-bottom:3.5rem;font-size:clamp(4rem,15vw,12rem);font-weight:900;line-height:.8}.Metodos-module__s9Vfvq__subheadline{color:#ffffffe6;letter-spacing:-.02em;max-width:550px;margin-bottom:3.5rem;font-size:clamp(1rem,2.5vw,1.6rem);font-weight:400;line-height:1.3}.Metodos-module__s9Vfvq__heroText{color:#fff6;max-width:400px;margin-bottom:5rem;font-size:.9rem;font-weight:400;line-height:1.8}.Metodos-module__s9Vfvq__heroVisual{justify-content:center;align-items:center;height:85vh;display:flex;position:relative}.Metodos-module__s9Vfvq__videoGrid{grid-template-columns:repeat(2,1fr);gap:25px;width:100%;max-width:650px;display:grid}.Metodos-module__s9Vfvq__videoWrapper{aspect-ratio:9/16;background:#080808;border:1px solid #ffffff0d;border-radius:2px;position:relative;overflow:hidden;box-shadow:0 40px 80px #000c}.Metodos-module__s9Vfvq__videoWrapper:nth-child(2n){transform:translateY(80px)}.Metodos-module__s9Vfvq__videoOverlay{z-index:2;background:linear-gradient(#0000 30%,#000000b3);transition:opacity 1s;position:absolute;inset:0}.Metodos-module__s9Vfvq__videoElement{-o-object-fit:cover;object-fit:cover;opacity:.4;filter:saturate(.8)contrast(1.1);width:100%;height:100%;transition:transform 3s cubic-bezier(.16,1,.3,1),opacity 1.5s}.Metodos-module__s9Vfvq__videoWrapper:hover .Metodos-module__s9Vfvq__videoElement{opacity:.8;transform:scale(1.15)}.Metodos-module__s9Vfvq__section{padding:30vh 10vw;position:relative}.Metodos-module__s9Vfvq__manifesto{text-align:left;flex-direction:column;justify-content:center;align-items:flex-start;min-height:100vh;display:flex}.Metodos-module__s9Vfvq__manifestoContent{width:100%;max-width:1200px}.Metodos-module__s9Vfvq__manifestoTitle{letter-spacing:-.05em;margin-bottom:6rem;font-size:clamp(2.5rem,8vw,6.5rem);font-weight:900;line-height:.9}.Metodos-module__s9Vfvq__manifestoTitle span{color:#ffffff26;margin-bottom:1rem;display:block}.Metodos-module__s9Vfvq__manifestoList{grid-template-columns:repeat(2,1fr);gap:2rem;margin:6rem 0;padding:0;list-style:none;display:grid}.Metodos-module__s9Vfvq__manifestoList li{letter-spacing:-.04em;color:#fff;border-bottom:1px solid #ffffff1a;padding-bottom:1.5rem;font-size:clamp(1.2rem,3vw,2.5rem);font-weight:800}.Metodos-module__s9Vfvq__manifestoText{color:#ffffff80;max-width:800px;margin-top:4rem;font-size:clamp(1.1rem,2vw,1.8rem);line-height:1.5}.Metodos-module__s9Vfvq__behindClick{grid-template-columns:1fr 1fr;align-items:flex-start;gap:12vw;display:grid}.Metodos-module__s9Vfvq__sectionTitle{letter-spacing:-.05em;margin-bottom:4rem;font-size:clamp(2.5rem,7vw,6rem);font-weight:900;line-height:.9}.Metodos-module__s9Vfvq__detailList{margin-top:2rem;padding:0;list-style:none}.Metodos-module__s9Vfvq__detailItem{color:#ffffff4d;align-items:center;gap:1.5rem;margin-bottom:1.2rem;font-size:1.8rem;font-weight:700;transition:color .5s;display:flex}.Metodos-module__s9Vfvq__detailItem:hover{color:#fff}.Metodos-module__s9Vfvq__detailItem:before{content:"";background:#ffffff1a;width:60px;height:1px}.Metodos-module__s9Vfvq__methodBlock{grid-template-columns:1.3fr .7fr;align-items:center;gap:8vw;margin-bottom:25vh;display:grid}.Metodos-module__s9Vfvq__methodBlock.Metodos-module__s9Vfvq__reverse{grid-template-columns:.7fr 1.3fr}.Metodos-module__s9Vfvq__methodMedia{aspect-ratio:16/9;background:#0a0a0a;border:1px solid #ffffff0d;border-radius:2px;position:relative;overflow:hidden}.Metodos-module__s9Vfvq__methodMedia.Metodos-module__s9Vfvq__vertical{aspect-ratio:4/5;max-width:550px}.Metodos-module__s9Vfvq__methodTag{letter-spacing:.5em;color:#ffffff4d;margin-bottom:2rem;font-size:.65rem;font-weight:800;display:block}.Metodos-module__s9Vfvq__methodTitle{letter-spacing:-.04em;margin-bottom:3rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:900;line-height:1}.Metodos-module__s9Vfvq__methodDesc{color:#fff9;white-space:pre-line;font-size:1.15rem;line-height:1.9}.Metodos-module__s9Vfvq__quoteSection{text-align:center;padding:30vh 10vw}.Metodos-module__s9Vfvq__giantQuote{letter-spacing:-.06em;color:#fff;opacity:.9;max-width:1600px;margin:0 auto;font-size:clamp(2.5rem,9vw,8rem);font-weight:900;line-height:.85}.Metodos-module__s9Vfvq__education{text-align:center;background:#000;border-top:1px solid #ffffff0d;padding:30vh 10vw}.Metodos-module__s9Vfvq__eduTag{letter-spacing:.4em;color:#ffffff4d;margin-bottom:4rem;font-size:.7rem;font-weight:800;display:block}.Metodos-module__s9Vfvq__eduTitle{letter-spacing:-.06em;margin-bottom:4rem;font-size:clamp(3rem,10vw,9rem);font-weight:900;line-height:.8}.Metodos-module__s9Vfvq__eduDesc{color:#ffffff80;max-width:900px;margin-bottom:5rem;margin-left:auto;margin-right:auto;font-size:1.4rem;line-height:1.5}.Metodos-module__s9Vfvq__minimalFooter{background:#000;border-top:1px solid #ffffff0d;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:10vh 10vw;display:grid}.Metodos-module__s9Vfvq__footerLinks{justify-content:center;gap:4rem;display:flex}.Metodos-module__s9Vfvq__footerLink{letter-spacing:.2em;text-transform:uppercase;color:#fff6;font-size:.75rem;font-weight:700;transition:color .4s}.Metodos-module__s9Vfvq__footerLink:hover{color:#fff}@media (max-width:1024px){.Metodos-module__s9Vfvq__hero{text-align:center;grid-template-columns:1fr;padding-top:20vh}.Metodos-module__s9Vfvq__heroContent{padding-right:0}.Metodos-module__s9Vfvq__manifestoList,.Metodos-module__s9Vfvq__behindClick{grid-template-columns:1fr}.Metodos-module__s9Vfvq__methodBlock,.Metodos-module__s9Vfvq__methodBlock.Metodos-module__s9Vfvq__reverse{text-align:center;grid-template-columns:1fr}.Metodos-module__s9Vfvq__methodMedia{order:2;margin-top:4rem}.Metodos-module__s9Vfvq__minimalFooter{text-align:center;grid-template-columns:1fr;gap:4rem}.Metodos-module__s9Vfvq__footerLinks{flex-wrap:wrap;gap:2rem}}
.AgendaBlindada-module__jTqn5W__page{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;padding-top:100px}.AgendaBlindada-module__jTqn5W__hero{grid-template-columns:1fr 1.2fr;align-items:center;gap:5vw;min-height:85vh;padding:0 6vw;display:grid}.AgendaBlindada-module__jTqn5W__heroContent{padding-right:2rem}.AgendaBlindada-module__jTqn5W__tag{letter-spacing:.3em;text-transform:uppercase;color:var(--text-secondary);margin-bottom:1.5rem;font-size:.6rem;font-weight:900;display:block}.AgendaBlindada-module__jTqn5W__headline{letter-spacing:-.05em;text-transform:uppercase;margin-bottom:2.5rem;font-size:clamp(4rem,12vw,10rem);font-weight:900;line-height:.8}.AgendaBlindada-module__jTqn5W__subheadline{max-width:500px;color:var(--text-primary);margin-bottom:2.5rem;font-size:1.4rem;font-weight:500;line-height:1.3}.AgendaBlindada-module__jTqn5W__description{color:var(--text-muted);max-width:400px;margin-bottom:4rem;font-size:.9rem;line-height:1.8}.AgendaBlindada-module__jTqn5W__heroVisual{height:80vh;position:relative}.AgendaBlindada-module__jTqn5W__videoComposition{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.AgendaBlindada-module__jTqn5W__verticalVideo{aspect-ratio:9/16;width:45%;box-shadow:var(--shadow-luxe);transition:var(--transition-apple);background:#111;border-radius:4px;position:absolute;overflow:hidden}.AgendaBlindada-module__jTqn5W__verticalVideo:first-child{z-index:3;width:55%;transform:translate(-10%)}.AgendaBlindada-module__jTqn5W__verticalVideo:nth-child(2){z-index:2;opacity:.6;transform:translate(60%,-20%)scale(.9)}.AgendaBlindada-module__jTqn5W__verticalVideo:nth-child(3){z-index:1;opacity:.4;transform:translate(40%,30%)scale(.85)}.AgendaBlindada-module__jTqn5W__videoElement{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.AgendaBlindada-module__jTqn5W__overlay{background:linear-gradient(#0000,#00000080);position:absolute;inset:0}@media (max-width:1024px){.AgendaBlindada-module__jTqn5W__hero{text-align:center;grid-template-columns:1fr;padding-top:5vh}.AgendaBlindada-module__jTqn5W__heroContent{margin-bottom:8vh;padding-right:0}.AgendaBlindada-module__jTqn5W__subheadline,.AgendaBlindada-module__jTqn5W__description{margin-left:auto;margin-right:auto}.AgendaBlindada-module__jTqn5W__heroVisual{height:50vh}}
.Legal-module__AiX6Gq__legalPage{background:var(--bg-primary);min-height:100vh}.Legal-module__AiX6Gq__header{border-bottom:1px solid #ffffff0d;padding:10rem 0 4rem}.Legal-module__AiX6Gq__header h1{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:300}.Legal-module__AiX6Gq__header p{color:var(--text-muted);font-size:.9rem}.Legal-module__AiX6Gq__content{max-width:800px;padding:4rem 0 8rem}.Legal-module__AiX6Gq__content h2{color:var(--silver);margin:2.5rem 0 1.5rem;font-size:1.5rem;font-weight:400}.Legal-module__AiX6Gq__content p,.Legal-module__AiX6Gq__content li{color:#ffffffb3;margin-bottom:1.2rem;font-size:1.1rem;line-height:1.8}.Legal-module__AiX6Gq__content ul{margin-bottom:2rem;padding-left:1.5rem}.Legal-module__AiX6Gq__content li{margin-bottom:.5rem}
.PortfolioPage-module__1d0wka__portfolioPage{background:var(--bg-primary);color:var(--text-primary);min-height:100vh}.PortfolioPage-module__1d0wka__header{text-align:left;border-bottom:var(--border-subtle);padding:25vh 6vw 10vh}.PortfolioPage-module__1d0wka__title{font-family:var(--font-heading);letter-spacing:-.05em;text-transform:uppercase;color:var(--text-primary);margin-bottom:2rem;font-size:clamp(3rem,10vw,8rem);font-weight:900;line-height:.9}.PortfolioPage-module__1d0wka__subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3em;max-width:600px;font-size:.75rem;font-weight:800}.PortfolioPage-module__1d0wka__headerFlex{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.PortfolioPage-module__1d0wka__filterBar{gap:1.5rem;display:flex}.PortfolioPage-module__1d0wka__filterBtn{font-family:var(--font-ui);letter-spacing:.2rem;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:1px solid #0000;padding:.5rem 0;font-size:.75rem;transition:all .3s}.PortfolioPage-module__1d0wka__filterBtn.PortfolioPage-module__1d0wka__active{color:var(--text-primary);border-bottom:1px solid var(--text-primary)}.PortfolioPage-module__1d0wka__gallery{background:var(--border-subtle);border:var(--border-subtle);grid-template-columns:repeat(4,1fr);gap:2px;display:grid}.PortfolioPage-module__1d0wka__galleryItem{aspect-ratio:4/5;background:#000;position:relative;overflow:hidden}.PortfolioPage-module__1d0wka__galleryItem img{-o-object-fit:cover;object-fit:cover;-o-object-position:center 20%;object-position:center 20%;opacity:.8;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.PortfolioPage-module__1d0wka__itemInfo{opacity:0;pointer-events:none;background:linear-gradient(#0000,#000c);width:100%;padding:2rem;transition:all .6s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;transform:translateY(20px)}.PortfolioPage-module__1d0wka__galleryItem:hover img{opacity:.6;transform:scale(1.05)}.PortfolioPage-module__1d0wka__galleryItem:hover .PortfolioPage-module__1d0wka__itemInfo{opacity:1;transform:translateY(0)}.PortfolioPage-module__1d0wka__itemCategory{font-family:var(--font-ui);letter-spacing:.2em;text-transform:uppercase;color:hsla(var(--silk), .6);margin-bottom:.5rem;font-size:.7rem;display:block}.PortfolioPage-module__1d0wka__itemTitle{font-family:var(--font-heading);color:var(--text-primary);font-size:1.2rem;font-weight:500}@media (max-width:1200px){.PortfolioPage-module__1d0wka__gallery{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.PortfolioPage-module__1d0wka__header{padding:20vh 5vw 5vh}.PortfolioPage-module__1d0wka__headerFlex{flex-direction:column;align-items:flex-start}.PortfolioPage-module__1d0wka__gallery{grid-template-columns:repeat(2,1fr)}.PortfolioPage-module__1d0wka__itemInfo{opacity:1;padding:1rem;transform:translateY(0)}}.PortfolioPage-module__1d0wka__eliteSection{background:#000;padding:10vh 6vw}.PortfolioPage-module__1d0wka__eliteGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:4rem;display:grid}.PortfolioPage-module__1d0wka__eliteCard{aspect-ratio:16/9;cursor:pointer;background:#0a0a0a;border-radius:4px;position:relative;overflow:hidden}.PortfolioPage-module__1d0wka__eliteImage{-o-object-fit:cover;object-fit:cover;opacity:.7;width:100%;height:100%;transition:transform 1.5s cubic-bezier(.16,1,.3,1)}.PortfolioPage-module__1d0wka__eliteOverlay{background:linear-gradient(#0000 40%,#000000e6 100%);flex-direction:column;justify-content:flex-end;width:100%;height:100%;padding:2rem;display:flex;position:absolute;top:0;left:0}.PortfolioPage-module__1d0wka__eliteLabel{font-family:var(--font-ui);letter-spacing:.3em;text-transform:uppercase;color:var(--silver);margin-bottom:.5rem;font-size:.65rem}.PortfolioPage-module__1d0wka__eliteTitle{font-family:var(--font-heading);color:#fff;font-size:1.5rem;font-weight:700}.PortfolioPage-module__1d0wka__eliteCard:hover .PortfolioPage-module__1d0wka__eliteImage{opacity:.9;transform:scale(1.08)}@media (max-width:992px){.PortfolioPage-module__1d0wka__eliteGrid{grid-template-columns:1fr;gap:1.5rem}}
.Shop-module__z430ba__shopContent{background:var(--bg-primary);min-height:100vh}.Shop-module__z430ba__header{text-align:left;border-bottom:var(--border-subtle);padding:25vh 6vw 10vh}.Shop-module__z430ba__title{font-family:var(--font-heading);letter-spacing:-.05em;text-transform:uppercase;color:var(--text-primary);margin-bottom:2rem;font-size:clamp(3rem,10vw,8rem);font-weight:900;line-height:.9}.Shop-module__z430ba__subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;font-weight:800}.Shop-module__z430ba__productGrid{padding:10vh 6vw}.Shop-module__z430ba__grid{background:var(--border-subtle);border:var(--border-subtle);grid-template-columns:repeat(auto-fit,minmax(320px,450px));justify-content:center;gap:2px;margin:0 auto;display:grid}.Shop-module__z430ba__productCard{background:var(--bg-primary);transition:var(--transition-apple);flex-direction:column;display:flex}.Shop-module__z430ba__productCard:hover .Shop-module__z430ba__image{transform:scale(1.08)}.Shop-module__z430ba__productCard:hover .Shop-module__z430ba__overlay{opacity:1}.Shop-module__z430ba__imageWrapper{aspect-ratio:4/5;background:hsla(var(--silk), .05);position:relative;overflow:hidden}.Shop-module__z430ba__overlay{background:linear-gradient(0deg, hsla(var(--obsidian), .6) 0%, transparent 60%);opacity:0;width:100%;height:100%;transition:var(--transition-apple);pointer-events:none;position:absolute;top:0;left:0}.Shop-module__z430ba__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:var(--transition-apple)}.Shop-module__z430ba__badge{background:hsla(var(--obsidian), .8);-webkit-backdrop-filter:var(--glass);backdrop-filter:var(--glass);color:var(--text-primary);text-transform:uppercase;letter-spacing:.2em;border:var(--border-subtle);padding:6px 14px;font-size:.55rem;font-weight:900;position:absolute;top:30px;left:30px}.Shop-module__z430ba__info{flex-direction:column;flex-grow:1;justify-content:space-between;padding:2.5rem;display:flex}.Shop-module__z430ba__productTitle{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-primary);margin-bottom:2rem;font-size:1.2rem;font-weight:800}.Shop-module__z430ba__footer{border-top:var(--border-subtle);justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.Shop-module__z430ba__price{font-family:var(--font-body);color:var(--text-secondary);font-size:1rem;font-weight:700}.Shop-module__z430ba__buyBtn{color:var(--text-primary);text-transform:uppercase;letter-spacing:.2em;cursor:pointer;transition:var(--transition-apple);background:0 0;border:none;align-items:center;gap:8px;font-size:.65rem;font-weight:900;display:flex}.Shop-module__z430ba__buyBtn:hover{color:var(--text-secondary);transform:translate(5px)}@media (max-width:768px){.Shop-module__z430ba__header{padding:20vh 5vw 5vh}.Shop-module__z430ba__productGrid{padding:5vh 0}.Shop-module__z430ba__grid{gap:1px}.Shop-module__z430ba__info{padding:1.5rem}}
.Sobre-module__A1J7la__sobrePage{background:var(--background);color:#fff}.Sobre-module__A1J7la__header{text-align:center;padding:20vh 0 10vh}.Sobre-module__A1J7la__title{margin-top:15px;font-size:clamp(3rem,7vw,5rem)}.Sobre-module__A1J7la__description{max-width:800px;color:var(--text-muted);margin:40px auto 0;font-size:1.2rem;line-height:1.8}.Sobre-module__A1J7la__founders{border-top:1px solid #ffffff0d;padding:10vh 0}.Sobre-module__A1J7la__foundersGrid{grid-template-columns:1fr 1fr;gap:40px;max-width:1000px;margin:0 auto;display:grid}.Sobre-module__A1J7la__founderCard{text-align:center;flex-direction:column;align-items:center;display:flex}.Sobre-module__A1J7la__founderImageWrapper{aspect-ratio:4/5;border:1px solid #ffffff1a;width:100%;margin-bottom:25px;transition:transform .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Sobre-module__A1J7la__founderCard:hover .Sobre-module__A1J7la__founderImageWrapper{transform:translateY(-10px)}.Sobre-module__A1J7la__founderImage{-o-object-fit:cover;object-fit:cover}.Sobre-module__A1J7la__founderName{letter-spacing:-.02em;margin-bottom:8px;font-size:1.8rem;font-weight:500}.Sobre-module__A1J7la__founderRole{text-transform:uppercase;letter-spacing:.2em;color:var(--gold);font-size:.9rem;font-weight:600}@media (max-width:768px){.Sobre-module__A1J7la__foundersGrid{grid-template-columns:1fr;gap:60px;padding:0 20px}.Sobre-module__A1J7la__founderCard{max-width:400px;margin:0 auto}.Sobre-module__A1J7la__founderName{font-size:1.5rem}}
.Legal-module__8ocqta__legalPage{background:var(--bg-primary);min-height:100vh}.Legal-module__8ocqta__header{border-bottom:1px solid #ffffff0d;padding:10rem 0 4rem}.Legal-module__8ocqta__header h1{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:300}.Legal-module__8ocqta__header p{color:var(--text-muted);font-size:.9rem}.Legal-module__8ocqta__content{max-width:800px;padding:4rem 0 8rem}.Legal-module__8ocqta__content h2{color:var(--silver);margin:2.5rem 0 1.5rem;font-size:1.5rem;font-weight:400}.Legal-module__8ocqta__content p,.Legal-module__8ocqta__content li{color:#ffffffb3;margin-bottom:1.2rem;font-size:1.1rem;line-height:1.8}.Legal-module__8ocqta__content ul{margin-bottom:2rem;padding-left:1.5rem}.Legal-module__8ocqta__content li{margin-bottom:.5rem}
.Hero-module__FBdHnW__hero{background-color:var(--bg-primary);justify-content:flex-start;align-items:center;width:100%;height:100vh;padding:0 8vw;display:flex;position:relative;overflow:hidden}.Hero-module__FBdHnW__videoBackground{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__FBdHnW__video{-o-object-fit:cover;object-fit:cover;opacity:.7;filter:contrast(1.1);width:100%;height:100%}.Hero-module__FBdHnW__overlay{background:radial-gradient(circle at center, transparent 0%, #0006 100%), linear-gradient(to bottom, var(--bg-primary) 0%, transparent 20%, transparent 80%, var(--bg-primary) 100%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__FBdHnW__content{z-index:10;text-align:left;max-width:800px;position:relative}.Hero-module__FBdHnW__subtitle{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.35em;color:var(--text-muted);margin-bottom:2rem;font-size:.65rem;font-weight:800;display:block}.Hero-module__FBdHnW__title{font-family:var(--font-heading);letter-spacing:-.05em;color:var(--text-primary);text-transform:uppercase;margin-bottom:3.5rem;font-size:clamp(3rem,12vw,10rem);font-weight:900;line-height:.85}.Hero-module__FBdHnW__ctaGroup{justify-content:flex-start;align-items:center;gap:1.5rem;display:flex}.Hero-module__FBdHnW__scrollIndicator{z-index:10;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;bottom:4vh}.Hero-module__FBdHnW__scrollLabel{letter-spacing:.3em;text-transform:uppercase;color:var(--text-muted);font-size:.55rem;font-weight:900}.Hero-module__FBdHnW__line{background:hsla(var(--silk), .1);width:1px;height:60px;position:relative;overflow:hidden}.Hero-module__FBdHnW__lineFill{background:var(--text-primary);width:100%;height:100%;position:absolute;top:0;left:0}@media (max-width:768px){.Hero-module__FBdHnW__title{letter-spacing:-.02em;font-size:4rem}.Hero-module__FBdHnW__ctaGroup{flex-direction:column;gap:.8rem;width:100%}}
.Comments-module__iGuThW__section{max-width:750px;margin:0 auto;padding:0 6vw 10rem}.Comments-module__iGuThW__divider{background:hsla(var(--silk), .15);width:60px;height:1px;margin:0 0 5rem}.Comments-module__iGuThW__header{margin-bottom:3rem}.Comments-module__iGuThW__title{font-family:var(--font-heading);letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800}.Comments-module__iGuThW__accent{color:var(--text-secondary)}.Comments-module__iGuThW__subtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.2em;font-size:.8rem}.Comments-module__iGuThW__form{flex-direction:column;gap:1.5rem;margin-bottom:5rem;display:flex}.Comments-module__iGuThW__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Comments-module__iGuThW__field{flex-direction:column;gap:8px;display:flex}.Comments-module__iGuThW__field label{text-transform:uppercase;letter-spacing:.2em;color:var(--text-muted);font-size:.65rem;font-weight:800}.Comments-module__iGuThW__hint{opacity:.6;text-transform:none;letter-spacing:0;font-weight:400}.Comments-module__iGuThW__field input,.Comments-module__iGuThW__field textarea{border:1px solid hsla(var(--silk), .1);color:var(--text-primary);font-family:var(--font-body);resize:none;background:0 0;padding:1rem 1.2rem;font-size:.9rem;font-weight:500;transition:border-color .3s}.Comments-module__iGuThW__field input:focus,.Comments-module__iGuThW__field textarea:focus{border-color:hsla(var(--silk), .4);background:hsla(var(--silk), .02);outline:none}.Comments-module__iGuThW__submitBtn{background:var(--text-primary);color:var(--bg-primary);font-family:var(--font-body);letter-spacing:.2em;text-transform:uppercase;cursor:pointer;border:none;align-self:flex-start;padding:1rem 2.5rem;font-size:.75rem;font-weight:900;transition:opacity .3s,transform .3s}.Comments-module__iGuThW__submitBtn:hover:not(:disabled){opacity:.85;transform:translateY(-1px)}.Comments-module__iGuThW__submitBtn:disabled{opacity:.5;cursor:not-allowed}.Comments-module__iGuThW__successMsg{color:#4ade80;font-size:.85rem;font-weight:600}.Comments-module__iGuThW__errorMsg{color:#f87171;font-size:.8rem}.Comments-module__iGuThW__commentsList{flex-direction:column;gap:2rem;display:flex}.Comments-module__iGuThW__commentsCount{text-transform:uppercase;letter-spacing:.3em;color:var(--text-muted);margin-bottom:1rem;font-size:.65rem;font-weight:800}.Comments-module__iGuThW__commentCard{border-top:1px solid hsla(var(--silk), .08);padding-top:2rem}.Comments-module__iGuThW__commentHeader{flex-wrap:wrap;align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.Comments-module__iGuThW__commentName{color:var(--text-primary);font-size:.85rem;font-weight:700}.Comments-module__iGuThW__commentCity{color:var(--text-secondary);font-size:.75rem;font-weight:600}.Comments-module__iGuThW__commentDate{color:var(--text-muted);margin-left:auto;font-size:.7rem}.Comments-module__iGuThW__commentMessage{color:#ffffffbf;font-size:1rem;line-height:1.7}@media (max-width:768px){.Comments-module__iGuThW__row{grid-template-columns:1fr}.Comments-module__iGuThW__submitBtn{text-align:center;width:100%}}
.CompleteProfileModal-module__0bnr6G__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100000;background:#000000e6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0;overflow:hidden}.CompleteProfileModal-module__0bnr6G__modal{background:#0a0a0a;border:1px solid #ffffff1a;width:100%;max-width:600px;max-height:85vh;padding:40px;display:block;position:relative;box-shadow:0 0 50px #000c;overflow-y:auto!important}.CompleteProfileModal-module__0bnr6G__modal::-webkit-scrollbar{width:6px;display:block!important}.CompleteProfileModal-module__0bnr6G__modal::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.CompleteProfileModal-module__0bnr6G__modal::-webkit-scrollbar-thumb{background:var(--accent,#d4af37);border-radius:10px}.CompleteProfileModal-module__0bnr6G__header{text-align:center;margin-bottom:30px}.CompleteProfileModal-module__0bnr6G__header h2{letter-spacing:-.02em;margin-bottom:8px;font-size:1.8rem;font-weight:300}.CompleteProfileModal-module__0bnr6G__header p{color:var(--text-muted);font-size:.9rem}.CompleteProfileModal-module__0bnr6G__formGrid{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:30px;display:grid}.CompleteProfileModal-module__0bnr6G__fullWidth{grid-column:1/-1}.CompleteProfileModal-module__0bnr6G__inputGroup{flex-direction:column;gap:8px;display:flex}.CompleteProfileModal-module__0bnr6G__inputGroup label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.75rem}.CompleteProfileModal-module__0bnr6G__inputGroup input{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;width:100%;padding:14px;font-family:inherit;font-size:.95rem;transition:all .3s}.CompleteProfileModal-module__0bnr6G__inputGroup input:focus{background:#ffffff0d;border-color:#d4af3780;outline:none}.CompleteProfileModal-module__0bnr6G__submitBtn{background:var(--text-primary);color:#000;letter-spacing:.1em;cursor:pointer;border:none;width:100%;padding:16px;font-size:.9rem;font-weight:600;transition:all .3s}.CompleteProfileModal-module__0bnr6G__submitBtn:hover:not(:disabled){background:var(--accent);color:#000}.CompleteProfileModal-module__0bnr6G__submitBtn:disabled{opacity:.5;cursor:not-allowed}.CompleteProfileModal-module__0bnr6G__errorMsg{color:#f44;text-align:center;background:#ff44441a;border-radius:4px;margin-bottom:20px;padding:10px;font-size:.85rem}@media (max-width:768px){.CompleteProfileModal-module__0bnr6G__formGrid{grid-template-columns:1fr}}
