/* calcx.net — core site */
:root { color-scheme: light; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif; overflow-x: hidden; background: #f8fafc; color: #1e293b; min-height: 100vh; }
img, svg { max-width: 100%; height: auto; }
a { color: inherit; }
.tabular-nums { font-variant-numeric: tabular-nums; }
select { -webkit-appearance: none; appearance: none; }
.sr-only, .sg-skip, .cx-skip { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.sr-only:focus, .sg-skip:focus, .cx-skip:focus { position: fixed; top: 8px; left: 8px; z-index: 9999; width: auto; height: auto; clip: auto; padding: 8px 12px; background: #fff; border: 2px solid #2563eb; }

/* SVG icon system (page.html) */
svg.icon { display: inline-block; vertical-align: middle; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.icon-xs { width: 12px; height: 12px; stroke-width: 2.5; }
.icon-sm { width: 14px; height: 14px; stroke-width: 2.2; }
.icon-md { width: 16px; height: 16px; stroke-width: 2; }
.icon-base { width: 18px; height: 18px; stroke-width: 1.8; }
.icon-lg { width: 20px; height: 20px; stroke-width: 1.8; }
.icon-xl { width: 22px; height: 22px; stroke-width: 1.8; }
.icon-filled { fill: currentColor; stroke: none; }

/* Accordion / info / modal helpers */
.acc-body { display: grid; grid-template-rows: 1fr; transition: grid-template-rows 260ms ease; }
.acc-body.closed { grid-template-rows: 0fr; }
.acc-inner { overflow: hidden; }
.acc-chevron { transition: transform 260ms ease; }
.chevron-closed { transform: rotate(-90deg); }
.info-box { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 200ms ease; }
.info-box.open { grid-template-rows: 1fr; }
.info-box > div { overflow: hidden; }
.line-clamp-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.calc-primary-bg { background: linear-gradient(to bottom, #f0f6ff 0%, #ffffff 120px); }

/* Legacy sg-* bridge until step B layout */
.sg-wrap { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.sg-top { background: #fff; border-bottom: 1px solid #e2e8f0; }
.sg-top__inner { display: flex; align-items: center; justify-content: space-between; min-height: 64px; gap: 12px; }
.sg-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; }
.sg-foot { background: #fff; border-top: 1px solid #e2e8f0; padding: 32px 0 16px; margin-top: 48px; }
.sg-foot__grid { display: grid; gap: 24px; grid-template-columns: 1fr; }
@media (min-width: 768px) { .sg-foot__grid { grid-template-columns: 2fr 1fr; } }
.sg-foot__links { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.sg-foot__links a { text-decoration: none; color: #64748b; font-size: 14px; }
.sg-foot__copy { padding-top: 16px; margin-top: 16px; border-top: 1px solid #f1f5f9; font-size: 12px; color: #94a3b8; }

.hidden { display: none !important; }
.cx-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* Header */
.cx-header { position: sticky; top: 0; z-index: 50; background: #fff; border-bottom: 1px solid #e2e8f0; min-height: 64px; }
.cx-header__inner { max-width: 1880px; margin: 0 auto; padding: 0 16px; height: 64px; display: flex; align-items: center; gap: 12px; }
@media (min-width: 1024px) { .cx-header__inner { padding: 0 24px; } }
.cx-header__logo { display: flex; align-items: center; text-decoration: none; color: #0f172a; flex-shrink: 0; }
.cx-header__logo-img { display: block; height: 32px; width: auto; max-width: 88px; flex-shrink: 0; }
@media (max-width: 639px) { .cx-header__logo-img { height: 28px; max-width: 76px; } }
.cx-header__search { flex: 1; min-width: 0; max-width: none; margin: 0 8px; position: relative; display: block; }
@media (min-width: 640px) { .cx-header__search { max-width: 36rem; margin: 0 12px; } }
.cx-header__search input { font-size: 13px; padding: 8px 12px 8px 36px; }
@media (min-width: 640px) { .cx-header__search input { font-size: 14px; padding: 10px 16px 10px 40px; } }
.cx-header__search input { width: 100%; background: #f1f5f9; border: 1px solid transparent; border-radius: 8px; padding: 10px 16px 10px 40px; font-size: 14px; outline: none; }
.cx-header__search input:focus { background: #fff; border-color: #2563eb; }
.cx-header__search-ico { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #94a3b8; pointer-events: none; }
.cx-header__search-results { border-radius: 8px; }
.cx-search-results { position: absolute; left: 0; right: 0; top: calc(100% + 6px); background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; box-shadow: 0 10px 25px rgb(0 0 0 / 0.08); z-index: 40; overflow: hidden; max-height: 320px; overflow-y: auto; }
.cx-search-results:empty, .cx-search-results[hidden] { display: none; }
.cx-search-hit { display: block; padding: 12px 16px; text-decoration: none; border-bottom: 1px solid #f1f5f9; color: inherit; }
.cx-search-hit:hover { background: #eff6ff; }
.cx-search-hit:last-child { border-bottom: 0; }
.cx-search-hit__name { display: block; font-size: 0.875rem; font-weight: 700; color: #0f172a; }
.cx-search-hit:hover .cx-search-hit__name { color: #2563eb; }
.cx-search-hit__cat { display: block; margin-top: 2px; font-size: 0.75rem; font-weight: 500; color: #64748b; }
.cx-header__nav { display: none; align-items: center; gap: 24px; margin-left: auto; font-size: 14px; font-weight: 700; color: #475569; flex-shrink: 0; }
@media (min-width: 1024px) { .cx-header__nav { display: flex; } }
.cx-header__nav a { text-decoration: none; color: inherit; }
.cx-header__nav a:hover { color: #2563eb; }
.cx-header__login { background: #0f172a; color: #fff !important; padding: 8px 20px; border-radius: 8px; font-size: 12px; text-decoration: none; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1); border: 0; cursor: pointer; font-family: inherit; }
.cx-header__login:hover { background: #2563eb; }
.cx-header__login--sm { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; }
.cx-header__user { display: none; align-items: center; gap: 8px; padding: 4px 10px 4px 4px; border-radius: 999px; border: 1px solid #e2e8f0; background: #fff; text-decoration: none; color: #334155; font-size: 12px; font-weight: 700; max-width: 180px; }
@media (min-width: 1024px) { .cx-header__user { display: inline-flex; } }
.cx-header__user:hover { border-color: #93c5fd; color: #2563eb; }
.cx-header__user-avatar { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.cx-header__user-avatar--sm { width: 20px; height: 20px; }
.cx-header__user-fallback { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: #eff6ff; color: #2563eb; font-size: 12px; }
.cx-header__user-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cx-header__burger { display: flex; padding: 8px; border: 0; background: transparent; border-radius: 8px; color: #475569; margin-left: 0; flex-shrink: 0; cursor: pointer; position: relative; z-index: 3; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.cx-header__burger .icon { pointer-events: none; }
@media (max-width: 1023px) { .cx-header__burger { margin-left: auto; } }
@media (min-width: 1024px) { .cx-header__burger { display: none; } }
.cx-lang { position: relative; }
.cx-lang__btn { display: flex; align-items: center; gap: 6px; padding: 6px 12px; border: 1px solid #e2e8f0; border-radius: 8px; background: #fff; font-size: 12px; font-weight: 700; cursor: pointer; color: #475569; }
.cx-lang__flag { display: inline-flex; align-items: center; justify-content: center; width: 1.125rem; flex-shrink: 0; line-height: 1; }
.cx-lang__flag-emoji { font-size: 1rem; line-height: 1; }
.cx-lang__flag-img { display: block; width: 1.125rem; height: auto; max-height: 0.875rem; border-radius: 2px; object-fit: cover; }
.cx-lang__menu { display: none; position: absolute; right: 0; top: calc(100% + 4px); min-width: 11rem; max-height: 320px; overflow-y: auto; background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1); list-style: none; margin: 0; padding: 8px 0; z-index: 60; }
.cx-lang__menu.is-open { display: block; }
.cx-lang__menu a { display: flex; align-items: center; gap: 8px; padding: 8px 16px; font-size: 12px; font-weight: 600; text-decoration: none; color: #475569; }
.cx-lang__menu a:hover, .cx-lang__menu a.is-active { background: #eff6ff; color: #2563eb; }
.cx-mobile-menu { background: #fff; box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1); padding: 10px 16px 14px; }
@media (min-width: 1024px) { .cx-mobile-menu { display: none !important; } }
.cx-mobile-menu__title { font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; color: #94a3b8; margin: 0 0 12px; }
.cx-mobile-menu__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 20px; }
.cx-mobile-menu__link { display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: #f8fafc; border-radius: 12px; font-size: 14px; font-weight: 700; color: #334155; text-decoration: none; }
.cx-mobile-menu__link:hover { background: #eff6ff; color: #2563eb; }
.cx-mobile-menu__icon { display: flex; align-items: center; justify-content: center; width: 20px; flex-shrink: 0; }
.cx-mobile-menu__foot { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cx-mobile-menu:has(.cx-mobile-menu__grid) { padding: 20px 16px; }
.cx-mobile-menu:has(.cx-mobile-menu__grid) .cx-mobile-menu__foot { margin-top: 4px; padding-top: 16px; border-top: 1px solid #f1f5f9; }
.cx-mobile-menu__foot .cx-mobile-menu__title { margin: 0; }
.cx-mobile-menu__lang { flex: 1; max-width: 160px; padding: 8px 12px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 14px; font-weight: 700; background: #f8fafc; }

/* Footer */
.cx-footer { background: #fff; border-top: 1px solid #e2e8f0; padding: 48px 0 24px; margin-top: 64px; }
.cx-footer__inner { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.cx-footer__grid { display: grid; grid-template-columns: 1fr; gap: 40px; font-size: 14px; }
@media (min-width: 768px) { .cx-footer__grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.cx-footer__brand { margin-bottom: 16px; }
.cx-footer__logo { display: inline-flex; text-decoration: none; }
.cx-footer__logo .cx-header__logo-img { height: 28px; max-width: 76px; }
.cx-footer__tagline { color: #64748b; line-height: 1.6; font-style: italic; margin: 0; }
.cx-footer__heading { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; color: #0f172a; margin: 0 0 16px; }
.cx-footer__links { list-style: none; margin: 0; padding: 0; }
.cx-footer__links li { margin-bottom: 12px; }
.cx-footer__links a { color: #64748b; text-decoration: none; font-weight: 500; }
.cx-footer__links a:hover { color: #2563eb; }
.cx-footer__social { display: flex; gap: 16px; color: #94a3b8; }
.cx-footer__social a:hover { color: #2563eb; }
.cx-footer__copy { margin-top: 40px; padding-top: 24px; border-top: 1px solid #f1f5f9; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: #94a3b8; }

/* Share modal */
.cx-share-overlay { position: fixed; inset: 0; z-index: 100; display: flex; align-items: flex-end; justify-content: center; padding: 0; background: rgb(15 23 42 / 0.45); backdrop-filter: blur(4px); }
.cx-share-overlay[hidden] { display: none !important; pointer-events: none !important; }
@media (min-width: 640px) { .cx-share-overlay { align-items: center; padding: 16px; } }
.cx-share-modal { background: #fff; width: 100%; max-width: 28rem; border-radius: 16px 16px 0 0; box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); overflow: hidden; }
@media (min-width: 640px) { .cx-share-modal { border-radius: 16px; } }
.cx-share-modal__head { display: flex; justify-content: space-between; align-items: flex-start; padding: 20px 24px; border-bottom: 1px solid #f1f5f9; }
.cx-share-modal__head h3 { margin: 0; font-size: 18px; font-weight: 900; color: #0f172a; }
.cx-share-modal__sub { margin: 4px 0 0; font-size: 12px; color: #64748b; }
.cx-share-modal__close { border: 0; background: transparent; padding: 8px; border-radius: 12px; color: #64748b; cursor: pointer; }
.cx-share-tabs { display: flex; border-bottom: 1px solid #f1f5f9; padding: 0 8px; }
.cx-share-tab { flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 12px; border: 0; border-bottom: 2px solid transparent; background: transparent; font-size: 14px; font-weight: 700; color: #64748b; cursor: pointer; }
.cx-share-tab.is-active { color: #2563eb; border-bottom-color: #2563eb; }
.cx-share-panel { padding: 24px; }
.cx-share-panel[hidden] { display: none; }
.cx-share-panel__title { margin: 0 0 4px; font-size: 14px; font-weight: 700; color: #0f172a; }
.cx-share-panel__hint { margin: 0 0 20px; font-size: 12px; color: #64748b; line-height: 1.5; }
.cx-share-toggle { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; cursor: pointer; font-size: 14px; font-weight: 600; color: #334155; }
.cx-share-toggle__track { position: relative; width: 40px; height: 24px; background: #e2e8f0; border-radius: 999px; flex-shrink: 0; transition: background 150ms; }
.cx-share-toggle input:checked + .cx-share-toggle__track { background: #2563eb; }
.cx-share-toggle__knob { position: absolute; top: 2px; left: 2px; width: 20px; height: 20px; background: #fff; border-radius: 50%; box-shadow: 0 1px 2px rgb(0 0 0 / 0.15); transition: transform 150ms; }
.cx-share-toggle input:checked + .cx-share-toggle__track .cx-share-toggle__knob { transform: translateX(16px); }
.cx-share-social { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 24px; }
.cx-share-social__btn { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px 8px; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; cursor: pointer; font-size: 12px; font-weight: 700; color: #475569; transition: border-color 150ms, background 150ms; }
.cx-share-social__btn:hover { border-color: #93c5fd; background: #eff6ff; color: #2563eb; }
.cx-share-social__icon { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 18px; }
.cx-share-social__icon--fb { background: #1877f2; }
.cx-share-social__icon--x { background: #0f172a; font-size: 16px; }
.cx-share-social__icon--in { background: #0a66c2; font-size: 14px; }
.cx-share-url { display: flex; align-items: center; gap: 8px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 12px 16px; }
.cx-share-url__text { flex: 1; font-size: 12px; color: #64748b; font-family: ui-monospace, monospace; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cx-share-url__copy { flex-shrink: 0; border: 0; background: transparent; color: #2563eb; font-size: 12px; font-weight: 700; cursor: pointer; display: flex; align-items: center; gap: 4px; }
.cx-share-code { position: relative; background: #0f172a; border-radius: 12px; padding: 16px; }
.cx-share-code pre { margin: 0; font-size: 12px; color: #4ade80; white-space: pre-wrap; word-break: break-all; line-height: 1.5; }
.cx-share-code__copy { position: absolute; top: 12px; right: 12px; border: 0; background: rgb(255 255 255 / 0.1); color: #fff; padding: 6px 12px; border-radius: 8px; font-size: 12px; font-weight: 700; cursor: pointer; display: flex; align-items: center; gap: 6px; }
.cx-share-code__copy:hover { background: rgb(255 255 255 / 0.2); }
.cx-share-cite-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.cx-share-cite-btn { border: 0; padding: 6px 12px; border-radius: 8px; font-size: 12px; font-weight: 700; background: #f1f5f9; color: #475569; cursor: pointer; }
.cx-share-cite-btn.is-active { background: #2563eb; color: #fff; }
.cx-share-cite-body { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; padding: 16px; font-size: 12px; color: #475569; font-family: ui-monospace, monospace; min-height: 80px; margin-bottom: 20px; white-space: pre-wrap; line-height: 1.5; }
.cx-share-cite-copy { width: 100%; border: 0; background: #2563eb; color: #fff; padding: 12px; border-radius: 12px; font-size: 14px; font-weight: 700; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; }
.cx-share-cite-copy:hover { background: #1d4ed8; }
.cx-copy-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 200; background: #0f172a; color: #fff; padding: 10px 20px; border-radius: 999px; font-size: 13px; font-weight: 600; box-shadow: 0 10px 25px rgb(0 0 0 / 0.2); pointer-events: none; }
.cx-copy-toast[hidden] { display: none; }

/* Auth modal + legacy sg-modal bridge */
.cx-modal, .sg-modal { display: none; padding: 0; pointer-events: none; visibility: hidden; }
.cx-modal.cx-modal--open, .sg-modal.sg-modal--open {
  position: fixed; inset: 0; z-index: 120; display: flex; align-items: flex-end; justify-content: center;
  padding: 0; background: rgb(15 23 42 / 0.45); backdrop-filter: blur(4px);
  pointer-events: auto; visibility: visible;
}
.cx-modal[hidden], .sg-modal[hidden] { display: none !important; pointer-events: none !important; visibility: hidden !important; }
@media (min-width: 640px) { .cx-modal.cx-modal--open, .sg-modal.sg-modal--open { align-items: center; padding: 16px; } }
.cx-modal__panel, .sg-modal__panel { background: #fff; width: 100%; max-width: 24rem; border-radius: 16px 16px 0 0; box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); padding: 0 0 24px; position: relative; }
@media (min-width: 640px) { .cx-modal__panel, .sg-modal__panel { border-radius: 16px; } }
.cx-modal__backdrop, .sg-modal__backdrop { position: absolute; inset: 0; }
.cx-modal__close, .sg-modal__close { position: absolute; top: 12px; right: 12px; z-index: 2; border: 0; background: transparent; width: 36px; height: 36px; border-radius: 12px; color: #64748b; font-size: 24px; line-height: 1; cursor: pointer; }
.cx-modal__head, .sg-modal__head { padding: 24px 24px 0; }
.cx-modal__head h2, .sg-modal__head h2 { margin: 0; font-size: 20px; font-weight: 900; color: #0f172a; }
.cx-modal__lead { margin: 8px 0 0; font-size: 13px; line-height: 1.5; color: #64748b; }
.cx-auth-modal__body { padding: 20px 24px 0; }
.cx-auth-modal__disabled { margin: 0; font-size: 14px; color: #64748b; }
.cx-auth-google { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; padding: 12px 16px; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; color: #334155; font-size: 14px; font-weight: 700; text-decoration: none; box-shadow: 0 1px 2px rgb(0 0 0 / 0.05); }
.cx-auth-google:hover { border-color: #93c5fd; background: #f8fafc; color: #0f172a; }
.cx-auth-google__icon { flex-shrink: 0; }
.cx-auth-divider { display: flex; align-items: center; gap: 12px; margin: 16px 0; color: #94a3b8; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.cx-auth-divider::before, .cx-auth-divider::after { content: ""; flex: 1; height: 1px; background: #e2e8f0; }
.cx-auth-magic { margin-top: 0; }
.cx-auth-magic__label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 600; color: #475569; }
.cx-auth-magic__row { display: flex; gap: 8px; flex-wrap: wrap; }
.cx-auth-magic__input { flex: 1 1 180px; min-width: 0; padding: 11px 12px; border: 1px solid #e2e8f0; border-radius: 12px; font-size: 14px; }
.cx-auth-magic__input:focus { outline: none; border-color: #93c5fd; box-shadow: 0 0 0 3px rgb(147 197 253 / .35); }
.cx-auth-magic__btn { flex: 0 0 auto; padding: 11px 14px; border: none; border-radius: 12px; background: #2563eb; color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; }
.cx-auth-magic__btn:hover { background: #1d4ed8; }
.cx-auth-magic__btn:disabled { opacity: .65; cursor: wait; }
.cx-auth-magic__hint { margin: 10px 0 0; font-size: 13px; color: #059669; }
.cx-auth-magic__hint.is-error { color: #dc2626; }
.cx-auth-divider { display: flex; align-items: center; gap: 12px; margin: 16px 0; color: #94a3b8; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.cx-auth-divider::before, .cx-auth-divider::after { content: ""; flex: 1; height: 1px; background: #e2e8f0; }
.cx-auth-magic { margin-top: 0; }
.cx-auth-magic__label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 600; color: #475569; }
.cx-auth-magic__row { display: flex; gap: 8px; flex-wrap: wrap; }
.cx-auth-magic__input { flex: 1 1 180px; min-width: 0; padding: 11px 12px; border: 1px solid #e2e8f0; border-radius: 12px; font-size: 14px; }
.cx-auth-magic__input:focus { outline: none; border-color: #93c5fd; box-shadow: 0 0 0 3px rgb(147 197 253 / .35); }
.cx-auth-magic__btn { flex: 0 0 auto; padding: 11px 14px; border: none; border-radius: 12px; background: #2563eb; color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; }
.cx-auth-magic__btn:hover { background: #1d4ed8; }
.cx-auth-magic__btn:disabled { opacity: .65; cursor: wait; }
.cx-auth-magic__hint { margin: 10px 0 0; font-size: 13px; color: #059669; }
.cx-auth-magic__hint.is-error { color: #dc2626; }
.sg-form label { display: block; margin: 12px 0 4px; font-size: 12px; font-weight: 700; color: #475569; }
.sg-form input, .sg-form textarea { width: 100%; padding: 10px 12px; border: 1px solid #e2e8f0; border-radius: 8px; font: inherit; }
.sg-form button[type=submit] { margin-top: 16px; width: 100%; cursor: pointer; }
