:root { color-scheme: light; } * { box-sizing: border-box; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #f6f8ff; color: #101010; line-height: 1.6; } a { color: inherit; text-decoration: none; } .site-nav { display: flex; gap: 16px; align-items: center; padding: 24px; border-bottom: 1px solid #c7d7f7; background: white; position: sticky; top: 0; } .site-nav .lang-toggle { margin-left: auto; font-weight: 700; } .site-main { max-width: 1040px; margin: 0 auto; padding: 24px; display: grid; gap: 24px; } .hero, .tool-shell, .examples, .faq, .use-cases, .cta, .page, .seo-block, .related-tools { background: white; border: 1px solid #c7d7f7; border-radius: 20px; padding: 24px; } .eyebrow, .field-label { font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #1f6feb; } .hero h1, .page h1, .related-tools h2 { margin: 10px 0 12px; font-size: 2.6rem; line-height: 1.1; } .intro { max-width: 62ch; } .hero-actions, .button-row, .inline-links, .section-header { display: flex; flex-wrap: wrap; gap: 12px; } .button-row { margin-top: 18px; } .section-header { align-items: center; justify-content: space-between; margin-bottom: 16px; } .button, .link-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border-radius: 20px; border: 1px solid #c7d7f7; font-weight: 700; cursor: pointer; } .button.primary, .link-pill { background: #1f6feb; color: white; } .button.secondary { background: #eef6ff; color: #111; } .hero-facts { display: flex; gap: 12px; flex-wrap: wrap; padding: 0; margin: 18px 0 0; list-style: none; } .hero-facts li, .chip { background: #eef6ff; border: 1px solid #c7d7f7; border-radius: 999px; padding: 6px 10px; } .card-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); } .card, .result-card, .tool-card, .faq-item { border: 1px solid #c7d7f7; border-radius: 20px; background: #eef6ff; padding: 24px; } .tool-grid { display: grid; gap: 16px; margin: 16px 0; } .tool-grid.two-up { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); } .input, select, textarea { width: 100%; padding: 12px 14px; border: 1px solid #c7d7f7; border-radius: 20px; background: white; font: inherit; } .textarea { min-height: 160px; } .result-value, code { font-size: 1.1rem; font-weight: 700; word-break: break-word; } .result-pre { margin: 0; white-space: pre-wrap; word-break: break-word; font: inherit; } .context, .tool-note, .site-footer, .muted { color: #4a4a4a; } .site-footer { max-width: 1040px; margin: 0 auto; padding: 0 24px 24px; } @media (max-width: 640px) { .site-nav { flex-wrap: wrap; } .hero h1, .page h1, .related-tools h2 { font-size: 2rem; } .section-header { align-items: flex-start; } }