/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --bg: #060911;
  --bg2: #0c1019;
  --bg3: #121721;
  --s1: rgba(255, 255, 255, 0.05);
  --s2: rgba(255, 255, 255, 0.08);
  --amber: #f59e0b;
  --amber-lt: #fbbf24;
  --green: #10b981;
  --red: #ef4444;
  --indigo: #818cf8;
  --blue: #3b82f6;
  --grad: linear-gradient(135deg, #f59e0b, #fbbf24);
  --bdr: rgba(255, 255, 255, 0.07);
  --t1: #f1f1f4;
  --t2: rgba(255, 255, 255, 0.72);
  --t3: rgba(255, 255, 255, 0.5);
  --t4: rgba(255, 255, 255, 0.28);
  --f: "Plus Jakarta Sans", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: var(--f);
  background: var(--bg);
  color: var(--t1);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.mi {
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
  vertical-align: middle;
  line-height: 1;
}
.mf {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
.app {
  display: grid;
  grid-template-columns: 232px 1fr;
  height: 100vh;
}
.sidebar {
  background: var(--bg2);
  border-right: 1px solid var(--bdr);
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
.sb-top {
  padding: 22px 18px 18px;
  flex-shrink: 0;
}
.sb-scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 6px 10px;
}
.sb-scroll::-webkit-scrollbar {
  width: 0;
}
.hr {
  height: 1px;
  background: var(--bdr);
  margin: 10px 6px;
}
.sb-lbl {
  font-size: 10px;
  font-weight: 600;
  color: var(--t4);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  padding: 14px 10px 6px;
}
nav {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.nv {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 9px 10px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 500;
  color: var(--t3);
  cursor: pointer;
  transition: 0.12s;
}
.nv:hover {
  color: var(--t2);
  background: rgba(255, 255, 255, 0.03);
}
.nv.on {
  color: var(--t1);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
}
.nv .mi {
  font-size: 19px;
  width: 20px;
  text-align: center;
}
.nv.on .mi {
  color: var(--amber);
}
.sb-gpt {
  margin-top: auto;
  padding: 12px;
  border-top: 1px solid var(--bdr);
  flex-shrink: 0;
}
.gpt-card {
  background: #24262c;
  border-radius: 12px;
  padding: 14px 16px;
  cursor: pointer;
  transition: 0.2s;
  border: none;
}
.gpt-card:hover {
  background: #2a2d34;
}
.gpt-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.gpt-dot {
  width: 8px;
  height: 8px;
  background: #34c759;
  border-radius: 50%;
  flex-shrink: 0;
}
.gpt-nm {
  font-size: 13px;
  font-weight: 700;
  color: var(--t1);
}
.gpt-badge {
  font-size: 9px;
  font-weight: 700;
  background: #ff9500;
  color: #fff;
  padding: 2px 7px;
  border-radius: 4px;
  margin-left: auto;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.gpt-desc {
  font-size: 11px;
  color: var(--t3);
  line-height: 1.4;
}
.main {
  min-height: 0;
  overflow-y: auto;
  padding: 22px 28px 70px;
}
.main::-webkit-scrollbar {
  width: 5px;
}
.main::-webkit-scrollbar-track {
  background: transparent;
}
.main::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 3px;
}
.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
}
.tb-greeting {
  font-size: 14px;
  color: var(--t3);
  font-weight: 500;
  margin-bottom: 2px;
}
.tb-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.3px;
}
.tb-right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tb-search {
  position: relative;
}
.tb-search .mi {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  color: var(--t4);
}
.tb-search input {
  background: var(--s1);
  border: 1px solid var(--bdr);
  border-radius: 10px;
  padding: 9px 14px 9px 36px;
  color: #fff;
  font-size: 13px;
  font-family: var(--f);
  width: 200px;
  outline: none;
}
.tb-search input::placeholder {
  color: var(--t4);
}
.tb-search input:focus {
  border-color: rgba(245, 158, 11, 0.2);
}
.tb-ic {
  background: var(--s1);
  border: 1px solid var(--bdr);
  color: var(--t3);
  cursor: pointer;
  padding: 8px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  position: relative;
}
.tb-ic:hover {
  color: var(--t1);
}
.tb-ic .mi {
  font-size: 18px;
}
.tb-ic .dot {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 6px;
  height: 6px;
  background: var(--red);
  border-radius: 50%;
}
.tb-user-wrap {
  position: relative;
}
.tb-user {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px 4px 4px;
  background: var(--s1);
  border: 1px solid var(--bdr);
  border-radius: 10px;
  cursor: pointer;
  font-family: var(--f);
  color: inherit;
  outline: none;
  transition: border-color 0.15s;
}
.tb-user:hover {
  border-color: rgba(255, 255, 255, 0.12);
}
.tb-user .tb-nm {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tb-user-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  min-width: 160px;
  background: var(--bg3);
  border: 1px solid var(--bdr);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  z-index: 100;
  overflow: hidden;
}
.tb-user-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--t2);
  background: none;
  border: none;
  cursor: pointer;
  font-family: var(--f);
  text-align: left;
  text-decoration: none;
  transition: background 0.12s;
}
.tb-user-menu-item .mi {
  font-size: 18px;
  opacity: 0.8;
}
.tb-user-menu-item:hover {
  background: var(--s2);
  color: var(--t1);
}
.tb-av {
  width: 30px;
  height: 30px;
  background: var(--grad);
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  color: #060911;
  flex-shrink: 0;
}
.tb-nm {
  font-size: 13px;
  font-weight: 600;
}
.kpi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}
.kpi {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  padding: 18px 20px;
}
.kpi-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.kpi-val {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1.5px;
  line-height: 1;
}
.kpi-lbl {
  font-size: 12.5px;
  color: var(--t3);
  margin-top: 4px;
  font-weight: 500;
}
.kpi-icon {
  font-size: 22px;
  color: var(--t4);
}
.kpi-delta {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 600;
  margin-top: 10px;
  color: var(--t4);
}
.kpi-delta.up {
  color: var(--green);
}
.kpi-delta.dn {
  color: var(--red);
}
.action-row {
  display: flex;
  gap: 10px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.act-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--f);
  cursor: pointer;
  transition: 0.15s;
  border: 1px solid var(--bdr);
  background: var(--s1);
  color: var(--t2);
}
.act-btn:hover {
  background: var(--s2);
  color: var(--t1);
}
.act-btn .mi {
  font-size: 17px;
}
.act-btn.hero {
  background: var(--grad);
  border: none;
  color: #060911;
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(245, 158, 11, 0.15);
}
.act-btn.hero:hover {
  opacity: 0.9;
}
.act-btn.hero .mi {
  color: #060911;
}
.lp {
  display: none;
  margin-bottom: 24px;
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 16px;
  overflow: hidden;
}
.lp.open {
  display: block;
  animation: slideIn 0.35s ease;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.lp-header {
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--bdr);
}
.lp-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lp-icon {
  font-size: 24px;
  color: var(--amber);
}
.lp-title {
  font-size: 16px;
  font-weight: 800;
}
.lp-sub {
  font-size: 12px;
  color: var(--t3);
  margin-top: 1px;
}
.lp-close {
  background: none;
  border: 1px solid var(--bdr);
  color: var(--t3);
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.lp-close:hover {
  color: var(--t1);
  background: var(--s1);
}
.lp-close .mi {
  font-size: 16px;
}
.lp-body {
  padding: 20px 24px;
}
.lp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}
.lp-col {
  position: relative;
}
.lp-col-label {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: var(--t2);
}
.lp-col-label .mi {
  font-size: 18px;
}
.lp-col-label .num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  color: var(--t4);
}
.lp-col.filled .lp-col-label .num {
  background: rgba(16, 185, 129, 0.12);
  color: var(--green);
}
.lp-col-label .ct {
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
  color: var(--t4);
}
.lp-col.filled .ct {
  color: var(--green);
}
.lp-file-row {
  display: flex;
  gap: 6px;
  margin-bottom: 6px;
}
.lp-file-btn {
  background: var(--s1);
  border: 1px solid var(--bdr);
  color: var(--t3);
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 600;
  font-family: var(--f);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}
