:root {
  --ink: #142321;
  --muted: #6f817c;
  --line: #dce7e2;
  --paper: #f5f8f5;
  --white: #ffffff;
  --mint: #d9f45c;
  --mint-deep: #b8db42;
  --teal: #1d6b60;
  --orange: #ff765d;
  --shadow: 0 18px 52px rgba(22, 61, 53, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", system-ui, sans-serif; }
a { color: inherit; text-decoration: none; }
button, textarea { font: inherit; }
.shell { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.site-header { height: 78px; padding: 0 max(24px, calc((100% - 1120px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(220, 231, 226, .75); background: rgba(245, 248, 245, .90); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 5; }
.brand { display: flex; gap: 10px; align-items: center; font-family: "Space Grotesk", sans-serif; font-size: 19px; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { display: grid; place-items: center; width: 30px; height: 30px; color: var(--ink); background: var(--mint); border-radius: 9px; font-size: 17px; }
.nav-links { display: flex; gap: 30px; margin-left: auto; margin-right: 34px; color: var(--muted); font-size: 13px; font-weight: 600; }
.nav-links a:hover, .text-button:hover { color: var(--teal); }
.nav-cta, .file-button { display: inline-flex; gap: 9px; align-items: center; padding: 11px 16px; color: var(--white); background: var(--ink); border-radius: 9px; font-size: 13px; font-weight: 700; }
.nav-cta span, .file-button span, .primary-button span, .secondary-button span { color: var(--mint); }
.hero { min-height: 450px; padding-top: 104px; padding-bottom: 90px; display: flex; justify-content: space-between; align-items: flex-end; }
.hero-copy { max-width: 700px; }
.eyebrow { margin: 0 0 17px; color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; background: var(--orange); border-radius: 50%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Space Grotesk", sans-serif; letter-spacing: -.065em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(54px, 8vw, 92px); line-height: .96; font-weight: 700; }
h1 em { color: var(--teal); font-style: normal; }
.hero-lede { max-width: 475px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.hero-proof { display: flex; align-items: center; gap: 17px; margin-top: 34px; color: var(--muted); font-size: 12px; }
.hero-proof strong { color: var(--ink); font-size: 17px; }
.proof-divider { width: 1px; height: 25px; background: var(--line); }
.hero-note { width: 195px; padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.55); transform: rotate(3deg); }
.note-label { color: var(--orange); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-note p { margin: 12px 0 0; font-size: 13px; line-height: 1.7; }
.workspace { padding-bottom: 106px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 27px; }
h2 { margin-bottom: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1; }
.heading-meta { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; text-align: right; }
.app-card { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 288px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.account-strip { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 68px; padding: 12px 16px; margin-bottom: 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.72); }
.account-copy { display: flex; align-items: center; gap: 9px; min-width: 190px; }
.account-copy strong, .account-copy small { display: block; }
.account-copy strong { color: var(--ink); font-size: 12px; }
.account-copy small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.auth-controls { display: flex; align-items: center; gap: 6px; }
.auth-controls input { width: 145px; padding: 9px 10px; border: 1px solid var(--line); border-radius: 7px; outline: none; background: var(--white); color: var(--ink); font-size: 11px; }
.auth-controls input:focus { border-color: var(--teal); }
.mini-button { padding: 9px 11px; color: var(--ink); border: 1px solid var(--line); border-radius: 7px; background: var(--white); cursor: pointer; font-size: 11px; font-weight: 700; }
.mini-button:hover { border-color: var(--teal); }
.accent-mini { color: var(--ink); border-color: var(--mint-deep); background: var(--mint); }
.upload-panel, .paste-panel { padding: 37px; }
.upload-panel { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border-right: 1px solid var(--line); background: linear-gradient(135deg, #fafff1, #f1f8f5); transition: background .2s, border-color .2s; }
.upload-panel.drag-over { background: #e7f7ce; border-color: var(--mint-deep); }
.upload-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 20px; color: var(--teal); background: var(--mint); border-radius: 13px; font-size: 22px; font-weight: 700; }
.upload-panel h3 { margin-bottom: 10px; font-family: "Space Grotesk", sans-serif; font-size: 22px; letter-spacing: -.04em; }
.upload-panel p { margin-bottom: 22px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.upload-hint { margin-top: 12px; color: var(--muted); font-size: 11px; }
.paste-panel { display: flex; flex-direction: column; justify-content: center; background: #fff; }
.panel-label-row { display: flex; justify-content: space-between; margin-bottom: 11px; font-size: 12px; font-weight: 700; }
.text-button { padding: 0; color: var(--teal); border: 0; background: none; cursor: pointer; font-size: 11px; font-weight: 700; }
textarea { width: 100%; min-height: 145px; padding: 14px; resize: vertical; border: 1px solid var(--line); border-radius: 10px; outline: none; color: var(--ink); background: #fbfdfb; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 11px; line-height: 1.6; }
textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(29, 107, 96, .10); }
.primary-button, .secondary-button { border: 0; cursor: pointer; font-weight: 700; }
.primary-button { display: inline-flex; justify-content: space-between; align-items: center; padding: 13px 16px; color: var(--white); background: var(--teal); border-radius: 9px; font-size: 12px; }
.primary-button:hover { background: #155a50; }
.full-button { width: 100%; margin-top: 12px; }
.status-row { display: flex; align-items: center; gap: 9px; min-height: 52px; color: var(--muted); font-size: 11px; }
.status-dot { width: 7px; height: 7px; background: var(--mint-deep); border-radius: 50%; }
.status-dot.busy { background: var(--orange); animation: pulse 1s infinite; }
@keyframes pulse { 50% { opacity: .35; } }
.results-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.results-header { display: flex; align-items: end; justify-content: space-between; padding: 30px 30px 22px; }
.results-header .eyebrow { margin-bottom: 13px; }
.results-header h2 { font-size: 30px; }
.results-actions { display: flex; align-items: center; gap: 15px; }
.download-group { display: flex; gap: 7px; }
.row-count { color: var(--muted); font-size: 11px; }
.secondary-button { padding: 10px 13px; color: var(--ink); border: 1px solid var(--line); border-radius: 8px; background: var(--white); font-size: 11px; }
.secondary-button:hover { border-color: var(--teal); }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; text-align: left; }
th, td { padding: 14px 18px; border-top: 1px solid #edf2ef; white-space: nowrap; font-size: 12px; }
th { color: var(--muted); background: #fbfdfb; font-size: 10px; font-weight: 700; letter-spacing: .06em; }
td { color: #37514b; }
td:first-child { color: var(--ink); font-weight: 600; }
td:nth-child(4), td:nth-child(5), td:nth-child(6) { font-variant-numeric: tabular-nums; text-align: right; }
.privacy-note { padding: 15px 18px; color: var(--muted); border-top: 1px solid #edf2ef; font-size: 10px; }
.privacy-note span { margin-right: 5px; color: var(--teal); font-size: 15px; }
.how-section, .pricing-section { padding-bottom: 108px; }
.compact-heading { margin-bottom: 30px; }
.steps-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.step-card, .price-card { min-height: 193px; padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.56); }
.step-card { position: relative; }
.featured-step { color: var(--white); background: var(--teal); border-color: var(--teal); }
.step-number { color: var(--orange); font-family: "Space Grotesk", sans-serif; font-size: 11px; font-weight: 700; }
.step-card h3 { margin: 37px 0 9px; font-family: "Space Grotesk", sans-serif; font-size: 21px; letter-spacing: -.04em; }
.step-card p { max-width: 220px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.featured-step p { color: #d2e3df; }
.price-card { position: relative; min-height: 310px; background: var(--white); }
.price-card.popular { border: 2px solid var(--teal); }
.popular-tag { position: absolute; top: -13px; right: 19px; padding: 5px 9px; color: var(--ink); background: var(--mint); border-radius: 5px; font-size: 9px; font-weight: 700; }
.price-name { margin-bottom: 17px; color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price { margin-bottom: 6px; font-family: "Space Grotesk", sans-serif; font-size: 49px; font-weight: 700; letter-spacing: -.08em; }
.price span { margin-right: 4px; color: var(--muted); font-size: 17px; vertical-align: top; letter-spacing: 0; }
.price small { margin-left: 4px; color: var(--muted); font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 500; letter-spacing: 0; }
.price-desc { color: var(--muted); font-size: 11px; }
.price-card ul { padding: 0; margin: 20px 0; color: #47625b; list-style: none; font-size: 11px; line-height: 2; }
.price-card li::before { content: "✓"; margin-right: 8px; color: var(--teal); font-weight: 700; }
.price-link { display: flex; width: 100%; justify-content: space-between; padding: 12px 0 0; border: 0; border-top: 1px solid var(--line); color: var(--teal); background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; text-align: left; }
.site-footer { display: flex; justify-content: space-between; padding-top: 23px; padding-bottom: 28px; color: var(--muted); border-top: 1px solid var(--line); font-size: 10px; }
.site-footer a { color: var(--teal); }
.legal-page { max-width: 760px; padding-top: 90px; padding-bottom: 100px; }
.legal-page h1 { margin-bottom: 25px; font-size: clamp(48px, 8vw, 78px); }
.legal-page h2 { margin-top: 42px; margin-bottom: 13px; font-size: 27px; }
.legal-page p { color: var(--muted); font-size: 14px; line-height: 1.85; }
.legal-page a { color: var(--teal); font-weight: 700; }
@media (max-width: 760px) {
  .shell { width: min(100% - 30px, 600px); }
  .site-header { padding: 0 15px; }
  .nav-links { display: none; }
  .hero { min-height: 0; padding: 71px 0 64px; display: block; }
  h1 { font-size: 57px; }
  .hero-note { margin: 43px 0 0 auto; }
  .section-heading { display: block; }
  .heading-meta { margin-top: 17px; text-align: left; }
  .app-card, .steps-grid, .pricing-grid { grid-template-columns: 1fr; }
  .account-strip { display: block; }
  .auth-controls { flex-wrap: wrap; margin-top: 12px; }
  .auth-controls input { flex: 1 1 130px; width: auto; }
  .upload-panel { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .results-header { display: block; padding: 24px 19px 18px; }
  .results-actions { margin-top: 18px; justify-content: space-between; }
  .download-group { flex-wrap: wrap; justify-content: flex-end; }
  .site-footer { display: block; line-height: 2; }
}
