:root{--color-brand:#c0568a;--color-brand-dark:#a04472;--color-brand-soft:#faf0f5;--color-brand-muted:#d489ad;--font-display:"Cormorant Garamond", "Palatino Linotype", Palatino, Georgia, serif;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:auto;font-family:system-ui,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.5}@media (resolution>=2x){:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}*,:before,:after{box-sizing:border-box}html,body,#root{height:100svh;overflow:hidden}body{color:#374151;background:#f3f4f6;margin:0}.scroll-area{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overflow-y:auto}.scroll-area::-webkit-scrollbar{display:none}button{font:inherit}button:focus-visible,input:focus-visible,a:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.app-shell{flex-direction:column;max-width:720px;height:100svh;margin:0 auto;display:flex}.app-footer{color:#9ca3af;letter-spacing:.04em;text-align:center;white-space:nowrap;flex-wrap:nowrap;flex-shrink:0;justify-content:center;align-items:baseline;gap:.3em;padding:.45rem 1rem;font-size:.6875rem;font-weight:600;line-height:1.3;display:flex}.app-footer a{color:inherit;text-decoration:none}.app-footer a:hover{color:var(--color-brand-dark);text-decoration:underline}.session-bar{box-sizing:border-box;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem 0;display:flex}.session-bar__actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.session-bar__profile,.session-bar__admin,.session-bar__logout{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;flex-shrink:0;align-items:center;gap:.375rem;height:2rem;padding:0 .75rem;font-size:.8125rem;font-weight:600;transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s;display:inline-flex}.session-bar__profile{justify-content:center;font-size:.9375rem;line-height:1}.session-bar__avatar{object-fit:cover;border-radius:999px;flex-shrink:0;width:1.25rem;height:1.25rem;display:block}.session-bar__profile-label{line-height:1;display:block}.session-bar__avatar--fallback{background:var(--color-brand-soft);color:var(--color-brand-dark);place-items:center;font-size:.6875rem;font-weight:700;line-height:1;display:inline-grid}.session-bar__profile,.session-bar__admin{border-color:var(--color-brand-muted);color:var(--color-brand-dark)}.session-bar__profile:hover,.session-bar__admin:hover,.session-bar__logout:hover{border-color:var(--color-brand-muted);background:var(--color-brand-soft);color:var(--color-brand-dark)}.app-shell__content{flex:1;min-height:0;position:relative;overflow:hidden}.app-shell__panel{box-sizing:border-box;flex-direction:column;height:100%;animation-duration:.26s;animation-timing-function:ease-out;animation-fill-mode:backwards;display:flex;overflow:hidden}.app-shell__panel.is-hidden{display:none}.app-shell__panel--enter{animation-name:panel-enter-elevate}@keyframes panel-enter-elevate{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.app-shell__panel{animation:none}.session-bar__profile,.session-bar__admin,.session-bar__logout,.tab-bar__item,.tab-bar__icon{transition:none}}.tab-bar{width:100%;padding:.375rem .5rem calc(.375rem + env(safe-area-inset-bottom,0px));box-sizing:border-box;background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;justify-content:space-around;align-items:stretch;display:flex;box-shadow:0 -1px 3px #0000000a}.tab-bar__item{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:.75rem;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.2rem;min-height:3.25rem;padding:.25rem .375rem;transition:color .18s,background-color .18s;display:flex}.tab-bar__item:hover{background:#f9fafb}.tab-bar__item.is-active{color:var(--color-brand)}.tab-bar__icon{transition:transform .18s;display:inline-flex}.tab-bar__icon svg{width:1.375rem;height:1.375rem}.tab-bar__item.is-active .tab-bar__icon{transform:scale(1.06)}.tab-bar__label{letter-spacing:.01em;font-size:.6875rem;font-weight:600;line-height:1.2}:root{--admin-bg:#f5f6f8;--admin-surface:#fff;--admin-surface-subtle:#fafbfc;--admin-surface-hover:#f9fafb;--admin-border:#e5e7eb;--admin-border-strong:#d1d5db;--admin-text:#111827;--admin-text-soft:#374151;--admin-text-muted:#6b7280;--admin-text-faint:#9ca3af;--admin-radius:.875rem;--admin-radius-sm:.625rem;--admin-radius-xs:.5rem;--admin-control-h:2.5rem;--admin-shadow-sm:0 1px 2px #1018280d;--admin-shadow-md:0 4px 16px #10182814;--admin-shadow-lg:0 24px 48px #1018282e;--admin-sidebar-w:16rem;--admin-content-w:76rem;--admin-pad-x:1rem;--admin-gap:1.25rem;--admin-tabbar-h:4rem;--admin-success:#16a34a;--admin-warning:#d97706;--admin-danger:#dc2626}.admin-shell{background:var(--admin-bg);height:100svh;color:var(--admin-text-soft);grid-template:"main"minmax(0,1fr)"footer""tabs"/minmax(0,1fr);display:grid}.admin-shell>.app-footer{background:var(--admin-bg);grid-area:footer}.admin-col{flex-direction:column;grid-area:main;min-width:0;min-height:0;display:flex}.admin-main{flex:1;min-width:0;min-height:0;overflow-y:auto}.admin-main__inner,.admin-topbar__inner{width:100%;max-width:var(--admin-content-w);padding-inline:var(--admin-pad-x);margin-inline:auto}.admin-main__inner{padding-block:1.25rem 2rem}.admin-sidebar{background:var(--admin-surface);border-right:1px solid var(--admin-border);flex-direction:column;grid-area:side;min-height:0;display:none}.admin-sidebar__brand{border-bottom:1px solid var(--admin-border);align-items:center;gap:.75rem;padding:1.125rem 1rem;display:flex}.admin-sidebar__mark{background:var(--color-brand);color:#fff;border-radius:.7rem;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1rem;font-weight:700;display:inline-flex}.admin-sidebar__brand-text{flex-direction:column;min-width:0;line-height:1.25;display:flex}.admin-sidebar__brand-name{color:var(--admin-text);font-size:.9375rem;font-weight:700}.admin-sidebar__brand-sub{letter-spacing:.08em;text-transform:uppercase;color:var(--admin-text-faint);font-size:.6875rem;font-weight:600}.admin-sidebar__nav{flex:1;min-height:0;padding:.875rem .75rem;overflow-y:auto}.admin-sidebar__footer{border-top:1px solid var(--admin-border);flex-direction:column;gap:.375rem;padding:.75rem;display:flex}.admin-topbar{background:var(--admin-surface);border-bottom:1px solid var(--admin-border);flex-shrink:0}.admin-topbar__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:3.75rem;padding-block:.625rem;display:flex}.admin-topbar__lead{align-items:center;gap:.75rem;min-width:0;display:flex}.admin-topbar__titles{flex-direction:column;min-width:0;line-height:1.2;display:flex}.admin-topbar__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--admin-text-faint);font-size:.625rem;font-weight:700}.admin-topbar__title{letter-spacing:-.01em;color:var(--admin-text);margin:0;font-size:1.125rem;font-weight:700}.admin-topbar__aside{flex-shrink:0;align-items:center;gap:.625rem;display:flex}.admin-user{border:1px solid var(--admin-border);background:var(--admin-surface-subtle);border-radius:999px;align-items:center;gap:.5rem;min-width:0;padding:.3rem .625rem .3rem .3rem;display:none}.admin-user__avatar{background:var(--color-brand-soft);width:1.875rem;height:1.875rem;color:var(--color-brand-dark);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:inline-flex}.admin-user__info{flex-direction:column;min-width:0;line-height:1.25;display:flex}.admin-user__mail{text-overflow:ellipsis;white-space:nowrap;max-width:14rem;color:var(--admin-text);font-size:.8125rem;font-weight:600;overflow:hidden}.admin-user__rol{color:var(--admin-text-muted);font-size:.6875rem;font-weight:600}.admin-tabbar{padding:.3rem .5rem calc(.3rem + env(safe-area-inset-bottom,0px));background:var(--admin-surface);border-top:1px solid var(--admin-border);grid-area:tabs;box-shadow:0 -1px 3px #1018280d}.admin-nav{display:flex}.admin-nav__item{font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;font-weight:600;transition:background-color .16s,color .16s;display:flex}.admin-nav__icon{flex-shrink:0;display:inline-flex}.admin-nav--tabs{align-items:stretch}.admin-nav--tabs .admin-nav__item{min-height:3.25rem;color:var(--admin-text-faint);text-align:center;border-radius:.75rem;flex-direction:column;flex:1;justify-content:center;gap:.2rem;padding:.35rem .25rem;font-size:.6875rem;line-height:1.2}.admin-nav--tabs .admin-nav__item:hover{background:var(--admin-surface-hover);color:var(--admin-text-muted)}.admin-nav--tabs .admin-nav__item.is-active{color:var(--color-brand)}.admin-nav--tabs .admin-nav__icon svg{width:1.375rem;height:1.375rem}.admin-nav--sidebar{flex-direction:column;gap:.125rem}.admin-nav--sidebar .admin-nav__item{border-radius:var(--admin-radius-sm);width:100%;min-height:2.625rem;color:var(--admin-text-soft);text-align:left;gap:.75rem;padding:0 .75rem;font-size:.9375rem;position:relative}.admin-nav--sidebar .admin-nav__item:hover{background:var(--admin-surface-hover);color:var(--admin-text)}.admin-nav--sidebar .admin-nav__item.is-active{background:var(--color-brand-soft);color:var(--color-brand-dark)}.admin-nav--sidebar .admin-nav__item.is-active:before{content:"";background:var(--color-brand);border-radius:0 999px 999px 0;width:3px;height:1.125rem;position:absolute;top:50%;left:0;transform:translateY(-50%)}.admin-nav--sidebar .admin-nav__icon svg{width:1.25rem;height:1.25rem}.admin-page{gap:var(--admin-gap);flex-direction:column;display:flex}.admin-page__lead{max-width:62ch;color:var(--admin-text-muted);margin:0;font-size:.9375rem;line-height:1.5}.admin-section{gap:var(--admin-gap);flex-direction:column;display:flex}.admin-card{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-sm)}.admin-card__header{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:center;gap:1rem;padding:.875rem 1.125rem;display:flex}.admin-card__title{letter-spacing:.02em;color:var(--admin-text);margin:0;font-size:.875rem;font-weight:700}.admin-card__hint{color:var(--admin-text-muted);margin:0;font-size:.8125rem}.admin-card__body{padding:1.125rem}.admin-segment{background:var(--admin-surface-subtle);border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:.25rem;width:100%;padding:.25rem;display:grid}.admin-segment__item{min-height:2.25rem;color:var(--admin-text-muted);font:inherit;text-align:center;cursor:pointer;background:0 0;border:none;border-radius:.45rem;justify-content:center;align-items:center;padding:.4rem .75rem;font-size:.8125rem;font-weight:600;line-height:1.2;transition:background-color .16s,color .16s,box-shadow .16s;display:inline-flex}.admin-segment__item:hover:not(.is-active){color:var(--admin-text);background:#1118270a}.admin-segment__item.is-active{background:var(--color-brand);color:#fff;font-weight:700;box-shadow:0 1px 3px #a0447259}.admin-segment__item.is-active:hover{background:var(--color-brand-dark)}.admin-segment__short{display:inline}.admin-segment__full{display:none}.admin-toolbar{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-sm);grid-template-areas:"tabs""fields""actions";gap:.875rem;padding:.875rem 1rem;display:grid}.admin-toolbar__tabs{border-bottom:1px solid var(--admin-border);grid-area:tabs;padding-bottom:.875rem}.admin-toolbar__fields{flex-direction:column;grid-area:fields;gap:.75rem;min-width:0;display:flex}.admin-toolbar__search{min-width:0}.admin-toolbar__filters{grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));align-items:end;gap:.75rem;min-width:0;display:grid}.admin-toolbar__actions{flex-wrap:wrap;grid-area:actions;align-items:flex-end;gap:.5rem;display:flex}.admin-toolbar__actions>*{flex:9rem}.admin-toolbar__actions .admin-btn{width:100%}.admin-field{flex-direction:column;gap:.3rem;min-width:0;display:flex}.admin-field__label,.admin-form__label{letter-spacing:.04em;text-transform:uppercase;color:var(--admin-text-muted);font-size:.6875rem;font-weight:700}.admin-search{min-width:0;height:var(--admin-control-h);background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);align-items:center;gap:.5rem;padding:0 .75rem;transition:border-color .16s,box-shadow .16s;display:flex}.admin-search__icon{width:1.0625rem;height:1.0625rem;color:var(--admin-text-faint);flex-shrink:0}.admin-search input{min-width:0;font:inherit;color:var(--admin-text);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.admin-search:focus-within{border-color:var(--color-brand-muted);box-shadow:0 0 0 3px var(--color-brand-soft)}.admin-select__control{height:var(--admin-control-h);border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:var(--admin-surface);color:var(--admin-text);font:inherit;cursor:pointer;padding:0 .75rem;font-size:.875rem;transition:border-color .16s,box-shadow .16s}.admin-select__control:focus-visible{border-color:var(--color-brand-muted);box-shadow:0 0 0 3px var(--color-brand-soft);outline:none}.admin-select__control:disabled{background:var(--admin-surface-hover);color:var(--admin-text-muted);cursor:not-allowed}.admin-btn{height:var(--admin-control-h);border-radius:var(--admin-radius-sm);font:inherit;cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.45rem;padding:0 .9375rem;font-size:.875rem;font-weight:600;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s;display:inline-flex}.admin-btn:focus-visible{box-shadow:0 0 0 3px var(--color-brand-soft);outline:none}.admin-btn:disabled,.admin-btn.is-disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.admin-btn svg{flex-shrink:0;width:1.0625rem;height:1.0625rem}.admin-btn--sm{height:2.125rem;padding:0 .75rem;font-size:.8125rem}.admin-btn--block{justify-content:flex-start;gap:.625rem;width:100%}.admin-btn--primary{background:var(--color-brand);color:#fff}.admin-btn--primary:not(:disabled):hover{background:var(--color-brand-dark)}.admin-btn--secondary{background:var(--color-brand-soft);color:var(--color-brand-dark);border-color:var(--color-brand-muted)}.admin-btn--secondary:not(:disabled):hover{background:#f6e2ec}.admin-btn--ghost{background:var(--admin-surface);color:var(--admin-text-soft);border-color:var(--admin-border)}.admin-btn--ghost:not(:disabled):hover{border-color:var(--admin-border-strong);background:var(--admin-surface-hover);color:var(--admin-text)}.admin-btn--danger{background:var(--admin-danger);color:#fff}.admin-btn--danger:not(:disabled):hover{background:#b91c1c}.admin-row-actions{justify-content:flex-end;gap:.3rem;display:inline-flex}.admin-icon-btn{border:1px solid var(--admin-border);border-radius:var(--admin-radius-xs);background:var(--admin-surface);width:2.125rem;height:2.125rem;color:var(--admin-text-muted);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .16s,color .16s,background-color .16s,box-shadow .16s;display:inline-flex}.admin-icon-btn:hover{border-color:var(--color-brand-muted);color:var(--color-brand-dark);background:var(--color-brand-soft)}.admin-icon-btn:focus-visible{border-color:var(--color-brand-muted);box-shadow:0 0 0 3px var(--color-brand-soft);outline:none}.admin-icon-btn:disabled{opacity:.5;cursor:not-allowed}.admin-icon-btn--danger:hover{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.admin-icon-btn svg{width:1.0625rem;height:1.0625rem}.admin-table{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-sm)}.admin-table__head,.admin-table__row{align-items:center;gap:.75rem;display:grid}.admin-table__head{z-index:2;background:var(--admin-surface-subtle);border-bottom:1px solid var(--admin-border);border-radius:calc(var(--admin-radius) - 1px) calc(var(--admin-radius) - 1px) 0 0;letter-spacing:.05em;text-transform:uppercase;color:var(--admin-text-muted);padding:.6875rem 1rem;font-size:.6875rem;font-weight:700;position:sticky;top:0}.admin-table__row{border-bottom:1px solid #f3f4f6;padding:.6875rem 1rem;font-size:.875rem;transition:background-color .14s}.admin-table__row:hover{background:var(--admin-surface-subtle)}.admin-table__row:last-child{border-radius:0 0 calc(var(--admin-radius) - 1px) calc(var(--admin-radius) - 1px);border-bottom:none}.admin-table__row.is-selected{background:var(--color-brand-soft)}.admin-table__meta{display:contents}.admin-table__cell{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.admin-table__cell--num{text-align:right;font-variant-numeric:tabular-nums}.admin-table__cell--actions{justify-content:flex-end;display:flex}.admin-table__cell--check{align-items:center;display:flex}.admin-table__cell--check input{cursor:pointer;width:1rem;height:1rem;accent-color:var(--color-brand)}.admin-table__cell--file,.admin-table__cell--user{align-items:center;gap:.625rem;display:flex}.admin-table__cell--user{flex-direction:column;align-items:flex-start;gap:.0625rem}.admin-file__thumb{object-fit:contain;border-radius:var(--admin-radius-xs);background:var(--admin-surface-hover);border:1px solid var(--admin-border);flex-shrink:0;width:2.25rem;height:2.25rem}.admin-file__icon{border-radius:var(--admin-radius-xs);letter-spacing:.03em;color:#fff;background:var(--admin-text-faint);flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.5625rem;font-weight:700;display:inline-flex}.admin-file__icon--excel{background:var(--admin-success)}.admin-file__icon--pdf{background:var(--admin-danger)}.admin-file__name{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--admin-text);align-items:center;gap:.5rem;font-weight:600;display:inline-flex;overflow:hidden}.admin-file__tag{background:var(--color-brand-soft);color:var(--color-brand-dark);text-transform:uppercase;border-radius:999px;flex-shrink:0;padding:.05rem .4rem;font-size:.625rem;font-weight:700}.admin-user__avatar-sm{background:var(--color-brand-soft);width:2.25rem;height:2.25rem;color:var(--color-brand-dark);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:none}.admin-user__text{flex-direction:column;gap:.0625rem;min-width:0;display:flex}.admin-user__name{text-overflow:ellipsis;max-width:100%;color:var(--admin-text);font-weight:600;overflow:hidden}.admin-user__email{text-overflow:ellipsis;max-width:100%;color:var(--admin-text-muted);font-size:.8125rem;overflow:hidden}.admin-metrics{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem;display:grid}.admin-metric{background:var(--admin-surface-subtle);border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);flex-direction:column;gap:.4rem;height:100%;padding:.875rem 1rem;transition:border-color .16s,background-color .16s;display:flex}.admin-metric--brand{--admin-metric-dot:var(--color-brand)}.admin-metric--success{--admin-metric-dot:var(--admin-success)}.admin-metric--warning{--admin-metric-dot:var(--admin-warning)}.admin-metric--danger{--admin-metric-dot:var(--admin-danger)}.admin-metric__label{letter-spacing:.05em;text-transform:uppercase;color:var(--admin-text-muted);align-items:center;gap:.4rem;margin:0;font-size:.6875rem;font-weight:700;display:flex}.admin-metric__dot{background:var(--admin-metric-dot,var(--admin-border-strong));border-radius:999px;flex-shrink:0;width:.4375rem;height:.4375rem}.admin-metric__value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--admin-text);margin:0;font-size:1.625rem;font-weight:700;line-height:1}.admin-metric__hint{color:var(--admin-text-faint);margin:0;font-size:.75rem;line-height:1.35}.admin-metric-link{text-align:left;cursor:pointer;border-radius:var(--admin-radius-sm);background:0 0;border:none;height:100%;padding:0;display:block}.admin-metric-link:hover .admin-metric{border-color:var(--color-brand-muted);background:var(--admin-surface)}.admin-metric-link:focus-visible{box-shadow:0 0 0 3px var(--color-brand-soft);outline:none}.admin-badge{white-space:nowrap;border-radius:999px;align-items:center;padding:.15rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.admin-badge--activo{color:#166534;background:#dcfce7}.admin-badge--proximo{color:#92400e;background:#fef3c7}.admin-badge--vencido{color:#991b1b;background:#fee2e2}.admin-badge--suspendido{color:#374151;background:#e5e7eb}.admin-badge--pendiente{color:#3730a3;background:#e0e7ff}.admin-badge--rol-admin{background:var(--color-brand-soft);color:var(--color-brand-dark)}.admin-badge--rol-gestor{color:#075985;background:#e0f2fe}.admin-badge--rol-user{color:#4b5563;background:#f3f4f6}.admin-badge--device-on{color:#166534;background:#dcfce7}.admin-badge--device-off{color:#6b7280;background:#f3f4f6}.admin-table__dash{color:var(--admin-text-faint)}.admin-empty{text-align:center;background:var(--admin-surface);border:1px dashed var(--admin-border-strong);border-radius:var(--admin-radius);flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1.5rem;display:flex}.admin-empty__icon{color:var(--admin-text-faint);display:inline-flex}.admin-empty__title{color:var(--admin-text);margin:0;font-size:1rem;font-weight:700}.admin-empty__description{max-width:26rem;color:var(--admin-text-muted);margin:0;font-size:.875rem;line-height:1.5}.admin-empty__action{margin-top:.5rem}.admin-skeleton{background:linear-gradient(90deg,#eef0f3 25%,#e2e5ea 37%,#eef0f3 63%) 0 0/400% 100%;animation:1.3s ease-in-out infinite admin-shimmer;display:block}.admin-skeleton-table{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius);box-shadow:var(--admin-shadow-sm);overflow:hidden}.admin-skeleton-table__row{border-bottom:1px solid #f3f4f6;align-items:center;gap:.75rem;padding:.8125rem 1rem;display:flex}.admin-skeleton-table__row:last-child{border-bottom:none}.admin-skeleton-table__grow{flex:1;min-width:0}@keyframes admin-shimmer{0%{background-position:100%}to{background-position:0}}.admin-error{border-radius:var(--admin-radius-sm);color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.admin-progress{background:var(--admin-surface);border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);box-shadow:var(--admin-shadow-sm);flex-direction:column;gap:.4375rem;padding:.75rem 1rem;display:flex}.admin-progress__bar{background:#eef0f3;border-radius:999px;height:.4375rem;overflow:hidden}.admin-progress__fill{background:var(--color-brand);border-radius:999px;min-width:.4375rem;height:100%;transition:width .16s}.admin-progress__label{color:var(--admin-text-soft);font-size:.8125rem}.admin-bulkbar{background:var(--color-brand-soft);border:1px solid var(--color-brand-muted);border-radius:var(--admin-radius-sm);color:var(--color-brand-dark);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem .625rem .625rem 1rem;font-size:.875rem;font-weight:600;display:flex}.admin-overlay{z-index:50;background:#11182773;justify-content:center;align-items:center;padding:1rem;animation:.18s ease-out admin-overlay-in;display:flex;position:fixed;inset:0}.admin-overlay--drawer{justify-content:flex-end;padding:0}.admin-dialog{background:var(--admin-surface);border-radius:var(--admin-radius);width:100%;max-width:30rem;max-height:90vh;box-shadow:var(--admin-shadow-lg);padding:1.5rem;animation:.22s ease-out admin-dialog-in;overflow-y:auto}.admin-dialog--wide{max-width:38rem}.admin-dialog__title{color:var(--admin-text);margin:0;font-size:1.125rem;font-weight:700}.admin-dialog__subtitle{color:var(--admin-text-muted);word-break:break-word;margin:.25rem 0 0;font-size:.875rem}.admin-dialog__body{color:var(--admin-text-soft);margin:1rem 0;font-size:.9375rem;line-height:1.5}.admin-dialog__actions{justify-content:flex-end;gap:.625rem;margin-top:1.25rem;display:flex}.admin-validation__status{border-radius:var(--admin-radius-sm);margin:1rem 0;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.admin-validation__status--ok{color:#166534;background:#dcfce7}.admin-validation__status--error{color:#991b1b;background:#fee2e2}.admin-validation__stats{grid-template-columns:repeat(4,1fr);gap:.625rem;margin-bottom:1rem;display:grid}.admin-validation__stats>div{background:var(--admin-surface-subtle);border:1px solid var(--admin-border);border-radius:var(--admin-radius-xs);flex-direction:column;align-items:center;gap:.2rem;padding:.625rem;display:flex}.admin-validation__num{color:var(--admin-text);font-size:1.25rem;font-weight:700}.admin-validation__lbl{color:var(--admin-text-muted);text-align:center;font-size:.6875rem}.admin-validation__block{border-radius:var(--admin-radius-sm);margin-bottom:.75rem;padding:.75rem 1rem;font-size:.8125rem}.admin-validation__block ul{margin:.35rem 0 0;padding-left:1.1rem}.admin-validation__block--error{color:#991b1b;background:#fef2f2}.admin-validation__block--warn{color:#92400e;background:#fffbeb}.admin-validation__block-title{margin:0;font-weight:700}.admin-validation__hint{color:var(--admin-text-muted);margin:0;font-size:.75rem}.admin-panel{background:var(--admin-surface);width:100%;max-width:26rem;height:100%;box-shadow:var(--admin-shadow-lg);flex-direction:column;animation:.22s ease-out admin-drawer-in;display:flex}@keyframes admin-drawer-in{0%{opacity:.6;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes admin-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes admin-dialog-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.admin-panel__header{border-bottom:1px solid var(--admin-border);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.admin-panel__title{color:var(--admin-text);margin:0;font-size:1.125rem;font-weight:700}.admin-panel__subtitle{color:var(--admin-text-muted);word-break:break-all;margin:.15rem 0 0;font-size:.8125rem}.admin-panel__close,.admin-toast__close{background:var(--admin-surface-hover);width:2rem;height:2rem;color:var(--admin-text-muted);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;place-items:center;padding:0;line-height:0;transition:background-color .18s,color .18s;display:grid}.admin-panel__close svg,.admin-toast__close svg{width:.9rem;height:.9rem;display:block}.admin-panel__close:hover{color:var(--admin-text);background:#eceff3}.admin-panel__body{flex:1;min-height:0;padding:1.25rem;overflow-y:auto}.admin-panel__footer{border-top:1px solid var(--admin-border);justify-content:flex-end;gap:.625rem;padding:1rem 1.25rem;display:flex}.admin-form{flex-direction:column;gap:1.125rem;display:flex}.admin-form__field{flex-direction:column;gap:.35rem;display:flex}.admin-form__row--between{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-form__grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.admin-form__checkbox{color:var(--admin-text-soft);cursor:pointer;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;display:flex}.admin-form__checkbox input{width:1.0625rem;height:1.0625rem;accent-color:var(--color-brand)}.admin-form__quick{flex-direction:column;gap:.5rem;display:flex}.admin-form__quick-actions{flex-wrap:wrap;gap:.5rem;display:flex}.admin-form__note{background:var(--admin-surface-subtle);border:1px solid var(--admin-border);border-radius:var(--admin-radius-xs);color:var(--admin-text-muted);margin:0;padding:.625rem .75rem;font-size:.8125rem}.admin-toasts{right:1rem;bottom:calc(var(--admin-tabbar-h) + 2.5rem + env(safe-area-inset-bottom,0px));z-index:60;flex-direction:column;gap:.5rem;max-width:22rem;display:flex;position:fixed}.admin-toast{border-radius:var(--admin-radius-sm);color:#fff;box-shadow:var(--admin-shadow-md);background:#111827;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;animation:.18s ease-out admin-toast-in;display:flex}@keyframes admin-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.admin-toast--success{background:#166534}.admin-toast--error{background:#991b1b}.admin-toast--info{background:#1f2937}.admin-toast__close{color:#ffffffe0;background:#ffffff1f}.admin-toast__close:hover{color:#fff;background:#fff3}@media (width<=1023.98px){.admin-table{box-shadow:none;background:0 0;border:none;flex-direction:column;gap:.75rem;display:flex}.admin-table__head{display:none}.admin-table__row{border:1px solid var(--admin-border);border-radius:var(--admin-radius);background:var(--admin-surface);box-shadow:var(--admin-shadow-sm);grid-template-columns:minmax(0,1fr);grid-template-areas:"title""meta""actions";gap:0 .625rem;padding:.875rem;display:grid}.admin-table--select .admin-table__row{grid-template-columns:auto minmax(0,1fr);grid-template-areas:"check title""meta meta""actions actions"}.admin-table__row:hover{background:var(--admin-surface)}.admin-table__row:last-child{border-radius:var(--admin-radius)}.admin-table__row.is-selected{border-color:var(--color-brand-muted);background:var(--color-brand-soft)}.admin-table__cell--check{grid-area:check;align-self:center}.admin-table__cell--file,.admin-table__cell--user{white-space:normal;grid-area:title;min-width:0;overflow:visible}.admin-table__cell--file{align-items:center;gap:.75rem}.admin-file__name{white-space:normal;word-break:break-word;font-size:.9375rem;line-height:1.3;overflow:visible}.admin-user__name{font-size:.9375rem}.admin-table__meta{border-top:1px solid var(--admin-border);grid-area:meta;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem .75rem;margin-top:.75rem;padding-top:.75rem;display:grid}.admin-table__meta .admin-table__cell{white-space:normal;min-width:0;color:var(--admin-text);flex-direction:column;align-items:flex-start;gap:.1rem;font-size:.8125rem;display:flex;overflow:hidden}.admin-table__meta .admin-table__cell[data-label]:before{content:attr(data-label);letter-spacing:.05em;text-transform:uppercase;color:var(--admin-text-faint);font-size:.625rem;font-weight:700}.admin-table__cell--num{text-align:left}.admin-table--users .admin-table__row{grid-template-columns:minmax(0,1fr);grid-template-areas:"title""badges""meta""actions"}.admin-table--users .admin-table__cell--user{flex-direction:row;align-items:center;gap:.75rem}.admin-user__avatar-sm{display:inline-flex}.admin-user__name{white-space:normal;word-break:break-word;overflow:visible}.admin-user__email{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-table__meta--badges{border-top:none;flex-wrap:wrap;grid-area:badges;gap:.375rem;margin-top:.625rem;padding-top:0;display:flex}.admin-table__meta--badges .admin-table__cell{display:inline-flex;overflow:visible}.admin-table__meta--badges .admin-table__cell[data-label]:before{content:none}.admin-table__cell--actions{border-top:1px solid var(--admin-border);grid-area:actions;justify-content:flex-end;margin-top:.75rem;padding-top:.75rem}.admin-table--users .admin-table__cell--actions .admin-btn{width:100%;height:var(--admin-control-h);justify-content:center}.admin-validation__stats{grid-template-columns:repeat(2,1fr)}.admin-panel{max-width:100%}}@media (width<=640px){.admin-skeleton-table__row>:nth-child(n+3){display:none}}@media (width>=1024px){:root{--admin-pad-x:1.75rem;--admin-tabbar-h:0rem}.admin-shell{grid-template-columns:var(--admin-sidebar-w) minmax(0, 1fr);grid-template-rows:minmax(0,1fr) auto;grid-template-areas:"side main""side footer"}.admin-sidebar{display:flex}.admin-tabbar{display:none}.admin-shell>.app-footer{padding-bottom:calc(.45rem + env(safe-area-inset-bottom,0px))}.admin-topbar__back,.admin-topbar__logout{display:none}.admin-topbar__inner{min-height:4.25rem}.admin-topbar__title{font-size:1.25rem}.admin-main__inner{padding-block:1.75rem 2.5rem}.admin-table__head,.admin-table__row{grid-template-columns:minmax(0,2.6fr) 1.1fr .7fr 1fr 1fr 8rem}.admin-table--select .admin-table__head,.admin-table--select .admin-table__row{grid-template-columns:2rem minmax(0,2.6fr) 1.1fr .7fr 1fr 1fr 8rem}.admin-table--users .admin-table__head,.admin-table--users .admin-table__row{grid-template-columns:minmax(0,2.2fr) .9fr 1.1fr 1fr .85fr .85fr 6rem}.admin-toolbar{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"tabs tabs""fields actions";align-items:end;padding:1rem 1.125rem}.admin-toolbar__fields{flex-flow:wrap;align-items:flex-end}.admin-toolbar__search{flex:16rem}.admin-toolbar__filters{flex-wrap:wrap;display:flex}.admin-toolbar__actions{justify-content:flex-end}.admin-toolbar__actions>*{flex:none}.admin-toolbar__actions .admin-btn{width:auto}.admin-segment{flex-wrap:wrap;width:auto;display:inline-flex}.admin-segment__short{display:none}.admin-segment__full{display:inline}.admin-card__body{padding:1.25rem}}@media (width>=640px){.admin-user{display:flex}}.admin-file__thumb{object-fit:cover;background:var(--admin-surface-subtle);border-radius:.4rem;flex-shrink:0;width:2.25rem;height:2.25rem}.admin-match__meta{color:var(--admin-text-muted);font-size:.75rem;font-weight:400;display:block}.admin-match-pick{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.admin-match-pick__item{border:1px solid var(--admin-border);border-radius:var(--admin-radius-sm);background:var(--admin-surface);text-align:left;cursor:pointer;align-items:center;gap:.75rem;width:100%;padding:.65rem .75rem;display:flex}.admin-match-pick__item:hover:not(:disabled){background:var(--admin-surface-hover)}.admin-match-pick__item:disabled{opacity:.6;cursor:default}.admin-match-pick__body{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.admin-muted{color:var(--admin-text-muted);margin:0}.admin-table--matches-all{flex-direction:column;display:flex}.admin-table--matches-all .admin-table__row{contain:layout}.admin-table--matches-missing .admin-file__name,.admin-table--matches-weak .admin-file__name,.admin-table--matches-orphans .admin-file__name,.admin-table--matches-all .admin-file__name{white-space:normal;flex-direction:column;align-items:flex-start;gap:.12rem;display:flex}.admin-table--matches-missing .admin-file__name strong,.admin-table--matches-weak .admin-file__name strong,.admin-table--matches-orphans .admin-file__name strong,.admin-table--matches-all .admin-file__name strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.admin-table--matches-missing .admin-match__meta,.admin-table--matches-weak .admin-match__meta,.admin-table--matches-orphans .admin-match__meta{white-space:normal;line-height:1.35}.admin-table__cell--suggested-name{white-space:normal;overflow-wrap:anywhere;color:var(--admin-text-muted);font-size:.8125rem;line-height:1.35}.admin-match__pair{align-items:center;gap:.625rem;display:flex}.admin-suggestion{align-items:center;gap:.625rem;min-width:0;display:flex}.admin-suggestion__body{flex-direction:column;gap:.15rem;min-width:0;display:flex}.admin-suggestion__label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-table--matches-orphans .admin-suggestion__label{white-space:normal}.admin-suggestion__meta{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.admin-confidence{white-space:nowrap;border-radius:999px;align-items:baseline;gap:.3rem;padding:.1rem .45rem;font-size:.6875rem;font-weight:700;line-height:1.5;display:inline-flex}.admin-confidence__level{letter-spacing:.04em;text-transform:uppercase;opacity:.75;font-size:.625rem;font-weight:600}.admin-confidence--alta{color:#166534;background:#dcfce7}.admin-confidence--media{color:#92400e;background:#fef3c7}.admin-confidence--baja{color:#991b1b;background:#fee2e2}.admin-file__thumb--lg{width:3.25rem;height:3.25rem}.admin-segment__count{background:#11182714;border-radius:999px;min-width:1.25rem;margin-left:.35rem;padding:0 .3rem;font-size:.6875rem;font-weight:700}.admin-segment__item.is-active .admin-segment__count{color:#fff;background:#ffffff40}.admin-table--matches-missing .admin-table__cell--actions,.admin-table--matches-weak .admin-table__cell--actions,.admin-table--matches-orphans .admin-table__cell--actions,.admin-table--matches-all .admin-table__cell--actions{flex-wrap:wrap;gap:.35rem}.admin-badge--match-exact,.admin-badge--match-good{color:#166534;background:#dcfce7}.admin-badge--match-weak{color:#92400e;background:#fef3c7}.admin-badge--match-missing{color:#991b1b;background:#fee2e2}@media (width<=1023.98px){.admin-table--matches-missing .admin-table__cell--actions .admin-btn,.admin-table--matches-weak .admin-table__cell--actions .admin-btn,.admin-table--matches-orphans .admin-table__cell--actions .admin-btn,.admin-table--matches-all .admin-table__cell--actions .admin-btn{width:auto}.admin-table--matches-all .admin-table__row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"title title""image status""actions actions"}.admin-table--matches-all .admin-table__cell--file{grid-area:title}.admin-table--matches-all .admin-match__pair{border-top:1px solid var(--admin-border);grid-area:image;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.15rem .5rem;margin-top:.75rem;padding-top:.75rem;display:grid}.admin-table--matches-all .admin-table__cell--status{border-top:1px solid var(--admin-border);flex-direction:column;grid-area:status;align-items:flex-start;gap:.1rem;margin-top:.75rem;padding-top:.75rem;display:flex}.admin-table--matches-all .admin-match__pair[data-label]:before,.admin-table--matches-all .admin-table__cell--status[data-label]:before{content:attr(data-label);letter-spacing:.05em;text-transform:uppercase;color:var(--admin-text-faint);grid-column:1/-1;font-size:.625rem;font-weight:700}.admin-table__meta .admin-match__pair{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.15rem .5rem;display:grid}.admin-table__meta .admin-match__pair[data-label]:before{grid-column:1/-1}}@media (width>=1024px){.admin-table--matches-missing .admin-table__head,.admin-table--matches-missing .admin-table__row{grid-template-columns:minmax(12rem,1.9fr) minmax(10rem,1.4fr) minmax(8rem,10.5rem) 21rem}.admin-table--matches-weak .admin-table__head,.admin-table--matches-weak .admin-table__row{grid-template-columns:minmax(12rem,1.7fr) minmax(10rem,1.35fr) minmax(10rem,1.35fr) 19rem}.admin-table--matches-orphans .admin-table__head,.admin-table--matches-orphans .admin-table__row{grid-template-columns:minmax(14rem,2.6fr) minmax(8rem,.9fr) 17rem}.admin-table--matches-all .admin-table__head,.admin-table--matches-all .admin-table__row{grid-template-columns:minmax(12rem,1.7fr) minmax(12rem,1.9fr) 8rem 13rem}}@media (prefers-reduced-motion:reduce){.admin-skeleton,.admin-toast,.admin-panel,.admin-overlay,.admin-dialog,.admin-progress__fill,.admin-nav__item,.admin-btn,.admin-icon-btn,.admin-table__row,.admin-metric{transition:none;animation:none}}.login-page{background:#fff;min-height:100svh;display:grid;position:relative;overflow:hidden}.login-page__bg{object-fit:contain;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.login-page:before,.login-page:after{content:"";z-index:1;pointer-events:none;height:min(28vh,11rem);position:absolute;left:0;right:0}.login-page:before{background:linear-gradient(#fff 35%,#fff0);top:0}.login-page:after{background:linear-gradient(#fff0,#fff 60%);bottom:0}.login-card{z-index:2;width:100%;min-height:100svh;padding:max(1.5rem, env(safe-area-inset-top)) max(1.5rem, env(safe-area-inset-right)) max(1.5rem, env(safe-area-inset-bottom)) max(1.5rem, env(safe-area-inset-left));flex-direction:column;justify-content:space-between;display:flex;position:relative}.login-title{text-align:center;justify-items:center;max-width:24rem;margin:.35rem auto 0;display:grid;overflow:visible}.login-title__kicker{color:var(--color-brand-dark);letter-spacing:.42em;text-indent:.42em;text-transform:uppercase;font-size:.72rem;font-weight:600;line-height:1}.login-title__name{color:var(--color-brand-dark);font-family:var(--font-display);letter-spacing:.02em;margin-top:.2rem;padding:.08em .12em .22em;font-size:clamp(3rem,11vw,4.25rem);font-style:italic;font-weight:700;line-height:1.15;overflow:visible}@media (resolution>=2x){.login-title__name{background:linear-gradient(180deg, #d489ad 0%, var(--color-brand) 48%, #7d2f58 100%);color:#0000;-webkit-background-clip:text;background-clip:text}}.login-title__ornament{width:min(14rem,72%);color:var(--color-brand-muted);align-items:center;gap:.7rem;margin-top:.85rem;display:flex}.login-title__line{background:linear-gradient(90deg,#0000,currentColor);flex:1;height:1px}.login-title__ornament .login-title__line:last-of-type{background:linear-gradient(270deg,#0000,currentColor)}.login-title__spark{fill:currentColor;flex-shrink:0;width:.85rem;height:.85rem}.login-card__error{color:#b91c1c;background:#fef2f2;border-radius:.75rem;margin:auto 0 1rem;padding:.75rem 1rem;font-size:.875rem}.login-card__bottom{flex-direction:column;gap:1.25rem;width:100%;display:flex}.login-card__actions{gap:.75rem;width:100%;max-width:22rem;margin:0 auto;display:grid}.login-legal{color:#4b5563;letter-spacing:0;text-align:left;align-items:flex-start;gap:.55rem;font-size:.75rem;font-weight:500;line-height:1.45;display:flex}.login-legal label{cursor:pointer}.login-legal input{width:1rem;height:1rem;accent-color:var(--color-brand);cursor:pointer;flex-shrink:0;margin:.2rem 0 0}.login-legal a{color:var(--color-brand-dark);text-underline-offset:.12em;font-weight:700;text-decoration:underline}.login-legal__hint{color:#b91c1c;letter-spacing:0;text-align:left;margin:0;font-size:.75rem;font-weight:600}.login-page .app-footer{padding-bottom:0}.google-login-btn,.dev-login-btn{cursor:pointer;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;width:100%;min-height:3rem;font-weight:700;display:inline-flex}.google-login-btn{color:#111827;background:#fff;border:1px solid #d1d5db;box-shadow:0 8px 24px #0f172a14}.dev-login-btn{color:#374151;background:#f9fafb;border:1px dashed #9ca3af}.google-login-btn:disabled,.dev-login-btn:disabled{cursor:wait;opacity:.7}.google-login-btn__icon{color:#fff;background:#4285f4;border-radius:999px;place-items:center;width:1.5rem;height:1.5rem;font-weight:700;display:inline-grid}.session-splash{background:#f3f4f6;min-height:100svh}.session-splash__sr{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width>=768px){.login-card{padding:2.5rem 2rem}}@media (height<=640px){.login-title__name{font-size:clamp(2.25rem,8vw,3rem)}.login-title__ornament{margin-top:.5rem}.login-page:before,.login-page:after{height:6.5rem}}.legal-page{background:#fff;flex-direction:column;max-width:720px;height:100%;margin:0 auto;display:flex;overflow:hidden}.legal-page__bar{flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem 0;display:flex}.legal-page__bar-title{color:#374151;text-align:center;font-size:.875rem;font-weight:700}.legal-page__back,.legal-page__alt{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;height:2rem;padding:0 .75rem;font-size:.8125rem;font-weight:600;display:inline-flex}.legal-page__back:hover,.legal-page__alt:hover{border-color:var(--color-brand-muted);background:var(--color-brand-soft);color:var(--color-brand-dark)}.legal-page__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0;padding:1.25rem 1rem max(1.75rem, env(safe-area-inset-bottom));flex:1;overflow:hidden auto}.legal-hero__kicker{color:var(--color-brand-dark);letter-spacing:.28em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:600}.legal-hero__title{color:#3b1f2e;font-family:var(--font-display);margin:.25rem 0 0;font-size:1.85rem;font-weight:700;line-height:1.15}.legal-hero__meta{color:#9ca3af;margin:.45rem 0 0;font-size:.75rem;font-weight:600}.legal-hero__intro{color:#4b5563;margin:.85rem 0 0;font-size:.9375rem;line-height:1.55}.legal-toc{background:#fff;border:1px solid #f3f4f6;border-radius:1rem;margin-top:1.25rem;padding:1rem 1.05rem 1.1rem;box-shadow:0 1px 2px #0f172a0a}.legal-toc__title{color:#3b1f2e;margin:0;font-size:.8125rem;font-weight:700}.legal-toc__list{color:#4b5563;margin:.65rem 0 0;padding-left:1.15rem;font-size:.875rem;line-height:1.55}.legal-toc__list a{color:var(--color-brand-dark);font-weight:600;text-decoration:none}.legal-toc__list a:hover{text-decoration:underline}.legal-section{margin-top:1.35rem;padding-top:.15rem;scroll-margin-top:.75rem}.legal-section__title{color:#3b1f2e;margin:0;font-size:1.05rem;font-weight:700;line-height:1.3}.legal-section__body{color:#4b5563;gap:.7rem;margin-top:.55rem;font-size:.9375rem;line-height:1.55;display:grid}.legal-section__body p,.legal-section__body ul,.legal-section__body ol{margin:0}.legal-section__body ul,.legal-section__body ol{padding-left:1.2rem}.legal-section__body li+li{margin-top:.35rem}@media (prefers-reduced-motion:reduce){.legal-page__back,.legal-page__alt,.legal-toc__list a{transition:none}}.profile-gate,.profile-page{background:#fff;flex-direction:column;max-width:720px;height:100%;margin:0 auto;display:flex}.profile-gate{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;overflow-y:auto}.profile-page{overflow:hidden}.profile-gate__card,.profile-page__content{padding:max(1.25rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1.25rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));flex-direction:column;gap:1.25rem;display:flex}.profile-gate__card{flex-shrink:0}.profile-gate__kicker{color:var(--color-brand-dark);letter-spacing:.28em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:600}.profile-gate__title,.profile-card__title{color:#3b1f2e;font-family:var(--font-display);margin:.25rem 0 0;font-size:1.85rem;font-weight:700;line-height:1.15}.profile-gate__lead,.profile-card__lead{color:#6b7280;margin:.5rem 0 0;font-size:.9375rem;line-height:1.45}.profile-gate__actions{gap:.65rem;display:grid}.profile-page__bar{flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem 0;display:flex}.profile-page__bar-title{color:#374151;font-size:.875rem;font-weight:700}.profile-page__back,.profile-page__logout{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;height:2rem;padding:0 .75rem;font-size:.8125rem;font-weight:600;display:inline-flex}.profile-page__back:hover,.profile-page__logout:hover{border-color:var(--color-brand-muted);background:var(--color-brand-soft);color:var(--color-brand-dark)}.profile-page__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0;padding-bottom:max(1.5rem, env(safe-area-inset-bottom));flex:1;overflow:hidden auto}.profile-card{background:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:1rem 1.05rem 1.15rem;box-shadow:0 1px 2px #0f172a0a}.profile-card__meta{gap:.75rem;margin:1rem 0 0;display:grid}.profile-card__meta dt{color:#9ca3af;letter-spacing:.06em;text-transform:uppercase;font-size:.6875rem;font-weight:600}.profile-card__meta dd{color:#374151;word-break:break-word;margin:.15rem 0 0;font-size:.9375rem;font-weight:600}.nivel-picker{gap:.85rem;display:grid}.nivel-picker__group{border:1px solid #f3f4f6;border-radius:.9rem;min-width:0;margin:0;padding:.85rem .9rem}.nivel-picker__legend{color:#3b1f2e;padding:0 .25rem;font-size:.8125rem;font-weight:700}.nivel-picker__options{flex-wrap:wrap;gap:.5rem;display:flex}.nivel-picker__option{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;min-height:2.15rem;padding:0 .8rem;font-size:.8125rem;font-weight:600;display:inline-flex}.nivel-picker__option input{opacity:0;pointer-events:none;position:absolute}.nivel-picker__option.is-selected{border-color:var(--color-brand-muted);background:var(--color-brand-soft);color:var(--color-brand-dark)}.profile-form__submit,.profile-form__ghost{cursor:pointer;border-radius:.75rem;justify-content:center;align-items:center;width:100%;min-height:2.75rem;font-size:.9375rem;font-weight:700;display:inline-flex}.profile-form__submit{background:var(--color-brand);color:#fff;border:none;margin-top:.25rem}.profile-form__submit:hover:not(:disabled){background:var(--color-brand-dark)}.profile-form__submit:disabled{cursor:not-allowed;opacity:.55}.profile-form__ghost{color:#374151;background:#fff;border:1px solid #e5e7eb}.profile-form__error,.profile-form__ok{border-radius:.75rem;margin:0;padding:.7rem .85rem;font-size:.875rem}.profile-form__error{color:#b91c1c;background:#fef2f2}.profile-form__ok{color:#15803d;background:#f0fdf4}.descargables{box-sizing:border-box;flex-direction:column;flex:1;gap:1rem;width:100%;height:100%;min-height:0;margin:0 auto;padding:.75rem 1rem 0;display:flex}.descargables__header{flex-shrink:0}.descargables__header h1{color:#3b1f2e;font-family:var(--font-display);letter-spacing:.01em;margin:0;font-size:2.15rem;font-style:italic;font-weight:700;line-height:1.15}.descargables__subtitle{color:#6b7280;margin:.25rem 0 0;font-size:.9375rem}.descargables__status{color:#6b7280;flex-shrink:0;margin:0;font-size:.9375rem}.descargables__error{color:#b91c1c;background:#fef2f2;border-radius:.75rem;flex-shrink:0;margin:0;padding:.75rem 1rem;font-size:.9375rem}.descargables__grid{flex-direction:column;flex:1;gap:1rem;min-height:0;padding-bottom:1rem;display:flex}.descargables__card{background:#fff;border:1px solid #e5e7eb;border-radius:.875rem;flex-direction:column;flex:none;width:100%;min-width:0;min-height:min-content;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.descargables__card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #0000000f}.descargables__media-frame{background:#f3f4f6;flex:none;width:100%;line-height:0}.descargables__media-frame--empty{color:#6b7280;justify-content:center;align-items:center;min-height:10rem;font-size:.875rem;line-height:1.4;display:flex}.descargables__media{width:100%;height:auto;display:block}.descargables__card-body{border-top:1px solid #f1f1f4;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem .875rem;display:flex}.descargables__card-title{color:#3b1f2e;min-width:0;font-family:var(--font-display);letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap;font-size:1.0625rem;font-weight:700;line-height:1.25;overflow:hidden}.descargables__btn{background:var(--color-brand);color:#fff;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:.4rem;height:2.25rem;padding:0 .9rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background-color .18s;display:inline-flex}.descargables__btn svg{flex-shrink:0;width:1.0625rem;height:1.0625rem}.descargables__btn:hover:not(.is-disabled){background:var(--color-brand-dark)}.descargables__btn.is-disabled{opacity:.45;cursor:not-allowed;pointer-events:none}@media (width>=640px){.descargables__grid{grid-template-columns:repeat(auto-fill,minmax(20rem,1fr));grid-auto-rows:max-content;align-content:start;align-items:start;display:grid}}@media (width<=420px){.descargables__card-body{flex-direction:column;align-items:stretch}.descargables__card-title{white-space:normal}.descargables__btn{width:100%}}@media (prefers-reduced-motion:reduce){.descargables__card,.descargables__btn{transition:none}}.catalog{box-sizing:border-box;flex-direction:column;flex:1;width:100%;height:100%;min-height:0;margin:0 auto;padding:.75rem 1rem 0;display:flex}.catalog__header{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:.25rem;margin-bottom:1rem;display:flex}.catalog__header h1{color:#3b1f2e;font-family:var(--font-display);letter-spacing:.01em;margin:0;font-size:2.15rem;font-style:italic;font-weight:700;line-height:1.15}.catalog__count{color:#6b7280;white-space:nowrap;font-size:.875rem;display:inline-block}.catalog__toolbar-block{flex-shrink:0;margin-bottom:1rem}.catalog__toolbar{align-items:center;gap:.5rem;display:flex}.search{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex:1;align-items:center;gap:.5rem;min-width:0;height:2.75rem;padding:0 .875rem;display:flex;box-shadow:0 1px 2px #0000000a}.search__icon{color:#9ca3af;flex-shrink:0;width:1.125rem;height:1.125rem}.search input{min-width:0;font:inherit;color:#111827;background:0 0;border:none;outline:none;flex:1;font-size:.9375rem}.search input::placeholder{color:#9ca3af}.search:focus-within{border-color:var(--color-brand-muted);box-shadow:0 0 0 3px var(--color-brand-soft)}.catalog__actions{flex-shrink:0;align-items:center;gap:.375rem;display:flex}.icon-btn,.view-toggle button{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;padding:0;transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex;position:relative;box-shadow:0 1px 2px #0000000a}.icon-btn:hover,.view-toggle button:hover{color:#374151;border-color:#d1d5db}.icon-btn svg,.view-toggle button svg{width:1.125rem;height:1.125rem}.icon-btn.is-active{border-color:var(--color-brand-muted);background:var(--color-brand-soft);color:var(--color-brand-dark)}.icon-btn__badge{background:var(--color-brand);color:#fff;text-align:center;border-radius:999px;min-width:1.125rem;height:1.125rem;padding:0 .25rem;font-size:.6875rem;font-weight:700;line-height:1.125rem;position:absolute;top:-.25rem;right:-.25rem}.filters-panel-shell{grid-template-rows:0fr;transition:grid-template-rows .24s;display:grid}.filters-panel-shell.is-open{grid-template-rows:1fr}.filters-panel-shell__inner{min-height:0;overflow:hidden}.filters-panel{opacity:0;background:#fff;border:1px solid #e5e7eb;border-radius:.875rem;margin-top:.625rem;padding:.875rem 1rem;transition:opacity .2s;box-shadow:0 1px 2px #0000000a}.filters-panel-shell.is-open .filters-panel{opacity:1}.filters-panel__header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.filters-panel__title{color:#111827;margin:0;font-size:.9375rem;font-weight:700}.filters-panel__clear{color:var(--color-brand);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8125rem;font-weight:600;transition:color .18s,opacity .18s}.filters-panel__clear:hover{color:var(--color-brand-dark)}.filters-panel__group+.filters-panel__group{margin-top:.75rem}.filters-panel__label{letter-spacing:.04em;text-transform:uppercase;color:#6b7280;margin:0 0 .5rem;font-size:.75rem;font-weight:600}.filters-panel__chips{flex-wrap:wrap;gap:.5rem;display:flex}.filter-chip{color:#374151;min-height:2rem;font:inherit;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;padding:.25rem .75rem;font-size:.8125rem;font-weight:600;transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s,transform .18s;display:inline-flex}.filter-chip:hover{border-color:var(--color-brand-muted);color:var(--color-brand-dark)}.filter-chip.is-active{border-color:var(--color-brand);background:var(--color-brand-soft);color:var(--color-brand-dark)}.view-toggle{border:1px solid #e5e7eb;border-radius:.75rem;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000a}.view-toggle button{box-shadow:none;border:none;border-radius:0}.view-toggle button+button{border-left:1px solid #e5e7eb}.view-toggle button.is-active{background:var(--color-brand);color:#fff}.catalog__error{color:#b91c1c;background:#fef2f2;border-radius:.75rem;flex-shrink:0;margin:0;padding:.75rem 1rem;font-size:.875rem}.catalog__status{text-align:center;color:#6b7280;margin:0;padding:2rem 0;font-size:.9375rem}.product-list{flex-direction:column;flex:1;gap:.75rem;min-height:0;padding-bottom:1rem;display:flex}.product-list--grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:max-content;align-content:start;align-items:stretch;gap:.5rem;display:grid}@media (width<=520px){.product-list--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-card{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;appearance:none;background:#fff;border:1px solid #e5e7eb;border-radius:.875rem;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.875rem;padding:.875rem 1rem;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative;box-shadow:0 1px 2px #0000000a}.product-card:hover{border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.product-card--grid{flex-direction:column;align-items:stretch;min-width:0;height:100%;padding:0;overflow:hidden}.product-card__media{background:#f3f4f6;border-radius:.625rem;flex-shrink:0;width:4.5rem;height:4.5rem;position:relative;overflow:visible}.product-card--grid .product-card__media{aspect-ratio:1;border-radius:0;width:100%;height:auto}.product-card__image{object-fit:contain;border-radius:inherit;background:#f9fafb;width:100%;height:100%;display:block}.product-card__image-placeholder{border-radius:inherit;background:linear-gradient(145deg,#f3f4f6 0%,#e5e7eb 100%);width:100%;height:100%}.product-card__body{flex:1;justify-content:space-between;align-items:flex-start;gap:1rem;min-width:0;display:flex}.product-card--grid .product-card__body{flex-direction:column;flex:1;justify-content:space-between;align-items:stretch;gap:.5rem;min-height:0;padding:.625rem .625rem .75rem}.product-card__main{min-width:0}.product-card--grid .product-card__main{flex-direction:column;flex:1;gap:.375rem;min-height:0;display:flex}.product-card__heading{align-items:flex-start;gap:.5rem;min-width:0;margin-bottom:.25rem;display:flex}.product-card--grid .product-card__heading{gap:.375rem;min-height:2.5rem;margin-bottom:0}.product-card__catalog-chip{color:#fff;letter-spacing:0;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.8125rem;font-weight:700;line-height:1;display:inline-flex}.product-card--grid .product-card__catalog-chip{width:1.25rem;height:1.25rem;margin-top:.1rem;font-size:.6875rem}.product-card__catalog-chip--b{background:#c2186a}.product-card__catalog-chip--u{background:#111827}.product-card__title{color:#3b1f2e;font-family:var(--font-display);letter-spacing:.01em;margin:0;font-size:1.2rem;font-weight:700;line-height:1.25}.product-card--grid .product-card__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0;height:2.5rem;font-size:1.05rem;line-height:1.2;display:-webkit-box;overflow:hidden}.product-card__details{flex-direction:column;gap:.125rem;min-width:0;margin:0;display:flex}.product-card__meta{color:#6b7280;margin:0;font-size:.8125rem}.product-card--grid .product-card__meta{white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;line-height:1.3;overflow:hidden}.product-card--grid .product-card__meta--primary{color:#4b5563}.product-card--grid .product-card__meta--secondary{color:#9ca3af}.product-card__price-block{text-align:right;flex-shrink:0}.product-card__price-block .product-price{justify-items:end}.product-card--grid .product-card__price-block{text-align:left;border-top:1px solid #f3f4f6;margin-top:auto;padding-top:.5rem}.product-card--grid .product-card__price-block .product-price{justify-items:start}.product-price{gap:.2rem;display:grid}.product-price__row{justify-items:inherit;display:grid}.product-price__label{letter-spacing:.06em;text-transform:uppercase;color:#9ca3af;margin-bottom:.05rem;font-size:.625rem;font-weight:600;display:block}.product-price--grid .product-price__label{font-size:.5625rem}.product-price__total{color:var(--color-brand);white-space:nowrap;font-size:1.0625rem;font-weight:700}.product-price--grid .product-price__total{font-size:.875rem}.product-price__profit{color:#15803d;white-space:nowrap;font-size:.9375rem;font-weight:700}.product-price--grid .product-price__profit{font-size:.8125rem}.product-price--detail{margin:.85rem 0 0}.product-price--detail .product-price__total{font-size:1.25rem}.product-price--detail .product-price__profit{font-size:1.05rem}.product-price--similar{margin-top:auto}.product-price--similar .product-price__label{font-size:.5625rem}.product-price--similar .product-price__total{font-size:.8125rem}.product-price--similar .product-price__profit{font-size:.75rem}.product-card--compact{scroll-snap-align:start;flex:0 0 9.5rem;width:9.5rem;position:relative}.product-card--compact .product-card__heading{min-height:2.25rem}.product-card--compact .product-card__title{height:auto;max-height:2.4rem;font-size:.95rem}.product-card--compact .product-card__price-block{padding-top:.375rem}.product-card__badge{z-index:1;color:#fff;letter-spacing:.02em;background:#111827db;border-radius:.375rem;max-width:calc(100% - .8rem);padding:.2rem .4rem;font-size:.5625rem;font-weight:700;line-height:1.2;position:absolute;top:.4rem;left:.4rem}.product-card__badge--2x1{background:var(--color-brand);letter-spacing:.01em;white-space:nowrap;filter:drop-shadow(0 1px 2px #0f172a38);clip-path:polygon(50% 0%,60.09% 12.33%,75% 6.7%,77.58% 22.42%,93.3% 25%,87.67% 39.91%,100% 50%,87.67% 60.09%,93.3% 75%,77.58% 77.58%,75% 93.3%,60.09% 87.67%,50% 100%,39.91% 87.67%,25% 93.3%,22.42% 77.58%,6.7% 75%,12.33% 60.09%,0% 50%,12.33% 39.91%,6.7% 25%,22.42% 22.42%,25% 6.7%,39.91% 12.33%);border-radius:0;place-items:center;width:2.55rem;max-width:none;height:2.55rem;padding:0;font-size:.6875rem;line-height:1;display:grid;top:-.2rem;left:auto;right:-.2rem;transform:rotate(30deg)}.product-card--list .product-card__badge--2x1{width:2.05rem;height:2.05rem;font-size:.5625rem;top:-.18rem;right:-.18rem}.product-detail__media .product-card__badge--2x1{width:3.1rem;height:3.1rem;font-size:.75rem;top:-.28rem;right:-.28rem}.product-detail-overlay{z-index:40;background:#0f172a7a;justify-content:center;align-items:flex-end;padding:0;animation:.22s ease-out product-detail-overlay-in;display:flex;position:fixed;inset:0}.product-detail-overlay.is-exiting{pointer-events:none;animation:.22s ease-out forwards product-detail-overlay-out}.product-detail{will-change:transform;background:#fff;border-radius:1.25rem 1.25rem 0 0;flex-direction:column;width:100%;max-width:720px;height:min(92svh,52rem);min-height:0;animation:.26s ease-out product-detail-sheet-in;display:flex;overflow:hidden;box-shadow:0 -16px 48px #0f172a38}.product-detail.is-dragging{animation:none}.product-detail-overlay.is-exiting .product-detail{animation:.24s ease-out forwards product-detail-sheet-out}.product-detail-overlay.is-exiting .product-detail.is-dragging{animation:none}.product-detail__grab{cursor:grab;touch-action:none;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem 0 .15rem;display:flex}.product-detail__handle{background:#d1d5db;border-radius:999px;width:2.75rem;height:.28rem}.product-detail__header{touch-action:none;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.45rem 1rem .75rem;display:flex}.product-detail__header-text{min-width:0}.product-detail__eyebrow{color:#9ca3af;letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.6875rem;font-weight:700}.product-detail__catalog-label{color:#6b7280;margin:.15rem 0 0;font-size:.8125rem;font-weight:600}.product-detail__close{color:#4b5563;cursor:pointer;touch-action:manipulation;background:#f3f4f6;border:none;border-radius:999px;flex-shrink:0;place-items:center;width:2.25rem;height:2.25rem;padding:0;line-height:0;transition:background-color .18s,color .18s;display:grid}.product-detail__close svg{width:.95rem;height:.95rem;display:block}.product-detail__close:hover{color:#111827;background:#e5e7eb}.product-detail__body{min-height:0;padding:0 0 calc(1.25rem + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:none;flex:1;overflow:hidden auto}.product-detail__body::-webkit-scrollbar{display:none}.product-detail__hero{gap:1rem;margin:0 1rem 1.25rem;display:grid}.product-detail__media{aspect-ratio:1;background:#f9fafb;border:1px solid #f3f4f6;border-radius:1rem;justify-self:center;width:100%;max-height:16rem;position:relative;overflow:visible}.product-detail__image{object-fit:contain;border-radius:inherit;width:100%;height:100%;display:block}.product-detail__summary{min-width:0}.product-detail__heading{align-items:flex-start;gap:.55rem;display:flex}.product-detail__title{color:#3b1f2e;font-family:var(--font-display);letter-spacing:.01em;margin:0;font-size:clamp(1.6rem,6vw,2.1rem);font-weight:700;line-height:1.15}.product-detail__inspiration,.product-detail__gender{color:#6b7280;margin:.4rem 0 0;font-size:.9375rem;line-height:1.4}.product-detail__price{color:var(--color-brand);margin:.85rem 0 0;font-size:1.25rem;font-weight:700}.product-detail__summary .product-price{justify-items:start}.product-detail__whatsapp{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:2.75rem;margin-top:1rem;padding:0 1rem;font-size:.9375rem;font-weight:700;transition:background-color .18s,transform .18s;display:inline-flex}.product-detail__whatsapp svg{width:1.25rem;height:1.25rem;display:block}.product-detail__whatsapp:hover{background:#1ebe5a}.product-detail__whatsapp:disabled{cursor:wait;opacity:.78}.product-detail__whatsapp:active{transform:translateY(1px)}.product-detail__section{margin:0 1rem 1.25rem}.product-detail__section-title,.similar-carousel__title{color:#111827;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .7rem;font-size:.75rem;font-weight:700}.product-detail__tags{flex-wrap:wrap;gap:.5rem;display:flex}.product-detail__tag{border:1px solid var(--color-brand-muted);background:var(--color-brand-soft);min-height:2rem;color:var(--color-brand-dark);border-radius:999px;align-items:center;padding:.25rem .8rem;font-size:.8125rem;font-weight:600;display:inline-flex}.product-detail__pyramid{gap:.625rem;margin:0;display:grid}.product-detail__pyramid-row{background:#fafafa;border:1px solid #f3f4f6;border-radius:.85rem;padding:.75rem .85rem}.product-detail__pyramid-row dt{color:var(--color-brand-dark);letter-spacing:.08em;text-transform:uppercase;margin:0 0 .3rem;font-size:.6875rem;font-weight:700}.product-detail__pyramid-row dd{color:#374151;margin:0;font-size:.9375rem;line-height:1.4}.similar-carousel{min-width:0;max-width:100%;margin:.15rem 0 0;padding-top:.15rem}.similar-carousel__header{justify-content:space-between;align-items:center;gap:.75rem;margin:0 1rem .7rem;display:flex}.similar-carousel__title{min-width:0;margin:0}.similar-carousel__controls{gap:.35rem;display:flex}.similar-carousel__nav{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;place-items:center;width:2rem;height:2rem;padding:0;line-height:0;display:grid}.similar-carousel__nav svg{width:.95rem;height:.95rem;display:block}.similar-carousel__nav:hover:not(:disabled){border-color:var(--color-brand-muted);background:var(--color-brand-soft);color:var(--color-brand-dark)}.similar-carousel__nav:disabled{cursor:default;opacity:.35}.similar-carousel__track{scroll-snap-type:x mandatory;touch-action:pan-x;cursor:grab;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-user-select:none;user-select:none;gap:.75rem;width:100%;min-width:0;max-width:100%;padding:.1rem 1rem .35rem;scroll-padding-inline:1rem;display:flex;overflow-x:auto}.similar-carousel__track:active{cursor:grabbing}.similar-carousel__track::-webkit-scrollbar{display:none}.similar-slide{width:9.75rem;color:inherit;text-align:left;cursor:pointer;appearance:none;scroll-snap-align:start;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e5e7eb;border-radius:.9rem;flex-direction:column;flex:0 0 9.75rem;padding:0;display:flex;overflow:hidden;box-shadow:0 1px 2px #0000000a}.similar-slide--pair{border-color:var(--color-brand-muted);box-shadow:0 0 0 1px var(--color-brand-soft)}.similar-slide__badge{background:var(--color-brand-dark);color:#fff;letter-spacing:.02em;padding:.35rem .5rem;font-size:.625rem;font-weight:700;line-height:1.25;display:block}.similar-slide__badge--2x1{background:var(--color-brand-dark)}.similar-slide--offer{border-color:var(--color-brand-muted)}.similar-slide__media{aspect-ratio:1;background:#f9fafb;width:100%;display:block;overflow:hidden}.similar-slide__media img,.similar-slide__media .product-card__image-placeholder{object-fit:contain;pointer-events:none;width:100%;height:100%;display:block}.similar-slide__body{flex-direction:column;flex:1;gap:.4rem;padding:.55rem .6rem .7rem;display:flex}.similar-slide__heading{align-items:flex-start;gap:.35rem;min-width:0;display:flex}.similar-slide .product-card__catalog-chip{width:1.15rem;height:1.15rem;margin-top:.1rem;font-size:.625rem}.similar-slide__name{color:#3b1f2e;min-width:0;font-family:var(--font-display);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;font-weight:700;line-height:1.2;display:-webkit-box;overflow:hidden}.similar-slide__volume{color:#6b7280;margin-top:.15rem;font-size:.75rem;font-weight:600;display:block}.similar-slide__price{color:var(--color-brand);margin-top:auto;font-size:.8125rem;font-weight:700}.similar-slide__body .product-price{justify-items:start;margin-top:auto}@keyframes product-detail-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes product-detail-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes product-detail-sheet-in{0%{opacity:.88;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes product-detail-sheet-out{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes product-detail-dialog-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes product-detail-dialog-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@media (width>=720px){.product-detail-overlay{align-items:center;padding:1.75rem}.product-detail{border-radius:1.25rem;height:auto;max-height:min(46rem,90svh);animation-name:product-detail-dialog-in;box-shadow:0 28px 64px #0f172a38}.product-detail-overlay.is-exiting .product-detail{animation-name:product-detail-dialog-out;animation-duration:.2s}.product-detail__grab{display:none}.product-detail__header{touch-action:auto;border-bottom:1px solid #f3f4f6;padding:1rem 1.25rem .85rem}.product-detail__hero{grid-template-columns:11.5rem minmax(0,1fr);align-items:center;margin:1.15rem 1.25rem 1.35rem}.product-detail__media{aspect-ratio:1;max-height:none}.product-detail__title{font-size:2rem}.product-detail__section,.similar-carousel__header{margin-left:1.25rem;margin-right:1.25rem}.product-detail__pyramid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-detail__pyramid--1,.product-detail__pyramid--2{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}.similar-carousel__track{padding-left:1.25rem;padding-right:1.25rem;scroll-padding-inline:1.25rem}}@media (prefers-reduced-motion:reduce){.filters-panel-shell,.filters-panel,.icon-btn,.view-toggle button,.filter-chip,.filters-panel__clear,.product-card,.product-detail__close,.product-detail__whatsapp{transition:none}.product-detail-overlay,.product-detail-overlay.is-exiting,.product-detail,.product-detail-overlay.is-exiting .product-detail{animation:none}.product-card:hover{transform:none}}
