.latest-orders-section{padding-top:34px;background:linear-gradient(180deg,#f5f7fb 0,#eef2ff 100%)}
.latest-orders-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}
.latest-orders-head h2{margin:12px 0 5px;font-size:34px}.latest-orders-head p{margin:0;color:var(--muted)}
.live-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 13px;border:1px solid #bbf7d0;border-radius:999px;background:#f0fdf4;color:#067647;font-weight:800}
.live-pill i{width:8px;height:8px;border-radius:50%;background:#12b76a;box-shadow:0 0 0 5px #12b76a1f}
.latest-orders-card{position:relative;overflow:hidden;border:1px solid #dfe3f0;border-radius:20px;background:#fff;box-shadow:0 22px 55px #10182810}
.latest-order{display:grid;grid-template-columns:44px minmax(0,1fr) auto 105px;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid #eef0f5;transition:.2s}
.latest-order:hover{background:#faf9ff;transform:translateX(2px)}
.latest-order:last-child{border-bottom:0}.latest-avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#ede9fe,#dbeafe);color:#5b21b6;font-weight:900}
.latest-main{min-width:0}.latest-main strong,.latest-main span{display:block}.latest-main strong{font-size:13px}.latest-main span{overflow:hidden;margin-top:2px;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}
.latest-order time{text-align:right;color:var(--muted);font-size:12px}.latest-empty{padding:36px;text-align:center;color:var(--muted)}
@media(max-width:600px){.latest-orders-head{align-items:flex-start}.latest-order{grid-template-columns:40px minmax(0,1fr) auto;padding:13px}.latest-order time{grid-column:2;text-align:left}.latest-avatar{width:38px;height:38px}.latest-orders-head h2{font-size:28px}}
