/* Mirror GPT admin dashboard v3.
   Monochrome operations UI, viewport-fit overview, real range filters and token ranking. */

html[data-mgpt-theme] #app .admin-shell {
  --accent: var(--mg-text) !important;
  --accent-soft: var(--mg-hover) !important;
  --surface: var(--mg-surface) !important;
  --surface-strong: var(--mg-surface) !important;
  --surface-soft: var(--mg-surface-2) !important;
  color: var(--mg-text) !important;
  background: var(--mg-page) !important;
  background-image: none !important;
}

html[data-mgpt-theme] #app .admin-shell :is(
    .admin-sidebar,
    .admin-main,
    .brand-card,
    .profile-card,
    .panel-card,
    .detail-card,
    .preview-surface,
    .metric-card,
    .admin-metric-card,
    .hero-card,
    .topbar,
    .admin-page-header
  ) {
  background-image: none !important;
  box-shadow: none !important;
}

html[data-mgpt-theme] #app .admin-shell :is(
    .metric-card,
    .admin-metric-card,
    .metric-card.blue,
    .metric-card.green,
    .metric-card.amber,
    .metric-card.rose,
    .admin-metric-card.blue,
    .admin-metric-card.green,
    .admin-metric-card.amber,
    .admin-metric-card.rose
  ) {
  color: var(--mg-text) !important;
  border: 1px solid var(--mg-line) !important;
  border-left-width: 1px !important;
  background: var(--mg-surface) !important;
}

html[data-mgpt-theme] #app .admin-shell :is(
    .metric-card.blue,
    .metric-card.green,
    .metric-card.amber,
    .metric-card.rose,
    .admin-metric-card.blue,
    .admin-metric-card.green,
    .admin-metric-card.amber,
    .admin-metric-card.rose
  ) :is(strong, span, p, em, svg) {
  color: inherit !important;
}

html[data-mgpt-theme] #app .admin-shell .admin-metric-card__head span,
html[data-mgpt-theme] #app .admin-shell .admin-metric-card p {
  color: var(--mg-text-3) !important;
}

html[data-mgpt-theme] #app .admin-shell .admin-metric-card__head em,
html[data-mgpt-theme] #app .admin-shell .admin-metric-card__glyph {
  color: var(--mg-text) !important;
  background: var(--mg-surface-2) !important;
}

html[data-mgpt-theme] #app .admin-shell :is(.metric-orb, .nav-link::before) {
  display: none !important;
}

html[data-mgpt-theme] #app .admin-shell :is(.brand-mark, .avatar) {
  color: var(--mg-text) !important;
  background: var(--mg-surface-2) !important;
  background-image: none !important;
  border: 1px solid var(--mg-line) !important;
  box-shadow: none !important;
}

html[data-mgpt-theme] #app .admin-shell .nav-link.active {
  color: var(--mg-page) !important;
  background: var(--mg-text) !important;
  border-color: var(--mg-text) !important;
}

html[data-mgpt-theme] #app .admin-shell :is(
    .primary-btn,
    .admin-page-header__button--primary,
    .soft-btn,
    .inline-btn,
    .toggle-chip,
    .chip,
    .tag,
    .status-chip
  ) {
  color: var(--mg-page) !important;
  background: var(--mg-text) !important;
  background-image: none !important;
  border-color: var(--mg-text) !important;
  box-shadow: none !important;
}

html[data-mgpt-theme] #app .admin-shell :is(
    .admin-page-header__status,
    .admin-page-header__status.loading,
    .topbar-actions > span,
    .banner,
    .banner.success,
    .banner.error,
    .health-label
  ) {
  color: var(--mg-text-2) !important;
  background: var(--mg-surface-2) !important;
  background-image: none !important;
  border-color: var(--mg-line) !important;
  box-shadow: none !important;
}

html[data-mgpt-theme] #app .admin-shell :is(
    .admin-page-header__status-dot,
    .health-dot,
    .health-dot--healthy,
    .health-dot--checking,
    .health-dot--unreachable,
    .topbar-actions > span::before
  ) {
  color: var(--mg-text) !important;
  background: var(--mg-text) !important;
  box-shadow: none !important;
}

html[data-mgpt-theme] #app .admin-shell :is(.danger-btn, .inline-btn.danger, .banner.error) {
  color: var(--mg-text) !important;
  background: var(--mg-surface-2) !important;
  border-color: var(--mg-line-2) !important;
}

