@import url('/assets/order.css');
:root{--ink:#211f2f;--orange:#ff6934;--cream:#f7f1e8;--line:#ded8cf}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,sans-serif}header{height:78px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 max(24px,calc((100vw - 1050px)/2))}header img{width:190px;display:block}header div{display:flex;gap:15px;align-items:center;font-size:12px}header a{color:inherit}.welcome,main>section{max-width:1050px;margin:auto}.welcome{padding:80px 0 50px}.welcome p{font-size:9px;letter-spacing:2px;color:var(--orange)}h1{font-size:54px;margin:10px 0}.welcome span{color:#6e6872}h2{font-size:22px}.orders{display:grid;gap:10px}.orders article{background:white;border:1px solid var(--line);padding:20px;display:grid;grid-template-columns:repeat(4,1fr)}.orders small,.orders strong,.orders span{display:block}.orders small{font-size:8px;color:#8c858e;margin-bottom:5px}.orders strong{font-size:13px}.orders span{font-size:11px}.status{color:var(--orange);font-weight:bold;text-transform:capitalize}.empty{background:white;border:1px dashed #bbb2a9;padding:45px;text-align:center;color:#817a84;font-size:13px}@media(max-width:700px){header{padding:0 15px}header img{width:150px}.welcome,main>section{margin:0 15px}.welcome{padding:55px 0 35px}h1{font-size:40px}.orders article{grid-template-columns:1fr 1fr;gap:20px}}
.production-time-notice{box-sizing:border-box!important;width:min(1050px,calc(100% - 40px))!important;max-width:1050px!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important}.production-time-notice strong,.production-time-notice span{text-align:center!important}@media(max-width:620px){.production-time-notice{align-items:center!important}}
