/* Techwire vendor portal — aligned with staff glass / Jakarta aesthetic */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --tw-accent: #c45c26;
  --tw-accent-rgb: 196, 92, 38;
  --tw-ink: #1a2332;
  --tw-muted: #64748b;
  --tw-card: rgba(255, 255, 255, 0.78);
  --tw-border: rgba(26, 35, 50, 0.08);
  --tw-shadow: 0 10px 40px rgba(26, 35, 50, 0.08);
}

* { box-sizing: border-box; }

body.tw-body {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  color: var(--tw-ink);
  min-height: 100vh;
  margin: 0;
  background: linear-gradient(145deg, #FFF7ED 0%, #FFFBEB 45%, #FEF3C7 100%);
  position: relative;
}

.tw-mesh {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.tw-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(88px);
}
.tw-orb-1 {
  width: 480px; height: 480px; top: -140px; left: -60px;
  background: radial-gradient(circle, #FDBA74, transparent 70%);
  opacity: 0.45;
}
.tw-orb-2 {
  width: 420px; height: 420px; bottom: -80px; right: 4%;
  background: radial-gradient(circle, #FDE68A, transparent 70%);
  opacity: 0.4;
}

.tw-shell {
  position: relative;
  z-index: 1;
}

.tw-nav {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid var(--tw-border);
}
.tw-brand {
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 1.15rem;
}
.tw-brand span { color: var(--tw-accent); }

.tw-card {
  background: var(--tw-card);
  backdrop-filter: blur(12px);
  border: 1px solid var(--tw-border);
  border-radius: 16px;
  box-shadow: var(--tw-shadow);
}

.tw-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.tw-table th {
  text-align: left;
  font-weight: 600;
  color: var(--tw-muted);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--tw-border);
}
.tw-table td {
  padding: 0.95rem 1rem;
  border-bottom: 1px solid var(--tw-border);
  vertical-align: top;
}
.tw-table tr:last-child td { border-bottom: 0; }
.tw-table tbody tr {
  transition: background 0.15s ease;
}
.tw-table tbody tr:hover {
  background: rgba(196, 92, 38, 0.04);
}

.tw-badge {
  display: inline-block;
  padding: 0.15rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  background: rgba(196, 92, 38, 0.12);
  color: var(--tw-accent);
}

.tw-btn-accent {
  background: var(--tw-accent);
  border-color: var(--tw-accent);
  color: #fff;
  font-weight: 600;
}
.tw-btn-accent:hover {
  background: #a84b1d;
  border-color: #a84b1d;
  color: #fff;
}

.tw-muted { color: var(--tw-muted); }
.tw-label {
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--tw-muted);
  margin-bottom: 0.2rem;
}
.tw-ship-line { margin: 0; line-height: 1.45; }
