/* [next]/internal/font/google/geist_a71539c9.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.8e0177b5.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.b97b3418.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.853070df.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.c1fdd6c2.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.799d8ef8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.dbea232f.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(135deg, #d1d5db 0%, #e5e7eb 100%);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  overflow: auto;
}

.parking-container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff0d;
  border: 2px solid #ffffff1a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1600px;
  height: 95vh;
  padding: 60px;
  display: flex;
  position: relative;
}

.warehouse {
  z-index: 10;
  background: #a5a6a5;
  border: 3px solid #1a4923;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 400px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  box-shadow: 0 20px 40px #0000004d;
}

.warehouse-text {
  color: #ecf0f1;
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
}

.warehouse-info {
  color: #bdc3c7;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
}

.parking-spot {
  cursor: pointer;
  color: #fff;
  border: 2px solid #0000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 185px;
  height: 25px;
  font-size: 8px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  position: absolute;
}

.parking-spot:hover {
  border-width: 3px;
  border-color: #fff;
  box-shadow: 0 0 0 2px #ffffff80;
}

.parking-spot.has-trip {
  cursor: pointer;
}

.parking-spot.has-trip:hover {
  border-color: #fff;
}

.parking-spot.available:hover {
  border-color: #fff;
  box-shadow: 0 0 0 2px #ffffff4d;
}

.available {
  background: #fff;
}

.occupied {
  background: #1a4923;
  border-color: #cb4e1a;
}

.reserved {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  border-color: #d68910;
}

.maintenance {
  background: linear-gradient(135deg, #95a5a6, #7f8c8d);
  border-color: #7f8c8d;
}

.ontime {
  background: #1a4923;
}

.late {
  background: #8a3412;
  border-color: #8a3412;
}

.early {
  background: linear-gradient(135deg, #e6895f, #e6895f);
  border-color: #e6895f;
}

.top-side {
  top: 0;
  left: 50%;
  transform: translateX(-50%)rotate(90deg);
}

.right-side {
  top: 50%;
  right: 0;
  transform: translateY(-50%)rotate(0);
}

.bottom-side {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)rotate(90deg);
}

.left-side, .right_secondrow-side {
  top: 50%;
  left: 0;
  transform: translateY(-50%)rotate(0);
}

.spot-name {
  color: #888;
}

.controls {
  z-index: 200;
  flex-direction: column;
  gap: 10px;
  display: none;
  position: absolute;
  top: 90px;
  left: 20px;
}

.control-button {
  cursor: pointer;
  color: #2c3e50;
  background: #ffffffe6;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s;
}

.control-button:hover {
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px #0003;
}

.checked-in-trucks {
  color: #2c3e50;
  z-index: 200;
  background: #ffffffe6;
  border-radius: 10px;
  min-width: 280px;
  max-width: 350px;
  padding: 15px;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.assets {
  color: #2c3e50;
  z-index: 200;
  background: #ffffffe6;
  border-radius: 10px;
  min-width: 280px;
  max-width: 350px;
  padding: 15px;
  font-size: 12px;
  line-height: 1.4;
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
}

.checked-in-trucks h3 {
  color: #2c3e50;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
}

.truck-item {
  cursor: pointer;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-left: 3px solid #3498db;
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 8px 10px;
  transition: all .3s;
}

.truck-item.late {
  cursor: pointer;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-left: 3px solid red;
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 8px 10px;
  transition: all .3s;
}

.truck-item:hover {
  background: #e3f2fd;
  border-left-color: #2196f3;
  transform: translateX(2px);
}

.truck-item:last-child {
  margin-bottom: 0;
}

.truck-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  font-weight: 600;
  display: flex;
}

.truck-trip {
  color: #2c3e50;
  font-size: 11px;
}

.truck-time {
  color: #7f8c8d;
  font-size: 10px;
}

.truck-details {
  color: #5a6c7d;
  font-size: 10px;
  line-height: 1.3;
}

.truck-trailer {
  color: #34495e;
  font-weight: 500;
}

.truck-trailer.late {
  color: red;
  background-color: #f8f9fa;
  font-weight: bold;
}

.small-name {
  color: #fef3c7;
  text-shadow: none;
  flex: 1;
}

.trailer-number {
  color: #f4f5f7;
  text-align: center;
  white-space: nowrap;
  border-radius: 16px;
  flex: 0;
  padding: 3px 20px;
  font-family: Courier New, monospace;
  font-size: 12px;
  font-weight: 600;
}

.dwell-minutes {
  color: #fef3c7;
  text-align: right;
  text-shadow: none;
  border-radius: 16px;
  flex: 1;
  padding: 3px 0;
}

.no-trucks {
  color: #7f8c8d;
  text-align: center;
  padding: 10px;
  font-style: italic;
}

.stats {
  color: #2c3e50;
  z-index: 200;
  background: #ffffffe6;
  border-radius: 10px;
  width: fit-content;
  padding: 15px;
  font-size: 12px;
  line-height: 1.6;
  position: absolute;
  top: 20px;
  left: 20px;
}

.stats h3 {
  color: #2c3e50;
  margin-bottom: 8px;
  font-size: 14px;
}

.config-info {
  color: #2c3e50;
  z-index: 200;
  background: #ffffffe6;
  border-radius: 8px;
  max-width: 200px;
  padding: 12px;
  font-size: 11px;
  line-height: 1.4;
  position: absolute;
  top: 20px;
  right: 20px;
}

.config-info h4 {
  color: #2c3e50;
  margin-bottom: 6px;
  font-size: 12px;
}

.ultra-compact {
  border-top: 1px solid #cbd5e0;
  margin-top: 24px;
  padding-top: 16px;
}

.compact-title {
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.compact-item {
  border-bottom: 1px solid #f1f5f9;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  display: grid;
}

.compact-item:last-child {
  border-bottom: none;
}

.compact-id {
  color: #2d3748;
  font-size: 13px;
  font-weight: 600;
}

.compact-person {
  color: #4b5563;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
}

.compact-time {
  color: #9ca3af;
  text-align: right;
  font-size: 11px;
}

.tooltip {
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  background: #fff;
  border: 1px solid #00000014;
  border-radius: 10px;
  max-width: 350px;
  padding: 0;
  font-size: 12px;
  transition: opacity .3s;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 10px 30px #00000026;
}

.tooltip-header {
  color: #fff;
  background: #1a1a1a;
  border-bottom: 1px solid #ffffff1a;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
}

.tooltip-content {
  color: #2d3748;
  background: #fff;
  padding: 16px 20px;
  line-height: 1.5;
}

.tooltip.show {
  opacity: 1;
  pointer-events: auto;
}

.tooltip h4 {
  color: #f8f9fa;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 600;
}

.tooltip .section {
  border-bottom: 1px solid #ffffff1a;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

.tooltip .section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tooltip .label {
  color: #2d3748;
  font-weight: 200;
}

.tooltip .value {
  color: #718096;
  font-weight: 100;
}

.modal-overlay {
  z-index: 3000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-overlay.show {
  display: flex;
}

.modal {
  background: #fff;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  padding: 25px;
  transition: transform .3s;
  overflow-y: auto;
  transform: scale(.9);
  box-shadow: 0 20px 60px #0000004d;
}

.modal-overlay.show .modal {
  transform: scale(1);
}

.modal h3 {
  color: #2c3e50;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.trip-info {
  background: #f8f9fa;
  border-left: 4px solid #3498db;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px;
}

.trip-info h4 {
  color: #2c3e50;
  margin-bottom: 8px;
  font-size: 14px;
}

.trip-detail {
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: 12px;
  display: flex;
}

.trip-detail .label {
  color: #7f8c8d;
  font-weight: 500;
}

.trip-detail .value {
  color: #2c3e50;
  font-weight: 600;
}

.door-selection {
  margin-bottom: 20px;
}

.door-selection label {
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.door-grid {
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 8px;
  margin-bottom: 15px;
  display: grid;
}

.door-option {
  text-align: center;
  cursor: pointer;
  color: #2c3e50;
  background: #ecf0f1;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  padding: 8px 4px;
  font-size: 11px;
  font-weight: 600;
  transition: all .3s;
}

.door-option:hover {
  background: #d5dbdb;
  border-color: #3498db;
}

.door-option.selected {
  color: #fff;
  background: #3498db;
  border-color: #2980b9;
}

.door-option.occupied {
  color: #fff;
  cursor: not-allowed;
  opacity: .7;
  background: #e74c3c;
  border-color: #c0392b;
}

.door-option.reserved {
  color: #fff;
  cursor: not-allowed;
  opacity: .7;
  background: #f39c12;
  border-color: #d68910;
}

.door-option.maintenance {
  color: #fff;
  cursor: not-allowed;
  opacity: .7;
  background: #95a5a6;
  border-color: #7f8c8d;
}

.modal-buttons {
  justify-content: flex-end;
  gap: 10px;
  display: flex;
}

.modal-button {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
}

.modal-button.cancel {
  color: #fff;
  background: #95a5a6;
}

.modal-button.cancel:hover {
  background: #7f8c8d;
}

.modal-button.confirm {
  color: #fff;
  background: #27ae60;
}

.modal-button.confirm:hover {
  background: #229954;
}

.modal-button:disabled {
  cursor: not-allowed;
  opacity: .6;
  background: #bdc3c7;
}

.loading-indicator {
  color: #fff;
  z-index: 2000;
  background: #000c;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 14px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.error-message {
  color: #fff;
  z-index: 2000;
  background: #e74c3c;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 12px;
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.success-message {
  color: #fff;
  z-index: 2000;
  background: #27ae60;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 12px;
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .parking-container {
    width: 95vw;
    height: 95vh;
    padding: 30px;
  }

  .warehouse {
    width: 180px;
    height: 280px;
  }

  .parking-spot {
    width: 35px;
    height: 20px;
    font-size: 8px;
  }

  .stats, .config-info, .checked-in-trucks {
    max-width: none;
    margin: 10px 0;
    position: relative;
  }

  .door-grid {
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
  }
}

table {
  border-collapse: collapse;
  margin-top: 10px;
}

th, td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding: 8px 12px;
}

th {
  font-weight: bold;
}

td:nth-child(2), td:nth-child(3), td:nth-child(4), td:nth-child(5), td:nth-child(6) {
  text-align: right;
}

.full-progress-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
}

.full-progress-back-btn {
  cursor: pointer;
  color: #666;
  background: none;
  border: none;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
}

.full-progress-back-btn:hover {
  color: #1a4923;
  text-decoration: underline;
}

.full-progress-title {
  color: #1a4923;
  margin-top: 0;
  margin-bottom: 20px;
}

.full-progress-summary {
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 12px;
}

.full-progress-table-container {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px #0000000d;
}

.t-table {
  border-collapse: collapse;
  color: #222;
  background: #fff;
  width: 100%;
}

.t-table thead th {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #666;
  background-color: #fcfcfc;
  border-bottom: 2px solid #333;
  padding: 16px 10px;
  font-size: .75rem;
}

.t-table th:first-child, .t-table td:first-child, .t-table th:nth-child(2), .t-table td:nth-child(2) {
  text-align: left;
  padding-left: 20px;
}

.t-table td {
  border-bottom: 1px solid #eee;
  padding: 12px 10px;
}

.workflow-cell {
  color: #111;
  font-weight: 700;
}

.warehouse-cell {
  color: #666;
  font-size: .9rem;
}

.t-cell {
  justify-content: center;
  align-items: center;
  gap: 15px;
  display: flex;
}

.stack {
  flex-direction: column;
  align-items: center;
  min-width: 55px;
  font-family: ui-monospace, Cascadia Code, Source Code Pro, Menlo, Monaco, Consolas, monospace;
  display: flex;
}

.done {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.total {
  color: #888;
  text-align: center;
  border-top: 1px solid #ccc;
  width: 100%;
  margin-top: 4px;
  padding-top: 2px;
  font-size: .75rem;
  line-height: 1;
}

.percentage {
  color: #1a4923;
  text-align: left;
  min-width: 55px;
  font-size: 1.2rem;
  font-weight: 800;
}

.t-table tbody tr:hover {
  background-color: #f9faf9;
}

.group-divider {
  border-left: 1px solid #f0f0f0;
}

.t-table .totals-row {
  background-color: #f0f0f0;
}

.t-table .totals-row td {
  padding: 14px 10px;
  font-weight: 700;
}

.t-table .percent-row {
  color: #fff;
  background-color: #1a4923;
}

.t-table .percent-row td {
  padding: 14px 10px;
  font-weight: 700;
}

.t-table .percent-row .percentage {
  color: #fff;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__28bc9c2a._.css.map*/