.dashboard-image-stack {
  position: relative;
  margin: 100px 0 150px;
  perspective: 1600px;
  isolation: isolate;
}

.dashboard-image-stack img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(104, 125, 171, 0.16);
  border-radius: 7px;
  pointer-events: none;
  user-select: none;
}

.dashboard-main {
  position: relative;
  z-index: 3;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.52);
  transform: rotateX(3deg) rotateY(-5deg) rotateZ(-0.5deg);
}

.dashboard-copy {
  position: absolute;
  z-index: 1;
  top: 92%;
  width: 55% !important;
  opacity: 0.4;
  filter: saturate(0.72) brightness(0.68);
  box-shadow: 0 24px 70px rgba(28, 80, 187, 0.16);
}

.dashboard-copy-left {
  left: 2%;
  transform: rotateX(5deg) rotateY(13deg) rotateZ(-3deg);
  transform-origin: top left;
}

.dashboard-copy-right {
  right: 2%;
  opacity: 0.32;
  transform: rotateX(5deg) rotateY(-13deg) rotateZ(3deg);
  transform-origin: top right;
}

.product-showcase {
  max-width: 1280px;
  overflow: visible;
  perspective: 1700px;
}

.app-visual-stack {
  position: relative;
  display: grid;
  margin: 95px 0 115px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  isolation: isolate;
}

.app-window {
  position: relative;
  z-index: 3;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid rgba(114, 133, 174, 0.16);
  border-radius: 7px;
  background: #0a0d14;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.48);
  pointer-events: none;
  user-select: none;
  transform: rotateX(3deg) rotateY(-5deg) rotateZ(-0.5deg);
  transform-origin: center center;
}

.app-window:not(.app-window-copy) {
  grid-row: 1;
  grid-column: 1 / -1;
}

.app-window-copy {
  position: relative;
  z-index: 1;
  width: 112%;
  height: 300px;
  margin-top: -70px;
  grid-row: 2;
  grid-column: 1;
  justify-self: start;
  opacity: 0.45;
  filter: saturate(0.8) brightness(0.82);
  box-shadow: 0 28px 85px rgba(24, 76, 178, 0.2);
  transform: rotateX(5deg) rotateY(12deg) rotateZ(-2.8deg);
  transform-origin: top left;
}

.app-window-copy:nth-child(2) {
  z-index: 2;
  grid-column: 2;
  justify-self: end;
  opacity: 0.38;
  transform: rotateX(5deg) rotateY(-12deg) rotateZ(2.8deg);
  transform-origin: top right;
}

.app-titlebar {
  display: grid;
  min-height: 68px;
  padding: 0 18px;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  border-bottom: 1px solid rgba(110, 135, 190, 0.18);
  background: #121520;
}

.app-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #6da2ff;
  font-size: 9px;
  font-weight: 700;
}

.app-logo img {
  width: 34px;
  height: 28px;
  object-fit: contain;
  filter: drop-shadow(0 0 7px rgba(57, 111, 255, 0.5));
}

.app-tabs {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 3px;
}

.app-tabs button {
  position: relative;
  display: flex;
  height: 100%;
  padding: 0 13px;
  align-items: center;
  gap: 7px;
  border: 0;
  color: #788198;
  background: transparent;
  font-size: 9px;
}

.app-tabs button span {
  color: #68738d;
  font-size: 13px;
}

.app-tabs button b {
  font-weight: 500;
}

.app-tabs button.active {
  color: #f0f4ff;
}

.app-tabs button.active::after {
  position: absolute;
  right: 10px;
  bottom: 0;
  left: 10px;
  height: 2px;
  content: "";
  background: #4d8dff;
  box-shadow: 0 0 10px rgba(77, 141, 255, 0.7);
}

.app-tabs button.active span {
  color: #77a8ff;
}

.window-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #606a80;
  font-size: 10px;
}

.window-controls i {
  width: 7px;
  height: 7px;
  margin-right: 4px;
  border-radius: 50%;
  background: #ffb33d;
  box-shadow: 0 0 9px rgba(255, 179, 61, 0.5);
}