.lp-file-btn:hover {
  background: var(--s2);
  color: var(--t1);
}
.lp-file-btn .mi {
  font-size: 14px;
}
.smp {
  background: rgba(245, 158, 11, 0.04);
  border: 1px solid rgba(245, 158, 11, 0.1);
  color: var(--amber);
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 600;
  font-family: var(--f);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}
.smp:hover {
  background: rgba(245, 158, 11, 0.07);
}
.smp .mi {
  font-size: 14px;
}
.txa {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--bdr);
  border-radius: 8px;
  padding: 9px 11px;
  color: var(--t2);
  font-family: "SF Mono", Monaco, Consolas, monospace;
  font-size: 10.5px;
  resize: none;
  height: 90px;
  outline: none;
  line-height: 1.55;
}
.txa:focus {
  border-color: rgba(245, 158, 11, 0.18);
}
.txa::placeholder {
  color: var(--t4);
}
.preview {
  margin-top: 8px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--bdr);
  max-height: 100px;
  overflow-y: auto;
}
.preview::-webkit-scrollbar {
  width: 3px;
}
.preview::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 2px;
}
.preview table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
}
.preview th {
  background: rgba(255, 255, 255, 0.03);
  color: var(--t3);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  padding: 5px 7px;
  text-align: left;
  font-size: 8px;
  position: sticky;
  top: 0;
}
.preview td {
  padding: 4px 7px;
  border-top: 1px solid rgba(255, 255, 255, 0.025);
  color: var(--t2);
}
.preview-count {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: var(--green);
  margin-top: 6px;
}
.preview-count .mi {
  font-size: 14px;
}
.lp-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--bdr);
}
.lp-checks {
  display: flex;
  gap: 14px;
  flex: 1;
}
.lp-chk {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--t4);
}
.lp-chk.done {
  color: var(--green);
}
.lp-chk .mi {
  font-size: 16px;
}
.go-btn {
  padding: 13px 32px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 800;
  font-family: var(--f);
  color: var(--t4);
  cursor: not-allowed;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
  letter-spacing: 0.2px;
}
.go-btn .mi {
  font-size: 20px;
}
.go-btn.ready {
  background: var(--grad);
  border: none;
  color: #060911;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(245, 158, 11, 0.25);
  animation: goPulse 3s ease-in-out infinite;
}
.go-btn.ready:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 32px rgba(245, 158, 11, 0.35);
}
@keyframes goPulse {
  0%,
  100% {
    box-shadow: 0 4px 24px rgba(245, 158, 11, 0.25);
  }
  50% {
    box-shadow: 0 4px 32px rgba(245, 158, 11, 0.4);
  }
}
.dispatch-zone {
  display: none;
  margin-bottom: 24px;
}
.dispatch-zone.active {
  display: block;
  animation: fadeUp 0.4s ease;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dz-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.dz-header .mi {
  font-size: 24px;
  color: var(--amber);
}
.dz-hd h3 {
  font-size: 17px;
  font-weight: 800;
}
.dz-hd p {
  font-size: 12px;
  color: var(--t3);
  margin-top: 1px;
}
.dz-progress {
  margin-bottom: 18px;
}
.dz-bar-wrap {
  height: 4px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 6px;
}
.dz-bar {
  height: 100%;
  background: var(--grad);
  border-radius: 2px;
  width: 0%;
  transition: width 0.4s ease;
}
.dz-bar-label {
  font-size: 11px;
  color: var(--t3);
  display: flex;
  justify-content: space-between;
}
.dz-results {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dz-row {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  transform: translateY(6px);
  transition: 0.35s ease;
}
.dz-row.show {
  opacity: 1;
  transform: translateY(0);
}
.dz-num {
  font-size: 12px;
  font-weight: 800;
  color: var(--t4);
  min-width: 20px;
}
.dz-job {
  min-width: 0;
  flex: 1;
}
.dz-job-id {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dz-job-rt {
  font-size: 11px;
  color: var(--t3);
}
.dz-distance {
  margin-left: 6px;
  color: var(--acc);
  font-weight: 600;
}
.dz-arrow {
  color: var(--t4);
  font-size: 16px;
  flex-shrink: 0;
}
.dz-assign {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.dz-av {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}
.dz-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dz-drv-nm {
  font-size: 12px;
  font-weight: 600;
}
.dz-trk-nm {
  font-size: 10px;
  color: var(--t3);
}
.dz-score {
  font-size: 15px;
  font-weight: 800;
  color: var(--amber);
  min-width: 40px;
  text-align: right;
}
.dz-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.08);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  opacity: 0;
  transition: 0.3s;
}
.dz-check.show {
  opacity: 1;
}
.dz-check .mi {
  font-size: 15px;
  color: var(--green);
}
.pill {
  font-size: 9px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.pill.high {
  background: rgba(239, 68, 68, 0.1);
  color: var(--red);
}
.pill.medium {
  background: rgba(245, 158, 11, 0.1);
  color: var(--amber);
}
.pill.low {
  background: rgba(16, 185, 129, 0.08);
  color: var(--green);
}
.dz-summary {
  margin-top: 18px;
  background: var(--bg2);
  border: 1px solid rgba(16, 185, 129, 0.12);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  display: none;
}
.dz-summary.show {
  display: block;
  animation: fadeUp 0.4s ease;
}
.dz-summary h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.dz-summary h4 .mi {
  font-size: 22px;
  color: var(--green);
}
.dz-summary p {
  font-size: 12px;
  color: var(--t3);
}
.dz-stats {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-top: 14px;
}
.dz-stat-val {
  font-size: 26px;
  font-weight: 800;
  color: var(--t1);
}
.dz-stat-lbl {
  font-size: 10px;
  color: var(--t4);
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2px;
  letter-spacing: 0.3px;
}
.content-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 16px;
}
.lt-page {
  margin-bottom: 18px;
}
.lt-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.lt-kpi {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 12px;
  padding: 16px 18px;
}
.lt-kpi-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lt-kpi-val {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
}
.lt-kpi-lbl {
  font-size: 11.5px;
  color: var(--t3);
  margin-top: 3px;
  font-weight: 500;
}
.lt-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  height: calc(100vh - 280px);
  min-height: 360px;
  background: rgba(255, 255, 255, 0.015);
  border-radius: 12px;
  border: 1px solid var(--bdr);
  overflow: hidden;
}
.lt-sidebar {
  background: var(--bg2);
  border-right: 1px solid var(--bdr);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.lt-sidebar-hd {
  padding: 16px 20px;
  border-bottom: 1px solid var(--bdr);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.lt-sidebar-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: var(--t1);
}
.lt-sidebar-ct {
  font-size: 13px;
  color: var(--t3);
  font-weight: 500;
}
.lt-vehicle-list {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
}
.lt-vehicle-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  margin: 0 8px 4px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.12s;
  border: 1px solid transparent;
}
.lt-vehicle-card:hover {
  background: rgba(255, 255, 255, 0.03);
}
.lt-vehicle-card.active {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--amber);
}
.lt-vehicle-card-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.lt-vehicle-card-dot.moving {
  background: var(--green);
}
.lt-vehicle-card-dot.idle,
.lt-vehicle-card-dot.stopped {
  background: var(--t4);
}
.lt-vehicle-card-info {
  flex: 1;
  min-width: 0;
}
.lt-vehicle-card-hd {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 4px;
}
.lt-vehicle-card-rego {
  font-size: 13px;
  font-weight: 600;
  color: var(--t1);
}
.lt-vehicle-card-meta {
  font-size: 11px;
  color: var(--t3);
}
.lt-vehicle-card-badge {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
  text-transform: lowercase;
}
.lt-vehicle-card-badge.moving {
  background: rgba(16, 185, 129, 0.12);
  color: var(--green);
}
.lt-vehicle-card-badge.idle,
.lt-vehicle-card-badge.stopped {
  background: rgba(255, 255, 255, 0.06);
  color: var(--t4);
}
.lt-map-area {
  position: relative;
  min-width: 0;
  background: linear-gradient(135deg, #0c1219 0%, #141c27 100%);
}
.lt-map-wrap {
  position: absolute;
  inset: 0;
}
.lt-map-here {
  width: 100%;
  height: 100%;
}
.lt-vehicles-empty {
  padding: 24px 20px;
  text-align: center;
  color: var(--t4);
  font-size: 13px;
}
.lt-vehicles-hd {
  padding: 12px 14px;
  border-bottom: 1px solid var(--bdr);
  font-size: 12px;
  font-weight: 700;
}
.lt-vehicles-ct {
  color: var(--t3);
  font-weight: 500;
}
.lt-vehicles-list {
  display: flex;
  flex-direction: column;
}
.lt-vehicle-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.025);
  cursor: pointer;
  transition: background 0.12s;
}
.lt-vehicle-row:hover {
  background: rgba(255, 255, 255, 0.02);
}
.lt-vehicle-info {
  flex: 1;
  min-width: 0;
}
.lt-vehicle-rego {
  font-size: 11px;
  font-weight: 600;
}
.lt-vehicle-type {
  font-size: 9px;
  color: var(--t3);
}
.lt-vehicle-badge {
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: lowercase;
}
.lt-vehicle-badge.moving {
  background: rgba(16, 185, 129, 0.08);
  color: var(--green);
}
.lt-vehicle-badge.idle,
.lt-vehicle-badge.stopped {
  background: rgba(255, 255, 255, 0.04);
  color: var(--t4);
}
.lt-zone {
  position: absolute;
  border: 2px dashed;
  opacity: 0.25;
  pointer-events: none;
}
.lt-zone-depot {
  border-color: var(--blue);
}
.lt-zone-delivery {
  border-color: var(--amber);
}
.lt-zone-label {
  position: absolute;
  font-size: 8px;
  font-weight: 700;
  pointer-events: none;
}
.lt-zone-label-depot {
  color: rgba(59, 130, 246, 0.4);
}
.lt-zone-label-delivery {
  color: rgba(245, 158, 11, 0.4);
}
.lt-legend {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(12, 16, 25, 0.9);
  border: 1px solid var(--bdr);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 10px;
}
.lt-legend-title {
  font-weight: 700;
  margin-bottom: 6px;
}
.lt-legend-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 3px;
  color: var(--t3);
}
.lt-legend-row:last-child {
  margin-bottom: 0;
}
.lt-legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.here-map-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.card {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  overflow: hidden;
}
.card-hd {
  padding: 16px 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-tl {
  font-size: 14px;
  font-weight: 700;
}
.card-sub {
  font-size: 11px;
  color: var(--t4);
  margin-top: 1px;
}
.card-bd {
  padding: 14px 18px 18px;
}
.map-inner {
  height: 200px;
  background: rgba(255, 255, 255, 0.015);
  border-radius: 0 0 12px 12px;
  position: relative;
  overflow: hidden;
}
.live-tag {
  font-size: 10px;
  font-weight: 700;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 4px;
}
.live-dot {
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 50%;
  animation: bl 2s infinite;
}
.grl {
  position: absolute;
  background: rgba(255, 255, 255, 0.018);
}
.grl.h {
  height: 1px;
  left: 0;
  right: 0;
}
.grl.v {
  width: 1px;
  top: 0;
  bottom: 0;
}
.mk {
  position: absolute;
  width: 28px;
  height: 28px;
  background: rgba(6, 9, 17, 0.9);
  border: 2px solid var(--t4);
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 5;
}
.mk .mi {
  font-size: 11px;
  color: var(--t3);
}
.mk.on {
  border-color: var(--green);
}
.mk.on .mi {
  color: var(--green);
}
.mk.on::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(16, 185, 129, 0.1);
  border-radius: 50%;
  animation: rng 2.5s infinite;
}
@keyframes rng {
  0% {
    transform: scale(0.85);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.al {
  display: flex;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.al:last-child {
  border-bottom: none;
}
.al-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
}
.al-dot.warn {
  background: var(--amber);
}
.al-dot.err {
  background: var(--red);
}
.al-dot.info {
  background: var(--blue);
}
.al-tl {
  font-size: 13px;
  font-weight: 600;
  color: var(--t2);
  margin-bottom: 1px;
}
.al-ds {
  font-size: 11px;
  color: var(--t3);
}
.al-tm {
  font-size: 10px;
  color: var(--t4);
  white-space: nowrap;
  margin-left: auto;
  padding-top: 2px;
}
.drv-section {
  margin-top: 16px;
}
.drv-section-hd {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.drv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.drv {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 11px;
}
.drv-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.drv-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drv-nm {
  font-size: 13px;
  font-weight: 600;
  color: var(--t2);
}
.drv-st {
  font-size: 11px;
  color: var(--t3);
}
.drv-hrs {
  margin-left: auto;
  font-size: 15px;
  font-weight: 800;
  color: var(--t2);
}
.drv-hl {
  font-size: 9px;
  color: var(--t4);
  text-align: right;
}
.drv-page {
  margin-bottom: 18px;
}
.drv-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.drv-kpi {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 12px;
  padding: 16px 18px;
}
.drv-kpi-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.drv-kpi-val {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
}
.drv-kpi-lbl {
  font-size: 11.5px;
  color: var(--t3);
  margin-top: 3px;
  font-weight: 500;
}
.drv-filt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.drv-filt-btns {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.fbtn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid var(--bdr);
  background: var(--s1);
  color: var(--t3);
  font-family: var(--f);
  transition: 0.12s;
}
.fbtn:hover {
  color: var(--t1);
}
.fbtn.on {
  border-color: rgba(245, 158, 11, 0.2);
  color: var(--amber);
  background: rgba(245, 158, 11, 0.05);
}
.fbtn .mi {
  font-size: 14px;
}
.drv-add-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid var(--bdr);
  background: var(--s1);
  color: var(--t2);
  font-family: var(--f);
  transition: 0.12s;
  margin-left: auto;
}
.drv-add-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--t1);
}
.drv-add-btn .mi {
  font-size: 16px;
}
.drv-table-wrap {
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid var(--bdr);
  background: var(--bg2);
}
.drv-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.drv-table th {
  padding: 10px 12px;
  text-align: left;
  font-size: 9.5px;
  font-weight: 700;
  color: var(--t4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid var(--bdr);
  background: rgba(255, 255, 255, 0.02);
}
.drv-table td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.025);
  color: var(--t2);
}
.drv-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.015);
}
.drv-row-click {
  cursor: pointer;
}
.drv-table-av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.drv-table-av img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.drv-table-name {
  font-weight: 600;
}
.drv-rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.drv-status-dot {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
}
.drv-status-dot::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dot-color, var(--t4));
  flex-shrink: 0;
}
.drv-empty {
  text-align: center;
  padding: 48px 16px;
  color: var(--t4);
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 12px;
}
.drv-empty .mi {
  font-size: 40px;
  display: block;
  margin-bottom: 8px;
  color: var(--t3);
}
.drv-empty h3 {
  font-size: 14px;
  color: var(--t3);
  font-weight: 700;
  margin-bottom: 2px;
}
.drv-empty p {
  font-size: 11px;
  color: var(--t4);
}
.job-pagination {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 12px 16px;
  border-top: 1px solid #4a5162;
  background: #1a1b22;
  font-size: 13px;
  color: #a0a8ad;
}
.job-pagination-total {
  color: #a0a8ad;
  margin-right: 4px;
}
.job-pagination-select {
  padding: 6px 28px 6px 12px;
  border: 1px solid #4a5162;
  border-radius: 8px;
  background: #2d323e;
  color: #e0e6eb;
  font-size: 13px;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23a0a8ad' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.job-pagination-select:hover {
  border-color: #5a6172;
}
.job-pagination-select:focus {
  outline: none;
  border-color: #6a7182;
}
.job-pagination-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.job-pagination-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #a0a8ad;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.job-pagination-arrow:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.06);
  color: #e0e6eb;
}
.job-pagination-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.job-pagination-arrow .mi {
  font-size: 20px;
}
.job-pagination-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 32px;
  padding: 0 10px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #a0a8ad;
  font-size: 13px;
  cursor: default;
}
.job-pagination-num-active {
  background: #ff9900;
  color: #fff;
  font-weight: 600;
}
.job-pagination-goto {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.job-pagination-goto-label {
  color: #a0a8ad;
  font-size: 13px;
}
.job-pagination-goto-input {
  width: 48px;
  padding: 6px 10px;
  border: 1px solid #4a5162;
  border-radius: 8px;
  background: #2d323e;
  color: #e0e6eb;
  font-size: 13px;
  text-align: center;
}
.job-pagination-goto-input:focus {
  outline: none;
  border-color: #6a7182;
}
.job-pagination-goto-input::placeholder {
  color: #6a7182;
}
.dp {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 420px;
  max-width: 100%;
  background: var(--bg2);
  border-left: 1px solid var(--bdr);
  z-index: 900;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  box-shadow: -8px 0 40px rgba(0, 0, 0, 0.4);
}
.dp.on {
  transform: translateX(0);
}
.dp::-webkit-scrollbar {
  width: 3px;
}
.dp::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 2px;
}
.dp-hd {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--bdr);
  position: sticky;
  top: 0;
  background: var(--bg2);
  z-index: 2;
}
.dp-bd {
  padding: 20px;
}
.dp-tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--bdr);
  padding: 0 20px;
}
.dp-tab {
  padding: 10px 14px;
  font-size: 11px;
  font-weight: 600;
  color: var(--t4);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: 0.15s;
}
.dp-tab:hover {
  color: var(--t2);
}
.dp-tab.on {
  color: var(--amber);
  border-bottom-color: var(--amber);
}
.tl-item {
  display: flex;
  gap: 12px;
  padding: 12px 0;
  position: relative;
}
.tl-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 36px;
  bottom: 0;
  width: 1.5px;
  background: var(--bdr);
}
.tl-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  z-index: 1;
}
.insp-page {
  width: 100%;
  margin-bottom: 18px;
}
.insp-page .drv-kpis {
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
.insp-actions {
  margin-bottom: 18px;
}
.insp-new-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--f);
  cursor: pointer;
  border: none;
  background: linear-gradient(135deg, var(--amber), var(--amber-lt));
  color: #060911;
  transition: 0.2s;
}
.insp-new-btn:hover {
  opacity: 0.9;
}
.insp-new-btn .mi {
  font-size: 18px;
}
.insp-form-card {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
}
.insp-form-hd {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--bdr);
}
.insp-form-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.insp-form-title {
  font-size: 14px;
  font-weight: 800;
}
.insp-form-sub {
  font-size: 11px;
  color: var(--t3);
  margin-top: 1px;
}
.insp-form-progress {
  text-align: right;
}
.insp-form-progress-text {
  font-size: 11px;
  color: var(--t3);
  margin-bottom: 4px;
}
.insp-form-progress-bar-wrap {
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.insp-form-progress-bar {
  height: 100%;
  border-radius: 2px;
  background: var(--green);
  transition: width 0.3s;
}
.insp-cat-wrap {
  border-bottom: 1px solid var(--bdr);
}
.insp-cat-wrap:last-of-type {
  border-bottom: none;
}
.insp-cat {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.12s;
}
.insp-cat:hover {
  background: rgba(255, 255, 255, 0.02);
}
.insp-cat-name {
  flex: 1;
  font-size: 12px;
  font-weight: 700;
}
.insp-cat-count {
  font-size: 10px;
  color: var(--t4);
}
.insp-cat-chevron {
  font-size: 20px;
  color: var(--t4);
  transition: transform 0.2s;
}
.insp-cat.open .insp-cat-chevron {
  transform: rotate(180deg);
}
.insp-items {
  display: none;
  padding: 4px 16px 12px 42px;
}
.insp-items.open {
  display: block;
}
.insp-chk {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 12px;
  color: var(--t2);
  cursor: pointer;
  transition: color 0.12s;
}
.insp-chk:hover {
  color: var(--t1);
}
.insp-ib {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1.5px solid var(--bdr);
  display: grid;
  place-items: center;
  transition: 0.15s;
  flex-shrink: 0;
}
.insp-chk.pass .insp-ib {
  background: var(--green);
  border-color: var(--green);
}
.insp-chk.fail .insp-ib {
  background: var(--red);
  border-color: var(--red);
}
.insp-chk.fail {
  text-decoration: line-through;
  color: var(--t3);
}
.insp-form-ft {
  padding: 16px 18px;
  border-top: 1px solid var(--bdr);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.insp-form-defects {
  font-size: 11px;
  color: var(--t3);
}
.insp-form-defects-num {
  color: var(--red);
  font-weight: 700;
}
.insp-submit-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--f);
  cursor: pointer;
  border: 1px solid var(--bdr);
  background: var(--s1);
  color: var(--t4);
  transition: 0.2s;
}
.insp-submit-btn:disabled {
  cursor: not-allowed;
}
.insp-submit-btn.ready {
  background: linear-gradient(135deg, var(--green), #34d399);
  border: none;
  color: #060911;
  cursor: pointer;
}
.insp-submit-btn.ready:hover {
  opacity: 0.9;
}
.insp-submit-btn .mi {
  font-size: 16px;
}
.insp-recent-hd {
  font-size: 13px;
  font-weight: 700;
  margin: 14px 0 10px;
}
.insp-toast {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.mgmt-page {
  margin-bottom: 18px;
}
.copilot-date-input {
  background: var(--bg3);
  border: 1px solid var(--bdr);
  border-radius: 8px;
  color: var(--t1);
  padding: 8px 12px;
  font-size: 13px;
  font-family: var(--f);
}
.copilot-date-input:focus {
  outline: none;
  border-color: var(--amber);
}
.copilot-date-input::-webkit-calendar-picker-indicator {
  filter: invert(0.8);
  cursor: pointer;
}
.maint-fbar {
  display: flex;
  align-items: center;
  gap: 6px;
}
.maint-fbar-track {
  width: 50px;
  height: 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.maint-fbar-fill {
  height: 100%;
  border-radius: 3px;
  transition: width 0.2s;
}
.maint-fbar-pct {
  font-size: 11px;
  font-weight: 600;
}
.reports-page .drv-kpis {
  margin-bottom: 18px;
}
.reports-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.reports-period {
  font-size: 13px;
  color: var(--t3);
}
.reports-period-val {
  color: var(--t1);
  font-weight: 700;
}
.reports-export-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid var(--bdr);
  background: var(--s1);
  color: var(--t2);
  font-family: var(--f);
  transition: 0.12s;
}
.reports-export-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--t1);
}
.reports-export-btn .mi {
  font-size: 15px;
}
.report-card {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
}
.report-card-hd {
  padding: 14px 16px;
  border-bottom: 1px solid var(--bdr);
}
.report-card-hd h3 {
  font-size: 13px;
  font-weight: 700;
}
.report-card-bd {
  padding: 12px 16px;
}
.job-volume-chart {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 100px;
}
.job-volume-day {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.job-volume-bars {
  display: flex;
  gap: 2px;
  align-items: flex-end;
  width: 100%;
  height: 80px;
}
.job-volume-bar {
  flex: 1;
  min-height: 2px;
  border-radius: 3px 3px 0 0;
  transition: height 0.2s;
}
.job-volume-bar.completed {
  background: var(--green);
}
.job-volume-bar.assigned {
  background: rgba(245, 158, 11, 0.35);
}
.job-volume-label {
  font-size: 8px;
  color: var(--t4);
  margin-top: 4px;
}
.leaderboard-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.leaderboard-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  cursor: pointer;
}
.leaderboard-row:last-child {
  border-bottom: none;
}
.leaderboard-rank {
  font-size: 11px;
  font-weight: 800;
  width: 16px;
}
.leaderboard-info {
  flex: 1;
  min-width: 0;
}
.leaderboard-rating {
  font-size: 14px;
  font-weight: 800;
}
.leaderboard-jobs {
  font-size: 12px;
  font-weight: 700;
  color: var(--t3);
  min-width: 36px;
  text-align: right;
}
.admin-page {
  margin-bottom: 18px;
}
.admin-hd {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--bdr);
}
.admin-hd h2 {
  font-size: 16px;
  font-weight: 800;
}
.admin-hd p {
  font-size: 11px;
  color: var(--t3);
  margin-top: 1px;
}
.admin-hd-btn {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid var(--bdr);
  background: var(--s1);
  color: var(--t2);
  font-family: var(--f);
  transition: 0.12s;
}
.admin-hd-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--t1);
}
.admin-hd-btn .mi {
  font-size: 16px;
}
.admin-hd-no-btn .admin-hd-btn {
  display: none;
}
.team-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.team-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 10px;
}
.team-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}
.team-info {
  flex: 1;
  min-width: 0;
}
.team-name {
  font-size: 12px;
  font-weight: 700;
}
.team-email {
  font-size: 10px;
  color: var(--t3);
}
.team-role {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 5px;
}
.roles-grid {
  display: grid;
  grid-template-columns: 160px repeat(4, 1fr);
  border: 1px solid var(--bdr);
  border-radius: 10px;
  overflow: hidden;
  font-size: 11px;
}
.roles-grid-hd {
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.02);
  font-size: 9px;
  font-weight: 700;
  color: var(--t4);
  text-transform: uppercase;
  border-bottom: 1px solid var(--bdr);
  text-align: center;
}
.roles-perm-col {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.025);
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--t2);
}
.roles-cell {
  padding: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.025);
  display: grid;
  place-items: center;
  cursor: pointer;
}
.roles-cell:hover {
  background: rgba(255, 255, 255, 0.02);
}
.roles-check {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1.5px solid var(--bdr);
  display: grid;
  place-items: center;
}
.roles-check.on {
  background: var(--green);
  border-color: var(--green);
}
.roles-check.half {
  background: rgba(245, 158, 11, 0.15);
  border-color: var(--amber);
}
.company-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.company-section-label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}
.company-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
  width: 100%;
}
.company-fields .f-label {
  margin-bottom: 4px;
}
.depot-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.depot-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 10px;
}
.depot-info {
  flex: 1;
  min-width: 0;
}
.depot-name {
  font-size: 12px;
  font-weight: 700;
}
.depot-address {
  font-size: 10px;
  color: var(--t3);
}
.depot-hours {
  font-size: 10px;
  color: var(--t3);
}
.billing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.billing-card {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 14px;
  padding: 24px;
  position: relative;
  overflow: hidden;
}
.billing-card.current {
  border-color: rgba(245, 158, 11, 0.2);
}
.billing-ribbon {
  position: absolute;
  top: 12px;
  right: -26px;
  background: linear-gradient(135deg, var(--amber), var(--amber-lt));
  color: #060911;
  font-size: 7px;
  font-weight: 800;
  padding: 2px 32px;
  transform: rotate(45deg);
}
.billing-card-title {
  font-size: 18px;
  font-weight: 800;
}
.billing-card-price {
  font-size: 24px;
  font-weight: 800;
  color: var(--amber);
  margin: 4px 0 12px;
}
.billing-card-period {
  font-size: 12px;
  color: var(--t3);
  font-weight: 500;
}
.billing-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.billing-features li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: var(--t2);
  margin-bottom: 6px;
}
.billing-features li .mi {
  flex-shrink: 0;
}
.api-keys {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.api-key-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 10px;
}
.api-key-info {
  flex: 1;
}
.api-key-name {
  font-size: 12px;
  font-weight: 700;
}
.api-key-value {
  font-size: 10px;
  color: var(--t4);
  font-family: monospace;
}
.api-services-hd {
  font-size: 13px;
  font-weight: 700;
  margin: 18px 0 10px;
}
.api-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.api-service-card {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
}
.api-service-name {
  font-size: 12px;
  font-weight: 700;
}
.api-service-sub {
  font-size: 10px;
  color: var(--t3);
  margin: 2px 0 8px;
}
.api-connect-btn {
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid var(--bdr);
  background: var(--s1);
  color: var(--t2);
  font-family: var(--f);
  cursor: pointer;
}
.api-connect-btn:hover {
  background: rgba(255, 255, 255, 0.08);
}
.audit-log {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 10px;
  padding: 6px 16px;
}
.audit-entry {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  align-items: flex-start;
}
.audit-entry:last-child {
  border-bottom: none;
}
.audit-icon {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.audit-body {
  flex: 1;
  min-width: 0;
}
.audit-title {
  font-size: 12px;
  font-weight: 600;
}
.audit-detail {
  font-size: 10px;
  color: var(--t3);
}
.audit-time {
  font-size: 9px;
  color: var(--t4);
  white-space: nowrap;
}
.settings-page {
  margin-bottom: 18px;
}
.settings-layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 420px;
  border: 1px solid var(--bdr);
  border-radius: 12px;
  overflow: hidden;
}
.settings-tabs {
  background: rgba(255, 255, 255, 0.02);
  border-right: 1px solid var(--bdr);
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.settings-tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  color: var(--t3);
  cursor: pointer;
  border: none;
  background: transparent;
  font-family: var(--f);
  text-align: left;
  width: 100%;
  transition: 0.12s;
}
.settings-tab:hover {
  background: rgba(255, 255, 255, 0.03);
  color: var(--t2);
}
.settings-tab.on {
  background: rgba(255, 255, 255, 0.05);
  color: var(--t1);
  font-weight: 600;
}
.settings-tab .mi {
  font-size: 16px;
}
.settings-content {
  padding: 24px 28px;
  overflow-y: auto;
}
.settings-panel-h {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.settings-fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 360px;
  margin-bottom: 12px;
}
.settings-fields .f-label {
  margin-bottom: 4px;
}
.settings-rows {
  display: flex;
  flex-direction: column;
}
.settings-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.settings-row:last-child {
  border-bottom: none;
}
.settings-row-title {
  font-size: 12px;
  font-weight: 600;
}
.settings-row-desc {
  font-size: 10px;
  color: var(--t3);
  margin-top: 2px;
}
.settings-tog {
  width: 36px;
  height: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  flex-shrink: 0;
}
.settings-tog.on {
  background: var(--green);
}
.settings-tog::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  top: 3px;
  left: 3px;
  transition: 0.2s;
}
.settings-tog.on::after {
  left: 19px;
}
.settings-accent-h {
  font-size: 12px;
  font-weight: 700;
  margin: 18px 0 10px;
}
.settings-accent-swatches {
  display: flex;
  gap: 8px;
}
.settings-swatch {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 0;
}
.settings-swatch:hover {
  opacity: 0.9;
}
.settings-select {
  width: 120px;
  margin: 0;
}
.settings-sessions {
  display: flex;
  flex-direction: column;
}
.settings-session-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
.settings-session-row:last-child {
  border-bottom: none;
}
.settings-session-info {
  flex: 1;
}
.settings-session-device {
  font-size: 11px;
  font-weight: 600;
}
.settings-session-loc {
  font-size: 9px;
  color: var(--t3);
}
.settings-session-time {
  font-size: 9px;
  color: var(--t4);
}
.help-page {
  margin-bottom: 18px;
}
.help-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}
.help-card {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: 0.12s;
}
.help-card:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}
.help-card-title {
  font-size: 13px;
  font-weight: 700;
  margin: 8px 0 3px;
}
.help-card-sub {
  font-size: 11px;
  color: var(--t3);
}
.help-faq-h {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
}
.help-faq {
  display: flex;
  flex-direction: column;
}
.help-faq-item {
  border: 1px solid var(--bdr);
  border-radius: 8px;
  margin-bottom: 4px;
  overflow: hidden;
}
.help-faq-item:last-child {
  margin-bottom: 0;
}
.help-faq-q {
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.12s;
}
.help-faq-q:hover {
  background: rgba(255, 255, 255, 0.02);
}
.help-faq-chevron {
  font-size: 20px;
  color: var(--t4);
  transition: transform 0.2s;
}
.help-faq-item.open .help-faq-chevron {
  transform: rotate(180deg);
}
.help-faq-a {
  display: none;
  padding: 0 16px 12px;
  font-size: 11px;
  color: var(--t3);
  line-height: 1.6;
}
.help-faq-item.open .help-faq-a {
  display: block;
}
.ov {
  position: fixed;
  inset: 0;
  background: rgba(6, 9, 17, 0.7);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.ov.on {
  opacity: 1;
  visibility: visible;
}
.mdl {
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 18px;
  width: 92%;
  max-width: 620px;
  max-height: 88vh;
  overflow: hidden;
  transform: scale(0.96) translateY(8px);
  transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}
.ov.on .mdl {
  transform: scale(1) translateY(0);
}
.mdl-hd {
  padding: 24px 24px 16px;
  text-align: center;
}
.mdl-tl {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 2px;
}
.mdl-st {
  font-size: 12px;
  color: var(--t3);
}
.mdl-bd {
  padding: 0 24px 24px;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 0;
}
.mdl-ft {
  padding: 14px 24px;
  border-top: 1px solid var(--bdr);
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
.f-label {
  font-size: 11px;
  font-weight: 700;
  color: var(--t3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 5px;
}
.f-input {
  width: 100%;
  background: var(--s1);
  border: 1px solid var(--bdr);
  border-radius: 9px;
  padding: 10px 14px;
  color: #fff;
  font-size: 13px;
  font-family: var(--f);
  outline: none;
  appearance: none;
}
.f-input::placeholder {
  color: var(--t4);
}
.f-input:focus {
  border-color: rgba(245, 158, 11, 0.2);
}
.f-input-datetime {
  color-scheme: dark;
}
.f-input-datetime::-webkit-calendar-picker-indicator {
  filter: invert(1);
  opacity: 0.7;
  cursor: pointer;
}
.job-address-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--bg3);
  border: 1px solid var(--bdr);
  border-radius: 9px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  max-height: 220px;
  overflow-y: auto;
  z-index: 100;
  margin-top: 4px;
}
.job-address-suggestion-item {
  padding: 10px 14px;
  font-size: 13px;
  color: var(--t2);
  cursor: pointer;
  border-bottom: 1px solid var(--s1);
  transition: background 0.12s;
}
.job-address-suggestion-item:last-child {
  border-bottom: none;
}
.job-address-suggestion-item:hover {
  background: var(--s2);
  color: var(--t1);
}
.job-priority-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  appearance: none;
  font-family: inherit;
}
.job-priority-trigger:focus {
  outline: none;
}
.job-priority-trigger .mi {
  flex-shrink: 0;
}
.job-priority-dropdown {
  max-height: none;
  min-width: 100%;
}
.f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.btn-go {
  background: var(--grad);
  color: #060911;
  border: none;
  padding: 10px 22px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--f);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-go:hover {
  opacity: 0.88;
}
.btn-go .mi {
  font-size: 16px;
}
.btn-gh {
  background: var(--s1);
  color: var(--t1);
  border: 1px solid var(--bdr);
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  font-family: var(--f);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.btn-gh:hover {
  background: var(--s2);
}
.btn-gh .mi {
  font-size: 16px;
}
.chat-panel {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 400px;
  height: 520px;
  background: var(--bg2);
  border: 1px solid var(--bdr);
  border-radius: 18px;
  z-index: 950;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
  transform: scale(0.92) translateY(16px);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.chat-panel.open {
  transform: scale(1) translateY(0);
  opacity: 1;
  visibility: visible;
}
.chat-hd {
  padding: 16px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--bdr);
}
.chat-hd-nm {
  font-size: 14px;
  font-weight: 700;
}
.chat-hd-st {
  font-size: 10px;
  color: var(--green);
  display: flex;
  align-items: center;
  gap: 4px;
}
.chat-close {
  margin-left: auto;
  background: none;
  border: 1px solid var(--bdr);
  color: var(--t3);
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.chat-close:hover {
  color: var(--t1);
}
.chat-close .mi {
  font-size: 16px;
}
.chat-msgs {
  flex: 1;
  overflow-y: auto;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chat-msgs::-webkit-scrollbar {
  width: 3px;
}
.chat-msgs::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 2px;
}
.msg {
  display: flex;
  gap: 8px;
  max-width: 88%;
}
.msg.ai {
  align-self: flex-start;
}
.msg.user {
  align-self: flex-end;
  flex-direction: row-reverse;
}
.msg-bubble {
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--t2);
}
.msg.ai .msg-bubble {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--bdr);
}
.msg.user .msg-bubble {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.1);
  color: var(--t1);
}
.chat-input {
  padding: 12px 14px;
  border-top: 1px solid var(--bdr);
  display: flex;
  gap: 8px;
  align-items: center;
}
.chat-inp {
  flex: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--bdr);
  border-radius: 10px;
  padding: 10px 14px;
  color: #fff;
  font-size: 13px;
  font-family: var(--f);
  outline: none;
}
.chat-inp::placeholder {
  color: var(--t4);
}
.chat-inp:focus {
  border-color: rgba(245, 158, 11, 0.18);
}
.chat-send {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
  border: none;
  background: var(--grad);
  color: #060911;
  flex-shrink: 0;
}
.chat-send .mi {
  font-size: 16px;
}
.toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(50px);
  background: var(--bg2);
  border: 1px solid rgba(16, 185, 129, 0.15);
  border-radius: 10px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  gap: 7px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  z-index: 2000;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.toast.vis {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.toast .mi {
  font-size: 17px;
  color: var(--green);
}
.toast b {
  font-size: 12px;
  font-weight: 600;
}
.hide {
  display: none;
}
.dispatch-inner {
  animation: fadeUp 0.3s ease;
}
.dz-header-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--bdr);
}
.dz-header-inner .dz-hd h3 {
  font-size: 16px;
  font-weight: 800;
  color: var(--t1);
}
.dz-header-inner .dz-hd p {
  font-size: 12px;
  color: var(--t3);
  margin-top: 2px;
}
.dz-summary-card {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--bdr);
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  display: none;
}
.dz-summary-card.show {
  display: block;
  animation: fadeUp 0.4s ease;
}
.dz-summary-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 6px;
}
.dz-summary-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--t1);
}
.dz-summary-desc {
  font-size: 12px;
  color: var(--t3);
  margin-bottom: 16px;
}
.dz-stats {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.dz-stat {
  text-align: center;
}
.dz-stat-val {
  font-size: 24px;
  font-weight: 800;
  color: var(--t1);
}
.dz-stat-lbl {
  font-size: 10px;
  color: var(--t4);
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 2px;
  letter-spacing: 0.3px;
}
.preparing-plan-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  gap: 20px;
}
.loader-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid var(--bdr);
  border-top-color: var(--acc);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loader-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--t2);
  letter-spacing: 0.3px;
}
.auth-guard-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  gap: 16px;
  background: var(--bg);
}
.auth-guard-loading .loader-spinner {
  border-top-color: var(--amber);
}
.login-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-image: url("/login-background.jpg");
  background-size: cover;
  background-position: center;
  padding: 20px;
}
.login-form {
  border-radius: 6px;
  background: #151b26;
  width: 100%;
  max-width: 400px;
  padding: 25px 25px 5px 25px;
  z-index: 1;
}
.login-title {
  margin: 0 auto 30px;
  text-align: center;
  color: var(--t2);
  font-size: 20px;
  font-weight: 700;
}
.login-field {
  margin-bottom: 20px;
}
.login-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--t3);
  margin-bottom: 6px;
}
.login-input {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--bdr);
  border-radius: 6px;
  color: var(--t1);
  font-size: 14px;
  font-family: var(--f);
  outline: none;
}
.login-input::placeholder {
  color: var(--t4);
}
.login-input:focus {
  border-color: rgba(245, 158, 11, 0.3);
}
.login-input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.login-captcha-row {
  display: flex;
  gap: 12px;
  align-items: flex-end;
}
.login-captcha-input-wrap {
  flex: 1;
  min-width: 0;
}
.login-captcha-img-wrap {
  flex-shrink: 0;
}
.login-captcha-img {
  height: 38px;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 4px;
  border: 1px solid var(--bdr);
}
.login-captcha-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  background: var(--s1);
  color: var(--t4);
  font-size: 12px;
  font-weight: 600;
}
.login-captcha-hint {
  font-size: 11px;
  color: var(--t4);
  margin: -8px 0 12px;
}
.login-remember {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 25px;
  font-size: 13px;
  color: var(--t3);
  cursor: pointer;
}
.login-remember input {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.login-error {
  color: var(--red);
  font-size: 13px;
  margin-bottom: 12px;
}
.login-btn {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 6px;
  background: var(--grad);
  color: #060911;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--f);
  cursor: pointer;
  transition: opacity 0.2s;
}
.login-btn:hover:not(:disabled) {
  opacity: 0.92;
}
.login-btn:disabled {
  opacity: 0.8;
  cursor: not-allowed;
}
.login-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--t4);
  font-size: 12px;
  letter-spacing: 0.5px;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

