:root{color:#171717;--green:#2e9b45;--dark:#176b36;--yellow:#f2c318;background:#fff;font-family:Arial,sans-serif}*{box-sizing:border-box}body{margin:0}.app{min-height:100vh}header{background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:82px;padding:8px clamp(20px,6vw,90px);display:flex}header img{object-fit:contain;width:auto;height:68px}nav{align-items:center;gap:8px;display:flex}nav button{cursor:pointer;background:0 0;border:0;border-radius:10px;padding:12px 14px;font-weight:600}nav button.active,nav button:hover{color:var(--dark);background:#eaf6ec}.cart{margin-left:16px;font-weight:700}.hero{background:linear-gradient(120deg,#eff9ef,#fff8d9);border-radius:28px;justify-content:space-between;align-items:center;max-width:1100px;margin:42px auto 54px;padding:48px;display:flex}.eyebrow{color:var(--dark);text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:700}h1{margin:12px 0;font-size:clamp(36px,5vw,64px);line-height:1}h2{max-width:1100px;margin:0 auto 22px}.hero p{max-width:520px;font-size:18px;line-height:1.5}.hero-art{font-size:62px;line-height:1.4;transform:rotate(-8deg)}.primary,.card button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:10px;padding:13px 19px;font-weight:700}.grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;max-width:1100px;margin:auto;display:grid}.card{border:1px solid #eee;border-radius:18px;padding:16px;box-shadow:0 3px 12px #0000000b}.product-art{border-radius:14px;place-items:center;height:130px;font-size:68px;display:grid}.card h3{margin:14px 0 4px}.card p{color:#666;margin:0 0 12px}.card strong{margin-bottom:15px;display:block}.card button{width:100%}footer{text-align:center;color:#777;padding:45px 20px}.dashboard{max-width:1100px;margin:50px auto;padding:0 20px}.stats{flex-wrap:wrap;gap:16px;margin:35px 0;display:flex}.stats div{background:#f5faf5;border-radius:15px;min-width:190px;padding:22px}.stats b,.stats span{display:block}.stats b{color:var(--dark);margin-bottom:8px;font-size:28px}.stats span{color:#666}.empty{text-align:center;border:2px dashed #b9d9bd;border-radius:18px;padding:45px}@media (width<=700px){header{align-items:flex-start;height:auto}header img{height:58px}nav{flex-wrap:wrap;justify-content:flex-end}.hero{margin:22px 14px 40px;padding:28px;display:block}.hero-art{margin-top:20px;font-size:45px}h2{padding:0 20px}.grid{padding:0 14px}}.login-page{background:linear-gradient(135deg,#eff9ef,#fff8d9);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{text-align:center;background:#fff;border-radius:24px;width:min(100%,430px);padding:34px;box-shadow:0 12px 40px #176b3620}.login-card img{object-fit:contain;width:130px;height:100px}.login-card h1{margin-bottom:28px;font-size:34px}.login-card form{text-align:left}.login-card label{margin:16px 0;font-weight:700;display:block}.login-card input{border:1px solid #d9e1d9;border-radius:10px;width:100%;margin-top:7px;padding:13px;font-size:16px;display:block}.full{width:100%;margin-top:8px}.hint{color:#777;margin-top:22px;font-size:12px;line-height:1.5}.link{color:var(--dark);cursor:pointer;background:0 0;border:0;font-weight:700}.error{color:#b42318;font-size:14px}.logout{color:#fff;cursor:pointer;background:#171717;border:0;border-radius:10px;padding:10px 14px;position:fixed;bottom:20px;right:20px}