.app-workspace {
  padding: 32px;
  background:
    radial-gradient(circle at 20% 0, rgba(46, 92, 194, 0.055), transparent 30%),
    #090c12;
}

.config-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.config-kicker {
  color: #578fff;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.config-header h3 {
  margin: 7px 0 0;
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.config-progress {
  display: flex;
  align-items: center;
}

.config-progress span {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border: 1px solid rgba(102, 121, 163, 0.22);
  border-radius: 50%;
  color: #697187;
  background: #0d1119;
  font-size: 7px;
  font-weight: 800;
}

.config-progress span.active {
  border-color: #4f8eff;
  color: white;
  background: #386ed0;
  box-shadow: 0 0 15px rgba(63, 127, 242, 0.32);
}

.config-progress i {
  width: 35px;
  height: 1px;
  background: rgba(104, 123, 165, 0.2);
}

.config-grid {
  display: grid;
  margin-top: 27px;
  grid-template-columns: minmax(0, 1.45fr) minmax(290px, 0.75fr);
  gap: 14px;
}

.config-panel {
  padding: 22px;
  border: 1px solid rgba(104, 125, 171, 0.15);
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(18, 22, 33, 0.97), rgba(13, 16, 24, 0.98));
}

.panel-heading {
  display: flex;
  align-items: center;
  gap: 12px;
}

.panel-heading > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(75, 137, 255, 0.3);
  border-radius: 4px;
  color: #76a6ff;
  background: rgba(55, 109, 212, 0.1);
  font-size: 8px;
  font-weight: 800;
}

.panel-heading h4 {
  margin: 0 0 4px;
  font-size: 11px;
}

.panel-heading p {
  margin: 0;
  color: #616b7f;
  font-size: 8px;
}

.mock-form-grid {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.mock-form-grid label {
  display: grid;
  gap: 7px;
}

.mock-form-grid label > span {
  color: #747e92;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mock-form-grid .wide {
  grid-column: 1 / -1;
}

.mock-input {
  display: flex;
  height: 38px;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(102, 121, 163, 0.17);
  border-radius: 4px;
  color: #d3d9e5;
  background: #0a0d14;
  font-size: 9px;
}

.mock-input.muted {
  color: #687287;
}

.mock-input b {
  color: #4d8dff;
}

.policy-list {
  display: grid;
  margin-top: 22px;
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(104, 125, 171, 0.13);
  border-radius: 4px;
  background: rgba(104, 125, 171, 0.13);
}

.policy-list > div {
  display: flex;
  min-height: 43px;
  padding: 0 11px;
  align-items: center;
  justify-content: space-between;
  background: #0c1017;
}

.policy-list > div > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #747e91;
  font-size: 8px;
}

.policy-list > div b {
  font-weight: 500;
}

.policy-list strong {
  color: #b8c1d0;
  font-size: 8px;
}

.policy-icon {
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 4px;
  color: #669dff;
  background: rgba(71, 131, 241, 0.09);
  font-style: normal;
}

.mock-toggle {
  position: relative;
  width: 26px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 10px;
  background: #292f3b;
}

.mock-toggle::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: #778196;
}

.mock-toggle.active {
  background: #275fbf;
}

.mock-toggle.active::after {
  right: 2px;
  left: auto;
  background: #8db5ff;
}

.readiness {
  display: flex;
  margin-top: 14px;
  padding: 13px;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(71, 199, 144, 0.14);
  border-radius: 4px;
  background: rgba(40, 166, 112, 0.035);
}

.readiness-ring {
  display: grid;
  width: 43px;
  height: 43px;
  grid-template-columns: auto auto;
  place-content: center;
  border: 2px solid #42ce93;
  border-left-color: rgba(66, 206, 147, 0.16);
  border-radius: 50%;
  color: #72e4b0;
  transform: rotate(-30deg);
}

.readiness-ring span,
.readiness-ring small {
  transform: rotate(30deg);
}

.readiness-ring span {
  font-size: 10px;
  font-weight: 700;
}

.readiness-ring small {
  font-size: 6px;
}

.readiness > div:last-child strong {
  color: #9ddbc0;
  font-size: 9px;
}

