.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:8px;align-items:center;gap:1rem;padding:1rem;font-size:.9rem;transition:all .3s;display:flex}.dashboard-module__dgeMKW__sidebarNav button:hover,.dashboard-module__dgeMKW__sidebarNav button.dashboard-module__dgeMKW__uploadContainer{background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:2rem}.dashboard-module__dgeMKW__uploadHeader{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.dashboard-module__dgeMKW__uploadHeader h3{color:var(--accent-gold);font-size:1.1rem;font-weight:600}.dashboard-module__dgeMKW__sidebarNav button:hover,.dashboard-module__dgeMKW__sidebarNav button.dashboard-module__dgeMKW__active{color:#fff;background:#ffffff0d}.dashboard-module__dgeMKW__sidebarNav button.dashboard-module__dgeMKW__active{color:var(--accent)}.dashboard-module__dgeMKW__sidebarFooter{border-top:1px solid #222;padding:2rem 1rem 0}.dashboard-module__dgeMKW__sidebarFooter button{color:#f44;align-items:center;gap:1rem;padding:1rem;display:flex}.dashboard-module__dgeMKW__content{flex:1;margin-left:260px;padding:3rem}.dashboard-module__dgeMKW__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.dashboard-module__dgeMKW__header h1{font-size:2rem}.dashboard-module__dgeMKW__eyebrow{color:#888;letter-spacing:.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:12px;padding:2rem}.dashboard-module__dgeMKW__statCard span{color:#888;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-size:.8rem;display:block}.dashboard-module__dgeMKW__statCard strong{font-size:2rem}.dashboard-module__dgeMKW__tableSection{background:#111;border:1px solid #222;border-radius:12px;overflow:hidden}.dashboard-module__dgeMKW__tableHeader{border-bottom:1px solid #222;padding:1.5rem 2rem}.dashboard-module__dgeMKW__searchBar{background:#000;border:1px solid #333;border-radius:6px;align-items:center;gap:.8rem;max-width:400px;padding:.6rem 1rem;display:flex}.dashboard-module__dgeMKW__searchBar input{color:#fff;background:0 0;border:none;width:100%}.dashboard-module__dgeMKW__searchBar input:focus{outline:none}.dashboard-module__dgeMKW__table{border-collapse:collapse;text-align:left;width:100%}.dashboard-module__dgeMKW__table th{text-transform:uppercase;color:#555;letter-spacing:.1em;padding:1.2rem 2rem;font-size:.75rem}.dashboard-module__dgeMKW__table td{border-top:1px solid #222;padding:1.2rem 2rem;font-size:.9rem}.dashboard-module__dgeMKW__tagDone{color:#4ade80;background:#4ade801a;border-radius:20px;padding:.3rem .8rem;font-size:.75rem}.dashboard-module__dgeMKW__tagProgress{color:#fbbf24;background:#fbbf241a;border-radius:20px;padding:.3rem .8rem;font-size:.75rem}.dashboard-module__dgeMKW__actions{gap:1rem;display:flex}.dashboard-module__dgeMKW__actions button{color:#888;transition:color .3s}.dashboard-module__dgeMKW__actions button:hover{color:#fff}.dashboard-module__dgeMKW__deleteBtn:hover{color:#f44!important}.dashboard-module__dgeMKW__uploadView{animation:.5s dashboard-module__dgeMKW__fadeIn}.dashboard-module__dgeMKW__backBtn{color:#888;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;display:flex}.dashboard-module__dgeMKW__backBtn:hover{color:#fff}@keyframes dashboard-module__dgeMKW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.dashboard-module__dgeMKW__sidebar{width:80px}.dashboard-module__dgeMKW__sidebarBrand,.dashboard-module__dgeMKW__sidebarNav button span,.dashboard-module__dgeMKW__sidebarFooter button span{display:none}.dashboard-module__dgeMKW__content{margin-left:80px;padding:2rem}.dashboard-module__dgeMKW__statsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-module__dgeMKW__adminLayout{flex-direction:column}.dashboard-module__dgeMKW__sidebar{border-bottom:1px solid #222;border-right:none;width:100%;height:auto;padding:1rem 0;position:relative}.dashboard-module__dgeMKW__sidebarNav{scrollbar-width:none;flex-direction:row;gap:.5rem;padding:0 1rem;overflow-x:auto}.dashboard-module__dgeMKW__sidebarNav::-webkit-scrollbar{display:none}.dashboard-module__dgeMKW__sidebarNav button{white-space:nowrap;padding:.75rem}.dashboard-module__dgeMKW__sidebarFooter{display:none}.dashboard-module__dgeMKW__content{margin-left:0;padding:1.5rem 1rem}.dashboard-module__dgeMKW__statsGrid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.dashboard-module__dgeMKW__header{flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.dashboard-module__dgeMKW__header h1{font-size:1.5rem}.dashboard-module__dgeMKW__tableHeader{padding:1rem}.dashboard-module__dgeMKW__searchBar{max-width:100%}.dashboard-module__dgeMKW__table th:nth-child(3),.dashboard-module__dgeMKW__table td:nth-child(3),.dashboard-module__dgeMKW__table th:nth-child(4),.dashboard-module__dgeMKW__table td:nth-child(4){display:none}}
.Button-module__8RiFmG__button{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__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__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);font-size:1.25rem;font-weight:500}.Navbar-module__KHvhDq__mobileMenu a:hover{color:var(--foreground)}.Navbar-module__KHvhDq__mobileLinkActive{color:var(--accent-gold)!important}.Navbar-module__KHvhDq__mobileNav{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.Navbar-module__KHvhDq__mobileDivider{background:var(--line);width:40px;height:1px;margin:1rem 0}.Navbar-module__KHvhDq__mobileActions{align-items:center;gap:1.5rem;margin-bottom:1.5rem;display:flex}.Navbar-module__KHvhDq__mobileWhats{text-align:center;width:100%;max-width:320px;padding:0 1.5rem}.Navbar-module__KHvhDq__mobileWhatsLabel{text-transform:uppercase;letter-spacing:.15em;color:var(--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:8px;align-items:stretch;gap:1px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000001a}.WhatsAppContactButtons-module__eZqarq__buttonPrimary{background:var(--accent-gold-gradient);color:#000;letter-spacing:.02em;cursor:pointer;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem 1.4rem;font-size:.82rem;font-weight:900;text-decoration:none;transition:all .4s cubic-bezier(.2,1,.3,1);display:flex;box-shadow:0 4px 15px #c5a02833}.WhatsAppContactButtons-module__eZqarq__buttonPrimary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.WhatsAppContactButtons-module__eZqarq__chevron{opacity:.8;margin-left:.2rem}.WhatsAppContactButtons-module__eZqarq__toggleBtn{color:#fff;cursor:pointer;background:#0000004d;border:none;border-left:1px solid #ffffff1a;justify-content:center;align-items:center;padding:0 .85rem;transition:all .3s;display:flex}.WhatsAppContactButtons-module__eZqarq__toggleBtn:hover{background:var(--accent-gold);color:#000}.WhatsAppContactButtons-module__eZqarq__allOptions{background:var(--surface);border:1px solid var(--accent-gold-soft);border-radius:12px;flex-direction:column;gap:.5rem;min-width:280px;padding:.5rem;display:flex;box-shadow:0 15px 40px #0006}.WhatsAppContactButtons-module__eZqarq__buttonSecondary{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.75rem;padding:.65rem 1.2rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.WhatsAppContactButtons-module__eZqarq__buttonSecondary:hover{background:var(--accent-gold);border-color:var(--accent-gold);color:#000;transform:translate(4px)}.WhatsAppContactButtons-module__eZqarq__closeBtn{color:var(--gray-light);cursor:pointer;text-transform:uppercase;letter-spacing:.1em;background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;font-size:.7rem;display:flex}.WhatsAppContactButtons-module__eZqarq__hero .WhatsAppContactButtons-module__eZqarq__buttonPrimary{border-radius:12px;padding:1rem 1.75rem;font-size:.95rem}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__container{width:auto}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonPrimary{color:#fff;min-width:auto;box-shadow:none;background:0 0;border:1px solid #fff;border-radius:999px;gap:.5rem;padding:.6rem 1.1rem;font-size:.72rem;font-weight:800}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonPrimary:hover{border-color:var(--accent-gold);color:var(--accent-gold)}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonSecondary{background:var(--accent-gold-gradient);color:#000;border-radius:999px;gap:.5rem;min-width:auto;padding:.6rem 1.1rem;font-size:.72rem;font-weight:800;box-shadow:0 4px 12px #c5a02833}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonSecondary:hover{background:#fff;transform:scale(1.05)}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__allOptions{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--accent-gold);border-radius:999px;flex-flow:row;gap:.5rem;min-width:auto;padding:.4rem;box-shadow:0 10px 30px #0006}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonSecondary{white-space:nowrap;color:#fff;background:0 0;border:none;border-radius:999px;padding:.6rem 1.1rem;font-size:.72rem;font-weight:800}.WhatsAppContactButtons-module__eZqarq__compact .WhatsAppContactButtons-module__eZqarq__buttonSecondary:hover{background:var(--accent-gold-gradient);color:#000;transform:scale(1.05)}.WhatsAppContactButtons-module__eZqarq__cleanRow{flex-wrap:wrap;justify-content:center;gap:1.5rem;width:100%;display:flex}.WhatsAppContactButtons-module__eZqarq__premiumButton{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:100px;align-items:center;gap:1.25rem;min-width:240px;padding:1.2rem 2.5rem;text-decoration:none;transition:all .4s cubic-bezier(.2,1,.3,1);display:flex;position:relative;overflow:hidden}.WhatsAppContactButtons-module__eZqarq__premiumButton:before{content:"";background:var(--accent-gold-gradient);opacity:0;z-index:0;transition:opacity .4s;position:absolute;inset:0}.WhatsAppContactButtons-module__eZqarq__premiumButton:hover{border-color:var(--accent-gold);background:#ffffff0f;box-shadow:0 0 25px #d4af3733,0 15px 35px #0006}.WhatsAppContactButtons-module__eZqarq__premiumButton:hover:before{opacity:.1}.WhatsAppContactButtons-module__eZqarq__premiumButton svg{color:var(--accent-gold);z-index:1}.WhatsAppContactButtons-module__eZqarq__btnContent{z-index:1;flex-direction:column;align-items:flex-start;display:flex}.WhatsAppContactButtons-module__eZqarq__btnLabel{letter-spacing:.02em;font-size:.95rem;font-weight:700}.WhatsAppContactButtons-module__eZqarq__btnSublabel{text-transform:uppercase;letter-spacing:.15em;opacity:.5;font-size:.65rem;font-weight:600}@media (max-width:768px){.WhatsAppContactButtons-module__eZqarq__cleanRow{flex-direction:column;align-items:stretch;gap:1rem;padding:0 1rem}.WhatsAppContactButtons-module__eZqarq__premiumButton{min-width:unset;padding:1rem 1.5rem}}
.LanguageSwitcher-module__a8TkrW__switcher{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:100px;align-items:center;gap:.5rem;padding:4px;display:flex}.LanguageSwitcher-module__a8TkrW__btn{width:34px;height:34px;color:var(--muted);transition:var(--transition-smooth);border-radius:100px;justify-content:center;align-items:center;padding:0;font-size:.75rem;font-weight:600;display:flex}.LanguageSwitcher-module__a8TkrW__btn:hover{color:var(--foreground);background:#ffffff0d}.LanguageSwitcher-module__a8TkrW__active{background:var(--accent)!important;color:var(--background)!important}.LanguageSwitcher-module__a8TkrW__flag{font-size:1.1rem;line-height:1}@media (max-width:768px){.LanguageSwitcher-module__a8TkrW__btn{width:32px;height:32px}}
.ThemeToggle-module__BDCMra__toggle{background:var(--glass-bg);border:1px solid var(--glass-border);width:40px;height:40px;color:var(--foreground);transition:var(--transition-smooth);border-radius:50%;justify-content:center;align-items:center;display:flex}.ThemeToggle-module__BDCMra__toggle:hover{background:var(--surface-hover);transform:scale(1.05)}.ThemeToggle-module__BDCMra__iconWrapper{justify-content:center;align-items:center;display:flex}.ThemeToggle-module__BDCMra__sun{color:var(--gold-light,#ffb800)}.ThemeToggle-module__BDCMra__moon{color:var(--text-muted)}
.BrandMark-module__1HaYhq__brand{align-items:center;gap:.85rem;min-width:0;max-width:100%;display:inline-flex}.BrandMark-module__1HaYhq__logo{object-fit:contain;width:auto;height:42px;transition:var(--transition-smooth);flex:none}.BrandMark-module__1HaYhq__logoInvert{filter:invert()}.BrandMark-module__1HaYhq__copy{flex-direction:column;gap:.18rem;min-width:0;display:inline-flex}.BrandMark-module__1HaYhq__name{color:var(--foreground);letter-spacing:.08em;white-space:nowrap;align-items:baseline;gap:.42rem;font-size:.98rem;font-weight:800;line-height:1;display:inline-flex}.BrandMark-module__1HaYhq__tv{letter-spacing:.04em;border:1px solid;border-radius:4px;padding:.12rem .22rem .1rem;font-size:.68em}.BrandMark-module__1HaYhq__tagline{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;white-space:nowrap;font-size:.58rem;font-weight:600;line-height:1.2}.BrandMark-module__1HaYhq__compact{gap:.7rem}.BrandMark-module__1HaYhq__compact .BrandMark-module__1HaYhq__logo{height:34px}.BrandMark-module__1HaYhq__compact .BrandMark-module__1HaYhq__tagline{display:none}@media (max-width:768px){.BrandMark-module__1HaYhq__tagline{display:none}.BrandMark-module__1HaYhq__logo{height:38px}}@media (max-width:520px){.BrandMark-module__1HaYhq__brand{gap:.6rem}.BrandMark-module__1HaYhq__logo{height:34px}.BrandMark-module__1HaYhq__name{gap:.3rem;font-size:.82rem}}
.VideoCard-module___GOp8a__card{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 25px 60px #000c,0 0 0 1px #ffffff1a}.VideoCard-module___GOp8a__card:hover .VideoCard-module___GOp8a__thumbnail{transform:scale(1.06)}.VideoCard-module___GOp8a__info{opacity:0;width:100%;transition:var(--transition-smooth);background:linear-gradient(#0000,#000000f0);padding:1.5rem;position:absolute;bottom:0;left:0;transform:translateY(20px)}.VideoCard-module___GOp8a__card:hover .VideoCard-module___GOp8a__info{opacity:1;transform:translateY(0)}.VideoCard-module___GOp8a__category{font-family:var(--font-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,#c9a45c);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__XIS8Ya__main{background:var(--background);width:100%;min-height:100vh;overflow-x:hidden}.page-module__XIS8Ya__hero{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.page-module__XIS8Ya__heroBg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.page-module__XIS8Ya__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__XIS8Ya__heroContent{z-index:2;text-align:center;width:100%;max-width:820px;padding:0 1.5rem;position:relative}.page-module__XIS8Ya__kicker{letter-spacing:.3em;text-transform:uppercase;color:#ffffff85;margin-bottom:1.5rem;font-size:.65rem;font-weight:700;display:block}.page-module__XIS8Ya__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__XIS8Ya__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__XIS8Ya__heroActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.7rem;display:flex}.page-module__XIS8Ya__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__XIS8Ya__btnPrimary:hover{background:#ffffffdb;transform:translateY(-2px)}.page-module__XIS8Ya__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__XIS8Ya__btnSecondary:hover{background:#ffffff38;transform:translateY(-2px)}.page-module__XIS8Ya__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__XIS8Ya__btnGhost:hover{color:#fff;border-color:#ffffff4d}.page-module__XIS8Ya__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__XIS8Ya__catalog{padding:3rem 0 6rem}.page-module__XIS8Ya__row{margin-bottom:4rem}.page-module__XIS8Ya__rowHeader{justify-content:space-between;align-items:center;padding:0 4vw 1rem;display:flex}.page-module__XIS8Ya__rowHeader h2{letter-spacing:-.01em;color:#fffffff2;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700}.page-module__XIS8Ya__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__XIS8Ya__viewAll:hover{color:#fff}.page-module__XIS8Ya__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__XIS8Ya__scroller::-webkit-scrollbar{display:none}.page-module__XIS8Ya__scrollerFeatured{grid-auto-columns:minmax(400px,46vw)}.page-module__XIS8Ya__cardFeatured{scroll-snap-align:start}.page-module__XIS8Ya__scrollerVertical{grid-auto-columns:minmax(160px,17vw)}.page-module__XIS8Ya__cardSlot{scroll-snap-align:start}.page-module__XIS8Ya__entregas{border-top:1px solid var(--line);padding:7rem 0}.page-module__XIS8Ya__entregasInner{flex-direction:column;gap:2.5rem;display:flex}.page-module__XIS8Ya__entregasKicker{letter-spacing:.3em;text-transform:uppercase;color:#ffffff73;font-size:clamp(.75rem,1.2vw,.85rem);font-weight:700}.page-module__XIS8Ya__entregasGrid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.page-module__XIS8Ya__entregasItem{border-right:1px solid var(--line);flex-direction:column;gap:.5rem;padding:2rem 0;display:flex}.page-module__XIS8Ya__entregasItem:first-child{padding-left:0}.page-module__XIS8Ya__entregasItem:last-child{border-right:none}.page-module__XIS8Ya__entregasNumber{color:#b89e65;letter-spacing:-.04em;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:600;line-height:1}.page-module__XIS8Ya__entregasLabel{color:#ffffff59;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:500}@media (max-width:768px){.page-module__XIS8Ya__entregas{padding:5rem 0}.page-module__XIS8Ya__entregasGrid{grid-template-columns:repeat(2,1fr);gap:2rem 0}.page-module__XIS8Ya__entregasItem{border-right:none;border-bottom:1px solid var(--line);padding-bottom:2rem}.page-module__XIS8Ya__entregasItem:nth-child(3),.page-module__XIS8Ya__entregasItem:nth-child(4){border-bottom:none;padding-top:2rem;padding-bottom:0}}.page-module__XIS8Ya__mapSection{background:linear-gradient(180deg, var(--background) 0%, var(--surface) 100%);border-top:1px solid var(--line);padding:8rem 0}.page-module__XIS8Ya__mapHeader{text-align:center;max-width:700px;margin-bottom:4rem;margin-left:auto;margin-right:auto;padding:0 1.5rem}.page-module__XIS8Ya__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__XIS8Ya__mapSection{padding:5rem 0}.page-module__XIS8Ya__mapHeader{margin-bottom:2rem}}.page-module__XIS8Ya__cta{text-align:center;border-top:1px solid var(--line);background:radial-gradient(circle,#d4af3708 0%,#0000 70%);padding:10rem 0 12rem;position:relative;overflow:hidden}.page-module__XIS8Ya__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__XIS8Ya__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__XIS8Ya__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__XIS8Ya__heroActions{gap:.6rem}.page-module__XIS8Ya__scroller{grid-auto-columns:minmax(240px,70vw)}.page-module__XIS8Ya__scrollerFeatured{grid-auto-columns:minmax(300px,82vw)}.page-module__XIS8Ya__scrollerVertical{grid-auto-columns:minmax(150px,38vw)}}@media (max-width:600px){.page-module__XIS8Ya__heroActions{flex-direction:column;align-items:stretch;max-width:320px;margin-left:auto;margin-right:auto}.page-module__XIS8Ya__btnPrimary,.page-module__XIS8Ya__btnSecondary,.page-module__XIS8Ya__btnGhost{justify-content:center}.page-module__XIS8Ya__heroTags{display:none}.page-module__XIS8Ya__kicker{letter-spacing:.15em;font-size:.6rem}.page-module__XIS8Ya__footer .container{flex-direction:column;align-items:flex-start}.page-module__XIS8Ya__footer nav{flex-wrap:wrap;gap:1.2rem}}
.AddCoupleModal-module__ox5aTq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.AddCoupleModal-module__ox5aTq__modal{background:#111;border:1px solid #222;border-radius:12px;width:100%;max-width:700px;overflow:hidden}.AddCoupleModal-module__ox5aTq__header{border-bottom:1px solid #222;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.AddCoupleModal-module__ox5aTq__header h2{margin:0;font-size:1.5rem}.AddCoupleModal-module__ox5aTq__form{flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.AddCoupleModal-module__ox5aTq__row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.AddCoupleModal-module__ox5aTq__field{flex-direction:column;gap:.5rem;display:flex}.AddCoupleModal-module__ox5aTq__field label{color:#888;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.AddCoupleModal-module__ox5aTq__inputWrapper{align-items:center;display:flex;position:relative}.AddCoupleModal-module__ox5aTq__inputWrapper svg{color:#555;position:absolute;left:1rem}.AddCoupleModal-module__ox5aTq__inputWrapper input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:.5rem 0;font-size:.9rem}.AddCoupleModal-module__ox5aTq__select{color:#fff;cursor:pointer;background:0 0;border:none;outline:none;flex:1;padding:.5rem 0;font-size:.9rem}.AddCoupleModal-module__ox5aTq__select option{color:#fff;background:#111}.AddCoupleModal-module__ox5aTq__inputWrapper input:focus{border-color:var(--accent);outline:none}.AddCoupleModal-module__ox5aTq__fileInput{background:#000;border:1px solid #333;border-radius:6px;padding:1rem;font-size:.8rem}.AddCoupleModal-module__ox5aTq__footer{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}@media (max-width:600px){.AddCoupleModal-module__ox5aTq__row{grid-template-columns:1fr}}
.BrandsGrid-module__en1pQW__grid{flex-wrap:wrap;gap:.5rem;display:flex}.BrandsGrid-module__en1pQW__chip{transition:var(--transition-smooth);background:#ffffff06;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:.45rem;padding:.38rem .9rem;display:inline-flex}.BrandsGrid-module__en1pQW__selectable{cursor:pointer}.BrandsGrid-module__en1pQW__selectable:hover{background:#ffffff0d;border-color:#ffffff3d}.BrandsGrid-module__en1pQW__active{background:#ffffff12;border-color:#ffffff59}.BrandsGrid-module__en1pQW__active .BrandsGrid-module__en1pQW__name{color:#ffffffe6}.BrandsGrid-module__en1pQW__name{letter-spacing:.18em;text-transform:uppercase;color:#ffffff7a;font-size:.6rem;font-weight:700;transition:color .2s}.BrandsGrid-module__en1pQW__check{color:#73e2a7;font-size:.6rem;font-weight:700}
.casal-module__8lmg2G__main{background:var(--background);min-height:100vh}.casal-module__8lmg2G__loginContainer{flex-direction:column;min-height:100vh;display:flex;position:relative}.casal-module__8lmg2G__loginBg{z-index:0;position:fixed;inset:0}.casal-module__8lmg2G__loginBgImg{object-fit:cover;filter:blur(20px)brightness(.4);transform:scale(1.1)}.casal-module__8lmg2G__loginOverlay{background:radial-gradient(circle,#0000 0%,#000c 100%);position:absolute;inset:0}.casal-module__8lmg2G__loginContent{z-index:1;flex:1;place-items:center;padding:2rem;display:grid;position:relative}.casal-module__8lmg2G__loginCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#0f0f0fb3;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:440px;padding:3rem 2rem;box-shadow:0 32px 64px #00000080}.casal-module__8lmg2G__lockIconCircle{background:var(--accent-gold-gradient);color:#000;border-radius:50%;place-items:center;width:80px;height:80px;margin:0 auto 2rem;display:grid;box-shadow:0 8px 24px #ffd7004d}.casal-module__8lmg2G__loginCard h2{color:#fff;margin-bottom:1rem;font-size:2rem}.casal-module__8lmg2G__loginCard p{color:var(--gray-light);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.casal-module__8lmg2G__loginCard strong{color:#fff}.casal-module__8lmg2G__loginForm{flex-direction:column;gap:1.5rem;display:flex}.casal-module__8lmg2G__inputGroup input{color:#fff;text-align:center;letter-spacing:.2em;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:1.2rem;font-size:1.1rem;transition:all .3s}.casal-module__8lmg2G__inputGroup input:focus{border-color:var(--accent-gold);background:#ffffff14;outline:none;box-shadow:0 0 0 4px #ffd7001a}.casal-module__8lmg2G__loginSupport{color:var(--gray-medium);margin-top:2rem;font-size:.9rem}.casal-module__8lmg2G__loginSupport a{color:var(--accent-gold);font-weight:600;text-decoration:none}.casal-module__8lmg2G__loading{min-height:100vh;color:var(--gray-light);background:var(--background);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;font-size:1.2rem;display:flex}.casal-module__8lmg2G__spinner{border:3px solid #ffd7001a;border-top-color:var(--accent-gold);border-radius:50%;width:40px;height:40px;animation:1s linear infinite casal-module__8lmg2G__spin}@keyframes casal-module__8lmg2G__spin{to{transform:rotate(360deg)}}.casal-module__8lmg2G__hero{align-items:flex-end;min-height:100vh;display:flex;position:relative;overflow:hidden}.casal-module__8lmg2G__coverImg{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.casal-module__8lmg2G__overlay{z-index:1;background:linear-gradient(90deg,#000000f0 0%,#00000085 50%,#0000001a 100%),linear-gradient(#02020285 0%,#02020200 45%,#020202 100%);position:absolute;inset:0}.casal-module__8lmg2G__heroVideo{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.casal-module__8lmg2G__videoControls{z-index:10;gap:.75rem;display:flex;position:absolute;bottom:clamp(1.5rem,4vw,3rem);right:clamp(1.5rem,4vw,3rem)}.casal-module__8lmg2G__controlBtn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#0006;border:1px solid #ffffff1a;border-radius:50%;place-items:center;width:42px;height:42px;transition:all .3s;display:grid}.casal-module__8lmg2G__controlBtn:hover{background:#ffffff26;border-color:#ffffff4d;transform:scale(1.05)}.casal-module__8lmg2G__heroInner{z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:8rem 2rem 5rem;position:relative}.casal-module__8lmg2G__heroContent{max-width:660px}.casal-module__8lmg2G__label{letter-spacing:.24em;text-transform:uppercase;color:#fff6;margin-bottom:1.2rem;font-size:.62rem;font-weight:700;display:block}.casal-module__8lmg2G__heroContent h1{letter-spacing:-.02em;margin-bottom:1.2rem;font-size:clamp(3rem,9vw,7.5rem);font-weight:500;line-height:.94}.casal-module__8lmg2G__badges{flex-wrap:wrap;gap:.5rem;margin-bottom:1.4rem;display:flex}.casal-module__8lmg2G__badges span{letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;border:1px solid #ffffff21;border-radius:3px;padding:.26rem .65rem;font-size:.62rem;font-weight:700}.casal-module__8lmg2G__synopsisPreview{color:#ffffffb3;max-width:520px;margin-bottom:2rem;font-size:clamp(.95rem,1.6vw,1.1rem);font-weight:300;line-height:1.78}.casal-module__8lmg2G__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.casal-module__8lmg2G__btnPlay{color:#000;letter-spacing:.04em;transition:var(--transition-smooth);background:#fff;border-radius:8px;align-items:center;gap:.55rem;padding:.9rem 1.8rem;font-size:.8rem;font-weight:700;display:inline-flex}.casal-module__8lmg2G__btnPlay:hover{background:#ffffffdb;transform:translateY(-2px)}.casal-module__8lmg2G__btnTrailer{color:#fff;letter-spacing:.04em;transition:var(--transition-smooth);background:#ffffff1f;border:1px solid #fff3;border-radius:8px;align-items:center;gap:.55rem;padding:.9rem 1.8rem;font-size:.8rem;font-weight:700;display:inline-flex}.casal-module__8lmg2G__btnTrailer:hover{background:#ffffff38;transform:translateY(-2px)}.casal-module__8lmg2G__btnDownload{color:#fff;letter-spacing:.04em;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:var(--transition-smooth);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;align-items:center;gap:.5rem;padding:.9rem 1.6rem;font-size:.78rem;font-weight:600;display:inline-flex}.casal-module__8lmg2G__btnDownload:hover{color:#000;background:#fff;transform:translateY(-2px)}.casal-module__8lmg2G__btnIcon{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);width:3rem;height:3rem;transition:var(--transition-smooth);background:#ffffff0f;border:1px solid #ffffff2e;border-radius:999px;place-items:center;display:grid}.casal-module__8lmg2G__btnIcon:hover{background:#ffffff24}.casal-module__8lmg2G__detail{border-bottom:1px solid var(--line);padding:4.5rem 0}.casal-module__8lmg2G__detailGrid{grid-template-columns:1fr 260px;align-items:start;gap:4rem;display:grid}.casal-module__8lmg2G__sectionLabel{letter-spacing:.22em;text-transform:uppercase;color:#ffffff61;margin-bottom:1rem;font-size:.62rem;font-weight:700;display:block}.casal-module__8lmg2G__synopsis p{color:#ffffffc2;margin-bottom:2.2rem;font-size:1rem;font-weight:300;line-height:1.88}.casal-module__8lmg2G__meta{flex-wrap:wrap;gap:2.5rem;display:flex}.casal-module__8lmg2G__metaItem{flex-direction:column;gap:.3rem;display:flex}.casal-module__8lmg2G__metaLabel{letter-spacing:.2em;text-transform:uppercase;color:#ffffff59;font-size:.6rem;font-weight:700}.casal-module__8lmg2G__metaItem>span:last-child{color:#fffc;font-size:.9rem;font-weight:500}.casal-module__8lmg2G__sidePanel{padding-top:1.8rem}.casal-module__8lmg2G__supportLink{letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;transition:var(--transition-smooth);border:1px solid #ffffff1a;border-radius:6px;padding:.7rem 1.2rem;font-size:.7rem;font-weight:700;display:inline-block}.casal-module__8lmg2G__supportLink:hover{color:#fff;border-color:#ffffff4d}.casal-module__8lmg2G__videosSection{background:#000;padding:8rem 0;position:relative}.casal-module__8lmg2G__episodesHeader{border-bottom:1px solid #ffffff1a;align-items:baseline;gap:1.5rem;margin-bottom:3rem;padding-bottom:1rem;display:flex}.casal-module__8lmg2G__episodesHeader h2{color:#fff;font-size:2rem;font-weight:800}.casal-module__8lmg2G__seasonLabel{color:var(--accent-gold);opacity:.8;font-size:1.1rem;font-weight:600}.casal-module__8lmg2G__episodesList{flex-direction:column;gap:0;display:flex}.casal-module__8lmg2G__episodeItem{border-bottom:1px solid #ffffff0d;grid-template-columns:240px 1fr 200px;align-items:center;gap:3rem;padding:3rem 0;transition:all .4s;display:grid;position:relative}.casal-module__8lmg2G__episodeItem:hover{border-bottom-color:#d4af374d}.casal-module__8lmg2G__episodeNumber{display:none}.casal-module__8lmg2G__episodeItem:hover .casal-module__8lmg2G__episodeNumber{color:var(--accent-gold)}.casal-module__8lmg2G__episodeThumb{aspect-ratio:16/9;background:#ffffff05;border-radius:4px;position:relative;overflow:hidden}.casal-module__8lmg2G__episodeThumb img{object-fit:cover;transition:transform .6s}.casal-module__8lmg2G__episodeItem:hover .casal-module__8lmg2G__episodeThumb img{transform:scale(1.08)}.casal-module__8lmg2G__episodePlay{opacity:0;color:#fff;background:#0000004d;place-items:center;transition:opacity .3s;display:grid;position:absolute;inset:0}.casal-module__8lmg2G__episodeItem:hover .casal-module__8lmg2G__episodePlay{opacity:1}.casal-module__8lmg2G__episodeInfo{flex-direction:column;gap:.5rem;display:flex}.casal-module__8lmg2G__episodeInfo h3{color:#fff;margin:0;font-size:1.4rem;font-weight:700}.casal-module__8lmg2G__episodeDescription{color:var(--gray-light);opacity:.7;max-width:600px;font-size:.95rem;line-height:1.6}.casal-module__8lmg2G__episodeMeta{text-transform:uppercase;letter-spacing:.1em;color:#fff6;align-items:center;gap:1rem;font-size:.75rem;font-weight:700;display:flex}.casal-module__8lmg2G__episodeCategory{color:var(--accent-gold)}.casal-module__8lmg2G__deadline{color:#fff;text-transform:none;letter-spacing:normal;background:#d4af3726;border:1px solid #d4af374d;border-radius:4px;padding:1px 8px;font-size:.65rem;font-weight:700}.casal-module__8lmg2G__episodeStatusArea{flex-direction:column;align-items:flex-end;gap:1rem;display:flex}.casal-module__8lmg2G__statusReady{text-transform:uppercase;letter-spacing:.15em;color:#73e2a7;background:#73e2a70d;border:1px solid #73e2a71a;border-radius:20px;padding:.4rem .8rem;font-size:.6rem;font-weight:700}.casal-module__8lmg2G__statusPending{text-transform:uppercase;letter-spacing:.15em;color:#ffffff4d;background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:.4rem .8rem;font-size:.6rem;font-weight:700}.casal-module__8lmg2G__downloadButton{color:#fff6;background:0 0;border:1px solid #ffffff14;border-radius:4px;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.7rem;font-weight:600;transition:all .3s;display:inline-flex}.casal-module__8lmg2G__downloadButton:hover{color:#fff;background:#ffffff0d;border-color:#fff3}@media (max-width:900px){.casal-module__8lmg2G__episodeItem{grid-template-columns:1fr;gap:1.2rem;padding:1rem}.casal-module__8lmg2G__episodeThumb{width:100%}.casal-module__8lmg2G__episodeStatusArea{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.casal-module__8lmg2G__episodeItem:hover{transform:none}}@media (max-width:600px){.casal-module__8lmg2G__heroInner{padding:6rem 1.5rem 3rem}.casal-module__8lmg2G__heroContent h1{font-size:clamp(2.2rem,10vw,3.5rem);line-height:1.1}.casal-module__8lmg2G__btnPlay{justify-content:center;width:100%}.casal-module__8lmg2G__actions{grid-template-columns:1fr 1fr;gap:.5rem;width:100%;display:grid}.casal-module__8lmg2G__btnIcon{width:100%;height:3.2rem}.casal-module__8lmg2G__btnPlay,.casal-module__8lmg2G__btnTrailer{grid-column:span 1;padding:.8rem 1rem;font-size:.75rem}.casal-module__8lmg2G__meta{gap:1.5rem}.casal-module__8lmg2G__metaItem{flex:120px}}
.DeliveryList-module__-bmVtG__container{background:var(--surface);border:1px solid var(--line);border-radius:12px;margin-bottom:2rem;padding:2rem}.DeliveryList-module__-bmVtG__title{color:var(--accent-gold);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.DeliveryList-module__-bmVtG__grid{flex-direction:column;gap:.75rem;display:flex}.DeliveryList-module__-bmVtG__item{transition:var(--transition-smooth);background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;grid-template-columns:1fr auto auto;align-items:center;gap:2rem;padding:1.25rem;display:grid}.DeliveryList-module__-bmVtG__item:hover{background:#ffffff0a;border-color:#ffffff1a}.DeliveryList-module__-bmVtG__info{flex-direction:column;gap:.4rem;display:flex}.DeliveryList-module__-bmVtG__nameRow{align-items:center;gap:.75rem;display:flex}.DeliveryList-module__-bmVtG__nameRow strong{font-size:.95rem;font-weight:600}.DeliveryList-module__-bmVtG__duration{color:#ffffff80;background:#ffffff14;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:500}.DeliveryList-module__-bmVtG__desc{color:#fff6;font-size:.8rem}.DeliveryList-module__-bmVtG__statusGroup{align-items:center;gap:1rem;display:flex}.DeliveryList-module__-bmVtG__statusSelect{color:#fff;cursor:pointer;background:#0000004d;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:.4rem .8rem;font-size:.8rem}.DeliveryList-module__-bmVtG__statusSelect:focus{border-color:var(--accent-gold)}.DeliveryList-module__-bmVtG__actions{gap:.5rem;display:flex}.DeliveryList-module__-bmVtG__actions button{color:#fff9;cursor:pointer;width:32px;height:32px;transition:var(--transition-smooth);background:#ffffff0d;border:none;border-radius:6px;place-items:center;display:grid}.DeliveryList-module__-bmVtG__btnUpload:hover{background:var(--accent-gold);color:#000}.DeliveryList-module__-bmVtG__btnEdit:hover{color:#fff;background:#ffffff26}.DeliveryList-module__-bmVtG__btnDelete:hover{color:#ff4d4d;background:#f003}.DeliveryList-module__-bmVtG__iconApproved{color:#4ade80}.DeliveryList-module__-bmVtG__iconReady{color:#60a5fa}.DeliveryList-module__-bmVtG__iconReview{color:#fbbf24}.DeliveryList-module__-bmVtG__iconEditing{color:#94a3b8}@media (max-width:900px){.DeliveryList-module__-bmVtG__item{grid-template-columns:1fr;gap:1rem}.DeliveryList-module__-bmVtG__statusGroup{justify-content:space-between}}
.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, #ffffff08, #fff0), 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:.95rem;align-items:center;gap:.7rem;padding:.4rem .85rem;display:inline-flex;box-shadow:0 10px 28px #00000014}.AdminChrome-module__1_9JCW__trigger:hover{background:linear-gradient(180deg, #ffffff0b, #fff0), 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__dropdown{border:1px solid var(--admin-border);background:linear-gradient(180deg, #ffffff0d, #ffffff04), var(--surface-floating);-webkit-backdrop-filter:blur(20px)saturate(135%);z-index:9999;border-radius:1rem;width:min(22rem,100vw - 1.5rem);position:absolute;top:calc(100% + .55rem);right:0;overflow:hidden;box-shadow:0 24px 48px #00000038}.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:.75rem;padding:1rem 1rem .9rem;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:.8rem;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:#ffffff0d;border-color:#ffffff0f}.AdminChrome-module__1_9JCW__menuButtonStrong{font-weight:600}.AdminChrome-module__1_9JCW__menuButtonDanger{color:var(--color-danger)}.AdminChrome-module__1_9JCW__menuButtonDanger:hover{color:var(--color-danger);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:.95rem;gap:.75rem;padding:.8rem;display:flex}.AdminChrome-module__1_9JCW__notificationItem:hover{background:#ffffff0a;border-color:#ffffff0f}.AdminChrome-module__1_9JCW__notificationItemUnread{background:color-mix(in srgb, var(--admin-accent) 8%, transparent);border-color:color-mix(in srgb, var(--admin-accent) 18%, transparent)}.AdminChrome-module__1_9JCW__notificationContent{flex:1;min-width:0}.AdminChrome-module__1_9JCW__notificationTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--admin-accent);margin-bottom:.28rem;font-size:.64rem;font-weight:700}.AdminChrome-module__1_9JCW__notificationMessage{color:var(--admin-text-secondary);font-size:.82rem;line-height:1.5}.AdminChrome-module__1_9JCW__notificationItemUnread .AdminChrome-module__1_9JCW__notificationMessage{color:var(--admin-text)}.AdminChrome-module__1_9JCW__notificationMeta{color:var(--admin-text-secondary);margin-top:.42rem;font-size:.7rem}.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__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;box-shadow:0 8px 18px #ef444459}.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, #ffffff0d, #ffffff05), var(--surface-floating);-webkit-backdrop-filter:blur(18px)saturate(135%);border-radius:1.4rem;flex-direction:column;width:100%;max-height:min(76vh,36rem);display:flex;overflow:hidden;box-shadow:0 28px 56px #0000003d}.AdminChrome-module__1_9JCW__footerLink{color:var(--admin-text-secondary);font-size:.76rem;font-weight:600}
.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)}
.studio-module__W4fhGG__shell{background:var(--admin-bg);min-height:100dvh;color:var(--admin-text);background-image:linear-gradient(#ffffff05,#0000 12%);flex-direction:row;display:flex;overflow-x:clip}.studio-module__W4fhGG__mobileMenuBtn{border:1px solid var(--header-border,var(--admin-border));background:var(--admin-surface);color:var(--header-text,var(--admin-text));cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:7px;transition:background-color .2s,border-color .2s,color .2s;display:none}.studio-module__W4fhGG__mobileMenuBtn:hover{background:var(--admin-hover-bg);border-color:var(--admin-accent);color:var(--admin-accent)}.studio-module__W4fhGG__headerHomeBtn{border:1px solid var(--header-border,var(--admin-border));background:var(--admin-surface);color:var(--header-text,var(--admin-text));border-radius:12px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s;display:flex}.studio-module__W4fhGG__headerHomeBtn:hover{background:var(--admin-hover-bg);border-color:var(--admin-accent);color:var(--admin-accent)}.studio-module__W4fhGG__headerLeftGroup{align-items:center;gap:12px;min-width:0;display:flex}.studio-module__W4fhGG__mainHeader,.studio-module__W4fhGG__mainHeaderBar{z-index:50;background:color-mix(in srgb, var(--header-bg,var(--admin-sidebar-bg)) 90%, transparent);height:62px;min-height:62px;color:var(--header-text,var(--admin-text));border-bottom:1px solid var(--header-border,var(--admin-border));-webkit-backdrop-filter:blur(18px)saturate(135%);padding:0 24px;transition:background-color .2s,color .2s,border-color .2s;position:sticky;top:0;box-shadow:0 10px 30px #00000024}.studio-module__W4fhGG__headerTitleTrail{align-items:center;gap:8px;min-width:0;display:flex}.studio-module__W4fhGG__headerTitleSection{color:var(--admin-accent);text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:600}.studio-module__W4fhGG__headerTitleSeparator{color:var(--admin-text-secondary);opacity:.4;font-size:14px}.studio-module__W4fhGG__headerCurrentTitle{color:var(--header-text,var(--admin-text));letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:600;overflow:hidden}.studio-module__W4fhGG__headerRightGroup{flex-shrink:0;justify-content:flex-end;align-items:center;gap:10px;min-width:0;display:flex}.studio-module__W4fhGG__headerAutosaveSlot{align-items:center;min-width:0;display:flex}.studio-module__W4fhGG__drawerCloseBtn{color:var(--admin-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;display:none}.studio-module__W4fhGG__drawerCloseBtn:hover{background:var(--admin-hover-bg);color:var(--admin-text)}.studio-module__W4fhGG__main{flex:1;min-width:0;min-height:100vh;overflow:clip auto}@keyframes studio-module__W4fhGG__pulse{0%,to{opacity:.25}50%{opacity:.5}}.studio-module__W4fhGG__loading{background:var(--admin-bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.studio-module__W4fhGG__page{max-width:1400px;margin:0 auto;padding:2rem 3rem 4rem;animation:.4s cubic-bezier(.16,1,.3,1) studio-module__W4fhGG__fadeIn}@keyframes studio-module__W4fhGG__fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.studio-module__W4fhGG__pageHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.studio-module__W4fhGG__pageEyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--admin-text-secondary);margin-bottom:.35rem;font-size:.58rem;font-weight:700;display:block}.studio-module__W4fhGG__pageTitle{letter-spacing:-.02em;margin:0;font-size:clamp(1.5rem,3vw,1.9rem);font-weight:600;line-height:1.1}.studio-module__W4fhGG__pageLead{max-width:58ch;color:var(--admin-text-secondary);margin-top:.45rem;font-size:.92rem;line-height:1.65}.studio-module__W4fhGG__pageActions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.studio-module__W4fhGG__statsGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.studio-module__W4fhGG__dashboardGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:1000px){.studio-module__W4fhGG__dashboardGrid{grid-template-columns:1fr}}.studio-module__W4fhGG__statCard{background:var(--admin-hover-bg);border:1px solid var(--admin-border);border-radius:10px;padding:1.25rem 1.4rem;transition:transform .2s cubic-bezier(.4,0,.2,1),border-color .2s,background .2s}.studio-module__W4fhGG__statCard:hover{background:var(--admin-hover-bg);border-color:#b89e6533;transform:translateY(-2px)}.studio-module__W4fhGG__statLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--admin-text-secondary);margin-bottom:.65rem;font-size:.58rem;font-weight:700;display:block}.studio-module__W4fhGG__statValue{letter-spacing:-.03em;color:var(--admin-text);font-size:2.2rem;font-weight:600;line-height:1}.studio-module__W4fhGG__statGold{color:var(--admin-accent)}.studio-module__W4fhGG__toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.studio-module__W4fhGG__searchBar{background:var(--admin-hover-bg);border:1px solid var(--admin-border);border-radius:8px;flex:1;align-items:center;gap:.6rem;min-width:200px;max-width:380px;padding:.55rem 1rem;display:flex}.studio-module__W4fhGG__searchBar input{color:var(--admin-text);width:100%;font-size:.82rem;font-family:var(--font-family-base);background:0 0;border:none;outline:none}.studio-module__W4fhGG__searchBar input::placeholder{color:var(--admin-text-secondary)}.studio-module__W4fhGG__filterSelect{background:var(--admin-input-bg);border:1px solid var(--admin-border);color:var(--admin-text-secondary);font-size:.8rem;font-family:var(--font-family-base);cursor:pointer;border-radius:8px;outline:none;padding:.55rem 1rem}.studio-module__W4fhGG__filterSelect option{background:var(--admin-input-bg);color:var(--admin-text)}.studio-module__W4fhGG__tableWrap{border:1px solid var(--admin-border);background:color-mix(in srgb, var(--admin-card-bg) 92%, transparent);box-shadow:var(--admin-shadow);border-radius:18px;overflow-x:auto}.studio-module__W4fhGG__table{border-collapse:collapse;width:100%}.studio-module__W4fhGG__table th{text-transform:uppercase;letter-spacing:.1em;color:var(--admin-text-secondary);text-align:left;border-bottom:1px solid var(--admin-border);white-space:nowrap;padding:1rem 1.25rem;font-size:.6rem;font-weight:600}.studio-module__W4fhGG__table td{border-bottom:1px solid var(--admin-border);color:var(--admin-text-secondary);vertical-align:middle;padding:1rem 1.25rem;font-size:.85rem;transition:background .15s}.studio-module__W4fhGG__table tr:last-child td{border-bottom:none}.studio-module__W4fhGG__table tr:hover td{background:var(--admin-hover-bg)}.studio-module__W4fhGG__tag{letter-spacing:.02em;white-space:nowrap;border-radius:4px;align-items:center;gap:.3rem;padding:.22rem .6rem;font-size:.65rem;font-weight:500;display:inline-flex}.studio-module__W4fhGG__tagGreen{background:var(--color-success-soft);color:var(--color-success)}.studio-module__W4fhGG__tagGold{background:var(--admin-accent-soft);color:var(--admin-accent)}.studio-module__W4fhGG__tagGray{background:var(--admin-hover-bg);color:var(--admin-text-secondary)}.studio-module__W4fhGG__tagOrange{background:var(--color-warning-soft);color:var(--color-warning)}.studio-module__W4fhGG__tagRed{background:var(--color-danger-soft);color:var(--color-danger)}.studio-module__W4fhGG__tagPurple{color:#8b5cf6;background:#8b5cf61f}.studio-module__W4fhGG__tagPink{color:#ec4899;background:#ec48991f}.studio-module__W4fhGG__actionBtns{align-items:center;gap:.35rem;display:flex}.studio-module__W4fhGG__actionBtn{border:1px solid var(--admin-border);width:1.9rem;height:1.9rem;color:var(--admin-text-secondary);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;transition:all .18s;display:inline-flex}.studio-module__W4fhGG__actionBtn:hover{color:var(--admin-text);background:var(--admin-hover-bg);border-color:var(--admin-border-hover);transform:translateY(-1px)}.studio-module__W4fhGG__actionBtn:active{transform:translateY(0)scale(.96)}.studio-module__W4fhGG__actionBtnDanger:hover{color:var(--color-danger);border-color:var(--color-danger-soft);background:var(--color-danger-soft)}.studio-module__W4fhGG__btn{letter-spacing:.01em;cursor:pointer;min-height:40px;font-size:.85rem;font-weight:500;font-family:var(--font-family-base);white-space:nowrap;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:0 16px;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.studio-module__W4fhGG__btn:active{transform:scale(.97)}.studio-module__W4fhGG__btnPrimary{background:var(--admin-btn-primary-bg);color:var(--admin-btn-primary-text)}.studio-module__W4fhGG__btnPrimary:hover{background:var(--admin-accent-hover);transform:translateY(-1px)}.studio-module__W4fhGG__btnGhost{background:var(--admin-btn-ghost-bg);color:var(--admin-btn-ghost-text);border:1px solid var(--admin-btn-ghost-border)}.studio-module__W4fhGG__btnGhost:hover{background:var(--admin-hover-bg);color:var(--admin-text);border-color:var(--admin-border-hover)}.studio-module__W4fhGG__btnDanger{background:var(--admin-btn-danger-bg);color:var(--admin-btn-danger-text);border:1px solid var(--admin-btn-danger-border)}.studio-module__W4fhGG__btnDanger:hover{background:var(--color-danger-soft)}.studio-module__W4fhGG__formGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.studio-module__W4fhGG__formGridFull{grid-column:1/-1}.studio-module__W4fhGG__formLabel{letter-spacing:.02em;color:var(--admin-text-secondary);font-size:.65rem;font-weight:600}.studio-module__W4fhGG__formInput,.studio-module__W4fhGG__formSelect,.studio-module__W4fhGG__formTextarea{background:var(--admin-hover-bg);border:1px solid var(--admin-border);color:var(--admin-text);font-size:.85rem;font-family:var(--font-family-base);border-radius:8px;outline:none;width:100%;padding:.75rem 1.15rem;transition:all .2s}.studio-module__W4fhGG__formInput:focus,.studio-module__W4fhGG__formSelect:focus,.studio-module__W4fhGG__formTextarea:focus{border-color:var(--admin-accent);box-shadow:0 0 0 1px var(--admin-accent-soft)}.studio-module__W4fhGG__formInput::placeholder,.studio-module__W4fhGG__formTextarea::placeholder{color:var(--admin-text-secondary)}.studio-module__W4fhGG__formSelect{cursor:pointer;background:var(--admin-input-bg)}.studio-module__W4fhGG__formSelect option{background:var(--admin-input-bg);color:var(--admin-text)}.studio-module__W4fhGG__formTextarea{resize:vertical;min-height:80px}.studio-module__W4fhGG__card{background:linear-gradient(180deg, #ffffff07, #ffffff03), var(--admin-card-bg);border:1px solid var(--admin-border);box-shadow:var(--admin-shadow);border-radius:20px;padding:1.5rem;transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s,border-color .2s,background .2s}.studio-module__W4fhGG__card:hover{border-color:var(--admin-border-hover);transform:translateY(-2px);box-shadow:0 18px 40px #0000002e}.studio-module__W4fhGG__sectionTitle{color:var(--admin-text-secondary);margin-top:0;margin-bottom:1rem;font-size:.85rem;font-weight:600}.studio-module__W4fhGG__empty{text-align:center;color:var(--admin-text-secondary);padding:4rem 2rem;font-size:.82rem}.studio-module__W4fhGG__heroPanel{border:1px solid var(--admin-border);background:radial-gradient(circle at top left, color-mix(in srgb, var(--admin-accent) 18%, transparent), transparent 36%), linear-gradient(180deg, #ffffff0d, #ffffff04), var(--admin-card-bg);box-shadow:var(--admin-shadow);border-radius:26px;padding:2rem;position:relative;overflow:hidden}.studio-module__W4fhGG__heroPanelCompact{padding:1.6rem}.studio-module__W4fhGG__heroIcon{background:color-mix(in srgb, var(--admin-accent) 18%, transparent);width:3.5rem;height:3.5rem;color:var(--admin-accent);border:1px solid color-mix(in srgb, var(--admin-accent) 28%, transparent);border-radius:1.15rem;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 14px 28px #0000001f}.studio-module__W4fhGG__segmentedControl{border:1px solid var(--admin-border);background:color-mix(in srgb, var(--admin-card-bg) 92%, transparent);border-radius:999px;align-items:center;gap:.2rem;padding:.24rem;display:inline-flex;box-shadow:inset 0 1px #ffffff08}.studio-module__W4fhGG__segmentedButton{min-height:2rem;color:var(--admin-text-secondary);transition:var(--transition-fast);background:0 0;border:1px solid #0000;border-radius:999px;padding:.38rem .92rem;font-size:.78rem;font-weight:600}.studio-module__W4fhGG__segmentedButton:hover{color:var(--admin-text);background:#ffffff0d}.studio-module__W4fhGG__segmentedButtonActive{border-color:color-mix(in srgb, var(--admin-accent) 32%, transparent);background:color-mix(in srgb, var(--admin-accent) 14%, transparent);color:var(--admin-accent);box-shadow:0 10px 22px #0000001f}.studio-module__W4fhGG__chipRow{flex-wrap:wrap;gap:.5rem;display:flex}.studio-module__W4fhGG__chipButton{border:1px solid var(--admin-border);background:color-mix(in srgb, var(--admin-card-bg) 92%, transparent);min-height:2.15rem;color:var(--admin-text-secondary);transition:var(--transition-fast);border-radius:999px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.78rem;font-weight:600;display:inline-flex}.studio-module__W4fhGG__chipButton:hover{color:var(--admin-text);border-color:var(--admin-border-hover)}.studio-module__W4fhGG__chipButtonActive{color:var(--admin-accent);border-color:color-mix(in srgb, var(--admin-accent) 32%, transparent);background:color-mix(in srgb, var(--admin-accent) 12%, transparent)}.studio-module__W4fhGG__stack{flex-direction:column;gap:1rem;display:flex}.studio-module__W4fhGG__stackSm{flex-direction:column;gap:.7rem;display:flex}.studio-module__W4fhGG__collection{flex-direction:column;gap:.75rem;display:flex}.studio-module__W4fhGG__collectionItem{border:1px solid var(--admin-border);background:linear-gradient(180deg, #ffffff06, #ffffff03), var(--admin-card-bg);transition:var(--transition-fast);border-radius:18px;flex-direction:column;gap:.55rem;padding:1rem 1.05rem;display:flex;position:relative}.studio-module__W4fhGG__collectionItem:hover{border-color:var(--admin-border-hover);box-shadow:var(--admin-shadow);transform:translateY(-1px)}.studio-module__W4fhGG__collectionItemSelected{border-color:color-mix(in srgb, var(--admin-accent) 34%, transparent);background:linear-gradient(180deg, color-mix(in srgb, var(--admin-accent) 10%, transparent), #fff0), var(--admin-card-bg);box-shadow:0 18px 36px #00000029}.studio-module__W4fhGG__collectionMeta{color:var(--admin-text-secondary);flex-wrap:wrap;gap:.55rem .85rem;font-size:.78rem;display:flex}.studio-module__W4fhGG__splitPanel{gap:1.5rem;display:grid}.studio-module__W4fhGG__splitPanelAside{grid-template-columns:minmax(300px,.95fr) minmax(0,1.25fr)}.studio-module__W4fhGG__detailPanel{flex-direction:column;gap:1.35rem;min-height:0;display:flex}.studio-module__W4fhGG__detailSection{border:1px solid var(--admin-border);background:color-mix(in srgb, var(--admin-card-bg-sec) 86%, transparent);border-radius:16px;padding:1rem 1.05rem}.studio-module__W4fhGG__detailSectionHeader{align-items:center;gap:.5rem;margin-bottom:.8rem;display:flex}.studio-module__W4fhGG__detailSectionTitle{text-transform:uppercase;letter-spacing:.12em;color:var(--admin-text-secondary);font-size:.7rem;font-weight:700}.studio-module__W4fhGG__infoGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.studio-module__W4fhGG__infoCard{border:1px solid var(--admin-border);background:color-mix(in srgb, var(--admin-card-bg) 95%, transparent);border-radius:14px;min-height:5.25rem;padding:.9rem 1rem}.studio-module__W4fhGG__infoLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--admin-text-secondary);align-items:center;gap:.35rem;margin-bottom:.35rem;font-size:.63rem;font-weight:700;display:flex}.studio-module__W4fhGG__infoValue{color:var(--admin-text);word-break:break-word;font-size:.9rem;font-weight:600;line-height:1.45}.studio-module__W4fhGG__emptyState{text-align:center;border:1px dashed color-mix(in srgb, var(--admin-border) 82%, transparent);background:color-mix(in srgb, var(--admin-card-bg) 90%, transparent);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;padding:3rem 1.25rem;display:flex}.studio-module__W4fhGG__emptyStateIcon{width:3.2rem;height:3.2rem;color:var(--admin-accent);background:color-mix(in srgb, var(--admin-accent) 12%, transparent);border:1px solid color-mix(in srgb, var(--admin-accent) 24%, transparent);border-radius:1rem;justify-content:center;align-items:center;display:inline-flex}.studio-module__W4fhGG__emptyStateTitle{color:var(--admin-text);font-size:.95rem;font-weight:700}.studio-module__W4fhGG__emptyStateText{max-width:38ch;color:var(--admin-text-secondary);font-size:.82rem;line-height:1.6}.studio-module__W4fhGG__tableSummary{color:var(--admin-text-secondary);text-align:right;margin-top:.85rem;font-size:.76rem}.studio-module__W4fhGG__subtleText{color:var(--admin-text-secondary);font-size:.78rem;line-height:1.6}.studio-module__W4fhGG__inputWithAction{position:relative}.studio-module__W4fhGG__inputAction{width:2rem;height:2rem;color:var(--admin-text-secondary);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:.8rem;transform:translateY(-50%)}.studio-module__W4fhGG__inputAction:hover{color:var(--admin-text);background:#ffffff0d}.studio-module__W4fhGG__checkboxRow{flex-wrap:wrap;gap:.85rem 1.2rem;display:flex}.studio-module__W4fhGG__checkboxItem{min-height:2.2rem;color:var(--admin-text-secondary);align-items:center;gap:.55rem;font-size:.8rem;display:inline-flex}.studio-module__W4fhGG__checkboxItem input{accent-color:var(--admin-accent)}.studio-module__W4fhGG__formFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.4rem;display:flex}.studio-module__W4fhGG__userCardList{flex-direction:column;gap:1rem;display:flex}.studio-module__W4fhGG__userCard{border:1px solid var(--admin-border);background:linear-gradient(180deg, #ffffff08, #ffffff03), color-mix(in srgb, var(--admin-card-bg) 94%, transparent);border-radius:18px;flex-direction:column;gap:1.15rem;padding:1.2rem;display:flex;box-shadow:inset 0 1px #ffffff06}.studio-module__W4fhGG__userCardMuted{opacity:.72}.studio-module__W4fhGG__userCardHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.studio-module__W4fhGG__userIdentity{flex-direction:column;gap:.45rem;min-width:0;display:flex}.studio-module__W4fhGG__userIdentityTitle{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.studio-module__W4fhGG__userName{color:var(--admin-text);font-size:.96rem;font-weight:700;line-height:1.2}.studio-module__W4fhGG__userMeta{color:var(--admin-text-secondary);font-size:.78rem;line-height:1.5}.studio-module__W4fhGG__userBadgeRow{flex-wrap:wrap;gap:.45rem;display:flex}.studio-module__W4fhGG__userFieldGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.studio-module__W4fhGG__userFieldGridDeleted{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-module__W4fhGG__userFieldStack{flex-direction:column;gap:.55rem;display:flex}.studio-module__W4fhGG__fieldGapSm{margin-top:.55rem}.studio-module__W4fhGG__mutedField{opacity:.6}.studio-module__W4fhGG__fieldValue{border:1px solid var(--admin-border);background:var(--admin-input-bg);min-height:2.85rem;color:var(--admin-text-secondary);border-radius:10px;align-items:center;padding:.75rem 1rem;font-size:.84rem;display:flex}.studio-module__W4fhGG__userActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.studio-module__W4fhGG__iconButton{border:1px solid var(--admin-border);background:color-mix(in srgb, var(--admin-card-bg) 90%, transparent);min-width:2.4rem;min-height:2.4rem;color:var(--admin-text-secondary);cursor:pointer;transition:var(--transition-fast);border-radius:12px;justify-content:center;align-items:center;padding:.45rem .7rem;display:inline-flex}.studio-module__W4fhGG__iconButton:hover{border-color:var(--admin-border-hover);color:var(--admin-text);transform:translateY(-1px)}.studio-module__W4fhGG__iconButtonWarning{color:var(--color-warning);border-color:color-mix(in srgb, var(--color-warning) 28%, transparent);background:var(--color-warning-soft)}.studio-module__W4fhGG__iconButtonDanger{color:var(--color-danger);border-color:color-mix(in srgb, var(--color-danger) 28%, transparent);background:var(--color-danger-soft)}.studio-module__W4fhGG__iconButtonSuccess{color:var(--color-success);border-color:color-mix(in srgb, var(--color-success) 28%, transparent);background:var(--color-success-soft)}.studio-module__W4fhGG__noticeBox{border:1px solid var(--admin-border);background:color-mix(in srgb, var(--admin-card-bg) 92%, transparent);border-radius:16px;align-items:flex-start;gap:.85rem;padding:1rem 1.05rem;display:flex}.studio-module__W4fhGG__noticeDanger{border-color:color-mix(in srgb, var(--color-danger) 28%, transparent);background:var(--color-danger-soft)}.studio-module__W4fhGG__noticeWarning{border-color:color-mix(in srgb, var(--color-warning) 28%, transparent);background:var(--color-warning-soft)}.studio-module__W4fhGG__noticeIcon{flex-shrink:0;margin-top:.1rem}.studio-module__W4fhGG__noticeTitle{color:var(--admin-text);margin:0 0 .3rem;font-size:.95rem;font-weight:700}.studio-module__W4fhGG__noticeText{color:var(--admin-text-secondary);margin:0;font-size:.82rem;line-height:1.6}.studio-module__W4fhGG__modalText{color:var(--admin-text-secondary);font-size:.82rem;line-height:1.65}.studio-module__W4fhGG__modalActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.studio-module__W4fhGG__divider{border:none;border-top:1px solid var(--admin-border);margin:1.5rem 0}.studio-module__W4fhGG__toggle{background:var(--admin-border-hover);cursor:pointer;border:none;border-radius:99px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.studio-module__W4fhGG__toggle:after{content:"";background:var(--admin-text-muted);border-radius:50%;width:14px;height:14px;transition:left .2s,background .2s;position:absolute;top:3px;left:3px}.studio-module__W4fhGG__toggleOn{background:var(--admin-accent-soft)}.studio-module__W4fhGG__toggleOn:after{background:var(--admin-accent);left:19px}.studio-module__W4fhGG__modalOverlay{z-index:200;background:#0009;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.studio-module__W4fhGG__modal{background:var(--admin-card-bg);border:1px solid var(--admin-border);border-radius:14px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto}.studio-module__W4fhGG__modalHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1.5rem 1.75rem 0;display:flex}.studio-module__W4fhGG__modalTitle{letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:600}.studio-module__W4fhGG__modalBody{padding:0 1.75rem 1.75rem}.studio-module__W4fhGG__modalFooter{justify-content:flex-end;gap:.75rem;margin-top:1.75rem;display:flex}.studio-module__W4fhGG__stars{color:var(--admin-accent);gap:.2rem;font-size:.9rem;display:flex}.studio-module__W4fhGG__activityList{flex-direction:column;gap:0;display:flex}.studio-module__W4fhGG__activityItem{border-bottom:1px solid var(--admin-border);align-items:center;gap:1rem;padding:.9rem 0;display:flex}.studio-module__W4fhGG__activityItem:last-child{border-bottom:none}.studio-module__W4fhGG__activityDot{background:var(--admin-border-hover);border-radius:50%;flex-shrink:0;width:8px;height:8px}.studio-module__W4fhGG__activityDotGold{background:var(--admin-accent)}.studio-module__W4fhGG__activityDotGreen{background:var(--color-success)}.studio-module__W4fhGG__activityText{color:var(--admin-text-secondary);flex:1;font-size:.82rem}.studio-module__W4fhGG__activityDate{color:var(--admin-text-secondary);font-size:.7rem}.studio-module__W4fhGG__formGroup{flex-direction:column;gap:.4rem;display:flex}.studio-module__W4fhGG__formLabel{color:var(--admin-text-secondary);margin-bottom:.2rem;font-size:.75rem;font-weight:500}.studio-module__W4fhGG__formInput{background:var(--admin-input-bg);border:1px solid var(--admin-border);color:var(--admin-text);font-family:var(--font-family-base);border-radius:6px;padding:.65rem .85rem;font-size:.85rem;transition:all .15s;box-shadow:0 1px 2px #0000000d}.studio-module__W4fhGG__formInput:focus{border-color:var(--admin-accent);box-shadow:0 0 0 2px var(--admin-accent-soft);background:var(--admin-card-bg);outline:none}.studio-module__W4fhGG__formInput:disabled{opacity:.5;cursor:not-allowed}.studio-module__W4fhGG__brandChip{letter-spacing:.04em;background:var(--admin-hover-bg);border:1px solid var(--admin-border);color:var(--admin-text-secondary);cursor:pointer;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.72rem;font-weight:600;transition:all .18s;display:inline-flex}.studio-module__W4fhGG__brandChip:hover{border-color:var(--admin-border-hover);color:var(--admin-text-secondary)}.studio-module__W4fhGG__brandChipActive{color:var(--admin-accent);background:#b89e651a;border-color:#b89e6559}.studio-module__W4fhGG__profilePage{max-width:960px;margin:0 auto;padding:2rem 3rem 5rem;animation:.4s cubic-bezier(.16,1,.3,1) studio-module__W4fhGG__fadeIn}.studio-module__W4fhGG__profileHero{background:var(--admin-hover-bg,#1a1a1a);border:1px solid var(--admin-border,#2a2a2a);box-shadow:var(--admin-shadow);border-radius:24px;flex-wrap:wrap;align-items:center;gap:2rem;margin-bottom:2.5rem;padding:2.5rem;display:flex;position:relative;overflow:hidden}.studio-module__W4fhGG__profileHeroAvatar{background:linear-gradient(135deg, var(--admin-accent,#c9a45c), #c9a45c26);border-radius:50%;flex-shrink:0;width:104px;height:104px;padding:3px;position:relative}.studio-module__W4fhGG__profileHeroAvatarInner{background:var(--admin-input-bg,#121212);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.studio-module__W4fhGG__profileHeroInfo{flex:1;min-width:220px}.studio-module__W4fhGG__profileRoleBadge{letter-spacing:.02em;background:var(--admin-accent-soft,#c9a45c1a);color:var(--admin-accent,#c9a45c);border:1px solid #c9a45c4d;border-radius:99px;align-items:center;gap:6px;margin-bottom:.75rem;padding:4px 12px;font-size:.72rem;font-weight:500;display:inline-flex}.studio-module__W4fhGG__profileHeroTitle{color:var(--admin-text,#fff);letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.8rem;font-weight:700;line-height:1.2}.studio-module__W4fhGG__profileHeroSub{color:var(--admin-accent,#c9a45c);margin:0 0 .5rem;font-size:.95rem;font-weight:500}.studio-module__W4fhGG__profileHeroEmail{color:var(--admin-text-secondary,#a1a1aa);font-size:.82rem;font-family:var(--font-family-base);margin:0}.studio-module__W4fhGG__profileGrid{flex-direction:column;gap:1.75rem;display:flex}.studio-module__W4fhGG__profileCard{background:var(--admin-hover-bg,#1a1a1a);border:1px solid var(--admin-border,#2a2a2a);border-radius:18px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.studio-module__W4fhGG__profileCard:hover{border-color:#c9a45c59;box-shadow:0 8px 30px #00000040}.studio-module__W4fhGG__profileCardHead{border-bottom:1px solid var(--admin-border,#2a2a2a);background:#0003;justify-content:space-between;align-items:center;padding:1.1rem 1.75rem;display:flex}.studio-module__W4fhGG__profileCardTitle{letter-spacing:.02em;color:var(--admin-text,#fff);align-items:center;gap:8px;margin:0;font-size:.82rem;font-weight:600;display:flex}.studio-module__W4fhGG__profileCardBody{padding:1.75rem}.studio-module__W4fhGG__profilePhotoBox{flex-wrap:wrap;align-items:center;gap:1.75rem;display:flex}.studio-module__W4fhGG__profilePreviewCircle{border:2px solid var(--admin-accent,#c9a45c);background:var(--admin-input-bg,#121212);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:86px;height:86px;display:flex;position:relative;overflow:hidden}.studio-module__W4fhGG__profilePhotoActions{flex-direction:column;gap:.6rem;display:flex}.studio-module__W4fhGG__profileThemeGrid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.studio-module__W4fhGG__profileThemeCard{border:1px solid var(--admin-border,#2a2a2a);background:var(--admin-input-bg,#121212);color:var(--admin-text-secondary,#a1a1aa);cursor:pointer;font-family:var(--font-family-base);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.studio-module__W4fhGG__profileThemeCard:hover{border-color:var(--admin-border-hover,#3a3a3a);color:var(--admin-text,#fff)}.studio-module__W4fhGG__profileThemeCardActive{background:var(--admin-accent-soft,#c9a45c1a);border-color:var(--admin-accent,#c9a45c);color:var(--admin-accent,#c9a45c)}.studio-module__W4fhGG__profileToggleRow{border:1px solid var(--admin-border,#2a2a2a);background:var(--admin-input-bg,#121212);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:1rem 1.25rem;display:flex}.studio-module__W4fhGG__profileToggleRow:last-child{margin-bottom:0}.studio-module__W4fhGG__profileToggleText{flex-direction:column;gap:.2rem;display:flex}.studio-module__W4fhGG__profileToggleName{color:var(--admin-text,#fff);margin:0;font-size:.88rem;font-weight:600}.studio-module__W4fhGG__profileToggleDesc{color:var(--admin-text-secondary,#a1a1aa);margin:0;font-size:.75rem}@media (min-width:768px) and (max-width:1024px){.studio-module__W4fhGG__shell{grid-template-columns:72px 1fr}.studio-module__W4fhGG__sidebar{width:72px}.studio-module__W4fhGG__sidebarHeader{justify-content:center;padding:1.5rem .5rem 1.25rem;display:flex}.studio-module__W4fhGG__brandName{text-align:center;font-size:.8rem}.studio-module__W4fhGG__brandSub,.studio-module__W4fhGG__navLabel{display:none}.studio-module__W4fhGG__navItem{justify-content:center;padding:.65rem}.studio-module__W4fhGG__navItemText{display:none}.studio-module__W4fhGG__mainHeaderBar{padding:0 18px}.studio-module__W4fhGG__headerAutosaveSlot{display:none}}@media (max-width:767px){.studio-module__W4fhGG__shell{grid-template-columns:1fr}.studio-module__W4fhGG__sidebar{z-index:100;width:260px;height:100dvh;max-height:100dvh;box-shadow:none;border-right:1px solid var(--admin-border);transition:transform .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.studio-module__W4fhGG__sidebarOpen{transform:translate(0);box-shadow:20px 0 50px #00000080}.studio-module__W4fhGG__mobileMenuBtn{display:flex}.studio-module__W4fhGG__mainHeaderBar{gap:10px;padding:0 12px}.studio-module__W4fhGG__headerHomeBtn{padding:8px 10px}.studio-module__W4fhGG__headerLeftGroup{flex:1;gap:10px}.studio-module__W4fhGG__headerTitleTrail{display:none}.studio-module__W4fhGG__headerRightGroup{gap:8px}.studio-module__W4fhGG__headerAutosaveSlot{display:none}.studio-module__W4fhGG__drawerCloseBtn{display:flex}.studio-module__W4fhGG__sidebarHeader{justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.studio-module__W4fhGG__page{padding:1.25rem 1rem 3rem}.studio-module__W4fhGG__pageActions{width:100%}.studio-module__W4fhGG__heroPanel,.studio-module__W4fhGG__heroPanelCompact{border-radius:20px;padding:1.4rem}.studio-module__W4fhGG__checkboxRow,.studio-module__W4fhGG__modalActions{width:100%}.studio-module__W4fhGG__formFooter{align-items:flex-start}.studio-module__W4fhGG__userFieldGrid,.studio-module__W4fhGG__userFieldGridDeleted{grid-template-columns:1fr}.studio-module__W4fhGG__userActions{justify-content:flex-start}.studio-module__W4fhGG__infoGrid,.studio-module__W4fhGG__splitPanelAside,.studio-module__W4fhGG__formGrid{grid-template-columns:1fr}.studio-module__W4fhGG__statsGrid{grid-template-columns:repeat(2,1fr)}.studio-module__W4fhGG__profilePage{padding:1.25rem 1rem 3rem}.studio-module__W4fhGG__profileHero{border-radius:18px;gap:1rem;padding:1.5rem}.studio-module__W4fhGG__profileHeroTitle{font-size:1.45rem}.studio-module__W4fhGG__profileCardHead,.studio-module__W4fhGG__profileCardBody{padding-left:1rem;padding-right:1rem}.studio-module__W4fhGG__profileThemeGrid{grid-template-columns:1fr}.studio-module__W4fhGG__profileToggleRow{align-items:flex-start;gap:.75rem}}@media (max-width:420px){.studio-module__W4fhGG__page{padding:1rem .8rem 2.5rem}.studio-module__W4fhGG__collectionItem,.studio-module__W4fhGG__detailSection,.studio-module__W4fhGG__infoCard{padding-left:.9rem;padding-right:.9rem}.studio-module__W4fhGG__profilePage{padding:1rem .8rem 2.5rem}.studio-module__W4fhGG__statsGrid{grid-template-columns:1fr}.studio-module__W4fhGG__profilePhotoBox{align-items:stretch}}.studio-module__W4fhGG__packageGrid{flex-wrap:wrap;gap:.5rem;display:flex}.studio-module__W4fhGG__packageCard{background:var(--admin-card-bg);border:1px solid var(--admin-border);cursor:pointer;color:var(--admin-text);font-family:var(--font-family-base);text-align:left;border-radius:8px;flex-direction:column;gap:.2rem;min-width:110px;padding:.6rem 1rem;transition:background .18s,border-color .18s;display:flex}.studio-module__W4fhGG__packageCard:hover{background:var(--admin-card-bg-sec);border-color:var(--admin-border-hover)}.studio-module__W4fhGG__packageCardSelected{background:var(--admin-accent-soft);border-color:var(--admin-accent);box-shadow:0 0 0 1px var(--admin-accent)}.studio-module__W4fhGG__packageCardName{font-size:.82rem;font-weight:600}.studio-module__W4fhGG__packageCardCount{color:var(--admin-text-secondary);font-size:.62rem;font-weight:400}.studio-module__W4fhGG__coverUploadWrap{grid-template-columns:200px 1fr;align-items:start;gap:1rem;display:grid}@media (max-width:520px){.studio-module__W4fhGG__coverUploadWrap{grid-template-columns:1fr}}.studio-module__W4fhGG__coverPreviewBox{aspect-ratio:16/9;background:var(--admin-hover-bg);border:1px solid var(--admin-border);border-radius:8px;position:relative;overflow:hidden}.studio-module__W4fhGG__coverPlaceholder{color:var(--admin-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.72rem;display:flex;position:absolute;inset:0}.studio-module__W4fhGG__coverUploadSide{flex-direction:column;gap:.4rem;display:flex}.studio-module__W4fhGG__coverUploadBtn{border:1px solid var(--admin-border);background:var(--admin-hover-bg);color:var(--admin-text-secondary);font-size:.78rem;font-weight:500;font-family:var(--font-family-base);cursor:pointer;border-radius:7px;align-items:center;gap:.45rem;width:fit-content;padding:.55rem 1rem;transition:all .18s;display:inline-flex}.studio-module__W4fhGG__coverUploadBtn:hover{background:var(--admin-card-bg-sec);border-color:var(--admin-border-hover);color:var(--admin-text)}.studio-module__W4fhGG__coverFileName{color:var(--admin-text-secondary);white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:.72rem;overflow:hidden}.studio-module__W4fhGG__coverHint{color:var(--admin-text-secondary);margin:0;font-size:.68rem;line-height:1.4}.studio-module__W4fhGG__pageContainer{max-width:1400px;margin:0 auto;padding:2rem 3rem 4rem;animation:.4s cubic-bezier(.16,1,.3,1) studio-module__W4fhGG__fadeIn}@media (max-width:768px){.studio-module__W4fhGG__pageContainer{padding:1rem 1rem 3rem}}@keyframes studio-module__W4fhGG__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.studio-module__W4fhGG__skeletonBlock{background:linear-gradient(90deg, var(--admin-hover-bg) 25%, color-mix(in srgb, var(--admin-border) 60%, var(--admin-hover-bg)) 50%, var(--admin-hover-bg) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.6s ease-in-out infinite studio-module__W4fhGG__shimmer}.studio-module__W4fhGG__skeletonText{border-radius:var(--radius-xs);height:.8rem;}.studio-module__W4fhGG__skeletonTitle{border-radius:var(--radius-xs);height:1.25rem;}.studio-module__W4fhGG__skeletonCard{border-radius:var(--radius-lg);height:120px;}.studio-module__W4fhGG__breadcrumb{color:var(--admin-text-secondary);align-items:center;gap:.4rem;margin-bottom:1.5rem;font-size:.78rem;display:flex}.studio-module__W4fhGG__breadcrumbSep{opacity:.4}.studio-module__W4fhGG__breadcrumbActive{color:var(--admin-text);font-weight:500}.studio-module__W4fhGG__alertBanner{border-radius:var(--radius-md);border:1px solid;align-items:flex-start;gap:.75rem;margin-bottom:1rem;padding:.85rem 1rem;font-size:.82rem;line-height:1.55;display:flex}.studio-module__W4fhGG__alertBannerInfo{border-color:color-mix(in srgb, var(--info) 28%, transparent);background:var(--color-info-soft);color:var(--info)}.studio-module__W4fhGG__alertBannerWarning{border-color:color-mix(in srgb, var(--warning) 28%, transparent);background:var(--color-warning-soft);color:var(--warning)}.studio-module__W4fhGG__alertBannerDanger{border-color:color-mix(in srgb, var(--danger) 28%, transparent);background:var(--color-danger-soft);color:var(--danger)}.studio-module__W4fhGG__alertBannerSuccess{border-color:color-mix(in srgb, var(--success) 28%, transparent);background:var(--color-success-soft);color:var(--success)}.studio-module__W4fhGG__tabBar{border-bottom:1px solid var(--border);scrollbar-width:none;-ms-overflow-style:none;flex-shrink:0;gap:.25rem;margin-bottom:2rem;display:flex;overflow-x:auto}.studio-module__W4fhGG__tabBar::-webkit-scrollbar{display:none}.studio-module__W4fhGG__tabBarBtn{color:var(--admin-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:color .2s,border-color .2s;display:flex}.studio-module__W4fhGG__tabBarBtn:hover{color:var(--admin-text-primary)}.studio-module__W4fhGG__tabBarBtnActive{border-bottom-color:var(--admin-primary);color:var(--admin-text-primary)}.studio-module__W4fhGG__masterDetail{gap:1.5rem;height:calc(100vh - 150px);display:grid}.studio-module__W4fhGG__masterDetailWithPanel{grid-template-columns:350px 1fr}.studio-module__W4fhGG__masterDetailFull{grid-template-columns:1fr}@media (max-width:1024px){.studio-module__W4fhGG__masterDetailWithPanel{grid-template-columns:280px 1fr}}@media (max-width:768px){.studio-module__W4fhGG__masterDetail{flex-direction:column;height:auto;min-height:0;display:flex}.studio-module__W4fhGG__masterDetailWithPanel,.studio-module__W4fhGG__masterDetailFull{grid-template-columns:1fr}}
.SafeDeleteProjectModal-module__oC9Uoa__overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.SafeDeleteProjectModal-module__oC9Uoa__modal{background:var(--admin-bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;width:100%;max-width:500px;display:flex;overflow:hidden;box-shadow:0 10px 25px #0000001a}.SafeDeleteProjectModal-module__oC9Uoa__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.SafeDeleteProjectModal-module__oC9Uoa__header h3{margin:0;font-size:1.1rem;font-weight:600}.SafeDeleteProjectModal-module__oC9Uoa__closeBtn{cursor:pointer;color:var(--admin-text-secondary);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.SafeDeleteProjectModal-module__oC9Uoa__closeBtn:hover{color:var(--admin-text-primary)}.SafeDeleteProjectModal-module__oC9Uoa__body{padding:1.5rem}.SafeDeleteProjectModal-module__oC9Uoa__subtext{color:var(--admin-text-secondary);margin-bottom:1rem;font-size:.9rem;line-height:1.4}.SafeDeleteProjectModal-module__oC9Uoa__optionsArea{background:var(--admin-bg-hover);border:1px solid var(--border);border-radius:8px;margin-top:1rem;padding:1rem}.SafeDeleteProjectModal-module__oC9Uoa__optionsArea h4{color:var(--admin-text-primary);margin-bottom:.75rem;font-size:.9rem}.SafeDeleteProjectModal-module__oC9Uoa__checkboxLabel{cursor:pointer;color:var(--admin-text-secondary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.SafeDeleteProjectModal-module__oC9Uoa__footer{border-top:1px solid var(--border);background:var(--admin-bg-hover);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.SafeDeleteProjectModal-module__oC9Uoa__btnCancel,.SafeDeleteProjectModal-module__oC9Uoa__btnArchive,.SafeDeleteProjectModal-module__oC9Uoa__btnDelete{cursor:pointer;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;display:flex}.SafeDeleteProjectModal-module__oC9Uoa__btnCancel{border:1px solid var(--border);color:var(--admin-text-primary);background:0 0}.SafeDeleteProjectModal-module__oC9Uoa__btnCancel:hover{background:var(--admin-bg)}.SafeDeleteProjectModal-module__oC9Uoa__btnArchive{color:#fff;background:#f59e0b;border:none}.SafeDeleteProjectModal-module__oC9Uoa__btnArchive:hover{background:#d97706}.SafeDeleteProjectModal-module__oC9Uoa__btnDelete{color:#fff;background:#ef4444;border:none}.SafeDeleteProjectModal-module__oC9Uoa__btnDelete:hover{background:#dc2626}
.NotificationModal-module__K_c99W__modal{max-width:780px}.NotificationModal-module__K_c99W__subtitle{color:#ffffff61;margin:.35rem 0 0;font-size:.78rem}.NotificationModal-module__K_c99W__iconBtn{color:#ffffff73;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:7px;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.NotificationModal-module__K_c99W__iconBtn:hover{color:#fff;background:#ffffff12}.NotificationModal-module__K_c99W__recipientGrid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.NotificationModal-module__K_c99W__group{background:#ffffff06;border:1px solid #ffffff14;border-radius:8px;overflow:hidden}.NotificationModal-module__K_c99W__groupTitle{letter-spacing:.16em;text-transform:uppercase;color:#ffffff57;border-bottom:1px solid #ffffff0f;padding:.7rem .85rem;font-size:.58rem;font-weight:700}.NotificationModal-module__K_c99W__recipient{border-bottom:1px solid #ffffff0b;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:.75rem;padding:.7rem .85rem;display:grid}.NotificationModal-module__K_c99W__recipient:last-child{border-bottom:none}.NotificationModal-module__K_c99W__recipient strong{color:#ffffffbd;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;display:block;overflow:hidden}.NotificationModal-module__K_c99W__recipient span{color:#ffffff4d;text-overflow:ellipsis;white-space:nowrap;margin-top:.18rem;font-size:.68rem;display:block;overflow:hidden}.NotificationModal-module__K_c99W__check{color:#ffffff7a;white-space:nowrap;align-items:center;gap:.3rem;font-size:.68rem;display:inline-flex}.NotificationModal-module__K_c99W__check input{accent-color:#b89e65}.NotificationModal-module__K_c99W__empty{color:#ffffff38;padding:1rem;font-size:.76rem}.NotificationModal-module__K_c99W__footer{flex-wrap:wrap}@media (max-width:720px){.NotificationModal-module__K_c99W__recipientGrid{grid-template-columns:1fr}.NotificationModal-module__K_c99W__recipient{grid-template-columns:1fr;align-items:flex-start}}
.DailyVersePopup-module__AelN6q__overlay{z-index:9999;background:#000000b8;justify-content:center;align-items:center;padding:1rem;animation:.3s DailyVersePopup-module__AelN6q__fadeIn;display:flex;position:fixed;inset:0}@keyframes DailyVersePopup-module__AelN6q__fadeIn{0%{opacity:0}to{opacity:1}}.DailyVersePopup-module__AelN6q__card{background:#111;border:1px solid #c9a45c;border-radius:12px;width:100%;max-width:480px;padding:2.5rem 2.25rem 2rem;animation:.35s cubic-bezier(.16,1,.3,1) DailyVersePopup-module__AelN6q__slideUp;position:relative;box-shadow:0 24px 80px #0009,0 0 0 1px #c9a45c26}@keyframes DailyVersePopup-module__AelN6q__slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.DailyVersePopup-module__AelN6q__closeBtn{color:#888;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.25rem;line-height:1;transition:color .15s;position:absolute;top:1rem;right:1rem}.DailyVersePopup-module__AelN6q__closeBtn:hover{color:#c9a45c}.DailyVersePopup-module__AelN6q__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#c9a45c;margin-bottom:1.25rem;font-size:.65rem;font-weight:600;display:block}.DailyVersePopup-module__AelN6q__subtitle{color:#888;margin-bottom:1.5rem;font-size:.78rem;font-style:italic;line-height:1.5}.DailyVersePopup-module__AelN6q__divider{opacity:.6;background:#c9a45c;width:32px;height:1px;margin:0 0 1.5rem}.DailyVersePopup-module__AelN6q__verseText{font-family:var(--font-family-heading);color:#f0f0f0;margin:0 0 1.25rem;font-size:1.05rem;font-style:italic;font-weight:500;line-height:1.7}.DailyVersePopup-module__AelN6q__reference{color:#c9a45c;letter-spacing:.05em;margin-bottom:2rem;font-size:.8rem;font-weight:600}.DailyVersePopup-module__AelN6q__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.DailyVersePopup-module__AelN6q__primaryBtn{color:#000;letter-spacing:.03em;cursor:pointer;background:#c9a45c;border:none;border-radius:7px;flex:1;min-width:140px;padding:.7rem 1.25rem;font-size:.85rem;font-weight:700;transition:background .15s,transform .1s}.DailyVersePopup-module__AelN6q__primaryBtn:hover{background:#dbb96a}.DailyVersePopup-module__AelN6q__primaryBtn:active{transform:scale(.98)}.DailyVersePopup-module__AelN6q__secondaryBtn{color:#666;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #333;border-radius:7px;padding:.7rem 1rem;font-size:.82rem;transition:color .15s,border-color .15s}.DailyVersePopup-module__AelN6q__secondaryBtn:hover{color:#999;border-color:#555}.DailyVersePopup-module__AelN6q__countdown{color:#555;text-align:right;margin-top:.75rem;font-size:.7rem}.DailyVersePopup-module__AelN6q__countdownBar{background:#222;border-radius:1px;width:100%;height:2px;margin-top:.4rem;overflow:hidden}.DailyVersePopup-module__AelN6q__countdownFill{opacity:.5;background:#c9a45c;border-radius:1px;height:100%;transition:width 1s linear}@media (max-width:520px){.DailyVersePopup-module__AelN6q__card{margin:0 .5rem;padding:2rem 1.5rem 1.75rem}.DailyVersePopup-module__AelN6q__verseText{font-size:.97rem}.DailyVersePopup-module__AelN6q__actions{flex-direction:column}.DailyVersePopup-module__AelN6q__primaryBtn,.DailyVersePopup-module__AelN6q__secondaryBtn{width:100%}}
.NaveMaeHeader-module__CVyHAa__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem;margin-bottom:1rem;display:grid}.NaveMaeHeader-module__CVyHAa__card{border:1px solid var(--admin-border);background:linear-gradient(180deg, #ffffff08, #fff0), var(--admin-card-bg);min-width:0;box-shadow:var(--admin-shadow);border-radius:1rem;flex-direction:column;gap:.45rem;padding:.95rem 1rem;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex}.NaveMaeHeader-module__CVyHAa__card:hover{border-color:var(--admin-border-hover);transform:translateY(-2px);box-shadow:0 18px 36px #00000029}@keyframes NaveMaeHeader-module__CVyHAa__alertPulse{0%,to{border-color:#ef444447}50%{border-color:#ef444485}}.NaveMaeHeader-module__CVyHAa__cardAlert{background:linear-gradient(180deg, #ef44440d, #fff0), var(--admin-card-bg);border-color:#ef444447;animation:2.5s ease-in-out infinite NaveMaeHeader-module__CVyHAa__alertPulse}@media (prefers-reduced-motion:reduce){.NaveMaeHeader-module__CVyHAa__cardAlert{animation:none}}.NaveMaeHeader-module__CVyHAa__cardHeader{justify-content:space-between;align-items:center;gap:.45rem;display:flex}.NaveMaeHeader-module__CVyHAa__label{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.09em;text-transform:uppercase;color:var(--admin-text-secondary);font-size:.66rem;font-weight:700;line-height:1.2;overflow:hidden}.NaveMaeHeader-module__CVyHAa__value{letter-spacing:-.03em;font-variant-numeric:tabular-nums;font-size:clamp(1.4rem,2vw,1.65rem);font-weight:700;line-height:1}@media (max-width:1100px){.NaveMaeHeader-module__CVyHAa__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:720px){.NaveMaeHeader-module__CVyHAa__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:420px){.NaveMaeHeader-module__CVyHAa__grid{grid-template-columns:1fr}}
@keyframes ProjectCard-module__OG85Oq__pulseDebtBadge{0%{box-shadow:0 0 #f9731673}70%{box-shadow:0 0 0 6px #f9731600}to{box-shadow:0 0 #f9731600}}@keyframes ProjectCard-module__OG85Oq__pulseDebtBorder{0%{border-color:#f9731673;box-shadow:0 0 #f973162e}50%{border-color:#f97316b8;box-shadow:0 0 12px 2px #f9731621}to{border-color:#f9731673;box-shadow:0 0 #f973162e}}@keyframes ProjectCard-module__OG85Oq__fadeInCard{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ProjectCard-module__OG85Oq__card{background:var(--admin-card-bg,#121212);border:1px solid var(--admin-border,#ffffff17);cursor:pointer;border-radius:16px;flex-direction:column;gap:.65rem;padding:1.1rem;transition:transform .28s cubic-bezier(.16,1,.3,1),border-color .28s,box-shadow .28s,background-color .35s;animation:.35s cubic-bezier(.16,1,.3,1) ProjectCard-module__OG85Oq__fadeInCard;display:flex;position:relative;overflow:hidden}@media (prefers-reduced-motion:no-preference){.ProjectCard-module__OG85Oq__card:hover{border-color:#c9a45c6b;transform:translateY(-3px);box-shadow:0 14px 32px #00000061,0 0 18px #c9a45c1f}.ProjectCard-module__OG85Oq__card:hover .progress-bar-fill{filter:brightness(1.15)}:is(.ProjectCard-module__OG85Oq__card:hover .financial-badge,.ProjectCard-module__OG85Oq__card:hover .storage-badge,.ProjectCard-module__OG85Oq__card:hover .package-badge){filter:brightness(1.08)}.financial-badge-pulse{animation:2.2s ease-out infinite ProjectCard-module__OG85Oq__pulseDebtBadge}}.ProjectCard-module__OG85Oq__cardDebt{background:linear-gradient(135deg, var(--admin-card-bg) 0%, #f973160d 100%);border-color:#f9731673;animation:.35s cubic-bezier(.16,1,.3,1) forwards ProjectCard-module__OG85Oq__fadeInCard,2.8s ease-in-out .8s infinite ProjectCard-module__OG85Oq__pulseDebtBorder}.ProjectCard-module__OG85Oq__cardDebt:hover{animation-play-state:paused;border-color:#f97316bf!important;box-shadow:0 14px 32px #00000061,0 0 20px #f9731633!important}.ProjectCard-module__OG85Oq__debtCornerBadge{color:#f97316;letter-spacing:.02em;white-space:nowrap;pointer-events:none;z-index:1;background:#f9731626;border:1px solid #f9731659;border-radius:99px;align-items:center;gap:3px;padding:3px 8px;font-size:.62rem;font-weight:700;animation:2.2s ease-out infinite ProjectCard-module__OG85Oq__pulseDebtBadge;display:inline-flex;position:absolute;top:10px;right:10px}.ProjectCard-module__OG85Oq__coupleName{font-family:var(--font-family-base);color:var(--admin-text-primary,#fff);font-weight:600;line-height:1.25;transition:color .2s}.ProjectCard-module__OG85Oq__cardTop{flex-direction:column;gap:.25rem;display:flex}.ProjectCard-module__OG85Oq__metaRow{min-width:0;color:var(--admin-text-secondary,#a1a1aa);align-items:center;gap:.28rem;font-size:.74rem;display:flex}.ProjectCard-module__OG85Oq__metaText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ProjectCard-module__OG85Oq__card:hover .ProjectCard-module__OG85Oq__coupleName{color:var(--admin-accent,#c9a45c)}.ProjectCard-module__OG85Oq__kanbanCard{justify-content:space-between;min-height:165px}.ProjectCard-module__OG85Oq__agendaCard{flex-direction:row;align-items:center;gap:1.1rem;padding:1rem 1.2rem}.ProjectCard-module__OG85Oq__agendaDateBox{background:#c9a45c14;border:1px solid #c9a45c3d;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;min-width:58px;padding:8px 6px;display:flex}.ProjectCard-module__OG85Oq__agendaMonth{color:var(--admin-accent,#c9a45c);letter-spacing:.08em;font-size:.62rem;font-weight:700;line-height:1}.ProjectCard-module__OG85Oq__agendaDay{color:var(--admin-text-primary,#fff);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700;line-height:1.1}.ProjectCard-module__OG85Oq__agendaWeekday{color:var(--admin-text-secondary,#a1a1aa);letter-spacing:.04em;text-transform:uppercase;margin-top:2px;font-size:.58rem;font-weight:600}.ProjectCard-module__OG85Oq__agendaDivider{background:var(--admin-border,#ffffff14);flex-shrink:0;align-self:stretch;width:1px}.ProjectCard-module__OG85Oq__agendaDetails{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.ProjectCard-module__OG85Oq__progressBlock{margin-top:.45rem;margin-bottom:.1rem}.ProjectCard-module__OG85Oq__progressHead{justify-content:space-between;align-items:center;gap:.45rem;margin-bottom:.28rem;font-size:.68rem;display:flex}.ProjectCard-module__OG85Oq__progressAlert{color:#f97316c7;align-items:center;gap:.22rem;font-weight:600;display:flex}.ProjectCard-module__OG85Oq__progressTrack{background:var(--admin-border,#ffffff17);border-radius:999px;flex:1;height:6px;overflow:hidden;box-shadow:inset 0 1px 2px #0003}.ProjectCard-module__OG85Oq__progressFill{border-radius:999px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1)}.ProjectCard-module__OG85Oq__progressLabel{letter-spacing:-.01em;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.72rem;font-weight:600}.ProjectCard-module__OG85Oq__footerRow{border-top:1px solid var(--admin-border,#ffffff0f);color:var(--admin-text-muted,#71717a);justify-content:space-between;align-items:center;gap:.65rem;margin-top:.25rem;padding-top:.7rem;font-size:.68rem;display:flex}.ProjectCard-module__OG85Oq__footerMeta{align-items:center;gap:.28rem;min-width:0;display:flex}.ProjectCard-module__OG85Oq__footerMetaText{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width:640px){.ProjectCard-module__OG85Oq__agendaCard{flex-direction:column;align-items:stretch;gap:.8rem}.ProjectCard-module__OG85Oq__agendaDivider{width:100%;height:1px}.ProjectCard-module__OG85Oq__agendaDateBox{flex-direction:row;justify-content:flex-start;gap:8px;padding:6px 12px}.ProjectCard-module__OG85Oq__agendaDay{font-size:1.1rem}}.ProjectCard-module__OG85Oq__listHeaderRow{text-transform:uppercase;letter-spacing:.08em;color:var(--admin-text-secondary,#a1a1aa);border-bottom:1px solid var(--admin-border,#ffffff14);grid-template-columns:minmax(140px,2fr) minmax(105px,1.1fr) minmax(110px,1.2fr) minmax(95px,1fr) minmax(130px,1.4fr) minmax(100px,1fr) minmax(85px,.9fr) minmax(95px,1fr);gap:.75rem;margin-bottom:.4rem;padding:.65rem 1rem;font-size:.68rem;font-weight:700;display:grid}.ProjectCard-module__OG85Oq__listCard{border-bottom:1px solid var(--admin-border,#ffffff0f);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem 1rem;transition:all .18s cubic-bezier(.16,1,.3,1)}.ProjectCard-module__OG85Oq__listCard:hover{background:var(--admin-hover-bg,#ffffff0a);transform:translate(3px)}.ProjectCard-module__OG85Oq__listCardDebt{background:#f973160a}.ProjectCard-module__OG85Oq__listCardDebt:hover{background:#f9731614}.ProjectCard-module__OG85Oq__listRowContent{grid-template-columns:minmax(140px,2fr) minmax(105px,1.1fr) minmax(110px,1.2fr) minmax(95px,1fr) minmax(130px,1.4fr) minmax(100px,1fr) minmax(85px,.9fr) minmax(95px,1fr);align-items:center;gap:.75rem;font-size:.82rem;display:grid}.ProjectCard-module__OG85Oq__listCellName{color:var(--admin-text-primary,#fff);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.ProjectCard-module__OG85Oq__listCellText{color:var(--admin-text-secondary,#d4d4d8);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.ProjectCard-module__OG85Oq__listMobileContent{flex-direction:column;gap:.55rem;display:flex}.ProjectCard-module__OG85Oq__listMobileHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.ProjectCard-module__OG85Oq__listMobileMeta{color:var(--admin-text-secondary,#a1a1aa);justify-content:space-between;align-items:center;gap:.5rem;font-size:.72rem;display:flex}.ProjectCard-module__OG85Oq__listMobileFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.4rem .6rem;margin-top:.1rem;display:flex}.ProjectCard-module__OG85Oq__badgeCluster{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.project-phase-badge{transition:all .2s}.project-phase-badge:hover{filter:brightness(1.15);box-shadow:0 0 10px #ffffff1f}@keyframes ProjectCard-module__OG85Oq__phaseGlow{0%,to{box-shadow:0 0 4px}50%{box-shadow:0 0 10px}}@keyframes ProjectCard-module__OG85Oq__phasePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.88;transform:scale(1.03)}}@keyframes ProjectCard-module__OG85Oq__phasePulseCritical{0%,to{transform:scale(1);box-shadow:0 0 #ef444400}50%{transform:scale(1.04);box-shadow:0 0 12px #ef444480}}.phase-badge-glow{animation:3s ease-in-out infinite ProjectCard-module__OG85Oq__phaseGlow}.phase-badge-pulse{animation:2.5s ease-in-out infinite ProjectCard-module__OG85Oq__phasePulse}.phase-badge-pulse-critical{animation:1.8s ease-in-out infinite ProjectCard-module__OG85Oq__phasePulseCritical}.list-mobile-only{display:none}@media (max-width:900px){.list-desktop-only{display:none!important}.list-mobile-only{flex-direction:column;gap:8px;display:flex}.ProjectCard-module__OG85Oq__listCard{background:var(--admin-card-bg,#121212);border:1px solid var(--admin-border,#ffffff14);border-radius:12px;margin-bottom:.6rem;padding:.9rem}.ProjectCard-module__OG85Oq__listCard:hover{transform:translateY(-2px)}}@media (prefers-reduced-motion:reduce){:is(.ProjectCard-module__OG85Oq__card,.ProjectCard-module__OG85Oq__cardDebt,.ProjectCard-module__OG85Oq__listCard,.ProjectCard-module__OG85Oq__debtCornerBadge,.ProjectCard-module__OG85Oq__progress-bar-fill,.financial-badge,.storage-badge,.project-phase-badge){filter:none!important;transition:none!important;animation:none!important;transform:none!important}}
.CityAutocomplete-module__hTrHaG__wrapper{width:100%;position:relative}.CityAutocomplete-module__hTrHaG__inputContainer{background:#ffffff0a;border:1px solid #ffffff17;border-radius:8px;align-items:center;gap:.75rem;height:42px;padding:0 .9rem;transition:border-color .2s;display:flex}.CityAutocomplete-module__hTrHaG__inputContainer:focus-within{border-color:#b89e6573}.CityAutocomplete-module__hTrHaG__icon{color:#fff3;flex-shrink:0}.CityAutocomplete-module__hTrHaG__input{color:#fff;background:0 0;border:none;outline:none;flex:1;width:100%;font-size:.85rem}.CityAutocomplete-module__hTrHaG__suggestions{z-index:100;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:8px;margin:0;padding:4px;list-style:none;animation:.2s ease-out CityAutocomplete-module__hTrHaG__slideDown;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 10px 25px #00000080}@keyframes CityAutocomplete-module__hTrHaG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.CityAutocomplete-module__hTrHaG__suggestionItem{color:#ffffffb3;cursor:pointer;border-radius:6px;align-items:center;gap:.75rem;padding:.75rem .9rem;font-size:.82rem;transition:all .15s;display:flex}.CityAutocomplete-module__hTrHaG__suggestionItem:hover{color:#fff;background:#ffffff0d}.CityAutocomplete-module__hTrHaG__suggestionItem small{color:#b89e65;font-weight:600}
.mapa-module__SkW_GG__main{background:var(--background,#080808);min-height:100vh;padding-top:80px}.mapa-module__SkW_GG__hero{text-align:center;padding:4rem 0 2rem}.mapa-module__SkW_GG__heroContent{max-width:800px;margin:0 auto}.mapa-module__SkW_GG__kicker{text-transform:uppercase;letter-spacing:.25em;color:#b89e65;margin-bottom:1rem;font-size:.8rem;font-weight:700;display:block}.mapa-module__SkW_GG__heroContent h1{letter-spacing:-.03em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:600;line-height:1.1}.mapa-module__SkW_GG__description{color:#fff9;font-size:1.15rem;line-height:1.6}.mapa-module__SkW_GG__mapSection{padding:2rem 0 6rem}.mapa-module__SkW_GG__statsSection{background:#ffffff05;border-top:1px solid #ffffff0d;padding:6rem 0}.mapa-module__SkW_GG__statsGrid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;display:grid}.mapa-module__SkW_GG__statCard{flex-direction:column;gap:.5rem;display:flex}.mapa-module__SkW_GG__statNumber{color:#b89e65;letter-spacing:-.02em;font-size:2.5rem;font-weight:700}.mapa-module__SkW_GG__statLabel{color:#fff6;text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-weight:500}@media (max-width:768px){.mapa-module__SkW_GG__hero{padding:3rem 0 1rem}.mapa-module__SkW_GG__statsGrid{gap:2rem}}
