@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}.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;gap:14px;align-items:flex-start}.team-avatar{width:64px;height:64px;border-radius:50%;border:1px solid var(--border);background:#f3f4f6;flex-shrink:0}.team-info{display:flex;flex-direction:column;gap:6px}.team-email{color:var(--accent-strong);font-size:.85rem}.team-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.team-footer{margin-top:16px;display:flex;flex-wrap:wrap;gap:16px;border-top:1px dashed var(--border);padding-top:16px}.team-footer-item{display:flex;flex-direction:column;gap:6px}.team-link{padding:4px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong);border:1px solid rgba(21,20,58,.18);font-size:.72rem;font-weight:600;letter-spacing:.02em}.team-link.disabled{background:#f3f4f6;color:var(--muted);border-color:var(--border)}.table-actions{display:flex;gap:8px}.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}.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,.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}.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}.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}.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}@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}}.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-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.alert-stat{text-align:center;padding:12px;border-radius:12px;background:#ffffff26}.alert-stat-number{font-size:1.8rem;font-weight:700}.alert-stat-label{font-size:.8rem;opacity:.8}.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}.full-width{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-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}}
