:root{--color-bg: #f6f8fb;--color-surface: #ffffff;--color-surface-soft: #f8fafc;--color-text: #0f172a;--color-muted: #64748b;--color-primary: #2563eb;--color-primary-dark: #1e40af;--color-success: #16a34a;--color-warning: #f59e0b;--color-danger: #dc2626;--color-purple: #7c3aed;--color-border: #e2e8f0;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--shadow-card: 0 18px 50px rgba(15, 23, 42, .08);--shadow-soft: 0 8px 30px rgba(15, 23, 42, .06)}*{box-sizing:border-box}html{scroll-behavior:auto}body{margin:0;min-height:100vh;background:var(--color-bg);color:var(--color-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{min-height:100vh;display:grid;grid-template-columns:280px 1fr}.sidebar{background:#0f172a;color:#e5e7eb;padding:24px;position:sticky;top:0;height:100vh}.sidebar-brand{font-size:20px;font-weight:800;letter-spacing:-.04em;margin-bottom:32px}.sidebar-nav{display:grid;gap:8px}.sidebar-link{padding:12px 14px;border-radius:14px;color:#cbd5e1;transition:.18s ease}.sidebar-link:hover,.sidebar-link.is-active{background:#ffffff14;color:#fff}.main-area{min-width:0}.topbar{height:72px;background:#ffffffdb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:10}.content{padding:32px}.sidebar-hint{margin:12px;padding:12px;border-radius:14px;background:#ffffff0f;color:#ffffffb8;font-size:.78rem;line-height:1.35;font-weight:700}.page-title{font-size:30px;line-height:1.1;letter-spacing:-.05em;margin:0 0 8px}.page-subtitle{color:var(--color-muted);margin:0 0 28px}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:24px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.metric-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-card)}.metric-label{color:var(--color-muted);font-size:14px;margin-bottom:8px}.metric-value{font-size:28px;font-weight:800;letter-spacing:-.05em}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:700}.badge-success{background:#16a34a1f;color:var(--color-success)}.badge-warning{background:#f59e0b24;color:#b45309}.badge-danger{background:#dc26261f;color:var(--color-danger)}.flash{border-radius:var(--radius-md);padding:14px 16px;margin-bottom:18px;font-weight:700}.flash-success{background:#16a34a1f;color:var(--color-success);border:1px solid rgba(22,163,74,.18)}.flash-error{background:#dc26261f;color:var(--color-danger);border:1px solid rgba(220,38,38,.18)}.page-actions{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:22px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:14px;padding:11px 16px;font-weight:800;cursor:pointer;transition:.18s ease}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:0 12px 24px #2563eb3d}.btn-primary:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.btn-secondary{background:#e2e8f0;color:#0f172a}.btn-danger{background:var(--color-danger);color:#fff}.btn-ghost{background:transparent;color:var(--color-primary)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-group{display:grid;gap:8px}.form-label{font-size:13px;font-weight:800;color:var(--color-text)}.form-control{width:100%;border:1px solid var(--color-border);background:#fff;border-radius:14px;padding:12px 14px;outline:none;transition:.16s ease}.form-control:focus{border-color:#2563eba6;box-shadow:0 0 0 4px #2563eb1a}.form-error{font-size:13px;color:var(--color-danger);font-weight:700}.table-wrap{overflow:auto;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:#fff}.text-wrap-cell{min-width:360px;max-width:520px;white-space:normal;line-height:1.4}.data-table{width:100%;border-collapse:collapse;min-width:980px}.data-table th,.data-table td{padding:14px 16px;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle}.data-table th{background:#f8fafc;font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted)}.data-table tr:hover td{background:#f8fafc}.table-actions{display:flex;gap:8px;align-items:center}.inline-form{display:inline}.searchbar{display:flex;gap:10px;align-items:center}.searchbar input{min-width:320px}.stat-line{color:var(--color-muted);font-weight:700}.message-cell{max-width:440px;white-space:normal;line-height:1.45}.uuid-cell{max-width:160px;font-size:12px;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;overflow:hidden;text-overflow:ellipsis}.rfc-cell{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px}.compact-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.compact-title{display:grid;gap:6px}.compact-uuid{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;color:var(--color-muted);word-break:break-all}.compact-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-bottom:18px}.compact-metric{background:var(--color-surface);border:1px solid var(--color-border);border-radius:18px;padding:16px;box-shadow:var(--shadow-soft)}.compact-metric .metric-label{margin-bottom:6px}.compact-metric-value{font-size:22px;font-weight:900;letter-spacing:-.04em}.compact-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;padding:20px;box-shadow:var(--shadow-soft);margin-bottom:18px}.compact-card-title{margin:0 0 16px;font-size:18px;letter-spacing:-.03em}.detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 24px}.detail-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px}.detail-item{display:grid;gap:5px}.detail-label{font-size:12px;color:var(--color-muted);font-weight:700}.detail-value{font-weight:850;color:var(--color-text);word-break:break-word}.compact-table{width:100%;border-collapse:collapse}.compact-table th,.compact-table td{padding:12px 10px;border-bottom:1px solid var(--color-border);text-align:left}.compact-table th{font-size:12px;color:var(--color-muted);text-transform:uppercase;letter-spacing:.04em;background:#f8fafc}.concepts-box{background:#f8fafc;border:1px solid var(--color-border);border-radius:16px;padding:14px;color:var(--color-text);line-height:1.5}@media(max-width:1200px){.compact-metric-grid,.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.sat-credential-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:18px;align-items:start}.sat-credential-main,.sat-credential-side{display:grid;gap:14px}.sat-credential-card,.sat-upload-card{padding:18px 20px}.sat-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.sat-card-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.sat-credential-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:14px}.sat-credential-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sat-credential-grid div,.sat-validation-message{padding:10px 12px;border-radius:14px;background:#f8fafc;border:1px solid #e5edf6}.sat-credential-grid span,.sat-validation-message span{display:block;color:#64748b;font-size:12px;font-weight:700;margin-bottom:4px;text-transform:uppercase;letter-spacing:.02em}.sat-credential-grid strong,.sat-validation-message strong{display:block;color:#0f172a;font-size:14px;line-height:1.35;overflow-wrap:anywhere}.sat-validation-message{margin-bottom:12px}.compact-form-group{margin-bottom:11px}.compact-form-group .form-label{margin-bottom:5px;font-size:12px}.compact-form-group .form-control{min-height:42px;padding:9px 12px}.compact-form-group .premium-file-input{min-height:44px}.mini-info-box{padding:10px 12px;border-radius:14px;background:#eef5ff;border:1px solid #d8e7ff;color:#475569;font-size:12px;line-height:1.45}.btn-sm{padding:9px 13px;border-radius:12px;font-size:13px}.badge-danger{background:#fee2e2;color:#b91c1c}.badge-warning{background:#ffedd5;color:#c2410c}@media(max-width:1180px){.sat-credential-layout{grid-template-columns:1fr}.sat-credential-grid,.sat-credential-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.sat-card-header{flex-direction:column}.sat-credential-grid,.sat-credential-grid-4{grid-template-columns:1fr}}.premium-file-input{position:relative;display:flex;align-items:center;gap:10px;width:100%;min-height:44px;padding:6px;border:1px solid #dbe5f0;border-radius:16px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.premium-file-input:hover{border-color:#9db8ff;background:#f8fbff;box-shadow:0 10px 24px #2563eb14}.premium-file-input:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.premium-file-input input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer}.premium-file-button{position:relative;z-index:1;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 13px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:12px;font-weight:800;white-space:nowrap;box-shadow:0 8px 18px #2563eb38}.premium-file-name{position:relative;z-index:1;min-width:0;flex:1;color:#475569;font-size:13px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.premium-file-input:hover .premium-file-name{color:#0f172a}.sat-package-file{max-width:260px;min-height:38px;padding:4px}.sat-package-file .premium-file-button{min-height:28px;padding:0 10px;font-size:11px}.sat-package-file .premium-file-name{font-size:12px}.cfdi-filter-card{background:#fff;border:1px solid rgba(148,163,184,.25);border-radius:22px;padding:16px 18px;box-shadow:0 18px 40px #0f172a0f}.cfdi-filter-grid{display:grid;grid-template-columns:minmax(260px,1.6fr) minmax(190px,1fr) minmax(140px,.7fr) minmax(115px,.55fr) minmax(130px,.6fr) minmax(155px,.75fr) minmax(155px,.75fr) auto;gap:12px;align-items:end}.cfdi-filter-card .form-group{margin:0;min-width:0}.cfdi-filter-card .form-label{display:block;margin-bottom:7px;font-size:12px;line-height:1.1;font-weight:800;color:#0f172a}.cfdi-filter-card .form-control{width:100%;height:46px;min-height:46px;border-radius:14px;padding:0 14px;font-size:15px;line-height:46px;overflow:visible}.cfdi-filter-card select.form-control{line-height:normal;padding:0 38px 0 14px;appearance:auto}.cfdi-filter-card input[type=date].form-control{line-height:normal;padding:0 12px}.cfdi-filter-card input[type=search].form-control{line-height:normal}.cfdi-filter-actions{display:flex;gap:8px;align-items:end;white-space:nowrap}.cfdi-filter-actions .btn{height:46px;min-height:46px;padding:0 18px;border-radius:14px}@media(max-width:1500px){.cfdi-filter-grid{grid-template-columns:minmax(240px,1.5fr) minmax(180px,1fr) minmax(135px,.75fr) minmax(115px,.6fr)}.cfdi-filter-actions{grid-column:span 2}}@media(max-width:900px){.cfdi-filter-grid{grid-template-columns:1fr}.cfdi-filter-actions{grid-column:auto;flex-wrap:wrap}}.snapshot-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:16px 0 18px}.snapshot-metric-card{background:#fff;border:1px solid rgba(148,163,184,.24);border-radius:18px;padding:15px 17px;min-height:84px;box-shadow:0 12px 30px #0f172a0e;display:flex;flex-direction:column;justify-content:center}.snapshot-metric-label{font-size:13px;color:#64748b;line-height:1.1;margin-bottom:8px}.snapshot-metric-value{font-size:25px;font-weight:900;letter-spacing:-.04em;color:#0f172a;line-height:1}.snapshot-metric-grid-small{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}.snapshot-metric-card-small{min-height:74px;padding:13px 16px}.snapshot-metric-card-small .snapshot-metric-value{font-size:24px}.snapshot-info-card{background:#fff;border:1px solid rgba(148,163,184,.24);border-radius:18px;padding:17px 20px;box-shadow:0 12px 30px #0f172a0d}.snapshot-card-title{font-size:17px;font-weight:900;color:#0f172a;margin:0 0 16px}.snapshot-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.snapshot-info-label{display:block;font-size:12px;font-weight:800;color:#64748b;margin-bottom:6px}.snapshot-info-value{display:block;font-size:15px;font-weight:900;color:#0f172a}@media(max-width:1200px){.snapshot-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.snapshot-metric-grid-small{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.snapshot-metric-grid,.snapshot-metric-grid-small,.snapshot-info-grid{grid-template-columns:1fr}.snapshot-metric-card,.snapshot-metric-card-small{min-height:72px}}.dashboard-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:22px 0 16px}.dashboard-kpi-card{background:#fff;border:1px solid rgba(148,163,184,.24);border-radius:20px;padding:20px 22px;min-height:128px;box-shadow:0 18px 42px #0f172a0f;display:flex;flex-direction:column;justify-content:center}.dashboard-kpi-card span{font-size:14px;color:#64748b;margin-bottom:10px}.dashboard-kpi-card strong{font-size:30px;line-height:1;font-weight:950;letter-spacing:-.05em;color:#0f172a}.dashboard-kpi-card small{margin-top:10px;color:#64748b;font-size:12px}.dashboard-mini-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:18px}.dashboard-mini-card{background:#fff;border:1px solid rgba(148,163,184,.22);border-radius:16px;padding:14px 16px;box-shadow:0 12px 30px #0f172a0b}.dashboard-mini-card span{display:block;font-size:12px;color:#64748b;margin-bottom:6px}.dashboard-mini-card strong{font-size:23px;font-weight:950;color:#0f172a;line-height:1}.dashboard-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin-top:18px}.dashboard-panel{background:#fff;border:1px solid rgba(148,163,184,.24);border-radius:20px;box-shadow:0 18px 42px #0f172a0e;overflow:hidden}.dashboard-panel-header{padding:18px 20px;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(148,163,184,.18)}.dashboard-panel-header h2{margin:0;font-size:18px;font-weight:950;color:#0f172a}.dashboard-panel-header p{margin:5px 0 0;font-size:13px;color:#64748b}.dashboard-panel-header a{color:#2563eb;font-weight:900;text-decoration:none;white-space:nowrap}.dashboard-table{width:100%;border-collapse:collapse}.dashboard-table th{background:#f8fafc;color:#64748b;font-size:11px;text-transform:uppercase;letter-spacing:.04em;text-align:left;padding:13px 16px;border-bottom:1px solid rgba(148,163,184,.22)}.dashboard-table td{padding:13px 16px;border-bottom:1px solid rgba(148,163,184,.18);vertical-align:middle}.dashboard-table tr:last-child td{border-bottom:none}.dashboard-table small{color:#64748b}@media(max-width:1280px){.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-layout{grid-template-columns:1fr}}@media(max-width:760px){.dashboard-kpi-grid,.dashboard-mini-grid{grid-template-columns:1fr}.dashboard-kpi-card{min-height:100px}}.monthly-chart{padding:18px 20px 20px}.monthly-chart-row{display:grid;grid-template-columns:120px minmax(0,1fr);gap:18px;padding:16px 0;border-bottom:1px solid rgba(148,163,184,.18)}.monthly-chart-row:last-child{border-bottom:none}.monthly-chart-period{display:flex;flex-direction:column;justify-content:center}.monthly-chart-period strong{font-size:16px;font-weight:950;color:#0f172a}.monthly-chart-period span{margin-top:4px;font-size:12px;color:#64748b}.monthly-chart-bars{display:grid;gap:10px}.monthly-bar-line{display:grid;grid-template-columns:82px minmax(0,1fr) 140px;gap:12px;align-items:center}.monthly-bar-line span{font-size:12px;font-weight:800;color:#64748b}.monthly-bar-line strong{text-align:right;font-size:13px;font-weight:900;color:#0f172a}.monthly-bar-track{height:10px;background:#eef2f7;border-radius:999px;overflow:hidden}.monthly-bar{height:100%;border-radius:999px}.monthly-bar-income{background:linear-gradient(90deg,#22c55e,#86efac)}.monthly-bar-expense{background:linear-gradient(90deg,#ef4444,#fca5a5)}.monthly-bar-net{background:linear-gradient(90deg,#2563eb,#93c5fd)}.monthly-chart-empty{padding:18px 20px;color:#64748b}@media(max-width:860px){.monthly-chart-row{grid-template-columns:1fr}.monthly-bar-line{grid-template-columns:70px minmax(0,1fr)}.monthly-bar-line strong{grid-column:2;text-align:left}}.dashboard-filter-card{background:#fff;border:1px solid rgba(148,163,184,.24);border-radius:20px;padding:16px 18px;box-shadow:0 14px 36px #0f172a0e;margin-top:20px}.dashboard-filter-grid{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(140px,.7fr) minmax(150px,.75fr) minmax(150px,.75fr) auto;gap:12px;align-items:end}.dashboard-filter-card .form-group{margin:0}.dashboard-filter-card .form-label{font-size:12px;font-weight:900;margin-bottom:6px}.dashboard-filter-card .form-control{min-height:42px}.dashboard-filter-actions{display:flex;gap:10px;align-items:center}@media(max-width:1200px){.dashboard-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-filter-actions{grid-column:span 2}}@media(max-width:720px){.dashboard-filter-grid{grid-template-columns:1fr}.dashboard-filter-actions{grid-column:auto}}.dashboard-filter-card{padding:12px 14px;border-radius:18px;margin-top:16px}.dashboard-filter-grid{grid-template-columns:minmax(260px,1.2fr) minmax(130px,.55fr) minmax(140px,.6fr) minmax(140px,.6fr) auto;gap:10px}.dashboard-filter-card .form-label{font-size:11px;margin-bottom:5px}.dashboard-filter-card .form-control{min-height:38px;padding:8px 12px;font-size:14px}.dashboard-filter-actions .btn{min-height:38px;padding:0 15px}.dashboard-kpi-grid{gap:12px;margin:16px 0 12px}.dashboard-kpi-card{min-height:96px;padding:15px 18px;border-radius:18px}.dashboard-kpi-card span{font-size:13px;margin-bottom:7px}.dashboard-kpi-card strong{font-size:25px}.dashboard-kpi-card small{margin-top:7px;font-size:11px}.dashboard-mini-grid{gap:10px;margin-bottom:12px}.dashboard-mini-card{padding:10px 14px;border-radius:15px}.dashboard-mini-card span{font-size:11px;margin-bottom:5px}.dashboard-mini-card strong{font-size:20px}.dashboard-layout{gap:14px;margin-top:14px}.dashboard-panel{border-radius:18px}.dashboard-panel-header{padding:13px 16px}.dashboard-panel-header h2{font-size:16px}.dashboard-panel-header p{font-size:12px;margin-top:3px}.dashboard-table th{padding:10px 13px;font-size:10.5px}.dashboard-table td{padding:10px 13px;font-size:13px}.monthly-chart{padding:12px 16px 14px}.monthly-chart-row{padding:11px 0;grid-template-columns:100px minmax(0,1fr);gap:14px}.monthly-chart-period strong{font-size:14px}.monthly-chart-period span{font-size:11px}.monthly-bar-line{grid-template-columns:72px minmax(0,1fr) 120px;gap:10px}.monthly-bar-line span{font-size:11px}.monthly-bar-line strong{font-size:12px}.monthly-bar-track{height:8px}@media(min-width:1400px){.dashboard-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-mini-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.dashboard-filter-card{margin-top:14px;padding:10px 12px}.dashboard-filter-grid{gap:8px}.dashboard-kpi-grid{margin:12px 0 10px}.dashboard-kpi-card{min-height:84px;padding:12px 16px}.dashboard-kpi-card strong{font-size:23px}.dashboard-kpi-card small{font-size:10.5px}.dashboard-mini-card{padding:9px 12px}.dashboard-panel-header{padding:11px 15px}.dashboard-panel-header p{font-size:11.5px}.dashboard-table th,.dashboard-table td{padding:8px 12px}.dashboard-layout{margin-top:12px;gap:12px}.monthly-chart{padding:10px 14px}.monthly-chart-row{padding:9px 0}.btn{min-height:38px}.dashboard-autocomplete{position:relative}.dashboard-autocomplete-panel{position:absolute;z-index:80;top:calc(100% + 8px);left:0;right:0;max-height:230px;overflow-y:auto;background:#fff;border:1px solid rgba(148,163,184,.28);border-radius:16px;box-shadow:0 22px 50px #0f172a29;padding:8px;display:none}.dashboard-autocomplete-option{width:100%;border:0;background:transparent;color:#0f172a;text-align:left;padding:10px 12px;border-radius:12px;cursor:pointer;font-weight:850;font-size:13px;transition:background .16s ease,color .16s ease,transform .16s ease}.dashboard-autocomplete-option:hover,.dashboard-autocomplete-option.is-active{background:#eff6ff;color:#2563eb;transform:translate(2px)}.dashboard-autocomplete-option span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-autocomplete-option mark{background:#2563eb24;color:#1d4ed8;border-radius:5px;padding:0 2px}.dashboard-autocomplete-empty{padding:10px 12px;color:#64748b;font-size:13px;font-weight:700}.dashboard-autocomplete-panel{max-height:150px;padding:6px;border-radius:14px}.dashboard-autocomplete-option{padding:8px 10px;font-size:12.5px}.content{padding:22px 24px 26px}.page-actions{margin-bottom:14px}.page-title{font-size:30px;line-height:1.05}.page-subtitle{font-size:14px}.dashboard-filter-card{margin-top:14px;padding:10px 12px;border-radius:18px}.dashboard-filter-grid{grid-template-columns:minmax(280px,1.45fr) minmax(135px,.55fr) minmax(145px,.6fr) minmax(145px,.6fr) auto;gap:8px}.dashboard-filter-card .form-label{font-size:10.5px;margin-bottom:4px}.dashboard-filter-card .form-control{min-height:36px;padding:7px 12px;font-size:13.5px}.dashboard-filter-actions .btn{min-height:36px;padding:0 14px}.dashboard-kpi-grid{gap:10px;margin:12px 0 10px}.dashboard-kpi-card{min-height:78px;padding:11px 15px;border-radius:17px}.dashboard-kpi-card span{font-size:12px;margin-bottom:5px}.dashboard-kpi-card strong{font-size:22px}.dashboard-kpi-card small{margin-top:5px;font-size:10px}.dashboard-mini-grid{gap:8px;margin-bottom:10px}.dashboard-mini-card{padding:8px 12px;border-radius:14px}.dashboard-mini-card span{font-size:10.5px;margin-bottom:4px}.dashboard-mini-card strong{font-size:18px}.dashboard-layout{gap:10px;margin-top:10px}.dashboard-layout-bottom{margin-top:10px}.dashboard-panel{border-radius:17px}.dashboard-panel-header{padding:10px 14px}.dashboard-panel-header h2{font-size:15px}.dashboard-panel-header p{font-size:11px;margin-top:2px}.dashboard-panel-header a{font-size:13px}.dashboard-table th{padding:7px 11px;font-size:10px}.dashboard-table td{padding:7px 11px;font-size:12.5px}.dashboard-table .btn,.dashboard-table .btn-ghost{min-height:28px;padding:0 8px;font-size:12px}.dashboard-table tbody tr td[colspan]{padding:10px 11px}.monthly-chart-compact{padding:10px 14px 12px}.monthly-chart-compact .monthly-chart-row{padding:8px 0;grid-template-columns:84px minmax(0,1fr);gap:12px}.monthly-chart-compact .monthly-chart-period strong{font-size:13px}.monthly-chart-compact .monthly-chart-period span{font-size:10.5px}.monthly-chart-compact .monthly-bar-line{grid-template-columns:65px minmax(0,1fr) 110px;gap:8px}.monthly-chart-compact .monthly-bar-line span{font-size:10.5px}.monthly-chart-compact .monthly-bar-line strong{font-size:11.5px}.monthly-chart-compact .monthly-bar-track{height:7px}.dashboard-collapse{overflow:hidden}.dashboard-collapse summary{list-style:none;cursor:pointer;padding:11px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(148,163,184,.16)}.dashboard-collapse summary::-webkit-details-marker{display:none}.dashboard-collapse summary strong{display:block;font-size:15px;font-weight:950;color:#0f172a}.dashboard-collapse summary span{font-size:11.5px;color:#64748b;font-weight:800}.dashboard-collapse[open] summary{background:#f8fafc}.dashboard-autocomplete-panel{top:calc(100% + 6px);max-height:132px;padding:6px;border-radius:14px}.dashboard-autocomplete-option{padding:7px 9px;font-size:12.5px}.dashboard-autocomplete-option+.dashboard-autocomplete-option{margin-top:2px}@media(min-width:1400px){.dashboard-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-mini-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.dashboard-layout{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1200px){.dashboard-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-filter-actions{grid-column:span 2}.dashboard-layout{grid-template-columns:1fr}}.snapshot-prefill-card{padding:16px 18px}.snapshot-prefill-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px}.snapshot-prefill-grid div{background:#f8fafc;border:1px solid rgba(148,163,184,.18);border-radius:14px;padding:10px 12px}.snapshot-prefill-grid span{display:block;color:#64748b;font-size:11px;font-weight:850;margin-bottom:4px}.snapshot-prefill-grid strong{display:block;color:#0f172a;font-size:13px;font-weight:950;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.snapshot-form-card{max-width:980px;padding:18px}.snapshot-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.snapshot-form-wide{grid-column:span 3}.snapshot-form-actions{display:flex;gap:10px;margin-top:16px}@media(max-width:1100px){.snapshot-prefill-grid,.snapshot-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.snapshot-form-wide{grid-column:span 2}}@media(max-width:720px){.snapshot-prefill-grid,.snapshot-form-grid{grid-template-columns:1fr}.snapshot-form-wide{grid-column:auto}}.snapshot-info-grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}@media(max-width:1200px){.snapshot-info-grid-5{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.snapshot-info-grid-5{grid-template-columns:1fr}}.dashboard-autocomplete-wrap{position:relative}.dashboard-autocomplete-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;display:none;background:#fff;border:1px solid rgba(148,163,184,.25);border-radius:16px;box-shadow:0 18px 45px #0f172a24;padding:8px;max-height:260px;overflow-y:auto}.report-filter-card{position:relative;overflow:visible!important;z-index:80}.dashboard-autocomplete-wrap{position:relative;z-index:90}.dashboard-autocomplete-panel{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:9999;display:none;background:#fff;border:1px solid rgba(148,163,184,.28);border-radius:16px;box-shadow:0 22px 55px #0f172a2e;padding:8px;max-height:260px;overflow-y:auto}.dashboard-autocomplete-panel.is-open{display:block}.dashboard-autocomplete-option,.dashboard-autocomplete-empty{width:100%;border:0;background:transparent;text-align:left;padding:10px 12px;border-radius:12px;font-weight:850;color:#0f172a;cursor:pointer}.dashboard-autocomplete-option:hover,.dashboard-autocomplete-option.is-active{background:#f1f5f9}.dashboard-autocomplete-option mark{background:#dbeafe;color:#1d4ed8;padding:0 2px;border-radius:4px}.dashboard-autocomplete-empty{color:#64748b;cursor:default}.table-wrap{position:relative;z-index:1}.cfdi-detail-stack{display:grid;gap:14px}.cfdi-two-columns{display:grid;grid-template-columns:1.1fr .9fr;gap:14px;align-items:start}.cfdi-compact-card{padding:16px 18px!important;border-radius:18px}.cfdi-compact-title-row{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap;margin-bottom:12px}.cfdi-compact-title-row .compact-card-title{margin:0}.cfdi-mini-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.cfdi-mini-metric{border:1px solid rgba(148,163,184,.22);background:#f8fafcb8;border-radius:14px;padding:10px 12px}.cfdi-mini-metric .metric-label{font-size:11px;margin-bottom:4px}.cfdi-mini-value{font-size:17px;line-height:1.05;font-weight:900;color:#0f172a}.cfdi-detail-grid-compact{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 16px}.cfdi-detail-grid-compact.two{grid-template-columns:repeat(2,minmax(0,1fr))}.cfdi-table-compact th,.cfdi-table-compact td{padding:10px 12px!important;font-size:13px}.cfdi-muted-note{margin:8px 0 0;font-size:12px;color:#64748b}.cfdi-concepts-box{min-height:auto!important;padding:12px 14px!important;font-size:13px;line-height:1.45}@media(max-width:1180px){.cfdi-two-columns{grid-template-columns:1fr}.cfdi-detail-grid-compact,.cfdi-detail-grid-compact.two,.cfdi-mini-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.cfdi-detail-grid-compact,.cfdi-detail-grid-compact.two,.cfdi-mini-metrics{grid-template-columns:1fr}}.cfdi-payment-summary-line{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:10px 0 12px}.cfdi-payment-pill{border:1px solid rgba(148,163,184,.22);background:#f8fafc;border-radius:12px;padding:8px 10px}.cfdi-payment-pill span{display:block;font-size:10px;color:#64748b;font-weight:800;text-transform:uppercase;letter-spacing:.02em;margin-bottom:3px}.cfdi-payment-pill strong{display:block;font-size:15px;color:#0f172a;font-weight:950;line-height:1.05}.cfdi-card-tight{padding:14px 16px!important}.cfdi-card-tight .page-subtitle{font-size:13px}.cfdi-card-tight .compact-card-title{font-size:18px}.cfdi-card-tight .data-table th,.cfdi-card-tight .data-table td{padding:9px 11px!important;font-size:13px}.cfdi-table-inline-actions .btn{padding:7px 10px;border-radius:10px;font-size:12px}@media(max-width:900px){.cfdi-payment-summary-line{grid-template-columns:repeat(2,minmax(0,1fr))}}.alert{border-radius:16px;padding:12px 14px;font-size:13px;font-weight:800;border:1px solid rgba(148,163,184,.22)}.alert-success{background:#dcfce7d1;color:#166534;border-color:#22c55e47}.alert-warning{background:#fef3c7db;color:#92400e;border-color:#f59e0b52}.alert-danger{background:#fee2e2db;color:#991b1b;border-color:#ef444452}.mini-info-box.warning{background:#fef3c7b8;color:#92400e;border-color:#f59e0b42}.sat-progress-track{width:100%;height:10px;border-radius:999px;background:#94a3b82e;overflow:hidden;border:1px solid rgba(148,163,184,.18)}.sat-progress-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,#2563eb,#22c55e);transition:width .35s ease}.sat-show-compact .compact-metric{padding:14px 16px;min-height:78px}.sat-show-compact .compact-metric-value{font-size:24px;line-height:1}.sat-show-compact .metric-label{font-size:13px;margin-bottom:8px}.sat-show-compact .compact-card{padding:18px 20px}.sat-show-compact .detail-grid{gap:14px 22px}.sat-show-compact .detail-grid>div span{font-size:12px}.sat-show-compact .detail-grid>div strong{font-size:14px}.sat-progress-compact{margin-top:14px;padding-top:14px;border-top:1px solid rgba(148,163,184,.18)}.sat-progress-header{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:13px}.sat-progress-compact .page-subtitle{margin-top:8px!important;font-size:12px}.sat-show-compact .data-table th,.sat-show-compact .data-table td{padding:11px 14px;font-size:13px}.sat-show-compact .btn-sm,.sat-show-compact .btn-secondary.btn-sm{padding:8px 12px;border-radius:12px;font-size:12px}.sat-show-compact .compact-card-title{font-size:18px;margin-bottom:12px}.sat-info-card{padding:18px 20px!important}.sat-info-grid{display:grid;grid-template-columns:1.2fr 1fr .9fr .8fr;gap:14px 22px;align-items:start}.sat-info-item span{display:block;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px}.sat-info-item strong{display:block;color:#0f172a;font-size:14px;line-height:1.25;font-weight:900}.sat-info-item.message{grid-column:span 4}.sat-info-progress{margin-top:14px;padding-top:12px;border-top:1px solid rgba(148,163,184,.18)}.sat-info-progress-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;font-size:13px}.sat-info-progress-row strong{color:#0f172a;font-weight:900}@media(max-width:1100px){.sat-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sat-info-item.message{grid-column:span 2}}@media(max-width:720px){.sat-info-grid{grid-template-columns:1fr}.sat-info-item.message{grid-column:span 1}}.sat-info-card .badge{display:inline-flex;width:auto;max-width:max-content;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;line-height:1;white-space:nowrap}.sat-info-card .sat-info-item strong .badge{display:inline-flex}.sat-info-card .sat-info-item strong{width:auto}.sat-info-grid{align-items:start}.sat-info-card .sat-info-item .badge{display:inline-flex;width:auto;max-width:max-content;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;line-height:1;white-space:nowrap;margin-bottom:0;text-transform:none;letter-spacing:0;font-size:12px;font-weight:800}.sat-info-card .sat-info-item .badge-success{background:#16a34a1f;color:#16a34a}.sat-info-card .sat-info-item .badge-warning{background:#f59e0b24;color:#c2410c}.sat-info-card .sat-info-item .badge-danger{background:#dc26261f;color:#b91c1c}.sat-info-card .sat-info-item .badge-info{background:#2563eb1f;color:#2563eb}.sat-show-compact .compact-header,.sat-show-compact .compact-metric-grid,.sat-show-compact .compact-card{margin-bottom:14px}.sat-show-compact .sat-info-card{padding:15px 18px!important}.sat-show-compact .sat-info-progress{margin-top:10px;padding-top:9px}.sat-show-compact .compact-card-title{margin-bottom:10px}.sat-technical-table th,.sat-technical-table td{padding:10px 12px!important;font-size:12.5px;vertical-align:top}.sat-technical-endpoint{max-width:230px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11.5px!important;color:#475569;word-break:break-all}.sat-json-details{max-width:260px}.sat-json-details summary{cursor:pointer;font-size:12px;font-weight:900;color:#2563eb;list-style:none}.sat-json-details summary:after{content:" +";color:#64748b}.sat-json-details[open] summary:after{content:" -"}.sat-json-details pre{margin:8px 0 0;max-height:220px;overflow:auto;padding:10px;border-radius:12px;background:#0f172a;color:#e2e8f0;font-size:11px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.sat-technical-table{min-width:1180px}.sat-technical-table th,.sat-technical-table td{padding:9px 11px!important;font-size:12px;vertical-align:top}.sat-json-details{max-width:240px}.sat-json-details summary{display:inline-flex;align-items:center;gap:4px;cursor:pointer;font-size:12px;font-weight:900;color:#2563eb;list-style:none;padding:0;border:0;outline:none}.sat-json-details summary::-webkit-details-marker{display:none}.sat-json-details summary:after{content:"+";color:#64748b}.sat-json-details[open] summary:after{content:"-"}.sat-json-details pre{margin:7px 0 0;max-height:150px;max-width:240px;overflow:auto;padding:9px 10px;border-radius:10px;background:#0f172a;color:#e2e8f0;font-size:10.5px;line-height:1.4;white-space:pre-wrap;word-break:break-word}.sat-json-details summary:focus,.sat-json-details summary:focus-visible{outline:none;box-shadow:none}.sat-processing-notice{margin-top:18px;padding:16px;border-radius:18px;border:1px solid rgba(245,158,11,.22);background:linear-gradient(135deg,#fff7edf2,#fffbebbf);display:flex;gap:14px;align-items:flex-start}.sat-processing-icon{width:42px;height:42px;min-width:42px;border-radius:14px;background:#f59e0b24;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.sat-processing-content{flex:1;min-width:0}.sat-processing-title{font-weight:800;color:var(--text-primary);font-size:.98rem;margin-bottom:4px}.sat-processing-text{color:var(--text-secondary);font-size:.9rem;line-height:1.45;font-weight:500}.sat-processing-details{margin-top:12px;display:grid;grid-template-columns:minmax(180px,240px) 1fr;gap:10px}.sat-processing-details div{padding:10px 12px;border-radius:14px;background:#ffffffbf;border:1px solid rgba(226,232,240,.85);min-width:0}.sat-processing-details span{display:block;margin-bottom:3px;color:var(--text-muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.sat-processing-details strong{display:block;color:var(--text-primary);font-size:.82rem;font-weight:700;word-break:break-word}@media(max-width:768px){.sat-processing-notice{padding:14px}.sat-processing-details{grid-template-columns:1fr}}.sat-failed-notice{margin-top:18px;padding:16px;border-radius:18px;border:1px solid rgba(239,68,68,.22);background:linear-gradient(135deg,#fef2f2f2,#fff7f7bf);display:flex;gap:14px;align-items:flex-start}.sat-failed-icon{width:42px;height:42px;min-width:42px;border-radius:14px;background:#ef44441f;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.sat-failed-content{flex:1;min-width:0}.sat-failed-title{font-weight:800;color:var(--text-primary);font-size:.98rem;margin-bottom:4px}.sat-failed-text{color:var(--text-secondary);font-size:.9rem;line-height:1.45;font-weight:500}.sat-failed-actions{margin-top:12px;padding:10px 12px;border-radius:14px;background:#ffffffbf;border:1px solid rgba(226,232,240,.85);color:var(--text-secondary);font-size:.84rem;line-height:1.4}.sat-package-show .page-subtitle{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.sat-package-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.sat-package-info-item{padding:12px;border-radius:16px;background:#f8fafce6;border:1px solid rgba(226,232,240,.9);min-width:0}.sat-package-info-item span{display:block;color:var(--text-muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin-bottom:5px}.sat-package-info-item strong{display:block;color:var(--text-primary);font-size:.84rem;font-weight:800;word-break:break-word}.sat-package-info-item small{display:block;margin-top:4px;color:var(--text-secondary);font-size:.73rem;line-height:1.35}.sat-package-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.sat-package-table-wrap{width:100%;overflow-x:auto;border-radius:18px}.sat-package-table{min-width:1080px}.sat-package-table{min-width:980px}.sat-package-table th{padding:10px 14px;font-size:.72rem}.sat-package-table td{padding:9px 14px;vertical-align:middle}.sat-package-main-cell{min-width:260px}.sat-package-main-cell strong{display:block;font-size:.78rem;color:var(--text-primary);font-weight:800;line-height:1.2}.sat-package-main-cell span{display:block;margin-top:2px;color:var(--text-secondary);font-size:.72rem;line-height:1.2}.sat-package-party-cell{min-width:135px}.sat-package-party-cell strong{font-size:.78rem}.sat-package-total{font-size:.84rem}.sat-package-table .badge{font-size:.7rem;padding:5px 9px}.sat-package-table .btn-sm{padding:7px 10px;font-size:.76rem;border-radius:10px}.sat-package-party-cell{min-width:150px}.sat-package-party-cell strong{display:block;color:var(--text-primary);font-size:.84rem;font-weight:800}.sat-package-total{font-weight:900;color:var(--text-primary);white-space:nowrap}.text-right{text-align:right}@media(max-width:1100px){.sat-package-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.sat-package-info-grid{grid-template-columns:1fr}.sat-package-card-header{flex-direction:column}}.cfdi-index .page-title{font-size:1.65rem;margin-bottom:4px}.cfdi-index .page-subtitle{font-size:.86rem;margin-bottom:0}.cfdi-index .compact-header{margin-bottom:18px}.cfdi-index .compact-metric-grid{gap:12px;margin-bottom:16px}.cfdi-index .compact-metric,.cfdi-index .metric-card{min-height:82px;padding:16px 18px;border-radius:18px}.cfdi-index .metric-label,.cfdi-index .compact-metric span,.cfdi-index .metric-card span{font-size:.78rem}.cfdi-index .compact-metric-value,.cfdi-index .metric-card strong{font-size:1.35rem;line-height:1.1}.cfdi-index .filter-card,.cfdi-index .filters-card,.cfdi-index .compact-filters{padding:14px 16px;border-radius:18px;margin-bottom:16px}.cfdi-index .filter-grid,.cfdi-index .filters-grid{gap:10px;align-items:end}.cfdi-index label{font-size:.72rem;margin-bottom:5px}.cfdi-index input,.cfdi-index select{height:40px;min-height:40px;padding:8px 12px;border-radius:12px;font-size:.84rem}.cfdi-index .btn{min-height:40px;padding:9px 14px;border-radius:12px;font-size:.84rem}.cfdi-index .table-wrap{border-radius:18px}.cfdi-index .data-table th,.cfdi-index .report-table th{padding:11px 12px;font-size:.7rem;white-space:nowrap}.cfdi-index .data-table td,.cfdi-index .report-table td{padding:9px 12px;font-size:.82rem;vertical-align:middle}.cfdi-index .badge{padding:5px 9px;border-radius:999px;font-size:.68rem;line-height:1.05}.cfdi-index .badge.badge-warning,.cfdi-index .badge.badge-success,.cfdi-index .badge.badge-danger,.cfdi-index .badge.badge-info{max-width:105px}.cfdi-index .uuid-cell,.cfdi-index td:first-child{max-width:145px}.cfdi-index .amount-cell,.cfdi-index .text-right{white-space:nowrap;font-weight:800}.cfdi-index .data-table a,.cfdi-index .report-table a{font-weight:800;font-size:.82rem}.sat-package-pagination{margin-top:16px}.sat-package-pagination nav{display:flex;justify-content:flex-end}.sat-package-pagination .pagination{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.sat-package-pagination .page-link,.sat-package-pagination .page-item span{min-width:34px;height:34px;padding:7px 10px;border-radius:10px;border:1px solid rgba(226,232,240,.95);background:#fff;color:var(--text-primary);font-size:.8rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.sat-package-pagination .active .page-link,.sat-package-pagination .page-item.active span{background:var(--primary);color:#fff;border-color:var(--primary)}.sat-package-pagination .disabled .page-link,.sat-package-pagination .page-item.disabled span{opacity:.45;cursor:not-allowed}.sat-downloads-index .page-actions{margin-bottom:16px}.sat-downloads-index .page-title{font-size:1.7rem;margin-bottom:4px}.sat-downloads-index .page-subtitle{font-size:.86rem}.sat-mode-row{margin-top:10px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.sat-mode-helper{color:var(--text-secondary);font-size:.8rem;font-weight:600}.sat-download-filter-card{padding:12px 14px;border-radius:18px;margin-bottom:14px}.sat-download-filter-grid{display:grid;grid-template-columns:1.25fr .95fr auto;gap:10px;align-items:end}.sat-download-filter-actions{display:flex;gap:8px}.sat-download-filter-card .form-label{font-size:.7rem;margin-bottom:5px}.sat-download-filter-card .form-control{height:38px;min-height:38px;border-radius:12px;font-size:.82rem}.sat-download-filter-card .btn{min-height:38px;padding:8px 13px;border-radius:12px;font-size:.82rem}.sat-download-list{display:flex;flex-direction:column;gap:8px}.sat-download-row{display:grid;grid-template-columns:minmax(300px,1.15fr) minmax(230px,.85fr) minmax(280px,.95fr) auto;gap:12px;align-items:center;padding:9px 12px;border-radius:18px;border:1px solid rgba(226,232,240,.95);background:#fffffff5;box-shadow:0 12px 30px #0f172a0b}.sat-download-title-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:start}.sat-download-title-row .badge{justify-self:end}.sat-download-rfc{display:block;color:var(--text-primary);font-size:.86rem;font-weight:900;line-height:1.1}.sat-download-name{display:block;margin-top:2px;color:var(--text-secondary);font-size:.76rem;font-weight:600;line-height:1.15;max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sat-download-meta{margin-top:7px;display:flex;flex-wrap:wrap;gap:5px}.sat-download-meta span{padding:4px 7px;border-radius:999px;background:#f1f5f9f2;color:var(--text-secondary);font-size:.68rem;font-weight:800;line-height:1}.sat-download-hint{margin-top:6px;color:var(--text-secondary);font-size:.72rem;font-weight:600;line-height:1.25;max-width:330px}.sat-download-progress{min-width:0}.sat-download-progress-top,.sat-download-progress-footer{display:flex;justify-content:space-between;gap:8px;font-size:.68rem;color:var(--text-secondary);font-weight:800;line-height:1}.sat-download-progress-top strong{color:var(--text-primary)}.sat-download-progress-track{margin:6px 0;height:7px;border-radius:999px;background:#e2e8f0f2;overflow:hidden}.sat-download-progress-bar{height:100%;border-radius:999px;background:linear-gradient(90deg,#2563ebf2,#22c55ef2)}.sat-download-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.sat-download-stats div{padding:6px 7px;border-radius:13px;background:#f8fafcf2;border:1px solid rgba(226,232,240,.9);text-align:center}.sat-download-stats span{display:block;color:var(--text-muted);font-size:.58rem;text-transform:uppercase;font-weight:900;letter-spacing:.04em}.sat-download-stats strong{display:block;margin-top:1px;color:var(--text-primary);font-size:.86rem;font-weight:900;line-height:1}.sat-download-action{display:flex;justify-content:flex-end}.sat-download-action .btn{white-space:nowrap;min-height:34px;padding:7px 11px;border-radius:12px;font-size:.78rem}.sat-download-row .badge{padding:5px 9px;font-size:.68rem;line-height:1}.sat-download-empty{padding:22px;border-radius:18px;background:#fff;border:1px solid rgba(226,232,240,.95);color:var(--text-secondary);font-weight:700}.sat-download-pagination{margin-top:14px}@media(max-width:1280px){.sat-download-row{grid-template-columns:minmax(260px,1fr) minmax(220px,.8fr) minmax(260px,1fr) auto}}@media(max-width:1100px){.sat-download-row{grid-template-columns:1fr}.sat-download-action{justify-content:flex-start}.sat-download-name,.sat-download-hint{max-width:100%}}@media(max-width:760px){.sat-download-filter-grid{grid-template-columns:1fr}.sat-download-filter-actions{width:100%}.sat-download-filter-actions .btn{flex:1}.sat-download-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}.sat-download-pagination{margin-top:16px;padding:12px 14px;border-radius:18px;background:#ffffffeb;border:1px solid rgba(226,232,240,.95);display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.sat-pagination-summary{color:var(--text-secondary);font-size:.82rem;font-weight:700}.sat-pagination-actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.sat-page-btn,.sat-page-number{min-height:34px;min-width:34px;padding:8px 11px;border-radius:11px;border:1px solid rgba(226,232,240,.95);background:#fff;color:var(--text-primary);font-size:.78rem;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.sat-page-number.active{background:var(--primary);color:#fff;border-color:var(--primary)}.sat-page-btn.disabled{opacity:.45;pointer-events:none}.sat-page-btn:hover,.sat-page-number:hover{background:#2563eb14}.sat-download-filter-card select.form-control{height:44px;min-height:44px;line-height:1.2;padding:0 42px 0 14px;border-radius:14px;display:block;width:100%;background-position:right 14px center;overflow:visible}.sat-download-filter-card .form-group{min-width:0}.sat-download-filter-grid{align-items:end}.sat-download-filter-card input.form-control{height:44px;min-height:44px;line-height:1.2;padding:0 14px;border-radius:14px}.sat-download-filter-card .btn{height:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.sat-completed-notice{margin-top:18px;padding:16px;border-radius:18px;border:1px solid rgba(34,197,94,.22);background:linear-gradient(135deg,#f0fdf4f2,#ecfdf5bf);display:flex;gap:14px;align-items:flex-start}.sat-completed-icon{width:42px;height:42px;min-width:42px;border-radius:14px;background:#22c55e1f;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.sat-completed-content{flex:1;min-width:0}.sat-completed-title{font-weight:800;color:var(--text-primary);font-size:.98rem;margin-bottom:4px}.sat-completed-text{color:var(--text-secondary);font-size:.9rem;line-height:1.45;font-weight:500}.sat-completed-details{margin-top:12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.sat-completed-details div{padding:10px 12px;border-radius:14px;background:#ffffffc7;border:1px solid rgba(226,232,240,.85);min-width:0}.sat-completed-details span{display:block;margin-bottom:3px;color:var(--text-muted);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.sat-completed-details strong{display:block;color:var(--text-primary);font-size:.9rem;font-weight:900}@media(max-width:900px){.sat-completed-details{grid-template-columns:repeat(2,minmax(0,1fr))}}.sat-empty-notice{margin-top:18px;padding:16px;border-radius:18px;border:1px solid rgba(59,130,246,.22);background:linear-gradient(135deg,#eff6fff2,#f0f9ffbf);display:flex;gap:14px;align-items:flex-start}.sat-empty-icon{width:42px;height:42px;min-width:42px;border-radius:14px;background:#3b82f61f;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.sat-empty-content{flex:1;min-width:0}.sat-empty-title{font-weight:800;color:var(--text-primary);font-size:.98rem;margin-bottom:4px}.sat-empty-text{color:var(--text-secondary);font-size:.9rem;line-height:1.45;font-weight:500}.sat-empty-details{margin-top:12px;padding:10px 12px;border-radius:14px;background:#ffffffc7;border:1px solid rgba(226,232,240,.85);color:var(--text-secondary);font-size:.84rem;display:flex;gap:14px;flex-wrap:wrap}.app-pagination{margin-top:16px;padding:12px 14px;border-radius:18px;background:#fffffff0;border:1px solid rgba(226,232,240,.95);display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;box-shadow:0 12px 30px #0f172a0a}.app-pagination-summary{color:var(--text-secondary);font-size:.82rem;font-weight:700}.app-pagination-actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.app-page-btn,.app-page-number,.app-page-dots{min-height:34px;min-width:34px;padding:8px 11px;border-radius:11px;border:1px solid rgba(226,232,240,.95);background:#fff;color:var(--text-primary);font-size:.78rem;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;line-height:1}.app-page-number.active{background:#2563eb;color:#fff!important;border-color:#2563eb;box-shadow:0 8px 18px #2563eb38}.app-page-number.active,.app-page-number.active:visited,.app-page-number.active:hover{color:#fff!important}.app-page-btn.disabled{opacity:.55;pointer-events:none;background:#f8fafc;color:#94a3b8}.app-page-btn:hover,.app-page-number:hover{background:#2563eb14;color:var(--primary)}.app-page-dots{color:var(--text-muted);background:transparent;border-color:transparent;min-width:24px;padding-inline:4px}@media(max-width:760px){.app-pagination{align-items:flex-start;flex-direction:column}.app-pagination-actions{width:100%}}.selected-taxpayer-pill{display:inline-flex;align-items:center;gap:10px;padding:8px 10px;border-radius:999px;background:#2563eb14;border:1px solid rgba(37,99,235,.18);color:var(--text-primary);font-size:.78rem;font-weight:800}.selected-taxpayer-pill span{color:var(--text-secondary);font-weight:700}.selected-taxpayer-pill strong{color:var(--primary);font-weight:900}.selected-taxpayer-pill form{margin:0}.selected-taxpayer-pill button{border:0;border-radius:999px;padding:5px 9px;background:#fff;color:var(--primary);font-size:.72rem;font-weight:900;cursor:pointer}.selected-dashboard-context{margin-bottom:18px;padding:14px 16px;border-radius:20px;background:#fffffff0;border:1px solid rgba(226,232,240,.95);display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap;box-shadow:0 14px 32px #0f172a0a}.selected-dashboard-context span{display:block;color:var(--text-secondary);font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.selected-dashboard-context strong{color:var(--text-primary);font-weight:900}.selected-dashboard-context form{margin:0}.selected-dashboard-context button{border:0;border-radius:999px;padding:9px 12px;background:#2563eb1a;color:var(--primary);font-weight:900;cursor:pointer}.sat-download-dashboard{margin-top:16px}.sat-request-type-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:18px}.sat-request-type-card{padding:13px 14px;border-radius:16px;border:1px solid rgba(226,232,240,.95);background:#f8fafcd6;display:flex;align-items:center;gap:9px;cursor:pointer;font-size:.82rem;font-weight:900;color:var(--text-primary)}.sat-request-type-card input{width:16px;height:16px}.sat-years-toolbar{margin-bottom:14px;padding:14px;border-radius:18px;background:#f8fafce0;border:1px solid rgba(226,232,240,.95);display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}.sat-years-toolbar strong{display:block;color:var(--text-primary);font-weight:900}.sat-years-toolbar span{display:block;margin-top:3px;color:var(--text-secondary);font-size:.82rem;font-weight:600}.sat-year-list{display:grid;gap:14px}.sat-year-card{padding:14px;border-radius:18px;background:#fffffff5;border:1px solid rgba(226,232,240,.95)}.sat-year-header{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.sat-year-header label{display:inline-flex;align-items:center;gap:9px;cursor:pointer}.sat-year-header strong{font-size:1rem;color:var(--text-primary);font-weight:900}.sat-year-header span{color:var(--text-secondary);font-size:.78rem;font-weight:800}.sat-month-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px}.sat-month-item{padding:10px 11px;border-radius:14px;background:#f8fafce6;border:1px solid rgba(226,232,240,.9);display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.8rem;font-weight:800;color:var(--text-primary)}.sat-month-item input{width:15px;height:15px}@media(max-width:1200px){.sat-request-type-grid,.sat-month-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.sat-request-type-grid,.sat-month-grid{grid-template-columns:1fr}.selected-dashboard-context{align-items:flex-start;flex-direction:column}}.dashx-header{margin-bottom:12px;display:flex;justify-content:space-between;align-items:flex-end;gap:14px;flex-wrap:wrap}.dashx-header h1{margin:0;font-size:1.55rem;line-height:1.05;color:var(--text-primary);font-weight:950;letter-spacing:-.045em}.dashx-header p{margin:5px 0 0;color:var(--text-secondary);font-size:.8rem;font-weight:650}.dashx-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dashx-actions form{margin:0}.dashx-tab,.dashx-change{min-height:36px;padding:9px 13px;border-radius:13px;border:0;background:#e2e8f0e6;color:var(--text-primary);text-decoration:none;font-size:.82rem;font-weight:950;cursor:pointer}.dashx-tab.active{background:var(--primary);color:#fff;box-shadow:0 12px 24px #2563eb3d}.dashx-change{background:#2563eb17;color:var(--primary)}.dashx-kpis{display:grid;grid-template-columns:.7fr 1fr 1fr 1fr;gap:8px;margin-bottom:8px}.dashx-kpi{min-height:74px;padding:11px 12px;border-radius:16px;background:#fffffff5;border:1px solid rgba(226,232,240,.95);box-shadow:0 10px 24px #0f172a09}.dashx-kpi span{display:block;color:var(--text-secondary);font-size:.72rem;font-weight:800;margin-bottom:3px}.dashx-kpi strong{display:block;color:var(--text-primary);font-size:1.28rem;line-height:1;font-weight:950;letter-spacing:-.045em}.dashx-kpi small{display:block;margin-top:5px;color:var(--text-secondary);font-size:.68rem;font-weight:700}.dashx-main-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.8fr);gap:8px;margin-bottom:8px}.dashx-card{border-radius:16px;background:#fffffff7;border:1px solid rgba(226,232,240,.95);box-shadow:0 12px 28px #0f172a0a;overflow:hidden}.dashx-card-head{padding:11px 13px;border-bottom:1px solid rgba(226,232,240,.85);display:flex;justify-content:space-between;align-items:center;gap:10px}.dashx-card-head h2{margin:0;font-size:1rem;line-height:1;color:var(--text-primary);font-weight:950;letter-spacing:-.025em}.dashx-card-head p{margin:4px 0 0;color:var(--text-secondary);font-size:.72rem;font-weight:650}.dashx-card-head a{color:var(--primary);text-decoration:none;font-size:.78rem;font-weight:950}.dashx-mini-status{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.dashx-mini-status span{padding:5px 8px;border-radius:999px;background:#f8fafcf5;border:1px solid rgba(226,232,240,.9);color:var(--text-secondary);font-size:.68rem;font-weight:850}.dashx-table{width:100%;border-collapse:collapse}.dashx-table th{padding:9px 12px;background:#f8fafcf5;color:var(--text-secondary);text-align:left;font-size:.7rem;font-weight:950;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid rgba(226,232,240,.9)}.dashx-table td{padding:10px 12px;border-bottom:1px solid rgba(226,232,240,.78);color:var(--text-primary);font-size:.82rem;font-weight:760;vertical-align:middle}.dashx-table tr:last-child td{border-bottom:0}.dashx-table .money{font-weight:950}.dashx-net{display:inline-flex;align-items:center;justify-content:center;padding:5px 8px;border-radius:999px;font-size:.74rem;font-weight:950}.dashx-net.positive{background:#22c55e24;color:#059669}.dashx-net.negative{background:#ef444424;color:#dc2626}.dashx-recent-list{padding:6px 10px}.dashx-recent-item{padding:9px 2px;border-bottom:1px solid rgba(226,232,240,.75);display:flex;justify-content:space-between;gap:10px;color:var(--text-primary);text-decoration:none;align-items:center}.dashx-recent-item:last-child{border-bottom:0}.dashx-recent-item strong{display:block;font-size:.76rem;font-weight:950}.dashx-recent-item span{display:block;margin-top:2px;color:var(--text-secondary);font-size:.7rem;font-weight:750}.dashx-recent-item b{white-space:nowrap;font-size:.78rem;font-weight:950}.dashx-side-footer{padding:9px 12px;border-top:1px solid rgba(226,232,240,.85);display:flex;justify-content:space-between;gap:8px}.dashx-side-footer a{color:var(--primary);font-size:.78rem;font-weight:950;text-decoration:none}.dashx-compact-bottom{margin-top:8px}.dashx-snapshot-row{padding:10px 12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.dashx-snapshot-pill{padding:9px 10px;border-radius:13px;background:#f8fafceb;border:1px solid rgba(226,232,240,.95);color:var(--text-primary);text-decoration:none}.dashx-snapshot-pill strong{display:block;font-size:.76rem;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashx-snapshot-pill span{display:block;margin-top:3px;color:var(--text-secondary);font-size:.68rem;font-weight:750}.dashx-empty{padding:10px 12px;color:var(--text-secondary);font-size:.78rem;font-weight:750}.dashx-download-top{padding:12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.dashx-type-row{display:flex;gap:7px;flex-wrap:wrap}.dashx-type-row label{padding:8px 10px;border-radius:999px;background:#f8fafcf5;border:1px solid rgba(226,232,240,.92);color:var(--text-primary);font-size:.74rem;font-weight:900;display:inline-flex;align-items:center;gap:6px}.dashx-download-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.dashx-year-grid{padding:0 12px 12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.dashx-year-box{padding:10px;border-radius:15px;background:#f8fafce6;border:1px solid rgba(226,232,240,.95)}.dashx-year-head{display:flex;justify-content:space-between;gap:8px;align-items:center;margin-bottom:8px}.dashx-year-head label{display:inline-flex;gap:7px;align-items:center;cursor:pointer}.dashx-year-head strong{font-size:.92rem;font-weight:950}.dashx-year-head span{font-size:.66rem;color:var(--text-secondary);font-weight:850}.dashx-months{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.dashx-months label{padding:6px 7px;border-radius:10px;background:#fff;border:1px solid rgba(226,232,240,.9);font-size:.7rem;font-weight:850;display:inline-flex;gap:5px;align-items:center}@media(max-width:1300px){.dashx-year-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashx-main-grid{grid-template-columns:1fr}}@media(max-width:900px){.dashx-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dashx-download-top{grid-template-columns:1fr}.dashx-snapshot-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.dashx-kpis,.dashx-year-grid,.dashx-snapshot-row{grid-template-columns:1fr}}.dashx-header{margin-bottom:8px!important;align-items:center!important}.dashx-header h1{font-size:1.35rem!important;letter-spacing:-.045em}.dashx-header p{margin-top:3px!important;font-size:.75rem!important}.dashx-actions{gap:6px!important}.dashx-tab,.dashx-change{min-height:32px!important;padding:7px 12px!important;border-radius:12px!important;font-size:.78rem!important}.dashx-kpis{grid-template-columns:.72fr 1fr 1fr 1fr!important;gap:7px!important;margin-bottom:7px!important}.dashx-kpi{min-height:58px!important;padding:8px 10px!important;border-radius:14px!important}.dashx-kpi span{font-size:.68rem!important;margin-bottom:2px!important}.dashx-kpi strong{font-size:1.12rem!important;line-height:1!important}.dashx-kpi small{margin-top:4px!important;font-size:.63rem!important}.dashx-main-grid{grid-template-columns:minmax(0,1.9fr) minmax(300px,.9fr)!important;gap:7px!important;margin-bottom:7px!important}.dashx-card{border-radius:14px!important}.dashx-card-head{padding:8px 11px!important;min-height:auto!important}.dashx-card-head h2{font-size:.9rem!important}.dashx-card-head p{margin-top:2px!important;font-size:.66rem!important}.dashx-mini-status{gap:4px!important}.dashx-mini-status span{padding:4px 7px!important;font-size:.62rem!important}.dashx-table th{padding:7px 10px!important;font-size:.64rem!important}.dashx-table td{padding:8px 10px!important;font-size:.76rem!important}.dashx-net{padding:4px 7px!important;font-size:.68rem!important}.dashx-recent-list{padding:4px 9px!important}.dashx-recent-item{padding:7px 0!important}.dashx-recent-item strong{font-size:.7rem!important}.dashx-recent-item span{font-size:.64rem!important}.dashx-recent-item b{font-size:.72rem!important}.dashx-side-footer{padding:7px 10px!important}.dashx-side-footer a{font-size:.7rem!important}.dashx-compact-bottom{margin-top:7px!important}.dashx-snapshot-row{padding:8px 10px!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:7px!important}.dashx-snapshot-pill{padding:7px 9px!important;border-radius:12px!important}.dashx-snapshot-pill strong{font-size:.7rem!important}.dashx-snapshot-pill span{font-size:.62rem!important}.dashx-compact-bottom .dashx-card-head{border-bottom:1px solid rgba(226,232,240,.72)!important}.dashx-annual-card{min-height:auto!important}.dashx-annual-table tbody tr{height:38px!important}.dashx-tab.active{background:#2563eb!important;color:#fff!important;box-shadow:0 10px 22px #2563eb38!important}.dashx-tab:not(.active),.dashx-change{background:#e8eef7!important;color:#0f172a!important}body:has(.dashx-header) .content{padding-top:16px!important}@media(max-width:1300px){.dashx-main-grid{grid-template-columns:1fr!important}.dashx-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:760px){.dashx-kpis,.dashx-snapshot-row{grid-template-columns:1fr!important}}.dash-final-header{margin-bottom:10px;display:flex;justify-content:space-between;gap:12px;align-items:center}.dash-final-header h1{margin:0;font-size:1.45rem;line-height:1.05;letter-spacing:-.04em;color:#0f172a;font-weight:850}.dash-final-header p{margin:4px 0 0;color:#334155;font-size:.82rem;font-weight:650}.dash-final-header form{margin:0}.dash-final-change{border:0;border-radius:13px;padding:9px 13px;background:#e8eef7;color:#0f172a;font-size:.78rem;font-weight:800;cursor:pointer}.dash-final-kpis{display:grid;grid-template-columns:.75fr 1fr 1fr 1fr;gap:8px;margin-bottom:9px}.dash-final-kpis>div{min-height:66px;padding:10px 12px;border-radius:15px;background:#fffffffa;border:1px solid rgba(203,213,225,.8);box-shadow:0 10px 24px #0f172a0a}.dash-final-kpis span{display:block;color:#64748b;font-size:.72rem;font-weight:700;margin-bottom:3px}.dash-final-kpis strong{display:block;color:#0f172a;font-size:1.2rem;line-height:1;font-weight:850;letter-spacing:-.04em}.dash-final-kpis small{display:block;margin-top:5px;color:#475569;font-size:.66rem;font-weight:650}.dash-final-panel{border-radius:17px;background:#fff;border:1px solid rgba(203,213,225,.86);box-shadow:0 16px 34px #0f172a0e;overflow:hidden}.dash-final-panel-head{padding:11px 13px;display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid rgba(226,232,240,.9)}.dash-final-panel-head h2{margin:0;color:#0f172a;font-size:1rem;line-height:1;font-weight:850;letter-spacing:-.025em}.dash-final-panel-head p{margin:4px 0 0;color:#64748b;font-size:.72rem;font-weight:600}.dash-final-tabs{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.dash-final-tabs a{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border-radius:12px;background:#e8eef7;color:#0f172a;text-decoration:none;font-size:.78rem;font-weight:800}.dash-final-tabs a.active{background:#2563eb;color:#fff;box-shadow:0 10px 22px #2563eb38}.dash-final-status-row{padding:8px 13px;display:flex;gap:8px;flex-wrap:wrap;border-bottom:1px solid rgba(226,232,240,.8);background:#f8fafc}.dash-final-status-row span{padding:5px 9px;border-radius:999px;background:#fff;border:1px solid rgba(203,213,225,.8);color:#475569;font-size:.7rem;font-weight:650}.dash-final-status-row strong{color:#0f172a;font-weight:800}.dash-final-table{width:100%;border-collapse:collapse}.dash-final-table th{padding:9px 13px;background:#f8fafc;border-bottom:1px solid rgba(226,232,240,.95);color:#64748b;text-align:left;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.dash-final-table td{padding:10px 13px;border-bottom:1px solid rgba(226,232,240,.84);color:#0f172a;font-size:.84rem;font-weight:650;vertical-align:middle}.dash-final-table tbody tr:last-child td{border-bottom:0}.dash-final-net{display:inline-flex;padding:4px 8px;border-radius:999px;font-size:.72rem;font-weight:800}.dash-final-net.positive{background:#22c55e24;color:#059669}.dash-final-net.negative{background:#ef444424;color:#dc2626}.dash-final-alert{margin:10px 13px;padding:10px 12px;border-radius:13px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;font-size:.78rem;font-weight:650}.dash-final-download-toolbar{padding:10px 13px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;border-bottom:1px solid rgba(226,232,240,.9);background:#fff}.dash-final-type-checks{display:flex;gap:6px;flex-wrap:wrap}.dash-final-type-checks label{min-height:30px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border-radius:999px;background:#f8fafc;border:1px solid rgba(203,213,225,.82);color:#0f172a;font-size:.72rem;font-weight:700}.dash-final-type-checks input,.dash-final-table input{width:14px;height:14px}.dash-final-download-actions{display:flex;gap:6px;justify-content:flex-end;flex-wrap:wrap}.dash-final-download-actions button{min-height:32px;border:0;border-radius:11px;padding:0 11px;background:#e8eef7;color:#0f172a;font-size:.74rem;font-weight:800;cursor:pointer}.dash-final-download-actions button.primary{background:#2563eb;color:#fff}.dash-final-download-actions button:disabled{opacity:.45;cursor:not-allowed}.dash-final-year-row td{background:#fff}.dash-final-month-row td{padding-top:0;padding-bottom:11px;background:#fbfdff}.dash-final-months{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:6px}.dash-final-months label{min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:10px;background:#fff;border:1px solid rgba(203,213,225,.82);color:#334155;font-size:.68rem;font-weight:650}.dash-final-months span{white-space:nowrap}.dash-final-month-count{color:#475569;font-size:.75rem;font-weight:700}@media(max-width:1300px){.dash-final-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-final-download-toolbar{grid-template-columns:1fr}.dash-final-download-actions{justify-content:flex-start}.dash-final-months{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:760px){.dash-final-header,.dash-final-panel-head{align-items:flex-start;flex-direction:column}.dash-final-kpis{grid-template-columns:1fr}.dash-final-months{grid-template-columns:repeat(3,minmax(0,1fr))}}.dash-compact-download-bar{padding:9px 13px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;border-bottom:1px solid rgba(226,232,240,.9);background:#fff}.dash-compact-types{display:flex;gap:6px;flex-wrap:wrap}.dash-compact-types label{min-height:28px;padding:0 9px;border-radius:999px;background:#f8fafc;border:1px solid rgba(203,213,225,.85);display:inline-flex;align-items:center;gap:6px;color:#0f172a;font-size:.7rem;font-weight:650;white-space:nowrap}.dash-compact-types input,.dash-period-table input{width:14px;height:14px}.dash-compact-actions{display:flex;gap:6px;justify-content:flex-end;flex-wrap:wrap}.dash-compact-actions button{min-height:30px;border:0;border-radius:11px;padding:0 11px;background:#e8eef7;color:#0f172a;font-size:.72rem;font-weight:800;cursor:pointer}.dash-compact-actions button.primary{background:#2563eb;color:#fff}.dash-compact-actions button:disabled{opacity:.45;cursor:not-allowed}.dash-period-table th{padding-top:7px!important;padding-bottom:7px!important}.dash-period-table td{padding-top:8px!important;padding-bottom:8px!important}.dash-all-check{display:inline-flex;align-items:center;gap:6px;color:#475569;font-size:.68rem;font-weight:800;text-transform:none;letter-spacing:0;cursor:pointer}.dash-period-year-row td{background:#fff}.dash-period-year-row:hover td{background:#f8fafc}.dash-toggle-months{min-height:28px;border:0;border-radius:999px;padding:0 9px;background:#eef2f7;color:#0f172a;display:inline-flex;align-items:center;gap:5px;font-size:.68rem;font-weight:800;cursor:pointer}.dash-toggle-months b{font-size:.7rem;line-height:1}.dash-period-month-row td{padding:6px 13px 9px!important;background:#fbfdff;border-top:0}.dash-period-months{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:5px}.dash-period-months label{min-height:27px;border-radius:9px;background:#fff;border:1px solid rgba(203,213,225,.85);display:inline-flex;justify-content:center;align-items:center;gap:5px;color:#334155;font-size:.66rem;font-weight:650;cursor:pointer}.dash-period-months span{white-space:nowrap}.dash-final-month-count{color:#475569;font-size:.72rem;font-weight:650}@media(max-width:1300px){.dash-compact-download-bar{grid-template-columns:1fr}.dash-compact-actions{justify-content:flex-start}.dash-period-months{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:760px){.dash-period-months{grid-template-columns:repeat(3,minmax(0,1fr))}}.dash-summary-strip{padding:10px 13px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;background:#fff;border-bottom:1px solid rgba(226,232,240,.9)}.dash-summary-strip>div{padding:9px 10px;border-radius:13px;background:#f8fafc;border:1px solid rgba(203,213,225,.82)}.dash-summary-strip span{display:block;color:#64748b;font-size:.68rem;font-weight:700;margin-bottom:3px}.dash-summary-strip strong{display:block;color:#0f172a;font-size:1rem;line-height:1;font-weight:800}.dash-summary-strip small{display:block;margin-top:5px;color:#475569;font-size:.66rem;font-weight:600}.dash-summary-status{padding-top:7px!important;padding-bottom:7px!important}.dash-summary-table th{padding-top:8px!important;padding-bottom:8px!important}.dash-summary-table td{padding-top:9px!important;padding-bottom:9px!important}.dash-year-cell{color:#0f172a;font-size:.9rem!important;font-weight:800!important}.dash-money-cell{color:#0f172a;font-weight:750!important}.dash-year-balance-bar{width:100%;height:7px;border-radius:999px;background:#e2e8f0;overflow:hidden;display:flex}.dash-year-balance small{display:block;margin-top:4px;color:#64748b;font-size:.64rem;font-weight:650}.dash-summary-footer{padding:10px 13px;display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#fbfdff;border-top:1px solid rgba(226,232,240,.9)}.dash-summary-footer>div{padding:9px 10px;border-radius:12px;background:#fff;border:1px solid rgba(226,232,240,.9)}.dash-summary-footer span{display:block;margin-bottom:3px;color:#64748b;font-size:.66rem;font-weight:750;text-transform:uppercase;letter-spacing:.035em}.dash-summary-footer strong{color:#0f172a;font-size:.74rem;font-weight:650;line-height:1.35}@media(max-width:1100px){.dash-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-summary-footer{grid-template-columns:1fr}}@media(max-width:680px){.dash-summary-strip{grid-template-columns:1fr}}.dashboard-page,.dashboard-wrapper,.page-content,.main-content{gap:12px}.dashboard-header h1,.page-title,.dashboard-page-title{font-size:2rem;line-height:1.05;font-weight:700;letter-spacing:-.03em;margin-bottom:4px}.dashboard-header p,.page-subtitle,.dashboard-page-subtitle{font-size:.92rem;color:#64748b;font-weight:500;margin:0}.selected-taxpayer-banner,.active-taxpayer-banner,.dashboard-taxpayer-banner{padding:10px 16px;border-radius:18px;font-size:.92rem;font-weight:600}.dashboard-stats-grid,.kpi-grid,.summary-kpi-grid{gap:10px}.dashboard-stat-card,.kpi-card,.summary-card{padding:14px 16px;min-height:92px;border-radius:18px;box-shadow:none}.dashboard-stat-card .label,.kpi-card .label,.summary-card .label{font-size:.8rem;font-weight:600;color:#64748b;margin-bottom:6px}.dashboard-stat-card .value,.kpi-card .value,.summary-card .value{font-size:1.02rem;line-height:1.05;font-weight:700;color:#0f172a;margin-bottom:4px}.dashboard-stat-card .meta,.kpi-card .meta,.summary-card .meta{font-size:.74rem;color:#475569;font-weight:500}.dash-final-card,.dashboard-panel,.summary-panel{border-radius:22px;overflow:hidden}.dash-final-head,.dashboard-panel-header,.summary-panel-header{padding:12px 16px;border-bottom:1px solid rgba(203,213,225,.75)}.dash-final-head h2,.dashboard-panel-header h2,.summary-panel-header h2{font-size:1.05rem;font-weight:700;margin:0 0 2px;line-height:1.15}.dash-final-head p,.dashboard-panel-header p,.summary-panel-header p{margin:0;font-size:.82rem;color:#64748b;font-weight:500}.dash-tab-switch,.dashboard-tab-switch{gap:8px}.dash-tab-switch .btn,.dashboard-tab-switch .btn,.dashboard-tab-switch button,.dash-switch-btn{min-height:40px;padding:0 16px;border-radius:14px;font-size:.9rem;font-weight:600}.dash-summary-strip{padding:10px 14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;background:#fff;border-bottom:1px solid rgba(226,232,240,.9)}.dash-summary-strip>div{padding:10px 12px;border-radius:14px;background:#f8fafc;border:1px solid rgba(203,213,225,.78)}.dash-summary-strip span{display:block;color:#64748b;font-size:.72rem;font-weight:600;margin-bottom:4px;letter-spacing:0;text-transform:none}.dash-summary-strip strong{display:block;color:#0f172a;font-size:.88rem;line-height:1.1;font-weight:700}.dash-summary-strip small{display:block;margin-top:5px;color:#64748b;font-size:.7rem;font-weight:500}.dash-final-status-row,.dash-summary-status{padding:8px 14px!important;display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid rgba(226,232,240,.85)}.dash-final-status-row span,.dash-summary-status span{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:999px;background:#f8fafc;border:1px solid rgba(203,213,225,.85);color:#334155;font-size:.78rem;font-weight:600}.dash-final-status-row strong,.dash-summary-status strong{font-weight:700;color:#0f172a}.dash-final-table,.dash-summary-table,.data-table{width:100%;border-collapse:collapse}.dash-final-table thead th,.dash-summary-table thead th,.data-table thead th{padding:10px 14px;font-size:.76rem;font-weight:600;color:#64748b;letter-spacing:.01em;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid rgba(203,213,225,.82)}.dash-final-table tbody td,.dash-summary-table tbody td,.data-table tbody td{padding:11px 14px;font-size:.84rem;color:#0f172a;font-weight:500;border-bottom:1px solid rgba(226,232,240,.95);vertical-align:middle}.dash-summary-table tbody tr:last-child td,.dash-final-table tbody tr:last-child td{border-bottom:none}.dash-year-cell{font-size:.9rem!important;font-weight:700!important;color:#0f172a}.dash-money-cell{font-weight:600!important;color:#0f172a}.dash-final-net{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-size:.8rem;font-weight:700;line-height:1}.dash-final-net.positive{background:#22c55e1f;color:#059669}.dash-final-net.negative{background:#ef44441f;color:#dc2626}.dash-year-balance{min-width:180px}.dash-year-balance-bar{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden;display:flex;margin-bottom:4px}.dash-year-balance-bar span{display:block;height:100%;background:#22c55e}.dash-year-balance-bar b{display:block;height:100%;background:#f97316}.dash-year-balance small{display:block;color:#64748b;font-size:.68rem;font-weight:500}.dash-summary-note{padding:10px 14px;border-top:1px solid rgba(226,232,240,.85);background:#fbfdff;color:#475569;font-size:.76rem;font-weight:500;line-height:1.45}.dash-summary-note strong{color:#0f172a;font-weight:700}.dashboard-change-taxpayer,.btn-change-taxpayer{min-height:42px;padding:0 18px;border-radius:16px;font-size:.88rem;font-weight:600}h1,h2,h3,h4,strong{font-weight:700}label,th,small,span,p,td,li,a,button{letter-spacing:0}section,.card,.dash-final-card,.dashboard-panel{margin-bottom:12px}.dash-final-table tbody tr,.dash-summary-table tbody tr{height:auto}@media(max-width:1150px){.dash-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.dash-summary-strip{grid-template-columns:1fr}.dash-final-status-row,.dash-summary-status{gap:6px}.dash-final-table thead th,.dash-summary-table thead th,.dash-final-table tbody td,.dash-summary-table tbody td{padding-left:10px;padding-right:10px}}.dash-period-months label.is-disabled{opacity:.45;background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.dash-period-months label.is-disabled input{cursor:not-allowed}.dash-fiscal-section{border-top:1px solid #e2e8f0;background:#f8fbff}.dash-fiscal-section-head{padding:10px 16px 8px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dash-fiscal-section-head h3{margin:0;font-size:.95rem;font-weight:750;color:#0f172a;letter-spacing:-.02em}.dash-fiscal-section-head p{margin:2px 0 0;font-size:.75rem;color:#64748b;font-weight:500}.dash-fiscal-section-head span{padding:6px 10px;border-radius:999px;background:#eef4ff;color:#1d4ed8;font-size:.72rem;font-weight:750}.dash-fiscal-grid{display:grid;grid-template-columns:1fr;gap:10px;padding:0 12px 12px}.dash-fiscal-card{background:#fff;border:1px solid #dbe5f3;border-radius:16px;overflow:hidden;box-shadow:0 10px 26px #0f172a09}.dash-fiscal-head{padding:8px 12px;border-bottom:1px solid #e5edf7;background:linear-gradient(180deg,#fff,#f9fbff)}.dash-fiscal-head h3{margin:0;font-size:.92rem;font-weight:750;color:#0f172a}.dash-fiscal-head p{margin:2px 0 0;font-size:.7rem;color:#64748b}.dash-fiscal-table-wrap{width:100%;overflow-x:auto}.dash-fiscal-table{width:100%;min-width:920px;border-collapse:collapse}.dash-fiscal-table th{padding:8px 10px;background:#f8fafc;border-bottom:1px solid #dbe5f3;color:#64748b;font-size:.67rem;font-weight:750;text-transform:uppercase;letter-spacing:.035em;text-align:left;white-space:nowrap}.dash-fiscal-table td{padding:8px 10px;border-bottom:1px solid #edf2f7;color:#172033;font-size:.78rem;font-weight:500;white-space:nowrap;vertical-align:middle}.dash-fiscal-table tbody tr:last-child td{border-bottom:none}.dash-fiscal-year{font-weight:760!important;color:#0f172a!important}.dash-fiscal-month-row{background:#f8fbff}.dash-fiscal-month-row td{color:#475569;font-size:.74rem}.dash-fiscal-month{padding-left:18px!important;font-weight:700!important;color:#334155!important}.dash-fiscal-col-toggle{width:48px;text-align:center!important}.dash-fiscal-toggle{width:28px;height:26px;border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#2563eb;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;font-size:.76rem;font-weight:800;line-height:1;transition:all .18s ease}.dash-fiscal-toggle:hover{background:#eff6ff;border-color:#93c5fd}.dash-fiscal-toggle[aria-expanded=true]{background:#2563eb;border-color:#2563eb;color:#fff}.dash-fiscal-total{display:inline-flex;align-items:center;justify-content:center;min-width:86px;padding:5px 9px;border-radius:999px;background:#dcfce7;color:#059669;font-size:.75rem;font-weight:800}.dash-summary-note{padding:8px 16px 10px;border-top:1px solid #e2e8f0;color:#475569;font-size:.76rem;font-weight:500}@media(min-width:1280px){.dash-fiscal-grid{grid-template-columns:1fr 1fr}.dash-fiscal-table{min-width:850px}.dash-fiscal-table th,.dash-fiscal-table td{padding-left:8px;padding-right:8px}}.dashboard-content,.dash-page,.dash-wrapper,.dash-main{padding-top:12px!important;padding-bottom:12px!important}.dash-page-title,.dash-title,.dashboard-title{margin-bottom:2px!important;font-size:2rem!important;line-height:1.05!important}.dash-page-subtitle,.dash-subtitle,.dashboard-subtitle{margin-bottom:10px!important;font-size:.82rem!important;line-height:1.2!important}.dash-top-actions,.dashboard-top-actions{margin-bottom:8px!important}.dash-top-actions .btn,.dashboard-top-actions .btn,.dash-btn,.dashboard-btn{padding:8px 14px!important;font-size:.82rem!important;min-height:auto!important;border-radius:14px!important}.dash-stats-grid,.dash-kpi-grid,.dashboard-stats-grid,.dashboard-kpi-grid,.dash-summary-highlights,.dash-summary-mini-grid,.dashboard-summary-highlights,.dashboard-mini-grid{gap:10px!important;margin-bottom:10px!important}.dash-card,.dashboard-card,.dash-stat-card,.dashboard-stat-card,.dash-mini-card,.dashboard-mini-card,.dash-summary-card .dash-info-card,.dash-summary-card .dash-mini-info-card{border-radius:16px!important;padding:12px 16px!important;min-height:auto!important}.dash-stats-grid .dash-card,.dash-kpi-grid .dash-card,.dashboard-stats-grid .dashboard-card,.dashboard-kpi-grid .dashboard-card,.dash-stats-grid .dash-stat-card,.dashboard-stats-grid .dashboard-stat-card{padding:12px 16px!important;min-height:88px!important}.dash-stats-grid .dash-card h3,.dash-kpi-grid .dash-card h3,.dashboard-stats-grid .dashboard-card h3,.dashboard-kpi-grid .dashboard-card h3,.dash-stats-grid .dash-stat-card h3,.dashboard-stats-grid .dashboard-stat-card h3{font-size:.9rem!important;font-weight:650!important;margin:0 0 4px!important;line-height:1.1!important;color:#64748b!important}.dash-stats-grid .dash-card .value,.dash-kpi-grid .dash-card .value,.dashboard-stats-grid .dashboard-card .value,.dashboard-kpi-grid .dashboard-card .value,.dash-stats-grid .dash-stat-card .value,.dashboard-stats-grid .dashboard-stat-card .value{font-size:1.05rem!important;font-weight:750!important;line-height:1.1!important;margin-bottom:2px!important}.dash-stats-grid .dash-card p,.dash-kpi-grid .dash-card p,.dashboard-stats-grid .dashboard-card p,.dashboard-kpi-grid .dashboard-card p,.dash-stats-grid .dash-stat-card p,.dashboard-stats-grid .dashboard-stat-card p{font-size:.76rem!important;line-height:1.15!important;margin:0!important;color:#475569!important}.dash-summary-highlights .dash-card,.dash-summary-mini-grid .dash-card,.dashboard-summary-highlights .dashboard-card,.dashboard-mini-grid .dashboard-card,.dash-summary-highlights .dash-mini-card,.dashboard-summary-highlights .dashboard-mini-card{padding:10px 14px!important;min-height:76px!important}.dash-summary-highlights .dash-card h4,.dash-summary-mini-grid .dash-card h4,.dashboard-summary-highlights .dashboard-card h4,.dashboard-mini-grid .dashboard-card h4,.dash-summary-highlights .dash-mini-card h4,.dashboard-summary-highlights .dashboard-mini-card h4{font-size:.84rem!important;font-weight:600!important;margin:0 0 4px!important;line-height:1.1!important;color:#64748b!important}.dash-summary-highlights .dash-card .value,.dash-summary-mini-grid .dash-card .value,.dashboard-summary-highlights .dashboard-card .value,.dashboard-mini-grid .dashboard-card .value,.dash-summary-highlights .dash-mini-card .value,.dashboard-summary-highlights .dashboard-mini-card .value{font-size:.95rem!important;font-weight:720!important;line-height:1.1!important;margin-bottom:2px!important}.dash-summary-highlights .dash-card p,.dash-summary-mini-grid .dash-card p,.dashboard-summary-highlights .dashboard-card p,.dashboard-mini-grid .dashboard-card p,.dash-summary-highlights .dash-mini-card p,.dashboard-summary-highlights .dashboard-mini-card p{font-size:.73rem!important;line-height:1.1!important;margin:0!important;color:#64748b!important}.dash-badges,.dashboard-badges{gap:8px!important;padding:8px 14px!important;margin-bottom:8px!important}.dash-badge,.dashboard-badge{padding:6px 12px!important;font-size:.78rem!important;border-radius:999px!important;line-height:1!important}.dash-summary-card,.dashboard-summary-card{border-radius:18px!important;overflow:hidden!important}.dash-summary-card>.dash-summary-header,.dashboard-summary-card>.dashboard-summary-header{padding:12px 16px!important}.dash-summary-card>.dash-summary-body,.dashboard-summary-card>.dashboard-summary-body{padding:0!important}.dash-fiscal-section-head{padding:8px 14px 6px!important}.dash-fiscal-section-head h3{font-size:.92rem!important;margin:0!important}.dash-fiscal-section-head p{font-size:.72rem!important;margin-top:2px!important}.dash-fiscal-grid{gap:10px!important;padding:0 10px 10px!important}.dash-fiscal-card{border-radius:14px!important}.dash-fiscal-head{padding:8px 12px!important}.dash-fiscal-head h3{font-size:.88rem!important;margin:0!important}.dash-fiscal-head p{font-size:.7rem!important;margin-top:2px!important}.dash-fiscal-table th{padding:8px!important;font-size:.64rem!important}.dash-fiscal-table td{padding:8px!important;font-size:.76rem!important}.dash-fiscal-toggle{width:24px!important;height:24px!important;border-radius:8px!important;font-size:.7rem!important}.dash-fiscal-total{min-width:74px!important;padding:4px 8px!important;font-size:.72rem!important}.dash-summary-note{padding:7px 14px 8px!important;font-size:.73rem!important}.dash-summary-card .dash-section,.dashboard-summary-card .dashboard-section,.dash-block,.dashboard-block{margin-bottom:8px!important}@media(min-width:1200px){.dash-fiscal-table th,.dash-fiscal-table td{padding-top:7px!important;padding-bottom:7px!important}}.dash-final-header{padding:4px 6px 8px!important;margin-bottom:6px!important}.dash-final-header h1{font-size:1.25rem!important;line-height:1!important;margin:0 0 2px!important;font-weight:760!important}.dash-final-header p{font-size:.72rem!important;line-height:1!important;margin:0!important;font-weight:600!important;color:#334155!important}.dash-final-change{padding:7px 12px!important;min-height:32px!important;font-size:.74rem!important;border-radius:12px!important}.dash-final-kpis{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;margin-bottom:8px!important}.dash-final-kpis>div{padding:9px 12px!important;min-height:68px!important;border-radius:14px!important}.dash-final-kpis span{font-size:.68rem!important;margin-bottom:3px!important;line-height:1!important}.dash-final-kpis strong{font-size:1.18rem!important;line-height:1!important;margin-bottom:3px!important}.dash-final-kpis small{font-size:.66rem!important;line-height:1.05!important}.dash-final-panel{border-radius:16px!important;overflow:hidden!important}.dash-final-panel-head{padding:8px 12px!important;min-height:auto!important}.dash-final-panel-head h2{font-size:.95rem!important;margin:0 0 2px!important;line-height:1!important}.dash-final-panel-head p{font-size:.68rem!important;line-height:1.05!important;margin:0!important}.dash-final-tabs{gap:6px!important}.dash-final-tabs a{padding:7px 12px!important;min-height:32px!important;border-radius:12px!important;font-size:.72rem!important}.dash-compact-summary-bar{display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:6px!important;padding:7px 12px!important;background:#f8fbff!important;border-top:1px solid #e2e8f0!important;border-bottom:1px solid #e2e8f0!important}.dash-compact-summary-bar>div{background:#fff!important;border:1px solid #dbe5f3!important;border-radius:11px!important;padding:6px 8px!important;min-height:42px!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.dash-compact-summary-bar span{display:block!important;font-size:.58rem!important;line-height:1!important;font-weight:650!important;color:#64748b!important;margin-bottom:2px!important}.dash-compact-summary-bar strong{display:block!important;font-size:.78rem!important;line-height:1!important;font-weight:760!important;color:#0f172a!important;margin-bottom:2px!important}.dash-compact-summary-bar small{display:block!important;font-size:.56rem!important;line-height:1!important;font-weight:500!important;color:#475569!important}.dash-fiscal-section{background:#f8fbff!important;border-top:0!important}.dash-fiscal-section-head{padding:7px 12px 6px!important}.dash-fiscal-section-head h3{font-size:.82rem!important;line-height:1!important;margin:0 0 2px!important;font-weight:760!important}.dash-fiscal-section-head p{font-size:.64rem!important;line-height:1!important;margin:0!important}.dash-fiscal-section-head span{padding:5px 9px!important;font-size:.64rem!important;border-radius:999px!important}.dash-fiscal-card{border-radius:13px!important;overflow:hidden!important;box-shadow:none!important;border:1px solid #dbe5f3!important;background:#fff!important}.dash-fiscal-head{padding:6px 10px!important}.dash-fiscal-head h3{font-size:.8rem!important;line-height:1!important;margin:0 0 2px!important;font-weight:760!important}.dash-fiscal-head p{font-size:.62rem!important;line-height:1!important;margin:0!important}.dash-fiscal-table-wrap{width:100%!important;overflow-x:auto!important}.dash-fiscal-table th{padding:5px!important;font-size:.52rem!important;line-height:1!important;font-weight:720!important;text-transform:uppercase!important;color:#64748b!important;background:#f8fafc!important;border-bottom:1px solid #e2e8f0!important;white-space:nowrap!important}.dash-fiscal-table td{padding:5px!important;font-size:.62rem!important;line-height:1.05!important;font-weight:520!important;border-bottom:1px solid #edf2f7!important;white-space:nowrap!important;color:#0f172a!important}.dash-fiscal-table tbody tr:last-child td{border-bottom:none!important}.dash-fiscal-year{font-size:.66rem!important;font-weight:740!important}.dash-fiscal-month-row{background:#f8fbff!important}.dash-fiscal-month-row td{font-size:.58rem!important;padding-top:4px!important;padding-bottom:4px!important;color:#475569!important}.dash-fiscal-month{padding-left:8px!important;font-weight:650!important}.dash-fiscal-col-toggle{width:32px!important;min-width:32px!important;max-width:32px!important;text-align:center!important}.dash-fiscal-toggle{width:22px!important;height:21px!important;border-radius:8px!important;font-size:.58rem!important;line-height:1!important;padding:0!important;border:1px solid #cbd5e1!important;background:#fff!important;color:#2563eb!important}.dash-fiscal-toggle[aria-expanded=true]{background:#2563eb!important;color:#fff!important}.dash-fiscal-total{min-width:58px!important;padding:3px 5px!important;border-radius:999px!important;font-size:.56rem!important;font-weight:760!important;background:#dcfce7!important;color:#059669!important}.dash-fiscal-table th:nth-child(1),.dash-fiscal-table td:nth-child(1){width:32px!important}.dash-fiscal-table th:nth-child(3),.dash-fiscal-table td:nth-child(3){width:40px!important}.dash-fiscal-table th:nth-child(4),.dash-fiscal-table td:nth-child(4),.dash-fiscal-table th:nth-child(8),.dash-fiscal-table td:nth-child(8),.dash-fiscal-table th:nth-child(9),.dash-fiscal-table td:nth-child(9),.dash-fiscal-table th:nth-child(10),.dash-fiscal-table td:nth-child(10){width:78px!important}.dash-fiscal-table th:nth-child(5),.dash-fiscal-table td:nth-child(5),.dash-fiscal-table th:nth-child(6),.dash-fiscal-table td:nth-child(6),.dash-fiscal-table th:nth-child(7),.dash-fiscal-table td:nth-child(7){width:64px!important}.dash-summary-note{display:none!important}main,.app-main,.page-content,.content,.container-fluid{padding-top:10px!important}.dash-fiscal-types{color:#475569!important;font-size:.58rem!important;font-weight:650!important}.dash-fiscal-table th:nth-child(4),.dash-fiscal-table td:nth-child(4){width:78px!important}.dash-payment-warning{margin:0;padding:7px 12px;background:#eff6ff;border-bottom:1px solid #bfdbfe;color:#1e3a8a;font-size:.68rem;line-height:1.25;font-weight:500}.dash-payment-warning strong{font-weight:780;color:#1d4ed8}.dash-fiscal-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;padding:0 12px 8px!important}.dash-fiscal-card{min-width:0!important}.dash-fiscal-table{width:100%!important;min-width:0!important;table-layout:fixed!important;border-collapse:collapse!important}.dash-fiscal-table th,.dash-fiscal-table td{padding:5px 4px!important;font-size:.56rem!important;line-height:1.05!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-variant-numeric:tabular-nums!important}.dash-fiscal-table th{font-size:.5rem!important;letter-spacing:.02em!important}.dash-fiscal-table td{font-weight:520!important}.dash-fiscal-col-toggle{width:30px!important;max-width:30px!important;min-width:30px!important}.dash-fiscal-toggle{width:21px!important;height:20px!important;border-radius:7px!important;font-size:.56rem!important}.dash-fiscal-table th:nth-child(1),.dash-fiscal-table td:nth-child(1){width:30px!important}.dash-fiscal-table th:nth-child(2),.dash-fiscal-table td:nth-child(2){width:42px!important}.dash-fiscal-table th:nth-child(3),.dash-fiscal-table td:nth-child(3){width:38px!important}.dash-fiscal-table th:nth-child(4),.dash-fiscal-table td:nth-child(4){width:58px!important}.dash-fiscal-table th:nth-child(5),.dash-fiscal-table td:nth-child(5),.dash-fiscal-table th:nth-child(9),.dash-fiscal-table td:nth-child(9),.dash-fiscal-table th:nth-child(10),.dash-fiscal-table td:nth-child(10),.dash-fiscal-table th:nth-child(11),.dash-fiscal-table td:nth-child(11){width:74px!important}.dash-fiscal-table th:nth-child(6),.dash-fiscal-table td:nth-child(6),.dash-fiscal-table th:nth-child(7),.dash-fiscal-table td:nth-child(7),.dash-fiscal-table th:nth-child(8),.dash-fiscal-table td:nth-child(8){width:54px!important}.dash-fiscal-total{min-width:auto!important;max-width:72px!important;padding:3px 5px!important;font-size:.54rem!important}.dash-fiscal-types{font-size:.52rem!important;font-weight:650!important;color:#334155!important}@media(max-width:1320px){.dash-fiscal-grid{grid-template-columns:1fr!important}.dash-fiscal-table th,.dash-fiscal-table td{font-size:.64rem!important;padding:6px!important}.dash-fiscal-table th{font-size:.56rem!important}}.dash-fiscal-table-wrap{overflow-x:hidden!important;width:100%!important}.dash-fiscal-table{width:100%!important;table-layout:fixed!important}.dash-fiscal-table th:last-child,.dash-fiscal-table td:last-child{width:98px!important;min-width:98px!important;max-width:98px!important;padding-right:8px!important;overflow:visible!important;text-overflow:clip!important}.dash-fiscal-total{display:inline-flex!important;min-width:86px!important;max-width:none!important;width:auto!important;padding:3px 7px!important;font-size:.54rem!important;line-height:1!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.dash-fiscal-table th:nth-child(4),.dash-fiscal-table td:nth-child(4){width:52px!important}.dash-fiscal-table th:nth-child(6),.dash-fiscal-table td:nth-child(6),.dash-fiscal-table th:nth-child(7),.dash-fiscal-table td:nth-child(7),.dash-fiscal-table th:nth-child(8),.dash-fiscal-table td:nth-child(8){width:46px!important}.dash-fiscal-table th:nth-child(5),.dash-fiscal-table td:nth-child(5),.dash-fiscal-table th:nth-child(9),.dash-fiscal-table td:nth-child(9),.dash-fiscal-table th:nth-child(10),.dash-fiscal-table td:nth-child(10){width:68px!important}.dash-fiscal-table{width:100%!important;min-width:760px!important;table-layout:fixed!important;border-collapse:collapse!important}.dash-fiscal-table th,.dash-fiscal-table td{padding:5px!important;font-size:.56rem!important;line-height:1.05!important;white-space:nowrap!important;font-variant-numeric:tabular-nums!important}.dash-fiscal-table th:last-child,.dash-fiscal-table td:last-child{width:110px!important;min-width:110px!important;max-width:none!important;padding-right:12px!important;overflow:visible!important;text-overflow:clip!important}.dash-fiscal-total{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:92px!important;max-width:none!important;width:auto!important;padding:4px 9px!important;border-radius:999px!important;background:#dcfce7!important;color:#059669!important;font-size:.55rem!important;font-weight:780!important;line-height:1!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.dash-fiscal-table th:nth-child(1),.dash-fiscal-table td:nth-child(1){width:34px!important}.dash-fiscal-table th:nth-child(2),.dash-fiscal-table td:nth-child(2){width:44px!important}.dash-fiscal-table th:nth-child(3),.dash-fiscal-table td:nth-child(3){width:42px!important}.dash-fiscal-table th:nth-child(4),.dash-fiscal-table td:nth-child(4){width:64px!important}.dash-fiscal-table th:nth-child(5),.dash-fiscal-table td:nth-child(5){width:86px!important}.dash-fiscal-table th:nth-child(6),.dash-fiscal-table td:nth-child(6),.dash-fiscal-table th:nth-child(7),.dash-fiscal-table td:nth-child(7),.dash-fiscal-table th:nth-child(8),.dash-fiscal-table td:nth-child(8){width:58px!important}.dash-fiscal-table th:nth-child(9),.dash-fiscal-table td:nth-child(9),.dash-fiscal-table th:nth-child(10),.dash-fiscal-table td:nth-child(10){width:82px!important}.dash-fiscal-table-wrap::-webkit-scrollbar{height:8px}.dash-fiscal-table-wrap{overflow-x:auto!important;overflow-y:hidden!important;width:100%!important;padding-bottom:4px!important}.dash-fiscal-table{width:max-content!important;min-width:100%!important;table-layout:auto!important;border-collapse:collapse!important}.dash-fiscal-table th,.dash-fiscal-table td{padding:5px 8px!important;font-size:.58rem!important;line-height:1.05!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important;font-variant-numeric:tabular-nums!important}.dash-fiscal-table th{font-size:.5rem!important;font-weight:720!important;letter-spacing:.02em!important;color:#64748b!important}.dash-fiscal-table td{font-weight:520!important;color:#0f172a!important}.dash-fiscal-col-toggle{width:32px!important;min-width:32px!important;max-width:32px!important;padding-left:5px!important;padding-right:4px!important;text-align:center!important}.dash-fiscal-toggle{width:22px!important;height:22px!important;border-radius:8px!important;font-size:.56rem!important;padding:0!important}.dash-fiscal-table th:nth-child(2),.dash-fiscal-table td:nth-child(2){min-width:44px!important}.dash-fiscal-table th:nth-child(3),.dash-fiscal-table td:nth-child(3){min-width:42px!important}.dash-fiscal-table th:nth-child(4),.dash-fiscal-table td:nth-child(4){min-width:58px!important}.dash-fiscal-table th:nth-child(5),.dash-fiscal-table td:nth-child(5){min-width:76px!important}.dash-fiscal-table th:nth-child(6),.dash-fiscal-table td:nth-child(6),.dash-fiscal-table th:nth-child(7),.dash-fiscal-table td:nth-child(7),.dash-fiscal-table th:nth-child(8),.dash-fiscal-table td:nth-child(8){min-width:56px!important}.dash-fiscal-table th:nth-child(9),.dash-fiscal-table td:nth-child(9),.dash-fiscal-table th:nth-child(10),.dash-fiscal-table td:nth-child(10){min-width:82px!important}.dash-fiscal-table th:nth-child(11),.dash-fiscal-table td:nth-child(11){min-width:100px!important;padding-right:12px!important}.dash-fiscal-total{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:88px!important;max-width:none!important;width:auto!important;padding:4px 9px!important;border-radius:999px!important;background:#dcfce7!important;color:#059669!important;font-size:.55rem!important;font-weight:780!important;line-height:1!important;white-space:nowrap!important;overflow:visible!important}.dash-fiscal-types{font-size:.54rem!important;font-weight:650!important;color:#334155!important}.dash-fiscal-table-wrap::-webkit-scrollbar{height:7px}.dash-fiscal-table-wrap::-webkit-scrollbar-track{background:#eef2f7;border-radius:999px}.dash-fiscal-table-wrap::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:999px}.dash-fiscal-table-wrap::-webkit-scrollbar-thumb:hover{background:#64748b}.dash-fiscal-table-wrap{scrollbar-width:thin;scrollbar-color:#94a3b8 #eef2f7}.dash-import-inline{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:8px 12px;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#f8fbff}.dash-import-inline h3{margin:0 0 2px;color:#0f172a;font-size:.82rem;line-height:1;font-weight:760}.dash-import-inline p{margin:0;color:#475569;font-size:.64rem;line-height:1.15;font-weight:500}.dash-import-form{display:flex;align-items:center;gap:8px}.dash-file-input{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:7px 12px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#0f172a;font-size:.72rem;font-weight:720;cursor:pointer;white-space:nowrap}.dash-file-input input{position:absolute;inset:0;opacity:0;cursor:pointer}.dash-file-input:hover{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.dash-import-form button{min-height:32px;padding:7px 13px;border:0;border-radius:12px;background:#2563eb;color:#fff;font-size:.72rem;font-weight:780;cursor:pointer;box-shadow:0 10px 24px #2563eb38}.dash-import-form button:hover{background:#1d4ed8}.flash{margin:0 0 8px;padding:8px 12px;border-radius:12px;font-size:.76rem;font-weight:650}.flash-success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.flash-warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.flash-danger{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}@media(max-width:900px){.dash-import-inline{grid-template-columns:1fr}.dash-import-form{justify-content:flex-start;flex-wrap:wrap}}.dash-file-picker{display:flex;align-items:center;gap:8px;min-width:360px}.dash-file-name{max-width:260px;padding:7px 10px;border:1px dashed #cbd5e1;border-radius:11px;background:#fff;color:#64748b;font-size:.68rem;font-weight:650;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-file-name.has-file{border-style:solid;border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}@media(max-width:900px){.dash-file-picker{min-width:100%;flex-wrap:wrap}.dash-file-name{max-width:100%;width:100%}}.dash-fiscal-year-row.is-period-highlighted td{background:#fff7ed!important;border-top:1px solid #fed7aa!important;border-bottom:1px solid #fed7aa!important}.dash-fiscal-year-row.is-period-highlighted td:first-child{border-left:3px solid #f97316!important}.dash-fiscal-month-row.is-period-highlighted td{background:#fffbeb!important;border-top:1px solid #fde68a!important;border-bottom:1px solid #fde68a!important}.dash-fiscal-month-row.is-period-highlighted .dash-fiscal-month:after{content:"  · actualizado";color:#d97706;font-size:.56rem;font-weight:760}.dash-fiscal-year-row.is-period-highlighted .dash-fiscal-year:after{content:"  · cambios";color:#ea580c;font-size:.56rem;font-weight:760}.dash-payments-panel{margin:8px 12px 10px;padding:8px 10px 10px;border:1px solid #d7e3f4;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff)}.dash-payments-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.dash-payments-head h3{margin:0;color:#0f172a;font-size:.88rem;line-height:1;font-weight:800}.dash-payments-head p{margin:2px 0 0;color:#64748b;font-size:.7rem;line-height:1.1;font-weight:500}.dash-payments-head span{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;background:#eef4ff;color:#1d4ed8;font-size:.66rem;font-weight:800;white-space:nowrap;flex-shrink:0}.dash-payments-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.dash-payment-card{min-height:64px;padding:7px 10px;border:1px solid #dbe7f6;border-radius:14px;background:#fff;display:flex;flex-direction:column;justify-content:center;box-shadow:0 1px 2px #0f172a08;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.dash-payment-card:hover{transform:translateY(-1px);box-shadow:0 5px 14px #0f172a0f;border-color:#c6d7ee}.dash-payment-card span{display:block;margin-bottom:3px;color:#475569;font-size:.67rem;font-weight:800;line-height:1.05;letter-spacing:.01em}.dash-payment-card strong{display:block;color:#0f172a;font-size:.95rem;line-height:1;font-weight:850;margin-bottom:3px}.dash-payment-card small{display:block;color:#334155;font-size:.67rem;line-height:1.1;font-weight:600}.dash-payment-card.is-linked{background:linear-gradient(180deg,#f7fcf8,#eefaf2);border-color:#bfe6ca}.dash-payment-card.is-warning{background:linear-gradient(180deg,#fffaf3,#fff4e8);border-color:#f5cf9b}.dash-payment-card.is-ok{background:linear-gradient(180deg,#f7fcf8,#eefaf2);border-color:#bfe6ca}@media(max-width:1180px){.dash-payments-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.dash-payments-panel{padding:8px}.dash-payments-head{flex-direction:column;align-items:flex-start}.dash-payments-grid{grid-template-columns:1fr}.dash-payment-card{min-height:.9rem}}.dash-payments-panel{margin:6px 12px 8px!important;padding:8px 10px 9px!important}.dash-payments-head{margin-bottom:7px!important}.dash-payments-head h3{font-size:.86rem!important}.dash-payments-head p{font-size:.66rem!important}.dash-payments-grid{gap:8px!important}.dash-payment-card{min-height:58px!important;padding:7px 10px!important;border-radius:13px!important}.dash-payment-card span{margin-bottom:2px!important;font-size:.64rem!important}.dash-payment-card strong{margin-bottom:2px!important;font-size:.92rem!important}.dash-payment-card small{font-size:.63rem!important;line-height:1.05!important}a.dash-payment-card{text-decoration:none!important;color:inherit!important;cursor:pointer}a.dash-payment-card:focus{outline:2px solid #93c5fd;outline-offset:2px}a.dash-payment-card:hover strong{color:#1d4ed8}.cfdi-filter-card{overflow:visible!important}.cfdi-filter-grid{display:grid!important;grid-template-columns:minmax(240px,1.4fr) repeat(5,minmax(130px,1fr)) auto!important;gap:10px!important;align-items:end!important}.cfdi-filter-actions{display:flex!important;gap:8px!important;align-items:end!important;justify-content:flex-end!important;min-width:170px!important}.cfdi-filter-actions .btn{min-height:40px!important;padding:10px 16px!important;white-space:nowrap!important}@media(max-width:1200px){.cfdi-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.cfdi-filter-actions{justify-content:flex-start!important}}@media(max-width:760px){.cfdi-filter-grid{grid-template-columns:1fr!important}}@media(max-width:900px){.dash-export-actions{justify-content:flex-start!important;width:100%!important}}.cfdi-header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important}@media(max-width:760px){.cfdi-header-actions{justify-content:flex-start!important;width:100%!important}}.dash-section-head-compact{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:14px!important;padding:18px 20px 12px!important;min-height:auto!important}.dash-section-head-compact h2{margin:0 0 4px!important;font-size:1.35rem!important;line-height:1.05!important}.dash-section-head-compact p{margin:0!important;font-size:.76rem!important;color:#475569!important;line-height:1.25!important}.dash-section-head-compact .dash-export-actions{margin-top:0!important;padding-top:0!important;align-self:flex-start!important}.dash-export-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important}.dash-export-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:8px 12px!important;border-radius:12px!important;border:1px solid #dbe4f0!important;background:#fff!important;color:#0f172a!important;font-size:.68rem!important;font-weight:780!important;text-decoration:none!important;line-height:1!important;box-shadow:0 10px 24px #0f172a0d!important}.dash-export-btn:hover{transform:translateY(-1px);border-color:#bfdbfe!important;background:#eff6ff!important;color:#1d4ed8!important}@media(max-width:900px){.dash-section-head-compact{flex-direction:column!important;align-items:flex-start!important}.dash-export-actions{justify-content:flex-start!important;width:100%!important}}.dash-final-panel{overflow:hidden!important}.dash-summary-header-clean{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;padding:16px 18px 12px!important;border-bottom:1px solid #e5edf7!important;min-height:0!important;height:auto!important}.dash-summary-title-clean{flex:1 1 auto!important;min-width:0!important}.dash-summary-title-clean h2{margin:0 0 4px!important;padding:0!important;font-size:1.18rem!important;line-height:1.08!important;font-weight:850!important;color:#0f172a!important}.dash-summary-title-clean p{margin:0!important;padding:0!important;font-size:.76rem!important;line-height:1.25!important;color:#475569!important}.dash-summary-export-clean{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important;flex:0 0 auto!important;margin:0!important;padding:0!important}.dash-export-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:8px 12px!important;border-radius:12px!important;border:1px solid #dbe4f0!important;background:#fff!important;color:#0f172a!important;font-size:.68rem!important;font-weight:780!important;text-decoration:none!important;line-height:1!important;white-space:nowrap!important;box-shadow:0 10px 24px #0f172a0d!important}.dash-export-btn:hover{transform:translateY(-1px)!important;border-color:#bfdbfe!important;background:#eff6ff!important;color:#1d4ed8!important}.dash-export-btn.is-primary{border-color:#2563eb!important;background:#2563eb!important;color:#fff!important;box-shadow:0 14px 30px #2563eb3d!important}.dash-export-btn.is-primary:hover{background:#1d4ed8!important;color:#fff!important}.dash-section-head,.dash-section-head-compact,.dash-export-actions{min-height:unset!important;height:auto!important;margin:0!important;padding-bottom:0!important;align-self:auto!important}.dash-compact-summary-bar{margin-top:0!important;padding-top:10px!important}@media(max-width:900px){.dash-summary-header-clean{flex-direction:column!important;align-items:flex-start!important}.dash-summary-export-clean{justify-content:flex-start!important;width:100%!important}}.dash-view-switch{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:#eef4ff;border:1px solid #cfe0ff}.dash-view-switch-btn{border:0;min-height:32px;padding:0 14px;border-radius:999px;background:transparent;color:#1e3a8a;font-size:.78rem;font-weight:850;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.dash-view-switch-btn:hover{background:#ffffffb8}.dash-view-switch-btn.is-active{background:#2563eb;color:#fff;box-shadow:0 10px 22px #2563eb40}.dash-tab-panel{display:none}.dash-tab-panel.is-active{display:block}.dashboard-month-modal{position:fixed;inset:0;z-index:9999;display:none}.dashboard-month-modal.is-open{display:block}.dashboard-month-modal-backdrop{position:absolute;inset:0;background:radial-gradient(circle at top,rgba(37,99,235,.22),transparent 35%),#0f172a94;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dashboard-month-modal-panel{position:relative;z-index:1;width:min(1480px,calc(100vw - 42px));max-height:calc(100vh - 42px);margin:21px auto;overflow:hidden;border-radius:26px;background:#fff;border:1px solid rgba(226,232,240,.98);box-shadow:0 30px 80px #0f172a59;display:flex;flex-direction:column}.dashboard-month-modal-header{padding:18px 22px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fbff)}.dashboard-month-modal-eyebrow{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;background:#eef4ff;color:#1d4ed8;font-size:.72rem;font-weight:850;margin-bottom:8px}.dashboard-month-modal-title{margin:0;color:#0f172a;font-size:1.35rem;font-weight:950;letter-spacing:-.045em}.dashboard-month-modal-subtitle{margin:4px 0 0;color:#64748b;font-size:.82rem;font-weight:650}.dashboard-month-modal-close{width:40px;height:40px;border:0;border-radius:14px;background:#e2e8f0;color:#0f172a;font-size:1.15rem;font-weight:950;cursor:pointer}.dashboard-month-modal-close:hover{background:#cbd5e1}.dashboard-month-modal-body{overflow:auto;padding:18px 22px 22px;background:#f8fbff}.dashboard-month-kpi-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin-bottom:14px}.dashboard-month-kpi{padding:12px 13px;border-radius:16px;background:#fff;border:1px solid #dbe5f3;box-shadow:0 10px 26px #0f172a0b}.dashboard-month-kpi span{display:block;color:#64748b;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.035em;margin-bottom:5px}.dashboard-month-kpi strong{display:block;color:#0f172a;font-size:1rem;font-weight:950;letter-spacing:-.035em;line-height:1.05}.dashboard-month-change-alert{display:none;margin:0 0 14px;padding:12px 14px;border-radius:16px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:.8rem;font-weight:750}.dashboard-month-change-alert.is-visible{display:block}.dashboard-month-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 14px}.dashboard-month-tab{border:1px solid #dbe5f3;background:#fff;color:#334155;min-height:34px;padding:0 13px;border-radius:999px;font-size:.76rem;font-weight:850;cursor:pointer}.dashboard-month-tab.is-active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 10px 22px #2563eb33}.dashboard-month-pane{display:none}.dashboard-month-pane.is-active{display:block}.dashboard-month-table-card{border-radius:18px;background:#fff;border:1px solid #dbe5f3;overflow:hidden;box-shadow:0 12px 30px #0f172a0e}.dashboard-month-table-wrap{overflow:auto;max-height:52vh}.dashboard-month-table{width:100%;min-width:1280px;border-collapse:collapse}.dashboard-month-table th,.dashboard-month-table td{padding:10px 12px;border-bottom:1px solid #edf2f7;text-align:left;white-space:nowrap;font-size:.76rem}.dashboard-month-table th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#64748b;font-size:.66rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.dashboard-month-table td{color:#172033;font-weight:620}.dashboard-month-table tr:hover td{background:#f8fbff}.dashboard-month-uuid{max-width:180px;overflow:hidden;text-overflow:ellipsis;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.68rem!important}.dashboard-month-money{font-variant-numeric:tabular-nums;font-weight:800!important}.dashboard-month-empty{padding:20px;color:#64748b;font-size:.86rem;font-weight:650}.dashboard-year-matrix{width:100%;min-width:1040px;border-collapse:collapse}.dashboard-year-matrix th,.dashboard-year-matrix td{padding:11px 12px;border-bottom:1px solid #edf2f7;text-align:right;white-space:nowrap;font-size:.75rem}.dashboard-year-matrix th{background:#f8fafc;color:#64748b;font-size:.66rem;font-weight:850;text-transform:uppercase;letter-spacing:.04em}.dashboard-year-matrix th:first-child,.dashboard-year-matrix td:first-child{text-align:left;font-weight:900;color:#0f172a;position:sticky;left:0;background:#fff;z-index:1}.dashboard-month-loading{padding:24px;text-align:center;color:#64748b;font-weight:800}.dash-fiscal-month-open{border:0;background:transparent;color:#1d4ed8;font:inherit;font-weight:850;cursor:pointer;padding:0;text-decoration:none}.dash-fiscal-month-open:hover{text-decoration:underline}@media(max-width:1280px){.dashboard-month-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.dashboard-month-modal-panel{width:calc(100vw - 20px);max-height:calc(100vh - 20px);margin:10px auto;border-radius:20px}.dashboard-month-modal-header{padding:15px}.dashboard-month-modal-body{padding:14px}.dashboard-month-kpi-grid{grid-template-columns:1fr}}.dash-fiscal-month-open{display:inline-flex;align-items:center;gap:6px}.dash-month-change-dot{width:7px;height:7px;border-radius:999px;background:#f97316;box-shadow:0 0 0 4px #f9731624}body.dashboard-modal-open{overflow:hidden!important;overscroll-behavior:none}body.dashboard-modal-open .app-shell,body.dashboard-modal-open .main-content,body.dashboard-modal-open main{overscroll-behavior:none}.dashboard-month-modal,.dashboard-month-modal-panel{overscroll-behavior:contain}.dashboard-month-modal-body{overflow-y:auto!important;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.dashboard-month-table-wrap{overflow:auto!important;max-height:52vh;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.dashboard-month-modal-body{flex:1;min-height:0;overflow-y:auto!important;overflow-x:hidden;padding:18px 22px 22px;background:#f8fbff;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.dashboard-month-modal-body{flex:1 1 auto;min-height:0;max-height:calc(100vh - 170px);overflow-y:auto!important;overflow-x:hidden;padding:18px 22px 22px;background:#f8fbff;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.dashboard-month-table-wrap{overflow:auto!important;max-height:52vh;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y}.dashboard-month-modal-panel{position:relative;z-index:1;width:min(1480px,calc(100vw - 42px));height:calc(100vh - 42px);max-height:calc(100vh - 42px);margin:21px auto;overflow:hidden;border-radius:26px;background:#fff;border:1px solid rgba(226,232,240,.98);box-shadow:0 30px 80px #0f172a59;display:flex;flex-direction:column;overscroll-behavior:contain}body.dashboard-modal-open{overflow:hidden!important}.dashboard-month-modal-body{flex:1 1 auto!important;min-height:0!important;height:auto!important;max-height:none!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;touch-action:pan-y!important}.dashboard-month-table-wrap{max-height:calc(100vh - 310px)!important;overflow:auto!important;overscroll-behavior:contain!important;touch-action:pan-x pan-y!important}.dashboard-month-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-top:1px solid #e2e8f0;background:#fff}.dashboard-month-pagination-info{color:#64748b;font-size:.76rem;font-weight:800}.dashboard-month-pagination-actions{display:flex;align-items:center;gap:8px}.dashboard-month-pagination-actions .btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}html.dashboard-modal-open,body.dashboard-modal-open{overflow:hidden!important}.dashboard-month-modal{contain:layout style paint}.dashboard-month-modal.is-open{position:fixed!important;inset:0!important;display:block!important;overflow:hidden!important}.dashboard-month-modal-backdrop{background:#0f172a94!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.dashboard-month-modal-panel{width:min(1480px,calc(100vw - 42px))!important;height:calc(100vh - 42px)!important;max-height:calc(100vh - 42px)!important;margin:21px auto!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;border-radius:24px!important;box-shadow:0 18px 42px #0f172a3d!important;transform:translateZ(0)}.dashboard-month-modal-header{flex:0 0 auto!important}.dashboard-month-modal-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important;padding:18px 22px 22px!important}.dashboard-month-table-wrap{max-height:none!important;overflow-x:auto!important;overflow-y:visible!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}.dashboard-month-table th,.dashboard-year-matrix th{position:static!important}.dashboard-month-table tr:hover td{background:transparent!important}.dashboard-month-table-card,.dashboard-month-kpi{box-shadow:none!important}.dashboard-month-pagination{position:sticky;bottom:0;z-index:5}.dashboard-month-table th,.dashboard-month-table td{padding:8px 10px!important;font-size:.72rem!important}.dashboard-month-kpi{padding:10px 12px!important}.dashboard-month-kpi strong{font-size:.95rem!important}html.dashboard-modal-open,body.dashboard-modal-open{overflow:hidden!important;height:100%!important}html.dashboard-modal-open .app-shell,html.dashboard-modal-open .app-layout,html.dashboard-modal-open .app-main,html.dashboard-modal-open .main-content,html.dashboard-modal-open .content,html.dashboard-modal-open main,body.dashboard-modal-open .app-shell,body.dashboard-modal-open .app-layout,body.dashboard-modal-open .app-main,body.dashboard-modal-open .main-content,body.dashboard-modal-open .content,body.dashboard-modal-open main{overflow:hidden!important;overscroll-behavior:none!important}.dashboard-month-modal.is-open{position:fixed!important;inset:0!important;display:block!important;overflow:hidden!important;z-index:99999!important}.dashboard-month-modal-backdrop{position:absolute!important;inset:0!important;overflow:hidden!important}.dashboard-month-modal-panel{height:calc(100vh - 42px)!important;max-height:calc(100vh - 42px)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.dashboard-month-modal-body{flex:1 1 auto!important;min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}.dashboard-month-table-wrap{overflow-x:auto!important;overflow-y:visible!important;max-height:none!important}.auth-body{min-height:100vh;margin:0;background:radial-gradient(circle at top left,rgba(37,99,235,.22),transparent 32%),radial-gradient(circle at bottom right,rgba(14,165,233,.18),transparent 34%),linear-gradient(135deg,#020617,#0f172a 48%,#172554);color:#0f172a}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(460px,100%);background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:28px;padding:30px;box-shadow:0 34px 90px #0f172a61}.auth-brand{display:flex;align-items:center;gap:14px;margin-bottom:22px}.auth-logo{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:950;box-shadow:0 18px 35px #2563eb4d}.auth-brand h1{margin:0;font-size:1.35rem;font-weight:950;letter-spacing:-.04em}.auth-brand p{margin:4px 0 0;color:#64748b;font-size:.84rem;font-weight:650;line-height:1.35}.auth-form{display:grid;gap:16px}.auth-check{display:inline-flex;align-items:center;gap:9px;color:#475569;font-size:.86rem;font-weight:750}.auth-submit{min-height:48px;border:0;border-radius:16px;background:#2563eb;color:#fff;font-weight:950;cursor:pointer;box-shadow:0 18px 35px #2563eb3d;transition:background .16s ease,transform .16s ease,box-shadow .16s ease}.auth-submit:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 22px 40px #2563eb47}.top-user-menu{display:inline-flex;align-items:center;gap:12px;margin-left:12px}.top-user-info{display:grid;gap:2px;text-align:right}.top-user-info strong{color:#0f172a;font-size:.82rem;font-weight:950;line-height:1.1}.top-user-info span{color:#64748b;font-size:.72rem;font-weight:800;line-height:1.1}.top-logout-btn{border:0;border-radius:999px;padding:10px 14px;background:#fee2e2;color:#b91c1c;font-size:.78rem;font-weight:950;cursor:pointer;transition:background .16s ease,transform .16s ease,box-shadow .16s ease}.top-logout-btn:hover{background:#fecaca;transform:translateY(-1px);box-shadow:0 10px 22px #b91c1c24}.app-topbar,.topbar,.header-bar{min-height:54px!important;height:54px!important;padding:0 28px!important;display:flex!important;align-items:center!important;gap:18px!important;border-bottom:1px solid #e2e8f0!important}.app-topbar>h1,.app-topbar>h2,.topbar>h1,.topbar>h2,.header-bar>h1,.header-bar>h2{margin:0!important;font-size:1rem!important;line-height:1!important;font-weight:950!important;display:flex!important;align-items:center!important}.selected-taxpayer-pill,.taxpayer-selected-pill,.current-taxpayer-pill,.app-topbar .badge,.topbar .badge,.header-bar .badge{height:34px!important;min-height:34px!important;padding:0 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;border-radius:999px!important}.system-status,.system-active,.status-pill,.app-topbar [class*=active],.topbar [class*=active],.header-bar [class*=active]{height:30px!important;min-height:30px!important;padding:0 13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;border-radius:999px!important;font-size:.76rem!important;font-weight:950!important}.top-user-menu{height:38px!important;display:inline-flex!important;align-items:center!important;gap:10px!important;margin-left:8px!important}.top-user-info{height:34px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;text-align:right!important;gap:1px!important}.top-user-info strong{margin:0!important;font-size:.78rem!important;line-height:1!important;font-weight:950!important}.top-user-info span{margin:0!important;font-size:.66rem!important;line-height:1!important;font-weight:850!important}.top-user-menu form{margin:0!important;height:34px!important;display:flex!important;align-items:center!important}.top-logout-btn{height:34px!important;min-height:34px!important;padding:0 15px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;font-size:.74rem!important;font-weight:950!important}.app-topbar>:first-child,.topbar>:first-child,.header-bar>:first-child{margin-right:auto!important}.app-topbar>.top-user-menu,.topbar>.top-user-menu,.header-bar>.top-user-menu{margin-left:8px!important}.app-topbar,.topbar,.header-bar{position:relative!important}.app-topbar .topbar-taxpayer-pill,.topbar .topbar-taxpayer-pill,.header-bar .topbar-taxpayer-pill,.app-topbar .selected-taxpayer-pill,.topbar .selected-taxpayer-pill,.header-bar .selected-taxpayer-pill,.app-topbar .taxpayer-selected-pill,.topbar .taxpayer-selected-pill,.header-bar .taxpayer-selected-pill,.app-topbar .current-taxpayer-pill,.topbar .current-taxpayer-pill,.header-bar .current-taxpayer-pill{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;z-index:2!important}.top-user-menu,.system-status,.system-active,.status-pill,.topbar-status-pill{margin-left:auto!important}.auth-premium-body{min-height:100vh;margin:0;overflow:hidden;color:#0f172a;background:radial-gradient(circle at 12% 18%,rgba(37,99,235,.24),transparent 30%),radial-gradient(circle at 88% 82%,rgba(168,85,247,.18),transparent 30%),linear-gradient(135deg,#020617,#0f172a 46%,#172554)}.auth-premium-shell{min-height:100vh;display:grid;place-items:center;padding:28px;position:relative}.auth-premium-shell:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:radial-gradient(circle at center,black 0%,transparent 72%);mask-image:radial-gradient(circle at center,black 0%,transparent 72%);pointer-events:none}.auth-premium-card{position:relative;z-index:1;width:min(1040px,100%);min-height:560px;display:grid;grid-template-columns:430px minmax(0,1fr);overflow:hidden;border-radius:32px;background:#fffffff5;border:1px solid rgba(226,232,240,.8);box-shadow:0 38px 100px #0206177a,inset 0 1px #ffffffbf}.auth-premium-form-panel{position:relative;z-index:2;padding:40px;display:flex;flex-direction:column;justify-content:center;background:#fffffff0}.auth-premium-brand{display:flex;align-items:center;gap:15px;margin-bottom:24px}.auth-premium-logo{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.32),transparent 34%),linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:950;font-size:1rem;box-shadow:0 18px 35px #2563eb52,inset 0 1px #ffffff57}.auth-premium-brand h1{margin:0;color:#0f172a;font-size:1.45rem;line-height:1;font-weight:950;letter-spacing:-.055em}.auth-premium-brand p{margin:7px 0 0;color:#64748b;font-size:.84rem;line-height:1.45;font-weight:700}.auth-premium-form{display:grid;gap:16px}.auth-premium-field{display:grid;gap:7px}.auth-premium-field label{color:#0f172a;font-size:.78rem;font-weight:950}.auth-premium-input-wrap{height:50px;display:flex;align-items:center;gap:10px;border:1px solid #dbe5f0;border-radius:17px;background:#fff;padding:0 15px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.auth-premium-input-wrap:focus-within{border-color:#2563ebb8;box-shadow:0 0 0 4px #2563eb1f,0 14px 30px #0f172a14;transform:translateY(-1px)}.auth-premium-input-wrap span{color:#64748b;font-size:.8rem;font-weight:950}.auth-premium-input-wrap input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:.92rem;font-weight:800}.auth-premium-input-wrap input::placeholder{color:#94a3b8;font-weight:700}.auth-premium-options{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px}.auth-premium-check{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:.8rem;font-weight:850}.auth-premium-security{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:6px 10px;font-size:.68rem;font-weight:950}.auth-premium-submit{height:52px;border:0;border-radius:18px;margin-top:6px;color:#fff;background:radial-gradient(circle at 20% 10%,rgba(255,255,255,.32),transparent 34%),linear-gradient(135deg,#2563eb,#1d4ed8);font-size:.92rem;font-weight:950;cursor:pointer;box-shadow:0 20px 42px #2563eb47;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.auth-premium-submit:hover{transform:translateY(-2px);box-shadow:0 26px 52px #2563eb57;filter:saturate(1.08)}.auth-premium-visual-panel{position:relative;overflow:hidden;min-height:560px;background:radial-gradient(circle at 68% 25%,rgba(236,72,153,.34),transparent 24%),radial-gradient(circle at 78% 75%,rgba(59,130,246,.34),transparent 28%),linear-gradient(135deg,#1e1b4b,#312e81 42%,#111827)}.auth-premium-visual-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,23,42,.08),transparent 38%),radial-gradient(circle at 50% 50%,transparent,rgba(2,6,23,.22));z-index:4}.auth-premium-grid{position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:38px 38px;opacity:.18;-webkit-mask-image:linear-gradient(90deg,transparent,black 28%,black 84%,transparent);mask-image:linear-gradient(90deg,transparent,black 28%,black 84%,transparent);z-index:2}.auth-wave{position:absolute;width:740px;height:210px;left:-90px;border-radius:999px;filter:blur(1px);transform:rotate(-16deg);opacity:.92;z-index:3}.auth-wave-one{top:130px;background:radial-gradient(circle at 22% 50%,rgba(255,255,255,.22),transparent 18%),linear-gradient(90deg,#2563eb,#7c3aed 45%,#ec4899);box-shadow:0 0 70px #7c3aed6b}.auth-wave-two{top:205px;left:-130px;height:170px;opacity:.78;background:linear-gradient(90deg,#0ea5e926,#2563eb 34%,#8b5cf6 64%,#ec4899f2);box-shadow:0 0 72px #ec489952}.auth-wave-three{top:280px;left:-110px;height:130px;opacity:.68;background:linear-gradient(90deg,#22d3eeb3,#3b82f6d1 42%,#a855f7e0)}.auth-orb{position:absolute;border-radius:999px;filter:blur(14px);z-index:1}.auth-orb-one{width:180px;height:180px;right:52px;top:42px;background:#ec489957}.auth-orb-two{width:230px;height:230px;right:110px;bottom:30px;background:#2563eb57}.auth-orb-three{width:130px;height:130px;left:70px;bottom:90px;background:#22d3ee3d}.auth-premium-visual-content{position:absolute;z-index:5;left:46px;right:46px;bottom:44px;color:#fff}.auth-premium-visual-content>span{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#ffffff21;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:.72rem;font-weight:950}.auth-premium-visual-content h2{margin:16px 0 10px;font-size:2.1rem;line-height:.98;letter-spacing:-.065em;font-weight:950;max-width:460px}.auth-premium-visual-content p{margin:0;max-width:420px;color:#ffffffc7;font-size:.88rem;line-height:1.5;font-weight:650}.auth-premium-mini-metrics{margin-top:22px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:460px}.auth-premium-mini-metrics div{min-height:72px;padding:12px;border-radius:18px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.auth-premium-mini-metrics strong{display:block;color:#fff;font-size:.9rem;font-weight:950}.auth-premium-mini-metrics small{display:block;margin-top:5px;color:#ffffffb3;font-size:.68rem;font-weight:800;line-height:1.25}@media(max-width:980px){.auth-premium-body{overflow-y:auto}.auth-premium-card{grid-template-columns:1fr;min-height:auto}.auth-premium-visual-panel{min-height:360px;order:-1}.auth-premium-form-panel{padding:28px}.auth-premium-visual-content h2{font-size:1.7rem}}@media(max-width:620px){.auth-premium-shell{padding:16px}.auth-premium-card{border-radius:24px}.auth-premium-form-panel{padding:22px}.auth-premium-brand{align-items:flex-start}.auth-premium-options{align-items:flex-start;flex-direction:column}.auth-premium-mini-metrics{grid-template-columns:1fr}}.auth-fluid-body{min-height:100vh;margin:0;overflow:hidden;background:radial-gradient(circle at 78% 24%,rgba(168,85,247,.22),transparent 30%),radial-gradient(circle at 90% 84%,rgba(37,99,235,.24),transparent 32%),linear-gradient(135deg,#020617,#0f172a 44%,#172554);color:#0f172a}.auth-fluid-shell{position:relative;min-height:100vh;display:grid;grid-template-columns:minmax(380px,440px) minmax(0,1fr);overflow:hidden}.auth-fluid-panel{position:relative;z-index:10;min-height:100vh;padding:54px 48px;display:flex;flex-direction:column;justify-content:center;background:#fff;border-right:1px solid rgba(226,232,240,.95);box-shadow:22px 0 55px #0206172e}.auth-fluid-brand{display:flex;align-items:center;gap:15px;margin-bottom:26px}.auth-fluid-logo{width:58px;height:58px;border-radius:20px;display:grid;place-items:center;color:#fff;font-weight:950;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 18px 34px #2563eb47}.auth-fluid-brand h1{margin:0;font-size:1.42rem;line-height:1;font-weight:950;letter-spacing:-.055em;color:#0f172a}.auth-fluid-brand p{margin:7px 0 0;color:#64748b;font-size:.84rem;line-height:1.45;font-weight:750}.auth-fluid-form{display:grid;gap:16px}.auth-fluid-field{display:grid;gap:7px}.auth-fluid-field label{font-size:.78rem;font-weight:950;color:#0f172a}.auth-fluid-input{height:50px;display:flex;align-items:center;gap:10px;border:1px solid #dbe5f0;border-radius:17px;background:#fff;padding:0 15px;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.auth-fluid-input:focus-within{border-color:#2563ebb8;box-shadow:0 0 0 4px #2563eb1f;transform:translateY(-1px)}.auth-fluid-input span{color:#64748b;font-size:.8rem;font-weight:950}.auth-fluid-input input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#0f172a;font-size:.92rem;font-weight:850}.auth-fluid-input input::placeholder{color:#94a3b8}.auth-fluid-options{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:2px}.auth-fluid-check{display:inline-flex;align-items:center;gap:8px;color:#475569;font-size:.8rem;font-weight:850}.auth-fluid-options>span{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:6px 10px;font-size:.68rem;font-weight:950}.auth-fluid-submit{height:52px;border:0;border-radius:18px;margin-top:6px;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);font-size:.92rem;font-weight:950;cursor:pointer;box-shadow:0 18px 38px #2563eb42;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.auth-fluid-submit:hover{transform:translateY(-2px);box-shadow:0 23px 48px #2563eb52;filter:saturate(1.06)}.auth-fluid-hero{position:relative;overflow:hidden;min-height:100vh;background:radial-gradient(circle at 60% 28%,rgba(236,72,153,.18),transparent 26%),radial-gradient(circle at 78% 76%,rgba(59,130,246,.22),transparent 30%),linear-gradient(135deg,#1e1b4b,#312e81 42%,#020617)}.auth-bg-grid{position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:46px 46px;opacity:.35;-webkit-mask-image:linear-gradient(90deg,transparent,black 18%,black 88%,transparent);mask-image:linear-gradient(90deg,transparent,black 18%,black 88%,transparent)}.auth-fluid-wave{position:absolute;left:-8%;width:120%;height:190px;border-radius:999px;transform:rotate(-13deg);will-change:transform}.auth-fluid-wave-one{top:23%;background:linear-gradient(90deg,#2563ebd9,#7c3aede6,#ec4899c7);opacity:.78}.auth-fluid-wave-two{top:36%;left:-12%;height:150px;background:linear-gradient(90deg,#0ea5e9ad,#4f46e5c7,#a855f7ad);opacity:.62}.auth-fluid-wave-three{top:48%;left:-10%;height:120px;background:linear-gradient(90deg,#22d3ee70,#2563eba3,#7c3aed9e);opacity:.56}.auth-fluid-glow{position:absolute;border-radius:999px;opacity:.42;will-change:transform}.auth-fluid-glow-one{width:360px;height:360px;right:7%;top:12%;background:radial-gradient(circle,rgba(236,72,153,.48),transparent 68%)}.auth-fluid-glow-two{width:420px;height:420px;right:18%;bottom:4%;background:radial-gradient(circle,rgba(37,99,235,.42),transparent 70%)}.auth-fluid-copy{position:absolute;z-index:5;left:8%;bottom:11%;max-width:620px;color:#fff}.auth-fluid-copy>span{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:999px;background:#ffffff21;border:1px solid rgba(255,255,255,.18);font-size:.72rem;font-weight:950}.auth-fluid-copy h2{margin:16px 0 10px;max-width:610px;color:#fff;font-size:clamp(2rem,4vw,4.4rem);line-height:.94;font-weight:950;letter-spacing:-.075em}.auth-fluid-copy p{margin:0;max-width:520px;color:#ffffffc7;font-size:.98rem;line-height:1.5;font-weight:700}.auth-fluid-metrics{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,160px));gap:12px}.auth-fluid-metrics div{min-height:76px;padding:13px;border-radius:18px;background:#ffffff1f;border:1px solid rgba(255,255,255,.16)}.auth-fluid-metrics strong{display:block;color:#fff;font-size:.95rem;font-weight:950}.auth-fluid-metrics small{display:block;margin-top:5px;color:#ffffffb8;font-size:.7rem;font-weight:800;line-height:1.25}.auth-premium-shell,.auth-premium-card,.auth-premium-body{all:unset}@media(max-width:960px){.auth-fluid-body{overflow-y:auto}.auth-fluid-shell{grid-template-columns:1fr}.auth-fluid-panel{min-height:auto;padding:32px 26px;box-shadow:none;border-right:0}.auth-fluid-hero{min-height:420px}.auth-fluid-copy{left:26px;right:26px;bottom:32px}.auth-fluid-copy h2{font-size:2.2rem}}@media(max-width:560px){.auth-fluid-panel{padding:24px 18px}.auth-fluid-brand{align-items:flex-start}.auth-fluid-options{align-items:flex-start;flex-direction:column}.auth-fluid-metrics{grid-template-columns:1fr}}.auth-fluid-copy{max-width:680px!important}.auth-fluid-copy h2{max-width:660px!important;font-size:clamp(2.35rem,3.55vw,4rem)!important;line-height:1.08!important;letter-spacing:-.045em!important;font-weight:850!important;text-wrap:balance}.auth-fluid-copy p{max-width:560px!important;margin-top:12px!important;font-size:.98rem!important;line-height:1.68!important;letter-spacing:.005em!important;font-weight:600!important;color:#ffffffc7!important}.auth-fluid-copy>span{font-weight:850!important;letter-spacing:.01em!important}.auth-fluid-metrics strong{font-weight:850!important;letter-spacing:.005em!important}.auth-fluid-metrics small{font-weight:650!important;line-height:1.35!important}.auth-fluid-hero{background:radial-gradient(circle at 74% 22%,rgba(59,130,246,.16),transparent 28%),radial-gradient(circle at 82% 78%,rgba(14,165,233,.13),transparent 30%),linear-gradient(135deg,#0f172a,#172554 45%,#1e293b)!important}.auth-fluid-wave{left:-14%!important;width:132%!important;border-radius:45% 55% 48% 52%/58% 46% 54% 42%!important;transform:rotate(-8deg)!important;opacity:.7!important;mix-blend-mode:screen}.auth-fluid-wave-one{top:22%!important;height:260px!important;background:radial-gradient(circle at 18% 40%,rgba(14,165,233,.52),transparent 24%),linear-gradient(90deg,#2563eb47,#60a5fa61,#0ea5e93d)!important;opacity:.62!important}.auth-fluid-wave-two{top:35%!important;left:-18%!important;height:230px!important;background:radial-gradient(circle at 72% 45%,rgba(125,211,252,.28),transparent 28%),linear-gradient(90deg,#0ea5e92e,#3b82f657,#6366f133)!important;opacity:.5!important}.auth-fluid-wave-three{top:49%!important;left:-10%!important;height:180px!important;background:linear-gradient(90deg,#22d3ee29,#60a5fa47,#0ea5e924)!important;opacity:.42!important}.auth-fluid-glow-one{background:radial-gradient(circle,rgba(56,189,248,.25),transparent 68%)!important;opacity:.5!important}.auth-fluid-glow-two{background:radial-gradient(circle,rgba(37,99,235,.24),transparent 70%)!important;opacity:.46!important}.auth-fluid-metrics div{background:#ffffff18!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:none!important}.auth-fluid-hero{background:radial-gradient(circle at 78% 22%,rgba(37,99,235,.22),transparent 30%),radial-gradient(circle at 78% 78%,rgba(14,165,233,.16),transparent 34%),linear-gradient(135deg,#0f172a,#172554 46%,#111827)!important}.auth-bg-grid{opacity:.22!important;background-size:52px 52px!important}.auth-fluid-wave{left:-18%!important;width:140%!important;border-radius:52% 48% 54% 46%/42% 58% 44% 56%!important;will-change:transform,opacity!important;transform-origin:center center!important;mix-blend-mode:screen!important}.auth-fluid-wave-one{top:22%!important;height:280px!important;background:radial-gradient(circle at 20% 44%,rgba(56,189,248,.46),transparent 28%),linear-gradient(100deg,#0ea5e942,#2563eb7a,#60a5fa33)!important;opacity:.76!important}.auth-fluid-wave-two{top:35%!important;height:230px!important;background:radial-gradient(circle at 68% 45%,rgba(125,211,252,.32),transparent 30%),linear-gradient(100deg,#3b82f633,#0ea5e961,#6366f12e)!important;opacity:.58!important}.auth-fluid-wave-three{top:50%!important;height:170px!important;background:linear-gradient(100deg,#22d3ee2e,#60a5fa57,#2563eb29)!important;opacity:.5!important}.auth-fluid-glow{will-change:transform,opacity!important}.auth-fluid-glow-one{width:440px!important;height:440px!important;right:10%!important;top:8%!important;background:radial-gradient(circle,rgba(56,189,248,.34),transparent 68%)!important;opacity:.55!important}.auth-fluid-glow-two{width:520px!important;height:520px!important;right:19%!important;bottom:-4%!important;background:radial-gradient(circle,rgba(37,99,235,.34),transparent 70%)!important;opacity:.5!important}.auth-fluid-panel,.auth-fluid-copy,.auth-fluid-wave,.auth-fluid-glow,.auth-fluid-metrics div{will-change:transform,opacity}.auth-fluid-copy h2{max-width:680px!important;font-size:clamp(2.35rem,3.45vw,3.85rem)!important;line-height:1.1!important;letter-spacing:-.035em!important;font-weight:780!important}.auth-fluid-copy p{max-width:600px!important;margin-top:14px!important;font-size:1rem!important;line-height:1.7!important;font-weight:600!important;color:#ffffffc7!important}.auth-fluid-copy>span{font-weight:820!important;letter-spacing:.01em!important}.auth-fluid-metrics div{background:#ffffff1a!important;border:1px solid rgba(255,255,255,.15)!important}.auth-fluid-metrics strong{font-weight:820!important}.auth-fluid-metrics small{font-weight:650!important}.auth-fluid-panel{width:430px!important;padding:52px 46px!important;box-shadow:16px 0 44px #0206171f!important}.auth-fluid-brand h1{font-weight:820!important;letter-spacing:-.035em!important}.auth-fluid-brand p{font-weight:600!important;line-height:1.55!important}.auth-fluid-field label{font-weight:760!important;letter-spacing:-.01em!important}.auth-fluid-input input,.auth-fluid-check{font-weight:650!important}.auth-fluid-options>span{font-weight:720!important}.auth-fluid-submit{font-weight:780!important;letter-spacing:-.01em!important}.auth-fluid-copy{left:8%!important;bottom:auto!important;top:40%!important;transform:translateY(-50%)!important;max-width:720px!important}.auth-fluid-copy h2{max-width:700px!important;font-size:clamp(2.3rem,3.35vw,3.75rem)!important;line-height:1.12!important;letter-spacing:-.028em!important;font-weight:720!important}.auth-fluid-copy p{max-width:620px!important;margin-top:16px!important;font-size:.98rem!important;line-height:1.75!important;letter-spacing:.005em!important;font-weight:520!important;color:#ffffffbd!important}.auth-fluid-copy>span{font-weight:700!important;letter-spacing:.01em!important}.auth-fluid-metrics{margin-top:26px!important}.auth-fluid-metrics strong{font-weight:720!important}.auth-fluid-metrics small{font-weight:520!important}.auth-fluid-hero{background:radial-gradient(circle at 78% 24%,rgba(37,99,235,.2),transparent 32%),radial-gradient(circle at 76% 76%,rgba(14,165,233,.16),transparent 34%),linear-gradient(135deg,#0b1224,#142554 46%,#0f172a)!important}.auth-bg-grid{opacity:.16!important;background-size:54px 54px!important;animation:authGridDrift 18s linear infinite alternate!important;will-change:transform!important}.auth-fluid-wave{position:absolute!important;left:-22%!important;width:148%!important;border-radius:45% 55% 52% 48%/58% 42%!important;will-change:transform!important;mix-blend-mode:screen!important;pointer-events:none!important}.auth-fluid-wave-one{top:19%!important;height:250px!important;opacity:.74!important;background:radial-gradient(circle at 23% 48%,rgba(56,189,248,.52),transparent 25%),linear-gradient(100deg,#0ea5e938,#2563eb94,#60a5fa3d)!important;animation:authWaveOne 8s ease-in-out infinite alternate!important}.auth-fluid-wave-two{top:34%!important;left:-26%!important;height:205px!important;opacity:.62!important;background:radial-gradient(circle at 68% 48%,rgba(125,211,252,.4),transparent 28%),linear-gradient(100deg,#2563eb3d,#0ea5e97a,#3b82f638)!important;animation:authWaveTwo 10s ease-in-out infinite alternate!important}.auth-fluid-wave-three{top:49%!important;left:-18%!important;height:155px!important;opacity:.48!important;background:linear-gradient(100deg,#22d3ee2e,#60a5fa61,#2563eb29)!important;animation:authWaveThree 12s ease-in-out infinite alternate!important}.auth-fluid-glow{will-change:transform,opacity!important;pointer-events:none!important}.auth-fluid-glow-one{width:440px!important;height:440px!important;right:8%!important;top:8%!important;opacity:.48!important;background:radial-gradient(circle,rgba(56,189,248,.32),transparent 70%)!important;animation:authGlowOne 11s ease-in-out infinite alternate!important}.auth-fluid-glow-two{width:540px!important;height:540px!important;right:18%!important;bottom:-6%!important;opacity:.42!important;background:radial-gradient(circle,rgba(37,99,235,.32),transparent 72%)!important;animation:authGlowTwo 13s ease-in-out infinite alternate!important}@keyframes authWaveOne{0%{transform:translate3d(-28px,10px,0) rotate(-8deg) scaleX(1)}to{transform:translate3d(54px,-26px,0) rotate(-4deg) scaleX(1.06)}}@keyframes authWaveTwo{0%{transform:translate3d(38px,-8px,0) rotate(-12deg) scaleX(1.02)}to{transform:translate3d(-48px,28px,0) rotate(-7deg) scaleX(1.08)}}@keyframes authWaveThree{0%{transform:translate3d(-18px,16px,0) rotate(-9deg) scaleX(1)}to{transform:translate3d(42px,-10px,0) rotate(-5deg) scaleX(1.05)}}@keyframes authGlowOne{0%{transform:translateZ(0) scale(1);opacity:.38}to{transform:translate3d(-34px,26px,0) scale(1.12);opacity:.56}}@keyframes authGlowTwo{0%{transform:translateZ(0) scale(1);opacity:.34}to{transform:translate3d(36px,-28px,0) scale(1.08);opacity:.5}}@keyframes authGridDrift{0%{transform:translateZ(0)}to{transform:translate3d(28px,16px,0)}}.auth-fluid-panel{width:430px!important;padding:52px 46px!important;box-shadow:14px 0 42px #0206171a!important}.auth-fluid-brand h1{font-weight:760!important;letter-spacing:-.025em!important}.auth-fluid-brand p{font-weight:520!important;line-height:1.58!important}.auth-fluid-field label{font-weight:680!important;letter-spacing:-.005em!important}.auth-fluid-input input,.auth-fluid-check{font-weight:560!important}.auth-fluid-options>span{font-weight:650!important}.auth-fluid-submit{font-weight:720!important;letter-spacing:-.005em!important}.auth-fluid-copy{left:8%!important;top:48%!important;bottom:auto!important;transform:translateY(-50%)!important;max-width:720px!important}.auth-fluid-copy h2{max-width:700px!important;font-size:clamp(2.35rem,3.35vw,3.75rem)!important;line-height:1.16!important;letter-spacing:-.022em!important;font-weight:680!important}.auth-fluid-copy p{max-width:620px!important;margin-top:16px!important;font-size:.98rem!important;line-height:1.78!important;letter-spacing:.005em!important;font-weight:480!important;color:#ffffffc2!important}.auth-fluid-copy>span{font-weight:650!important;letter-spacing:.015em!important}.auth-fluid-metrics{margin-top:28px!important}.auth-fluid-metrics div{min-height:70px!important;background:#ffffff16!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:none!important}.auth-fluid-metrics strong{font-weight:680!important;letter-spacing:0!important}.auth-fluid-metrics small{font-weight:480!important;line-height:1.35!important}.auth-fluid-hero{isolation:isolate!important;background:radial-gradient(circle at 78% 22%,rgba(59,130,246,.22),transparent 32%),radial-gradient(circle at 76% 78%,rgba(14,165,233,.16),transparent 34%),linear-gradient(135deg,#08111f,#122a5f 48%,#0f172a)!important}.auth-bg-grid{opacity:.13!important;background-size:56px 56px!important;animation:authGridFlow 16s linear infinite alternate!important;will-change:transform!important}.auth-fluid-wave{position:absolute!important;left:-24%!important;width:150%!important;pointer-events:none!important;will-change:transform,opacity!important;mix-blend-mode:screen!important;transform-origin:center center!important;border-radius:38% 62% 42% 58%/48% 44% 56% 52%!important}.auth-fluid-wave-one{top:17%!important;height:260px!important;opacity:.72!important;background:radial-gradient(circle at 24% 48%,rgba(125,211,252,.55),transparent 26%),linear-gradient(100deg,#0ea5e933,#2563eb8c,#60a5fa3d)!important;animation:authWaveOneFlow 6.8s ease-in-out infinite alternate!important}.auth-fluid-wave-two{top:32%!important;left:-28%!important;height:220px!important;opacity:.68!important;background:radial-gradient(circle at 70% 48%,rgba(147,197,253,.42),transparent 30%),linear-gradient(100deg,#3b82f638,#0ea5e985,#2563eb38)!important;animation:authWaveTwoFlow 8s ease-in-out infinite alternate!important}.auth-fluid-wave-three{top:47%!important;left:-20%!important;height:170px!important;opacity:.52!important;background:linear-gradient(100deg,#22d3ee29,#60a5fa66,#2563eb29)!important;animation:authWaveThreeFlow 9.2s ease-in-out infinite alternate!important}.auth-fluid-glow{pointer-events:none!important;will-change:transform,opacity!important}.auth-fluid-glow-one{width:440px!important;height:440px!important;right:8%!important;top:8%!important;opacity:.46!important;background:radial-gradient(circle,rgba(56,189,248,.34),transparent 70%)!important;animation:authGlowOneFlow 8.5s ease-in-out infinite alternate!important}.auth-fluid-glow-two{width:560px!important;height:560px!important;right:18%!important;bottom:-8%!important;opacity:.4!important;background:radial-gradient(circle,rgba(37,99,235,.34),transparent 72%)!important;animation:authGlowTwoFlow 10.5s ease-in-out infinite alternate!important}@keyframes authWaveOneFlow{0%{transform:translate3d(-70px,22px,0) rotate(-9deg) scaleX(1)}50%{transform:translate3d(12px,-18px,0) rotate(-5deg) scaleX(1.07)}to{transform:translate3d(86px,-34px,0) rotate(-3deg) scaleX(1.12)}}@keyframes authWaveTwoFlow{0%{transform:translate3d(78px,-16px,0) rotate(-13deg) scaleX(1.03)}50%{transform:translate3d(10px,18px,0) rotate(-9deg) scaleX(1.09)}to{transform:translate3d(-88px,36px,0) rotate(-6deg) scaleX(1.13)}}@keyframes authWaveThreeFlow{0%{transform:translate3d(-58px,26px,0) rotate(-10deg) scaleX(1)}50%{transform:translate3d(8px,6px,0) rotate(-7deg) scaleX(1.06)}to{transform:translate3d(72px,-22px,0) rotate(-4deg) scaleX(1.11)}}@keyframes authGlowOneFlow{0%{transform:translateZ(0) scale(1);opacity:.36}to{transform:translate3d(-48px,32px,0) scale(1.14);opacity:.54}}@keyframes authGlowTwoFlow{0%{transform:translateZ(0) scale(1);opacity:.32}to{transform:translate3d(52px,-38px,0) scale(1.1);opacity:.5}}@keyframes authGridFlow{0%{transform:translateZ(0)}to{transform:translate3d(34px,18px,0)}}@media(prefers-reduced-motion:reduce){.auth-fluid-wave,.auth-fluid-glow,.auth-bg-grid{animation:none!important}}.auth-fluid-hero{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 76% 18%,rgba(37,99,235,.22),transparent 32%),radial-gradient(circle at 82% 82%,rgba(14,165,233,.14),transparent 34%),linear-gradient(135deg,#08111f,#122a5f 48%,#0f172a)!important}.auth-motion-stage{position:absolute!important;inset:0!important;overflow:hidden!important;z-index:1!important;pointer-events:none!important}.auth-motion-grid{position:absolute!important;inset:0!important;opacity:.13!important;background:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px)!important;background-size:54px 54px!important;animation:authMotionGrid 18s linear infinite alternate!important}.auth-motion-wave{position:absolute!important;left:-28%!important;width:158%!important;border-radius:48% 52% 45% 55%/58% 44% 56% 42%!important;transform-origin:center center!important;mix-blend-mode:screen!important;will-change:transform,opacity!important}.auth-motion-wave-one{top:18%!important;height:260px!important;opacity:.72!important;background:radial-gradient(circle at 18% 48%,rgba(125,211,252,.62),transparent 24%),linear-gradient(100deg,#0ea5e93d,#2563eb8a,#60a5fa42)!important;animation:authMotionWaveOne 5.8s ease-in-out infinite alternate!important}.auth-motion-wave-two{top:34%!important;left:-34%!important;height:210px!important;opacity:.7!important;background:radial-gradient(circle at 70% 52%,rgba(191,219,254,.46),transparent 26%),linear-gradient(100deg,#2563eb2e,#38bdf880,#3b82f638)!important;animation:authMotionWaveTwo 6.8s ease-in-out infinite alternate!important}.auth-motion-wave-three{top:50%!important;left:-22%!important;height:150px!important;opacity:.48!important;background:linear-gradient(100deg,#22d3ee29,#60a5fa61,#2563eb24)!important;animation:authMotionWaveThree 8s ease-in-out infinite alternate!important}.auth-motion-light{position:absolute!important;left:-35%!important;width:80%!important;height:5px!important;border-radius:999px!important;background:linear-gradient(90deg,transparent,rgba(125,211,252,.1),rgba(125,211,252,.95),rgba(37,99,235,.35),transparent)!important;filter:drop-shadow(0 0 18px rgba(125,211,252,.65))!important;transform:rotate(-8deg)!important;will-change:transform,opacity!important}.auth-motion-light-one{top:42%!important;opacity:.8!important;animation:authMotionLightOne 4.6s ease-in-out infinite!important}.auth-motion-light-two{top:55%!important;opacity:.55!important;animation:authMotionLightTwo 6.2s ease-in-out infinite!important}.auth-motion-orb{position:absolute!important;border-radius:999px!important;will-change:transform,opacity!important}.auth-motion-orb-one{width:520px!important;height:520px!important;right:8%!important;top:8%!important;opacity:.42!important;background:radial-gradient(circle,rgba(56,189,248,.28),transparent 70%)!important;animation:authMotionOrbOne 8s ease-in-out infinite alternate!important}.auth-motion-orb-two{width:620px!important;height:620px!important;right:20%!important;bottom:-12%!important;opacity:.34!important;background:radial-gradient(circle,rgba(37,99,235,.28),transparent 72%)!important;animation:authMotionOrbTwo 10s ease-in-out infinite alternate!important}.auth-fluid-copy{z-index:5!important;left:8%!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;max-width:720px!important}.auth-fluid-copy h2{max-width:710px!important;font-size:clamp(2.35rem,3.28vw,3.65rem)!important;line-height:1.16!important;letter-spacing:-.022em!important;font-weight:650!important}.auth-fluid-copy p{max-width:620px!important;margin-top:16px!important;font-size:.98rem!important;line-height:1.78!important;font-weight:460!important;color:#ffffffc2!important}.auth-fluid-copy>span{font-weight:620!important}.auth-fluid-metrics strong{font-weight:650!important}.auth-fluid-metrics small{font-weight:460!important}.auth-fluid-brand h1{font-weight:720!important;letter-spacing:-.025em!important}.auth-fluid-brand p{font-weight:500!important}.auth-fluid-field label{font-weight:650!important}.auth-fluid-input input,.auth-fluid-check{font-weight:540!important}.auth-fluid-submit{font-weight:680!important}@keyframes authMotionWaveOne{0%{transform:translate3d(-110px,26px,0) rotate(-10deg) scaleX(1)}50%{transform:translate3d(10px,-22px,0) rotate(-6deg) scaleX(1.08)}to{transform:translate3d(130px,-38px,0) rotate(-3deg) scaleX(1.15)}}@keyframes authMotionWaveTwo{0%{transform:translate3d(120px,-20px,0) rotate(-13deg) scaleX(1.03)}50%{transform:translate3d(0,20px,0) rotate(-9deg) scaleX(1.1)}to{transform:translate3d(-125px,42px,0) rotate(-5deg) scaleX(1.16)}}@keyframes authMotionWaveThree{0%{transform:translate3d(-95px,24px,0) rotate(-10deg) scaleX(1)}50%{transform:translate3d(10px,2px,0) rotate(-7deg) scaleX(1.08)}to{transform:translate3d(105px,-26px,0) rotate(-4deg) scaleX(1.15)}}@keyframes authMotionLightOne{0%{transform:translate3d(-20%,0,0) rotate(-8deg);opacity:0}15%{opacity:.9}55%{opacity:.95}to{transform:translate3d(190%,-38px,0) rotate(-8deg);opacity:0}}@keyframes authMotionLightTwo{0%{transform:translate3d(-30%,0,0) rotate(-8deg);opacity:0}22%{opacity:.65}62%{opacity:.75}to{transform:translate3d(180%,32px,0) rotate(-8deg);opacity:0}}@keyframes authMotionOrbOne{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(-50px,32px,0) scale(1.12)}}@keyframes authMotionOrbTwo{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(58px,-42px,0) scale(1.1)}}@keyframes authMotionGrid{0%{transform:translateZ(0)}to{transform:translate3d(36px,18px,0)}}@media(prefers-reduced-motion:reduce){.auth-motion-wave,.auth-motion-orb,.auth-motion-light,.auth-motion-grid{animation-duration:18s!important}}.user-form-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.user-form-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}.user-form-main{display:grid;gap:18px}.user-form-card,.user-form-side-card{padding:24px;border-radius:24px}.user-form-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:18px;flex-wrap:wrap}.user-form-card-head h2{margin:0 0 4px;font-size:1.6rem;line-height:1.15;font-weight:700;color:#0f172a}.user-form-card-head p{margin:0;color:#64748b;font-size:.98rem;line-height:1.45}.user-form-badge,.user-form-counter{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border-radius:999px;background:#eef4ff;color:#2858d8;font-weight:700;font-size:.92rem;border:1px solid #d7e3ff}.user-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.user-form-inline-options{margin-top:18px;display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.user-form-note,.user-assignment-hint{color:#64748b;font-size:.95rem;line-height:1.5}.user-assignment-hint{margin:0 0 16px;padding:12px 14px;border-radius:16px;background:#f8fbff;border:1px solid #e2ebfb}.user-switch{display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.user-switch-ui:after{content:"";position:absolute;top:3px;left:4px;width:22px;height:22px;background:#fff;border-radius:999px;box-shadow:0 4px 12px #0f172a2e;transition:transform .18s ease}.user-switch-label{font-weight:700;color:#0f172a}.user-taxpayer-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:16px}.user-taxpayer-search{flex:1;min-width:280px}.user-taxpayer-toolbar-actions{display:flex;gap:10px;flex-wrap:wrap}.user-taxpayer-table-wrap{border:1px solid #e2e8f0;border-radius:20px;overflow:hidden}.user-taxpayer-table tbody tr{transition:background-color .15s ease,transform .15s ease}.user-form-side{position:sticky;top:18px}.user-form-side-card h3{margin:0 0 16px;font-size:1.35rem;color:#0f172a}.user-summary-list{display:grid;gap:12px}.user-summary-item{display:flex;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:#f8fafc;border:1px solid #e5edf7}.user-summary-item span{color:#64748b;font-size:.94rem}.user-summary-item strong{color:#0f172a;font-size:.96rem;text-align:right}.user-form-side-actions{margin-top:18px;display:grid;gap:10px}.user-form-submit{min-height:50px;font-size:1rem}@media(max-width:1280px){.user-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.user-form-layout{grid-template-columns:1fr}.user-form-side{position:static}}@media(max-width:768px){.user-form-grid{grid-template-columns:1fr}.user-form-card,.user-form-side-card{padding:18px;border-radius:20px}.user-taxpayer-search{min-width:100%}}.user-form-shell{display:grid;gap:18px}.user-form-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap}.user-form-header-actions{display:flex;gap:10px;flex-wrap:wrap}.user-form-compact{display:grid;gap:18px}.user-form-card{padding:24px 28px;border-radius:24px}.user-form-card-compact{overflow:hidden}.user-form-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:18px;flex-wrap:wrap}.user-form-card-head h2{margin:0 0 4px;color:#0f172a;font-size:1.52rem;line-height:1.08;font-weight:950;letter-spacing:-.025em}.user-form-card-head p{margin:0;color:#64748b;font-size:.95rem;line-height:1.45;font-weight:650}.user-form-badge,.user-form-counter{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;background:#eef4ff;color:#2563eb;border:1px solid #d7e3ff;font-size:.82rem;font-weight:950;white-space:nowrap}.user-form-grid-compact{display:grid;grid-template-columns:1.1fr 1.1fr .9fr .75fr auto;gap:14px;align-items:end}.user-status-group{min-width:130px}.user-switch{min-height:52px;display:inline-flex;align-items:center;gap:10px;-webkit-user-select:none;user-select:none;cursor:pointer}.user-switch input{display:none}.user-switch-ui{position:relative;width:48px;height:28px;border-radius:999px;background:#cbd5e1;transition:background .18s ease;flex-shrink:0}.user-switch-ui:after{content:"";position:absolute;top:3px;left:4px;width:22px;height:22px;border-radius:999px;background:#fff;box-shadow:0 4px 12px #0f172a2e;transition:transform .18s ease}.user-switch input:checked+.user-switch-ui{background:#2563eb}.user-switch input:checked+.user-switch-ui:after{transform:translate(18px)}.user-switch input:disabled+.user-switch-ui{opacity:.55;cursor:not-allowed}.user-switch-label{color:#0f172a;font-size:.95rem;font-weight:950}.user-summary-panel{padding:18px 20px;border-radius:22px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 40px #0f172a14}.user-summary-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.user-summary-panel-head h3{margin:0 0 3px;font-size:1.18rem;font-weight:950;color:#0f172a}.user-summary-panel-head p{margin:0;color:#64748b;font-size:.88rem;font-weight:700}.user-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.user-summary-grid>div{min-height:58px;padding:12px 14px;border-radius:16px;background:#f8fafc;border:1px solid #e5edf7;display:grid;gap:3px}.user-summary-grid span{color:#64748b;font-size:.78rem;font-weight:850}.user-summary-grid strong{color:#0f172a;font-size:.95rem;font-weight:950}.user-taxpayer-card{padding-bottom:20px}.user-taxpayer-head{margin-bottom:14px}.user-taxpayer-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:12px}.user-taxpayer-search{flex:1;min-width:320px}.user-taxpayer-toolbar-actions{display:flex;gap:9px;flex-wrap:wrap}.user-taxpayer-toolbar-actions .btn{min-height:42px;white-space:nowrap}.user-assignment-hint{margin:0 0 14px;padding:11px 14px;border-radius:16px;color:#486079;background:#f8fbff;border:1px solid #dbe8fb;font-size:.9rem;font-weight:650}.user-taxpayer-table-wrap{max-height:430px;overflow:auto;border:1px solid #e2e8f0;border-radius:20px;background:#fff}.user-taxpayer-table{margin:0}.user-taxpayer-table thead th{position:sticky;top:0;z-index:5;background:#f8fafc}.user-taxpayer-table tbody tr{transition:background-color .14s ease}.user-taxpayer-table tbody tr:hover{background:#f8fbff}.user-taxpayer-table tbody tr.is-hidden{display:none}.user-checkbox-wrap{display:inline-flex;align-items:center;justify-content:center}[data-user-taxpayer-row] input[type=checkbox]{width:18px;height:18px;accent-color:#2563eb}.user-form-bottom-bar{position:sticky;bottom:0;z-index:30;min-height:72px;padding:12px 16px;border-radius:22px;background:#fffffff0;border:1px solid #dbe5f2;box-shadow:0 -12px 34px #0f172a1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.user-form-bottom-bar>div:first-child{color:#64748b;font-weight:850}.user-form-bottom-bar>div:first-child strong{color:#2563eb;font-size:1.1rem}.user-form-bottom-bar>div:last-child{display:flex;gap:10px;flex-wrap:wrap}.user-form-bottom-bar .btn{min-width:150px;min-height:46px}@media(max-width:1400px){.user-form-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.user-status-group{min-width:0}.user-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.user-form-card{padding:18px;border-radius:20px}.user-form-grid-compact,.user-summary-grid{grid-template-columns:1fr}.user-taxpayer-search{min-width:100%}.user-form-bottom-bar{align-items:stretch}.user-form-bottom-bar>div:last-child{width:100%}.user-form-bottom-bar .btn{flex:1;min-width:0}}.user-form-card{padding:20px 24px!important}.user-form-card-head{margin-bottom:14px!important}.user-form-card-head h2{font-size:1.35rem!important}.user-form-card-head p{font-size:.88rem!important}.user-taxpayer-toolbar{margin-bottom:10px!important}.user-taxpayer-toolbar-actions .btn{min-height:38px!important;padding:0 16px!important;border-radius:14px!important;font-size:.82rem!important;font-weight:950!important}.user-taxpayer-search .form-control{min-height:42px!important;height:42px!important}.user-assignment-hint{padding:9px 12px!important;font-size:.82rem!important;margin-bottom:10px!important}.user-taxpayer-table-wrap{max-height:360px!important;border-radius:18px!important}.user-taxpayer-table th{padding-top:12px!important;padding-bottom:12px!important;font-size:.76rem!important}.user-taxpayer-table td{padding-top:11px!important;padding-bottom:11px!important;font-size:.86rem!important}.user-form-bottom-bar{min-height:62px!important;padding:10px 14px!important;border-radius:18px!important}.user-form-bottom-bar .btn{min-height:40px!important;min-width:135px!important;padding:0 18px!important;border-radius:14px!important;font-size:.86rem!important}.user-form-badge,.user-form-counter{min-height:30px!important;padding:0 12px!important;font-size:.78rem!important}.user-summary-panel{padding:14px 16px!important;border-radius:18px!important}.user-summary-grid>div{min-height:50px!important;padding:10px 12px!important}.user-summary-grid span{font-size:.72rem!important}.user-summary-grid strong{font-size:.86rem!important}.dash-fiscal-section-head{align-items:flex-start!important;gap:18px!important}.dash-fiscal-section-head>div:first-child{min-width:260px!important}.dash-fiscal-section-head>span{align-self:flex-start!important;margin-top:2px!important}.dash-fiscal-toolbar{width:100%!important;margin-top:14px!important;padding:14px!important;border-radius:20px!important;background:linear-gradient(180deg,#f8fbff,#fff)!important;border:1px solid #dbe7f6!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;flex-wrap:wrap!important}.dash-cfdi-type-filter{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important}.dash-cfdi-type-filter-title{display:grid!important;gap:2px!important;margin-right:4px!important}.dash-cfdi-type-filter-title strong{color:#0f172a!important;font-size:.92rem!important;font-weight:950!important;line-height:1!important}.dash-cfdi-type-filter-title span{color:#64748b!important;font-size:.76rem!important;font-weight:750!important;line-height:1.2!important}.dash-cfdi-type-option{min-height:38px!important;padding:0 13px!important;border-radius:999px!important;background:#fff!important;border:1px solid #dbe7f6!important;color:#0f172a!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;font-size:.82rem!important;font-weight:900!important;box-shadow:0 8px 18px #0f172a0a!important;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease!important}.dash-cfdi-type-option:hover{transform:translateY(-1px)!important;border-color:#bfdbfe!important;box-shadow:0 12px 24px #2563eb1a!important}.dash-cfdi-type-option input{width:15px!important;height:15px!important;margin:0!important;accent-color:#2563eb!important}.dash-cfdi-type-option:has(input:checked){background:#eff6ff!important;border-color:#93c5fd!important;color:#1d4ed8!important;box-shadow:0 12px 24px #2563eb1a!important}.dash-cfdi-filter-actions{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:wrap!important}.dash-cfdi-filter-actions .btn,.dash-annual-summary-btn{min-height:40px!important;padding:0 16px!important;border-radius:14px!important;font-size:.82rem!important;font-weight:950!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;white-space:nowrap!important}.dash-annual-summary-btn{background:#2563eb!important;color:#fff!important;border:1px solid #2563eb!important;box-shadow:0 14px 28px #2563eb2e!important;text-decoration:none!important}.dash-annual-summary-btn:hover{background:#1d4ed8!important;border-color:#1d4ed8!important;transform:translateY(-1px)!important}.dash-annual-summary-btn.is-disabled,.dash-annual-summary-btn[disabled],.dash-annual-summary-btn[aria-disabled=true]{background:#e2e8f0!important;color:#94a3b8!important;border-color:#e2e8f0!important;box-shadow:none!important;cursor:not-allowed!important;transform:none!important;pointer-events:none!important}.dash-fiscal-filter-form{width:100%!important}.dash-fiscal-filter-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;flex-wrap:wrap!important}.dash-fiscal-filter-left{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important;min-width:0!important}.dash-fiscal-filter-right{display:flex!important;align-items:center!important;gap:9px!important;flex-wrap:wrap!important}.dash-fiscal-section{overflow:hidden!important}.dash-fiscal-grid{margin-top:14px!important}.dash-fiscal-section-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important}.dash-fiscal-section-head .dash-fiscal-toolbar{grid-column:1 / -1!important}.dash-fiscal-grid .dash-fiscal-card,.dash-fiscal-grid [data-fiscal-table]{border-radius:18px!important}.dash-fiscal-grid table th{font-size:.68rem!important;padding-top:10px!important;padding-bottom:10px!important}.dash-fiscal-grid table td{font-size:.78rem!important;padding-top:10px!important;padding-bottom:10px!important}@media(max-width:1180px){.dash-fiscal-toolbar,.dash-fiscal-filter-row{align-items:stretch!important}.dash-fiscal-filter-left,.dash-fiscal-filter-right,.dash-cfdi-type-filter{width:100%!important}.dash-cfdi-filter-actions,.dash-fiscal-filter-right{justify-content:flex-start!important}}@media(max-width:768px){.dash-cfdi-type-option{width:100%!important;justify-content:flex-start!important}.dash-cfdi-type-options,.dash-cfdi-filter-actions,.dash-fiscal-filter-right{width:100%!important}.dash-cfdi-filter-actions .btn,.dash-annual-summary-btn{flex:1!important;min-width:0!important}}.dash-fiscal-section{padding:20px 24px 24px!important;background:#f8fbff!important;border-top:1px solid #dbe7f6!important}.dash-fiscal-section-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:16px!important;margin-bottom:14px!important}.dash-fiscal-title-block{display:grid!important;gap:3px!important;min-width:0!important}.dash-fiscal-title-block h3{margin:0!important;color:#0f172a!important;font-size:1.05rem!important;line-height:1.1!important;font-weight:950!important;letter-spacing:-.02em!important}.dash-fiscal-title-block p{margin:0!important;color:#486079!important;font-size:.82rem!important;line-height:1.25!important;font-weight:650!important}.dash-fiscal-head-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;flex-wrap:wrap!important;flex-shrink:0!important}.dash-fiscal-rfc-pill{min-height:34px!important;padding:0 14px!important;border-radius:999px!important;background:#eef4ff!important;color:#1d4ed8!important;border:1px solid #dbe7ff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:.76rem!important;font-weight:950!important;line-height:1!important;white-space:nowrap!important}.dash-annual-summary-btn{min-height:36px!important;padding:0 16px!important;border-radius:14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;white-space:nowrap!important;text-decoration:none!important;background:#2563eb!important;color:#fff!important;border:1px solid #2563eb!important;box-shadow:0 12px 24px #2563eb2e!important;font-size:.82rem!important;font-weight:950!important;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease!important}.dash-annual-summary-btn:hover{transform:translateY(-1px)!important;background:#1d4ed8!important;box-shadow:0 16px 28px #2563eb38!important}.dash-annual-summary-btn.is-disabled,.dash-annual-summary-btn[aria-disabled=true]{background:#e2e8f0!important;color:#94a3b8!important;border-color:#e2e8f0!important;box-shadow:none!important;cursor:not-allowed!important;pointer-events:none!important}.dash-cfdi-filter-card{margin:0 0 16px!important;padding:12px!important;border-radius:20px!important;background:#fff!important;border:1px solid #dbe7f6!important;box-shadow:0 12px 30px #0f172a0b!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;flex-wrap:wrap!important}.dash-cfdi-filter-main{min-width:0!important;flex:1!important;display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important}.dash-cfdi-filter-label{display:grid!important;gap:2px!important;min-width:135px!important}.dash-cfdi-filter-label strong{color:#0f172a!important;font-size:.84rem!important;font-weight:950!important;line-height:1!important}.dash-cfdi-filter-label span{color:#64748b!important;font-size:.72rem!important;font-weight:700!important;line-height:1.2!important}.dash-cfdi-type-options{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important}.dash-cfdi-chip{min-height:34px!important;padding:0 12px!important;border-radius:999px!important;border:1px solid #dbe7f6!important;background:#f8fafc!important;color:#0f172a!important;display:inline-flex!important;align-items:center!important;gap:8px!important;cursor:pointer!important;-webkit-user-select:none!important;user-select:none!important;font-size:.78rem!important;font-weight:850!important;line-height:1!important;transition:background-color .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease!important}.dash-cfdi-chip:hover{transform:translateY(-1px)!important;border-color:#bfdbfe!important;box-shadow:0 10px 20px #2563eb14!important}.dash-cfdi-chip input{width:14px!important;height:14px!important;margin:0!important;accent-color:#2563eb!important}.dash-cfdi-chip span{display:inline-flex!important;align-items:center!important;gap:4px!important}.dash-cfdi-chip span strong{font-weight:950!important}.dash-cfdi-chip:has(input:checked){background:#eff6ff!important;border-color:#93c5fd!important;color:#1d4ed8!important;box-shadow:0 10px 22px #2563eb1a!important}.dash-cfdi-filter-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-shrink:0!important}.dash-cfdi-filter-apply,.dash-cfdi-filter-clear{min-height:36px!important;padding:0 15px!important;border-radius:14px!important;border:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;white-space:nowrap!important;font-size:.8rem!important;font-weight:950!important;text-decoration:none!important;cursor:pointer!important}.dash-cfdi-filter-apply{background:#2563eb!important;color:#fff!important;box-shadow:0 12px 24px #2563eb29!important}.dash-cfdi-filter-apply:hover{background:#1d4ed8!important;transform:translateY(-1px)!important}.dash-cfdi-filter-clear{background:#e8eef6!important;color:#0f172a!important}.dash-cfdi-filter-clear:hover{background:#dbe5f2!important;transform:translateY(-1px)!important}.dash-fiscal-grid{margin-top:0!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.dash-fiscal-grid table th{padding-top:9px!important;padding-bottom:9px!important;font-size:.68rem!important}.dash-fiscal-grid table td{padding-top:9px!important;padding-bottom:9px!important;font-size:.78rem!important}.dash-fiscal-toolbar,.dash-fiscal-filter-form,.dash-fiscal-filter-row,.dash-fiscal-filter-left,.dash-fiscal-filter-right,.dash-cfdi-type-filter,.dash-cfdi-type-filter-title,.dash-cfdi-type-option{all:unset}@media(max-width:1180px){.dash-fiscal-section-head{flex-direction:column!important}.dash-fiscal-head-actions{width:100%!important;justify-content:flex-start!important}.dash-cfdi-filter-card{align-items:stretch!important}.dash-cfdi-filter-main,.dash-cfdi-filter-actions{width:100%!important}.dash-cfdi-filter-actions{justify-content:flex-start!important}.dash-fiscal-grid{grid-template-columns:1fr!important}}@media(max-width:768px){.dash-cfdi-chip{width:100%!important}.dash-cfdi-filter-actions{display:grid!important;grid-template-columns:1fr 1fr!important}.dash-cfdi-filter-apply,.dash-cfdi-filter-clear{width:100%!important}}.dash-cfdi-filter-card{padding:12px 14px!important}.dash-cfdi-filter-main{flex:1 1 auto!important}.dash-cfdi-filter-actions{margin-left:auto!important}.dash-cfdi-filter-clear{min-height:36px!important;padding:0 18px!important}.dash-cfdi-chip{min-height:36px!important}.dash-cfdi-chip:has(input:checked):after{content:"Activo";margin-left:4px;padding:3px 7px;border-radius:999px;background:#dbeafe;color:#1d4ed8;font-size:.62rem;font-weight:950;text-transform:uppercase;letter-spacing:.03em}@media(max-width:768px){.dash-cfdi-filter-actions{margin-left:0!important;width:100%!important}.dash-cfdi-filter-clear{width:100%!important}}.annual-summary-filter-card{margin-bottom:18px;padding:18px;border-radius:24px;background:#fff;border:1px solid #dbe7f6;box-shadow:0 18px 40px #0f172a0e;display:flex;align-items:end;justify-content:space-between;gap:16px;flex-wrap:wrap}.annual-summary-filter-left{display:flex;align-items:end;gap:14px;flex-wrap:wrap}.annual-direction-switch{min-height:48px;padding:5px;border-radius:999px;background:#eef4ff;border:1px solid #dbe7ff;display:inline-flex;align-items:center;gap:5px}.annual-direction-switch label{min-height:38px;padding:0 18px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:#1e3a8a;font-weight:950;font-size:.86rem}.annual-direction-switch label.is-active{background:#2563eb;color:#fff;box-shadow:0 12px 24px #2563eb33}.annual-direction-switch input{display:none}.annual-summary-type-filter{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.annual-summary-card{margin-bottom:18px;padding:20px;border-radius:24px;background:#fff;border:1px solid #dbe7f6;box-shadow:0 18px 40px #0f172a0e}.annual-summary-card-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:14px}.annual-summary-card-head h2{margin:0 0 4px;color:#0f172a;font-size:1.35rem;font-weight:950;letter-spacing:-.025em}.annual-summary-card-head p{margin:0;color:#64748b;font-size:.9rem;font-weight:700}.annual-summary-table-wrap{overflow:auto;border:1px solid #e2e8f0;border-radius:18px}.annual-summary-table{width:100%;min-width:1180px;border-collapse:collapse;background:#fff}.annual-summary-table th{position:sticky;top:0;z-index:2;padding:12px 14px;background:#f8fafc;color:#64748b;border-bottom:1px solid #dbe7f6;font-size:.76rem;font-weight:950;text-transform:uppercase;text-align:left;white-space:nowrap}.annual-summary-table td{padding:12px 14px;border-bottom:1px solid #edf2f7;color:#0f172a;font-size:.86rem;font-weight:750;white-space:nowrap}.annual-summary-table tbody tr:hover{background:#f8fbff}.annual-summary-table td:not(:first-child),.annual-summary-table th:not(:first-child){text-align:right}.annual-summary-table .is-positive{color:#047857}.annual-summary-table .is-negative{color:#dc2626}@media(max-width:900px){.annual-summary-filter-card{align-items:stretch}.annual-summary-filter-left,.annual-summary-type-filter{width:100%}}.annual-summary-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}@media(max-width:768px){.annual-summary-actions{width:100%}.annual-summary-actions .btn{flex:1;min-width:0}}.users-index-shell{display:grid;gap:18px}.users-index-head{margin-bottom:0}.users-metric-grid{margin-top:0}.users-filter-card{padding:18px;border-radius:24px;border:1px solid #dbe7f6;background:#fff;box-shadow:0 18px 40px #0f172a0e}.users-filter-grid{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(180px,.7fr) minmax(160px,.6fr) auto;gap:12px;align-items:end}.users-filter-actions{display:flex;align-items:center;gap:8px}.users-table-card{padding:0;overflow:hidden;border-radius:24px;border:1px solid #dbe7f6;background:#fff;box-shadow:0 18px 40px #0f172a0e}.users-table{min-width:980px}.users-table th{white-space:nowrap}.users-table td{vertical-align:middle}.users-user-cell{display:flex;align-items:center;gap:10px;min-width:220px}.users-avatar{width:36px;height:36px;border-radius:14px;display:grid;place-items:center;background:#eef4ff;color:#1d4ed8;font-size:.9rem;font-weight:950;border:1px solid #bfdbfe;flex:0 0 auto}.users-current-label{margin-top:2px;color:#64748b;font-size:.74rem;font-weight:800}.users-email{color:#334155;font-weight:750}.users-actions{justify-content:flex-start;flex-wrap:nowrap}.users-pagination{margin-top:2px}@media(max-width:1100px){.users-filter-grid{grid-template-columns:1fr 1fr}.users-filter-actions{grid-column:1 / -1}}@media(max-width:720px){.users-filter-grid{grid-template-columns:1fr}.users-filter-actions{width:100%}.users-filter-actions .btn{flex:1}}.taxpayer-index-shell{display:grid;gap:18px}.taxpayer-index-head{margin-bottom:0}.taxpayer-metric-grid{margin-top:0}.metric-foot{margin-top:6px;color:#64748b;font-size:.78rem;font-weight:800}.taxpayer-filter-card{padding:18px;border-radius:24px;border:1px solid #dbe7f6;background:#fff;box-shadow:0 18px 40px #0f172a0e}.taxpayer-filter-grid{display:grid;grid-template-columns:minmax(280px,1.4fr) minmax(160px,.55fr) minmax(210px,.8fr) auto;gap:12px;align-items:end}.taxpayer-filter-actions{display:flex;align-items:center;gap:8px}.taxpayer-table-card{padding:0;overflow:hidden;border-radius:24px;border:1px solid #dbe7f6;background:#fff;box-shadow:0 18px 40px #0f172a0e}.taxpayer-table{min-width:1180px}.taxpayer-table th{white-space:nowrap}.taxpayer-table td{vertical-align:middle}.taxpayer-main-cell{min-width:310px;display:flex;align-items:center;gap:10px}.taxpayer-avatar{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#eef4ff;color:#1d4ed8;border:1px solid #bfdbfe;font-size:.92rem;font-weight:950;flex:0 0 auto}.taxpayer-name{margin-top:2px;color:#334155;font-size:.82rem;font-weight:850}.taxpayer-commercial-name{margin-top:1px;color:#64748b;font-size:.76rem;font-weight:750}.taxpayer-actions{flex-wrap:nowrap;align-items:center}.taxpayer-pagination{margin-top:2px}@media(max-width:1180px){.taxpayer-filter-grid{grid-template-columns:1fr 1fr}.taxpayer-search-field,.taxpayer-filter-actions{grid-column:1 / -1}}@media(max-width:720px){.taxpayer-filter-grid{grid-template-columns:1fr}.taxpayer-filter-actions{width:100%}.taxpayer-filter-actions .btn{flex:1}}.taxpayer-index-shell{gap:14px}.taxpayer-index-head .page-title{margin-bottom:4px}.taxpayer-index-head .page-subtitle{margin-bottom:0}.taxpayer-metric-grid.metric-grid{gap:14px}.taxpayer-metric-grid .metric-card{min-height:96px;padding:20px 22px;border-radius:20px}.taxpayer-metric-grid .metric-label{font-size:.82rem;margin-bottom:10px}.taxpayer-metric-grid .metric-value{font-size:1.75rem;line-height:1}.taxpayer-metric-grid .metric-foot{margin-top:8px;font-size:.74rem}.taxpayer-filter-card{padding:14px 18px;border-radius:22px}.taxpayer-filter-grid{grid-template-columns:minmax(280px,1.4fr) minmax(150px,.5fr) minmax(210px,.75fr) auto;gap:10px}.taxpayer-filter-card .form-label{margin-bottom:7px;font-size:.78rem}.taxpayer-filter-card .form-control{min-height:44px;height:44px;border-radius:14px;font-size:.9rem}.taxpayer-filter-actions .btn{min-height:44px;padding:0 18px;border-radius:14px}.taxpayer-table-card{border-radius:22px}.taxpayer-table th{padding:12px 14px;font-size:.74rem}.taxpayer-table td{padding:12px 14px}.taxpayer-main-cell{min-width:300px}.taxpayer-avatar{width:34px;height:34px;border-radius:12px;font-size:.82rem}.taxpayer-name{font-size:.8rem}.taxpayer-commercial-name{font-size:.72rem}.taxpayer-actions .btn{min-height:38px;padding:0 14px;border-radius:13px;font-size:.82rem}.dash-fiscal-unit{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:#eef4ff;border:1px solid #cfe0ff;color:#24416f;font-size:11px;font-weight:900;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.dash-money-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin:12px 0 16px}.money-unit-badge{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:#eef4ff;border:1px solid #cfe0ff;color:#24416f;font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.dash-fiscal-table th,.dash-fiscal-table td{white-space:nowrap}.money-unit-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border-radius:999px;background:#eef4ff;border:1px solid #cfe0ff;color:#24416f;font-size:11px;font-weight:900;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.dash-decimal-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:14px;background:#e8eef7;color:#0f172a;font-size:13px;font-weight:900;text-decoration:none;border:1px solid #d6e0ef}.dash-decimal-btn.is-active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 12px 26px #2563eb2e}.dash-fiscal-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.dash-format-control{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:#eef4ff;border:1px solid #cfe0ff;white-space:nowrap}.dash-format-control span{padding:0 10px;color:#24416f;font-size:11px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.dash-format-control a{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;color:#334155;font-size:12px;font-weight:900;text-decoration:none}.dash-format-control a.is-active{background:#2563eb;color:#fff;box-shadow:0 8px 18px #2563eb2e}.dash-cfdi-filter-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.dash-fiscal-grid{position:relative}.dash-fiscal-grid.is-loading{opacity:.55;pointer-events:none}.dash-fiscal-grid.is-loading:after{content:"Actualizando resumen...";position:absolute;top:12px;right:12px;padding:8px 12px;border-radius:999px;background:#2563eb;color:#fff;font-size:12px;font-weight:900;box-shadow:0 14px 30px #2563eb38}.annual-summary-filter-card{gap:16px}.annual-summary-format-row{display:flex;justify-content:flex-end;width:100%}.annual-summary-table th,.annual-summary-table td{white-space:nowrap}.dash-summary-header-pro{align-items:flex-start;gap:18px}.dash-export-menu{position:relative}.dash-export-menu-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 16px;border:1px solid #cfe0ff;border-radius:14px;background:#fff;color:#0f172a;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 10px 24px #0f172a0f}.dash-export-menu-btn span{color:#2563eb;font-size:12px}.dash-export-menu-list{position:absolute;top:calc(100% + 8px);right:0;z-index:40;min-width:220px;padding:8px;border:1px solid #dbe6f5;border-radius:18px;background:#fff;box-shadow:0 22px 50px #0f172a29;opacity:0;transform:translateY(-6px);pointer-events:none;transition:.16s ease}.dash-export-menu.is-open .dash-export-menu-list{opacity:1;transform:translateY(0);pointer-events:auto}.dash-export-menu-list a{display:flex;flex-direction:column;gap:2px;padding:11px 12px;border-radius:12px;text-decoration:none;color:#0f172a}.dash-export-menu-list a:hover{background:#f1f5f9}.dash-export-menu-list a strong{font-size:13px;font-weight:900}.dash-export-menu-list a small{color:#64748b;font-size:11px;font-weight:700}.dash-export-menu-list a.is-primary{background:#eff6ff;color:#1d4ed8}@media(max-width:900px){.dash-summary-tools-pro{align-items:stretch;width:100%}.dash-export-menu,.dash-export-menu-btn{width:100%}.dash-export-menu-list{left:0;right:auto;width:100%}}.dash-summary-header-pro{align-items:flex-start;gap:18px;overflow:visible}.dash-summary-tools-pro{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.dash-export-inline{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.dash-export-inline-links{display:inline-flex;align-items:center;gap:7px;color:#64748b;font-size:12px;font-weight:800;white-space:nowrap}.dash-export-inline-links a{color:#1d4ed8;text-decoration:none;font-weight:900}.dash-export-inline-links a:hover{text-decoration:underline}.dash-export-master-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:14px;background:#2563eb;color:#fff;font-size:13px;font-weight:900;text-decoration:none;box-shadow:0 12px 26px #2563eb2e;white-space:nowrap}.dash-export-master-btn:hover{background:#1d4ed8}@media(max-width:900px){.dash-summary-tools-pro{width:100%;align-items:stretch}.dash-export-inline{justify-content:space-between}.dash-export-master-btn{flex:1}}.dash-summary-header-erp{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;min-height:auto}.dash-summary-header-erp .dash-summary-title-clean h2{margin:0}.dash-summary-header-erp .dash-summary-title-clean p{margin:5px 0 0}.dash-summary-commandbar{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.dash-view-switch-compact{min-height:40px}.dash-view-switch-compact .dash-view-switch-btn{min-height:34px;padding:0 18px;font-size:13px}.dash-report-actions{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:4px;border:1px solid #dbe6f5;border-radius:999px;background:#fff;box-shadow:0 10px 24px #0f172a0d;white-space:nowrap}.dash-report-actions span{padding:0 10px;color:#64748b;font-size:11px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.dash-report-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;color:#1d4ed8;font-size:12px;font-weight:900;text-decoration:none}.dash-report-actions a:hover{background:#eff6ff}.dash-report-actions a.is-primary{background:#2563eb;color:#fff;padding:0 14px;box-shadow:0 10px 22px #2563eb29}@media(max-width:1100px){.dash-summary-header-erp{align-items:flex-start;flex-direction:column}.dash-summary-commandbar{justify-content:flex-start;width:100%}}.dash-view-switch{display:inline-flex;align-items:center}.dash-view-switch-btn{display:inline-flex;align-items:center;justify-content:center;line-height:1;height:34px;padding-top:0;padding-bottom:0}.dash-view-switch-compact .dash-view-switch-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;height:34px;line-height:1}.dashboard-change-alert.is-visible,.dashboard-month-change-alert.is-visible{display:block}.dashboard-change-card{display:flex;gap:14px;padding:16px;border:1px solid #dbe6f5;border-radius:18px;background:#fff;box-shadow:0 12px 26px #0f172a0a}.dashboard-change-card+.dashboard-change-card{margin-top:12px}.dashboard-change-card.is-cancelled{border-color:#fecaca;background:#fff7f7}.dashboard-change-card.is-payment{border-color:#bbf7d0;background:#f7fff9}.dashboard-change-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;flex:0 0 38px;border-radius:14px;background:#eff6ff;color:#2563eb;font-weight:900}.dashboard-change-card.is-cancelled .dashboard-change-icon{background:#fee2e2;color:#dc2626}.dashboard-change-card.is-payment .dashboard-change-icon{background:#dcfce7;color:#16a34a}.dashboard-change-content{flex:1;min-width:0}.dashboard-change-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.dashboard-change-top span{color:#475569;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.dashboard-change-top strong{color:#0f172a;font-size:14px;font-weight:900;white-space:nowrap}.dashboard-change-content h3{margin:5px 0 4px;color:#0f172a;font-size:15px;font-weight:900}.dashboard-change-content p{margin:0;color:#475569;font-size:13px;font-weight:700}.dashboard-change-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.dashboard-change-meta span{display:inline-flex;align-items:center;min-height:26px;padding:0 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:800}.dashboard-change-link{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;min-height:32px;padding:0 13px;border-radius:999px;background:#2563eb;color:#fff;font-size:12px;font-weight:900;text-decoration:none}.dash-fiscal-year-row.is-period-highlighted,.dash-fiscal-month-row.is-period-highlighted{background:#fff7ed!important;box-shadow:inset 4px 0 #f97316}.dash-fiscal-year-row.is-period-highlighted td,.dash-fiscal-month-row.is-period-highlighted td{background:#fff7ed!important}.dash-fiscal-month-open.is-highlighted{color:#ea580c;font-weight:950}.dash-month-change-dot{display:inline-flex;width:7px;height:7px;margin-left:6px;border-radius:999px;background:#f97316;box-shadow:0 0 0 4px #f9731624}.report-scroll{overflow:auto;max-width:100%;border-radius:var(--radius-lg)}.report-table{width:100%;min-width:2100px;border-collapse:collapse;background:#fff}.report-table th,.report-table td{padding:10px 12px;border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle;white-space:nowrap}.report-table{font-size:14px}.report-table thead tr:first-child th{padding:8px 12px}.report-table thead tr:nth-child(2) th{padding:10px 12px}.report-table thead tr:first-child th{background:#e2e8f0;color:#334155;font-size:12px;text-align:center;font-weight:900}.report-table thead tr:nth-child(2) th{background:#f8fafc;color:var(--color-muted);font-size:12px;text-transform:uppercase;letter-spacing:.04em}.report-table tbody tr:hover td{background:#f8fafc}.report-table tfoot th{background:#f1f5f9;font-weight:900}.excel-col{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.report-concept{max-width:360px;overflow:hidden;text-overflow:ellipsis}.report-filter-card{padding:16px 18px}.report-filter-grid{display:grid;grid-template-columns:1.7fr 1.4fr .8fr .8fr auto auto;gap:12px;align-items:end}.report-filter-grid .form-group{gap:5px}.report-filter-grid .form-label{font-size:12px}.report-filter-grid .form-control{height:42px;padding:9px 12px;border-radius:12px}.report-filter-actions{display:flex;gap:8px;align-items:center}.report-filter-actions .btn{height:42px;padding:9px 14px}@media(max-width:1400px){.report-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.report-filter-actions{grid-column:1 / -1}}
