*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f4f5f7;color:#1a1a1a}.center{text-align:center;margin-top:4rem}.muted{color:#6b7280;font-size:.9rem}.error{color:#dc2626;font-size:.9rem}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;width:320px;display:flex;flex-direction:column;gap:.5rem}.login-card h1{margin:0;font-size:1.4rem}.login-card .subtitle{margin:0 0 1rem;color:#6b7280}.login-card input{padding:.6rem;border:1px solid #d1d5db;border-radius:8px;margin-bottom:.5rem}.login-card button{margin-top:.5rem;padding:.7rem;border:none;border-radius:8px;background:#16a34a;color:#fff;font-weight:600;cursor:pointer}.dashboard-page{max-width:900px;margin:0 auto;padding:1.5rem}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.store-status{display:flex;gap:1rem;align-items:center;background:#fff;padding:1rem 1.5rem;border-radius:12px;flex:1}.store-status h2{margin:0}.btn-online{background:#16a34a;color:#fff;border:none;padding:.5rem 1rem;border-radius:999px;font-weight:600;cursor:pointer}.btn-offline{background:#9ca3af;color:#fff;border:none;padding:.5rem 1rem;border-radius:999px;font-weight:600;cursor:pointer}.btn-logout{margin-left:1rem;background:transparent;border:1px solid #d1d5db;border-radius:8px;padding:.5rem 1rem;cursor:pointer}.store-switcher{display:flex;gap:.5rem;align-items:center;margin-bottom:1rem}.store-switcher select{padding:.45rem .6rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;min-width:260px}.store-switcher button{padding:.45rem .9rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;cursor:pointer;font-size:.9rem}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.tabs button{padding:.5rem 1rem;border:none;background:#e5e7eb;border-radius:8px;cursor:pointer}.tabs button.active{background:#16a34a;color:#fff}.product-form{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;background:#fff;padding:1rem;border-radius:12px;margin-bottom:1rem}.product-form input{padding:.5rem;border:1px solid #d1d5db;border-radius:8px}.form-actions{grid-column:span 2;display:flex;gap:.5rem}.form-actions button{padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer;background:#16a34a;color:#fff}.product-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.product-table th,.product-table td{padding:.6rem 1rem;text-align:left;border-bottom:1px solid #f0f0f0}.orders-list ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.order-card{background:#fff;padding:1rem;border-radius:12px;border-left:4px solid #9ca3af}.order-card.status-pending{border-left-color:#f59e0b}.order-card.status-accepted,.order-card.status-in_transit{border-left-color:#3b82f6}.order-card.status-delivered{border-left-color:#16a34a}.order-card.status-cancelled{border-left-color:#dc2626}.badge{margin-left:.75rem;font-size:.75rem;background:#f3f4f6;padding:.15rem .5rem;border-radius:999px}.order-actions{display:flex;gap:.5rem;margin-top:.5rem}.order-actions button{padding:.4rem .9rem;border-radius:8px;border:none;cursor:pointer}.order-actions button:first-child{background:#16a34a;color:#fff}.order-actions button:last-child{background:#f3f4f6}.create-store-form{max-width:420px;margin:4rem auto;background:#fff;padding:2rem;border-radius:12px;display:flex;flex-direction:column}.create-store-form input{padding:.6rem;border:1px solid #d1d5db;border-radius:8px;margin-bottom:.5rem}.create-store-form button{margin-top:.5rem;padding:.7rem;border:none;border-radius:8px;background:#16a34a;color:#fff;font-weight:600;cursor:pointer}
