.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-family-base);letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-size:.65rem;font-weight:600}.dashboard-module__dgeMKW__sidebarBrand strong{font-family:var(--font-family-base);letter-spacing:.05em;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:0;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:0;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:.08em;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:0;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:0;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:0;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{border-radius:var(--radius-sm);font-family:var(--font-family-base);letter-spacing:.02em;white-space:nowrap;cursor:pointer;transition:var(--transition-fast);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.Button-module__8RiFmG__button:focus-visible{box-shadow:var(--focus-ring);outline:none}.Button-module__8RiFmG__sm{padding:.5rem 1rem;font-size:.7rem}.Button-module__8RiFmG__md{padding:.75rem 1.5rem}.Button-module__8RiFmG__lg{padding:1rem 2rem;font-size:.8rem}.Button-module__8RiFmG__primary{background-color:var(--foreground);color:var(--background);border-color:var(--foreground)}.Button-module__8RiFmG__primary:hover:not(:disabled){background-color:var(--accent-muted);border-color:var(--accent-muted);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.Button-module__8RiFmG__primary:active:not(:disabled){transform:translateY(0)scale(.98)}.Button-module__8RiFmG__secondary{background-color:var(--surface);color:var(--text-primary);border-color:var(--border)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background-color:var(--surface-hover);border-color:var(--border-hover);transform:translateY(-1px)}.Button-module__8RiFmG__secondary:active:not(:disabled){transform:translateY(0)scale(.98)}.Button-module__8RiFmG__outline{color:var(--text-primary);border-color:var(--border);background-color:#0000}.Button-module__8RiFmG__outline:hover:not(:disabled){background-color:var(--surface-hover);color:var(--gold);border-color:var(--gold);transform:translateY(-1px)}.Button-module__8RiFmG__outline:active:not(:disabled){transform:translateY(0)scale(.98)}.Button-module__8RiFmG__ghost{color:var(--text-secondary);border-color:var(--border);background-color:#0000}.Button-module__8RiFmG__ghost:hover:not(:disabled){background-color:var(--surface-hover);color:var(--text-primary);border-color:var(--border-hover)}.Button-module__8RiFmG__ghost:active:not(:disabled){transform:scale(.98)}.Button-module__8RiFmG__gold{background:var(--gold-gradient);color:#050505;border-color:var(--gold-dark);font-weight:700}.Button-module__8RiFmG__gold:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 6px 20px var(--gold-hover);transform:translateY(-2px)}.Button-module__8RiFmG__gold:active:not(:disabled){filter:brightness();transform:translateY(0)scale(.98)}.Button-module__8RiFmG__button:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.Button-module__8RiFmG__button[data-loading=true]{pointer-events:none}.Button-module__8RiFmG__button[data-loading=true]:after{content:"";background:inherit;opacity:.6;position:absolute;inset:0}
.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-family-base);text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);transition:var(--transition-fast);font-size:.75rem;font-weight:500}.Navbar-module__KHvhDq__desktopMenu a:hover{color:var(--accent-gold);transform:translateY(-1px)}.Navbar-module__KHvhDq__navbar.Navbar-module__KHvhDq__overHero:not(.Navbar-module__KHvhDq__scrolled) .Navbar-module__KHvhDq__desktopMenu a,.Navbar-module__KHvhDq__navbar.Navbar-module__KHvhDq__overHero:not(.Navbar-module__KHvhDq__scrolled) .Navbar-module__KHvhDq__homeIcon{color:#ffffffd9}.Navbar-module__KHvhDq__brandTextLight{color:#fffffff2!important}.Navbar-module__KHvhDq__brandTaglineLight{color:#ffffffb3!important}.Navbar-module__KHvhDq__navLink{position:relative}.Navbar-module__KHvhDq__navLink:after{content:"";background:var(--accent-gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:-3px;left:0}.Navbar-module__KHvhDq__navLink:hover:after{width:100%}.Navbar-module__KHvhDq__navLinkActive{color:var(--accent-gold)!important}.Navbar-module__KHvhDq__navLinkActive:after{width:100%!important}.Navbar-module__KHvhDq__navLinkHighlight{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent-gold), color-mix(in srgb, var(--accent-gold) 65%, #fff2cc));box-shadow:0 2px 12px color-mix(in srgb, var(--accent-gold) 40%, transparent);align-items:center;gap:.35rem;font-weight:700;transition:transform .25s,box-shadow .25s,filter .25s;display:inline-flex;color:#1a1208!important;padding:.4rem 1.05rem!important}.Navbar-module__KHvhDq__navLinkHighlight:before,.Navbar-module__KHvhDq__navLinkHighlight:after{content:none;display:none}.Navbar-module__KHvhDq__navLinkHighlight:hover{box-shadow:0 4px 18px color-mix(in srgb, var(--accent-gold) 55%, transparent);filter:brightness(1.05);transform:translateY(-1px)scale(1.04)}.Navbar-module__KHvhDq__navLinkHighlight.Navbar-module__KHvhDq__navLinkActive{box-shadow:0 0 0 2px color-mix(in srgb, var(--accent-gold) 70%, transparent), 0 4px 18px color-mix(in srgb, var(--accent-gold) 45%, transparent);color:#1a1208!important}.Navbar-module__KHvhDq__homeIconActive{border-color:var(--accent-gold)!important;color:var(--accent-gold)!important;background:color-mix(in srgb, var(--accent-gold) 10%, transparent)!important}.Navbar-module__KHvhDq__homeIcon{border-radius:var(--radius-full);background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-secondary);transition:var(--transition-fast);justify-content:center;align-items:center;margin-right:.2rem;padding:.5rem;display:flex}.Navbar-module__KHvhDq__homeIcon:hover{transform:translateY(-1px);background:var(--surface-hover)!important;border-color:var(--border-hover)!important;color:var(--accent-gold)!important}.Navbar-module__KHvhDq__mobileMenuToggle{color:var(--foreground);border-radius:var(--radius-sm);transition:var(--transition-fast);padding:.4rem;display:none}.Navbar-module__KHvhDq__mobileMenuToggle:hover{background:var(--surface)}.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-family-base);text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);transition:var(--transition-fast);padding:.65rem 0;font-size:1.25rem;font-weight:500;display:inline-block}.Navbar-module__KHvhDq__mobileMenu a:hover{color:var(--foreground)}.Navbar-module__KHvhDq__mobileLinkActive{color:var(--accent-gold)!important}.Navbar-module__KHvhDq__mobileLinkHighlight{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent-gold), color-mix(in srgb, var(--accent-gold) 65%, #fff2cc));box-shadow:0 2px 12px color-mix(in srgb, var(--accent-gold) 35%, transparent);font-weight:700;color:#1a1208!important;padding:.45rem 1.3rem!important}.Navbar-module__KHvhDq__mobileLinkHighlight.Navbar-module__KHvhDq__mobileLinkActive{box-shadow:0 0 0 2px color-mix(in srgb, var(--accent-gold) 70%, transparent);color:#1a1208!important}.Navbar-module__KHvhDq__mobileNav{flex-direction:column;align-items:center;gap:.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(--text-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:0;align-items:stretch;gap:1px;display:flex;overflow:hidden}.WhatsAppContactButtons-module__eZqarq__buttonPrimary{background:var(--accent-gold-gradient);color:#000;letter-spacing:.02em;cursor:pointer;border-radius:0;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;position:relative;box-shadow:0 4px 15px #b8895a33}.WhatsAppContactButtons-module__eZqarq__buttonPrimary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.WhatsAppContactButtons-module__eZqarq__buttonPrimary:before{content:"";pointer-events:none;animation:2.4s ease-out infinite WhatsAppContactButtons-module__eZqarq__whatsCtaPulse;position:absolute;inset:0;box-shadow:0 0 #b8895a8c}@keyframes WhatsAppContactButtons-module__eZqarq__whatsCtaPulse{0%{box-shadow:0 0 #b8895a8c}70%{box-shadow:0 0 0 14px #b8895a00}to{box-shadow:0 0 0 14px #b8895a00}}@media (prefers-reduced-motion:reduce){.WhatsAppContactButtons-module__eZqarq__buttonPrimary:before{animation:none}}.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:0;flex-direction:column;gap:.5rem;min-width:280px;padding:.5rem;display:flex}.WhatsAppContactButtons-module__eZqarq__buttonSecondary{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:0;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:0;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:0;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:0;gap:.5rem;min-width:auto;padding:.6rem 1.1rem;font-size:.72rem;font-weight:800;box-shadow:0 4px 12px #b8895a33}.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:0;flex-flow:row;gap:.5rem;min-width:auto;padding:.4rem}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonSecondary{white-space:nowrap;color:#fff;background:0 0;border:none;border-radius:0;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:0;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 #b8895a33,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:var(--gold-light,#ffb800)}.ThemeToggle-module__BDCMra__moon{color:var(--text-muted)}
.BrandMark-module__1HaYhq__brand{align-items:center;gap:.7rem;min-width:0;max-width:100%;display:inline-flex}.BrandMark-module__1HaYhq__mark{width:30px;height:30px;color:var(--gold);transition:var(--transition-smooth);flex:none}.BrandMark-module__1HaYhq__copy{flex-direction:column;gap:.1rem;min-width:0;display:inline-flex}.BrandMark-module__1HaYhq__name{color:var(--foreground);font-family:var(--font-family-heading);letter-spacing:0;white-space:nowrap;align-items:baseline;font-size:1.35rem;font-style:normal;font-weight:500;line-height:1;display:inline-flex}.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:.55rem}.BrandMark-module__1HaYhq__compact .BrandMark-module__1HaYhq__mark{width:24px;height:24px}.BrandMark-module__1HaYhq__compact .BrandMark-module__1HaYhq__name{font-size:1.1rem}.BrandMark-module__1HaYhq__compact .BrandMark-module__1HaYhq__tagline{display:none}@media (max-width:768px){.BrandMark-module__1HaYhq__tagline{display:none}.BrandMark-module__1HaYhq__mark{width:26px;height:26px}.BrandMark-module__1HaYhq__name{font-size:1.15rem}}@media (max-width:520px){.BrandMark-module__1HaYhq__brand{gap:.5rem}.BrandMark-module__1HaYhq__mark{width:24px;height:24px}.BrandMark-module__1HaYhq__name{font-size:1.05rem}}
.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}
.VideoCard-module___GOp8a__card{border-radius:var(--radius-md);background:var(--surface);aspect-ratio:16/9;border:1px solid var(--glass-border);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;font-size:.75rem;font-weight:700;font-family:var(--font-family-base);opacity:.9}.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 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-family-base);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-family-base);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{background:var(--gold,#b8895a);color:#000;border-radius:var(--radius-xs);text-transform:uppercase;letter-spacing:.1em;z-index:5;pointer-events:none;box-shadow:var(--shadow-xs);padding:.25rem .6rem;font-size:.55rem;font-weight:800;position:absolute;top:.8rem;right:.8rem}.VideoCard-module___GOp8a__videoPreview{object-fit:cover;z-index:2;width:100%;height:100%;position:absolute;inset:0}
.page-module__sfm1aG__main{background:var(--background);width:100%;min-height:100vh;overflow-x:hidden}.page-module__sfm1aG__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.page-module__sfm1aG__heroBg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.page-module__sfm1aG__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__sfm1aG__heroContent{z-index:2;text-align:center;width:100%;max-width:820px;padding:0 1.5rem;position:relative}.page-module__sfm1aG__kicker{letter-spacing:.3em;text-transform:uppercase;color:#ffffff85;margin-bottom:1.5rem;font-size:.65rem;font-weight:700;display:block}.page-module__sfm1aG__heroContent h1{font-family:var(--font-family-heading);letter-spacing:-.02em;margin-bottom:1.6rem;font-size:clamp(2.4rem,7vw,6.2rem);font-style:italic;font-weight:500;line-height:1.05}.page-module__sfm1aG__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__sfm1aG__heroActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.7rem;display:flex}.page-module__sfm1aG__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__sfm1aG__btnPrimary:hover{background:#ffffffdb;transform:translateY(-2px)}.page-module__sfm1aG__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__sfm1aG__btnSecondary:hover{background:#ffffff38;transform:translateY(-2px)}.page-module__sfm1aG__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__sfm1aG__btnGhost:hover{color:#fff;border-color:#ffffff4d}.page-module__sfm1aG__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__sfm1aG__catalog{padding:3rem 0 6rem}.page-module__sfm1aG__row{margin-bottom:4rem}.page-module__sfm1aG__rowHeader{justify-content:space-between;align-items:center;padding:0 4vw 1rem;display:flex}.page-module__sfm1aG__rowHeader h2{letter-spacing:-.01em;color:#fffffff2;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700}.page-module__sfm1aG__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__sfm1aG__viewAll:hover{color:#fff}.page-module__sfm1aG__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__sfm1aG__scroller::-webkit-scrollbar{display:none}.page-module__sfm1aG__scrollerFeatured{grid-auto-columns:minmax(400px,46vw)}.page-module__sfm1aG__cardFeatured{scroll-snap-align:start}.page-module__sfm1aG__scrollerVertical{grid-auto-columns:minmax(160px,17vw)}.page-module__sfm1aG__cardSlot{scroll-snap-align:start}.page-module__sfm1aG__entregas{border-top:1px solid var(--line);padding:7rem 0}.page-module__sfm1aG__entregasInner{flex-direction:column;gap:2.5rem;display:flex}.page-module__sfm1aG__entregasKicker{letter-spacing:.3em;text-transform:uppercase;color:#ffffff73;font-size:clamp(.75rem,1.2vw,.85rem);font-weight:700}.page-module__sfm1aG__entregasGrid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.page-module__sfm1aG__entregasItem{border-right:1px solid var(--line);flex-direction:column;gap:.5rem;padding:2rem 0;display:flex}.page-module__sfm1aG__entregasItem:first-child{padding-left:0}.page-module__sfm1aG__entregasItem:last-child{border-right:none}.page-module__sfm1aG__entregasNumber{color:#b89e65;letter-spacing:-.04em;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:600;line-height:1}.page-module__sfm1aG__entregasLabel{color:#ffffff59;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:500}@media (max-width:768px){.page-module__sfm1aG__entregas{padding:5rem 0}.page-module__sfm1aG__entregasGrid{grid-template-columns:repeat(2,1fr);gap:2rem 0}.page-module__sfm1aG__entregasItem{border-right:none;border-bottom:1px solid var(--line);padding-bottom:2rem}.page-module__sfm1aG__entregasItem:nth-child(3),.page-module__sfm1aG__entregasItem:nth-child(4){border-bottom:none;padding-top:2rem;padding-bottom:0}}.page-module__sfm1aG__mapSection{background:linear-gradient(180deg, var(--background) 0%, var(--surface) 100%);border-top:1px solid var(--line);padding:8rem 0}.page-module__sfm1aG__mapHeader{text-align:center;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:0 1.5rem}.page-module__sfm1aG__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__sfm1aG__mapSection{padding:5rem 0}.page-module__sfm1aG__mapHeader{margin-bottom:2rem}}.page-module__sfm1aG__cta{text-align:center;border-top:1px solid var(--line);background:radial-gradient(circle,#b8895a08 0%,#0000 70%);padding:10rem 0 12rem;position:relative;overflow:hidden}.page-module__sfm1aG__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__sfm1aG__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__sfm1aG__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__sfm1aG__heroActions{gap:.6rem}.page-module__sfm1aG__scroller{grid-auto-columns:minmax(240px,70vw)}.page-module__sfm1aG__scrollerFeatured{grid-auto-columns:minmax(300px,82vw)}.page-module__sfm1aG__scrollerVertical{grid-auto-columns:minmax(150px,38vw)}}@media (max-width:600px){.page-module__sfm1aG__heroActions{flex-direction:column;align-items:stretch;max-width:320px;margin-left:auto;margin-right:auto}.page-module__sfm1aG__btnPrimary,.page-module__sfm1aG__btnSecondary,.page-module__sfm1aG__btnGhost{justify-content:center}.page-module__sfm1aG__heroTags{display:none}.page-module__sfm1aG__kicker{letter-spacing:.15em;font-size:.6rem}.page-module__sfm1aG__footer .container{flex-direction:column;align-items:flex-start}.page-module__sfm1aG__footer nav{flex-wrap:wrap;gap:1.2rem}}
.casal-module__8lmg2G__main{color:#fff;background:#050505;min-height:100vh}.casal-module__8lmg2G__loading{color:#ffffffb3;background:#050505;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;font-size:1.2rem;display:flex}.casal-module__8lmg2G__spinner{border:3px solid #b8895a26;border-top-color:#b8895a;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;object-position:center 20%;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.3rem;font-size:clamp(3rem,9vw,7.5rem);font-weight:500;line-height:.94}.casal-module__8lmg2G__heroMeta{letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;flex-wrap:wrap;align-items:center;gap:0;margin-bottom:1.6rem;font-size:.72rem;font-weight:600;display:flex}.casal-module__8lmg2G__heroMeta span:not(:last-child):after{content:"·";color:#ffffff40;margin:0 .65rem}.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;background:#fff;border-radius:8px;align-items:center;gap:.55rem;padding:.9rem 1.8rem;font-size:.8rem;font-weight:700;transition:all .35s cubic-bezier(.2,1,.3,1);display:inline-flex}.casal-module__8lmg2G__btnPlay:hover{background:#ffffffdb;transform:translateY(-2px)}.casal-module__8lmg2G__btnTrailer{color:#fff;letter-spacing:.04em;background:#ffffff1f;border:1px solid #fff3;border-radius:8px;align-items:center;gap:.55rem;padding:.9rem 1.8rem;font-size:.8rem;font-weight:700;transition:all .35s cubic-bezier(.2,1,.3,1);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);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;transition:all .35s cubic-bezier(.2,1,.3,1);display:inline-flex}.casal-module__8lmg2G__btnDownload:hover{color:#000;background:#fff;transform:translateY(-2px)}.casal-module__8lmg2G__heroPendingPill{color:#fff9;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.85rem 1.2rem;font-size:.7rem;font-weight:600;display:inline-flex}.casal-module__8lmg2G__countdownGrid{gap:clamp(.6rem,2vw,1.25rem);margin:.5rem 0 1.5rem;display:flex}.casal-module__8lmg2G__countdownItem{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #b8895a40;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;width:clamp(64px,10vw,88px);padding:1rem .5rem;display:flex}.casal-module__8lmg2G__countdownNumber{color:#b8895a;font-variant-numeric:tabular-nums;font-size:clamp(1.6rem,4vw,2.4rem);font-weight:700;line-height:1}.casal-module__8lmg2G__countdownLabel{letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;font-size:.62rem;font-weight:700}.casal-module__8lmg2G__comingSoonDate{color:#ffffffbf;margin-bottom:.5rem;font-size:.95rem;font-weight:500}.casal-module__8lmg2G__detail{border-bottom:1px solid #ffffff14;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;border:1px solid #ffffff1a;border-radius:6px;padding:.7rem 1.2rem;font-size:.7rem;font-weight:700;transition:all .35s cubic-bezier(.2,1,.3,1);display:inline-block}.casal-module__8lmg2G__supportLink:hover{color:#fff;border-color:#ffffff4d}.casal-module__8lmg2G__videosSection{background:#000;padding:7rem 0 8rem;position:relative}.casal-module__8lmg2G__episodesHeader{border-bottom:1px solid #ffffff14;flex-direction:column;gap:.5rem;margin-bottom:3rem;padding-bottom:1.5rem;display:flex}.casal-module__8lmg2G__episodesHeader h2{color:#fff;margin:0;font-size:clamp(1.6rem,3vw,2.3rem);font-weight:500}.casal-module__8lmg2G__episodesCount{letter-spacing:.1em;text-transform:uppercase;color:#ffffff52;font-size:.7rem;font-weight:600}.casal-module__8lmg2G__episodeList{flex-direction:column;display:flex}.casal-module__8lmg2G__episodeRow{border-bottom:1px solid #ffffff0f;border-radius:12px;grid-template-columns:220px 1fr;gap:2rem;padding:1.85rem 0;transition:background .3s;display:grid}.casal-module__8lmg2G__episodeRow:first-child{padding-top:0}.casal-module__8lmg2G__episodeRow:last-child{border-bottom:none}.casal-module__8lmg2G__episodeRow:hover{background:#ffffff04}.casal-module__8lmg2G__episodeThumb{aspect-ratio:16/9;cursor:pointer;background:#ffffff08;border:none;border-radius:10px;padding:0;transition:transform .35s cubic-bezier(.16,1,.3,1),box-shadow .35s;position:relative;overflow:hidden}.casal-module__8lmg2G__episodeThumb:disabled{cursor:default}.casal-module__8lmg2G__episodeThumb:not(:disabled):hover{transform:scale(1.03);box-shadow:0 16px 36px #00000080}.casal-module__8lmg2G__episodeThumbImg{object-fit:cover}.casal-module__8lmg2G__episodeThumbOverlay{color:#ffffffd9;opacity:0;background:linear-gradient(#0000004d 0%,#0000000a 55%,#00000080 100%);place-items:center;transition:opacity .3s;display:grid;position:absolute;inset:0}.casal-module__8lmg2G__episodeThumbOverlay[data-ready=false]{opacity:1;color:#fff6;background:#0000008c}.casal-module__8lmg2G__episodeThumb:not(:disabled):hover .casal-module__8lmg2G__episodeThumbOverlay{opacity:1}.casal-module__8lmg2G__episodeDuration{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;border-radius:4px;padding:.22rem .5rem;font-size:.62rem;font-weight:700;position:absolute;bottom:.55rem;right:.55rem}.casal-module__8lmg2G__episodeBody{flex-direction:column;justify-content:center;gap:1.1rem;min-width:0;display:flex}.casal-module__8lmg2G__episodeTop{flex-direction:column;gap:.35rem;display:flex}.casal-module__8lmg2G__episodeType{letter-spacing:.12em;text-transform:uppercase;color:#b8895a;font-size:.6rem;font-weight:700}.casal-module__8lmg2G__earlyBadge{letter-spacing:.03em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:999px;align-self:flex-start;align-items:center;gap:.3rem;padding:.22rem .55rem;font-size:.62rem;font-weight:700;display:inline-flex;box-shadow:0 4px 12px #16a34a59}.casal-module__8lmg2G__episodeTop h3{color:#fff;margin:0;font-size:1.05rem;font-weight:600}.casal-module__8lmg2G__episodeSynopsis{color:#ffffff7a;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:620px;margin:0;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}.casal-module__8lmg2G__episodeTimeline{flex-wrap:wrap;align-items:center;gap:1.75rem;display:flex}.casal-module__8lmg2G__statusReady{text-transform:uppercase;letter-spacing:.15em;color:#73e2a7;white-space:nowrap;background:#73e2a70f;border:1px solid #73e2a724;border-radius:20px;padding:.38rem .8rem;font-size:.6rem;font-weight:700}.casal-module__8lmg2G__statusPending{color:#ffffff73;max-width:340px;font-size:.8rem;font-weight:400;line-height:1.55}.casal-module__8lmg2G__episodeActions{flex-wrap:wrap;gap:.6rem;display:flex}.casal-module__8lmg2G__episodeActionBtn{color:#ffffff8c;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:.4rem;padding:.6rem 1.05rem;font-size:.72rem;font-weight:600;transition:all .25s;display:inline-flex}.casal-module__8lmg2G__episodeActionBtn:hover{color:#fff;background:#ffffff0f;border-color:#ffffff40}.casal-module__8lmg2G__episodeActionBtn[data-primary=true]{color:#000;background:#fff;border-color:#fff;font-weight:700}.casal-module__8lmg2G__episodeActionBtn[data-primary=true]:hover{background:#ffffffdb}.casal-module__8lmg2G__modalOverlay{z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.casal-module__8lmg2G__modalCard{background:#111;border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:480px;padding:2rem;position:relative}.casal-module__8lmg2G__modalClose{color:#fff6;cursor:pointer;background:0 0;border:none;padding:4px;transition:color .2s;position:absolute;top:16px;right:16px}.casal-module__8lmg2G__modalClose:hover{color:#fff}.casal-module__8lmg2G__modalHeader{margin-bottom:1.5rem}.casal-module__8lmg2G__modalHeader h3{color:#fff;margin:.4rem 0 0;font-size:1.1rem;font-weight:500}.casal-module__8lmg2G__modalForm{flex-direction:column;gap:.9rem;display:flex}.casal-module__8lmg2G__modalField label{color:#ffffff80;margin-bottom:4px;font-size:.75rem;display:block}.casal-module__8lmg2G__modalField input,.casal-module__8lmg2G__modalField textarea{color:#fff;box-sizing:border-box;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:.9rem;transition:border-color .2s}.casal-module__8lmg2G__modalField input:focus,.casal-module__8lmg2G__modalField textarea:focus{border-color:#b8895a}.casal-module__8lmg2G__modalField textarea{resize:vertical;min-height:100px}.casal-module__8lmg2G__modalSubmit{color:#000;cursor:pointer;background:#b8895a;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.9rem;font-weight:600;transition:opacity .2s;display:flex}.casal-module__8lmg2G__modalSubmit:disabled{opacity:.6;cursor:default}.casal-module__8lmg2G__modalSubmit:not(:disabled):hover{opacity:.88}.casal-module__8lmg2G__brandsSection{background:#000;padding:6rem 0 5rem}.casal-module__8lmg2G__brandsSub{color:#ffffff80;max-width:480px;margin:.75rem 0 2.5rem;font-size:.92rem;font-weight:300;line-height:1.75}.casal-module__8lmg2G__portfolioCta{text-align:center;background:radial-gradient(600px 300px at 50% 0,#b8895a14,#0000),#000;border-top:1px solid #ffffff0f;padding:5rem 0 7rem}.casal-module__8lmg2G__portfolioCta h2{margin:0 0 .6rem;font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:550}.casal-module__8lmg2G__portfolioCta p{color:#ffffff8c;max-width:440px;margin:0 auto 1.75rem;font-size:.92rem;line-height:1.6}.casal-module__8lmg2G__portfolioCtaBtn{color:#000;letter-spacing:.06em;text-transform:uppercase;background:#b8895a;border-radius:999px;justify-content:center;align-items:center;padding:.9rem 1.8rem;font-size:.78rem;font-weight:700;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:inline-flex}.casal-module__8lmg2G__portfolioCtaBtn:hover{transform:translateY(-2px);box-shadow:0 14px 32px #b8895a59}@media (max-width:900px){.casal-module__8lmg2G__detailGrid{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:700px){.casal-module__8lmg2G__episodeRow{grid-template-columns:140px 1fr;gap:1.1rem;padding:1.4rem 0}.casal-module__8lmg2G__episodeBody{gap:.75rem}}@media (max-width:520px){.casal-module__8lmg2G__episodeRow{grid-template-columns:1fr}.casal-module__8lmg2G__episodeThumb{width:100%}}@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__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:0;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:0;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}}
.DeliveryList-module__-bmVtG__container{background:var(--surface);border:1px solid var(--line);border-radius:0;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{background:rgba(var(--on-surface-rgb), .02);border:1px solid rgba(var(--on-surface-rgb), .05);transition:var(--transition-smooth);border-radius:0;grid-template-columns:1fr auto auto;align-items:center;gap:2rem;padding:1.25rem;display:grid}.DeliveryList-module__-bmVtG__item:hover{background:rgba(var(--on-surface-rgb), .04);border-color:rgba(var(--on-surface-rgb), .1)}.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{background:rgba(var(--on-surface-rgb), .08);color:rgba(var(--on-surface-rgb), .5);border-radius:0;padding:.2rem .5rem;font-size:.7rem;font-weight:500}.DeliveryList-module__-bmVtG__desc{color:rgba(var(--on-surface-rgb), .4);font-size:.8rem}.DeliveryList-module__-bmVtG__statusGroup{align-items:center;gap:1rem;display:flex}.DeliveryList-module__-bmVtG__statusSelect{border:1px solid rgba(var(--on-surface-rgb), .1);color:#fff;cursor:pointer;background:#0000004d;border-radius:0;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{background:rgba(var(--on-surface-rgb), .05);width:32px;height:32px;color:rgba(var(--on-surface-rgb), .6);cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:0;place-items:center;display:grid}.DeliveryList-module__-bmVtG__btnUpload:hover{background:var(--accent-gold);color:#000}.DeliveryList-module__-bmVtG__btnEdit:hover{background:rgba(var(--on-surface-rgb), .15);color:var(--admin-text)}.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}}
.DevSignature-module__cVf3aW__signature{color:var(--muted);align-items:center;gap:.55rem;font-size:.78rem;line-height:1;text-decoration:none;transition:color .35s,transform .35s;display:inline-flex}.DevSignature-module__cVf3aW__signature:hover{color:var(--foreground);transform:translateY(-1px)}.DevSignature-module__cVf3aW__mark{background:#1c1c1a;border-radius:24%;flex-shrink:0;width:15px;height:15px;transition:transform .5s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden}.DevSignature-module__cVf3aW__signature:hover .DevSignature-module__cVf3aW__mark{transform:rotate(10deg)scale(1.1)}.DevSignature-module__cVf3aW__markBar{background:#eceae4;width:20%;height:64%;position:absolute;top:18%;left:54%}.DevSignature-module__cVf3aW__heart{color:var(--accent-gold);transform-origin:50%;display:inline-block}.DevSignature-module__cVf3aW__signature:hover .DevSignature-module__cVf3aW__heart{animation:.7s DevSignature-module__cVf3aW__heartbeat}@keyframes DevSignature-module__cVf3aW__heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.28)}50%{transform:scale(.96)}70%{transform:scale(1.14)}}.DevSignature-module__cVf3aW__brand{color:inherit;font-weight:600;transition:color .35s}.DevSignature-module__cVf3aW__signature:hover .DevSignature-module__cVf3aW__brand{color:var(--accent-gold)}@media (prefers-reduced-motion:reduce){.DevSignature-module__cVf3aW__signature,.DevSignature-module__cVf3aW__mark,.DevSignature-module__cVf3aW__heart,.DevSignature-module__cVf3aW__brand{transition:none;animation:none}}
.PortfolioPosterCard-module__tSZiJq__card{flex-direction:column;display:flex}.PortfolioPosterCard-module__tSZiJq__cardLink{text-align:left;cursor:pointer;color:inherit;font:inherit;background:0 0;border:none;flex-direction:column;gap:.85rem;padding:0;text-decoration:none;display:flex}.PortfolioPosterCard-module__tSZiJq__poster{aspect-ratio:2/3;border-radius:var(--radius-md);background:#ffffff08;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;position:relative;overflow:hidden}.PortfolioPosterCard-module__tSZiJq__cardLink:hover .PortfolioPosterCard-module__tSZiJq__poster,.PortfolioPosterCard-module__tSZiJq__cardLink:focus-visible .PortfolioPosterCard-module__tSZiJq__poster{transform:translateY(-4px)scale(1.03);box-shadow:0 0 0 1px #ffffff24}.PortfolioPosterCard-module__tSZiJq__posterImg{object-fit:cover;transition:transform .5s}.PortfolioPosterCard-module__tSZiJq__cardLink:hover .PortfolioPosterCard-module__tSZiJq__posterImg{transform:scale(1.05)}.PortfolioPosterCard-module__tSZiJq__posterOverlay{color:#ffffffe6;opacity:0;background:linear-gradient(#00000047 0%,#00000005 55%,#00000080 100%);place-items:center;transition:opacity .3s;display:grid;position:absolute;inset:0}.PortfolioPosterCard-module__tSZiJq__cardLink:hover .PortfolioPosterCard-module__tSZiJq__posterOverlay,.PortfolioPosterCard-module__tSZiJq__cardLink:focus-visible .PortfolioPosterCard-module__tSZiJq__posterOverlay{opacity:1}.PortfolioPosterCard-module__tSZiJq__duration{letter-spacing:.04em;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;border-radius:0;padding:.22rem .5rem;font-size:.62rem;font-weight:700;position:absolute;bottom:.55rem;right:.55rem}.PortfolioPosterCard-module__tSZiJq__badges{z-index:1;flex-wrap:wrap;gap:.25rem;display:flex;position:absolute;top:.45rem;left:.45rem;right:.45rem}.PortfolioPosterCard-module__tSZiJq__earlyBadge{letter-spacing:.02em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-full);background:#16a34ad1;align-items:center;gap:.2rem;padding:.16rem .4rem;font-size:.48rem;font-weight:700;display:inline-flex}.PortfolioPosterCard-module__tSZiJq__newBadge{letter-spacing:.03em;text-transform:uppercase;color:#000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-full);background:#b8895ae0;align-items:center;padding:.16rem .4rem;font-size:.48rem;font-weight:700;display:inline-flex}.PortfolioPosterCard-module__tSZiJq__backstageBadge{letter-spacing:.02em;text-transform:uppercase;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-full);background:#1e1e1ed1;align-items:center;gap:.2rem;padding:.16rem .4rem;font-size:.48rem;font-weight:700;display:inline-flex}.PortfolioPosterCard-module__tSZiJq__info{flex-direction:column;gap:.3rem;display:flex}.PortfolioPosterCard-module__tSZiJq__category{letter-spacing:.14em;text-transform:uppercase;color:#b8895a;font-size:.58rem;font-weight:700}.PortfolioPosterCard-module__tSZiJq__title{color:#fff;margin:0;font-size:.92rem;font-weight:600}.PortfolioPosterCard-module__tSZiJq__synopsis{color:#ffffff73;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.78rem;line-height:1.5;display:-webkit-box;overflow:hidden}
.ThemeLanding-module__htS11a__main{background:var(--background);min-height:100vh;color:var(--foreground)}.ThemeLanding-module__htS11a__hero{align-items:center;width:100%;height:100svh;min-height:580px;display:flex;position:relative;overflow:hidden}.ThemeLanding-module__htS11a__heroBg{object-fit:cover;object-position:center 20%;filter:brightness(.45)saturate(.8);transition:transform 8s ease-out}.ThemeLanding-module__htS11a__heroOverlay{z-index:1;background:linear-gradient(160deg,#0000008c 0%,#00000040 50%,#000000b3 100%);position:absolute;inset:0}.ThemeLanding-module__htS11a__heroContent{z-index:2;padding-top:5rem;position:relative}.ThemeLanding-module__htS11a__heroInner{flex-direction:column;gap:1.5rem;max-width:760px;display:flex}.ThemeLanding-module__htS11a__badge{letter-spacing:.18em;text-transform:uppercase;color:var(--accent-gold);border:1px solid var(--accent-gold);border-radius:var(--radius-full);width:fit-content;padding:.3rem .9rem;font-size:.7rem;font-weight:600;display:inline-block}.ThemeLanding-module__htS11a__headline{font-family:var(--font-family-heading);letter-spacing:-.02em;color:#fff;margin:0;font-size:clamp(2rem,4.5vw,3.6rem);font-style:italic;font-weight:500;line-height:1.12}.ThemeLanding-module__htS11a__subheadline{color:#ffffffc7;max-width:580px;margin:0;font-size:clamp(1rem,1.8vw,1.2rem);font-weight:300;line-height:1.65}.ThemeLanding-module__htS11a__heroCtas{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.ThemeLanding-module__htS11a__heroCtas .ThemeLanding-module__htS11a__btnPrimary,.ThemeLanding-module__htS11a__heroCtas .ThemeLanding-module__htS11a__btnOutline{flex:none}.ThemeLanding-module__htS11a__heroScroll{z-index:2;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.ThemeLanding-module__htS11a__heroScroll span{background:linear-gradient(#0000,#ffffff80);width:1px;height:48px;margin:0 auto;animation:2s ease-in-out infinite ThemeLanding-module__htS11a__scrollPulse;display:block}@keyframes ThemeLanding-module__htS11a__scrollPulse{0%,to{opacity:.4;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.ThemeLanding-module__htS11a__btnPrimary{background:var(--accent-gold-gradient);color:#000;letter-spacing:.03em;white-space:nowrap;border-radius:0;align-items:center;gap:.6rem;padding:.85rem 1.8rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:opacity .25s,transform .25s,box-shadow .25s;display:inline-flex;position:relative;box-shadow:0 4px 20px #b8895a59}.ThemeLanding-module__htS11a__btnPrimary:hover{opacity:.9;transform:translateY(-2px);box-shadow:0 8px 28px #b8895a73}.ThemeLanding-module__htS11a__btnPrimary:after{content:"";pointer-events:none;animation:2.4s ease-out infinite ThemeLanding-module__htS11a__whatsCtaPulse;position:absolute;inset:0;box-shadow:0 0 #b8895a8c}@keyframes ThemeLanding-module__htS11a__whatsCtaPulse{0%{box-shadow:0 0 #b8895a8c}70%{box-shadow:0 0 0 14px #b8895a00}to{box-shadow:0 0 0 14px #b8895a00}}@media (prefers-reduced-motion:reduce){.ThemeLanding-module__htS11a__btnPrimary:after{animation:none}}.ThemeLanding-module__htS11a__btnOutline{color:#fff;letter-spacing:.02em;white-space:nowrap;background:0 0;border:1px solid #ffffff59;border-radius:0;align-items:center;gap:.6rem;padding:.85rem 1.8rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .25s,border-color .25s,transform .25s;display:inline-flex}.ThemeLanding-module__htS11a__btnOutline:hover{background:#ffffff14;border-color:#fff9;transform:translateY(-2px)}.ThemeLanding-module__htS11a__story{padding:7rem 0 4rem}.ThemeLanding-module__htS11a__storyGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,440px),1fr));gap:4rem 5rem;display:grid}.ThemeLanding-module__htS11a__storyBlock{flex-direction:column;gap:1.2rem;display:flex}.ThemeLanding-module__htS11a__storyTitle{letter-spacing:-.015em;color:var(--foreground);font-size:clamp(1.3rem,2vw,1.65rem);font-weight:700;line-height:1.25}.ThemeLanding-module__htS11a__storyText{color:var(--accent-muted);font-size:1rem;font-weight:400;line-height:1.8}.ThemeLanding-module__htS11a__pullQuoteWrap{border-left:2px solid var(--accent-gold);max-width:700px;margin-top:5rem;padding-left:2.5rem}.ThemeLanding-module__htS11a__pullQuote{font-family:var(--font-family-heading);color:var(--foreground);margin:0;font-size:clamp(1.35rem,2.2vw,1.8rem);font-style:italic;font-weight:400;line-height:1.5}.ThemeLanding-module__htS11a__features{background:var(--surface);padding:5rem 0 7rem}.ThemeLanding-module__htS11a__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.ThemeLanding-module__htS11a__featureCard{background:var(--background);border:1px solid var(--line);border-radius:var(--radius-lg);flex-direction:column;gap:.8rem;padding:2rem 1.6rem;transition:border-color .3s,transform .3s;display:flex}.ThemeLanding-module__htS11a__featureCard:hover{border-color:var(--accent-gold);transform:translateY(-4px)}.ThemeLanding-module__htS11a__featureIcon{color:var(--accent-gold);display:flex}.ThemeLanding-module__htS11a__featureTitle{letter-spacing:-.01em;color:var(--foreground);margin:0;font-size:1rem;font-weight:700}.ThemeLanding-module__htS11a__featureDesc{color:var(--muted);margin:0;font-size:.88rem;font-weight:400;line-height:1.7}.ThemeLanding-module__htS11a__midCta{background:var(--background);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:6rem 0}.ThemeLanding-module__htS11a__midCtaInner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:620px;margin:0 auto;display:flex}.ThemeLanding-module__htS11a__midCtaTitle{letter-spacing:-.02em;color:var(--foreground);margin:0;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.2}.ThemeLanding-module__htS11a__midCtaText{color:var(--accent-muted);margin:0;font-size:1.05rem;font-weight:400;line-height:1.75}.ThemeLanding-module__htS11a__portfolioTeaser{padding:3.5rem 0 0}.ThemeLanding-module__htS11a__portfolioTeaserText{text-align:center;color:var(--muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:.6rem;margin:0 0 2.25rem;font-size:.85rem;display:flex}.ThemeLanding-module__htS11a__portfolioTeaserLink{color:var(--accent-gold);align-items:center;gap:.3rem;font-weight:600;text-decoration:none;transition:gap .25s,opacity .25s;display:inline-flex}.ThemeLanding-module__htS11a__portfolioTeaserLink:hover{opacity:.85;gap:.55rem}.ThemeLanding-module__htS11a__portfolioCard{background:var(--surface);border:1px solid var(--accent-gold);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:920px;margin:0 auto;padding:2.25rem 2.5rem;transition:box-shadow .3s,transform .3s;display:flex}.ThemeLanding-module__htS11a__portfolioCard:hover{box-shadow:0 12px 36px #b8895a26}.ThemeLanding-module__htS11a__portfolioCardText{flex-direction:column;gap:.35rem;display:flex}.ThemeLanding-module__htS11a__portfolioCardText strong{font-family:var(--font-family-heading);color:var(--foreground);font-size:clamp(1.15rem,2vw,1.4rem);font-weight:600}.ThemeLanding-module__htS11a__portfolioCardText span{color:var(--muted);font-size:.9rem}.ThemeLanding-module__htS11a__portfolioCard .ThemeLanding-module__htS11a__btnOutline{color:var(--foreground);border-color:var(--accent-gold);flex-shrink:0}.ThemeLanding-module__htS11a__portfolioCard .ThemeLanding-module__htS11a__btnOutline:hover{background:var(--accent-gold-soft)}@media (max-width:640px){.ThemeLanding-module__htS11a__portfolioCard{flex-direction:column;align-items:flex-start;padding:1.75rem}}.ThemeLanding-module__htS11a__sectionLabel{letter-spacing:.2em;text-transform:uppercase;color:var(--muted);margin-bottom:3rem;font-size:.7rem;font-weight:600}.ThemeLanding-module__htS11a__testimonials{padding:7rem 0}.ThemeLanding-module__htS11a__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:2rem;display:grid}.ThemeLanding-module__htS11a__testimonialCard{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:2rem;display:flex}.ThemeLanding-module__htS11a__stars{color:var(--accent-gold);letter-spacing:.1em;font-size:.8rem}.ThemeLanding-module__htS11a__testimonialText{color:var(--accent-soft);flex:1;margin:0;font-size:.97rem;font-weight:400;line-height:1.75}.ThemeLanding-module__htS11a__testimonialAuthor{border-top:1px solid var(--line);flex-direction:column;gap:.15rem;padding-top:.5rem;display:flex}.ThemeLanding-module__htS11a__testimonialAuthor strong{color:var(--foreground);font-size:.88rem;font-weight:600}.ThemeLanding-module__htS11a__testimonialAuthor span{color:var(--muted);font-size:.78rem;font-weight:400}.ThemeLanding-module__htS11a__mapSection{background:#080808;padding:7rem 0}.ThemeLanding-module__htS11a__faq{background:var(--surface);padding:8rem 0;position:relative}.ThemeLanding-module__htS11a__faqHeader{text-align:center;margin-bottom:4rem}.ThemeLanding-module__htS11a__faqHeadline{font-family:var(--font-serif);color:var(--accent-gold);margin:0 0 1rem;font-size:clamp(2.5rem,5vw,4rem);font-style:italic;font-weight:500}.ThemeLanding-module__htS11a__faqSubtitle{color:var(--muted);max-width:600px;margin:0 auto;font-size:1.1rem}.ThemeLanding-module__htS11a__faqList{flex-direction:column;gap:1.25rem;max-width:800px;margin:0 auto;display:flex}.ThemeLanding-module__htS11a__faqItem{background:var(--surface-2);border:1px solid var(--line);border-radius:var(--radius-md);transition:border-color .3s,transform .3s,box-shadow .3s;overflow:hidden}.ThemeLanding-module__htS11a__faqItem:hover{border-color:var(--gold-soft);transform:translateY(-2px)}.ThemeLanding-module__htS11a__faqQuestion{width:100%;font-family:var(--font-family-base);color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.75rem 2rem;font-size:1.15rem;font-weight:600;transition:color .2s;display:flex}.ThemeLanding-module__htS11a__faqQuestion:hover{color:var(--accent-gold)}.ThemeLanding-module__htS11a__faqChevron{color:var(--gold);flex-shrink:0;transition:transform .3s}.ThemeLanding-module__htS11a__faqChevron.ThemeLanding-module__htS11a__open{transform:rotate(180deg)}.ThemeLanding-module__htS11a__faqAnswer{overflow:hidden}.ThemeLanding-module__htS11a__faqAnswer p{color:var(--muted);margin:0;padding:0 2rem 1.75rem;font-size:1.05rem;font-weight:400;line-height:1.8}.ThemeLanding-module__htS11a__finalCta{background:var(--background);padding:9rem 0;position:relative;overflow:hidden}.ThemeLanding-module__htS11a__finalCta:before{content:"";background:radial-gradient(circle, var(--accent-gold-soft) 0%, transparent 70%);pointer-events:none;z-index:0;width:600px;height:600px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.ThemeLanding-module__htS11a__finalCtaInner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:660px;margin:0 auto;display:flex;position:relative}.ThemeLanding-module__htS11a__finalCtaEyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--accent-gold);margin:0;font-size:.7rem;font-weight:600}.ThemeLanding-module__htS11a__finalCtaHeadline{letter-spacing:-.025em;color:var(--foreground);margin:0;font-size:clamp(1.9rem,3.5vw,3rem);font-weight:700;line-height:1.15}.ThemeLanding-module__htS11a__finalCtaText{color:var(--accent-muted);max-width:500px;margin:0;font-size:1.05rem;font-weight:400;line-height:1.75}.ThemeLanding-module__htS11a__finalCtaBtns{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:.5rem;display:flex}[data-theme=light] .ThemeLanding-module__htS11a__heroBg{filter:brightness(.35)saturate(.7)}[data-theme=light] .ThemeLanding-module__htS11a__btnOutline{color:#fff;border-color:#ffffff80}[data-theme=light] .ThemeLanding-module__htS11a__btnOutline:hover{background:#ffffff1f}[data-theme=light] .ThemeLanding-module__htS11a__portfolioCard .ThemeLanding-module__htS11a__btnOutline{color:var(--foreground)}@media (max-width:640px){.ThemeLanding-module__htS11a__heroInner{gap:1.25rem}.ThemeLanding-module__htS11a__btnPrimary,.ThemeLanding-module__htS11a__btnOutline{justify-content:center;width:100%}.ThemeLanding-module__htS11a__storyGrid{gap:3rem}.ThemeLanding-module__htS11a__pullQuoteWrap{margin-top:3rem;padding-left:1.5rem}.ThemeLanding-module__htS11a__featuresGrid,.ThemeLanding-module__htS11a__testimonialsGrid{grid-template-columns:1fr}.ThemeLanding-module__htS11a__finalCtaBtns{flex-direction:column;align-items:center}.ThemeLanding-module__htS11a__finalCtaBtns .ThemeLanding-module__htS11a__btnPrimary,.ThemeLanding-module__htS11a__finalCtaBtns .ThemeLanding-module__htS11a__btnOutline{justify-content:center;width:100%}}
.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:0;width:100%;max-width:1200px;overflow:hidden}.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:0;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%}}
.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}}
.AdminChrome-module__1_9JCW__root{position:relative}.AdminChrome-module__1_9JCW__trigger{border:1px solid var(--admin-border);background:linear-gradient(180deg, rgba(var(--on-surface-rgb), .03), rgba(var(--on-surface-rgb), 0)), color-mix(in srgb, var(--admin-surface) 88%, transparent);min-height:2.625rem;color:var(--admin-text);cursor:pointer;transition:var(--transition-fast);border-radius:0;align-items:center;gap:.7rem;padding:.4rem .85rem;display:inline-flex}.AdminChrome-module__1_9JCW__trigger:hover{background:linear-gradient(180deg, rgba(var(--on-surface-rgb), .045), rgba(var(--on-surface-rgb), 0)), color-mix(in srgb, var(--admin-hover-bg) 88%, transparent);border-color:color-mix(in srgb, var(--admin-accent) 26%, transparent)}.AdminChrome-module__1_9JCW__triggerIconOnly{border-radius:999px;justify-content:center;width:2.625rem;padding:0}.AdminChrome-module__1_9JCW__triggerLabel{text-align:left;flex-direction:column;min-width:0;line-height:1.2;display:flex}.AdminChrome-module__1_9JCW__triggerTitle{color:var(--admin-text);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.AdminChrome-module__1_9JCW__triggerSubtitle{color:var(--admin-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.66rem;overflow:hidden}.AdminChrome-module__1_9JCW__accentIcon{color:var(--admin-accent);flex-shrink:0}.AdminChrome-module__1_9JCW__chevron{color:var(--admin-text-secondary);flex-shrink:0;transition:transform .2s}.AdminChrome-module__1_9JCW__chevronOpen{transform:rotate(180deg)}.AdminChrome-module__1_9JCW__avatar{background:color-mix(in srgb, var(--admin-accent) 14%, var(--admin-border-hover));border:1px solid color-mix(in srgb, var(--admin-accent) 18%, transparent);width:2rem;min-width:2rem;height:2rem;color:var(--admin-text);letter-spacing:.03em;border-radius:999px;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.AdminChrome-module__1_9JCW__avatarLarge{width:2.5rem;min-width:2.5rem;height:2.5rem;font-size:.85rem}.AdminChrome-module__1_9JCW__avatarImg{object-fit:cover;width:100%;height:100%}.AdminChrome-module__1_9JCW__dropdown{border:1px solid var(--admin-border);background:linear-gradient(180deg, rgba(var(--on-surface-rgb), .05), rgba(var(--on-surface-rgb), .015)), var(--surface-floating);-webkit-backdrop-filter:blur(20px)saturate(135%);z-index:9999;border-radius:0;width:min(22rem,100vw - 1.5rem);position:absolute;top:calc(100% + .55rem);right:0;overflow:hidden}.AdminChrome-module__1_9JCW__dropdownWide{width:min(23rem,100vw - 1.5rem)}.AdminChrome-module__1_9JCW__dropdownHeader{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem;display:flex}.AdminChrome-module__1_9JCW__dropdownHeaderInfo{align-items:center;gap:.75rem;min-width:0;display:flex}.AdminChrome-module__1_9JCW__dropdownTitle{color:var(--admin-text);font-size:.92rem;font-weight:700}.AdminChrome-module__1_9JCW__dropdownSubtitle{color:var(--admin-text-secondary);margin-top:.22rem;font-size:.74rem}.AdminChrome-module__1_9JCW__dropdownBody{max-height:min(70vh,34rem);overflow-y:auto}.AdminChrome-module__1_9JCW__dropdownSection{padding:.35rem}.AdminChrome-module__1_9JCW__dropdownFooter{border-top:1px solid var(--admin-border);text-align:center;padding:.8rem 1rem}.AdminChrome-module__1_9JCW__menuButton{width:100%;min-height:2.7rem;color:var(--admin-text-secondary);text-align:left;cursor:pointer;transition:var(--transition-fast);background:0 0;border:1px solid #0000;border-radius:0;align-items:center;gap:.75rem;padding:.65rem .8rem;font-size:.84rem;font-weight:500;text-decoration:none;display:flex}.AdminChrome-module__1_9JCW__menuButton:hover{color:var(--admin-text);background:rgba(var(--on-surface-rgb), .05);border-color:rgba(var(--on-surface-rgb), .06)}.AdminChrome-module__1_9JCW__menuButtonStrong{font-weight:600}.AdminChrome-module__1_9JCW__menuButtonDanger{color:var(--color-danger)}.AdminChrome-module__1_9JCW__menuButtonDanger:hover{color:color-mix(in srgb, var(--color-danger) 40%, var(--admin-text-primary) 60%);background:var(--color-danger-soft);border-color:color-mix(in srgb, var(--color-danger) 22%, transparent)}.AdminChrome-module__1_9JCW__menuButtonActive{color:var(--admin-accent);background:color-mix(in srgb, var(--admin-accent) 12%, transparent);border-color:color-mix(in srgb, var(--admin-accent) 22%, transparent)}.AdminChrome-module__1_9JCW__menuIcon{flex-shrink:0}.AdminChrome-module__1_9JCW__notificationItem{cursor:pointer;transition:var(--transition-fast);background:0 0;border:1px solid #0000;border-radius:0;gap:.5rem;padding:.5rem;display:flex}.AdminChrome-module__1_9JCW__notificationItem:hover{background:rgba(var(--on-surface-rgb), .03)}.AdminChrome-module__1_9JCW__notificationItemUnread{background:color-mix(in srgb, var(--admin-accent) 4%, transparent);border-color:#0000}.AdminChrome-module__1_9JCW__notificationItemUnread:hover{background:color-mix(in srgb, var(--admin-accent) 6%, transparent)}.AdminChrome-module__1_9JCW__notificationContent{flex:1;min-width:0}.AdminChrome-module__1_9JCW__notificationTitle{color:var(--admin-text);margin-bottom:.15rem;font-size:.75rem;font-weight:600}.AdminChrome-module__1_9JCW__notificationMessage{color:var(--admin-text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.35;transition:all .2s;display:-webkit-box;overflow:hidden}.AdminChrome-module__1_9JCW__notificationMessageExpanded{-webkit-line-clamp:unset;display:block;overflow:visible}.AdminChrome-module__1_9JCW__notificationItemUnread .AdminChrome-module__1_9JCW__notificationMessage{color:var(--admin-text)}.AdminChrome-module__1_9JCW__notificationMeta{color:var(--admin-text-secondary);opacity:.7;margin-top:.25rem;font-size:.65rem}.AdminChrome-module__1_9JCW__actionLinkBtn{color:var(--admin-accent);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:0;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.AdminChrome-module__1_9JCW__actionLinkBtn:hover{background:color-mix(in srgb, var(--admin-accent) 12%, transparent)}.AdminChrome-module__1_9JCW__pillButton{border:1px solid var(--admin-border);min-height:1.85rem;color:var(--admin-accent);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.35rem;padding:.22rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.AdminChrome-module__1_9JCW__readButton{width:1.75rem;height:1.75rem;color:var(--admin-accent);cursor:pointer;transition:var(--transition-fast);opacity:.6;background:0 0;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AdminChrome-module__1_9JCW__readButton:hover{opacity:1;background:color-mix(in srgb, var(--admin-accent) 12%, transparent)}.AdminChrome-module__1_9JCW__counter{background:var(--color-danger);color:#fff;border:2px solid var(--admin-sidebar-bg);border-radius:999px;justify-content:center;align-items:center;min-width:1.15rem;height:1.15rem;padding:0 .25rem;font-size:.62rem;font-weight:700;display:inline-flex;position:absolute;top:-.12rem;right:-.12rem}.AdminChrome-module__1_9JCW__emptyState{text-align:center;color:var(--admin-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem 1rem;display:flex}.AdminChrome-module__1_9JCW__emptyIcon{opacity:.28}.AdminChrome-module__1_9JCW__overlay{background:var(--overlay-backdrop);z-index:9999;align-items:flex-end;padding:.75rem;display:flex;position:fixed;inset:0}.AdminChrome-module__1_9JCW__sheet{border:1px solid var(--admin-border);background:linear-gradient(180deg, rgba(var(--on-surface-rgb), .05), rgba(var(--on-surface-rgb), .018)), var(--surface-floating);-webkit-backdrop-filter:blur(18px)saturate(135%);border-radius:0;flex-direction:column;width:100%;max-height:min(76vh,36rem);display:flex;overflow:hidden}.AdminChrome-module__1_9JCW__footerLink{color:var(--admin-text-secondary);font-size:.76rem;font-weight:600}
.CityAutocomplete-module__3c_tMG__wrapper{width:100%;position:relative}.CityAutocomplete-module__3c_tMG__inputContainer{align-items:center;display:flex;position:relative}.CityAutocomplete-module__3c_tMG__icon{color:var(--admin-text-muted);position:absolute;left:12px}.CityAutocomplete-module__3c_tMG__input{border:1px solid var(--admin-border);background-color:var(--admin-card-bg);width:100%;color:var(--admin-text);border-radius:0;outline:none;padding:10px 12px 10px 36px;font-size:14px;transition:border-color .2s,box-shadow .2s}.CityAutocomplete-module__3c_tMG__input:focus{border-color:var(--gold);box-shadow:0 0 0 2px var(--gold-hover)}.CityAutocomplete-module__3c_tMG__spinner{color:var(--admin-text-muted);animation:1s linear infinite CityAutocomplete-module__3c_tMG__spin;position:absolute;right:12px}@keyframes CityAutocomplete-module__3c_tMG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CityAutocomplete-module__3c_tMG__dropdown{background:var(--admin-card-bg);border:1px solid var(--admin-border);z-index:50;border-radius:0;width:100%;max-height:250px;margin:0;padding:0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto}.CityAutocomplete-module__3c_tMG__option{cursor:pointer;border-bottom:1px solid rgba(var(--on-surface-rgb), .06);align-items:flex-start;padding:10px 12px;transition:background-color .2s;display:flex}.CityAutocomplete-module__3c_tMG__option:last-child{border-bottom:none}.CityAutocomplete-module__3c_tMG__option:hover{background-color:rgba(var(--on-surface-rgb), .05)}.CityAutocomplete-module__3c_tMG__optionIcon{color:var(--admin-text-muted);flex-shrink:0;margin-top:2px;margin-right:10px}.CityAutocomplete-module__3c_tMG__optionText{color:var(--admin-text-secondary);flex-direction:column;font-size:14px;display:flex}.CityAutocomplete-module__3c_tMG__optionText strong{color:var(--admin-text);font-weight:500}.CityAutocomplete-module__3c_tMG__region{color:var(--admin-text-muted);margin-top:2px;font-size:12px}.CityAutocomplete-module__3c_tMG__noResults{color:var(--admin-text-muted);text-align:center;padding:12px;font-size:13px}
.VideoManager-module__LUBAha__container{border-top:1px solid rgba(var(--on-surface-rgb), .1);margin-top:2rem;padding-top:1.5rem}.VideoManager-module__LUBAha__title{color:var(--accent-gold);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem;font-size:1rem;font-weight:600}.VideoManager-module__LUBAha__list{flex-direction:column;gap:1rem;display:flex}.VideoManager-module__LUBAha__item{background:rgba(var(--on-surface-rgb), .03);border:1px solid rgba(var(--on-surface-rgb), .05);border-radius:0;padding:1rem;transition:all .3s}.VideoManager-module__LUBAha__item:hover{background:rgba(var(--on-surface-rgb), .05);border-color:#b8895a33}.VideoManager-module__LUBAha__itemExpanded{background:rgba(var(--on-surface-rgb), .04);border-color:#b89e6559}.VideoManager-module__LUBAha__itemHeader{flex-direction:column;gap:1rem;display:flex}.VideoManager-module__LUBAha__itemInfo{justify-content:space-between;align-items:center;display:flex}.VideoManager-module__LUBAha__itemTitle{color:var(--admin-text);align-items:center;gap:.75rem;font-weight:600;display:flex}.VideoManager-module__LUBAha__itemBadge{background:rgba(var(--on-surface-rgb), .1);color:rgba(var(--on-surface-rgb), .6);border-radius:0;padding:2px 8px;font-size:.7rem}.VideoManager-module__LUBAha__itemIndicator{color:#b89e65;background:#b89e6526;border-radius:0;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.VideoManager-module__LUBAha__statusSelect{background:var(--admin-input-bg);color:var(--admin-text);border:1px solid rgba(var(--on-surface-rgb), .1);cursor:pointer;border-radius:0;outline:none;padding:4px 8px;font-size:.85rem}.VideoManager-module__LUBAha__statusSelect:focus{border-color:var(--accent-gold)}.VideoManager-module__LUBAha__itemActions{align-items:center;gap:.5rem;display:flex}.VideoManager-module__LUBAha__inputGroup{border:1px solid rgba(var(--on-surface-rgb), .1);height:38px;color:rgba(var(--on-surface-rgb), .4);background:#0003;border-radius:0;flex:1;align-items:center;gap:.5rem;padding:0 .75rem;display:flex}.VideoManager-module__LUBAha__urlInput{color:#fff;background:0 0;border:none;outline:none;flex:1;width:100%;font-size:.85rem}.VideoManager-module__LUBAha__urlInput::placeholder{color:rgba(var(--on-surface-rgb), .2)}.VideoManager-module__LUBAha__expandBtn{border:1px solid rgba(var(--on-surface-rgb), .1);width:38px;height:38px;color:rgba(var(--on-surface-rgb), .4);cursor:pointer;background:#0003;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.VideoManager-module__LUBAha__expandBtn:hover{color:#fff;background:#b89e6514;border-color:#b89e6566}.VideoManager-module__LUBAha__expandBtnActive{color:#b89e65;background:#b89e651a;border-color:#b89e6566}.VideoManager-module__LUBAha__editor{border-top:1px solid rgba(var(--on-surface-rgb), .08);margin-top:1.25rem;padding-top:1.25rem;animation:.25s ease-out VideoManager-module__LUBAha__slideIn}@keyframes VideoManager-module__LUBAha__slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.VideoManager-module__LUBAha__editorGrid{grid-template-columns:1fr 260px;gap:1.5rem;display:grid}.VideoManager-module__LUBAha__editorFields{flex-direction:column;gap:1rem;display:flex}.VideoManager-module__LUBAha__fieldGroup{flex-direction:column;gap:.4rem;display:flex}.VideoManager-module__LUBAha__fieldLabel{text-transform:uppercase;letter-spacing:.14em;color:rgba(var(--on-surface-rgb), .35);align-items:center;gap:.4rem;font-size:.6rem;font-weight:700;display:inline-flex}.VideoManager-module__LUBAha__fieldInput{background:rgba(var(--on-surface-rgb), .04);border:1px solid rgba(var(--on-surface-rgb), .09);color:#fff;font-size:.85rem;font-family:var(--font-family-base);border-radius:0;outline:none;width:100%;padding:.65rem .9rem;transition:border-color .18s}.VideoManager-module__LUBAha__fieldInput:focus{border-color:#b89e6573}.VideoManager-module__LUBAha__fieldInput::placeholder{color:rgba(var(--on-surface-rgb), .2)}.VideoManager-module__LUBAha__fieldTextarea{background:rgba(var(--on-surface-rgb), .04);border:1px solid rgba(var(--on-surface-rgb), .09);color:#fff;font-size:.85rem;font-family:var(--font-family-base);resize:vertical;border-radius:0;outline:none;width:100%;min-height:80px;padding:.65rem .9rem;line-height:1.5;transition:border-color .18s}.VideoManager-module__LUBAha__fieldTextarea:focus{border-color:#b89e6573}.VideoManager-module__LUBAha__fieldTextarea::placeholder{color:rgba(var(--on-surface-rgb), .2)}.VideoManager-module__LUBAha__charCount{color:rgba(var(--on-surface-rgb), .25);text-align:right;font-size:.7rem}.VideoManager-module__LUBAha__editorCover{flex-direction:column;gap:.5rem;display:flex}.VideoManager-module__LUBAha__coverPreviewWrap{aspect-ratio:16/9;background:rgba(var(--on-surface-rgb), .03);border:1px solid rgba(var(--on-surface-rgb), .09);border-radius:0;width:100%;position:relative;overflow:hidden}.VideoManager-module__LUBAha__coverPlaceholder{color:rgba(var(--on-surface-rgb), .22);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;display:flex;position:absolute;inset:0}.VideoManager-module__LUBAha__coverUploadBtn{color:#b89e65;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;background:#b89e651a;border:1px solid #b89e6540;border-radius:0;justify-content:center;align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.72rem;font-weight:600;transition:all .18s;display:inline-flex}.VideoManager-module__LUBAha__coverUploadBtn:hover{background:#b89e652e;border-color:#b89e6566}.VideoManager-module__LUBAha__editorFooter{border-top:1px solid rgba(var(--on-surface-rgb), .06);justify-content:flex-end;gap:.75rem;margin-top:1.25rem;padding-top:1rem;display:flex}.VideoManager-module__LUBAha__saveBtn{color:#000;cursor:pointer;font-size:.78rem;font-weight:600;font-family:var(--font-family-base);background:#b89e65;border:none;border-radius:0;align-items:center;gap:.4rem;padding:.55rem 1.1rem;transition:all .18s;display:inline-flex}.VideoManager-module__LUBAha__saveBtn:hover{background:#cbb879;transform:translateY(-1px)}.VideoManager-module__LUBAha__saveBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.VideoManager-module__LUBAha__cancelBtn{background:rgba(var(--on-surface-rgb), .05);color:rgba(var(--on-surface-rgb), .6);border:1px solid rgba(var(--on-surface-rgb), .09);cursor:pointer;font-size:.78rem;font-weight:600;font-family:var(--font-family-base);border-radius:0;align-items:center;gap:.4rem;padding:.55rem 1.1rem;transition:all .18s;display:inline-flex}.VideoManager-module__LUBAha__cancelBtn:hover{background:rgba(var(--on-surface-rgb), .09);color:#fff}@media (min-width:768px){.VideoManager-module__LUBAha__itemHeader{flex-direction:row;align-items:center}.VideoManager-module__LUBAha__itemInfo{flex:1}.VideoManager-module__LUBAha__itemActions{flex:2}}@media (max-width:700px){.VideoManager-module__LUBAha__editorGrid{grid-template-columns:1fr}.VideoManager-module__LUBAha__editorCover{order:-1}}.VideoManager-module__LUBAha__deadlineStatusArea{border-top:1px solid rgba(var(--on-surface-rgb), .04);margin-top:.75rem;padding-top:.75rem}.VideoManager-module__LUBAha__deadlineBadge{border-radius:20px;align-items:center;padding:4px 10px;font-size:.7rem;font-weight:500;display:inline-flex}.VideoManager-module__LUBAha__optimizationPanel{background:#0000004d;border:1px solid #b89e6526;border-radius:0;margin:1.5rem 0;padding:1.5rem}.VideoManager-module__LUBAha__analysisHeader{border-bottom:1px solid rgba(var(--on-surface-rgb), .05);gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.VideoManager-module__LUBAha__analysisItem{color:rgba(var(--on-surface-rgb), .6);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.VideoManager-module__LUBAha__presetGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.VideoManager-module__LUBAha__presetCard{background:rgba(var(--on-surface-rgb), .02);border:1px solid rgba(var(--on-surface-rgb), .06);text-align:left;cursor:pointer;border-radius:0;align-items:flex-start;gap:1rem;padding:1.25rem;transition:all .2s;display:flex;position:relative}.VideoManager-module__LUBAha__presetCard:hover{background:rgba(var(--on-surface-rgb), .04);border-color:#b89e654d}.VideoManager-module__LUBAha__presetActive{background:#b89e6514;border-color:#b89e65}.VideoManager-module__LUBAha__presetIcon{color:#b89e65;margin-top:.2rem}.VideoManager-module__LUBAha__presetName{color:#fff;margin-bottom:.3rem;font-size:.9rem;font-weight:600;display:block}.VideoManager-module__LUBAha__presetDesc{color:rgba(var(--on-surface-rgb), .4);margin:0;font-size:.75rem;line-height:1.4}.VideoManager-module__LUBAha__presetCheck{color:#b89e65;position:absolute;top:1rem;right:1rem}.VideoManager-module__LUBAha__optimizationTip{color:rgba(var(--on-surface-rgb), .5);background:#b89e650d;border-radius:0;gap:.75rem;padding:1rem;font-size:.75rem;line-height:1.5;display:flex}.VideoManager-module__LUBAha__optimizationTip span{flex:1}.VideoManager-module__LUBAha__progressContainer{margin-top:1.5rem}.VideoManager-module__LUBAha__stageList{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.VideoManager-module__LUBAha__stageItem{color:rgba(var(--on-surface-rgb), .3);align-items:center;gap:.75rem;font-size:.85rem;transition:all .3s;display:flex}.VideoManager-module__LUBAha__stageActive{color:#fff}.VideoManager-module__LUBAha__stageCompleted{color:#b89e65}.VideoManager-module__LUBAha__stageIcon{justify-content:center;align-items:center;width:20px;display:flex}.VideoManager-module__LUBAha__progressBarWrapper{background:rgba(var(--on-surface-rgb), .05);border-radius:3px;height:6px;overflow:hidden}.VideoManager-module__LUBAha__progressBar{background:linear-gradient(90deg,#b89e65,#e5cf97);height:100%;transition:width .3s}.VideoManager-module__LUBAha__progressInfo{text-transform:uppercase;letter-spacing:.05em;color:rgba(var(--on-surface-rgb), .4);justify-content:space-between;margin-top:.5rem;font-size:.7rem;font-weight:600;display:flex}
.Autosave-module__q5FO6G__conflictOverlay{z-index:99999;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Autosave-module__q5FO6G__conflictModal{background:#18181b;border:1px solid #3f3f46;border-radius:12px;width:90%;max-width:420px;padding:24px;box-shadow:0 20px 60px #00000080}.Autosave-module__q5FO6G__conflictModal h3{color:#ef4444;margin:0 0 8px;font-size:16px;font-weight:700}.Autosave-module__q5FO6G__conflictModal p{color:#a1a1aa;margin:0 0 16px;font-size:13px;line-height:1.5}.Autosave-module__q5FO6G__conflictActions{gap:10px;display:flex}.Autosave-module__q5FO6G__conflictActions button{cursor:pointer;border:none;border-radius:8px;flex:1;padding:10px;font-size:13px;font-weight:600;transition:opacity .15s}.Autosave-module__q5FO6G__conflictActions button:hover{opacity:.85}.Autosave-module__q5FO6G__indicator{background-color:var(--surface-2);color:var(--text-2);-webkit-user-select:none;user-select:none;border-radius:99px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000d}.Autosave-module__q5FO6G__spinner{animation:1s linear infinite Autosave-module__q5FO6G__spin}@keyframes Autosave-module__q5FO6G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Autosave-module__q5FO6G__saving{background-color:var(--warning-light,#fff3cd);color:var(--warning-dark,#856404)}.Autosave-module__q5FO6G__saved{background-color:var(--success-light,#d4edda);color:var(--success-dark,#155724)}.Autosave-module__q5FO6G__error,.Autosave-module__q5FO6G__conflict{background-color:var(--danger-light,#f8d7da);color:var(--danger-dark,#721c24)}.Autosave-module__q5FO6G__dirty{background-color:var(--surface-3);color:var(--text-2)}
.FilmInternalSteps-module__hznYlW__wrap{background:rgba(var(--on-surface-rgb), .02);border:1px solid var(--admin-border);border-radius:0;flex-direction:column;gap:.85rem;margin-top:.85rem;padding:.9rem 1rem;display:flex}.FilmInternalSteps-module__hznYlW__header{flex-flow:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.FilmInternalSteps-module__hznYlW__headerTitle{align-items:center;gap:.45rem;display:flex}.FilmInternalSteps-module__hznYlW__headerLabel{letter-spacing:.03em;color:var(--admin-text-secondary);font-size:.66rem;font-weight:600}.FilmInternalSteps-module__hznYlW__progressWrap{align-items:center;gap:.5rem;display:flex}.FilmInternalSteps-module__hznYlW__progressTrack{background:rgba(var(--on-surface-rgb), .1);border-radius:999px;width:5rem;height:.3rem;position:relative;overflow:hidden}.FilmInternalSteps-module__hznYlW__progressFill{background:linear-gradient(90deg, var(--gold), #34c781);border-radius:999px;height:100%}.FilmInternalSteps-module__hznYlW__progressPct{color:var(--admin-text-muted);text-align:right;min-width:1.8rem;font-family:ui-monospace,monospace;font-size:.66rem;font-weight:600}.FilmInternalSteps-module__hznYlW__loadingRow{color:var(--admin-text-muted);justify-content:center;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.7rem;display:flex}.FilmInternalSteps-module__hznYlW__emptyText{text-align:left;color:var(--admin-text-muted);padding:.35rem 0;font-size:.7rem}.FilmInternalSteps-module__hznYlW__stepGrid{grid-template-columns:repeat(2,1fr);gap:.4rem;display:grid}@media (min-width:640px){.FilmInternalSteps-module__hznYlW__stepGrid{grid-template-columns:repeat(4,1fr)}}.FilmInternalSteps-module__hznYlW__stepGridWide{grid-template-columns:repeat(3,1fr)}@media (min-width:640px){.FilmInternalSteps-module__hznYlW__stepGridWide{grid-template-columns:repeat(5,1fr)}}@media (min-width:768px){.FilmInternalSteps-module__hznYlW__stepGridWide{grid-template-columns:repeat(7,1fr)}}.FilmInternalSteps-module__hznYlW__stepBtn{border:1px solid var(--admin-border);background:rgba(var(--on-surface-rgb), .02);color:var(--admin-text-muted);cursor:pointer;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;padding:.5rem .4rem;font-family:inherit;transition:border-color .15s,color .15s,background .15s;display:flex;position:relative}.FilmInternalSteps-module__hznYlW__stepBtn:hover{border-color:var(--admin-border-hover);color:var(--admin-text)}.FilmInternalSteps-module__hznYlW__stepBtnDone{color:#34c781;background:#34c78114;border-color:#34c7814d}.FilmInternalSteps-module__hznYlW__stepBtnCurrent{border-color:var(--gold);color:var(--gold);background:#b89e651a}.FilmInternalSteps-module__hznYlW__stepBtnTop{justify-content:space-between;align-items:center;width:100%;display:flex}.FilmInternalSteps-module__hznYlW__stepOrder{opacity:.55;font-family:ui-monospace,monospace;font-size:.56rem}.FilmInternalSteps-module__hznYlW__stepIcon{opacity:.85;margin-top:.1rem}.FilmInternalSteps-module__hznYlW__stepName{text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:.6rem;font-weight:600;overflow:hidden}.FilmInternalSteps-module__hznYlW__stepDot{background:var(--gold);border-radius:999px;width:.3rem;height:.3rem;position:absolute;bottom:-.2rem}.FilmInternalSteps-module__hznYlW__editor{background:rgba(var(--on-surface-rgb), .03);border:1px solid var(--admin-border);border-radius:0;flex-direction:column;gap:.85rem;padding:.85rem;display:flex}.FilmInternalSteps-module__hznYlW__editorHeader{border-bottom:1px solid var(--admin-border);flex-direction:column;justify-content:space-between;align-items:flex-start;gap:.5rem;padding-bottom:.75rem;display:flex}@media (min-width:640px){.FilmInternalSteps-module__hznYlW__editorHeader{flex-direction:row;align-items:center}}.FilmInternalSteps-module__hznYlW__editorStepIndex{color:var(--gold);opacity:.85;font-family:ui-monospace,monospace;font-size:.68rem;display:block}.FilmInternalSteps-module__hznYlW__editorStepName{color:var(--admin-text);margin:0;font-size:.85rem;font-weight:700}.FilmInternalSteps-module__hznYlW__editorActions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.FilmInternalSteps-module__hznYlW__select{background:rgba(var(--on-surface-rgb), .05);border:1px solid var(--admin-border);color:var(--admin-text);border-radius:0;outline:none;padding:.35rem .6rem;font-family:inherit;font-size:.72rem}.FilmInternalSteps-module__hznYlW__select:focus{border-color:var(--gold)}.FilmInternalSteps-module__hznYlW__selectFull{width:100%;padding:.5rem}.FilmInternalSteps-module__hznYlW__actionBtn{border:1px solid var(--admin-border);background:rgba(var(--on-surface-rgb), .05);color:var(--admin-text-secondary);cursor:pointer;border-radius:0;align-items:center;gap:.35rem;padding:.35rem .75rem;font-family:inherit;font-size:.68rem;font-weight:700;transition:background .15s,color .15s;display:flex}.FilmInternalSteps-module__hznYlW__actionBtn:hover:not(:disabled){background:rgba(var(--on-surface-rgb), .09)}.FilmInternalSteps-module__hznYlW__actionBtn:disabled{opacity:.5;cursor:not-allowed}.FilmInternalSteps-module__hznYlW__actionBtnPrimary{color:#fff;background:#059669;border-color:#10b98166}.FilmInternalSteps-module__hznYlW__actionBtnPrimary:hover:not(:disabled){filter:brightness(1.08)}.FilmInternalSteps-module__hznYlW__actionBtnAccent{color:var(--gold);border-color:#b89e6559}.FilmInternalSteps-module__hznYlW__editorGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:640px){.FilmInternalSteps-module__hznYlW__editorGrid{grid-template-columns:1fr 1fr}}.FilmInternalSteps-module__hznYlW__fieldGroup{flex-direction:column;gap:.4rem;display:flex}.FilmInternalSteps-module__hznYlW__fieldLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--admin-text-muted);align-items:center;gap:.3rem;font-size:.62rem;font-weight:700;display:flex}.FilmInternalSteps-module__hznYlW__timestampBox{color:var(--admin-text-muted);background:rgba(var(--on-surface-rgb), .03);border:1px solid var(--admin-border);border-radius:0;flex-direction:column;justify-content:center;gap:.3rem;padding:.6rem;font-size:.68rem;display:flex}.FilmInternalSteps-module__hznYlW__timestampRow{justify-content:space-between;display:flex}.FilmInternalSteps-module__hznYlW__timestampValue{color:var(--admin-text-secondary);font-family:ui-monospace,monospace}.FilmInternalSteps-module__hznYlW__timestampValueDone{color:#34c781;font-family:ui-monospace,monospace}.FilmInternalSteps-module__hznYlW__commentsRow{gap:.5rem;display:flex}.FilmInternalSteps-module__hznYlW__textArea{background:rgba(var(--on-surface-rgb), .05);border:1px solid var(--admin-border);width:100%;color:var(--admin-text);resize:none;border-radius:0;outline:none;padding:.5rem;font-family:inherit;font-size:.72rem}.FilmInternalSteps-module__hznYlW__textArea:focus{border-color:var(--gold)}.FilmInternalSteps-module__hznYlW__saveNoteBtn{background:rgba(var(--on-surface-rgb), .06);color:var(--admin-text-secondary);border:1px solid var(--admin-border);cursor:pointer;border-radius:0;flex-shrink:0;padding:0 .75rem;font-family:inherit;font-size:.68rem;font-weight:600;transition:background .15s}.FilmInternalSteps-module__hznYlW__saveNoteBtn:hover:not(:disabled){background:rgba(var(--on-surface-rgb), .1)}.FilmInternalSteps-module__hznYlW__saveNoteBtn:disabled{opacity:.3;cursor:not-allowed}
.ProjectTeamTab-module__glUFrG__container{flex-direction:column;gap:1.25rem;display:flex}.ProjectTeamTab-module__glUFrG__header{background:var(--admin-hover-bg);border:1px solid rgba(var(--on-surface-rgb), .08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:0;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}@media (min-width:640px){.ProjectTeamTab-module__glUFrG__header{flex-direction:row;justify-content:space-between;align-items:center}}.ProjectTeamTab-module__glUFrG__headerLeft{flex-direction:column;gap:.5rem;display:flex}.ProjectTeamTab-module__glUFrG__headerTitle{color:var(--admin-text);font-size:1rem;font-weight:700}.ProjectTeamTab-module__glUFrG__headerSubtitle{color:rgba(var(--on-surface-rgb), .5);font-size:.75rem;font-family:var(--font-family-sans);margin-top:.25rem}.ProjectTeamTab-module__glUFrG__autosaveBadge{color:color-mix(in srgb, #f59e0b 40%, var(--admin-text-primary) 60%);text-transform:uppercase;background:#f59e0b26;border:1px solid #f59e0b33;border-radius:9999px;margin-left:.5rem;padding:.125rem .5rem;font-family:monospace;font-size:.625rem}.ProjectTeamTab-module__glUFrG__progressBarContainer{align-items:center;gap:.75rem;width:100%;padding:0 .25rem;display:flex}@media (min-width:640px){.ProjectTeamTab-module__glUFrG__progressBarContainer{width:250px}}.ProjectTeamTab-module__glUFrG__progressTrack{background:rgba(var(--on-surface-rgb), .1);border-radius:9999px;flex:1;height:4px;overflow:hidden}.ProjectTeamTab-module__glUFrG__progressFill{background:#f59e0b;border-radius:9999px;height:100%;transition:width .5s ease-out}.ProjectTeamTab-module__glUFrG__progressText{color:rgba(var(--on-surface-rgb), .4);white-space:nowrap;font-size:.65rem}.ProjectTeamTab-module__glUFrG__groupSection{margin-bottom:2rem}.ProjectTeamTab-module__glUFrG__groupHeader{border-bottom:1px solid rgba(var(--on-surface-rgb), .05);align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.ProjectTeamTab-module__glUFrG__groupIcon{color:rgba(var(--on-surface-rgb), .4);width:1.1rem;height:1.1rem}.ProjectTeamTab-module__glUFrG__groupTitle{color:var(--admin-text);letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:700}.ProjectTeamTab-module__glUFrG__roleCard{background:rgba(var(--on-surface-rgb), .03);border:1px solid rgba(var(--on-surface-rgb), .08);border-radius:0;flex-direction:column;padding:1rem;transition:all .2s;display:flex}.ProjectTeamTab-module__glUFrG__roleCard:hover{background:rgba(var(--on-surface-rgb), .05);border-color:rgba(var(--on-surface-rgb), .15)}.ProjectTeamTab-module__glUFrG__roleHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.ProjectTeamTab-module__glUFrG__roleInfo{flex-direction:column;gap:.25rem;display:flex}.ProjectTeamTab-module__glUFrG__roleTitle{color:var(--admin-text);font-size:.85rem;font-weight:700}.ProjectTeamTab-module__glUFrG__roleDescription{color:rgba(var(--on-surface-rgb), .4);font-size:.7rem;line-height:1.4}.ProjectTeamTab-module__glUFrG__roleBadgeAllocated{color:color-mix(in srgb, #4ade80 40%, var(--admin-text-primary) 60%);text-transform:uppercase;background:#22c55e1a;border:1px solid #22c55e33;border-radius:9999px;padding:.15rem .5rem;font-size:.6rem;font-weight:700}.ProjectTeamTab-module__glUFrG__roleBadgeEmpty{background:rgba(var(--on-surface-rgb), .05);color:rgba(var(--on-surface-rgb), .4);border:1px solid rgba(var(--on-surface-rgb), .1);text-transform:uppercase;border-radius:9999px;padding:.15rem .5rem;font-size:.6rem;font-weight:700}.ProjectTeamTab-module__glUFrG__comboboxWrapper{width:100%;position:relative}.ProjectTeamTab-module__glUFrG__comboboxTrigger{background:var(--admin-input-bg);border:1px solid rgba(var(--on-surface-rgb), .1);width:100%;color:rgba(var(--on-surface-rgb), .8);cursor:pointer;border-radius:0;outline:none;justify-content:space-between;align-items:center;padding:.6rem .8rem;font-size:.75rem;transition:all .2s;display:flex}.ProjectTeamTab-module__glUFrG__comboboxTrigger:hover,.ProjectTeamTab-module__glUFrG__comboboxTrigger:focus{background:var(--admin-hover-bg);border-color:#f59e0b66}.ProjectTeamTab-module__glUFrG__comboboxSelected{align-items:center;gap:.5rem;display:flex}.ProjectTeamTab-module__glUFrG__avatarSmall{object-fit:cover;border:1px solid rgba(var(--on-surface-rgb), .1);border-radius:50%;width:1.5rem;height:1.5rem}.ProjectTeamTab-module__glUFrG__avatarFallbackSmall{background:linear-gradient(135deg, var(--admin-card-bg-sec), var(--admin-hover-bg));border:1px solid rgba(var(--on-surface-rgb), .1);width:1.5rem;height:1.5rem;color:var(--admin-text);text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;font-size:.6rem;font-weight:700;display:flex}.ProjectTeamTab-module__glUFrG__comboboxText{color:var(--admin-text);font-weight:600}.ProjectTeamTab-module__glUFrG__comboboxTextEmpty{color:rgba(var(--on-surface-rgb), .3)}.ProjectTeamTab-module__glUFrG__popover{background:var(--admin-card-bg);border:1px solid rgba(var(--on-surface-rgb), .1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:50;border-radius:0;flex-direction:column;width:100%;min-width:240px;display:flex;position:absolute;top:calc(100% + .25rem);left:0;overflow:hidden}.ProjectTeamTab-module__glUFrG__searchHeader{border-bottom:1px solid rgba(var(--on-surface-rgb), .05);background:rgba(var(--on-surface-rgb), .02);padding:.5rem}.ProjectTeamTab-module__glUFrG__searchInputWrapper{align-items:center;display:flex;position:relative}.ProjectTeamTab-module__glUFrG__searchIcon{color:rgba(var(--on-surface-rgb), .4);position:absolute;left:.75rem}.ProjectTeamTab-module__glUFrG__searchInput{background:var(--admin-input-bg);border:1px solid rgba(var(--on-surface-rgb), .1);width:100%;color:var(--admin-text);border-radius:0;outline:none;padding:.5rem .5rem .5rem 2.25rem;font-size:.75rem;transition:border-color .2s}.ProjectTeamTab-module__glUFrG__searchInput:focus{border-color:#f59e0b80}.ProjectTeamTab-module__glUFrG__optionsList{flex-direction:column;gap:.25rem;max-height:250px;padding:.5rem;display:flex;overflow-y:auto}.ProjectTeamTab-module__glUFrG__optionsList::-webkit-scrollbar{width:4px}.ProjectTeamTab-module__glUFrG__optionsList::-webkit-scrollbar-track{background:0 0}.ProjectTeamTab-module__glUFrG__optionsList::-webkit-scrollbar-thumb{background:rgba(var(--on-surface-rgb), .1);border-radius:4px}.ProjectTeamTab-module__glUFrG__optionItem{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:0;justify-content:space-between;align-items:center;padding:.5rem .75rem;transition:all .15s;display:flex}.ProjectTeamTab-module__glUFrG__optionItem:hover{background:rgba(var(--on-surface-rgb), .05)}.ProjectTeamTab-module__glUFrG__optionItemSelected{background:#f59e0b1a;border-color:#f59e0b33}.ProjectTeamTab-module__glUFrG__optionContent{align-items:center;gap:.75rem;display:flex;overflow:hidden}.ProjectTeamTab-module__glUFrG__avatarLarge{object-fit:cover;border:1px solid rgba(var(--on-surface-rgb), .1);border-radius:50%;flex-shrink:0;width:2rem;height:2rem}.ProjectTeamTab-module__glUFrG__avatarFallbackLarge{background:linear-gradient(135deg, var(--admin-card-bg-sec), var(--admin-hover-bg));border:1px solid rgba(var(--on-surface-rgb), .1);width:2rem;height:2rem;color:var(--admin-text);text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.ProjectTeamTab-module__glUFrG__avatarFallbackLargeSelected{color:#000;background:#f59e0b;border-color:#f59e0b80}.ProjectTeamTab-module__glUFrG__optionTextContainer{flex-direction:column;display:flex;overflow:hidden}.ProjectTeamTab-module__glUFrG__optionName{color:var(--admin-text);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.ProjectTeamTab-module__glUFrG__optionNameSelected{color:color-mix(in srgb, #f59e0b 40%, var(--admin-text-primary) 60%);font-weight:700}.ProjectTeamTab-module__glUFrG__optionDetails{align-items:center;gap:.35rem;font-family:monospace;font-size:.6rem;display:flex}.ProjectTeamTab-module__glUFrG__optionRole{color:color-mix(in srgb, #f59e0b 40%, var(--admin-text-primary) 60%);text-transform:uppercase}.ProjectTeamTab-module__glUFrG__optionRoleSelected{color:color-mix(in srgb, #f59e0b 40%, var(--admin-text-primary) 60%)}.ProjectTeamTab-module__glUFrG__optionEmail{color:rgba(var(--on-surface-rgb), .4);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ProjectTeamTab-module__glUFrG__optionDot{color:rgba(var(--on-surface-rgb), .2)}.ProjectTeamTab-module__glUFrG__checkIcon{color:color-mix(in srgb, #f59e0b 40%, var(--admin-text-primary) 60%);flex-shrink:0;margin-left:.5rem}.ProjectTeamTab-module__glUFrG__divider{background:rgba(var(--on-surface-rgb), .05);height:1px;margin:.25rem .5rem}.ProjectTeamTab-module__glUFrG__emptyState{color:rgba(var(--on-surface-rgb), .3);flex-direction:column;align-items:center;gap:.5rem;padding:2rem 0;display:flex}.ProjectTeamTab-module__glUFrG__emptyStateIcon{opacity:.5}.ProjectTeamTab-module__glUFrG__emptyStateText{font-size:.75rem}.ProjectTeamTab-module__glUFrG__noneButton{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:0;justify-content:space-between;align-items:center;width:100%;padding:.6rem .75rem;transition:all .15s;display:flex}.ProjectTeamTab-module__glUFrG__noneButton:hover{background:rgba(var(--on-surface-rgb), .05)}.ProjectTeamTab-module__glUFrG__noneContent{align-items:center;gap:.75rem;display:flex}.ProjectTeamTab-module__glUFrG__noneAvatar{background:rgba(var(--on-surface-rgb), .05);border:1px dashed rgba(var(--on-surface-rgb), .2);width:2rem;height:2rem;color:rgba(var(--on-surface-rgb), .4);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProjectTeamTab-module__glUFrG__noneText{color:rgba(var(--on-surface-rgb), .4);font-size:.75rem;font-style:italic;font-weight:500}
.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,#b8895a4d,#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 #b8895a66}.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}}
.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}}
