:root{--invox-blue: #2563eb;--invox-blue-dark: #1e4fc4;--invox-navy: #1a2740;--invox-navy-deep: #0f1626;--invox-gradient: linear-gradient(140deg, #2f6fd0 0%, #1a2740 55%, #0f1626 100%);--invox-bg: #f6f7f9;--invox-surface: #ffffff;--invox-border: #e5e7eb;--invox-text: #16213a;--invox-text-muted: #5b6677}body{background-color:var(--invox-bg);color:var(--invox-text)}.login-wrap{min-height:100vh;display:flex}.login-brand{flex:1;background:var(--invox-gradient);color:#fff;padding:3rem 2.5rem;display:flex;flex-direction:column;justify-content:space-between}.login-form-panel{flex:1;background:var(--invox-surface);display:flex;align-items:center;justify-content:center;padding:2rem}.login-form-inner{width:100%;max-width:360px}@media (max-width: 768px){.login-brand{display:none}}.btn-invox{background:var(--invox-blue);color:#fff}.btn-invox:hover{background:var(--invox-blue-dark);color:#fff}.app-shell{display:flex;min-height:100vh}.app-sidebar{width:230px;flex-shrink:0;background:var(--invox-navy);color:#fff;display:flex;flex-direction:column;padding:1rem .75rem;position:sticky;top:0;height:100vh}.app-main{flex:1;min-width:0;background:var(--invox-bg);padding:1.5rem 2rem}.sidebar-link{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:8px;color:#ffffffa6;text-decoration:none;font-size:.95rem;margin-bottom:2px}.sidebar-link:hover{background:rgba(255,255,255,.06);color:#fff}.sidebar-link.active{background:rgba(255,255,255,.1);color:#fff}@media (max-width: 768px){.app-shell{flex-direction:column}.app-sidebar{width:100%;height:auto;position:static}}.card-invox{background:var(--invox-surface);border:.5px solid var(--invox-border);border-radius:12px}.modal-backdrop-invox{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,22,38,.45);display:flex;align-items:flex-start;justify-content:center;padding:3rem 1rem;z-index:1050;overflow-y:auto}.modal-invox{background:var(--invox-surface);border-radius:12px;padding:1.5rem;width:100%;max-width:640px}.reset-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--invox-bg);padding:1rem}.palabra-rotativa{color:var(--invox-accent, #ffc107);display:inline-block;animation:fadePalabra .5s ease}@keyframes fadePalabra{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.login-credito{margin-top:2rem;text-align:center;font-size:.85rem;color:#98a2b3}.login-credito a{color:var(--invox-blue, #2563eb);text-decoration:none}.login-credito a:hover{text-decoration:underline}.lineas{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.linea{display:grid;grid-template-columns:1fr 90px 110px 110px 36px;gap:.5rem;align-items:center}.linea-head{font-size:.8rem;font-weight:600;color:#1a2740}.linea-subtotal{text-align:right;white-space:nowrap}.linea-del{padding:0}@media (max-width: 640px){.linea-head{display:none}.linea{grid-template-columns:1fr 1fr;row-gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid #e9ecef}.linea-desc{grid-column:1 / -1}.linea-subtotal{text-align:left}.linea-del{justify-self:end}}.landing-wrap{min-height:100vh;background:var(--invox-gradient);color:#fff;display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem;position:relative;overflow:hidden}.landing-content{width:100%;max-width:520px;display:flex;flex-direction:column;gap:2rem}.landing-logo{display:flex;align-items:center;gap:8px;font-size:1.2rem;font-weight:500}.landing-logo-mark{width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;font-weight:600}.landing-title{font-size:2rem;font-weight:700;margin-bottom:.75rem}.landing-sub{color:#ffffffbf;line-height:1.6;margin-bottom:1.5rem}.landing-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.6rem;color:#ffffffe6;font-size:.95rem}.landing-cta{font-weight:600;padding-left:2rem;padding-right:2rem}.landing-credito{font-size:.85rem;color:#fff9}.landing-credito a{color:#ffffffd9;text-decoration:none}.landing-credito a:hover{text-decoration:underline}.landing-wrap:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px circle at var(--mx, 50%) var(--my, 50%),rgba(37,99,235,.35),transparent 60%);pointer-events:none}.landing-content{position:relative;z-index:1}.service-suggest{position:absolute;top:100%;left:0;right:0;z-index:20;margin-top:4px;background:#fff;border:1px solid #e0e3e8;border-radius:8px;box-shadow:0 8px 24px #0000001f;max-height:240px;overflow-y:auto;padding:4px}.service-suggest-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;text-align:left;background:none;border:none;padding:8px 10px;border-radius:6px;cursor:pointer}.service-suggest-item:hover{background:#f1f5ff}.service-suggest-name{font-weight:500;color:#1a2740}.service-suggest-meta{font-size:.8rem;color:#888}
