:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--bg-deep:#070b12;--bg-base:#0a0f1a;--bg-elevated:#111827;--bg-card:#121b2c;--bg-sidebar:#0c1119;--bg-input:#080d16;--bg-input-hover:#0c1422;--border-faint:#33415559;--border-subtle:#1e293b;--border-default:#273549;--border-strong:#334155;--text-primary:#f8fafc;--text-body:#e2e8f0;--text-muted:#94a3b8;--text-faint:#64748b;--accent:#3b82f6;--accent-hover:#2563eb;--accent-active:#1d4ed8;--accent-soft:#3b82f61f;--accent-ring:#60a5fa73;--danger:#f87171;--success:#4ade80;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--shadow-sm:0 1px 2px #0006;--shadow-md:0 10px 36px #0000006b;--shadow-sidebar:4px 0 32px #00000040;--ease-out:cubic-bezier(.22, 1, .36, 1);--duration-fast:.14s;--space-page:clamp(1.1rem, 2.2vw, 1.85rem)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{min-height:100vh;font-family:var(--font-sans);font-feature-settings:"cv02", "cv03", "cv04", "cv11";background:var(--bg-base);color:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-size:15px;line-height:1.55}::selection{color:var(--text-primary);background:#3b82f659}a{color:inherit;text-decoration:none}a:hover{color:var(--text-primary)}#root{min-height:100vh}.layout{grid-template-columns:272px minmax(0,1fr);align-items:start;min-height:100vh;display:grid}aside{box-sizing:border-box;background:var(--bg-sidebar);border-right:1px solid var(--border-subtle);width:272px;max-width:272px;box-shadow:var(--shadow-sidebar);z-index:2;flex-direction:column;flex-shrink:0;grid-column:1;align-self:start;gap:16px;height:100vh;max-height:100vh;padding:22px 18px 20px;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-nav-clip{flex-direction:column;flex:1;min-height:0;display:flex;position:relative}.sidebar-nav-clip:before,.sidebar-nav-clip:after{content:"";pointer-events:none;z-index:2;opacity:0;height:36px;transition:opacity .3s;position:absolute;left:0;right:0}.sidebar-nav-clip:before{background:linear-gradient(to bottom, var(--bg-sidebar) 0%, #0c11198c 45%, transparent 100%);top:0}.sidebar-nav-clip:after{background:linear-gradient(to top, var(--bg-sidebar) 0%, #0c11198c 45%, transparent 100%);bottom:0}.sidebar-nav-clip--top-fade:before,.sidebar-nav-clip--bottom-fade:after{opacity:1}.sidebar-nav-scroll{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;overflow:hidden auto}.sidebar-nav-scroll::-webkit-scrollbar{display:none;width:0!important;height:0!important}aside .sidebar-nav-scroll nav{flex-direction:column;gap:8px;margin:4px 0 6px;padding:0 1px;display:flex}.sidebar-nav-stats-block{flex-direction:column;gap:8px;display:flex}.sidebar-nav-divider{background:linear-gradient(90deg, transparent, var(--border-default) 20%, var(--border-default) 80%, transparent);flex-shrink:0;height:1px;margin:2px 10px 0}main{padding:var(--space-page) clamp(1rem, 2.5vw, 2rem);background:radial-gradient(120% 80% at 0% 0%, #3b82f60f 0%, transparent 52%), linear-gradient(168deg, var(--bg-base) 0%, #0b1020 42%, var(--bg-deep) 100%);grid-column:2;width:100%;min-width:0;min-height:100vh}.subscription-banner{border-radius:var(--radius-md);border:1px solid #0000;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 16px;margin:0 0 14px;padding:12px 16px;font-size:.92rem;line-height:1.4;display:flex}.subscription-banner-text{flex:220px;min-width:0}.subscription-banner-link{text-underline-offset:3px;color:inherit;flex:none;font-weight:600;text-decoration:underline}.subscription-banner--warn{color:#fde68a;background:#ca8a042e;border-color:#facc1573}.subscription-banner--grace{color:#fecaca;background:#b91c1c38;border-color:#f8717180}.page{flex-direction:column;gap:clamp(14px,2vw,22px);width:100%;max-width:min(1600px,100%);margin:0 auto;display:flex}.card{background:linear-gradient(165deg, var(--bg-card) 0%, var(--bg-elevated) 100%);border:1px solid var(--border-faint);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:clamp(16px,2vw,22px)}.metric strong{font-size:1.25rem}.diff-green{color:#22c55e}.diff-red{color:#ef4444}.diff-blue{color:#60a5fa}.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}button{letter-spacing:.01em;background:var(--accent-hover);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:background var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out), transform 80ms ease;border:1px solid #0000;padding:10px 16px;font-family:inherit;font-size:.92rem;font-weight:600}button:hover:not(:disabled){background:var(--accent)}button:active:not(:disabled){transform:translateY(1px)}button:focus-visible{box-shadow:0 0 0 2px var(--bg-base), 0 0 0 4px var(--accent-ring);outline:none}input,textarea,select{border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-input);width:100%;color:var(--text-body);transition:border-color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out);padding:10px 12px;font-family:inherit;font-size:.92rem}input:hover:not(:disabled),textarea:hover:not(:disabled),select:hover:not(:disabled){border-color:var(--border-strong);background:var(--bg-input-hover)}input:focus-visible,textarea:focus-visible,select:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}input[type=checkbox],input[type=radio]{width:auto;accent-color:var(--accent);flex-shrink:0;padding:0}select{cursor:pointer;appearance:none;background-color:var(--bg-input);background-image:linear-gradient(45deg, transparent 50%, var(--text-muted) 50%), linear-gradient(135deg, var(--text-muted) 50%, transparent 50%);background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 13px) calc(50% - 3px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:32px}select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}select option{background:var(--bg-elevated);color:var(--text-body)}.login-wrap{isolation:isolate;background:linear-gradient(165deg, #060a12 0%, var(--bg-base) 38%, var(--bg-deep) 100%);place-items:center;min-height:100vh;padding:24px;display:grid;position:relative;overflow:hidden}.login-particles-canvas{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.login-particles-canvas{display:none}}.login-card{z-index:1;border-radius:calc(var(--radius-xl) + 2px);-webkit-backdrop-filter:blur(14px);background:linear-gradient(155deg,#121b2ceb 0%,#0a0f1ae0 100%);border:1px solid #60a5fa2e;flex-direction:column;gap:14px;width:min(420px,100%);padding:clamp(26px,4.5vw,36px);display:flex;position:relative;box-shadow:inset 0 0 0 1px #0f172a99,0 24px 56px #0000008c,0 0 80px #3b82f60f}.login-card-brand{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-bottom:4px;display:flex}.login-card-brand-logo-wrap{box-sizing:border-box;background:#f8fafc;border:1px solid #94a3b859;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;padding:0;display:flex;overflow:hidden;box-shadow:inset 0 0 0 1px #0f172a0f,0 0 12px #3b82f633,0 3px 10px #0003}.login-card-brand-logo{object-fit:contain;object-position:center;width:100%;height:100%;box-shadow:none;border-radius:0;display:block}.login-card-title{letter-spacing:-.03em;background:linear-gradient(120deg,#f8fafc 0%,#cbd5e1 45%,#94a3b8 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(1.45rem,3.2vw,1.75rem);font-weight:800;line-height:1.15}.login-card input::placeholder{color:var(--text-faint);opacity:.85}.login-card-error{margin:0;font-size:.9rem}.login-card-submit{letter-spacing:.02em;transition:transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);margin-top:6px;padding-block:12px;font-weight:600;box-shadow:0 4px 20px #2563eb59}.login-card-submit:hover{transform:translateY(-1px);box-shadow:0 8px 28px #2563eb73}.onboard-card{width:min(560px,100%);max-height:min(92vh,900px);overflow:auto}.onboard-progress{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.onboard-progress-dot{background:#94a3b859;border-radius:50%;width:8px;height:8px}.onboard-progress-dot.is-done{background:#60a5fa8c}.onboard-progress-dot.is-active{background:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}.onboard-step-label{text-align:center;margin:0}.onboard-step-title{text-align:center;margin:0;font-size:1.15rem}.onboard-step-hint{text-align:center;margin:0 0 4px;line-height:1.4}.onboard-shifts{flex-direction:column;gap:12px;display:flex}.onboard-shift-row{grid-template-columns:28px 1fr 1fr;align-items:end;gap:8px;display:grid}.onboard-shift-row label{flex-direction:column;gap:4px;font-size:.8rem;display:flex}.onboard-dynamic{flex-direction:column;gap:8px;display:flex}.onboard-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;display:flex}.onboard-actions .login-card-submit{flex:1;min-width:140px}.onboard-link-btn{border-radius:var(--radius-md,8px);justify-content:center;align-items:center;padding:8px 14px;text-decoration:none;display:inline-flex}.login-card-create-link{text-align:center;color:#93c5fd;margin-top:4px;font-size:.9rem;text-decoration:none;display:block}.login-card-create-link:hover{text-decoration:underline}.error{color:#fda4af}.row{align-items:center;gap:10px;display:flex}.inline-form{grid-template-columns:1fr 1fr auto;gap:10px;display:grid}.table{border-collapse:collapse;width:100%}.table thead th{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border-strong);vertical-align:bottom;background:#080d16eb;font-size:.68rem;font-weight:700}.table tbody tr{transition:background var(--duration-fast) var(--ease-out)}.table tbody tr:hover td{background:#1e293b47}.table th,.table td{border-bottom:1px solid var(--border-default);text-align:left;padding:11px 12px}.table-compact th,.table-compact td{padding:8px 10px;font-size:.88rem}.closure-sheet th,.closure-sheet td{white-space:nowrap}.closure-sheet td input,.closure-sheet td select{min-width:120px;padding:7px 8px}.closure-sheet-wrap{overflow-x:auto}.closure-wallet-head{text-align:center;font-size:.8rem}.closure-wallet-sub{text-align:center;font-size:.72rem;font-weight:500}.closure-wallet-cell{text-align:right}.closure-wallet-cell .btn-linkish{color:#e2e8f0;cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.closure-wallet-cell .btn-linkish:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.closure-toolbar{flex-wrap:wrap;align-items:center;gap:10px}.turnos-cierres-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px 16px;margin-bottom:10px;display:flex}.turnos-cierres-head .panel-title{flex:auto;min-width:min(100%,12rem);margin:0}.turnos-csv-inline{flex-shrink:0;align-items:center;gap:8px;display:flex}.turnos-csv-file-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.turnos-csv-msg{margin:0 0 10px;font-size:.9rem}.turnos-range-wrap{flex-direction:column;gap:8px;margin-bottom:4px;display:flex}.turnos-quick-period{flex-wrap:wrap;align-items:center;gap:10px 14px;display:flex}.turnos-quick-period-label{text-transform:uppercase;letter-spacing:.04em;font-size:.8rem}.turnos-quick-period-btns{flex-wrap:wrap;gap:8px;display:flex}.turnos-quick-period-hint{margin:0 0 4px}.turnos-range-row{flex-flow:wrap;align-items:flex-end;gap:10px 14px;margin-bottom:12px;display:flex}.turnos-range-row .turnos-range-date-label{flex-direction:column;flex:none;gap:4px;width:auto;min-width:0;font-size:.85rem;display:flex}.turnos-range-row .turnos-range-date-label input[type=date]{box-sizing:border-box;width:10.75rem;min-width:0;max-width:100%}.turnos-range-row .turnos-range-refresh{flex:none;margin-left:2px}@media (width<=520px){.turnos-range-row .turnos-range-date-label input[type=date]{width:100%;max-width:18rem}}.turnos-total-diff{margin:12px 0;font-size:1rem}.turnos-inline-num{width:7rem;max-width:100%;padding:6px 8px}.turnos-inline-text{width:100%;min-width:8rem;max-width:18rem;padding:6px 8px}.turnos-add-line{border-top:1px solid #3341558c;grid-template-columns:minmax(0,1.75fr) 7.25rem minmax(8rem,1.25fr) minmax(9rem,auto);align-items:end;gap:8px 12px;margin-top:8px;padding-top:8px;display:grid}.turnos-add-line>.btn-secondary{grid-column:1/-1;justify-self:start;margin-top:2px}.turnos-add-line .small-label{flex-direction:column;gap:4px;min-width:0;margin:0;display:flex}.turnos-add-line .small-label--monto{flex-shrink:0;width:7.25rem;max-width:7.25rem}.turnos-add-line-select{box-sizing:border-box;width:100%;min-width:0;max-width:100%;padding:6px 8px}.turnos-add-line .turnos-inline-num{box-sizing:border-box;width:100%;max-width:100%}.turnos-add-line .turnos-inline-text{box-sizing:border-box;width:100%;min-width:0;max-width:100%}@media (width<=720px){.turnos-add-line{grid-template-columns:1fr 7.25rem}.turnos-add-line>.small-label:first-child,.turnos-add-line-ev{grid-column:1/-1}}.turnos-actions-cell{flex-direction:column;align-items:stretch;gap:6px;display:flex}.turnos-detail-inner{padding:0}.turnos-summary-wrap{max-width:100%}.turnos-summary-table{table-layout:fixed;width:100%}.turnos-summary-table>thead>tr>th,.turnos-summary-table>tbody>tr:not(.turnos-detail-row)>td{white-space:nowrap}.turnos-summary-table>tbody>tr.turnos-detail-row>td{white-space:normal;vertical-align:top;background:#0f172a99;overflow:hidden}.turnos-summary-table>thead>tr>th.turnos-col-detalle,.turnos-summary-table>tbody>tr:not(.turnos-detail-row)>td:first-child{box-sizing:border-box;vertical-align:middle;width:7.5rem;min-width:7.5rem;max-width:7.5rem;overflow:hidden}.turnos-summary-table>tbody>tr:not(.turnos-detail-row)>td:first-child .btn-small{max-width:100%}.turnos-summary-table>tbody>tr.turnos-summary-row--draft>td{background:#17253ab8;border-bottom-color:#3741518c}.turnos-summary-table>tbody>tr.turnos-summary-row--draft:hover>td{background:#1e2d44d1;border-bottom-color:#4b556380}.turnos-summary-table>tbody>tr.turnos-summary-row--draft>td:first-child{box-shadow:inset 2px 0 #b453096b}.turnos-summary-table>tbody>tr.turnos-summary-row--posted>td{background:#02060ef0;border-bottom-color:#1e293ba6}.turnos-summary-table>tbody>tr.turnos-summary-row--posted:hover>td{background:#060b16f7;border-bottom-color:#334155bf}.turnos-summary-table>tbody>tr.turnos-summary-row--posted>td:first-child{box-shadow:inset 2px 0 #334155a6}.turnos-summary-table>tbody>tr.turnos-detail-row--draft>td{background:#17253aad;border-bottom-color:#37415173}.turnos-summary-table>tbody>tr.turnos-detail-row--posted>td{background:#02060eeb;border-bottom-color:#1e293b8c}.turnos-detail-panel{box-sizing:border-box;background:#0f172aa6;border:1px solid #334155;border-radius:10px;flex-direction:column;gap:0;min-width:0;max-width:100%;padding:10px 12px;display:flex;overflow-x:auto}.turnos-detail-panel .table-wrap{max-width:100%}.turnos-detail-panel .table{table-layout:fixed;width:100%;max-width:100%}.turnos-detail-panel .table th,.turnos-detail-panel .table td{white-space:normal;overflow-wrap:break-word}.turnos-detail-panel .table td .turnos-inline-num,.turnos-detail-panel .table td .turnos-inline-text{max-width:100%}.turnos-detail-panel .table .cell-clip{max-width:12rem}.turnos-detail-head{border-bottom:1px solid #3341558c;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:0;padding-bottom:10px;display:flex}.turnos-detail-title{margin:0;font-size:1rem}.turnos-detail-head-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.turnos-detail-edit-toggle{font-size:.85rem}.turnos-detail-section{border-bottom:1px solid #33415566;padding:10px 0}.turnos-detail-section:last-child{border-bottom:none;padding-bottom:0}.turnos-detail-section-title{letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin:0 0 8px;font-size:.72rem;font-weight:600}.turnos-detail-metrics{grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:6px 10px;margin:0;display:grid}.turnos-detail-metric{background:#02060e59;border:1px solid #33415559;border-radius:6px;flex-direction:column;gap:2px;min-width:0;padding:6px 8px;display:flex}.turnos-detail-metric .muted.tiny{font-size:.68rem;line-height:1.2}.turnos-detail-metric strong{font-size:.9rem}.turnos-detail-wallets-wrap{margin:0}.turnos-wallets-list{flex-direction:column;gap:6px;display:flex}.turnos-wallet-row{background:#02060e66;border:1px solid #33415573;border-radius:8px;grid-template-columns:minmax(4.5rem,6.5rem) minmax(0,1fr);align-items:start;gap:8px 10px;padding:8px 10px;display:grid}.turnos-wallet-row-name{word-break:break-word;align-self:center;font-size:.85rem;font-weight:600;line-height:1.3}.turnos-wallet-row-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 10px;display:grid}.turnos-wallet-field{flex-direction:column;gap:3px;min-width:0;display:flex}.turnos-wallet-field-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:600}.turnos-wallet-field-body{flex-wrap:wrap;align-items:center;gap:4px 6px;min-width:0;display:flex}.turnos-wallet-amount{white-space:nowrap;font-size:.88rem;font-weight:600}.turnos-detail-panel .turnos-wallet-field-body .turnos-inline-num{flex-shrink:0;width:6.5rem}@media (width<=640px){.turnos-wallet-row{grid-template-columns:1fr}.turnos-wallet-row-name{padding-top:0}.turnos-wallet-row-fields{grid-template-columns:1fr}}.closure-flow{gap:10px;max-width:min(1180px,100%)}.closure-flow-content{position:relative}.closure-flow-loading{z-index:6;pointer-events:none;position:absolute;top:6px;left:50%;transform:translate(-50%)}.closure-flow-loading .spinner{flex-shrink:0;width:14px;height:14px}.closure-flow-loading .closure-flow-loading-card{color:var(--text-primary);white-space:nowrap;border:1px solid var(--border-faint);background:linear-gradient(165deg, var(--bg-card) 0%, var(--bg-elevated) 100%);border-radius:999px;align-items:center;gap:8px;margin:0;padding:7px 12px;font-size:.8rem;font-weight:500;display:inline-flex;box-shadow:0 6px 20px #00000059}.closure-flow-head{align-items:flex-start;gap:8px 16px;padding-bottom:6px}.closure-flow-sub{max-width:52ch;margin-top:2px;line-height:1.35}.closure-flow-layout{align-items:flex-start;gap:10px;width:100%;display:flex}.closure-flow-main{flex-direction:column;flex:none;gap:10px;width:100%;min-width:0;max-width:600px;display:flex}.closure-flow-side{box-sizing:border-box;z-index:auto;width:100%;min-width:0;max-width:none;box-shadow:none;background:0 0;border-right:none;flex-direction:column;flex:1 1 0;gap:0;padding:0;display:flex;position:static;overflow:hidden}.closure-flow-side.closure-step-card{margin-bottom:0}.closure-flow-side .closure-step-head,.closure-flow-side .closure-rubro-add-row{flex-shrink:0}.closure-inline-link{color:#38bdf8;font-weight:600;text-decoration:underline}.closure-status-pill{white-space:nowrap;color:#86efac;background:#22c55e26;border-radius:999px;margin:0;padding:5px 10px;font-size:.75rem;display:inline-block}.closure-status-pill-locked{color:#cbd5e1;background:#94a3b833}.closure-step-card{margin-bottom:0;padding:12px 14px}.closure-step-head{align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.closure-step-num{color:#f8fafc;background:linear-gradient(145deg,#334155,#1e293b);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.82rem;font-weight:700;display:flex}.closure-step-title{margin:0 0 2px;font-size:.95rem}.closure-step-desc{max-width:none;margin:0;line-height:1.3}.closure-turno-row{flex-wrap:wrap;align-items:flex-end;gap:10px 16px;display:flex}.closure-field{color:#cbd5e1;flex-direction:column;gap:4px;font-size:.8rem;display:flex}.closure-field--grow{flex:1;min-width:200px}.closure-field input[type=date],.closure-field select{min-width:0;padding:6px 8px;font-size:.85rem}.closure-field input[type=date]{min-width:140px}.closure-turno-tools{flex-wrap:wrap;align-items:center;gap:8px 12px;margin-top:8px;display:flex}.closure-platform-sync-feedback{flex:100%;margin:0}.closure-platform-sync-inline{border-top:1px solid #33415580;margin-top:8px;padding-top:8px}.closure-shift-pills{flex-wrap:wrap;gap:6px;display:flex}.closure-shift-pill{color:#e2e8f0;cursor:pointer;background:#0f172a;border:1px solid #475569;border-radius:8px;padding:6px 10px;font-size:.78rem;transition:background .15s,border-color .15s}.closure-shift-pill:hover{border-color:#64748b}.closure-shift-pill-active{color:#fff;background:#7c3aed;border-color:#8b5cf6}.closure-shift-pill:disabled{opacity:.5;cursor:not-allowed}.closure-toolbar-muted{border-top:1px solid #334155;flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;padding-top:12px}.hg-account-row-preferred td:first-child{background:color-mix(in srgb, var(--accent,#3b82f6) 8%, transparent)}.hg-account-row-selected td{background:color-mix(in srgb, var(--ok,#22c55e) 12%, transparent)}.hg-account-badge{vertical-align:middle;margin-left:.35rem;font-size:.7rem}.closure-wallet-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.closure-wallet-card{background:#0f172a80;border:1px solid #334155;border-radius:10px;min-width:0;padding:8px 10px}.closure-wallet-card-name{text-overflow:ellipsis;flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:6px;font-size:.82rem;font-weight:600;line-height:1.25;display:flex;overflow:hidden}.closure-wallet-auto-badge{letter-spacing:.06em;text-transform:uppercase;color:#7dd3fc;background:#38bdf82e;border:1px solid #38bdf859;border-radius:4px;padding:2px 6px;font-size:.62rem;font-weight:700}.closure-wallet-card--auto{border-color:#38bdf847}.closure-wallet-card-actions{grid-template-columns:1fr 1fr;gap:6px;display:grid}.closure-wallet-tile{text-align:left;color:inherit;cursor:pointer;background:#0f172a;border:1px solid #475569;border-radius:8px;flex-direction:column;gap:2px;min-height:100%;padding:8px 9px;transition:border-color .15s,background .15s;display:flex}.closure-wallet-tile:hover:not(:disabled){background:#1e293b;border-color:#94a3b8}.closure-wallet-tile:disabled{opacity:.55;cursor:not-allowed}.closure-wallet-tile-readonly{cursor:default;background:#1e293bd9;border-style:solid;border-color:#475569}.closure-wallet-tile-hint{color:#64748b;margin-top:2px;font-size:.65rem;display:block}.closure-wallet-ev-link{color:#38bdf8;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:2px;padding:0;font-size:.65rem}.closure-wallet-ev-link:hover{text-decoration:underline}.closure-wallet-ini-locked{color:#94a3b8}.closure-wallet-tile-label{color:#94a3b8;margin-bottom:0;font-size:.68rem;line-height:1.2;display:block}.closure-wallet-tile-amount{font-size:.92rem;font-weight:600;line-height:1.2}.closure-rubro-add-row{flex-direction:column;gap:8px;display:flex}.closure-rubro-add-btn{cursor:pointer;color:#fff;background:#7c3aed;border:none;border-radius:8px;width:100%;padding:8px 12px;font-size:.85rem;font-weight:600}.closure-rubro-add-btn:hover:not(:disabled){background:#6d28d9}.closure-rubro-add-btn:disabled{opacity:.5;cursor:not-allowed}.closure-rubro-tiles{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-bottom:16px;display:grid}.closure-rubro-tile{color:#e2e8f0;cursor:pointer;text-align:left;background:0 0;border:1px dashed #475569;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-size:.9rem;display:flex}.closure-rubro-tile:hover:not(:disabled){background:#1e293b80;border-color:#94a3b8}.closure-rubro-tile:disabled{opacity:.5;cursor:not-allowed}.closure-rubro-tile-plus{color:#38bdf8;font-size:1.25rem;font-weight:700;line-height:1}.closure-rubro-tile--add{background:linear-gradient(145deg,#16a34a24,#0f766e0f);border-style:solid;border-color:#34d39966}.closure-rubro-tile--sub{background:linear-gradient(145deg,#dc26261f,#7f1d1d0f);border-style:solid;border-color:#f8717161}.closure-rubro-tile-sign{text-align:center;flex-shrink:0;min-width:1.15em;font-size:1.2rem;font-weight:800;line-height:1}.closure-rubro-tile-sign--add{color:#4ade80}.closure-rubro-tile-sign--sub{color:#fb7185}.closure-extra-kinds-admin{background:linear-gradient(165deg,#1e293b8c 0%,#0f172a59 100%);border:1px solid #334155d9;box-shadow:0 8px 28px #0000002e}.closure-extra-kinds-admin__head{border-bottom:1px solid #334155a6;margin-bottom:16px;padding-bottom:14px}.closure-extra-kinds-admin__title{letter-spacing:-.02em;margin-bottom:8px}.closure-extra-kinds-admin__intro{max-width:72ch;margin:0;font-size:.9rem;line-height:1.45}.closure-extra-kinds-list{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.closure-extra-kind-card{background:#0f172a73;border:1px solid #475569a6;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(200px,240px) auto;align-items:end;gap:14px 16px;padding:14px 16px;display:grid}@media (width<=720px){.closure-extra-kind-card{grid-template-columns:1fr;align-items:stretch}.closure-extra-kind-card__tools{justify-content:flex-start}}.closure-extra-kind-card--inactive{opacity:.72;border-style:dashed}.closure-extra-kind-card__main{flex-wrap:wrap;align-items:center;gap:10px;min-width:0;display:flex}.closure-extra-kind-card__name{color:#f1f5f9;font-size:1rem;font-weight:600}.closure-extra-kind-card__pill{letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:3px 10px;font-size:.7rem;font-weight:700}.closure-extra-kind-card__pill--add{color:#86efac;background:#16a34a38;border:1px solid #34d39959}.closure-extra-kind-card__pill--sub{color:#fecaca;background:#dc262629;border:1px solid #f871714d}.closure-extra-kind-card__pill--muted{text-transform:none;letter-spacing:.02em;color:#cbd5e1;background:#94a3b81f;border:1px solid #94a3b847;font-size:.72rem;font-weight:600}.closure-extra-kind-card__field{flex-direction:column;gap:6px;min-width:0;margin:0;display:flex}.closure-extra-kind-card__field .small-label{margin:0}.closure-extra-kind-select{width:100%}.closure-extra-kind-card__tools{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;padding-bottom:2px;display:flex}.closure-extra-kind-card__danger:hover:not(:disabled){color:#fecaca;border-color:#f871718c}.closure-extra-kinds-empty{text-align:center;background:#0f172a40;border:1px dashed #475569bf;border-radius:10px;padding:20px 16px;font-size:.9rem}.closure-extra-kinds-new{background:linear-gradient(135deg,#0e74901f,#0f172a66);border:1px solid #38bdf838;border-radius:12px;padding:16px}.closure-extra-kinds-new__legend{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;font-size:.68rem;display:block}.closure-extra-kinds-new__grid{grid-template-columns:minmax(0,1.2fr) minmax(180px,1fr) auto;align-items:end;gap:14px 16px;display:grid}@media (width<=640px){.closure-extra-kinds-new__grid{grid-template-columns:1fr}}.closure-extra-kinds-new__field{flex-direction:column;gap:6px;min-width:0;margin:0;display:flex}.closure-extra-kinds-new__field input{width:100%}.closure-extra-kinds-new__submit{align-items:flex-end;display:flex}.closure-extra-kinds-new__submit button{white-space:nowrap}.closure-wallet-monto-field{flex-direction:column;gap:8px;display:flex}.closure-wallet-monto-label{flex-direction:column;gap:6px;margin:0;display:flex}.closure-wallet-monto-input{color:#f8fafc;background:#0f172aa6;border:1px solid #475569;border-radius:8px;max-width:16rem;padding:10px 12px;font-size:1.1rem;font-weight:600}.closure-wallet-monto-input:disabled{opacity:.55;cursor:not-allowed}.closure-wallet-monto-hint{max-width:42rem;margin:0}.closure-partidas-wrap{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#64748b #0f172a59;flex:1 1 0;height:0;min-height:0;margin-top:10px;overflow:hidden auto}.closure-partidas-wrap .table-wrap{overflow:visible}.closure-partidas-wrap::-webkit-scrollbar{width:7px}.closure-partidas-wrap::-webkit-scrollbar-track{background:#0f172a73;border-radius:999px;margin:4px 0}.closure-partidas-wrap::-webkit-scrollbar-thumb{background:linear-gradient(#64748b 0%,#475569 100%);border:1px solid #0f172a80;border-radius:999px}.closure-partidas-wrap::-webkit-scrollbar-thumb:hover{background:linear-gradient(#94a3b8 0%,#64748b 100%)}.closure-partidas-empty{text-align:center;color:#94a3b8;box-sizing:border-box;border:1px dashed #475569;border-radius:8px;justify-content:center;align-items:center;min-height:100%;margin:0;padding:14px 12px;font-size:.8rem;line-height:1.4;display:flex}.closure-row-actions{white-space:nowrap}.closure-row-actions .btn-small+.btn-small{margin-left:6px}.closure-cta-panel{background:#1e3a8a33;border:1px solid #334155;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 16px;margin:4px 0 12px;padding:12px 16px;display:flex}.closure-cta-hint{text-align:left;flex:1;min-width:200px;max-width:min(48ch,100%);margin:0;line-height:1.35}.closure-cta-actions{flex-shrink:0;justify-content:flex-end;display:flex}.closure-cta-primary{cursor:pointer;color:#fff;background:#7c3aed;border:none;border-radius:8px;width:auto;max-width:none;padding:10px 18px;font-size:.9rem;font-weight:600;box-shadow:0 4px 14px #7c3aed59}.closure-cta-primary:hover:not(:disabled){background:#6d28d9;box-shadow:0 6px 18px #6d28d966}.closure-cta-primary:disabled{opacity:.65;cursor:wait}@media (width<=900px){.closure-flow-layout{flex-direction:column;align-items:stretch}.closure-flow-side{flex:none;overflow:visible}.closure-partidas-wrap{flex:none;min-height:0;overflow-y:visible}.closure-partidas-empty{min-height:0}.closure-flow-head{flex-direction:column;align-items:stretch}.closure-status-pill{align-self:flex-start}}@media (width<=520px){.closure-wallet-grid{grid-template-columns:1fr}.closure-cta-panel{flex-direction:column;align-items:stretch}.closure-cta-actions,.closure-cta-primary{width:100%}}.closure-finalize-modal{max-width:440px}.closure-finalize-modal__body{text-align:left;margin:0 0 20px;font-size:.95rem;line-height:1.5}.closure-finalize-modal__actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.closure-finalize-modal__confirm{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:8px;padding:10px 18px;font-weight:600}.closure-finalize-modal__confirm:hover:not(:disabled){background:#1d4ed8}.closure-finalize-modal__confirm:disabled{opacity:.7;cursor:wait}.closure-result-modal{border-radius:14px;width:min(460px,100%);padding:0;overflow:hidden;box-shadow:0 24px 56px #00000080}.closure-result-modal--ok{background:linear-gradient(165deg,#0f172a 0%,#0c1a12 55%,#0f172a 100%);border:1px solid #22c55e73}.closure-result-modal--warn{background:linear-gradient(165deg,#0f172a 0%,#1a0f12 48%,#0f172a 100%);border:1px solid #ef444480}.closure-result-hero{align-items:flex-start;gap:16px;padding:22px 22px 16px;display:flex}.closure-result-hero-icon{border-radius:12px;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:1.35rem;font-weight:700;line-height:1;display:grid}.closure-result-hero-icon--ok{color:#4ade80;background:#22c55e33;border:1px solid #4ade8059}.closure-result-hero-icon--warn{color:#f87171;background:#ef44442e;border:1px solid #f8717159}.closure-result-hero-text{flex:1;min-width:0}.closure-result-modal h3{letter-spacing:-.02em;color:#f1f5f9;margin:0 0 6px;font-size:1.15rem;font-weight:600}.closure-result-meta{color:#94a3b8;margin:0}.closure-result-amount-panel{text-align:center;background:#0f172a8c;border:1px solid #334155b3;border-radius:12px;margin:0 22px 16px;padding:16px 18px}.closure-result-modal--ok .closure-result-amount-panel{background:#22c55e0f;border-color:#22c55e40}.closure-result-modal--warn .closure-result-amount-panel{background:#ef444412;border-color:#ef44444d}.closure-result-amount-label{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:8px;font-size:.72rem;font-weight:600;display:block}.closure-result-amount{letter-spacing:-.03em;font-variant-numeric:tabular-nums;margin:0;font-size:clamp(1.65rem,5vw,2.1rem);font-weight:700;line-height:1.15}.closure-result-alert{background:#7f1d1d59;border:1px solid #f8717159;border-radius:10px;margin:0 22px 18px;padding:14px 16px}.closure-result-alert-title{letter-spacing:.06em;text-transform:uppercase;color:#fecaca;margin:0 0 6px;font-size:.8rem;font-weight:700}.closure-result-alert-body{color:#fee2e2;margin:0;font-size:.9rem;line-height:1.5}.closure-result-actions{background:#0f172a99;border-top:1px solid #334155a6;justify-content:flex-end;margin:0;padding:14px 18px 18px;display:flex}.closure-result-btn{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:8px;padding:10px 22px;font-size:.95rem;font-weight:600}.closure-result-btn:hover{background:#1d4ed8}.closure-result-modal--warn .closure-result-btn{background:#dc2626}.closure-result-modal--warn .closure-result-btn:hover{background:#b91c1c}.closure-result-modal--ok .closure-result-btn{background:#16a34a}.closure-result-modal--ok .closure-result-btn:hover{background:#15803d}.closure-evidence-field{flex-direction:column;gap:6px;display:flex}.closure-evidence-label{color:#e2e8f0;font-size:.9rem;font-weight:500}.closure-evidence-zone{border:1px dashed #334155;border-radius:10px;outline:none;padding:12px;transition:border-color .15s,background .15s}.closure-evidence-zone:focus-visible{border-color:#64748b;box-shadow:0 0 0 2px #64748b59}.closure-evidence-zone--hover{background:#38bdf80f;border-color:#38bdf8}.closure-evidence-zone input[type=file]{width:100%;font-size:.85rem}.closure-evidence-hint{margin:8px 0 0;line-height:1.35}.closure-evidence-preview{flex-direction:column;align-items:flex-start;gap:8px;margin-top:12px;display:flex}.closure-evidence-preview-img{object-fit:contain;background:#0f172a;border:1px solid #1e293b;border-radius:8px;max-width:100%;max-height:220px}.closure-evidence-preview-fallback{margin:0}.closure-evidence-clear{align-self:flex-start}.wallet-ocr-crop{width:100%;margin-top:10px}.wallet-ocr-crop-hint{margin:0 0 8px;line-height:1.35}.wallet-ocr-crop-frame{background:#0f172a;border:1px solid #1e293b;border-radius:8px;max-width:100%;display:inline-block;position:relative;overflow:hidden}.wallet-ocr-crop-img{-webkit-user-select:none;user-select:none;pointer-events:none;width:auto;max-width:100%;height:auto;max-height:min(360px,55vh);display:block}.wallet-ocr-crop-overlay{touch-action:none;position:absolute;top:0;left:0}.wallet-ocr-crop-box{box-sizing:border-box;cursor:move;border:2px solid #38bdf8;position:absolute;box-shadow:0 0 0 9999px #0f172a94}.wallet-ocr-crop-handle{cursor:pointer;background:#38bdf8;border:2px solid #0f172a;border-radius:2px;width:12px;height:12px;padding:0;position:absolute}.wallet-ocr-crop-handle--nw{cursor:nwse-resize;top:-6px;left:-6px}.wallet-ocr-crop-handle--ne{cursor:nesw-resize;top:-6px;right:-6px}.wallet-ocr-crop-handle--sw{cursor:nesw-resize;bottom:-6px;left:-6px}.wallet-ocr-crop-handle--se{cursor:nwse-resize;bottom:-6px;right:-6px}.closure-wallet-monto-readonly{flex-direction:column;gap:6px;display:flex}.closure-wallet-monto-value{margin:0;font-size:1.15rem}.closure-platform-sync{background:#0f172a8c;border:1px solid #334155;border-radius:10px;margin-top:14px;padding:12px 14px}.closure-platform-sync-title{color:#e2e8f0;margin:0 0 6px;font-size:.95rem;font-weight:600}.closure-platform-sync-meta{margin:0 0 10px}.closure-platform-sync-table-wrap{overflow-x:auto}.closure-platform-sync-table{margin:0}.closure-platform-sync-row-active td{background:#2563eb1f}.closure-platform-sync-ok{color:#86efac}.closure-platform-sync-err{color:#fca5a5;word-break:break-word;max-width:280px;font-size:.85rem}.muted{color:var(--text-muted)}.small{font-size:.85rem}.tiny{font-size:.75rem}.mono{font-family:var(--font-mono);font-size:.8rem}.page-head{border-bottom:1px solid var(--border-faint);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:10px 16px;margin-bottom:2px;padding-bottom:4px;display:flex}.page-head>div:first-child{min-width:0}.page-head h2{letter-spacing:-.03em;color:var(--text-primary);margin:0;font-size:clamp(1.25rem,2.4vw,1.5rem);font-weight:600}.page-sub{margin:0}.bonus-page-head .page-sub{overflow-wrap:anywhere;max-width:min(72ch,100%);line-height:1.55}.panel{border-radius:var(--radius-md);border:1px solid var(--border-faint);background:#080d1659;padding:clamp(16px,2vw,22px)}.panel-title{letter-spacing:-.02em;color:var(--text-primary);margin:0 0 12px;font-size:.98rem;font-weight:600}.toolbar{flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px;display:flex}.small-label{color:#94a3b8;margin-bottom:6px;font-size:.8rem;display:block}.stack{flex-direction:column;gap:12px;display:flex}.row-inputs{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (width<=720px){.row-inputs{grid-template-columns:1fr}}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-default);background:#3341558c}.btn-secondary:hover:not(:disabled){border-color:var(--border-strong);background:#475569bf}.btn-danger{background:#b91c1c}.btn-danger:hover{background:#991b1b}.btn-small{padding:6px 10px;font-size:.85rem}.nav-link{border-radius:var(--radius-md);color:var(--text-body);transition:background var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);background:#1e293b73;border:1px solid #0000;align-items:center;gap:.55rem;padding:10px 14px;font-size:.9rem;font-weight:500;display:flex}.nav-link-emoji{opacity:.92;flex-shrink:0;font-size:1.08rem;font-style:normal;line-height:1}.nav-link:hover{color:var(--text-primary);background:#3341558c}.nav-link.active{color:#fff;background:linear-gradient(135deg,#1e3a8ad9 0%,#2563eb59 100%);border-color:#3b82f68c;box-shadow:inset 0 1px #ffffff0f}.nav-link.active .nav-link-emoji{opacity:1}.brand h3{margin:0 0 4px}.brand .muted.small{letter-spacing:.08em;text-transform:uppercase;color:var(--text-faint);font-size:.68rem;font-weight:600}.brand h3.sidebar-brand-title{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.02em;min-width:0;max-width:100%;color:var(--text-primary);font-size:1.08rem;font-weight:600;line-height:1.28;overflow:hidden}.user-pill{border-radius:var(--radius-md);border:1px solid var(--border-faint);background:#080d168c;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.user-email{word-break:break-all;color:var(--text-muted);font-size:.82rem;line-height:1.35}.context-banner{border:1px solid var(--border-default);border-radius:var(--radius-md);background:#080d16a6;flex-direction:column;gap:3px;padding:11px 13px;display:flex}.context-name{font-size:.95rem}.aside-actions{border-top:1px solid var(--border-faint);flex-direction:column;gap:10px;margin-top:auto;padding-top:12px;display:flex}.aside-actions button{justify-content:center;align-items:center;width:100%;display:inline-flex}.loading-line{align-items:center;gap:10px;display:flex}.spinner{border:2px solid #334155;border-top-color:#60a5fa;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.table-wrap{border:1px solid var(--border-faint);border-radius:var(--radius-md);background:#080d1666;overflow-x:auto;box-shadow:inset 0 1px #ffffff08}.feedback{margin:8px 0 0;font-size:.9rem}.feedback.ok{color:#86efac}.feedback.err{color:#fda4af}.feedback.warn{color:#fde68a}.toast-stack{z-index:12000;pointer-events:none;flex-direction:column;gap:10px;width:min(420px,100vw - 32px);display:flex;position:fixed;top:16px;right:16px}.toast{pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172af0;border:1px solid #94a3b838;border-radius:12px;grid-template-columns:auto 1fr auto;align-items:start;gap:12px;padding:12px 14px;animation:.28s ease-out toast-in;display:grid;box-shadow:0 16px 40px #00000059,inset 0 1px #ffffff0f}@keyframes toast-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.toast--success{background:linear-gradient(135deg,#14532deb,#0f172af0);border-color:#4ade8059}.toast--error{background:linear-gradient(135deg,#7f1d1de0,#0f172af0);border-color:#fb718559}.toast--info{background:linear-gradient(135deg,#1e3a8ae0,#0f172af0);border-color:#60a5fa59}.toast-icon{border-radius:999px;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;display:grid}.toast--success .toast-icon{color:#86efac;background:#22c55e33}.toast--error .toast-icon{color:#fda4af;background:#f43f5e33}.toast--info .toast-icon{color:#93c5fd;background:#3b82f633}.toast-content{min-width:0}.toast-title{letter-spacing:.04em;text-transform:uppercase;color:#cbd5e1;margin-bottom:4px;font-size:.72rem;font-weight:700;display:block}.toast-message{color:#f8fafc;word-break:break-word;margin:0;font-size:.86rem;line-height:1.45}.toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.2rem;line-height:1}.toast-close:hover{color:#e2e8f0}.badge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-block}.badge-ok{color:#bbf7d0;background:#14532d}.badge-warn{color:#fde68a;background:#713f12}.badge-err{color:#fecaca;background:#7f1d1d}.badge-role{color:#fde68a;background:#422006}.badge-muted{color:#e2e8f0;background:#334155}.row-active{background:#1e3a8a40}.cell-clip{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.nowrap{white-space:nowrap}.code-tag{background:#0b1220;border-radius:4px;padding:2px 6px;font-size:.8rem}.file-input{color:#cbd5e1;font-size:.85rem}.perm-fieldset{border:1px solid #334155;border-radius:8px;margin:0;padding:10px 12px}.perm-fieldset legend{color:#94a3b8;padding:0 6px;font-size:.85rem}.chip-grid{flex-wrap:wrap;gap:8px;display:flex}.chip{cursor:pointer;background:#0b1220;border:1px solid #334155;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:.85rem;display:flex}.chip input{width:auto}.inline-check{align-items:center;gap:8px;font-size:.9rem;display:flex}.modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:50;background:#02060eb8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.servicio-order-confirm-backdrop{z-index:60}.servicio-order-minimized{z-index:40;border-radius:var(--radius-md);color:#fde68a;background:#ca8a0429;border:1px solid #facc1566;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 14px;margin-top:1rem;padding:12px 14px;display:flex;position:sticky;bottom:12px}.servicio-order-minimized-text{flex:200px;min-width:0;font-size:.92rem}.servicio-order-timer{border-radius:var(--radius-md);border:1px solid var(--border-default);background:#080d1673;flex-direction:column;gap:4px;margin-top:.85rem;padding:10px 12px;display:flex}.servicio-order-timer-value{letter-spacing:.04em;color:#e2e8f0;font-size:1.55rem}.servicio-order-timer--urgent .servicio-order-timer-value{color:#fca5a5}.servicio-payment-success-modal .servicio-payment-success-detail{background:#0f172a59;border-radius:10px;flex-direction:column;gap:4px;margin:12px 16px 4px;padding:12px 14px;display:flex}.servicio-payment-success-modal .servicio-payment-success-detail strong{letter-spacing:-.01em;font-size:1.05rem}.modal{border-radius:var(--radius-lg);border:1px solid var(--border-faint);width:min(520px,100%);max-height:90vh;box-shadow:var(--shadow-md);overflow-y:auto}.modal h3{margin-top:0}.modal.card.evidence-lightbox-modal{flex-direction:column;width:min(920px,96vw);max-width:96vw;max-height:92vh;display:flex;overflow:hidden}.evidence-lightbox-head{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.evidence-lightbox-title{margin:0;font-size:1rem;font-weight:600;line-height:1.35}.evidence-lightbox-body{flex:1;min-height:0;margin-top:10px;overflow:auto}.evidence-lightbox-img{border-radius:8px;max-width:100%;height:auto;margin:0 auto;display:block}.evidence-lightbox-iframe{background:#f8fafc;border:0;border-radius:8px;width:100%;min-height:62vh}.closure-wallet-tile-stack{flex-direction:column;align-items:stretch;gap:6px;display:flex}.closure-wallet-capture-btn{align-self:flex-start}.closure-line-manual-only-btn{margin-top:10px}.turnos-wallet-cell-with-ev{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.turnos-wallet-ev-btn{flex-shrink:0;padding:2px 8px;font-size:.72rem}.turnos-ev-actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.turnos-ev-pending{color:#fbbf24;font-size:.7rem}.turnos-ev-remove{color:#fca5a5}.turnos-add-line-ev{flex-direction:column;gap:4px;min-width:140px;display:flex}.turnos-ev-modal{width:min(480px,100%);max-height:90vh;overflow-y:auto}.turnos-ev-modal-hint{margin:0 0 12px}.turnos-ev-modal-actions{justify-content:flex-end;margin-top:12px}.turnos-detail-panel .turnos-wallet-cell-with-ev{flex-direction:row;align-items:center;gap:4px 6px}.turnos-detail-panel .turnos-ev-actions{gap:4px}.turnos-detail-panel .turnos-ev-actions .btn-small{min-height:1.65rem;padding:3px 8px;font-size:.72rem}.turnos-detail-panel .table th,.turnos-detail-panel .table td{vertical-align:middle;padding:6px 8px}.turnos-detail-panel .table thead th{padding-top:4px;padding-bottom:4px;font-size:.72rem}.modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:10px;display:flex}.page-head.admin-tenants-head{align-items:flex-start}.admin-tenants-actions-col{vertical-align:middle;text-align:right;white-space:nowrap;width:1%;min-width:22rem}.admin-tenants-actions{vertical-align:middle;text-align:right;white-space:nowrap}.admin-tenants-actions-inner{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:6px;display:inline-flex}.admin-tenants-actions .admin-tenant-row-btn{box-sizing:border-box;justify-content:center;align-items:center;min-height:2.125rem;padding:6px 12px;font-size:.85rem;line-height:1.2;display:inline-flex}.admin-tenant-modal{padding:20px 22px}.admin-tenant-delete-modal p{margin:0 0 10px;line-height:1.5}.admin-tenant-delete-modal p.muted{margin-bottom:14px}.admin-tenant-form.stack{gap:14px}.admin-tenant-form-divider{border:none;border-top:1px solid #334155bf;margin:6px 0 4px}.platform-admin-tenants-pick{border:1px solid var(--border,#2a3344);border-radius:8px;margin:0;padding:.75rem 1rem}.platform-admin-tenant-checks{flex-direction:column;gap:.35rem;max-height:220px;margin-top:.5rem;display:flex;overflow-y:auto}.admin-tenant-subtitle{color:#e2e8f0;margin:0 0 4px;font-weight:600}.team-invite-card{background:linear-gradient(165deg,#111827 0%,#0f172a 55%,#0c1222 100%);border-color:#273449;box-shadow:0 14px 42px #00000047}.team-invite-head{margin-bottom:4px}.team-invite-head .panel-title{margin-bottom:6px}.team-invite-lead{max-width:52ch;margin:0;line-height:1.45}.team-invite-form{flex-direction:column;gap:20px;margin-top:14px;display:flex}.team-invite-credentials-wrap{background:#0b1220d9;border:1px solid #334155;border-radius:12px;padding:16px 18px}.team-section-title{letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;margin:0 0 12px;font-size:.72rem;font-weight:600}.team-page .team-new-credentials{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:start;gap:14px 18px;display:grid}.team-page .team-new-credentials .small-label{min-width:0;margin-bottom:0}.team-page .team-new-credentials .small-label input{max-width:none}.team-permissions-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));align-items:stretch;gap:16px;display:grid}.team-perm-block-wide{grid-column:1/-1}.team-chip .nav-link-emoji.team-chip-emoji{flex-shrink:0;margin-right:.2em}.team-perm-block{background:#0f172a73;flex-direction:column;gap:8px;min-height:0;display:flex}.team-perm-block legend{color:#cbd5e1;font-size:.8rem;font-weight:600}.team-perm-hint{margin:-2px 0 4px;line-height:1.35}.team-chip-grid{gap:8px 10px}.team-invite-card .team-chip{border-color:#3f4f63;border-radius:999px;align-items:center;gap:.25em;transition:border-color .15s,background .15s;display:inline-flex}.team-invite-card .team-chip:hover{background:#111c2e;border-color:#64748b}.team-invite-footer{border-top:1px solid #334155a6;flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:2px;padding-top:4px;display:flex}.team-invite-footer button{min-width:10rem;padding:11px 18px;font-weight:600}.team-list-section{flex-direction:column;gap:6px;display:flex}.team-list-title{margin:0}.team-list-lead{max-width:48ch;margin:0 0 8px}.team-table-wrap{margin-top:0}.team-table .team-perm-cell{white-space:normal;word-break:break-word;vertical-align:top;max-width:min(340px,42vw);font-size:.85rem;line-height:1.4}.team-table .team-email-cell{word-break:break-all;max-width:14rem}.team-table .team-actions-col{white-space:nowrap;width:1%}.team-table .team-actions-cell{vertical-align:middle}.team-table .team-actions-cell .btn-secondary+.btn-danger{margin-left:8px}.cargar-result-modal{border:1px solid #334155;border-radius:14px;width:min(440px,100%);padding:0;overflow:hidden;box-shadow:0 20px 50px #00000073}.cargar-result-modal--ok{background:linear-gradient(165deg,#0f172a 0%,#0c1a12 55%,#0f172a 100%);border-color:#22c55e73}.cargar-result-modal--err{background:linear-gradient(165deg,#0f172a 0%,#1a0f12 50%,#0f172a 100%);border-color:#ef444480}.cargar-result-hero{align-items:flex-start;gap:16px;padding:22px 22px 18px;display:flex}.cargar-result-hero-icon{border-radius:12px;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:1.35rem;font-weight:700;line-height:1;display:grid}.cargar-result-hero-icon--ok{color:#4ade80;background:#22c55e33;border:1px solid #4ade8059}.cargar-result-hero-icon--err{color:#f87171;background:#ef44442e;border:1px solid #f8717159}.cargar-result-hero-text{flex:1;min-width:0}.cargar-result-modal h3{letter-spacing:-.02em;color:#f1f5f9;margin:0 0 8px;font-size:1.15rem;font-weight:600}.cargar-result-modal--ok .cargar-result-summary{color:#cbd5e1}.cargar-result-summary{white-space:normal;margin:0;font-size:.92rem;line-height:1.55}.cargar-result-modal--err .cargar-result-summary{color:#fecaca}.cargar-result-detail-label{margin:0 16px 8px;padding-top:4px}.cargar-result-detail-pre{border-radius:10px;max-height:36vh;margin:0 16px 16px;font-size:.78rem}.cargar-result-modal .modal-actions{background:#0f172a99;border-top:1px solid #334155a6;margin:0;padding:14px 18px 18px}.team-created-modal{width:min(420px,100%);padding:20px 22px}.team-created-modal h3{margin-top:0}.team-created-lead{margin:0 0 12px}.team-created-creds{color:#e2e8f0;white-space:pre-wrap;word-break:break-word;background:#0f172a;border:1px solid #1e293b;border-radius:8px;max-height:40vh;margin:0 0 16px;padding:12px 14px;font-size:.85rem;line-height:1.5;overflow:auto}.team-created-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px}.team-edit-modal{width:min(640px,100%);padding:20px 22px}.team-edit-form.stack{gap:14px}.team-edit-permissions{margin-top:2px}.team-edit-modal .team-chip{border-color:#3f4f63;border-radius:999px;align-items:center;gap:.25em;display:inline-flex}.team-edit-modal .team-chip:hover{background:#111c2e;border-color:#64748b}button:disabled{opacity:.55;cursor:not-allowed}.settings-page{gap:10px}.settings-head{margin-bottom:0;padding-bottom:8px}.settings-head-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px 10px;display:flex}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:10px;display:grid}.settings-card{border:1px solid var(--border-faint);background:linear-gradient(165deg,#0f172ab8 0%,#080d16e0 100%);border-radius:12px;padding:12px 14px;box-shadow:0 8px 24px #0000002e}.settings-card--wide{grid-column:1/-1}.settings-card--accent{background:linear-gradient(145deg,#111827e6 0%,#0f172af2 100%);border-color:#334155}.settings-section-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:4px 10px;margin-bottom:4px;display:flex}.settings-section-head .panel-title{margin:0;font-size:.92rem}.settings-hint-line{margin:0 0 8px;line-height:1.35}.settings-details{color:#94a3b8;margin:0 0 8px;font-size:.78rem}.settings-details summary{cursor:pointer;-webkit-user-select:none;user-select:none;color:#64748b}.settings-details summary:hover{color:#94a3b8}.settings-details p{margin:6px 0 0}.settings-page .field-grid--compact{gap:8px 10px}.settings-page .field-grid label{gap:4px;font-size:.8rem}.settings-dual{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;display:grid}.settings-subblock{min-width:0}.settings-subblock+.settings-subblock{border-left:1px solid #33415573;padding-left:16px}.dynamic-list--compact{gap:6px}.settings-page .dynamic-row{align-items:center;gap:6px;display:grid}.settings-page .dynamic-row input,.settings-page .dynamic-row select{width:100%;min-width:0}.dynamic-row--head{letter-spacing:.02em;text-transform:uppercase;color:#64748b;padding:0 2px 2px;font-size:.72rem;font-weight:600}.dynamic-row--head span:last-child{width:32px}.dynamic-row--origin-room{grid-template-columns:88px minmax(0,1fr) 32px}.dynamic-row--room-map{grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr) 32px}.dynamic-row--hg-link{grid-template-columns:minmax(110px,1fr) minmax(120px,1fr) auto minmax(140px,1.2fr) 32px}.settings-hg-link-block{flex-direction:column;gap:4px;display:flex}.settings-hg-test-balance{color:#86efac;margin:0 0 6px;line-height:1.35}.settings-page .btn-icon{width:32px;min-width:32px;padding:6px 0;font-size:1rem;line-height:1}.settings-checkbox{color:#cbd5e1;margin-top:8px;font-size:.8rem}.settings-shift-table-wrap{margin-top:4px;overflow-x:auto}.settings-shift-table{border-collapse:collapse;width:100%;max-width:520px;font-size:.85rem}.settings-shift-table th,.settings-shift-table td{text-align:left;vertical-align:middle;padding:4px 8px}.settings-shift-table thead th{text-transform:uppercase;letter-spacing:.03em;color:#64748b;border-bottom:1px solid #33415580;font-size:.72rem;font-weight:600}.settings-shift-table tbody th[scope=row]{color:#93c5fd;width:2.5rem;font-weight:600}.settings-shift-table input{width:100%;min-width:7rem}.settings-shift-sync-hints{gap:4px;margin:8px 0 0;padding:0;list-style:none;display:grid}.settings-shift-sync-hints-active{color:#86efac}.settings-inline-tools{flex-wrap:wrap;align-items:flex-end;gap:8px 10px;display:flex}.settings-inline-tools label{flex-direction:column;gap:4px;min-width:0;display:flex}.settings-inline-tools .small-label{margin-bottom:0}.settings-inline-tools input[type=date]{min-width:9.5rem}.settings-sync-summary{margin:6px 0 0}.settings-table-wrap{max-height:220px;margin-top:8px;overflow:auto}@media (width<=960px){.settings-grid,.settings-dual{grid-template-columns:1fr}.settings-subblock+.settings-subblock{border-top:1px solid #33415573;border-left:none;padding-top:12px;padding-left:0}.dynamic-row--hg-link{grid-template-columns:1fr 1fr}.dynamic-row--hg-link .btn-small:not(.btn-icon){grid-column:1/-1;justify-self:start}.dynamic-row--hg-link select:last-of-type{grid-column:1/span 2}.dynamic-row--hg-link .btn-icon{grid-column:2;justify-self:end}.dynamic-row--head.dynamic-row--hg-link{display:none}}@media (width<=720px){.settings-page .field-grid{grid-template-columns:1fr}.dynamic-row--room-map{grid-template-columns:1fr 72px 32px}.dynamic-row--room-map input:nth-child(3){grid-column:1/-1}.dynamic-row--head.dynamic-row--room-map span:nth-child(3){display:none}}.settings-columns{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.settings-card.accent-border{background:linear-gradient(145deg,#111827 0%,#0f172a 100%);border-color:#334155}.field-grid{grid-template-columns:1fr 1fr;gap:12px 16px;display:grid}.field-grid.tight{gap:10px 12px}.field-grid label,.settings-card>label{color:#cbd5e1;flex-direction:column;gap:6px;font-size:.85rem;display:flex}.field-grid .span-2{grid-column:1/-1}.shift-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;display:grid}.shift-card{background:#0b1220;border:1px solid #334155;border-radius:12px;padding:14px}.shift-card h4{color:#93c5fd;margin:0 0 10px;font-size:.95rem}.dynamic-list{flex-direction:column;gap:10px;display:flex}.dynamic-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dynamic-row input{flex:1;min-width:140px}.dynamic-row--origin-room input{min-width:180px}.settings-footer{flex-wrap:wrap;align-items:center;gap:12px;margin-top:8px;display:flex}.mt{margin-top:14px}.req{color:#f87171}.reco-page{gap:20px}.reco-head{align-items:flex-start}.reco-head-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.reco-pill{background:#0b1220;border:1px solid #334155;border-radius:999px;padding:6px 12px}.btn-tight{padding:8px 12px;font-size:.875rem}.reco-panel{border-color:#312e81;box-shadow:0 0 0 1px #6366f11f}.reco-csv-head .reco-lead{margin-top:6px}.reco-lead{max-width:72ch;margin:0;line-height:1.45}.reco-form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px 16px;margin-top:4px;display:grid}.reco-field{flex-direction:column;gap:6px;display:flex}.reco-field .small-label{margin-bottom:0}.reco-field--sala{grid-column:1/-1}.reco-monto-suggest-root{width:100%;position:relative}.reco-monto-suggest-menu{z-index:40;border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-card);box-shadow:var(--shadow-md);max-height:220px;margin:0;padding:4px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.reco-monto-suggest-item{border-radius:var(--radius-sm);width:100%;color:var(--text-body);font:inherit;font-variant-numeric:tabular-nums;text-align:left;cursor:pointer;transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out);background:0 0;border:none;margin:0;padding:9px 12px;font-size:.92rem;display:block}.reco-monto-suggest-item:hover,.reco-monto-suggest-item:focus-visible{background:var(--accent-soft);color:var(--text-primary);outline:none}.reco-sala-row{align-items:stretch;gap:10px;display:flex}.reco-sala-row .reco-select{flex:1;min-width:0}.cargar-bonus-form .reco-sala-row .reco-select{background-color:var(--bg-card);border:1px solid var(--border-default);box-shadow:var(--shadow-md);font-weight:500}.cargar-bonus-form .reco-sala-row .reco-select:hover{border-color:var(--border-strong);background-color:var(--bg-elevated)}.cargar-bonus-form .reco-sala-row .reco-select:focus,.cargar-bonus-form .reco-sala-row .reco-select:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft), var(--shadow-md);outline:none}.cargar-bonus-form .reco-sala-row .reco-select option{background:var(--bg-card);color:var(--text-body)}.reco-sala-row .btn-tight{white-space:nowrap;flex:none;align-self:stretch}.reco-hint{margin:4px 0 0}.reco-toolbar{align-items:center;margin-top:16px}.reco-submit{min-width:160px;font-weight:600}.reco-table-wrap{background:#0b1220;border:1px solid #1f2937;border-radius:12px;overflow:auto}.reco-empty{text-align:center;margin:0;padding:28px 20px}.reco-table tbody tr:hover td{background:#1e293b73}.reco-cell-user{text-overflow:ellipsis;max-width:200px;font-weight:500;overflow:hidden}.reco-cell-tel{font-size:.85rem}.reco-status{border-radius:999px;align-items:center;gap:4px;padding:4px 10px;font-size:.8rem;font-weight:600;display:inline-flex}.reco-status--ok{color:#6ee7b7;background:#10b9812e;border:1px solid #34d39959}.bonus-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);align-items:start;gap:20px;display:grid}@media (width<=980px){.bonus-layout{grid-template-columns:1fr}}.bonus-page-head{margin-bottom:8px}.bonus-banner{margin:0 0 14px}.bonus-form-card .toolbar{margin-top:16px;padding-top:4px}.bonus-form-top{grid-template-columns:1fr;gap:14px;margin-bottom:4px;display:grid}.bonus-title-field{grid-column:1/-1}.bonus-form-note{max-width:58ch;margin:6px 0 0;line-height:1.45}.bonus-form-top label{color:#cbd5e1;flex-direction:column;gap:6px;font-size:.85rem;display:flex}fieldset.bonus-fieldset-box{background:#0f172a8c;border:1px solid #64748b80;border-radius:12px;min-width:0;margin:16px 0 0;padding:16px 16px 14px}fieldset.bonus-fieldset-box:focus-within{border-color:#818cf873;box-shadow:0 0 0 1px #6366f133}.bonus-fieldset-legend{letter-spacing:.02em;color:#93c5fd;padding:0 6px;font-size:.82rem;font-weight:600}.bonus-req-options{grid-column:unset;flex-direction:column;gap:4px;padding:0;display:flex}.bonus-check{cursor:pointer;color:#e2e8f0;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:10px;margin:0;padding:10px 12px;font-size:.875rem;line-height:1.45;transition:background .15s,border-color .15s;display:flex}.bonus-check:hover{background:#33415559;border-color:#94a3b833}.bonus-check input{margin-top:3px}.bonus-check span{flex:1;min-width:0}.bonus-list-head .panel-title{margin-bottom:4px}.bonus-list-hint{max-width:52ch;margin:0}.bonus-cat-grid{flex-direction:column;gap:8px;margin-top:12px;display:flex}.bonus-cat-tile{background:#0f172a8c;border:1px solid #94a3b840;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px 14px;margin:0;padding:10px 14px;display:flex;box-shadow:0 1px 8px #0f172a4d}.bonus-cat-row-start{flex:0 auto;align-items:center;gap:8px 10px;min-width:0;display:flex}.bonus-cat-tile-title{font-size:.95rem;font-weight:600;line-height:1.25}.bonus-key-badge{letter-spacing:.02em;text-transform:uppercase;color:#c7d2fe;background:#818cf838;border:1px solid #a5b4fc66;border-radius:999px;flex:none;padding:3px 8px;font-size:.65rem;font-weight:600}.bonus-cat-row-meta{color:#cbd5e1;flex-wrap:wrap;flex:10rem;align-items:center;gap:4px 8px;min-width:0;font-size:.78rem;line-height:1.35;display:flex}.bonus-meta-sep{opacity:.4;-webkit-user-select:none;user-select:none}.bonus-cat-actions{border:none;flex-wrap:nowrap;gap:8px;margin:0 0 0 auto;padding:0;display:flex}.bonus-cat-bar{flex-direction:column;gap:10px;display:flex}.bonus-cat-chips{scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;flex-wrap:nowrap;gap:8px;margin:0 -2px -4px;padding:6px 2px 12px;display:flex;overflow:auto hidden}.bonus-cat-chips::-webkit-scrollbar{width:0;height:0;display:none}.bonus-cat-chip{scroll-snap-align:start;color:#e2e8f0;cursor:pointer;background:#0b1220;border:1px solid #334155;border-radius:999px;flex:none;align-items:center;gap:8px;padding:10px 18px;font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.bonus-cat-chip--builtin{border-color:#818cf88c}.bonus-cat-chip-pill{text-transform:uppercase;letter-spacing:.06em;color:#c7d2fe;background:#818cf833;border:1px solid #a5b4fc59;border-radius:999px;padding:3px 8px;font-size:.65rem;font-weight:700}.bonus-cat-chip:hover{background:#1e293b;border-color:#475569}.bonus-cat-chip:focus-visible{outline:none;box-shadow:0 0 0 2px #6366f1}.bonus-cat-chip--active{color:#eef2ff;background:linear-gradient(145deg,#3730a3,#4338ca);border-color:#a5b4fc;box-shadow:0 4px 20px #4338ca59}.bonus-cat-meta{margin:4px 0 0;line-height:1.45}.reco-embed{box-sizing:border-box;flex-direction:column;gap:14px;width:100%;min-width:0;max-width:100%;display:flex}.reco-embed-toolbar-csv{align-items:center}.reco-embed-toolbar{background:#0f172a59;border:1px solid #94a3b833;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.reco-embed-toolbar-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.reco-embed-stat{flex:1;min-width:200px;margin:0}.reco-filters-summary{background:#1665341a;border:1px solid #4ade8047;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:6px 16px;margin-top:10px;padding:12px 16px;display:flex}.reco-filters-summary-main{flex-wrap:wrap;align-items:baseline;gap:10px 14px;display:flex}.reco-filters-summary-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);font-size:.72rem;font-weight:600}.reco-filters-summary-value{font-variant-numeric:tabular-nums;color:var(--success);font-size:1.35rem;font-weight:700}.reco-filters-summary-meta{text-align:right;flex:220px;margin:0}.reco-filters.reco-filters-compact{--reco-surface-border:1px solid #8b5cf673;--reco-surface-bg:linear-gradient(180deg, #2e10658c, #1e1b4bd9);--reco-surface-bg-strong:linear-gradient(180deg, #3a1678b8, #231c58eb);--reco-surface-radius:10px;--reco-surface-text:#f5f3ff;--reco-surface-inset:0 1px 0 #ffffff0f inset;--reco-select-chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23c4b5fd' d='M2.5 4.25L6 7.75l3.5-3.5'/%3E%3C/svg%3E");padding:14px 18px;overflow:visible}.reco-filters-compact-bar{flex-wrap:nowrap;align-items:flex-end;gap:16px 18px;min-width:0;display:flex;overflow:visible}.reco-filter-inline{flex-direction:column;flex:0 auto;gap:6px;min-width:0;display:flex}.reco-filter-inline .small-label{text-transform:uppercase;letter-spacing:.05em;opacity:.9;white-space:nowrap;font-size:.78rem;font-weight:600}.reco-filters-compact .reco-select-compact,.reco-filters-compact .reco-input-compact{border-radius:var(--reco-surface-radius);box-sizing:border-box;border:var(--reco-surface-border);background:var(--reco-surface-bg);min-width:8.25rem;max-width:100%;min-height:40px;color:var(--reco-surface-text);box-shadow:var(--reco-surface-inset);padding:8px 12px;font-size:.92rem;line-height:1.25;transition:border-color .15s,box-shadow .15s}.reco-filters-compact .reco-select-compact{appearance:none;background-image:var(--reco-select-chevron);cursor:pointer;background-position:right 12px center;background-repeat:no-repeat;background-size:12px 12px;padding-right:2.25rem}.reco-filters-compact .reco-select-compact:hover:not(:disabled){box-shadow:0 0 0 1px #a78bfa33, var(--reco-surface-inset);border-color:#a78bfabf}.reco-filters-compact .reco-select-compact:focus-visible,.reco-filters-compact .reco-input-compact:focus-visible{box-shadow:0 0 0 3px #a78bfa59, var(--reco-surface-inset);border-color:#c4b5fd;outline:none}.reco-filters-compact .reco-select-compact:disabled,.reco-filters-compact .reco-input-compact:disabled{opacity:.45;cursor:not-allowed}.reco-filters-compact .reco-select-compact option{color:#f5f3ff;background:#1e1b4b}.reco-filters-compact .reco-input-compact::-webkit-calendar-picker-indicator{filter:invert(.92)brightness(1.15);opacity:.85;cursor:pointer}.reco-filters-compact .reco-input-compact:hover:not(:disabled){box-shadow:0 0 0 1px #a78bfa33, var(--reco-surface-inset);border-color:#a78bfabf}.reco-cat-dropdown{flex:0 auto;align-self:flex-end;min-width:0;position:relative}.reco-cat-dropdown-trigger{text-align:left;cursor:pointer;border-radius:var(--reco-surface-radius);border:var(--reco-surface-border);background:var(--reco-surface-bg);width:100%;min-width:min(240px,100%);max-width:min(320px,100%);min-height:40px;color:var(--reco-surface-text);box-shadow:var(--reco-surface-inset);justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;font-size:.92rem;line-height:1.25;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.reco-cat-dropdown-trigger:hover:not(:disabled){border-color:#a78bfabf;box-shadow:0 0 0 1px #a78bfa33,inset 0 1px #ffffff14}.reco-cat-dropdown-trigger:focus-visible{border-color:#c4b5fd;outline:none;box-shadow:0 0 0 3px #a78bfa59}.reco-cat-dropdown-trigger:disabled{opacity:.45;cursor:not-allowed}.reco-cat-dropdown-trigger-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.reco-cat-dropdown-chevron{opacity:.85;flex-shrink:0;font-size:.7rem;transition:transform .18s}.reco-cat-dropdown-trigger[aria-expanded=true] .reco-cat-dropdown-chevron{transform:rotate(-180deg)}.reco-cat-dropdown-panel{z-index:80;border-radius:calc(var(--reco-surface-radius) + 2px);border:var(--reco-surface-border);background:var(--reco-surface-bg-strong);width:max(280px,100%);min-width:100%;max-width:340px;max-height:min(320px,55vh);color:var(--reco-surface-text);box-shadow:0 16px 40px #00000073, var(--reco-surface-inset), 0 0 0 1px #a78bfa1f;flex-direction:column;padding:10px 0 8px;display:flex;position:absolute;top:calc(100% + 8px);left:0}.reco-cat-dropdown-toolbar{border-bottom:1px solid #94a3b82e;justify-content:flex-end;margin-bottom:4px;padding:0 12px 8px;display:flex}.reco-cat-dropdown-link{color:#c4b5fd;cursor:pointer;background:0 0;border:none;border-radius:6px;margin:0;padding:4px 8px;font-size:.82rem;font-weight:600}.reco-cat-dropdown-link:hover{color:#ede9fe;background:#8b5cf633}.reco-cat-dropdown-list{flex:1;min-height:0;margin:0;padding:0 6px;list-style:none;overflow-y:auto}.reco-cat-dropdown-row{cursor:pointer;color:#e2e8f0;border-radius:8px;align-items:center;gap:12px;margin:2px 0;padding:10px 12px;font-size:.9rem;transition:background .12s;display:flex}.reco-cat-dropdown-row:hover{background:#5b21b659}.reco-cat-dropdown-row input[type=checkbox]{accent-color:#a78bfa;cursor:pointer;flex-shrink:0;width:1.05rem;height:1.05rem;margin:0}.reco-cat-dropdown-row-title{flex:1;min-width:0;line-height:1.35}.reco-filter-actions-col{flex:none;align-self:flex-end;margin-left:auto}.reco-filter-actions-col .reco-filter-actions-spacer{opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none}.reco-filters-compact .reco-filters-actions{flex-flow:row;align-items:stretch;gap:8px;width:auto;min-width:0;display:flex}.reco-filters-compact .reco-filter-action-btn{border-radius:var(--reco-surface-radius);border:var(--reco-surface-border);background:var(--reco-surface-bg);width:auto;min-width:5.75rem;min-height:40px;color:var(--reco-surface-text);box-shadow:var(--reco-surface-inset);cursor:pointer;flex:1 1 0;margin:0;padding:8px 12px;font-size:.9rem;font-weight:600;line-height:1.2;transition:border-color .15s,box-shadow .15s,background .15s,opacity .15s}.reco-filters-compact .reco-filter-action-btn:hover:not(:disabled){box-shadow:0 0 0 1px #a78bfa33, var(--reco-surface-inset);border-color:#a78bfabf}.reco-filters-compact .reco-filter-action-btn:focus-visible{border-color:#c4b5fd;outline:none;box-shadow:0 0 0 3px #a78bfa59}.reco-filters-compact .reco-filter-action-btn:disabled{opacity:.45;cursor:not-allowed}.reco-filters-compact .reco-filter-action-btn.reco-filter-action-secondary{background:linear-gradient(#1e1b4ba6,#0f0a1ee0);font-weight:500}.page.cargar-users-page{min-width:0}.cargar-users-page .reco-embed .reco-panel,.cargar-users-page .reco-embed .reco-table-wrap{min-width:0;max-width:100%;margin-top:0;overflow-x:auto}.reco-form-grid label input,.reco-form-grid label select{width:100%}.reco-table thead th{color:#f5f3ff;background:linear-gradient(#4c1d95,#5b21b6);border-color:#6d28d9}.reco-table tbody td.reco-col-monto{background:#f472b61f}.reco-table tbody td.reco-col-categoria,.reco-table tbody td.reco-col-iniciador{word-break:break-word;vertical-align:top;max-width:11rem;font-size:.82rem;line-height:1.35}.reco-table thead th.reco-col-categoria,.reco-table thead th.reco-col-iniciador{white-space:nowrap}.reco-table thead th.reco-col-computa,.reco-table tbody td.reco-col-computa{text-align:center;white-space:nowrap}.reco-bool--yes{color:#6ee7b7;font-weight:600}.reco-bool--no{color:#94a3b8}.reco-table tbody td.reco-col-estado{background:#34d3991f}label input,label textarea,label select{margin-top:0}@media (width<=900px){.layout{grid-template-columns:1fr}aside{border-bottom:1px solid #1f2937;border-right:none;grid-column:1;align-self:stretch;width:100%;max-width:none;height:auto;max-height:none;position:relative;top:auto;overflow:visible}.sidebar-nav-clip{flex:0 auto;min-height:0;max-height:none}.sidebar-nav-scroll{max-height:min(50vh,360px)}main{grid-column:1}.field-grid{grid-template-columns:1fr}}.cuponera-page .page-head{margin-bottom:.35rem}.cuponera-tabs{border-radius:var(--radius-md);border:1px solid var(--border-faint);background:#080d1673;flex-wrap:wrap;gap:.45rem;width:fit-content;max-width:100%;margin:.35rem 0 1.15rem;padding:.35rem;display:flex}.cuponera-tab{border-radius:var(--radius-sm);cursor:pointer;font:inherit;color:var(--text-muted);transition:color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out);background:0 0;border:1px solid #0000;padding:.48rem .95rem;font-size:.9rem;font-weight:500}.cuponera-tab:hover{color:var(--text-body);background:#33415559}.cuponera-tab--active{border-color:var(--border-default);background:var(--accent-soft);color:var(--text-primary);box-shadow:0 0 0 1px #3b82f626}.cuponera-create-card{flex-direction:column;gap:0;max-width:52rem;display:flex}.cuponera-create-head{border-bottom:1px solid var(--border-faint);margin-bottom:1rem;padding-bottom:.85rem}.cuponera-create-head .panel-title{margin-bottom:.35rem}.cuponera-create-lead{max-width:48ch;margin:0;line-height:1.45}.cuponera-create-grid{margin-top:0}.cuponera-create-card .reco-field input,.cuponera-create-card .reco-field .reco-select{background-color:var(--bg-input);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-body);min-height:40px;transition:border-color var(--duration-fast) var(--ease-out), background-color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);padding:.55rem .75rem}.cuponera-create-card .reco-field input:hover,.cuponera-create-card .reco-field .reco-select:hover{border-color:var(--border-strong);background-color:var(--bg-input-hover)}.cuponera-create-card .reco-field input:focus,.cuponera-create-card .reco-field input:focus-visible,.cuponera-create-card .reco-field .reco-select:focus,.cuponera-create-card .reco-field .reco-select:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.cuponera-create-card .reco-field .reco-select option{background:var(--bg-card);color:var(--text-body)}.cuponera-create-actions{margin-top:1.15rem}.cuponera-code-result{border-radius:var(--radius-md);background:#4ade8014;border:1px solid #4ade8047;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-top:1.15rem;padding:.9rem 1rem;display:flex}.cuponera-code-result-text{flex-direction:column;gap:.2rem;min-width:0;display:flex}.cuponera-code-result-text .small-label{color:color-mix(in srgb, var(--success) 70%, var(--text-muted));margin-bottom:0}.cuponera-code-value{letter-spacing:.16em;color:var(--text-primary);font-size:1.45rem;font-weight:700;line-height:1.2}.cuponera-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin:.75rem 0 1.25rem;display:grid}.cuponera-kpi{border:1px solid var(--border-faint);border-radius:var(--radius-md);background:#080d1659;flex-direction:column;gap:.25rem;padding:.75rem .9rem;display:flex}.cuponera-kpi .small-label,.cuponera-kpi span:first-child{color:var(--text-muted);font-size:.8rem}.cuponera-kpi strong{color:var(--text-primary);font-variant-numeric:tabular-nums;font-size:1.35rem}.cuponera-list-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.75rem;margin-top:0;margin-bottom:.85rem}.cuponera-list-toolbar .panel-title{margin-bottom:0}.cuponera-filter{min-width:160px}.cuponera-filter .reco-select{background-color:var(--bg-input);border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-body);min-height:40px;padding:.45rem .7rem}.cuponera-filter .reco-select:focus,.cuponera-filter .reco-select:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.cuponera-user-search{min-width:200px}.cuponera-search{align-items:flex-end;gap:.5rem;display:flex}.cuponera-search .btn-small{min-height:40px}.cuponera-pager{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.85rem;display:flex}.cuponera-analytics-note{max-width:52ch;margin:-.35rem 0 .75rem}.estadisticas-page{flex-direction:column;gap:18px;max-width:1400px;display:flex}.estadisticas-toolbar{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-card);flex-wrap:wrap;align-items:flex-end;gap:12px 16px;padding:14px 16px;display:flex}.estadisticas-toolbar label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);flex-direction:column;gap:4px;font-size:.72rem;font-weight:600;display:flex}.estadisticas-toolbar input,.estadisticas-toolbar select{min-width:140px}.estadisticas-presets{flex-wrap:wrap;gap:6px;display:flex}.estadisticas-preset-btn{border-radius:var(--radius-sm);border:1px solid var(--border-default);background:var(--bg-input);color:var(--text-body);cursor:pointer;padding:6px 10px;font-size:.8rem}.estadisticas-preset-btn:hover:not(:disabled){border-color:var(--accent);color:var(--text-primary)}.estadisticas-preset-btn.is-active{border-color:var(--accent);background:var(--accent-soft);color:var(--text-primary)}.estadisticas-kpi-grid{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:12px;display:grid}.estadisticas-kpi{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:linear-gradient(165deg,#1e293b8c,#0f172ad9);padding:14px 16px}.estadisticas-kpi-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 6px;font-size:.72rem;font-weight:600}.estadisticas-kpi-value{font-variant-numeric:tabular-nums;color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700;line-height:1.2}.estadisticas-kpi-sub{color:var(--text-faint);margin:6px 0 0;font-size:.75rem}.estadisticas-kpi--accent .estadisticas-kpi-value{color:#7dd3fc}.estadisticas-kpi--success .estadisticas-kpi-value{color:var(--success)}.estadisticas-kpi--warn .estadisticas-kpi-value{color:#fbbf24}.estadisticas-kpi--danger .estadisticas-kpi-value{color:var(--danger)}.estadisticas-grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;display:grid}.estadisticas-panel{border-radius:var(--radius-lg);border:1px solid var(--border-subtle);background:var(--bg-card);padding:16px 18px}.estadisticas-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:14px;display:flex}.estadisticas-panel-title{margin:0;font-size:1rem;font-weight:600}.estadisticas-panel-sub{color:var(--text-muted);margin:0;font-size:.8rem}.estadisticas-chart{width:100%;overflow-x:auto}.estadisticas-chart svg{min-width:100%;display:block}.estadisticas-chart-empty{text-align:center;color:var(--text-muted);padding:28px 12px;font-size:.9rem}.estadisticas-legend{color:var(--text-muted);flex-wrap:wrap;gap:12px 16px;margin-top:10px;font-size:.78rem;display:flex}.estadisticas-legend-item{align-items:center;gap:6px;display:inline-flex}.estadisticas-legend-swatch{border-radius:2px;width:10px;height:10px}.estadisticas-table-wrap{overflow-x:auto}.estadisticas-table{border-collapse:collapse;width:100%;font-size:.88rem}.estadisticas-table th,.estadisticas-table td{text-align:left;border-bottom:1px solid var(--border-faint);padding:8px 10px}.estadisticas-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.72rem}.estadisticas-table td.num{text-align:right;font-variant-numeric:tabular-nums}.estadisticas-bar-row{grid-template-columns:minmax(72px,1fr) 1fr auto;align-items:center;gap:10px;margin-bottom:8px;font-size:.85rem;display:grid}.estadisticas-bar-track{background:#33415580;border-radius:4px;height:8px;overflow:hidden}.estadisticas-bar-fill{background:linear-gradient(90deg,#2563eb,#38bdf8);border-radius:4px;height:100%}.estadisticas-bar-fill--green{background:linear-gradient(90deg,#15803d,#4ade80)}.estadisticas-bar-fill--amber{background:linear-gradient(90deg,#b45309,#fbbf24)}.estadisticas-bar-fill--violet{background:linear-gradient(90deg,#6d28d9,#a78bfa)}.estadisticas-hour-grid{grid-template-columns:repeat(12,1fr);gap:6px;display:grid}@media (width<=720px){.estadisticas-hour-grid{grid-template-columns:repeat(6,1fr)}}.estadisticas-hour-cell{border:1px solid var(--border-faint);color:var(--text-muted);background:#0f172a80;border-radius:6px;flex-direction:column;align-items:center;gap:4px;padding:6px 4px;font-size:.68rem;display:flex}.estadisticas-hour-bar{background:linear-gradient(#38bdf8,#1d4ed8);border-radius:3px 3px 0 0;width:100%;min-height:4px}
