/* ── Fuentes locales ─────────────────────────────────────────────────────── */

/* Geist — variable font (mismo archivo cubre todos los pesos) */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/geist-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/geist-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Geist Mono — variable font */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/geist-mono-symbols2.woff2') format('woff2');
  unicode-range: U+2000-2001, U+2004-2008, U+200A, U+23B8-23BD, U+2500-259F;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/geist-mono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/geist-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Instrument Serif — normal */
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/instrument-serif-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/instrument-serif-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Instrument Serif — italic */
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/instrument-serif-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/instrument-serif-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ── Design system tokens + base ─────────────────────────────────────────── */
/* KROWAPOS Landing — Design system tokens + base */

:root {
  /* La landing es siempre clara: bloquea el auto-darken de Chrome Android y similares */
  color-scheme: only light;

  /* Brand blues */
  --blue-50:  #EFF4FF;
  --blue-100: #DBE6FE;
  --blue-200: #BFDBFE;
  --blue-300: #93C5FD;
  --blue-400: #60A5FA;
  --blue-500: #3B82F6;
  --blue-600: #2563EB;   /* primary — match con --blue de la app */
  --blue-700: #1D4ED8;
  --blue-800: #1E40AF;
  --blue-900: #1E3A8A;

  /* Ink + neutrals (warm-cool blend) */
  --ink:        #0B0E1A;
  --ink-2:      #1A1F2E;
  --ink-3:      #2C3243;
  --muted:      #6B7280;
  --muted-2:    #9CA3AF;
  --line:       #E5E7EB;
  --line-2:     #EEF0F4;
  --surface:    #FFFFFF;
  --surface-2:  #F7F8FB;
  --surface-3:  #F2F4F8;

  /* Accents */
  --warm:       #FF7A45;    /* food / energy */
  --lime:       #C8FF6B;
  --gold:       #FFC857;
  --pink:       #FF6BB5;

  /* Type scale */
  --display-1: clamp(56px, 9vw, 124px);
  --display-2: clamp(40px, 6vw, 80px);
  --h1:        clamp(36px, 4.5vw, 64px);
  --h2:        clamp(28px, 3.4vw, 44px);
  --h3:        clamp(22px, 2vw, 28px);
  --body-lg:   18px;
  --body:      16px;
  --small:     14px;
  --eyebrow:   12px;

  --radius-sm: 8px;
  --radius:    14px;
  --radius-lg: 22px;
  --radius-xl: 32px;

  --shadow-card:  0 1px 2px rgba(11,14,26,.04), 0 8px 24px -8px rgba(11,14,26,.08);
  --shadow-pop:   0 1px 0 rgba(255,255,255,.6) inset, 0 24px 60px -20px rgba(32,80,229,.35), 0 8px 24px -12px rgba(11,14,26,.18);
  --shadow-soft:  0 30px 80px -30px rgba(11,14,26,.18);

  /* Fonts */
  --font-sans: 'Geist', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
  --font-serif:'Instrument Serif', 'Times New Roman', Georgia, serif;
  --font-mono: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "ss01", "cv11";
}

body { overflow-x: hidden; }

a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

img, svg { display: block; max-width: 100%; }

::selection { background: var(--blue-600); color: white; }

/* ───────────────────────── Layout ───────────────────────── */

.kw-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.kw-section {
  padding: 120px 0;
  position: relative;
}

.kw-eyebrow {
  font-size: var(--eyebrow);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-600);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.kw-eyebrow::before {
  content: "";
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--blue-600);
}

.kw-h2 {
  font-size: var(--h2);
  line-height: 1.04;
  letter-spacing: -0.02em;
  font-weight: 500;
  margin: 18px 0 14px;
  max-width: 720px;
  text-wrap: balance;
}
.kw-h2 em {
  font-style: normal;
  color: var(--blue-600);
  font-weight: 600;
}

.kw-sub {
  font-size: var(--body-lg);
  line-height: 1.5;
  color: var(--muted);
  max-width: 620px;
  text-wrap: pretty;
}

/* ───────────────────────── Buttons ───────────────────────── */

.kw-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
  letter-spacing: -0.005em;
}
.kw-btn:active { transform: translateY(1px) scale(0.99); }

.kw-btn-primary {
  background: var(--ink);
  color: white;
  box-shadow: 0 1px 0 rgba(255,255,255,.08) inset, 0 8px 20px -8px rgba(11,14,26,.5);
}
.kw-btn-primary:hover {
  background: var(--blue-600);
  transform: scale(1.02);
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 16px 32px -8px rgba(32,80,229,.6);
}

.kw-btn-blue {
  background: var(--blue-600);
  color: white;
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 8px 20px -8px rgba(32,80,229,.55);
}
.kw-btn-blue:hover {
  background: var(--blue-700);
  transform: scale(1.02);
  box-shadow: 0 1px 0 rgba(255,255,255,.18) inset, 0 16px 32px -8px rgba(32,80,229,.6);
}

.kw-btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}
.kw-btn-ghost:hover { background: var(--surface-2); border-color: var(--ink-3); }

