:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f4f7fb;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0}.app{min-height:100vh}.topbar{height:76px;background:#0e2342;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 42px;box-shadow:0 4px 18px #07172b22}.brand{display:flex;gap:12px;align-items:center}.brandMark{width:40px;height:40px;border-radius:11px;background:#fff;color:#0e2342;display:grid;place-items:center;font-size:21px}.brandName{font-weight:800;font-size:17px}.brandSub{font-size:11px;color:#b9c9df;margin-top:2px}.headerBadge{font-size:11px;letter-spacing:.09em;color:#b9c9df}.container{max-width:1240px;margin:auto;padding:38px 28px}.hero{display:flex;justify-content:space-between;gap:28px;align-items:center;margin-bottom:30px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.13em;color:#4169a5}.hero h1{font-size:36px;line-height:1.12;margin:7px 0 10px;max-width:760px;color:#102544}.hero p{max-width:760px;color:#66748a;line-height:1.65;margin:0}.heroCard{background:#fff;border:1px solid #dce4ef;border-radius:18px;padding:22px 28px;min-width:170px;text-align:center;box-shadow:0 10px 30px #1c33510d}.heroNumber{font-size:38px;font-weight:900;color:#174e95}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:22px}.step{height:52px;background:#e9eef5;border-radius:12px;display:flex;align-items:center;gap:10px;padding:0 15px;color:#748096;font-weight:700;font-size:13px}.step.active{background:#0e2342;color:#fff}.step.done{background:#dff3e7;color:#176b43}.stepNum{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#53647b;font-size:12px}.active .stepNum{color:#0e2342}.done .stepNum{color:#176b43}.panel,.reportPanel{background:#fff;border:1px solid #dce4ef;border-radius:20px;padding:30px;box-shadow:0 12px 40px #15345b0b}.panelHead{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.panel h2,.reportPanel h2{margin:5px 0 6px;font-size:25px;color:#142744}.muted{color:#6e7c91;line-height:1.55}.statusPill{font-size:10px;font-weight:800;background:#edf3fb;color:#3c5f8e;padding:8px 11px;border-radius:20px}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.field{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800;color:#44536a}.field input{height:46px;border:1px solid #d6deea;border-radius:10px;padding:0 13px;font:inherit;font-weight:500;outline:none}.field input:focus{border-color:#5077ad;box-shadow:0 0 0 3px #5077ad18}.actionRow{display:flex;justify-content:flex-end;gap:12px;margin-top:26px}.primary,.secondary{border:0;border-radius:10px;padding:12px 18px;font-weight:800;cursor:pointer;font-size:13px}.primary{background:#123a70;color:#fff}.secondary{background:#edf2f8;color:#31445f}.docGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.docCard{position:relative;min-height:195px;border:1px dashed #c7d2e1;border-radius:15px;padding:18px;background:#fbfcfe;cursor:pointer;transition:.2s}.docCard:hover{border-color:#5278ac;transform:translateY(-2px)}.docCard.uploaded{border-style:solid;border-color:#56a47b;background:#f6fcf8}.docCard input{position:absolute;opacity:0;width:1px;height:1px}.docIcon{font-size:27px;color:#28598f;margin-bottom:13px}.docTitle{font-weight:850;color:#203553;font-size:14px}.docDesc{font-size:11px;color:#718096;line-height:1.45;margin-top:6px;min-height:48px}.uploadState{margin-top:13px;font-size:11px;font-weight:800;color:#49617e}.uploadState.ok{color:#1b754b}.analysis{max-width:780px;margin:0 auto}.progressWrap{display:flex;align-items:center;gap:15px;margin:25px 0}.progressBar{height:11px;background:#e7edf5;border-radius:20px;overflow:hidden;flex:1}.progressBar>div{height:100%;background:#1d5d9d;border-radius:20px;transition:.2s}.analysisList{display:grid;gap:8px}.analysisRow{display:flex;gap:13px;align-items:center;padding:13px;border-radius:11px;background:#f7f9fc;color:#8a96a8}.analysisRow.current{background:#eaf2fb;color:#1b528e}.analysisRow.complete{background:#edf8f1;color:#1b744c}.analysisRow small{display:block;font-size:11px;margin-top:3px;opacity:.8}.reportHeader{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #e3e8f0;padding-bottom:20px}.reportHeader h2{font-size:30px}.reportHeader p{font-size:12px;color:#7b8799}.riskBadge{padding:11px 16px;border-radius:9px;font-size:12px;font-weight:900}.riskBadge.high{background:#fde7e5;color:#ae2e29}.propertyStrip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dce4ee;margin:20px 0;border-radius:12px;overflow:hidden}.propertyStrip>div{background:#f8fafc;padding:14px}.propertyStrip small{display:block;font-size:9px;color:#748197;font-weight:800}.propertyStrip strong{font-size:12px;display:block;margin-top:4px;color:#263b5a}.reportGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.finding{border:1px solid #e0e6ee;border-radius:13px;padding:16px}.findingTop{display:flex;justify-content:space-between;align-items:center}.findingTop>div{display:flex;align-items:center;gap:8px}.findingIcon{font-size:20px;color:#315d91}.findingTop strong{font-size:13px}.miniRisk{font-size:9px;font-weight:900;text-transform:uppercase;padding:5px 7px;border-radius:20px}.miniRisk.low{background:#e4f5ea;color:#1d744b}.miniRisk.medium{background:#fff1d9;color:#9a6500}.miniRisk.high{background:#fde4e2;color:#aa2e2b}.findingStatus{font-size:10px;font-weight:900;color:#4e6481;margin-top:12px}.finding p{font-size:12px;color:#5e6d82;line-height:1.55;min-height:38px}.evidence{font-size:10px;color:#8793a4;background:#f7f9fc;border-radius:8px;padding:8px;line-height:1.4}.recommendation{margin-top:18px;border-radius:14px;padding:20px;background:#102a4b;color:#fff;display:flex;justify-content:space-between;align-items:center}.recommendation .eyebrow{color:#9eb8d9}.recommendation h3{margin:7px 0;font-size:17px}.recommendation p{margin:0;color:#c5d3e4;font-size:12px}.recommendIcon{font-size:42px}.disclaimer{margin-top:14px;background:#fff8e8;border:1px solid #f0dba8;border-radius:12px;padding:13px;font-size:11px;line-height:1.55;color:#72591d}.footerNote{margin-top:18px;color:#7a879a;font-size:11px;text-align:center;line-height:1.5}@media(max-width:900px){.docGrid{grid-template-columns:repeat(2,1fr)}.hero{flex-direction:column;align-items:flex-start}.headerBadge{display:none}.reportGrid,.grid{grid-template-columns:1fr}.propertyStrip{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.topbar{padding:0 18px}.container{padding:22px 14px}.steps{grid-template-columns:1fr 1fr}.docGrid{grid-template-columns:1fr}.hero h1{font-size:28px}.panel,.reportPanel{padding:20px}.propertyStrip{grid-template-columns:1fr}.actionRow{flex-direction:column}.primary,.secondary{width:100%}}@media print{.topbar,.steps,.actionRow,.footerNote{display:none!important}.container{padding:0}.reportPanel{box-shadow:none;border:0}.app{background:#fff}}.headerRight{display:flex;align-items:center;gap:12px}.lang{display:flex;background:#f1f3f6;border:1px solid #d9dde3;border-radius:10px;padding:3px}.lang button,.logout,.loginActions button{border:0;background:transparent;padding:7px 10px;border-radius:7px;cursor:pointer;font-weight:700;color:#53606d}.lang button.active{background:#fff;box-shadow:0 1px 5px #00000014;color:#111}.logout{border:1px solid #d9dde3;background:#fff}.health{font-size:12px;font-weight:700}.health.online{color:#16834a}.health.offline{color:#b42318}.health.checking{color:#667085}.errorBanner{margin:16px 0;padding:12px 14px;border:1px solid #f2b8b5;background:#fff4f3;color:#b42318;border-radius:10px}.authPage{min-height:100vh;background:#f7f8fa}.authTop{height:76px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e7e9ed}.loginCard{width:min(460px,92vw);margin:8vh auto;background:#fff;border:1px solid #e4e7ec;border-radius:18px;padding:34px;box-shadow:0 15px 45px #10182814}.loginIcon{width:54px;height:54px;border-radius:14px;background:#111;color:#fff;display:grid;place-items:center;font-size:24px;margin-bottom:18px}.loginCard h1{font-size:28px;line-height:1.15;margin:8px 0 10px}.loginCard>p{color:#667085;line-height:1.6;margin-bottom:24px}.full{width:100%;margin-top:8px}.devOtp{padding:10px 12px;background:#f5f9ff;border:1px solid #cfe0ff;border-radius:8px;margin:12px 0;color:#175cd3}.loginActions{display:flex;justify-content:space-between;margin-top:14px}.loginActions button{padding:4px}.loginNote{display:block;color:#98a2b3;margin-top:22px;line-height:1.5}.reportMeta{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.reportMeta>div{padding:14px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px}.reportMeta span{display:block;color:#667085;font-size:11px;text-transform:uppercase;margin-bottom:5px}.summary{padding:18px;background:#f8fafc;border-radius:12px;margin-bottom:18px}.summary p{line-height:1.6;margin:8px 0 0}.center{text-align:center}.docCard input{position:absolute;opacity:0;pointer-events:none}.docCard{position:relative;cursor:pointer}.docCard:hover{border-color:#98a2b3}.riskBadge.low{background:#ecfdf3;color:#027a48}.riskBadge.medium{background:#fffaeb;color:#b54708}.riskBadge.high{background:#fff4e5;color:#b54708}.riskBadge.critical{background:#fff1f3;color:#b42318}.miniRisk.critical{background:#fce7f3;color:#9d174d}.miniRisk.high{background:#fff4e5}.miniRisk.medium{background:#fffaeb}.miniRisk.low{background:#ecfdf3}.evidence{line-height:1.5}.footerNote{line-height:1.6}.linkedLand{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:0 0 18px;padding:13px 16px;border:1px solid #a7d8bc;border-radius:12px;background:#edf9f2;color:#175f3d;font-size:13px}.linkedLand>div{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.linkedLand span{color:#44715c}.linkedLandMeta{justify-content:flex-end}.matchBadge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#16784b;color:#fff;font-size:11px;letter-spacing:.04em}.applicationSearch{max-width:850px;margin:7vh auto 0;background:#fff;border:1px solid #dce4ef;border-radius:22px;padding:38px;box-shadow:0 18px 55px #15345b14}.searchIntro h1{font-size:34px;line-height:1.15;color:#102544;margin:9px 0 12px}.searchIntro p{color:#66748a;line-height:1.65;max-width:720px}.searchForm{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end;margin:30px 0 22px;padding:22px;background:#f6f9fc;border:1px solid #e1e8f1;border-radius:15px}.searchForm .primary{height:46px;white-space:nowrap}.searchStatusGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.searchStatusGrid>div{display:flex;align-items:center;gap:10px;padding:13px;border-radius:11px;background:#edf8f1;color:#245e43;font-size:12px;font-weight:750}.searchStatusGrid b{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#16784b;color:#fff}.searchNotice{margin-top:18px;padding:15px 17px;border-left:4px solid #4169a5;border-radius:8px;background:#f3f7fc;color:#52647c;font-size:12px;line-height:1.6}.checksPanel{margin:0 0 18px;padding:18px;border:1px solid #dce6f2;border-radius:13px;background:#f8fbff}.checksGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 18px;margin-top:12px}.checksGrid span{font-size:12px;color:#315d50;line-height:1.45}.importedDocument{cursor:default}.importedDocument:hover{transform:none;border-color:#56a47b}@media(max-width:800px){.headerRight{gap:6px}.health{display:none}.reportMeta{grid-template-columns:1fr}.authTop{padding:0 18px}.authTop .brandSub{display:none}.loginCard{margin-top:5vh}.topbar{align-items:flex-start;gap:12px}.topbar .headerRight{flex-wrap:wrap;justify-content:flex-end}.searchStatusGrid,.checksGrid,.searchForm{grid-template-columns:1fr}.applicationSearch{margin-top:3vh;padding:25px}.linkedLand{align-items:flex-start;flex-direction:column}.linkedLandMeta{justify-content:flex-start}}@media print{.topbar,.steps,.hero,.actionRow,.footerNote{display:none!important}.container{max-width:none}.reportPanel{border:0;box-shadow:none}}
