@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#17231e;background:#f4f7f5;font-synthesis:none;--ink: #17231e;--muted: #65736c;--green: #176b4d;--green-dark: #0d4935;--mint: #dff4e9;--line: #dfe7e2;--card: rgba(255, 255, 255, .92);--red: #c23b3b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at 82% 6%,rgba(134,207,169,.22),transparent 27rem),radial-gradient(circle at 9% 42%,rgba(179,221,198,.2),transparent 24rem),linear-gradient(180deg,#fbfcfb,#f2f6f3)}.app-shell{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{height:84px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(23,107,77,.12)}.brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}.brand-mark{width:43px;height:43px;display:grid;place-items:center;border-radius:13px;box-shadow:0 8px 22px #176b4d33}.brand-mark img{display:block;width:100%;height:100%}.brand strong,.brand small{display:block}.brand strong{font-family:Manrope,sans-serif;font-size:1.02rem}.brand small{color:var(--muted);margin-top:1px;font-size:.75rem}.service-status{display:flex;align-items:center;gap:8px;color:#4c6257;font-size:.8rem;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#ffffffa6}.service-status>span{width:7px;height:7px;border-radius:50%;background:#28a36f;box-shadow:0 0 0 4px #28a36f1f}.service-status.offline>span{background:var(--red);box-shadow:0 0 0 4px #c23b3b1a}main{padding:76px 0 66px}.hero{max-width:760px;margin:0 auto 44px;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--green);font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.hero h1{margin:19px 0 20px;font:800 clamp(2.8rem,7vw,5.3rem)/.98 Manrope,sans-serif;letter-spacing:-.065em}.hero h1 em{color:var(--green);font-style:normal}.hero>p{max-width:650px;margin:0 auto;color:var(--muted);font-size:1.05rem;line-height:1.75}.trust-row{margin-top:24px;display:flex;justify-content:center;flex-wrap:wrap;gap:22px}.trust-row span{display:inline-flex;align-items:center;gap:7px;color:#52645b;font-size:.8rem}.trust-row svg{color:var(--green)}.scanner-card,.result-card{max-width:920px;margin:auto;border:1px solid rgba(23,107,77,.12);border-radius:28px;padding:10px;background:var(--card);box-shadow:0 28px 70px #2743351c}.dropzone{min-height:360px;padding:44px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border:1.5px dashed #bed3c7;border-radius:21px;background:linear-gradient(145deg,#f9fcfacc,#eef7f2cc);transition:.2s ease}.dropzone.dragging{background:#e9f6ef;border-color:var(--green);transform:scale(.995)}.upload-icon{width:68px;height:68px;display:grid;place-items:center;border-radius:20px;color:var(--green);background:var(--mint);margin-bottom:20px}.dropzone h2{margin:0;font:700 1.5rem Manrope,sans-serif;letter-spacing:-.03em}.dropzone p{color:var(--muted);margin:10px 0 25px}.dropzone small{display:inline-flex;align-items:center;gap:7px;color:#819087;margin-top:18px}.primary-button,.secondary-button{border:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;font-weight:700;transition:transform .15s ease,background .15s ease}.primary-button{padding:14px 19px;color:#fff;background:var(--green);box-shadow:0 10px 24px #176b4d33}.primary-button:hover:not(:disabled){background:var(--green-dark);transform:translateY(-1px)}.primary-button:disabled{opacity:.7;cursor:wait}.secondary-button{padding:10px 14px;color:var(--green);background:#edf6f1}.secondary-button:hover{background:#e2f0e9}.spinner{width:27px;height:27px;border:3px solid rgba(23,107,77,.2);border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-card{max-width:920px;margin:22px auto 0;display:flex;align-items:flex-start;gap:13px;padding:17px 18px;color:#8f2d2d;border:1px solid #efd0d0;border-radius:15px;background:#fff7f7}.error-card strong{display:block}.error-card p{margin:4px 0 0;color:#9c5555;font-size:.88rem}.error-card button{margin-left:auto;border:0;background:none;color:inherit;font-size:1.5rem;line-height:1}.result-card{padding:0;overflow:hidden}.result-summary{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:30px}.result-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;color:var(--green);background:var(--mint)}.malware .result-icon{color:var(--red);background:#fde9e9}.result-label{color:var(--green);font-weight:700;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}.malware .result-label{color:var(--red)}.result-copy h2{margin:5px 0;font:700 1.55rem Manrope,sans-serif;letter-spacing:-.035em}.result-copy p{max-width:400px;margin:0;overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.confidence{min-width:155px}.confidence>span{color:var(--muted);font-size:.75rem}.confidence strong{display:block;margin:3px 0 7px;font:700 1.6rem Manrope,sans-serif}.confidence-track{height:5px;border-radius:9px;overflow:hidden;background:#e4ebe7}.confidence-track span{display:block;height:100%;border-radius:inherit;background:var(--green)}.malware .confidence-track span{background:var(--red)}.verdict-row{padding:15px 30px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fbfcfb}.verdict-pill{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600}.verdict-pill>span{width:8px;height:8px;background:var(--green);border-radius:50%}.malware .verdict-pill>span{background:var(--red)}.feature-section{padding:30px}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px;color:var(--green)}.section-heading span{color:var(--muted);font-size:.72rem;letter-spacing:.09em;text-transform:uppercase}.section-heading h3{margin:4px 0 0;color:var(--ink);font:700 1.1rem Manrope,sans-serif}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.feature-item{min-width:0;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#fafcfb}.feature-item span,.feature-item strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feature-item span{color:var(--muted);font-size:.7rem}.feature-item strong{margin-top:6px;font:700 .9rem Manrope,sans-serif}footer{min-height:76px;display:flex;justify-content:space-between;align-items:center;gap:30px;border-top:1px solid var(--line);color:var(--muted);font-size:.74rem}footer span{color:var(--ink);font-weight:700}footer p{margin:0;text-align:right}.app-shell.initial-view.has-error{height:auto;min-height:100svh;overflow:visible}.app-shell.initial-view.has-error main{height:auto;min-height:calc(100svh - 120px)}@media(min-width:721px)and (min-height:700px){.initial-view{height:100vh;overflow:hidden}.initial-view .topbar{height:68px}.initial-view main{height:calc(100vh - 120px);padding:25px 0 22px}.initial-view .hero{margin-bottom:20px}.initial-view .hero h1{margin:10px 0 12px;font-size:clamp(2.65rem,5.2vw,4rem);line-height:.96}.initial-view .hero>p{max-width:610px;font-size:.94rem;line-height:1.55}.initial-view .trust-row{margin-top:13px;gap:16px}.initial-view .scanner-card{max-width:840px}.initial-view .dropzone{min-height:250px;padding:22px 20px}.initial-view .upload-icon{width:56px;height:56px;margin-bottom:13px;border-radius:17px}.initial-view .dropzone h2{font-size:1.3rem}.initial-view .dropzone p{margin:7px 0 16px;font-size:.9rem}.initial-view .dropzone small{margin-top:12px}.initial-view footer{min-height:52px}}@media(max-width:720px){.app-shell{width:min(100% - 24px,1180px)}.service-status{padding:8px;font-size:0}main{padding-top:52px}.hero h1{font-size:clamp(2.7rem,14vw,4.1rem)}.trust-row{gap:11px 18px}.dropzone{min-height:330px}.result-summary{grid-template-columns:auto 1fr;padding:22px}.confidence{grid-column:1 / -1}.verdict-row{padding:14px 22px;gap:12px;align-items:stretch;flex-direction:column}.feature-section{padding:22px}.feature-grid{grid-template-columns:repeat(2,1fr)}footer{align-items:flex-start;flex-direction:column;justify-content:center;gap:5px}footer p{text-align:left}.initial-view{height:100svh;overflow:hidden}.initial-view .topbar{height:78px}.initial-view main{height:calc(100svh - 123px);padding:29px 0 21px}.initial-view .hero{margin-bottom:25px}.initial-view .eyebrow{font-size:.7rem}.initial-view .hero h1{margin:15px 0 17px;font-size:clamp(2.15rem,11vw,2.8rem);line-height:.98}.initial-view .hero>p{max-width:440px;font-size:.84rem;line-height:1.55}.initial-view .trust-row{display:flex;margin-top:18px;gap:10px 16px}.initial-view .trust-row span{gap:5px;font-size:.68rem}.initial-view .trust-row svg{width:13px;height:13px}.initial-view .scanner-card{padding:6px;border-radius:20px}.initial-view .dropzone{min-height:235px;padding:20px 14px;border-radius:15px}.initial-view .upload-icon{width:48px;height:48px;margin-bottom:10px;border-radius:14px}.initial-view .upload-icon svg{width:25px;height:25px}.initial-view .dropzone h2{font-size:1.12rem}.initial-view .dropzone p{max-width:290px;margin:6px 0 13px;font-size:.78rem}.initial-view .primary-button{padding:11px 15px;font-size:.84rem}.initial-view .dropzone small{margin-top:9px;font-size:.7rem}.initial-view footer{min-height:45px;display:flex}.initial-view footer p{display:none}}
