body{font-family:Arial,Helvetica,sans-serif;margin:16px;background:#fafafa;color:#222}
header{display:flex;align-items:center;gap:16px;justify-content:space-between}
nav a{margin-right:10px;text-decoration:none;color:#0a58ca}
.card{background:#fff;border:1px solid #eee;border-radius:12px;padding:12px;margin:10px 0}
.card img{width:100%;height:auto;border-radius:8px}
button{background:#28a745;color:#fff;border:none;padding:10px 14px;border-radius:8px;cursor:pointer}
button:disabled{opacity:.6;cursor:not-allowed}
input,textarea{width:100%;padding:10px;margin:6px 0 12px;border:1px solid #ddd;border-radius:8px}
.order{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #eee;background:#fff;margin:6px 0;border-radius:8px}
.order-item{padding:8px;border-bottom:1px dashed #ddd}
