.ocr-page{min-height:100vh;background:radial-gradient(circle at 15% 0%,rgba(16,185,129,.08),transparent 30%),#f8fafc;color:#0f172a}.dark .ocr-page{background:radial-gradient(circle at 15% 0%,rgba(16,185,129,.11),transparent 30%),#070b14;color:#e2e8f0}.ocr-main{padding-top:34px;padding-bottom:70px}.ocr-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);gap:22px;align-items:stretch}.ocr-hero-card,.ocr-status-card,.ocr-card{border:1px solid #e2e8f0;border-radius:26px;background:rgba(255,255,255,.9);box-shadow:0 16px 55px rgba(15,23,42,.07);backdrop-filter:blur(16px)}.dark .ocr-hero-card,.dark .ocr-status-card,.dark .ocr-card{border-color:rgba(255,255,255,.09);background:rgba(11,16,29,.88);box-shadow:none}.ocr-hero-card{padding:34px}.ocr-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border-radius:999px;background:rgba(16,185,129,.1);color:#059669;font-size:10px;font-weight:900;letter-spacing:.14em}.ocr-hero h1{margin:18px 0 10px;font-size:clamp(2rem,5vw,4.4rem);line-height:1;font-weight:900;letter-spacing:-.045em}.ocr-hero h1 span{color:var(--brand-500,#10b981)}.ocr-hero p{max-width:760px;color:#64748b;line-height:1.85;font-size:14px}.dark .ocr-hero p{color:#94a3b8}.ocr-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.ocr-badges span{display:inline-flex;align-items:center;gap:7px;border:1px solid #e2e8f0;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800;color:#475569}.dark .ocr-badges span{border-color:rgba(255,255,255,.09);color:#cbd5e1}.ocr-status-card{display:flex;flex-direction:column;justify-content:space-between;padding:26px}.ocr-status-orb{display:flex;width:58px;height:58px;align-items:center;justify-content:center;border-radius:18px;background:rgba(16,185,129,.11);color:#059669}.ocr-status-list{display:grid;gap:10px;margin-top:22px}.ocr-status-row{display:flex;justify-content:space-between;gap:12px;font-size:11px}.ocr-status-row span{color:#64748b}.dark .ocr-status-row span{color:#94a3b8}.ocr-status-row b{font-size:11px}.ocr-workspace{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:22px;margin-top:24px}.ocr-card{padding:24px}.ocr-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.ocr-card-kicker{display:block;color:var(--brand-500,#10b981);font-size:9px;font-weight:900;letter-spacing:.18em}.ocr-card h2{margin:4px 0 0;font-size:18px;font-weight:900}.ocr-dropzone{position:relative;display:grid;min-height:245px;place-items:center;border:1.5px dashed #cbd5e1;border-radius:22px;background:#f8fafc;padding:24px;text-align:center;transition:.2s ease;cursor:pointer}.dark .ocr-dropzone{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.025)}.ocr-dropzone.is-drag,.ocr-dropzone:hover{border-color:var(--brand-500,#10b981);background:rgba(16,185,129,.045)}.ocr-drop-icon{display:flex;width:58px;height:58px;align-items:center;justify-content:center;margin:0 auto 13px;border-radius:18px;background:rgba(16,185,129,.1);color:#059669}.ocr-dropzone b{display:block;font-size:14px}.ocr-dropzone p{margin:6px auto 0;max-width:430px;color:#64748b;font-size:11px;line-height:1.7}.dark .ocr-dropzone p{color:#94a3b8}.ocr-file-meta{display:none;margin-top:14px;padding:13px;border:1px solid #e2e8f0;border-radius:15px;background:#fff}.dark .ocr-file-meta{border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.025)}.ocr-file-meta.is-visible{display:flex;align-items:center;justify-content:space-between;gap:12px}.ocr-file-copy{min-width:0}.ocr-file-copy b,.ocr-file-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ocr-file-copy small{margin-top:4px;color:#64748b;font-size:10px}.ocr-controls{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.ocr-field label{display:block;margin-bottom:6px;color:#64748b;font-size:10px;font-weight:800}.dark .ocr-field label{color:#94a3b8}.ocr-field select{width:100%;height:42px;border:1px solid #dbe3ee;border-radius:12px;background:#fff;padding:0 12px;color:#334155;font:inherit;font-size:11px;font-weight:700}.dark .ocr-field select{border-color:rgba(255,255,255,.09);background:#0b101d;color:#e2e8f0}.ocr-run{display:flex;width:100%;min-height:48px;align-items:center;justify-content:center;gap:9px;margin-top:16px;border:0;border-radius:14px;background:var(--brand-500,#10b981);color:#fff;font-size:12px;font-weight:900;cursor:pointer;box-shadow:0 12px 28px rgba(16,185,129,.18)}.ocr-run:disabled{opacity:.5;cursor:not-allowed}.ocr-progress{display:none;margin-top:14px}.ocr-progress.is-visible{display:block}.ocr-progress-track{height:8px;overflow:hidden;border-radius:999px;background:#e2e8f0}.dark .ocr-progress-track{background:rgba(255,255,255,.07)}.ocr-progress-bar{width:38%;height:100%;border-radius:inherit;background:var(--brand-500,#10b981);animation:ocrProgress 1.2s ease-in-out infinite alternate}@keyframes ocrProgress{to{transform:translateX(160%)}}.ocr-result{min-height:430px}.ocr-result-toolbar{display:flex;flex-wrap:wrap;gap:8px}.ocr-tool{display:inline-flex;min-height:34px;align-items:center;gap:6px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:0 10px;color:#475569;font-size:10px;font-weight:800;cursor:pointer}.dark .ocr-tool{border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:#cbd5e1}.ocr-output{min-height:320px;margin-top:16px;overflow:auto;border:1px solid #e2e8f0;border-radius:18px;background:#f8fafc;padding:18px;color:#1e293b;font-size:14px;line-height:2;white-space:pre-wrap;unicode-bidi:plaintext}.dark .ocr-output{border-color:rgba(255,255,255,.08);background:#070b14;color:#e2e8f0}.ocr-output.is-empty{display:grid;place-items:center;text-align:center;color:#94a3b8}.ocr-result-meta{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:12px}.ocr-metric{border:1px solid #e2e8f0;border-radius:13px;padding:11px;background:#fff}.dark .ocr-metric{border-color:rgba(255,255,255,.08);background:rgba(255,255,255,.025)}.ocr-metric small,.ocr-metric b{display:block}.ocr-metric small{color:#94a3b8;font-size:9px}.ocr-metric b{margin-top:3px;font-size:12px}.ocr-security-note{display:flex;gap:10px;margin-top:16px;border-radius:14px;background:#eff6ff;padding:13px;color:#1d4ed8;font-size:10.5px;line-height:1.7}.dark .ocr-security-note{background:rgba(59,130,246,.08);color:#93c5fd}.ocr-login-modal{position:fixed;inset:0;z-index:2147483400;display:none;place-items:center;padding:18px;background:rgba(2,6,23,.6);backdrop-filter:blur(8px)}.ocr-login-modal.is-open{display:grid}.ocr-login-card{width:min(430px,100%);border-radius:24px;background:#fff;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.28)}.dark .ocr-login-card{background:#0b101d}.ocr-login-card h3{margin:14px 0 7px;font-size:19px;font-weight:900}.ocr-login-card p{color:#64748b;font-size:12px;line-height:1.75}.dark .ocr-login-card p{color:#94a3b8}.ocr-login-actions{display:flex;gap:9px;margin-top:18px}.ocr-login-actions a,.ocr-login-actions button{display:inline-flex;min-height:42px;flex:1;align-items:center;justify-content:center;border-radius:12px;font-size:11px;font-weight:850;text-decoration:none}.ocr-login-actions a{background:var(--brand-500,#10b981);color:#fff}.ocr-login-actions button{border:1px solid #e2e8f0;background:#fff;color:#475569}.dark .ocr-login-actions button{border-color:rgba(255,255,255,.09);background:rgba(255,255,255,.04);color:#cbd5e1}@media(max-width:900px){.ocr-hero,.ocr-workspace{grid-template-columns:1fr}.ocr-result{min-height:auto}}@media(max-width:580px){.ocr-hero-card,.ocr-status-card,.ocr-card{border-radius:20px;padding:18px}.ocr-controls,.ocr-result-meta{grid-template-columns:1fr 1fr}.ocr-dropzone{min-height:200px}.ocr-login-actions{flex-direction:column}}

/* v6.90.14 balance feedback */
.ocr-balance-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0}
.ocr-balance-metrics span{padding:10px 12px;border:1px solid rgba(148,163,184,.22);border-radius:12px;background:rgba(148,163,184,.08);font-size:12px;font-weight:750;color:#475569}
.dark .ocr-balance-metrics span{color:#cbd5e1;border-color:rgba(255,255,255,.09);background:rgba(255,255,255,.035)}
@media(max-width:480px){.ocr-balance-metrics{grid-template-columns:1fr}}

/* v6.90.15 — secure OCR rich text editor */
.ocr-editor-shell{overflow:hidden;margin-top:16px;border:1px solid #dbe3ee;border-radius:20px;background:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.dark .ocr-editor-shell{border-color:rgba(255,255,255,.09);background:#070b14;box-shadow:none}
.ocr-editor-toolbar{display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding:9px 10px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fafc)}
.dark .ocr-editor-toolbar{border-color:rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015))}
.ocr-editor-btn{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:10px;background:transparent;color:#475569;cursor:pointer;transition:.16s ease}
.ocr-editor-btn svg{width:15px;height:15px}.ocr-editor-btn:hover,.ocr-editor-btn:focus-visible{border-color:rgba(16,185,129,.28);background:rgba(16,185,129,.09);color:#059669;outline:0}.dark .ocr-editor-btn{color:#cbd5e1}.dark .ocr-editor-btn:hover,.dark .ocr-editor-btn:focus-visible{color:#6ee7b7;background:rgba(16,185,129,.10)}
.ocr-editor-separator{width:1px;height:22px;margin:0 2px;background:#e2e8f0}.dark .ocr-editor-separator{background:rgba(255,255,255,.09)}
.ocr-editor-shell .ocr-output{min-height:330px;margin:0;border:0;border-radius:0;background:#fff;padding:22px;outline:0;color:#1e293b;font-size:14px;line-height:2;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;unicode-bidi:plaintext;caret-color:var(--brand-500,#10b981)}
.dark .ocr-editor-shell .ocr-output{background:#070b14;color:#e2e8f0}
.ocr-editor-shell .ocr-output:focus{box-shadow:inset 0 0 0 2px rgba(16,185,129,.14)}
.ocr-editor-shell .ocr-output.is-empty{display:block;color:#94a3b8;text-align:start}
.ocr-editor-shell .ocr-output.is-empty:empty::before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none}
.ocr-editor-shell .ocr-output ul,.ocr-editor-shell .ocr-output ol{padding-inline-start:1.6rem;margin:.55rem 0}.ocr-editor-shell .ocr-output li{margin:.25rem 0}
.ocr-editor-shell .ocr-output b,.ocr-editor-shell .ocr-output strong{font-weight:800}.ocr-editor-shell .ocr-output u{text-underline-offset:3px}

/* OCR footer */
.ocr-footer{margin-top:10px;border-top:1px solid rgba(148,163,184,.22);background:linear-gradient(145deg,#f8fafc,#eefdf7);color:#475569}.dark .ocr-footer{border-color:rgba(255,255,255,.08);background:linear-gradient(145deg,#05080f,#07140f);color:#94a3b8}
.ocr-footer-inner{width:min(100% - 28px,1280px);margin-inline:auto;padding:32px 0;display:grid;grid-template-columns:minmax(220px,1fr) auto auto;gap:28px;align-items:center}.ocr-footer-brand a{display:inline-flex;align-items:center;gap:10px;color:#0f172a;text-decoration:none;font-weight:850}.dark .ocr-footer-brand a{color:#f8fafc}.ocr-footer-brand img{width:34px;height:34px;object-fit:contain}.ocr-footer-brand b{color:var(--brand-500,#10b981)}.ocr-footer-brand p{margin:7px 0 0;max-width:480px;font-size:11px;line-height:1.7}.ocr-footer nav{display:flex;flex-wrap:wrap;gap:8px}.ocr-footer nav a{padding:7px 10px;border-radius:10px;color:inherit;text-decoration:none;font-size:11px;font-weight:750}.ocr-footer nav a:hover{background:rgba(16,185,129,.09);color:#059669}.ocr-footer-meta{font-size:10px;white-space:nowrap}
@media(max-width:760px){.ocr-editor-toolbar{gap:3px}.ocr-editor-btn{width:32px;height:32px}.ocr-editor-separator{display:none}.ocr-footer-inner{grid-template-columns:1fr;text-align:center;justify-items:center}.ocr-footer-brand p{margin-inline:auto}.ocr-footer nav{justify-content:center}}
