body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vin-card {
  background: radial-gradient(circle at top left, rgba(15,23,42,0.9), rgba(2,6,23,1));
  border-radius: 1.1rem;
  border: 1px solid rgba(30,64,175,0.45);
  box-shadow: 0 18px 40px rgba(15,23,42,0.9);
}


form#user-form {
    margin-top: 334px!important;
}


nav.flex.gap-2.mb-4.flex-wrap {
    padding-bottom: 16px !important;
    padding-top: 30px;
}

.vin-card-title {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgb(226,232,240);
}

.vin-subtitle {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(148,163,184);
}

.vin-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgb(203,213,225);
  margin-bottom: 0.15rem;
}

.vin-input,
.vin-input:focus {
  width: 100%;
  background-color: rgb(2,6,23);
  border-radius: 0.75rem;
  border: 1px solid rgb(30,64,175);
  padding: 0.4rem 0.75rem;
  font-size: 0.8rem;
  color: rgb(226,232,240);
  outline: none;
}

.vin-input::placeholder {
  color: rgb(100,116,139);
}

.vin-input:focus {
  box-shadow: 0 0 0 1px rgba(96,165,250,0.6);
}

.vin-btn-primary {
  border-radius: 999px;
  background: linear-gradient(to right, rgb(59,130,246), rgb(56,189,248));
  padding: 0.4rem 1rem;
  border: none;
  font-size: 0.8rem;
  font-weight: 500;
  color: white;
  cursor: pointer;
  transition: transform 0.08s ease, box-shadow 0.08s ease, filter 0.08s ease;
}

.vin-btn-primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 8px 20px rgba(37,99,235,0.5);
  transform: translateY(-1px);
}

.vin-btn-primary:active {
  transform: translateY(0);
  box-shadow: none;
}

.vin-btn-secondary,
.vin-btn-ghost {
  border-radius: 999px;
  border: 1px solid rgb(51,65,85);
  background-color: rgba(15,23,42,0.6);
  padding: 0.35rem 0.8rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgb(226,232,240);
  cursor: pointer;
  transition: background-color 0.1s ease, border-color 0.1s ease, color 0.1s ease, transform 0.08s ease;
}

.vin-btn-secondary:hover,
.vin-btn-ghost:hover {
  background-color: rgb(15,23,42);
  border-color: rgb(75,85,99);
  color: white;
  transform: translateY(-1px);
}

.vin-help {
  font-size: 0.7rem;
  color: rgb(148,163,184);
}

/* Tabs */
.vin-tab-btn {
  border-radius: 999px;
  border: 1px solid rgba(51,65,85,0.9);
  background: rgba(15,23,42,0.9);
  padding: 0.25rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgb(148,163,184);
  cursor: pointer;
  transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease, transform 0.08s ease;
}

.vin-tab-btn:hover {
  color: rgb(226,232,240);
  background: rgba(15,23,42,1);
}

.vin-tab-active {
  background: radial-gradient(circle at top left, rgba(30,64,175,0.9), rgba(15,23,42,1));
  color: rgb(248,250,252);
  border-color: rgba(56,189,248,0.8);
  box-shadow: 0 8px 18px rgba(15,23,42,0.9);
}

/* Pills / badges */
.vin-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.05rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.6);
  background-color: rgba(15,23,42,0.8);
  font-size: 0.65rem;
  font-weight: 500;
  color: rgb(226,232,240);
}

/* Table */
.vin-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.8rem;
}

.vin-table thead {
  background: radial-gradient(circle at top, rgba(15,23,42,0.9), rgba(2,6,23,1));
}

.vin-table thead th {
  padding: 0.5rem 0.6rem;
  text-align: left;
  font-weight: 500;
  color: rgb(226,232,240);
  border-bottom: 1px solid rgb(30,64,175);
  white-space: nowrap;
  cursor: default;
}

.vin-table thead th[data-sort],
.vin-table thead th[data-sort-prod] {
  cursor: pointer;
}

.vin-table tbody tr:nth-child(even) {
  background-color: rgba(15,23,42,0.6);
}

.vin-table tbody tr:nth-child(odd) {
  background-color: rgba(15,23,42,0.9);
}

.vin-table tbody td {
  padding: 0.45rem 0.6rem;
  border-top: 1px solid rgba(15,23,42,1);
  color: rgb(226,232,240);
  vertical-align: middle;
}

.vin-table a {
  color: rgb(96,165,250);
  text-decoration: none;
}

.vin-table a:hover {
  text-decoration: underline;
}

/* Status badges */
.vin-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.05rem 0.55rem;
  font-size: 0.65rem;
  font-weight: 500;
}

.vin-status.available {
  background-color: rgba(22,163,74,0.15);
  color: rgb(74,222,128);
  border: 1px solid rgba(34,197,94,0.5);
}

.vin-status.reserved {
  background-color: rgba(234,179,8,0.15);
  color: rgb(250,204,21);
  border: 1px solid rgba(234,179,8,0.5);
}

.vin-status.assigned {
  background-color: rgba(59,130,246,0.2);
  color: rgb(147,197,253);
  border: 1px solid rgba(59,130,246,0.6);
}

.vin-status.released {
  background-color: rgba(148,163,184,0.2);
  color: rgb(226,232,240);
  border: 1px solid rgba(148,163,184,0.6);
}

.vin-status.void {
  background-color: rgba(220,38,38,0.2);
  color: rgb(252,165,165);
  border: 1px solid rgba(220,38,38,0.7);
}

/* Scrollbar */
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
::-webkit-scrollbar-track {
  background: rgba(15,23,42,1);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(55,65,81,1);
  border-radius: 999px;
}

/* Modal animation */
#vinModal {
  transition: opacity 0.15s ease, transform 0.15s ease;
}