.readiness > div:last-child p {
  margin: 4px 0 0;
  color: #60786e;
  font-size: 7px;
}

.config-footer {
  display: flex;
  margin-top: 14px;
  min-height: 62px;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(104, 125, 171, 0.15);
  border-radius: 5px;
  background: #0e121a;
}

.system-readout {
  display: flex;
  gap: 18px;
}

.system-readout span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #586277;
  font-size: 6px;
}

.system-readout i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.system-readout i.green {
  background: #45d995;
  box-shadow: 0 0 6px #45d995;
}

.system-readout i.blue {
  background: #5999ff;
  box-shadow: 0 0 6px #5999ff;
}

.system-readout i.red {
  background: #ff4258;
  box-shadow: 0 0 6px #ff4258;
}

.system-readout b {
  color: #a2acbe;
}

.config-actions {
  display: flex;
  gap: 8px;
}

.config-actions button {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 8px;
  font-weight: 700;
}

.secondary-action {
  border: 1px solid rgba(104, 125, 171, 0.2);
  color: #8993a6;
  background: transparent;
}

.deploy-action {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #4a89fa;
  color: white;
  background: linear-gradient(105deg, #2f67c8, #4388ff);
  box-shadow: 0 7px 20px rgba(52, 113, 225, 0.2);
}

.task-list-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.task-list-header h3 {
  margin: 7px 0 0;
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.025em;
}

.task-list-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}

.task-count {
  display: flex;
  height: 34px;
  padding: 0 12px;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(62, 211, 145, 0.16);
  border-radius: 4px;
  color: #7d899d;
  background: rgba(42, 172, 116, 0.035);
  font-size: 7px;
}

.task-count i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #41da91;
  box-shadow: 0 0 7px #41da91;
}

.task-count b {
  color: #61c99a;
  font-weight: 700;
}

.task-list-tools button {
  display: flex;
  height: 34px;
  padding: 0 12px;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(90, 112, 156, 0.2);
  border-radius: 4px;
  color: #8f9ab0;
  background: #10151f;
  font-size: 8px;
}

.task-list-tools button:last-child {
  border-color: rgba(76, 137, 255, 0.65);
  color: white;
  background: linear-gradient(105deg, #2d64c4, #4388ff);
}

.task-table-wrap {
  margin-top: 0;
  overflow: hidden;
  border: 1px solid rgba(104, 125, 171, 0.15);
  border-radius: 5px;
  background: #0c1017;
}

.product-task-table {
  width: 100%;
  min-width: 1200px;
  border-collapse: collapse;
  table-layout: fixed;
}

.product-task-table th {
  position: sticky;
  z-index: 2;
  top: 0;
  height: 38px;
  padding: 0 15px;
  color: #59657a;
  text-align: left;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #0c1017;
}

.product-task-table th:nth-child(1) {
  width: 7%;
}

.product-task-table th:nth-child(2) {
  width: 20%;
}

.product-task-table th:nth-child(3) {
  width: 14%;
}

.product-task-table th:nth-child(4) {
  width: 9%;
}

.product-task-table th:nth-child(5) {
  width: 29%;
}

.product-task-table th:nth-child(6) {
  width: 17%;
}

.product-task-table th:last-child {
  width: 38px;
}

.product-task-table td {
  height: 52px;
  padding: 8px 15px;
  overflow: hidden;
  border-top: 1px solid rgba(104, 125, 171, 0.12);
  color: #bac4d4;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 8px;
}

.task-table-wrap::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.task-table-wrap::-webkit-scrollbar-track {
  background: #090c12;
}

.task-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #2d3544;
}

.product-task-table tbody tr {
  transition: background 150ms ease;
}

.product-task-table tbody tr:hover {
  background: rgba(70, 128, 235, 0.035);
}

.product-task-table td:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.product-task-table td:first-child div {
  display: none;
}

.product-task-table td:first-child div,
.product-task-table td:nth-child(2),
.product-task-table td:nth-child(3),
.product-task-table td:nth-child(5) {
  min-width: 0;
}

.product-task-table td strong,
.product-task-table td small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-task-table td strong {
  color: #dbe2ed;
  font-size: 8px;
  font-weight: 600;
}