.kw-btn-link {
  background: transparent;
  color: var(--ink);
  height: auto;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--line);
}
.kw-btn-link:hover { color: var(--blue-600); border-color: var(--blue-600); }

/* ───────────────────────── Nav ───────────────────────── */

.kw-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 12px 16px 0;
}
.kw-nav-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 8px 12px 8px 18px;
  background: rgba(255,255,255,0.8);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 999px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
  transition: box-shadow .25s ease, max-width .3s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.kw-nav.is-scrolled .kw-nav-inner { box-shadow: 0 4px 18px rgba(0,0,0,0.09); }
.kw-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  letter-spacing: -0.02em;
  font-size: 17px;
}
.kw-logo-mark {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.kw-logo-mark img {
  width: 100%; height: 100%;
  object-fit: contain;
  display: block;
}

.kw-nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.kw-nav-link {
  padding: 6px 0;
  font-size: 14px;
  color: var(--ink-2);
  transition: color .18s;
  white-space: nowrap;
}
.kw-nav-link:hover { color: var(--ink); }
.kw-nav-cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.kw-nav-cta .kw-btn { white-space: nowrap; font-size: 13px; padding: 0 12px; }

@media (max-width: 1080px) {
  .kw-nav-links { display: none; }
  .kw-nav-ingresar { display: none; }
  .kw-nav-inner {
    /* px→px (no 720px) para que la transición de colapso interpole desde el ancho real */
    max-width: calc(100vw - 32px);
    margin-left: 0;
    overflow: hidden;
    /* por encima del overlay del menú (z-49), que es hermano dentro del nav */
    position: relative;
    z-index: 51;
  }
  .kw-nav-cta, .kw-logo-text { transition: opacity .22s ease; }
  .kw-nav-inner.is-collapsed { max-width: 60px; }
  .kw-nav-inner.is-collapsed .kw-nav-cta,
  .kw-nav-inner.is-collapsed .kw-logo-text { opacity: 0; pointer-events: none; }
}

@media (max-width: 480px) {
  .kw-logo-text { font-size: 16px; }
  .kw-nav-inner { padding-left: 14px; gap: 10px; }
  .kw-nav-cta { gap: 6px; }
  .kw-nav-cta .kw-btn-trial-days { display: none; }
}

/* ───────────────────────── Hamburger ───────────────────────── */

.kw-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  border-radius: 8px;
  flex-shrink: 0;
  transition: background .15s;
}
.kw-hamburger:hover { background: var(--surface-2); }
.kw-hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease;
  transform-origin: center;
}
.kw-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.kw-hamburger.is-open span:nth-child(2) { opacity: 0; }
.kw-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1080px) {
  .kw-hamburger { display: flex; }
}

/* ───────────────────────── Mobile menu ───────────────────────── */

.kw-mobile-menu {
  display: none;
}

@media (max-width: 1080px) {
  .kw-mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 49;
    background: rgba(11,14,26,0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    pointer-events: none;
    opacity: 0;
    transition: opacity .22s ease;
  }
  .kw-mobile-menu.is-open {
    pointer-events: auto;
    opacity: 1;
  }
  .kw-mobile-menu-inner {
    position: absolute;
    top: 70px; left: 16px; right: 16px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 20px;
    padding: 16px 12px 12px;
    box-shadow: 0 12px 48px rgba(11,14,26,.14);
    transform: translateY(-8px);
    opacity: 0;
    transition: transform .25s cubic-bezier(.2,.8,.2,1), opacity .25s ease;
  }
  .kw-mobile-menu.is-open .kw-mobile-menu-inner {
    transform: translateY(0);
    opacity: 1;
  }
  .kw-mobile-close {
    position: absolute;
    top: 12px; right: 12px;
    width: 32px; height: 32px;
    display: grid; place-items: center;
    border: none;
    background: var(--surface-2);
    color: var(--ink-2);
    border-radius: 999px;
    cursor: pointer;
    transition: background .15s, color .15s;
  }
  .kw-mobile-close:hover { background: var(--line); color: var(--ink); }
  .kw-mobile-link {
    display: block;
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
    color: var(--ink-2);
    border-radius: 12px;
    letter-spacing: -0.01em;
    transition: background .15s, color .15s;
  }
  .kw-mobile-link:hover,
  .kw-mobile-link:active { background: var(--surface-2); color: var(--ink); }
  .kw-mobile-link.is-active { color: var(--blue-600); }
  .kw-mobile-menu-foot {
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px solid var(--line);
  }
  .kw-mobile-cta {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}

/* ───────────────────────── Hero (shared) ───────────────────────── */

.kw-hero {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}
.kw-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.kw-hero-bg::before {
  content: "";
  position: absolute;
  left: 50%; top: -10%;
  transform: translateX(-50%);
  width: 1200px; height: 700px;
  background: radial-gradient(60% 60% at 50% 30%, rgba(37,99,235,.32) 0%, rgba(37,99,235,0) 70%);
  filter: blur(20px);
}
.kw-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(11,14,26,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,14,26,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  background-position: center;
  mask-image: radial-gradient(60% 50% at 50% 40%, black 0%, transparent 80%);
  -webkit-mask-image: radial-gradient(60% 50% at 50% 40%, black 0%, transparent 80%);
  opacity: 0.5;
}

.kw-hero-inner { position: relative; z-index: 1; }

.kw-rubro-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px 6px 8px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  color: var(--ink-2);
  box-shadow: 0 1px 2px rgba(11,14,26,.04);
}
.kw-rubro-pill-dot {
  width: 18px; height: 18px;
  border-radius: 999px;
  background: var(--blue-600);
  color: white;
  display: grid; place-items: center;
  font-size: 11px;
}

