:root {
  color-scheme: light;
  --navy: #10213f;
  --navy-2: #1b2b49;
  --teal: #148b87;
  --teal-dark: #0d706d;
  --teal-pale: #e8f5f3;
  --gold: #e9a944;
  --ink: #172236;
  --muted: #667385;
  --line: #dce3ea;
  --paper: #fff;
  --canvas: #f5f7f9;
  --danger: #b54040;
  --radius: 12px;
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
button, input { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  align-items: center;
  display: flex;
  height: 76px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 32px;
}
.site-header.compact { max-width: none; border-bottom: 1px solid var(--line); }
.brand { align-items: center; display: inline-flex; font-size: 20px; gap: 10px; text-decoration: none; color: var(--navy); letter-spacing: -.03em; }
.brand img { border-radius: 8px; box-shadow: 0 4px 12px #10213f20; }
.brand strong { color: var(--teal); }
.main-nav { align-items: center; display: flex; gap: 30px; }
.main-nav > a:not(.button) { color: #4c5868; font-size: 14px; font-weight: 600; text-decoration: none; }
.main-nav > a:hover { color: var(--teal); }
.menu-button { display: none; }

.button {
  align-items: center;
  background: var(--teal);
  border: 1px solid var(--teal);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 750;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
  transition: background .18s ease, border .18s ease, transform .18s ease;
}
.button:hover { background: var(--teal-dark); border-color: var(--teal-dark); transform: translateY(-1px); }
.button-secondary { background: #fff; border-color: #c9d3dd; color: var(--navy); }
.button-secondary:hover { background: #f7f9fa; border-color: #9eacb9; }
.button-small { min-height: 38px; padding-inline: 16px; font-size: 14px; }
.button-full { width: 100%; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { color: var(--teal-dark); font-size: 14px; font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.hero { align-items: center; display: grid; gap: 62px; grid-template-columns: .9fr 1.1fr; min-height: 660px; padding-block: 66px 86px; }
.hero h1 { color: var(--navy); font-size: clamp(44px, 5vw, 68px); letter-spacing: -.055em; line-height: 1.02; margin: 0 0 24px; }
.hero h1 span { color: var(--teal); }
.hero-lead { color: #526071; font-size: 19px; line-height: 1.65; margin: 0 0 30px; max-width: 580px; }
.trust-row { color: #697585; display: flex; flex-wrap: wrap; font-size: 13px; gap: 18px; margin-top: 22px; }
.trust-row span::first-letter { color: var(--teal); }

.product-frame { background: var(--paper); border: 1px solid #d9e1e7; border-radius: 14px; box-shadow: 0 28px 70px #10213f1c, 0 4px 12px #10213f10; overflow: hidden; transform: perspective(1400px) rotateY(-2deg) rotateX(1deg); }
.window-bar { align-items: center; background: #f3f5f7; border-bottom: 1px solid var(--line); color: #727d8b; display: flex; font-size: 10px; gap: 6px; height: 34px; padding: 0 12px; }
.window-bar i { background: #c7ced5; border-radius: 50%; height: 7px; width: 7px; }
.window-bar i:first-child { background: #de7b70; }
.window-bar i:nth-child(2) { background: #e6b85f; }
.window-bar i:nth-child(3) { background: #6fc099; }
.window-bar span { margin-left: auto; margin-right: auto; }
.app-preview { display: grid; grid-template-columns: 112px 1fr; min-height: 430px; }
.app-preview aside { background: var(--navy); color: #b9c4d4; display: flex; flex-direction: column; font-size: 10px; gap: 6px; padding: 18px 10px; }
.app-preview aside span { border-radius: 5px; padding: 9px 8px; }
.app-preview aside .active { background: #ffffff16; color: #fff; }
.preview-logo { align-items: center; background: var(--teal); border-radius: 7px; color: #fff; display: flex; font-weight: 800; height: 30px; justify-content: center; margin: 0 0 18px 5px; width: 30px; }
.preview-main { background: #f7f8fa; padding: 22px; }
.preview-heading { align-items: center; display: flex; justify-content: space-between; }
.preview-heading div { display: grid; gap: 3px; }
.preview-heading small, .preview-stats small { color: #8791a0; font-size: 8px; letter-spacing: .08em; }
.preview-heading strong { color: var(--navy); font-size: 18px; }
.preview-heading button { background: var(--teal); border: 0; border-radius: 5px; color: #fff; font-size: 9px; padding: 7px 12px; }
.preview-stats { display: grid; gap: 9px; grid-template-columns: 1.5fr 1fr 1fr; margin: 20px 0; }
.preview-stats div { background: #fff; border: 1px solid #e1e6eb; border-radius: 7px; display: grid; gap: 7px; padding: 14px; }
.preview-stats strong { color: var(--navy); font-size: 15px; }
.preview-table { background: #fff; border: 1px solid #e1e6eb; border-radius: 7px; overflow: hidden; }
.preview-table > div { align-items: center; border-bottom: 1px solid #edf0f3; display: grid; font-size: 9px; gap: 10px; grid-template-columns: 1fr 70px 80px; min-height: 45px; padding: 0 13px; }
.preview-table > div:last-child { border-bottom: 0; }
.preview-table .table-head { background: #f5f7f9; color: #7a8492; font-size: 8px; font-weight: 700; min-height: 30px; text-transform: uppercase; }
.preview-table span:nth-child(n+2), .preview-table strong { text-align: right; }
.preview-table b { color: var(--teal); margin-right: 6px; }
.preview-table .subrow { color: #657080; padding-left: 32px; }

.section { padding-block: 98px; }
.section-heading { max-width: 760px; }
.section-heading.narrow { max-width: 560px; }
.section-heading h2, .cta h2 { color: var(--navy); font-size: clamp(32px, 4vw, 46px); letter-spacing: -.04em; line-height: 1.12; margin: 10px 0 0; }
.kicker { color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; margin: 0; text-transform: uppercase; }
.feature-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); margin-top: 54px; }
.feature-grid article { border: 1px solid var(--line); border-radius: var(--radius); min-height: 250px; padding: 28px; }
.feature-icon { align-items: center; background: var(--teal-pale); border-radius: 7px; color: var(--teal-dark); display: flex; font-size: 12px; font-weight: 800; height: 38px; justify-content: center; width: 38px; }
.feature-grid h3 { color: var(--navy); font-size: 19px; margin: 36px 0 10px; }
.feature-grid p, .cta p { color: var(--muted); font-size: 15px; line-height: 1.65; margin: 0; }
.workflow-section { background: var(--canvas); border-block: 1px solid var(--line); padding-block: 94px; }
.steps { display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 52px 0 0; padding: 0; }
.steps li { align-items: flex-start; background: #fff; border: 1px solid var(--line); display: flex; gap: 18px; margin-left: -1px; min-height: 168px; padding: 26px; }
.steps li:first-child { border-radius: 10px 0 0 10px; }
.steps li:last-child { border-radius: 0 10px 10px 0; }
.steps > li > span, .account-steps > li > span { align-items: center; background: var(--navy); border-radius: 50%; color: #fff; display: flex; flex: 0 0 auto; font-size: 13px; font-weight: 800; height: 30px; justify-content: center; width: 30px; }
.steps h3 { color: var(--navy); font-size: 17px; margin: 3px 0 10px; }
.steps p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
.cta { align-items: center; background: var(--navy); border-radius: 16px; color: #fff; display: grid; gap: 50px; grid-template-columns: 1fr auto; margin-block: 96px; padding: 56px; }
.cta h2 { color: #fff; font-size: 36px; margin-bottom: 14px; }
.cta p:not(.kicker) { color: #c1cbd8; max-width: 660px; }
.cta .text-link { color: #fff; }
.site-footer { align-items: center; border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: 13px; gap: 30px; justify-content: space-between; min-height: 100px; }
.site-footer p { margin-right: auto; }
.site-footer nav { display: flex; gap: 20px; }
.site-footer nav a { text-decoration: none; }

/* Public demo */
.demo-body { background: #f5f7f9; height: 100vh; overflow: hidden; }
.demo-topbar { align-items: center; background: #fff; border-bottom: 1px solid var(--line); display: grid; gap: 28px; grid-template-columns: 240px 1fr auto; height: 68px; padding: 0 24px; position: relative; z-index: 2; }
.demo-state { align-items: center; color: var(--muted); display: flex; font-size: 12px; gap: 9px; }
.demo-state strong { color: var(--teal-dark); }
.read-only-dot { background: var(--teal); border: 4px solid var(--teal-pale); border-radius: 50%; height: 14px; width: 14px; }
.demo-layout { display: grid; grid-template-columns: 230px 1fr; height: calc(100vh - 68px); }
.demo-sidebar { background: var(--navy); color: #fff; display: flex; flex-direction: column; justify-content: space-between; overflow-y: auto; padding: 24px 14px; }
.demo-sidebar nav { display: grid; gap: 4px; }
.demo-sidebar nav button { align-items: center; background: transparent; border: 0; border-radius: 7px; color: #c1cadd; cursor: pointer; display: flex; gap: 12px; padding: 12px 14px; text-align: left; }
.demo-sidebar nav button span { color: #90a1b7; font-size: 16px; width: 18px; }
.demo-sidebar nav button:hover, .demo-sidebar nav button.active { background: #ffffff14; color: #fff; }
.demo-sidebar nav button.active { box-shadow: inset 3px 0 var(--teal); }
.demo-sidebar-note { background: #ffffff0d; border: 1px solid #ffffff15; border-radius: 9px; padding: 16px; }
.demo-sidebar-note strong { font-size: 13px; }
.demo-sidebar-note p { color: #aeb9ca; font-size: 12px; line-height: 1.5; }
.demo-sidebar-note a { color: #72cfca; font-size: 12px; font-weight: 700; }
.demo-workspace { overflow-y: auto; padding: 30px 34px 50px; }
.demo-titlebar { align-items: center; display: flex; justify-content: space-between; margin: 0 auto 24px; max-width: 1380px; }
.demo-titlebar p, .data-card .card-heading p { color: var(--teal-dark); font-size: 10px; font-weight: 800; letter-spacing: .12em; margin: 0 0 4px; }
.demo-titlebar h1 { color: var(--navy); font-size: 27px; letter-spacing: -.03em; margin: 0; }
.demo-titlebar > div > span { color: var(--muted); font-size: 12px; }
.readonly-pill { background: #fff; border: 1px solid var(--line); border-radius: 999px; color: var(--muted) !important; padding: 8px 13px; }
.demo-workspace > section { margin-inline: auto; max-width: 1380px; }
.metric-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); }
.metric-grid article { background: #fff; border: 1px solid var(--line); border-radius: 9px; display: grid; gap: 7px; padding: 20px; }
.metric-grid span { color: #7e8998; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.metric-grid strong { color: var(--navy); font-size: 24px; letter-spacing: -.02em; }
.metric-grid small { color: var(--muted); font-size: 11px; }
.demo-grid { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; margin-top: 14px; }
.data-card { background: #fff; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; }
.wide-card { width: 100%; }
.card-heading { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 18px 20px; }
.card-heading h2 { color: var(--navy); font-size: 17px; margin: 0; }
.card-heading button { background: transparent; border: 0; color: var(--teal-dark); cursor: pointer; font-size: 11px; font-weight: 700; }
.record-count { background: var(--canvas); border-radius: 999px; color: var(--muted); font-size: 11px; padding: 7px 10px; }
.chapter-chart { display: grid; gap: 25px; padding: 25px; }
.chapter-chart > div { display: grid; gap: 8px; grid-template-columns: 1fr auto; }
.chapter-chart span { color: #4d596a; font-size: 13px; }
.chapter-chart strong { color: var(--navy); font-size: 13px; }
.chapter-chart i { background: #e8edf1; border-radius: 5px; grid-column: 1 / -1; height: 8px; overflow: hidden; }
.chapter-chart i b { background: var(--teal); border-radius: inherit; display: block; height: 100%; }
.rank-list { display: grid; list-style: none; margin: 0; padding: 12px 20px; }
.rank-list li { align-items: center; border-bottom: 1px solid #edf0f3; display: flex; font-size: 12px; justify-content: space-between; padding: 11px 0; }
.rank-list li:last-child { border-bottom: 0; }
.rank-list li span { align-items: center; display: flex; gap: 10px; }
.rank-list b { align-items: center; background: var(--canvas); border-radius: 5px; color: var(--muted); display: flex; height: 25px; justify-content: center; width: 25px; }
.rank-list strong { color: var(--navy); }
.table-scroll { max-height: calc(100vh - 205px); overflow: auto; }
table { border-collapse: collapse; font-size: 12px; width: 100%; }
th { background: #f7f8fa; color: #768291; font-size: 9px; letter-spacing: .07em; position: sticky; text-align: left; text-transform: uppercase; top: 0; z-index: 1; }
th, td { border-bottom: 1px solid #edf0f3; padding: 13px 16px; }
tbody tr:hover:not(.chapter-row) { background: #fafcfc; }
td { color: #475365; }
td:first-child { color: var(--teal-dark); font-weight: 700; }
.number { font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.chapter-row td { background: #f1f5f6; color: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .04em; }
tfoot td { background: var(--navy); border: 0; color: #fff !important; font-weight: 800; }
.type-badge { border-radius: 999px; display: inline-block; font-size: 9px; font-weight: 800; padding: 5px 8px; text-transform: uppercase; }
.type-badge.material { background: var(--teal-pale); color: var(--teal-dark); }
.type-badge.labor { background: #fff0db; color: #9b6415; }

/* Account */
.account-body { background: #f4f7f8; min-height: 100vh; }
.account-layout { align-items: start; display: grid; gap: 84px; grid-template-columns: 1fr 520px; padding-block: 72px; }
.account-intro { padding-top: 18px; }
.account-intro h1 { color: var(--navy); font-size: clamp(40px, 5vw, 58px); letter-spacing: -.05em; line-height: 1.04; margin: 14px 0 20px; }
.account-intro > p:not(.kicker) { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 600px; }
.account-steps { display: grid; gap: 20px; list-style: none; margin: 44px 0; padding: 0; }
.account-steps li { align-items: flex-start; display: flex; gap: 16px; }
.account-steps strong { color: var(--navy); display: block; font-size: 15px; margin: 2px 0 4px; }
.account-steps p { color: var(--muted); font-size: 13px; margin: 0; }
.security-note { background: var(--teal-pale); border-left: 3px solid var(--teal); border-radius: 4px 9px 9px 4px; max-width: 560px; padding: 16px 18px; }
.security-note strong { color: var(--teal-dark); font-size: 13px; }
.security-note p { color: #557471; font-size: 12px; line-height: 1.5; margin: 5px 0 0; }
.account-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 18px 50px #10213f12; min-height: 580px; overflow: hidden; padding: 30px; }
.auth-tabs { background: var(--canvas); border-radius: 8px; display: grid; grid-template-columns: 1fr 1fr; margin-bottom: 26px; padding: 4px; }
.auth-tabs button { background: transparent; border: 0; border-radius: 6px; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 700; padding: 10px; }
.auth-tabs button.active { background: #fff; box-shadow: 0 2px 8px #10213f12; color: var(--navy); }
#register-form, #login-form { display: grid; gap: 16px; }
.form-heading h2 { color: var(--navy); font-size: 23px; margin: 0 0 5px; }
.form-heading p { color: var(--muted); font-size: 13px; margin: 0 0 8px; }
label { color: #354256; display: grid; font-size: 12px; font-weight: 700; gap: 7px; }
input { background: #fff; border: 1px solid #cfd8e1; border-radius: 7px; color: var(--ink); min-height: 44px; outline: none; padding: 0 12px; }
input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px #148b871c; }
.form-row { display: grid; gap: 14px; grid-template-columns: 115px 1fr; }
.check-label { align-items: flex-start; display: flex; font-weight: 500; line-height: 1.45; }
.check-label input { flex: 0 0 auto; min-height: 0; margin-top: 2px; }
.check-label a { color: var(--teal-dark); }
.form-error { background: #fff0f0; border-radius: 7px; color: var(--danger); font-size: 12px; margin: 15px 0 0; padding: 12px; }
.account-success { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 14px; padding-bottom: 22px; }
.account-success > span { align-items: center; background: var(--teal-pale); border-radius: 50%; color: var(--teal); display: flex; font-weight: 900; height: 44px; justify-content: center; width: 44px; }
.account-success p { color: var(--teal-dark); font-size: 9px; font-weight: 800; letter-spacing: .1em; margin: 0 0 3px; }
.account-success h2 { color: var(--navy); font-size: 20px; margin: 0; }
.account-details { display: grid; margin: 20px 0; }
.account-details > div { align-items: center; border-bottom: 1px solid #edf0f3; display: flex; justify-content: space-between; padding: 12px 0; }
.account-details dt { color: var(--muted); font-size: 12px; }
.account-details dd { color: var(--navy); font-size: 12px; font-weight: 700; margin: 0; }
.status-pill { background: var(--teal-pale); border-radius: 999px; color: var(--teal-dark); padding: 5px 9px; }
.status-pill.revoked { background: #fff0f0; color: var(--danger); }
.license-reveal { background: #f4f7f8; border: 1px dashed #9cabb9; border-radius: 8px; margin: 20px 0; padding: 14px; }
.license-reveal p { color: #687485; font-size: 9px; font-weight: 800; letter-spacing: .06em; margin: 0 0 9px; }
.license-reveal > div { align-items: center; display: flex; gap: 8px; }
.license-reveal code { color: var(--navy); flex: 1; font-size: 11px; overflow-wrap: anywhere; }
.license-reveal button { background: #fff; border: 1px solid var(--line); border-radius: 6px; color: var(--teal-dark); cursor: pointer; font-size: 11px; font-weight: 700; padding: 7px 9px; }
.download-button { margin-top: 22px; }
.download-help { color: var(--muted); font-size: 11px; line-height: 1.5; text-align: center; }
.quiet-button { background: transparent; border: 0; color: var(--muted); cursor: pointer; display: block; font-size: 12px; margin: 18px auto 0; text-decoration: underline; }

/* Privacy */
.legal { max-width: 760px; padding-block: 76px 110px; }
.legal h1 { color: var(--navy); font-size: 48px; letter-spacing: -.04em; margin: 10px 0; }
.legal-date { color: var(--muted); font-size: 13px; margin-bottom: 42px; }
.legal section { border-top: 1px solid var(--line); padding: 26px 0; }
.legal h2 { color: var(--navy); font-size: 18px; margin: 0 0 10px; }
.legal section p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 45px; }
  .hero-copy { max-width: 720px; }
  .product-frame { transform: none; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li:first-child, .steps li:last-child { border-radius: 9px; margin: -1px 0 0; }
  .account-layout { gap: 50px; grid-template-columns: 1fr; }
  .account-intro { max-width: 700px; }
  .demo-layout { grid-template-columns: 74px 1fr; }
  .demo-sidebar { padding-inline: 8px; }
  .demo-sidebar nav button { justify-content: center; padding: 12px 8px; }
  .demo-sidebar nav button span { width: auto; }
  .demo-sidebar nav button { font-size: 0; }
  .demo-sidebar-note { display: none; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1180px); }
  .site-header { height: 66px; padding-inline: 14px; }
  .menu-button { background: #fff; border: 1px solid var(--line); border-radius: 7px; color: var(--navy); display: block; padding: 8px 11px; }
  .main-nav { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 12px 24px #10213f14; display: none; left: 0; padding: 20px; position: absolute; right: 0; top: 66px; z-index: 5; }
  .main-nav.open { align-items: stretch; display: grid; gap: 16px; }
  .main-nav.open .button { width: 100%; }
  .hero { gap: 42px; min-height: auto; padding-block: 38px 66px; }
  .hero h1 { font-size: 44px; }
  .hero-lead { font-size: 17px; }
  .button-row .button { width: 100%; }
  .product-frame { margin-inline: -7px; }
  .app-preview { grid-template-columns: 63px 1fr; min-height: 360px; }
  .app-preview aside { padding-inline: 7px; }
  .app-preview aside span { overflow: hidden; padding-inline: 4px; text-overflow: clip; white-space: nowrap; width: 45px; }
  .preview-main { padding: 13px; }
  .preview-stats { grid-template-columns: 1fr 1fr; }
  .preview-stats div:first-child { grid-column: 1 / -1; }
  .preview-table > div { grid-template-columns: 1fr 54px 65px; padding-inline: 8px; }
  .feature-grid { grid-template-columns: 1fr; }
  .section { padding-block: 70px; }
  .feature-grid article { min-height: auto; }
  .workflow-section { padding-block: 70px; }
  .cta { gap: 30px; grid-template-columns: 1fr; margin-block: 60px; padding: 34px 24px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 14px; padding-block: 30px; }
  .site-footer p { margin: 0; }
  .demo-body { height: auto; overflow: auto; }
  .demo-topbar { grid-template-columns: 1fr auto; height: 64px; padding-inline: 12px; position: sticky; top: 0; }
  .demo-state { display: none; }
  .demo-topbar .button { padding-inline: 11px; }
  .demo-layout { display: block; height: auto; }
  .demo-sidebar { background: #fff; border-bottom: 1px solid var(--line); color: var(--navy); display: block; overflow-x: auto; padding: 7px; position: sticky; top: 64px; z-index: 2; }
  .demo-sidebar nav { display: flex; min-width: 510px; }
  .demo-sidebar nav button { color: var(--muted); flex: 1; font-size: 10px; justify-content: center; padding: 9px 7px; }
  .demo-sidebar nav button.active { background: var(--teal-pale); box-shadow: none; color: var(--teal-dark); }
  .demo-sidebar nav button span { display: none; }
  .demo-workspace { overflow: visible; padding: 22px 14px 40px; }
  .demo-titlebar { align-items: flex-start; }
  .readonly-pill { display: none; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid strong { font-size: 20px; }
  .demo-grid { grid-template-columns: 1fr; }
  .table-scroll { max-height: none; }
  table { min-width: 720px; }
  .account-layout { padding-block: 40px; }
  .account-intro h1 { font-size: 42px; }
  .account-card { padding: 20px; }
  .form-row { grid-template-columns: 95px 1fr; }
  .legal h1 { font-size: 38px; }
}
