/* Teams KB marketing site — component styles.
   Colors/type tokens live in tokens.css. Values below are the resolved hexes from the design;
   swapping them for var(--…) tokens is a good first Claude Code task. */
body { margin: 0; font-family: var(--font-sans); background: #f6f8f9; color: #1e2c31; -webkit-font-smoothing: antialiased; }
    a { color: #017a99; text-decoration: none; } a:hover { color: #0098bd; }
    h1, h2, h3, h4, p { margin: 0; }
    .nav-link { font-size: 14px; font-weight: 500; color: #33434a; padding: 8px 12px; border-radius: 999px; }
    .nav-link:hover { color: #001519; background: #eceff1; }
    .nav-link.active { color: #001519; }
    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 48px; padding: 0 24px; border-radius: 999px; font-size: 16px; font-weight: 500; font-family: inherit; cursor: pointer; transition: background 180ms cubic-bezier(.4,0,.2,1), border-color 180ms cubic-bezier(.4,0,.2,1); text-decoration: none; box-sizing: border-box; }
    .btn:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(0,186,229,.35); }
    .btn-primary { background: #00bae5; color: #001519; border: 1px solid #00bae5; }
    .btn-primary:hover { background: #0098bd; border-color: #0098bd; color: #001519; }
    .btn-primary:active { background: #017a99; border-color: #017a99; transform: translateY(1px); }
    .btn-secondary { background: #ffffff; color: #001519; border: 1px solid #c4ced2; }
    .btn-secondary:hover { background: #f6f8f9; border-color: #94a3aa; color: #001519; }
    .btn-sm { height: 40px; padding: 0 18px; font-size: 14px; }
    .btn-on-ink { background: #ffffff; color: #001519; border: 1px solid #ffffff; }
    .btn-on-ink:hover { background: #d6f3fb; border-color: #d6f3fb; color: #001519; }
    .eyebrow { font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #017a99; }
    .h-display { font-size: 64px; font-weight: 500; line-height: 1.1; letter-spacing: -0.02em; color: #001519; text-wrap: balance; }
    .h-section { font-size: 36px; font-weight: 500; line-height: 1.1; letter-spacing: -0.02em; color: #001519; text-wrap: balance; }
    .h-feature { font-size: 28px; font-weight: 500; line-height: 1.15; letter-spacing: -0.02em; color: #001519; text-wrap: balance; }
    .h-card { font-size: 18px; font-weight: 500; line-height: 1.3; letter-spacing: -0.01em; color: #001519; }
    .lead { font-size: 18px; line-height: 1.5; color: #4c5d64; text-wrap: pretty; }
    .body { font-size: 16px; line-height: 1.5; color: #33434a; text-wrap: pretty; }
    .muted { font-size: 14px; line-height: 1.5; color: #4c5d64; }
    .caption { font-size: 14px; color: #4c5d64; }
    .kbd { font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-size: 14px; background: #eceff1; color: #153039; padding: 2px 6px; border-radius: 4px; }
    .frame { background: #ffffff; border: 1px solid #dde3e6; border-radius: 16px; box-shadow: 0 12px 28px rgba(0,21,25,.12), 0 4px 8px rgba(0,21,25,.05); overflow: hidden; display: flex; flex-direction: column; box-sizing: border-box; }
    .frame-bar { height: 40px; display: flex; align-items: center; gap: 8px; padding: 0 16px; border-bottom: 1px solid #eceff1; background: #f6f8f9; flex-shrink: 0; }
    .dot { width: 10px; height: 10px; border-radius: 999px; background: #dde3e6; }
    .frame-url { margin-left: 12px; flex-grow: 1; min-width: 0; height: 24px; border-radius: 6px; background: #eceff1; display: block; line-height: 24px; padding: 0 12px; font-size: 12px; color: #697c84; font-family: ui-monospace, Menlo, monospace; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .frame-body { flex-grow: 1; margin: 12px; border: 2px dashed #c4ced2; border-radius: 10px; background: #f6f8f9; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center; padding: 24px; }
    .ph-label { font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #697c84; }
    .ph-text { font-size: 16px; font-weight: 500; color: #33434a; max-width: 36ch; line-height: 1.4; }
    .ph-note { font-size: 13px; color: #4c5d64; }
    .card { background: #ffffff; border: 1px solid #dde3e6; border-radius: 12px; box-shadow: 0 1px 3px rgba(0,21,25,.08), 0 1px 2px rgba(0,21,25,.04); }
    .icon-wrap { width: 44px; height: 44px; border-radius: 12px; background: #eefafe; color: #017a99; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
    .step-num { width: 44px; height: 44px; border-radius: 999px; background: #eefafe; color: #017a99; font-weight: 500; font-size: 18px; display: flex; align-items: center; justify-content: center; }
    .faq-item { background: #ffffff; border: 1px solid #dde3e6; border-radius: 12px; }
    .faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; font-size: 18px; font-weight: 500; color: #001519; letter-spacing: -0.01em; }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary:hover { background: #eefafe; border-radius: 12px; }
    .faq-item[open] summary { border-bottom: 1px solid #eceff1; border-radius: 12px 12px 0 0; }
    .faq-item p { padding: 16px 24px 20px; }
    .footer-link { font-size: 14px; color: #4c5d64; } .footer-link:hover { color: #001519; }
    .side-link { display: block; font-size: 14px; color: #33434a; padding: 8px 12px; border-radius: 8px; } .side-link:hover { background: #eceff1; color: #001519; }
    .side-link.active { background: #eefafe; color: #017a99; font-weight: 500; }
    .toc-link { display: block; font-size: 14px; color: #4c5d64; padding: 6px 0 6px 16px; border-left: 2px solid #dde3e6; } .toc-link:hover { color: #001519; }
    .toc-link.active { color: #017a99; border-left-color: #00bae5; }
    .article h2 { font-size: 28px; font-weight: 500; letter-spacing: -0.02em; color: #001519; line-height: 1.15; }
    .article h3 { font-size: 22px; font-weight: 500; letter-spacing: -0.01em; color: #001519; line-height: 1.3; }
    .article p, .article li { font-size: 17px; line-height: 1.6; color: #33434a; }
    .article ul, .article ol { margin: 0; padding-left: 24px; display: flex; flex-direction: column; gap: 8px; }
    .article code { font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-size: 15px; background: #eceff1; color: #153039; padding: 2px 6px; border-radius: 4px; }
    .article pre { margin: 0; background: #001519; color: #eefafe; padding: 20px 24px; border-radius: 12px; font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-size: 14px; line-height: 1.6; overflow: auto; }
    .callout { background: #eefafe; border: 1px solid #d6f3fb; border-radius: 12px; padding: 16px 20px; display: flex; gap: 12px; align-items: flex-start; }
    .search { display: flex; align-items: center; gap: 12px; height: 56px; padding: 0 20px; background: #ffffff; border: 1px solid #c4ced2; border-radius: 999px; box-shadow: 0 4px 12px rgba(0,21,25,.08), 0 2px 4px rgba(0,21,25,.04); }
    .search input { flex-grow: 1; border: 0; outline: none; font: inherit; font-size: 16px; color: #001519; background: transparent; }
    .search input::placeholder { color: #697c84; }
    .search:focus-within { border-color: #00bae5; box-shadow: 0 0 0 3px rgba(0,186,229,.35); }
    .cat-card { background: #ffffff; border: 1px solid #dde3e6; border-radius: 12px; box-shadow: 0 1px 3px rgba(0,21,25,.08), 0 1px 2px rgba(0,21,25,.04); padding: 24px; display: flex; flex-direction: column; gap: 12px; color: inherit; transition: transform 180ms cubic-bezier(.4,0,.2,1), box-shadow 180ms cubic-bezier(.4,0,.2,1); }
    .cat-card:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,21,25,.08), 0 2px 4px rgba(0,21,25,.04); color: inherit; }
    .crumb { font-size: 14px; color: #4c5d64; } .crumb:hover { color: #001519; }

/* --- Fluid layout overrides (the design canvas used fixed 1440px artboards) --- */
.page { display: flex; flex-direction: column; min-height: 100vh; background: var(--bg-page); }
.container { width: min(1200px, 100% - 32px); margin: 0 auto; }
.shot { display: block; width: 100%; height: auto; }
@media (max-width: 900px) {
  .h-display { font-size: 40px; }
  .feature-row { flex-direction: column !important; }
  .feature-row > * { flex: 1 1 auto !important; width: 100%; }
  .grid-3 { grid-template-columns: 1fr !important; }
  .steps { flex-direction: column !important; }
  .hero-frame { width: 100% !important; margin-bottom: 0 !important; }
  .hero-frame .frame, .feature-row .frame { height: auto !important; }
  .nav-links { display: none !important; }
  .h-section { font-size: 28px; }
  .frame-url { font-size: 11px; }
  .container, .container > div { flex-wrap: wrap; }
  .container > * { min-width: 0; }
  body { overflow-x: hidden; }
}
