
*{box-sizing:border-box}body{margin:0;background:#f1eee8;color:#17140f;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}header{padding:28px 5vw;background:white;border-bottom:1px solid #d9d1c5;display:flex;justify-content:space-between;align-items:end}header p{font-size:11px;letter-spacing:.2em;color:#8a7657}h1{font:500 42px Georgia,serif;margin:8px 0 0}.actions{display:flex;gap:10px;align-items:center}.actions span{color:#4e755d}.actions a,.actions button,.title button{border:1px solid #d6cdbf;background:white;border-radius:12px;padding:11px 14px;color:inherit;text-decoration:none;font:inherit}main{width:min(1180px,92vw);margin:28px auto}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.stats>div{padding:24px;background:white;border:1px solid #ddd4c7;border-radius:18px}.stats small{color:#80766b;display:block;margin-bottom:12px}.stats b{font:500 38px Georgia,serif}.title{display:flex;justify-content:space-between;align-items:center;margin:36px 0 14px}.title h2{font:500 30px Georgia,serif}.order{display:grid;grid-template-columns:145px 1fr 140px 120px;gap:18px;align-items:center;background:white;border:1px solid #ddd4c7;border-radius:17px;padding:20px;margin-bottom:12px}.badge{display:inline-block;background:#163b31;color:#fff;border-radius:999px;padding:7px 10px;font-size:12px}.items{line-height:1.65;color:#635a50}.total{font:500 26px Georgia,serif}.done{border:0;background:#dce9df;border-radius:11px;padding:12px}.empty{padding:60px;text-align:center;color:#8d8378;border:1px dashed #d3cabd;border-radius:18px;background:white}@media(max-width:760px){header{align-items:flex-start;flex-direction:column;gap:18px}.actions{flex-wrap:wrap}.stats{grid-template-columns:1fr}.order{grid-template-columns:1fr}}
