:root {
  --ink: #0b1728;
  --muted: #667184;
  --line: #dce3e9;
  --paper: #f6f8f9;
  --white: #ffffff;
  --navy: #062f5f;
  --cyan: #00a9c7;
  --lime: #a8c832;
  --orange: #ff6b35;
  --shadow: 0 24px 80px rgba(7, 23, 43, .12);
}

* { box-sizing: border-box; }
html { min-width: 1100px; background: #edf2f4; }
body { margin: 0; color: var(--ink); font-family: "DM Sans", sans-serif; background: linear-gradient(135deg, #f7fafb 0%, #eef4f5 100%); min-height: 100vh; overflow-x: auto; }
button, input { font: inherit; }
button { cursor: pointer; }

.noa-intro { position: fixed; inset: 0; z-index: 100; display: none; grid-template-columns: 1.05fr .95fr; align-items: center; padding: 8vh 9vw; overflow: hidden; color: white; background: radial-gradient(circle at 73% 46%, #114668 0, #0b2945 24%, #081a2e 50%, #050e1a 100%); }
.noa-intro.open { display: grid; animation: introReveal .7s cubic-bezier(.2,.8,.2,1); }
.noa-intro.leaving { animation: introLeave .7s cubic-bezier(.65,0,.35,1) forwards; }
@keyframes introReveal { from { opacity: 0; } to { opacity: 1; } }
@keyframes introLeave { to { opacity: 0; transform: scale(1.04); } }
.intro-grid { position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 52px 52px; mask-image: radial-gradient(circle at 72% 48%, black, transparent 66%); }
.intro-copy { position: relative; z-index: 2; max-width: 680px; }
.intro-copy .eyebrow { color: #67d9e8; }
.intro-copy h1 { color: white; font-size: clamp(58px, 6vw, 92px); }
.intro-copy h1 span { color: var(--lime); }
.intro-copy > p:not(.eyebrow) { color: rgba(255,255,255,.64); font-size: 19px; line-height: 1.65; max-width: 600px; margin: 28px 0 32px; }
.intro-button { border: 0; background: white; color: var(--ink); padding: 16px 22px; min-width: 180px; border-radius: 10px; font-weight: 800; box-shadow: 0 18px 45px rgba(0,0,0,.25); }
.intro-button:hover { transform: translateY(-2px); }
.intro-button span { color: var(--cyan); margin-left: 18px; }
.intro-copy > small { display: block; color: rgba(255,255,255,.32); margin-top: 23px; font-size: 10px; }
.intro-agent { position: relative; z-index: 2; display: grid; place-items: center; min-height: 640px; }
.intro-agent img { width: min(53vw, 690px); filter: drop-shadow(0 40px 60px rgba(0,0,0,.45)); animation: agentFloat 5s ease-in-out infinite; }
.agent-halo { position: absolute; width: 490px; height: 490px; border-radius: 50%; border: 1px solid rgba(103,217,232,.22); box-shadow: 0 0 90px rgba(0,169,199,.14), inset 0 0 90px rgba(0,169,199,.08); }
.agent-halo::before, .agent-halo::after { content: ""; position: absolute; inset: 44px; border-radius: 50%; border: 1px dashed rgba(168,200,50,.25); animation: haloSpin 18s linear infinite; }
.agent-halo::after { inset: -54px; border-color: rgba(255,255,255,.08); animation-direction: reverse; animation-duration: 28s; }
.agent-label { position: absolute; bottom: 30px; color: rgba(255,255,255,.5); border: 1px solid rgba(255,255,255,.14); border-radius: 30px; padding: 8px 14px; font-size: 9px; letter-spacing: .18em; }
@keyframes agentFloat { 50% { transform: translateY(-14px) rotate(2deg); } }
@keyframes haloSpin { to { transform: rotate(360deg); } }

.ambient { position: fixed; border-radius: 50%; filter: blur(90px); opacity: .18; pointer-events: none; }
.ambient-one { width: 420px; height: 420px; background: var(--cyan); top: -220px; right: 5%; }
.ambient-two { width: 340px; height: 340px; background: var(--lime); bottom: -220px; left: 25%; }

.topbar { height: 74px; padding: 0 34px; display: grid; grid-template-columns: 280px 1fr 280px; align-items: center; border-bottom: 1px solid rgba(11, 23, 40, .08); background: rgba(255,255,255,.82); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 20; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; letter-spacing: .14em; font-size: 15px; }
.brand strong { font-family: Manrope, sans-serif; letter-spacing: -.02em; font-size: 19px; }
.brand-mark { width: 34px; height: 34px; position: relative; display: inline-block; transform: rotate(-8deg); }
.brand-mark i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 18px rgba(0,169,199,.4); }
.brand-mark i:nth-child(1) { left: 4px; top: 14px; }
.brand-mark i:nth-child(2) { left: 16px; top: 5px; }
.brand-mark i:nth-child(3) { left: 22px; top: 22px; background: var(--lime); }
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: var(--navy); height: 2px; transform-origin: left; }
.brand-mark::before { width: 17px; left: 8px; top: 15px; transform: rotate(-35deg); }
.brand-mark::after { width: 20px; left: 17px; top: 11px; transform: rotate(62deg); }
.topbar-center { justify-self: center; color: var(--muted); font-size: 13px; display: flex; align-items: center; gap: 8px; }
.demo-dot { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,107,53,.1); }
.ghost-button { justify-self: end; border: 0; background: transparent; color: var(--muted); font-size: 13px; padding: 10px 0; }
.ghost-button:hover { color: var(--ink); }

.app-shell { display: grid; grid-template-columns: 250px minmax(850px, 1fr); min-height: calc(100vh - 74px); }
.sidebar { background: var(--ink); color: white; padding: 34px 24px 28px; position: relative; overflow: hidden; }
.sidebar::after { content: ""; width: 180px; height: 180px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; position: absolute; bottom: -80px; left: -70px; }
.case-label { color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .14em; font-size: 10px; }
.case-number { margin-top: 5px; font-family: Manrope, sans-serif; font-weight: 700; font-size: 15px; }
.steps { margin-top: 52px; display: grid; gap: 8px; }
.step { width: 100%; border: 0; background: transparent; color: rgba(255,255,255,.42); display: grid; grid-template-columns: 38px 1fr; gap: 8px; text-align: left; padding: 14px 10px; border-radius: 10px; transition: .25s ease; }
.step:disabled { cursor: default; }
.step.active { color: white; background: rgba(255,255,255,.07); }
.step.done { color: rgba(255,255,255,.72); }
.step.done .step-index { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.step-index { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; font-size: 9px; letter-spacing: .08em; }
.step b { display: block; font-size: 14px; margin-top: 1px; }
.step small { display: block; font-size: 10px; margin-top: 4px; color: inherit; opacity: .65; }
.sidebar-foot { display: none; }
.sidebar-foot p { margin: 0; }
.sidebar-foot b { color: rgba(255,255,255,.85); }
.shield-icon { background: rgba(168,200,50,.16); color: var(--lime); width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; }

.workspace { padding: 42px 54px 30px; position: relative; }
.screen { display: none; max-width: 1380px; margin: 0 auto; animation: screenIn .5s cubic-bezier(.2,.8,.2,1); }
.screen.active { display: block; }
@keyframes screenIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.eyebrow { margin: 0 0 13px; color: var(--cyan); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-family: Manrope, sans-serif; font-size: clamp(42px, 4vw, 62px); line-height: 1.04; letter-spacing: -.045em; margin-bottom: 0; }
h1 span { color: var(--navy); }
.hero-copy { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; }
.hero-note { color: var(--muted); font-size: 16px; line-height: 1.6; max-width: 380px; margin-bottom: 3px; }

.upload-layout { margin-top: 36px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
.upload-zone { min-height: 420px; border: 1px dashed #aab7c3; border-radius: 18px; background: rgba(255,255,255,.74); display: flex; flex-direction: column; align-items: center; justify-content: center; transition: .25s ease; box-shadow: 0 10px 30px rgba(15,42,70,.04); }
.upload-zone.dragging { border-color: var(--cyan); background: rgba(0,169,199,.04); transform: scale(1.01); }
.upload-symbol { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 18px; color: var(--navy); font-size: 30px; background: #eef5f7; margin-bottom: 18px; }
.upload-zone h2 { font-family: Manrope, sans-serif; font-size: 22px; margin-bottom: 7px; }
.upload-zone p { color: var(--muted); font-size: 13px; margin-bottom: 22px; }
.secondary-button, .primary-button { border-radius: 9px; padding: 13px 18px; font-weight: 700; border: 0; transition: .2s ease; }
.secondary-button { background: white; color: var(--navy); border: 1px solid #cdd6de; }
.secondary-button:hover { border-color: var(--navy); transform: translateY(-1px); }
.primary-button { min-width: 190px; background: var(--navy); color: white; box-shadow: 0 9px 24px rgba(6,47,95,.2); }
.primary-button:hover:not(:disabled) { background: #084681; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(6,47,95,.26); }
.primary-button:disabled { background: #b9c2ca; box-shadow: none; cursor: not-allowed; }
.primary-button span { margin-left: 12px; }
.or { width: 230px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; color: #9aa5af; font-size: 10px; margin: 18px 0 13px; }
.or span { height: 1px; background: #e2e7eb; }
.text-button { border: 0; background: transparent; color: var(--navy); font-weight: 600; font-size: 13px; }
.text-button b { color: var(--cyan); margin-left: 5px; }
.demo-download { color: var(--cyan); font-size: 10px; font-weight: 700; margin-top: 9px; text-decoration: none; }
.demo-download:hover { text-decoration: underline; }
.upload-zone .upload-message { min-height: 18px; margin: 14px 20px 0; font-size: 10px; font-weight: 600; color: var(--navy); text-align: center; }
.upload-message[data-state="loading"] { color: var(--cyan); }
.upload-message[data-state="success"] { color: #63800a; }
.upload-message[data-state="warning"] { color: #a66a00; }
.upload-message[data-state="error"] { color: #b23b24; }
.upload-zone .privacy-note { max-width: 430px; margin: 0 24px; padding-top: 9px; border-top: 1px solid var(--line); font-size: 8px; line-height: 1.45; text-align: center; }

.document-stack { display: grid; gap: 12px; align-content: start; }
.document-card { background: rgba(255,255,255,.78); border: 1px solid var(--line); border-radius: 14px; min-height: 94px; padding: 18px; display: grid; grid-template-columns: 48px 1fr auto; gap: 15px; align-items: center; transition: .25s ease; }
.document-card.loaded { background: white; border-color: rgba(168,200,50,.7); box-shadow: 0 14px 32px rgba(23,48,75,.07); transform: translateX(-5px); }
.doc-icon { width: 45px; height: 52px; border-radius: 8px 8px 12px 8px; display: grid; place-items: center; background: #edf3f5; color: var(--navy); font-size: 10px; font-weight: 800; position: relative; }
.doc-icon::after { content: ""; position: absolute; top: 0; right: 0; border-top: 10px solid white; border-left: 10px solid transparent; }
.document-card h3 { font-family: Manrope, sans-serif; font-size: 15px; margin: 0 0 4px; }
.document-card p { font-size: 11px; color: var(--muted); margin: 0; }
.doc-status { color: #9aa5af; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.document-card.loaded .doc-status { color: #63800a; font-weight: 700; }
.requirement-note { font-size: 10px; color: var(--muted); display: flex; gap: 8px; padding: 7px 4px; }
.requirement-note span { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #b9c4cd; font-size: 9px; }

.action-row { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); margin-top: 28px; padding-top: 20px; }
.completion { color: var(--muted); font-size: 12px; display: flex; align-items: center; gap: 8px; }
.completion span { color: var(--navy); font-weight: 800; }
.completion.good span { color: #789616; }

.section-head, .bank-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.section-head h1, .bank-heading h1 { font-size: 45px; }
.quality-score { background: var(--ink); color: white; width: 170px; height: 90px; border-radius: 16px; padding: 17px 20px; display: flex; align-items: center; gap: 13px; box-shadow: var(--shadow); }
.quality-score strong { font-family: Manrope, sans-serif; font-size: 34px; color: var(--lime); }
.quality-score span { font-size: 10px; line-height: 1.3; color: rgba(255,255,255,.7); }
.review-grid { margin-top: 28px; display: grid; grid-template-columns: 1.35fr .65fr; gap: 20px; }
.data-panel, .source-panel { background: white; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; box-shadow: 0 14px 42px rgba(15,42,70,.06); }
.panel-head { min-height: 57px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.panel-head h2 { font-family: Manrope, sans-serif; font-size: 15px; margin: 0; }
.panel-head > span { font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.panel-head .verified { color: #63800a; background: #f2f7e2; padding: 6px 9px; border-radius: 20px; font-weight: 700; }
.data-section { border-bottom: 1px solid #edf0f2; }
.data-section-head { min-height: 53px; width: 100%; border: 0; background: white; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); }
.data-section-head span { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 13px; }
.data-section-head b { font-size: 10px; color: var(--muted); font-weight: 500; }
.check { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #edf5d6; color: #708d0f; font-size: 10px; font-style: normal; }
.field-grid { padding: 0 20px 17px 49px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.data-field { min-width: 0; min-height: 61px; background: #f7f9fa; border: 1px solid transparent; border-radius: 9px; padding: 10px 36px 10px 12px; text-align: left; position: relative; }
.data-field.selected { border-color: var(--cyan); background: #f3fbfc; }
.data-field.missing { border-color: #e8bd74; background: #fffaf1; }
.data-field small { display: block; color: var(--muted); font-size: 9px; margin-bottom: 3px; }
.data-field strong { display: block; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.data-field > span { position: absolute; right: 9px; top: 9px; color: #789616; font-size: 8px; font-weight: 700; }
.source-preview { padding: 17px; height: 306px; background: #e9eef1; }
.paper { width: 82%; height: 100%; margin: 0 auto; background: white; padding: 17px; box-shadow: 0 12px 28px rgba(15,36,56,.12); transform: rotate(-.6deg); }
.paper-title { font-family: Manrope, sans-serif; font-size: 18px; font-weight: 700; }
.paper-rule { height: 5px; background: linear-gradient(90deg, var(--navy), var(--cyan)); margin: 8px 0 13px; }
.paper > p { font-size: 8px; color: var(--navy); font-weight: 800; letter-spacing: .04em; }
.paper-line { display: flex; justify-content: space-between; align-items: center; font-size: 8px; padding: 7px 5px; border-bottom: 1px solid #e5e9ec; position: relative; }
.paper-line.highlight { background: rgba(168,200,50,.24); }
.paper-line.highlight::before { content: ""; position: absolute; left: -4px; width: 3px; height: 65%; background: var(--lime); }
.source-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 14px 18px 8px; }
.source-meta small { display: block; color: var(--muted); font-size: 8px; margin-bottom: 3px; }
.source-meta strong { display: block; font-size: 9px; }
.source-explainer { color: var(--muted); font-size: 9px; line-height: 1.45; padding: 0 18px 12px; margin: 0; }

.transfer-status { display: grid; grid-template-columns: 12px auto; column-gap: 9px; align-items: center; min-width: 220px; }
.transfer-status .pulse { grid-row: span 2; width: 10px; height: 10px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 7px rgba(168,200,50,.14); }
.transfer-status b { font-size: 12px; }
.transfer-status small { color: var(--muted); font-size: 9px; }
.bank-window { margin-top: 24px; border-radius: 15px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid #d9e0e5; background: white; }
.bank-chrome { height: 42px; background: #e8edf0; display: grid; grid-template-columns: 100px 1fr 100px; align-items: center; padding: 0 14px; }
.browser-dots { display: flex; gap: 6px; }
.browser-dots i { width: 8px; height: 8px; border-radius: 50%; background: #b5bec6; }
.browser-dots i:first-child { background: #ff8a66; }
.address-bar { justify-self: center; width: 54%; min-width: 360px; background: white; border-radius: 6px; height: 25px; display: flex; align-items: center; padding: 0 10px; color: #7a8591; font-size: 8px; }
.address-bar span { margin-right: 6px; font-size: 8px; }
.demo-badge { justify-self: end; color: var(--orange); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.bank-app { background: #f4f4f3; min-height: 440px; }
.bank-brand { height: 47px; padding: 0 20px; display: flex; align-items: center; color: var(--navy); font-family: Manrope, sans-serif; font-size: 16px; font-weight: 800; letter-spacing: -.04em; }
.bank-brand span { font-weight: 500; color: #47718f; margin-left: 2px; }
.bank-nav { height: 30px; background: var(--navy); color: white; padding: 0 53px; display: flex; align-items: center; gap: 9px; font-size: 8px; }
.bank-body { display: grid; grid-template-columns: 40px 1fr 220px; min-height: 363px; }
.bank-sidebar { background: #07386d; display: flex; flex-direction: column; align-items: center; padding-top: 13px; gap: 15px; color: rgba(255,255,255,.7); font-style: normal; font-size: 11px; }
.bank-sidebar i { font-style: normal; width: 100%; text-align: center; padding: 5px 0; }
.bank-sidebar i.active { background: var(--cyan); color: white; }
.bank-main { padding: 0 14px 14px; background: white; }
.customer-strip { height: 50px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #dce1e4; font-size: 9px; }
.avatar { width: 31px; height: 31px; border-radius: 50%; background: #dfe4e6; display: grid; place-items: center; font-size: 8px; font-weight: 700; }
.customer-strip b, .customer-strip small { display: block; }
.customer-strip small { color: var(--muted); margin-top: 2px; }
.customer-strip > span { margin-left: auto; color: var(--orange); font-size: 8px; }
.customer-strip > span.ready { color: #66800f; }
.bank-tabs { height: 35px; display: flex; align-items: end; gap: 18px; border-bottom: 1px solid #dce1e4; font-size: 8px; }
.bank-tabs b { background: var(--cyan); color: white; padding: 8px 31px; }
.bank-tabs span { padding-bottom: 8px; color: var(--muted); }
.bank-form { padding: 11px; }
.bank-form h3 { font-size: 10px; margin: 0 0 9px; }
.bank-form h3:not(:first-child) { margin-top: 11px; }
.bank-fields { display: grid; grid-template-columns: .8fr 1fr 1fr; gap: 8px; }
.bank-fields label { color: #89939b; font-size: 7px; position: relative; }
.bank-fields label.wide { grid-column: span 2; }
.bank-fields input { width: 100%; height: 31px; margin-top: 2px; border: 1px solid #d4dade; padding: 0 8px; background: white; font-size: 9px; color: var(--ink); transition: .3s ease; }
.bank-fields input.filled { border-color: var(--lime); background: #fbfdf4; box-shadow: 0 0 0 2px rgba(168,200,50,.08); }
.bank-fields input.needs-review { border-color: #e2a33d; background: #fff9ef; color: #a66a00; }
.transfer-log { border-left: 1px solid #dce1e4; background: #f7f9fa; padding: 15px; }
.log-head { font-size: 9px; font-weight: 700; }
.log-head span { background: #fee7de; color: var(--orange); font-size: 7px; padding: 3px 5px; border-radius: 4px; margin-right: 5px; }
.log-entries { margin-top: 15px; display: grid; gap: 6px; max-height: 245px; overflow: hidden; }
.log-entries p { font-size: 8px; margin: 0; color: var(--muted); border-bottom: 1px solid #e2e7ea; padding-bottom: 6px; display: flex; justify-content: space-between; }
.log-entries p.done { color: var(--ink); }
.log-entries p.done::after { content: "✓"; color: #759311; font-weight: 800; }
.log-entries p.warning { color: #a66a00; }
.log-entries p.warning::after { content: "!"; font-weight: 800; }
.log-entries .waiting { font-style: italic; }
.log-summary { margin-top: 14px; padding-top: 11px; border-top: 1px solid #d9dfe3; display: flex; justify-content: space-between; font-size: 9px; }

.success-stage { text-align: center; max-width: 850px; margin: 4vh auto 0; }
.success-orbit { width: 116px; height: 116px; margin: 0 auto 24px; border-radius: 50%; border: 1px solid rgba(0,169,199,.25); display: grid; place-items: center; position: relative; animation: orbitPulse 2.8s infinite; }
.success-orbit i { position: absolute; width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; top: 12px; left: 16px; }
.success-orbit i:last-child { background: var(--lime); top: auto; left: auto; bottom: 4px; right: 25px; }
.success-check { width: 74px; height: 74px; border-radius: 50%; background: var(--ink); color: var(--lime); display: grid; place-items: center; font-size: 34px; box-shadow: 0 18px 40px rgba(11,23,40,.22); }
@keyframes orbitPulse { 50% { transform: scale(1.03); border-color: rgba(0,169,199,.5); } }
.success-stage h1 { font-size: 52px; }
.success-copy { color: var(--muted); font-size: 15px; line-height: 1.65; max-width: 660px; margin: 22px auto 0; }
.success-metrics { display: flex; justify-content: center; gap: 0; margin: 30px auto; }
.success-metrics div { min-width: 175px; padding: 5px 25px; border-right: 1px solid var(--line); }
.success-metrics div:last-child { border: 0; }
.success-metrics strong { display: block; font-family: Manrope, sans-serif; font-size: 29px; }
.success-metrics span { display: block; color: var(--muted); font-size: 10px; margin-top: 3px; }
.success-actions { display: flex; justify-content: center; gap: 12px; }
.vision-overlay { position: fixed; inset: 74px 0 0 250px; z-index: 30; background: rgba(11,23,40,.96); color: white; padding: 10vh 12vw; display: none; }
.vision-overlay.open { display: block; animation: screenIn .45s ease; }
.vision-overlay h2 { font-family: Manrope, sans-serif; font-size: 48px; line-height: 1.12; letter-spacing: -.04em; max-width: 850px; }
.vision-steps { display: flex; gap: 24px; margin-top: 55px; color: rgba(255,255,255,.58); font-size: 12px; }
.vision-steps span { border-top: 1px solid rgba(255,255,255,.18); padding-top: 15px; min-width: 210px; }
.overlay-close { position: absolute; top: 30px; right: 40px; border: 0; background: transparent; color: white; font-size: 38px; }

.processing-overlay { position: fixed; inset: 0; z-index: 50; background: rgba(4,17,31,.78); backdrop-filter: blur(10px); display: none; place-items: center; }
.processing-overlay.open { display: grid; }
.processing-card { width: 460px; background: white; border-radius: 22px; padding: 33px; box-shadow: 0 40px 120px rgba(0,0,0,.35); }
.processing-card h2 { font-family: Manrope, sans-serif; font-size: 26px; margin-bottom: 24px; }
.scanner { height: 122px; border-radius: 13px; background: radial-gradient(circle at 50% 50%, #1a4969 0, #0b2035 65%, #071624 100%); display: grid; place-items: center; position: relative; overflow: hidden; margin-bottom: 25px; }
.processing-agent { position: absolute; width: 150px; right: 11px; top: -14px; opacity: .85; filter: drop-shadow(0 12px 20px rgba(0,0,0,.3)); }
.scan-doc { width: 105px; height: 88px; background: white; box-shadow: 0 12px 25px rgba(15,42,70,.12); padding: 17px 14px; font-family: Manrope, sans-serif; font-weight: 800; color: var(--navy); }
.scan-doc small { font-family: "DM Sans", sans-serif; font-size: 7px; font-weight: 500; color: var(--muted); }
.scan-beam { position: absolute; z-index: 2; width: 100%; height: 2px; background: var(--cyan); box-shadow: 0 0 13px var(--cyan); animation: scan 1.2s infinite alternate ease-in-out; }
@keyframes scan { from { transform: translateY(-55px); } to { transform: translateY(55px); } }

.noa-companion { position: fixed; z-index: 25; left: 22px; bottom: 24px; width: 206px; min-height: 68px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: rgba(22,39,61,.98); color: white; display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 8px; padding: 7px 10px 7px 7px; box-shadow: 0 20px 50px rgba(6,25,45,.3); text-align: left; transition: .25s ease; }
.noa-companion:hover { transform: translateY(-3px); box-shadow: 0 24px 60px rgba(6,25,45,.32); }
.companion-orb { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 12px; background: radial-gradient(circle, #123e5c, #091727); overflow: hidden; }
.companion-orb img { width: 66px; }
.companion-copy small { display: block; color: var(--lime); font-size: 8px; font-weight: 800; letter-spacing: .16em; margin-bottom: 4px; }
.companion-copy b { display: block; font-size: 9px; line-height: 1.35; font-weight: 500; color: rgba(255,255,255,.78); }
.process-list { display: grid; gap: 12px; }
.process-item { display: grid; grid-template-columns: 18px 1fr auto; align-items: center; font-size: 11px; color: #9aa5af; }
.process-item i { width: 9px; height: 9px; border-radius: 50%; background: #d8dfe4; }
.process-item b { text-transform: uppercase; letter-spacing: .08em; font-size: 8px; }
.process-item.active { color: var(--ink); }
.process-item.active i { background: var(--cyan); box-shadow: 0 0 0 5px rgba(0,169,199,.12); }
.process-item.done i { background: var(--lime); }
.process-progress { height: 3px; background: #e7ecef; margin-top: 24px; overflow: hidden; }
.process-progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--navy), var(--cyan)); transition: width .5s ease; }

@media (max-height: 760px) {
  .workspace { padding-top: 28px; }
  .upload-zone { min-height: 330px; }
  h1 { font-size: 46px; }
  .review-grid { margin-top: 20px; }
  .source-preview { height: 270px; }
  .data-section-head { min-height: 46px; }
  .bank-app { min-height: 390px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
