@font-face{font-family:Inter;src:url(/assets/fonts/Inter_400Regular.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Inter;src:url(/assets/fonts/Inter_600SemiBold.ttf)format("truetype");font-style:normal;font-weight:600;font-display:swap}@font-face{font-family:Inter;src:url(/assets/fonts/Inter_700Bold.ttf)format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Inter;src:url(/assets/fonts/Inter_800ExtraBold.ttf)format("truetype");font-style:normal;font-weight:800;font-display:swap}@font-face{font-family:Syne;src:url(/assets/fonts/Syne_700Bold.ttf)format("truetype");font-style:normal;font-weight:700;font-display:swap}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--header-height:72px;--page:#fff;--surface:#fff;--surface-muted:#f8fafc;--surface-blue:#f8fbff;--surface-selected:#eef5ff;--text:#111827;--text-muted:#64748b;--text-soft:#94a3b8;--accent:#2a51c1;--accent-hover:#2145a7;--border:#e5e7eb;--input-border:#bbd7ff;--danger:#b42318;--danger-soft:#fef3f2;--danger-border:#fda29b;--notice:#7a4f00;--notice-surface:#fffaf0;--notice-border:#f4d7a4;--focus-ring:#2a51c133;--font-interface:"Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-brand:"Syne", "Inter", sans-serif}*{box-sizing:border-box}html{background:var(--page);scrollbar-gutter:stable;min-width:320px;min-height:100%}body{background:var(--page);min-width:320px;min-height:100%;color:var(--text);font-family:var(--font-interface);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;overflow-x:hidden}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.app-shell{background:var(--page);flex-direction:column;min-height:100dvh;display:flex}.site-header{height:var(--header-height);flex:0 0 var(--header-height);border-bottom:1px solid var(--border);background:var(--surface)}.site-header-inner{align-items:center;width:100%;max-width:1120px;height:100%;margin:0 auto;padding:16px 20px;display:flex}.odo-brand{align-items:center;gap:10px;display:inline-flex}.odo-logo{object-fit:contain;border-radius:8px;width:40px;height:40px;display:block}.odo-wordmark{color:var(--accent);font-family:var(--font-brand);font-size:20px;font-weight:700;line-height:1}.verification-main{flex-direction:column;flex:1 0 auto;gap:28px;width:100%;max-width:640px;margin:0 auto;padding:44px 20px 36px;display:flex}.intro{flex-direction:column;gap:12px;display:flex}.eyebrow{color:var(--accent);letter-spacing:.8px;margin:0;font-size:12px;font-weight:700;line-height:1.2}h1,h2,p{margin-block:0}h1{max-width:100%;color:var(--text);letter-spacing:-1.7px;margin:0;font-size:clamp(40px,11.28vw,44px);font-weight:800;line-height:1.03}.intro-copy{color:var(--text-muted);font-size:15px;font-weight:400;line-height:1.5}.verification-cluster{border:1px solid var(--border);background:var(--surface-muted);border-radius:12px;gap:14px;width:100%;padding:18px;display:grid}.verification-form{flex-direction:column;gap:18px;width:100%;display:flex}.field,.file-field{min-width:0;position:relative}.field-label,.visually-hidden{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-input{border:1px solid var(--input-border);background:var(--surface);width:100%;height:54px;color:var(--text);border-radius:8px;outline:none;padding:0 16px;font-size:15px;font-weight:400;transition:border-color .16s,box-shadow .16s}.text-input::placeholder{color:var(--text-soft);opacity:1}.text-input:hover{border-color:#8ebcff}.text-input:focus-visible{border-color:var(--accent);box-shadow:0 0 0 4px var(--focus-ring)}.text-input[aria-invalid=true]{border-color:var(--danger-border);background:var(--danger-soft)}.pdf-dropzone{border:1px solid var(--input-border);background:var(--surface);width:100%;min-height:190px;color:var(--text-muted);cursor:pointer;text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:22px 18px;font-size:13px;line-height:1.25;transition:border-color .16s,background-color .16s,box-shadow .16s;display:flex}.pdf-dropzone:hover,.pdf-dropzone[data-active=true]{border-color:var(--accent);background:#fbfdff}.pdf-dropzone[data-active=true]{box-shadow:0 0 0 4px var(--focus-ring)}.pdf-dropzone:focus-within{border-color:var(--accent);box-shadow:0 0 0 4px var(--focus-ring)}.dropzone-icon{background:var(--surface-selected);width:44px;height:44px;color:var(--accent);stroke-width:2px;border-radius:999px;padding:11px}.pdf-dropzone strong{max-width:100%;color:var(--text);font-size:15px;font-weight:600}.text-action{color:var(--accent);font-weight:600}#report-file-help{color:var(--text-soft);font-size:12px;font-weight:600}.selected-filename{overflow-wrap:anywhere}.field-error{color:var(--danger);margin:8px 2px 0;font-size:13px;font-weight:600;line-height:1.4}.primary-action{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:54px;padding:0 20px;font-size:15px;font-weight:600;line-height:1;transition:background-color .16s,box-shadow .16s,transform .12s;display:inline-flex}.primary-action:hover{background:var(--accent-hover)}.primary-action:active{transform:translateY(1px)}.primary-action:focus-visible,.secondary-action:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.status-panel{border:1px solid var(--notice-border);background:var(--notice-surface);color:var(--notice);border-radius:10px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.45;display:flex}.status-panel svg{flex:0 0 18px;width:18px;height:18px;margin-top:1px}.verification-result{border:1px solid var(--notice-border);background:var(--notice-surface);color:var(--notice);border-radius:10px;gap:12px;padding:16px;font-size:14px;line-height:1.45;display:grid}.verification-result-verified{border-color:var(--input-border);background:var(--surface);color:var(--text)}.verification-result-heading{align-items:center;gap:10px;min-width:0;display:flex}.verification-result-heading svg{flex:0 0 20px;width:20px;height:20px}.verification-result-heading h2{min-width:0;font-size:18px;line-height:1.25}.verification-result-heading h2:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.verification-receipt{gap:14px;min-width:0;padding-top:4px;display:grid}.receipt-type,.receipt-integrity{color:var(--text);font-weight:600}.receipt-facts{gap:10px;margin:0;display:grid}.receipt-facts div{border-top:1px solid var(--border);grid-template-columns:minmax(0,1fr) auto;gap:12px;padding-top:10px;display:grid}.receipt-facts dt{color:var(--text-muted)}.receipt-facts dd{color:var(--text);overflow-wrap:anywhere;text-align:right;margin:0;font-weight:600}.receipt-provenance{gap:8px;display:grid}.receipt-provenance h3{margin:0;font-size:14px}.receipt-provenance ul{gap:6px;margin:0;padding-left:20px;display:grid}.verification-explanation{color:var(--text-muted);font-size:13px;line-height:1.5}.verification-explanation summary{width:fit-content;color:var(--text);cursor:pointer;font-weight:600}.verification-explanation summary:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.verification-explanation>div{gap:8px;margin-top:10px;display:grid}.privacy-note{width:100%;color:var(--text-muted);align-items:flex-start;gap:10px;padding:0 4px;font-size:13px;font-weight:400;line-height:1.45;display:flex}.privacy-note svg{width:18px;height:18px;color:var(--accent);stroke-width:2px;flex:0 0 18px}.employer-footer{border-top:1px solid var(--border);background:var(--surface-blue);width:100%;min-height:206px}.employer-inner{text-align:center;flex-direction:column;align-items:center;gap:10px;width:100%;max-width:640px;min-height:205px;margin:0 auto;padding:28px 20px 30px;display:flex}.employer-inner h2{max-width:100%;color:var(--text);font-size:17px;font-weight:600;line-height:1.35}.secondary-action{min-height:44px;color:var(--accent);cursor:pointer;text-align:left;background:0 0;border:0;justify-content:flex-start;align-items:center;gap:7px;padding:0;font-size:14px;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex}.secondary-action:hover{color:var(--accent-hover);text-underline-offset:3px;text-decoration:underline}.secondary-action svg{flex:0 0 16px;width:16px;height:16px;transition:transform .16s}.secondary-action:hover svg{transform:translate(2px,-2px)}.site-footer{border-top:1px solid var(--border);background:var(--surface);color:#3a4758;width:100%;min-height:208px}.site-footer__inner{width:min(100% - 40px,1120px);margin:0 auto}.site-footer__upper{justify-content:space-between;align-items:center;gap:48px;min-height:126px;display:flex}.site-footer__identity{align-items:center;gap:32px;display:flex}.site-footer__brand{color:var(--accent);font-family:var(--font-brand);align-items:center;gap:10px;font-size:22px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.site-footer__brand img{object-fit:contain;width:38px;height:38px}.site-footer__identity>p{color:#3a4758;white-space:nowrap;font-size:15px;font-weight:600}.site-footer__marketing-nav,.site-footer__legal-nav{align-items:center;display:flex}.site-footer__marketing-nav{gap:24px}.site-footer__legal-nav{gap:18px}.site-footer a:not(.site-footer__brand){color:#53647a;font-size:13px;font-weight:700;text-decoration:none}.site-footer a:not(.site-footer__brand):hover,.site-footer a:not(.site-footer__brand):focus-visible{text-underline-offset:3px;text-decoration:underline}.site-footer__lower{border-top:1px solid #e8edf4;justify-content:space-between;align-items:center;min-height:81px;display:flex}.site-footer small{color:#6f7d90;font-size:13px;font-weight:400}@media (width>=768px){.site-header-inner{padding-inline:32px}.verification-main{padding:64px 32px 52px}h1{letter-spacing:-2px;font-size:52px}.verification-cluster{padding:24px}.employer-inner{padding:32px}}@media (width<=767px){.site-footer{min-height:264px}.site-footer__inner{flex-direction:column;justify-content:center;width:min(100% - 40px,350px);min-height:264px;display:flex}.site-footer__upper{flex-direction:column;justify-content:center;gap:14px;width:100%;min-height:175px}.site-footer__identity{flex-direction:column;justify-content:center;gap:8px}.site-footer__brand img{width:32px;height:32px}.site-footer__identity>p{font-size:14px}.site-footer__marketing-nav a{align-items:center;min-height:40px;font-size:14px;display:flex}.site-footer__lower{flex-direction:column;justify-content:center;gap:10px;width:100%;min-height:89px}.site-footer__legal-nav{justify-content:center;gap:24px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