html[data-mgpt-theme] #app .admin-shell :is(a, button, input, textarea, select) {
  accent-color: var(--mg-text) !important;
}

html[data-mgpt-theme] #app .admin-shell .admin-page-header {
  display: flex !important;
  flex: 0 0 var(--mg-header-h) !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: var(--mg-header-h) !important;
  margin: 0 !important;
  padding: 0 16px !important;
  gap: 14px !important;
  background: var(--mg-page) !important;
  border: 0 !important;
  border-bottom: 1px solid var(--mg-line) !important;
}

html[data-mgpt-theme] #app .admin-shell .admin-page-header__copy {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: baseline !important;
  min-width: 0 !important;
  gap: 0 10px !important;
}

html[data-mgpt-theme] #app .admin-shell .admin-page-header__eyebrow {
  display: none !important;
}

html[data-mgpt-theme] #app .admin-shell .admin-page-header h1 {
  margin: 0 !important;
  color: var(--mg-text) !important;
  font-size: 1.08rem !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

html[data-mgpt-theme] #app .admin-shell .admin-page-header p {
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: var(--mg-text-3) !important;
  font-size: 0.75rem !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

html[data-mgpt-theme] #app .admin-shell .admin-page-header__actions {
  display: flex !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: auto !important;
  gap: 5px !important;
  flex-wrap: nowrap !important;
}

html[data-mgpt-theme] #app .admin-shell .admin-page-header__actions > * {
  flex: 0 0 auto !important;
  min-height: 32px !important;
}

html[data-mgpt-theme='dark'] #app .admin-shell :is(
    .nav-link.active,
    .primary-btn,
    .admin-page-header__button--primary,
    .soft-btn,
    .inline-btn:not(.danger),
    .toggle-chip,
    .chip,
    .tag,
    .status-chip
  ) {
  color: #242424 !important;
}

.mgpt-native-dashboard-hidden {
  display: none !important;
}

.mgpt-admin-dashboard-v3 {
  --dashboard-line: var(--mg-line);
  --dashboard-line-strong: var(--mg-line-2);
  --dashboard-text: var(--mg-text);
  --dashboard-muted: var(--mg-text-3);
  --dashboard-surface: var(--mg-surface);
  --dashboard-surface-soft: var(--mg-surface-2);
  --dashboard-hover: var(--mg-hover);
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  color: var(--dashboard-text);
}

.mgpt-admin-dashboard-v3,
.mgpt-admin-dashboard-v3 * {
  box-sizing: border-box;
}

.mgpt-admin-dashboard__toolbar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  min-height: 42px;
  margin-bottom: 9px;
  gap: 14px;
}

.mgpt-admin-dashboard__title {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}

.mgpt-admin-dashboard__title > span {
  color: var(--dashboard-muted);
  font-size: 12px;
  font-weight: 650;
}

.mgpt-admin-dashboard__title > strong {
  color: var(--dashboard-text);
  font-size: 15px;
  font-weight: 720;
}

.mgpt-admin-dashboard__title > small {
  max-width: 220px;
  overflow: hidden;
  color: var(--dashboard-muted);
  font-size: 11px;
  text-overflow: ellipsis;
}

.mgpt-admin-range,
.mgpt-admin-limit {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid var(--dashboard-line);
  border-radius: 9px;
  background: var(--dashboard-surface-soft);
}

.mgpt-admin-range__button,
.mgpt-admin-limit button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 30px;
  padding: 0 10px;
  color: var(--dashboard-muted) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font: inherit;
  font-size: 12px;
  font-weight: 660;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
  transition: color 140ms ease, background-color 140ms ease;
}

.mgpt-admin-range__button:hover,
.mgpt-admin-limit button:hover {
  color: var(--dashboard-text) !important;
  background: var(--dashboard-hover) !important;
}

.mgpt-admin-range__button.is-active,
.mgpt-admin-limit button.is-active {
  color: var(--mg-page) !important;
  background: var(--mg-text) !important;
}

.mgpt-admin-range__short {
  display: none;
}

.mgpt-admin-dashboard__main {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1.72fr) minmax(300px, 0.78fr);
  min-width: 0;
  min-height: 0;
  gap: 10px;
}

