@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;600&display=swap";:root{color-scheme:light;--bg: #f2f3f9;--panel: #ffffff;--ink: #0e1026;--muted: #525a6d;--accent: #21204c;--accent-strong: #15143a;--accent-soft: #e6e7f4;--border: #d8dbe7;--shadow: 0 16px 40px rgba(15, 20, 45, .08);--radius: 18px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Manrope,system-ui,sans-serif;background-color:var(--bg);background-image:radial-gradient(circle at 12% 8%,#ffffffe6,#fff0 55%),radial-gradient(circle at 82% 0%,#e4e7f6b3,#e4e7f600 45%),linear-gradient(120deg,#21204c0d,#21204c00 40%),repeating-linear-gradient(0deg,rgba(33,32,76,.035),rgba(33,32,76,.035) 1px,transparent 1px,transparent 26px);color:var(--ink);min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;cursor:pointer}.app-shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.sidebar{padding:32px 24px;background:#ffffffeb;color:var(--ink);border-right:1px solid var(--border);box-shadow:0 10px 30px #0f142d0f;display:flex;flex-direction:column;gap:32px;animation:fade-up .6s ease both}.brand-block{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.logo{width:96px;height:auto;display:block}.brand-text{display:flex;flex-direction:column;gap:4px}.brand{font-size:1.35rem;font-weight:700;letter-spacing:.02em}.sidebar-caption{color:var(--muted);font-size:.9rem;margin-top:6px}.nav{display:flex;flex-direction:column;gap:12px}.nav a{padding:12px 16px;border-radius:12px;background:transparent;color:var(--ink);font-weight:600;border:1px solid transparent;transition:all .2s ease;animation:fade-up .5s ease both}.nav a.active{background:var(--accent-soft);color:var(--accent-strong);border-color:#15143a33}.nav a:hover{background:#0f172a0f}.nav-group{display:grid;gap:6px;margin:4px 0;padding:11px 8px 10px;border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);border-left:3px solid var(--accent);border-radius:12px;background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 9%,transparent),transparent 72%)}.nav-group>p{margin:0 8px 2px;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.nav-group a{margin-left:0;padding:9px 12px;font-size:.92rem}.sidebar-footer{margin-top:auto;font-size:.85rem;color:var(--muted)}.main{padding:32px 40px 40px;display:flex;flex-direction:column;gap:24px}.topbar{background:#93acff;padding:24px;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #6f82d6;display:flex;justify-content:space-between;align-items:center;animation:fade-up .6s ease both}.topbar-left{display:flex;align-items:center;gap:16px}.menu-toggle{width:44px;height:44px;border-radius:12px;border:1px solid rgba(15,20,45,.2);background:#ffffffb3;display:none;flex-direction:column;align-items:center;justify-content:center;gap:6px;box-shadow:0 8px 18px #0f142d26}.menu-toggle span{width:18px;height:2px;background:var(--accent);border-radius:999px;transition:transform .2s ease,opacity .2s ease}.menu-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.topbar-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.content{flex:1}.sidebar-overlay{position:fixed;inset:0;background:#090c1a59;border:none;z-index:1000}.card{background:var(--panel);padding:24px;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);animation:fade-up .6s ease both}.card.highlight{background:linear-gradient(140deg,#14143a,#24265b);color:#f8fafc}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.grid.two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.split{display:grid;grid-template-columns:minmax(0,380px) 1fr;gap:20px}.form{display:flex;flex-direction:column;gap:12px}.form-subsection{border:1px dashed var(--border);border-radius:12px;padding:12px;background:#fbfbff;display:flex;flex-direction:column;gap:8px}.crm-form-box{border:2px solid #2F403A;border-radius:16px;padding:16px;background:#f9fbf7}.checkbox-grid{display:grid;grid-template-columns:1fr;gap:8px}.checkbox-item{display:flex;align-items:center;gap:8px;font-size:.85rem}.checkbox-item input{width:16px;height:16px}.detail-list{margin-top:8px;display:flex;flex-direction:column;gap:4px}.form label{display:flex;flex-direction:column;gap:6px;font-size:.9rem}.form input,.form select{padding:10px 12px;border-radius:12px;border:1px solid var(--border);font-size:.95rem;background:#fbfcfb}.form-actions{display:flex;gap:12px;margin-top:4px}.primary{background:var(--accent);color:#f8fafc;padding:10px 18px;border-radius:12px;font-weight:600;box-shadow:0 10px 20px #21204c33}.primary:disabled{opacity:.6;cursor:not-allowed}.ghost{background:transparent;color:var(--ink);padding:10px 16px;border-radius:12px;border:1px solid var(--border)}.danger{background:#fee2e2;color:#991b1b;padding:8px 12px;border-radius:12px}.table{display:flex;flex-direction:column;gap:12px}.table-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) auto;gap:16px;padding:14px 18px;border-radius:14px;border:1px solid var(--border);background:#fff;align-items:center;animation:fade-up .45s ease both}.table-row.status-pendiente{border-left:6px solid #f2c94c;background:#fff6d6}.table-row.status-pagado{border-left:6px solid #22c55e;background:#ecfdf3}.table-row.status-vencido{border-left:6px solid #ef4444;background:#fff1f2}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;margin-top:6px;border:1px solid transparent}.status-badge.status-pendiente{background:#ffe8a1;color:#7c5b00;border-color:#f2c94c}.status-badge.status-pagado{background:#dcfce7;color:#14532d;border-color:#22c55e}.status-badge.status-vencido{background:#ffe4e6;color:#991b1b;border-color:#ef4444}.status-badge.status-parcial{background:#dbeafe;color:#1e3a8a;border-color:#93c5fd}.table-row.status-eventual{border-left:6px solid #f2c94c;background:#fff6d6}.status-badge.status-eventual{background:#ffe8a1;color:#7c5b00;border-color:#f2c94c}.table-meta{text-align:right}.credential-meta{display:grid;gap:8px}.credential-copy-row{display:flex;justify-content:flex-end;align-items:center;gap:8px}.copy-field-button{width:30px;height:30px;border:1px solid var(--border);background:#f5f6fb;color:#273469;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;flex-shrink:0}.copy-field-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #27346926}.copy-field-button:disabled{opacity:.45;cursor:not-allowed}.copy-field-button.copied{background:#dcfce7;color:#166534;border-color:#86efac}.copy-field-icon{width:14px;height:14px}.report-income{color:#15803d;font-weight:700}.report-expense{color:#c2410c;font-weight:700}.report-net{color:#065f46}.report-net-negative{color:#b91c1c}.report-export-actions{align-items:center;flex-wrap:wrap}.report-export-check{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#1f2937}.report-export-check input{width:16px;height:16px}.quarter-visual{display:grid;gap:14px;margin-top:14px}.quarter-top-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.quarter-summary-card{border:1px solid #cfd7e8;border-radius:14px;background:linear-gradient(145deg,#f7f9ff,#edf2ff);padding:14px;display:grid;gap:6px}.quarter-summary-value{font-size:1.25rem;font-weight:800;line-height:1.1;color:#1e293b}.quarter-summary-value.positive{color:#0b6b3a}.quarter-summary-value.negative{color:#b91c1c}.quarter-spark-card{border:1px solid #d5ddeb;border-radius:14px;background:#f8fbff;padding:10px 14px;display:grid;gap:8px}.quarter-spark-card svg{width:100%;height:54px;border-radius:8px;background:repeating-linear-gradient(to right,rgba(31,75,153,.08) 0,rgba(31,75,153,.08) 1px,transparent 1px,transparent 12px),repeating-linear-gradient(to bottom,rgba(31,75,153,.08) 0,rgba(31,75,153,.08) 1px,transparent 1px,transparent 10px)}.quarter-month-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.quarter-month-card{border:1px solid #d4dce8;border-radius:16px;padding:14px;background:#fff;display:grid;gap:10px;box-shadow:0 8px 20px #12244c0f}.quarter-month-header{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.quarter-month-header h4{text-transform:capitalize;font-size:1.2rem}.quarter-month-header span{color:#64748b;font-size:.82rem;font-family:IBM Plex Mono,monospace}.quarter-month-metrics{display:grid;gap:4px;font-size:.86rem}.quarter-month-metrics .income{color:#166534;font-weight:700}.quarter-month-metrics .expense{color:#c2410c;font-weight:700}.quarter-bar-block{display:grid;gap:8px}.quarter-bar-row{display:grid;grid-template-columns:112px 1fr;align-items:center;gap:8px}.quarter-bar-row label{font-size:.74rem;text-transform:uppercase;letter-spacing:.05em;color:#52607a;font-weight:700}.quarter-bar-track{position:relative;height:10px;border-radius:999px;background:#e5eaf4;overflow:hidden}.quarter-bar-fill{display:block;height:100%;border-radius:inherit}.quarter-bar-fill.income{background:linear-gradient(90deg,#2fba67,#17a05f)}.quarter-bar-fill.expense{background:linear-gradient(90deg,#ff9f43,#e76f1c)}.quarter-bar-fill.positive{background:linear-gradient(90deg,#2e90fa,#1f6feb)}.quarter-bar-fill.negative{background:linear-gradient(90deg,#ef4444,#c53131)}@media(max-width:1120px){.quarter-top-grid,.quarter-month-grid{grid-template-columns:1fr}}@media(max-width:640px){.quarter-bar-row{grid-template-columns:1fr;gap:6px}}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.team-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:16px;display:flex;align-items:center}.team-info{display:flex;flex-direction:column;gap:6px}.team-role{color:var(--muted);font-weight:600}.team-email{color:var(--accent-strong);font-size:.85rem}.team-phone{color:var(--muted);font-size:.85rem;text-decoration:none}.team-phone:hover{color:var(--accent-strong);text-decoration:underline}.sales-bonus-picker{display:grid;gap:8px;padding:14px;border:1px solid #ddd6f7;border-radius:12px;background:#faf8ff}.sales-bonus-picker>label:first-child{display:flex;align-items:center;gap:8px;font-weight:800}.sales-bonus-card{border-color:#d7c8ff;background:linear-gradient(145deg,#fff,#f8f4ff)}.sales-bonus-chart{margin-top:18px}.sales-bonus-bars{height:150px;display:flex;align-items:end;gap:12px;padding-top:14px}.sales-bonus-bars>div{flex:1;height:100%;display:flex;flex-direction:column;justify-content:end;align-items:center;gap:6px}.sales-bonus-bars span{width:100%;max-width:44px;min-height:5px;border-radius:8px 8px 2px 2px;background:linear-gradient(#8a6de0,#5741ae)}.sales-bonus-bars small{color:var(--muted);font-weight:700}.team-email-row{display:flex;gap:8px}.copy-email{border:1px solid var(--border);border-radius:6px;color:var(--accent-strong);background:#fff;cursor:pointer;line-height:1;padding:3px 6px}.table-actions{display:flex;gap:8px}.alertas-bulk-actions{flex-wrap:wrap;justify-content:flex-end}@media(max-width:900px){.card-header:has(.alertas-bulk-actions){align-items:flex-start;flex-direction:column}.alertas-bulk-actions{justify-content:flex-start}}.infra-ip-table .table-row{grid-template-columns:minmax(180px,1.35fr) minmax(145px,1fr) minmax(90px,.6fr) minmax(180px,1.25fr) auto;align-items:center}.infra-ip-head{background:#f7f8ff;border-bottom:1px solid var(--border);color:var(--muted);font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.infra-ip-row code{display:inline-block;padding:6px 8px;border-radius:8px;background:#f2f4fb;color:#273362;font-size:.82rem}@media(max-width:900px){.infra-ip-table .table-row{grid-template-columns:1fr 1fr;gap:10px}.infra-ip-head{display:none}.infra-ip-row{padding:16px}}.role-grid{display:flex;flex-direction:column;gap:10px}.role-list{display:flex;flex-wrap:wrap;gap:8px}.role-pill{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#f0f1f8;font-size:.85rem}.pill-group{display:flex;gap:8px;flex-wrap:wrap}.pill{padding:6px 12px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);font-size:.8rem;font-weight:600}.splash{min-height:100vh;display:grid;place-items:center;padding:32px 20px}.splash-card{background:var(--panel);padding:40px 44px;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);max-width:520px;width:min(520px,92vw);text-align:center;animation:fade-up .7s ease both}.splash-brand{display:grid;justify-items:center;gap:10px}.splash-logo{width:120px;height:auto}.eyebrow{text-transform:uppercase;letter-spacing:.28em;font-size:.68rem;color:var(--accent-strong);margin-bottom:14px}.muted{color:var(--muted)}.small{font-size:.8rem}.strong{font-weight:600}.recurrente-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.recurrente-tipo{padding:4px 10px;font-size:.72rem}.recurrente-tipo-mensual{background:#e7f4ff;color:#0f4f7a}.recurrente-tipo-anual{background:#fff4db;color:#7a4a06}.notice{margin-top:8px;color:#1b4c3c;background:#e6f3ee;padding:8px 12px;border-radius:12px}.notification-system-panel{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(190px,240px);gap:16px;align-items:center;padding:18px;margin:0 0 20px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(120deg,#f6f7ff,#fff 58%)}.notification-system-panel.is-connected{border-color:#bfc5eb;box-shadow:inset 0 1px #ffffffe6}.notification-system-brand{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:var(--accent);color:#fff;font-size:1.2rem;font-weight:700;box-shadow:0 9px 18px #21204c33}.notification-system-copy h4,.notification-empty-state h4{font-size:1rem;margin-bottom:4px}.notification-system-copy>p:last-child,.notification-system-status p,.notification-empty-state p{color:var(--muted);font-size:.82rem;line-height:1.45}.notification-system-kicker{margin-bottom:4px;color:var(--accent-strong);font-size:.66rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.notification-system-select{display:flex;flex-direction:column;gap:6px;font-size:.74rem;font-weight:700;color:var(--muted)}.notification-system-select select{min-width:0;background:#fff}.notification-system-status{grid-column:2 / -1;display:flex;align-items:flex-start;gap:9px;padding-top:12px;border-top:1px solid rgba(216,219,231,.8)}.notification-system-status strong{display:block;margin-bottom:2px;font-size:.8rem}.notification-status-dot{width:9px;height:9px;flex:0 0 auto;margin-top:5px;border-radius:999px;background:#abb1c2}.notification-status-dot.is-active{background:#31a36b;box-shadow:0 0 0 4px #31a36b1f}.notification-empty-state{display:flex;align-items:center;gap:16px;min-height:156px;padding:24px;border:1px dashed #bdc4df;border-radius:16px;background:linear-gradient(135deg,#fafaff,#f4f6ff)}.notification-empty-state>span{display:grid;width:44px;height:44px;flex:0 0 auto;place-items:center;border-radius:14px;background:#e3e6fb;color:var(--accent);font-size:1.25rem}.notification-empty-state>div{flex:1}.notification-empty-state .primary{white-space:nowrap}.notification-empty-state--pending{border-color:#d9dce7;background:#fafbfe}.error{margin-top:8px;color:#991b1b;background:#fee2e2;padding:8px 12px;border-radius:12px}.splash-card h1{font-size:2rem;letter-spacing:-.015em;margin-bottom:10px}.splash-card .muted{line-height:1.45;margin-bottom:18px}.splash-card .primary{margin-top:6px}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.nav a:nth-child(1){animation-delay:.05s}.nav a:nth-child(2){animation-delay:.1s}.nav a:nth-child(3){animation-delay:.15s}.nav a:nth-child(4){animation-delay:.2s}.nav a:nth-child(5){animation-delay:.25s}.breadcrumb{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.usage-card{margin-top:16px;padding:16px;border-radius:16px;border:1px solid var(--border);background:#fbfcff}.usage-content{display:flex;align-items:center;gap:16px;margin-top:12px}.usage-chart{width:84px;height:84px;border-radius:50%;background:conic-gradient(var(--accent) var(--usage),#e6e9f5 0);box-shadow:inset 0 0 0 10px #fff}@media(max-width:1100px){.app-shell.nav-open{overflow:hidden}.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:260px;height:100vh;transform:translate(-100%);transition:transform .3s ease;z-index:1100;border-right:1px solid var(--border);animation:none}.app-shell.nav-open .sidebar{transform:translate(0)}.menu-toggle{display:inline-flex}.nav{flex-direction:column;flex-wrap:nowrap;justify-content:flex-start}.split{grid-template-columns:1fr}}@media(max-width:700px){.main{padding:24px}.topbar{flex-direction:column;align-items:flex-start;gap:16px}.topbar-actions{justify-content:flex-start;width:100%}.grid.two{grid-template-columns:1fr}.notification-system-panel{grid-template-columns:auto minmax(0,1fr)}.notification-system-select,.notification-system-status{grid-column:1 / -1}.notification-empty-state{align-items:flex-start;flex-wrap:wrap}.notification-empty-state .primary{width:100%}.modal-split{grid-template-columns:1fr}.table-row{grid-template-columns:1fr;text-align:left}.table-meta{text-align:left}.credential-copy-row{justify-content:flex-start}}.modal-overlay{position:fixed;inset:0;background:#0e102680;display:grid;place-items:center;z-index:1000;animation:fade-in .3s ease}.modal-card{background:var(--panel);padding:32px;border-radius:var(--radius);box-shadow:0 24px 60px #0f142d40;border:1px solid var(--border);max-width:560px;width:min(560px,92vw);max-height:80vh;display:flex;flex-direction:column;animation:fade-up .4s ease both}.user-created-modal textarea{width:100%;resize:vertical;margin-top:12px;padding:12px;border:1px solid var(--border);border-radius:10px;color:var(--text);background:#f8fafc;font:inherit;line-height:1.5}.user-created-modal .modal-footer{align-items:center;flex-wrap:wrap}.user-created-modal .modal-footer a{text-decoration:none}.modal-wide{max-width:980px;width:min(980px,94vw)}.modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.modal-split{display:grid;grid-template-columns:30% 70%;gap:24px}.modal-left,.modal-right{display:flex;flex-direction:column;gap:16px}.split-border .modal-right{border-left:2px solid #2F403A;padding-left:16px}.select-list{display:flex;flex-direction:column;gap:8px}.select-row{display:flex;align-items:center;gap:8px}.select-row .select-item{flex:1}.select-item{border:1px solid var(--border);background:#fbfcff;border-radius:12px;padding:10px 12px;text-align:left;display:grid;gap:4px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease}.select-item:hover{border-color:#27346966;box-shadow:0 8px 18px #141e3c14}.select-item.active{border-color:#273469;background:#eef2ff}.detail-panel{border:1px solid var(--border);border-radius:12px;padding:12px;background:#fffaf2;display:grid;gap:6px}.modal-section h4{margin-bottom:10px}.modal-list{margin-top:16px}.modal-header{margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal-header h2{margin-bottom:6px}.modal-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.modal-footer{margin-top:20px;display:flex;justify-content:flex-end}.icon-button{border:1px solid var(--border);background:#f5f6fb;color:#273469;border-radius:999px;padding:6px 10px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;position:relative}.icon-button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #27346926}.icon-button .badge{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;border-radius:999px;font-size:.65rem;padding:2px 6px;line-height:1;border:2px solid #ffffff}.icon-button.crm{background:#e8f1ff;color:#1b3d74}.icon-button.contratos{background:#f0f5ee;color:#2d4a2c}.icon-button.pagos{background:#fff2df;color:#7a4a12}.icon-button.pdf{background:#ffe7e7;color:#8a1f1f}.comprobante-modal .modal-body{gap:20px}.comprobante-preview{background:#fff;border:2px solid #262626;border-radius:18px;padding:16px;box-shadow:0 18px 40px #141a372e;display:grid;place-items:center;min-height:320px}.comprobante-image{width:100%;height:auto;border-radius:12px;display:block}.comprobante-actions{justify-content:flex-end}.table.compact .table-row{padding:10px 0}.service-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.service-title-row .icon-button{flex-shrink:0}.alert-item{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-radius:12px;border:1px solid var(--border);background:#fafbfc;gap:12px}.alert-info{flex:1;min-width:0}.alert-actions{display:flex;gap:8px;flex-shrink:0}.novedad-popup-card{max-width:680px;width:min(680px,94vw);border:2px solid #cbd5e1}.novedad-counter{border-radius:999px;padding:6px 12px;font-size:.75rem;font-weight:700;background:#e0f2fe;color:#0c4a6e;white-space:nowrap}.novedad-popup-meta{display:flex;align-items:center;gap:8px}.novedad-tipo-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:6px 12px;font-size:.75rem;font-weight:700;white-space:nowrap;margin-left:8px}.novedad-tipo-badge--informativa{background:#e2e8f0;color:#334155}.novedad-tipo-badge--tranqui{background:#dcfce7;color:#166534}.novedad-tipo-badge--alta-entidad{background:#fee2e2;color:#9f1239}.novedad-tipo-badge--general{background:#dbeafe;color:#1d4ed8}.novedad-tipo-badge--individual{background:#ede9fe;color:#6d28d9}.novedad-popup-card--informativa{border-color:#cbd5e1}.novedad-popup-card--tranqui{border-color:#86efac;box-shadow:0 16px 36px #16653429}.novedad-popup-card--alta-entidad{border-color:#f97316;border-width:3px;box-shadow:0 20px 40px #c2410c47}.novedad-popup-content{border:1px solid var(--border);border-radius:12px;padding:14px;background:#f8fafc;white-space:pre-wrap;line-height:1.5}.novedad-popup-footer{gap:10px}.month-board{position:relative;overflow:hidden}.month-board-grid{display:grid;grid-template-columns:1.2fr 2fr 1.2fr;gap:0;border:1px solid #c9c9c9;border-radius:16px;overflow:hidden;background:#f8f8f8}.month-board-left{background:#00e6f0;color:#00292f;display:grid;place-content:center;text-align:center;padding:32px 24px;border-right:1px solid #b6dfe2}.month-board-title{font-weight:800;letter-spacing:.08em}.month-board-month{font-size:1.8rem;font-weight:800;margin-top:6px}.month-board-center{display:grid;border-right:1px solid #c9c9c9}.month-board-row{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #d3d3d3;font-weight:700}.month-board-resto{background:#d7b5c6;color:#1f141b}.month-board-resto-compare{background:#e6ceda;color:#1f141b}.month-board-resto-compare-total{background:#dbc2d0}.month-board-egresos{background:#a9c4f2;color:#0f2042}.month-board-ingresos{background:#ffdd75;color:#3a2a00}.month-board-reserva{background:#c2f0d0;color:#0b3a1d}.month-board-breakdown{display:grid;grid-template-columns:repeat(3,1fr);background:#fff2c6}.break-cell{padding:12px 14px;border-right:1px solid #e2d6a4;display:grid;gap:6px;font-weight:600}.break-cell:last-child{border-right:none}.month-board-right{background:#18e521;color:#0b2c00;display:grid;grid-template-rows:auto auto 1fr;padding:24px;text-align:center}.month-board-value{font-size:2rem;font-weight:800;margin-top:10px}.month-board-spark{margin-top:16px;background:repeating-linear-gradient(to right,rgba(0,0,0,.08) 0,rgba(0,0,0,.08) 1px,transparent 1px,transparent 10px),repeating-linear-gradient(to bottom,rgba(0,0,0,.08) 0,rgba(0,0,0,.08) 1px,transparent 1px,transparent 10px);border-radius:8px;padding:12px}.month-board-spark svg{width:100%;height:60px}.dashboard-click-card{width:100%;text-align:left;cursor:pointer;color:inherit;font:inherit;display:block;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.dashboard-click-card:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #141e3c1f;border-color:#9caed0}.dashboard-click-card:disabled{cursor:default;opacity:.9}.dashboard-metric-card{min-height:220px;display:flex;flex-direction:column;gap:18px}.dashboard-metric-card-header{align-items:flex-start;gap:16px}.dashboard-metric-card-body{display:grid;gap:10px}.dashboard-period-input{display:grid;gap:6px;min-width:150px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#334155}.dashboard-period-input input{border:1px solid #cbd5e1;border-radius:12px;padding:10px 12px;font:inherit;background:#ffffffe0;color:#0f172a}.dashboard-metric-kicker{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#475569}.dashboard-metric-value{font-size:2rem;line-height:1;font-weight:800}.dashboard-visibility-button{display:grid;place-items:center;width:38px;height:38px;border:1px solid #cbd5e1;border-radius:12px;color:#334155;background:#fff;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}.dashboard-visibility-button:hover{color:var(--accent-strong);background:var(--accent-soft);transform:translateY(-1px)}.dashboard-visibility-button svg{width:19px;height:19px}.dashboard-metric-copy{max-width:36ch;color:#334155;line-height:1.45}.dashboard-disclosure-button{margin-top:4px;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:1px solid rgba(148,163,184,.4);border-radius:14px;padding:10px 12px;background:#ffffff8c;color:#0f172a;font-size:.92rem;font-weight:700}.dashboard-disclosure-arrow{font-size:1rem;transition:transform .2s ease}.dashboard-disclosure-arrow.open{transform:rotate(180deg)}.dashboard-disclosure-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.dashboard-disclosure-column{border:1px solid rgba(148,163,184,.35);border-radius:16px;background:#ffffff9e;padding:12px;display:grid;gap:10px}.dashboard-disclosure-title{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#334155}.dashboard-disclosure-item{display:grid;gap:2px;padding-bottom:10px;border-bottom:1px dashed rgba(148,163,184,.45)}.dashboard-disclosure-item:last-child{padding-bottom:0;border-bottom:none}.forecast-card{background:radial-gradient(circle at top right,#fffc,#fff0 34%),linear-gradient(145deg,#d4fff2,#f8fffd 52%,#fff8d2)}.street-card{background:radial-gradient(circle at top left,#ffffffc7,#fff0 36%),linear-gradient(145deg,#fff4da,#fffaf1 48%,#ffe2e2)}.report-shortcuts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.report-shortcut-button{border:none;border-radius:18px;padding:20px 22px;text-align:left;cursor:pointer;display:grid;gap:6px;color:#fff;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease}.report-shortcut-button strong{font-size:1.35rem;line-height:1.2;font-weight:800}.report-shortcut-button span{font-size:.9rem;opacity:.95}.report-shortcut-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;opacity:.9}.report-shortcut-quarter{background:linear-gradient(135deg,#0f766e,#0e9f6e 52%,#1dbf73);box-shadow:0 14px 30px #0c5e4747}.report-shortcut-anual{background:linear-gradient(135deg,#1d4ed8,#2563eb,#0ea5e9);box-shadow:0 14px 30px #1e40af47}.report-shortcut-button:hover{transform:translateY(-2px);filter:saturate(1.03)}.neto-detalle-modal{max-width:1100px;width:min(1100px,95vw)}.neto-detalle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.neto-detalle-row{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px dashed #d8deea}.neto-detalle-row.total{border-bottom:none;margin-top:4px;padding-top:10px;border-top:1px solid #d0d7e5}.neto-detalle-row span{color:#334155}.neto-detalle-row strong{text-align:right}@media(max-width:960px){.month-board-grid{grid-template-columns:1fr}.month-board-left,.month-board-center,.month-board-right{border-right:none}.month-board-center{border-top:1px solid #c9c9c9;border-bottom:1px solid #c9c9c9}.month-board-breakdown{grid-template-columns:1fr}.break-cell{border-right:none;border-bottom:1px solid #e2d6a4}.break-cell:last-child{border-bottom:none}.neto-detalle-grid,.report-shortcuts{grid-template-columns:1fr}.dashboard-metric-card-header{flex-direction:column}.dashboard-period-input{width:100%}.dashboard-disclosure-panel{grid-template-columns:1fr}}.priority-badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase;margin-bottom:6px}.priority-badge.alta{background:#fee2e2;color:#991b1b}.priority-badge.media{background:#fef3c7;color:#92400e}.priority-badge.baja{background:#d1fae5;color:#065f46}.estado-badge{display:inline-block;padding:4px 10px;border-radius:999px;font-size:.7rem;font-weight:600;text-transform:uppercase}.estado-badge.pendiente{background:#fef3c7;color:#92400e}.estado-badge.vista{background:#dbeafe;color:#1e40af}.estado-badge.resuelta{background:#d1fae5;color:#065f46}.alert-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.alert-bell-button{position:relative;width:42px;height:42px;border-radius:12px;border:1px solid #b8c3d9;background:#f3f6fb;color:#1f3b63;display:grid;place-items:center;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.alert-bell-button svg{width:20px;height:20px}.alert-bell-button:hover{transform:translateY(-1px);border-color:#8fa1c7;box-shadow:0 10px 20px #141e3c1f}.alert-bell-badge{position:absolute;top:-8px;right:-6px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#dc2626;color:#fff;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;border:2px solid #ffffff}.alert-summary{display:grid;grid-template-columns:repeat(3,minmax(0,180px));gap:12px;margin-top:16px;margin-bottom:16px}.alert-stat{text-align:center;padding:12px;border-radius:12px;background:#ffffff26}.alert-stat-button{border:1px solid transparent;color:inherit;font:inherit;width:100%;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.alert-stat-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0f172a1f;border-color:#94a3b873}.alert-stat-number{font-size:1.8rem;font-weight:700}.alert-stat-label{font-size:.8rem;opacity:.8}.alert-highlight-text,.alert-highlight-text strong{color:#fff}.dashboard-novedad-row{align-items:flex-start}.dashboard-novedad-content{margin-top:6px;white-space:pre-wrap;line-height:1.45}@media(max-width:760px){.alert-header-row{align-items:center}.alert-summary{grid-template-columns:1fr}}.metric-total{font-size:1.6rem;font-weight:600;margin:6px 0 14px}.stacked-bar{display:flex;height:14px;border-radius:999px;overflow:hidden;background:#edf0f6;margin-bottom:10px}.stacked-bar .segment{height:100%}.stacked-bar .segment.suscripciones{background:#3d5a80}.stacked-bar .segment.eventuales{background:#ee6c4d}.stacked-bar .segment.productos{background:#2a9d8f}.legend{display:grid;gap:6px;font-size:.8rem;color:var(--muted)}.form textarea{padding:10px 12px;border-radius:12px;border:1px solid var(--border);font-size:.95rem;background:#fbfcfb;font-family:inherit;resize:vertical;min-height:80px}.filter-tabs{display:flex;gap:8px;margin-bottom:16px}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;align-items:end}.filter-card{background:#c6e6a3;border-color:#9bbd79}.filter-card .filter-row input,.filter-card .filter-row select{padding:14px 18px;border-radius:18px;border:2px solid #3b3b3b;background:#f7f2dc;font-size:1rem;box-shadow:inset 2px 2px #a8b59a,inset -2px -2px #fff}.filter-card .filter-row input::placeholder{color:#6f6f6f}.filter-actions{display:flex;gap:10px;align-items:flex-end}.caja-filter-row>label{display:flex;flex-direction:column;gap:6px;min-width:0}.caja-filter-row>label input,.caja-filter-row>label select{width:100%;min-width:0}.caja-filter-actions{grid-column:1 / -1;justify-content:flex-end;flex-wrap:wrap}.page-stack{display:flex;flex-direction:column;gap:16px}.bolsa-iva-page{gap:22px}.bolsa-iva-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 32px;border-radius:22px;color:#f8fbff;background:linear-gradient(125deg,#16173f,#34388a);box-shadow:0 18px 38px #21204c38}.bolsa-iva-hero .eyebrow{color:#bcc6ff}.bolsa-iva-hero h1{margin:4px 0 8px;color:#fff}.bolsa-iva-hero p:not(.eyebrow){color:#dfe4ff}.bolsa-iva-coverage{min-width:185px;padding:18px 20px;border:1px solid rgba(255,255,255,.24);border-radius:16px;background:#ffffff1c}.bolsa-iva-coverage>*{display:block}.bolsa-iva-coverage span,.bolsa-iva-metric span{font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.bolsa-iva-coverage span,.bolsa-iva-coverage small{color:#d8ddff}.bolsa-iva-coverage strong{margin:3px 0;font-size:2rem}.bolsa-iva-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.bolsa-iva-metric{min-height:138px;padding:20px;border:1px solid #dce0f1;border-radius:18px;background:linear-gradient(145deg,#fff,#f7f8ff);box-shadow:0 10px 24px #21204c12}.bolsa-iva-metric>*{display:block}.bolsa-iva-metric span{color:#5d6381}.bolsa-iva-metric strong{margin:10px 0 5px;color:#1c2058;font-size:1.35rem;letter-spacing:-.04em}.bolsa-iva-metric small{color:#7a8098;font-size:.78rem}.bolsa-iva-forms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.bolsa-iva-form{padding:24px;border:1px solid #dfe3f0;border-radius:20px;background:#fff;box-shadow:0 12px 28px #21204c12}.bolsa-iva-form header{display:flex;gap:12px;align-items:flex-start;margin-bottom:20px}.bolsa-iva-form h3,.bolsa-iva-form p{margin:0}.bolsa-iva-form header p{margin-top:4px;color:var(--muted);font-size:.84rem}.form-number{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;color:#32367e;background:#e8eaff;font-size:.75rem;font-weight:900}.bolsa-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:19px}.bolsa-fields label,.bolsa-payment-fields label{display:grid;gap:7px;color:#59607b;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.bolsa-fields label.wide{grid-column:span 2}.bolsa-fields input,.bolsa-payment-fields input{min-height:46px;padding:0 13px;border:1px solid #d8dcec;border-radius:11px;outline:none;color:#171a37;background:#fafbff;font:600 .92rem Manrope,sans-serif;transition:.18s ease}.bolsa-fields input:hover,.bolsa-payment-fields input:hover{border-color:#aeb4d5;background:#fff}.bolsa-fields input:focus,.bolsa-payment-fields input:focus{border-color:#4a50b5;background:#fff;box-shadow:0 0 0 4px #4a50b51f}.bolsa-iva-form .primary{width:100%;padding:12px 16px}.bolsa-iva-payment{display:grid;grid-template-columns:260px 1fr;gap:26px;align-items:end;padding:24px 26px;border:1px solid #dce3f7;border-radius:20px;background:linear-gradient(115deg,#eff2ff,#fbfcff)}.bolsa-iva-payment h3{margin:3px 0 5px}.bolsa-iva-payment p:not(.eyebrow){color:var(--muted);font-size:.84rem}.bolsa-payment-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) auto;gap:10px;align-items:end}.bolsa-payment-fields .primary{min-height:46px;white-space:nowrap}.bolsa-iva-table table td small{display:block;margin-top:3px;color:var(--muted)}.bolsa-periodos>h3{margin:3px 0 15px}.bolsa-periodos>div{display:grid;grid-template-columns:100px 110px 1fr;gap:12px;align-items:center;padding:12px 0;border-top:1px solid #e8eaf2}.bolsa-periodos span{padding:4px 8px;border-radius:999px;color:#3b438d;background:#eceeff;font-size:.7rem;font-weight:800}.bolsa-periodos p{color:var(--muted);font-size:.84rem}@media(max-width:1050px){.bolsa-iva-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.bolsa-iva-payment{grid-template-columns:1fr}.bolsa-payment-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.bolsa-payment-fields .primary{grid-column:span 2}}@media(max-width:650px){.bolsa-iva-hero,.bolsa-iva-forms{display:grid;grid-template-columns:1fr}.bolsa-iva-hero{padding:24px}.bolsa-iva-coverage{min-width:0}.bolsa-iva-metrics,.bolsa-fields,.bolsa-payment-fields{grid-template-columns:1fr}.bolsa-fields label.wide,.bolsa-payment-fields .primary{grid-column:auto}.bolsa-iva-payment{padding:21px}.bolsa-periodos>div{grid-template-columns:1fr;gap:6px}}.full-width{width:100%}.ventas-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px;border-radius:20px;color:#fff;background:linear-gradient(120deg,#153c35,#236a5e);box-shadow:0 18px 40px #153c3533}.ventas-hero h1{margin:4px 0 10px;color:inherit}.ventas-hero p:not(.eyebrow){margin:0;max-width:620px;color:#ffffffdb}.ventas-hero .eyebrow{color:#b9eee1}.ventas-hero-action{flex:0 0 auto;text-decoration:none;white-space:nowrap}.ventas-guide{display:flex;gap:10px;flex-wrap:wrap}.ventas-guide span{padding:8px 12px;border-radius:999px;background:var(--accent-soft);color:var(--text);font-size:.88rem}.ventas-access-grid{grid-template-columns:repeat(auto-fill,minmax(148px,172px));justify-content:start;gap:14px}.ventas-access-card{aspect-ratio:1 / 1;display:flex;flex-direction:column;justify-content:space-between;min-height:0;padding:18px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}.ventas-access-card h3{margin:0;font-size:1rem}.ventas-access-card p{margin:10px 0 0;font-size:.82rem;line-height:1.35}.ventas-access-card:hover{transform:translateY(-3px);box-shadow:0 12px 26px #153c351f}.ventas-hero{min-height:280px;padding:42px 46px;background:linear-gradient(125deg,#14253b,#1b5560 58%,#35a88e)}.ventas-hero h1{max-width:620px;font-size:clamp(2.2rem,4vw,3.5rem);letter-spacing:-.05em;line-height:1}.ventas-hero-action{border-radius:12px;box-shadow:0 10px 20px #00000026}.ventas-flow{justify-content:center;background:#f5fcf9;border:1px solid #dbece5}.ventas-flow i{color:#6fa596;font-style:normal}.ventas-home-heading{display:flex;justify-content:space-between;align-items:end}.ventas-home-heading h2{margin:3px 0 0;font-size:1.5rem}.ventas-home-heading a{color:#087d72;font-weight:800;text-decoration:none}.ventas-access-grid{display:flex;flex-wrap:wrap;gap:14px}.ventas-access-icon-link{display:grid;place-items:center;gap:8px;width:88px;color:#087d72;text-decoration:none;transition:transform .2s ease}.ventas-access-icon-link>span{display:grid;width:58px;height:58px;place-items:center;border:1px solid #cce8de;border-radius:18px;background:linear-gradient(145deg,#f4fffb,#dff7ed);box-shadow:0 7px 16px #115c4f14;font-size:1.45rem;font-weight:900}.ventas-access-icon-link:first-child>span,.ventas-access-icon-link:nth-child(2)>span{color:#fff;border-color:#1c9b80;background:linear-gradient(145deg,#21ae91,#087d72)}.ventas-access-icon-link small{color:#516b64;font-size:.72rem;font-weight:800;text-align:center;line-height:1.2}.ventas-access-icon-link:hover{transform:translateY(-4px)}.ventas-access-icon-link:hover>span{box-shadow:0 13px 23px #115c4f2e}.ventas-access-icon-link:focus-visible{outline:3px solid #64c6af;outline-offset:4px;border-radius:18px}.ventas-access-grid{gap:10px}.ventas-access-card{min-height:152px;padding:16px}.ventas-access-icon{width:32px;height:32px;font-size:1.08rem}.ventas-access-card h3{font-size:.93rem}.ventas-access-card p{font-size:.76rem;line-height:1.3}.ventas-access-arrow{right:14px;bottom:13px;font-size:1.15rem}.sales-report-page{gap:22px}.sales-report-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:254px;padding:40px 44px;overflow:hidden;border-radius:24px;color:#fff;background:radial-gradient(circle at 86% 18%,rgba(124,230,196,.25),transparent 23%),linear-gradient(128deg,#102039,#155c5c 56%,#28a88c);box-shadow:0 19px 38px #14474930}.sales-report-hero h1{margin:3px 0 12px;color:inherit;font-size:clamp(2.35rem,4vw,3.7rem);letter-spacing:-.065em;line-height:.94}.sales-report-hero h1 em{color:#b9f5df;font-style:normal}.sales-report-hero p:not(.eyebrow){max-width:580px;margin:0;color:#d8f5ef}.sales-report-hero .eyebrow{color:#aaf0da}.sales-report-hero-score{display:grid;min-width:180px;gap:2px;padding:24px;border:1px solid rgba(255,255,255,.24);border-radius:21px;background:#071a2a3d}.sales-report-hero-score span,.sales-report-hero-score small{color:#cef4ea;font-size:.77rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.sales-report-hero-score strong{font-size:3.15rem;letter-spacing:-.07em;line-height:1.05}.sales-report-hero-score small{font-weight:600;letter-spacing:0;text-transform:none}.sales-report-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.sales-report-kpi{display:flex;align-items:flex-start;gap:14px;padding:20px;border:1px solid #dfeae7;border-radius:18px;background:#fff;box-shadow:0 9px 22px #12453f0f}.sales-report-kpi.is-bonus{border-color:#c8eadc;background:linear-gradient(135deg,#edfff7,#fff)}.sales-report-icon{display:grid;flex:0 0 auto;width:39px;height:39px;place-items:center;border-radius:12px;color:#097d6e;background:#dff7ed;font-size:1.05rem;font-weight:900}.sales-report-kpi small{display:block;color:#648078;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sales-report-kpi strong{display:block;margin:4px 0;color:#183d39;font-size:1.75rem;letter-spacing:-.045em}.sales-report-kpi p{margin:0;color:#6a817c;font-size:.8rem}.sales-report-insights{display:grid;grid-template-columns:1.25fr .75fr;gap:18px}.sales-report-card{padding:25px;border:1px solid #dfeae7;border-radius:20px;background:#fff;box-shadow:0 9px 22px #12453f0d}.sales-report-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.sales-report-card-heading .eyebrow{margin:0 0 3px;color:#419382}.sales-report-card-heading h2{margin:0;color:#183d39;font-size:1.3rem;letter-spacing:-.035em}.sales-conversion-pill{padding:7px 10px;border-radius:999px;color:#087d72;background:#e7fbf2;font-size:.74rem;font-weight:900}.sales-funnel{display:grid;gap:10px;margin:27px 0 18px}.sales-funnel-row{display:flex;justify-content:space-between;color:#42635c;font-size:.9rem;font-weight:750}.sales-funnel-row div{display:flex;gap:8px;align-items:center}.sales-funnel-dot,.sales-donut-legend i{display:inline-block;width:9px;height:9px;border-radius:50%}.sales-funnel-dot.visitados,.sales-donut-legend .is-visitados{background:#b9d9ce}.sales-funnel-dot.vendidos,.sales-donut-legend .is-vendidos{background:#27a98a}.sales-funnel-track{height:11px;overflow:hidden;border-radius:999px;background:#eef5f2}.sales-funnel-track span{display:block;height:100%;border-radius:inherit}.sales-funnel-track .is-visitados{background:#b9d9ce}.sales-funnel-track .is-vendidos{background:linear-gradient(90deg,#1c947b,#38bd9d)}.sales-report-note{margin:0;padding-top:15px;border-top:1px solid #edf3f0;color:#6b827b;font-size:.82rem;line-height:1.5}.sales-donut-layout{display:flex;align-items:center;justify-content:center;gap:24px;min-height:174px}.sales-donut{display:grid;width:136px;height:136px;place-items:center;border-radius:50%}.sales-donut>div{display:grid;width:91px;height:91px;place-items:center;align-content:center;border-radius:50%;background:#fff}.sales-donut strong{color:#183d39;font-size:1.8rem;letter-spacing:-.05em}.sales-donut span{color:#769087;font-size:.68rem;font-weight:800;text-transform:uppercase}.sales-donut-legend{display:grid;gap:12px}.sales-donut-legend p{display:grid;grid-template-columns:11px 1fr auto;gap:7px;align-items:center;margin:0;color:#59736b;font-size:.82rem}.sales-donut-legend strong{color:#183d39}.sales-best-month{display:grid;gap:3px;text-align:right}.sales-best-month small{color:#739087;font-size:.68rem;font-weight:800;text-transform:uppercase}.sales-best-month strong{color:#13836f;font-size:.82rem}.sales-bonus-bars-rich{height:205px;gap:16px;margin-top:23px;align-items:end}.sales-bonus-bar{display:grid;flex:1;height:100%;grid-template-rows:auto 1fr auto;gap:7px;text-align:center}.sales-bonus-bar>strong{min-height:17px;color:#648078;font-size:.68rem;white-space:nowrap}.sales-bonus-bar-track{display:flex;height:100%;align-items:end;overflow:hidden;border-radius:10px 10px 4px 4px;background:linear-gradient(180deg,#f2f8f5,#e3f0eb)}.sales-bonus-bar-track span{width:100%;border-radius:9px 9px 3px 3px;background:linear-gradient(180deg,#61cfaf,#168b74)}.sales-bonus-bar small{color:#668079;font-size:.72rem;font-weight:850;text-transform:capitalize}.system-portal-hero,.system-detail-hero{padding:36px;border-radius:20px;color:#fff;background:linear-gradient(125deg,#182d4a,#3c5b8d)}.system-portal-hero h1,.system-detail-hero h1{margin:5px 0 10px;color:inherit}.system-portal-hero p:not(.eyebrow),.system-detail-hero p:not(.eyebrow){margin:0;color:#ffffffde}.system-portal-hero .eyebrow,.system-detail-hero .eyebrow{color:#cbdcff}.system-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.system-card{display:flex;min-height:220px;flex-direction:column;gap:16px;padding:22px;border:1px solid var(--border);border-radius:18px;color:var(--text);text-decoration:none;background:var(--surface);transition:transform .18s ease,box-shadow .18s ease}.system-card:hover{transform:translateY(-4px);box-shadow:0 16px 28px #17233c21}.system-card h2{margin:0 0 7px;font-size:1.25rem}.system-card p{margin:0;color:var(--muted)}.system-card-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;color:#fff;font-size:1.15rem;font-weight:800}.system-card-action{margin-top:auto;font-weight:700;font-size:.9rem}.redhome .system-card-mark,.system-detail-hero.redhome{background:#cc6049}.qreate .system-card-mark,.system-detail-hero.qreate{background:#5f49bb}.socion .system-card-mark,.system-detail-hero.socion{background:#1f8f78}.mediq .system-card-mark,.system-detail-hero.mediq{background:#247ea5}.nootra .system-card-mark,.system-detail-hero.nootra{background:#a46a29}.back-link{color:var(--accent);font-weight:700;text-decoration:none}.empty-system-form{max-width:720px}.empty-system-form h3{margin-top:0}.system-detail-hero.mediq{display:flex;align-items:center;justify-content:space-between;overflow:hidden;background:linear-gradient(130deg,#0b536d,#1fa0a8);box-shadow:0 18px 38px #13718e38}.mediq-hero-orb{display:grid;place-items:center;width:90px;height:90px;border-radius:50%;background:#ffffff2b;box-shadow:0 0 0 18px #ffffff14;font-size:3rem}.mediq-onboarding{display:grid;grid-template-columns:220px minmax(0,1fr);overflow:hidden;border:1px solid #d9e5e8;border-radius:22px;background:var(--surface);box-shadow:0 14px 34px #17465117}.mediq-steps{display:grid;grid-template-columns:34px 1fr;align-content:start;gap:16px 12px;padding:30px 24px;color:#d9f4f4;background:#113b4a}.mediq-steps span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#2a9ca2;font-size:.72rem;font-weight:800}.mediq-steps strong,.mediq-steps small{display:block}.mediq-steps small{margin-top:3px;color:#9bc5ca;font-size:.76rem}.mediq-form-content{padding:30px}.mediq-form-section{padding:22px 0;border-bottom:1px solid #e6eef0}.mediq-form-section:first-child{padding-top:0}.mediq-section-heading{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}.mediq-section-heading>span{display:grid;place-items:center;flex:0 0 auto;width:28px;height:28px;border-radius:9px;color:#087a81;background:#e0f5f3;font-size:.78rem;font-weight:800}.mediq-section-heading h3,.mediq-section-heading p{margin:0}.mediq-section-heading p{margin-top:4px;color:var(--muted);font-size:.88rem}.mediq-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mediq-fields label{display:grid;gap:7px;font-size:.83rem;font-weight:700}.mediq-fields input{border-color:#d5e3e5;background:#fbfefe}.mediq-modules{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.mediq-module{display:flex;align-items:center;gap:8px;min-height:52px;padding:10px;border:1px solid #dce8ea;border-radius:12px;cursor:pointer;font-size:.84rem;font-weight:700}.mediq-module input{display:none}.mediq-module b{margin-left:auto;color:#8ba8ac}.mediq-module.selected{border-color:#1c9a9f;background:#edfbfa;color:#087a81}.mediq-module.selected b{color:#0b8f94}.mediq-submit{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:24px}.mediq-submit p{margin:0;color:var(--muted);font-size:.9rem}.mediq-submit .primary{padding:13px 22px;border-radius:12px;box-shadow:0 9px 18px #116e7433}.mediq-fields label{color:#51716f;font-size:.71rem;letter-spacing:.06em;text-transform:uppercase}.mediq-fields input{min-height:48px;padding:0 15px;border:1px solid transparent;border-radius:12px;color:#173b3e;background:#f1f8f7;box-shadow:inset 0 0 0 1px #dcebe8,0 2px #11525405;font-size:.95rem;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease}.mediq-fields input::placeholder{color:#9cafad}.mediq-fields input:hover{background:#f8fdfc;box-shadow:inset 0 0 0 1px #b8dcd5}.mediq-fields input:focus{outline:none;border-color:#1eaaa5;background:#fff;box-shadow:0 0 0 4px #1eaaa524,0 8px 16px #13757014;transform:translateY(-1px)}.sales-system-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:16px}.sales-system-card{display:flex;flex-direction:column;gap:14px;padding:24px;border:1px solid var(--border);border-radius:18px;background:var(--surface)}.sales-system-card h2,.sales-system-card p{margin:0}.sales-system-price{display:flex;flex-direction:column;gap:3px;padding:14px;border-radius:12px;background:var(--accent-soft)}.sales-system-price span{font-size:.8rem}.sales-system-price strong{font-size:1.35rem}.sales-system-term{font-size:.9rem}.sales-system-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.sales-system-actions a{text-decoration:none}.sales-system-actions [aria-disabled=true]{pointer-events:none;opacity:.45}.sales-catalog-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:40px;overflow:hidden;border-radius:22px;color:#fff;background:linear-gradient(120deg,#16223a,#3c4476 58%,#6950a4)}.sales-catalog-hero h1{margin:4px 0 12px;color:inherit;font-size:clamp(2.15rem,4vw,3.4rem);letter-spacing:-.05em;line-height:.98}.sales-catalog-hero h1 em{color:#d6c9ff;font-style:normal}.sales-catalog-hero p:not(.eyebrow){max-width:560px;margin:0;color:#e8e5f7}.sales-catalog-hero .eyebrow{color:#d6c9ff}.sales-catalog-count{display:flex;align-items:center;gap:10px;padding:19px 23px;border:1px solid rgba(255,255,255,.24);border-radius:17px;background:#ffffff1a}.sales-catalog-count strong{font-size:2.6rem;line-height:1}.sales-catalog-count span{color:#ddd8f4;font-size:.77rem;font-weight:700;line-height:1.25;text-transform:uppercase}.sales-system-grid{grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:18px}.sales-system-card{position:relative;gap:18px;padding:21px;overflow:hidden;border-color:#dfe4ec;background:linear-gradient(145deg,#fff,#f8f9fc);transition:transform .2s ease,box-shadow .2s ease}.sales-system-card:hover{transform:translateY(-5px);box-shadow:0 17px 30px #242e5221}.sales-system-card header{display:flex;align-items:center;justify-content:space-between}.sales-system-card header p{color:#75809c;font-size:.7rem;font-weight:900;letter-spacing:.1em}.sales-system-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;color:#fff;background:#5858a5;font-size:1.25rem;font-weight:900}.sales-system-copy h2{margin:0 0 7px;font-size:1.35rem}.sales-system-copy p{min-height:39px;color:#687188;font-size:.87rem;line-height:1.42}.sales-system-price{gap:1px;padding:14px 16px;background:#eef0fa}.sales-system-price span,.sales-system-price small{color:#6f7194;font-size:.72rem;font-weight:700;text-transform:uppercase}.sales-system-price strong{color:#252a56;font-size:1.55rem}.sales-system-term{color:#66708a}.sales-system-term span{color:#6554a8}.sales-system-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sales-system-actions a{display:flex;justify-content:space-between;padding:10px;border-radius:10px;color:#4d467d;background:#f1effb;font-size:.78rem;font-weight:800}.sales-system-actions a:last-child{color:#fff;background:#5c54a0}.sales-system-actions a b{font-size:1rem}.sales-redhome .sales-system-mark{background:#cc6049}.sales-qreate .sales-system-mark{background:#5f49bb}.sales-socion .sales-system-mark{background:#1f8f78}.sales-mediq .sales-system-mark{background:#247ea5}.sales-nootra .sales-system-mark{background:#a46a29}@media(max-width:650px){.ventas-hero{align-items:flex-start;flex-direction:column;padding:24px}.ventas-access-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.system-detail-hero.mediq{align-items:flex-start}.mediq-hero-orb{width:58px;height:58px;box-shadow:none;font-size:2rem}.mediq-onboarding{grid-template-columns:1fr}.mediq-steps{grid-template-columns:30px 1fr 30px 1fr 30px 1fr;gap:7px;padding:16px}.mediq-steps small{display:none}.mediq-form-content{padding:22px}.mediq-fields,.mediq-modules{grid-template-columns:1fr}.mediq-submit{align-items:stretch;flex-direction:column}.mediq-submit .primary{width:100%}}.new-row{display:flex;justify-content:flex-end}.filter-tab{padding:8px 16px;border-radius:999px;border:1px solid var(--border);background:transparent;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-check{display:flex;align-items:center;gap:8px;align-self:end;min-height:42px;font-size:.86rem;font-weight:700;white-space:nowrap}.filter-check input{width:17px;height:17px;accent-color:var(--accent)}.table-phone{display:flex;align-items:center;gap:7px}.table-phone a{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;color:#fff;background:#25d366;font-size:.76rem;text-decoration:none;box-shadow:0 2px 5px #25d36640}.table-phone a:hover{background:#128c7e;transform:translateY(-1px)}.table-phone a svg{width:15px;height:15px;fill:currentColor}.sales-demo-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sales-demo-actions button,.sales-demo-actions a{display:flex;align-items:center;justify-content:center;min-height:34px;border:1px solid #d8d9e7;border-radius:9px;color:#6d6c89;background:#fafaff;font-size:.75rem;font-weight:800;text-decoration:none}.sales-demo-actions button svg{width:16px;height:16px;margin-right:6px;fill:currentColor}.sales-demo-actions a{color:#3e397a;border-color:#c7c2ef;background:#ebe9fb}.sales-demo-actions button:disabled{cursor:not-allowed;opacity:.75}.demo-credentials{display:flex;align-items:center;gap:26px;padding:15px 18px;border:1px solid #d8d2f2;border-radius:15px;color:#332d59;background:linear-gradient(110deg,#f7f5ff,#eeefff);box-shadow:0 8px 22px #43348317}.demo-credentials-inline{align-items:stretch;flex-wrap:wrap;gap:12px;margin-top:-4px}.demo-credentials>div{display:grid;gap:2px;min-width:120px;flex:1}.demo-credentials-label{grid-column:1 / -1;color:#6a628e;font-size:.7rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.demo-credentials strong{overflow-wrap:anywhere;font-size:.88rem}.demo-credentials small{color:#7b7792;font-size:.72rem}.demo-credentials button{margin-left:auto}@media(max-width:620px){.demo-credentials{align-items:stretch;flex-wrap:wrap;gap:14px}.demo-credentials button{margin-left:0}}.commercial-status-picker{margin:0;padding:18px;border:1px solid #dceae6;border-radius:15px;background:linear-gradient(145deg,#f8fcfa,#f0f8f5)}.commercial-status-picker legend{padding:0 6px;color:#165f55;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.commercial-status-picker>p{margin:0 0 13px;color:#6d807c;font-size:.82rem}.commercial-status-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.commercial-status-options label{display:flex;align-items:flex-start;gap:9px;min-height:64px;padding:12px;border:1px solid #d5e5df;border-radius:12px;cursor:pointer;background:#fff;transition:.18s ease}.commercial-status-options label:hover{border-color:#83c8b4;transform:translateY(-1px)}.commercial-status-options label.selected{border-color:#159b81;background:#e8f9f2;box-shadow:0 5px 14px #12856a17}.commercial-status-options input{margin-top:3px;accent-color:#159b81}.commercial-status-options strong,.commercial-status-options small{display:block}.commercial-status-options strong{color:#244d46;font-size:.9rem}.commercial-status-options small{margin-top:3px;color:#71827e;font-size:.73rem;line-height:1.25}.filter-tab.active{background:var(--accent);color:#f8fafc;border-color:var(--accent)}.filter-tab:hover:not(.active){background:var(--accent-soft)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.client-prefill{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px;padding:18px 20px;border:1px solid #cce8de;border-radius:16px;background:#f3fcf8}.client-prefill .eyebrow{margin:0 0 3px;color:#0b876f}.client-prefill h3{margin:0;color:#173b35}.client-prefill p{margin:4px 0 0;color:#658078;font-size:.83rem}.client-prefill label{display:grid;min-width:230px;gap:6px;color:#51716f;font-size:.72rem;font-weight:800;text-transform:uppercase}.client-prefill select{min-height:42px;border:1px solid #bfe0d5;border-radius:10px;background:#fff;color:#173b35;font-size:.9rem}
