.home-layout{max-width:97%;margin:15px auto 0;padding:0 var(--page-pad-x) 40px;display:grid;grid-template-columns:1.7fr 1fr;gap:32px}@media (max-width: 1024px){.home-layout{grid-template-columns:1fr}}.left-column{display:flex;flex-direction:column;gap:32px}.left-header{display:flex;flex-direction:column}.subtitle{color:var(--text-primary);font-size:20px;font-weight:700;margin:0}.quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.quick-card{background:linear-gradient(135deg,#146068d3,#7bdfd8ab);background-size:200% 200%;border-radius:30px;padding:26px 20px;color:#fff;border:none;width:100%;height:14rem;display:flex;flex-direction:column;justify-content:flex-start;gap:22px;box-shadow:0 10px 25px #00000026;transition:.2s ease;cursor:pointer}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:60% 50%}to{background-position:0% 50%}}.quick-card:hover{transform:scale(1.01);box-shadow:0 14px 32px #0000001f;animation:gradientShift 10s ease-in-out infinite}.quick-top{display:flex;align-items:center;gap:16px}.quick-icon{width:50px;height:55px;border-radius:14px;display:flex;align-items:center;justify-content:center}.quick-title{font-size:15px;font-weight:700;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.quick-desc{font-size:15px;opacity:.9;margin-top:5px;text-align:center;flex-grow:1}.quick-cta{display:flex;justify-content:flex-end;margin-top:auto;color:#ffffffe6}.quick-card-head{display:flex;align-items:center;gap:12px}.left-extra .block-title{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--text-muted)}.util-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:26px;box-shadow:0 0 1rem #0000001d;color:var(--text-muted)}.right-column{display:flex;flex-direction:column}.right-inner{background:#fff;border:1px solid #e6e6e6;border-radius:16px;padding:15px 15px 0;box-shadow:0 6px 18px #0000000f;display:flex;flex-direction:column;gap:15px;margin-top:-8.5rem;z-index:90;min-height:42.5rem}.clients-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:4px;border-bottom:1px solid #10101043}.clients-header-left{display:flex;align-items:center;gap:12px}.clients-header-icon{width:44px;height:44px;border-radius:12px;background:#e8f8f5;color:#23a48b;display:flex;justify-content:center;align-items:center;font-size:22px}.clients-header-title{font-size:20px;font-weight:500;color:#1b1f24;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.clients-header-sub{margin:2px 0 0;font-size:13px;color:#6f6f6f}.badge{background:#e8f8f5;color:#23a48b;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:600;border:1px solid #b9e8dc}.clients-list{display:flex;flex-direction:column;gap:14px;overflow-y:auto;flex:1}.client-item{background:var(--panel-soft);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:22px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.client-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.client-left{display:flex;align-items:center;gap:14px}.client-avatar{width:48px;height:48px;border-radius:14px;background:#e6f8f3;border:1px solid #c2efe0;display:grid;place-items:center;font-size:16px;font-weight:700;color:var(--primary)}.client-info{display:flex;flex-direction:column;gap:2px}.client-name{font-size:15px;font-weight:500;color:#1b1f24;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.client-meta{font-size:13px;color:#6f6f6f}.client-status{font-size:10px;font-weight:600;padding:3px 10px;border-radius:50px;display:inline-flex;justify-content:center;align-items:center}.client-status.Activo{background:#d9fceb;color:#0e8f47;border:1px solid #b4efd3}.client-status.Pendiente{background:#fff2cc;color:#b67300;border:1px solid #f5d88a}.client-status.Inactivo{background:#e9eeff;color:#3a54b4;border:1px solid #c8d4ff}.pagination{display:flex;justify-content:center;align-items:center;gap:14px;margin-bottom:1rem}.page-dots{display:flex;gap:10px}.dot{width:10px;height:10px;border-radius:50%;background:#3d4a58;opacity:.4;cursor:pointer;transition:all .25s ease}.dot:hover{opacity:.7}.dot.active{background:#23a48b;opacity:1;transform:scale(1.1);box-shadow:0 0 5px #6c63ff99}.page-arrow{background:#f2f2f2;border:none;border-radius:8px;padding:6px 10px;cursor:pointer;transition:background .2s ease,transform .1s ease}.page-arrow:hover{background:#e5e5e5;transform:translateY(-1px)}.page-arrow:disabled{opacity:.35;cursor:not-allowed}@media (max-width: 768px){body{overflow-x:hidden}.right-inner{margin-top:0;min-height:50rem;width:28.5rem}.util-box{width:26.7rem}.quick-grid{grid-template-columns:auto;gap:1rem}.quick-card{height:8rem}.quick-top{margin-top:-2rem}.quick-desc{margin-top:-2.5rem;text-align:left;margin-left:5.5rem}svg{margin-top:2.5rem}.quick-cta{margin:-10rem 0 1rem 25rem}.right-panels{flex-direction:column}}.right-panels{display:flex;gap:1.5rem;align-items:stretch}.right-column{flex:1;min-width:320px}.right-column.secondary{flex:.9}.iva-column{display:flex;flex-direction:column;flex:1;min-width:320px}.iva-inner{background:#fff;border:1px solid #e6e6e6;border-radius:16px;padding:15px 15px 0;box-shadow:0 6px 18px #0000000f;display:flex;flex-direction:column;gap:15px;margin-top:-8.5rem;z-index:90;min-height:42.5rem}.iva-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:4px;border-bottom:1px solid #10101043}.iva-header-title{font-size:20px;font-weight:500;color:#1b1f24;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.iva-badge{background:#e8f8f5;color:#23a48b;padding:4px 12px;border-radius:999px;font-size:13px;font-weight:600;border:1px solid #b9e8dc}.iva-list{display:flex;flex-direction:column;gap:14px;overflow-y:auto;flex:1}.iva-item{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:14px;border:1px solid #e6e6e6;background:#fff;cursor:pointer;transition:all .18s ease}.iva-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014}.iva-item-left{display:flex;align-items:flex-start;gap:12px}.iva-item-avatar{width:48px;height:48px;border-radius:14px;background:#e6f8f3;border:1px solid #c2efe0;display:grid;place-items:center;font-size:14px;font-weight:700;color:var(--primary)}.iva-item-name{font-size:15px;font-weight:500;color:#1b1f24;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.iva-item-info{min-height:38px}.iva-item-status{font-size:10px;font-weight:600;padding:3px 10px;border-radius:50px;display:inline-flex;justify-content:center;align-items:center}.iva-item-status.Activo{background:#d9fceb;color:#0e8f47;border:1px solid #b4efd3}.iva-item-status.Pendiente{background:#fff2cc;color:#b67300;border:1px solid #f5d88a}.iva-item-status.Inactivo{background:#e9eeff;color:#3a54b4;border:1px solid #c8d4ff}.iva-pagination{display:flex;justify-content:center;align-items:center;gap:14px;margin-bottom:1rem}.iva-page-dots{display:flex;gap:10px}.iva-dot{width:10px;height:10px;border-radius:50%;background:#3d4a58;opacity:.4;cursor:pointer;transition:all .25s ease}.iva-dot:hover{opacity:.7}.iva-dot.active{background:#23a48b;opacity:1;transform:scale(1.1);box-shadow:0 0 5px #6c63ff99}.iva-page-arrow{background:#f2f2f2;border:none;border-radius:8px;padding:6px 10px;cursor:pointer;transition:background .2s ease,transform .1s ease}.iva-page-arrow:hover{background:#e5e5e5;transform:translateY(-1px)}.iva-page-arrow:disabled{opacity:.35;cursor:not-allowed}@media (max-width: 768px){.iva-inner{margin-top:0;min-height:50rem;width:28.5rem}}.iva-item:hover{background:#f8fbfb;border-color:#bfeae6;box-shadow:0 6px 18px #0000000f;transform:translateY(-1px)}.iva-item-avatar{min-width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem;background:#e8f7f5;color:#1fb8aa;border:1px solid #c8eeea}.iva-item-info{display:flex;flex-direction:column;gap:2px;min-width:36px}.iva-item-title{font-weight:400;font-size:.8rem;color:#1f2937;line-height:1.2;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;text-align:left;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.iva-item-subtitle{font-size:.75rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}@media (max-width: 768px){.iva-item-title{font-size:12px}.iva-item-subtitle{margin-top:.5rem;font-size:11.5px}}.iva-item-right{display:flex;align-items:left}.iva-type-badge{padding:4px 10px;border-radius:999px;font-size:.7rem;font-weight:600;letter-spacing:.03em;background:#ecfeff;color:#0f766e;border:1px solid #99f6e4}@media (max-width: 768px){.iva-item{align-items:flex-start}}