.mgpt-admin-card {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  color: var(--dashboard-text);
  background: var(--dashboard-surface);
  border: 1px solid var(--dashboard-line);
  border-radius: 10px;
  box-shadow: none;
}

.mgpt-admin-card__header {
  display: flex;
  flex: 0 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
  padding: 13px 15px 8px;
  gap: 14px;
}

.mgpt-admin-card__eyebrow {
  display: block;
  margin-bottom: 3px;
  color: var(--dashboard-muted);
  font-size: 11px;
  font-weight: 650;
}

.mgpt-admin-card__header h3 {
  display: flex;
  align-items: baseline;
  margin: 0;
  gap: 8px;
  color: var(--dashboard-text);
  font-size: clamp(22px, 2vw, 31px);
  font-weight: 760;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.mgpt-admin-card__header h3 small {
  color: var(--dashboard-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
}

.mgpt-admin-chart {
  display: flex;
  flex-direction: column;
}

.mgpt-admin-chart__summary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  gap: 12px;
}

.mgpt-admin-chart__summary > span,
.mgpt-admin-chart__summary > strong {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 5px;
  color: var(--dashboard-muted);
  font-size: 10px;
  font-weight: 620;
  white-space: nowrap;
}

.mgpt-admin-chart__summary > strong {
  align-items: baseline;
  color: var(--dashboard-text);
  font-size: 14px;
  font-weight: 730;
}

.mgpt-admin-chart__summary > strong small {
  color: var(--dashboard-muted);
  font-size: 9px;
  font-weight: 600;
}

.mgpt-admin-chart__legend {
  display: inline-block;
  width: 13px;
  height: 6px;
  border-radius: 999px;
}

.mgpt-admin-chart__legend--line {
  height: 2px;
  background: var(--dashboard-text);
}

.mgpt-admin-chart__legend--bar {
  background: var(--dashboard-line-strong);
}

.mgpt-admin-chart__canvas {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 190px;
  padding: 0 9px;
  color: var(--dashboard-text);
}

.mgpt-admin-chart__svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: visible;
  color: var(--dashboard-text);
}

.mgpt-admin-chart__grid-line {
  stroke: var(--dashboard-line);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.mgpt-admin-chart__axis {
  fill: var(--dashboard-muted);
  font-size: 10px;
  font-weight: 560;
}

.mgpt-admin-chart__axis--left {
  text-anchor: end;
}

.mgpt-admin-chart__axis--right {
  text-anchor: start;
}

.mgpt-admin-chart__axis--bottom {
  text-anchor: middle;
}

.mgpt-admin-chart__axis-title {
  fill: var(--dashboard-muted);
  font-size: 10px;
  font-weight: 660;
  text-anchor: start;
}

.mgpt-admin-chart__axis-title--right {
  text-anchor: end;
}

.mgpt-admin-chart__bar {
  fill: var(--dashboard-line-strong);
  opacity: 0.65;
  transition: opacity 120ms ease;
}

.mgpt-admin-chart__bar:hover {
  opacity: 1;
}

.mgpt-admin-chart__area {
  fill: url('#mgpt-admin-token-area');
  pointer-events: none;
}

.mgpt-admin-chart__line {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.mgpt-admin-chart__point {
  fill: var(--dashboard-text);
  stroke: var(--dashboard-surface);
  stroke-width: 1.8;
  vector-effect: non-scaling-stroke;
}

.mgpt-admin-models {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  min-width: 0;
  padding: 7px 14px 11px;
  gap: 9px;
  border-top: 1px solid var(--dashboard-line);
}

.mgpt-admin-models__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
  align-items: center;
  gap: 3px 6px;
}

.mgpt-admin-models__name {
  min-width: 0;
  overflow: hidden;
  color: var(--dashboard-muted);
  font-size: 9px;
  font-weight: 620;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mgpt-admin-models__item strong {
  color: var(--dashboard-text);
  font-size: 9px;
  font-weight: 700;
}

.mgpt-admin-models__track {
  grid-column: 1 / -1;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--dashboard-line);
}

.mgpt-admin-models__track i,
.mgpt-admin-leaderboard__track i {
  display: block;
  width: var(--value, 0%);
  height: 100%;
  border-radius: inherit;
  background: var(--dashboard-text);
}

.mgpt-admin-models__empty,
.mgpt-admin-leaderboard__empty {
  display: grid;
  place-items: center;
  min-height: 86px;
  color: var(--dashboard-muted);
  font-size: 12px;
  text-align: center;
}

.mgpt-admin-leaderboard {
  display: flex;
  flex-direction: column;
}

.mgpt-admin-leaderboard__header {
  align-items: center;
  padding-bottom: 11px;
  border-bottom: 1px solid var(--dashboard-line);
}

.mgpt-admin-leaderboard__header h3 {
  font-size: 19px;
  letter-spacing: 0;
}

.mgpt-admin-limit button {
  min-height: 27px;
  padding-inline: 8px;
  font-size: 10px;
}

.mgpt-admin-leaderboard__list {
  display: grid;
  flex: 1 1 auto;
  grid-auto-rows: minmax(34px, 1fr);
  min-width: 0;
  min-height: 0;
  padding: 5px 12px 9px;
}

.mgpt-admin-leaderboard__list[data-limit='3'] {
  align-content: start;
  grid-auto-rows: 62px;
}

.mgpt-admin-leaderboard__row {
  display: grid;
  grid-template-columns: 26px minmax(80px, 0.86fr) minmax(96px, 1.14fr);
  min-width: 0;
  min-height: 0;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--dashboard-line);
}

