.Preloader-module__GiDsFa__preloader{z-index:var(--z-preloader);background:var(--surface-paper);transition:opacity var(--duration-slow) ease, visibility var(--duration-slow) ease;animation:Preloader-module__GiDsFa__krons-preloader-dismiss var(--duration-slow) ease 1.5s forwards;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@keyframes Preloader-module__GiDsFa__krons-preloader-dismiss{to{opacity:0;visibility:hidden;pointer-events:none}}.Preloader-module__GiDsFa__hidden{opacity:0;visibility:hidden;pointer-events:none}.Preloader-module__GiDsFa__content{justify-content:center;align-items:center;display:flex;position:relative}.Preloader-module__GiDsFa__glow{background:radial-gradient(circle, rgba(var(--brand-300-rgb), .22) 0%, transparent 70%);opacity:0;filter:blur(4px);width:20rem;height:20rem;animation:Preloader-module__GiDsFa__krons-glow-bloom 2.4s var(--ease-spring) forwards .15s;pointer-events:none;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)scale(.6)}.Preloader-module__GiDsFa__brand{opacity:0;width:auto;height:8rem;animation:Preloader-module__GiDsFa__krons-logo-reveal .8s var(--ease-spring) forwards, Preloader-module__GiDsFa__krons-logo-glow 2.6s ease-in-out infinite .8s;display:block;position:relative}.Preloader-module__GiDsFa__blocks{opacity:0;animation:Preloader-module__GiDsFa__krons-scale-in var(--duration-slow) ease forwards .7s;gap:.5rem;margin-top:2.5rem;display:flex;position:relative}.Preloader-module__GiDsFa__block{background:var(--brand-gradient);opacity:.15;border-radius:2px;width:.625rem;height:.625rem;animation:1.6s ease-in-out infinite Preloader-module__GiDsFa__krons-block-pulse}.Preloader-module__GiDsFa__block:nth-child(2){animation-delay:.18s}.Preloader-module__GiDsFa__block:nth-child(3){animation-delay:.36s}.Preloader-module__GiDsFa__label{font-size:var(--text-2xs);letter-spacing:5px;text-transform:uppercase;color:var(--text-faint);opacity:0;animation:Preloader-module__GiDsFa__krons-fade-in var(--duration-slow) ease forwards .9s, Preloader-module__GiDsFa__krons-pulse 1.5s ease-in-out infinite 1.3s;margin-top:1.375rem;font-weight:400}@media (max-width:900px){.Preloader-module__GiDsFa__brand{height:5.5rem}.Preloader-module__GiDsFa__glow{width:15rem;height:15rem}}@media (max-width:600px){.Preloader-module__GiDsFa__brand{height:3.75rem}.Preloader-module__GiDsFa__glow{width:11rem;height:11rem}}@media (prefers-reduced-motion:reduce){.Preloader-module__GiDsFa__preloader{display:none}}@keyframes Preloader-module__GiDsFa__krons-glow-bloom{0%{opacity:0;transform:translate(-50%,-50%)scale(.6)}60%{opacity:1}to{opacity:.85;transform:translate(-50%,-50%)scale(1)}}@keyframes Preloader-module__GiDsFa__krons-logo-reveal{0%{opacity:0;transform:translateY(24px)scale(.88)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes Preloader-module__GiDsFa__krons-logo-glow{0%,to{filter:drop-shadow(0 0 18px #d98c9629)}50%{filter:drop-shadow(0 0 44px #d98c966b)}}@keyframes Preloader-module__GiDsFa__krons-fade-in{0%{opacity:0}to{opacity:1}}@keyframes Preloader-module__GiDsFa__krons-scale-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes Preloader-module__GiDsFa__krons-block-pulse{0%,to{opacity:.15;transform:scale(.85)}50%{opacity:1;transform:scale(1.05)}}@keyframes Preloader-module__GiDsFa__krons-pulse{0%,to{opacity:.3}50%{opacity:.8}}
.Button-module__fANS6W__button{justify-content:center;align-items:center;gap:var(--space-2);font-family:var(--font-body);letter-spacing:.5px;border-radius:var(--radius-xs);cursor:pointer;white-space:nowrap;text-align:center;transition:background var(--duration-fast) ease, color var(--duration-fast) ease, border-color var(--duration-fast) ease, transform var(--duration-fast) ease, box-shadow var(--duration-fast) ease;border:1px solid #0000;font-weight:700;display:inline-flex}.Button-module__fANS6W__button:active:not(:disabled):not([aria-busy=true]){box-shadow:none;transform:translateY(1px)}.Button-module__fANS6W__button:disabled,.Button-module__fANS6W__button[aria-busy=true]{opacity:.6;cursor:not-allowed;box-shadow:none!important;transform:none!important}.Button-module__fANS6W__button[aria-busy=true]{cursor:progress}@media (prefers-reduced-motion:reduce){.Button-module__fANS6W__button,.Button-module__fANS6W__button:hover,.Button-module__fANS6W__button:active{transform:none!important}}.Button-module__fANS6W__sm{font-size:var(--text-xs);padding:.625rem 1.125rem}.Button-module__fANS6W__md{font-size:var(--text-xs);padding:.875rem 1.75rem}.Button-module__fANS6W__lg{font-size:var(--text-base);padding:1.125rem 2.8125rem}.Button-module__fANS6W__fullWidth{width:100%}.Button-module__fANS6W__primary{background:var(--brand-600);color:#fff}.Button-module__fANS6W__primary:hover:not(:disabled):not([aria-busy=true]){background:var(--brand-700);box-shadow:var(--shadow-brand);transform:translateY(-2px)}.Button-module__fANS6W__secondary{background:var(--surface-card-dark);color:var(--text-on-night);border-color:var(--border-on-night-strong)}.Button-module__fANS6W__secondary:hover:not(:disabled){background:var(--surface-card-dark-hover);border-color:var(--border-brand-soft);transform:translateY(-2px)}.Button-module__fANS6W__outline{color:var(--brand-600);border-color:var(--brand-600);background:0 0}.Button-module__fANS6W__outline:hover:not(:disabled){background:var(--brand-600);color:#fff;transform:translateY(-2px)}.Button-module__fANS6W__ghost{color:currentColor;background:0 0;font-weight:600}.Button-module__fANS6W__ghost:hover:not(:disabled){background:#0000000d}.Button-module__fANS6W__danger{background:var(--state-danger);color:#fff}.Button-module__fANS6W__danger:hover:not(:disabled){background:#a3251c;transform:translateY(-2px);box-shadow:0 8px 30px #d930254d}.Button-module__fANS6W__label{display:inline-block}.Button-module__fANS6W__icon{align-items:center;font-size:1.1em;line-height:1;display:inline-flex}.Button-module__fANS6W__iconRight{transition:transform var(--duration-fast) ease}.Button-module__fANS6W__button:hover .Button-module__fANS6W__iconRight{transform:translate(4px)}.Button-module__fANS6W__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:1em;height:1em;animation:.7s linear infinite Button-module__fANS6W__krons-spin}@keyframes Button-module__fANS6W__krons-spin{to{transform:rotate(360deg)}}
.Field-module__MTdGwq__field{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.Field-module__MTdGwq__label{font-size:var(--text-xs);letter-spacing:1px;text-transform:uppercase;font-weight:600;display:block}.Field-module__MTdGwq__tone-dark .Field-module__MTdGwq__label{color:var(--text-on-night-50)}.Field-module__MTdGwq__tone-light .Field-module__MTdGwq__label{color:var(--admin-text-muted,#57534e)}.Field-module__MTdGwq__required{color:var(--brand-300);margin-left:.25rem}.Field-module__MTdGwq__control{border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);font-size:var(--text-base);transition:border-color var(--duration-fast) ease, background var(--duration-fast) ease, box-shadow var(--duration-fast) ease;outline:none;padding:.875rem 1.125rem}.Field-module__MTdGwq__dark{border:1px solid var(--border-on-night-strong);color:var(--text-on-night);background:#ffffff0d}.Field-module__MTdGwq__dark::placeholder{color:var(--text-on-night-20)}.Field-module__MTdGwq__dark:hover:not(:focus){border-color:#ffffff24}.Field-module__MTdGwq__dark:focus{border-color:var(--brand-600);background:#ffffff14;box-shadow:0 0 0 3px #9e26372e}.Field-module__MTdGwq__dark option{background:var(--surface-night);color:var(--text-on-night)}.Field-module__MTdGwq__light{background:var(--admin-surface,#fff);border:1px solid var(--admin-border,#e8e4e1);color:var(--admin-text,#1c1917)}.Field-module__MTdGwq__light::placeholder{color:var(--admin-text-subtle,#a8a29e)}.Field-module__MTdGwq__light:hover:not(:focus){border-color:var(--admin-border-strong,#d6d0cc)}.Field-module__MTdGwq__light:focus{border-color:var(--brand-600);box-shadow:0 0 0 3px var(--admin-ring,#9e26372e)}.Field-module__MTdGwq__invalid{border-color:var(--state-danger)}.Field-module__MTdGwq__invalid:focus{box-shadow:0 0 0 3px var(--state-danger-soft)}.Field-module__MTdGwq__passwordWrapper{display:block;position:relative}.Field-module__MTdGwq__password{padding-right:3.25rem}.Field-module__MTdGwq__reveal{border-radius:var(--radius-xs);width:2.25rem;height:2.25rem;transition:background var(--duration-fast) ease, color var(--duration-fast) ease;place-items:center;display:grid;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.Field-module__MTdGwq__reveal-dark{color:var(--text-on-night-40)}.Field-module__MTdGwq__reveal-dark:hover{color:var(--text-on-night);background:#ffffff14}.Field-module__MTdGwq__reveal-light{color:var(--admin-text-subtle,#a8a29e)}.Field-module__MTdGwq__reveal-light:hover{background:var(--admin-surface-muted,#f5f3f1);color:var(--admin-text,#1c1917)}.Field-module__MTdGwq__eye{display:block;overflow:visible}.Field-module__MTdGwq__eyeSlash{stroke-dasharray:24;stroke-dashoffset:24px;transition:stroke-dashoffset var(--duration-fast) var(--ease-out-soft)}.Field-module__MTdGwq__eyeSlashOn{stroke-dashoffset:0}.Field-module__MTdGwq__textarea{resize:vertical;min-height:7.5rem;line-height:1.6}.Field-module__MTdGwq__selectWrapper{display:block;position:relative}.Field-module__MTdGwq__select{appearance:none;cursor:pointer;padding-right:2.5rem}.Field-module__MTdGwq__selectArrow{pointer-events:none;opacity:.6;font-size:.75rem;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.Field-module__MTdGwq__checkboxField{gap:var(--space-2);flex-direction:column;display:flex}.Field-module__MTdGwq__checkboxRow{align-items:flex-start;gap:var(--space-3);display:flex}.Field-module__MTdGwq__checkbox{width:1.125rem;height:1.125rem;accent-color:var(--brand-600);cursor:pointer;flex-shrink:0;margin-top:.125rem}.Field-module__MTdGwq__checkboxLabel{font-size:var(--text-sm);cursor:pointer;line-height:1.6}.Field-module__MTdGwq__tone-dark .Field-module__MTdGwq__checkboxLabel{color:var(--text-on-night-60)}.Field-module__MTdGwq__tone-light .Field-module__MTdGwq__checkboxLabel{color:var(--admin-text-muted,#57534e)}.Field-module__MTdGwq__checkboxLabel a{color:var(--brand-300);text-underline-offset:2px;text-decoration:underline}.Field-module__MTdGwq__hint{font-size:var(--text-xs);line-height:1.5}.Field-module__MTdGwq__tone-dark .Field-module__MTdGwq__hint{color:var(--text-on-night-40)}.Field-module__MTdGwq__tone-light .Field-module__MTdGwq__hint{color:var(--admin-text-subtle,#a8a29e)}.Field-module__MTdGwq__error{align-items:flex-start;gap:var(--space-2);font-size:var(--text-xs);color:var(--state-danger);font-weight:500;line-height:1.5;display:flex}.Field-module__MTdGwq__error:before{content:"⚠";font-size:.875rem;line-height:1.2}
.Badge-module__jXvChq__badge{align-items:center;gap:var(--space-2);border-radius:var(--radius-pill);letter-spacing:.4px;white-space:nowrap;border:1px solid #0000;font-weight:600;line-height:1.4;display:inline-flex}.Badge-module__jXvChq__sm{font-size:var(--text-2xs);padding:.1875rem .5rem}.Badge-module__jXvChq__md{font-size:var(--text-xs);padding:.3125rem .75rem}.Badge-module__jXvChq__dot{background:currentColor;border-radius:50%;flex-shrink:0;width:.375rem;height:.375rem}.Badge-module__jXvChq__neutral{background:var(--state-neutral-soft);color:var(--state-neutral);border-color:#7a716b3d}.Badge-module__jXvChq__brand{color:var(--brand-600);background:#9e26371f;border-color:#9e26373d}.Badge-module__jXvChq__info{background:var(--state-info-soft);color:var(--state-info);border-color:#d98c9647}.Badge-module__jXvChq__success{background:var(--state-success-soft);color:var(--state-success);border-color:#2f7d4f3d}.Badge-module__jXvChq__warning{background:var(--state-warning-soft);color:var(--state-warning);border-color:#d977063d}.Badge-module__jXvChq__danger{background:var(--state-danger-soft);color:var(--state-danger);border-color:#d930253d}
.Alert-module__WurzFW__alert{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);border-radius:var(--radius-sm);animation:Alert-module__WurzFW__krons-slide-up var(--duration-fast) var(--ease-out-soft);border:1px solid #0000;display:flex}.Alert-module__WurzFW__icon{flex-shrink:0;font-size:1rem;line-height:1.4}.Alert-module__WurzFW__body{gap:var(--space-1);flex-direction:column;min-width:0;display:flex}.Alert-module__WurzFW__title{font-size:var(--text-sm);font-weight:700}.Alert-module__WurzFW__message{font-size:var(--text-sm);line-height:1.6}.Alert-module__WurzFW__info{background:var(--state-info-soft);color:var(--state-info);border-color:#d98c9647}.Alert-module__WurzFW__success{background:var(--state-success-soft);color:var(--state-success);border-color:#2f7d4f3d}.Alert-module__WurzFW__warning{background:var(--state-warning-soft);color:var(--state-warning);border-color:#d977063d}.Alert-module__WurzFW__danger{background:var(--state-danger-soft);color:var(--state-danger);border-color:#d930253d}@keyframes Alert-module__WurzFW__krons-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.EmptyState-module__jqUtba__empty{text-align:center;justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-16) var(--space-6);border-radius:var(--radius-md);border:1px dashed #0000;flex-direction:column;display:flex}.EmptyState-module__jqUtba__light{background:var(--admin-surface,#fff);border-color:var(--admin-border-strong,#d6d0cc)}.EmptyState-module__jqUtba__dark{background:var(--surface-card-dark);border-color:var(--border-on-night-strong)}.EmptyState-module__jqUtba__icon{opacity:.75;font-size:2.5rem;line-height:1}.EmptyState-module__jqUtba__title{font-size:var(--text-lg);font-weight:600}.EmptyState-module__jqUtba__light .EmptyState-module__jqUtba__title{color:var(--admin-text,#1c1917)}.EmptyState-module__jqUtba__dark .EmptyState-module__jqUtba__title{color:var(--text-on-night)}.EmptyState-module__jqUtba__description{font-size:var(--text-base);max-width:34rem;line-height:1.7}.EmptyState-module__jqUtba__light .EmptyState-module__jqUtba__description{color:var(--admin-text-muted,#57534e)}.EmptyState-module__jqUtba__dark .EmptyState-module__jqUtba__description{color:var(--text-on-night-50)}.EmptyState-module__jqUtba__action{margin-top:var(--space-2)}
.Skeleton-module__CO6i3a__skeleton{background:var(--admin-surface-muted,#ffffff0f);display:block;position:relative;overflow:hidden}.Skeleton-module__CO6i3a__skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff59,#0000);animation:1.6s infinite Skeleton-module__CO6i3a__krons-shimmer;position:absolute;inset:0;transform:translate(-100%)}.Skeleton-module__CO6i3a__stack{gap:var(--space-2);flex-direction:column;display:flex}@keyframes Skeleton-module__CO6i3a__krons-shimmer{to{transform:translate(100%)}}
.Modal-module__mNSHoW__dialog{width:100%;max-width:min(94vw,40rem);max-height:90vh;color:var(--admin-text,#1c1917);background:0 0;border:none;padding:0;overflow:visible}.Modal-module__mNSHoW__dialog::backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:Modal-module__mNSHoW__krons-overlay-in var(--duration-fast) ease;background:#06060ea6}.Modal-module__mNSHoW__dialog[open] .Modal-module__mNSHoW__panel{animation:Modal-module__mNSHoW__krons-dialog-in var(--duration-fast) var(--ease-out-soft)}.Modal-module__mNSHoW__sm{max-width:min(94vw,28rem)}.Modal-module__mNSHoW__md{max-width:min(94vw,40rem)}.Modal-module__mNSHoW__lg{max-width:min(94vw,56rem)}.Modal-module__mNSHoW__panel{background:var(--admin-surface,#fff);border-radius:var(--radius-lg);flex-direction:column;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 80px #06060e59}.Modal-module__mNSHoW__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:var(--space-6);border-bottom:1px solid var(--admin-border,#e8e4e1);display:flex}.Modal-module__mNSHoW__title{font-size:var(--text-xl);color:var(--admin-text,#1c1917);font-weight:600;line-height:1.35}.Modal-module__mNSHoW__description{margin-top:var(--space-1);font-size:var(--text-sm);color:var(--admin-text-muted,#57534e);line-height:1.6}.Modal-module__mNSHoW__close{border-radius:var(--radius-xs);width:2rem;height:2rem;color:var(--admin-text-muted,#57534e);transition:background var(--duration-fast) ease, color var(--duration-fast) ease;flex-shrink:0;place-items:center;font-size:.875rem;display:grid}.Modal-module__mNSHoW__close:hover{background:var(--admin-surface-muted,#f5f3f1);color:var(--admin-text,#1c1917)}.Modal-module__mNSHoW__content{padding:var(--space-6);font-size:var(--text-base);color:var(--admin-text-muted,#57534e);line-height:1.7;overflow-y:auto}.Modal-module__mNSHoW__footer{justify-content:flex-end;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--admin-border,#e8e4e1);background:var(--admin-surface-muted,#f5f3f1);display:flex}@media (max-width:600px){.Modal-module__mNSHoW__header,.Modal-module__mNSHoW__content{padding:var(--space-5)}.Modal-module__mNSHoW__footer{padding:var(--space-4);flex-direction:column-reverse;align-items:stretch}}@keyframes Modal-module__mNSHoW__krons-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__mNSHoW__krons-dialog-in{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}
.Pagination-module__C9pEYG__pagination{justify-content:space-between;align-items:center;gap:var(--space-4);margin-top:var(--space-6);flex-wrap:wrap;display:flex}.Pagination-module__C9pEYG__summary{font-size:var(--text-sm);color:var(--admin-text-muted,#57534e)}.Pagination-module__C9pEYG__summary strong{color:var(--admin-text,#1c1917);font-weight:600}.Pagination-module__C9pEYG__list{align-items:center;gap:var(--space-1);list-style:none;display:flex}.Pagination-module__C9pEYG__page,.Pagination-module__C9pEYG__arrow{min-width:2.25rem;height:2.25rem;padding:0 var(--space-2);border-radius:var(--radius-xs);border:1px solid var(--admin-border,#e8e4e1);background:var(--admin-surface,#fff);font-size:var(--text-sm);color:var(--admin-text-muted,#57534e);transition:background var(--duration-fast) ease, border-color var(--duration-fast) ease, color var(--duration-fast) ease;place-items:center;font-weight:500;display:grid}.Pagination-module__C9pEYG__page:hover,.Pagination-module__C9pEYG__arrow:hover{border-color:var(--brand-600);color:var(--brand-600)}.Pagination-module__C9pEYG__active{background:var(--brand-600);border-color:var(--brand-600);color:#fff}.Pagination-module__C9pEYG__active:hover{background:var(--brand-700);color:#fff}.Pagination-module__C9pEYG__disabled{opacity:.4;cursor:not-allowed}.Pagination-module__C9pEYG__disabled:hover{border-color:var(--admin-border,#e8e4e1);color:var(--admin-text-muted,#57534e)}.Pagination-module__C9pEYG__gap{min-width:1.5rem;height:2.25rem;color:var(--admin-text-subtle,#a8a29e);place-items:center;display:grid}@media (max-width:600px){.Pagination-module__C9pEYG__pagination{text-align:center;justify-content:center}}
.Table-module__bsycdG__scroll{border-radius:var(--radius-md);border:1px solid var(--admin-border,#e8e4e1);background:var(--admin-surface,#fff);width:100%;overflow-x:auto}.Table-module__bsycdG__table{border-collapse:collapse;width:100%;font-size:var(--text-sm);color:var(--admin-text,#1c1917)}.Table-module__bsycdG__head{background:var(--admin-surface-muted,#f5f3f1)}.Table-module__bsycdG__headerCell{padding:var(--space-3) var(--space-4);font-size:var(--text-xs);letter-spacing:.6px;text-transform:uppercase;color:var(--admin-text-muted,#57534e);white-space:nowrap;border-bottom:1px solid var(--admin-border,#e8e4e1);font-weight:600}.Table-module__bsycdG__row{transition:background var(--duration-fast) ease}.Table-module__bsycdG__body .Table-module__bsycdG__row:not(:last-child){border-bottom:1px solid var(--admin-border,#e8e4e1)}.Table-module__bsycdG__body .Table-module__bsycdG__row:hover{background:var(--admin-surface-muted,#f5f3f1)}.Table-module__bsycdG__cell{padding:var(--space-4);vertical-align:middle;line-height:1.6}.Table-module__bsycdG__left{text-align:left}.Table-module__bsycdG__center{text-align:center}.Table-module__bsycdG__right{text-align:right}@media (max-width:760px){.Table-module__bsycdG__scroll{background:0 0;border:none;overflow-x:visible}.Table-module__bsycdG__table,.Table-module__bsycdG__body,.Table-module__bsycdG__row,.Table-module__bsycdG__cell{width:100%;display:block}.Table-module__bsycdG__head{display:none}.Table-module__bsycdG__row{margin-bottom:var(--space-4);padding:var(--space-2) var(--space-4);border:1px solid var(--admin-border,#e8e4e1);border-radius:var(--radius-md);background:var(--admin-surface,#fff)}.Table-module__bsycdG__body .Table-module__bsycdG__row:not(:last-child){border-bottom:1px solid var(--admin-border,#e8e4e1)}.Table-module__bsycdG__cell{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-3) 0;text-align:right;display:flex}.Table-module__bsycdG__cell:not(:last-child){border-bottom:1px solid var(--admin-border,#e8e4e1)}.Table-module__bsycdG__cell[data-label]:before{content:attr(data-label);font-size:var(--text-xs);letter-spacing:.6px;text-transform:uppercase;color:var(--admin-text-subtle,#a8a29e);text-align:left;flex-shrink:0;font-weight:600}}
.Reveal-module__4Vt6OW__reveal{opacity:0;transition:opacity .45s var(--ease-out-soft), transform .45s var(--ease-out-soft);will-change:opacity, transform}.Reveal-module__4Vt6OW__visible{opacity:1;will-change:auto;transform:none}.Reveal-module__4Vt6OW__up{transform:translateY(28px)}.Reveal-module__4Vt6OW__down{transform:translateY(-28px)}.Reveal-module__4Vt6OW__left{transform:translate(-28px)}.Reveal-module__4Vt6OW__right{transform:translate(28px)}.Reveal-module__4Vt6OW__scale{transform:scale(.94)}.Reveal-module__4Vt6OW__fade{transform:none}@media (max-width:700px){.Reveal-module__4Vt6OW__left,.Reveal-module__4Vt6OW__right{transform:translateY(20px)}}@media (prefers-reduced-motion:reduce){.Reveal-module__4Vt6OW__reveal{opacity:1;transition:none;transform:none}}
.ProjectExplore-module__K7TGXq__explore{background:var(--surface-paper);padding:var(--space-24) var(--gutter-page)}.ProjectExplore-module__K7TGXq__inner{max-width:var(--shell-max);margin:0 auto}.ProjectExplore-module__K7TGXq__title{margin-bottom:var(--space-12);font-family:var(--font-display);letter-spacing:-1px;color:var(--text-strong);font-size:clamp(1.75rem,5vw,3.25rem);font-weight:400;line-height:1}.ProjectExplore-module__K7TGXq__grid{gap:var(--space-6);grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;display:grid}.ProjectExplore-module__K7TGXq__item{display:flex}.ProjectExplore-module__K7TGXq__card{background:var(--surface-card-light-solid);border:1px solid var(--border-on-sand);border-radius:var(--radius-lg);width:100%;transition:border-color var(--duration-base) var(--ease-out-soft), transform var(--duration-base) var(--ease-out-soft), box-shadow var(--duration-base) var(--ease-out-soft);flex-direction:column;display:flex;overflow:hidden}.ProjectExplore-module__K7TGXq__card:hover{border-color:var(--border-brand-soft);box-shadow:var(--shadow-card-light);transform:translateY(-6px)}.ProjectExplore-module__K7TGXq__media{aspect-ratio:16/10;display:block;overflow:hidden}.ProjectExplore-module__K7TGXq__image{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease-out-soft)}.ProjectExplore-module__K7TGXq__card:hover .ProjectExplore-module__K7TGXq__image{transform:scale(1.05)}.ProjectExplore-module__K7TGXq__body{padding:var(--space-6);flex-direction:column;flex:1;display:flex}.ProjectExplore-module__K7TGXq__location{font-size:var(--text-xs);letter-spacing:1px;color:var(--text-subtle)}.ProjectExplore-module__K7TGXq__client{font-size:var(--text-sm);color:var(--text-muted);margin-top:.125rem}.ProjectExplore-module__K7TGXq__name{margin-top:var(--space-4);font-family:var(--font-display);letter-spacing:-.3px;color:var(--text-strong);flex-grow:1;font-size:clamp(1.0625rem,2vw,1.375rem);font-weight:400;line-height:1.25}.ProjectExplore-module__K7TGXq__tags{gap:var(--space-2);margin-top:var(--space-5);flex-wrap:wrap;display:flex}.ProjectExplore-module__K7TGXq__tag{border-radius:var(--radius-pill);background:var(--brand-600);color:#fff;font-size:var(--text-2xs);letter-spacing:.8px;padding:.375rem .75rem;font-weight:700}.ProjectExplore-module__K7TGXq__cta{min-height:34rem;padding:var(--space-24) var(--gutter-page);isolation:isolate;text-align:center;background:var(--surface-night);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ProjectExplore-module__K7TGXq__ctaBackground{z-index:-1;position:absolute;inset:0}.ProjectExplore-module__K7TGXq__ctaImage{object-fit:cover;object-position:center}.ProjectExplore-module__K7TGXq__ctaScrim{background:linear-gradient(#06060ea8 0%,#06060e85 45%,#06060edb 100%),#5e152038;position:absolute;inset:0}.ProjectExplore-module__K7TGXq__ctaContent{max-width:46rem;position:relative}.ProjectExplore-module__K7TGXq__ctaTitle{font-family:var(--font-display);letter-spacing:-1.5px;text-transform:uppercase;color:#fff;font-size:clamp(2rem,6vw,4rem);font-weight:400;line-height:1.02}.ProjectExplore-module__K7TGXq__ctaLine{display:block}.ProjectExplore-module__K7TGXq__ctaText{max-width:34rem;margin:var(--space-6) auto 0;color:var(--text-on-night-60);font-size:clamp(1rem,1.8vw,1.125rem);font-weight:300;line-height:1.8}.ProjectExplore-module__K7TGXq__actions{justify-content:center;align-items:center;gap:var(--space-4);margin-top:var(--space-10);flex-wrap:wrap;display:flex}.ProjectExplore-module__K7TGXq__primary,.ProjectExplore-module__K7TGXq__secondary{min-width:13rem;padding:1.0625rem var(--space-8);border-radius:var(--radius-xs);font-size:var(--text-xs);letter-spacing:1.5px;transition:border-color var(--duration-fast) var(--ease-out-soft), color var(--duration-fast) var(--ease-out-soft), transform var(--duration-fast) var(--ease-out-soft);border:1px solid #0000;justify-content:center;align-items:center;font-weight:700;line-height:1.2;display:inline-flex;position:relative;overflow:hidden}.ProjectExplore-module__K7TGXq__primary:before,.ProjectExplore-module__K7TGXq__secondary:before{content:"";transition:transform var(--duration-base) var(--ease-out-soft);position:absolute;inset:0}.ProjectExplore-module__K7TGXq__label{z-index:var(--z-base);position:relative}.ProjectExplore-module__K7TGXq__primary{background:var(--brand-600);color:#fff}.ProjectExplore-module__K7TGXq__primary:before{background:var(--brand-800);transform:translateY(101%)}.ProjectExplore-module__K7TGXq__primary:hover:before{transform:translateY(0)}.ProjectExplore-module__K7TGXq__secondary{color:#fff;background:0 0;border-color:#ffffff52}.ProjectExplore-module__K7TGXq__secondary:before{background:#ffffff24;transform:translate(-101%)}.ProjectExplore-module__K7TGXq__secondary:hover{border-color:#fff}.ProjectExplore-module__K7TGXq__secondary:hover:before{transform:translate(0)}.ProjectExplore-module__K7TGXq__primary:active,.ProjectExplore-module__K7TGXq__secondary:active{transform:translateY(1px)}@media (max-width:900px){.ProjectExplore-module__K7TGXq__explore{padding:var(--space-16) var(--space-8)}.ProjectExplore-module__K7TGXq__title{margin-bottom:var(--space-8)}.ProjectExplore-module__K7TGXq__cta{min-height:28rem;padding:var(--space-20) var(--space-8)}}@media (max-width:700px){.ProjectExplore-module__K7TGXq__grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:600px){.ProjectExplore-module__K7TGXq__explore{padding:var(--space-12) var(--space-5)}.ProjectExplore-module__K7TGXq__body{padding:var(--space-5)}.ProjectExplore-module__K7TGXq__cta{min-height:0;padding:var(--space-16) var(--space-5)}.ProjectExplore-module__K7TGXq__actions{align-items:stretch;gap:var(--space-3);margin-top:var(--space-8);flex-direction:column}.ProjectExplore-module__K7TGXq__primary,.ProjectExplore-module__K7TGXq__secondary{width:100%}}@media (prefers-reduced-motion:reduce){.ProjectExplore-module__K7TGXq__card:hover,.ProjectExplore-module__K7TGXq__card:hover .ProjectExplore-module__K7TGXq__image{transform:none}}
.GlobalSearch-module__X53iwW__container{flex:auto;min-width:0;max-width:26rem;position:relative}.GlobalSearch-module__X53iwW__inputWrap{align-items:center;gap:var(--space-2);padding:0 var(--space-3);border:1px solid var(--admin-border);border-radius:var(--radius-sm);background:var(--admin-surface-muted);height:2.5rem;transition:border-color var(--duration-fast) ease, background var(--duration-fast) ease, box-shadow var(--duration-fast) ease;display:flex}.GlobalSearch-module__X53iwW__inputWrap:focus-within{border-color:var(--brand-600);background:var(--admin-surface);box-shadow:0 0 0 3px var(--admin-ring)}.GlobalSearch-module__X53iwW__icon{opacity:.55;flex-shrink:0;font-size:.875rem}.GlobalSearch-module__X53iwW__input{min-width:0;font-family:var(--font-body);font-size:var(--text-sm);color:var(--admin-text);background:0 0;border:none;flex:1}.GlobalSearch-module__X53iwW__input:focus{outline:none}.GlobalSearch-module__X53iwW__input::placeholder{color:var(--admin-text-subtle)}.GlobalSearch-module__X53iwW__input::-webkit-search-cancel-button{appearance:none}.GlobalSearch-module__X53iwW__hotkey{border:1px solid var(--admin-border);border-radius:var(--radius-xs);background:var(--admin-surface);font-family:var(--font-body);color:var(--admin-text-subtle);flex-shrink:0;padding:.0625rem .375rem;font-size:.6875rem;line-height:1.4}.GlobalSearch-module__X53iwW__panel{top:calc(100% + var(--space-2));z-index:60;max-height:min(28rem,70vh);padding:var(--space-2);border:1px solid var(--admin-border);border-radius:var(--radius-sm);background:var(--admin-surface);box-shadow:var(--shadow-lg,0 16px 48px #00000024);animation:GlobalSearch-module__X53iwW__aparecer var(--duration-fast) ease;position:absolute;left:0;right:0;overflow-y:auto}@keyframes GlobalSearch-module__X53iwW__aparecer{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.GlobalSearch-module__X53iwW__message{padding:var(--space-4) var(--space-3);font-size:var(--text-sm);color:var(--admin-text-muted);text-align:center}.GlobalSearch-module__X53iwW__group+.GlobalSearch-module__X53iwW__group{margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--admin-border)}.GlobalSearch-module__X53iwW__groupTitle{padding:var(--space-2) var(--space-3) var(--space-1);letter-spacing:.7px;text-transform:uppercase;color:var(--admin-text-subtle);font-size:.6875rem;font-weight:700}.GlobalSearch-module__X53iwW__list{list-style:none}.GlobalSearch-module__X53iwW__item{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-xs);text-align:left;transition:background var(--duration-fast) ease;display:flex}.GlobalSearch-module__X53iwW__itemActive{background:var(--admin-surface-muted)}.GlobalSearch-module__X53iwW__itemIcon{flex-shrink:0;font-size:.9375rem}.GlobalSearch-module__X53iwW__itemText{flex:1;min-width:0;display:grid}.GlobalSearch-module__X53iwW__itemTitle{font-size:var(--text-sm);color:var(--admin-text);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.GlobalSearch-module__X53iwW__itemSubtitle{font-size:var(--text-xs);color:var(--admin-text-subtle);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.GlobalSearch-module__X53iwW__itemBadge{padding:.125rem var(--space-2);border-radius:var(--radius-full,999px);background:var(--admin-surface-muted);color:var(--admin-text-muted);flex-shrink:0;font-size:.6875rem;font-weight:600}.GlobalSearch-module__X53iwW__itemActive .GlobalSearch-module__X53iwW__itemBadge{background:var(--admin-surface)}.GlobalSearch-module__X53iwW__footer{padding:var(--space-3);border-top:1px solid var(--admin-border);margin-top:var(--space-2);font-size:var(--text-xs);color:var(--admin-text-subtle);text-align:center}@media (max-width:720px){.GlobalSearch-module__X53iwW__container{max-width:none}.GlobalSearch-module__X53iwW__hotkey{display:none}.GlobalSearch-module__X53iwW__panel{width:min(22rem,100vw - 2rem);left:auto;right:0}}
.PageTransition-module__7hQYPa__transition{animation:PageTransition-module__7hQYPa__page-enter .22s var(--ease-out-soft)}@keyframes PageTransition-module__7hQYPa__page-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.PageTransition-module__7hQYPa__transition{animation:none}}
.ProjectFacts-module__XIoIVq__section{background:var(--surface-sand);padding:var(--space-24) var(--gutter-page) var(--space-16)}.ProjectFacts-module__XIoIVq__inner{max-width:var(--shell-max);margin:0 auto;position:relative}.ProjectFacts-module__XIoIVq__grid{gap:var(--space-12);grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;display:grid}.ProjectFacts-module__XIoIVq__column{padding-left:var(--space-10);position:relative}.ProjectFacts-module__XIoIVq__column:not(:first-child):before{content:"";background:var(--border-on-sand-strong);width:1px;position:absolute;top:0;bottom:0;left:0}.ProjectFacts-module__XIoIVq__column:first-child{padding-left:0}.ProjectFacts-module__XIoIVq__columnTitle{margin-bottom:var(--space-5);font-family:var(--font-display);letter-spacing:.5px;text-transform:uppercase;color:var(--text-strong);font-size:clamp(1.125rem,2.2vw,1.5rem);font-weight:400}.ProjectFacts-module__XIoIVq__columnText{font-size:var(--text-base);color:var(--text-muted);font-weight:300;line-height:1.85}.ProjectFacts-module__XIoIVq__pagination{margin-top:var(--space-12);padding-top:var(--space-8);border-top:1px solid var(--border-on-sand-strong);font-family:var(--font-display);font-size:var(--text-sm);letter-spacing:2px;text-align:right;color:var(--text-ghost);font-variant-numeric:tabular-nums}.ProjectFacts-module__XIoIVq__partners{max-width:var(--shell-max);margin:var(--space-16) auto 0;padding:var(--space-10) var(--space-8);background:var(--surface-card-light-solid);border-radius:var(--radius-lg)}.ProjectFacts-module__XIoIVq__partnerList{justify-content:center;align-items:center;gap:var(--space-4);flex-wrap:wrap;list-style:none;display:flex}.ProjectFacts-module__XIoIVq__partner{align-items:center;gap:var(--space-4);display:flex}.ProjectFacts-module__XIoIVq__plus{font-size:var(--text-xl);color:var(--brand-300);font-weight:300;line-height:1}.ProjectFacts-module__XIoIVq__partnerName{font-family:var(--font-display);letter-spacing:2px;color:var(--text-strong);transition:color var(--duration-base) ease;font-size:clamp(1.125rem,2.6vw,1.75rem);font-weight:400}.ProjectFacts-module__XIoIVq__partner:hover .ProjectFacts-module__XIoIVq__partnerName{color:var(--brand-600)}@media (max-width:1000px){.ProjectFacts-module__XIoIVq__grid{gap:var(--space-10);grid-template-columns:minmax(0,1fr)}.ProjectFacts-module__XIoIVq__column{padding-left:0;padding-top:var(--space-8)}.ProjectFacts-module__XIoIVq__column:not(:first-child):before{width:auto;height:1px;inset:0 0 auto}.ProjectFacts-module__XIoIVq__column:first-child{padding-top:0}}@media (max-width:900px){.ProjectFacts-module__XIoIVq__section{padding:var(--space-16) var(--space-8) var(--space-12)}.ProjectFacts-module__XIoIVq__partners{margin-top:var(--space-12);padding:var(--space-8) var(--space-5)}}@media (max-width:600px){.ProjectFacts-module__XIoIVq__section{padding:var(--space-12) var(--space-5)}.ProjectFacts-module__XIoIVq__pagination{margin-top:var(--space-10);text-align:left;letter-spacing:1.5px}}
.ServiceBody-module__HW_wQG__section{background:var(--surface-paper);padding:var(--space-24) var(--gutter-page)}.ServiceBody-module__HW_wQG__inner{gap:var(--space-24);max-width:var(--shell-max);flex-direction:column;margin:0 auto;display:flex}.ServiceBody-module__HW_wQG__intro{gap:var(--space-16);grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);align-items:start;display:grid}.ServiceBody-module__HW_wQG__title{margin-bottom:var(--space-6);font-family:var(--font-display);letter-spacing:-.5px;color:var(--text-strong);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400;line-height:1.2}.ServiceBody-module__HW_wQG__paragraph{color:var(--text-body);font-size:clamp(1rem,1.6vw,1.125rem);font-weight:300;line-height:1.85}.ServiceBody-module__HW_wQG__paragraph+.ServiceBody-module__HW_wQG__paragraph{margin-top:var(--space-5)}.ServiceBody-module__HW_wQG__metricList{gap:var(--space-6);padding-left:var(--space-8);border-left:2px solid var(--border-light);flex-direction:column;list-style:none;display:flex}.ServiceBody-module__HW_wQG__metricValue{font-family:var(--font-display);letter-spacing:-1px;color:var(--brand-600);font-size:clamp(1.75rem,3.4vw,2.5rem);font-weight:400;line-height:1;display:block}.ServiceBody-module__HW_wQG__metricLabel{margin-top:var(--space-2);font-size:var(--text-sm);color:var(--text-muted);line-height:1.6;display:block}.ServiceBody-module__HW_wQG__block{gap:var(--space-10);flex-direction:column;display:flex}.ServiceBody-module__HW_wQG__blockTitle{font-family:var(--font-display);letter-spacing:-.5px;color:var(--text-strong);font-size:clamp(1.375rem,2.6vw,2rem);font-weight:400}.ServiceBody-module__HW_wQG__blockLead{max-width:42rem;margin-top:var(--space-3);font-size:var(--text-md);color:var(--text-muted);font-weight:300;line-height:1.75}.ServiceBody-module__HW_wQG__highlights{gap:var(--space-5);grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;display:grid}.ServiceBody-module__HW_wQG__highlight{padding:var(--space-8);background:var(--surface-mist);border:1px solid var(--border-on-sand);border-radius:var(--radius-lg);transition:background var(--duration-base) var(--ease-out-soft), border-color var(--duration-base) var(--ease-out-soft), transform var(--duration-base) var(--ease-out-soft), box-shadow var(--duration-base) var(--ease-out-soft)}.ServiceBody-module__HW_wQG__highlight:hover{background:var(--surface-card-light-solid);border-color:var(--border-brand-soft);box-shadow:var(--shadow-card-soft);transform:translateY(-4px)}.ServiceBody-module__HW_wQG__highlightIcon{width:3rem;height:3rem;margin-bottom:var(--space-5);border-radius:var(--radius-md);background:rgba(var(--brand-600-rgb), .07);border:1px solid rgba(var(--brand-600-rgb), .1);place-items:center;font-size:1.375rem;line-height:1;display:grid}.ServiceBody-module__HW_wQG__highlightTitle{margin-bottom:var(--space-3);font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-strong);font-weight:400;line-height:1.35}.ServiceBody-module__HW_wQG__highlightText{font-size:var(--text-base);color:var(--text-muted);font-weight:300;line-height:1.75}.ServiceBody-module__HW_wQG__steps{gap:var(--space-5) var(--space-6);counter-reset:none;grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr));list-style:none;display:grid}.ServiceBody-module__HW_wQG__step{padding-top:var(--space-6);border-top:2px solid var(--border-light);transition:border-color var(--duration-base) var(--ease-out-soft);position:relative}.ServiceBody-module__HW_wQG__step:hover{border-top-color:var(--brand-600)}.ServiceBody-module__HW_wQG__stepNumber{margin-bottom:var(--space-4);font-family:var(--font-display);font-size:var(--text-md);letter-spacing:2px;color:var(--text-ghost);font-variant-numeric:tabular-nums;transition:color var(--duration-base) var(--ease-out-soft);display:block}.ServiceBody-module__HW_wQG__step:hover .ServiceBody-module__HW_wQG__stepNumber{color:var(--brand-600)}.ServiceBody-module__HW_wQG__stepTitle{margin-bottom:var(--space-3);font-size:var(--text-md);color:var(--text-strong);font-weight:600;line-height:1.4}.ServiceBody-module__HW_wQG__stepText{font-size:var(--text-sm);color:var(--text-muted);font-weight:300;line-height:1.75}.ServiceBody-module__HW_wQG__edge{padding:var(--space-12);background:var(--surface-sand);border-radius:var(--radius-lg)}.ServiceBody-module__HW_wQG__edgeTitle{margin-bottom:var(--space-8);font-family:var(--font-display);letter-spacing:-.5px;color:var(--text-strong);font-size:clamp(1.375rem,2.6vw,2rem);font-weight:400}.ServiceBody-module__HW_wQG__edgeList{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));list-style:none;display:grid}.ServiceBody-module__HW_wQG__edgeItem{align-items:flex-start;gap:var(--space-4);font-size:var(--text-base);color:var(--text-body);font-weight:300;line-height:1.75;display:flex}.ServiceBody-module__HW_wQG__edgeMark{background:var(--brand-600);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:1.5rem;height:1.5rem;margin-top:.1875rem;font-size:.6875rem;font-weight:700;display:grid}@media (max-width:900px){.ServiceBody-module__HW_wQG__section{padding:var(--space-16) var(--space-8)}.ServiceBody-module__HW_wQG__inner{gap:var(--space-16)}.ServiceBody-module__HW_wQG__intro{gap:var(--space-10);grid-template-columns:minmax(0,1fr)}.ServiceBody-module__HW_wQG__metricList{gap:var(--space-8);padding-left:0;padding-top:var(--space-6);border-left:none;border-top:2px solid var(--border-light);flex-flow:wrap}.ServiceBody-module__HW_wQG__metric{flex:10rem}.ServiceBody-module__HW_wQG__edge{padding:var(--space-8)}}@media (max-width:700px){.ServiceBody-module__HW_wQG__highlights{grid-template-columns:minmax(0,1fr)}}@media (max-width:600px){.ServiceBody-module__HW_wQG__section{padding:var(--space-12) var(--space-5)}.ServiceBody-module__HW_wQG__highlight{padding:var(--space-6)}.ServiceBody-module__HW_wQG__steps{gap:var(--space-6);grid-template-columns:minmax(0,1fr)}.ServiceBody-module__HW_wQG__edge{padding:var(--space-6)}}@media (prefers-reduced-motion:reduce){.ServiceBody-module__HW_wQG__highlight:hover{transform:none}}
.SiteFooter-module__CudBwa__footer{background:var(--surface-mist);padding:var(--space-16) var(--gutter-page) var(--space-8)}.SiteFooter-module__CudBwa__top{gap:var(--space-16);margin-bottom:var(--space-12);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.SiteFooter-module__CudBwa__logo{width:auto;height:3.875rem;margin-bottom:var(--space-4);display:block}.SiteFooter-module__CudBwa__tagline{max-width:19rem;color:var(--text-muted);font-size:.875rem;line-height:1.7}.SiteFooter-module__CudBwa__column{min-width:0}.SiteFooter-module__CudBwa__columnTitle{margin-bottom:var(--space-5);font-size:var(--text-sm);letter-spacing:1px;text-transform:uppercase;color:var(--text-strong);font-weight:600}.SiteFooter-module__CudBwa__list{gap:var(--space-3);flex-direction:column;list-style:none;display:flex}.SiteFooter-module__CudBwa__link{color:var(--text-muted);transition:color var(--duration-fast) ease;font-size:.875rem}.SiteFooter-module__CudBwa__link:hover{color:var(--brand-600)}.SiteFooter-module__CudBwa__address{color:var(--text-muted);font-size:.875rem;font-style:normal;line-height:1.7}.SiteFooter-module__CudBwa__bottom{justify-content:space-between;align-items:center;gap:var(--space-5);padding-top:var(--space-6);border-top:1px solid var(--border-on-sand);flex-wrap:wrap;display:flex}.SiteFooter-module__CudBwa__copyright{font-size:var(--text-sm);color:var(--text-subtle)}.SiteFooter-module__CudBwa__social{gap:1.125rem;list-style:none;display:flex}.SiteFooter-module__CudBwa__socialLink{width:2.25rem;height:2.25rem;color:var(--text-muted);opacity:.7;transition:opacity var(--duration-fast) ease, color var(--duration-fast) ease, background var(--duration-fast) ease, transform var(--duration-fast) ease;border-radius:50%;place-items:center;font-size:1.125rem;display:grid}.SiteFooter-module__CudBwa__socialLink:hover{opacity:1;color:var(--brand-600);background:rgba(var(--brand-600-rgb), .1);transform:translateY(-2px)}@media (max-width:900px){.SiteFooter-module__CudBwa__top{gap:var(--space-10);grid-template-columns:1fr 1fr}}@media (max-width:600px){.SiteFooter-module__CudBwa__footer{padding:var(--space-12) var(--space-5) var(--space-6)}.SiteFooter-module__CudBwa__top{gap:var(--space-8);grid-template-columns:1fr}.SiteFooter-module__CudBwa__bottom{text-align:center;flex-direction:column}}
.CallToAction-module__SY39tq__section{width:100%;min-height:80vh;padding:var(--space-24) var(--gutter-page);isolation:isolate;background:var(--surface-night);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.CallToAction-module__SY39tq__backdrop{z-index:-1;background-position:50%;background-size:cover;background-attachment:scroll;position:absolute;inset:0}.CallToAction-module__SY39tq__backdrop:after{content:"";background:linear-gradient(135deg,#260a0fdb,#4e121cb8),#0000004d;position:absolute;inset:0}.CallToAction-module__SY39tq__content{z-index:var(--z-base);text-align:center;max-width:90rem;position:relative}.CallToAction-module__SY39tq__badge{margin-bottom:var(--space-8);padding:var(--space-2) var(--space-6);font-size:var(--text-xs);letter-spacing:3px;text-transform:uppercase;color:var(--brand-200);background:#d98c9626;border:1px solid #d98c9633;border-radius:30px;display:inline-block}.CallToAction-module__SY39tq__title{max-width:43.75rem;margin:0 auto var(--space-6);font-family:var(--font-display);color:#fff;font-size:clamp(1.875rem,5vw,3.5rem);font-weight:400;line-height:1.15}.CallToAction-module__SY39tq__highlight{background:var(--brand-gradient-inverse);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.CallToAction-module__SY39tq__description{max-width:43.75rem;margin:0 auto var(--space-10);color:var(--text-on-night-70);font-size:clamp(1.0625rem,2vw,1.25rem);font-weight:300;line-height:1.7}.CallToAction-module__SY39tq__cards{gap:var(--space-6);margin-top:var(--space-5);grid-template-columns:repeat(4,1fr);list-style:none;display:grid}.CallToAction-module__SY39tq__card{padding:2.1875rem var(--space-6);background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-on-night-strong);border-radius:var(--radius-lg);text-align:center;transition:transform var(--duration-base) var(--ease-spring), background var(--duration-base) var(--ease-spring), border-color var(--duration-base) var(--ease-spring), box-shadow var(--duration-base) var(--ease-spring)}.CallToAction-module__SY39tq__card:hover{box-shadow:var(--shadow-card-dark);background:#ffffff1f;border-color:#d98c964d;transform:translateY(-10px)}.CallToAction-module__SY39tq__cardIcon{justify-content:center;margin-bottom:1.125rem;font-size:2.625rem;line-height:1;display:flex}.CallToAction-module__SY39tq__cardTitle{margin-bottom:var(--space-3);font-family:var(--font-display);color:#fff;font-size:1.125rem;font-weight:400;line-height:1.4}.CallToAction-module__SY39tq__cardText{color:var(--text-on-night-60);font-size:.875rem;font-weight:300;line-height:1.6}.CallToAction-module__SY39tq__button{padding:var(--space-4) 2.8125rem;background:var(--brand-600);color:#fff;border-radius:var(--radius-xs);transition:background var(--duration-fast), transform var(--duration-fast), box-shadow var(--duration-fast);margin-top:3.125rem;font-size:.875rem;font-weight:700;display:inline-block}.CallToAction-module__SY39tq__button:hover{background:var(--brand-700);transform:translateY(-2px);box-shadow:0 8px 30px #9e263766}@media (max-width:1200px){.CallToAction-module__SY39tq__cards{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.CallToAction-module__SY39tq__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.CallToAction-module__SY39tq__section{padding:var(--space-16) var(--space-5)}.CallToAction-module__SY39tq__cards{grid-template-columns:1fr}.CallToAction-module__SY39tq__button{margin-top:var(--space-8);width:100%}}
.ProjectGallery-module__5PjYNW__section{background:var(--surface-mist);padding:var(--space-20) var(--gutter-page)}.ProjectGallery-module__5PjYNW__inner{max-width:var(--shell-max);margin:0 auto}.ProjectGallery-module__5PjYNW__title{margin-bottom:var(--space-10);font-family:var(--font-display);letter-spacing:-1px;color:var(--text-strong);font-size:clamp(1.75rem,5vw,3.25rem);font-weight:400;line-height:1}.ProjectGallery-module__5PjYNW__grid{grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));grid-auto-flow:dense;gap:var(--space-5);grid-auto-rows:11rem;list-style:none;display:grid}.ProjectGallery-module__5PjYNW__item:first-child{grid-area:span 2/span 2}.ProjectGallery-module__5PjYNW__frame{border-radius:var(--radius-md);width:100%;height:100%;position:relative;overflow:hidden}.ProjectGallery-module__5PjYNW__image{object-fit:cover;transition:transform .7s var(--ease-out-soft)}.ProjectGallery-module__5PjYNW__item:hover .ProjectGallery-module__5PjYNW__image{transform:scale(1.04)}@media (max-width:900px){.ProjectGallery-module__5PjYNW__section{padding:var(--space-16) var(--space-8)}.ProjectGallery-module__5PjYNW__title{margin-bottom:var(--space-8)}.ProjectGallery-module__5PjYNW__grid{grid-auto-rows:9rem}}@media (max-width:560px){.ProjectGallery-module__5PjYNW__section{padding:var(--space-12) var(--space-5)}.ProjectGallery-module__5PjYNW__grid{grid-template-columns:minmax(0,1fr);grid-auto-rows:15rem}.ProjectGallery-module__5PjYNW__item:first-child{grid-area:span 1/span 1;height:18rem}}
.ServiceCTA-module__zrUYGa__others{background:var(--surface-paper);padding:var(--space-20) var(--gutter-page);border-top:1px solid var(--border-light)}.ServiceCTA-module__zrUYGa__othersInner{max-width:var(--shell-max);margin:0 auto}.ServiceCTA-module__zrUYGa__othersTitle{margin-bottom:var(--space-8);font-family:var(--font-display);letter-spacing:-.3px;color:var(--text-strong);font-size:clamp(1.125rem,2vw,1.5rem);font-weight:400}.ServiceCTA-module__zrUYGa__othersList{gap:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));list-style:none;display:grid}.ServiceCTA-module__zrUYGa__otherLink{align-items:center;gap:var(--space-4);height:100%;padding:var(--space-5);border:1px solid var(--border-on-sand);border-radius:var(--radius-md);transition:background var(--duration-fast) var(--ease-out-soft), border-color var(--duration-fast) var(--ease-out-soft);display:flex}.ServiceCTA-module__zrUYGa__otherLink:hover{background:var(--surface-mist);border-color:var(--border-brand-soft)}.ServiceCTA-module__zrUYGa__otherIcon{border-radius:var(--radius-sm);background:rgba(var(--brand-600-rgb), .07);flex-shrink:0;place-items:center;width:2.5rem;height:2.5rem;font-size:1.125rem;line-height:1;display:grid}.ServiceCTA-module__zrUYGa__otherName{min-width:0;font-size:var(--text-base);color:var(--text-strong);flex:1;font-weight:500;line-height:1.4}.ServiceCTA-module__zrUYGa__otherArrow{color:var(--brand-600);transition:transform var(--duration-fast) var(--ease-out-soft);flex-shrink:0}.ServiceCTA-module__zrUYGa__otherLink:hover .ServiceCTA-module__zrUYGa__otherArrow{transform:translate(4px)}.ServiceCTA-module__zrUYGa__cta{min-height:32rem;padding:var(--space-24) var(--gutter-page);isolation:isolate;text-align:center;background:var(--surface-night);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ServiceCTA-module__zrUYGa__background{z-index:-1;position:absolute;inset:0}.ServiceCTA-module__zrUYGa__image{object-fit:cover;object-position:center}.ServiceCTA-module__zrUYGa__scrim{background:linear-gradient(#06060ec7 0%,#06060ead 50%,#06060eeb 100%),#5e152047;position:absolute;inset:0}.ServiceCTA-module__zrUYGa__ctaContent{max-width:44rem;position:relative}.ServiceCTA-module__zrUYGa__ctaTitle{font-family:var(--font-display);letter-spacing:-1px;color:#fff;font-size:clamp(1.75rem,4.5vw,3rem);font-weight:400;line-height:1.1}.ServiceCTA-module__zrUYGa__ctaText{max-width:36rem;margin:var(--space-6) auto 0;color:var(--text-on-night-60);font-size:clamp(1rem,1.8vw,1.125rem);font-weight:300;line-height:1.8}.ServiceCTA-module__zrUYGa__actions{justify-content:center;align-items:center;gap:var(--space-4);margin-top:var(--space-10);flex-wrap:wrap;display:flex}.ServiceCTA-module__zrUYGa__primary,.ServiceCTA-module__zrUYGa__secondary{min-width:13rem;padding:1.0625rem var(--space-8);border-radius:var(--radius-xs);font-size:var(--text-xs);letter-spacing:1.5px;text-transform:uppercase;transition:border-color var(--duration-fast) var(--ease-out-soft), color var(--duration-fast) var(--ease-out-soft), transform var(--duration-fast) var(--ease-out-soft);border:1px solid #0000;justify-content:center;align-items:center;font-weight:700;line-height:1.2;display:inline-flex;position:relative;overflow:hidden}.ServiceCTA-module__zrUYGa__primary:before,.ServiceCTA-module__zrUYGa__secondary:before{content:"";transition:transform var(--duration-base) var(--ease-out-soft);position:absolute;inset:0}.ServiceCTA-module__zrUYGa__label{z-index:var(--z-base);position:relative}.ServiceCTA-module__zrUYGa__primary{background:var(--brand-600);color:#fff}.ServiceCTA-module__zrUYGa__primary:before{background:var(--brand-800);transform:translateY(101%)}.ServiceCTA-module__zrUYGa__primary:hover:before{transform:translateY(0)}.ServiceCTA-module__zrUYGa__secondary{color:#fff;background:0 0;border-color:#ffffff52}.ServiceCTA-module__zrUYGa__secondary:before{background:#ffffff24;transform:translate(-101%)}.ServiceCTA-module__zrUYGa__secondary:hover{border-color:#fff}.ServiceCTA-module__zrUYGa__secondary:hover:before{transform:translate(0)}.ServiceCTA-module__zrUYGa__primary:active,.ServiceCTA-module__zrUYGa__secondary:active{transform:translateY(1px)}@media (max-width:900px){.ServiceCTA-module__zrUYGa__others{padding:var(--space-16) var(--space-8)}.ServiceCTA-module__zrUYGa__cta{min-height:26rem;padding:var(--space-20) var(--space-8)}}@media (max-width:600px){.ServiceCTA-module__zrUYGa__others{padding:var(--space-12) var(--space-5)}.ServiceCTA-module__zrUYGa__cta{min-height:0;padding:var(--space-16) var(--space-5)}.ServiceCTA-module__zrUYGa__actions{align-items:stretch;gap:var(--space-3);margin-top:var(--space-8);flex-direction:column}.ServiceCTA-module__zrUYGa__primary,.ServiceCTA-module__zrUYGa__secondary{width:100%}}@media (prefers-reduced-motion:reduce){.ServiceCTA-module__zrUYGa__primary:before,.ServiceCTA-module__zrUYGa__secondary:before,.ServiceCTA-module__zrUYGa__otherArrow{transition:none}}
.StatCard-module__Yj8cUW__card{padding:var(--space-5);transition:transform var(--duration-fast) ease, box-shadow var(--duration-fast) ease}.StatCard-module__Yj8cUW__card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1c191714}.StatCard-module__Yj8cUW__header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.StatCard-module__Yj8cUW__label{font-size:var(--text-sm);color:var(--admin-text-muted);font-weight:500;line-height:1.4}.StatCard-module__Yj8cUW__icon{border-radius:var(--radius-sm);width:2.25rem;height:2.25rem;font-size:var(--text-md);flex-shrink:0;place-items:center;display:grid}.StatCard-module__Yj8cUW__value{color:var(--admin-text);font-variant-numeric:tabular-nums;font-size:1.875rem;font-weight:700;line-height:1.1}.StatCard-module__Yj8cUW__hint{margin-top:var(--space-2);font-size:var(--text-xs);color:var(--admin-text-subtle)}.StatCard-module__Yj8cUW__brand{background:#9e26371a}.StatCard-module__Yj8cUW__info{background:var(--state-info-soft)}.StatCard-module__Yj8cUW__success{background:var(--state-success-soft)}.StatCard-module__Yj8cUW__warning{background:var(--state-warning-soft)}.StatCard-module__Yj8cUW__danger{background:var(--state-danger-soft)}.StatCard-module__Yj8cUW__neutral{background:var(--state-neutral-soft)}
.AdminSidebar-module__ud8KSa__sidebar{background:var(--admin-sidebar);border-right:1px solid var(--admin-sidebar-border);width:16.5rem;height:100vh;z-index:var(--z-sticky);flex-direction:column;display:flex;position:fixed;top:0;left:0}.AdminSidebar-module__ud8KSa__brand{align-items:baseline;gap:var(--space-2);height:4rem;padding:0 var(--space-5);border-bottom:1px solid var(--admin-sidebar-border);flex-shrink:0;display:flex}.AdminSidebar-module__ud8KSa__logo{transition:opacity var(--duration-fast) ease;display:block}.AdminSidebar-module__ud8KSa__logo:hover{opacity:.7}.AdminSidebar-module__ud8KSa__logoImage{width:auto;height:2.875rem;display:block}.AdminSidebar-module__ud8KSa__brandLabel{font-size:var(--text-2xs);letter-spacing:1.5px;text-transform:uppercase;color:var(--admin-sidebar-text-subtle);font-weight:600}.AdminSidebar-module__ud8KSa__nav{gap:var(--space-6);padding:var(--space-5) var(--space-3);overscroll-behavior-y:contain;flex-direction:column;flex:1;display:flex;overflow-y:auto}.AdminSidebar-module__ud8KSa__group{flex-direction:column;gap:2px;display:flex}.AdminSidebar-module__ud8KSa__groupLabel{padding:0 var(--space-3) var(--space-2);font-size:var(--text-2xs);letter-spacing:1.4px;text-transform:uppercase;color:var(--admin-sidebar-text-subtle);font-weight:700}.AdminSidebar-module__ud8KSa__link{align-items:center;gap:var(--space-3);padding:.5625rem var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--admin-sidebar-text);transition:background var(--duration-fast) ease, color var(--duration-fast) ease;font-weight:500;display:flex;position:relative}.AdminSidebar-module__ud8KSa__link:hover{background:var(--admin-sidebar-hover);color:var(--admin-sidebar-text-strong)}.AdminSidebar-module__ud8KSa__linkActive,.AdminSidebar-module__ud8KSa__linkActive:hover{background:var(--admin-sidebar-active);color:var(--admin-sidebar-active-text);font-weight:600}.AdminSidebar-module__ud8KSa__linkActive:before{content:"";background:var(--brand-600);border-radius:0 2px 2px 0;width:3px;height:1.125rem;position:absolute;top:50%;left:0;transform:translateY(-50%)}.AdminSidebar-module__ud8KSa__icon{font-size:var(--text-md);filter:grayscale(.35);transition:filter var(--duration-fast) ease;flex-shrink:0;line-height:1}.AdminSidebar-module__ud8KSa__link:hover .AdminSidebar-module__ud8KSa__icon,.AdminSidebar-module__ud8KSa__linkActive .AdminSidebar-module__ud8KSa__icon{filter:none}.AdminSidebar-module__ud8KSa__label{flex:1;min-width:0}.AdminSidebar-module__ud8KSa__badge{border-radius:var(--radius-pill);background:var(--brand-600);color:#fff;min-width:1.375rem;height:1.375rem;font-size:var(--text-2xs);font-variant-numeric:tabular-nums;place-items:center;padding:0 .375rem;font-weight:700;display:inline-grid}.AdminSidebar-module__ud8KSa__footer{padding:var(--space-3);border-top:1px solid var(--admin-sidebar-border);flex-shrink:0}.AdminSidebar-module__ud8KSa__siteLink{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--admin-sidebar-text-subtle);transition:background var(--duration-fast) ease, color var(--duration-fast) ease;display:flex}.AdminSidebar-module__ud8KSa__siteLink:hover{background:var(--admin-sidebar-hover);color:var(--brand-600)}.AdminSidebar-module__ud8KSa__siteIcon{transition:transform var(--duration-fast) var(--ease-out-soft);display:inline-block}.AdminSidebar-module__ud8KSa__siteLink:hover .AdminSidebar-module__ud8KSa__siteIcon{transform:translate(2px,-2px)}@media (max-width:1024px){.AdminSidebar-module__ud8KSa__sidebar{transition:transform var(--duration-fast) var(--ease-out-soft);transform:translate(-100%);box-shadow:0 0 40px #1c19172e}.AdminSidebar-module__ud8KSa__open{transform:translate(0)}}@media (prefers-reduced-motion:reduce){.AdminSidebar-module__ud8KSa__sidebar{transition:none}}
.JobFilters-module__iC4Vja__filters{align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);transition:opacity var(--duration-fast) ease;flex-wrap:wrap;display:flex}.JobFilters-module__iC4Vja__filters[data-pending]{opacity:.6}.JobFilters-module__iC4Vja__searchWrapper{flex:1;min-width:15rem;position:relative}.JobFilters-module__iC4Vja__searchIcon{top:50%;left:var(--space-3);opacity:.5;pointer-events:none;font-size:.875rem;position:absolute;transform:translateY(-50%)}.JobFilters-module__iC4Vja__search{width:100%;padding:.625rem var(--space-3) .625rem 2.25rem;border:1px solid var(--admin-border);border-radius:var(--radius-sm);background:var(--admin-surface);font-size:var(--text-sm);color:var(--admin-text);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease;outline:none}.JobFilters-module__iC4Vja__search::placeholder{color:var(--admin-text-subtle)}.JobFilters-module__iC4Vja__search:focus{border-color:var(--brand-600);box-shadow:0 0 0 3px var(--admin-ring)}.JobFilters-module__iC4Vja__select{padding:.625rem var(--space-3);border:1px solid var(--admin-border);border-radius:var(--radius-sm);background:var(--admin-surface);font-size:var(--text-sm);color:var(--admin-text-muted);cursor:pointer;transition:border-color var(--duration-fast) ease;outline:none}.JobFilters-module__iC4Vja__select:hover{border-color:var(--brand-600)}.JobFilters-module__iC4Vja__select:focus{border-color:var(--brand-600);box-shadow:0 0 0 3px var(--admin-ring)}@media (max-width:600px){.JobFilters-module__iC4Vja__searchWrapper{min-width:100%}.JobFilters-module__iC4Vja__select{flex:1}}
.auditoria-module__Gi_01W__page{gap:var(--space-6);flex-direction:column;display:flex}.auditoria-module__Gi_01W__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);flex-wrap:wrap;display:flex}.auditoria-module__Gi_01W__title{letter-spacing:-.3px;font-size:1.75rem;font-weight:700;line-height:1.25}.auditoria-module__Gi_01W__subtitle{margin-top:var(--space-1);max-width:46rem;font-size:var(--text-base);color:var(--admin-text-muted);line-height:1.6}.auditoria-module__Gi_01W__filters{gap:var(--space-4);padding:var(--space-5);background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--radius-md);box-shadow:var(--shadow-panel);grid-template-columns:repeat(auto-fit,minmax(min(100%,11rem),1fr));align-items:end;display:grid}.auditoria-module__Gi_01W__field{gap:var(--space-2);flex-direction:column;min-width:0;display:flex}.auditoria-module__Gi_01W__label{font-size:var(--text-2xs);letter-spacing:1px;text-transform:uppercase;color:var(--admin-text-muted);font-weight:600}.auditoria-module__Gi_01W__control{border:1px solid var(--admin-border);border-radius:var(--radius-xs);background:var(--admin-surface);width:100%;font-family:var(--font-body);font-size:var(--text-sm);color:var(--admin-text);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease;padding:.625rem .75rem}.auditoria-module__Gi_01W__control:hover{border-color:var(--admin-border-strong)}.auditoria-module__Gi_01W__control:focus{border-color:var(--brand-600);box-shadow:0 0 0 3px var(--admin-ring);outline:none}.auditoria-module__Gi_01W__actions{align-items:center;gap:var(--space-2);display:flex}.auditoria-module__Gi_01W__apply,.auditoria-module__Gi_01W__clear{padding:.625rem var(--space-4);border-radius:var(--radius-xs);font-size:var(--text-xs);letter-spacing:.8px;white-space:nowrap;transition:background var(--duration-fast) ease, border-color var(--duration-fast) ease, color var(--duration-fast) ease, transform var(--duration-fast) ease;font-weight:700}.auditoria-module__Gi_01W__apply{background:var(--brand-600);color:#fff;border:1px solid #0000}.auditoria-module__Gi_01W__apply:hover{background:var(--brand-700)}.auditoria-module__Gi_01W__clear{border:1px solid var(--admin-border);color:var(--admin-text-muted)}.auditoria-module__Gi_01W__clear:hover{border-color:var(--admin-border-strong);color:var(--admin-text)}.auditoria-module__Gi_01W__apply:active,.auditoria-module__Gi_01W__clear:active{transform:translateY(1px)}.auditoria-module__Gi_01W__actor{align-items:center;gap:var(--space-3);min-width:0;display:flex}.auditoria-module__Gi_01W__avatar{background:var(--admin-surface-muted);border:1px solid var(--admin-border);width:2rem;height:2rem;font-size:var(--text-2xs);color:var(--admin-text-muted);border-radius:50%;flex-shrink:0;place-items:center;font-weight:700;display:grid}.auditoria-module__Gi_01W__actorName{color:var(--admin-text);font-weight:600;display:block}.auditoria-module__Gi_01W__actorEmail{font-size:var(--text-xs);color:var(--admin-text-subtle);overflow-wrap:anywhere;margin-top:.0625rem;display:block}.auditoria-module__Gi_01W__entity{color:var(--admin-text);font-weight:500;display:block}.auditoria-module__Gi_01W__entityKind{font-size:var(--text-xs);color:var(--admin-text-subtle);margin-top:.0625rem;display:block}.auditoria-module__Gi_01W__changes{gap:var(--space-1);flex-wrap:wrap;display:flex}.auditoria-module__Gi_01W__change{border-radius:var(--radius-pill);background:var(--admin-surface-muted);font-size:var(--text-2xs);color:var(--admin-text-muted);padding:.125rem .4375rem;font-weight:600}.auditoria-module__Gi_01W__none{font-size:var(--text-xs);color:var(--admin-text-subtle)}.auditoria-module__Gi_01W__when{font-variant-numeric:tabular-nums;color:var(--admin-text);display:block}.auditoria-module__Gi_01W__whenExact{font-size:var(--text-xs);color:var(--admin-text-subtle);font-variant-numeric:tabular-nums;margin-top:.0625rem;display:block}.auditoria-module__Gi_01W__origin{font-size:var(--text-xs);color:var(--admin-text-muted);font-variant-numeric:tabular-nums;display:block}.auditoria-module__Gi_01W__device{max-width:14rem;font-size:var(--text-2xs);color:var(--admin-text-subtle);text-overflow:ellipsis;white-space:nowrap;margin-top:.0625rem;display:block;overflow:hidden}.auditoria-module__Gi_01W__note{gap:var(--space-3);padding:var(--space-4) var(--space-5);background:var(--admin-surface-muted);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--admin-text-muted);line-height:1.65;display:flex}.auditoria-module__Gi_01W__noteIcon{flex-shrink:0}.auditoria-module__Gi_01W__note code{border-radius:var(--radius-xs);background:var(--admin-surface);white-space:nowrap;padding:.0625rem .25rem;font-family:ui-monospace,monospace;font-size:.9em}@media (max-width:600px){.auditoria-module__Gi_01W__filters{padding:var(--space-4)}.auditoria-module__Gi_01W__actions{flex-direction:column;align-items:stretch}.auditoria-module__Gi_01W__device{white-space:normal;max-width:none}}
.candidaturas-module__gusQ2q__page{flex-direction:column;display:flex}.candidaturas-module__gusQ2q__breadcrumb{align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);font-size:var(--text-sm);color:var(--admin-text-subtle);flex-wrap:wrap;display:flex}.candidaturas-module__gusQ2q__breadcrumb a:hover{color:var(--brand-600)}.candidaturas-module__gusQ2q__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.candidaturas-module__gusQ2q__title{letter-spacing:-.3px;font-size:1.75rem;font-weight:700;line-height:1.25}.candidaturas-module__gusQ2q__subtitle{margin-top:var(--space-1);max-width:46rem;font-size:var(--text-base);color:var(--admin-text-muted);line-height:1.6}.candidaturas-module__gusQ2q__tabs{gap:var(--space-2);margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:1px solid var(--admin-border);flex-wrap:wrap;display:flex}.candidaturas-module__gusQ2q__tab{padding:.5rem var(--space-4);border-radius:var(--radius-pill);font-size:var(--text-sm);color:var(--admin-text-muted);transition:background var(--duration-fast) ease, color var(--duration-fast) ease;font-weight:500}.candidaturas-module__gusQ2q__tab:hover{background:var(--admin-surface-muted);color:var(--admin-text)}.candidaturas-module__gusQ2q__tabActive{background:var(--brand-600);color:#fff}.candidaturas-module__gusQ2q__tabActive:hover{background:var(--brand-700);color:#fff}.candidaturas-module__gusQ2q__activeFilter{margin-bottom:var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);background:var(--state-info-soft);font-size:var(--text-sm);color:var(--state-info)}.candidaturas-module__gusQ2q__activeFilter a{text-underline-offset:2px;font-weight:600;text-decoration:underline}.candidaturas-module__gusQ2q__candidate{color:var(--admin-text);transition:color var(--duration-fast) ease;font-weight:600;display:block}.candidaturas-module__gusQ2q__candidate:hover{color:var(--brand-600)}.candidaturas-module__gusQ2q__email{font-size:var(--text-xs);color:var(--admin-text-subtle);overflow-wrap:anywhere;margin-top:.125rem;display:block}.candidaturas-module__gusQ2q__job{font-size:var(--text-sm)}.candidaturas-module__gusQ2q__spontaneous{font-size:var(--text-sm);color:var(--admin-text-subtle);font-style:italic}.candidaturas-module__gusQ2q__source{font-size:var(--text-xs);color:var(--admin-text-muted)}.candidaturas-module__gusQ2q__view{font-size:var(--text-xs);color:var(--brand-600);white-space:nowrap;font-weight:600}.candidaturas-module__gusQ2q__view:hover{text-underline-offset:2px;text-decoration:underline}
.LoginForm-module__WxK5OG__form{gap:var(--space-6);flex-direction:column;display:flex}.LoginForm-module__WxK5OG__fields{gap:var(--space-5);min-width:0;transition:opacity var(--duration-fast) ease;border:none;flex-direction:column;margin:0;padding:0;display:flex}.LoginForm-module__WxK5OG__fields:disabled{opacity:.55}
.JobCard-module__RSaF1G__card{height:100%;padding:var(--space-8);background:var(--surface-card-light-solid);border:1px solid var(--border-on-sand-strong);border-radius:var(--radius-lg);transition:transform var(--duration-base) var(--ease-spring), border-color var(--duration-base) var(--ease-spring), box-shadow var(--duration-base) var(--ease-spring);flex-direction:column;display:flex;position:relative;overflow:hidden}.JobCard-module__RSaF1G__card:before{content:"";background:var(--brand-rule);transform-origin:0;width:100%;height:3px;transition:transform .5s;position:absolute;top:0;left:0;transform:scaleX(0)}.JobCard-module__RSaF1G__card:hover:before,.JobCard-module__RSaF1G__card:focus-within:before{transform:scaleX(1)}.JobCard-module__RSaF1G__card:hover,.JobCard-module__RSaF1G__card:focus-within{border-color:rgba(var(--brand-600-rgb), .24);box-shadow:var(--shadow-card-light);transform:translateY(-6px)}.JobCard-module__RSaF1G__top{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);display:flex}.JobCard-module__RSaF1G__title{margin-bottom:var(--space-3);font-family:var(--font-display);color:var(--text-strong);font-size:1.1875rem;font-weight:400;line-height:1.4}.JobCard-module__RSaF1G__link{transition:color var(--duration-fast) ease}.JobCard-module__RSaF1G__link:after{content:"";position:absolute;inset:0}.JobCard-module__RSaF1G__link:hover{color:var(--brand-600)}.JobCard-module__RSaF1G__summary{margin-bottom:var(--space-5);font-size:var(--text-base);color:var(--text-muted);line-height:1.7}.JobCard-module__RSaF1G__meta{gap:var(--space-2);margin-bottom:var(--space-5);font-size:var(--text-sm);color:var(--text-body);flex-direction:column;list-style:none;display:flex}.JobCard-module__RSaF1G__skills{gap:var(--space-2);margin-bottom:var(--space-6);flex-wrap:wrap;flex-grow:1;align-content:flex-start;list-style:none;display:flex}.JobCard-module__RSaF1G__skill{background:var(--surface-sand);border:1px solid var(--border-on-sand);border-radius:var(--radius-xs);font-size:var(--text-2xs);color:var(--text-muted);padding:.25rem .625rem}.JobCard-module__RSaF1G__footer{justify-content:space-between;align-items:center;gap:var(--space-3);padding-top:var(--space-4);border-top:1px solid var(--border-on-sand);display:flex}.JobCard-module__RSaF1G__published{font-size:var(--text-xs);color:var(--text-subtle)}.JobCard-module__RSaF1G__cta{font-size:var(--text-xs);color:var(--brand-600);transition:transform var(--duration-fast) ease;font-weight:600}.JobCard-module__RSaF1G__card:hover .JobCard-module__RSaF1G__cta{transform:translate(4px)}@media (max-width:600px){.JobCard-module__RSaF1G__card{padding:var(--space-6)}}
.ContactMenu-module__OwGJ1G__wrapper{display:inline-flex;position:relative}.ContactMenu-module__OwGJ1G__wrapperInline{width:100%;display:flex}.ContactMenu-module__OwGJ1G__panel{z-index:var(--z-header);padding:var(--space-5);border:1px solid var(--border-on-sand);border-radius:var(--radius-md);box-shadow:var(--shadow-card-light);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--duration-fast) ease, visibility var(--duration-fast);background:#fff;position:absolute}.ContactMenu-module__OwGJ1G__panelFloating{--panel-enter-y:-10px;top:calc(100% + var(--space-3));transform-origin:100% 0;width:19rem;right:0}.ContactMenu-module__OwGJ1G__panelInline{--panel-enter-y:10px;bottom:calc(100% + var(--space-3));transform-origin:bottom;left:0;right:0}.ContactMenu-module__OwGJ1G__panelOpen{opacity:1;visibility:visible;pointer-events:auto;animation:ContactMenu-module__OwGJ1G__contact-panel-in var(--duration-base) var(--ease-spring) both}@keyframes ContactMenu-module__OwGJ1G__contact-panel-in{0%{opacity:0;transform:translateY(var(--panel-enter-y,-10px)) scale(.88)}60%{opacity:1;transform:translateY(calc(var(--panel-enter-y,-10px) * -.2)) scale(1.02)}to{opacity:1;transform:translateY(0)scale(1)}}.ContactMenu-module__OwGJ1G__hint{margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid var(--border-on-sand);font-size:var(--text-xs);letter-spacing:.4px;color:var(--text-muted);font-weight:500}.ContactMenu-module__OwGJ1G__options{gap:var(--space-1);flex-direction:column;list-style:none;display:flex}.ContactMenu-module__OwGJ1G__optionItem{opacity:0}.ContactMenu-module__OwGJ1G__panelOpen .ContactMenu-module__OwGJ1G__optionItem{animation:ContactMenu-module__OwGJ1G__contact-option-in var(--duration-base) var(--ease-out-soft) both}.ContactMenu-module__OwGJ1G__panelOpen .ContactMenu-module__OwGJ1G__optionItem:first-child{animation-delay:80ms}.ContactMenu-module__OwGJ1G__panelOpen .ContactMenu-module__OwGJ1G__optionItem:nth-child(2){animation-delay:.14s}.ContactMenu-module__OwGJ1G__panelOpen .ContactMenu-module__OwGJ1G__optionItem:nth-child(3){animation-delay:.2s}@keyframes ContactMenu-module__OwGJ1G__contact-option-in{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.ContactMenu-module__OwGJ1G__option{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-sm);transition:background var(--duration-fast) ease, transform var(--duration-fast) var(--ease-out-soft);display:flex}.ContactMenu-module__OwGJ1G__option:hover,.ContactMenu-module__OwGJ1G__option:focus-visible{background:var(--surface-mist);transform:translate(2px)}.ContactMenu-module__OwGJ1G__optionIcon{background:rgba(var(--brand-600-rgb), .1);width:2.25rem;height:2.25rem;color:var(--brand-600);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.ContactMenu-module__OwGJ1G__optionText{flex-direction:column;gap:.125rem;min-width:0;display:flex}.ContactMenu-module__OwGJ1G__optionLabel{font-size:var(--text-sm);color:var(--text-strong);font-weight:600}.ContactMenu-module__OwGJ1G__optionValue{font-size:var(--text-xs);color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (prefers-reduced-motion:reduce){.ContactMenu-module__OwGJ1G__panelOpen{animation:none}.ContactMenu-module__OwGJ1G__panelOpen .ContactMenu-module__OwGJ1G__optionItem{opacity:1;animation:none}.ContactMenu-module__OwGJ1G__option:hover{transform:none}}
.ClosingCTA-module__TVxMZa__section{min-height:72vh;padding:var(--space-24) var(--gutter-page);isolation:isolate;text-align:center;background:var(--surface-night);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.ClosingCTA-module__TVxMZa__backdrop{z-index:-1;background-position:50%;background-size:cover;animation:18s ease-out both ClosingCTA-module__TVxMZa__closing-drift;position:absolute;inset:0}@keyframes ClosingCTA-module__TVxMZa__closing-drift{0%{transform:scale(1.08)}to{transform:scale(1)}}.ClosingCTA-module__TVxMZa__backdrop:after{content:"";background:linear-gradient(#06060e8c 0%,#06060eb8 55%,#06060eeb 100%),#14080b57;position:absolute;inset:0}.ClosingCTA-module__TVxMZa__content{z-index:var(--z-base);max-width:46rem;position:relative}.ClosingCTA-module__TVxMZa__title{font-family:var(--font-display);letter-spacing:-1px;color:#fff;font-size:clamp(2rem,6.5vw,4.25rem);font-weight:400;line-height:1.06}.ClosingCTA-module__TVxMZa__titleLead,.ClosingCTA-module__TVxMZa__titleBrand{display:block}.ClosingCTA-module__TVxMZa__titleLead{color:var(--text-on-night-70)}.ClosingCTA-module__TVxMZa__titleBrand{color:#fff}.ClosingCTA-module__TVxMZa__description{max-width:34rem;margin:var(--space-8) auto 0;color:var(--text-on-night-60);font-size:clamp(1rem,1.9vw,1.1875rem);font-weight:300;line-height:1.75}.ClosingCTA-module__TVxMZa__actions{justify-content:center;align-items:center;gap:var(--space-4);margin-top:var(--space-12);flex-wrap:wrap;display:flex}.ClosingCTA-module__TVxMZa__primary,.ClosingCTA-module__TVxMZa__secondary{min-width:12.5rem;padding:1.0625rem var(--space-10);border-radius:var(--radius-xs);font-size:var(--text-xs);letter-spacing:1.5px;text-transform:uppercase;transition:border-color var(--duration-fast) var(--ease-out-soft), color var(--duration-fast) var(--ease-out-soft);border:1px solid #0000;justify-content:center;align-items:center;font-weight:700;line-height:1.2;display:inline-flex;position:relative;overflow:hidden}.ClosingCTA-module__TVxMZa__primary:before,.ClosingCTA-module__TVxMZa__secondary:before{content:"";transition:transform var(--duration-base) var(--ease-out-soft);position:absolute;inset:0}.ClosingCTA-module__TVxMZa__label{z-index:var(--z-base);position:relative}.ClosingCTA-module__TVxMZa__primary{color:var(--text-strong);background:#fff}.ClosingCTA-module__TVxMZa__primary:before{background:var(--brand-600);transform:translateY(101%)}.ClosingCTA-module__TVxMZa__primary:hover{color:#fff}.ClosingCTA-module__TVxMZa__primary:hover:before{transform:translateY(0)}.ClosingCTA-module__TVxMZa__secondary{color:#fff;background:0 0;border-color:#ffffff4d}.ClosingCTA-module__TVxMZa__secondary:before{background:#ffffff1f;transform:translate(-101%)}.ClosingCTA-module__TVxMZa__secondary:hover{border-color:#fff}.ClosingCTA-module__TVxMZa__secondary:hover:before{transform:translate(0)}@media (max-width:600px){.ClosingCTA-module__TVxMZa__section{min-height:78vh;padding:var(--space-20) var(--space-5)}.ClosingCTA-module__TVxMZa__actions{align-items:stretch;gap:var(--space-3);flex-direction:column}.ClosingCTA-module__TVxMZa__primary,.ClosingCTA-module__TVxMZa__secondary{width:100%}}@media (prefers-reduced-motion:reduce){.ClosingCTA-module__TVxMZa__backdrop{animation:none}.ClosingCTA-module__TVxMZa__primary:before,.ClosingCTA-module__TVxMZa__secondary:before{transition:none}}
.ProjectHero-module___2cGoG__hero{--hero-gap:var(--space-16);padding:calc(var(--header-height) + var(--hero-gap)) var(--gutter-header) var(--hero-gap);background:var(--surface-sand)}.ProjectHero-module___2cGoG__card{width:100%;height:62vh;min-height:30rem;max-height:42rem;padding:var(--space-12);isolation:isolate;border-radius:var(--radius-lg);box-shadow:var(--shadow-card-dark);align-items:flex-end;display:flex;position:relative;overflow:hidden}.ProjectHero-module___2cGoG__background{z-index:-1;position:absolute;inset:0}.ProjectHero-module___2cGoG__image{object-fit:cover;object-position:center;animation:ProjectHero-module___2cGoG__project-hero-zoom 18s var(--ease-out-soft) both}@keyframes ProjectHero-module___2cGoG__project-hero-zoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.ProjectHero-module___2cGoG__scrim{background:linear-gradient(#06060e9e 0%,#06060e61 40%,#06060ee6 100%),#14080b3d;position:absolute;inset:0}.ProjectHero-module___2cGoG__content{width:100%;max-width:58rem;animation:ProjectHero-module___2cGoG__project-hero-in .9s var(--ease-out-soft) both .15s;position:relative}@keyframes ProjectHero-module___2cGoG__project-hero-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}.ProjectHero-module___2cGoG__breadcrumb{align-items:center;gap:var(--space-2);margin-bottom:var(--space-8);font-size:var(--text-sm);color:var(--text-on-night-50);flex-wrap:wrap;display:flex}.ProjectHero-module___2cGoG__breadcrumb a{transition:color var(--duration-fast) ease}.ProjectHero-module___2cGoG__breadcrumb a:hover{color:var(--brand-300)}.ProjectHero-module___2cGoG__breadcrumb [aria-current]{color:var(--text-on-night)}.ProjectHero-module___2cGoG__category{margin-bottom:var(--space-4);font-size:var(--text-xs);letter-spacing:3px;text-transform:uppercase;color:var(--brand-300);font-weight:700}.ProjectHero-module___2cGoG__title{font-family:var(--font-display);letter-spacing:-2px;text-transform:uppercase;color:#fff;font-size:clamp(2rem,5.5vw,4rem);font-weight:400;line-height:1}.ProjectHero-module___2cGoG__meta{align-items:center;gap:var(--space-3) var(--space-5);margin-top:var(--space-5);color:var(--text-on-night-70);flex-wrap:wrap;font-size:clamp(.9375rem,1.6vw,1.0625rem);font-weight:300;display:flex}.ProjectHero-module___2cGoG__partner{padding-left:var(--space-5);position:relative}.ProjectHero-module___2cGoG__partner:before{content:"";background:var(--text-on-night-30);width:1px;height:1em;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ProjectHero-module___2cGoG__services{gap:var(--space-3);margin-top:var(--space-10);flex-wrap:wrap;list-style:none;display:flex}.ProjectHero-module___2cGoG__service{align-items:center;gap:var(--space-2);min-width:8.5rem;padding:var(--space-4) var(--space-5);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background var(--duration-fast) var(--ease-out-soft), border-color var(--duration-fast) var(--ease-out-soft);background:#ffffff0f;border:1px solid #ffffff29;flex-direction:column;display:flex}.ProjectHero-module___2cGoG__service:hover{background:rgba(var(--brand-600-rgb), .24);border-color:var(--border-brand-soft)}.ProjectHero-module___2cGoG__serviceIcon{font-size:1.25rem;line-height:1}.ProjectHero-module___2cGoG__serviceLabel{font-size:var(--text-2xs);letter-spacing:1.2px;text-align:center;color:#fff;font-weight:700}.ProjectHero-module___2cGoG__scrollCue{align-items:center;gap:var(--space-3);margin-top:var(--space-8);font-size:var(--text-2xs);letter-spacing:2px;text-transform:uppercase;color:var(--text-subtle);font-weight:600;display:flex}.ProjectHero-module___2cGoG__scrollLine{background:linear-gradient(90deg, var(--brand-600), transparent);transform-origin:0;width:3rem;height:1px;animation:2.6s ease-in-out infinite ProjectHero-module___2cGoG__project-cue;display:block}@keyframes ProjectHero-module___2cGoG__project-cue{0%,to{opacity:.4;transform:scaleX(.45)}50%{opacity:1;transform:scaleX(1)}}@media (max-width:1100px){.ProjectHero-module___2cGoG__hero{--hero-gap:var(--space-12)}.ProjectHero-module___2cGoG__card{padding:var(--space-10)}}@media (max-width:900px){.ProjectHero-module___2cGoG__hero{--hero-gap:var(--space-10)}.ProjectHero-module___2cGoG__card{height:auto;min-height:26rem;padding:var(--space-8)}.ProjectHero-module___2cGoG__services{margin-top:var(--space-8)}}@media (max-width:600px){.ProjectHero-module___2cGoG__hero{--hero-gap:var(--space-6)}.ProjectHero-module___2cGoG__card{min-height:22rem;padding:var(--space-6);border-radius:var(--radius-md)}.ProjectHero-module___2cGoG__breadcrumb{margin-bottom:var(--space-6);font-size:var(--text-xs)}.ProjectHero-module___2cGoG__title{letter-spacing:-1px}.ProjectHero-module___2cGoG__meta{align-items:flex-start;gap:var(--space-1);flex-direction:column}.ProjectHero-module___2cGoG__partner{padding-left:0}.ProjectHero-module___2cGoG__partner:before{display:none}.ProjectHero-module___2cGoG__service{justify-content:flex-start;gap:var(--space-3);min-width:0;padding:var(--space-3) var(--space-4);flex-direction:row;flex:100%}.ProjectHero-module___2cGoG__serviceLabel{text-align:left}.ProjectHero-module___2cGoG__scrollCue{margin-top:var(--space-6)}}@media (prefers-reduced-motion:reduce){.ProjectHero-module___2cGoG__image,.ProjectHero-module___2cGoG__content,.ProjectHero-module___2cGoG__scrollLine{animation:none}}
.ServiceFaq-module__K8nrXW__section{background:var(--surface-sand);padding:var(--space-24) var(--gutter-page)}.ServiceFaq-module__K8nrXW__inner{max-width:56rem;margin:0 auto}.ServiceFaq-module__K8nrXW__header{margin-bottom:var(--space-12)}.ServiceFaq-module__K8nrXW__label{margin-bottom:var(--space-3);font-size:var(--text-sm);letter-spacing:3px;text-transform:uppercase;color:var(--text-muted)}.ServiceFaq-module__K8nrXW__title{font-family:var(--font-display);letter-spacing:-.8px;color:var(--text-strong);font-size:clamp(1.625rem,3.4vw,2.625rem);font-weight:400;line-height:1.15}.ServiceFaq-module__K8nrXW__list{gap:var(--space-3);flex-direction:column;display:flex}.ServiceFaq-module__K8nrXW__item{background:var(--surface-card-light-solid);border:1px solid var(--border-on-sand);border-radius:var(--radius-md);transition:border-color var(--duration-base) var(--ease-out-soft), box-shadow var(--duration-base) var(--ease-out-soft)}.ServiceFaq-module__K8nrXW__item:hover{border-color:var(--border-on-sand-strong)}.ServiceFaq-module__K8nrXW__item[open]{border-color:var(--border-brand-soft);box-shadow:var(--shadow-card-soft)}.ServiceFaq-module__K8nrXW__question{justify-content:space-between;align-items:center;gap:var(--space-6);padding:var(--space-6);font-size:var(--text-md);color:var(--text-strong);cursor:pointer;transition:color var(--duration-fast) ease;font-weight:500;line-height:1.5;list-style:none;display:flex}.ServiceFaq-module__K8nrXW__question::-webkit-details-marker{display:none}.ServiceFaq-module__K8nrXW__question::marker{content:""}.ServiceFaq-module__K8nrXW__question:hover{color:var(--brand-600)}.ServiceFaq-module__K8nrXW__question:focus-visible{outline:2px solid var(--brand-600);outline-offset:-2px;border-radius:var(--radius-md)}.ServiceFaq-module__K8nrXW__marker{width:1rem;height:1rem;transition:transform var(--duration-base) var(--ease-out-soft);flex-shrink:0;position:relative}.ServiceFaq-module__K8nrXW__marker:before,.ServiceFaq-module__K8nrXW__marker:after{content:"";background:var(--brand-600);border-radius:2px;width:100%;height:1.5px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ServiceFaq-module__K8nrXW__marker:after{transform:translateY(-50%)rotate(90deg)}.ServiceFaq-module__K8nrXW__item[open] .ServiceFaq-module__K8nrXW__marker{transform:rotate(135deg)}.ServiceFaq-module__K8nrXW__answerWrapper{padding:0 var(--space-6) var(--space-6)}.ServiceFaq-module__K8nrXW__item[open] .ServiceFaq-module__K8nrXW__answerWrapper{animation:ServiceFaq-module__K8nrXW__faq-open var(--duration-base) var(--ease-out-soft) both}@keyframes ServiceFaq-module__K8nrXW__faq-open{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.ServiceFaq-module__K8nrXW__answer{max-width:46rem;padding-top:var(--space-4);border-top:1px solid var(--border-on-sand);font-size:var(--text-base);color:var(--text-muted);font-weight:300;line-height:1.8}@media (max-width:900px){.ServiceFaq-module__K8nrXW__section{padding:var(--space-16) var(--space-8)}.ServiceFaq-module__K8nrXW__header{margin-bottom:var(--space-8)}}@media (max-width:600px){.ServiceFaq-module__K8nrXW__section{padding:var(--space-12) var(--space-5)}.ServiceFaq-module__K8nrXW__question{gap:var(--space-4);padding:var(--space-5);font-size:var(--text-base)}.ServiceFaq-module__K8nrXW__answerWrapper{padding:0 var(--space-5) var(--space-5)}}@media (prefers-reduced-motion:reduce){.ServiceFaq-module__K8nrXW__item[open] .ServiceFaq-module__K8nrXW__answerWrapper{animation:none}}
.AdminShell-module__TvGSlG__shell{position:fixed;inset:0;overflow:hidden}.AdminShell-module__TvGSlG__main{flex-direction:column;height:100%;margin-left:16.5rem;display:flex;overflow:hidden}.AdminShell-module__TvGSlG__backdrop{z-index:calc(var(--z-sticky) - 1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:AdminShell-module__TvGSlG__admin-backdrop-in var(--duration-fast) ease both;background:#1c191759;position:fixed;inset:0}@keyframes AdminShell-module__TvGSlG__admin-backdrop-in{0%{opacity:0}to{opacity:1}}.AdminShell-module__TvGSlG__topbar{align-items:center;gap:var(--space-4);height:4rem;padding:0 var(--space-6);background:var(--admin-surface);border-bottom:1px solid var(--admin-border);flex-shrink:0;display:flex}.AdminShell-module__TvGSlG__spacer{flex:1 1 var(--space-6);min-width:0}.AdminShell-module__TvGSlG__menuButton{border-radius:var(--radius-xs);width:2.25rem;height:2.25rem;transition:background var(--duration-fast) ease;flex-direction:column;justify-content:center;gap:4px;padding:.5rem;display:none}.AdminShell-module__TvGSlG__menuButton:hover{background:var(--admin-surface-muted)}.AdminShell-module__TvGSlG__bar{background:var(--admin-text);width:100%;height:2px;transition:transform var(--duration-fast) var(--ease-spring), opacity var(--duration-fast) ease;border-radius:2px;display:block}.AdminShell-module__TvGSlG__barTop{transform:translateY(6px)rotate(45deg)}.AdminShell-module__TvGSlG__barMiddle{opacity:0}.AdminShell-module__TvGSlG__barBottom{transform:translateY(-6px)rotate(-45deg)}.AdminShell-module__TvGSlG__breadcrumb{align-items:center;gap:var(--space-2);min-width:0;font-size:var(--text-sm);display:flex}.AdminShell-module__TvGSlG__breadcrumbRoot{color:var(--admin-text-subtle)}.AdminShell-module__TvGSlG__breadcrumbSep{color:var(--admin-text-faint)}.AdminShell-module__TvGSlG__breadcrumbCurrent{color:var(--admin-text);white-space:nowrap;text-overflow:ellipsis;font-weight:600;overflow:hidden}.AdminShell-module__TvGSlG__user{align-items:center;gap:var(--space-3);display:flex}.AdminShell-module__TvGSlG__avatar{background:var(--brand-gradient);color:#fff;width:2.25rem;height:2.25rem;font-size:var(--text-xs);border-radius:50%;flex-shrink:0;place-items:center;font-weight:700;display:grid}.AdminShell-module__TvGSlG__userInfo{flex-direction:column;line-height:1.3;display:flex}.AdminShell-module__TvGSlG__userName{font-size:var(--text-sm);color:var(--admin-text);font-weight:600}.AdminShell-module__TvGSlG__userRole{font-size:var(--text-2xs);color:var(--admin-text-subtle)}.AdminShell-module__TvGSlG__logout{padding:.5rem var(--space-4);border:1px solid var(--admin-border);border-radius:var(--radius-xs);font-size:var(--text-sm);color:var(--admin-text-muted);transition:border-color var(--duration-fast) ease, color var(--duration-fast) ease, background var(--duration-fast) ease, transform var(--duration-fast) ease;font-weight:500}.AdminShell-module__TvGSlG__logout:hover:not(:disabled){border-color:var(--state-danger);background:var(--state-danger-soft);color:var(--state-danger)}.AdminShell-module__TvGSlG__logout:active:not(:disabled){transform:translateY(1px)}.AdminShell-module__TvGSlG__logout:disabled{opacity:.6;cursor:progress}.AdminShell-module__TvGSlG__content{width:100%;min-height:0;padding:var(--space-8);overscroll-behavior-y:contain;flex:1;overflow:hidden auto}body[data-scroll-locked=true] .AdminShell-module__TvGSlG__content{overflow:hidden}@media (max-width:1024px){.AdminShell-module__TvGSlG__main{margin-left:0}.AdminShell-module__TvGSlG__menuButton{display:flex}}@media (max-width:600px){.AdminShell-module__TvGSlG__topbar{padding:0 var(--space-4);gap:var(--space-3)}.AdminShell-module__TvGSlG__spacer,.AdminShell-module__TvGSlG__breadcrumbRoot,.AdminShell-module__TvGSlG__breadcrumbSep,.AdminShell-module__TvGSlG__userInfo{display:none}.AdminShell-module__TvGSlG__content{padding:var(--space-5) var(--space-4)}}
.carreiras-module__BB-Xia__page{min-height:100vh;padding:11.25rem var(--gutter-page) var(--space-24);background:var(--surface-paper);color:var(--text-body)}.carreiras-module__BB-Xia__hero{max-width:46rem;margin-bottom:var(--space-12)}.carreiras-module__BB-Xia__eyebrow{margin-bottom:var(--space-4);font-size:var(--text-sm);letter-spacing:3px;text-transform:uppercase;color:var(--text-subtle);font-weight:400}.carreiras-module__BB-Xia__title{margin-bottom:var(--space-5);font-family:var(--font-display);color:var(--text-strong);font-size:clamp(1.875rem,5.5vw,3.25rem);font-weight:400;line-height:1.2}.carreiras-module__BB-Xia__highlight{background:var(--brand-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.carreiras-module__BB-Xia__lead{color:var(--text-muted);font-size:clamp(1rem,2vw,1.1875rem);font-weight:300;line-height:1.8}.carreiras-module__BB-Xia__filters{gap:var(--space-3);padding-bottom:var(--space-8);margin-bottom:var(--space-8);border-bottom:1px solid var(--border-on-sand-strong);flex-wrap:wrap;display:flex}.carreiras-module__BB-Xia__filter{align-items:center;gap:var(--space-2);padding:.625rem var(--space-5);border:1px solid var(--border-light);border-radius:var(--radius-pill);font-size:var(--text-sm);color:var(--text-muted);transition:background var(--duration-fast), border-color var(--duration-fast), color var(--duration-fast);font-weight:500;line-height:1;display:inline-flex}.carreiras-module__BB-Xia__filter:hover{border-color:var(--brand-600);color:var(--brand-600)}.carreiras-module__BB-Xia__filterActive{background:var(--brand-600);border-color:var(--brand-600);color:#fff}.carreiras-module__BB-Xia__filterActive:hover{background:var(--brand-700);border-color:var(--brand-700);color:#fff}.carreiras-module__BB-Xia__count{margin-bottom:var(--space-6);font-size:var(--text-sm);color:var(--text-subtle)}.carreiras-module__BB-Xia__grid{gap:var(--space-6);grid-template-columns:repeat(auto-fill,minmax(min(100%,21rem),1fr));list-style:none;display:grid}.carreiras-module__BB-Xia__talentBanner{justify-content:space-between;align-items:center;gap:var(--space-6);margin-top:var(--space-16);padding:var(--space-10);background:var(--surface-sand);border:1px solid var(--border-on-sand);border-radius:var(--radius-lg);flex-wrap:wrap;display:flex}.carreiras-module__BB-Xia__talentTitle{margin-bottom:var(--space-2);font-family:var(--font-display);color:var(--text-strong);font-size:1.25rem;font-weight:400;line-height:1.4}.carreiras-module__BB-Xia__talentText{max-width:38rem;font-size:var(--text-base);color:var(--text-muted);line-height:1.7}@media (max-width:900px){.carreiras-module__BB-Xia__page{padding:9.375rem 6% var(--space-16)}}@media (max-width:600px){.carreiras-module__BB-Xia__page{padding:7.5rem var(--space-5) var(--space-12)}.carreiras-module__BB-Xia__talentBanner{padding:var(--space-6);flex-direction:column;align-items:stretch}}
.error-module__hjLk5W__wrapper{z-index:var(--z-overlay);padding:var(--space-20) var(--gutter-page);background:var(--surface-sand);place-items:center;display:grid;position:fixed;inset:0;overflow-y:auto}.error-module__hjLk5W__content{text-align:center;max-width:34rem}.error-module__hjLk5W__code{font-family:var(--font-display);background:var(--brand-gradient);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,8vw,4rem);line-height:1}.error-module__hjLk5W__title{margin-top:var(--space-4);font-family:var(--font-display);color:var(--text-title);font-size:clamp(1.5rem,4vw,2rem);font-weight:400;line-height:1.3}.error-module__hjLk5W__description{margin-top:var(--space-4);font-size:var(--text-lg);color:var(--text-muted);font-weight:300;line-height:1.8}.error-module__hjLk5W__reference{margin-top:var(--space-3);font-family:monospace;font-size:var(--text-xs);color:var(--text-faint);opacity:.8}.error-module__hjLk5W__actions{margin-top:var(--space-10);gap:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}
.not-found-module__wOpQqa__wrapper{min-height:60vh;padding:calc(var(--header-height) + var(--space-16)) var(--gutter-page) var(--space-16);background:var(--surface-night);place-items:center;display:grid}.not-found-module__wOpQqa__content{text-align:center;max-width:34rem}.not-found-module__wOpQqa__code{font-family:var(--font-display);background:var(--brand-gradient-inverse);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(4rem,14vw,7rem);line-height:1}.not-found-module__wOpQqa__title{margin-top:var(--space-4);font-family:var(--font-display);color:var(--text-on-night);font-size:clamp(1.5rem,4vw,2rem);font-weight:400;line-height:1.3}.not-found-module__wOpQqa__description{margin-top:var(--space-4);font-size:var(--text-lg);color:var(--text-on-night-60);font-weight:300;line-height:1.8}.not-found-module__wOpQqa__actions{margin-top:var(--space-10);gap:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}
.sobre-module__cu3GJG__hero{padding:calc(var(--header-height) + var(--space-16)) var(--gutter-header) var(--space-20);background:var(--surface-sand);overflow:hidden}.sobre-module__cu3GJG__heroInner{align-items:center;gap:var(--space-16);max-width:var(--shell-max);grid-template-columns:minmax(0,1fr) minmax(0,.85fr);margin:0 auto;display:grid}.sobre-module__cu3GJG__heroContent{animation:sobre-module__cu3GJG__about-in .9s var(--ease-out-soft) both .15s}@keyframes sobre-module__cu3GJG__about-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}.sobre-module__cu3GJG__breadcrumb{align-items:center;gap:var(--space-2);margin-bottom:var(--space-8);font-size:var(--text-sm);color:var(--text-muted);flex-wrap:wrap;display:flex}.sobre-module__cu3GJG__breadcrumb a{transition:color var(--duration-fast) ease}.sobre-module__cu3GJG__breadcrumb a:hover{color:var(--brand-600)}.sobre-module__cu3GJG__breadcrumb [aria-current]{color:var(--text-strong)}.sobre-module__cu3GJG__eyebrow{margin-bottom:var(--space-4);font-size:var(--text-xs);letter-spacing:3px;text-transform:uppercase;color:var(--brand-600);font-weight:700}.sobre-module__cu3GJG__heroTitle{font-family:var(--font-display);letter-spacing:-1.5px;color:var(--text-strong);font-size:clamp(2rem,4.4vw,3.5rem);font-weight:400;line-height:1.05}.sobre-module__cu3GJG__heroLead{max-width:34rem;margin-top:var(--space-5);color:var(--text-muted);font-size:clamp(1rem,1.6vw,1.1875rem);font-weight:300;line-height:1.7}.sobre-module__cu3GJG__heroMedia{width:100%;max-width:24rem;animation:sobre-module__cu3GJG__about-in .9s var(--ease-out-soft) both .3s;justify-self:center;position:relative}.sobre-module__cu3GJG__imageFrame{position:relative}.sobre-module__cu3GJG__imageFrame:before{content:"";inset:var(--space-5) calc(var(--space-5) * -1) calc(var(--space-5) * -1) var(--space-5);z-index:-1;background:var(--brand-600);border-radius:var(--radius-lg);position:absolute}.sobre-module__cu3GJG__imageCard{aspect-ratio:4/5;border-radius:var(--radius-lg);box-shadow:var(--shadow-card-dark);position:relative;overflow:hidden}.sobre-module__cu3GJG__image{object-fit:cover;object-position:center;animation:sobre-module__cu3GJG__about-zoom 18s var(--ease-out-soft) both}@keyframes sobre-module__cu3GJG__about-zoom{0%{transform:scale(1.08)}to{transform:scale(1)}}.sobre-module__cu3GJG__brandBadge{bottom:calc(var(--space-6) * -1);left:calc(var(--space-6) * -1);z-index:var(--z-base);padding:var(--space-4) var(--space-5);background:var(--surface-card-light-solid);border-radius:var(--radius-md);box-shadow:var(--shadow-card-dark);align-items:center;display:flex;position:absolute}.sobre-module__cu3GJG__brandBadgeLogo{width:clamp(5rem,8vw,6.5rem);height:auto}.sobre-module__cu3GJG__section{padding:var(--space-24) var(--gutter-header)}.sobre-module__cu3GJG__paper{background:var(--surface-paper)}.sobre-module__cu3GJG__sand{background:var(--surface-sand)}.sobre-module__cu3GJG__inner{max-width:var(--shell-max);margin:0 auto}.sobre-module__cu3GJG__sectionTitle{font-family:var(--font-display);letter-spacing:-.8px;color:var(--text-strong);font-size:clamp(1.5rem,3.4vw,2.5rem);font-weight:400;line-height:1.15}.sobre-module__cu3GJG__sectionLead{max-width:42rem;margin-top:var(--space-4);font-size:var(--text-md);color:var(--text-muted);font-weight:300;line-height:1.8}.sobre-module__cu3GJG__intro{gap:var(--space-16);grid-template-columns:minmax(0,.8fr) minmax(0,1.6fr);align-items:start;display:grid}.sobre-module__cu3GJG__paragraph{color:var(--text-body);font-size:clamp(1rem,1.7vw,1.1875rem);font-weight:300;line-height:1.9}.sobre-module__cu3GJG__paragraph+.sobre-module__cu3GJG__paragraph{margin-top:var(--space-6)}.sobre-module__cu3GJG__certifications{gap:var(--space-16);margin-top:var(--space-12);padding-top:var(--space-10);border-top:1px solid var(--border-light);grid-template-columns:minmax(0,.8fr) minmax(0,1.6fr);align-items:start;display:grid}.sobre-module__cu3GJG__certificationsHeader{grid-column:1}.sobre-module__cu3GJG__certificationsTitle{font-family:var(--font-display);font-size:var(--text-lg);letter-spacing:.5px;color:var(--text-strong);font-weight:400}.sobre-module__cu3GJG__certificationsLead{margin-top:var(--space-2);font-size:var(--text-sm);color:var(--text-muted);line-height:1.6}.sobre-module__cu3GJG__certificationList{gap:var(--space-6) var(--space-8);grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;display:grid}.sobre-module__cu3GJG__certification{padding-left:var(--space-5);border-left:2px solid var(--brand-600);flex-direction:column;display:flex}.sobre-module__cu3GJG__certificationCode{font-family:var(--font-display);font-size:var(--text-base);letter-spacing:.5px;color:var(--text-strong);font-weight:400}.sobre-module__cu3GJG__certificationName{margin-top:var(--space-2);font-size:var(--text-sm);color:var(--text-muted);line-height:1.6}.sobre-module__cu3GJG__pillars{gap:var(--space-8);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.sobre-module__cu3GJG__pillar{padding:var(--space-10);background:var(--surface-card-light-solid);border:1px solid var(--border-on-sand);border-radius:var(--radius-lg);box-shadow:var(--shadow-card-soft);transition:border-color var(--duration-base) var(--ease-out-soft), box-shadow var(--duration-base) var(--ease-out-soft), transform var(--duration-base) var(--ease-out-soft);flex-direction:column;display:flex;position:relative;overflow:hidden}.sobre-module__cu3GJG__pillar:before{content:"";background:var(--brand-gradient);transform-origin:0;height:3px;transition:transform var(--duration-base) var(--ease-out-soft);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.sobre-module__cu3GJG__pillar:hover{border-color:var(--border-brand-soft);box-shadow:var(--shadow-card-dark);transform:translateY(-.25rem)}.sobre-module__cu3GJG__pillar:hover:before{transform:scaleX(1)}.sobre-module__cu3GJG__pillarLabel{align-items:center;gap:var(--space-3);margin-bottom:var(--space-6);padding-bottom:var(--space-4);border-bottom:1px solid var(--border-on-sand);display:flex}.sobre-module__cu3GJG__pillarIcon{background:var(--surface-sand);width:2.25rem;height:2.25rem;color:var(--brand-600);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sobre-module__cu3GJG__pillarLabelText{font-size:var(--text-2xs);letter-spacing:2px;text-transform:uppercase;color:var(--brand-600);flex:1;font-weight:700}.sobre-module__cu3GJG__pillarIndex{font-family:var(--font-display);font-size:var(--text-sm);letter-spacing:1px;color:var(--text-ghost);font-variant-numeric:tabular-nums;font-weight:400}.sobre-module__cu3GJG__pillarStatement{font-family:var(--font-body);letter-spacing:-.1px;color:var(--text-strong);font-size:clamp(1.0625rem,2vw,1.25rem);font-weight:400;line-height:1.55}.sobre-module__cu3GJG__pillarValues{gap:var(--space-3);margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px solid var(--border-on-sand);grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;display:grid}.sobre-module__cu3GJG__pillarValue{align-items:center;gap:var(--space-3);padding:var(--space-3);background:var(--surface-sand);border-radius:var(--radius-md);transition:background-color var(--duration-base) var(--ease-out-soft);display:flex}.sobre-module__cu3GJG__pillar:hover .sobre-module__cu3GJG__pillarValue{background:var(--surface-sand-warm)}.sobre-module__cu3GJG__pillarValueNumber{background:var(--surface-card-light-solid);width:1.75rem;height:1.75rem;font-family:var(--font-display);font-size:var(--text-2xs);color:var(--brand-600);font-variant-numeric:tabular-nums;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.sobre-module__cu3GJG__pillarValueTitle{font-size:var(--text-sm);color:var(--text-strong);font-weight:500;line-height:1.3}.sobre-module__cu3GJG__values{gap:var(--space-10) var(--space-12);margin-top:var(--space-12);grid-template-columns:repeat(2,minmax(0,1fr));list-style:none;display:grid}.sobre-module__cu3GJG__value{padding-top:var(--space-6);border-top:2px solid var(--border-light);transition:border-color var(--duration-base) var(--ease-out-soft)}.sobre-module__cu3GJG__value:hover{border-top-color:var(--brand-600)}.sobre-module__cu3GJG__valueNumber{margin-bottom:var(--space-4);font-family:var(--font-display);font-size:var(--text-md);letter-spacing:2px;color:var(--text-ghost);font-variant-numeric:tabular-nums;transition:color var(--duration-base) var(--ease-out-soft);display:block}.sobre-module__cu3GJG__value:hover .sobre-module__cu3GJG__valueNumber{color:var(--brand-600)}.sobre-module__cu3GJG__valueTitle{margin-bottom:var(--space-3);font-family:var(--font-display);color:var(--text-strong);font-size:clamp(1.125rem,2.2vw,1.5rem);font-weight:400;line-height:1.3}.sobre-module__cu3GJG__valueText{font-size:var(--text-base);color:var(--text-muted);font-weight:300;line-height:1.8}.sobre-module__cu3GJG__figures{gap:var(--space-8);margin-top:var(--space-12);grid-template-columns:repeat(4,minmax(0,1fr));list-style:none;display:grid}.sobre-module__cu3GJG__figure{padding-left:var(--space-6);border-left:2px solid var(--brand-600)}.sobre-module__cu3GJG__figureValue{font-family:var(--font-display);letter-spacing:-1px;color:var(--text-strong);font-size:clamp(1.5rem,3.2vw,2.25rem);font-weight:400;line-height:1;display:block}.sobre-module__cu3GJG__figureLabel{margin-top:var(--space-3);font-size:var(--text-sm);color:var(--text-muted);line-height:1.6;display:block}.sobre-module__cu3GJG__timeline{margin-top:var(--space-12);padding-left:var(--space-10);list-style:none;position:relative}.sobre-module__cu3GJG__timeline:before{content:"";background:linear-gradient(180deg, var(--brand-600), var(--border-on-sand-strong));width:1px;position:absolute;top:.5rem;bottom:.5rem;left:5px}.sobre-module__cu3GJG__milestone{position:relative}.sobre-module__cu3GJG__milestone+.sobre-module__cu3GJG__milestone{margin-top:var(--space-10)}.sobre-module__cu3GJG__milestone:before{content:"";top:.4375rem;left:calc(var(--space-10) * -1);background:var(--surface-paper);border:2px solid var(--brand-600);border-radius:50%;width:11px;height:11px;position:absolute}.sobre-module__cu3GJG__milestoneYear{margin-bottom:var(--space-2);font-family:var(--font-display);font-size:var(--text-sm);letter-spacing:2px;color:var(--brand-600);font-variant-numeric:tabular-nums;display:block}.sobre-module__cu3GJG__milestoneTitle{margin-bottom:var(--space-3);font-size:var(--text-md);color:var(--text-strong);font-weight:600;line-height:1.4}.sobre-module__cu3GJG__milestoneText{max-width:44rem;font-size:var(--text-base);color:var(--text-muted);font-weight:300;line-height:1.8}.sobre-module__cu3GJG__method{align-items:center;gap:var(--space-10);padding:var(--space-10) var(--space-12);background:var(--surface-card-light-solid);border:1px solid var(--border-on-sand);border-radius:var(--radius-lg);grid-template-columns:minmax(0,1fr) auto;display:grid}.sobre-module__cu3GJG__methodBody{max-width:46rem;margin-top:var(--space-4);font-size:var(--text-base);color:var(--text-muted);font-weight:300;line-height:1.8}.sobre-module__cu3GJG__methodTitle{font-family:var(--font-display);letter-spacing:-.3px;color:var(--text-strong);font-size:clamp(1.25rem,2.4vw,1.625rem);font-weight:400}.sobre-module__cu3GJG__methodLink{align-items:center;gap:var(--space-3);padding:.875rem var(--space-6);border:1px solid var(--brand-600);border-radius:var(--radius-xs);font-size:var(--text-xs);letter-spacing:1.2px;white-space:nowrap;color:var(--brand-600);transition:background var(--duration-fast) var(--ease-out-soft), color var(--duration-fast) var(--ease-out-soft);font-weight:700;line-height:1.2;display:inline-flex}.sobre-module__cu3GJG__methodLink:hover{background:var(--brand-600);color:#fff}.sobre-module__cu3GJG__methodArrow{transition:transform var(--duration-fast) var(--ease-out-soft);display:block}.sobre-module__cu3GJG__methodLink:hover .sobre-module__cu3GJG__methodArrow{transform:translate(4px)}.sobre-module__cu3GJG__closing{padding:var(--space-24) var(--gutter-header);background:var(--surface-night);text-align:center}.sobre-module__cu3GJG__closingInner{max-width:42rem;margin:0 auto}.sobre-module__cu3GJG__closingTitle{font-family:var(--font-display);letter-spacing:-1px;color:#fff;font-size:clamp(1.75rem,4.5vw,3rem);font-weight:400;line-height:1.1}.sobre-module__cu3GJG__closingText{margin-top:var(--space-5);color:var(--text-on-night-60);font-size:clamp(1rem,1.8vw,1.125rem);font-weight:300;line-height:1.8}.sobre-module__cu3GJG__actions{justify-content:center;align-items:center;gap:var(--space-4);margin-top:var(--space-10);flex-wrap:wrap;display:flex}.sobre-module__cu3GJG__primary,.sobre-module__cu3GJG__secondary{min-width:14rem;padding:1.0625rem var(--space-8);border-radius:var(--radius-xs);font-size:var(--text-xs);letter-spacing:1.5px;transition:border-color var(--duration-fast) var(--ease-out-soft), color var(--duration-fast) var(--ease-out-soft), transform var(--duration-fast) var(--ease-out-soft);border:1px solid #0000;justify-content:center;align-items:center;font-weight:700;line-height:1.2;display:inline-flex;position:relative;overflow:hidden}.sobre-module__cu3GJG__primary:before,.sobre-module__cu3GJG__secondary:before{content:"";transition:transform var(--duration-base) var(--ease-out-soft);position:absolute;inset:0}.sobre-module__cu3GJG__label{z-index:var(--z-base);position:relative}.sobre-module__cu3GJG__primary{background:var(--brand-600);color:#fff}.sobre-module__cu3GJG__primary:before{background:var(--brand-800);transform:translateY(101%)}.sobre-module__cu3GJG__primary:hover:before{transform:translateY(0)}.sobre-module__cu3GJG__secondary{color:#fff;background:0 0;border-color:#ffffff52}.sobre-module__cu3GJG__secondary:before{background:#ffffff24;transform:translate(-101%)}.sobre-module__cu3GJG__secondary:hover{border-color:#fff}.sobre-module__cu3GJG__secondary:hover:before{transform:translate(0)}.sobre-module__cu3GJG__primary:active,.sobre-module__cu3GJG__secondary:active{transform:translateY(1px)}@media (max-width:1100px){.sobre-module__cu3GJG__hero{padding:calc(var(--header-height) + var(--space-12)) var(--gutter-header) var(--space-16)}.sobre-module__cu3GJG__heroInner{gap:var(--space-10)}.sobre-module__cu3GJG__section,.sobre-module__cu3GJG__closing{padding:var(--space-20) var(--gutter-header)}.sobre-module__cu3GJG__intro,.sobre-module__cu3GJG__certifications{gap:var(--space-10)}.sobre-module__cu3GJG__figures{gap:var(--space-8) var(--space-10);grid-template-columns:repeat(2,minmax(0,1fr))}.sobre-module__cu3GJG__method{padding:var(--space-8) var(--space-10)}}@media (max-width:900px){.sobre-module__cu3GJG__hero{padding:calc(var(--header-height) + var(--space-10)) var(--gutter-header) var(--space-14)}.sobre-module__cu3GJG__heroInner{gap:var(--space-10);grid-template-columns:minmax(0,1fr)}.sobre-module__cu3GJG__heroContent{order:2}.sobre-module__cu3GJG__heroMedia{order:1;max-width:20rem;margin:0 auto}.sobre-module__cu3GJG__section,.sobre-module__cu3GJG__closing{padding:var(--space-16) var(--gutter-header)}.sobre-module__cu3GJG__intro{gap:var(--space-8);grid-template-columns:minmax(0,1fr)}.sobre-module__cu3GJG__certifications{gap:var(--space-6);grid-template-columns:minmax(0,1fr)}.sobre-module__cu3GJG__certificationsHeader,.sobre-module__cu3GJG__certificationList{grid-column:1}.sobre-module__cu3GJG__pillars{gap:var(--space-6);grid-template-columns:minmax(0,1fr)}.sobre-module__cu3GJG__values{gap:var(--space-8);grid-template-columns:minmax(0,1fr)}.sobre-module__cu3GJG__method{gap:var(--space-6);padding:var(--space-8);grid-template-columns:minmax(0,1fr)}.sobre-module__cu3GJG__methodLink{justify-self:start}}@media (max-width:600px){.sobre-module__cu3GJG__hero{padding:calc(var(--header-height) + var(--space-8)) var(--gutter-header) var(--space-10)}.sobre-module__cu3GJG__heroMedia{max-width:15rem}.sobre-module__cu3GJG__breadcrumb{margin-bottom:var(--space-6);font-size:var(--text-xs)}.sobre-module__cu3GJG__brandBadge{bottom:calc(var(--space-4) * -1);left:calc(var(--space-4) * -1);padding:var(--space-3) var(--space-4)}.sobre-module__cu3GJG__brandBadgeLogo{width:3.75rem}.sobre-module__cu3GJG__section,.sobre-module__cu3GJG__closing{padding:var(--space-12) var(--gutter-header)}.sobre-module__cu3GJG__certificationList{grid-template-columns:minmax(0,1fr)}.sobre-module__cu3GJG__pillar{padding:var(--space-6)}.sobre-module__cu3GJG__figures{gap:var(--space-6);grid-template-columns:minmax(0,1fr)}.sobre-module__cu3GJG__timeline{padding-left:var(--space-8)}.sobre-module__cu3GJG__milestone:before{left:calc(var(--space-8) * -1)}.sobre-module__cu3GJG__method{padding:var(--space-6)}.sobre-module__cu3GJG__methodLink{justify-content:center;width:100%}.sobre-module__cu3GJG__actions{align-items:stretch;gap:var(--space-3);flex-direction:column}.sobre-module__cu3GJG__primary,.sobre-module__cu3GJG__secondary{width:100%;min-width:0}}@media (prefers-reduced-motion:reduce){.sobre-module__cu3GJG__image,.sobre-module__cu3GJG__heroContent,.sobre-module__cu3GJG__heroMedia{animation:none}}
.login-module__EupikW__page{isolation:isolate;background:var(--admin-bg);min-height:100vh;color:var(--admin-text);position:relative;overflow:hidden}.login-module__EupikW__page:before{content:"";z-index:-1;background-image:linear-gradient(#1c191709 1px,#0000 1px),linear-gradient(90deg,#1c191709 1px,#0000 1px);background-size:3.5rem 3.5rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 20%,#000,#0000);mask-image:radial-gradient(70% 60% at 50% 20%,#000,#0000)}.login-module__EupikW__brandMark{margin-bottom:var(--space-10);justify-content:center;display:flex;position:relative}.login-module__EupikW__glow{background:radial-gradient(circle, rgba(var(--brand-600-rgb), .14) 0%, transparent 70%);pointer-events:none;width:18rem;height:18rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.login-module__EupikW__logo{width:auto;height:3.5rem;display:block;position:relative}.login-module__EupikW__main{min-height:100vh;padding:var(--space-12) var(--space-8);flex-direction:column;justify-content:center;align-items:center;display:flex}.login-module__EupikW__panel{width:100%;max-width:24rem;padding:var(--space-10) var(--space-8);background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-panel)}.login-module__EupikW__header{margin-bottom:var(--space-8)}.login-module__EupikW__title{font-family:var(--font-display);font-size:var(--text-xl);color:var(--admin-text);font-weight:600}.login-module__EupikW__subtitle{margin-top:var(--space-2);font-size:var(--text-sm);color:var(--admin-text-subtle);line-height:1.65}.login-module__EupikW__footer{margin-top:var(--space-8);padding-top:var(--space-5);border-top:1px solid var(--admin-border);font-size:var(--text-xs);color:var(--admin-text-subtle);line-height:1.6}@media (max-width:480px){.login-module__EupikW__panel{padding:var(--space-8) var(--space-6)}.login-module__EupikW__main{padding:var(--space-10) var(--space-5);padding-top:var(--space-16);justify-content:flex-start}}
.contactos-module__8ExEla__page{flex-direction:column;display:flex}.contactos-module__8ExEla__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-6);flex-wrap:wrap;display:flex}.contactos-module__8ExEla__title{letter-spacing:-.3px;font-size:1.75rem;font-weight:700;line-height:1.25}.contactos-module__8ExEla__subtitle{margin-top:var(--space-1);max-width:46rem;font-size:var(--text-base);color:var(--admin-text-muted);line-height:1.6}.contactos-module__8ExEla__tabs{gap:var(--space-2);margin-bottom:var(--space-5);padding-bottom:var(--space-4);border-bottom:1px solid var(--admin-border);flex-wrap:wrap;display:flex}.contactos-module__8ExEla__tab{padding:.5rem var(--space-4);border-radius:var(--radius-pill);font-size:var(--text-sm);color:var(--admin-text-muted);transition:background var(--duration-fast) ease, color var(--duration-fast) ease;font-weight:500}.contactos-module__8ExEla__tab:hover{background:var(--admin-surface-muted);color:var(--admin-text)}.contactos-module__8ExEla__tabActive{background:var(--brand-600);color:#fff}.contactos-module__8ExEla__tabActive:hover{background:var(--brand-700);color:#fff}.contactos-module__8ExEla__name{color:var(--admin-text);transition:color var(--duration-fast) ease;font-weight:500}.contactos-module__8ExEla__name:hover{color:var(--brand-600)}.contactos-module__8ExEla__nameNew{font-weight:700}.contactos-module__8ExEla__nameNew:before{content:"";width:.4rem;height:.4rem;margin-right:var(--space-2);background:var(--state-info);border-radius:50%;display:inline-block}.contactos-module__8ExEla__email{font-size:var(--text-sm);color:var(--admin-text-muted);overflow-wrap:anywhere}.contactos-module__8ExEla__subject{font-size:var(--text-sm);color:var(--admin-text-muted)}.contactos-module__8ExEla__view{font-size:var(--text-xs);color:var(--brand-600);white-space:nowrap;font-weight:600}.contactos-module__8ExEla__view:hover{text-underline-offset:2px;text-decoration:underline}
.loading-module__Lh-qoG__page{gap:var(--space-6);flex-direction:column;display:flex}.loading-module__Lh-qoG__brand{padding:var(--space-8) 0 var(--space-2);justify-content:center;display:flex}.loading-module__Lh-qoG__brandLogo{width:auto;height:3.0625rem;animation:1.8s ease-in-out infinite loading-module__Lh-qoG__krons-pulse}@keyframes loading-module__Lh-qoG__krons-pulse{0%,to{opacity:1}50%{opacity:.4}}.loading-module__Lh-qoG__header{justify-content:space-between;align-items:flex-start;gap:var(--space-4);flex-wrap:wrap;display:flex}.loading-module__Lh-qoG__headerText{gap:var(--space-3);flex-direction:column;flex:1;min-width:0;display:flex}.loading-module__Lh-qoG__cards{gap:var(--space-4);grid-template-columns:repeat(auto-fit,minmax(min(100%,13rem),1fr));display:grid}.loading-module__Lh-qoG__card{gap:var(--space-3);padding:var(--space-5);background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--radius-md);flex-direction:column;display:flex}.loading-module__Lh-qoG__panel{gap:var(--space-5);padding:var(--space-6);background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--radius-md);flex-direction:column;display:flex}
.not-found-module__HS70Aa__wrapper{min-height:100vh;padding:var(--space-20) var(--gutter-page);background:var(--surface-night);place-items:center;display:grid}.not-found-module__HS70Aa__content{text-align:center;max-width:34rem}.not-found-module__HS70Aa__code{font-family:var(--font-display);background:var(--brand-gradient-inverse);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(4rem,14vw,7rem);line-height:1}.not-found-module__HS70Aa__title{margin-top:var(--space-4);font-family:var(--font-display);color:var(--text-on-night);font-size:clamp(1.5rem,4vw,2rem);font-weight:400;line-height:1.3}.not-found-module__HS70Aa__description{margin-top:var(--space-4);font-size:var(--text-lg);color:var(--text-on-night-60);font-weight:300;line-height:1.8}.not-found-module__HS70Aa__actions{margin-top:var(--space-10);gap:var(--space-4);flex-wrap:wrap;justify-content:center;display:flex}
