:root {
  --papel: #EFEBE4; --papel-alto: #F7F4EF; --papel-hondo: #E7E2D9;
  --tinta: #16110E; --tinta-media: #4A423C; --tinta-suave: #6B615A;
  --linea: #C4BCB2; --linea-suave: #E0DAD1;
  --acento: #1F4D3D; --acento-hondo: #173A2E; --acento-fondo: #E2EBE5;
  --osc-txt: #EFEBE4; --osc-tenue: #B8B0A8; --velo: rgba(22,17,14,.88);
  --f-serif: Georgia, 'Times New Roman', serif;
  --f-sans: 'Segoe UI', Arial, sans-serif; --f-mono: Consolas, monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--papel); color: var(--tinta); font: 16px/1.6 var(--f-sans); }
button, input { font: inherit; border-radius: 0; }
button, summary { cursor: pointer; }
button { color: inherit; }
a { color: var(--acento); text-underline-offset: 4px; }
a:hover { text-decoration-thickness: 2px; }
button:focus-visible, a:focus-visible, input:focus-visible, summary:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--acento); outline-offset: 4px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--f-serif); font-weight: 400; line-height: 1.14; }
h1 { font-size: clamp(38px, 4.35vw, 58px); letter-spacing: -.04em; max-width: 17ch; }
h2 { font-size: clamp(30px, 3vw, 40px); letter-spacing: -.025em; }
h3 { font-size: 25px; }
p + p { margin-top: 14px; }
.container { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 76px; }
.band { background: var(--papel-alto); border-block: 1px solid var(--linea); }
.eyebrow, .small-label { font: 12px/1.5 var(--f-mono); text-transform: uppercase; letter-spacing: .08em; color: var(--tinta-suave); }
.eyebrow { margin-bottom: 16px; }
.small-note { font-size: 13px; color: var(--tinta-suave); }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 10100; background: var(--papel-alto); padding: 12px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: var(--papel-alto); border-bottom: 1px solid var(--linea); }
.nav-inner { display: flex; align-items: center; min-height: 72px; gap: 32px; }
.logo { display: flex; gap: 10px; align-items: center; color: var(--tinta); text-decoration: none; font: 600 15px/1 var(--f-sans); letter-spacing: .12em; }
.brand-mark { display: grid; place-items: center; width: 32px; height: 32px; background: var(--acento); color: var(--papel-alto); font: 25px/1 var(--f-serif); letter-spacing: 0; }
.nav-links, .nav-actions { display: flex; align-items: center; gap: 24px; }
.nav-links { margin-left: auto; }
.nav-links a, .nav-actions a { font-size: 13px; color: var(--tinta-media); text-decoration: none; padding-block: 10px; }
.nav-links a:hover, .entrar:hover { text-decoration: underline; }
.nav-actions .nav-cta { color: var(--acento); border: 1px solid var(--acento); padding: 8px 14px; }
.hero { padding-top: 56px; }
.hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 70px; align-items: start; }
.hero-copy > p:first-child { font-size: 18px; color: var(--tinta-media); }
.cta-group { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 23px; }
.btn-primary, .btn-outline { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 12px 18px; border: 1px solid var(--acento); font-size: 14px; font-weight: 600; line-height: 1.4; text-align: center; text-decoration: none; transition: background .15s; }
.btn-primary { background: var(--acento); color: var(--papel-alto); }
.btn-primary:hover { background: var(--acento-hondo); }
.btn-outline { color: var(--acento); background: transparent; }
.btn-outline:hover { background: var(--acento-fondo); }
.trial-note { font-size: 12px; line-height: 1.6; color: var(--tinta-suave); margin-top: 14px; }
.trial-note strong { color: var(--tinta-media); }
.hero-foot { display: flex; justify-content: space-between; gap: 12px; padding: 25px 0; margin-top: 30px; border-top: 1px solid var(--linea); font: 12px/1.5 var(--f-mono); color: var(--tinta-suave); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 32px; }
.section-heading > p { max-width: 390px; color: var(--tinta-media); }
.section-heading.compact { align-items: baseline; margin: 14px 0 20px; }
.section-heading.compact h2 { font-size: 24px; }
.demo { padding-bottom: 4px; }
.demo-tabs { display: flex; border: 1px solid var(--linea); border-bottom: 0; background: var(--papel-alto); }
.demo-tabs button { flex: 1; padding: 17px 12px; border: 0; border-right: 1px solid var(--linea); background: transparent; text-align: left; font-size: 14px; }
.demo-tabs button:last-child { border-right: 0; }
.demo-tabs button span { font: 12px var(--f-mono); margin-right: 12px; }
.demo-tabs button[aria-selected="true"] { background: var(--acento); color: var(--papel-alto); }
.demo-tabs button:focus-visible { outline-color: var(--tinta); outline-offset: -5px; }
.demo-tabs button[aria-selected="true"]:focus-visible { outline-color: var(--papel-alto); }
.demo-panel { display: grid; grid-template-columns: 2.4fr 1fr; align-items: center; min-height: 450px; border: 1px solid var(--linea); background: var(--papel-alto); }
.capture { position: relative; align-self: stretch; display: flex; align-items: center; border: 0; border-right: 1px solid var(--linea); padding: 20px; background: var(--papel-hondo); cursor: zoom-in; min-width: 0; }
.capture picture { display: block; width: 100%; }
.capture img { display: block; width: 100%; height: auto; border: 1px solid var(--linea); }
.capture-label { position: absolute; right: 20px; bottom: 12px; padding: 5px 9px; border: 1px solid var(--linea); background: var(--papel-alto); color: var(--tinta-media); font: 11px/1.5 var(--f-mono); }
.demo-copy { padding: 28px; }
.demo-copy .eyebrow { font-size: 10px; }
.demo-copy h3 { font-size: 27px; margin-bottom: 20px; }
.demo-copy p { color: var(--tinta-media); font-size: 14px; }
.text-link { display: inline-block; margin-top: 20px; font-size: 14px; font-weight: 600; }
.delivery-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.delivery-grid h2 { max-width: 17ch; }
.delivery-grid p { color: var(--tinta-media); }
.delivery-grid .lead { font-size: 20px; line-height: 1.5; }
.delivery-grid .btn-primary { margin-top: 24px; margin-bottom: 10px; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--linea); }
.feature-grid article { padding: 28px 28px 32px; border-right: 1px solid var(--linea); }
.feature-grid article:first-child { padding-left: 0; }
.feature-grid article:last-child { border: 0; padding-right: 0; }
.feature-number { font: 12px/1 var(--f-mono); color: var(--tinta-suave); }
.feature-grid h3 { margin: 24px 0 14px; }
.feature-grid p, .feature-note { font-size: 15px; color: var(--tinta-media); }
.feature-note { margin-top: 24px; max-width: 820px; }
.product-details { border-block: 1px solid var(--linea); margin-top: 24px; }
.product-details > summary { padding-inline: 12px; }
.workflow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding: 8px 0 28px; }
.workflow-grid article { min-width: 0; }
.workflow-grid h3 { font-size: 24px; margin-bottom: 12px; }
.workflow-grid p { font-size: 14px; color: var(--tinta-media); margin-bottom: 20px; }
.workflow-grid .capture { width: 100%; border: 1px solid var(--linea); padding-bottom: 38px; }
.excel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; border-bottom: 1px solid var(--linea); }
.excel-grid h2 { margin-bottom: 20px; }
.excel-grid p:not(.eyebrow):not(.small-label) { color: var(--tinta-media); font-size: 15px; }
.excel-evidence { border: 1px solid var(--linea); background: var(--papel-alto); padding: 24px; min-width: 0; }
.formula-chain { margin: 12px 0 0; }
.formula-chain > div { padding: 10px 0; border-bottom: 1px solid var(--linea-suave); }
.formula-chain > div:last-child { border-bottom: 0; }
.formula-chain code { font: 600 15px/1.5 var(--f-mono); }
.formula-chain dd { margin: 3px 0 0; font-size: 13px; color: var(--tinta-media); }
.function-details { padding-bottom: 16px; }
.function-details:not([open]) { padding-bottom: 0; }
.function-table-wrap { overflow-x: auto; margin-block: 14px; }
.function-table { width: 100%; border-collapse: collapse; font-size: 14px; text-align: left; }
.function-table caption { text-align: left; padding-bottom: 10px; color: var(--tinta-suave); font-size: 12px; }
.function-table th, .function-table td { padding: 14px 12px; border-bottom: 1px solid var(--linea); vertical-align: top; }
.function-table thead { background: var(--papel-hondo); }
.function-table thead th:nth-child(2) { white-space: nowrap; }
.function-table tbody th { width: 24%; font-weight: 600; }
.function-table td:nth-child(2) { width: 17%; color: var(--acento); }
.function-table td:last-child { color: var(--tinta-media); }
.pricing-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { display: flex; flex-direction: column; background: var(--papel-alto); border: 1px solid var(--linea); padding: 26px; }
.price-card .eyebrow { font-size: 10px; }
.price-card h3 { font-size: 25px; }
.price { font: 38px/1.2 var(--f-serif); letter-spacing: -.03em; margin-top: 18px; white-space: nowrap; }
.price span { font: 13px/1.5 var(--f-sans); letter-spacing: 0; color: var(--tinta-suave); }
.price-sub { font-size: 12px; min-height: 40px; color: var(--tinta-suave); }
.price-card ul { padding: 16px 0 0 18px; margin: 0 0 25px; border-top: 1px solid var(--linea); font-size: 14px; color: var(--tinta-media); }
.price-card li { margin: 0 0 10px; padding-left: 3px; }
.price-card > a { margin-top: auto; }
.price-card.featured { border-color: var(--acento); background: var(--acento-fondo); }
.price-card.featured .eyebrow { color: var(--acento); }
.pricing-note { margin-top: 24px; max-width: 850px; font-size: 13px; color: var(--tinta-suave); }
/* El correo antes de pagar (11-09). El formulario nace oculto fuera de las tarjetas y landing.js lo
   mueve adentro de la que el cliente eligió; en la tarjeta va donde iba el botón (abajo del todo). */
