:root{--blue: #1559d6;--blue-600: #1250c2;--blue-700: #0e44ab;--blue-tint: #e6edfb;--blue-tint-2: #f3f7ff;--navy: #0b1b3a;--navy-2: #11254b;--gold: #c8962a;--gold-2: #e0b75a;--gold-tint: #faf3e2;--bg: #f6f7f9;--surface: #ffffff;--surface-2: #fbfcfd;--ink: #0d1526;--ink-2: #3a4456;--muted: #6b7382;--muted-2: #99a0ad;--line: #e7e9ee;--line-2: #eef0f4;--green: #0e7c5a;--green-tint: #e3f3ec;--amber: #b7791f;--amber-tint: #fbf0db;--red: #c8362f;--red-tint: #fbe7e6;--violet: #6d4bd1;--violet-tint: #efeafc;--sans: "Hanken Grotesk", system-ui, sans-serif;--display: "Schibsted Grotesk", "Hanken Grotesk", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace;--r-sm: 7px;--r: 10px;--r-lg: 14px;--r-xl: 20px;--sh-sm: 0 1px 2px rgba(13, 21, 38, .06), 0 1px 1px rgba(13, 21, 38, .04);--sh: 0 2px 8px rgba(13, 21, 38, .06), 0 1px 2px rgba(13, 21, 38, .05);--sh-md: 0 8px 24px rgba(13, 21, 38, .09), 0 2px 6px rgba(13, 21, 38, .05);--sh-lg: 0 20px 50px rgba(13, 21, 38, .16), 0 6px 14px rgba(13, 21, 38, .07);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px;--z-base: 0;--z-dropdown: 100;--z-popover: 150;--z-modal: 200;--z-toast: 250;--z-tooltip: 300;--ease-estandar: cubic-bezier(.2, .7, .3, 1);--ease-entrada: cubic-bezier(.16, 1, .3, 1);--ease-salida: cubic-bezier(.4, 0, 1, 1);--dur-rapida: .12s;--dur-base: .2s;--dur-lenta: .32s;--op-deshabilitado: .5;--op-velo: .55;--op-sutil: .13;--borde-fino: 1px;--borde-medio: 2px;--borde-color: var(--line);--velo: rgba(11, 21, 40, var(--op-velo))}:root[data-theme=dark]{--blue: #5a8df0;--blue-600: #6f9cf3;--blue-700: #88adf6;--blue-tint: #1b2c4d;--blue-tint-2: #14213c;--navy: #e7ecf6;--navy-2: #c5d0e6;--bg: #0b1220;--surface: #121a2b;--surface-2: #0e1626;--ink: #eef1f7;--ink-2: #c2c9d6;--muted: #8b93a4;--muted-2: #6b7484;--line: #233149;--line-2: #1b2740;--green: #34c08a;--green-tint: #123528;--amber: #e0a93c;--amber-tint: #3a2e10;--red: #ed6a63;--red-tint: #3a1714;--violet: #a98ef0;--violet-tint: #251a44;--sh-sm: 0 1px 2px rgba(0, 0, 0, .4), 0 1px 1px rgba(0, 0, 0, .3);--sh: 0 2px 8px rgba(0, 0, 0, .45), 0 1px 2px rgba(0, 0, 0, .35);--sh-md: 0 8px 24px rgba(0, 0, 0, .5), 0 2px 6px rgba(0, 0, 0, .4);--sh-lg: 0 20px 50px rgba(0, 0, 0, .6), 0 6px 14px rgba(0, 0, 0, .45);--borde-color: var(--line);--velo: rgba(0, 0, 0, .62);color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;height:100%}body{font-family:var(--sans);background:var(--bg);color:var(--ink);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}#root{height:100%}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}::selection{background:var(--blue-tint)}.num,.mono,table td,.amount{font-variant-numeric:tabular-nums}.mono{font-family:var(--mono);letter-spacing:-.02em}.page-h1{margin:0;font-family:var(--display);font-size:26px;font-weight:700;letter-spacing:-.025em;color:var(--ink);line-height:1.1}.page-sub{margin:5px 0 0;color:var(--muted);font-size:14px;line-height:1.5}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d6dae1;border-radius:8px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:#c2c7d0}::-webkit-scrollbar-track{background:transparent}.app{display:grid;grid-template-columns:240px 1fr;grid-template-rows:56px 1fr;height:100%}.app.no-sidebar{grid-template-columns:1fr}.app.no-sidebar .main{grid-column:1 / -1}.topbar{grid-column:1 / -1;grid-row:1;display:flex;align-items:center;gap:16px;padding:0 18px;background:var(--surface);border-bottom:1px solid var(--line);z-index:30}.sidebar{grid-row:2;grid-column:1;background:var(--surface);border-right:1px solid var(--line);padding:14px 12px;display:flex;flex-direction:column;gap:2px;overflow-y:auto}.main{grid-row:2;grid-column:2;overflow-y:auto;position:relative}.main-inner{max-width:1180px;margin:0 auto;padding:26px 34px 60px}.main-inner.wide{max-width:1320px}.brand{display:flex;align-items:center;gap:9px;font-family:var(--display);font-weight:700;font-size:16px;color:var(--navy);letter-spacing:-.02em}.brand-mark{width:28px;height:28px;border-radius:8px;background:linear-gradient(150deg,var(--blue),#2d72ff);display:grid;place-items:center;color:#fff;box-shadow:0 2px 6px #1559d659;flex:none}.btn{display:inline-flex;align-items:center;gap:7px;border:1px solid transparent;border-radius:var(--r-sm);padding:8px 13px;font-size:13px;font-weight:600;line-height:1;transition:.14s;white-space:nowrap}.btn svg{width:15px;height:15px}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 1px 2px #1559d659}.btn-primary:hover{background:var(--blue-700)}.btn-ghost{background:var(--surface);color:var(--ink-2);border-color:var(--line)}.btn-ghost:hover{background:var(--surface-2);border-color:#d8dce3;color:var(--ink)}.btn-soft{background:var(--blue-tint);color:var(--blue-700)}.btn-soft:hover{background:#dbe6fb}.btn-sm{padding:6px 10px;font-size:12px}.btn-icon{padding:7px;border-radius:var(--r-sm)}.btn:disabled{opacity:.5;cursor:not-allowed}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-sm)}.card-pad{padding:20px}.card-hd{padding:16px 20px;border-bottom:1px solid var(--line-2);display:flex;align-items:center;justify-content:space-between;gap:12px}.card-hd h3{margin:0;font-size:14px;font-weight:700;color:var(--ink);letter-spacing:-.01em}.pill{display:inline-flex;align-items:center;gap:5px;padding:3px 9px;border-radius:100px;font-size:11.5px;font-weight:600;line-height:1.4;letter-spacing:.01em;white-space:nowrap}.pill .dot{width:6px;height:6px;border-radius:50%;flex:none}.pill-green{background:var(--green-tint);color:#0a5f45}.pill-amber{background:var(--amber-tint);color:#8a5a12}.pill-red{background:var(--red-tint);color:#9e2820}.pill-blue{background:var(--blue-tint);color:var(--blue-700)}.pill-violet{background:var(--violet-tint);color:#4c34a0}.pill-gray{background:#eef0f3;color:var(--muted)}.tag{font-size:11px;font-weight:600;padding:2px 7px;border-radius:5px;background:#eef0f3;color:var(--ink-2);font-family:var(--mono);letter-spacing:-.01em}.nav-group-label{font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted-2);padding:14px 10px 6px}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;font-size:13.5px;font-weight:500;color:var(--ink-2);border:none;background:none;width:100%;text-align:left;transition:.12s}.nav-item svg{width:18px;height:18px;color:var(--muted);flex:none}.nav-item:hover{background:var(--surface-2);color:var(--ink)}.nav-item.active{background:var(--blue-tint);color:var(--blue-700);font-weight:600}.nav-item.active svg{color:var(--blue)}.nav-item .nav-badge{margin-left:auto;font-size:11px;font-weight:700;background:var(--red);color:#fff;border-radius:100px;padding:1px 7px;min-width:18px;text-align:center}.nav-item .nav-badge.amber{background:var(--amber)}.nav-cat{display:flex;align-items:center;gap:8px;width:100%;border:none;background:none;cursor:pointer;font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--muted-2);padding:13px 10px 6px}.nav-cat:hover{color:var(--muted)}.nav-cat .cat-ic{width:13px;height:13px;flex:none;color:var(--muted-2)}.nav-cat .cat-dot{width:6px;height:6px;border-radius:50%;background:var(--amber);flex:none}.nav-cat .chev{margin-left:auto;flex:none;width:13px;height:13px;transition:transform .18s ease;color:var(--muted-2)}.nav-cat[aria-expanded=false] .chev{transform:rotate(-90deg)}.nav-sub{display:flex;flex-direction:column;gap:1px;margin:1px 0 2px 9px;padding-left:11px;border-left:1px solid var(--line-2)}.nav-sub .nav-item{font-size:13px;padding:8px 10px}.estudio-card{display:flex;align-items:center;gap:9px;width:100%;padding:8px 9px;border-radius:10px;border:1px solid var(--line);background:var(--surface);transition:.12s;margin-bottom:6px}.estudio-card:hover{background:var(--surface-2);border-color:#d8dce3}.estudio-mark{width:30px;height:30px;border-radius:8px;flex:none;background:linear-gradient(140deg,#11254b,#1559d6);color:#fff;display:grid;place-items:center;font-family:var(--display);font-weight:700;font-size:11px}.company-context{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:10px;background:var(--blue-tint-2);border:1px solid #dbe6fb;margin:6px 0 2px}.tbl{width:100%;border-collapse:collapse;font-size:13px}.tbl th{text-align:left;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);padding:0 14px 9px;border-bottom:1px solid var(--line)}.tbl td{padding:11px 14px;border-bottom:1px solid var(--line-2);color:var(--ink-2)}.tbl tbody tr{transition:background .1s}.tbl tbody tr.clickable:hover{background:var(--blue-tint-2);cursor:pointer}.tbl .r{text-align:right}.tbl .strong{color:var(--ink);font-weight:600}.kardex-tbl th,.kardex-tbl td{padding-top:9px;padding-bottom:9px}.kardex-tbl thead tr:first-child th{padding-bottom:5px}.kardex-tbl th.sub{font-size:9.5px;font-weight:600;letter-spacing:.02em;text-transform:none;color:var(--muted-2);padding:0 12px 8px}.kardex-tbl .grp{border-left:1px solid var(--line)}.kardex-tbl td.grp{border-left-color:var(--line-2)}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:12px;font-weight:600;color:var(--ink-2)}.input,.select{border:1px solid var(--line);border-radius:var(--r-sm);padding:9px 11px;font-size:13.5px;color:var(--ink);background:var(--surface);transition:.14s;width:100%}.input:focus,.select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #1559d621}.input::placeholder{color:var(--muted-2)}.stat-label{font-size:12px;font-weight:600;color:var(--muted)}.stat-value{font-family:var(--display);font-weight:700;letter-spacing:-.02em;color:var(--ink)}.muted{color:var(--muted)}.divider{height:1px;background:var(--line-2)}.skeleton{background:linear-gradient(90deg,#eef0f3 25%,#f6f7f9,#eef0f3 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:6px}@keyframes shimmer{to{background-position:-200% 0}}@keyframes fadeUp{0%{transform:translateY(9px)}to{transform:none}}.fade-up{animation:fadeUp .32s cubic-bezier(.2,.7,.3,1)}@keyframes pop{0%{transform:scale(.97)}to{transform:none}}.pop{animation:pop .16s ease}.spin{width:15px;height:15px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:rot .7s linear infinite}.spin.blue{border-color:var(--blue-tint);border-top-color:var(--blue)}@keyframes rot{to{transform:rotate(360deg)}}.bar{height:7px;border-radius:100px;background:var(--line);overflow:hidden}.bar>i{display:block;height:100%;border-radius:100px;background:var(--blue);transition:width .5s cubic-bezier(.2,.7,.3,1)}@keyframes growBar{0%{height:0;opacity:.3}}:focus-visible{outline:var(--borde-medio) solid var(--blue);outline-offset:2px;border-radius:var(--r-sm)}:focus:not(:focus-visible){outline:none}.skip-link{position:absolute;left:var(--space-2);top:-48px;z-index:var(--z-tooltip);background:var(--blue);color:#fff;padding:var(--space-2) var(--space-4);border-radius:var(--r-sm);font-size:13px;font-weight:600;transition:top var(--dur-rapida) var(--ease-estandar)}.skip-link:focus{top:var(--space-2)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.skeleton{background:linear-gradient(90deg,var(--line-2) 25%,var(--surface-2) 50%,var(--line-2) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:6px}.skeleton-text{height:1em}.skeleton-circle{border-radius:50%}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--z-modal);background:var(--velo);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:grid;place-items:center;padding:var(--space-4);animation:fadeIn var(--dur-base) var(--ease-entrada)}.modal{background:var(--surface);border:var(--borde-fino) solid var(--line);border-radius:var(--r-lg);box-shadow:var(--sh-lg);width:460px;max-width:100%;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;animation:pop var(--dur-rapida) var(--ease-estandar)}.modal-sm{width:380px}.modal-lg{width:640px}.modal-hd{padding:var(--space-4) var(--space-6);border-bottom:var(--borde-fino) solid var(--line-2);display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.modal-hd h2{margin:0;font-family:var(--display);font-size:16px;font-weight:700;letter-spacing:-.01em;color:var(--ink)}.modal-body{padding:var(--space-6);overflow-y:auto}.modal-ft{padding:var(--space-3) var(--space-6);border-top:var(--borde-fino) solid var(--line-2);display:flex;align-items:center;justify-content:flex-end;gap:var(--space-2)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.field-helper{font-size:11.5px;color:var(--muted)}.field-error{font-size:11.5px;color:var(--red);font-weight:600}.field-label-req:after{content:" *";color:var(--red)}.input:disabled,.select:disabled{opacity:var(--op-deshabilitado);cursor:not-allowed;background:var(--surface-2)}.input.is-error,.select.is-error{border-color:var(--red)}.input.is-error:focus,.select.is-error:focus{box-shadow:0 0 0 3px var(--red-tint)}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7382' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:32px}.check{display:inline-flex;align-items:center;gap:var(--space-2);font-size:13.5px;color:var(--ink-2);cursor:pointer}.check input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:17px;height:17px;flex:none;margin:0;border:var(--borde-fino) solid #cbd0da;background:var(--surface);display:grid;place-items:center;transition:var(--dur-rapida) var(--ease-estandar);cursor:pointer}.check input[type=checkbox]{border-radius:5px}.check input[type=radio]{border-radius:50%}.check input:after{content:"";opacity:0;transition:opacity var(--dur-rapida) var(--ease-estandar)}.check input[type=checkbox]:after{width:9px;height:9px;background:#fff;clip-path:polygon(14% 44%,0 65%,40% 100%,100% 16%,80% 0,38% 70%)}.check input[type=radio]:after{width:7px;height:7px;border-radius:50%;background:#fff}.check input:checked{background:var(--blue);border-color:var(--blue)}.check input:checked:after{opacity:1}.check input:disabled{opacity:var(--op-deshabilitado);cursor:not-allowed}.check.is-disabled{opacity:var(--op-deshabilitado);cursor:not-allowed}.tbl th[aria-sort]{cursor:pointer;-webkit-user-select:none;user-select:none}.tbl th .th-sort{display:inline-flex;align-items:center;gap:4px}.tbl th .th-sort .sort-ind{opacity:.35;transition:opacity var(--dur-rapida)}.tbl th[aria-sort=ascending] .sort-ind,.tbl th[aria-sort=descending] .sort-ind{opacity:1;color:var(--blue)}.tbl tbody tr.is-selected{background:var(--blue-tint-2)}.tbl tbody tr.is-selected:hover{background:var(--blue-tint)}.tbl td.r,.tbl th.r{text-align:right}.tabs-list{display:flex;gap:2px;border-bottom:var(--borde-fino) solid var(--line-2)}.tab{border:none;background:none;padding:var(--space-2) var(--space-3) 10px;font-size:12.5px;font-weight:600;color:var(--muted);border-bottom:var(--borde-medio) solid transparent;margin-bottom:-1px;transition:color var(--dur-rapida) var(--ease-estandar)}.tab:hover{color:var(--ink-2)}.tab[aria-selected=true]{color:var(--blue-700);border-bottom-color:var(--blue)}.tab:disabled{opacity:var(--op-deshabilitado);cursor:not-allowed}.tab-panel{padding-top:var(--space-4)}.tabs-list.segmented{border-bottom:none;background:var(--surface-2);border:var(--borde-fino) solid var(--line);border-radius:9px;padding:3px;gap:2px;width:fit-content}.tabs-list.segmented .tab{border-radius:6px;padding:7px 16px;margin-bottom:0;border-bottom:none}.tabs-list.segmented .tab[aria-selected=true]{background:var(--surface);box-shadow:var(--sh-sm)}.regimen-seg{display:flex;gap:2px;background:var(--surface-2);border:1px solid var(--line);border-radius:8px;padding:3px;margin:2px 0 4px}.regimen-seg button{flex:1;border:none;background:none;padding:5px 4px;font-size:11px;font-weight:700;color:var(--muted);border-radius:5px;cursor:pointer;transition:.12s;font-family:var(--sans);letter-spacing:.01em}.regimen-seg button:hover{color:var(--ink)}.regimen-seg button.on{background:var(--surface);color:var(--blue-700);box-shadow:0 1px 2px #0d15261a}.toast-region{position:fixed;bottom:var(--space-4);right:var(--space-4);z-index:var(--z-toast);display:flex;flex-direction:column;gap:var(--space-2);max-width:360px;pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:flex-start;gap:var(--space-3);background:var(--surface);border:var(--borde-fino) solid var(--line);border-left-width:3px;border-radius:var(--r);box-shadow:var(--sh-md);padding:var(--space-3) var(--space-4);animation:toastIn var(--dur-base) var(--ease-entrada)}.toast .toast-ico{flex:none;margin-top:1px}.toast .toast-body{flex:1;min-width:0}.toast .toast-title{font-size:13px;font-weight:600;color:var(--ink)}.toast .toast-msg{font-size:12px;color:var(--muted);line-height:1.4;margin-top:2px}.toast .toast-close{color:var(--muted);flex:none}.toast-exito{border-left-color:var(--green)}.toast-exito .toast-ico{color:var(--green)}.toast-error{border-left-color:var(--red)}.toast-error .toast-ico{color:var(--red)}.toast-aviso{border-left-color:var(--amber)}.toast-aviso .toast-ico{color:var(--amber)}.toast-info{border-left-color:var(--blue)}.toast-info .toast-ico{color:var(--blue)}@keyframes toastIn{0%{transform:translateY(10px);opacity:0}to{transform:none;opacity:1}}.tooltip-wrap{position:relative;display:inline-flex}.tooltip{position:absolute;z-index:var(--z-tooltip);bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--navy);color:#fff;font-size:11.5px;font-weight:500;line-height:1.4;padding:6px 9px;border-radius:var(--r-sm);box-shadow:var(--sh-md);white-space:nowrap;max-width:240px;animation:fadeIn var(--dur-rapida) var(--ease-entrada)}:root[data-theme=dark] .tooltip{background:#2a3a57}.popover{position:absolute;z-index:var(--z-popover);top:calc(100% + 6px);background:var(--surface);border:var(--borde-fino) solid var(--line);border-radius:var(--r);box-shadow:var(--sh-lg);padding:var(--space-3);min-width:200px;animation:pop var(--dur-rapida) var(--ease-estandar)}.popover.align-end{right:0}.popover.align-start{left:0}.empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-12) var(--space-6);color:var(--muted)}.empty .empty-ico{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:var(--blue-tint-2);color:var(--blue);margin-bottom:var(--space-4)}.empty .empty-title{font-family:var(--display);font-size:16px;font-weight:700;color:var(--ink);letter-spacing:-.01em}.empty .empty-desc{font-size:13px;color:var(--muted);margin-top:var(--space-2);max-width:360px;line-height:1.5}.empty .empty-action{margin-top:var(--space-4)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--r-sm);border:var(--borde-fino) solid var(--line);background:var(--surface);color:var(--ink-2);transition:var(--dur-rapida) var(--ease-estandar)}.theme-toggle:hover{background:var(--surface-2);color:var(--ink);border-color:#d8dce3}.auth{display:grid;grid-template-columns:1.04fr 1fr;min-height:100vh;background:var(--surface)}.auth a{color:inherit;text-decoration:none}.auth h1,.auth h2{font-family:var(--display);letter-spacing:-.025em;line-height:1.1}.auth .au-brand{position:relative;background:linear-gradient(150deg,#0b1b3a,#11254b);color:#fff;padding:44px 56px;display:flex;flex-direction:column;overflow:hidden}.auth .au-brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(720px 360px at 18% -8%,rgba(45,114,255,.28),transparent 60%);pointer-events:none}.auth .au-brand>*{position:relative;z-index:1}.auth .b-logo{display:flex;align-items:center;gap:10px;font-family:var(--display);font-weight:700;font-size:19px;color:#fff}.auth .b-logo .mark{width:32px;height:32px;border-radius:9px;background:linear-gradient(150deg,var(--blue),#2d72ff);display:grid;place-items:center;color:#fff;box-shadow:0 2px 8px #1559d666;flex:none}.auth .b-logo .beta{font-family:var(--sans);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--gold-2);background:#e0b75a24;border:1px solid rgba(224,183,90,.32);padding:2px 7px;border-radius:100px;line-height:1.5}.auth .b-mid{margin-top:auto;margin-bottom:auto;padding:40px 0;max-width:440px}.auth .b-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gold-2);background:#e0b75a24;padding:6px 12px;border-radius:100px}.auth .b-mid h2{font-size:38px;font-weight:800;margin:20px 0 0}.auth .b-mid .lead{color:#bcd0f0;font-size:16px;margin-top:16px;line-height:1.55;max-width:400px}.auth .b-list{list-style:none;margin:30px 0 0;padding:0;display:flex;flex-direction:column;gap:15px}.auth .b-list li{display:flex;gap:13px;align-items:flex-start}.auth .b-list .ck{width:25px;height:25px;border-radius:50%;background:#e0b75a29;color:var(--gold-2);display:grid;place-items:center;flex:none;margin-top:1px}.auth .b-list b{font-size:14.5px;font-weight:600;color:#fff;display:block}.auth .b-list span{font-size:13px;color:#a9bde0}.auth .b-quote{border-left:2px solid rgba(224,183,90,.45);padding:2px 0 2px 16px;margin-top:34px}.auth .b-quote p{font-size:14.5px;color:#dce6f7;font-style:italic;line-height:1.5}.auth .b-quote .who{display:flex;align-items:center;gap:10px;margin-top:12px}.auth .b-quote .av{width:32px;height:32px;border-radius:8px;background:var(--blue);display:grid;place-items:center;font-family:var(--display);font-weight:700;font-size:12px;color:#fff;flex:none}.auth .b-quote .nm{font-size:13px;font-weight:600;color:#fff}.auth .b-quote .rl{font-size:12px;color:#a9bde0}.auth .b-foot{display:flex;gap:22px;font-size:12.5px;color:#8ba3cc}.auth .b-foot a:hover{color:#fff}.auth .panel{display:flex;flex-direction:column;padding:30px 40px}.auth .panel-top{display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:13.5px;color:var(--muted)}.auth .panel-top a.lnk,.auth .panel-top button.lnk{color:var(--blue);font-weight:600;background:none;border:none;padding:0;font:inherit;cursor:pointer}.auth .panel-top a.lnk:hover,.auth .panel-top button.lnk:hover{color:var(--blue-700)}.auth .form-wrap{margin:auto;width:100%;max-width:404px;padding:24px 0}.auth .form-wrap h1{font-size:27px;font-weight:700;color:var(--ink);margin:0}.auth .form-wrap .sub{font-size:14.5px;color:var(--ink-2);margin-top:8px}.auth .au-field{margin-top:18px}.auth .au-field>label{display:block;font-size:13px;font-weight:600;color:var(--ink-2);margin-bottom:7px}.auth .au-input{position:relative;display:flex;align-items:center}.auth .au-input .ic{position:absolute;left:13px;color:var(--muted);display:grid;place-items:center;pointer-events:none}.auth .au-input input{width:100%;font-family:var(--sans);font-size:14.5px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:12px 14px 12px 40px;transition:.15s;outline:none}.auth .au-input input::placeholder{color:var(--muted-2)}.auth .au-input input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1559d621}.auth .au-input .eye{position:absolute;right:8px;background:none;border:none;color:var(--muted);cursor:pointer;padding:7px;border-radius:7px;display:grid;place-items:center}.auth .au-input .eye:hover{color:var(--ink-2);background:var(--surface-2)}.auth .au-input.has-eye input{padding-right:42px}.auth .hint{font-size:12px;color:var(--muted);margin-top:6px}.auth .hint.mono{font-family:var(--mono)}.auth .row-between{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.auth .au-check{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-2);cursor:pointer;-webkit-user-select:none;user-select:none}.auth .au-check input{position:absolute;opacity:0;width:0;height:0}.auth .au-check .box{width:18px;height:18px;border:1.6px solid var(--muted-2);border-radius:5px;display:grid;place-items:center;color:#fff;transition:.15s;flex:none}.auth .au-check input:checked+.box{background:var(--blue);border-color:var(--blue)}.auth .au-check .box svg{opacity:0;transition:.1s}.auth .au-check input:checked+.box svg{opacity:1}.auth .au-check input:focus-visible+.box{outline:2px solid var(--blue);outline-offset:2px}.auth .lnk-sm{font-size:13px;color:var(--blue);font-weight:600;background:none;border:none;padding:0;font-family:inherit;cursor:pointer}.auth .lnk-sm:hover{color:var(--blue-700)}.auth .au-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:13px 20px;font-size:15px;font-weight:600;border:1px solid transparent;transition:.16s;cursor:pointer;font-family:var(--sans);width:100%}.auth .au-btn-primary{background:var(--blue);color:#fff;box-shadow:0 6px 18px #1559d647}.auth .au-btn-primary:hover{background:var(--blue-700)}.auth .au-btn:disabled{opacity:.65;cursor:not-allowed;box-shadow:none}.auth .au-btn-block{margin-top:22px}.auth .au-alert{display:flex;align-items:center;gap:8px;margin-top:16px;padding:10px 13px;border-radius:10px;background:var(--red-tint);color:#9e2820;font-size:13px;font-weight:600}:root[data-theme=dark] .auth .au-alert{color:var(--red)}.auth .au-loading{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;font-size:13px;color:var(--muted)}.auth .alt{font-size:14px;color:var(--ink-2);text-align:center;margin-top:24px}.auth .alt button.lnk{color:var(--blue);font-weight:600;background:none;border:none;padding:0;font:inherit;cursor:pointer}.auth .sec-note{display:flex;align-items:center;justify-content:center;gap:8px;font-size:12.5px;color:var(--muted);margin-top:26px;text-align:center}.auth .sec-note svg{color:var(--green);flex:none}.auth .au-pick{display:flex;flex-direction:column;gap:9px;margin-top:20px}.auth .au-pick-item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--ink);cursor:pointer;transition:.14s;font-family:var(--sans)}.auth .au-pick-item:hover{border-color:var(--blue);background:var(--blue-tint-2)}.auth .au-pick-item:disabled{opacity:.6;cursor:not-allowed}.auth .au-pick-item .nm{font-weight:600;font-size:14px;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth .au-pick-item .rl{font-size:12px;color:var(--muted);margin-top:2px}.auth .au-pick-item svg{color:var(--muted);flex:none}.auth .au-back{margin-top:24px;padding-top:16px;border-top:1px solid var(--line);text-align:center}.auth .au-demo{margin-top:22px;padding:11px 13px;border-radius:10px;background:var(--surface-2);border:1px solid var(--line);font-size:12px;color:var(--muted);text-align:center}.auth .roles{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.auth .role{position:relative;text-align:left;border:1.5px solid var(--line);border-radius:14px;padding:16px 16px 15px;background:var(--surface);cursor:pointer;transition:.15s;font-family:var(--sans)}.auth .role:hover{border-color:#bcc4d2}.auth .role .ri{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:var(--surface-2);color:var(--muted);transition:.15s;margin-bottom:11px}.auth .role b{font-size:15px;font-weight:700;color:var(--ink);display:block}.auth .role p{font-size:12.5px;color:var(--muted);margin-top:4px;line-height:1.4}.auth .role .tick{position:absolute;top:13px;right:13px;width:20px;height:20px;border-radius:50%;border:1.6px solid #cdd3dd;display:grid;place-items:center;color:#fff;transition:.15s}.auth .role .tick svg{opacity:0;transition:.1s}.auth .role.on{border-color:var(--blue);box-shadow:0 0 0 3px #1559d61a}.auth .role.on .ri{background:var(--blue);color:#fff}.auth .role.on .tick{background:var(--blue);border-color:var(--blue)}.auth .role.on .tick svg{opacity:1}.auth .role.estudio.on{border-color:var(--gold);box-shadow:0 0 0 3px #c8962a21}.auth .role.estudio.on .ri{background:var(--gold)}.auth .role.estudio.on .tick{background:var(--gold);border-color:var(--gold)}.auth .role .tag{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#9a7220;background:var(--gold-tint);border:1px solid #ecd9a9;padding:1px 7px;border-radius:100px;margin-top:9px}.auth .ctx{display:flex;align-items:center;gap:10px;background:var(--surface-2);border:1px solid var(--line);border-radius:11px;padding:11px 13px;margin-top:20px;font-size:12.5px;color:var(--ink-2)}.auth .ctx .ci{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;color:#fff;flex:none}.auth .reg-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:7px}.auth .reg{text-align:left;border:1.5px solid var(--line);border-radius:11px;padding:10px 12px;background:var(--surface);cursor:pointer;transition:.15s;font-family:var(--sans)}.auth .reg:hover{border-color:#bcc4d2}.auth .reg b{font-size:13px;font-weight:700;color:var(--ink);display:block}.auth .reg span{font-size:11px;color:var(--muted);display:block;margin-top:2px;line-height:1.35}.auth .reg.on{border-color:var(--blue);background:var(--blue-tint);box-shadow:0 0 0 3px #1559d61a}.auth .reg.on b{color:var(--blue-700)}.auth .pwbar{display:flex;gap:5px;margin-top:9px}.auth .pwbar i{height:4px;border-radius:3px;flex:1;background:var(--line);transition:.2s}.auth .pwbar.s1 i:nth-child(1){background:var(--red)}.auth .pwbar.s2 i:nth-child(-n+2){background:var(--gold)}.auth .pwbar.s3 i:nth-child(-n+3){background:var(--green)}.auth .pwbar.s4 i{background:var(--green)}.auth .legal{font-size:12px;color:var(--muted);text-align:center;margin-top:20px;line-height:1.5}.auth .legal a{color:var(--ink-2);text-decoration:underline;text-underline-offset:2px}.auth .au-ok{width:52px;height:52px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;margin-bottom:16px}@media (max-width: 920px){.auth{grid-template-columns:1fr}.auth .au-brand{display:none}.auth .panel{padding:24px 22px}.auth .panel-top{justify-content:space-between}.auth .form-wrap{padding:8px 0 32px}.auth .roles{grid-template-columns:1fr}}.p-1{padding:var(--space-1)}.p-2{padding:var(--space-2)}.p-3{padding:var(--space-3)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.px-3{padding-inline:var(--space-3)}.px-4{padding-inline:var(--space-4)}.px-6{padding-inline:var(--space-6)}.py-2{padding-block:var(--space-2)}.py-3{padding-block:var(--space-3)}.py-4{padding-block:var(--space-4)}.m-0{margin:0}.mt-2{margin-top:var(--space-2)}.mt-3{margin-top:var(--space-3)}.mt-4{margin-top:var(--space-4)}.mb-2{margin-bottom:var(--space-2)}.mb-3{margin-bottom:var(--space-3)}.mb-4{margin-bottom:var(--space-4)}.mb-6{margin-bottom:var(--space-6)}.gap-1{gap:var(--space-1)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.gap-4{gap:var(--space-4)}.gap-6{gap:var(--space-6)}.text-xs{font-size:11px}.text-sm{font-size:12.5px}.text-base{font-size:14px}.text-lg{font-size:16px}.text-xl{font-size:20px}.text-2xl{font-size:27px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.page-header{margin-bottom:var(--space-6)}.page-eyebrow{margin-bottom:var(--space-2)}.page-title{margin:0;font-family:var(--display);font-size:27px;font-weight:700;letter-spacing:-.025em;line-height:1.1;color:var(--ink)}.page-sub{margin:5px 0 0;color:var(--muted);font-size:14px}.stat-card{display:flex;flex-direction:column;gap:var(--space-3)}.stat-card-top{display:flex;align-items:center;justify-content:space-between}.stat-card-ico{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;flex:none}.stat-card-val{display:flex;align-items:baseline;gap:var(--space-2)}.stat-card .stat-value{font-size:26px;line-height:1}.stat-card-sub{font-size:12px;color:var(--muted)}.input-sm,.select-sm{padding:6px 9px;font-size:12.5px}.input-lg,.select-lg{padding:12px 14px;font-size:15px}.input.is-success,.select.is-success{border-color:var(--green)}.input.is-success:focus,.select.is-success:focus{border-color:var(--green);box-shadow:0 0 0 3px #0e7c5a21}.pill-sm{padding:2px 7px;font-size:10px;gap:4px}.tbl-empty{padding:var(--space-8) var(--space-4);text-align:center}.tbl-empty .empty{padding:0}.web-root{--blue: #1559d6;--blue-700: #0e44ab;--navy: #0b1b3a;--navy-2: #11254b;--gold: #c8962a;--gold-2: #e0b75a;--gold-tint: #faf3e2;--ink: #0d1526;--ink-2: #3a4456;--muted: #6b7382;--line: #e7e9ee;--bg: #ffffff;--surface-2: #f7f8fb;--blue-tint: #e6edfb;--green: #0e7c5a;--amber: #c98a13;--rojo: #c8362f;--sans: "Hanken Grotesk", system-ui, sans-serif;--display: "Schibsted Grotesk", var(--sans);--mono: "JetBrains Mono", monospace;font-family:var(--sans);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.5}.web-root *{box-sizing:border-box;margin:0;padding:0}.web-root a{color:inherit;text-decoration:none}.web-root h1,.web-root h2,.web-root h3{font-family:var(--display);letter-spacing:-.025em;color:var(--ink);line-height:1.1}.web-pt{color:var(--gold)}.web-cmpwrap{overflow-x:auto;border-radius:14px}.web-cmp td.web-feat-cell{font-weight:600;color:var(--ink)}.web-cmp td.web-feat-cell span{display:block;font-size:12px;font-weight:400;color:var(--muted);margin-top:2px;line-height:1.4}.web-cmp thead th.web-hi,.web-cmp tbody tr td.web-c.web-hi{background:var(--blue-tint)}.web-cmp .web-grouprow td{background:var(--surface-2);font-family:var(--display);font-weight:700;font-size:12.5px;letter-spacing:.03em;text-transform:uppercase;color:var(--ink-2);padding:10px 18px}.web-legend{display:flex;flex-wrap:wrap;gap:18px;justify-content:center;margin-top:22px;font-size:13px;color:var(--ink-2)}.web-legend span{display:inline-flex;align-items:center;gap:7px}.web-legend b{font-weight:700;font-size:15px}.web-toolsgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:start;max-width:880px;margin:0 auto}.web-toolcard{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px}.web-toolcard-head{display:flex;gap:14px;margin-bottom:20px}.web-toolcard-head .web-ic{width:40px;height:40px;border-radius:10px;background:var(--blue-tint);color:var(--blue);display:grid;place-items:center;flex:none}.web-toolcard-head h3{font-size:17px;font-weight:700}.web-toolcard-head p{font-size:13px;color:var(--ink-2);margin-top:4px;line-height:1.45}.web-toolresult{margin-top:18px;border:1px solid var(--line);border-radius:12px;background:var(--surface-2);padding:6px 16px}.web-toolresult-row{display:flex;align-items:baseline;justify-content:space-between;padding:11px 0;border-bottom:1px solid var(--line);font-size:14px;color:var(--ink-2)}.web-toolresult-row:last-child{border-bottom:none}.web-toolresult-row b{font-family:var(--display);font-weight:700;font-size:18px;letter-spacing:-.02em;color:var(--ink);font-variant-numeric:tabular-nums}.web-toolresult-total span{font-weight:700;color:var(--ink)}.web-toolresult-total b{color:var(--blue);font-size:22px}.web-toolbadge{margin-top:16px;border-radius:11px;padding:13px 15px;font-size:13.5px;line-height:1.45;display:flex;flex-direction:column;gap:3px}.web-toolbadge b{font-size:14.5px}.web-toolbadge-ok{background:#0e7c5a14;border:1px solid rgba(14,124,90,.25);color:var(--green)}.web-toolbadge-ok span{color:var(--ink-2)}.web-toolbadge-bad{background:#c8362f12;border:1px solid rgba(200,54,47,.25);color:#c8362f}.web-toolbadge-bad span{color:var(--ink-2)}.web-toolbadge-wait{background:var(--gold-tint);border:1px solid rgba(200,150,42,.3);color:#9a7220}.web-toolnote{margin-top:16px;font-size:12px;color:var(--muted);line-height:1.45}.web-search{max-width:560px;margin:28px auto 0;position:relative}.web-search .web-ic{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.web-search input{width:100%;height:52px;padding:0 18px 0 46px;border:1px solid var(--line);border-radius:12px;background:#fff;font-family:var(--sans);font-size:15px;color:var(--ink);box-shadow:0 4px 14px #0d15260d;transition:.16s}.web-search input::placeholder{color:var(--muted)}.web-search input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-tint)}.web-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.web-cat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px;text-align:left;cursor:pointer;transition:.16s;font-family:var(--sans);display:flex;gap:14px;align-items:flex-start}.web-cat:hover{border-color:var(--blue);box-shadow:0 8px 24px #0d152612}.web-cat.web-on{border-color:var(--blue);background:var(--blue-tint)}.web-cat .web-ic{width:40px;height:40px;border-radius:10px;background:var(--blue-tint);color:var(--blue);display:grid;place-items:center;flex:none}.web-cat.web-on .web-ic{background:var(--blue);color:#fff}.web-cat h3{font-size:15px;font-weight:700}.web-cat p{font-size:12.5px;color:var(--muted);margin-top:3px;line-height:1.45}.web-cat .web-count{font-size:11.5px;font-weight:700;color:var(--blue);margin-top:8px;display:inline-block}.web-arts{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.web-art{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px;display:flex;gap:14px;align-items:flex-start;transition:.16s}.web-art:hover{border-color:var(--blue);box-shadow:0 6px 18px #0d15260f}.web-art .web-ic{width:36px;height:36px;border-radius:9px;background:var(--surface-2);color:var(--blue);display:grid;place-items:center;flex:none}.web-art-bd{flex:1;min-width:0}.web-art h3{font-size:14.5px;font-weight:700}.web-art p{font-size:13px;color:var(--ink-2);margin-top:3px;line-height:1.5}.web-art .web-tag2{font-size:11px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.04em}.web-art-arrow{color:#b9c2d0;flex:none;margin-top:8px;transition:.16s}.web-art:hover .web-art-arrow{color:var(--blue);transform:translate(2px)}.web-empty{max-width:560px;margin:0 auto;text-align:center;background:#fff;border:1px dashed var(--line);border-radius:14px;padding:38px 24px}.web-empty h3{font-size:17px;font-weight:700}.web-empty p{font-size:13.5px;color:var(--ink-2);margin:8px auto 0;max-width:380px;line-height:1.5}.web-disclaimer{margin:22px auto 0;max-width:560px;font-size:12.5px;line-height:1.45;color:var(--muted);background:var(--surface-2);border:1px solid var(--line);border-radius:11px;padding:11px 16px}.web-casos{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.web-caso{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:18px}.web-caso-head{display:flex;gap:13px;align-items:center}.web-caso-id h3{font-size:17px;font-weight:700;margin-top:3px}.web-caso-tipo{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--blue)}.web-caso-ctx{display:block;font-size:12.5px;color:var(--muted);margin-top:2px}.web-caso-body{display:flex;flex-direction:column;gap:14px}.web-caso-block .web-caso-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gold)}.web-caso-block p{font-size:13.5px;color:var(--ink-2);line-height:1.5;margin-top:5px}.web-caso-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px;border-block:1px solid var(--line);padding:16px 0}.web-caso-metric b{display:block;font-family:var(--display);font-weight:800;font-size:22px;letter-spacing:-.03em;color:var(--blue);font-variant-numeric:tabular-nums}.web-caso-metric span{font-size:12px;color:var(--muted);margin-top:3px;display:block;line-height:1.35}.web-caso-quote{margin-top:auto}.web-caso-quote .web-stars{color:var(--gold);font-size:14px;letter-spacing:2px;margin-bottom:9px}.web-caso-quote p{font-size:14px;color:var(--ink);font-weight:600;line-height:1.5}.web-caso-quote footer{margin-top:12px}.web-caso-quote footer b{display:block;font-size:13.5px;font-weight:700;color:var(--ink)}.web-caso-quote footer span{font-size:12px;color:var(--muted)}.web-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:22px}.web-chip{font-size:13px;font-weight:600;color:var(--ink-2);background:var(--surface-2);border:1px solid var(--line);border-radius:100px;padding:7px 14px;transition:.16s}.web-chip:hover{border-color:var(--blue);color:var(--blue)}.web-chip{cursor:pointer;font-family:inherit}.web-chip-on,.web-chip-on:hover{background:var(--blue);border-color:var(--blue);color:#fff}.web-feature{display:grid;grid-template-columns:1fr 1.1fr;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 30px #0d15260f}.web-feature-cover{display:flex;align-items:flex-end;padding:18px;min-height:220px}.web-feature-cover.web-b{background:linear-gradient(135deg,var(--blue),#2d72ff)}.web-feature-cover.web-g{background:linear-gradient(135deg,var(--gold),var(--gold-2))}.web-feature-cover.web-n{background:linear-gradient(135deg,#11254b,#16336b)}.web-feature-body{padding:30px 32px}.web-post-meta{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--muted);font-variant-numeric:tabular-nums}.web-posts .web-post{display:flex;flex-direction:column}.web-posts .web-post .web-top{display:block}@media (max-width: 880px){.web-hero-grid,.web-estudios .web-grid{grid-template-columns:1fr}.web-steps3,.web-feats,.web-plans,.web-foot-grid,.web-testis,.web-secblocks,.web-tools,.web-posts,.web-toolsgrid,.web-cats,.web-casos{grid-template-columns:1fr;gap:16px}.web-feature{grid-template-columns:1fr}.web-feature-cover{min-height:140px}.web-statband .web-wrap{grid-template-columns:1fr 1fr}.web-nav-links{display:none}}.web-betabar{display:flex;align-items:center;justify-content:center;gap:9px;background:var(--navy);color:#cdddf6;font-size:13px;text-align:center;padding:8px 28px;line-height:1.4}.web-betabar .web-bdot{width:8px;height:8px;border-radius:50%;background:var(--gold-2);flex:none;animation:web-betapulse 2s infinite}.web-betabar b{color:#fff;font-weight:700}.web-betabar a{color:var(--gold-2);font-weight:700;border-bottom:1px solid rgba(224,183,90,.5)}.web-betabar a:hover{color:#fff}@keyframes web-betapulse{0%{box-shadow:0 0 #e0b75a8c}70%{box-shadow:0 0 0 7px #e0b75a00}to{box-shadow:0 0 #e0b75a00}}.web-nav-links a.web-active{color:var(--blue);font-weight:600}.web-subhero{background:linear-gradient(160deg,var(--navy),var(--navy-2));color:#fff;padding:30px 0 34px;position:relative;overflow:hidden}.web-subhero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(700px 300px at 16% -30%,rgba(45,114,255,.34),transparent 60%)}.web-subhero>.web-wrap{position:relative;z-index:1}.web-crumb{font-size:13px;color:#8ba3cc;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.web-crumb a:hover{color:#fff}.web-crumb svg{opacity:.5}.web-subhero-head{display:flex;align-items:flex-start;gap:18px;margin-top:18px}.web-subhero-badge{width:54px;height:54px;border-radius:14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.16);display:grid;place-items:center;color:#bcd6ff;flex:none}.web-subhero h1{color:#fff;font-size:32px;font-weight:800}.web-subhero p{color:#bcd0f0;font-size:15.5px;margin-top:7px;max-width:620px}.web-subhero-stat{margin-top:16px;display:flex;gap:22px;font-size:13px;color:#9fb6dc;flex-wrap:wrap}.web-subhero-stat b{color:#fff;font-weight:700}.web-subhero-search{position:relative;max-width:440px;margin-top:20px}.web-subhero-search .web-si{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.web-subhero-search input{width:100%;font-family:var(--sans);font-size:15px;color:var(--ink);background:#fff;border:none;border-radius:11px;padding:14px 16px 14px 46px;box-shadow:0 14px 30px #050c1c4d;outline:none}.web-subhero-search input::placeholder{color:#9aa2af}.web-help-layout{display:grid;grid-template-columns:264px 1fr;gap:40px;padding:40px 0 64px;align-items:start}.web-help-sidebar{position:sticky;top:84px}.web-help-sidebar .web-lbl{font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);padding:0 12px;margin-bottom:8px}.web-help-sidebar nav{display:flex;flex-direction:column;gap:1px}.web-help-sidebar nav>a,.web-help-sidebar nav>span{display:flex;align-items:center;gap:11px;padding:9px 12px;border-radius:9px;font-size:14px;font-weight:500;color:var(--ink-2);transition:.13s;cursor:pointer}.web-help-sidebar nav>a .web-si,.web-help-sidebar nav>span .web-si{width:30px;height:30px;border-radius:8px;background:var(--surface-2);display:grid;place-items:center;color:var(--muted);flex:none;transition:.13s}.web-help-sidebar nav>a:hover{background:var(--surface-2);color:var(--ink)}.web-help-sidebar nav>span.web-active{background:var(--blue-tint);color:var(--blue-700);font-weight:600;cursor:default}.web-help-sidebar nav>span.web-active .web-si{background:var(--blue);color:#fff}.web-help-sidebar .web-cnt{margin-left:auto;font-size:12px;color:#9aa2af;font-weight:600}.web-help-sidebar nav>span.web-active .web-cnt{color:var(--blue)}.web-sw{display:inline-flex;background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:4px;gap:3px;margin-bottom:22px;width:100%}.web-sw button,.web-sw .web-sw-link{flex:1;border:none;background:none;cursor:pointer;font-family:var(--sans);font-size:13px;font-weight:600;color:var(--muted);padding:8px;border-radius:7px;transition:.14s;text-align:center}.web-sw button.web-on{background:#fff;color:var(--ink);box-shadow:0 1px 4px #0d15261a}.web-sw .web-sw-link:hover{color:var(--ink)}.web-help-main .web-mhead{margin-bottom:8px}.web-help-main h2{font-size:21px;font-weight:700}.web-help-main .web-mhead p{font-size:14px;color:var(--muted);margin-top:6px}.web-artgroup{margin-top:30px}.web-artgroup .web-gt{font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:12px;display:flex;align-items:center;gap:10px}.web-artgroup .web-gt:after{content:"";flex:1;height:1px;background:var(--line)}.web-artlist{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}.web-artrow{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px solid var(--line);transition:.13s;cursor:pointer;text-align:left}.web-artrow:last-child{border-bottom:none}.web-artrow:hover{background:var(--surface-2)}.web-artrow .web-ai{width:38px;height:38px;border-radius:10px;background:var(--blue-tint);color:var(--blue);display:grid;place-items:center;flex:none}.web-artrow .web-body{flex:1;min-width:0}.web-artrow b{font-size:15px;font-weight:600;color:var(--ink);display:block}.web-artrow .web-body span{font-size:13px;color:var(--muted);display:block;margin-top:2px;line-height:1.45}.web-artrow .web-meta{font-size:12px;color:#9aa2af;white-space:nowrap;display:flex;align-items:center;gap:6px;flex:none}.web-artrow .web-chev{color:#c2cad6;flex:none;transition:.13s}.web-artrow:hover .web-chev{color:var(--blue);transform:translate(2px)}.web-arttag{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:3px 8px;border-radius:6px;background:var(--gold-tint);color:#9a7220;flex:none}.web-helpcta{display:flex;align-items:center;gap:18px;background:var(--surface-2);border:1px solid var(--line);border-radius:16px;padding:22px 26px;margin-top:34px}.web-helpcta .web-hi{width:46px;height:46px;border-radius:12px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;color:var(--blue);flex:none}.web-helpcta b{font-size:15.5px;font-weight:700}.web-helpcta p{font-size:13.5px;color:var(--muted);margin-top:2px}.web-helpcta .web-btn{margin-left:auto;flex:none}.web-help-empty{border:1px dashed var(--line);border-radius:14px;background:#fff;padding:34px 24px;text-align:center;margin-top:20px}.web-help-empty h3{font-size:16px;font-weight:700}.web-help-empty p{font-size:13.5px;color:var(--muted);margin:8px auto 0;max-width:420px;line-height:1.5}@media (max-width: 900px){.web-help-layout{grid-template-columns:1fr;gap:24px}.web-help-sidebar{position:static}.web-artrow .web-meta{display:none}.web-subhero h1{font-size:26px}}.web-wrap{max-width:1140px;margin:0 auto;padding:0 28px}.web-btn{display:inline-flex;align-items:center;gap:8px;border-radius:9px;padding:12px 20px;font-size:15px;font-weight:600;border:1px solid transparent;transition:.16s;cursor:pointer;font-family:var(--sans)}.web-btn-primary{background:var(--blue);color:#fff;box-shadow:0 4px 14px #1559d64d}.web-btn-primary:hover{background:var(--blue-700)}.web-btn-gold{background:var(--gold);color:#fff}.web-btn-gold:hover{background:#b3831f}.web-btn-ghost{background:#fff;color:var(--ink);border-color:var(--line)}.web-btn-ghost:hover{border-color:#c9cfd9}.web-btn-light{background:#ffffff1f;color:#fff}.web-btn-light:hover{background:#fff3}.web-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--blue);background:var(--blue-tint);padding:6px 12px;border-radius:100px}.web-eyebrow.web-gold{color:#9a7220;background:var(--gold-tint)}.web-sec{padding:88px 0}.web-sec-sm{padding:56px 0}.web-nav{position:sticky;top:0;z-index:50;background:#ffffffdb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.web-nav .web-wrap{display:flex;align-items:center;gap:30px;height:64px}.web-logo{display:flex;align-items:center;gap:9px;font-family:var(--display);font-weight:700;font-size:18px;color:var(--navy)}.web-logo-mark{width:30px;height:30px;border-radius:9px;background:linear-gradient(150deg,var(--blue),#2d72ff);display:grid;place-items:center;color:#fff;box-shadow:0 2px 7px #1559d659}.web-beta-tag{font-family:var(--sans);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#9a7220;background:var(--gold-tint);border:1px solid #ecd9a9;padding:2px 7px;border-radius:100px;margin-left:3px;line-height:1.5}.web-nav-links{display:flex;gap:26px;font-size:14.5px;font-weight:500;color:var(--ink-2)}.web-nav-links a:hover{color:var(--blue)}.web-nav-cta{margin-left:auto;display:flex;gap:10px;align-items:center}.web-hero{background:radial-gradient(1200px 480px at 70% -10%,#eaf1ff,#fff 60%);padding:78px 0 70px;overflow:hidden}.web-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.web-hero h1{font-size:54px;font-weight:800;margin:18px 0 0}.web-hero h1 .web-accent{color:var(--blue)}.web-hero p.web-lead{font-size:19px;color:var(--ink-2);margin:20px 0 28px;max-width:520px;line-height:1.55}.web-hero-cta{display:flex;gap:12px;flex-wrap:wrap}.web-trust{margin-top:26px;display:flex;align-items:center;gap:14px;font-size:13.5px;color:var(--muted)}.web-avatars{display:flex}.web-avatars span{width:30px;height:30px;border-radius:50%;border:2px solid #fff;margin-left:-9px;display:grid;place-items:center;font-size:11px;font-weight:700;color:#fff;font-family:var(--display)}.web-hero-visual{position:relative}.web-app-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 30px 60px #0d152624,0 6px 16px #0d15260f;padding:20px;position:relative}.web-drop{border:2px dashed #b9ccf0;border-radius:13px;background:var(--blue-tint);padding:26px;text-align:center}.web-drop .web-ic{width:48px;height:48px;border-radius:12px;background:var(--blue);color:#fff;display:grid;place-items:center;margin:0 auto 12px}.web-flowrow{display:flex;align-items:center;gap:10px;margin-top:16px}.web-flowrow .web-step{flex:1;background:var(--surface-2);border:1px solid var(--line);border-radius:10px;padding:11px 12px;text-align:center}.web-flowrow .web-step b{display:block;font-size:13px;color:var(--ink);font-weight:700}.web-flowrow .web-step span{font-size:11px;color:var(--muted)}.web-flowrow .web-arr{color:#b9c2d0;font-weight:700}.web-pill-stat{position:absolute;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 10px 24px #0d15261a;padding:10px 14px}.web-pill-stat .web-n{font-family:var(--display);font-weight:700;font-size:18px;letter-spacing:-.02em}.web-band{background:var(--surface-2);border-block:1px solid var(--line)}.web-band .web-wrap{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;padding:24px 28px;font-size:13.5px;color:var(--muted);font-weight:600}.web-band b{color:var(--ink-2)}.web-center{text-align:center;max-width:680px;margin:0 auto 46px}.web-center h2{font-size:38px;font-weight:700}.web-center p{font-size:17px;color:var(--ink-2);margin-top:14px}.web-steps3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.web-stepcard{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;position:relative}.web-stepcard .web-num{position:absolute;top:22px;right:24px;font-family:var(--display);font-weight:700;font-size:30px;color:var(--blue-tint)}.web-stepcard .web-ic{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;color:#fff;margin-bottom:16px}.web-stepcard h3{font-size:19px;font-weight:700}.web-stepcard p{font-size:14px;color:var(--ink-2);margin-top:8px;line-height:1.5}.web-feats{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.web-feat{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}.web-feat .web-ic{width:40px;height:40px;border-radius:10px;background:var(--blue-tint);color:var(--blue);display:grid;place-items:center;margin-bottom:14px}.web-feat h3{font-size:16.5px;font-weight:700}.web-feat p{font-size:13.5px;color:var(--ink-2);margin-top:6px;line-height:1.5}.web-estudios{background:linear-gradient(120deg,var(--navy),var(--navy-2));color:#fff}.web-estudios .web-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.web-estudios .web-eyebrow{background:#e0b75a29;color:var(--gold-2)}.web-estudios h2{color:#fff;font-size:38px;font-weight:700}.web-estudios p.web-lead{color:#bcd0f0;font-size:17px;margin:18px 0 24px;line-height:1.55}.web-benlist{display:flex;flex-direction:column;gap:14px}.web-ben{display:flex;gap:12px;align-items:flex-start}.web-ben .web-ck{width:24px;height:24px;border-radius:50%;background:#e0b75a2e;color:var(--gold-2);display:grid;place-items:center;flex:none}.web-ben b{font-size:15px;color:#fff}.web-ben span{font-size:13.5px;color:#a9bde0;display:block}.web-studio-panel{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:8px}.web-studio-row{display:flex;align-items:center;gap:11px;padding:11px 13px;border-radius:11px}.web-studio-row+.web-studio-row{margin-top:2px}.web-studio-row .web-av{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;color:#fff;font-family:var(--display);font-weight:700;font-size:11px}.web-studio-row .web-nm{flex:1;font-size:13px;font-weight:600;color:#fff}.web-dot{width:8px;height:8px;border-radius:50%}.web-toggle{display:inline-flex;background:var(--surface-2);border:1px solid var(--line);border-radius:9px;padding:3px;margin:0 auto;gap:2px}.web-toggle button{border:none;background:none;padding:8px 16px;font-size:13.5px;font-weight:600;color:var(--muted);border-radius:6px;cursor:pointer}.web-toggle button.web-on{background:#fff;color:var(--blue-700);box-shadow:0 1px 2px #0d152614}.web-plans{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:38px;align-items:start}.web-plan{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;position:relative}.web-plan.web-pop{border:2px solid var(--blue);box-shadow:0 16px 40px #1559d624}.web-plan .web-badge{position:absolute;top:-11px;left:50%;transform:translate(-50%);background:var(--blue);color:#fff;font-size:11px;font-weight:700;padding:3px 12px;border-radius:100px}.web-plan h3{font-size:18px;font-weight:700}.web-plan .web-who{font-size:12.5px;color:var(--muted);margin-top:2px;min-height:32px}.web-plan .web-price{font-family:var(--display);font-weight:800;font-size:34px;letter-spacing:-.03em;margin:8px 0 2px}.web-plan .web-price small{font-size:14px;font-weight:600;color:var(--muted)}.web-plan ul{list-style:none;margin:16px 0 18px;display:flex;flex-direction:column;gap:9px}.web-plan li{font-size:13px;color:var(--ink-2);display:flex;gap:8px;align-items:flex-start}.web-plan li svg{flex:none;margin-top:2px;color:var(--green)}.web-plan.web-estudio{background:var(--navy);color:#fff;border-color:var(--navy)}.web-plan.web-estudio h3,.web-plan.web-estudio .web-price{color:#fff}.web-plan.web-estudio .web-who{color:#a9bde0}.web-plan.web-estudio li{color:#c8d4e8}.web-cta-final{background:radial-gradient(900px 360px at 50% 120%,#dfeaff,#fff)}.web-cta-box{text-align:center;background:#fff;border:1px solid var(--line);border-radius:22px;padding:54px;box-shadow:0 20px 50px #0d152614}.web-cta-box h2{font-size:38px;font-weight:700}.web-cta-box p{font-size:17px;color:var(--ink-2);margin:14px auto 26px;max-width:520px}.web-footer{background:var(--navy);color:#9db1d4;padding:54px 0 30px;font-size:13.5px}.web-foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px;margin-bottom:34px}.web-foot-grid h4{color:#fff;font-family:var(--sans);font-size:13px;font-weight:700;margin-bottom:14px;letter-spacing:.02em}.web-foot-grid a{display:block;padding:5px 0;color:#9db1d4}.web-foot-grid a:hover{color:#fff}.web-foot-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:12.5px;color:#7e93b8}.web-statband{background:var(--navy);color:#fff}.web-statband .web-wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:46px 28px;text-align:center}.web-statband .web-n{font-family:var(--display);font-weight:800;font-size:40px;letter-spacing:-.03em}.web-statband .web-l{font-size:13px;color:#a9bde0;margin-top:4px}.web-testis{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.web-testi{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px}.web-testi .web-stars{color:var(--gold);font-size:15px;letter-spacing:2px;margin-bottom:12px}.web-testi p{font-size:14.5px;color:var(--ink-2);line-height:1.55;margin-bottom:16px}.web-testi .web-who{display:flex;align-items:center;gap:11px}.web-testi .web-av{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:700;font-family:var(--display);font-size:14px}.web-testi .web-nm{font-size:13.5px;font-weight:700}.web-testi .web-rl{font-size:12px;color:var(--muted)}.web-secblocks{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.web-secblock{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;display:flex;gap:14px}.web-secblock .web-ic{width:42px;height:42px;border-radius:11px;background:var(--gold-tint);color:var(--gold);display:grid;place-items:center;flex:none}.web-secblock h3{font-size:16px;font-weight:700}.web-secblock p{font-size:13.5px;color:var(--ink-2);margin-top:6px;line-height:1.5}.web-cmp{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.web-cmp th,.web-cmp td{padding:14px 18px;text-align:left;border-bottom:1px solid var(--line);font-size:14px}.web-cmp thead th{background:var(--surface-2);font-size:13px;font-weight:700}.web-cmp th.web-hi{color:var(--blue)}.web-cmp td.web-c{text-align:center;font-weight:700}.web-cmp tr:last-child td{border-bottom:none}.web-ok{color:var(--green)}.web-no{color:#c2c7d0}.web-faq{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.web-faq details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 18px}.web-faq summary{padding:16px 0;font-size:15px;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.web-faq summary::-webkit-details-marker{display:none}.web-faq summary:after{content:"+";color:var(--blue);font-size:22px;font-weight:300}.web-faq details[open] summary:after{content:"−"}.web-faq p{padding:0 0 16px;font-size:13.5px;color:var(--ink-2);line-height:1.55}.web-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.web-tool{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px;transition:.16s}.web-tool:hover{border-color:var(--blue);box-shadow:0 8px 24px #0d152612}.web-tool .web-ic{width:40px;height:40px;border-radius:10px;background:var(--blue-tint);color:var(--blue);display:grid;place-items:center;margin-bottom:14px}.web-tool h3{font-size:16px;font-weight:700}.web-tool p{font-size:13px;color:var(--ink-2);margin:6px 0 12px;line-height:1.5}.web-tool a{font-size:13.5px;font-weight:600;color:var(--blue)}.web-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.web-post{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden}.web-post .web-top{height:110px}.web-post .web-top.web-b{background:linear-gradient(135deg,var(--blue),#2d72ff)}.web-post .web-top.web-g{background:linear-gradient(135deg,var(--gold),var(--gold-2))}.web-post .web-top.web-n{background:linear-gradient(135deg,#11254b,#16336b)}.web-post .web-bd{padding:18px}.web-post .web-tag2{font-size:11px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.04em}.web-post h3{font-size:15.5px;font-weight:700;margin:6px 0;line-height:1.3}.web-post p{font-size:12.5px;color:var(--muted)}@media (max-width: 880px){.web-hero-grid,.web-estudios .web-grid{grid-template-columns:1fr}.web-steps3,.web-feats,.web-plans,.web-foot-grid,.web-testis,.web-secblocks,.web-tools,.web-posts{grid-template-columns:1fr;gap:16px}.web-statband .web-wrap{grid-template-columns:1fr 1fr}.web-nav-links{display:none}}.hc{position:relative;isolation:isolate;overflow:hidden;min-height:640px;display:flex;flex-direction:column;justify-content:center;gap:26px;padding:88px 0 30px;background:linear-gradient(165deg,var(--navy) 0%,#0b1b3a 55%,#0a1730 100%);color:#fff}.hc-aurora{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;z-index:-1;pointer-events:none}.hc-blob{position:absolute;width:620px;height:620px;border-radius:50%;filter:blur(80px);opacity:.5;will-change:transform}.hc-blob-a{top:-16%;left:50%;background:radial-gradient(circle at 50% 50%,rgba(45,114,255,.55),transparent 62%);animation:hc-float-a 18s ease-in-out infinite}.hc-blob-b{bottom:-24%;right:4%;width:520px;height:520px;background:radial-gradient(circle at 50% 50%,rgba(224,183,90,.4),transparent 60%);animation:hc-float-b 22s ease-in-out infinite}.hc-acc-0.hc-blob-a{background:radial-gradient(circle,rgba(45,114,255,.55),transparent 62%)}.hc-acc-1.hc-blob-a{background:radial-gradient(circle,rgba(21,89,214,.55),transparent 62%)}.hc-acc-2.hc-blob-a{background:radial-gradient(circle,rgba(14,124,90,.45),transparent 62%)}.hc-acc-3.hc-blob-a{background:radial-gradient(circle,rgba(200,150,42,.5),transparent 62%)}.hc-grid-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:radial-gradient(120% 80% at 50% 0%,#000 30%,transparent 75%);mask-image:radial-gradient(120% 80% at 50% 0%,#000 30%,transparent 75%)}@keyframes hc-float-a{0%,to{transform:translate(-50%) scale(1)}50%{transform:translate(-46%,26px) scale(1.08)}}@keyframes hc-float-b{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-30px,-18px) scale(1.1)}}.hc-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}.hc-copy{max-width:560px}.hc-eyebrow{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gold-2, #e0b75a);background:#ffffff12;border:1px solid rgba(255,255,255,.14);padding:6px 13px;border-radius:100px}.hc-titulo{font-family:var(--display, inherit);color:#fff;font-size:clamp(34px,4.6vw,54px);font-weight:800;line-height:1.08;letter-spacing:-.025em;margin:18px 0 0}.hc-pal{display:inline-block}.hc-titulo .web-accent{color:var(--gold-2, #e0b75a)}.hc-lead{font-size:17.5px;line-height:1.55;color:#bcd0f0;margin-top:16px;max-width:500px}.hc-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hc-cta .web-btn-ghost{background:#ffffff12;color:#fff;border-color:#ffffff2e}.hc-cta .web-btn-ghost:hover{background:#ffffff21}.hc-trust{margin-top:22px;color:#9db1d4;font-size:13.5px}.hc-trust .web-avatars span{border:2px solid var(--navy, #0b1b3a)}.hc-visual{display:flex;align-items:center;justify-content:center;min-height:440px}.hv-stage{position:relative;width:100%;max-width:540px;perspective:1500px}.hv-glow{position:absolute;top:-16%;right:-10%;bottom:-16%;left:-10%;border-radius:50%;filter:blur(72px);opacity:.55;z-index:0;transition:background .6s ease}.hv-glow.hv-acc-0{background:radial-gradient(circle at 60% 42%,rgba(45,114,255,.6),transparent 60%)}.hv-glow.hv-acc-1{background:radial-gradient(circle at 60% 42%,rgba(21,89,214,.58),transparent 60%)}.hv-glow.hv-acc-2{background:radial-gradient(circle at 60% 42%,rgba(14,124,90,.5),transparent 60%)}.hv-glow.hv-acc-3{background:radial-gradient(circle at 60% 42%,rgba(224,183,90,.52),transparent 60%)}.hv-win{position:relative;z-index:1;background:#fff;color:var(--ink);border-radius:16px;overflow:hidden;transform-style:preserve-3d;will-change:transform;box-shadow:0 44px 90px #030a1c8c,0 0 0 1px #ffffff0a}.hv-top{display:flex;align-items:center;gap:12px;padding:10px 14px;border-bottom:1px solid var(--line)}.hv-switch{display:flex;align-items:center;gap:9px;padding:5px 9px 5px 6px;border:1px solid var(--line);border-radius:10px}.hv-av{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;color:#fff;font-weight:700;font-size:11px;font-family:var(--display, sans-serif);flex:none;box-shadow:inset 0 0 0 1px #fff3}.hv-av-blue{background:linear-gradient(150deg,var(--blue),#2d72ff)}.hv-co{display:flex;flex-direction:column;line-height:1.2;min-width:0}.hv-co b{font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.hv-co .hv-mono{font-size:10px;color:var(--muted)}.hv-mono{font-family:var(--mono, monospace);font-variant-numeric:tabular-nums}.hv-switch>svg{color:var(--muted);margin-left:2px}.hv-search{flex:1;display:flex;align-items:center;gap:8px;height:32px;padding:0 12px;border:1px solid var(--line);border-radius:9px;color:var(--muted);font-size:12px}.hv-bell{position:relative;color:var(--ink-2);display:grid;place-items:center}.hv-bell-dot{position:absolute;top:-2px;right:-2px;width:7px;height:7px;border-radius:50%;background:var(--gold);border:1.5px solid #fff}.hv-body{display:grid;grid-template-columns:134px 1fr}.hv-side{border-right:1px solid var(--line);padding:12px 10px;background:var(--surface-2);display:flex;flex-direction:column;gap:2px}.hv-logo{display:flex;align-items:center;gap:7px;font-family:var(--display, sans-serif);font-weight:700;font-size:13px;color:var(--navy);margin:2px 4px 12px}.hv-logo-mark{width:22px;height:22px;border-radius:7px;background:linear-gradient(150deg,var(--blue),#2d72ff);color:#fff;display:grid;place-items:center}.hv-nav-item{display:flex;align-items:center;gap:9px;padding:7px 9px;border-radius:8px;font-size:12px;font-weight:500;color:var(--ink-2)}.hv-nav-item svg{color:var(--muted);flex:none}.hv-nav-item.on{background:var(--blue-tint);color:var(--blue);font-weight:600}.hv-nav-item.on svg{color:var(--blue)}.hv-content{padding:16px;min-height:252px}.hv-scr-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.hv-scr-head b{font-size:13.5px;font-weight:700}.hv-badge{font-size:10.5px;font-weight:700;color:var(--blue);background:var(--blue-tint);padding:3px 9px;border-radius:100px;white-space:nowrap}.hv-badge-ok{color:var(--green);background:#e3f5ec}.hv-rows{display:flex;flex-direction:column;gap:7px}.hv-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--line);border-radius:9px}.hv-row-ic{width:28px;height:28px;border-radius:7px;background:var(--surface-2);color:var(--blue);display:grid;place-items:center;flex:none}.hv-row-main{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.25}.hv-row-main b{font-size:12px}.hv-row-main span{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hv-row-monto{font-size:12px;font-weight:600}.hv-pill{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:600;padding:3px 8px;border-radius:100px;white-space:nowrap;flex:none}.hv-pdot{width:6px;height:6px;border-radius:50%;background:currentColor}.hv-pill-ok{color:var(--green);background:#e3f5ec}.hv-pill-warn{color:var(--gold);background:var(--gold-tint)}.hv-pill-bad{color:#c0392b;background:#fdecea}.hv-drop{margin-top:11px;border:1.5px dashed var(--line);border-radius:9px;padding:12px;text-align:center;font-size:11.5px;color:var(--muted)}.hv-cols{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hv-col{border:1px solid var(--line);border-radius:10px;padding:11px}.hv-col-lbl{font-size:10.5px;color:var(--muted);font-weight:600}.hv-col-n{display:block;font-size:15px;font-weight:700;margin:4px 0 8px}.hv-bar{display:block;height:6px;border-radius:100px;background:var(--surface-2);overflow:hidden}.hv-bar i{display:block;height:100%;background:var(--blue)}.hv-bar-gold i{background:var(--gold)}.hv-banner{display:flex;align-items:center;gap:8px;margin-top:11px;padding:9px 11px;border-radius:9px;background:#e3f5ec;color:#0a6a4d;font-size:11.5px;font-weight:600}.hv-check-sm{width:17px;height:17px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;flex:none}.hv-line{display:flex;align-items:center;justify-content:space-between;margin-top:10px;padding:9px 11px;border:1px solid var(--line);border-radius:9px;font-size:12.5px}.hv-line b{font-size:13px}.hv-inv{border:1px solid var(--line);border-radius:10px;overflow:hidden}.hv-inv-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border-bottom:1px solid var(--line);font-size:12px}.hv-inv-row span{color:var(--muted)}.hv-inv-row b{font-weight:600;text-align:right}.hv-inv-total{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;background:var(--surface-2);font-size:13px}.hv-inv-total b{font-size:15px;color:var(--blue)}.hv-floats{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none}.hv-float{position:absolute;display:flex;align-items:center;gap:9px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:9px 12px;box-shadow:0 18px 44px #030a1c52;will-change:transform}.hv-float-tr{top:7%;right:-6%}.hv-float-bl{bottom:9%;left:-7%}.hv-float-ic{width:30px;height:30px;border-radius:9px;display:grid;place-items:center;flex:none;color:#fff}.hv-float-tx{display:flex;flex-direction:column;line-height:1.25}.hv-float-lbl{font-size:10px;color:var(--muted);font-weight:600}.hv-float-val{font-size:12.5px;font-weight:700;color:var(--ink)}.hv-float-val .hv-mono{font-size:13.5px}.hv-tone-ok .hv-float-ic{background:var(--green)}.hv-tone-ok .hv-float-val{color:#0a6a4d}.hv-tone-bad .hv-float-ic{background:#c0392b}.hv-tone-bad .hv-float-val{color:#c0392b}.hv-tone-blue .hv-float-ic{background:var(--blue)}.hv-tone-gold .hv-float-ic{background:var(--gold)}.hc-controles{display:flex;align-items:center;justify-content:space-between;gap:16px}.hc-dots{display:flex;align-items:center;gap:10px}.hc-dot-btn{border:none;background:none;padding:6px 0;cursor:pointer}.hc-dot-track{display:block;width:10px;height:4px;border-radius:100px;background:#ffffff38;overflow:hidden;transition:width .3s ease}.hc-dot-btn.on .hc-dot-track{width:34px}.hc-dot-fill{display:block;height:100%;width:0;background:var(--gold-2, #e0b75a);transform-origin:left;animation-name:hc-fill;animation-timing-function:linear;animation-fill-mode:forwards}.hc-dot-fill-static{animation:none}@keyframes hc-fill{0%{width:0}to{width:100%}}.hc-arrows{display:flex;gap:8px}.hc-arrow{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#ffffff12;border:1px solid rgba(255,255,255,.16);color:#fff;cursor:pointer;transition:.15s}.hc-arrow:hover{background:#ffffff24}@media (max-width: 900px){.hc{min-height:0;padding:64px 0 24px}.hc-grid{grid-template-columns:1fr;gap:32px}.hc-visual{order:1;min-height:0}.hv-stage{max-width:460px}.hv-float{display:none}.hc-controles{flex-direction:column-reverse;align-items:flex-start;gap:18px}}@media (prefers-reduced-motion: reduce){.hc-blob-a,.hc-blob-b,.hc-dot-fill{animation:none}}.web-article{max-width:760px;margin:0 auto;padding:8px 0 24px}.web-article h2{font-size:26px;font-weight:700;margin:36px 0 12px}.web-article h3{font-size:20px;font-weight:700;margin:28px 0 10px}.web-article p{font-size:16.5px;line-height:1.7;color:var(--ink-2);margin:0 0 16px}.web-article ul,.web-article ol{margin:0 0 16px 22px;color:var(--ink-2);line-height:1.7}.web-article li{margin-bottom:6px}.web-article a{color:var(--blue);font-weight:600}.web-article strong{color:var(--ink)}.web-article blockquote{border-left:3px solid var(--blue);padding:6px 0 6px 18px;margin:0 0 18px;color:var(--ink-2);font-style:italic}.web-article code{font-family:var(--mono);font-size:.92em;background:var(--surface-2);border:1px solid var(--line);border-radius:6px;padding:1px 5px}.web-article-head{text-align:center;max-width:760px;margin:0 auto 8px}.web-article-head h1{font-size:38px;font-weight:800;margin:14px 0 12px;line-height:1.12}.web-back{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--blue);margin-bottom:8px}:root{--amber: #9a6a0a;--amber-tint: #fdf3df}.progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--blue),#2d72ff);width:0;z-index:60;transition:width .1s linear}.ahead{border-bottom:1px solid var(--line);padding:30px 0 26px;background:var(--surface-2)}.ahead .crumb{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:7px;flex-wrap:wrap}.ahead .crumb a:hover{color:var(--blue)}.ahead .crumb .cur{color:var(--ink-2);font-weight:500}.ahead h1{font-size:33px;font-weight:800;margin-top:16px;max-width:780px}.ahead .lede{font-size:16.5px;color:var(--ink-2);margin-top:12px;max-width:720px;line-height:1.55}.byline{display:flex;align-items:center;gap:16px;margin-top:20px;flex-wrap:wrap;font-size:13px;color:var(--muted)}.byline .pill{display:inline-flex;align-items:center;gap:6px;background:var(--blue-tint);color:var(--blue-700);font-weight:600;padding:5px 11px;border-radius:100px;font-size:12.5px}.byline .dot{width:4px;height:4px;border-radius:50%;background:#c2cad6}.byline .who{display:flex;align-items:center;gap:8px}.layout{display:grid;grid-template-columns:1fr 244px;gap:54px;padding:40px 0 60px;align-items:start}.article{max-width:720px;min-width:0}.article p{font-size:16px;color:var(--ink-2);line-height:1.66;margin:0 0 16px}.article h2{font-size:23px;font-weight:700;margin:38px 0 14px;scroll-margin-top:84px}.article h2 .hn{color:var(--blue);font-family:var(--mono);font-size:15px;font-weight:600;margin-right:10px}.article h3{font-size:17.5px;font-weight:700;margin:26px 0 10px}.article a.ln{color:var(--blue);font-weight:600;border-bottom:1px solid var(--blue-tint)}.article a.ln:hover{border-color:var(--blue)}.article strong{color:var(--ink);font-weight:700}.article ul,.article ol{margin:0 0 18px;padding-left:4px;list-style:none}.article ul li{position:relative;padding-left:26px;font-size:16px;color:var(--ink-2);line-height:1.6;margin-bottom:9px}.article ul li:before{content:"";position:absolute;left:4px;top:9px;width:7px;height:7px;border-radius:50%;background:var(--blue);opacity:.55}.prereq{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px;margin:6px 0 30px}.prereq .pt{font-size:12.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);display:flex;align-items:center;gap:8px;margin-bottom:12px}.prereq ul{margin:0;padding:0;display:flex;flex-direction:column;gap:9px;list-style:none}.prereq li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:var(--ink-2);padding:0}.prereq li:before{display:none}.prereq li svg{color:var(--green);flex:none;margin-top:1px}.step{display:flex;gap:18px;margin:0 0 6px}.step .rail{display:flex;flex-direction:column;align-items:center;flex:none}.step .sn{width:34px;height:34px;border-radius:10px;background:var(--blue);color:#fff;font-family:var(--display);font-weight:800;font-size:15px;display:grid;place-items:center;flex:none}.step .line{width:2px;flex:1;background:var(--line);margin:6px 0}.step:last-of-type .line{display:none}.step .sc{padding-bottom:26px;min-width:0}.step .sc h3{margin-top:5px}.step .sc p{margin-bottom:12px}.shot{border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fff;margin:14px 0 4px;box-shadow:0 8px 22px #0d15260f}.shot .bar{height:34px;background:var(--surface-2);border-bottom:1px solid var(--line);display:flex;align-items:center;gap:6px;padding:0 13px}.shot .bar i{width:9px;height:9px;border-radius:50%;background:#d3d8e0;display:block}.shot .bar .url{margin-left:10px;font-family:var(--mono);font-size:11px;color:var(--muted)}.shot .canvas{height:178px;background:repeating-linear-gradient(135deg,#fbfcfe,#fbfcfe 11px,#f4f6fa 11px,#f4f6fa 22px);display:grid;place-items:center;color:#aab2c0}.shot .canvas .ph{display:flex;flex-direction:column;align-items:center;gap:8px;font-size:12.5px;font-weight:600;letter-spacing:.02em;text-align:center}.cap{font-size:12.5px;color:var(--muted);margin:8px 0 22px;text-align:center}.callout{display:flex;gap:13px;border-radius:13px;padding:16px 18px;margin:18px 0 24px;font-size:14.5px;line-height:1.55}.callout .ci{flex:none;margin-top:1px}.callout b{font-weight:700}.callout.tip{background:#eef7f2;border:1px solid #cfe9dd}.callout.tip .ci{color:var(--green)}.callout.tip b{color:#0a6a4d}.callout.warn{background:var(--amber-tint);border:1px solid #f0dca8}.callout.warn .ci{color:var(--amber)}.callout.warn b{color:#8a5e09}.callout.note{background:var(--blue-tint);border:1px solid #c9dbf7}.callout.note .ci{color:var(--blue)}.callout.note b{color:var(--blue-700)}.callout p{margin:0;color:var(--ink-2)}.faq{border-top:1px solid var(--line);margin-top:8px}.faq details{border-bottom:1px solid var(--line)}.faq summary{list-style:none;cursor:pointer;padding:18px 2px;display:flex;align-items:center;gap:12px;font-size:16px;font-weight:600;color:var(--ink)}.faq summary::-webkit-details-marker{display:none}.faq summary .pm{margin-left:auto;color:var(--muted);transition:.2s;flex:none}.faq details[open] summary .pm{transform:rotate(45deg)}.faq .ans{padding:0 2px 18px;font-size:15px;color:var(--ink-2);line-height:1.6}.fb{border:1px solid var(--line);border-radius:16px;padding:24px;margin-top:38px;text-align:center;background:var(--surface-2)}.fb b{font-size:17px;font-weight:700;font-family:var(--display)}.fb .opts{display:flex;gap:12px;justify-content:center;margin-top:14px}.fb button{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 20px;font-family:var(--sans);font-size:14px;font-weight:600;color:var(--ink-2);cursor:pointer;transition:.14s}.fb button:hover{border-color:#c9cfd9}.fb button.yes:hover{border-color:var(--green);color:var(--green)}.fb button.no:hover{border-color:#c0392b;color:#c0392b}.fb .done{font-size:14px;color:var(--green);font-weight:600;align-items:center;justify-content:center;gap:8px;margin-top:14px}.aside{position:sticky;top:84px;display:flex;flex-direction:column;gap:24px}.toc .tl{font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.toc a{display:block;font-size:13.5px;color:var(--muted);padding:6px 0 6px 14px;border-left:2px solid var(--line);transition:.13s;line-height:1.4}.toc a:hover{color:var(--ink)}.toc a.active{color:var(--blue);border-color:var(--blue);font-weight:600}.miniact{border:1px solid var(--line);border-radius:14px;padding:16px}.miniact b{font-size:14px;font-weight:700;display:block}.miniact p{font-size:13px;color:var(--muted);margin:4px 0 12px;line-height:1.45}.miniact .web-btn{width:100%;justify-content:center;font-size:13.5px;padding:10px}.related{border-top:1px solid var(--line);padding:46px 0 10px}.related h2{font-size:22px;font-weight:700;margin-bottom:18px}.relgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.relc{border:1px solid var(--line);border-radius:14px;padding:18px;transition:.15s;display:flex;flex-direction:column;gap:8px}.relc:hover{border-color:#cdd5e2;box-shadow:0 10px 26px #0d152614;transform:translateY(-2px)}.relc .rt{font-size:11.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--blue)}.relc b{font-size:15px;font-weight:600;line-height:1.35}.relc span{font-size:12.5px;color:var(--muted);margin-top:auto}@media (max-width: 900px){.layout{grid-template-columns:1fr;gap:0}.aside{display:none}.relgrid{grid-template-columns:1fr}.ahead h1{font-size:27px}}.help-hero{background:linear-gradient(160deg,var(--navy),var(--navy-2));color:#fff;padding:54px 0 130px;position:relative;overflow:hidden;text-align:center}.help-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(820px 380px at 50% -20%,rgba(45,114,255,.3),transparent 62%)}.help-hero>.web-wrap{position:relative;z-index:1;max-width:760px}.help-hero .crumb{font-size:13px;color:#8ba3cc;margin-bottom:18px;display:flex;align-items:center;justify-content:center;gap:7px}.help-hero .crumb a:hover{color:#fff}.help-hero h1{color:#fff;font-size:42px;font-weight:800}.help-hero .sub{color:#bcd0f0;font-size:17px;margin-top:14px}.aud{display:inline-flex;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:13px;padding:5px;margin-top:28px;gap:4px}.aud button{display:flex;align-items:center;gap:9px;border:none;background:none;cursor:pointer;font-family:var(--sans);color:#bcd0f0;padding:10px 18px;border-radius:9px;transition:.15s;font-size:14.5px;font-weight:600}.aud button .ai{width:22px;height:22px;display:grid;place-items:center;opacity:.8}.aud button.on{background:#fff;color:var(--navy);box-shadow:0 3px 10px #0000002e}.aud button.on.estudio{color:#7a5a10}.aud button.on .ai{opacity:1}.searchbox{position:relative;margin:22px auto 0;max-width:580px}.searchbox .si{position:absolute;left:18px;top:50%;transform:translateY(-50%);color:var(--muted);display:grid;place-items:center}.searchbox input{width:100%;font-family:var(--sans);font-size:16px;color:var(--ink);background:#fff;border:none;border-radius:13px;padding:17px 18px 17px 50px;box-shadow:0 18px 40px #050c1c57;outline:none}.searchbox input::placeholder{color:#9aa2af}.searchbox .kbd{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-family:var(--mono);font-size:11px;color:var(--muted);background:var(--surface-2);border:1px solid var(--line);border-radius:6px;padding:3px 7px}.poplinks{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:16px;font-size:13px}.poplinks span{color:#8ba3cc}.poplinks a{color:#dce6f7;background:#ffffff14;border:1px solid rgba(255,255,255,.14);padding:4px 11px;border-radius:100px;cursor:pointer}.poplinks a:hover{background:#ffffff29}.lift{margin-top:-86px;position:relative;z-index:2;padding-bottom:20px}.ctxbar{display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px 20px;box-shadow:0 10px 30px #0d152612;margin-bottom:22px}.ctxbar .ci{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;color:#fff;flex:none}.ctxbar b{font-size:15px;font-weight:700}.ctxbar p{font-size:13px;color:var(--muted);margin-top:1px}.ctxbar .switch{margin-left:auto;font-size:13px;font-weight:600;color:var(--blue);cursor:pointer;white-space:nowrap}.ctxbar .switch:hover{color:var(--blue-700)}.cats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;transition:.16s;display:flex;flex-direction:column;cursor:pointer}.cat:hover{border-color:#cdd5e2;box-shadow:0 14px 34px #0d152617;transform:translateY(-2px)}.cat .ic{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;margin-bottom:15px;flex:none}.cat h3{font-size:16.5px;font-weight:700}.cat .desc{font-size:13px;color:var(--ink-2);margin-top:6px;line-height:1.5;flex:1}.cat .arts{margin-top:14px;display:flex;flex-direction:column;gap:1px;border-top:1px solid var(--line);padding-top:10px}.cat .arts a{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--ink-2);padding:5px 0;font-weight:500}.cat .arts a:hover{color:var(--blue)}.cat .more{font-size:12.5px;font-weight:600;color:var(--muted);margin-top:6px}.cat .more:hover{color:var(--blue)}.sec-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:24px;gap:20px}.sec-head h2{font-size:26px;font-weight:700}.sec-head p{font-size:14px;color:var(--muted);margin-top:5px}.pop{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pop a{display:flex;align-items:flex-start;gap:13px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:16px 18px;transition:.15s}.pop a:hover{border-color:#cdd5e2;box-shadow:0 8px 22px #0d152612}.pop .pi{width:34px;height:34px;border-radius:9px;background:var(--blue-tint);color:var(--blue);display:grid;place-items:center;flex:none}.pop a.estudio .pi{background:var(--gold-tint);color:var(--gold)}.pop b{font-size:14.5px;font-weight:600;color:var(--ink);display:block}.pop span{font-size:12.5px;color:var(--muted);display:block;margin-top:2px;line-height:1.45}.pop .meta{font-size:11.5px;color:#9aa2af;margin-top:7px;display:flex;gap:8px;align-items:center}.band-guide{background:var(--surface-2);border-block:1px solid var(--line)}.steps3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gcard{background:#fff;border:1px solid var(--line);border-radius:15px;padding:22px;position:relative}.gcard .num{font-family:var(--display);font-weight:800;font-size:14px;color:#fff;background:var(--blue);width:30px;height:30px;border-radius:9px;display:grid;place-items:center;margin-bottom:14px}.gcard.estudio .num{background:var(--gold)}.gcard h3{font-size:16px;font-weight:700}.gcard p{font-size:13px;color:var(--ink-2);margin-top:7px;line-height:1.5}.contact{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cc{background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px;text-align:center;display:flex;flex-direction:column}.cc .ic{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;margin:0 auto 14px}.cc h3{font-size:17px;font-weight:700}.cc p{font-size:13.5px;color:var(--ink-2);margin-top:7px;line-height:1.5;flex:1}.cc .meta{font-size:12.5px;color:var(--muted);margin-top:10px}.cc .web-btn{margin-top:16px;width:100%;justify-content:center}.status{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px 20px;margin-top:18px}.status .d{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px #0e7c5a24;flex:none}.status b{font-size:14px;font-weight:600}.status span{font-size:13px;color:var(--muted)}.status a{margin-left:auto;font-size:13px;font-weight:600;color:var(--blue);white-space:nowrap}@media (max-width: 900px){.cats,.pop,.steps3,.contact{grid-template-columns:1fr}.help-hero h1{font-size:32px}.sec-head{flex-direction:column;align-items:flex-start}}.web-legal-hero{padding-bottom:30px}.web-legal-hero h1{font-size:clamp(26px,3.4vw,36px);margin-top:14px}.web-legal-fecha{color:#9db1d4;font-size:13.5px;margin-top:10px}.web-legal{display:grid;grid-template-columns:240px 1fr;gap:48px;align-items:start;padding:40px 0 64px}.web-legal-toc{position:sticky;top:84px}.web-legal-toc-lbl{font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.web-legal-toc nav a{display:block;font-size:13px;color:var(--ink-2);padding:6px 0 6px 14px;border-left:2px solid var(--line);line-height:1.4;transition:.13s}.web-legal-toc nav a:hover{color:var(--blue);border-color:var(--blue)}.web-legal-doc{max-width:760px;min-width:0}.web-legal-aviso{display:flex;flex-direction:column;gap:4px;background:var(--amber-tint);border:1px solid #f0dca8;border-radius:13px;padding:15px 18px;margin-bottom:26px;font-size:14px;line-height:1.5}.web-legal-aviso b{color:#8a5e09;font-weight:700}.web-legal-aviso span{color:var(--ink-2)}.web-legal-intro{font-size:17px;line-height:1.6;color:var(--ink-2);margin-bottom:8px}.web-legal-sec{scroll-margin-top:84px;padding-top:22px}.web-legal-sec h2{font-size:20px;font-weight:700;margin-bottom:12px}.web-legal-doc p{font-size:15.5px;line-height:1.7;color:var(--ink-2);margin:0 0 14px}.web-legal-doc ul{margin:0 0 16px;padding-left:22px;list-style:disc}.web-legal-doc li{font-size:15.5px;line-height:1.65;color:var(--ink-2);margin-bottom:7px}.web-legal-doc a{color:var(--blue);font-weight:600}.web-legal-nota{display:flex;align-items:flex-start;gap:10px;background:var(--amber-tint);border:1px solid #f0dca8;border-radius:11px;padding:12px 15px;margin:6px 0 18px;font-size:14px;line-height:1.5;color:#8a5e09}.web-legal-nota svg{flex:none;margin-top:2px;color:var(--amber)}.web-legal-pie{margin-top:30px;padding-top:18px;border-top:1px solid var(--line);color:var(--muted);font-size:14px}.web-foot-legal{display:flex;flex-wrap:wrap;gap:6px 18px;padding:22px 0 0;margin-top:12px;border-top:1px solid rgba(255,255,255,.1);font-size:13px}.web-foot-legal a{color:#9db1d4}.web-foot-legal a:hover{color:#fff}@media (max-width: 860px){.web-legal{grid-template-columns:1fr;gap:24px}.web-legal-toc{position:static}}.web-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.web-lang select{-webkit-appearance:none;-moz-appearance:none;appearance:none;font-family:var(--sans);font-size:13.5px;font-weight:600;color:var(--ink-2);background:transparent;border:1px solid var(--line);border-radius:8px;padding:7px 10px;cursor:pointer}.web-lang select:hover{border-color:#c9cfd9;color:var(--blue)}.web-theme-toggle{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:8px;border:1px solid var(--line);background:transparent;color:var(--ink-2);cursor:pointer}.web-theme-toggle:hover{border-color:#c9cfd9;color:var(--blue)}.web-burger{display:none;flex-direction:column;justify-content:center;gap:4px;width:38px;height:38px;padding:0 9px;border:1px solid var(--line);border-radius:8px;background:transparent;cursor:pointer}.web-burger span{display:block;height:2px;width:100%;background:var(--ink-2);border-radius:2px;transition:.16s}.web-burger[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.web-burger[aria-expanded=true] span:nth-child(2){opacity:0}.web-burger[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.web-nav-cta-mobile{display:none}@media (max-width: 880px){.web-nav .web-wrap{gap:12px}.web-burger{display:flex}.web-nav-cta-desktop{display:none}.web-nav-links{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;gap:0;background:var(--bg);border-bottom:1px solid var(--line);padding:8px 0 16px;box-shadow:0 14px 30px #0d15261a}.web-nav-links.web-nav-links-open{display:flex}.web-nav-links a{padding:12px 28px;font-size:16px}.web-nav-cta-mobile{display:flex;flex-direction:column;gap:10px;padding:12px 28px 0}.web-nav-cta-mobile .web-btn{justify-content:center}}@media (max-width: 560px){.web-wrap{padding:0 18px}.web-sec{padding:56px 0}.web-hero{padding:48px 0 44px}.web-hero h1{font-size:32px}.web-statband .web-wrap{grid-template-columns:1fr 1fr}.web-beta-tag{display:none}}[data-theme=dark] .web-root{--ink: #e8ecf3;--ink-2: #b7c0cf;--muted: #8a93a3;--line: #232a38;--bg: #0b1220;--surface-2: #111a2b;--blue-tint: #16233f;--gold-tint: #2a2410;--navy: #e8ecf3;--navy-2: #c7d0de}[data-theme=dark] .web-root .web-nav{background:#0b1220db}[data-theme=dark] .web-root .web-hero{background:radial-gradient(1200px 480px at 70% -10%,#14213c 0%,var(--bg) 60%)}[data-theme=dark] .web-root .web-app-card,[data-theme=dark] .web-root .web-pill-stat,[data-theme=dark] .web-root .web-plan,[data-theme=dark] .web-root .web-feat,[data-theme=dark] .web-root .web-testi,[data-theme=dark] .web-root .web-stepcard,[data-theme=dark] .web-root .web-toolcard,[data-theme=dark] .web-root .web-art,[data-theme=dark] .web-root .web-caso,[data-theme=dark] .web-root .web-post{background:var(--surface-2);border-color:var(--line)}[data-theme=dark] .web-root .web-btn-ghost{background:var(--surface-2);color:var(--ink)}[data-theme=dark] .web-root input,[data-theme=dark] .web-root textarea,[data-theme=dark] .web-root select{background:var(--surface-2)!important;color:var(--ink)!important;border-color:var(--line)!important}@media (prefers-color-scheme: dark){html:not([data-theme]) .web-root{--ink: #e8ecf3;--ink-2: #b7c0cf;--muted: #8a93a3;--line: #232a38;--bg: #0b1220;--surface-2: #111a2b;--blue-tint: #16233f;--gold-tint: #2a2410;--navy: #e8ecf3;--navy-2: #c7d0de}html:not([data-theme]) .web-root .web-nav{background:#0b1220db}}.web-estado-wrap{max-width:880px}.web-estado-card{background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:18px 20px}.web-estado-banner{display:flex;align-items:center;gap:14px;border-left-width:4px;border-left-style:solid}.web-estado-banner-dot{width:14px;height:14px;border-radius:50%;flex:none}.web-estado-banner-titulo{font-weight:700;font-size:17px}.web-estado-banner-sub{font-size:13px;color:var(--muted);margin-top:2px}.web-estado-mant{background:var(--surface-2);border-left:4px solid var(--amber);margin-top:16px}.web-estado-mant-titulo{font-weight:700;font-size:15px;margin-bottom:4px}.web-estado-mant-msg{font-size:14px;color:var(--ink);margin:0 0 6px}.web-estado-mant-fechas{font-size:13px;color:var(--muted);margin:0}.web-estado-sec-titulo{font-size:18px;margin:0 0 14px}.web-estado-uptime{margin-top:32px}.web-estado-uptime-legend{display:flex;justify-content:space-between;font-size:12px;color:var(--muted);margin-bottom:10px}.web-estado-uptime-row{display:flex;align-items:center;gap:14px;padding:10px 0;border-bottom:1px solid var(--line)}.web-estado-uptime-row:first-of-type{border-top:1px solid var(--line)}.web-estado-uptime-label{font-size:13.5px;font-weight:500;min-width:200px;flex:none}.web-estado-uptime-track{flex:1;min-width:0;display:flex;gap:2px;height:28px;align-items:stretch;overflow:hidden}.web-estado-uptime-track i{flex:1;min-width:0;border-radius:2px;display:block;font-style:normal}.web-estado-uptime-track i.op{background:var(--green)}.web-estado-uptime-track i.deg{background:var(--amber)}.web-estado-uptime-track i.cai{background:var(--rojo)}.web-estado-uptime-track i.skel{background:var(--line)}.web-estado-uptime-pct{font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--ink-2);min-width:56px;text-align:right;flex:none}.web-estado-componentes{margin-top:16px;padding:0;overflow:hidden}.web-estado-componentes-header{padding:14px 20px;font-weight:700;font-size:15px;border-bottom:1px solid var(--line)}.web-estado-comp-row{display:flex;align-items:center;gap:12px;padding:13px 20px;border-top:1px solid var(--line)}.web-estado-comp-row:first-of-type{border-top:none}.web-estado-comp-dot{width:10px;height:10px;border-radius:50%;flex:none}.web-estado-comp-label{font-size:14px;flex:1}.web-estado-comp-estado{font-size:13px;font-weight:600}.web-estado-incidentes{margin-top:28px}.web-estado-inc-grid{display:grid;gap:16px}.web-estado-inc-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:6px}.web-estado-inc-titulo{font-weight:700;font-size:16px;flex:1}.web-estado-sev-tag{font-size:12px;font-weight:700;padding:2px 8px;border-radius:6px;background:var(--surface-2);border:1px solid var(--line)}.web-estado-inc-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:13px;color:var(--muted);margin-bottom:12px}.web-estado-inc-meta-venc{color:var(--amber);font-weight:600}.web-estado-timeline{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.web-estado-timeline li{padding:11px 0;border-bottom:1px solid var(--line)}.web-estado-timeline li:last-child{border-bottom:none}.web-estado-tl-head{display:flex;align-items:center;gap:8px;margin-bottom:3px}.web-estado-tl-estado{font-size:12.5px;font-weight:700}.web-estado-tl-fecha{font-size:12px;color:var(--muted)}.web-estado-tl-msg{margin:0;font-size:14px;line-height:1.5;white-space:pre-wrap}.web-estado-empty{color:var(--muted);font-size:14px}[data-theme=dark] .web-root .web-estado-card,[data-theme=dark] .web-root .web-estado-componentes{background:var(--surface-2);border-color:var(--line)}[data-theme=dark] .web-root .web-estado-mant{background:var(--surface-2)}@media (max-width: 900px){.web-estado-uptime-label{min-width:120px;font-size:12.5px}.web-estado-uptime-pct{min-width:44px;font-size:12px}}@media (max-width: 560px){.web-estado-uptime-label{min-width:0;width:100%;font-size:12px}.web-estado-uptime-row{flex-wrap:wrap;gap:6px}.web-estado-uptime-track{order:2;width:100%;min-width:0}.web-estado-uptime-pct{order:3;min-width:auto;text-align:left;font-size:11px}}.web-root .web-center h2,.web-root .web-estudios h2,.web-root .web-cta-box h2{font-size:clamp(26px,5vw,38px)}.web-root .web-hero h1{font-size:clamp(32px,6vw,54px)}.web-root .web-foot-col>summary{list-style:none;cursor:default}.web-root .web-foot-col>summary::-webkit-details-marker{display:none}.web-root .web-foot-col>summary::marker{display:none}.web-root .web-foot-col>summary>h4{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.web-root .web-foot-col .web-foot-chev{display:none}.web-root .web-foot-col>.web-foot-body{display:block}@media (max-width: 1024px){.web-root .web-plans,.web-root .web-feats,.web-root .web-steps3,.web-root .web-testis,.web-root .web-tools,.web-root .web-posts,.web-root .web-cats,.web-root .web-casos{grid-template-columns:repeat(2,1fr)}.web-root .web-sec{padding:72px 0}}@media (max-width: 900px){.web-root .web-plans,.web-root .web-feats,.web-root .web-steps3,.web-root .web-testis,.web-root .web-tools,.web-root .web-posts,.web-root .web-toolsgrid,.web-root .web-cats,.web-root .web-casos,.web-root .web-secblocks,.web-root .web-foot-grid,.web-root .web-hero-grid,.web-root .web-estudios .web-grid,.web-root .web-feature{grid-template-columns:1fr;gap:16px}.web-root .web-sec{padding:56px 0}.web-root .web-burger{width:44px;height:44px}.web-root .hc-dot-btn{padding:21px 6px}.web-root .web-nav-links a{min-height:44px;display:flex;align-items:center}.web-root .web-theme-toggle{width:44px;height:44px}.web-root .web-lang select{min-height:44px}.web-root .web-foot-col>summary{cursor:pointer;min-height:44px;display:flex;align-items:center;padding:4px 0}.web-root .web-foot-col>summary>h4{margin-bottom:0;flex:1}.web-root .web-foot-col .web-foot-chev{display:block;color:#9db1d4;transition:transform .18s ease;flex:none}.web-root .web-foot-col[open] .web-foot-chev{transform:rotate(180deg)}.web-root .web-foot-col>.web-foot-body{display:none;padding-bottom:6px}.web-root .web-foot-col[open]>.web-foot-body{display:block}.web-root .web-foot-grid{gap:0}.web-root .web-foot-col{border-bottom:1px solid rgba(255,255,255,.1)}.web-root .web-foot-col>summary:focus-visible{outline:2px solid var(--gold-2);outline-offset:3px}}@media (max-width: 560px){.web-root .web-cta-box{padding:32px 22px}.web-root .web-band .web-wrap{gap:18px 28px}}.web-root .web-barra-cta{display:none}[data-theme=dark] .web-root .web-barra-cta{background:#0b1220f0}@media (max-width: 900px){.web-root .web-barra-cta{display:flex;align-items:center;gap:12px;position:fixed;left:0;right:0;bottom:0;z-index:60;padding:10px 16px calc(10px + env(safe-area-inset-bottom,0px));background:#fffffff0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--line);box-shadow:0 -8px 24px #0d15261a;transform:translateY(120%);transition:transform .28s cubic-bezier(.22,1,.36,1)}.web-root .web-barra-cta-on{transform:translateY(0)}.web-root .web-barra-cta-info{flex:1;min-width:0;line-height:1.2}.web-root .web-barra-cta-info b{display:block;font-size:14px;font-weight:700;color:var(--ink)}.web-root .web-barra-cta-info span{font-size:12px;color:var(--muted)}.web-root .web-barra-cta .web-btn{flex:none;min-height:44px}body.con-barra-cta{padding-bottom:calc(66px + env(safe-area-inset-bottom,0px))}}@media (prefers-reduced-motion: reduce){.web-root .web-barra-cta{transition:none}}.web-root .web-cmp-movil{display:none}@media (max-width: 900px){.web-root .web-cmpwrap{display:none}.web-root .web-cmp-movil{display:block}.web-root .web-cmp-seg{display:flex;gap:2px;padding:3px;margin-bottom:16px;background:var(--surface-2);border:1px solid var(--line);border-radius:10px;position:sticky;top:64px;z-index:10}.web-root .web-cmp-seg button{flex:1;min-height:44px;border:none;background:none;cursor:pointer;font-family:var(--sans);font-size:13px;font-weight:600;color:var(--muted);border-radius:7px}.web-root .web-cmp-seg button.web-on{background:#fff;color:var(--blue-700);box-shadow:0 1px 3px #0d15261a}.web-root .web-cmp-mgt{font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin:18px 0 8px}.web-root .web-cmp-mrow{background:#fff;border:1px solid var(--line);border-radius:12px;padding:12px 14px;margin-bottom:8px}.web-root .web-cmp-mname{font-size:14px;font-weight:600;color:var(--ink);margin-bottom:10px}.web-root .web-cmp-mname span{display:block;font-size:12px;font-weight:400;color:var(--muted);margin-top:3px;line-height:1.4}.web-root .web-cmp-mvals{display:grid;grid-template-columns:1fr 1fr;gap:8px}.web-root .web-cmp-mval{display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line);border-radius:9px;padding:8px 10px;font-size:12px;color:var(--muted)}.web-root .web-cmp-mval i{font-style:normal;font-weight:600}.web-root .web-cmp-mval.web-hi{background:var(--blue-tint);border-color:transparent;color:var(--blue-700)}}[data-theme=dark] .web-root .web-cmp-mrow,[data-theme=dark] .web-root .web-cmp-seg button.web-on{background:var(--surface-2)}@media (max-width: 900px){.web-root .web-article img,.web-root .article img{max-width:100%;height:auto}.web-root .web-article pre,.web-root .article pre{overflow-x:auto}.web-root .web-article table,.web-root .article table{display:block;overflow-x:auto;max-width:100%}.web-root .web-help-sidebar .web-sw{width:100%}.web-root form input:not([type=radio]):not([type=checkbox]),.web-root form select,.web-root form textarea{width:100%;min-height:44px;font-size:16px!important}.web-root form textarea{min-height:120px}}
