:root{--font:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--bg:#f8f5fb;--app-bg:#f5f2ec;--surface:#fff;--surface-2:#f4f0f8;--border:#ece5db;--border-soft:#e6e0ec;--text:#221d31;--text-strong:#271c46;--muted:#6e6878;--accent:#6d5ef0;--accent-hover:#5a4be0;--accent-soft:#efedfe;--on-accent:#fff;--focus:#6366f1;--danger:#ef4444;--danger-soft:#fee2e2;--success:#16a34a;--warning:#f59e0b;--radius:16px;--radius-sm:10px;--shadow:0 10px 30px -14px #54388c2e, 0 2px 6px -2px #54388c12;--shadow-sm:0 1px 2px #54388c0f}[data-theme=dark]{--bg:#141019;--app-bg:#141019;--surface:#1e1a29;--surface-2:#272233;--border:#2f2350;--border-soft:#2c2552;--text:#f2eef6;--text-strong:#fff;--muted:#9b94ad;--accent:#7c6ef6;--accent-hover:#8b5cf6;--accent-soft:#271c46;--focus:#b9adff;--danger:#f87171;--danger-soft:#2c1f24;--success:#22c55e;--shadow:0 10px 30px -14px #0000008c, 0 2px 6px -2px #0006;--shadow-sm:0 1px 2px #0000004d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root{font:16px/1.55 var(--font);color:var(--text);background:var(--bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0}.container{justify-content:center;align-items:center;min-height:100svh;padding:24px;display:flex}.brand{letter-spacing:-.02em;color:var(--text-strong);font-weight:800}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:400px;box-shadow:var(--shadow);flex-direction:column;gap:14px;padding:32px;display:flex}.auth-card h1,.auth-card h2{color:var(--text-strong);margin:0}.subtitle{color:var(--muted);margin:0 0 8px}label{color:var(--text);text-align:left;flex-direction:column;gap:6px;font-size:14px;font-weight:500;display:flex}input,select{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius-sm);color:var(--text);font-family:var(--font);padding:11px 13px;font-size:15px;transition:border-color .16s,box-shadow .16s}input::placeholder{color:var(--muted)}input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}button{border-radius:var(--radius-sm);color:var(--on-accent);font-family:var(--font);cursor:pointer;background:linear-gradient(135deg,#7c6ef6,#5a4be0);border:none;padding:11px 16px;font-size:15px;font-weight:600;transition:filter .18s,transform .12s}button:hover:not(:disabled){filter:brightness(1.06)}button:active:not(:disabled){transform:scale(.98)}button:focus-visible{outline:2px solid var(--focus);outline-offset:2px}button:disabled{opacity:.55;cursor:default}button.link{color:var(--muted);background:0 0;padding:6px;font-weight:500}button.link:hover{color:var(--text-strong);background:0 0}.error{color:var(--danger);background:var(--danger-soft);border-radius:var(--radius-sm);margin:0;padding:8px 12px;font-size:14px}.muted{color:var(--muted)}.app-shell{min-height:100svh;display:flex}.sidebar{background:var(--surface);border-right:1px solid var(--border-soft);flex-direction:column;flex-shrink:0;gap:8px;width:248px;height:100svh;padding:20px 14px;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-brand{align-items:center;gap:10px;padding:6px 8px 14px;display:flex}.brand-mark{color:#fff;background:linear-gradient(120deg,#8b5cf6,#6366f1,#06b6d4) 0 0/200% 200%;border-radius:10px;place-items:center;width:38px;height:38px;animation:4s linear infinite avShimmer;display:grid;box-shadow:0 6px 18px -2px #7c5cf699}.brand-mark svg{width:78%;height:auto;margin-top:-2px}@keyframes avShimmer{0%{background-position:0%}to{background-position:200%}}.brand-text{flex-direction:column;line-height:1.1;display:flex}.brand-text strong{color:var(--text-strong);font-size:16px;font-weight:800}.brand-text small{letter-spacing:.12em;color:var(--muted);font-size:10px}.sidebar-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:14px 8px 6px;font-size:11px;font-weight:700}.sidebar-nav{flex-direction:column;gap:2px;display:flex}.nav-item{border-radius:var(--radius-sm);width:100%;color:var(--muted);text-align:left;background:0 0;align-items:center;gap:11px;padding:10px;font-size:14px;font-weight:500;display:flex}.nav-item:hover:not(:disabled){background:var(--surface-2);color:var(--text-strong)}.nav-item.active{background:var(--accent-soft);color:var(--accent);font-weight:700}.nav-icon{flex-shrink:0;place-items:center;display:grid}.nav-icon svg{width:18px;height:18px}.badge.soon{background:var(--surface-2);color:var(--muted);font-family:var(--font);letter-spacing:.04em;margin-left:auto;padding:2px 7px;font-size:10px;font-weight:700}.sidebar-spacer{flex:1}.sidebar-footer{border-top:1px solid var(--border-soft);flex-direction:column;gap:2px;padding-top:10px;display:flex}.user-row{align-items:center;gap:10px;padding:8px 10px;display:flex}.avatar{background:var(--accent-soft);width:34px;height:34px;color:var(--accent);border-radius:50%;flex-shrink:0;place-items:center;font-size:13px;font-weight:700;display:grid}.user-meta{flex-direction:column;min-width:0;line-height:1.2;display:flex}.user-meta strong{color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.user-meta small{color:var(--muted);font-size:11px}.app-main{background:var(--app-bg);flex:1;min-width:0;padding:28px 32px}.page-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px;display:flex}.page-header>div{min-width:0}.page-header h1{letter-spacing:-.02em;color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:26px;font-weight:800;overflow:hidden}.page-header .muted{margin:4px 0 0}.resumen{flex-direction:column;gap:18px;display:flex}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.kpi-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-direction:column;gap:6px;padding:18px;display:flex}.kpi-label{color:var(--muted);font-size:13px}.kpi-value{font-family:var(--font);color:var(--text-strong);font-size:30px;font-weight:700}.kpi-value.bad{color:var(--danger)}.kpi-sub{color:var(--muted);font-size:12px}.kpi-sub.good{color:var(--success)}.kpi-card.clickable{cursor:pointer;position:relative}.kpi-card.clickable:hover{border-color:var(--accent)}.kpi-go{color:var(--muted);font-size:20px;font-weight:700;line-height:1;position:absolute;top:14px;right:16px}.kpi-sub.bad{color:var(--danger)}.dash-2col{grid-template-columns:1.5fr 1fr;align-items:stretch;gap:16px;display:grid}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px}.panel-title{color:var(--text-strong);margin:0;font-size:16px;font-weight:700}.panel-sub{color:var(--muted);margin:2px 0 16px;font-size:13px}.funnel{flex-direction:column;gap:8px;display:flex}.funnel-row{grid-template-columns:1fr 54px;align-items:center;gap:10px;display:grid}.funnel-bar{color:#fff;white-space:nowrap;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:9px 12px;font-size:13px;font-weight:600;display:flex;overflow:hidden}.funnel-count{font-family:var(--font-mono);font-weight:700}.funnel-pct{font-family:var(--font-mono);color:var(--muted);text-align:right;font-size:12px}.dist-bar{background:var(--surface-2);border-radius:999px;height:12px;margin-bottom:16px;display:flex;overflow:hidden}.dist-bar span{height:100%}.dist-legend{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.dist-legend li{align-items:center;gap:10px;font-size:14px;display:flex}.dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.dist-label{color:var(--text);flex:1}.dist-value{font-family:var(--font-mono);color:var(--text-strong);font-weight:700}.stage-times,.stalled-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.stage-times li{grid-template-columns:120px 1fr 54px;align-items:center;gap:12px;font-size:12.5px;display:grid}.stage-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.stage-times .stage-name{text-align:right;font-weight:500}.stage-days{text-align:right;font-weight:600}.stage-track{background:var(--surface-2);border-radius:999px;height:8px;overflow:hidden}.stage-fill{background:var(--accent);border-radius:999px;height:100%;display:block}.stalled-list li{align-items:center;gap:10px;font-size:14px;display:flex}.stalled-list .stage-name{flex:1}.panel-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.chip{background:var(--surface-2);color:var(--muted);border-radius:7px;flex-shrink:0;padding:5px 10px;font-size:12px;font-weight:600}.title-dot{background:var(--danger);border-radius:50%;width:8px;height:8px;margin-right:4px;display:inline-block}.avatar.sm{color:#fff;width:36px;height:36px;font-size:12px}.stalled-row{cursor:pointer;background:#fef3f2;border:1px solid #fbdcdc;border-radius:12px;gap:11px;padding:9px 11px;transition:border-color .15s,background .15s}.stalled-row:hover{background:#fdeceb;border-color:#f3c9c9}.stalled-row:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.stalled-row .avatar{flex-shrink:0;width:30px;height:30px;font-size:11.5px}.stalled-row .badge.red{border-radius:6px;padding:3px 8px;font-size:11.5px;font-weight:700}.stalled-empty{color:var(--muted);text-align:center;border:1px dashed var(--border);border-radius:10px;margin:0;padding:18px 8px;font-size:12.5px}.stalled-meta{flex-direction:column;flex:1;min-width:0;display:flex}.stalled-meta strong{color:var(--text-strong);font-size:13px}.stalled-meta small{color:var(--muted);font-size:11.5px}.badge.red{color:#dc2626;font-family:var(--font);background:#fee2e2;flex-shrink:0;padding:5px 12px;font-size:13px;font-weight:600}[data-theme=dark] .stalled-row{background:#ef44441a;border-color:#ef444438}[data-theme=dark] .badge.red{color:#f87171;background:#ef44442e}.welcome{justify-content:center;padding:32px 16px;display:flex}.welcome-card{text-align:center;background:var(--surface);border:1px solid var(--border);max-width:520px;box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;align-items:center;gap:14px;padding:48px 40px;display:flex}.welcome-icon{background:var(--accent-soft);width:64px;height:64px;color:var(--accent);border-radius:18px;place-items:center;display:grid}.welcome-card h2{color:var(--text-strong);margin:6px 0 0;font-size:24px}.welcome-card p{max-width:420px;color:var(--muted);margin:0;line-height:1.6}.welcome-actions{flex-wrap:wrap;justify-content:center;align-items:stretch;gap:12px;margin-top:10px;display:flex}.welcome-actions button{white-space:nowrap;width:auto}.btn-outline{background:var(--surface);border:1px solid var(--border);color:var(--text);align-items:center;gap:8px;display:inline-flex}.btn-outline:disabled{color:var(--muted);cursor:default}.welcome .soon{background:var(--surface-2);color:var(--muted);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.funnel-kpis{margin-bottom:18px}.kpi-value.good{color:var(--success)}.funnel-table{flex-direction:column;gap:12px;margin-top:8px;display:flex}.funnel-thead,.funnel-trow{grid-template-columns:1fr 104px 84px 84px;align-items:center;gap:12px;display:grid}.funnel-thead{letter-spacing:.04em;color:var(--muted);font-size:11px;font-weight:700}.funnel-thead span:not(:first-child),.funnel-trow>span{text-align:right}.funnel-bar2{color:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-width:max-content;min-height:46px;padding:0 16px;display:flex}.fb-name{white-space:nowrap;font-weight:600}.fb-num{font-family:var(--font-mono);align-items:baseline;gap:6px;display:flex}.fb-num strong{font-size:17px}.fb-share{opacity:.85;font-size:12px}.funnel-conv{color:var(--success);font-weight:600}.funnel-drop,.funnel-tprom{color:var(--muted)}.leads{width:100%}.leads-toolbar{gap:12px;margin-bottom:16px;display:flex}.leads-toolbar input{flex:1}.leads-table{border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;overflow:hidden}.leads-table th,.leads-table td{text-align:left;border-bottom:1px solid var(--border-soft);padding:12px 14px}.leads-table tbody tr:last-child td{border-bottom:none}.leads-table th{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;background:var(--surface-2);font-size:12px;font-weight:600}.th-sort{font:inherit;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);cursor:pointer;background:0 0;border:none;align-items:center;gap:5px;padding:0;display:inline-flex}.th-sort:hover:not(:disabled){color:var(--focus);filter:none}.th-sort.active{color:var(--focus)}.sort-ico{color:#9b8fad;font-size:11px}.th-sort.active .sort-ico{color:var(--focus)}.lead-row{cursor:pointer}.leads-table tbody tr.lead-row:hover{background:var(--surface-2)}.lead-row:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.btn-danger{background:var(--surface);color:#dc3a3a;border:1px solid #f3cdcd;justify-content:center;align-items:center;gap:7px;width:100%;margin-top:9px;display:inline-flex}.btn-danger:hover:not(:disabled){filter:none;background:#fdf2f2;border-color:#ec9a9a}[data-theme=dark] .btn-danger{color:#f87171;border-color:#f8717159}[data-theme=dark] .btn-danger:hover:not(:disabled){background:#ef44441f;border-color:#f871718c}.resumen-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.metrics-scope{color:var(--muted);font-size:14px}.metrics-scope strong{color:var(--accent);font-weight:600}.see-all{background:var(--surface);color:#b4322b;border:1px solid #fbdcdc;border-radius:10px;justify-content:center;align-items:center;gap:7px;width:100%;margin-top:12px;padding:10px;font-size:12.5px;font-weight:700;display:flex}.see-all:hover:not(:disabled){filter:none;background:#fef3f2}[data-theme=dark] .see-all{color:#f87171;border-color:#ef444438}[data-theme=dark] .see-all:hover:not(:disabled){background:#ef44441a}.field-error{color:#ef4444;margin-top:4px;font-size:12px;font-weight:500;display:block}input[aria-invalid=true]{border-color:#ef4444}.lead-form{max-width:640px}.lead-form .back-link{margin-bottom:14px}.lead-form-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:18px;padding:28px 30px}.lead-form-card .panel-sub{margin-top:2px}.lead-form-card label{color:var(--text);font-size:13px;font-weight:600;display:block}.lead-form-card label input,.lead-form-card label select{width:100%;margin-top:6px;display:block}.form-hint{color:var(--muted);margin:12px 0 18px;font-size:13px}.phone-field{margin-top:6px;display:block;position:relative}.phone-prefix{color:var(--muted);pointer-events:none;font-size:15px;position:absolute;top:50%;left:13px;transform:translateY(-50%)}.lead-form-card .phone-field input{margin-top:0;padding-left:42px}.req{color:#ef4444;font-weight:700}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-full{grid-column:1/-1}.form-actions{border-top:1px solid var(--border-soft);justify-content:flex-end;gap:12px;margin-top:22px;padding-top:18px;display:flex}.form-actions button{width:auto}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:56px 16px;display:flex}:focus-visible,.lead-card:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.filter-banner{border:1px solid var(--border);border-left:3px solid var(--accent);background:var(--accent-soft);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding:12px 16px;font-size:13px;display:flex}.pager{justify-content:space-between;align-items:center;gap:16px;margin-top:14px;font-size:13px;display:flex}.pager-controls{align-items:center;gap:6px;display:flex}.pager-btn,.pager-num{background:var(--surface);border:1px solid var(--border-soft);min-width:32px;height:32px;color:var(--text);border-radius:8px;padding:0 10px;font-size:13px;font-weight:600}.pager-btn:disabled{opacity:.4;cursor:default}.pager-num.active{background:var(--accent);border-color:var(--accent);color:var(--on-accent)}.pager-gap{color:var(--muted);padding:0 4px}.col-more{border:1px dashed var(--border);width:100%;color:var(--muted);cursor:pointer;background:0 0;border-radius:10px;margin-top:2px;padding:8px;font-size:12px;font-weight:600}.col-more:hover{border-color:var(--accent);color:var(--accent)}.lead-cell{align-items:center;gap:10px;display:flex}.leads-table .avatar.sm{width:32px;height:32px;font-size:11px}.lead-id{flex-direction:column;line-height:1.3;display:flex}.lead-id strong{color:var(--text-strong);font-size:14px}.lead-id small{color:var(--muted);font-size:12px}.leads-table td{vertical-align:middle;font-size:14px}.leads-table .mono{font-family:var(--font-mono);color:var(--muted);font-size:13px}.estado{align-items:center;gap:7px;display:inline-flex}.tiempo-pill{background:var(--surface-2);color:var(--text);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-block}.tiempo-pill.bad{color:#dc2626;background:#fee2e2}[data-theme=dark] .tiempo-pill.bad{color:#f87171;background:#ef44442e}.date-2{flex-direction:column;line-height:1.3;display:flex}.date-2 small{font-size:12px}[data-theme=dark] .tiempo.bad{color:#f87171}.board-wrap{position:relative}.board-wrap:after{content:"";pointer-events:none;background:linear-gradient(to right, transparent, var(--app-bg));width:36px;position:absolute;top:0;bottom:8px;right:0}.board-hint{z-index:20;color:#fff;background:#271c46;border-radius:999px;align-items:center;gap:2px;padding:4px 6px;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 22px -8px #271c4680}[data-theme=dark] .board-hint{background:#2c2552}.board-hint-label{opacity:.9;-webkit-user-select:none;user-select:none;padding:0 6px;font-size:12px;font-weight:600}.board-hint-arrow{color:#fff;cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;line-height:1;transition:background .15s,opacity .15s;display:inline-flex}.board-hint-arrow:hover:not(:disabled){background:#ffffff26}.board-hint-arrow:disabled{opacity:.3;cursor:default}.board{align-items:flex-start;gap:14px;padding-bottom:8px;display:flex;overflow-x:auto}.board-column{outline-offset:-2px;background:#f2eef6;border-radius:16px;outline:2px solid #0000;flex-direction:column;flex:none;width:262px;transition:outline-color .15s;display:flex}[data-theme=dark] .board-column{background:var(--surface-2)}.board-column.drop-over{outline-color:var(--accent)}.board-column-body{flex-direction:column;flex:1;gap:9px;min-height:0;padding:4px 10px 12px;display:flex;overflow-y:auto}.col-empty{color:#9b8fad;text-align:center;border:1px dashed #ddd6e2;border-radius:10px;margin:0;padding:16px 8px;font-size:12px}[data-theme=dark] .col-empty{border-color:var(--border);color:var(--muted)}.board-column-header{align-items:center;gap:9px;padding:13px 14px 10px;display:flex}.col-dot{border-radius:3px;flex:none;width:9px;height:9px}.badge{background:var(--accent-soft);font-family:var(--font-mono);color:var(--accent);border-radius:999px;padding:2px 9px;font-size:12px}.lead-card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--border);cursor:grab;border-radius:12px;flex-direction:column;gap:8px;padding:11px 12px;transition:border-color .15s,box-shadow .18s,transform .15s;display:flex}.lead-card:hover{border-color:#cabfd2;transform:translateY(-2px);box-shadow:0 6px 16px #141e3c1a}.lead-card.dragging{opacity:.45}.kard-name{color:var(--text-strong);font-size:13.5px;font-weight:600;line-height:1.25}.kard-sub{align-items:center;gap:6px;font-size:11.5px;display:flex}.kard-sep{color:#d4ccda}.kard-foot{justify-content:space-between;align-items:center;gap:8px;display:flex}.funnel-screen{flex-direction:column;gap:16px;display:flex}.funnel-toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.seg{background:var(--surface-2);border-radius:var(--radius-sm);gap:2px;padding:4px;display:inline-flex}.seg button{color:var(--muted);background:0 0;border-radius:7px;padding:7px 14px;font-size:14px;font-weight:600}.seg button.active{background:var(--surface);color:var(--text-strong);box-shadow:var(--shadow-sm)}.header-actions{flex:none;align-items:center;gap:12px;display:flex}.topbar-btn{box-sizing:border-box;white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;gap:7px;height:36px;padding:0 14px;font-size:13.5px;display:inline-flex}.topbar-btn svg{flex:none;width:15px;height:15px}.header-search{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:12px;align-items:center;gap:8px;width:248px;padding:8px 12px;display:flex}.header-search svg{width:15px;height:15px;color:var(--muted);flex:none}.header-search input{background:0 0;border:none;flex:1;min-width:0;padding:0;font-size:14px}.header-search input:focus{box-shadow:none;outline:none}.period{align-items:center;gap:6px;margin-left:auto;display:flex}.period .muted{font-size:13px}.period-btn{background:var(--surface);border:1px solid var(--border-soft);color:var(--muted);border-radius:8px;padding:7px 13px;font-size:13px;font-weight:600}.period-btn.active{color:#fff;background:#271c46;border-color:#271c46}[data-theme=dark] .period-btn.active{color:#271c46;background:#efedfe;border-color:#efedfe}.col-title{min-width:0;color:var(--text-strong);flex:1;align-items:center;gap:9px;font-size:13px;font-weight:700;display:flex}.col-count{background:var(--surface);font-family:var(--font-mono);color:var(--muted);border-radius:20px;flex:none;padding:1px 8px;font-size:12px;font-weight:700}.renta-pill{color:#6b6577;background:#f5f2ec;border-radius:6px;align-self:flex-start;align-items:center;gap:5px;padding:4px 8px;font-size:11.5px;display:inline-flex}[data-theme=dark] .renta-pill{background:var(--surface-2)}.renta-pill .mono{font-family:var(--font-mono);color:var(--text);font-weight:600}.days-pill{background:var(--surface-2);color:var(--muted);border-radius:6px;padding:3px 8px;font-size:11px;font-weight:600}.days-pill.bad{color:#dc2626;background:#fee2e2}[data-theme=dark] .days-pill.bad{color:#f87171;background:#ef44442e}.embudo-panel{max-width:820px}.lead-detail{flex-direction:column;gap:16px;width:100%;display:flex}.back-link{align-self:flex-start;padding:0;font-size:14px}.stepper{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);align-items:flex-start;padding:18px 20px;display:flex;overflow-x:auto}.step{text-align:center;flex-direction:column;flex:1;align-items:center;gap:8px;min-width:84px;display:flex;position:relative}.step:before{content:"";background:var(--border-soft);width:100%;height:2px;position:absolute;top:7px;left:-50%}.step:first-child:before{display:none}.step.done:before,.step.current:before{background:var(--accent)}.step-dot{border:2px solid var(--border);background:var(--surface);z-index:1;border-radius:50%;width:16px;height:16px}.step-label{color:var(--muted);white-space:nowrap;font-size:12px}.step.done .step-label,.step.current .step-label{color:var(--text-strong);font-weight:600}@media (width<=1240px){.stepper{scrollbar-width:thin;scroll-snap-type:x proximity}.step{scroll-snap-align:start;flex:0 0 128px}}.detail-grid{grid-template-columns:380px 1fr;align-items:start;gap:16px;display:grid}.detail-left{flex-direction:column;gap:16px;display:flex}.detail-right{flex-direction:column;gap:16px;min-width:0;display:flex}.detail-head{align-items:center;gap:12px;margin-bottom:16px;display:flex}.avatar.lg{color:#fff;width:48px;height:48px;font-size:15px}.detail-pills{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.info-pill{background:var(--surface-2);border-radius:10px;flex-direction:column;gap:2px;padding:10px 12px;display:flex}.info-pill small{color:var(--muted);font-size:11px}.info-pill strong{color:var(--text-strong);font-size:14px}.detail-fields{flex-direction:column;gap:10px;margin:0 0 16px;display:flex}.detail-fields>div{grid-template-columns:92px 1fr;align-items:baseline;gap:12px;font-size:14px;display:grid}.detail-fields dt{color:var(--muted)}.detail-fields dd{color:var(--text-strong);min-width:0;margin:0;font-weight:600}.detail-fields dd .muted{font-weight:500}.detail-money{border-top:1px solid var(--border-soft);grid-template-columns:1fr 1fr;gap:10px;padding-top:16px;display:grid}.detail-money small{color:var(--muted);margin-bottom:2px;font-size:11px;display:block}.detail-money strong{color:var(--text-strong);font-size:16px}.panel-title.sm{margin-bottom:10px;font-size:14px}.detail-left select{width:100%}.detail-left .btn-outline{background:var(--surface);border:1px solid var(--border-soft);width:100%;color:var(--text);margin-top:12px}.btn-outline:hover:not(:disabled){background:var(--surface-2);filter:none}.timeline{margin:16px 0;padding:0;list-style:none}.timeline-item{grid-template-columns:16px 1fr;gap:12px;padding-bottom:18px;display:grid;position:relative}.timeline-item:not(:last-child):before{content:"";background:var(--border-soft);width:2px;position:absolute;top:16px;bottom:-2px;left:7px}.tl-dot{border:2px solid var(--accent);background:var(--surface);z-index:1;border-radius:50%;width:14px;height:14px;margin-top:2px}.tl-body{flex-direction:column;gap:2px;min-width:0;display:flex}.tl-head{justify-content:space-between;gap:12px;display:flex}.tl-head strong{color:var(--text-strong);font-size:14px}.tl-head .muted{white-space:nowrap;font-size:12px}.note-form{gap:8px;display:flex}.note-form input{flex:1}.mobile-tabbar,.app-fab,.appbar-user{display:none}.appbar-user{flex:none;position:relative}.appbar-avatar{cursor:pointer;background:0 0;border:none;border-radius:50%;place-items:center;padding:0;display:grid}.appbar-avatar .avatar,.user-row .avatar{color:#fff;background:linear-gradient(135deg,#7c6ef6,#5a4be0)}.appbar-menu-backdrop{z-index:40;cursor:default;background:0 0;border:none;position:fixed;inset:0}.appbar-menu{z-index:41;background:var(--surface);border:1px solid var(--border-soft);border-radius:14px;flex-direction:column;gap:2px;min-width:210px;padding:8px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 24px 60px -18px #14142873}.appbar-menu-user{border-bottom:1px solid var(--border-soft);flex-direction:column;margin-bottom:4px;padding:6px 10px 8px;line-height:1.2;display:flex}.appbar-menu-user strong{color:var(--text-strong);font-size:13px}.appbar-menu-user small{color:var(--muted);font-size:11px}.appbar-menu button{text-align:left;border-radius:var(--radius-sm);color:var(--text-strong);cursor:pointer;background:0 0;border:none;padding:10px;font-size:14px;font-weight:500}.appbar-menu button:hover{background:var(--surface-2)}.appbar-menu button.danger{color:#dc3a3a}.mobile-tabbar{z-index:30;background:var(--surface);border-top:1px solid var(--border-soft);padding:6px 8px calc(6px + env(safe-area-inset-bottom));display:flex;position:fixed;bottom:0;left:0;right:0}.tabbar-item{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:3px;padding:6px 0;font-size:11px;font-weight:600;display:flex}.tabbar-item.active{color:var(--accent)}.tabbar-ico svg{width:22px;height:22px}.app-fab{right:18px;bottom:calc(74px + env(safe-area-inset-bottom));z-index:31;color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c6ef6,#5a4be0);border:none;border-radius:50%;place-items:center;width:54px;height:54px;display:grid;position:fixed;box-shadow:0 14px 30px -8px #6d5ef0b3}.app-fab svg{width:24px;height:24px}.leads-cards{flex-direction:column;gap:10px;display:flex}.lead-cardm{text-align:left;background:var(--surface);border:1px solid var(--border-soft);cursor:pointer;border-radius:16px;align-items:flex-start;gap:12px;width:100%;padding:14px;display:flex}.lead-cardm-body{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.lead-cardm-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.lead-cardm-top strong{color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.lead-cardm-top .chev{width:18px;height:18px;color:var(--muted);flex:none}.lead-cardm-stage{color:var(--text-strong);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.lead-cardm-stage .dot{border-radius:50%;flex:none;width:8px;height:8px}.lead-cardm-foot{justify-content:space-between;align-items:center;gap:10px;margin-top:2px;display:flex}.lead-cardm-foot .mono{font-family:var(--font-mono), "IBM Plex Mono", monospace;color:var(--muted);font-size:12.5px}.lead-cardm-right{align-items:center;gap:10px;display:flex}.lead-cardm-motive{font-size:12.5px;font-weight:600}.funnel-cone-panel .panel-head{flex-wrap:wrap;gap:10px}.cone-total{white-space:nowrap;align-items:baseline;gap:6px;font-size:13px;display:flex}.cone-total strong{color:#16a34a;font-size:18px}.funnel-cone{flex-direction:column;align-items:center;margin-top:14px;display:flex}.cone-row{flex-direction:column;align-items:center;width:100%;display:flex}.cone-bar{color:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;min-width:min(216px,100%);max-width:100%;padding:13px 18px;display:flex;box-shadow:0 10px 22px -12px #00000073}.cone-label{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.cone-num{font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.cone-gap{color:var(--muted);padding:8px 0;font-size:12px;font-weight:600}@media (width<=1024px) and (width>=641px){.sidebar{align-items:center;gap:6px;width:72px;padding:18px 10px}.sidebar-brand{justify-content:center;padding:4px 0 12px}.brand-text,.sidebar-label,.nav-label,.user-meta{display:none}.nav-item{justify-content:center;gap:0;padding:11px}.user-row{justify-content:center;padding:8px 0}.app-main{padding:24px}.leads-table th:nth-child(3),.leads-table td:nth-child(3),.leads-table th:nth-child(6),.leads-table td:nth-child(6),.leads-table th:nth-child(7),.leads-table td:nth-child(7){display:none}.page-head-titles{flex:1;min-width:0}.header-search{flex:0 230px}}@media (width<=640px){.sidebar{display:none}.mobile-tabbar,.appbar-user{display:flex}.app-fab{display:grid}.app-main{padding:18px 16px calc(80px + env(safe-area-inset-bottom))}.page-header{flex-wrap:wrap;align-items:center;gap:12px}.page-head-titles{flex:1;min-width:0}.page-header h1{font-size:21px}.header-actions{flex-basis:100%;order:3;width:100%}.header-search{flex:1}.topbar-btn{display:none}.kpi-grid{grid-template-columns:repeat(2,1fr)}.dash-2col{grid-template-columns:1fr}.resumen-toolbar{flex-direction:column;align-items:stretch;gap:12px}.metrics-scope,.period .muted{display:none}.period{gap:8px;margin-left:0}.period-btn{text-align:center;flex:1;padding:9px 6px}.funnel-toolbar{flex-direction:column;align-items:stretch;gap:12px}.funnel-toolbar .seg{width:100%}.funnel-toolbar .seg button{flex:1}.funnel-chips{gap:8px;margin-bottom:14px;padding-bottom:4px;display:flex;overflow-x:auto}.funnel-chip{background:var(--surface);border:1px solid var(--border-soft);color:var(--text-strong);white-space:nowrap;cursor:pointer;border-radius:999px;flex:none;align-items:center;gap:7px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.funnel-chip.active{color:#fff}.funnel-chip-n{opacity:.85;font-size:12px}.funnel-mobile-list{flex-direction:column;gap:10px;display:flex}.funnel-mobile-list .lead-card{width:auto}.detail-grid,.form-grid{grid-template-columns:1fr}.form-actions{z-index:25;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border-soft);margin:0;position:fixed;bottom:0;left:0;right:0}.form-actions button{flex:1}.lead-form{padding-bottom:76px}}.auth-split{min-height:100svh;display:flex}.auth-hero{color:#fff;background:linear-gradient(150deg,#2a1d52 0%,#1d1438 55%,#181030 100%);flex-direction:column;flex:1.25;padding:44px 56px;display:flex;position:relative;overflow:hidden}.auth-hero:before{content:"";background:radial-gradient(circle,#7c6ef680,#0000 68%);border-radius:50%;width:460px;height:460px;position:absolute;top:-150px;right:-120px}.auth-hero:after{content:"";background:radial-gradient(circle,#06b6d442,#0000 68%);border-radius:50%;width:380px;height:380px;position:absolute;bottom:-150px;left:-120px}.auth-logo,.auth-hero-body,.auth-foot{z-index:1;position:relative}.auth-logo{align-items:center;gap:12px;display:flex}.auth-logo .brand-mark{width:40px;height:40px}.auth-logo .brand-text strong{color:#fff;font-size:18px}.auth-logo .brand-text small{color:#fff9}.auth-hero-body{max-width:460px;margin:auto 0}.auth-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:#b9adff;margin:0 0 18px;font-size:12px;font-weight:700}.auth-hero-body h1{letter-spacing:-.02em;margin:0 0 18px;font-size:42px;font-weight:800;line-height:1.08}.auth-lead{color:#cabfe2;margin:0 0 26px;font-size:16px;line-height:1.6}.auth-bullets{flex-direction:column;gap:13px;margin:0;padding:0;list-style:none;display:flex}.auth-bullets li{color:#e6e1f4;align-items:center;gap:12px;font-size:15px;display:flex}.auth-foot{color:#ffffff73;margin:0;font-size:12px}.auth-panel{background:var(--surface);flex:1;justify-content:center;align-items:center;padding:40px;display:flex}.auth-form{flex-direction:column;gap:14px;width:100%;max-width:380px;display:flex}.auth-form h2{color:var(--text-strong);margin:0;font-size:26px;font-weight:800}.auth-form .subtitle{margin:-6px 0 6px}.auth-tabs{background:var(--surface-2);border-radius:var(--radius-sm);gap:4px;padding:4px;display:flex}.auth-tabs button{color:var(--muted);background:0 0;border-radius:7px;flex:1;padding:9px;font-size:14px;font-weight:600}.auth-tabs button.active{background:var(--surface);color:var(--text-strong);box-shadow:var(--shadow-sm)}.btn-gradient{background:linear-gradient(135deg,#7c6ef6,#5a4be0)}.auth-divider{text-align:center;color:var(--muted);align-items:center;gap:12px;font-size:13px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border-soft);flex:1;height:1px}.btn-google{background:var(--surface);border:1px solid var(--border-soft);color:var(--text);justify-content:center;align-items:center;gap:10px;display:flex}.btn-google .g{color:#4285f4;font-weight:800}@media (width<=820px){.auth-hero{display:none}}.skeleton{background:linear-gradient(100deg, var(--surface-2) 30%, var(--border-soft) 50%, var(--surface-2) 70%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.4s ease-in-out infinite avShimmer;display:block}[data-theme=dark] .skeleton{background:linear-gradient(100deg, var(--surface-2) 30%, #38324f 50%, var(--surface-2) 70%);background-size:200% 100%}.spinner{vertical-align:-.15em;border:2px solid;border-top-color:#0000;border-radius:50%;width:1em;height:1em;margin-right:.5em;animation:.7s linear infinite avSpin;display:inline-block}@keyframes avSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}.spinner{animation-duration:1.6s}}.field-hint{color:var(--muted);margin-top:5px;font-size:11.5px;display:block}.modal-overlay{z-index:50;background:#1c16286b;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);border-radius:18px;width:100%;max-width:400px;padding:24px;box-shadow:0 24px 60px #1c162847}.modal-head{align-items:center;gap:13px;display:flex}.modal-icon{color:#dc3a3a;background:#fdecec;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:flex}[data-theme=dark] .modal-icon{background:#dc3a3a29}.modal-title{letter-spacing:-.01em;color:var(--text-strong);margin:0;font-size:16px;font-weight:700}.modal-sub{color:var(--muted);margin:1px 0 0;font-size:12.5px}.modal-body{color:var(--text);margin:16px 0 0;font-size:13.5px;line-height:1.5}.modal-actions{gap:10px;margin-top:22px;display:flex}.modal-actions button{border-radius:9px;flex:1;padding:11px;font-size:13.5px;font-weight:600}.modal-cancel{background:var(--surface);border:1px solid var(--border);color:var(--text)}.modal-cancel:hover:not(:disabled){background:var(--surface-2);filter:none}.modal-confirm{color:#fff;background:#dc3a3a;border:none;font-weight:700}.modal-confirm:hover:not(:disabled){filter:none;background:#c42f2f}.modal-icon.warn{color:#b07d12;background:#fdf4e0}.modal-card.dup{max-width:440px}.dup-panel{color:#4a4458;background:#faf8fc;border:1px solid #ece5db;border-radius:11px;margin-top:16px;padding:13px 15px;font-size:13.5px;line-height:1.55}.dup-panel strong{color:#221d31}.dup-panel .dup-reason{color:#a3760f}.dup-cancel{color:#9b8fad;cursor:pointer;background:0 0;border:none;width:100%;margin-top:9px;padding:6px;font-size:12.5px;font-weight:600}.import-card{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:940px;max-height:88vh;display:flex;overflow:hidden;box-shadow:0 30px 80px #1c162857}.import-head{border-bottom:1px solid #f0ebf4;flex:none;align-items:center;gap:14px;padding:18px 22px;display:flex}.import-head-icon{color:#1c9d5b;background:#e9f7ef;border-radius:11px;flex:none;place-items:center;width:38px;height:38px;display:grid}.import-head-text{flex:1;min-width:0}.import-head-text h2{letter-spacing:-.01em;color:#221d31;margin:0;font-size:16px;font-weight:700}.import-head-text p{color:#726c80;margin:1px 0 0;font-size:12.5px}.import-steps{align-items:center;gap:7px;margin:0 4px 0 0;padding:0;list-style:none;display:flex}.import-step{align-items:center;gap:7px;display:flex}.import-step-dot{color:#a99fb8;width:24px;height:24px;font-family:var(--font-mono);background:#f0ecf5;border-radius:50%;place-items:center;font-size:12px;font-weight:700;display:grid}.import-step.active .import-step-dot,.import-step.done .import-step-dot{color:#fff;background:linear-gradient(135deg,#7c6ef6,#5a4be0)}.import-step-label{color:#a99fb8;font-size:12.5px}.import-step.active .import-step-label,.import-step.done .import-step-label{color:#221d31;font-weight:600}.import-close{color:#6e6878;cursor:pointer;background:#f4f0f8;border:none;border-radius:9px;flex:none;place-items:center;width:32px;height:32px;display:grid}.import-close:hover{background:#ece5f3}.import-body{background:#faf8fc;flex:1;min-height:0;padding:24px;overflow:auto}.import-upload{gap:18px;max-width:580px;margin:0 auto;display:grid}.import-drop{text-align:center;cursor:pointer;background:#fff;border:2px dashed #d6cce6;border-radius:16px;flex-direction:column;align-items:center;padding:40px 28px;display:flex}.import-drop:hover{background:#fbfaff;border-color:#9b8cf0}.import-drop strong{color:#221d31;font-size:15px;font-weight:700}.import-drop>span:not(.import-drop-btn){color:#726c80;margin-top:5px;font-size:12.5px}.import-drop-icon{color:#6d5ef0;background:#efedfe;border-radius:15px;place-items:center;width:54px;height:54px;margin-bottom:16px;display:grid}.import-drop-icon svg{width:26px;height:26px}.import-drop-btn{color:#4a4458;white-space:nowrap;background:#fff;border:1px solid #ddd6e2;border-radius:9px;margin-top:16px;padding:8px 16px;font-size:13px;font-weight:600}.import-file-row{background:#fff;border:1px solid #cfe9d8;border-radius:14px;align-items:center;gap:13px;padding:16px 18px;display:flex}.import-file-icon{color:#1c9d5b;background:#e9f7ef;border-radius:11px;flex:none;place-items:center;width:42px;height:42px;display:grid}.import-file-meta{flex:1;min-width:0}.import-file-name{color:#221d31;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;display:block;overflow:hidden}.import-file-sub{color:#726c80;margin-top:1px;font-size:12px;display:block}.import-file-clear{color:#6e6878;cursor:pointer;background:#fff;border:1px solid #e6e0ec;border-radius:8px;flex:none;padding:7px 12px;font-size:12.5px;font-weight:600}.import-file-clear:hover{background:#f8f5fb}.import-format{background:#fff;border:1px solid #ece5db;border-radius:14px;padding:16px 18px}.import-format-head{color:#221d31;justify-content:space-between;align-items:center;gap:10px;font-size:13px;font-weight:700;display:flex}.import-format-head a{color:#6d5ef0;align-items:center;gap:6px;font-size:12.5px;font-weight:600;display:inline-flex}.import-format-head a:hover{text-decoration:underline}.import-format-cols{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.import-format-cols span{color:#726c80;background:#f5f2ec;border-radius:7px;padding:5px 10px;font-size:12px;font-weight:600}.import-format-cols span.req{color:#5a4be0;background:#f3eefe}.import-format-note{color:#9b8fad;margin:11px 0 0;font-size:11.5px;line-height:1.5}.import-format-note strong{color:#6d5ef0}.import-format-note em{font-style:italic}.import-summary{background:#fff;border:1px solid #ece5db;border-radius:14px;flex-wrap:wrap;align-items:center;gap:14px;padding:14px 18px;display:flex}.import-summary-total{color:#4a4458;margin-right:auto;font-size:13.5px}.import-summary-total strong{color:#221d31}.import-summary-total strong:first-child{font-size:15px}.import-stat{align-items:center;gap:7px;font-size:13px;font-weight:600;display:inline-flex}.import-stat:before{content:"";background:currentColor;border-radius:50%;width:9px;height:9px}.import-stat.ok{color:#1c9d5b}.import-stat.err{color:#dc3a3a}.import-stat.dup{color:#b07d12}.import-stat.dup:before{background:#e0a727}.import-filter{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;display:flex}.import-filter p{color:#726c80;margin:0;font-size:12.5px}.import-toggle{color:#4a4458;cursor:pointer;white-space:nowrap;flex:none;align-items:center;gap:8px;font-size:12.5px;font-weight:600;display:inline-flex}.import-toggle input{accent-color:#6d5ef0;cursor:pointer;width:15px;height:15px}.import-empty{text-align:center;color:#726c80;padding:40px 20px;font-size:13px}.import-rows{gap:8px;margin:14px 0 0;padding:0;list-style:none;display:grid}.import-row{background:#fff;border:1px solid #efeaf3;border-radius:12px;padding:13px 15px}.import-row.error{background:#fdf3f3;border-color:#f6d6d6}.import-row.duplicate{background:#fff8ea;border-color:#f0dcae}.import-row-head{gap:12px;display:flex}.import-row-status{color:#1c9d5b;background:#e4f6ec;border-radius:50%;flex:none;place-items:center;width:22px;height:22px;margin-top:1px;display:grid}.import-row.error .import-row-status{color:#dc3a3a;background:#fbe3e3}.import-row.duplicate .import-row-status{color:#b07d12;background:#fbe7bf}.import-row-body{flex:1;min-width:0}.import-row-title{flex-wrap:wrap;align-items:baseline;gap:9px;display:flex}.import-row-n{font-family:var(--font-mono);color:#9b8fad;flex:none;font-size:11px;font-weight:600}.import-row-name{color:#221d31;font-size:14px;font-weight:700}.import-row-name.bad{color:#dc3a3a}.import-row-meta{color:#6b6577;flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;font-size:12px;display:flex}.import-row-meta .mono{font-family:var(--font-mono);color:#4a4458}.import-row-meta .bad{color:#dc3a3a;font-weight:600}.import-row-meta i{color:#d4cce0;font-style:normal}.import-amt{align-items:center;gap:4px;display:inline-flex}.import-amt em{color:#9b8fad;font-style:normal}.import-row-errors{border-top:1px dashed #f0caca;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:10px;display:flex}.import-row-errors span{color:#c42f2f;background:#fbe3e3;border-radius:6px;align-items:center;gap:5px;padding:4px 9px;font-size:11.5px;font-weight:600;display:inline-flex}.import-row-dup{border-top:1px dashed #ecd49a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:10px;padding-top:10px;display:flex}.import-row-dup-text{color:#a3760f;align-items:center;gap:6px;font-size:11.5px;font-weight:600;display:inline-flex}.import-row-dup label{color:#7a5b10;cursor:pointer;white-space:nowrap;flex:none;align-items:center;gap:7px;font-size:12px;font-weight:600;display:inline-flex}.import-row-dup label input{accent-color:#b07d12;cursor:pointer;width:15px;height:15px}.import-done{text-align:center;justify-items:center;padding:54px 20px;display:grid}.import-done-icon{color:#1c9d5b;background:#e9f7ef;border-radius:50%;place-items:center;width:64px;height:64px;display:grid}.import-done h3{letter-spacing:-.01em;color:#221d31;margin:18px 0 0;font-size:20px;font-weight:700}.import-done p{color:#6b6577;max-width:380px;margin:7px 0 0;font-size:13.5px;line-height:1.55}.import-error{margin-top:14px}.import-foot{background:#fff;border-top:1px solid #f0ebf4;flex:none;justify-content:space-between;align-items:center;gap:12px;padding:15px 22px;display:flex}.import-foot-note{color:#9b8fad;min-width:0;font-size:12px}.import-foot-actions{flex:none;align-items:center;gap:10px;display:flex}.import-foot-actions button{box-sizing:border-box;white-space:nowrap;border-radius:9px;justify-content:center;align-items:center;height:40px;padding:0 18px;font-size:13.5px;display:inline-flex}.import-foot-actions .btn-gradient:disabled{color:#b3a9c2;opacity:1;cursor:not-allowed;background:#e9e4f0}.legal-consent{color:var(--text);cursor:pointer;align-items:flex-start;gap:9px;font-size:13px;line-height:1.45;display:flex}.legal-consent input{width:16px;height:16px;accent-color:var(--accent);cursor:pointer;flex:none;margin-top:1px}.legal-consent .link,.reaccept-links .link{font:inherit;color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.legal-consent .link:hover,.reaccept-links .link:hover{text-decoration:underline}.legal-modal{background:#fff;border-radius:18px;flex-direction:column;width:100%;max-width:540px;max-height:min(560px,100vh - 48px);display:flex;overflow:hidden;box-shadow:0 30px 80px #1c162857}.legal-modal-head{border-bottom:1px solid #f0ebf4;flex:none;align-items:flex-start;gap:13px;padding:22px 24px 16px;display:flex}.legal-modal-icon{color:#6d5ef0;background:#efedfe;border-radius:11px;flex:none;place-items:center;width:38px;height:38px;display:grid}.legal-modal-title{flex:1;min-width:0;padding-top:1px}.legal-modal-title h2{letter-spacing:-.01em;color:#221d31;margin:0;font-size:17px;font-weight:700}.legal-modal-title p{color:#9b8fad;margin:2px 0 0;font-size:12px}.legal-modal-close{color:#4a4458;cursor:pointer;background:#ece5f4;border:none;border-radius:10px;flex:none;place-items:center;width:34px;height:34px;padding:0;transition:background .15s,color .15s;display:grid}.legal-modal-close:hover{color:#221d31;background:#ddd3ee}.legal-modal-body{background:#fff;flex:1;min-height:0;padding:20px 24px;overflow:auto}.legal-modal-body .legal-section{border:none;margin-bottom:16px;padding:0;display:block}.legal-modal-body .legal-section h3{color:#221d31;margin:0 0 5px;font-size:13.5px;font-weight:700}.legal-modal-body .legal-section p{color:#5a5466;margin:0 0 7px;font-size:13px;line-height:1.62}.legal-modal-foot{background:#faf8fc;border-top:1px solid #f0ebf4;flex:none;justify-content:flex-end;align-items:center;gap:10px;padding:14px 24px;display:flex}.legal-btn{box-sizing:border-box;cursor:pointer;border-radius:9px;height:40px;padding:0 20px;font-size:13.5px;font-weight:600}.legal-btn.ghost{color:#4a4458;background:#fff;border:1px solid #ddd6e2}.legal-btn.ghost:hover{background:#f8f5fb}.legal-btn.primary{color:#fff;background:linear-gradient(135deg,#7c6ef6,#5a4be0);border:none;font-weight:700}.legal-btn.primary:disabled{color:#b3a9c2;cursor:not-allowed;background:#e9e4f0}@media (width<=640px){.legal-modal{border-radius:0;width:100%;max-width:none;height:100%;max-height:100%}.legal-modal-foot .legal-btn.primary{flex:1}}.reaccept{background:var(--app-bg);place-items:center;min-height:100vh;padding:24px;display:grid}.reaccept-card{background:var(--surface);border:1px solid var(--border);border-radius:18px;width:100%;max-width:460px;padding:28px;box-shadow:0 24px 60px #1c162829}.reaccept-card h2{color:var(--text-strong);margin:0 0 8px;font-size:20px;font-weight:800}.reaccept-card>p{color:var(--muted);margin:0 0 16px;font-size:13.5px;line-height:1.55}.reaccept-links{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:18px;font-size:13px;display:flex}.reaccept-actions{justify-content:flex-end;gap:10px;display:flex}@media (width<=640px){.modal-overlay{align-items:flex-end;padding:0}.modal-card,.modal-card.dup,.import-card{width:100%;max-width:none;padding-bottom:calc(24px + env(safe-area-inset-bottom));border-radius:18px 18px 0 0}.import-card{max-height:94vh;overflow-y:auto}.import-head{flex-wrap:wrap;align-items:flex-start}.import-head-text{flex:1}.import-steps{flex-basis:100%;order:5;justify-content:flex-start;margin-top:6px}.modal-actions{flex-direction:row}.modal-actions button{flex:1}}.profile-page{flex-direction:column;gap:20px;max-width:820px;margin:0 auto;display:flex}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px 26px}.profile-card-title{letter-spacing:-.01em;color:var(--text-strong);margin:0;font-size:16px;font-weight:700}.profile-card-sub{color:var(--muted);margin:3px 0 0;font-size:13px}.profile-error{color:var(--danger);margin:14px 0 0;font-size:13px}.save-ok{color:var(--success);align-self:center;font-size:13px;font-weight:600}.profile-page .btn-primary,.profile-page .btn-dark,.profile-page .btn-outline,.profile-page .cover-btn{border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:7px;padding:11px 18px;font-size:14px;font-weight:700;transition:filter .18s,background .18s,border-color .16s;display:inline-flex}.profile-page .btn-primary{color:#fff;background:linear-gradient(135deg,#7c6ef6,#5a4be0);box-shadow:0 8px 20px -6px #6d5ef099}.profile-page .btn-primary:hover:not(:disabled){filter:brightness(1.05)}.profile-page .btn-dark{background:var(--text-strong);color:#fff}.profile-page .btn-dark:hover:not(:disabled){filter:brightness(1.15)}.profile-page .btn-outline{background:var(--surface);border:1px solid var(--border-soft);color:var(--text);font-weight:600}.profile-page .btn-outline:hover:not(:disabled){background:var(--surface-2)}.profile-page .btn-primary:disabled,.profile-page .btn-dark:disabled,.profile-page .btn-outline:disabled{opacity:.55;cursor:default;box-shadow:none}.btn-link-danger{color:var(--danger);cursor:pointer;background:0 0;border:none;padding:9px 6px;font-size:13px;font-weight:600}.identity-card{padding:0;overflow:hidden}.identity-cover{background:#1b1430 50%/cover;height:150px;position:relative;overflow:hidden}.identity-cover .aurora{filter:blur(6px);border-radius:50%;position:absolute}.identity-cover .aurora-a{background:radial-gradient(circle,#7c6ef699,#7c6ef600 68%);width:420px;height:420px;top:-240px;left:-80px}.identity-cover .aurora-b{background:radial-gradient(circle,#22d3ee66,#22d3ee00 70%);width:360px;height:360px;top:-170px;right:-90px}.cover-actions{z-index:2;gap:8px;display:flex;position:absolute;top:14px;right:14px}.profile-page .cover-btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;background:#140e2280;border:1px solid #ffffff40;border-radius:9px;padding:7px 12px;font-size:12.5px;font-weight:600}.identity-body{align-items:flex-end;gap:22px;margin-top:-30px;padding:0 26px 22px;display:flex;position:relative}.identity-avatar{flex:none;width:96px;height:96px;position:relative}.identity-avatar .avatar{color:#fff;border:4px solid var(--surface);background:linear-gradient(135deg,#7c6ef6,#5a4be0);width:96px;height:96px;font-size:32px;font-weight:800;box-shadow:0 8px 22px -8px #5a4be0b3}.avatar-camera{border:3px solid var(--surface);color:#fff;cursor:pointer;background:#271c46;border-radius:50%;place-items:center;width:34px;height:34px;padding:0;line-height:0;display:grid;position:absolute;bottom:-2px;right:-2px;box-shadow:0 4px 12px -3px #00000073}.avatar-camera svg{display:block}.identity-meta{flex:1;min-width:0;padding-bottom:4px}.identity-meta h2{letter-spacing:-.01em;color:var(--text-strong);margin:0;font-size:21px;font-weight:700}.identity-email{color:var(--muted);align-items:center;gap:7px;margin:6px 0 0;font-size:13px;display:flex}.identity-email .mono,.mono{font-family:var(--font-mono)}.google-badge{background:var(--surface-2);border:1px solid var(--border-soft);color:var(--text);border-radius:999px;align-items:center;gap:6px;margin-top:8px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.identity-buttons{align-items:center;gap:9px;padding-bottom:6px;display:flex}.profile-grid{grid-template-columns:1fr 1fr;gap:15px;margin-top:20px;display:grid}.field{display:block}.field-full{grid-column:1/-1}.field-label{color:var(--text);font-size:12.5px;font-weight:600}.field-hint-inline{color:var(--muted);font-weight:500}.field input{border:1px solid var(--border-soft);border-radius:var(--radius-sm);width:100%;color:var(--text);background:var(--surface);outline:none;margin-top:6px;padding:11px 12px;font-size:14px}.field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent)}.field input:disabled{background:var(--surface-2);color:var(--muted)}.field-with-icon{margin-top:6px;position:relative}.field-with-icon svg{color:var(--muted);position:absolute;top:50%;left:12px;transform:translateY(-50%)}.field-with-icon input{margin-top:0;padding-left:36px}.field-note{color:var(--muted);margin-top:6px;font-size:11.5px;display:block}.profile-card-foot{border-top:1px solid var(--border-soft);justify-content:flex-end;gap:10px;margin-top:22px;padding-top:18px;display:flex}.password-hint{color:var(--muted);align-items:center;gap:8px;margin:14px 0 0;font-size:12px;display:flex}.google-connected{margin-top:18px}.google-connected-badge{background:var(--surface-2);border:1px solid var(--border-soft);color:var(--text-strong);border-radius:12px;align-items:center;gap:9px;padding:11px 16px;font-size:14px;font-weight:600;display:inline-flex}.google-note{color:var(--muted);max-width:520px;margin:14px 0 0;font-size:12.5px;line-height:1.55}.metric-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.metric-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);font-size:11px;font-weight:700}.metric-card .profile-card-title{margin-top:5px}.metric-desc{max-width:460px;line-height:1.55}.metric-icon{color:#d97706;background:#fef3e2;border-radius:13px;flex:none;place-items:center;width:46px;height:46px;display:grid}.metric-card .seg{margin-top:18px}.metric-general{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:12px;align-items:center;gap:16px;margin-top:16px;padding:16px 18px;display:flex}.metric-general-text{flex:1}.metric-general-text strong{color:var(--text-strong);font-size:13.5px;display:block}.metric-general-text small{color:var(--muted);font-size:12.5px}.metric-unit{color:var(--muted);font-size:13px;font-weight:600}.stage-rules{border:1px solid var(--border-soft);border-radius:12px;margin-top:16px;overflow:hidden}.stage-rules-head,.stage-rule-row{grid-template-columns:1fr 132px 60px;align-items:center;gap:12px;display:grid}.stage-rules-head{background:var(--surface-2);border-bottom:1px solid var(--border-soft);letter-spacing:.05em;text-transform:uppercase;color:var(--muted);padding:10px 16px;font-size:10.5px;font-weight:700}.stage-rule-row{border-bottom:1px solid var(--border-soft);padding:11px 16px}.stage-rule-row:last-child{border-bottom:none}.col-center{justify-content:center;display:flex}.col-right{justify-content:flex-end;display:flex}.stage-rule-name{min-width:0;color:var(--text-strong);align-items:center;gap:10px;font-size:13.5px;font-weight:600;display:flex}.stage-dot{border-radius:50%;flex:none;width:9px;height:9px}.stage-off{color:var(--muted);font-size:12.5px;font-weight:500}.metric-foot{border-top:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:12px;margin-top:18px;padding-top:16px;display:flex}.metric-summary{max-width:520px;color:var(--muted);align-items:center;gap:8px;font-size:12px;line-height:1.5;display:flex}.metric-summary-dot{background:#d97706;border-radius:50%;flex:none;width:7px;height:7px}.metric-foot-actions{flex:none;align-items:center;gap:10px;display:flex}.stepper{border:1px solid var(--border-soft);border-radius:var(--radius-sm);background:var(--surface);align-items:center;display:inline-flex;overflow:hidden}.stepper button{background:var(--surface);color:var(--accent-hover,var(--accent));cursor:pointer;border:none;line-height:1}.stepper button:hover:not(:disabled){background:var(--surface-2)}.stepper button:disabled{color:var(--muted);cursor:default}.stepper-value{text-align:center;min-width:52px;font-family:var(--font-mono);border-left:1px solid var(--border-soft);border-right:1px solid var(--border-soft);font-weight:600}.stepper-md button{width:40px;height:42px;font-size:20px}.stepper-md .stepper-value{align-self:stretch;place-items:center;font-size:16px;display:grid}.stepper-sm button{width:30px;height:32px;font-size:17px}.stepper-sm .stepper-value{align-self:stretch;place-items:center;min-width:36px;font-size:13.5px;display:grid}.switch{cursor:pointer;background:#d8d1de;border:none;border-radius:999px;flex:none;width:42px;height:24px;padding:0;transition:background .18s;position:relative}.switch.on{background:var(--accent)}.switch-knob{background:#fff;border-radius:50%;width:18px;height:18px;transition:left .18s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #00000040}.switch.on .switch-knob{left:21px}@media (width<=640px){.profile-card{padding:20px 18px}.profile-grid{grid-template-columns:1fr}.identity-body{flex-wrap:wrap}.identity-buttons{justify-content:flex-start;width:100%}.metric-head{flex-direction:row}}.mono{font-family:var(--font-mono)}.validador{flex-direction:column;gap:16px;max-width:640px;display:flex}.validador-drop{text-align:center;border-style:dashed;border-width:2px;flex-direction:column;align-items:center;gap:12px;padding:40px 24px;display:flex}.validador-drop[data-dragging]{border-color:var(--accent);background:var(--surface-2)}.validador-ico{width:40px;height:40px;color:var(--accent)}.validador-title{margin:0;font-size:15px}.validador-note{max-width:360px;margin:4px 0 0;font-size:12.5px}.validador-result{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.vr-head{align-items:center;gap:10px;display:flex}.vr-badge{font-size:12.5px;font-weight:700;font-family:var(--font-mono);border-radius:999px;padding:5px 11px}.vr-ok{border-left:4px solid #16a34a}.vr-ok-badge{color:#15803d;background:#dcfce7}.vr-bad{border-left:4px solid #ef4444}.vr-bad-badge{color:#b91c1c;background:#fee2e2}.vr-grid{grid-template-columns:1fr 1fr;gap:10px 20px;width:100%;margin:0;display:grid}.vr-grid dt{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:9.5px}.vr-grid dd{margin:2px 0 0;font-weight:600}.vr-vigente{color:#15803d;margin:0;font-weight:700}.vr-vencida{color:#b91c1c;margin:0;font-weight:700}@media (width<=640px){.vr-grid{grid-template-columns:1fr}}.cot-grid{grid-template-columns:1fr 380px;align-items:start;gap:20px;display:grid}.cot-form{flex-direction:column;gap:16px;min-width:0;display:flex;container-type:inline-size}.cot-section{flex-direction:column;gap:12px;display:flex}.cot-fields{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.cot-narrow{max-width:220px}.cot-fp-head{align-items:center;gap:9px;width:100%;display:flex}.cot-fp-badge{color:var(--accent);background:#6d5ef01a;border:1px solid #6d5ef038;border-radius:20px;align-items:center;gap:5px;margin-left:auto;padding:3px 9px;font-size:10.5px;font-weight:700;display:inline-flex}.cot-fp-badge svg{width:11px;height:11px}.cot-pie-panel{background:var(--surface-2);border:1px solid var(--border-soft);border-radius:13px;margin-bottom:16px;padding:14px 15px}.cot-pie-top{justify-content:space-between;align-items:baseline;margin-bottom:11px;display:flex}.cot-pie-lbl{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:10.5px;font-weight:700}.cot-pie-uf{color:var(--text-strong);letter-spacing:-.01em;font-size:19px;font-weight:800;line-height:1.15}.cot-pie-pct{color:var(--accent);background:#6d5ef01a;border:1px solid #6d5ef038;border-radius:20px;padding:3px 11px;font-size:12.5px;font-weight:700}.cot-pie-bar{border:1px solid var(--border-soft);background:#6d5ef014;border-radius:8px;height:15px;display:flex;overflow:hidden}.cot-pie-seg{border-right:1.5px solid var(--surface)}.cot-pie-seg:last-child{border-right:none}.seg-reserva{background:#b9aef6}.seg-cuoton_ini{background:#6d5ef0}.seg-cuoton_fin{background:#4a3fb5}.seg-cuotas{background:repeating-linear-gradient(45deg,#ded5f7,#ded5f7 5px,#e9e3fa 5px 10px)}.cot-pie-legend{flex-wrap:wrap;gap:6px 14px;margin-top:11px;display:flex}.cot-pie-legend span{color:var(--muted);align-items:center;gap:6px;font-size:11px;display:flex}.cot-pie-legend b{color:var(--text-strong);font-weight:700}.seg-dot{border-radius:3px;flex:none;width:9px;height:9px}.cot-fp-fields{grid-template-columns:1fr 1fr 1fr;align-items:start;gap:13px 12px}.cot-fp-fields>label{min-width:0}.cot-fp-hint{color:var(--muted);margin-top:5px;font-size:10.5px;line-height:1.35;display:block}.cot-fp-hint.bad{color:#c0392b;font-weight:600}[data-theme=dark] .cot-fp-hint.bad{color:#f19a9a}.cot-pie-status{border-radius:10px;align-items:center;gap:9px;margin-top:15px;padding:10px 13px;font-size:11.5px;line-height:1.4;display:flex}.cot-pie-status svg{flex:none;width:15px;height:15px}.cot-pie-status strong{font-weight:700}.cot-pie-status.ok{color:#1f5e3a;background:#eef9f1;border:1px solid #cdead6}.cot-pie-status.ok svg{stroke:#1f8a4c}.cot-pie-status.ok strong{color:#166a3a}.cot-pie-status.bad{color:#a52323;background:#fdeeee;border:1px solid #f4d5d5}.cot-pie-status.bad svg{stroke:#dc3a3a}.cot-pie-status.warn{color:#8a5a12;background:#fdf4e3;border:1px solid #f4e2be}.cot-pie-status.warn svg{stroke:#b4740e}.cot-pie-status.warn strong{color:#7a4e0d}.cot-fp-hint.warn{color:#b4740e;font-weight:600}[data-theme=dark] .cot-pie-status.warn{color:#e6b566;background:#b4740e24;border-color:#b4740e57}[data-theme=dark] .cot-pie-status.warn strong{color:#f0c584}[data-theme=dark] .cot-fp-hint.warn{color:#e6b566}[data-theme=dark] .cot-pie-status.ok{color:#a7e8bf;background:#22c55e1a;border-color:#22c55e47}[data-theme=dark] .cot-pie-status.bad{color:#f3aeae;background:#dc26261f;border-color:#dc26264d}.cot-pie-hipo{background:#6d5ef00f;border:1px solid #6d5ef029;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;margin-top:12px;padding:10px 13px;display:flex}.cot-pie-hipo-l{align-items:center;gap:9px;display:flex}.cot-pie-hipo-ic{width:28px;height:28px;color:var(--accent);background:#6d5ef024;border-radius:8px;flex:none;justify-content:center;align-items:center;display:flex}.cot-pie-hipo-ic svg{width:14px;height:14px}.cot-pie-hipo-t{color:var(--accent);font-size:11.5px;font-weight:700}.cot-pie-hipo-s{color:var(--muted);font-size:10px}.cot-pie-hipo-r{text-align:right}.cot-pie-hipo-r>div:first-child{color:var(--accent);font-size:13.5px;font-weight:800}.cot-pie-hipo-r>div:last-child{font-size:10px}@media (width<=900px){.cot-fp-fields{grid-template-columns:1fr 1fr}}@media (width<=560px){.cot-fp-fields{grid-template-columns:1fr}}.cot-bono-none{color:var(--muted);margin:4px 0 0;font-size:12.5px;line-height:1.45}.cot-bono-none strong{color:var(--text-strong);font-weight:700}.cot-bono-hint{color:var(--muted);background:#6d5ef014;border-radius:8px;margin:12px 0 0;padding:9px 11px;font-size:12px;line-height:1.45}.cot-uf-row{align-items:stretch;gap:8px;display:flex}.cot-uf-field{flex:1;position:relative}.cot-uf-prefix{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.cot-uf-field input{padding-left:26px}.cot-unit-field{position:relative}.cot-unit-suffix{color:var(--muted);pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.cot-unit-field input{padding-right:34px}.cot-uf-refresh{width:42px;color:var(--accent);cursor:pointer;background:#f6f4ff;border:1px solid #d9d4f7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:filter .15s;display:flex}.cot-uf-refresh:hover{filter:brightness(.97)}.cot-uf-refresh svg{flex:none;width:24px;height:24px}[data-theme=dark] .cot-uf-refresh{color:#b3a9ff;background:#6d5ef029;border-color:#6d5ef066}.cot-desc-hint{color:#1f5e3a;background:#eef9f1;border:1px solid #cdead6;border-radius:10px;align-items:center;gap:9px;margin-top:14px;padding:9px 11px;font-size:12.5px;line-height:1.4;display:flex}.cot-desc-ic{color:#1f8a4c;background:#dff0e5;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.cot-desc-ic svg{width:14px;height:14px}.cot-desc-hint strong{font-family:var(--font-mono);color:#166a3a;font-weight:700}[data-theme=dark] .cot-desc-hint{color:#a7e8bf;background:#22c55e1a;border-color:#22c55e47}[data-theme=dark] .cot-desc-ic{color:#4ade80;background:#22c55e2e}[data-theme=dark] .cot-desc-hint strong{color:#bbf7d0}.cot-inline{flex-wrap:wrap;align-items:flex-end;gap:16px;display:flex}.cot-adicional{grid-template-columns:1fr 90px 110px 32px;align-items:center;gap:8px;display:grid}.cot-adic-head{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);padding-bottom:2px;font-size:10px}.cot-check input,.cot-plazos input[type=checkbox],.cot-radio input[type=radio]{accent-color:var(--accent);width:15px;height:15px}.cot-fields-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.cot-fields>label,.cot-fields-3>label{flex-direction:column;min-width:0;display:flex}.cot-fields>label>:last-child,.cot-fields-3>label>:last-child{margin-top:auto}.cot-fields input,.cot-fields select,.cot-fields-3 input,.cot-fields-3 select,.cot-fields-3 .cot-unit-field{min-width:0}.cot-header-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.cot-valida-chip{color:var(--accent);font-size:12px;font-weight:600;font-family:var(--font-mono);background:#6d5ef01a;border-radius:999px;padding:5px 12px}@container (width<=640px){.cot-fields-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@container (width<=400px){.cot-fields-3{grid-template-columns:1fr}}.cot-del{border:1px solid var(--border);background:var(--surface);cursor:pointer;width:32px;height:32px;color:var(--muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:18px;line-height:1;display:flex}.cot-plazo-chip{border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600}.cot-plazo-chip[data-on]{background:var(--accent);border-color:var(--accent);color:#fff}.cot-radios{grid-template-columns:1fr 1fr;gap:8px;display:grid}.cot-radio{border:1px solid var(--border);cursor:pointer;border-radius:10px;align-items:flex-start;gap:10px;padding:10px 12px;display:flex}.cot-radio[data-on]{border-color:var(--accent);background:var(--surface-2)}.cot-radio span{flex-direction:column;display:flex}.cot-radio small{font-size:12px}.cot-plazos,.cot-check{align-items:center;gap:12px;display:flex}.cot-check{gap:6px;font-size:14px}.cot-uf-warn{color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin:0;padding:8px 10px;font-size:12.5px}.cot-calc-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:0;padding:10px 12px;font-size:12.5px;line-height:1.45}[data-theme=dark] .cot-calc-error{color:#fca5a5;background:#dc26261f;border-color:#dc26264d}.cot-optcards{grid-template-columns:1fr 1fr 1fr;gap:9px;display:grid}.cot-optcard{text-align:left;border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:12px;align-items:flex-start;gap:10px;padding:11px 12px;display:flex}.cot-optcard[data-on]{border-color:var(--accent);background:var(--surface-2);box-shadow:inset 0 0 0 1px var(--accent)}.cot-optcard-wide{width:100%;margin-top:12px}.cot-optdot{border:2px solid var(--border);border-radius:50%;flex:none;width:16px;height:16px;margin-top:1px}.cot-optcard[data-on] .cot-optdot{border-color:var(--accent);background:radial-gradient(circle, var(--accent) 0 3.5px, transparent 4.5px)}.cot-optcard strong{color:var(--text-strong);font-size:12.5px;font-weight:700;display:block}.cot-optcard small{color:var(--muted);margin-top:2px;font-size:11px;line-height:1.35;display:block}@media (width<=640px){.cot-optcards{grid-template-columns:1fr}}.cot-inline-tight{align-items:center;gap:10px}.cot-inline-lbl{color:var(--muted);margin-bottom:5px;font-size:11.5px;font-weight:600;display:block}.cot-inline .cot-inline-lbl{margin-bottom:0}.cot-num-sm{text-align:center;width:88px}.cot-pct-field{position:relative}.cot-pct-suffix{color:var(--muted);font-size:11px;font-family:var(--font-mono);pointer-events:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.cot-pct-field input{padding-right:24px}.cot-deriv{background:#fdf7ec;border:1px solid #f1e2c3;border-radius:11px;margin-top:12px;padding:11px 13px}[data-theme=dark] .cot-deriv{background:#b4740e1a;border-color:#b4740e4d}.cot-deriv-t{color:#b4740e;text-transform:uppercase;letter-spacing:.05em;margin-bottom:7px;font-size:10.5px;font-weight:700}.cot-deriv-row{color:var(--muted);flex-wrap:wrap;align-items:baseline;gap:6px 16px;font-size:12px;display:flex}.cot-deriv-row strong{color:var(--text-strong)}.cot-deriv-arrow{color:#c2984f}.cot-amber{color:#b4740e}.cot-fp-top,.cot-fp-reserva{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);align-items:start;gap:12px;margin-bottom:13px;display:grid}.cot-pago-cards{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;display:grid}.cot-pago-card{border:1px solid var(--border-soft);border-radius:12px;min-width:0;padding:12px 13px}.cot-pago-t{color:var(--text-strong);margin-bottom:9px;font-size:12.5px;font-weight:700}.cot-pago-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:9px;display:grid}.cot-pago-grid label{min-width:0}.cot-pago-grid input,.cot-fp-top input,.cot-fp-reserva .cot-uf-field input{width:100%;min-width:0}.seg-pago_ini{background:#6d5ef0}.seg-pago_fin{background:#4a3fb5}.cot-uf-inline{width:150px}.cot-uf-inline input{padding-left:34px}.cot-gastos-row{align-items:center;gap:10px 12px}.cot-gastos-uf{flex:none;width:132px}.cot-gastos-uf input{box-sizing:border-box;width:100%;min-width:0}.cot-gastos-clp{color:var(--muted);white-space:nowrap}.cot-gastos-hint{color:var(--muted);flex-basis:100%;font-size:11px}@media (width<=560px){.cot-fp-top,.cot-fp-reserva,.cot-pago-cards{grid-template-columns:1fr}}.cot-pdf-divider{align-items:center;gap:10px;margin-top:4px;display:flex}.cot-pdf-divider>span:first-child{color:var(--muted);text-transform:uppercase;letter-spacing:.07em;font-size:11px;font-weight:800}.cot-pdf-rule{background:var(--border);flex:1;height:1px}.cot-notas-actions{justify-content:flex-end;gap:8px;display:flex}.cot-notas-btn{border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:8px;padding:5px 11px;font-size:11.5px;font-weight:600}.cot-notas-btn.primary{color:#fff;background:linear-gradient(135deg,#7c6ef6,#5a4be0);border:none;font-weight:700}.cot-notas-toolbar{border:1px solid var(--border-soft);background:var(--surface-2);border-bottom:none;border-radius:10px 10px 0 0;align-items:center;gap:4px;padding:6px 8px;display:flex}.cot-notas-toolbar button{width:26px;height:26px;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:12.5px;display:inline-flex}.cot-notas-toolbar button:disabled{cursor:default;opacity:.5}.cot-nt-b{font-weight:800}.cot-nt-i{font-family:Georgia,serif;font-style:italic;font-weight:700}.cot-nt-lock{color:var(--muted);align-items:center;gap:5px;margin-left:auto;font-size:10.5px;font-weight:600;display:inline-flex}.cot-notas-body{border:1px solid var(--border-soft);color:var(--text-strong);background:var(--surface);border-radius:0 0 10px 10px;outline:none;min-height:120px;padding:12px 14px;font-size:13px;line-height:1.6}.cot-notas-body[contenteditable=true]{border-color:var(--accent)}.cot-notas-body p{margin:0 0 8px}.cot-notas-body ul,.cot-notas-body ol{margin:4px 0;padding-left:18px}.cot-notas-warn{margin-top:10px}.cot-optional-badge{color:var(--muted);background:var(--surface-2);border-radius:6px;margin-left:auto;padding:3px 8px;font-size:11px;font-weight:600}.cot-plano-file{border:1px solid var(--border);border-radius:11px;align-items:center;gap:10px;padding:10px 12px;display:flex}.cot-plano-ic{width:34px;height:34px;color:var(--accent);background:#6d5ef01f;border-radius:9px;flex:none;justify-content:center;align-items:center;display:flex}.cot-plano-ic svg{width:17px;height:17px}.cot-plano-name{min-width:0;color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12.5px;font-weight:600;overflow:hidden}.cot-plano-drop{border:1.5px dashed var(--accent);background:var(--surface-2);width:100%;min-height:96px;color:var(--muted);cursor:pointer;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:12px;font-weight:600;display:flex}.cot-plano-drop svg{width:22px;height:22px;stroke:var(--accent)}.cot-plano-hint{margin-top:8px;line-height:1.4}.cot-pos{color:#16a34a}.cot-fp-strong td{font-weight:700}.cot-fp-bono td{color:#16a34a}.cot-fp-sub td{border-top-color:#0000;font-weight:400}.cot-fp-sub td:first-child{color:var(--muted);padding-left:16px}.cot-fp-bullet{color:#8b7ff0;font-weight:700}.cot-cuota-note{color:var(--muted);font-size:11px}.cot-gastos-note{color:var(--muted);margin:6px 0 0;font-size:11px}.cot-resumen{position:sticky;top:16px}.cot-resumen-card{flex-direction:column;gap:10px;display:flex}.cot-table{border-collapse:collapse;width:100%;font-size:13px}.cot-table td{border-top:1px solid var(--border);padding:5px 0}.cot-table td:not(:first-child){text-align:right;white-space:nowrap}.cot-table tr:first-child td{border-top:none}.cot-total td{font-weight:800;border-top:2px solid var(--text)!important}.cot-sub{text-transform:uppercase;letter-spacing:.05em;color:var(--accent);margin:10px 0 0;font-size:11px}.cot-dividendos{flex-wrap:wrap;gap:8px;display:flex}.cot-dividendos>div{border:1px solid var(--border);border-radius:10px;flex-direction:column;flex:1;gap:1px;min-width:92px;padding:8px 10px;display:flex}.cot-total-box{background:#6d5ef01a;border-radius:12px;flex-direction:column;gap:1px;margin:4px 0 2px;padding:10px 14px;display:flex}.cot-total-box>span:first-child{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px}.cot-total-uf{color:var(--accent);font-size:22px;font-weight:800}.cot-total-clp{color:var(--muted);font-size:13px}@media (width<=560px){.cot-radios{grid-template-columns:1fr}}.cot-generar{justify-content:center;width:100%;margin-top:6px}.btn-gradient.cot-generar{border:1px solid #0000}.cot-ok{color:#15803d;margin:0;font-weight:600}.accent{color:var(--accent)}@media (width<=980px){.cot-grid{grid-template-columns:1fr}.cot-resumen{order:-1;position:static}}@media (width<=560px){.cot-fields{grid-template-columns:1fr}}.cot-mbar{z-index:40;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;margin:16px -16px 0;display:flex;position:sticky;bottom:0;box-shadow:0 -10px 26px -18px #54388c4d}@media (width>=641px){.cot-mbar{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}}.cot-mbar-total{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:0;min-width:0;padding:0;display:flex}.cot-mbar-lbl{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:5px;font-size:9.5px;font-weight:700;display:inline-flex}.cot-mbar-lbl svg{width:11px;height:11px;color:var(--accent)}.cot-mbar-uf{color:var(--text-strong);font-size:17px;font-weight:800;line-height:1.1}.cot-mbar-clp{color:var(--muted);font-size:10px}.cot-mbar-gen{flex:none}.cot-sheet-overlay{z-index:60;background:#1c16286b;align-items:flex-end;animation:.18s cot-fade;display:flex;position:fixed;inset:0}.cot-sheet{background:var(--surface);width:100%;max-height:92vh;padding:8px 16px calc(18px + env(safe-area-inset-bottom));border-radius:22px 22px 0 0;animation:.24s cot-slide-up;overflow-y:auto;box-shadow:0 -12px 40px #1c162840}.cot-sheet-handle{background:var(--border);border-radius:3px;width:40px;height:4px;margin:6px auto 12px}.cot-sheet-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.cot-sheet-head strong{color:var(--text-strong);font-size:15px;font-weight:800;display:block}.cot-sheet-head small{font-size:11px}.cot-sheet-close{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.cot-sheet-close svg{width:18px;height:18px}@keyframes cot-fade{0%{opacity:0}}@keyframes cot-slide-up{0%{transform:translateY(100%)}}@media (prefers-reduced-motion:reduce){.cot-sheet-overlay,.cot-sheet{animation:none}}.cot-lead{flex-direction:column;gap:12px;display:flex}.cot-lead-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.cot-lead-title{align-items:baseline;gap:10px;display:flex}.cot-empty{text-align:center;flex-direction:column;align-items:center;padding:26px 16px 34px;display:flex}.cot-empty-art{border:1.5px dashed var(--border);border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;display:flex}.cot-empty-badge{width:62px;height:62px;color:var(--accent);background:linear-gradient(135deg,#efedfe,#e5e0fa);border-radius:18px;justify-content:center;align-items:center;display:flex;box-shadow:0 12px 26px -12px #6d5ef080}.cot-empty-badge svg{width:28px;height:28px}[data-theme=dark] .cot-empty-badge{background:linear-gradient(135deg,#6d5ef03d,#6d5ef01f)}.cot-empty-title{letter-spacing:-.01em;color:var(--text-strong);margin:18px 0 0;font-size:18px;font-weight:800}.cot-empty-sub{max-width:380px;color:var(--muted);margin:7px 0 0;font-size:13.5px;line-height:1.55}.cot-lead-list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.cot-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.cot-card-main{flex-direction:column;gap:3px;min-width:0;display:flex}.cot-card-head{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cot-card-total{font-weight:700}.cot-vig{border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.cot-vig-ok{color:#15803d;background:#dcfce7}.cot-vig-warn{color:#b45309;background:#fef3c7}.cot-vig-bad{color:#b91c1c;background:#fee2e2}.cot-card-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.cot-tope{color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin:0;padding:8px 10px;font-size:12.5px}.cot-lead-note{margin:2px 0 0}@media (width<=560px){.cot-card{flex-direction:column;align-items:stretch}.cot-card-actions{justify-content:flex-end}}.cot-count-pill{background:var(--surface-2);color:var(--muted);border:1px solid var(--border);border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.cot-count-pill.has{color:var(--accent);background:#6d5ef01a;border-color:#0000}.cot-count-info{border:1px solid var(--border);width:14px;height:14px;color:var(--muted);font-family:var(--font);cursor:help;border-radius:50%;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:inline-flex}.cot-vig:before{content:"●";vertical-align:middle;margin-right:5px;font-size:8px}.cot-del-trash{color:#ef4444}.cot-del-trash svg{width:15px;height:15px}.vr-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.vr-icon svg{width:18px;height:18px}.vr-icon-ok{color:#fff;background:#16a34a}.vr-icon-bad{color:#fff;background:#ef4444}.vr-title{font-size:15px;font-weight:800;line-height:1.1}.vr-ok-title{color:#15803d}.vr-bad-title{color:#b91c1c}.trial-banner{border:1px solid var(--border);border-left:3px solid var(--accent);background:var(--accent-soft);color:var(--text);border-radius:12px;align-items:center;gap:10px;margin-bottom:14px;padding:10px 16px;font-size:13px;display:flex}.trial-banner.warn{border-left-color:var(--warning);background:#fdf4e0}.trial-banner-dot{background:var(--accent);border-radius:50%;flex:none;width:8px;height:8px}.trial-banner.warn .trial-banner-dot{background:var(--warning)}.trial-banner strong{color:var(--text-strong);font-weight:700}.paywall-overlay{z-index:60}.paywall-price{justify-content:center;align-items:baseline;gap:8px;margin:18px 0 2px;display:flex}.paywall-price .amount{color:var(--text-strong);font-size:34px;font-weight:800}.paywall-price .per{color:var(--muted);font-size:13px}.paywall-note{text-align:center;color:var(--muted);margin:12px 0 0;font-size:12px}.site{-webkit-font-smoothing:antialiased;background:#15102a;min-height:100vh;font-family:Plus Jakarta Sans,system-ui,sans-serif}.site-wrap{z-index:2;max-width:1216px;margin:0 auto;padding:0 64px;position:relative}.landing-snap .site-wrap{max-width:1460px}@media (width<=720px){.site-wrap{padding:0 22px}}@keyframes auroraDrift{0%{transform:translate(0)scale(1)}50%{transform:translate(36px,-26px)scale(1.08)}to{transform:translate(0)scale(1)}}@keyframes auroraDrift2{0%{transform:translate(0)scale(1)}50%{transform:translate(-30px,22px)scale(1.12)}to{transform:translate(0)scale(1)}}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.site-card{background:#fff;width:100%;min-height:100vh}.landing-snap{scroll-snap-type:y proximity;scroll-behavior:smooth;height:100vh;overflow-y:auto}.landing-snap .hero,.landing-snap .features,.landing-snap .snap-pricing{scroll-snap-align:start;box-sizing:border-box;min-height:100vh}.landing-snap .hero{flex-direction:column;display:flex}.landing-snap .hero>.site-wrap{margin:auto}.landing-snap .features{flex-direction:column;justify-content:center;display:flex}.landing-snap .snap-pricing{background:#1b1430;flex-direction:column;display:flex}.landing-snap .snap-pricing .pricing{flex-direction:column;flex:1;justify-content:center;min-height:0;padding-top:0;padding-bottom:0;display:flex}@media (height<=760px),(width<=1024px){.landing-snap{scroll-snap-type:none}.landing-snap .hero,.landing-snap .features,.landing-snap .snap-pricing{min-height:0}.landing-snap .features,.landing-snap .snap-pricing .pricing{padding-top:56px;padding-bottom:56px}}.aurora{color:#fff;background:#1b1430;position:relative;overflow:hidden}.aurora:before,.aurora:after{content:"";filter:blur(10px);pointer-events:none;border-radius:50%;position:absolute}.aurora:before{background:radial-gradient(circle,#7c6ef680,#7c6ef600 66%);width:520px;height:520px;animation:16s ease-in-out infinite auroraDrift;top:-260px;left:-120px}.aurora:after{background:radial-gradient(circle,#22d3ee4d,#22d3ee00 70%);width:460px;height:460px;animation:18s ease-in-out infinite auroraDrift2;top:-200px;right:-140px}.site-nav{z-index:20;position:relative}.site-nav-row{justify-content:space-between;align-items:center;display:flex}.site-brand{color:#fff;align-items:center;gap:11px;text-decoration:none;transition:opacity .15s;display:inline-flex}.site-brand:hover{opacity:.85}.site-brand-mark{background:linear-gradient(120deg,#8b5cf6,#6366f1,#06b6d4);flex:none;justify-content:center;align-items:center;display:flex}.site-brand-mark svg{margin-top:-2px}.site-brand-name{flex-direction:column;gap:3px;line-height:1;display:flex}.site-brand-name strong{letter-spacing:-.02em;color:inherit;font-weight:800}.site-brand-name small{letter-spacing:.18em;text-transform:uppercase;color:#a99bd8;font-weight:700}.site-brand--lg .site-brand-mark{border-radius:13px;width:42px;height:42px;box-shadow:0 8px 22px -4px #7c5cf699}.site-brand--lg .site-brand-name strong{font-size:22px}.site-brand--lg .site-brand-name small{font-size:10.5px}.site-brand--md .site-brand-mark{border-radius:11px;width:36px;height:36px}.site-brand--md .site-brand-name strong{font-size:18px}.site-brand--md .site-brand-name small{font-size:9px}.site-brand--sm .site-brand-mark{border-radius:9px;width:30px;height:30px}.site-brand--sm .site-brand-name strong{font-size:15px}.site-brand--sm .site-brand-name small{font-size:8px}.site-nav-toggle{display:none}.site-nav-links{color:#c3b9e4;align-items:center;gap:26px;font-size:13.5px;font-weight:500;display:flex}.site-nav-links a{color:inherit;text-decoration:none}.site-nav-links a:hover{color:#fff}.site-nav-links .signin{color:#fff;font-weight:600}.site-nav-links .cta{color:#fff;background:#ffffff1a;border:1px solid #ffffff29;border-radius:9px;padding:8px 15px;font-weight:600}.site-nav-links .cta:hover{color:#fff;background:#ffffff29}.site-footer{color:#8d80b8;background:#15102a;padding:30px 0;font-size:13px}.site-footer-row{justify-content:space-between;align-items:center;display:flex}.site-footer .site-brand{color:#c3b9e4}.site-footer .site-brand-name small{color:#8d80b8}.site-footer-links{gap:22px;display:flex}.site-footer-links a{color:inherit;text-decoration:none}.site-footer-links a:hover,.site-footer-links a.active{color:#c3b9e4;font-weight:600}.legal-head{padding:26px 0 48px}.legal-head-inner{z-index:2;max-width:640px;margin-top:44px;position:relative}.legal-back{color:#a99bd8;align-items:center;gap:7px;font-size:12.5px;font-weight:600;text-decoration:none;display:inline-flex}.legal-back:hover{color:#d6cffc}.legal-title{letter-spacing:-.03em;margin:16px 0 0;font-size:42px;font-weight:700;line-height:1.1}.legal-updated{color:#d6cffc;font-size:12px;font-weight:600;font-family:var(--font-mono), "IBM Plex Mono", monospace;background:#ffffff14;border:1px solid #ffffff21;border-radius:999px;align-items:center;gap:7px;margin-top:16px;padding:6px 13px;display:inline-flex}.legal-updated .dot{background:#34d399;border-radius:50%;width:6px;height:6px}.legal-subtitle{color:#c3b9e4;max-width:520px;margin-top:16px;font-size:15.5px;line-height:1.6}.legal-body{background:#fff;gap:52px;max-width:1216px;margin:0 auto;padding:48px 64px 8px;display:flex}.legal-toc{flex:none;width:228px}.legal-toc-sticky{position:sticky;top:24px}.legal-toc-label{letter-spacing:.08em;text-transform:uppercase;color:#9b8fad;margin-bottom:14px;font-size:11.5px;font-weight:700}.legal-toc a{color:#6b6577;gap:11px;padding:8px 0;font-size:13.5px;text-decoration:none;display:flex}.legal-toc a .n{font-family:var(--font-mono), "IBM Plex Mono", monospace;color:#b3a9c2}.legal-toc a:hover,.legal-toc a.active{color:#6d5ef0;font-weight:600}.legal-toc a:hover .n,.legal-toc a.active .n{color:#6d5ef0}.legal-toc-contact{color:#9b8fad;border-top:1px solid #ece5db;margin-top:20px;padding-top:18px;font-size:12.5px;line-height:1.6}.legal-toc-contact a{color:#6d5ef0;font-weight:600;text-decoration:none}.legal-reading{flex:1;max-width:720px}.legal-section{border-bottom:1px solid #ece5db;gap:18px;padding:26px 0;scroll-margin-top:24px;display:flex}.legal-section:first-child{padding-top:0}.legal-section:last-of-type{border-bottom:none}.legal-section .n{font-family:var(--font-mono), "IBM Plex Mono", monospace;color:#6d5ef0;flex:none;width:28px;font-size:14px;font-weight:600}.legal-section h3{color:#221d31;letter-spacing:-.01em;margin:0;font-size:19px;font-weight:700}.legal-section p{color:#5a5466;margin:9px 0 0;font-size:15px;line-height:1.72}.legal-callout{background:#faf8fc;border:1px solid #ece5db;border-radius:14px;align-items:center;gap:14px;margin:8px 0 4px;padding:18px 20px;display:flex}.legal-callout-icon{color:#6d5ef0;background:#efedfe;border-radius:11px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.legal-callout-icon.green{color:#1c9d5b;background:#e9f7ef}.legal-callout strong{color:#221d31;font-size:14px;font-weight:700;display:block}.legal-callout span{color:#6b6577;font-size:13px}.legal-callout a{color:#6d5ef0;font-weight:600;text-decoration:none}.site-footer.legal-foot{margin-top:36px}.hero{padding:26px 0 76px}.hero-inner{z-index:2;align-items:center;gap:56px;margin-top:0;display:flex;position:relative}.hero-copy{flex:1;max-width:660px}.hero-badge{color:#d6cffc;background:#ffffff12;border:1px solid #ffffff21;border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:12.5px;font-weight:600;display:inline-flex}.hero-badge .dot{background:#34d399;border-radius:50%;width:6px;height:6px}.hero-title{letter-spacing:-.03em;margin:22px 0 0;font-size:64px;font-weight:700;line-height:1.07}.hero-title .grad,.legal-title .grad{background:linear-gradient(100deg,#a78bfa,#22d3ee);color:#0000;-webkit-background-clip:text;background-clip:text}.hero-lead{color:#c3b9e4;max-width:540px;margin:22px 0 0;font-size:18.5px;line-height:1.6}.hero-cta{align-items:center;gap:14px;margin-top:30px;display:flex}.site-btn{cursor:pointer;border:none;justify-content:center;align-items:center;font-family:inherit;text-decoration:none;display:inline-flex}.site-btn.primary{color:#fff;background:linear-gradient(135deg,#7c6ef6,#5a4be0);border-radius:11px;padding:14px 26px;font-size:15px;font-weight:700;box-shadow:0 10px 26px -8px #6d5ef0b3}.site-btn.ghost{color:#fff;border:1px solid #fff3;border-radius:11px;padding:14px 24px;font-size:15px;font-weight:600}.hero-cards{flex:none;width:390px;height:390px;animation:7s ease-in-out infinite floatY;position:relative}.stage-card{background:#fff;border-radius:16px;width:344px;padding:16px 18px;position:absolute;box-shadow:0 18px 44px -16px #0009}.stage-card .row{justify-content:space-between;align-items:center;display:flex}.stage-card .who{color:#221d31;align-items:center;gap:10px;font-size:14px;font-weight:600;display:flex}.stage-card .who .dot{border-radius:50%;width:10px;height:10px}.stage-card .age{font-family:var(--font-mono), "IBM Plex Mono", monospace;color:#9b8fad;font-size:12px}.stage-card .meta{color:#8b8398;margin-top:7px;font-size:12.5px}.stage-card.s1{top:0;right:0;transform:rotate(-3deg)}.stage-card.s2{top:112px;right:26px;transform:rotate(2.5deg)}.stage-card.s3{background:linear-gradient(120deg,#fef3e2,#fff);border:1px solid #f5d9a8;top:228px;right:6px;transform:rotate(-1.5deg);box-shadow:0 22px 50px -16px #d9770680}.stage-card.s3 .age{color:#d97706;font-weight:700}.stage-card.s3 .meta{color:#a06a14}.features{background:#f5f2ec;padding:64px 0}.features-head{text-align:center;max-width:660px;margin:0 auto 64px}.features-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#6d5ef0;font-size:12.5px;font-weight:700}.features-title{letter-spacing:-.02em;color:#221d31;margin-top:12px;font-size:44px;font-weight:700}.features-grid{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.feature-card{background:#fff;border:1px solid #ece5db;border-radius:18px;flex-direction:column;min-height:244px;padding:34px 30px;display:flex;box-shadow:0 6px 20px -12px #1c162833}.feature-card .ico{border-radius:15px;justify-content:center;align-items:center;width:54px;height:54px;display:flex}.feature-card h3{color:#221d31;margin:24px 0 0;font-size:19px;font-weight:700}.feature-card p{color:#6b6577;margin:10px 0 0;font-size:15px;line-height:1.6}.pricing{color:#fff;background:#1b1430;padding:70px 0;position:relative;overflow:hidden}.pricing:after{content:"";filter:blur(10px);pointer-events:none;background:radial-gradient(circle,#7c6ef666,#7c6ef600 68%);border-radius:50%;width:620px;height:620px;position:absolute;bottom:-340px;left:50%;transform:translate(-50%)}.pricing-head{z-index:2;text-align:center;max-width:600px;margin:0 auto 42px;position:relative}.pricing-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:#a78bfa;font-size:12.5px;font-weight:700}.pricing-title{letter-spacing:-.02em;margin-top:12px;font-size:40px;font-weight:700}.pricing-sub{color:#c3b9e4;margin-top:12px;font-size:15px;line-height:1.6}.plan{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #a78bfa4d;border-radius:22px;max-width:520px;margin:0 auto;padding:34px;position:relative;box-shadow:0 30px 80px -24px #000000b3}.plan-top{justify-content:space-between;align-items:center;display:flex}.plan-name{letter-spacing:.04em;text-transform:uppercase;color:#a78bfa;font-size:13px;font-weight:700}.plan-for{color:#c3b9e4;margin-top:4px;font-size:14px}.plan-badge{color:#06281f;letter-spacing:.02em;background:linear-gradient(135deg,#34d399,#22d3ee);border-radius:999px;padding:6px 12px;font-size:11.5px;font-weight:800}.plan-price{align-items:flex-end;gap:7px;margin-top:24px;display:flex}.plan-price .amount{letter-spacing:-.02em;font-size:46px;font-weight:800;font-family:var(--font-mono), "IBM Plex Mono", monospace}.plan-price .per{color:#c3b9e4;margin-bottom:9px;font-size:15px}.plan-trial{color:#8d80b8;margin-top:4px;font-size:13px}.plan-divider{background:#ffffff1a;height:1px;margin:24px 0}.plan-features{flex-direction:column;gap:13px;display:flex}.plan-feature{color:#ede9ff;align-items:center;gap:11px;font-size:14px;display:flex}.plan-feature .check{color:#34d399;background:#34d39933;border-radius:50%;flex:none;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.plan-cta{cursor:pointer;color:#fff;text-align:center;background:linear-gradient(135deg,#7c6ef6,#5a4be0);border:none;border-radius:12px;width:100%;margin-top:28px;padding:15px;font-size:15px;font-weight:700;text-decoration:none;display:block;box-shadow:0 12px 30px -10px #6d5ef0cc}.plan-note{text-align:center;color:#8d80b8;margin-top:13px;font-size:12.5px}.access{background:#1b1430;min-height:100vh;display:flex}.access-card{background:#fff;width:100%;min-height:100vh;display:flex;overflow:hidden}.access-left{flex-direction:column;flex:1;justify-content:space-between;padding:46px 50px;display:flex}.access-left:before{filter:blur(8px);background:radial-gradient(circle,#7c6ef68c,#7c6ef600 68%);width:520px;height:520px;animation:14s ease-in-out infinite auroraDrift;top:-180px;left:-160px}.access-left:after{filter:blur(8px);background:radial-gradient(circle,#22d3ee61,#22d3ee00 70%);width:460px;height:460px;animation:16s ease-in-out infinite auroraDrift2;top:auto;bottom:-200px;right:-140px}.access-brand{z-index:2;align-self:flex-start;position:relative}.access-pitch{z-index:2;max-width:430px;position:relative}.access-pitch .badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#d6cffc;background:#ffffff12;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;padding:6px 13px;font-size:12px;font-weight:600;display:inline-flex}.access-pitch .badge .dot{background:#34d399;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #34d39940}.access-pitch h2{letter-spacing:-.025em;margin:18px 0 0;font-size:35px;font-weight:700;line-height:1.14}.access-pitch p{color:#c3b9e4;margin:16px 0 0;font-size:14.5px;line-height:1.6}.access-cards{width:320px;height:188px;margin-top:30px;position:relative}.access-cards .ac{background:#fff;border-radius:14px;width:290px;padding:13px 16px;position:absolute;box-shadow:0 14px 34px -12px #0009}.access-cards .ac .row{justify-content:space-between;align-items:center;display:flex}.access-cards .ac .who{color:#221d31;align-items:center;gap:9px;font-size:13px;font-weight:600;display:flex}.access-cards .ac .who .dot{border-radius:50%;width:9px;height:9px}.access-cards .ac .age{font-family:var(--font-mono), "IBM Plex Mono", monospace;color:#9b8fad;font-size:12px}.access-cards .ac.a1{top:0;left:0;transform:rotate(-3deg)}.access-cards .ac.a2{top:56px;left:36px;transform:rotate(2deg)}.access-cards .ac.a3{background:linear-gradient(120deg,#fef3e2,#fff);border:1px solid #f5d9a8;top:114px;left:14px;transform:rotate(-1.5deg);box-shadow:0 18px 40px -12px #d9770673}.access-cards .ac.a3 .age{color:#d97706;font-weight:600}.access-foot{z-index:2;color:#8d80b8;align-items:center;gap:14px;font-size:12px;display:flex;position:relative}.access-foot span{align-items:center;gap:6px;display:inline-flex}.access-right{background:#fff;flex:none;justify-content:center;align-items:center;width:430px;padding:46px 40px;display:flex}.access-form{width:100%;max-width:320px}.access-form h2{letter-spacing:-.02em;color:#221d31;margin:0;font-size:23px;font-weight:700}.access-form .sub{color:#6b6577;margin:6px 0 0;font-size:13.5px}.access-form .auth-tabs{background:#f2eef6;border-radius:12px;gap:4px;margin-top:22px;padding:4px;display:flex}.access-form .auth-tabs button{cursor:pointer;color:#6e6878;background:0 0;border:none;border-radius:7px;flex:1;padding:9px;font-size:13px;font-weight:600}.access-form .auth-tabs button.active{color:#221d31;background:#fff;box-shadow:0 1px 2px #141e3c1a}.access-fields{flex-direction:column;gap:13px;margin-top:18px;display:flex}.access-fields label{display:block}.access-fields label>span{color:#4a4458;font-size:12.5px;font-weight:600}.access-fields input{color:#221d31;background:#fff;border:1px solid #ddd6e2;border-radius:9px;outline:none;width:100%;margin-top:6px;padding:11px 12px;font-family:inherit;font-size:14px}.access-fields input:focus{border-color:#9b8cf0}.access-hint{color:#9b8fad;margin:10px 0 0;font-size:11.5px}.access-form .legal-consent{color:#6b6577;margin-top:15px;font-size:12px}.access-form .legal-consent .link{color:#6d5ef0}.access-submit{cursor:pointer;color:#fff;background:linear-gradient(135deg,#7c6ef6,#5a4be0);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:18px;padding:13px;font-size:14.5px;font-weight:700;display:flex;box-shadow:0 8px 20px -6px #6d5ef099}.access-submit:disabled{color:#b3a9c2;cursor:not-allowed;box-shadow:none;opacity:1;background:#e9e4f0}.access-forgot{text-align:center;margin:12px auto 0;font-size:13px;display:block}.access-or{color:#a99fb8;align-items:center;gap:12px;margin:16px 0;font-size:12px;display:flex}.access-or:before,.access-or:after{content:"";background:#ece5db;flex:1;height:1px}.access-google{cursor:pointer;color:#4a4458;background:#fff;border:1px solid #ddd6e2;border-radius:10px;justify-content:center;align-items:center;gap:9px;width:100%;padding:11px;font-size:13.5px;font-weight:600;display:flex}.access-google:disabled{opacity:.6;cursor:not-allowed}.access-google .g{color:#4285f4;border:1px solid #ece5db;border-radius:50%;justify-content:center;align-items:center;width:17px;height:17px;font-size:11px;font-weight:700;display:flex}.access-error{color:#dc3a3a;margin:10px 0 0;font-size:12.5px}@media (width<=1024px){.hero-inner{flex-direction:column;align-items:stretch;gap:30px}.hero-copy{max-width:none}.hero-cards{display:none}.features-grid{grid-template-columns:1fr 1fr}.access-card{flex-direction:column;min-height:100vh}.access-left{flex:none;justify-content:flex-start;gap:22px;padding:40px 44px}.access-pitch{max-width:none}.access-cards,.access-foot{display:none}.access-right{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;width:100%;padding:48px 44px}.access-form{max-width:620px}.access-fields{grid-template-columns:1fr 1fr;align-items:start;gap:16px 18px;display:grid}.access-fields .full{grid-column:1/-1}.legal-toc{display:none}.legal-body{padding:44px 44px 8px;display:block}}@media (width<=640px){.site-brand-name small{display:none}.site-nav-row{position:relative}.site-nav-toggle{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.site-nav-links{z-index:30;background:#221a3c;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;align-items:stretch;gap:2px;min-width:210px;padding:10px;display:none;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 24px 60px -18px #000000b3}.site-nav-links.open{display:flex}.site-nav-links a{border-radius:9px;padding:11px 13px}.site-nav-links a:hover{background:#ffffff0f}.site-nav-links a.cta{text-align:center;background:linear-gradient(135deg,#7c6ef6,#5a4be0);border:none;margin-top:4px}.hero-title{font-size:33px}.hero-lead{font-size:15.5px}.hero-cta{flex-direction:column;align-items:stretch;gap:12px}.site-btn{width:100%}.features-grid{grid-template-columns:1fr}.features-title{font-size:27px}.features-head{margin-bottom:28px}.pricing-title{font-size:27px}.access-pitch .badge{display:none}.access-pitch h2{font-size:26px}.access-pitch p{font-size:14px}.access-left{gap:14px;padding:28px 24px}.access-right{padding:30px 22px}.access-fields{grid-template-columns:1fr}.legal-title{font-size:30px}.legal-body{padding:32px 22px 8px}}