.mgpt-admin-leaderboard__row:last-child {
  border-bottom: 0;
}

.mgpt-admin-leaderboard__rank {
  color: var(--dashboard-muted);
  font-variant-numeric: tabular-nums;
  font-size: 10px;
  font-weight: 680;
}

.mgpt-admin-leaderboard__identity {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.mgpt-admin-leaderboard__identity strong,
.mgpt-admin-leaderboard__identity small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mgpt-admin-leaderboard__identity strong {
  color: var(--dashboard-text);
  font-size: 11px;
  font-weight: 680;
}

.mgpt-admin-leaderboard__identity small {
  color: var(--dashboard-muted);
  font-size: 8.5px;
}

.mgpt-admin-leaderboard__usage {
  display: grid;
  grid-template-columns: minmax(32px, 1fr) auto;
  min-width: 0;
  align-items: center;
  gap: 7px;
}

.mgpt-admin-leaderboard__usage strong {
  min-width: 34px;
  color: var(--dashboard-text);
  font-variant-numeric: tabular-nums;
  font-size: 10px;
  font-weight: 700;
  text-align: right;
}

.mgpt-admin-leaderboard__track {
  display: block;
  width: 100%;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--dashboard-line);
}

.mgpt-admin-dashboard__skeleton {
  display: grid;
  flex: 1 1 auto;
  grid-template-columns: 1.5fr 0.7fr;
  grid-template-rows: 1fr 1fr;
  min-height: 260px;
  gap: 10px;
}

.mgpt-admin-dashboard__skeleton span {
  display: block;
  border: 1px solid var(--dashboard-line);
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    var(--dashboard-surface) 0%,
    var(--dashboard-surface-soft) 50%,
    var(--dashboard-surface) 100%
  );
  background-size: 200% 100%;
  animation: mgpt-admin-skeleton 1.4s ease-in-out infinite;
}

.mgpt-admin-dashboard__skeleton span:first-child {
  grid-row: 1 / -1;
}

.mgpt-admin-dashboard__skeleton p {
  position: absolute;
  align-self: center;
  justify-self: center;
  margin: 0;
  color: var(--dashboard-muted);
  font-size: 12px;
}

.mgpt-admin-dashboard-v3.is-loading {
  opacity: 0.68;
  pointer-events: none;
}

@keyframes mgpt-admin-skeleton {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}

@media (min-width: 901px) {
  html[data-mgpt-theme] #app .admin-main {
    overflow: hidden !important;
  }

  html[data-mgpt-theme] #app .admin-body {
    display: block;
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
  }

  html[data-mgpt-theme] #app .admin-body[data-section='overview'] {
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    padding: 12px 16px 14px !important;
    overflow: hidden !important;
  }

  html[data-mgpt-theme] #app .admin-body[data-section='overview'] > .metric-grid {
    flex: 0 0 auto;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    margin: 0 0 9px !important;
    gap: 8px !important;
  }

  html[data-mgpt-theme] #app .admin-body[data-section='overview'] .admin-metric-card {
    min-height: 82px !important;
    padding: 10px 12px !important;
  }

  html[data-mgpt-theme] #app .admin-body[data-section='overview'] .admin-metric-card strong {
    font-size: clamp(1.12rem, 1.45vw, 1.34rem) !important;
  }

  html[data-mgpt-theme] #app .admin-body[data-section='overview'] .admin-metric-card p {
    margin-top: 3px !important;
    font-size: 0.68rem !important;
  }

  html[data-mgpt-theme] #app .admin-body[data-section='overview'] .admin-metric-card__glyph {
    right: 9px !important;
    bottom: 9px !important;
    width: 28px !important;
    height: 28px !important;
  }

  html[data-mgpt-theme] #app .admin-body[data-section='overview'] > .hero-card {
    display: none !important;
  }
}

