@charset "UTF-8";
/*
 * mTik_Ops default styling entrypoint.
 * Project baseline now resolves through ops-sass.
 */
/* Keep a version token here so styles.css updates bust cached @import responses. */
@import url("./styles.css?v=20260410-01");

/* Onboarding tour (Driver.js) */
.ops-onboarding-popover.driver-popover {
  min-width: 286px;
  max-width: 342px;
  padding: 0;
  border-radius: var(--ops-card-radius, 12px);
  border: 1px solid var(--ops-border, #1f2a3a);
  background: linear-gradient(180deg, rgba(17, 28, 45, 0.96), rgba(9, 17, 30, 0.95));
  color: var(--ops-text, #dce7f8);
  font-family: "Manrope", "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  box-shadow:
    0 16px 38px rgba(2, 6, 15, 0.5),
    0 4px 12px rgba(7, 12, 24, 0.34);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.ops-onboarding-popover .driver-popover-arrow {
  border-color: rgba(12, 20, 36, 0.98);
}

.ops-onboarding-popover .ops-onboarding-topbar {
  position: sticky;
  top: 0;
  z-index: 3;
  min-height: 2.35rem;
  padding: 0.54rem 0.72rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-bottom: 1px solid rgba(109, 140, 184, 0.2);
  background: rgba(12, 21, 36, 0.68);
}

.ops-onboarding-popover .driver-popover-title,
.ops-onboarding-popover .ops-onboarding-title {
  margin: 0;
  padding-right: 0;
  flex: 1 1 auto;
  font-weight: 700 !important;
  font-size: 0.98rem !important;
  line-height: 1.28 !important;
  letter-spacing: 0.01em;
  color: #f3f7ff;
}

.ops-onboarding-popover .driver-popover-description,
.ops-onboarding-popover .ops-onboarding-description,
.ops-onboarding-popover .ops-onboarding-body {
  margin: 0;
  padding: 0.54rem 0.72rem 0.64rem;
  flex: 1 1 auto;
  overflow-y: auto;
  font-size: 0.79rem !important;
  line-height: 1.43 !important;
  color: rgba(224, 233, 248, 0.9);
}

.ops-onboarding-step-hint {
  margin: 0.5rem 0 0;
  padding: 0.28rem 0.42rem;
  border-radius: 7px;
  border: 1px solid rgba(147, 197, 253, 0.26);
  background: rgba(30, 58, 107, 0.22);
  font-size: 0.7rem;
  line-height: 1.36;
  color: #b8d4ff;
}

.ops-onboarding-popover .ops-onboarding-topbar .driver-popover-close-btn {
  position: static;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: rgba(185, 203, 232, 0.92);
  font-size: 12px !important;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 0.88;
  transition: color 0.16s ease, opacity 0.16s ease;
  appearance: none;
  -webkit-appearance: none;
}

.ops-onboarding-popover .ops-onboarding-topbar .driver-popover-close-btn:hover,
.ops-onboarding-popover .ops-onboarding-topbar .driver-popover-close-btn:focus-visible {
  background: transparent !important;
  color: #f5f9ff;
  opacity: 1;
  outline: none;
}

.ops-onboarding-popover .driver-popover-footer {
  margin-top: 0;
  position: sticky;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.56rem 0.72rem;
  text-align: left;
  border-top: 1px solid rgba(109, 140, 184, 0.2);
  background: rgba(12, 21, 36, 0.72);
}

.ops-onboarding-popover .driver-popover-progress-text {
  display: block;
  width: auto;
  margin: 0;
  white-space: nowrap;
  font-size: 0.69rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(158, 180, 212, 0.92);
  letter-spacing: 0.02em;
}

.ops-onboarding-popover .driver-popover-navigation-btns {
  gap: 0.38rem;
  align-items: center;
  width: auto;
  margin-left: auto;
}

.ops-onboarding-popover .driver-popover-navigation-btns button + button {
  margin-left: 0;
}

.ops-onboarding-popover .driver-popover-footer button,
.ops-onboarding-popover .ops-onboarding-btn {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  min-width: 1.9rem;
  height: 1.9rem;
  min-height: 1.9rem;
  padding: 0;
  border-radius: 9px;
  border: 1px solid rgba(166, 196, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
  color: #e6eefb;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, color 0.16s ease, opacity 0.16s ease;
}

.ops-onboarding-popover .driver-popover-footer button:hover,
.ops-onboarding-popover .driver-popover-footer button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(191, 219, 254, 0.46);
  box-shadow: 0 4px 9px rgba(2, 8, 23, 0.4);
}

.ops-onboarding-popover .driver-popover-prev-btn,
.ops-onboarding-popover .ops-onboarding-btn-secondary {
  color: #d2def0;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(166, 196, 255, 0.28);
  font-weight: 700;
}

.ops-onboarding-popover .driver-popover-next-btn,
.ops-onboarding-popover .ops-onboarding-btn-primary {
  color: #f5f9ff;
  border-color: rgba(30, 64, 175, 0.68);
  background: linear-gradient(180deg, #1d3d83 0%, #102349 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 4px 10px rgba(2, 8, 23, 0.42);
}

.ops-onboarding-popover .driver-popover-next-btn:hover,
.ops-onboarding-popover .driver-popover-next-btn:focus-visible {
  background: linear-gradient(180deg, #234898 0%, #142f62 100%);
  border-color: rgba(96, 165, 250, 0.8);
}

.ops-onboarding-popover .driver-popover-footer .ops-onboarding-skip-btn {
  margin-right: auto;
  width: auto;
  min-width: 3.2rem;
  height: 1.9rem;
  min-height: 1.9rem;
  padding: 0 0.58rem;
  border-radius: 9px;
  border-color: rgba(148, 163, 184, 0.28);
  background: rgba(255, 255, 255, 0.04);
  color: #b8c7dc;
  font-weight: 700;
  font-size: 0.67rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.ops-onboarding-next-locked {
  opacity: 0.46;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

.ops-onboarding-resume-btn {
  margin-left: 0.5rem;
  border-radius: 999px;
  min-height: 1.82rem;
  padding: 0 0.64rem;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: rgba(13, 21, 37, 0.84);
  color: #dbe8fb;
  border: 1px solid rgba(166, 196, 255, 0.24);
  transition: background 0.16s ease, transform 0.16s ease, border-color 0.16s ease;
}

.ops-onboarding-resume-btn:hover,
.ops-onboarding-resume-btn:focus-visible {
  transform: translateY(-1px);
  background: rgba(18, 31, 54, 0.92);
  border-color: rgba(191, 219, 254, 0.46);
}

.ops-onboarding-resume-floating {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
}

@media (prefers-reduced-motion: reduce) {
  .driver-overlay,
  .driver-popover {
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 575.98px) {
  .ops-onboarding-popover.driver-popover {
    min-width: 252px;
    max-width: min(92vw, 328px);
  }

  .ops-onboarding-popover .ops-onboarding-topbar,
  .ops-onboarding-popover .driver-popover-footer {
    padding-left: 0.62rem;
    padding-right: 0.62rem;
  }

  .ops-onboarding-popover .driver-popover-footer button {
    width: 1.82rem;
    min-width: 1.82rem;
    height: 1.82rem;
    min-height: 1.82rem;
    font-size: 0.8rem;
  }
}