/* Word morpher used in headlines */
.kw-morph {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  text-align: left;
  line-height: inherit;
}
.kw-morph-ghost {
  display: inline-block;
  visibility: hidden;
  white-space: nowrap;
  pointer-events: none;
  /* mismo peso/tracking que .kw-morph-word: si difieren, el ancho reservado
     queda corto y el overflow:hidden recorta el final de la palabra */
  font-weight: 600;
  letter-spacing: -0.035em;
}
.kw-morph-word {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  color: var(--blue-600);
  font-weight: 600;
  letter-spacing: -0.035em;
}
.kw-morph-word.is-leaving {
  animation: kwOut .45s cubic-bezier(.5,0,.7,0) forwards;
}
.kw-morph-word.is-entering {
  animation: kwIn .55s cubic-bezier(.2,.7,.2,1) forwards;
}
@keyframes kwOut {
  to { transform: translateY(-110%) skewY(-3deg); opacity: 0; filter: blur(3px); }
}
@keyframes kwIn {
  from { transform: translateY(110%) skewY(3deg); opacity: 0; filter: blur(3px); }
  to   { transform: translateY(0) skewY(0); opacity: 1; filter: blur(0); }
}

/* ───────────────────────── App mock window ───────────────────────── */

.kw-window {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-pop);
}
.kw-window-bar {
  height: 38px;
  background: linear-gradient(to bottom, #20253A, #161A2A);
  display: flex; align-items: center;
  padding: 0 14px;
  gap: 8px;
  position: relative;
}
.kw-window-dots { display: flex; gap: 6px; }
.kw-window-dots span {
  width: 11px; height: 11px; border-radius: 999px; background: #3A4053;
}
.kw-window-dots span:nth-child(1) { background: #FF5F57; }
.kw-window-dots span:nth-child(2) { background: #FFBD2E; }
.kw-window-dots span:nth-child(3) { background: #28C940; }
.kw-window-title {
  position: absolute; left: 0; right: 0;
  text-align: center;
  font-size: 12px;
  color: #8A92A8;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  pointer-events: none;
}

.kw-window-body {
  display: grid;
  grid-template-columns: 220px 1fr 320px;
  min-height: 540px;
  background: #FAFBFC;
}

/* ───────────────────────── Card / Grid utils ───────────────────────── */

.kw-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, border-color .35s;
}
.kw-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
  border-color: var(--line);
}

.kw-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.kw-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.kw-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

@media (max-width: 920px) {
  .kw-grid-2, .kw-grid-3, .kw-grid-4 { grid-template-columns: 1fr; }
}

/* ───────────────────────── Marquee ───────────────────────── */

.kw-marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, black 12%, black 88%, transparent);
}
.kw-marquee-track {
  display: flex;
  gap: 64px;
  animation: kwSlide 38s linear infinite;
  width: max-content;
}
@keyframes kwSlide {
  to { transform: translateX(-50%); }
}
.kw-logo-cell {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 36px;
  color: var(--ink-3);
  font-weight: 500;
  font-size: 16px;
  opacity: 0.55;
  letter-spacing: -0.01em;
}
.kw-logo-cell svg { opacity: 0.7; }

/* ───────────────────────── Fade-in on scroll ───────────────────────── */

.kw-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s cubic-bezier(.2,.8,.2,1), transform .8s cubic-bezier(.2,.8,.2,1);
}
.kw-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}
.kw-reveal[data-delay="1"] { transition-delay: .08s; }
.kw-reveal[data-delay="2"] { transition-delay: .16s; }
.kw-reveal[data-delay="3"] { transition-delay: .24s; }
.kw-reveal[data-delay="4"] { transition-delay: .32s; }

/* ───────────────────────── Misc ───────────────────────── */

.kw-divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--line) 20%, var(--line) 80%, transparent);
}

.kw-kbd {
  display: inline-flex;
  align-items: center; justify-content: center;
  min-width: 22px; height: 22px; padding: 0 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-2);
  background: #F3F4F8;
  border: 1px solid var(--line);
  border-bottom-width: 2px;
  border-radius: 6px;
}

.kw-tag {
  display: inline-flex; align-items: center;
  height: 24px; padding: 0 10px;
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--ink-2);
  font-size: 12px;
  font-weight: 500;
  border: 1px solid var(--line);
}
.kw-tag.tag-blue { background: var(--blue-50); color: var(--blue-700); border-color: var(--blue-100); }
.kw-tag.tag-dark { background: var(--ink); color: white; border-color: var(--ink); }
.kw-tag.tag-warm { background: #FFF3EE; color: #C24410; border-color: #FFD5C2; }
