:root{font-family:system-ui,sans-serif;color:#18302b;background:#f7f8f2}*{box-sizing:border-box}body{margin:0}header{max-width:1100px;margin:auto;padding:26px;display:flex;justify-content:space-between;gap:20px;align-items:center;border-bottom:1px solid #d9e1d9}a{color:inherit;text-decoration:none;font-weight:750}header span,.eyebrow{font-size:11px;letter-spacing:2px;color:#527269}main{max-width:820px;margin:70px auto;padding:0 26px}h1{font-size:clamp(38px,7vw,68px);letter-spacing:-3px;line-height:1.06;margin:20px 0}.intro{font-size:20px;line-height:1.6;color:#455c54}.market{color:#6c7f75;font-size:14px}.upload{margin:32px 0;padding:30px;border:1px dashed #9eafa2;border-radius:20px;background:white}label strong,label span{display:block;margin-bottom:14px}label strong{font-size:23px}label span{color:#62766c;line-height:1.6}input{display:block;max-width:100%;margin:20px 0}button{padding:13px 20px;border:0;border-radius:10px;background:#234d3c;color:#fff;cursor:pointer;font:inherit}button:hover{background:#346a50}button:focus-visible,input:focus-visible{outline:3px solid #95bd51;outline-offset:3px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stat{background:#e6eddf;border-radius:14px;padding:20px}.stat strong{font-size:30px;display:block}.stat span{font-size:12px}li{margin:10px 0;line-height:1.5}footer{margin:50px 0;font-size:12px;line-height:1.8;color:#748376}#error{color:#a23535}@media(max-width:600px){header span{display:none}.stats{grid-template-columns:1fr}main{margin-top:40px}}