@media (max-width: 1240px) {
  html[data-mgpt-theme] #app .admin-shell .admin-page-header p {
    display: none !important;
  }

  html[data-mgpt-theme] #app .admin-shell .admin-page-header__copy {
    display: block !important;
  }

  .mgpt-admin-range__long {
    display: none;
  }

  .mgpt-admin-range__short {
    display: inline;
  }

  .mgpt-admin-range__button {
    min-width: 34px;
    padding-inline: 8px;
  }

  .mgpt-admin-dashboard__main {
    grid-template-columns: minmax(0, 1.55fr) minmax(270px, 0.75fr);
  }

  .mgpt-admin-chart__summary > span {
    display: none;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  html[data-mgpt-theme] #app .admin-body[data-section='overview'] {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  html[data-mgpt-theme] #app .admin-body[data-section='overview'] > .metric-grid {
    margin-bottom: 6px !important;
  }

  html[data-mgpt-theme] #app .admin-body[data-section='overview'] .admin-metric-card {
    min-height: 72px !important;
    padding-block: 8px !important;
  }

  html[data-mgpt-theme] #app .admin-body[data-section='overview'] .admin-metric-card p,
  html[data-mgpt-theme] #app .admin-body[data-section='overview'] .admin-metric-card__glyph {
    display: none !important;
  }

  .mgpt-admin-dashboard__toolbar {
    min-height: 36px;
    margin-bottom: 6px;
  }

  .mgpt-admin-card__header {
    padding-top: 9px;
    padding-bottom: 6px;
  }

  .mgpt-admin-models {
    padding-top: 5px;
    padding-bottom: 7px;
  }
}

@media (max-width: 900px) {
  html[data-mgpt-theme] #app .admin-main {
    overflow-y: auto !important;
  }

  html[data-mgpt-theme] #app .admin-shell .admin-page-header {
    position: sticky !important;
    top: 0 !important;
    flex-wrap: nowrap !important;
    padding-inline: 10px !important;
  }

  html[data-mgpt-theme] #app .admin-shell .admin-page-header__status {
    display: none !important;
  }

  html[data-mgpt-theme] #app .admin-body[data-section='overview'] > .hero-card {
    display: none !important;
  }

  .mgpt-admin-dashboard-v3 {
    min-height: auto;
  }

  .mgpt-admin-dashboard__toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .mgpt-admin-range {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .mgpt-admin-range::-webkit-scrollbar {
    display: none;
  }

  .mgpt-admin-range__button {
    flex: 1 0 auto;
  }

  .mgpt-admin-range__long {
    display: inline;
  }

  .mgpt-admin-range__short {
    display: none;
  }

  .mgpt-admin-dashboard__main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .mgpt-admin-chart {
    min-height: 430px;
  }

  .mgpt-admin-leaderboard {
    min-height: 390px;
  }

  .mgpt-admin-chart__summary > span {
    display: none;
  }
}

@media (max-width: 620px) {
  .mgpt-admin-dashboard__title > small {
    display: none;
  }

  .mgpt-admin-card__header {
    align-items: stretch;
    flex-direction: column;
  }

  .mgpt-admin-chart__summary {
    justify-content: flex-start;
  }

  .mgpt-admin-models {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mgpt-admin-models__item:nth-child(n + 5) {
    display: none;
  }

  .mgpt-admin-leaderboard__header {
    align-items: flex-start;
  }

  .mgpt-admin-leaderboard__row {
    grid-template-columns: 22px minmax(74px, 0.8fr) minmax(84px, 1.2fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mgpt-admin-dashboard-v3 *,
  .mgpt-admin-dashboard-v3 *::before,
  .mgpt-admin-dashboard-v3 *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
