*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#e6ddd3;--card:#f5efe8;--primary:#7a2e1c;--accent:#c85c2f;--accent-soft:#e7a07a;--text:#3e2c23;--muted:#7b6a5f;--border:#d6c8bb;--shadow:0 10px 30px #0000001a}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.app-container{box-sizing:border-box;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.card{background:var(--card);width:100%;max-width:420px;box-shadow:var(--shadow);border:1px solid var(--border);border-radius:14px;padding:2rem}h1{color:var(--primary);margin-bottom:1.5rem;font-size:1.6rem;font-weight:600}input{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:8px;margin-bottom:1rem;padding:.75rem;transition:all .2s}input::placeholder{color:var(--muted)}input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 2px #c85c2f26}button{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem;font-weight:500;transition:all .2s}button:hover{opacity:.9;transform:translateY(-1px)}button.secondary{color:var(--primary);border:1px solid var(--border);background:0 0}button.secondary:hover{background:#efe6dd}p{color:var(--muted);text-align:center;margin-top:1rem;font-size:.9rem}.topbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.message{border-radius:8px;margin-bottom:1rem;padding:.85rem 1rem}.message.error{color:#8a1f1f;background:#fdeaea}.message.success{color:#1f6b2a;background:#eaf7ea}.filters label{flex-direction:column;justify-content:space-between;gap:.4rem;font-size:.95rem;display:flex}.filters input,.filters select{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;min-width:0;height:56px;padding:0 .75rem}.filter-actions button{min-width:120px;height:56px}table{border-collapse:collapse;width:100%;margin-top:1rem}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #ddd;padding:.85rem .6rem}th{color:#444;font-size:.95rem}.small{color:#666;font-size:.9rem}.address{line-height:1.4}.ship-form{flex-direction:column;gap:.5rem;max-width:220px;display:flex}.badge{border-radius:999px;padding:.2rem .5rem;font-size:.85rem;display:inline-block}.badge.grey{color:#555;background:#eee}.badge.green{color:#1e7e34;background:#d4edda}.badge.red{color:#721c24;background:#f8d7da}.badge.orange{color:#856404;background:#fff3cd}.badge.blue{color:#084298;background:#d0e2ff}.badge.dark{color:#fff;background:#333}.sort-link{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.dashboard-card{text-align:center;max-width:520px;margin:0 auto}.muted{color:#7a6f67;margin:.75rem 0 1.5rem}.dashboard-actions{flex-direction:column;gap:.75rem;display:flex}.btn{width:100%;min-height:48px;font:inherit;cursor:pointer;box-sizing:border-box;border-radius:12px;justify-content:center;align-items:center;padding:.85rem 1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:#b85226;border:1px solid #b85226}.btn-primary:hover{opacity:.92}.btn-secondary{color:#8b3518;background:0 0;border:1px solid #d8c8bc}.btn-secondary:hover{background:#f7f1ec}.orders-page{flex-direction:column;gap:1.25rem;width:100%;max-width:1280px;margin:0 auto;display:flex}.orders-panel{box-sizing:border-box;background:#f7f1ec;border:1px solid #d8c8bc;border-radius:24px;width:100%;max-width:none;margin:0;padding:2rem}.orders-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.filters{grid-template-columns:repeat(3,minmax(220px,1fr)) auto;align-items:end;gap:1rem;display:grid}.filters label{flex-direction:column;gap:.35rem;display:flex}.filter-actions{align-items:end;gap:.75rem;display:flex}.filter-actions button{min-width:120px}.table-wrap{overflow-x:auto}.sort-link{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}@media (width<=980px){.orders-header{flex-direction:column;align-items:stretch}.filters{grid-template-columns:1fr}.filter-actions{flex-direction:column}.filter-actions button{width:100%}}
