:root{--bg:#fff;--fg:#141416;--muted:#5b5f6b;--surface:#f5f4f0;--border:#e3e1da;--dark:#0a0a0b;--dark-surface:#141416;--dark-fg:#e8e6e3;--dark-muted:#9ca3af;--accent:#d4a843;--accent-hover:#e0b84f;--accent-text:#7a5e12;--ok:#2f7d4f;--warn:#b26a00;--bad:#b3261e;--focus:#1d4ed8;--radius:8px;--font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:var(--font);color:var(--fg);background:var(--bg);flex-direction:column;min-height:100vh;margin:0;font-size:1.0625rem;line-height:1.55;display:flex}body>div{flex-direction:column;min-height:100vh;display:flex}main{flex:1}h1,h2,h3{letter-spacing:-.01em;margin:0 0 .5rem;line-height:1.2}h1{font-size:clamp(1.75rem,5vw,2.5rem)}h2{margin-top:2rem;font-size:clamp(1.25rem,3.5vw,1.5rem)}h3{font-size:1.125rem}p{margin:0 0 1rem}a{color:inherit;text-underline-offset:.15em}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.wrap{width:100%;max-width:44rem;margin:0 auto;padding:0 1rem}.wrap-wide{max-width:60rem}.site-header{background:var(--dark);color:var(--dark-fg);padding:.9rem 0}.site-header .wrap{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.brand{color:var(--dark-fg);letter-spacing:-.02em;font-size:1.25rem;font-weight:700;text-decoration:none}.brand span{color:var(--accent)}.tagline{color:var(--dark-muted);font-size:.9375rem}.tagline a{color:var(--dark-fg)}.site-footer{background:var(--dark);color:var(--dark-muted);margin-top:3rem;padding:2rem 0;font-size:.9375rem}.site-footer a{color:var(--dark-fg)}.site-footer .cols{gap:1.5rem;display:grid}@media (width>=40rem){.site-footer .cols{grid-template-columns:1fr 1fr}}.site-footer ul{margin:0;padding:0;list-style:none}.site-footer li{margin-bottom:.35rem}.hero{padding:2.5rem 0 1rem}.lead{color:var(--muted);max-width:36rem;font-size:1.1875rem}.scan-form{margin:1.5rem 0 .5rem}.scan-form label{margin-bottom:.4rem;font-weight:600;display:block}.scan-form .row{flex-direction:column;gap:.6rem;display:flex}@media (width>=30rem){.scan-form .row{flex-direction:row}}input[type=text],input[type=email],input[type=url]{font:inherit;border:2px solid var(--border);border-radius:var(--radius);width:100%;color:var(--fg);background:#fff;padding:.85rem 1rem}input[type=text]:focus,input[type=email]:focus{border-color:var(--fg)}.btn{font:inherit;border-radius:var(--radius);background:var(--accent);color:var(--dark);cursor:pointer;white-space:nowrap;text-align:center;border:0;padding:.85rem 1.4rem;font-weight:700;text-decoration:none;display:inline-block}.btn:hover{background:var(--accent-hover)}.btn[disabled]{opacity:.7;cursor:wait}.btn-secondary{color:var(--fg);border:2px solid var(--fg);background:0 0}.btn-secondary:hover{background:var(--surface)}.hint{color:var(--muted);font-size:.9375rem}.error{color:var(--bad);margin-top:.75rem;font-weight:600}.hp{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.cards{gap:1rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}@media (width>=40rem){.cards{grid-template-columns:1fr 1fr}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem}.card h3{margin-bottom:.25rem}.card p{color:var(--muted);margin:0;font-size:.9375rem}.card .weight{color:var(--accent-text);font-size:.875rem;font-weight:700}.counter{color:var(--muted);margin-top:1rem;font-size:.9375rem}.status-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin:1.5rem 0;padding:1.25rem 1.25rem 1rem}.status-box h2{margin-top:0}.progress-list{margin:1rem 0 0;padding:0;list-style:none}.progress-list li{border-top:1px solid var(--border);align-items:center;gap:.75rem;padding:.55rem 0;display:flex}.progress-list li:first-child{border-top:0}.dot{border:2px solid var(--border);border-radius:50%;flex:none;width:.9rem;height:.9rem}.dot.bezig{border-color:var(--accent);border-top-color:#0000;animation:.9s linear infinite spin}.dot.klaar{background:var(--ok);border-color:var(--ok)}.dot.mislukt{background:var(--bad);border-color:var(--bad)}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.dot.bezig{animation:none}}.big-number{font-size:2.5rem;font-weight:700;line-height:1}dl.facts{grid-template-columns:max-content 1fr;gap:.35rem 1rem;margin:0;display:grid}dl.facts dt{color:var(--muted)}dl.facts dd{word-break:break-word;margin:0}.notice{border-left:4px solid var(--accent);background:var(--surface);margin:1rem 0;padding:.75rem 1rem}
