.dashboard-module__dgeMKW__adminLayout{color:#fff;background:#0a0a0a;min-height:100vh;display:flex}.dashboard-module__dgeMKW__sidebar{background:#111;border-right:1px solid #222;flex-direction:column;width:260px;height:100vh;padding:2rem 0;display:flex;position:fixed}.dashboard-module__dgeMKW__sidebarBrand{flex-direction:column;align-items:flex-start;gap:.8rem;padding:0 2rem 3rem;display:flex}.dashboard-module__dgeMKW__sidebarBrandMark{max-width:100%}.dashboard-module__dgeMKW__sidebarBrand span{font-family:var(--font-primary);letter-spacing:.3em;text-transform:uppercase;color:var(--accent);font-size:.65rem;font-weight:600}.dashboard-module__dgeMKW__sidebarBrand strong{font-family:var(--font-primary);letter-spacing:.15em;text-transform:uppercase;font-size:.85rem;font-weight:700}.dashboard-module__dgeMKW__sidebarNav{flex-direction:column;flex:1;gap:.5rem;padding:0 1rem;display:flex}.dashboard-module__dgeMKW__sidebarNav button{color:#888;text-align:left;border-radius:8px;align-items:center;gap:1rem;padding:1rem;font-size:.9rem;transition:all .3s;display:flex}.dashboard-module__dgeMKW__sidebarNav button:hover,.dashboard-module__dgeMKW__sidebarNav button.dashboard-module__dgeMKW__uploadContainer{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:2rem}.dashboard-module__dgeMKW__uploadHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.dashboard-module__dgeMKW__uploadHeader h3{color:var(--accent-gold);font-size:1.1rem;font-weight:600}.dashboard-module__dgeMKW__sidebarNav button:hover,.dashboard-module__dgeMKW__sidebarNav button.dashboard-module__dgeMKW__active{color:#fff;background:#ffffff0d}.dashboard-module__dgeMKW__sidebarNav button.dashboard-module__dgeMKW__active{color:var(--accent)}.dashboard-module__dgeMKW__sidebarFooter{border-top:1px solid #222;padding:2rem 1rem 0}.dashboard-module__dgeMKW__sidebarFooter button{color:#f44;align-items:center;gap:1rem;padding:1rem;display:flex}.dashboard-module__dgeMKW__content{flex:1;margin-left:260px;padding:3rem}.dashboard-module__dgeMKW__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.dashboard-module__dgeMKW__header h1{font-size:2rem}.dashboard-module__dgeMKW__eyebrow{color:#888;letter-spacing:.18em;text-transform:uppercase;margin-bottom:.45rem;font-size:.68rem;font-weight:700;display:block}.dashboard-module__dgeMKW__addBtn{align-items:center;gap:.5rem;display:flex}.dashboard-module__dgeMKW__statsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.dashboard-module__dgeMKW__statCard{background:#111;border:1px solid #222;border-radius:12px;padding:2rem}.dashboard-module__dgeMKW__statCard span{color:#888;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.8rem;display:block}.dashboard-module__dgeMKW__statCard strong{font-size:2rem}.dashboard-module__dgeMKW__tableSection{background:#111;border:1px solid #222;border-radius:12px;overflow:hidden}.dashboard-module__dgeMKW__tableHeader{border-bottom:1px solid #222;padding:1.5rem 2rem}.dashboard-module__dgeMKW__searchBar{background:#000;border:1px solid #333;border-radius:6px;align-items:center;gap:.8rem;max-width:400px;padding:.6rem 1rem;display:flex}.dashboard-module__dgeMKW__searchBar input{color:#fff;background:0 0;border:none;width:100%}.dashboard-module__dgeMKW__searchBar input:focus{outline:none}.dashboard-module__dgeMKW__table{border-collapse:collapse;text-align:left;width:100%}.dashboard-module__dgeMKW__table th{text-transform:uppercase;color:#555;letter-spacing:.1em;padding:1.2rem 2rem;font-size:.75rem}.dashboard-module__dgeMKW__table td{border-top:1px solid #222;padding:1.2rem 2rem;font-size:.9rem}.dashboard-module__dgeMKW__tagDone{color:#4ade80;background:#4ade801a;border-radius:20px;padding:.3rem .8rem;font-size:.75rem}.dashboard-module__dgeMKW__tagProgress{color:#fbbf24;background:#fbbf241a;border-radius:20px;padding:.3rem .8rem;font-size:.75rem}.dashboard-module__dgeMKW__actions{gap:1rem;display:flex}.dashboard-module__dgeMKW__actions button{color:#888;transition:color .3s}.dashboard-module__dgeMKW__actions button:hover{color:#fff}.dashboard-module__dgeMKW__deleteBtn:hover{color:#f44!important}.dashboard-module__dgeMKW__uploadView{animation:.5s dashboard-module__dgeMKW__fadeIn}.dashboard-module__dgeMKW__backBtn{color:#888;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;display:flex}.dashboard-module__dgeMKW__backBtn:hover{color:#fff}@keyframes dashboard-module__dgeMKW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.dashboard-module__dgeMKW__sidebar{width:80px}.dashboard-module__dgeMKW__sidebarBrand,.dashboard-module__dgeMKW__sidebarNav button span,.dashboard-module__dgeMKW__sidebarFooter button span{display:none}.dashboard-module__dgeMKW__content{margin-left:80px;padding:2rem}.dashboard-module__dgeMKW__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-module__dgeMKW__adminLayout{flex-direction:column}.dashboard-module__dgeMKW__sidebar{border-bottom:1px solid #222;border-right:none;width:100%;height:auto;padding:1rem 0;position:relative}.dashboard-module__dgeMKW__sidebarNav{scrollbar-width:none;flex-direction:row;gap:.5rem;padding:0 1rem;overflow-x:auto}.dashboard-module__dgeMKW__sidebarNav::-webkit-scrollbar{display:none}.dashboard-module__dgeMKW__sidebarNav button{white-space:nowrap;padding:.75rem}.dashboard-module__dgeMKW__sidebarFooter{display:none}.dashboard-module__dgeMKW__content{margin-left:0;padding:1.5rem 1rem}.dashboard-module__dgeMKW__statsGrid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.dashboard-module__dgeMKW__header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.dashboard-module__dgeMKW__header h1{font-size:1.5rem}.dashboard-module__dgeMKW__tableHeader{padding:1rem}.dashboard-module__dgeMKW__searchBar{max-width:100%}.dashboard-module__dgeMKW__table th:nth-child(3),.dashboard-module__dgeMKW__table td:nth-child(3),.dashboard-module__dgeMKW__table th:nth-child(4),.dashboard-module__dgeMKW__table td:nth-child(4){display:none}}
.Button-module__8RiFmG__button{font-family:var(--font-primary);transition:var(--transition-smooth);letter-spacing:.08em;text-transform:uppercase;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:inline-flex}.Button-module__8RiFmG__primary{background-color:var(--foreground);color:var(--background)}.Button-module__8RiFmG__primary:hover{background-color:var(--gray-light);transform:translateY(-2px)}.Button-module__8RiFmG__secondary{background-color:var(--surface);color:var(--foreground);border:1px solid var(--glass-border)}.Button-module__8RiFmG__secondary:hover{background-color:var(--surface-hover)}.Button-module__8RiFmG__outline{background-color:var(--glass-bg);color:var(--foreground);border:1px solid var(--line);-webkit-backdrop-filter:var(--glass-blur)}.Button-module__8RiFmG__outline:hover{background-color:var(--foreground);color:var(--background)}.Button-module__8RiFmG__gold{background:var(--foreground);color:var(--background)}.Button-module__8RiFmG__gold:hover{background-color:var(--accent-muted);transform:scale(1.03)}.Button-module__8RiFmG__ghost{color:#ffffffd1;background-color:#0000}.Button-module__8RiFmG__ghost:hover{background-color:#ffffff14}.Button-module__8RiFmG__sm{padding:.52rem 1rem}.Button-module__8RiFmG__md{padding:.78rem 1.55rem}.Button-module__8RiFmG__lg{padding:1rem 1.65rem;font-size:.78rem}
.Navbar-module__KHvhDq__navbar{z-index:1000;width:100%;height:82px;transition:var(--transition-smooth);background:0 0;align-items:center;display:flex;position:fixed;top:0;left:0}.Navbar-module__KHvhDq__scrolled{background:var(--glass-bg);-webkit-backdrop-filter:blur(22px);border-bottom:1px solid var(--line);height:68px}.Navbar-module__KHvhDq__container{justify-content:space-between;align-items:center;display:flex;max-width:100%!important}.Navbar-module__KHvhDq__logo{flex-shrink:0;align-items:center;display:flex}.Navbar-module__KHvhDq__divider{background:var(--line);width:1px;height:24px;margin:0 .5rem}.Navbar-module__KHvhDq__desktopMenu{align-items:center;gap:1rem;display:flex}.Navbar-module__KHvhDq__desktopMenu a{font-family:var(--font-primary);text-transform:uppercase;letter-spacing:.1em;color:var(--gray-light);transition:var(--transition-smooth);font-size:.75rem;font-weight:500}.Navbar-module__KHvhDq__desktopMenu a:hover{color:var(--accent-gold);transform:translateY(-1px)}.Navbar-module__KHvhDq__homeIcon{background:#ffffff0d;border-radius:999px;justify-content:center;align-items:center;margin-right:.2rem;padding:.5rem;display:flex}.Navbar-module__KHvhDq__homeIcon:hover{transform:translateY(-1px);color:var(--accent-gold)!important;background:#ffffff1f!important}.Navbar-module__KHvhDq__mobileMenuToggle{color:var(--foreground);display:none}.Navbar-module__KHvhDq__mobileActions{align-items:center;gap:1rem;display:flex}.Navbar-module__KHvhDq__mobileMenu{background:var(--background);width:100%;height:100vh;transition:var(--transition-smooth);z-index:999;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:fixed;top:0;right:-105%}.Navbar-module__KHvhDq__mobileWhats{width:min(360px,100% - 3rem)}.Navbar-module__KHvhDq__mobileMenu.Navbar-module__KHvhDq__open{right:0}.Navbar-module__KHvhDq__mobileLogo{margin-bottom:1rem}.Navbar-module__KHvhDq__mobileBrand{text-align:center;flex-direction:column}.Navbar-module__KHvhDq__mobileMenu a{font-family:var(--font-primary);text-transform:uppercase;letter-spacing:.12em;color:var(--gray-light);transition:var(--transition-smooth);font-size:1.25rem;font-weight:500}.Navbar-module__KHvhDq__mobileMenu a:hover{color:var(--foreground)}.Navbar-module__KHvhDq__mobileNav{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.Navbar-module__KHvhDq__mobileDivider{background:var(--line);width:40px;height:1px;margin:1rem 0}.Navbar-module__KHvhDq__mobileActions{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.Navbar-module__KHvhDq__mobileWhats{text-align:center;width:100%;max-width:320px;padding:0 1.5rem}.Navbar-module__KHvhDq__mobileWhatsLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--muted);margin-bottom:1rem;font-size:.65rem;font-weight:700;display:block}.Navbar-module__KHvhDq__mobileWhatsButtons{width:100%!important}.Navbar-module__KHvhDq__mobileWhatsButtons>div{align-items:stretch;width:100%}@media (max-width:1160px){.Navbar-module__KHvhDq__desktopMenu{display:none}.Navbar-module__KHvhDq__mobileMenuToggle{display:block}}
.WhatsAppContactButtons-module__eZqarq__container{flex-direction:column;align-items:center;gap:.5rem;width:100%;display:flex}.WhatsAppContactButtons-module__eZqarq__group{position:relative}.WhatsAppContactButtons-module__eZqarq__suggestion{background:var(--line);border:1px solid var(--line);border-radius:8px;align-items:stretch;gap:1px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.WhatsAppContactButtons-module__eZqarq__buttonPrimary{background:var(--accent-gold-gradient);color:#000;letter-spacing:.02em;cursor:pointer;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem 1.4rem;font-size:.82rem;font-weight:900;text-decoration:none;transition:all .4s cubic-bezier(.2,1,.3,1);display:flex;box-shadow:0 4px 15px #c5a02833}.WhatsAppContactButtons-module__eZqarq__buttonPrimary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.WhatsAppContactButtons-module__eZqarq__chevron{opacity:.8;margin-left:.2rem}.WhatsAppContactButtons-module__eZqarq__toggleBtn{color:#fff;cursor:pointer;background:#0000004d;border:none;border-left:1px solid #ffffff1a;justify-content:center;align-items:center;padding:0 .85rem;transition:all .3s;display:flex}.WhatsAppContactButtons-module__eZqarq__toggleBtn:hover{background:var(--accent-gold);color:#000}.WhatsAppContactButtons-module__eZqarq__allOptions{background:var(--surface);border:1px solid var(--accent-gold-soft);border-radius:12px;flex-direction:column;gap:.5rem;min-width:280px;padding:.5rem;display:flex;box-shadow:0 15px 40px #0006}.WhatsAppContactButtons-module__eZqarq__buttonSecondary{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.75rem;padding:.65rem 1.2rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.WhatsAppContactButtons-module__eZqarq__buttonSecondary:hover{background:var(--accent-gold);border-color:var(--accent-gold);color:#000;transform:translate(4px)}.WhatsAppContactButtons-module__eZqarq__closeBtn{color:var(--gray-light);cursor:pointer;text-transform:uppercase;letter-spacing:.1em;background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;font-size:.7rem;display:flex}.WhatsAppContactButtons-module__eZqarq__hero .WhatsAppContactButtons-module__eZqarq__buttonPrimary{border-radius:12px;padding:1rem 1.75rem;font-size:.95rem}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__container{width:auto}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonPrimary{color:#fff;min-width:auto;box-shadow:none;background:0 0;border:1px solid #fff;border-radius:999px;gap:.5rem;padding:.6rem 1.1rem;font-size:.72rem;font-weight:800}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonPrimary:hover{border-color:var(--accent-gold);color:var(--accent-gold)}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonSecondary{background:var(--accent-gold-gradient);color:#000;border-radius:999px;gap:.5rem;min-width:auto;padding:.6rem 1.1rem;font-size:.72rem;font-weight:800;box-shadow:0 4px 12px #c5a02833}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonSecondary:hover{background:#fff;transform:scale(1.05)}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__allOptions{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--accent-gold);border-radius:999px;flex-flow:row;gap:.5rem;min-width:auto;padding:.4rem;box-shadow:0 10px 30px #0006}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonSecondary{white-space:nowrap;color:#fff;background:0 0;border:none;border-radius:999px;padding:.6rem 1.1rem;font-size:.72rem;font-weight:800}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonSecondary:hover{background:var(--accent-gold-gradient);color:#000;transform:scale(1.05)}.WhatsAppContactButtons-module__eZqarq__cleanRow{flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;display:flex}.WhatsAppContactButtons-module__eZqarq__premiumButton{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:1.25rem;min-width:240px;padding:1.2rem 2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.2,1,.3,1);display:flex;position:relative;overflow:hidden}.WhatsAppContactButtons-module__eZqarq__premiumButton:before{content:"";background:var(--accent-gold-gradient);opacity:0;z-index:0;transition:opacity .4s;position:absolute;inset:0}.WhatsAppContactButtons-module__eZqarq__premiumButton:hover{border-color:var(--accent-gold);background:#ffffff0f;box-shadow:0 0 25px #d4af3733,0 15px 35px #0006}.WhatsAppContactButtons-module__eZqarq__premiumButton:hover:before{opacity:.1}.WhatsAppContactButtons-module__eZqarq__premiumButton svg{color:var(--accent-gold);z-index:1}.WhatsAppContactButtons-module__eZqarq__btnContent{z-index:1;flex-direction:column;align-items:flex-start;display:flex}.WhatsAppContactButtons-module__eZqarq__btnLabel{letter-spacing:.02em;font-size:.95rem;font-weight:700}.WhatsAppContactButtons-module__eZqarq__btnSublabel{text-transform:uppercase;letter-spacing:.15em;opacity:.5;font-size:.65rem;font-weight:600}@media (max-width:768px){.WhatsAppContactButtons-module__eZqarq__cleanRow{flex-direction:column;align-items:stretch;gap:1rem;padding:0 1rem}.WhatsAppContactButtons-module__eZqarq__premiumButton{min-width:unset;padding:1rem 1.5rem}}
.LanguageSwitcher-module__a8TkrW__switcher{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:100px;align-items:center;gap:.5rem;padding:4px;display:flex}.LanguageSwitcher-module__a8TkrW__btn{width:34px;height:34px;color:var(--muted);transition:var(--transition-smooth);border-radius:100px;justify-content:center;align-items:center;padding:0;font-size:.75rem;font-weight:600;display:flex}.LanguageSwitcher-module__a8TkrW__btn:hover{color:var(--foreground);background:#ffffff0d}.LanguageSwitcher-module__a8TkrW__active{background:var(--accent)!important;color:var(--background)!important}.LanguageSwitcher-module__a8TkrW__flag{font-size:1.1rem;line-height:1}@media (max-width:768px){.LanguageSwitcher-module__a8TkrW__btn{width:32px;height:32px}}
.ThemeToggle-module__BDCMra__toggle{background:var(--glass-bg);border:1px solid var(--glass-border);width:40px;height:40px;color:var(--foreground);transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex}.ThemeToggle-module__BDCMra__toggle:hover{background:var(--surface-hover);transform:scale(1.05)}.ThemeToggle-module__BDCMra__iconWrapper{justify-content:center;align-items:center;display:flex}.ThemeToggle-module__BDCMra__sun{color:#ffb800}.ThemeToggle-module__BDCMra__moon{color:#a8a8a8}
.BrandMark-module__1HaYhq__brand{align-items:center;gap:.85rem;min-width:0;max-width:100%;display:inline-flex}.BrandMark-module__1HaYhq__logo{object-fit:contain;width:auto;height:42px;transition:var(--transition-smooth);flex:none}.BrandMark-module__1HaYhq__logoInvert{filter:invert()}.BrandMark-module__1HaYhq__copy{flex-direction:column;gap:.18rem;min-width:0;display:inline-flex}.BrandMark-module__1HaYhq__name{color:var(--foreground);letter-spacing:.08em;white-space:nowrap;align-items:baseline;gap:.42rem;font-size:.98rem;font-weight:800;line-height:1;display:inline-flex}.BrandMark-module__1HaYhq__tv{letter-spacing:.04em;border:1px solid;border-radius:4px;padding:.12rem .22rem .1rem;font-size:.68em}.BrandMark-module__1HaYhq__tagline{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;font-size:.58rem;font-weight:600;line-height:1.2}.BrandMark-module__1HaYhq__compact{gap:.7rem}.BrandMark-module__1HaYhq__compact .BrandMark-module__1HaYhq__logo{height:34px}.BrandMark-module__1HaYhq__compact .BrandMark-module__1HaYhq__tagline{display:none}@media (max-width:768px){.BrandMark-module__1HaYhq__tagline{display:none}.BrandMark-module__1HaYhq__logo{height:38px}}@media (max-width:520px){.BrandMark-module__1HaYhq__brand{gap:.6rem}.BrandMark-module__1HaYhq__logo{height:34px}.BrandMark-module__1HaYhq__name{gap:.3rem;font-size:.82rem}}
.VideoCard-module___GOp8a__card{aspect-ratio:16/9;background:#111;border:1px solid #ffffff0d;border-radius:12px;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s;position:relative;overflow:hidden}.VideoCard-module___GOp8a__card[role=button]{cursor:pointer}.VideoCard-module___GOp8a__playWrapper{flex-direction:column;align-items:center;gap:.75rem;display:flex}.VideoCard-module___GOp8a__detailsText{color:#fff;text-transform:uppercase;letter-spacing:.1em;opacity:.9;font-family:Montserrat,sans-serif;font-size:.75rem;font-weight:700}.VideoCard-module___GOp8a__vertical{aspect-ratio:9/16}.VideoCard-module___GOp8a__thumbnailWrapper{width:100%;height:100%;position:relative}.VideoCard-module___GOp8a__thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1),filter .6s}.VideoCard-module___GOp8a__grayscale{filter:grayscale()brightness(.4)}.VideoCard-module___GOp8a__notReady{cursor:default!important}.VideoCard-module___GOp8a__statusOverlay{z-index:5;background:#0006;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute;inset:0}.VideoCard-module___GOp8a__statusContent{text-align:center;color:#fffc;flex-direction:column;align-items:center;gap:1rem;display:flex}.VideoCard-module___GOp8a__statusContent p{max-width:200px;font-size:.75rem;font-weight:500;line-height:1.4}.VideoCard-module___GOp8a__overlay{opacity:0;width:100%;height:100%;transition:var(--transition-smooth);background:radial-gradient(circle,#ffffff0f,#0000 42%),linear-gradient(#00000014,#000000ad);justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.VideoCard-module___GOp8a__card:hover .VideoCard-module___GOp8a__overlay{opacity:1}.VideoCard-module___GOp8a__card:hover{transform:scale(1.04);box-shadow:0 25px 60px #000c,0 0 0 1px #ffffff1a}.VideoCard-module___GOp8a__card:hover .VideoCard-module___GOp8a__thumbnail{transform:scale(1.06)}.VideoCard-module___GOp8a__info{opacity:0;width:100%;transition:var(--transition-smooth);background:linear-gradient(#0000,#000000f0);padding:1.5rem;position:absolute;bottom:0;left:0;transform:translateY(20px)}.VideoCard-module___GOp8a__card:hover .VideoCard-module___GOp8a__info{opacity:1;transform:translateY(0)}.VideoCard-module___GOp8a__category{font-family:var(--font-primary);text-transform:uppercase;letter-spacing:.2em;color:var(--accent-soft);margin-bottom:.4rem;font-size:.6rem;font-weight:600;display:block}.VideoCard-module___GOp8a__title{font-family:var(--font-primary);letter-spacing:0;color:var(--foreground);margin:0;font-size:1rem;font-weight:600}.VideoCard-module___GOp8a__synopsis{color:#ffffffb8;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.45rem;font-size:.76rem;line-height:1.45;display:-webkit-box;overflow:hidden}.VideoCard-module___GOp8a__duration{color:var(--gray-light);margin-top:.5rem;font-size:.7rem;font-weight:400;display:block}@media (hover:none){.VideoCard-module___GOp8a__info{opacity:1;transform:translateY(0)}.VideoCard-module___GOp8a__overlay{opacity:.65}}.VideoCard-module___GOp8a__trailerBadge{color:#000;text-transform:uppercase;letter-spacing:.1em;z-index:5;pointer-events:none;background:#b89e65f2;border-radius:4px;padding:.25rem .6rem;font-size:.55rem;font-weight:800;position:absolute;top:.8rem;right:.8rem;box-shadow:0 4px 12px #0000004d}.VideoCard-module___GOp8a__videoPreview{object-fit:cover;z-index:2;width:100%;height:100%;position:absolute;inset:0}
.page-module___8aEwW__main{background:var(--background);width:100%;min-height:100vh;overflow-x:hidden}.page-module___8aEwW__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__heroBg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.page-module___8aEwW__heroGradient{z-index:1;background:radial-gradient(#0000 20%,#00000073 100%),linear-gradient(#00000059 0%,#00000005 42%,#000000a8 100%);position:absolute;inset:0}.page-module___8aEwW__heroContent{z-index:2;text-align:center;width:100%;max-width:820px;padding:0 1.5rem;position:relative}.page-module___8aEwW__kicker{letter-spacing:.3em;text-transform:uppercase;color:#ffffff85;margin-bottom:1.5rem;font-size:.65rem;font-weight:700;display:block}.page-module___8aEwW__heroContent h1{letter-spacing:-.02em;margin-bottom:1.6rem;font-size:clamp(2.4rem,7vw,6.2rem);font-weight:500;line-height:1.05}.page-module___8aEwW__heroContent p{color:#ffffffb3;margin-bottom:2.4rem;font-size:clamp(1rem,1.8vw,1.18rem);font-weight:300;line-height:1.82}.page-module___8aEwW__heroActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.7rem;display:flex}.page-module___8aEwW__btnPrimary{color:#000;letter-spacing:.04em;transition:var(--transition-smooth);background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.9rem 1.7rem;font-size:.78rem;font-weight:700;display:inline-flex}.page-module___8aEwW__btnPrimary:hover{background:#ffffffdb;transform:translateY(-2px)}.page-module___8aEwW__btnSecondary{color:#fff;letter-spacing:.04em;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:var(--transition-smooth);background:#ffffff21;border:1px solid #ffffff29;border-radius:8px;align-items:center;gap:.5rem;padding:.9rem 1.7rem;font-size:.78rem;font-weight:600;display:inline-flex}.page-module___8aEwW__btnSecondary:hover{background:#ffffff38;transform:translateY(-2px)}.page-module___8aEwW__btnGhost{color:#ffffffa6;letter-spacing:.04em;transition:var(--transition-smooth);border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.9rem 1.4rem;font-size:.78rem;font-weight:600;display:inline-flex}.page-module___8aEwW__btnGhost:hover{color:#fff;border-color:#ffffff4d}.page-module___8aEwW__heroTags{z-index:2;color:#ffffff61;letter-spacing:.22em;text-transform:uppercase;white-space:nowrap;gap:1.5rem;font-size:.6rem;font-weight:700;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.page-module___8aEwW__catalog{padding:3rem 0 6rem}.page-module___8aEwW__row{margin-bottom:4rem}.page-module___8aEwW__rowHeader{justify-content:space-between;align-items:center;padding:0 4vw 1rem;display:flex}.page-module___8aEwW__rowHeader h2{letter-spacing:-.01em;color:#fffffff2;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700}.page-module___8aEwW__viewAll{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;transition:var(--transition-smooth);align-items:center;gap:.3rem;font-size:.7rem;font-weight:600;display:inline-flex}.page-module___8aEwW__viewAll:hover{color:#fff}.page-module___8aEwW__scroller{scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:minmax(280px,30vw);grid-auto-flow:column;gap:1.2rem;max-width:100%;padding:0 4vw 2.5rem;display:grid;overflow-x:auto}.page-module___8aEwW__scroller::-webkit-scrollbar{display:none}.page-module___8aEwW__scrollerFeatured{grid-auto-columns:minmax(400px,46vw)}.page-module___8aEwW__cardFeatured{scroll-snap-align:start}.page-module___8aEwW__scrollerVertical{grid-auto-columns:minmax(160px,17vw)}.page-module___8aEwW__cardSlot{scroll-snap-align:start}.page-module___8aEwW__entregas{border-top:1px solid var(--line);padding:7rem 0}.page-module___8aEwW__entregasInner{flex-direction:column;gap:2.5rem;display:flex}.page-module___8aEwW__entregasKicker{letter-spacing:.3em;text-transform:uppercase;color:#ffffff73;font-size:clamp(.75rem,1.2vw,.85rem);font-weight:700}.page-module___8aEwW__entregasGrid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.page-module___8aEwW__entregasItem{border-right:1px solid var(--line);flex-direction:column;gap:.5rem;padding:2rem 0;display:flex}.page-module___8aEwW__entregasItem:first-child{padding-left:0}.page-module___8aEwW__entregasItem:last-child{border-right:none}.page-module___8aEwW__entregasNumber{color:#b89e65;letter-spacing:-.04em;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:600;line-height:1}.page-module___8aEwW__entregasLabel{color:#ffffff59;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:500}@media (max-width:768px){.page-module___8aEwW__entregas{padding:5rem 0}.page-module___8aEwW__entregasGrid{grid-template-columns:repeat(2,1fr);gap:2rem 0}.page-module___8aEwW__entregasItem{border-right:none;border-bottom:1px solid var(--line);padding-bottom:2rem}.page-module___8aEwW__entregasItem:nth-child(3),.page-module___8aEwW__entregasItem:nth-child(4){border-bottom:none;padding-top:2rem;padding-bottom:0}}.page-module___8aEwW__mapSection{background:linear-gradient(180deg, var(--background) 0%, var(--surface) 100%);border-top:1px solid var(--line);padding:8rem 0}.page-module___8aEwW__mapHeader{text-align:center;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:0 1.5rem}.page-module___8aEwW__mapHeader h2{margin-top:.5rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:500;line-height:1.1}@media (max-width:900px){.page-module___8aEwW__mapSection{padding:5rem 0}.page-module___8aEwW__mapHeader{margin-bottom:2rem}}.page-module___8aEwW__cta{text-align:center;border-top:1px solid var(--line);background:radial-gradient(circle,#d4af3708 0%,#0000 70%);padding:10rem 0 12rem;position:relative;overflow:hidden}.page-module___8aEwW__cta:after{content:"";background:linear-gradient(90deg, transparent, var(--accent-gold), transparent);opacity:.3;width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.page-module___8aEwW__cta h2{max-width:700px;margin:0 auto 1rem;font-size:clamp(2rem,4vw,3.8rem);font-weight:500;line-height:1.1}.page-module___8aEwW__cta p{color:var(--muted);max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.2rem;font-weight:300}@media (max-width:900px){.page-module___8aEwW__heroActions{gap:.6rem}.page-module___8aEwW__scroller{grid-auto-columns:minmax(240px,70vw)}.page-module___8aEwW__scrollerFeatured{grid-auto-columns:minmax(300px,82vw)}.page-module___8aEwW__scrollerVertical{grid-auto-columns:minmax(150px,38vw)}}@media (max-width:600px){.page-module___8aEwW__heroActions{flex-direction:column;align-items:stretch;max-width:320px;margin-left:auto;margin-right:auto}.page-module___8aEwW__btnPrimary,.page-module___8aEwW__btnSecondary,.page-module___8aEwW__btnGhost{justify-content:center}.page-module___8aEwW__heroTags{display:none}.page-module___8aEwW__kicker{letter-spacing:.15em;font-size:.6rem}.page-module___8aEwW__footer .container{flex-direction:column;align-items:flex-start}.page-module___8aEwW__footer nav{flex-wrap:wrap;gap:1.2rem}}
.BrandsGrid-module__en1pQW__grid{flex-wrap:wrap;gap:.5rem;display:flex}.BrandsGrid-module__en1pQW__chip{transition:var(--transition-smooth);background:#ffffff06;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:.45rem;padding:.38rem .9rem;display:inline-flex}.BrandsGrid-module__en1pQW__selectable{cursor:pointer}.BrandsGrid-module__en1pQW__selectable:hover{background:#ffffff0d;border-color:#ffffff3d}.BrandsGrid-module__en1pQW__active{background:#ffffff12;border-color:#ffffff59}.BrandsGrid-module__en1pQW__active .BrandsGrid-module__en1pQW__name{color:#ffffffe6}.BrandsGrid-module__en1pQW__name{letter-spacing:.18em;text-transform:uppercase;color:#ffffff7a;font-size:.6rem;font-weight:700;transition:color .2s}.BrandsGrid-module__en1pQW__check{color:#73e2a7;font-size:.6rem;font-weight:700}
.casal-module__8lmg2G__main{background:var(--background);min-height:100vh}.casal-module__8lmg2G__loginContainer{flex-direction:column;min-height:100vh;display:flex;position:relative}.casal-module__8lmg2G__loginBg{z-index:0;position:fixed;inset:0}.casal-module__8lmg2G__loginBgImg{object-fit:cover;filter:blur(20px)brightness(.4);transform:scale(1.1)}.casal-module__8lmg2G__loginOverlay{background:radial-gradient(circle,#0000 0%,#000c 100%);position:absolute;inset:0}.casal-module__8lmg2G__loginContent{z-index:1;flex:1;place-items:center;padding:2rem;display:grid;position:relative}.casal-module__8lmg2G__loginCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#0f0f0fb3;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:440px;padding:3rem 2rem;box-shadow:0 32px 64px #00000080}.casal-module__8lmg2G__lockIconCircle{background:var(--accent-gold-gradient);color:#000;border-radius:50%;place-items:center;width:80px;height:80px;margin:0 auto 2rem;display:grid;box-shadow:0 8px 24px #ffd7004d}.casal-module__8lmg2G__loginCard h2{color:#fff;margin-bottom:1rem;font-size:2rem}.casal-module__8lmg2G__loginCard p{color:var(--gray-light);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.casal-module__8lmg2G__loginCard strong{color:#fff}.casal-module__8lmg2G__loginForm{flex-direction:column;gap:1.5rem;display:flex}.casal-module__8lmg2G__inputGroup input{color:#fff;text-align:center;letter-spacing:.2em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:1.2rem;font-size:1.1rem;transition:all .3s}.casal-module__8lmg2G__inputGroup input:focus{border-color:var(--accent-gold);background:#ffffff14;outline:none;box-shadow:0 0 0 4px #ffd7001a}.casal-module__8lmg2G__loginSupport{color:var(--gray-medium);margin-top:2rem;font-size:.9rem}.casal-module__8lmg2G__loginSupport a{color:var(--accent-gold);font-weight:600;text-decoration:none}.casal-module__8lmg2G__loading{min-height:100vh;color:var(--gray-light);background:var(--background);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;font-size:1.2rem;display:flex}.casal-module__8lmg2G__spinner{border:3px solid #ffd7001a;border-top-color:var(--accent-gold);border-radius:50%;width:40px;height:40px;animation:1s linear infinite casal-module__8lmg2G__spin}@keyframes casal-module__8lmg2G__spin{to{transform:rotate(360deg)}}.casal-module__8lmg2G__hero{align-items:flex-end;min-height:100vh;display:flex;position:relative;overflow:hidden}.casal-module__8lmg2G__coverImg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.casal-module__8lmg2G__overlay{z-index:1;background:linear-gradient(90deg,#000000f0 0%,#00000085 50%,#0000001a 100%),linear-gradient(#02020285 0%,#02020200 45%,#020202 100%);position:absolute;inset:0}.casal-module__8lmg2G__heroVideo{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.casal-module__8lmg2G__videoControls{z-index:10;gap:.75rem;display:flex;position:absolute;bottom:clamp(1.5rem,4vw,3rem);right:clamp(1.5rem,4vw,3rem)}.casal-module__8lmg2G__controlBtn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#0006;border:1px solid #ffffff1a;border-radius:50%;place-items:center;width:42px;height:42px;transition:all .3s;display:grid}.casal-module__8lmg2G__controlBtn:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.casal-module__8lmg2G__heroInner{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:8rem 2rem 5rem;position:relative}.casal-module__8lmg2G__heroContent{max-width:660px}.casal-module__8lmg2G__label{letter-spacing:.24em;text-transform:uppercase;color:#fff6;margin-bottom:1.2rem;font-size:.62rem;font-weight:700;display:block}.casal-module__8lmg2G__heroContent h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-size:clamp(3rem,9vw,7.5rem);font-weight:500;line-height:.94}.casal-module__8lmg2G__badges{flex-wrap:wrap;gap:.5rem;margin-bottom:1.4rem;display:flex}.casal-module__8lmg2G__badges span{letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;border:1px solid #ffffff21;border-radius:3px;padding:.26rem .65rem;font-size:.62rem;font-weight:700}.casal-module__8lmg2G__synopsisPreview{color:#ffffffb3;max-width:520px;margin-bottom:2rem;font-size:clamp(.95rem,1.6vw,1.1rem);font-weight:300;line-height:1.78}.casal-module__8lmg2G__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.casal-module__8lmg2G__btnPlay{color:#000;letter-spacing:.04em;transition:var(--transition-smooth);background:#fff;border-radius:8px;align-items:center;gap:.55rem;padding:.9rem 1.8rem;font-size:.8rem;font-weight:700;display:inline-flex}.casal-module__8lmg2G__btnPlay:hover{background:#ffffffdb;transform:translateY(-2px)}.casal-module__8lmg2G__btnTrailer{color:#fff;letter-spacing:.04em;transition:var(--transition-smooth);background:#ffffff1f;border:1px solid #fff3;border-radius:8px;align-items:center;gap:.55rem;padding:.9rem 1.8rem;font-size:.8rem;font-weight:700;display:inline-flex}.casal-module__8lmg2G__btnTrailer:hover{background:#ffffff38;transform:translateY(-2px)}.casal-module__8lmg2G__btnDownload{color:#fff;letter-spacing:.04em;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:var(--transition-smooth);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:.5rem;padding:.9rem 1.6rem;font-size:.78rem;font-weight:600;display:inline-flex}.casal-module__8lmg2G__btnDownload:hover{color:#000;background:#fff;transform:translateY(-2px)}.casal-module__8lmg2G__btnIcon{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:3rem;height:3rem;transition:var(--transition-smooth);background:#ffffff0f;border:1px solid #ffffff2e;border-radius:999px;place-items:center;display:grid}.casal-module__8lmg2G__btnIcon:hover{background:#ffffff24}.casal-module__8lmg2G__detail{border-bottom:1px solid var(--line);padding:4.5rem 0}.casal-module__8lmg2G__detailGrid{grid-template-columns:1fr 260px;align-items:start;gap:4rem;display:grid}.casal-module__8lmg2G__sectionLabel{letter-spacing:.22em;text-transform:uppercase;color:#ffffff61;margin-bottom:1rem;font-size:.62rem;font-weight:700;display:block}.casal-module__8lmg2G__synopsis p{color:#ffffffc2;margin-bottom:2.2rem;font-size:1rem;font-weight:300;line-height:1.88}.casal-module__8lmg2G__meta{flex-wrap:wrap;gap:2.5rem;display:flex}.casal-module__8lmg2G__metaItem{flex-direction:column;gap:.3rem;display:flex}.casal-module__8lmg2G__metaLabel{letter-spacing:.2em;text-transform:uppercase;color:#ffffff59;font-size:.6rem;font-weight:700}.casal-module__8lmg2G__metaItem>span:last-child{color:#fffc;font-size:.9rem;font-weight:500}.casal-module__8lmg2G__sidePanel{padding-top:1.8rem}.casal-module__8lmg2G__supportLink{letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;transition:var(--transition-smooth);border:1px solid #ffffff1a;border-radius:6px;padding:.7rem 1.2rem;font-size:.7rem;font-weight:700;display:inline-block}.casal-module__8lmg2G__supportLink:hover{color:#fff;border-color:#ffffff4d}.casal-module__8lmg2G__videosSection{background:#000;padding:8rem 0;position:relative}.casal-module__8lmg2G__episodesHeader{border-bottom:1px solid #ffffff1a;align-items:baseline;gap:1.5rem;margin-bottom:3rem;padding-bottom:1rem;display:flex}.casal-module__8lmg2G__episodesHeader h2{color:#fff;font-size:2rem;font-weight:800}.casal-module__8lmg2G__seasonLabel{color:var(--accent-gold);opacity:.8;font-size:1.1rem;font-weight:600}.casal-module__8lmg2G__episodesList{flex-direction:column;gap:0;display:flex}.casal-module__8lmg2G__episodeItem{border-bottom:1px solid #ffffff0d;grid-template-columns:240px 1fr 200px;align-items:center;gap:3rem;padding:3rem 0;transition:all .4s;display:grid;position:relative}.casal-module__8lmg2G__episodeItem:hover{border-bottom-color:#d4af374d}.casal-module__8lmg2G__episodeNumber{display:none}.casal-module__8lmg2G__episodeItem:hover .casal-module__8lmg2G__episodeNumber{color:var(--accent-gold)}.casal-module__8lmg2G__episodeThumb{aspect-ratio:16/9;background:#ffffff05;border-radius:4px;position:relative;overflow:hidden}.casal-module__8lmg2G__episodeThumb img{object-fit:cover;transition:transform .6s}.casal-module__8lmg2G__episodeItem:hover .casal-module__8lmg2G__episodeThumb img{transform:scale(1.08)}.casal-module__8lmg2G__episodePlay{opacity:0;color:#fff;background:#0000004d;place-items:center;transition:opacity .3s;display:grid;position:absolute;inset:0}.casal-module__8lmg2G__episodeItem:hover .casal-module__8lmg2G__episodePlay{opacity:1}.casal-module__8lmg2G__episodeInfo{flex-direction:column;gap:.5rem;display:flex}.casal-module__8lmg2G__episodeInfo h3{color:#fff;margin:0;font-size:1.4rem;font-weight:700}.casal-module__8lmg2G__episodeDescription{color:var(--gray-light);opacity:.7;max-width:600px;font-size:.95rem;line-height:1.6}.casal-module__8lmg2G__episodeMeta{text-transform:uppercase;letter-spacing:.1em;color:#fff6;align-items:center;gap:1rem;font-size:.75rem;font-weight:700;display:flex}.casal-module__8lmg2G__episodeCategory{color:var(--accent-gold)}.casal-module__8lmg2G__deadline{color:#fff;text-transform:none;letter-spacing:normal;background:#d4af3726;border:1px solid #d4af374d;border-radius:4px;padding:1px 8px;font-size:.65rem;font-weight:700}.casal-module__8lmg2G__episodeStatusArea{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.casal-module__8lmg2G__statusReady{text-transform:uppercase;letter-spacing:.15em;color:#73e2a7;background:#73e2a70d;border:1px solid #73e2a71a;border-radius:20px;padding:.4rem .8rem;font-size:.6rem;font-weight:700}.casal-module__8lmg2G__statusPending{text-transform:uppercase;letter-spacing:.15em;color:#ffffff4d;background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:.4rem .8rem;font-size:.6rem;font-weight:700}.casal-module__8lmg2G__downloadButton{color:#fff6;background:0 0;border:1px solid #ffffff14;border-radius:4px;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.7rem;font-weight:600;transition:all .3s;display:inline-flex}.casal-module__8lmg2G__downloadButton:hover{color:#fff;background:#ffffff0d;border-color:#fff3}@media (max-width:900px){.casal-module__8lmg2G__episodeItem{grid-template-columns:1fr;gap:1.2rem;padding:1rem}.casal-module__8lmg2G__episodeThumb{width:100%}.casal-module__8lmg2G__episodeStatusArea{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.casal-module__8lmg2G__episodeItem:hover{transform:none}}@media (max-width:600px){.casal-module__8lmg2G__heroInner{padding:6rem 1.5rem 3rem}.casal-module__8lmg2G__heroContent h1{font-size:clamp(2.2rem,10vw,3.5rem);line-height:1.1}.casal-module__8lmg2G__btnPlay{justify-content:center;width:100%}.casal-module__8lmg2G__actions{grid-template-columns:1fr 1fr;gap:.5rem;width:100%;display:grid}.casal-module__8lmg2G__btnIcon{width:100%;height:3.2rem}.casal-module__8lmg2G__btnPlay,.casal-module__8lmg2G__btnTrailer{grid-column:span 1;padding:.8rem 1rem;font-size:.75rem}.casal-module__8lmg2G__meta{gap:1.5rem}.casal-module__8lmg2G__metaItem{flex:120px}}
.AddCoupleModal-module__ox5aTq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.AddCoupleModal-module__ox5aTq__modal{background:#111;border:1px solid #222;border-radius:12px;width:100%;max-width:700px;overflow:hidden}.AddCoupleModal-module__ox5aTq__header{border-bottom:1px solid #222;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.AddCoupleModal-module__ox5aTq__header h2{margin:0;font-size:1.5rem}.AddCoupleModal-module__ox5aTq__form{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.AddCoupleModal-module__ox5aTq__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.AddCoupleModal-module__ox5aTq__field{flex-direction:column;gap:.5rem;display:flex}.AddCoupleModal-module__ox5aTq__field label{color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.AddCoupleModal-module__ox5aTq__inputWrapper{align-items:center;display:flex;position:relative}.AddCoupleModal-module__ox5aTq__inputWrapper svg{color:#555;position:absolute;left:1rem}.AddCoupleModal-module__ox5aTq__inputWrapper input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.5rem 0;font-size:.9rem}.AddCoupleModal-module__ox5aTq__select{color:#fff;cursor:pointer;background:0 0;border:none;outline:none;flex:1;padding:.5rem 0;font-size:.9rem}.AddCoupleModal-module__ox5aTq__select option{color:#fff;background:#111}.AddCoupleModal-module__ox5aTq__inputWrapper input:focus{border-color:var(--accent);outline:none}.AddCoupleModal-module__ox5aTq__fileInput{background:#000;border:1px solid #333;border-radius:6px;padding:1rem;font-size:.8rem}.AddCoupleModal-module__ox5aTq__footer{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}@media (max-width:600px){.AddCoupleModal-module__ox5aTq__row{grid-template-columns:1fr}}
.Footer-module__668lQW__footer{background-color:var(--background);color:var(--foreground);border-top:1px solid var(--line);font-family:var(--font-primary);padding:6rem 0 3rem}.Footer-module__668lQW__container{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;display:grid}.Footer-module__668lQW__brandCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__668lQW__about{color:var(--muted);max-width:320px;font-size:.9rem;line-height:1.6}.Footer-module__668lQW__colTitle{text-transform:uppercase;letter-spacing:.15em;color:var(--muted);margin-bottom:2rem;font-size:.7rem;font-weight:700}.Footer-module__668lQW__linkList{flex-direction:column;gap:1rem;display:flex}.Footer-module__668lQW__linkList a{color:var(--foreground);transition:var(--transition-smooth);opacity:.7;font-size:.85rem;font-weight:500}.Footer-module__668lQW__linkList a:hover{opacity:1;color:var(--accent-gold)}.Footer-module__668lQW__socialLinks{gap:1.5rem;display:flex}.Footer-module__668lQW__socialIcon{color:var(--muted);transition:var(--transition-smooth);justify-content:center;align-items:center;display:flex}.Footer-module__668lQW__socialIcon:hover{color:#fff;transform:translateY(-3px)}.Footer-module__668lQW__contactInfo{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__668lQW__contactItem{flex-direction:column;gap:.3rem;display:flex}.Footer-module__668lQW__contactLabel{color:var(--muted);text-transform:uppercase;font-size:.65rem;font-weight:600}.Footer-module__668lQW__contactValue{color:var(--foreground);font-size:.9rem;font-weight:600;text-decoration:none}.Footer-module__668lQW__contactRegions{color:var(--muted);margin-top:.5rem;font-size:.75rem;line-height:1.5}.Footer-module__668lQW__bottomBar{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-top:6rem;padding-top:2.5rem;display:flex}.Footer-module__668lQW__legal{flex-direction:column;gap:.5rem;display:flex}.Footer-module__668lQW__groupName{color:var(--foreground);font-size:.85rem;font-weight:700}.Footer-module__668lQW__cnpj,.Footer-module__668lQW__rights{color:var(--muted);font-size:.75rem}.Footer-module__668lQW__legalLinks{gap:2rem;display:flex}.Footer-module__668lQW__legalLinks a{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:.7rem}.Footer-module__668lQW__legalLinks a:hover{color:#fff}@media (max-width:1100px){.Footer-module__668lQW__container{grid-template-columns:1.5fr 1fr 1.5fr}.Footer-module__668lQW__brandCol{grid-column:span 3;margin-bottom:2rem}}@media (max-width:768px){.Footer-module__668lQW__footer{padding:4rem 0 3rem}.Footer-module__668lQW__container{grid-template-columns:1fr;gap:3rem}.Footer-module__668lQW__brandCol{grid-column:span 1}.Footer-module__668lQW__bottomBar{flex-direction:column;align-items:flex-start;margin-top:4rem}.Footer-module__668lQW__legalLinks{flex-wrap:wrap;gap:1rem}}.Footer-module__668lQW__preferred{background:#b89e6508;border-left:2px solid #b89e65;border-radius:0 4px 4px 0;padding-left:.75rem}.Footer-module__668lQW__preferred .Footer-module__668lQW__contactLabel{color:#b89e65;font-weight:600}
.WeddingMap-module__-8vGLW__wrapper{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.WeddingMap-module__-8vGLW__legend{color:#fff3;letter-spacing:.12em;text-transform:uppercase;align-self:flex-end;align-items:center;gap:.8rem;padding-right:2rem;font-size:.65rem;font-weight:600;display:flex}.WeddingMap-module__-8vGLW__legendDot{opacity:.4;background:#b89e65;border-radius:50%;flex-shrink:0;display:inline-block}.WeddingMap-module__-8vGLW__legendLine{background:#ffffff0d;width:24px;height:1px;display:inline-block}.WeddingMap-module__-8vGLW__mapContainer{width:100%;max-width:640px;position:relative}.WeddingMap-module__-8vGLW__svg{width:100%;height:auto;display:block;overflow:visible}.WeddingMap-module__-8vGLW__stateGeography{cursor:pointer}.WeddingMap-module__-8vGLW__brazilOutline{fill:#ffffff04;stroke:#ffffff0f;stroke-width:.4px;stroke-linejoin:round;stroke-linecap:round}.WeddingMap-module__-8vGLW__dotGroup{cursor:pointer}.WeddingMap-module__-8vGLW__microCard{z-index:30;-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);pointer-events:all;background:#0c0c0cd9;border:1px solid #ffffff14;border-radius:8px;width:210px;padding:1.2rem;position:absolute;box-shadow:0 20px 40px #0006}.WeddingMap-module__-8vGLW__microCardHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.7rem;display:flex}.WeddingMap-module__-8vGLW__microCardState{letter-spacing:.22em;color:#b89e65;text-transform:uppercase;margin-bottom:.25rem;font-size:.58rem;font-weight:700;display:block}.WeddingMap-module__-8vGLW__microCardCity{color:#fff;letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:500;line-height:1.2}.WeddingMap-module__-8vGLW__microCardClose{color:#ffffff40;cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;padding:0;line-height:1;transition:color .15s;display:flex}.WeddingMap-module__-8vGLW__microCardClose:hover{color:#ffffffb3}.WeddingMap-module__-8vGLW__microCardCount{align-items:baseline;gap:.4rem;margin-bottom:.8rem;display:flex}.WeddingMap-module__-8vGLW__microCardNumber{color:#b89e65;letter-spacing:-.05em;font-size:1.9rem;font-weight:600;line-height:1}.WeddingMap-module__-8vGLW__microCardLabel{color:#ffffff47;text-transform:uppercase;letter-spacing:.12em;font-size:.67rem;font-weight:500}.WeddingMap-module__-8vGLW__microCardLink{color:#b89e65;letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.7rem;font-weight:600;transition:all .2s;display:inline-flex}.WeddingMap-module__-8vGLW__microCardLink:hover{color:#fff;gap:.7rem}.WeddingMap-module__-8vGLW__summary{color:#ffffff26;letter-spacing:.15em;text-transform:uppercase;margin:0;font-size:.62rem;font-weight:600}@media (max-width:768px){.WeddingMap-module__-8vGLW__microCard{border-radius:10px;width:auto!important;position:fixed!important;inset:auto 1.25rem 1.5rem!important}.WeddingMap-module__-8vGLW__legend{align-self:center;padding-right:0}}
.DeliveryList-module__-bmVtG__container{background:var(--surface);border:1px solid var(--line);border-radius:12px;margin-bottom:2rem;padding:2rem}.DeliveryList-module__-bmVtG__title{color:var(--accent-gold);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.DeliveryList-module__-bmVtG__grid{flex-direction:column;gap:.75rem;display:flex}.DeliveryList-module__-bmVtG__item{transition:var(--transition-smooth);background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;grid-template-columns:1fr auto auto;align-items:center;gap:2rem;padding:1.25rem;display:grid}.DeliveryList-module__-bmVtG__item:hover{background:#ffffff0a;border-color:#ffffff1a}.DeliveryList-module__-bmVtG__info{flex-direction:column;gap:.4rem;display:flex}.DeliveryList-module__-bmVtG__nameRow{align-items:center;gap:.75rem;display:flex}.DeliveryList-module__-bmVtG__nameRow strong{font-size:.95rem;font-weight:600}.DeliveryList-module__-bmVtG__duration{color:#ffffff80;background:#ffffff14;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:500}.DeliveryList-module__-bmVtG__desc{color:#fff6;font-size:.8rem}.DeliveryList-module__-bmVtG__statusGroup{align-items:center;gap:1rem;display:flex}.DeliveryList-module__-bmVtG__statusSelect{color:#fff;cursor:pointer;background:#0000004d;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:.4rem .8rem;font-size:.8rem}.DeliveryList-module__-bmVtG__statusSelect:focus{border-color:var(--accent-gold)}.DeliveryList-module__-bmVtG__actions{gap:.5rem;display:flex}.DeliveryList-module__-bmVtG__actions button{color:#fff9;cursor:pointer;width:32px;height:32px;transition:var(--transition-smooth);background:#ffffff0d;border:none;border-radius:6px;place-items:center;display:grid}.DeliveryList-module__-bmVtG__btnUpload:hover{background:var(--accent-gold);color:#000}.DeliveryList-module__-bmVtG__btnEdit:hover{color:#fff;background:#ffffff26}.DeliveryList-module__-bmVtG__btnDelete:hover{color:#ff4d4d;background:#f003}.DeliveryList-module__-bmVtG__iconApproved{color:#4ade80}.DeliveryList-module__-bmVtG__iconReady{color:#60a5fa}.DeliveryList-module__-bmVtG__iconReview{color:#fbbf24}.DeliveryList-module__-bmVtG__iconEditing{color:#94a3b8}@media (max-width:900px){.DeliveryList-module__-bmVtG__item{grid-template-columns:1fr;gap:1rem}.DeliveryList-module__-bmVtG__statusGroup{justify-content:space-between}}
.ComingSoonSection-module__8jok0G__section{background:linear-gradient(#000,#080808);padding:10rem 0 6rem;position:relative;overflow:hidden}.ComingSoonSection-module__8jok0G__section:before{content:"";background:linear-gradient(90deg,#0000,#d4af374d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.ComingSoonSection-module__8jok0G__header{padding:0 4vw 3.5rem}.ComingSoonSection-module__8jok0G__titleArea{align-items:center;gap:1.5rem;display:flex}.ComingSoonSection-module__8jok0G__accentBar{background:var(--accent-gold-gradient);border-radius:99px;width:4px;height:60px;box-shadow:0 0 20px #d4af3766}.ComingSoonSection-module__8jok0G__titleContent{flex-direction:column;gap:.25rem;display:flex}.ComingSoonSection-module__8jok0G__kicker{text-transform:uppercase;letter-spacing:.25em;color:var(--accent-gold);opacity:.9;font-size:.85rem;font-weight:800}.ComingSoonSection-module__8jok0G__header h2{color:#fff;letter-spacing:-.03em;font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.1}.ComingSoonSection-module__8jok0G__scroller{scrollbar-width:none;scroll-snap-type:x mandatory;gap:2rem;padding:1rem 4vw 4rem;display:flex;overflow-x:auto}.ComingSoonSection-module__8jok0G__scroller::-webkit-scrollbar{display:none}.ComingSoonSection-module__8jok0G__cardWrapper{scroll-snap-align:center;perspective:1000px;flex:0 0 28vw;min-width:340px}@media (max-width:1100px){.ComingSoonSection-module__8jok0G__cardWrapper{flex:0 0 45vw}}@media (max-width:768px){.ComingSoonSection-module__8jok0G__section{padding:6rem 0 3rem}.ComingSoonSection-module__8jok0G__accentBar{height:40px}.ComingSoonSection-module__8jok0G__cardWrapper{flex:0 0 85vw;min-width:280px}}
.VideoModal-module__eL8X8W__overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000f2;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.VideoModal-module__eL8X8W__content{background:#111;border:1px solid #ffffff1a;border-radius:12px;width:100%;max-width:1200px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.VideoModal-module__eL8X8W__header{background:#ffffff05;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.VideoModal-module__eL8X8W__header h3{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:70%;font-size:1.1rem;font-weight:600;overflow:hidden}.VideoModal-module__eL8X8W__headerActions{align-items:center;gap:.5rem;display:flex}.VideoModal-module__eL8X8W__actionBtn,.VideoModal-module__eL8X8W__closeBtn{color:#fff;cursor:pointer;width:40px;height:40px;transition:var(--transition-smooth);background:#ffffff0d;border:none;border-radius:50%;place-items:center;display:grid}.VideoModal-module__eL8X8W__actionBtn:hover,.VideoModal-module__eL8X8W__closeBtn:hover{color:#000;background:#fff}.VideoModal-module__eL8X8W__videoWrapper{aspect-ratio:16/9;background:#000;width:100%;position:relative}.VideoModal-module__eL8X8W__unmuteOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;z-index:10;transition:var(--transition-smooth);background:#000000b3;border:1px solid #ffffff26;border-radius:12px;flex-direction:column;align-items:center;gap:.8rem;padding:1.2rem 2.4rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VideoModal-module__eL8X8W__unmuteOverlay:hover{background:#000c;transform:translate(-50%,-52%)}.VideoModal-module__eL8X8W__unmuteOverlay span{text-transform:uppercase;letter-spacing:.1em;color:#fff;font-size:.75rem;font-weight:700}.VideoModal-module__eL8X8W__video{width:100%;height:100%;display:block}@media (max-width:768px){.VideoModal-module__eL8X8W__overlay{padding:0}.VideoModal-module__eL8X8W__content{border-radius:0;height:auto}}.VideoModal-module__eL8X8W__verticalContent{max-width:450px}.VideoModal-module__eL8X8W__verticalWrapper{aspect-ratio:9/16}.VideoModal-module__eL8X8W__squareContent{max-width:600px}.VideoModal-module__eL8X8W__squareWrapper{aspect-ratio:1}@media (max-width:500px){.VideoModal-module__eL8X8W__verticalContent,.VideoModal-module__eL8X8W__squareContent{max-width:100%}}
.login-module__4A9cCa__main{background:#000;justify-content:center;align-items:center;height:100vh;display:flex}.login-module__4A9cCa__loginCard{background:var(--surface);border:1px solid var(--glass-border);text-align:center;border-radius:8px;max-width:450px;margin:0 auto;padding:4rem 3rem}.login-module__4A9cCa__brand{flex-direction:column;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.login-module__4A9cCa__brandMark{justify-content:center}.login-module__4A9cCa__brandLogo{object-fit:contain;width:auto;height:72px}.login-module__4A9cCa__brand p{color:var(--muted);letter-spacing:.18em;text-transform:uppercase;margin:.2rem 0 .5rem;font-size:.62rem;font-weight:600;line-height:1.5}.login-module__4A9cCa__brand h1{text-transform:uppercase;letter-spacing:.2em;color:var(--gray-light);font-size:1.1rem;font-weight:500}.login-module__4A9cCa__form{flex-direction:column;gap:1.5rem;display:flex}.login-module__4A9cCa__inputGroup{position:relative}.login-module__4A9cCa__icon{color:var(--gray-light);position:absolute;top:50%;left:1.2rem;transform:translateY(-50%)}.login-module__4A9cCa__inputGroup input{background:var(--background);border:1px solid var(--gray-dark);width:100%;color:var(--foreground);font-family:var(--font-primary);letter-spacing:.02em;border-radius:4px;padding:1rem 1.2rem 1rem 3.5rem;font-size:.9rem;font-weight:400}.login-module__4A9cCa__inputGroup input:focus{border-color:var(--accent);outline:none}.login-module__4A9cCa__submitBtn{width:100%;margin-top:1rem}.login-module__4A9cCa__backLink{color:var(--gray-light);text-transform:uppercase;letter-spacing:.12em;transition:var(--transition-smooth);margin-top:2rem;font-size:.75rem;font-weight:500;display:block}.login-module__4A9cCa__backLink:hover{color:var(--foreground)}
.agenda-module__FwJgyG__main{background:var(--background);min-height:100vh;color:var(--foreground)}.agenda-module__FwJgyG__hero{background:linear-gradient(#0f0f0fcc,#0000);padding:120px 0 60px}.agenda-module__FwJgyG__heroContent{text-align:center;max-width:800px;margin:0 auto}.agenda-module__FwJgyG__kicker{letter-spacing:.2em;text-transform:uppercase;color:var(--accent-gold);margin-bottom:1rem;font-size:.75rem;font-weight:700;display:block}.agenda-module__FwJgyG__heroContent h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:500}.agenda-module__FwJgyG__description{color:var(--gray-light);opacity:.8;font-size:1.1rem;line-height:1.6}.agenda-module__FwJgyG__agendaSection{padding:60px 0 120px}.agenda-module__FwJgyG__agendaList{flex-direction:column;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}.agenda-module__FwJgyG__agendaItem{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;grid-template-columns:140px 1fr 200px;align-items:center;gap:2rem;padding:2rem;transition:all .3s;display:grid}.agenda-module__FwJgyG__agendaItem:hover{background:#ffffff0a;border-color:#d4af3733;transform:translateY(-2px)}.agenda-module__FwJgyG__dateBox{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.agenda-module__FwJgyG__day{color:#fff;font-size:2rem;font-weight:700;line-height:1}.agenda-module__FwJgyG__month{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-gold);margin-top:.25rem;font-size:.75rem;font-weight:600}.agenda-module__FwJgyG__year{color:#ffffff4d;margin-top:.1rem;font-size:.7rem}.agenda-module__FwJgyG__info{flex-direction:column;gap:.5rem;display:flex}.agenda-module__FwJgyG__coupleName{color:#fff;font-size:1.25rem;font-weight:600}.agenda-module__FwJgyG__location{color:var(--gray-light);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.agenda-module__FwJgyG__locationPin{color:var(--accent-gold)}.agenda-module__FwJgyG__status{text-align:right}.agenda-module__FwJgyG__badge{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-gold);background:#d4af371a;border:1px solid #d4af3733;border-radius:20px;padding:.4rem .8rem;font-size:.65rem;font-weight:700;display:inline-block}.agenda-module__FwJgyG__empty{text-align:center;background:#ffffff05;border:1px dashed #ffffff1a;border-radius:12px;padding:4rem}.agenda-module__FwJgyG__empty p{color:var(--gray-light);margin-bottom:1.5rem;font-size:1rem}.agenda-module__FwJgyG__cta{text-align:center;background:radial-gradient(circle,#d4af370d 0%,#0000 70%);margin-top:80px;padding:4rem}.agenda-module__FwJgyG__cta h2{margin-bottom:1rem;font-size:2rem}.agenda-module__FwJgyG__cta p{color:var(--gray-light);max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto}@media (max-width:768px){.agenda-module__FwJgyG__agendaItem{text-align:center;grid-template-columns:1fr;gap:1.5rem}.agenda-module__FwJgyG__dateBox{flex-direction:row;align-items:baseline;gap:.5rem}.agenda-module__FwJgyG__status{text-align:center}}
.contato-module__yYwB5W__main{align-items:center;min-height:100vh;padding-top:100px;display:flex}.contato-module__yYwB5W__section{width:100%;padding:4rem 0}.contato-module__yYwB5W__grid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.contato-module__yYwB5W__info h1{letter-spacing:0;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700}.contato-module__yYwB5W__kicker{color:#fff;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-size:.72rem;font-weight:700;display:block}.contato-module__yYwB5W__info p{color:var(--gray-light);margin-bottom:3rem;font-size:1rem;font-weight:300;line-height:1.8}.contato-module__yYwB5W__contactItems{flex-direction:column;gap:1.5rem;margin-top:3rem;display:flex}.contato-module__yYwB5W__item{align-items:center;gap:1.5rem;display:flex}.contato-module__yYwB5W__icon{color:#fff;width:24px;height:24px}.contato-module__yYwB5W__item h4{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:var(--gray-light);margin-bottom:.3rem;font-size:.8rem}.contato-module__yYwB5W__item span{font-size:1.1rem}.contato-module__yYwB5W__formCard{background:var(--surface);border:1px solid var(--glass-border);border-radius:8px;padding:3rem}.contato-module__yYwB5W__whatsLinks{margin-bottom:.5rem}.contato-module__yYwB5W__form{flex-direction:column;gap:1.5rem;display:flex}.contato-module__yYwB5W__field input,.contato-module__yYwB5W__field textarea{background:var(--background);border:1px solid var(--gray-dark);color:#fff;width:100%;font-family:var(--font-primary);letter-spacing:.01em;border-radius:4px;padding:1rem;font-size:.9rem;font-weight:400}.contato-module__yYwB5W__field input:focus,.contato-module__yYwB5W__field textarea:focus{border-color:#fff;outline:none}.contato-module__yYwB5W__submit{width:100%}@media (max-width:992px){.contato-module__yYwB5W__grid{grid-template-columns:1fr;gap:4rem}.contato-module__yYwB5W__info{text-align:center}.contato-module__yYwB5W__contactItems{align-items:center}}@media (max-width:600px){.contato-module__yYwB5W__main{padding-top:80px}.contato-module__yYwB5W__info h1{font-size:2.2rem}.contato-module__yYwB5W__formCard{padding:1.5rem}.contato-module__yYwB5W__item{text-align:center;flex-direction:column;gap:.5rem}}.contato-module__yYwB5W__itemLink{color:inherit;text-decoration:none;transition:transform .3s;display:block}.contato-module__yYwB5W__itemLink:hover{transform:translate(5px)}
.guia-module__n74Ipq__main{background:var(--bg-primary);min-height:100vh}.guia-module__n74Ipq__header{background:var(--bg-secondary);text-align:center;padding:160px 0 80px}.guia-module__n74Ipq__header h1{font-size:3rem;font-family:var(--font-montserrat);margin-bottom:1rem}.guia-module__n74Ipq__header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.guia-module__n74Ipq__list{padding:80px 0}.guia-module__n74Ipq__grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;display:grid}.guia-module__n74Ipq__card{background:var(--bg-secondary);border:1px solid #c1994c1a;border-radius:12px;padding:3rem;transition:transform .3s}.guia-module__n74Ipq__card:hover{border-color:var(--gold-main);transform:translateY(-5px)}.guia-module__n74Ipq__card h2{margin-bottom:1.5rem;font-size:1.5rem;line-height:1.3}.guia-module__n74Ipq__card p{color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.guia-module__n74Ipq__link{color:var(--gold-light);text-underline-offset:4px;font-weight:600;text-decoration:underline}.guia-module__n74Ipq__articlePage{padding:160px 0 100px}.guia-module__n74Ipq__articleHeader{text-align:center;max-width:800px;margin:0 auto 4rem}.guia-module__n74Ipq__articleHeader h1{font-size:clamp(2rem,4vw,3.5rem);line-height:1.2}.guia-module__n74Ipq__articleContent{max-width:700px;margin:0 auto}.guia-module__n74Ipq__articleContent p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.guia-module__n74Ipq__articleFooter{background:var(--bg-secondary);text-align:center;border-radius:16px;margin-top:6rem;padding:4rem}.guia-module__n74Ipq__articleFooter h3{margin-bottom:1rem}.guia-module__n74Ipq__articleFooter p{color:var(--text-secondary);margin-bottom:2rem}
.mapa-module__SkW_GG__main{background:var(--background,#080808);min-height:100vh;padding-top:80px}.mapa-module__SkW_GG__hero{text-align:center;padding:4rem 0 2rem}.mapa-module__SkW_GG__heroContent{max-width:800px;margin:0 auto}.mapa-module__SkW_GG__kicker{text-transform:uppercase;letter-spacing:.25em;color:#b89e65;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:block}.mapa-module__SkW_GG__heroContent h1{letter-spacing:-.03em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:600;line-height:1.1}.mapa-module__SkW_GG__description{color:#fff9;font-size:1.15rem;line-height:1.6}.mapa-module__SkW_GG__mapSection{padding:2rem 0 6rem}.mapa-module__SkW_GG__statsSection{background:#ffffff05;border-top:1px solid #ffffff0d;padding:6rem 0}.mapa-module__SkW_GG__statsGrid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;display:grid}.mapa-module__SkW_GG__statCard{flex-direction:column;gap:.5rem;display:flex}.mapa-module__SkW_GG__statNumber{color:#b89e65;letter-spacing:-.02em;font-size:2.5rem;font-weight:700}.mapa-module__SkW_GG__statLabel{color:#fff6;text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-weight:500}@media (max-width:768px){.mapa-module__SkW_GG__hero{padding:3rem 0 1rem}.mapa-module__SkW_GG__statsGrid{gap:2rem}}
.meus-videos-module__K3YzGa__main{background:radial-gradient(circle,#111 0%,#050505 100%);justify-content:center;align-items:center;height:100vh;display:flex}.meus-videos-module__K3YzGa__content{width:100%}.meus-videos-module__K3YzGa__card{background:var(--surface);border:1px solid var(--glass-border);text-align:center;border-radius:8px;max-width:600px;margin:0 auto;padding:4rem}.meus-videos-module__K3YzGa__brandMark{justify-content:center;margin-bottom:1rem}.meus-videos-module__K3YzGa__kicker{color:var(--muted);letter-spacing:.18em;text-transform:uppercase;margin-bottom:.8rem;font-size:.62rem;font-weight:700;display:block}.meus-videos-module__K3YzGa__card h1{margin-bottom:1rem;font-size:2.5rem}.meus-videos-module__K3YzGa__card p{color:var(--gray-light);margin-bottom:3rem;font-size:1.1rem}.meus-videos-module__K3YzGa__searchForm{flex-direction:column;gap:1.5rem;display:flex}.meus-videos-module__K3YzGa__inputGroup{width:100%;position:relative}.meus-videos-module__K3YzGa__icon{color:var(--gray-light);width:20px;position:absolute;top:50%;left:1.5rem;transform:translateY(-50%)}.meus-videos-module__K3YzGa__inputGroup input{background:var(--background);border:1px solid var(--gray-dark);width:100%;color:var(--foreground);transition:var(--transition-smooth);border-radius:4px;padding:1.2rem 1.5rem 1.2rem 4rem;font-size:1rem}.meus-videos-module__K3YzGa__inputGroup input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #ffffff1a}.meus-videos-module__K3YzGa__result{margin-top:2rem;overflow:hidden}.meus-videos-module__K3YzGa__resultCard{background:var(--background);border-left:4px solid var(--accent);text-align:left;border-radius:4px;justify-content:space-between;align-items:center;padding:2rem;display:flex}.meus-videos-module__K3YzGa__resultCard h3{margin:0;font-size:1.4rem}.meus-videos-module__K3YzGa__resultCard span{color:var(--gray-light);font-size:.9rem}.meus-videos-module__K3YzGa__loginForm{text-align:center}.meus-videos-module__K3YzGa__lockIcon{width:60px;height:60px;color:var(--accent);margin-bottom:2rem}.meus-videos-module__K3YzGa__loginActions{justify-content:center;gap:1rem;margin-top:2rem;display:flex}@media (max-width:600px){.meus-videos-module__K3YzGa__main{height:auto;min-height:100vh;padding:1rem}.meus-videos-module__K3YzGa__card{width:100%;padding:2.5rem 1.5rem}.meus-videos-module__K3YzGa__card h1{font-size:1.8rem}.meus-videos-module__K3YzGa__resultCard{text-align:center;flex-direction:column;gap:1.5rem}.meus-videos-module__K3YzGa__errorActions{flex-direction:column;gap:1rem}}.meus-videos-module__K3YzGa__errorBox{text-align:center;background:#ff44440d;border:1px solid #f443;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.meus-videos-module__K3YzGa__errorBox p{color:#f44;margin-bottom:1rem;font-size:.95rem}.meus-videos-module__K3YzGa__errorActions{justify-content:center;align-items:center;gap:1.5rem;font-size:.9rem;display:flex}.meus-videos-module__K3YzGa__errorActions span{color:var(--gray-light)}.meus-videos-module__K3YzGa__errorActions a{color:#25d366;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;display:flex}
.portfolio-module__XbO6Ca__main{background:#030303;min-height:100vh}.portfolio-module__XbO6Ca__header{align-items:flex-end;min-height:68vh;padding:8rem 0 3rem;display:flex;position:relative;overflow:hidden}.portfolio-module__XbO6Ca__headerBg,.portfolio-module__XbO6Ca__headerOverlay{width:100%;height:100%;position:absolute;inset:0}.portfolio-module__XbO6Ca__headerBg{object-fit:cover}.portfolio-module__XbO6Ca__headerOverlay{background:linear-gradient(90deg,#000000e0,#00000052),linear-gradient(#030303b3 0%,#0303032e 42%,#030303 100%)}.portfolio-module__XbO6Ca__header .container{z-index:1;position:relative}.portfolio-module__XbO6Ca__kicker{color:var(--accent-soft);letter-spacing:.22em;text-transform:uppercase;margin-bottom:1rem;font-size:.72rem;font-weight:600;display:block}.portfolio-module__XbO6Ca__header h1{letter-spacing:0;max-width:840px;margin-bottom:1rem;font-size:clamp(2.2rem,6vw,5rem);font-weight:550;line-height:1.1}.portfolio-module__XbO6Ca__header p{color:#ffffffbd;max-width:620px;margin-bottom:2rem;font-weight:300;line-height:1.8}.portfolio-module__XbO6Ca__categoryNav{gap:.7rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.portfolio-module__XbO6Ca__catBtn{color:#ffffffb8;letter-spacing:.1em;text-transform:uppercase;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff0d;border:1px solid #ffffff29;border-radius:999px;flex:none;padding:.7rem 1.1rem;font-size:.68rem;font-weight:700}.portfolio-module__XbO6Ca__catBtn:hover,.portfolio-module__XbO6Ca__active{color:#fff;background:#ffffff29;border-color:#ffffffb8}.portfolio-module__XbO6Ca__gridSection{padding:4rem 0 7rem}.portfolio-module__XbO6Ca__videoGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.2rem;display:grid}.portfolio-module__XbO6Ca__modalOverlay{z-index:2000;background:#000000f5;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.portfolio-module__XbO6Ca__modalContent{width:min(1100px,100%);position:relative}.portfolio-module__XbO6Ca__closeBtn{color:#fff;background:#ffffff1a;border-radius:999px;place-items:center;width:2.5rem;height:2.5rem;display:grid;position:absolute;top:-3rem;right:0}.portfolio-module__XbO6Ca__videoInfo{padding-top:1.5rem}.portfolio-module__XbO6Ca__videoInfo span{color:var(--accent-soft);letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:700}.portfolio-module__XbO6Ca__videoInfo h2{letter-spacing:0;margin:.4rem 0 .5rem;font-size:clamp(1.8rem,4vw,3rem);font-weight:550}.portfolio-module__XbO6Ca__videoInfo p{max-width:640px;color:var(--muted);line-height:1.7}.portfolio-module__XbO6Ca__headerCta{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:fit-content;transition:var(--transition-smooth);background:#ffffff08;border:1px solid #ffffff0f;border-radius:100px;align-items:center;gap:1.5rem;margin-bottom:3rem;padding:1rem 1.5rem 1rem 2.2rem;display:inline-flex;box-shadow:0 10px 30px #0003}.portfolio-module__XbO6Ca__headerCta:hover{border-color:var(--accent-gold);background:#ffffff0d;transform:translateY(-2px);box-shadow:0 15px 40px #0006,0 0 20px #c5a0281a}.portfolio-module__XbO6Ca__headerCta span{color:#fff;letter-spacing:-.01em;white-space:nowrap;font-size:.88rem;font-weight:600}@media (max-width:768px){.portfolio-module__XbO6Ca__header{text-align:center;align-items:center;min-height:80vh;padding:7rem 0 3rem}.portfolio-module__XbO6Ca__header h1,.portfolio-module__XbO6Ca__header p{margin-left:auto;margin-right:auto}.portfolio-module__XbO6Ca__headerCta{border-radius:20px;flex-direction:column;gap:1.2rem;width:100%;padding:2rem 1.5rem}.portfolio-module__XbO6Ca__headerCta span{font-size:1.1rem}.portfolio-module__XbO6Ca__videoGrid{grid-template-columns:1fr;gap:1.5rem}.portfolio-module__XbO6Ca__modalOverlay{padding:.5rem}.portfolio-module__XbO6Ca__closeBtn{z-index:2001;top:1rem;right:1rem}}
.sobre-module__M3-dFa__main{padding-top:100px}.sobre-module__M3-dFa__hero{padding:6rem 0}.sobre-module__M3-dFa__hero h1{letter-spacing:0;text-align:center;margin-bottom:3rem;font-size:4rem;font-weight:700}.sobre-module__M3-dFa__kicker{color:#fff;letter-spacing:.2em;text-align:center;text-transform:uppercase;margin-bottom:1rem;font-size:.72rem;font-weight:700;display:block}.sobre-module__M3-dFa__content{max-width:800px;margin:0 auto}.sobre-module__M3-dFa__content p{letter-spacing:.01em;color:var(--gray-light);margin-bottom:2rem;font-size:1rem;font-weight:300;line-height:1.9}.sobre-module__M3-dFa__aboutImg{border-radius:8px;width:100%;height:auto;margin-top:3rem;box-shadow:0 20px 50px #00000080}.sobre-module__M3-dFa__regions{flex-wrap:wrap;gap:.75rem;margin:2rem 0 0;display:flex}.sobre-module__M3-dFa__regions span{color:#fff;letter-spacing:.12em;text-transform:uppercase;border:1px solid #ffffff2e;border-radius:999px;padding:.7rem 1rem;font-size:.72rem;font-weight:700}@media (max-width:768px){.sobre-module__M3-dFa__hero h1{font-size:2.5rem}.sobre-module__M3-dFa__content{padding:0 1rem}.sobre-module__M3-dFa__regions{justify-content:center}}
.ComingSoonCard-module__i85KEq__card{aspect-ratio:16/9;border-radius:var(--radius-md);cursor:pointer;background:#050505;border:1px solid #ffffff08;width:100%;transition:transform .5s cubic-bezier(.2,1,.3,1),box-shadow .5s;position:relative;overflow:hidden}.ComingSoonCard-module__i85KEq__card:hover{border-color:#ffffff1a;transform:translateY(-8px);box-shadow:0 12px 30px #0009}.ComingSoonCard-module__i85KEq__thumbnailWrapper{width:100%;height:100%;position:relative}.ComingSoonCard-module__i85KEq__thumbnail{object-fit:cover;filter:grayscale(.2)brightness(.85);transition:transform .8s cubic-bezier(.2,1,.3,1),filter .5s}.ComingSoonCard-module__i85KEq__card:hover .ComingSoonCard-module__i85KEq__thumbnail{filter:grayscale(0)brightness();transform:scale(1.1)}.ComingSoonCard-module__i85KEq__statusBadge{background:var(--accent-gold);text-transform:uppercase;letter-spacing:.15em;color:#000;z-index:2;border-radius:4px;padding:.4rem .8rem;font-size:.6rem;font-weight:800;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 12px #c5a0284d}.ComingSoonCard-module__i85KEq__info{z-index:2;background:linear-gradient(#0000 0%,#0009 50%,#000000f2 100%);width:100%;padding:2rem 1.5rem 1.5rem;transition:transform .5s;position:absolute;bottom:0;left:0}.ComingSoonCard-module__i85KEq__title{color:#fff;letter-spacing:-.01em;margin:0 0 .3rem;font-size:1.15rem;font-weight:700}.ComingSoonCard-module__i85KEq__date{color:var(--accent-gold);opacity:.9;font-size:.8rem;font-weight:500}.ComingSoonCard-module__i85KEq__overlay{opacity:0;z-index:1;background:linear-gradient(45deg,#c5a0281a,#0000);transition:opacity .5s;position:absolute;inset:0}.ComingSoonCard-module__i85KEq__card:hover .ComingSoonCard-module__i85KEq__overlay{opacity:1}
.LocationLanding-module__TkM5Na__main{min-height:100vh}.LocationLanding-module__TkM5Na__hero{text-align:center;color:#fff;justify-content:center;align-items:center;height:70vh;display:flex;position:relative}.LocationLanding-module__TkM5Na__heroBg{object-fit:cover;z-index:-1}.LocationLanding-module__TkM5Na__overlay{background:linear-gradient(#0009,#000c);position:absolute;inset:0}.LocationLanding-module__TkM5Na__heroContent{max-width:800px;margin:0 auto;position:relative}.LocationLanding-module__TkM5Na__heroContent h1{font-size:clamp(2.5rem,5vw,4rem);font-family:var(--font-montserrat);margin-bottom:1.5rem;font-weight:800;line-height:1.1}.LocationLanding-module__TkM5Na__heroContent p{opacity:.9;margin-bottom:2rem;font-size:1.25rem}.LocationLanding-module__TkM5Na__contentSection{background:var(--bg-primary);padding:100px 0}.LocationLanding-module__TkM5Na__grid{grid-template-columns:1fr 1fr;gap:80px;display:grid}.LocationLanding-module__TkM5Na__textSide p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.LocationLanding-module__TkM5Na__localCTA{background:var(--bg-secondary);border:1px solid #c1994c33;border-radius:12px;margin-top:4rem;padding:3rem}.LocationLanding-module__TkM5Na__localCTA h3{color:var(--gold-light);margin-bottom:1rem}.LocationLanding-module__TkM5Na__videoSide h2{font-family:var(--font-montserrat);margin-bottom:2rem}.LocationLanding-module__TkM5Na__videoList{grid-template-columns:1fr;gap:2rem;display:grid}.LocationLanding-module__TkM5Na__testimonials{background:var(--bg-secondary);padding:100px 0}.LocationLanding-module__TkM5Na__testimonials h2{text-align:center;margin-bottom:4rem}.LocationLanding-module__TkM5Na__testGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.LocationLanding-module__TkM5Na__testCard{background:var(--bg-primary);border-left:4px solid var(--gold-main);border-radius:8px;padding:2.5rem}.LocationLanding-module__TkM5Na__testCard p{margin-bottom:1.5rem;font-style:italic;line-height:1.6}.LocationLanding-module__TkM5Na__testCard span{color:var(--gold-light);font-weight:600}@media (max-width:992px){.LocationLanding-module__TkM5Na__grid{grid-template-columns:1fr}}
.ProjectTimeline-module__sITq6G__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;margin-top:3rem;padding:2rem}.ProjectTimeline-module__sITq6G__title{color:#fff;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:1.1rem;font-weight:700}.ProjectTimeline-module__sITq6G__timeline{flex-direction:column;gap:1.5rem;display:flex;position:relative}.ProjectTimeline-module__sITq6G__timeline:before{content:"";background:linear-gradient(to bottom, var(--accent-gold), transparent);opacity:.3;width:1px;position:absolute;top:0;bottom:0;left:8px}.ProjectTimeline-module__sITq6G__logItem{gap:1.5rem;display:flex;position:relative}.ProjectTimeline-module__sITq6G__iconArea{z-index:1;background:#000;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.ProjectTimeline-module__sITq6G__statusIcon{color:#73e2a7}.ProjectTimeline-module__sITq6G__fileIcon{color:var(--accent-gold)}.ProjectTimeline-module__sITq6G__updateIcon{color:#fff9}.ProjectTimeline-module__sITq6G__content{flex-direction:column;gap:.25rem;display:flex}.ProjectTimeline-module__sITq6G__message{color:#fff;margin:0;font-size:.95rem;font-weight:500}.ProjectTimeline-module__sITq6G__date{color:#ffffff4d;text-transform:uppercase;font-size:.7rem;font-weight:600}@media (max-width:768px){.ProjectTimeline-module__sITq6G__container{margin-top:2rem;padding:1.5rem 1rem}.ProjectTimeline-module__sITq6G__message{font-size:.85rem}}