.compra-correo { display: grid; gap: 8px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--linea); }
.compra-correo label { font-size: 14px; font-weight: 600; }
.compra-correo input { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--linea); background: var(--papel-alto); color: var(--tinta); }
.compra-correo-nota { font-size: 12px; line-height: 1.5; color: var(--tinta-suave); }
.compra-correo-aviso { font-size: 13px; line-height: 1.5; color: #8A2B1D; }
.compra-correo-aviso:empty { display: none; }
.compra-correo-directo { font-size: 12px; line-height: 1.5; color: var(--tinta-suave); }
.compra-correo-directo a { color: inherit; text-decoration: underline; }
.premium > .compra-correo { flex: 0 0 320px; margin-top: 0; padding-top: 0; border-top: 0; }
.premium { display: flex; align-items: center; gap: 45px; border: 1px solid var(--linea); margin-top: 38px; padding: 28px; }
.premium > div { flex: 1; }
.premium h3 { margin-bottom: 12px; }
.premium p:not(.eyebrow) { color: var(--tinta-media); font-size: 15px; }
.premium > a { flex-shrink: 0; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 76px; }
.faq-grid > div > p:last-child { color: var(--tinta-suave); margin-top: 20px; }
.faq-list details { border-bottom: 1px solid var(--linea); }
.faq-list details:first-child { border-top: 1px solid var(--linea); }
summary { padding: 18px 0; font-weight: 600; }
.faq-list summary { padding-right: 15px; }
.faq-list p { color: var(--tinta-media); font-size: 15px; margin: 0 0 20px; }
.setup { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.requirements { padding-left: 20px; margin: 24px 0 16px; color: var(--tinta-media); }
.requirements li { margin-block: 6px; }
.setup-steps { list-style: none; counter-reset: paso; margin: 0; padding: 0; }
.setup-steps li { counter-increment: paso; padding: 18px 0 18px 44px; border-bottom: 1px solid var(--linea); position: relative; }
.setup-steps li::before { content: '0' counter(paso); position: absolute; left: 0; top: 20px; font: 12px var(--f-mono); color: var(--acento); }
.setup-steps span { display: block; color: var(--tinta-suave); font-size: 14px; margin-top: 6px; }
.contact-grid { display: flex; gap: 60px; align-items: center; justify-content: space-between; }
.contact-grid p:not(.eyebrow) { color: var(--tinta-suave); margin-top: 15px; }
.contact-grid .cta-group { flex-direction: column; flex-shrink: 0; margin: 0; }
.contact-email { display: inline-block; margin-top: 16px; overflow-wrap: anywhere; }
.novedades { border-top: 1px solid var(--linea); margin-top: 40px; }
.novedades ol { padding-left: 0; list-style: none; }
.novedades li { border-bottom: 1px solid var(--linea-suave); padding: 16px 0; }
.novedades .cab { display: flex; gap: 12px; flex-wrap: wrap; font: 12px var(--f-mono); }
.novedades .ultima { color: var(--acento); }
.novedades .notas { margin-top: 10px; font-size: 14px; color: var(--tinta-media); }
.footer { padding-block: 30px 95px; display: flex; justify-content: space-between; gap: 24px; font-size: 12px; color: var(--tinta-suave); }
.footer > div { display: flex; gap: 20px; flex-wrap: wrap; }
.footer a { color: var(--tinta-media); }
.lightbox { max-width: calc(100vw - 40px); width: 1400px; max-height: calc(100dvh - 40px); padding: 0; border: 1px solid var(--linea); background: var(--papel-alto); }
.lightbox::backdrop { background: var(--velo); }
.lightbox-bar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 12px 18px; border-bottom: 1px solid var(--linea); }
.lightbox-bar p { font-size: 14px; }
.lightbox-bar button { flex-shrink: 0; min-height: 44px; padding: 6px 12px; border: 1px solid var(--linea); background: var(--papel); }
.lightbox-scroll { overflow: auto; max-height: calc(100dvh - 160px); }
.lightbox img { display: block; width: 100%; height: auto; }
.lightbox-hint { display: none; }
.aviso { display: none; position: fixed; inset: 0; background: var(--velo); z-index: 10050; justify-content: center; align-items: center; padding: 20px; }
.aviso.abierto { display: flex; }
.aviso-caja { width: 100%; max-width: 440px; max-height: calc(100dvh - 40px); overflow: auto; background: var(--papel-alto); border: 1px solid var(--linea); padding: 26px 24px; }
.aviso-caja h3 { font-size: 26px; margin-bottom: 14px; }
.aviso-caja p { font-size: 15px; color: var(--tinta-media); }
.aviso-acciones { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
.aviso-caja .aviso-igual { font-size: 12px; margin-top: 10px; }
.aviso-igual a { display: inline-block; padding: 10px 6px; color: var(--tinta-media); }
@media (max-width: 1050px) {
  .nav-inner { gap: 20px; } .nav-links, .nav-actions { gap: 16px; }
  .hero-grid { gap: 35px; } .hero-copy .cta-group { flex-direction: column; }
  .price-card { padding: 20px; } .price { font-size: 32px; }
  .price-card .eyebrow { min-height: 30px; }
  .delivery-grid, .setup { gap: 55px; } .demo-panel { grid-template-columns: 1.8fr 1fr; }
  .demo-copy { padding: 22px; } .capture { padding: 12px; }
}
/* Los recortes táctiles no se estiran más allá de sus píxeles reales. Estas condiciones coinciden
   con los <source>; width/height en HTML reservan su proporción antes de cargar. */
@media (max-width: 768px), (max-width: 1366px) and (pointer: coarse) {
  .capture picture { max-width: var(--capture-natural, 100%); margin-inline: auto; }
}
@media (max-width: 768px) {
  html { scroll-padding-top: 80px; }
  .container { width: calc(100% - 36px); }
  .section { padding-block: 46px; }
  .nav-inner { min-height: 64px; gap: 12px; justify-content: space-between; }
  .logo { font-size: 12px; gap: 7px; } .brand-mark { width: 27px; height: 27px; font-size: 22px; }
  .nav-links { display: none; } .nav-actions { gap: 13px; } .nav-actions a { font-size: 12px; }
  .nav-actions .nav-cta { padding: 7px 9px; }
  .hero { padding-top: 32px; } .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  h1 { font-size: 39px; max-width: 20ch; } h2 { font-size: 32px; }
  .hero-copy > p:first-child { font-size: 16px; }
  .hero-copy .cta-group { margin-top: 20px; }
  .hero-copy .cta-group > .btn-outline { background: var(--acento); color: var(--papel-alto); }
  .hero-copy .cta-group > .btn-primary { background: transparent; color: var(--acento); }
  .hero-foot { font-size: 10px; flex-wrap: wrap; padding-block: 18px; margin-top: 24px; }
  .section-heading { display: block; margin-bottom: 24px; }
  .section-heading > p { margin-top: 18px; }
  .section-heading.compact { margin-top: 8px; }
  .section-heading.compact h2 { font-size: 23px; margin-bottom: 6px; }
  .small-label { font-size: 10px; }
  .demo-tabs button { padding: 13px 9px; font-size: 12px; line-height: 1.3; }
  .demo-tabs button span { display: block; margin: 0 0 7px; font-size: 10px; }
  .demo-panel { grid-template-columns: 1fr; min-height: 0; }
  .capture { border-right: 0; border-bottom: 1px solid var(--linea); padding: 12px 12px 30px; }
  .capture-label { right: 12px; bottom: 5px; font-size: 10px; }
  .demo-copy { padding: 24px; } .demo-copy h3 { margin-bottom: 14px; }
  .delivery-grid, .setup, .faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .delivery-grid h2 { max-width: 22ch; } .delivery-grid .lead { font-size: 18px; }
  .feature-grid, .pricing-cards { grid-template-columns: 1fr; }
  .feature-grid article, .feature-grid article:first-child, .feature-grid article:last-child { padding: 24px 0; border-right: 0; border-bottom: 1px solid var(--linea); }
  .feature-grid article:last-child { border-bottom: 0; } .feature-grid h3 { margin-top: 12px; }
  .feature-number { float: right; } .feature-note { font-size: 14px; }
  .workflow-grid, .excel-grid { grid-template-columns: 1fr; gap: 26px; }
  .excel-evidence { padding: 20px; }
  .function-table { font-size: 12px; }
  .function-table th, .function-table td { padding: 12px 7px; overflow-wrap: anywhere; }
  .price-card { padding: 26px; } .price { font-size: 40px; } .price-sub { min-height: 0; margin-bottom: 20px; }
  .price-card .eyebrow { min-height: 0; }
  .premium { display: block; padding: 24px; } .premium > a { margin-top: 22px; width: 100%; }
  .premium > .compra-correo { margin-top: 22px; }
  .contact-grid { flex-direction: column; align-items: stretch; gap: 28px; }
  .footer { flex-direction: column; gap: 14px; }
  .lightbox { max-width: calc(100vw - 20px); max-height: calc(100dvh - 20px); }
  .lightbox-bar { padding: 8px 12px; } .lightbox-bar p { font-size: 12px; }
  .lightbox img { width: var(--capture-width, 100%); max-width: none; }
  .lightbox-hint { display: block; margin: 0; padding: 10px 12px; font-size: 12px; color: var(--tinta-suave); }
}
@media (max-width: 370px) {
  .nav-actions { gap: 9px; } .logo { font-size: 10px; letter-spacing: .05em; } .brand-mark { display: none; }
  h1 { font-size: 35px; } .price { font-size: 36px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

/* FAQ assistant */

  #qkbot-launcher { position: fixed; bottom: 20px; right: 20px; width: 54px; height: 54px;
                    background: var(--acento); color: var(--papel); border: 1px solid var(--acento);
                    border-radius: 0; -webkit-appearance: none; appearance: none;
                    cursor: pointer; z-index: 9999; font-size: 22px; display: flex;
                    align-items: center; justify-content: center; transition: background .2s; }
  #qkbot-launcher:hover { background: var(--acento-hondo); }
  #qkbot-panel { position: fixed; bottom: 86px; right: 20px; width: 360px; max-width: calc(100vw - 32px);
                 height: 520px; max-height: calc(100vh - 130px); background: var(--papel-alto);
                 border: 1px solid var(--linea); z-index: 9999; display: none; flex-direction: column;
                 overflow: hidden; font-family: var(--f-sans); }
  #qkbot-panel.qkbot-open { display: flex; }
  .qkbot-head { background: var(--tinta); color: var(--osc-txt); padding: 14px 16px; display: flex;
                align-items: center; justify-content: space-between; }
  .qkbot-head strong { font-family: var(--f-serif); font-weight: 400; font-size: 1.05em; }
  .qkbot-head small { color: var(--osc-tenue); font-family: var(--f-mono); font-size: 9.5px;
                      letter-spacing: .1em; text-transform: uppercase; display: block; margin-top: 4px; }
  .qkbot-close { background: none; border: none; border-radius: 0; -webkit-appearance: none; appearance: none;
                 color: var(--osc-txt); font-size: 22px; cursor: pointer; line-height: 1; }
  .qkbot-msgs { flex: 1; overflow-y: auto; padding: 14px; background: var(--papel); }
  .qkbot-msg { max-width: 86%; padding: 10px 13px; margin-bottom: 10px; font-size: 0.9em;
               line-height: 1.55; word-wrap: break-word; }
  .qkbot-bot { background: var(--papel-alto); color: var(--tinta); border: 1px solid var(--linea); }
  .qkbot-user { background: var(--acento); color: var(--papel); margin-left: auto; }
  .qkbot-msg a { color: var(--acento); font-weight: 600; }
  .qkbot-user a { color: var(--acento-fondo); }
  .qkbot-chips { padding: 8px 12px; display: flex; flex-wrap: wrap; gap: 6px; background: var(--papel);
                 border-top: 1px solid var(--linea-suave); }
  .qkbot-chip { background: var(--papel-alto); border: 1px solid var(--linea); color: var(--tinta-media);
                border-radius: 0; -webkit-appearance: none; appearance: none;
                padding: 6px 11px; font-family: var(--f-mono); font-size: 10.5px; letter-spacing: .06em;
                cursor: pointer; transition: background .15s, border-color .15s, color .15s; }
  .qkbot-chip:hover { background: var(--acento); border-color: var(--acento); color: var(--papel); }
  .qkbot-input { display: flex; border-top: 1px solid var(--linea); }
  .qkbot-input input { flex: 1; border: none; border-radius: 0; -webkit-appearance: none; appearance: none;
                       padding: 12px 14px; font-size: 0.9em; outline: none;
                       font-family: inherit; background: var(--papel-alto); color: var(--tinta); }
  .qkbot-input input::placeholder { color: var(--tinta-suave); opacity: 1; }
  .qkbot-input button { background: var(--acento); color: var(--papel); border: none; border-radius: 0;
                        -webkit-appearance: none; appearance: none; padding: 0 16px;
                        cursor: pointer; font-size: 1.1em; }
  .qkbot-input button:hover { background: var(--acento-hondo); }


  .qkbot-close { min-width: 44px; min-height: 44px; }
  .qkbot-input input { min-width: 0; }
  .qkbot-input input:focus-visible { outline: 2px solid var(--acento); outline-offset: -3px; }
  .qkbot-chip { min-height: 36px; }
  @media (max-width: 768px) {
    #qkbot-panel { right: 16px; bottom: 80px; max-height: calc(100dvh - 96px); }
    #qkbot-launcher { right: 16px; bottom: 14px; }
  }
