@font-face { font-family: Golos; src: url('/static/fonts/GolosText.ttf') format('truetype'); font-weight: 100 900; font-display: swap; }
@font-face { font-family: Onest; src: url('/static/fonts/Onest.ttf') format('truetype'); font-weight: 100 900; font-display: swap; }
:root { --paper:#f7f8f4; --ink:#23372e; --muted:#637269; --line:#d8dfd7; --green:#305a45; --lime:#e8efb9; --blue:#eaf0f5; }
* { box-sizing:border-box; }body { margin:0; color:var(--ink); background:var(--paper); font:15px/1.55 Golos,Arial,sans-serif; }button,input,select { font:inherit; }a { color:inherit; }button,summary { cursor:pointer; }button { border:0; }button:disabled { cursor:wait; opacity:.65; }:focus-visible { outline:3px solid #5889b8; outline-offset:4px; }[hidden] { display:none!important; }.sr-only,.skip:not(:focus) { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); }.skip:focus { position:fixed; padding:12px; background:white; z-index:5; }
.topbar { min-height:86px; padding:16px 4.5%; border-bottom:1px solid var(--line); display:flex; justify-content:space-between; align-items:center; gap:20px; background:#fffefa; }.logo { display:flex; align-items:center; gap:12px; text-decoration:none; font-size:25px; font-weight:650; letter-spacing:-1.1px; }.mark { display:grid; place-items:center; width:38px; height:38px; background:var(--green); color:var(--lime); font-size:23px; letter-spacing:-3px; padding-right:3px; border-radius:50%; }.edition { font-size:12px; font-weight:400; letter-spacing:0; color:var(--muted); margin-left:20px; }.account { display:flex; align-items:center; gap:24px; min-width:0; font-size:13px; }.account>span { overflow-wrap:anywhere; }
.workspace { max-width:1360px; padding:48px 48px 20px; margin:auto; }.page-heading { display:flex; justify-content:space-between; align-items:center; margin-bottom:34px; }.eyebrow { margin:0 0 10px; color:var(--muted); font-size:12px; letter-spacing:.055em; }h1 { font-weight:500; font-size:clamp(32px,3.2vw,46px); line-height:1.15; letter-spacing:-1.8px; margin:0 0 16px; }h2 { font-size:21px; line-height:1.3; font-weight:550; letter-spacing:-.5px; margin:0; }h3 { font-size:17px; }p { margin:0 0 16px; }.muted,.field-help { color:var(--muted); }.field-help { font-size:12px; margin:8px 0 20px; }.index-label { font:12px ui-monospace,monospace; color:var(--muted); border-top:1px solid var(--line); padding:12px 0; width:110px; text-align:right; }
.work-grid { display:grid; grid-template-columns:1.22fr 1fr; border:1px solid var(--line); border-radius:8px; overflow:hidden; background:white; }.search-panel,.batch-panel { padding:30px; min-width:0; }.batch-panel { background:#edf1e7; border-left:1px solid var(--line); }.section-heading { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-bottom:25px; }.section-index { font:12px ui-monospace,monospace; color:var(--muted); }
label { display:block; font-size:13px; font-weight:500; margin-bottom:8px; }input:not([type=checkbox]):not([type=file]),select { width:100%; min-width:0; border:1px solid #bfcbbf; border-radius:4px; background:#fff; color:var(--ink); padding:12px; font-size:16px; min-height:46px; }input::placeholder { color:#778279; }.number-field { position:relative; }.number-field input { font:26px ui-monospace,monospace!important; padding:16px 45px 16px 16px!important; letter-spacing:1px; }.number-field>span { position:absolute; right:18px; top:18px; color:var(--muted); }
.search-bottom,.upload-bottom { display:flex; justify-content:space-between; align-items:center; gap:16px; margin-top:24px; flex-wrap:wrap; }.checkbox { display:flex; align-items:center; gap:8px; font-size:12px; color:var(--muted); margin:0; font-weight:400; }.checkbox input { accent-color:var(--green); width:17px; height:17px; flex-shrink:0; }.primary,.secondary { min-height:46px; padding:12px 20px; border-radius:4px; font-size:14px; font-weight:500; transition:background .15s; }.primary { background:var(--green); color:white; }.primary:hover { background:#214333; }.secondary { background:#dbe4cb; color:#2b4534; }.secondary:hover { background:#cedcb7; }.text-button { background:transparent; color:var(--green); padding:9px 0; text-decoration:underline; text-underline-offset:4px; font-size:13px; }.text-link { font-size:13px; text-underline-offset:4px; }
.dropzone { position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:137px; text-align:center; border:1px dashed #9eae96; border-radius:4px; padding:15px; background:#f8faf3; cursor:pointer; overflow-wrap:anywhere; }.dropzone:hover,.dropzone.dragging { background:#e6edda; }.dropzone:focus-within { outline:3px solid #5889b8; outline-offset:3px; }.dropzone input { position:absolute; inset:0; width:100%; height:100%; opacity:0; cursor:pointer; }.dropzone strong { font-size:13px; font-weight:500; }.dropzone>span:last-of-type { font-size:12px; color:var(--muted); margin-top:3px; }.file-symbol { font-size:25px; line-height:1.3; margin-bottom:6px; }
.notice:empty { display:none; }.notice { margin:18px 0 0; padding:12px 14px; background:var(--blue); font-size:13px; border-left:3px solid #6a889e; }.notice.error { color:#8e342b; background:#f9eee8; border-color:#b76048; }.results-panel { margin-top:30px; padding:28px; background:white; border:1px solid var(--line); border-radius:6px; }.results-panel .section-heading { margin-bottom:14px; }.count { border-radius:4px; padding:8px 12px; background:var(--lime); font-size:13px; }.source-reports { display:flex; gap:8px; flex-wrap:wrap; margin:18px 0; }.badge { display:inline-block; padding:5px 9px; border-radius:3px; font-size:12px; background:#edf2eb; color:#3e624c; overflow-wrap:anywhere; }.badge.warning { background:#f9ecd6; color:#855419; }.badge.neutral { background:#eef1f3; color:#52616e; }
.result-tools { display:flex; align-items:center; gap:12px; border-top:1px solid var(--line); padding-top:20px; }.result-tools label { flex-shrink:0; margin:0; }.result-tools input { max-width:340px; }.result-tools select { width:auto; }.table-scroll { max-height:540px; overflow:auto; }table { border-collapse:collapse; width:100%; font-size:13px; }th,td { padding:15px 12px; border-bottom:1px solid var(--line); text-align:left; }th { font-size:11px; font-weight:500; color:var(--muted); background:#f7f8f4; position:sticky; top:0; }td:first-child { font-weight:500; }code { font:14px ui-monospace,monospace; white-space:nowrap; }td a { text-underline-offset:3px; }.copy-button { white-space:nowrap; background:transparent; color:var(--green); padding:8px; font-size:12px; }
.history-panel { margin-top:42px; }.history-panel .section-heading { margin-bottom:12px; }.job-row { display:grid; grid-template-columns:minmax(0,1fr) 150px 170px 140px; gap:20px; align-items:center; padding:20px 0; border-bottom:1px solid var(--line); }.job-name { font-size:14px; font-weight:500; overflow-wrap:anywhere; }.job-date { display:block; color:var(--muted); font-size:12px; margin-top:4px; }.job-progress { font-size:12px; color:var(--muted); }progress { width:100%; height:5px; display:block; margin-top:8px; accent-color:var(--green); }.job-actions { display:flex; flex-direction:column; align-items:flex-end; gap:4px; }.empty-state { padding:32px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); color:var(--muted); font-size:14px; }.empty-state strong { display:block; color:var(--ink); margin-bottom:6px; font-weight:500; }#job-details { margin-top:24px; padding:24px; background:var(--blue); border-radius:4px; }#detail-body { overflow:auto; }
.catalogues { margin-top:40px; padding-top:18px; border-top:1px solid var(--line); }.catalogues summary { display:flex; justify-content:space-between; font-size:13px; }.catalogues summary span { font-size:22px; }.coverage-row { display:flex; flex-wrap:wrap; gap:8px; margin:15px 0; }.coverage-row strong { flex-basis:100%; font-size:13px; }footer { max-width:1360px; margin:28px auto 0; padding:22px 48px; display:flex; justify-content:space-between; gap:20px; color:var(--muted); font-size:11px; }footer>span:first-child { font-weight:600; font-size:15px; }
.login-layout { max-width:1200px; margin:80px auto; padding:0 40px; display:grid; grid-template-columns:1.25fr 1fr; gap:100px; align-items:center; }.login-intro h1 { font-size:clamp(36px,4vw,58px); line-height:1.12; margin:25px 0; }.login-intro h1 span { color:#7a896b; }.login-intro>p:last-of-type { color:var(--muted); max-width:380px; }.specimen { background:#e8eddb; padding:26px; margin-top:40px; transform:rotate(-2deg); max-width:390px; }.specimen>span { font-size:11px; letter-spacing:1px; }.specimen strong { display:block; font:30px ui-monospace,monospace; margin:20px 0; }.specimen>div { display:flex; justify-content:space-between; border-top:1px solid #bdc8ae; padding-top:15px; font-size:11px; }.login-card { background:white; border:1px solid var(--line); padding:36px; border-radius:6px; }.login-card h2 { font-size:28px; margin-bottom:14px; }.login-card form { margin-top:28px; }.login-card input:not([type=checkbox]) { margin-bottom:20px; }.login-card .primary { width:100%; margin-top:25px; }.login-card>.field-help { margin:20px 0 0; }
@media(max-width:1000px) { .workspace { padding:32px 25px; }.work-grid { grid-template-columns:1fr 1fr; }.search-panel,.batch-panel { padding:24px; }.search-bottom .primary { width:100%; }.job-row { grid-template-columns:minmax(0,1fr) 120px 125px; }.job-progress { grid-column:1; grid-row:2; }.job-actions { grid-column:3; grid-row:1 / 3; }.login-layout { gap:40px; }.edition { display:none; } }
@media(max-width:700px) { .topbar { padding:16px 20px; min-height:72px; }.logo { font-size:22px; }.mark { width:32px; height:32px; font-size:20px; }.account { gap:12px; }.account>span { max-width:95px; }.workspace { padding:30px 20px 15px; }.page-heading { margin-bottom:26px; }.index-label { display:none; }h1 { letter-spacing:-1px; }.work-grid { grid-template-columns:1fr; }.batch-panel { border-left:0; border-top:1px solid var(--line); }.search-panel,.batch-panel { padding:22px; }.section-heading { gap:10px; }h2 { font-size:19px; }.upload-bottom>* { flex:1 1 100%; text-align:center; }.results-panel { padding:20px 16px; }.result-tools { flex-wrap:wrap; }.result-tools label { width:100%; }.result-tools input { max-width:none; }.result-tools select { width:100%; }.job-row { grid-template-columns:minmax(0,1fr) auto; gap:12px; }.job-row>.badge { grid-column:2; grid-row:1; }.job-actions { grid-column:2; grid-row:2; }.job-progress { min-width:0; }.job-actions a { font-size:12px; }footer { padding:20px; flex-direction:column; gap:8px; }.login-layout { display:block; padding:0 20px; margin:35px auto; max-width:500px; }.login-intro { display:none; }.login-card { padding:26px; } }
.sr-only { left:0; top:0; }
.quota { min-width:145px; padding:11px 14px; border:1px solid #cbd7c9; border-radius:5px; background:#fff; text-align:right; color:var(--muted); font-size:12px; }
.quota span { display:block; }.quota strong { display:block; color:var(--green); font-size:18px; font-weight:650; }
/* Reading scale: supporting text remains legible on tinted surfaces. */
:root { --ink:#1e3028; --muted:#4f6056; }
body { font-size:16px; line-height:1.6; }
label, .checkbox, .field-help, .eyebrow, .badge,
.job-date, .job-progress, .catalogues summary, .coverage-row strong,
.text-button, .text-link, .copy-button, .notice, .count { font-size:14px; }
.eyebrow { letter-spacing:.015em; }
label, th { font-weight:600; }
.primary, .secondary, .job-name, .dropzone strong { font-size:16px; }
.dropzone>span:last-of-type { font-size:14px; }
table { font-size:15px; line-height:1.65; }
th { font-size:13px; color:var(--ink); background:#edf1e9; }
code { font-size:16px; }
tbody tr:hover { background:#f4f7ef; }
.badge.neutral { color:#384e5d; }
.login-intro h1 span { color:#596b49; }
.result-tools { flex-wrap:wrap; }
.section-heading>div { min-width:0; }
.search-bottom .checkbox { flex:1 1 220px; }
@media(max-width:700px) {
  .job-actions a { font-size:14px; }
  .results-panel>.section-heading { align-items:flex-start; flex-direction:column; }
  .search-panel,.batch-panel { padding:20px; }
  .page-heading { align-items:flex-start; gap:14px; }
  .quota { min-width:auto; padding:8px 10px; font-size:11px; }
  .quota strong { font-size:15px; white-space:nowrap; }
  .search-bottom { align-items:stretch; }
}
@media(max-width:430px) {
  .topbar { padding:13px 16px; }.workspace { padding:24px 14px 12px; }
  .account { gap:8px; font-size:12px; }.account>span { max-width:68px; }
  .page-heading { margin-bottom:20px; }.page-heading h1 { font-size:31px; line-height:1.08; }
  .page-heading .muted { font-size:14px; line-height:1.45; }.quota { padding:7px 8px; }
  .work-grid { border-radius:6px; }.search-panel,.batch-panel { padding:18px 15px; }
  .number-field input { font-size:22px!important; letter-spacing:0!important; }.number-field>span { right:14px; }
  .results-panel { margin-top:20px; }.table-scroll { margin:0 -4px; }.table-scroll table { min-width:610px; }
  .job-row { padding:16px 0; }.job-name { font-size:13px; }footer { padding:18px 16px; }
}
@media(prefers-reduced-motion:reduce) { * { transition:none!important; } }

/* A single, keyboard-accessible category picker. Native fallback on mobile. */
input#username, input#password, input#oe {
  border: 1px solid transparent;
  border-bottom-color: #c9d2ca;
  border-radius: 5px 5px 0 0;
  background: #f3f5f0;
  box-shadow: none;
}
input#username:focus, input#password:focus, input#oe:focus {
  outline: none;
  border-bottom-color: #305a45;
  box-shadow: inset 0 -1px #305a45;
  background: #eef2e9;
}
select {
  appearance: none;
  padding-right: 44px;
  border-color: #b7c7b8;
  border-radius: 8px;
  background-image: linear-gradient(45deg, transparent 50%, #305a45 50%), linear-gradient(135deg, #305a45 50%, transparent 50%);
  background-position: calc(100% - 22px) 52%, calc(100% - 17px) 52%;
  background-size: 5px 5px;
  background-repeat: no-repeat;
  cursor: pointer;
}
select:hover { border-color: var(--green); background-color: #f8faf5; }
#group { margin-top: 2px; }
.number-field { margin-bottom: 22px; }
.search-bottom { justify-content: flex-end; }
.page-heading h1 { margin-bottom: 0; }
#history-status:empty { display: none; }


.live-search { color:#3d7357; font-size:13px; }
@media(max-width:700px) { .search-bottom { align-items:stretch; }.live-search { display:flex; align-items:center; font-size:12px; } }
@media(max-width:430px) { .live-search { justify-content:center; }.primary { width:100%; min-height:50px; } }
@supports (appearance: base-select) {
  select, select::picker(select) { appearance: base-select; }
  select { background-image: none; padding-right: 14px; align-items: center; }
  select::picker-icon { color: var(--green); transition: rotate .15s; }
  select:open::picker-icon { rotate: 180deg; }
  select::picker(select) {
    margin-top: 6px; padding: 6px; border: 1px solid var(--line);
    border-radius: 10px; background: white;
    box-shadow: 0 10px 30px #23372e1a; max-height: 320px;
  }
  select option { padding: 11px 14px; border-radius: 6px; font: 16px Golos, sans-serif; }
  select option:hover, select option:focus { background: #edf2e7; }
  select option:checked { background: #e0ead9; color: #233f2e; font-weight: 550; }
  select option::checkmark { color: var(--green); }
}

/* Shared reading rhythm, including iOS embedded browsers. */
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; color-scheme: light; }
body { font-family: Onest, Golos, sans-serif; font-size: 16px; line-height: 1.5; }
h1, h2, h3 { font-weight: 600; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(30px, 3vw, 42px); line-height: 1.16; }
h2 { font-size: 21px; line-height: 1.3; }
label { font-size: 14px; font-weight: 500; letter-spacing: 0; }
.logo { font-family: Onest, sans-serif; font-weight: 700; letter-spacing: -1px; }
.primary, .secondary { font-weight: 550; letter-spacing: -.015em; }
.field-help, .notice, .job-date, .job-progress { line-height: 1.5; }
.quota { border: 0; background: transparent; padding: 0; min-width: 0; }
.quota span { font-size: 12px; }
.quota strong { font-size: 16px; font-weight: 600; font-variant-numeric: tabular-nums; }
.section-index { display: none; }
.number-field input { font-weight: 500 !important; letter-spacing: .025em !important; }
input::placeholder { opacity: 1; }
select option { font-family: Onest, Golos, sans-serif; }
footer { padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px)); }

@media (max-width: 700px) {
  .topbar { min-height: 64px; padding: 12px max(20px, env(safe-area-inset-left, 0px)) 12px max(20px, env(safe-area-inset-right, 0px)); }
  .logo { gap: 9px; font-size: 22px; }
  .account { font-size: 13px; gap: 12px; }
  .workspace { padding: 24px max(16px, env(safe-area-inset-right, 0px)) 8px max(16px, env(safe-area-inset-left, 0px)); }
  .page-heading { display: flex; flex-direction: column; gap: 10px; align-items: stretch; margin-bottom: 22px; }
  .page-heading h1 { font-size: clamp(28px, 7.3vw, 34px); line-height: 1.18; letter-spacing: -.04em; text-wrap: initial; }
  .quota { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 0; text-align: left; }
  .quota span { font-size: 13px; }
  .quota strong { font-size: 14px; }
  .work-grid { border-color: #dee4da; border-radius: 12px; }
  .search-panel, .batch-panel { padding: 22px 20px; }
  .section-heading { margin-bottom: 22px; }
  h2 { font-size: 19px; letter-spacing: -.025em; }
  .number-field { margin-bottom: 22px; }
  .number-field input { font-size: 24px !important; min-height: 58px; padding: 14px 16px !important; }
  .number-field>span { display: none; }
  input:not([type=checkbox]):not([type=file]), select { font-size: 16px; }
  select { min-height: 50px; }
  .search-bottom { margin-top: 22px; }
  .primary, .secondary { width: 100%; min-height: 50px; border-radius: 7px; font-size: 16px; }
  .batch-panel { background: #f0f3eb; }
  .dropzone { min-height: 115px; }
  .dropzone strong { font-size: 15px; }
  .upload-bottom { margin-top: 18px; gap: 18px; }
  .history-panel { margin-top: 30px; }
  .job-name { font-size: 15px; }
  .login-layout { margin-top: 28px; }
  .login-card { padding: 28px 24px; border-radius: 12px; }
  footer { padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px)); }
  body { min-height: 100svh; }
}

/* Main workspace: mint search, lilac batch processing, crisp data surfaces. */
.main-page { background: #f5f6f2; --green: #235a44; }
.main-page .topbar { background: #fff; border-bottom-color: #e4e8df; }
.main-page .workspace { padding-top: 42px; }
.main-page .page-heading { margin-bottom: 32px; }
.main-page .page-heading h1 { font-size: clamp(34px, 3.5vw, 48px); font-weight: 650; letter-spacing: -.045em; }
.main-page .page-heading h1 span { color: #3f775d; }
.main-page .quota { background: #e5edda; border-radius: 10px; padding: 12px 18px; }
.main-page .quota strong { color: #254b32; font-size: 20px; }
.main-page .work-grid { gap: 20px; border: 0; border-radius: 0; background: transparent; overflow: visible; align-items: stretch; }
.main-page .search-panel { background: #fff; border: 1px solid #d6e2d7; border-top: 4px solid #4d8266; border-radius: 14px; }
.main-page .batch-panel { background: #efedf6; border: 1px solid #dedbea; border-top: 4px solid #a39bbd; border-radius: 14px; }
.main-page .section-heading h2 { font-weight: 600; letter-spacing: -.035em; }
.main-page .batch-panel h2 { color: #46405a; }
.main-page input#oe { background: #f0f5ed; border-bottom-color: #afc2ab; color: #254e39; }
.main-page .primary { border-radius: 8px; box-shadow: 0 3px 0 #153e2c; padding-inline: 25px; }
.main-page .primary:hover { background: #174831; }
.main-page .primary:active { transform: translateY(1px); box-shadow: 0 1px 0 #153e2c; }
.main-page .secondary { background: #ded8ee; color: #45375e; border-radius: 8px; }
.main-page .secondary:hover { background: #d2c8e6; }
.main-page .dropzone { background: #f8f7fc; border-color: #b5aacd; border-radius: 9px; min-height: 164px; }
.main-page .dropzone:hover, .main-page .dropzone.dragging { background: #e7e1f3; }
.main-page .file-symbol { color: #6e5a93; }
.main-page .batch-panel .text-link { color: #574772; }
.main-page .results-panel { border-radius: 14px; border-color: #d9e2d7; }
.main-page .count { background: #dcebaa; color: #2e431c; border-radius: 7px; font-weight: 550; padding: 10px 14px; }
.main-page th { background: #e9efdf; color: #35482d; }
.main-page .history-panel { background: #fff; border: 1px solid #e1e5db; border-radius: 14px; padding: 26px 28px 10px; }
.main-page .job-row:last-child { border-bottom: 0; }
.main-page .badge.neutral { background: #e9eef6; color: #405474; }
.main-page .catalogues { margin-top: 24px; }
@media(max-width:700px) {
  .main-page .workspace { padding-top: 24px; }
  .main-page .page-heading { margin-bottom: 20px; gap: 12px; }
  .main-page .page-heading h1 { font-size: clamp(28px, 7.3vw, 34px); }
  .main-page .quota { border-radius: 7px; padding: 7px 12px; }
  .main-page .quota strong { font-size: 14px; }
  .main-page .work-grid { gap: 16px; }
  .main-page .search-panel, .main-page .batch-panel { padding: 20px; border-radius: 12px; }
  .main-page .dropzone { min-height: 115px; }
  .main-page .history-panel { padding: 20px 16px 6px; }
  .main-page .job-row { gap: 8px; }
}

/* Entry choice and the small trial indicator. */
.trial-banner { display:flex; align-items:center; justify-content:space-between; gap:16px; margin:0 0 22px; padding:11px 14px; border:1px solid #cbdcc5; border-radius:9px; background:#edf5e7; color:#31563e; font-size:14px; }
.trial-banner a { color:#245a42; font-weight:600; }
.welcome-page { min-height:100svh; background:radial-gradient(circle at 12% 15%, #e3efdc 0, transparent 31rem), #f7f8f4; }
.welcome-page .topbar { background:transparent; }
.welcome-layout { display:grid; grid-template-columns:minmax(0, 1.1fr) minmax(350px, .9fr); align-items:center; gap:clamp(42px, 8vw, 120px); width:min(1080px, calc(100% - 48px)); min-height:calc(100svh - 72px); margin:auto; padding:58px 0 76px; }
.welcome-intro { max-width:610px; }.welcome-intro h1 { margin:12px 0 18px; font-size:clamp(40px, 5vw, 66px); line-height:1.03; letter-spacing:-.06em; }.welcome-intro h1 span { color:#477a5b; }.welcome-intro>p:not(.eyebrow) { max-width:510px; color:#55645c; font-size:18px; }.welcome-intro .specimen { margin-top:38px; max-width:360px; }
.access-choice { padding:32px; border:1px solid #d8e2d6; border-top:4px solid #568268; border-radius:16px; background:#fff; box-shadow:0 18px 50px #24453212; }.access-choice h2 { margin:7px 0 8px; font-size:27px; }.access-choice .muted { margin:0 0 24px; }
.trial-choice, .login-choice { display:flex; width:100%; align-items:center; gap:14px; padding:16px; border-radius:10px; text-align:left; transition:transform .16s ease, box-shadow .16s ease, background .16s ease; }.trial-choice { border:0; background:#285d45; color:#fff; cursor:pointer; }.trial-choice:hover { transform:translateY(-2px); background:#194a34; box-shadow:0 8px 18px #214b3926; }.login-choice { border:1px solid #d8e1d6; color:#263d30; background:#f9faf7; }.login-choice:hover { transform:translateY(-2px); background:#f0f5ec; box-shadow:0 8px 18px #214b3914; }.trial-choice span:not(.choice-icon), .login-choice span:not(.choice-icon) { display:grid; gap:2px; flex:1; }.trial-choice strong, .login-choice strong { font-size:16px; font-weight:650; }.trial-choice small, .login-choice small { font-size:13px; opacity:.78; }.trial-choice b, .login-choice b { font-size:22px; font-weight:400; }.choice-icon { display:grid; place-items:center; flex:none; width:38px; height:38px; border-radius:50%; background:#dceccb; color:#285d45; font-size:13px; font-weight:700; }.login-choice .choice-icon { background:#e6ede3; }.choice-divider { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:10px; margin:17px 0; color:#89938c; font-size:13px; }.choice-divider::before, .choice-divider::after { content:""; height:1px; background:#e0e5dd; }
@media(max-width:700px) { .welcome-layout { grid-template-columns:1fr; gap:30px; width:min(100% - 32px, 520px); min-height:auto; padding:40px 0 48px; }.welcome-intro h1 { font-size:clamp(36px, 10vw, 48px); }.welcome-intro>p:not(.eyebrow) { font-size:16px; }.welcome-intro .specimen { margin-top:26px; }.access-choice { padding:24px 20px; border-radius:13px; }.trial-banner { align-items:flex-start; flex-direction:column; gap:5px; margin-bottom:18px; } }

/* The two client export layouts are visible before downloading the workbook. */
.result-variants { display:grid; grid-template-columns:minmax(0, 1fr) minmax(0, 1fr); gap:18px; margin-top:18px; }
.variant-card { min-width:0; padding:18px; border:1px solid #dce4da; border-radius:11px; background:#fbfcf9; }
.variant-card h3 { margin:0 0 14px; color:#355440; font-size:17px; }
.variant-card .table-scroll { max-height:540px; margin:0; overflow-x:hidden; overflow-y:auto; border:1px solid #e0e6dd; border-radius:7px; }
.variant-card table { min-width:0; table-layout:fixed; font-size:13px; }
.variant-card th { white-space:normal; font-size:11px; line-height:1.25; }
.variant-card th, .variant-card td { padding:12px 8px; overflow-wrap:anywhere; word-break:break-word; }
.variant-card td { vertical-align:top; }
.variant-card code { font-size:13px; white-space:normal; overflow-wrap:anywhere; }
.variant-card th:nth-child(1) { width:12%; }.variant-card th:nth-child(2) { width:15%; }.variant-card th:nth-child(3) { width:17%; }.variant-card th:nth-child(4) { width:19%; }.variant-card th:nth-child(5) { width:16%; }.variant-card th:nth-child(6) { width:21%; }
.variant-card:last-child th:nth-child(1) { width:13%; }.variant-card:last-child th:nth-child(2) { width:18%; }.variant-card:last-child th:nth-child(3) { width:15%; }.variant-card:last-child th:nth-child(4) { width:9%; }.variant-card:last-child th:nth-child(5) { width:19%; }.variant-card:last-child th:nth-child(6) { width:26%; }
@media(max-width:900px) { .result-variants { grid-template-columns:1fr; } }
@media(max-width:700px) { .variant-card { padding:14px; }.variant-card th, .variant-card td { padding:10px 6px; font-size:11px; }.variant-card th { font-size:10px; }.variant-card code { font-size:11px; } }