.product-task-table td small {
  margin-top: 4px;
  color: #59657a;
  font-size: 6px;
}

.site-mark {
  display: grid;
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(84, 143, 255, 0.24);
  border-radius: 5px;
  color: #83adff;
  background: rgba(58, 114, 220, 0.09);
  font-size: 9px;
  font-weight: 800;
}

.site-mark.axs {
  border-color: rgba(151, 91, 255, 0.28);
  color: #b08bff;
  background: rgba(127, 74, 226, 0.08);
}

.site-mark.sg {
  border-color: rgba(255, 79, 115, 0.25);
  color: #ff829b;
  background: rgba(224, 53, 89, 0.07);
}

.site-mark.ev {
  border-color: rgba(71, 211, 157, 0.23);
  color: #67dcae;
  background: rgba(46, 175, 125, 0.07);
}

.site-mark.tk {
  border-color: rgba(255, 185, 68, 0.24);
  color: #ffc56a;
  background: rgba(215, 145, 35, 0.07);
}

.site-mark.melon {
  border-color: rgba(49, 224, 137, 0.42);
  color: #5ce7a1;
  background: rgba(35, 195, 112, 0.1);
  box-shadow:
    inset 0 0 12px rgba(41, 212, 124, 0.06),
    0 0 9px rgba(41, 212, 124, 0.07);
}

.account-blur {
  display: inline-block;
  margin: 0 1px;
  filter: blur(2.2px);
  opacity: 0.72;
  user-select: none;
}

.event-full {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.event-obscured {
  display: flex;
  max-width: 120px;
  align-items: center;
  gap: 5px;
}

.event-obscured b {
  color: #8d98aa;
  filter: blur(1.25px);
  font-size: 8px;
  letter-spacing: 0.08em;
  opacity: 0.68;
}

.event-obscured i {
  display: block;
  height: 5px;
  border-radius: 1px;
  background: #303644;
  filter: blur(1.4px);
  opacity: 0.62;
}

.event-obscured i:first-of-type {
  width: 42px;
}

.event-obscured i:last-of-type {
  width: 24px;
}

.seat-code {
  overflow: visible !important;
  color: #d9e1ed !important;
  text-overflow: clip !important;
  font-size: 7.5px !important;
  letter-spacing: -0.01em;
}

.mode-tag {
  display: inline-flex;
  padding: 6px 8px;
  border: 1px solid rgba(80, 137, 245, 0.18);
  border-radius: 3px;
  color: #83a8ed;
  background: rgba(55, 105, 201, 0.07);
  font-size: 6px;
  font-weight: 700;
}

.checkout-status {
  display: inline-flex;
  padding: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  color: #63e4a7;
  font-size: 7px;
  font-weight: 800;
  text-transform: uppercase;
}

.checkout-status i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #43e59b;
  box-shadow: 0 0 7px #43e59b;
}

.row-menu {
  border: 0;
  color: #5e6980;
  background: transparent;
  font-size: 8px;
}

@media (max-width: 1000px) {
  .app-visual-stack {
    margin: 58px 0 75px;
  }

  .app-window {
    transform: rotateX(2deg) rotateY(-2deg) rotateZ(-0.3deg);
  }

  .app-window-copy {
    opacity: 0.1;
  }

  .app-titlebar {
    grid-template-columns: 1fr auto;
  }

  .app-tabs {
    display: none;
  }

  .config-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .dashboard-image-stack {
    margin: 58px 0 70px;
  }

  .dashboard-main {
    transform: rotateX(2deg) rotateY(-2deg);
  }

  .dashboard-copy {
    display: none !important;
  }

  .app-visual-stack {
    display: block;
  }

  .app-window-copy {
    display: none;
  }

  .app-workspace {
    padding: 20px 14px;
  }

  .config-progress {
    display: none;
  }

  .mock-form-grid {
    grid-template-columns: 1fr;
  }

  .mock-form-grid .wide {
    grid-column: auto;
  }

  .config-footer {
    padding: 13px;
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .system-readout {
    justify-content: space-between;
  }

  .config-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
