@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  color: #FFFFFF;
  transition: all 0.25s ease;
  text-decoration: none;
  white-space: nowrap;
  user-select: none;
  outline: none;
}
.nt-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.nt-btn--primary {
  background: linear-gradient(135deg, #0088CC, rgb(0%, 42.6666666667%, 64%));
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.25);
}
.nt-btn--primary:hover:not(:disabled) {
  background: linear-gradient(135deg, rgb(0%, 58.6666666667%, 88%), #0088CC);
  box-shadow: 0 6px 20px rgba(0, 136, 204, 0.4);
  transform: translateY(-1px);
}
.nt-btn--primary:active:not(:disabled) {
  transform: translateY(0);
}
.nt-btn--secondary {
  background: rgba(0, 136, 204, 0.08);
  border: 1px solid rgba(0, 136, 204, 0.25);
  color: #0EA5E9;
}
.nt-btn--secondary:hover:not(:disabled) {
  background: rgba(0, 136, 204, 0.15);
  border-color: rgba(0, 136, 204, 0.45);
  color: #FFFFFF;
  transform: translateY(-1px);
}
.nt-btn--secondary:active:not(:disabled) {
  transform: translateY(0);
}
.nt-btn--ghost {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid #2D333B;
  color: #FFFFFF;
}
.nt-btn--ghost:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  transform: translateY(-1px);
}
.nt-btn--ghost:active:not(:disabled) {
  transform: translateY(0);
}
.nt-btn--danger {
  background: linear-gradient(135deg, #EF4444, rgb(92.4644064522%, 11.9277504105%, 11.9277504105%));
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.25);
}
.nt-btn--danger:hover:not(:disabled) {
  background: linear-gradient(135deg, rgb(94.356032068%, 34.0361247947%, 34.0361247947%), #EF4444);
  box-shadow: 0 6px 20px rgba(239, 68, 68, 0.4);
  transform: translateY(-1px);
}
.nt-btn--danger:active:not(:disabled) {
  transform: translateY(0);
}
.nt-btn--success {
  background: linear-gradient(135deg, #22C55E, rgb(10.9783549784%, 63.6098803158%, 30.3519225872%));
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25);
}
.nt-btn--success:hover:not(:disabled) {
  background: linear-gradient(135deg, rgb(14.5108225108%, 84.0774127833%, 40.1181563535%), #22C55E);
  box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
  transform: translateY(-1px);
}
.nt-btn--success:active:not(:disabled) {
  transform: translateY(0);
}
.nt-btn--sm {
  padding: 6px 12px;
  font-size: 12px;
  border-radius: 6px;
}
.nt-btn--lg {
  padding: 12px 24px;
  font-size: 15px;
  border-radius: 16px;
}

.nt-page-header__help-btn {
  width: 32px;
  height: 32px;
  background: rgba(0, 136, 204, 0.1);
  border: 1px solid rgba(0, 136, 204, 0.25);
  border-radius: 50%;
  color: #0EA5E9;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-page-header__help-btn:hover {
  background: rgba(0, 136, 204, 0.2);
}

.nt-label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: #8B949E;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nt-input {
  background: #0B0E14;
  border: 1px solid rgba(45, 51, 59, 0.7);
  border-radius: 10px;
  padding: 10px 14px;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  transition: all 0.25s ease;
}
.nt-input::placeholder {
  color: rgba(139, 148, 158, 0.5);
}
.nt-input:focus {
  border-color: #0088CC;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.15);
}
.nt-input--textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.5;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nt-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.nt-status--active {
  background: rgba(34, 197, 94, 0.12);
  color: #22C55E;
  border: 1px solid rgba(34, 197, 94, 0.25);
}
.nt-status--paused {
  background: rgba(249, 115, 22, 0.12);
  color: #F97316;
  border: 1px solid rgba(249, 115, 22, 0.25);
}
.nt-status--completed {
  background: rgba(14, 165, 233, 0.12);
  color: #0EA5E9;
  border: 1px solid rgba(14, 165, 233, 0.25);
}
.nt-status--archived {
  background: rgba(139, 148, 158, 0.12);
  color: #8B949E;
  border: 1px solid rgba(139, 148, 158, 0.25);
}
.nt-status--cancelled {
  background: rgba(239, 68, 68, 0.12);
  color: #EF4444;
  border: 1px solid rgba(239, 68, 68, 0.25);
}
.nt-status--root {
  display: none;
}

.nt-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.nt-card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color 0.25s ease;
}
.nt-card:hover {
  border-color: rgba(0, 136, 204, 0.3);
}
.nt-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.nt-card__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
  margin-right: 12px;
}
.nt-card__actions {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.nt-card__action-btn {
  background: transparent;
  border: 1px solid #2D333B;
  border-radius: 6px;
  color: #8B949E;
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-card__action-btn:hover {
  color: #FFFFFF;
  border-color: #8B949E;
}
.nt-card__action-btn--danger:hover {
  color: #EF4444;
  border-color: #EF4444;
}
.nt-card__description {
  font-size: 13px;
  color: #8B949E;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nt-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.nt-card__meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #8B949E;
}
.nt-card__meta-item svg {
  width: 13px;
  height: 13px;
}
.nt-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid rgba(45, 51, 59, 0.6);
}
.nt-card__goal-link {
  font-size: 11px;
  color: #0EA5E9;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.nt-card__goal-link svg {
  width: 12px;
  height: 12px;
}
.nt-card__count {
  font-size: 11px;
  color: #8B949E;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.nt-card__count svg {
  width: 12px;
  height: 12px;
}

.nt-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.nt-page-header__title {
  font-size: 22px;
  font-weight: 700;
}
.nt-page-header__actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.nt-page-header__new-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 18px;
  background: linear-gradient(135deg, #0088CC, #006699);
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.25);
  transition: all 0.25s ease;
}
.nt-page-header__new-btn:hover {
  box-shadow: 0 4px 20px rgba(0, 136, 204, 0.4);
}

.nt-status-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.nt-status-filters__btn {
  padding: 5px 14px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #2D333B;
  background: #161B22;
  color: #8B949E;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-status-filters__btn:hover {
  color: #FFFFFF;
}
.nt-status-filters__btn.is-active {
  background: #0088CC;
  border-color: #0088CC;
  color: #FFFFFF;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: 40px 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.nt-modal-backdrop.is-open {
  opacity: 1;
  pointer-events: all;
}

.nt-modal {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 20px;
  width: 100%;
  max-width: 560px;
  max-height: 90vh;
  max-height: 90svh;
  max-height: 90dvh;
  display: flex;
  flex-direction: column;
  margin: auto;
  transform: translateY(16px);
  transition: transform 0.25s ease, opacity 0.25s ease, max-width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}
.is-open .nt-modal {
  transform: translateY(0);
}
@media screen and (min-width: 1025px) and (min-height: 701px) {
  .nt-modal:has(.nt-modal__side-panel.is-open) {
    max-width: 1100px;
  }
  .nt-modal:has(.nt-modal__side-panel.is-open) .nt-modal__body {
    margin-right: 350px;
  }
}
.nt-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  flex-shrink: 0;
}
.nt-modal__header--task {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #2D333B;
}
.nt-modal__header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nt-modal__header-icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: rgba(0, 136, 204, 0.15);
  border: 1px solid rgba(0, 136, 204, 0.35);
  color: #0EA5E9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-modal__title {
  font-size: 16px;
  font-weight: 700;
}
.nt-modal__close {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.nt-modal__close:hover {
  background: #2D333B;
  color: #FFFFFF;
}
.nt-modal__tabs {
  display: flex;
  gap: 4px;
  padding: 16px 24px 0;
  border-bottom: 1px solid #2D333B;
  flex-shrink: 0;
}
.nt-modal__tab {
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #8B949E;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-bottom: -1px;
  transition: all 0.25s ease;
}
.nt-modal__tab:hover {
  color: #FFFFFF;
}
.nt-modal__tab.is-active {
  color: #0EA5E9;
  border-bottom-color: #0EA5E9;
}
.nt-modal__body {
  flex: 1;
  overflow-y: auto;
  padding: 24px 32px;
}
.nt-modal__body::-webkit-scrollbar {
  width: 6px;
}
.nt-modal__body::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-modal__body::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-modal__body {
  transition: margin-right 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-modal__panel {
  padding: 24px;
  display: none;
}
.nt-modal__panel.is-active {
  display: block;
}
.nt-modal__content-wrap {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.nt-modal__field {
  margin-bottom: 20px;
}
.nt-modal__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.nt-modal__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.nt-modal__context-badge {
  font-size: 11px;
  font-weight: 700;
  color: #0EA5E9;
  background: rgba(0, 136, 204, 0.1);
  padding: 2px 8px;
  border-radius: 20px;
}
.nt-modal__input, .nt-modal__textarea, .nt-modal__select {
  width: 100%;
  background: rgba(11, 14, 20, 0.6);
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding: 10px 16px;
  transition: border-color box-shadow 0.25s ease;
}
.nt-modal__input::placeholder, .nt-modal__textarea::placeholder, .nt-modal__select::placeholder {
  color: rgba(139, 148, 158, 0.5);
}
.nt-modal__input:focus, .nt-modal__textarea:focus, .nt-modal__select:focus {
  outline: none;
  border-color: rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.08);
}
.nt-modal__textarea {
  resize: vertical;
  min-height: 80px;
}
.nt-modal__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.nt-modal__row#nt-appointment-datetime-row {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
}
.nt-modal__select-wrapper {
  position: relative;
}
.nt-modal__select-wrapper svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #8B949E;
  width: 16px;
  height: 16px;
}
.nt-modal__select-wrapper select {
  appearance: none;
  padding-right: 36px;
}
.nt-modal__input--title {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 14px;
}
.nt-modal__input--with-icon {
  padding-left: 38px;
}
.nt-modal__input-icon-wrap {
  position: relative;
}
.nt-modal__input-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8B949E;
  pointer-events: none;
  width: 16px;
  height: 16px;
}
.nt-modal__field-error {
  font-size: 11px;
  color: #EF4444;
  min-height: 14px;
  margin-top: 4px;
}
.nt-modal__field-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.nt-modal__field-header .nt-modal__label {
  margin-bottom: 0;
}
.nt-modal__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid #2D333B;
  flex-shrink: 0;
}
.nt-modal__footer--task {
  gap: 12px;
  padding: 16px 32px;
}
.nt-modal__footer-left, .nt-modal__footer-right {
  flex: 1;
  display: flex;
  align-items: center;
}
.nt-modal__footer-left {
  justify-content: flex-start;
}
.nt-modal__footer-right {
  justify-content: flex-end;
}
.nt-modal__footer-center {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.nt-modal__save-btn {
  padding: 12px 32px;
  background: #0088CC;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-modal__save-btn:hover {
  background: rgb(0%, 64%, 96%);
}
.nt-modal__save-btn--draft {
  background: rgba(45, 51, 59, 0.6);
  color: #8B949E;
}
.nt-modal__save-btn--draft:hover {
  background: rgba(45, 51, 59, 0.9);
  color: #FFFFFF;
}
.nt-modal__cancel-btn {
  padding: 8px 16px;
  background: transparent;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #8B949E;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-modal__cancel-btn:hover {
  color: #FFFFFF;
  border-color: #8B949E;
}
.nt-modal__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 16px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  border: 1px solid #2D333B;
  background: transparent;
  color: #8B949E;
  transition: all 0.25s ease;
}
.nt-modal__action-btn:hover {
  color: #FFFFFF;
  border-color: rgba(139, 148, 158, 0.4);
}
.nt-modal__action-btn:focus {
  outline: none;
  border-color: rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.15);
}
.nt-modal__action-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.nt-modal__action-btn--danger {
  border-color: rgba(239, 68, 68, 0.3);
  color: #EF4444;
  background: rgba(239, 68, 68, 0.08);
}
.nt-modal__action-btn--danger:hover {
  background: rgba(239, 68, 68, 0.15);
}
.nt-modal__action-btn--timer {
  border-color: rgba(14, 165, 233, 0.3);
  color: #0EA5E9;
  background: rgba(14, 165, 233, 0.08);
}
.nt-modal__action-btn--timer:hover {
  background: rgba(14, 165, 233, 0.15);
}
.nt-modal__action-btn--complete {
  border-color: rgba(34, 197, 94, 0.3);
  color: #22C55E;
  background: rgba(34, 197, 94, 0.08);
}
.nt-modal__action-btn--complete:hover {
  background: rgba(34, 197, 94, 0.15);
}
.nt-modal__action-btn--more {
  background: rgba(45, 51, 59, 0.4);
}
.nt-modal__status-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.2);
  border-radius: 10px;
  padding: 10px 16px;
  margin-bottom: 24px;
  transition: all 0.25s ease;
}
.nt-modal__status-banner--cancelled {
  background: rgba(239, 68, 68, 0.05);
  border-color: rgba(239, 68, 68, 0.2);
}
.nt-modal__status-banner--cancelled .nt-modal__status-text {
  color: rgba(239, 68, 68, 0.8);
}
.nt-modal__status-banner--transparent {
  background: transparent;
}
.nt-modal__status-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
}
.nt-modal__status-text {
  color: #0EA5E9;
}
.nt-modal__status-date-wrap {
  position: relative;
}
.nt-modal__status-date-input {
  background: rgba(11, 14, 20, 0.6);
  border: 1px dashed #2D333B;
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 12px;
  color: #FFFFFF;
  cursor: pointer;
  width: 100px;
  text-align: center;
  transition: all 0.25s ease;
}
.nt-modal__status-date-input:hover {
  border-color: #0088CC;
  background: rgba(0, 136, 204, 0.1);
}
.nt-modal__status-reset {
  background: rgba(45, 51, 59, 0.4);
  border: none;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-modal__status-reset:hover {
  background: rgba(45, 51, 59, 0.8);
  color: #FFFFFF;
}
.nt-modal__status-reset--reopen {
  background: #ffffff;
  color: #0EA5E9;
  border: 1px solid rgba(14, 165, 233, 0.2);
}
.nt-modal__status-reset--reopen:hover {
  background: #f8fafc;
  color: rgb(4.3565928396%, 51.3455584663%, 72.5061522585%);
}
.nt-modal__actions-dropdown {
  position: relative;
  display: inline-block;
}
.nt-modal__actions-dropdown:hover .nt-modal__actions-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}
.nt-modal__actions-menu {
  position: absolute;
  bottom: calc(100% + 6px);
  right: 0;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  min-width: 180px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity transform 0.25s ease;
  z-index: 100;
  padding: 6px 0;
}
.nt-modal__actions-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 10px;
  background: transparent;
}
.nt-modal__actions-item {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #8B949E;
  background: transparent;
  border: none;
  width: 100%;
  cursor: pointer;
  transition: all 0.25s ease;
  text-align: left;
}
.nt-modal__actions-item:hover {
  background: rgba(45, 51, 59, 0.4);
  color: #FFFFFF;
}
.nt-modal__actions-item svg {
  opacity: 0.7;
  flex-shrink: 0;
}
.nt-modal__actions-item--danger {
  color: rgba(239, 68, 68, 0.8);
}
.nt-modal__actions-item--danger:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #EF4444;
}
.nt-modal__side-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  background: #161B22;
  border-left: 1px solid #2D333B;
  display: flex !important;
  flex-direction: column;
  overflow-y: auto;
}
.nt-modal__side-panel::-webkit-scrollbar {
  width: 6px;
}
.nt-modal__side-panel::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-modal__side-panel::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-modal__side-panel {
  z-index: 10;
  transform: translateX(100%);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.nt-modal__side-panel.is-open {
  transform: translateX(0);
  pointer-events: all;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.25);
}
.nt-modal__content-wrap {
  position: relative;
  display: flex;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-modal__side-panel {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60vh;
    height: 60svh;
    height: 60dvh;
    border-left: none;
    border-top: 1px solid #2D333B;
    border-radius: 20px 20px 0 0;
    transform: translateY(100%);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .nt-modal__side-panel.is-open {
    transform: translateY(0);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.25);
  }
}
.nt-modal--task {
  max-width: 760px;
}
.nt-modal--task .nt-modal__body {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow-y: auto;
  flex: 1;
}
.nt-modal--task .nt-modal__body::-webkit-scrollbar {
  width: 6px;
}
.nt-modal--task .nt-modal__body::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-modal--task .nt-modal__body::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-modal--task .nt-modal__field {
  margin-bottom: 0;
}
.nt-modal--task .nt-modal__header {
  padding: 20px 32px 16px;
}
.nt-modal--task .nt-modal__footer {
  padding: 16px 32px;
}
.nt-modal--wide {
  width: min(1100px, 92vw);
  max-height: 88vh;
  max-height: 88svh;
  max-height: 88dvh;
  max-width: 1100px;
}
.nt-modal--wide .nt-modal__body {
  overflow-y: auto;
  padding: 24px;
}
.nt-modal--wide .nt-modal__body::-webkit-scrollbar {
  width: 6px;
}
.nt-modal--wide .nt-modal__body::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-modal--wide .nt-modal__body::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-modal--reminder {
  max-width: 480px;
  overflow: visible;
  max-height: none;
}
.nt-modal--reminder .nt-modal__body {
  overflow: visible;
  max-height: none;
}
.nt-modal__header-icon-wrap--warning {
  background: rgba(249, 115, 22, 0.15);
  border-color: rgba(249, 115, 22, 0.35);
  color: #F97316;
}
.nt-modal__subtitle {
  font-size: 12px;
  color: #8B949E;
  margin-top: 2px;
  line-height: 1.5;
}
.nt-modal--morning-alert {
  max-width: 600px;
}
.nt-modal--morning-alert .nt-modal__header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #2D333B;
  align-items: flex-start;
}
.nt-modal--morning-alert .nt-modal__body {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.nt-modal--morning-alert .nt-modal__save-btn--secondary {
  background: rgba(45, 51, 59, 0.6);
  color: #8B949E;
}
.nt-modal--morning-alert .nt-modal__save-btn--secondary:hover {
  background: rgba(45, 51, 59, 0.9);
  color: #FFFFFF;
}
.nt-modal--morning-alert .nt-modal__footer-main {
  grid-template-columns: 1fr;
}
.nt-modal__ideas-box {
  background: rgba(22, 27, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 16px;
}
.nt-modal__ideas-title {
  color: #ffffff;
  margin: 0 0 12px 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-modal__ideas-list {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  padding-left: 20px;
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13.5px;
}

.nt-side-panel__section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
.nt-side-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.nt-side-panel__close {
  background: none;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-side-panel__close:hover {
  color: #FFFFFF;
}

.nt-duration-picker__presets {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 6px;
}
.nt-duration-picker__preset {
  padding: 4px 10px;
  background: rgba(11, 14, 20, 0.6);
  border: 1px solid #2D333B;
  border-radius: 6px;
  color: #8B949E;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-duration-picker__preset:hover {
  border-color: #0088CC;
  color: #0EA5E9;
}
.nt-duration-picker__preset.is-active {
  background: rgba(0, 136, 204, 0.15);
  border-color: #0088CC;
  color: #0EA5E9;
}
.nt-duration-picker__preset--custom {
  padding: 4px 8px;
  background: transparent;
  border: 1px dashed #2D333B;
  border-radius: 6px;
  color: #8B949E;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-duration-picker__preset--custom:hover {
  color: #FFFFFF;
  border-color: #8B949E;
}
.nt-duration-picker__selected {
  font-size: 12px;
  color: #0EA5E9;
  font-weight: 600;
  min-height: 18px;
}

.nt-searchable-select {
  position: relative;
}
.nt-searchable-select__dropdown {
  display: none;
  position: fixed;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  z-index: 1050;
  max-height: 200px;
  overflow-y: auto;
}
.nt-searchable-select__dropdown::-webkit-scrollbar {
  width: 6px;
}
.nt-searchable-select__dropdown::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-searchable-select__dropdown::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-searchable-select__dropdown {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.nt-searchable-select__dropdown.is-open {
  display: block;
}
.nt-searchable-select__option {
  padding: 9px 14px;
  font-size: 13px;
  color: #FFFFFF;
  cursor: pointer;
  transition: background 0.25s ease;
}
.nt-searchable-select__option:hover {
  background: rgba(0, 136, 204, 0.1);
}
.nt-searchable-select__option--create {
  color: #0EA5E9;
  font-weight: 600;
  border-top: 1px solid #2D333B;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  justify-content: flex-start;
}
.nt-searchable-select__option--empty {
  color: #8B949E;
  font-style: italic;
}
.nt-searchable-select__option--project {
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: 600;
  font-size: 13px;
  color: var(--nt-text, #E6EDF3);
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.25s ease;
}
.nt-searchable-select__option--project:hover {
  background: rgba(var(--nt-primary-rgb, 88, 166, 255), 0.1);
}
.nt-searchable-select__option--project + .nt-searchable-select__option--project, .nt-searchable-select__option--project + .nt-searchable-select__option--goal {
  border-top: 1px solid rgba(var(--nt-border-rgb, 48, 54, 61), 0.6);
  margin-top: 2px;
  padding-top: 10px;
}
.nt-searchable-select__option--goal {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 13px;
  color: var(--nt-text, #E6EDF3);
  padding: 8px 12px;
  cursor: pointer;
  transition: background 0.25s ease;
}
.nt-searchable-select__option--goal:hover {
  background: rgba(var(--nt-primary-rgb, 88, 166, 255), 0.1);
}
.nt-searchable-select__option--goal + .nt-searchable-select__option--goal, .nt-searchable-select__option--goal + .nt-searchable-select__option--project {
  border-top: 1px solid rgba(var(--nt-border-rgb, 48, 54, 61), 0.6);
  margin-top: 2px;
  padding-top: 10px;
}
.nt-searchable-select__option--delivery, .nt-searchable-select__option--kpi {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px 6px 28px;
  font-size: 12px;
  color: var(--nt-text-muted, #8B949E);
  cursor: pointer;
  transition: background 0.25s ease;
}
.nt-searchable-select__option--delivery:hover, .nt-searchable-select__option--kpi:hover {
  background: rgba(var(--nt-primary-rgb, 88, 166, 255), 0.07);
  color: var(--nt-text, #E6EDF3);
}
.nt-searchable-select__option-arrow {
  font-size: 11px;
  color: var(--nt-text-muted, #8B949E);
  flex-shrink: 0;
  opacity: 0.7;
}
.nt-searchable-select__selected {
  margin-top: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.nt-searchable-select__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 8px;
  background: rgba(0, 136, 204, 0.12);
  border: 1px solid rgba(0, 136, 204, 0.25);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #0EA5E9;
}
.nt-searchable-select__tag-remove {
  background: transparent;
  border: none;
  color: #0EA5E9;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  opacity: 0.7;
}
.nt-searchable-select__tag-remove:hover {
  opacity: 1;
}

.nt-tag-field {
  background: rgba(11, 14, 20, 0.6);
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 8px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  min-height: 44px;
  transition: border-color box-shadow 0.25s ease;
}
.nt-tag-field:focus-within {
  border-color: rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.08);
}
.nt-tag-field__tags {
  display: contents;
}
.nt-tag-field__tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.nt-tag-field__tag-remove {
  background: none;
  border: none;
  color: inherit;
  opacity: 0.6;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  line-height: 1;
}
.nt-tag-field__tag-remove:hover {
  opacity: 1;
}
.nt-tag-field__input.nt-modal__input {
  border: none;
  background: transparent;
  box-shadow: none;
  padding: 2px 4px;
  font-size: 13px;
  width: auto;
  min-width: 120px;
  flex: 1;
}
.nt-tag-field__input.nt-modal__input:focus {
  border: none;
  box-shadow: none;
}

.nt-triade-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.nt-triade-btns--full {
  gap: 0;
}
.nt-triade-btns--full .nt-triade-btn {
  flex: 1;
  justify-content: center;
  border-radius: 0;
  border-right-width: 0;
}
.nt-triade-btns--full .nt-triade-btn:first-child {
  border-radius: 100px 0 0 100px;
}
.nt-triade-btns--full .nt-triade-btn:last-child {
  border-radius: 0 100px 100px 0;
  border-right-width: 1px;
}

.nt-triade-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 12px 16px;
  border-radius: 100px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #2D333B;
  background: rgba(15, 18, 25, 0.6);
  color: #8B949E;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-triade-btn:hover {
  color: #FFFFFF;
  border-color: rgba(139, 148, 158, 0.4);
}
.nt-triade-btn__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}
.nt-triade-btn--importante .nt-triade-btn__dot {
  background: #0b81cd;
}
.nt-triade-btn--importante.is-active {
  background: #0b81cd;
  border-color: #0b81cd;
  color: #fff;
}
.nt-triade-btn--urgente .nt-triade-btn__dot {
  background: #ea403b;
}
.nt-triade-btn--urgente.is-active {
  background: #ea403b;
  border-color: #ea403b;
  color: #fff;
}
.nt-triade-btn--circunstancial .nt-triade-btn__dot {
  background: #f4b622;
}
.nt-triade-btn--circunstancial.is-active {
  background: #f4b622;
  border-color: #f4b622;
  color: #fff;
}
.nt-triade-btn--undefined .nt-triade-btn__dot {
  background: #8B949E;
}
.nt-triade-btn--undefined.is-active {
  background: rgba(139, 148, 158, 0.15);
  border-color: rgba(139, 148, 158, 0.4);
  color: #8B949E;
}

.nt-rich-editor {
  border-radius: 10px;
  transition: border-color box-shadow 0.25s ease;
}
.nt-rich-editor:focus-within .ql-toolbar.ql-snow {
  border-color: rgba(0, 136, 204, 0.5);
}
.nt-rich-editor:focus-within .ql-container.ql-snow {
  border-color: rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.08);
}
.nt-rich-editor__toolbar-actions {
  display: flex;
  gap: 8px;
}
.nt-rich-editor.ql-toolbar.ql-snow {
  border: 1px solid #2D333B;
  border-bottom: 1px solid #2D333B;
  background: rgba(15, 18, 25, 0.5);
  border-radius: 10px;
  padding: 8px 12px;
  font-family: "Inter", sans-serif;
}
.nt-rich-editor.ql-toolbar.ql-snow button {
  color: #8B949E;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.nt-rich-editor.ql-toolbar.ql-snow button:hover {
  color: #FFFFFF;
  background: rgba(45, 51, 59, 0.8);
}
.nt-rich-editor.ql-toolbar.ql-snow button.ql-active {
  color: #0EA5E9;
  background: rgba(0, 136, 204, 0.15);
}
.nt-rich-editor.ql-toolbar.ql-snow button .ql-stroke {
  stroke: currentColor;
}
.nt-rich-editor.ql-toolbar.ql-snow button .ql-fill {
  fill: currentColor;
}
.nt-rich-editor.ql-toolbar.ql-snow .ql-picker {
  color: #8B949E;
}
.nt-rich-editor.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid #2D333B;
  border-radius: 6px;
  background: rgba(11, 14, 20, 0.6);
  color: #8B949E;
  font-size: 12px;
}
.nt-rich-editor.ql-toolbar.ql-snow .ql-picker-label::before {
  color: #8B949E;
}
.nt-rich-editor.ql-toolbar.ql-snow .ql-picker-label .ql-stroke {
  stroke: #8B949E;
}
.nt-rich-editor.ql-toolbar.ql-snow .ql-picker-options {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.nt-rich-editor.ql-toolbar.ql-snow .ql-picker-options .ql-picker-item {
  color: #FFFFFF;
}
.nt-rich-editor.ql-toolbar.ql-snow .ql-picker-options .ql-picker-item:hover {
  background: rgba(0, 136, 204, 0.1);
  color: #0EA5E9;
}
.nt-rich-editor.ql-toolbar.ql-snow .ql-picker-options .ql-picker-item.ql-selected {
  color: #0EA5E9;
}
.nt-rich-editor.ql-toolbar.ql-snow .ql-formats {
  margin-right: 8px;
}
.nt-rich-editor.ql-container.ql-snow {
  border: 1px solid #2D333B;
  border-top: 1px solid #2D333B !important;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  height: auto;
  min-height: 150px;
  margin-top: 1em;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nt-rich-editor.ql-container.ql-snow p {
  color: #9d9d9d;
}
.nt-rich-editor.ql-container.ql-snow .ql-blank::before {
  color: rgba(139, 148, 158, 0.5);
  font-style: normal;
}
.nt-rich-editor.ql-editor {
  min-height: 100px;
  max-height: 160px;
  overflow-y: auto;
  color: #FFFFFF;
  background: rgba(11, 14, 20, 0.4);
  border-radius: 0 0 10px 10px;
  line-height: 1.6;
  padding: 12px 14px;
}
.nt-rich-editor.ql-editor::-webkit-scrollbar {
  width: 6px;
}
.nt-rich-editor.ql-editor::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-rich-editor.ql-editor::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-rich-editor.ql-editor.ql-blank::before {
  color: rgba(139, 148, 158, 0.5);
  font-style: normal;
}
.nt-rich-editor.ql-editor p {
  margin: 0 0 4px;
}
.nt-rich-editor.ql-editor p:last-child {
  margin-bottom: 0;
}

.ql-toolbar.ql-snow {
  border: 1px solid #616a77 !important;
  margin-top: 1em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.nt-expandable-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 6px;
  border: 1px solid #2D333B;
  background: rgba(15, 18, 25, 0.6);
  color: #8B949E;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-expandable-trigger:hover {
  color: #FFFFFF;
  border-color: rgba(139, 148, 158, 0.4);
}
.nt-expandable-trigger[aria-expanded=true] {
  color: #0EA5E9;
  border-color: rgba(0, 136, 204, 0.4);
  background: rgba(0, 136, 204, 0.08);
}
.nt-expandable-trigger--pill {
  padding: 7px 16px;
  border-radius: 100px;
  font-size: 13px;
}

.nt-checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-checklist__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nt-checklist__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: rgba(15, 18, 25, 0.4);
  border: 1px solid #2D333B;
  border-radius: 6px;
  cursor: grab;
  transition: background-color border-color box-shadow 0.25s ease;
}
.nt-checklist__item:hover {
  background: rgba(15, 18, 25, 0.8);
  border-color: rgba(139, 148, 158, 0.3);
}
.nt-checklist__item.is-dragging {
  opacity: 0.4;
  border-style: dashed;
  background: rgba(0, 136, 204, 0.05);
  border-color: #0088CC;
}
.nt-checklist__item:hover .nt-checklist__item-remove {
  opacity: 1;
}
.nt-checklist__item-check {
  width: 16px;
  height: 16px;
  border: 2px solid #2D333B;
  border-radius: 4px;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-checklist__item-check.is-done {
  background: #22C55E;
  border-color: #22C55E;
}
.nt-checklist__item-text {
  flex: 1;
  font-size: 13px;
  color: #FFFFFF;
}
.nt-checklist__item-text.is-done {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-checklist__item-remove {
  background: none;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 2px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-checklist__item-remove:hover {
  color: #EF4444;
}
.nt-checklist__add {
  display: flex;
  gap: 8px;
}
.nt-checklist__input {
  flex: 1;
}
.nt-checklist__add-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  border: 1px solid #2D333B;
  background: rgba(0, 136, 204, 0.1);
  color: #0088CC;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.nt-checklist__add-btn:hover {
  background: rgba(0, 136, 204, 0.2);
  border-color: rgba(0, 136, 204, 0.4);
}

.nt-attachments {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-attachments__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nt-attachments__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  background: rgba(45, 51, 59, 0.2);
  border-radius: 6px;
  font-size: 12px;
}
.nt-attachments__item-name {
  flex: 1;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nt-attachments__item-name[href] {
  color: #0EA5E9;
  text-decoration: none;
}
.nt-attachments__item-name[href]:hover {
  text-decoration: underline;
}
.nt-attachments__item-size {
  color: #8B949E;
  flex-shrink: 0;
}
.nt-attachments__item-remove {
  background: none;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-attachments__item-remove:hover {
  color: #EF4444;
}
.nt-attachments__item--pending {
  border: 1px dashed rgba(45, 51, 59, 0.6);
  background: rgba(0, 136, 204, 0.04);
}
.nt-attachments__item-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8B949E;
  background: rgba(45, 51, 59, 0.4);
  border-radius: 100px;
  padding: 2px 7px;
  flex-shrink: 0;
}
.nt-attachments__add {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 6px;
  border: 1px dashed #2D333B;
  color: #8B949E;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-attachments__add:hover {
  border-color: #0088CC;
  color: #0EA5E9;
}

.nt-modal__footer-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nt-modal--dump .nt-modal__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 28px;
}
.nt-modal--dump .nt-modal__field {
  margin-bottom: 0;
}
.nt-modal--dump .nt-modal__footer-main {
  grid-template-columns: 1fr;
}

.nt-modal__header-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #8B949E;
  text-decoration: none;
  transition: color 0.25s ease;
}
.nt-modal__header-link:hover {
  color: #0EA5E9;
}

.nt-dump-modal__saved-hint {
  font-size: 12px;
  color: #22C55E;
  font-weight: 600;
  min-height: 16px;
}

.nt-recurrence-trigger-btn {
  text-align: left;
  background: rgba(11, 14, 20, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 16px;
  padding-left: 38px;
  height: 40px;
  transition: border-color box-shadow 0.25s ease;
}
.nt-recurrence-trigger-btn:hover {
  border-color: rgba(0, 136, 204, 0.5);
}
.nt-recurrence-trigger-btn svg {
  opacity: 0.6;
  flex-shrink: 0;
}

.nt-recurrence-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 4px;
}

#nt-recurrence-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-recurrence-freq-selector {
  display: flex;
  background: rgba(11, 14, 20, 0.5);
  border: 1px solid #2D333B;
  border-radius: 6px;
  padding: 6px;
  width: 100%;
  gap: 10px;
}

.nt-recurrence-freq-btn {
  flex: 1;
  background: transparent;
  border: 1px solid transparent;
  color: #8B949E;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: center;
}
.nt-recurrence-freq-btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(45, 51, 59, 0.4);
}
.nt-recurrence-freq-btn.is-active {
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid rgba(14, 165, 233, 0.25);
  color: #0EA5E9;
  box-shadow: 0 0 6px rgba(14, 165, 233, 0.08);
}

.nt-recurrence-days-btns {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
}

.nt-recurrence-day-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #2D333B;
  background: rgba(11, 14, 20, 0.4);
  color: #8B949E;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.nt-recurrence-day-btn:hover {
  border-color: rgba(14, 165, 233, 0.5);
  color: #FFFFFF;
}
.nt-recurrence-day-btn.is-active {
  background: rgba(14, 165, 233, 0.2);
  border-color: #0EA5E9;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 0 8px rgba(14, 165, 233, 0.35);
}

.nt-recurrence-interval-control {
  display: flex;
  align-items: center;
  background: rgba(11, 14, 20, 0.4);
  border: 1px solid #2D333B;
  border-radius: 6px;
  height: 32px;
  width: 100%;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.nt-recurrence-interval-control:focus-within {
  border-color: rgba(14, 165, 233, 0.5);
}

.nt-recurrence-interval-btn {
  width: 32px;
  height: 100%;
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.nt-recurrence-interval-btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
}
.nt-recurrence-interval-btn:active {
  background: rgba(255, 255, 255, 0.1);
}

.nt-recurrence-interval-input {
  width: 40px;
  height: 100%;
  border: none !important;
  background: transparent !important;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 0;
  box-shadow: none !important;
  outline: none !important;
}
.nt-recurrence-interval-input::-webkit-outer-spin-button, .nt-recurrence-interval-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nt-recurrence-interval-input {
  -moz-appearance: textfield;
  appearance: textfield;
}

.nt-recurrence-unit-label {
  font-size: 13px;
  color: #8B949E;
  padding-left: 12px;
  margin-left: auto;
  margin-right: 12px;
  border-left: 1px solid #2D333B;
  height: 16px;
  display: flex;
  align-items: center;
}

.nt-recurrence-end-date-selector {
  position: relative;
  width: 100%;
}

.nt-recurrence-end-date {
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  padding-right: 32px;
  background: rgba(11, 14, 20, 0.4);
  border: 1px solid #2D333B;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-recurrence-end-date:focus {
  outline: none;
  border-color: rgba(14, 165, 233, 0.5);
}
.nt-recurrence-end-date:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.nt-recurrence-end-date-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8B949E;
  pointer-events: none;
  opacity: 0.7;
}

.nt-recurrence-end-group-list {
  display: flex;
  flex-direction: column;
  border: 1px solid #2D333B;
  border-radius: 6px;
  background: rgba(11, 14, 20, 0.4);
  overflow: hidden;
}

.nt-recurrence-end-option-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #2D333B;
}
.nt-recurrence-end-option-row:last-child {
  border-bottom: none;
}
.nt-recurrence-end-option-row:hover {
  background: rgba(255, 255, 255, 0.02);
}
.nt-recurrence-end-option-row.is-active {
  background: rgba(14, 165, 233, 0.04);
}
.nt-recurrence-end-option-row.is-active .nt-recurrence-radio-label {
  color: #FFFFFF;
  font-weight: 600;
}
.nt-recurrence-end-option-row.is-active .nt-recurrence-end-chevron {
  color: #0EA5E9;
  opacity: 0.9;
}
.nt-recurrence-end-option-row input[type=radio] {
  display: none;
}

.nt-recurrence-end-option-left {
  display: flex;
  align-items: center;
  flex: 1;
}

.nt-recurrence-radio-circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #2D333B;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  background: rgba(11, 14, 20, 0.6);
  transition: all 0.2s ease;
}
input[type=radio]:checked + .nt-recurrence-radio-circle {
  border-color: #0EA5E9;
  background: rgba(14, 165, 233, 0.1);
}
input[type=radio]:checked + .nt-recurrence-radio-circle::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0EA5E9;
  box-shadow: 0 0 6px #0EA5E9;
}

.nt-recurrence-radio-label {
  font-size: 13px;
  color: #8B949E;
  transition: color 0.2s ease;
}

.nt-recurrence-radio-sublabel {
  font-size: 13px;
  color: #8B949E;
  margin-left: 4px;
}

.nt-recurrence-occurrences-control {
  display: inline-flex;
  align-items: center;
  background: rgba(11, 14, 20, 0.4);
  border: 1px solid #2D333B;
  border-radius: 4px;
  height: 28px;
  margin: 0 8px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.nt-recurrence-occurrences-control:focus-within {
  border-color: rgba(14, 165, 233, 0.5);
}
.nt-recurrence-occurrences-control.is-disabled {
  opacity: 0.45;
}

.nt-recurrence-occurrences-btn {
  width: 28px;
  height: 100%;
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 0;
}
.nt-recurrence-occurrences-btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
}

.nt-recurrence-end-occurrences-input {
  width: 32px;
  height: 100%;
  border: none !important;
  background: transparent !important;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin: 0 !important;
  padding: 0;
  box-shadow: none !important;
  outline: none !important;
}
.nt-recurrence-end-occurrences-input:disabled {
  color: #8B949E;
}
.nt-recurrence-end-occurrences-input::-webkit-outer-spin-button, .nt-recurrence-end-occurrences-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nt-recurrence-end-occurrences-input {
  -moz-appearance: textfield;
  appearance: textfield;
}

.nt-recurrence-end-chevron {
  color: #8B949E;
  opacity: 0.4;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.nt-recurrence-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
  border-top: 1px solid #2D333B;
  padding-top: 16px;
}

.nt-recurrence-btn {
  width: 100%;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.nt-recurrence-btn--save {
  background: linear-gradient(135deg, #0EA5E9 0%, rgb(4.5833134873%, 54.0176232436%, 76.2794316107%) 100%);
  border: none;
  color: #fff;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.25);
}
.nt-recurrence-btn--save:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(14, 165, 233, 0.35);
  background: linear-gradient(135deg, rgb(10.2551401127%, 68.4159720568%, 94.6076049853%) 0%, rgb(5.0367547829%, 59.3617527983%, 83.8259903152%) 100%);
}
.nt-recurrence-btn--save:active {
  transform: translateY(0);
}
.nt-recurrence-btn--remove {
  background: transparent;
  border: 1px solid rgba(239, 68, 68, 0.4);
  color: #EF4444;
}
.nt-recurrence-btn--remove:hover {
  background: rgba(239, 68, 68, 0.06);
  border-color: #EF4444;
  color: #EF4444;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  body {
    height: auto;
    overflow: auto;
  }
  .nt-modal__row {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .nt-triade-btns--full {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .nt-triade-btns--full .nt-triade-btn {
    border-radius: 100px;
    border-right-width: 1px;
    justify-content: center;
    padding: 12px 8px;
    flex: 1;
    min-width: calc(50% - 4px);
  }
  .nt-triade-btns--full .nt-triade-btn:first-child, .nt-triade-btns--full .nt-triade-btn:last-child {
    border-radius: 100px;
  }
  .nt-recurrence-freq-selector {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .nt-recurrence-freq-selector .nt-recurrence-freq-btn {
    padding: 12px 8px;
    font-size: 13px;
    border-radius: 8px;
    text-align: center;
    justify-content: center;
  }
  .nt-recurrence-days-btns {
    display: flex;
    justify-content: space-between;
    gap: 4px;
  }
  .nt-recurrence-days-btns .nt-recurrence-day-btn {
    flex: 1;
    height: 36px;
    padding: 0;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nt-checklist__add {
    gap: 8px;
  }
  .nt-checklist__add .nt-checklist__input {
    flex: 1;
  }
  .nt-checklist__add .nt-checklist__add-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nt-attachments__add {
    padding: 12px;
    font-size: 13px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .nt-modal-backdrop {
    padding: 16px;
    align-items: center;
    overflow: hidden;
  }
  .nt-tag-field {
    min-height: 40px;
  }
  .nt-domain-btns .nt-domain-btn {
    gap: 0px;
  }
  .nt-modal__field-header {
    display: flex;
    align-items: flex-start !important;
    justify-content: space-between !important;
    flex-direction: column;
  }
  .nt-modal__header-left {
    display: flex;
    align-items: flex-start !important;
  }
  .nt-modal {
    width: 100%;
    max-width: calc(100vw - 32px);
    height: auto;
    max-height: calc(100dvh - 32px);
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    box-sizing: border-box;
    transform: none;
  }
  .nt-modal.is-open {
    transform: none;
  }
  .nt-modal--reminder, .nt-modal--task {
    width: 100%;
    max-width: 100%;
    height: 100%;
    height: 100svh;
    height: 100dvh;
    max-height: calc(100dvh - 32px);
    margin: 0;
    border: none;
    border-radius: 30px;
    transform: none;
    overflow: hidden;
  }
  .nt-modal.nt-modal--system-updates {
    width: calc(100% - 32px);
    max-width: calc(100vw - 32px);
    height: auto;
    max-height: calc(100dvh - 64px);
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
  }
  .nt-modal__header {
    padding: 14px 16px;
    border-bottom: 1px solid #2D333B;
    background: #0F1219;
  }
  html.nt-light-theme .nt-modal__header {
    background: #ffffff;
  }
  .nt-modal__header .nt-modal__title {
    font-size: 15px;
  }
  .nt-modal__header .nt-modal__header-icon-wrap {
    width: 28px;
    height: 28px;
  }
  .nt-modal__header .nt-modal__header-icon-wrap svg {
    width: 14px;
    height: 14px;
  }
  .nt-modal__body, .nt-modal--task .nt-modal__body {
    padding: 20px 10px !important;
    overflow-y: auto;
    max-height: 100%;
  }
  .nt-modal__field {
    margin-bottom: 0;
  }
  .nt-modal__input, .nt-modal__select,
  .nt-modal .nt-recurrence-trigger-btn,
  .nt-modal .nt-searchable-select__input,
  .nt-modal .nt-duration-custom-input,
  .nt-modal #nt-duration-custom-input {
    font-size: 16px;
    box-sizing: border-box;
  }
  .nt-modal__textarea {
    font-size: 16px;
    min-height: 90px;
    box-sizing: border-box;
    padding: 12px 14px;
  }
  .nt-modal__input--with-icon {
    padding-left: 38px;
  }
  .nt-modal__row#nt-appointment-datetime-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .nt-modal__row#nt-appointment-datetime-row .nt-modal__field:first-child {
    grid-column: 1/span 2;
  }
  .nt-modal__row#nt-appointment-datetime-row .nt-modal__field:nth-child(2), .nt-modal__row#nt-appointment-datetime-row .nt-modal__field:nth-child(3) {
    grid-column: span 1;
  }
  .nt-modal__footer, .nt-modal--task .nt-modal__footer {
    padding: 12px 16px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    background: #0F1219;
  }
  html.nt-light-theme .nt-modal__footer, html.nt-light-theme .nt-modal--task .nt-modal__footer {
    background: #ffffff;
  }
  .nt-modal__footer .nt-modal__footer-left,
  .nt-modal__footer .nt-modal__footer-right, .nt-modal--task .nt-modal__footer .nt-modal__footer-left,
  .nt-modal--task .nt-modal__footer .nt-modal__footer-right {
    display: none;
  }
  .nt-modal__footer .nt-modal__footer-center, .nt-modal--task .nt-modal__footer .nt-modal__footer-center {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    margin: 0;
  }
  .nt-modal__footer .nt-modal__footer-center .nt-modal__actions-dropdown, .nt-modal--task .nt-modal__footer .nt-modal__footer-center .nt-modal__actions-dropdown {
    flex: 1;
    display: none;
  }
  .nt-modal__footer .nt-modal__footer-center .nt-modal__actions-dropdown:not([style*="display: none"]):not([style*="display:none"]), .nt-modal--task .nt-modal__footer .nt-modal__footer-center .nt-modal__actions-dropdown:not([style*="display: none"]):not([style*="display:none"]) {
    display: flex;
  }
  .nt-modal__footer .nt-modal__footer-center .nt-modal__actions-dropdown .nt-modal__action-btn--more, .nt-modal--task .nt-modal__footer .nt-modal__footer-center .nt-modal__actions-dropdown .nt-modal__action-btn--more {
    width: 100%;
    justify-content: center;
    padding: 12px;
    height: 46px;
  }
  .nt-modal__footer .nt-modal__footer-center .nt-modal__actions-dropdown .nt-modal__actions-menu, .nt-modal--task .nt-modal__footer .nt-modal__footer-center .nt-modal__actions-dropdown .nt-modal__actions-menu {
    width: calc(100vw - 32px);
    position: fixed;
    bottom: 70px;
    left: 16px;
    right: 16px;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.5);
  }
  .nt-modal__footer .nt-modal__footer-center .nt-modal__save-btn, .nt-modal--task .nt-modal__footer .nt-modal__footer-center .nt-modal__save-btn {
    flex: 1;
    width: 100%;
    padding: 12px;
    text-align: center;
    justify-content: center;
    height: 46px;
    display: flex;
    align-items: center;
  }
  .nt-modal__side-panel {
    height: 70vh;
    height: 70svh;
    height: 70dvh;
    background: #171e29;
    box-shadow: 0 -12px 36px rgba(0, 0, 0, 0.6);
  }
  html.nt-light-theme .nt-modal__side-panel {
    background: #ffffff;
    box-shadow: 0 -12px 36px rgba(0, 0, 0, 0.15);
  }
  .nt-modal__side-panel .nt-side-panel__section {
    padding: 16px;
  }
  .nt-modal__side-panel .nt-side-panel__header {
    font-size: 13px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  html.nt-light-theme .nt-modal__side-panel .nt-side-panel__header {
    border-bottom-color: #f1f5f9;
  }
  .nt-modal__side-panel .nt-side-panel__close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  html.nt-light-theme .nt-modal__side-panel .nt-side-panel__close {
    background: rgba(0, 0, 0, 0.04);
  }
  .nt-modal__status-banner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 12px 14px;
  }
  .nt-modal__status-banner .nt-modal__status-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .nt-modal__status-banner .nt-modal__status-reset {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .nt-system-updates__dev-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 8px !important;
  }
  #nt-system-updates-toggle-form-btn {
    width: 100%;
    padding: 5px 5px;
    font-size: 12px;
  }
  .nt-rich-editor__toolbar-actions {
    gap: 10px;
    margin-top: 10px;
  }
  .nt-expandable-trigger--pill {
    padding: 7px 16px;
    font-size: 11px;
    min-height: auto;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
  }
  .nt-recurrence-form {
    gap: 20px;
  }
  .nt-recurrence-interval-control {
    height: 44px;
  }
  .nt-recurrence-interval-control .nt-recurrence-interval-btn {
    width: 44px;
    height: 100%;
  }
  .nt-recurrence-interval-control .nt-recurrence-interval-input {
    width: 50px;
    font-size: 16px;
  }
  .nt-recurrence-interval-control .nt-recurrence-unit-label {
    font-size: 14px;
    height: 24px;
  }
  .nt-recurrence-occurrences-control {
    height: 44px;
    margin: 0 12px;
  }
  .nt-recurrence-occurrences-control .nt-recurrence-occurrences-btn {
    width: 44px;
    height: 100%;
  }
  .nt-recurrence-occurrences-control .nt-recurrence-end-occurrences-input {
    width: 44px;
    font-size: 16px;
  }
  .nt-recurrence-end-option-row {
    padding: 14px 16px;
  }
  .nt-recurrence-end-option-row .nt-recurrence-radio-label,
  .nt-recurrence-end-option-row .nt-recurrence-radio-sublabel {
    font-size: 14px;
  }
  .nt-recurrence-end-option-row .nt-recurrence-radio-circle {
    width: 18px;
    height: 18px;
    margin-right: 12px;
  }
  .nt-recurrence-end-date {
    height: 46px;
    font-size: 16px;
  }
  .nt-recurrence-day-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .nt-recurrence-btn {
    padding: 14px 16px;
    min-height: 46px;
    font-size: 14px;
    border-radius: 8px;
  }
  .nt-checklist__item {
    padding: 12px 14px;
    min-height: 48px;
  }
  .nt-checklist__item .nt-checklist__item-check {
    width: 22px;
    height: 22px;
    border-radius: 6px;
  }
  .nt-checklist__item .nt-checklist__item-text {
    font-size: 15px;
  }
  .nt-checklist__item .nt-checklist__item-remove {
    opacity: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: #EF4444;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nt-attachments__item {
    padding: 10px 12px;
    font-size: 13px;
  }
  .nt-attachments__item .nt-attachments__item-remove {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ql-toolbar.ql-snow {
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .ql-toolbar.ql-snow button {
    width: 32px;
    height: 32px;
    padding: 4px;
  }
}
@media (min-width: 551px) and (max-width: 768px) {
  body .nt-header__notifications-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: auto;
    right: -10px;
    transform: none;
    width: 340px;
    max-width: calc(100vw - 24px);
  }
}
@media (max-width: 320px) {
  body .nt-header__notifications-dropdown {
    top: 48px;
    left: 4px;
    right: 4px;
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-datepicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nt-datepicker__label {
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.nt-datepicker__label:hover {
  background: #161B22;
  color: #FFFFFF;
}
.nt-datepicker__popup {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 272px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 16px;
  z-index: 1010;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.nt-datepicker__popup {
  width: 272px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.nt-dp-input {
  width: 100%;
  background: #0F1219;
  border: 1px solid #2D333B;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 13px;
  padding: 8px 36px 8px 12px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-dp-input:hover {
  border-color: #8B949E;
}
.nt-dp-input:focus {
  outline: none;
  border-color: #0088CC;
}
.nt-dp-input__wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.nt-dp-input__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #8B949E;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nt-dp__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.nt-dp__nav-btn {
  width: 28px;
  height: 28px;
  background: transparent;
  border: 1px solid #2D333B;
  border-radius: 6px;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-dp__nav-btn:hover {
  background: #0F1219;
  color: #FFFFFF;
  border-color: #8B949E;
}
.nt-dp__month-year {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nt-dp__month-btn, .nt-dp__year-btn {
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.nt-dp__month-btn:hover, .nt-dp__year-btn:hover {
  background: #0F1219;
}
.nt-dp__year-range {
  font-size: 13px;
  color: #8B949E;
}
.nt-dp__range-hint {
  font-size: 11px;
  color: #8B949E;
  text-align: center;
  margin: -8px 0 10px;
  letter-spacing: 0.02em;
}
.nt-dp__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 6px;
}
.nt-dp__wd {
  text-align: center;
  font-size: 11px;
  color: #8B949E;
  font-weight: 500;
  padding: 4px 0;
  letter-spacing: 0.04em;
}
.nt-dp__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.nt-dp__day {
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
  padding: 6px 0;
  border-radius: 6px;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  transition: all 0.25s ease;
}
.nt-dp__day:hover:not(:disabled):not(.nt-dp__day--selecionado):not(.nt-dp__day--range-start):not(.nt-dp__day--range-end) {
  background: #0F1219;
}
.nt-dp__day--outro-mes, .nt-dp__day.is-disabled {
  color: #2D333B;
  cursor: default;
}
.nt-dp__day--hoje:not(.nt-dp__day--selecionado):not(.nt-dp__day--range-start):not(.nt-dp__day--range-end) {
  color: #0088CC;
  font-weight: 500;
}
.nt-dp__day--hoje:not(.nt-dp__day--selecionado):not(.nt-dp__day--range-start):not(.nt-dp__day--range-end)::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0088CC;
  margin: 1px auto 0;
}
.nt-dp__day--selecionado {
  background: #0088CC;
  color: #fff;
  font-weight: 500;
}
.nt-dp__day--range-start, .nt-dp__day--range-end {
  background: #0088CC;
  color: #fff;
  font-weight: 500;
}
.nt-dp__day--range-start {
  border-radius: 6px 0 0 6px;
}
.nt-dp__day--range-end {
  border-radius: 0 6px 6px 0;
}
.nt-dp__day--range-between {
  background: rgba(0, 136, 204, 0.15);
  color: #FFFFFF;
  border-radius: 0;
}
.nt-dp__months-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.nt-dp__month-item {
  padding: 8px 4px;
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-dp__month-item:hover {
  background: #0F1219;
  border-color: #2D333B;
}
.nt-dp__month-item--ativo {
  background: #0F1219;
  border-color: #0088CC;
  color: #0088CC;
}
.nt-dp__years-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  max-height: 180px;
  overflow-y: auto;
}
.nt-dp__year-item {
  padding: 7px 4px;
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-dp__year-item:hover {
  background: #0F1219;
  border-color: #2D333B;
}
.nt-dp__year-item--ativo {
  background: #0F1219;
  border-color: #0088CC;
  color: #0088CC;
}
.nt-dp__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #2D333B;
}
.nt-dp__footer-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.nt-dp__hoje-btn {
  background: transparent;
  border: 1px solid #2D333B;
  color: #0088CC;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-dp__hoje-btn:hover {
  background: #0F1219;
  border-color: #0088CC;
}
.nt-dp__clear-btn {
  color: #8B949E;
}
.nt-dp__clear-btn:hover {
  color: #EF4444;
  border-color: #EF4444;
}
.nt-dp__data-atual {
  font-size: 12px;
  color: #8B949E;
}
.nt-dp__header--time {
  margin-bottom: 12px;
  gap: 8px;
}
.nt-dp__back-btn {
  flex-shrink: 0;
}
.nt-dp__time-date-label {
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-dp__time-wheel-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  background: #0F1219;
  border-radius: 6px;
  border: 1px solid #2D333B;
  overflow: hidden;
  margin: 10px 0;
}
.nt-dp__time-wheel-col {
  flex: 1;
  height: 100%;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  padding: 60px 0;
  box-sizing: border-box;
  -ms-overflow-style: none; /* IE e Edge */
  scrollbar-width: none; /* Firefox */
  cursor: grab;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: background-color 0.2s, border-color 0.2s;
}
.nt-dp__time-wheel-col::-webkit-scrollbar {
  display: none; /* Chrome, Safari e Opera */
}
.nt-dp__time-wheel-col.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.nt-dp__time-wheel-col.is-dragging .nt-dp__wheel-item {
  cursor: grabbing;
}
.nt-dp__time-wheel-col.is-active-column {
  background: rgba(0, 136, 204, 0.05);
  border-color: rgba(0, 136, 204, 0.2);
}
.nt-dp__wheel-item {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  cursor: inherit;
  scroll-snap-align: center;
  transition: opacity 0.1s, transform 0.1s, color 0.1s;
  user-select: none;
}
.nt-dp__wheel-item.is-active {
  color: #0088CC;
  font-weight: 600;
}
.nt-dp__time-wheel-separator {
  font-size: 18px;
  font-weight: bold;
  color: #8B949E;
  padding: 0 10px;
  user-select: none;
}
.nt-dp__time-wheel-indicator {
  position: absolute;
  top: 60px;
  left: 10px;
  right: 10px;
  height: 30px;
  border-top: 1px solid rgba(0, 136, 204, 0.3);
  border-bottom: 1px solid rgba(0, 136, 204, 0.3);
  pointer-events: none;
  background: rgba(0, 136, 204, 0.03);
  border-radius: 4px;
}
.nt-dp__time-wrap {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-dp__time-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.nt-dp__time-toggle-btn {
  background: transparent;
  border: none;
  color: #0088CC;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.nt-dp__time-toggle-btn:hover {
  background: rgba(0, 136, 204, 0.1);
}
.nt-dp__time-toggle-btn svg {
  flex-shrink: 0;
}
.nt-dp__time-section-label {
  font-size: 11px;
  font-weight: 500;
  color: #8B949E;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 4px;
}
.nt-dp__time-section-label svg {
  flex-shrink: 0;
}
.nt-dp__time-select-container {
  position: relative;
  margin: 10px 0;
}
.nt-dp__select-input-wrapper {
  position: relative;
  cursor: pointer;
}
.nt-dp__select-input {
  width: 100%;
  height: 38px;
  background: #0F1219;
  border: 1px solid #2D333B;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.nt-dp__select-input.is-editing {
  cursor: text;
  background: #161B22;
  border-color: #0088CC;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.2);
  outline: none;
}
.nt-dp__select-input.is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
  animation: nt-shake 0.3s ease-in-out;
}
.nt-dp__select-input-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8B949E;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.nt-dp__select-tip {
  font-size: 10px;
  color: #8B949E;
  margin: 4px 0 0;
  text-align: center;
}
.nt-dp__select-dropdown {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  max-height: 120px;
  overflow-y: auto;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 10;
  scrollbar-width: thin;
  scrollbar-color: #2D333B transparent;
}
.nt-dp__select-dropdown::-webkit-scrollbar {
  width: 6px;
}
.nt-dp__select-dropdown::-webkit-scrollbar-track {
  background: transparent;
}
.nt-dp__select-dropdown::-webkit-scrollbar-thumb {
  background-color: #2D333B;
  border-radius: 3px;
}
.nt-dp__select-option {
  padding: 8px 12px;
  font-size: 13px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.nt-dp__select-option:hover {
  background: #0F1219;
  color: #0088CC;
}
.nt-dp__select-option.is-selected {
  background: rgba(0, 136, 204, 0.1);
  color: #0088CC;
  font-weight: 600;
}
.nt-dp__select-option.is-disabled {
  color: #2D333B;
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.nt-dp__confirm-btn {
  background: #0088CC;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 14px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-dp__confirm-btn:hover {
  background: rgb(0%, 42.6666666667%, 64%);
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}
.nt-toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #18181b;
  color: #fff;
  padding: 12px 36px 12px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  z-index: 999999 !important;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-toast:not(:has(.nt-toast__title)) {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding-right: 20px;
}
.nt-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}
.nt-toast svg {
  flex-shrink: 0;
}
.nt-toast__title {
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
}
.nt-toast__body {
  margin: 0;
  font-size: 13px;
  opacity: 0.8;
  line-height: 1.4;
}
.nt-toast__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s;
}
.nt-toast__close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.nt-toast__close svg {
  width: 12px;
  height: 12px;
}
.nt-toast--success {
  border-left: 4px solid #10b981;
}
.nt-toast--success svg {
  color: #10b981;
}
.nt-toast--error {
  border-left: 4px solid #ef4444;
}
.nt-toast--error svg {
  color: #ef4444;
}
.nt-toast--warning {
  border-left: 4px solid #f59e0b;
}
.nt-toast--warning svg {
  color: #f59e0b;
}
.nt-toast--info {
  border-left: 4px solid #3b82f6;
}
.nt-toast--info svg {
  color: #3b82f6;
}
.nt-toast--reminder {
  border-left: 4px solid #0088cc;
}
.nt-toast--reminder svg {
  color: #0088cc;
}

html.nt-light-theme .nt-toast {
  background: #ffffff;
  color: #1e293b;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08), 0 0 0 1px rgba(15, 23, 42, 0.04);
}
html.nt-light-theme .nt-toast .nt-toast__title {
  color: #1e293b;
}
html.nt-light-theme .nt-toast .nt-toast__body {
  color: #64748b;
}
html.nt-light-theme .nt-toast .nt-toast__close {
  color: rgba(15, 23, 42, 0.4);
}
html.nt-light-theme .nt-toast .nt-toast__close:hover {
  color: #1e293b;
  background: rgba(15, 23, 42, 0.05);
}

.swal2-container {
  z-index: 99999 !important;
}

.nt-swal-popup {
  border-radius: 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6) !important;
  font-family: inherit !important;
}

.nt-swal-confirm {
  padding: 10px 24px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.nt-swal-cancel {
  padding: 10px 24px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
}

.nt-tooltip {
  position: absolute;
  background: #0f1219;
  color: #ffffff;
  border: 1px solid rgba(14, 165, 233, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(14, 165, 233, 0.1) inset;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  z-index: 100000;
  pointer-events: none;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.15s ease, transform 0.15s ease;
  max-width: 250px;
  text-align: center;
  word-wrap: break-word;
}
.nt-tooltip.is-visible {
  opacity: 1;
  transform: scale(1);
}
.nt-tooltip::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #0f1219;
  left: var(--arrow-left, 50%);
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
.nt-tooltip--top::after {
  bottom: -5px;
  border-right: 1px solid rgba(14, 165, 233, 0.3);
  border-bottom: 1px solid rgba(14, 165, 233, 0.3);
}
.nt-tooltip--bottom::after {
  top: -5px;
  border-left: 1px solid rgba(14, 165, 233, 0.3);
  border-top: 1px solid rgba(14, 165, 233, 0.3);
}
.nt-tooltip--nowrap {
  max-width: 350px !important;
  white-space: nowrap !important;
}

.nt-mission-card-component {
  background-color: #161B22 !important;
  border: 1px solid #2D333B !important;
  border-radius: 16px !important;
  padding: 28px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.nt-mission-card-component .nt-roles-mission-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #2D333B;
  padding-bottom: 16px;
}
.nt-mission-card-component .nt-roles-mission-card__header .icon {
  font-size: 24px;
}
.nt-mission-card-component .nt-roles-mission-card__header .title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
.nt-mission-card-component .nt-roles-mission-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
html.nt-light-theme .nt-mission-card-component, .nt-light-theme .nt-mission-card-component {
  background-color: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-mission-card-component .nt-roles-mission-card__header, .nt-light-theme .nt-mission-card-component .nt-roles-mission-card__header {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-mission-card-component .nt-roles-mission-card__header .title, .nt-light-theme .nt-mission-card-component .nt-roles-mission-card__header .title {
  color: #0F172A;
}
html.nt-light-theme .nt-mission-card-component .nt-mission-premium-view, .nt-light-theme .nt-mission-card-component .nt-mission-premium-view {
  background: radial-gradient(100% 100% at 50% 0%, rgba(0, 136, 204, 0.04) 0%, rgba(255, 255, 255, 0.8) 100%);
  border-color: rgba(0, 136, 204, 0.15);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
html.nt-light-theme .nt-mission-card-component .nt-mission-premium-view .quote-icon, .nt-light-theme .nt-mission-card-component .nt-mission-premium-view .quote-icon {
  color: rgba(0, 136, 204, 0.15);
}
html.nt-light-theme .nt-mission-card-component .nt-mission-premium-view .mission-text, .nt-light-theme .nt-mission-card-component .nt-mission-premium-view .mission-text {
  color: #334155;
  text-shadow: none;
}
html.nt-light-theme .nt-mission-card-component .nt-mission-premium-view__edit-btn, .nt-light-theme .nt-mission-card-component .nt-mission-premium-view__edit-btn {
  background: rgba(0, 136, 204, 0.05);
  border-color: rgba(0, 136, 204, 0.25);
  color: #0088CC !important;
}
html.nt-light-theme .nt-mission-card-component .nt-mission-premium-view__edit-btn:hover, .nt-light-theme .nt-mission-card-component .nt-mission-premium-view__edit-btn:hover {
  background: #0088CC;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-mission-card-component .nt-mission-premium-edit .desc, .nt-light-theme .nt-mission-card-component .nt-mission-premium-edit .desc {
  color: #475569;
}
html.nt-light-theme .nt-mission-card-component .nt-mission-premium-edit .nt-label, .nt-light-theme .nt-mission-card-component .nt-mission-premium-edit .nt-label {
  color: #0F172A;
}
html.nt-light-theme .nt-mission-card-component .nt-mission-premium-edit .nt-input, .nt-light-theme .nt-mission-card-component .nt-mission-premium-edit .nt-input {
  background-color: #F8FAFC;
  border-color: #CBD5E1;
  color: #0F172A;
}
html.nt-light-theme .nt-mission-card-component .nt-mission-premium-edit .nt-input:focus, .nt-light-theme .nt-mission-card-component .nt-mission-premium-edit .nt-input:focus {
  border-color: #0088CC;
  background-color: #FFFFFF;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

@media screen and (min-width: 1025px) {
  .nt-sidebar-preload-mini #nt-sidebar {
    width: 80px;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__label,
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__section-title,
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__brand-name {
    opacity: 0;
    width: 0;
    overflow: hidden;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__nav-text {
    font-size: 10px;
    opacity: 1;
    width: 100%;
    overflow: visible;
    display: block;
    text-align: center;
    margin-top: 4px;
    font-weight: 600;
    max-width: 100%;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__brand {
    padding-inline: 0;
    gap: 0;
    justify-content: center;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__brand-logo img.nt-logo-dark {
    display: none !important;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__brand-logo img.nt-logo-light {
    display: none !important;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__brand-logo img.nt-logo-dark-mini {
    display: block !important;
    width: 50px;
    height: auto;
    margin-top: -20px;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__brand-logo img.nt-logo-light-mini {
    display: none !important;
    width: 50px;
    height: auto;
    margin-top: -20px;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__nav {
    padding: 0 4px;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__section {
    margin-bottom: 12px;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__section-title {
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__nav-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 4px;
    gap: 4px;
    min-height: 56px;
    text-align: center;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__toggle {
    left: 66px;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__toggle-icon {
    transform: rotate(180deg);
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__footer {
    padding: 12px 0;
    justify-content: center;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__submenu {
    position: absolute !important;
    top: -4px !important;
    left: 100% !important;
    padding-left: 8px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(8px) !important;
    z-index: 999 !important;
    margin: 0 !important;
  }
  .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__submenu-chevron {
    display: none !important;
  }
}
.nt-sidebar {
  width: 256px;
  background: #0F1219;
  border-right: 1px solid #2D333B;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: visible;
  height: 100%;
  max-height: 100vh;
}
.nt-sidebar.is-transition-ready {
  transition: width 0.25s ease;
}
.nt-sidebar.is-transition-ready .nt-sidebar__toggle {
  transition: left 0.25s ease;
}
.nt-sidebar.is-transition-ready .nt-sidebar__brand-name,
.nt-sidebar.is-transition-ready .nt-sidebar__nav-text,
.nt-sidebar.is-transition-ready .nt-sidebar__section-title {
  transition: opacity width 0.25s ease;
}
.nt-sidebar.is-transition-ready .nt-sidebar__toggle-icon {
  transition: transform 0.25s ease;
}
.nt-sidebar__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: visible;
  width: 100%;
  min-height: 0;
}
@media screen and (min-width: 1025px) {
  .nt-sidebar.is-mini {
    width: 80px;
  }
  .nt-sidebar.is-mini .nt-sidebar__label,
  .nt-sidebar.is-mini .nt-sidebar__section-title,
  .nt-sidebar.is-mini .nt-sidebar__brand-name {
    opacity: 0;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  .nt-sidebar.is-mini .nt-sidebar__nav-text {
    font-size: 10px;
    opacity: 1;
    width: 100%;
    overflow: visible;
    display: block;
    text-align: center;
    margin-top: 4px;
    font-weight: 600;
    max-width: 100%;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: normal;
  }
  .nt-sidebar.is-mini .nt-sidebar__submenu-chevron {
    display: none !important;
  }
  .nt-sidebar.is-mini .nt-sidebar__brand {
    padding-inline: 0;
    gap: 0;
    justify-content: center;
  }
  .nt-sidebar.is-mini .nt-sidebar__brand-logo img.nt-logo-dark {
    display: none !important;
  }
  .nt-sidebar.is-mini .nt-sidebar__brand-logo img.nt-logo-light {
    display: none !important;
  }
  .nt-sidebar.is-mini .nt-sidebar__brand-logo img.nt-logo-dark-mini {
    display: block !important;
    width: 50px;
    height: auto;
    margin-top: -20px;
  }
  .nt-sidebar.is-mini .nt-sidebar__brand-logo img.nt-logo-light-mini {
    display: none !important;
    width: 50px;
    height: auto;
    margin-top: -20px;
  }
  .nt-sidebar.is-mini .nt-sidebar__nav {
    padding: 0 4px;
  }
  .nt-sidebar.is-mini .nt-sidebar__section {
    margin-bottom: 12px;
  }
  .nt-sidebar.is-mini .nt-sidebar__section-title {
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
  }
  .nt-sidebar.is-mini .nt-sidebar__nav-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 4px;
    gap: 4px;
    min-height: 56px;
    text-align: center;
  }
  .nt-sidebar.is-mini .nt-sidebar__toggle {
    left: 66px;
  }
  .nt-sidebar.is-mini .nt-sidebar__toggle-icon {
    transform: rotate(180deg);
  }
  .nt-sidebar.is-mini .nt-sidebar__footer {
    padding: 12px 0;
    justify-content: center;
  }
  .nt-sidebar.is-mini .nt-sidebar__submenu {
    position: absolute !important;
    top: -4px !important;
    left: 100% !important;
    padding-left: 8px !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(8px) !important;
    transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.2s !important;
    z-index: 999 !important;
    margin: 0 !important;
  }
  .nt-sidebar.is-mini .nt-sidebar__nav-item-wrapper:hover .nt-sidebar__submenu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
  }
  .nt-sidebar.is-mini .nt-sidebar__submenu-card {
    width: 220px !important;
    background: rgba(15, 18, 25, 0.96) !important;
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(45, 51, 59, 0.7) !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55) !important;
    padding: 6px !important;
    gap: 3px !important;
  }
  .nt-sidebar.is-mini .nt-sidebar__submenu-header {
    display: block !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #8B949E !important;
    padding: 8px 12px 6px 12px !important;
    border-bottom: 1px solid rgba(45, 51, 59, 0.4) !important;
    margin-bottom: 4px !important;
    user-select: none !important;
  }
  .nt-sidebar.is-mini .nt-sidebar__submenu-card .nt-sidebar__submenu-list {
    padding: 0 !important;
  }
  .nt-sidebar.is-mini .nt-sidebar__submenu-item {
    padding: 8px 12px !important;
    font-size: 13px !important;
    color: #8B949E !important;
  }
  .nt-sidebar.is-mini .nt-sidebar__submenu-item:hover {
    background: rgba(255, 255, 255, 0.07) !important;
    color: #FFFFFF !important;
  }
  .nt-sidebar.is-mini .nt-sidebar__submenu-item.is-active {
    background: rgba(0, 136, 204, 0.15) !important;
    color: #0EA5E9 !important;
  }
}
.nt-sidebar__brand {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.nt-sidebar__brand-logo {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
  font-style: italic;
}
.nt-sidebar__brand-logo img.nt-logo-light {
  display: none;
  width: 180px;
}
.nt-sidebar__brand-logo img.nt-logo-dark {
  display: block;
  width: 180px;
}
.nt-sidebar__brand-logo img.nt-logo-light-mini {
  display: none;
  width: 50px;
  height: auto;
  margin-top: -20px;
}
.nt-sidebar__brand-logo img.nt-logo-dark-mini {
  display: none;
  width: 50px;
  height: auto;
  margin-top: -20px;
}
.nt-sidebar__brand-name {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.nt-sidebar__toggle {
  position: absolute;
  top: 50px;
  left: 242px;
  width: 28px;
  height: 28px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: #8B949E;
}
.nt-sidebar__toggle:hover {
  color: #FFFFFF;
}
.nt-sidebar__nav {
  flex: 1;
  padding: 0 16px;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 16px;
  min-height: 0;
}
.nt-sidebar.is-mini .nt-sidebar__nav, .nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__nav {
  overflow: visible;
}
.nt-sidebar__section {
  margin-bottom: 32px;
}
.nt-sidebar__section-title {
  font-size: 10px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  padding: 0 4px;
}
.nt-sidebar__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nt-sidebar__nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #8B949E;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s ease;
}
.nt-sidebar__nav-item:hover {
  background: #161B22;
  color: #FFFFFF;
}
.nt-sidebar__nav-item.is-active {
  background: rgba(0, 136, 204, 0.15);
  color: #0EA5E9;
}
.nt-sidebar__nav-item svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.nt-sidebar__footer {
  padding: 16px;
  border-top: 1px solid #2D333B;
}

.nt-sidebar-only-mini-br {
  display: none;
}

.nt-sidebar__nav-item-wrapper {
  position: relative;
  width: 100%;
}

.nt-sidebar__submenu-chevron {
  display: none;
}

.nt-sidebar__submenu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  padding-left: 0;
  display: block;
  box-shadow: none;
  background: transparent;
  backdrop-filter: none;
  border: none;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 8px;
}

.nt-sidebar__submenu-card {
  width: 100%;
  background: transparent;
  backdrop-filter: none;
  border: none;
  box-shadow: none;
  padding: 0 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nt-sidebar__submenu-header {
  display: none;
}

.nt-sidebar__submenu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nt-sidebar__submenu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13.5px;
  font-weight: 500;
  color: #8B949E;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.nt-sidebar__submenu-item:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #FFFFFF;
}
.nt-sidebar__submenu-item.is-active {
  background: rgba(0, 136, 204, 0.15);
  color: #0EA5E9;
  font-weight: 600;
}
.nt-sidebar__submenu-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.nt-sidebar__nav-expanded {
  display: block;
}

.nt-sidebar__nav-collapsed {
  display: none;
}

.nt-sidebar.is-mini .nt-sidebar__nav-expanded,
.nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__nav-expanded {
  display: none !important;
}
.nt-sidebar.is-mini .nt-sidebar__nav-collapsed,
.nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__nav-collapsed {
  display: block !important;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-header {
  height: 64px;
  border-bottom: 1px solid #2D333B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  flex-shrink: 0;
}
.nt-header__btn-text {
  display: none;
}
.nt-header__date-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
}
.nt-header__date-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  padding: 4px 16px;
  cursor: pointer;
}
.nt-header__date-main {
  font-size: 14px;
  font-weight: 600;
}
.nt-header__date-sub {
  font-size: 10px;
  font-weight: 700;
  color: #8B949E;
  letter-spacing: 0.5px;
  margin-top: 2px;
}
.nt-header__date-btn {
  padding: 4px;
  background: transparent;
  border: none;
  color: #8B949E;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-header__date-btn:hover {
  background: #161B22;
  color: #FFFFFF;
}
.nt-header__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.nt-header__action-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.nt-header__icon-btn {
  padding: 8px;
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  position: relative;
}
.nt-header__icon-btn:hover {
  color: #FFFFFF;
}
.nt-header__notification-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 7px;
  height: 7px;
  background: #EF4444;
  border-radius: 50%;
  border: 1.5px solid #0F1219;
}
.nt-header__update-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #EF4444;
  color: #FFFFFF;
  font-size: 9px;
  font-weight: 800;
  min-width: 14px;
  height: 14px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  border: 1.5px solid #0F1219;
  box-sizing: border-box;
  line-height: 1;
}
.nt-header__profile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-left: 16px;
  border-left: 1px solid #2D333B;
}
.nt-header__profile-info {
  text-align: right;
}
.nt-header__profile-name {
  font-size: 14px;
  font-weight: 600;
}
.nt-header__profile-plan {
  font-size: 10px;
  color: #8B949E;
}
.nt-header__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0088CC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.25);
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}
.nt-header__avatar--has-img {
  background: transparent;
  box-shadow: none;
}
.nt-header__notifications-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: -10px;
  width: 320px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  padding: 16px;
  display: none;
  flex-direction: column;
  gap: 12px;
}
.nt-header__notifications-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2D333B;
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.nt-header__notifications-dropdown-header h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-header__notifications-dropdown-header button {
  background: none;
  border: none;
  cursor: pointer;
  color: #8B949E;
  font-size: 16px;
  transition: all 0.25s ease;
}
.nt-header__notifications-dropdown-header button:hover {
  color: #EF4444;
}
.nt-header__notifications-dropdown-list {
  max-height: 300px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-header__notifications-dropdown-list .empty-state {
  font-size: 13px;
  color: #8B949E;
  text-align: center;
  padding: 12px 0;
}
.nt-header__notifications-dropdown-item {
  padding: 12px;
  background: #0F1219;
  border: 1px solid #2D333B;
  border-radius: 6px;
  border-left: 3px solid #0EA5E9;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-header__notifications-dropdown-item:hover {
  background: rgba(14, 165, 233, 0.05);
  border-color: rgba(14, 165, 233, 0.3);
}
.nt-header__notifications-dropdown-item strong {
  font-size: 13px;
  color: #FFFFFF;
  margin-right: 20px;
}
.nt-header__notifications-dropdown-item span {
  font-size: 11px;
  color: #8B949E;
}
.nt-header__notifications-dropdown-item .dismiss-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  background: none;
  border: none;
  cursor: pointer;
  color: #8B949E;
  font-size: 16px;
  line-height: 1;
  transition: all 0.25s ease;
}
.nt-header__notifications-dropdown-item .dismiss-btn:hover {
  color: #EF4444;
}

.nt-datepicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nt-datepicker__label {
  cursor: pointer;
  padding: 4px 10px;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.nt-datepicker__label:hover {
  background: #161B22;
  color: #FFFFFF;
}
.nt-datepicker__popup {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 272px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 16px;
  z-index: 1010;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

.nt-dp__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.nt-dp__nav-btn {
  width: 28px;
  height: 28px;
  background: transparent;
  border: 1px solid #2D333B;
  border-radius: 6px;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-dp__nav-btn:hover {
  background: #0F1219;
  color: #FFFFFF;
  border-color: #8B949E;
}
.nt-dp__month-year {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nt-dp__month-btn, .nt-dp__year-btn {
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.nt-dp__month-btn:hover, .nt-dp__year-btn:hover {
  background: #0F1219;
}
.nt-dp__year-range {
  font-size: 13px;
  color: #8B949E;
}
.nt-dp__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 6px;
}
.nt-dp__wd {
  text-align: center;
  font-size: 11px;
  color: #8B949E;
  font-weight: 500;
  padding: 4px 0;
  letter-spacing: 0.04em;
}
.nt-dp__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.nt-dp__day {
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
  padding: 6px 0;
  border-radius: 6px;
  cursor: pointer;
  background: transparent;
  border: none;
  width: 100%;
  transition: all 0.25s ease;
}
.nt-dp__day:hover:not(:disabled):not(.nt-dp__day--selecionado) {
  background: #0F1219;
  color: #FFFFFF;
}
.nt-dp__day--outro-mes {
  color: #2D333B;
  cursor: default;
}
.nt-dp__day--hoje:not(.nt-dp__day--selecionado) {
  color: #0088CC;
  font-weight: 500;
}
.nt-dp__day--hoje:not(.nt-dp__day--selecionado)::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #0088CC;
  margin: 1px auto 0;
}
.nt-dp__day--selecionado {
  background: #0088CC;
  color: #fff;
  font-weight: 500;
}
.nt-dp__day--selecionado:hover {
  background: #0088CC;
}
.nt-dp__months-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.nt-dp__month-item {
  padding: 8px 4px;
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-dp__month-item:hover {
  background: #0F1219;
  border-color: #2D333B;
}
.nt-dp__month-item--ativo {
  background: #0F1219;
  border-color: #0088CC;
  color: #0088CC;
}
.nt-dp__years-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  max-height: 180px;
  overflow-y: auto;
}
.nt-dp__year-item {
  padding: 7px 4px;
  text-align: center;
  font-size: 13px;
  color: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-dp__year-item:hover {
  background: #0F1219;
  border-color: #2D333B;
}
.nt-dp__year-item--ativo {
  background: #0F1219;
  border-color: #0088CC;
  color: #0088CC;
}
.nt-dp__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #2D333B;
}
.nt-dp__hoje-btn {
  background: transparent;
  border: 1px solid #2D333B;
  color: #0088CC;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-dp__hoje-btn:hover {
  background: #0F1219;
  border-color: #0088CC;
}
.nt-dp__data-atual {
  font-size: 12px;
  color: #8B949E;
}

.nt-greeting {
  margin-bottom: 24px;
}
.nt-greeting__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}
.nt-greeting__title span {
  color: #0EA5E9;
}
.nt-greeting__subtitle {
  font-size: 13px;
  color: #8B949E;
}
.nt-greeting__streak {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: #22C55E;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 12px;
}
.nt-greeting__alert-text {
  font-size: 13px;
  font-weight: 500;
  color: rgb(65.4018227009%, 68.0861640431%, 71.0687655344%);
  margin-top: 6px;
  display: inline-block;
  animation: pulse-soft 3s infinite ease-in-out;
}

@keyframes pulse-soft {
  0%, 100% {
    opacity: 0.85;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.05);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
  }
}
.nt-header__mini-chat {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 18, 25, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 4px 6px;
  border-radius: 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 4px 12px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
  max-width: 320px;
  width: 100%;
  margin: 0 16px;
  transition: all 0.25s ease;
}
.nt-header__mini-chat:focus-within {
  border-color: rgba(168, 85, 247, 0.4);
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  background: rgba(15, 18, 25, 0.6);
}
@media (max-width: 768px) {
  .nt-header__mini-chat {
    display: none;
  }
}

.nt-mini-chat__input-wrapper {
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: relative;
  min-width: 0;
}

.nt-mini-chat__input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 12px;
  padding: 6px 12px;
  font-weight: 500;
}
.nt-mini-chat__input::placeholder {
  color: #8B949E;
  opacity: 0.8;
}

.nt-mini-chat__send {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-mini-chat__send:hover {
  color: #a855f7;
  background: rgba(168, 85, 247, 0.1);
}
.nt-mini-chat__send svg {
  width: 13px;
  height: 13px;
}

.nt-mini-chat__voice {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  position: relative;
}
.nt-mini-chat__voice:hover {
  color: #a855f7;
  background: rgba(168, 85, 247, 0.1);
}
.nt-mini-chat__voice svg {
  width: 13px;
  height: 13px;
  position: relative;
  z-index: 2;
}
.nt-mini-chat__voice.recording {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.15);
  animation: pulse-red 1.5s infinite;
}
.nt-mini-chat__voice.recording .recording-pulse {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid #EF4444;
  animation: ripple 1.5s infinite;
  z-index: 1;
  opacity: 0.6;
}

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.nt-mini-chat__ctrl {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.nt-mini-chat__ctrl:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}
.nt-mini-chat__ctrl--active {
  color: #a855f7;
  background: rgba(168, 85, 247, 0.12);
  border-color: rgba(168, 85, 247, 0.25);
}
.nt-mini-chat__ctrl--active:hover {
  color: #c084fc;
  background: rgba(168, 85, 247, 0.18);
}
.nt-mini-chat__ctrl svg {
  width: 13px;
  height: 13px;
}

.nt-date-clean-btn {
  background: transparent !important;
  border: 1px solid #2D333B !important;
  color: #8B949E !important;
  user-select: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.nt-date-clean-btn:hover {
  background: #161B22 !important;
  border-color: rgb(26.3009049774%, 29.8076923077%, 34.4834087481%) !important;
  color: #FFFFFF !important;
}

.nt-date-clean-label {
  background: transparent !important;
  border: 1px solid transparent !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
  user-select: none;
  transition: border-color 0.2s ease;
}
.nt-date-clean-label:hover {
  border-color: #2D333B !important;
}

html.nt-light-theme .nt-date-clean-btn {
  border-color: #d1d5db !important;
  color: #4b5563 !important;
}
html.nt-light-theme .nt-date-clean-btn:hover {
  background: #f3f4f6 !important;
  border-color: #9ca3af !important;
  color: #111827 !important;
}
html.nt-light-theme .nt-date-clean-label {
  color: #1f2937 !important;
}
html.nt-light-theme .nt-date-clean-label:hover {
  border-color: #d1d5db !important;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-right-container {
  display: flex;
  margin-right: -32px;
  margin-top: -32px;
  margin-bottom: -32px;
}

.nt-content.myDay .nt-right-container {
  transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1), margin 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-content.myDay .nt-sidebar-right {
  transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.22s ease, border-left-color 0.25s ease;
}
.nt-content.myDay .nt-main-container {
  transition: padding-right 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-content.myDay .nt-sidebar-right-expand-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 48px;
  background: rgba(15, 18, 25, 0.85);
  border: 1px solid #2D333B;
  border-right: none;
  border-radius: 8px 0 0 8px;
  color: #8B949E;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  transition: all 0.2s ease;
}
.nt-content.myDay .nt-sidebar-right-expand-btn:hover {
  color: #0EA5E9;
  background: #161B22;
  width: 28px;
}
.nt-content.myDay .nt-sidebar-right-expand-btn svg {
  transition: transform 0.2s ease;
}
.nt-content.myDay.is-right-sidebar-collapsed .nt-right-container {
  width: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
  border-left: none;
}
.nt-content.myDay.is-right-sidebar-collapsed .nt-sidebar-right {
  width: 0 !important;
  opacity: 0;
  overflow: hidden;
  border-left: none !important;
  pointer-events: none;
}
.nt-content.myDay.is-right-sidebar-collapsed .nt-main-container {
  padding-right: 0 !important;
}
.nt-content.myDay.is-right-sidebar-collapsed .nt-sidebar-right-expand-btn {
  display: flex !important;
  animation: slideInRightTab 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.nt-content.myDay.is-right-sidebar-collapsed .nt-table thead th:nth-child(4), .nt-content.myDay.is-right-sidebar-collapsed .nt-table tbody td:nth-child(4),
.nt-content.myDay.is-right-sidebar-collapsed .nt-table thead th:nth-child(5), .nt-content.myDay.is-right-sidebar-collapsed .nt-table tbody td:nth-child(5) {
  display: table-cell !important;
}

@keyframes slideInRightTab {
  from {
    transform: translateY(-50%) translateX(24px);
    opacity: 0;
  }
  to {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
}
.nt-sidebar-right {
  width: 300px;
  background: #0F1219;
  border-left: 1px solid #2D333B;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.nt-sidebar-right__header {
  flex-shrink: 0;
}
.nt-sidebar-right__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 12px;
  min-height: 44px;
}
.nt-sidebar-right__topbar--hidden {
  display: none;
}
.nt-sidebar-right__topbar-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-sidebar-right__topbar-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-sidebar-right__topbar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  color: #8B949E;
  background: transparent;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.nt-sidebar-right__topbar-link:hover {
  color: #0EA5E9;
  background: rgba(0, 136, 204, 0.1);
  border-color: rgba(0, 136, 204, 0.2);
}
.nt-sidebar-right__view-all {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: calc(100% - 32px);
  margin: 0 16px 4px;
  margin-bottom: 16px;
  padding: 9px 12px;
  background: transparent;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: rgb(70.8478320906%, 73.1096382215%, 75.6227561447%);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.nt-sidebar-right__view-all svg {
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.nt-sidebar-right__view-all:hover {
  color: #0EA5E9;
  border-color: rgba(0, 136, 204, 0.3);
  background: rgba(0, 136, 204, 0.05);
}
.nt-sidebar-right__view-all:hover svg {
  transform: translateX(3px);
}
.nt-sidebar-right__tabs {
  display: flex;
  border-bottom: 1px solid #2D333B;
  padding: 0 8px;
}
.nt-sidebar-right__tab {
  flex: 1;
  padding: 14px 4px;
  font-size: 11px;
  font-weight: 600;
  color: rgb(67.5802264568%, 70.0955537144%, 72.8903617785%);
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-bottom: -1px;
  white-space: nowrap;
}
.nt-sidebar-right__tab:hover {
  color: #FFFFFF;
}
.nt-sidebar-right__tab.is-active {
  color: #0EA5E9;
  border-bottom-color: #0EA5E9;
}
.nt-sidebar-right__scroll-body {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.nt-sidebar-right__scroll-body::-webkit-scrollbar {
  width: 6px;
}
.nt-sidebar-right__scroll-body::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-sidebar-right__scroll-body::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-sidebar-right__panel {
  display: none;
  flex-direction: column;
  flex-shrink: 0;
}
.nt-sidebar-right__panel.is-active {
  display: flex;
}
.nt-sidebar-right__body {
  flex-shrink: 0;
  padding: 12px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nt-sidebar-right__action-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  color: #8B949E;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-sidebar-right__action-toggle:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
  border-color: #2D333B;
}
.nt-sidebar-right__action-toggle.is-active {
  color: #0EA5E9;
  background: rgba(0, 136, 204, 0.15);
  border-color: rgba(0, 136, 204, 0.3);
}
.nt-sidebar-right__action-text {
  display: none;
}
.nt-sidebar-right__section-header {
  display: flex;
  align-items: center;
  padding: 16px 16px 12px;
  border-top: 1px solid rgba(45, 51, 59, 0.5);
  margin-top: 8px;
  flex-shrink: 0;
}
.nt-sidebar-right__section-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8B949E;
}
.nt-sidebar-right__new-btn {
  width: 100%;
  padding: 10px;
  background: #0088CC;
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-sidebar-right__new-btn:hover {
  background: rgb(0%, 61.3333333333%, 92%);
}
.nt-sidebar-right__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-sidebar-right__group-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0 2px;
}
.nt-sidebar-right__group-label--past {
  color: #8B949E;
}
.nt-sidebar-right__group-label--now {
  color: #0EA5E9;
}
.nt-sidebar-right__group-label--next {
  color: #F97316;
}
.nt-sidebar-right__pulse {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0EA5E9;
  flex-shrink: 0;
  animation: nt-pulse 1.5s ease infinite;
}
.nt-sidebar-right__event {
  position: relative;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 0;
  cursor: pointer;
}
.nt-sidebar-right__event--past {
  opacity: 0.55;
}
.nt-sidebar-right__event--now {
  border-left: 3px solid #0EA5E9;
  border-radius: 0 10px 10px 0;
  opacity: 1;
}
.nt-sidebar-right__event--next {
  border-left: 3px solid #F97316;
  border-radius: 0 10px 10px 0;
}
.nt-sidebar-right__event--completed {
  border-left: 3px solid #22C55E !important;
  border-radius: 0 10px 10px 0 !important;
  opacity: 0.6;
}
.nt-sidebar-right__event--completed .nt-sidebar-right__event-title {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-sidebar-right__event--completed .nt-sidebar-right__event-time {
  color: #8B949E;
}
.nt-sidebar-right__event:hover .nt-sidebar-right__event-edit {
  opacity: 1;
  visibility: visible;
}
.nt-sidebar-right__event-edit {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: rgba(11, 14, 20, 0.6);
  border: 1px solid #2D333B;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.nt-sidebar-right__event-edit svg {
  color: #8B949E;
  transition: color 0.25s ease;
}
.nt-sidebar-right__event-edit:hover {
  background: #2D333B;
  border-color: rgba(0, 136, 204, 0.3);
}
.nt-sidebar-right__event-edit:hover svg {
  color: #0EA5E9;
}
.nt-sidebar-right__event-title {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
}
.nt-sidebar-right__event-time {
  font-size: 12px;
  color: #0EA5E9;
  margin-top: 3px;
}
.nt-sidebar-right__event-tag {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-block;
}
.nt-sidebar-right__event-tag--past {
  background: rgba(139, 148, 158, 0.08);
  color: #8B949E;
}
.nt-sidebar-right__event-tag--now {
  background: rgba(14, 165, 233, 0.12);
  color: #0EA5E9;
  border: 1px solid rgba(14, 165, 233, 0.2);
}
.nt-sidebar-right__event-tag--next {
  background: rgba(239, 68, 68, 0.12);
  color: #EF4444;
  border: 1px solid rgba(239, 68, 68, 0.2);
}
.nt-sidebar-right__join-btn {
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  background: rgba(11, 14, 20, 0.6);
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.25s ease;
}
.nt-sidebar-right__join-btn svg {
  color: #0EA5E9;
}
.nt-sidebar-right__join-btn:hover {
  background: #2D333B;
  border-color: rgb(24.5701357466%, 27.8461538462%, 32.2141779789%);
}
.nt-sidebar-right__countdown {
  padding: 16px;
  background: rgba(0, 136, 204, 0.08);
  border-top: 1px solid #2D333B;
  flex-shrink: 0;
  min-height: 140px;
  align-content: center;
}
.nt-sidebar-right__countdown-label {
  margin-bottom: 20px;
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: none;
}
.nt-sidebar-right__countdown-label:not(:empty) {
  display: block;
}
.nt-sidebar-right__countdown-time {
  font-size: 32px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  transition: color 0.25s ease;
}
.nt-sidebar-right__countdown-time.is-negative {
  color: #EF4444;
}
.nt-sidebar-right .nt-activity-controls {
  display: flex;
  gap: 8px;
  align-items: center;
}
.nt-sidebar-right .nt-activity-controls__pause {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #FFFFFF;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.nt-sidebar-right .nt-activity-controls__pause:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nt-sidebar-right .nt-activity-controls__interrupt {
  width: 34px;
  height: 34px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #EF4444;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.nt-sidebar-right .nt-activity-controls__interrupt:hover {
  background: rgba(239, 68, 68, 0.25);
}
.nt-sidebar-right .nt-activity-controls__complete {
  width: 34px;
  height: 34px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #22C55E;
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.nt-sidebar-right .nt-activity-controls__complete:hover {
  background: rgba(34, 197, 94, 0.25);
}
.nt-sidebar-right .nt-activity-idle {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nt-sidebar-right .nt-activity-idle__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 136, 204, 0.1);
  border: 1px solid rgba(0, 136, 204, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #0EA5E9;
}
.nt-sidebar-right .nt-activity-idle__title {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 3px;
}
.nt-sidebar-right .nt-activity-idle__subtitle {
  font-size: 11px;
  color: #8B949E;
  line-height: 1.5;
}
.nt-sidebar-right .nt-activity-running {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nt-modal--appointments-all {
  max-width: 540px;
}
.nt-modal--appointments-all .nt-modal__header--task {
  align-items: flex-start;
}

.nt-appointments-all__date {
  font-size: 11px;
  color: #8B949E;
  margin-top: 2px;
  text-transform: capitalize;
}
.nt-appointments-all__header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.nt-appointments-all__page-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #2D333B;
  background: transparent;
  color: #8B949E;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}
.nt-appointments-all__page-link:hover {
  color: #0EA5E9;
  border-color: rgba(0, 136, 204, 0.3);
  background: rgba(0, 136, 204, 0.06);
}
.nt-appointments-all__body {
  display: flex;
  flex-direction: column;
  padding: 24px;
  gap: 0;
  overflow-y: auto;
}
.nt-appointments-all__body::-webkit-scrollbar {
  width: 6px;
}
.nt-appointments-all__body::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-appointments-all__body::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-appointments-all__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 0;
  color: #8B949E;
  font-size: 13px;
}
.nt-appointments-all__spinner {
  width: 24px;
  height: 24px;
  border: 2px solid #2D333B;
  border-top-color: #0EA5E9;
  border-radius: 50%;
  animation: nt-spin 0.7s linear infinite;
}
.nt-appointments-all__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 0;
  color: #8B949E;
  text-align: center;
}
.nt-appointments-all__empty .nt-empty-state__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 136, 204, 0.08);
  border: 1px solid rgba(0, 136, 204, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0EA5E9;
}
.nt-appointments-all__timeline {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.nt-appointments-all__footer {
  padding: 16px 24px;
  border-top: 1px solid #2D333B;
}
.nt-appointments-all__footer .nt-modal__save-btn {
  width: 100%;
}

.nt-appt-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nt-appt-section__header {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.nt-appt-section__header--past {
  color: #8B949E;
}
.nt-appt-section__header--now {
  color: #0EA5E9;
}
.nt-appt-section__header--next {
  color: #F97316;
}
.nt-appt-section__count {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 100px;
  background: rgba(45, 51, 59, 0.5);
  color: #8B949E;
}

.nt-appt-card {
  position: relative;
  display: flex;
  gap: 14px;
  padding: 14px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  cursor: pointer;
}
.nt-appt-card--past {
  opacity: 0.55;
}
.nt-appt-card--completed {
  opacity: 0.55;
}
.nt-appt-card--completed .nt-appt-card__title {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-appt-card--completed .nt-appt-card__marker-time {
  color: #8B949E;
}
.nt-appt-card--now {
  border-left: 3px solid #0EA5E9;
  border-radius: 0 10px 10px 0;
}
.nt-appt-card--next {
  border-left: 3px solid #F97316;
  border-radius: 0 10px 10px 0;
}
.nt-appt-card--cancelled {
  opacity: 0.55;
  border-left: 3px solid #6b7280;
  border-radius: 0 10px 10px 0;
}
.nt-appt-card--cancelled .nt-appt-card__title {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-appt-card--cancelled .nt-appt-card__marker-time {
  color: #8B949E;
}
.nt-appt-card .nt-appt-card__title.is-done {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-appt-card:hover .nt-appt-card__edit-btn {
  opacity: 1;
  visibility: visible;
}
.nt-appt-card__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  padding-top: 2px;
}
.nt-appt-card__marker-time {
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.nt-appt-card__marker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0EA5E9;
  animation: nt-pulse 1.5s ease infinite;
}
.nt-appt-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nt-appt-card__title {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
}
.nt-appt-card__time {
  font-size: 12px;
  color: #0EA5E9;
  margin-top: 3px;
}
.nt-appt-card__location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #8B949E;
  margin-top: 5px;
}
.nt-appt-card__location svg {
  flex-shrink: 0;
}
.nt-appt-card__tag {
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 9px;
  border-radius: 6px;
}
.nt-appt-card__tag--past {
  background: rgba(139, 148, 158, 0.08);
  color: #8B949E;
}
.nt-appt-card__tag--now {
  background: rgba(14, 165, 233, 0.12);
  color: #0EA5E9;
  border: 1px solid rgba(14, 165, 233, 0.2);
}
.nt-appt-card__tag--next {
  background: rgba(249, 115, 22, 0.12);
  color: #F97316;
  border: 1px solid rgba(249, 115, 22, 0.2);
}
.nt-appt-card__tag--cancelled {
  background: rgba(107, 114, 128, 0.1);
  color: rgb(65.4018227009%, 68.0861640431%, 71.0687655344%);
  border: 1px solid rgba(107, 114, 128, 0.2);
}
.nt-appt-card__edit-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  background: rgba(11, 14, 20, 0.6);
  border: 1px solid #2D333B;
  border-radius: 6px;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}
.nt-appt-card__edit-btn svg {
  color: #8B949E;
  transition: color 0.25s ease;
}
.nt-appt-card__edit-btn:hover {
  color: #FFFFFF;
  background: #2D333B;
  border-color: rgba(0, 136, 204, 0.3);
}
.nt-appt-card__edit-btn:hover svg {
  color: #0EA5E9;
}

@keyframes nt-spin {
  to {
    transform: rotate(360deg);
  }
}
.nt-notes {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 0 16px 16px;
  gap: 12px;
}
.nt-notes__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.nt-notes__saved {
  font-size: 11px;
  color: #8B949E;
  transition: opacity 0.25s ease;
}
.nt-notes__saved.is-saving {
  color: #0EA5E9;
}
.nt-notes__checklist-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #8B949E;
  background: transparent;
  border: 1px solid #2D333B;
  border-radius: 6px;
  padding: 4px 10px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-notes__checklist-btn:hover {
  color: #FFFFFF;
  border-color: #8B949E;
}
.nt-notes__textarea {
  flex: 1;
  background: rgba(11, 14, 20, 0.5);
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  padding: 12px;
  resize: none;
  min-height: 120px;
  transition: border-color 0.25s ease;
}
.nt-notes__textarea::-webkit-scrollbar {
  width: 6px;
}
.nt-notes__textarea::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-notes__textarea::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-notes__textarea::placeholder {
  color: rgba(139, 148, 158, 0.5);
}
.nt-notes__textarea:focus {
  outline: none;
  border-color: rgba(0, 136, 204, 0.4);
}
.nt-notes__checklist {
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
}
.nt-notes__checklist::-webkit-scrollbar {
  width: 6px;
}
.nt-notes__checklist::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-notes__checklist::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-notes__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  background: rgba(22, 27, 34, 0.5);
  border-radius: 6px;
}
.nt-notes__item input[type=checkbox] {
  accent-color: #22C55E;
  cursor: pointer;
  flex-shrink: 0;
}
.nt-notes__item-text {
  flex: 1;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  outline: none;
}
.nt-notes__item-text::placeholder {
  color: rgba(139, 148, 158, 0.4);
}
.nt-notes__item-text.is-done {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-notes__item-remove {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-notes__item-remove:hover {
  color: #EF4444;
}

.nt-checklist {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 0 16px 16px;
  gap: 12px;
}
.nt-checklist__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.nt-checklist__saved {
  font-size: 11px;
  color: #8B949E;
  transition: opacity 0.25s ease;
}
.nt-checklist__saved.is-saving {
  color: #0EA5E9;
}
.nt-checklist__add-btn-inline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #8B949E;
  background: rgba(22, 27, 34, 0.3);
  border: 1px dashed #2D333B;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
  transition: all 0.25s ease;
}
.nt-checklist__add-btn-inline svg {
  color: #8B949E;
  transition: color 0.25s ease;
}
.nt-checklist__add-btn-inline:hover {
  color: #FFFFFF;
  border-color: rgba(0, 136, 204, 0.4);
  background: rgba(0, 136, 204, 0.05);
}
.nt-checklist__add-btn-inline:hover svg {
  color: #0EA5E9;
}
.nt-checklist__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  overflow-y: auto;
}
.nt-checklist__list::-webkit-scrollbar {
  width: 6px;
}
.nt-checklist__list::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-checklist__list::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-checklist__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  background: rgba(22, 27, 34, 0.5);
  border-radius: 6px;
  border: 1.5px solid transparent;
  transition: all 0.25s ease;
}
.nt-checklist__item.is-dragging {
  opacity: 0.4;
  border-color: #0EA5E9;
  border-style: dashed;
  background: rgba(0, 136, 204, 0.05);
}
.nt-checklist__item-drag-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(139, 148, 158, 0.4);
  cursor: grab;
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  transition: all 0.25s ease;
}
.nt-checklist__item-drag-handle:hover {
  color: #0EA5E9;
  opacity: 0.8;
}
.nt-checklist__item-drag-handle:active {
  cursor: grabbing;
}
.nt-checklist__item input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #2D333B;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
  outline: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-checklist__item input[type=checkbox]::after {
  content: "";
  display: none;
  width: 4px;
  height: 8px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2.5px;
}
.nt-checklist__item input[type=checkbox]:checked {
  background: #22C55E;
  border-color: #22C55E;
}
.nt-checklist__item input[type=checkbox]:checked::after {
  display: block;
}
.nt-checklist__item input[type=checkbox]:hover {
  border-color: rgba(0, 136, 204, 0.5);
}
.nt-checklist__item-text {
  flex: 1;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  outline: none;
  resize: none;
  overflow: hidden;
  padding: 0;
  line-height: 1.5;
  min-height: 20px;
  word-break: break-word;
  white-space: pre-wrap;
}
.nt-checklist__item-text::placeholder {
  color: rgba(139, 148, 158, 0.4);
}
.nt-checklist__item-text.is-done {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-checklist__item-remove {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-checklist__item-remove:hover {
  color: #EF4444;
}

.nt-reminders {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 16px 16px;
  flex-shrink: 0;
}
.nt-reminders__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-reminders__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-left: 3px solid #0EA5E9;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  transition: opacity, background-color, border-color 0.25s ease;
}
.nt-reminders__item:hover {
  background: rgba(45, 51, 59, 0.2);
}
.nt-reminders__item--due {
  border-left-color: #EF4444;
}
.nt-reminders__item--dismissed {
  opacity: 0.35;
  border-left-color: #2D333B;
}
.nt-reminders__item-info {
  flex: 1;
}
.nt-reminders__item-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}
.nt-reminders__item-time {
  font-size: 11px;
  color: #8B949E;
}
.nt-reminders__item-time--due {
  color: #EF4444;
}
.nt-reminders__item-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.nt-reminders__item-edit, .nt-reminders__item-dismiss {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.nt-reminders__item-edit:hover, .nt-reminders__item-dismiss:hover {
  color: #FFFFFF;
  background: rgba(45, 51, 59, 0.5);
}
.nt-reminders__item-edit:hover {
  color: #0EA5E9;
}
.nt-reminders__item-dismiss:hover {
  color: #EF4444;
}

.nt-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-left: 4px solid #0EA5E9;
  border-radius: 10px;
  padding: 14px 40px 14px 16px;
  max-width: 320px;
  z-index: 200;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transform: translateX(120%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.nt-toast.is-visible {
  transform: translateX(0);
}
.nt-toast:not(:has(.nt-toast__title)) {
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding-right: 20px;
  max-width: 380px;
}
.nt-toast svg {
  flex-shrink: 0;
}
.nt-toast--success {
  border-left-color: #10b981 !important;
}
.nt-toast--success svg {
  color: #10b981 !important;
}
.nt-toast--error {
  border-left-color: #ef4444 !important;
}
.nt-toast--error svg {
  color: #ef4444 !important;
}
.nt-toast--warning {
  border-left-color: #f59e0b !important;
}
.nt-toast--warning svg {
  color: #f59e0b !important;
}
.nt-toast--info {
  border-left-color: #3b82f6 !important;
}
.nt-toast--info svg {
  color: #3b82f6 !important;
}
.nt-toast--reminder {
  border-left-color: #F97316 !important;
}
.nt-toast--reminder svg {
  color: #F97316 !important;
}
.nt-toast__title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}
.nt-toast__body {
  font-size: 12px;
  color: #8B949E;
}
.nt-toast__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.nt-toast__close:hover {
  color: #FFFFFF;
}

.nt-progress-card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
.nt-progress-card__ring {
  position: relative;
  width: 96px;
  height: 96px;
  flex-shrink: 0;
}
.nt-progress-card__ring-value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
.nt-progress-card__header-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.nt-progress-card__info {
  /* no flex needed */
}
.nt-progress-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.nt-progress-card__subtitle {
  font-size: 13px;
  color: #8B949E;
  line-height: 1.5;
}
.nt-progress-card__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  text-align: center;
}
.nt-progress-card__stat {
  padding-left: 20px;
  border-left: 1px solid #2D333B;
}
.nt-progress-card__stat-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8B949E;
  margin-bottom: 4px;
}
.nt-progress-card__stat-value {
  font-size: 22px;
  font-weight: 700;
}

@keyframes nt-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.75);
  }
}
.nt-sidebar-right-preload-show-reminders .nt-sidebar-right__panel--reminders {
  display: flex !important;
}
.nt-sidebar-right-preload-show-reminders #nt-toggle-reminders {
  color: #0EA5E9 !important;
  background: rgba(0, 136, 204, 0.15) !important;
  border-color: rgba(0, 136, 204, 0.3) !important;
}

.nt-sidebar-right-preload-show-notes .nt-sidebar-right__panel--notes {
  display: flex !important;
}
.nt-sidebar-right-preload-show-notes #nt-toggle-notes {
  color: #0EA5E9 !important;
  background: rgba(0, 136, 204, 0.15) !important;
  border-color: rgba(0, 136, 204, 0.3) !important;
}

.nt-sidebar-right-preload-show-checklist .nt-sidebar-right__panel--checklist {
  display: flex !important;
}
.nt-sidebar-right-preload-show-checklist #nt-toggle-checklist {
  color: #0EA5E9 !important;
  background: rgba(0, 136, 204, 0.15) !important;
  border-color: rgba(0, 136, 204, 0.3) !important;
}

@keyframes nt-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.nt-skeleton-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.nt-skeleton-card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  border-left: 3px solid rgba(45, 51, 59, 0.5);
}

.nt-skeleton-reminder {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  pointer-events: none;
  border-left: 3px solid rgba(45, 51, 59, 0.5);
}

.nt-skeleton-line {
  height: 12px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(45, 51, 59, 0.5) 25%, rgba(45, 51, 59, 0.8) 37%, rgba(45, 51, 59, 0.5) 63%);
  background-size: 200% 100%;
  animation: nt-shimmer 1.5s infinite linear;
}
.nt-skeleton-line--title {
  height: 14px;
  margin-bottom: 2px;
}
.nt-skeleton-line--subtitle {
  height: 10px;
}
.nt-skeleton-line--badge {
  height: 20px;
  border-radius: 6px;
  margin-top: 6px;
}

.nt-sidebar-right__accordion-header {
  display: none;
}

@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-sidebar-right__header {
    display: none !important;
  }
  .nt-sidebar-right__scroll-body {
    gap: 12px;
    padding: 8px 10px;
    overflow-y: visible !important;
  }
  .nt-sidebar-right__panel {
    display: flex !important;
    flex-direction: column;
    border: 1px solid rgba(45, 51, 59, 0.6);
    border-radius: 12px;
    background: rgba(22, 27, 34, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    overflow: hidden;
    margin-bottom: 4px;
    transition: border-color 0.25s ease, background-color 0.25s ease;
  }
  .nt-sidebar-right__panel.is-mobile-expanded {
    border-color: rgba(0, 136, 204, 0.4);
    background: rgba(22, 27, 34, 0.8);
  }
  .nt-sidebar-right__panel.is-mobile-expanded .nt-sidebar-right__accordion-header {
    background: rgba(0, 136, 204, 0.05);
    border-bottom: 1px solid rgba(45, 51, 59, 0.4);
  }
  .nt-sidebar-right__panel.is-mobile-expanded .nt-sidebar-right__accordion-chevron {
    transform: rotate(180deg);
    color: #0EA5E9;
  }
  .nt-sidebar-right__panel.is-mobile-expanded .nt-sidebar-right__panel-content {
    max-height: 1200px;
    opacity: 1;
    pointer-events: auto;
  }
  .nt-sidebar-right__accordion-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
  }
  .nt-sidebar-right__accordion-header:hover {
    background: rgba(255, 255, 255, 0.03);
  }
  .nt-sidebar-right__accordion-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
  }
  .nt-sidebar-right__accordion-title svg {
    color: #0EA5E9;
    flex-shrink: 0;
  }
  .nt-sidebar-right__accordion-chevron {
    color: #8B949E;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), color 0.2s ease;
    flex-shrink: 0;
  }
  .nt-sidebar-right__panel-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease;
  }
  .nt-sidebar-right__body,
  .nt-sidebar-right .nt-reminders,
  .nt-sidebar-right .nt-notes,
  .nt-sidebar-right .nt-checklist {
    padding: 16px !important;
  }
  .nt-sidebar-right__panel--notes {
    display: flex !important;
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  html.nt-light-theme .nt-sidebar-right__panel {
    background: rgba(255, 255, 255, 0.75);
    border-color: rgba(226, 232, 240, 0.9);
  }
  html.nt-light-theme .nt-sidebar-right__panel .nt-sidebar-right__accordion-title {
    color: #0F172A !important;
  }
  html.nt-light-theme .nt-sidebar-right__panel .nt-sidebar-right__accordion-chevron {
    color: #64748B !important;
  }
  html.nt-light-theme .nt-sidebar-right__panel.is-mobile-expanded {
    background: #FFFFFF;
  }
  html.nt-light-theme .nt-sidebar-right__panel.is-mobile-expanded .nt-sidebar-right__accordion-header {
    background: rgba(0, 136, 204, 0.03);
    border-bottom-color: rgba(226, 232, 240, 0.8);
  }
}

.nt-notes__new-btn {
  transition: transform, background-color 0.25s ease;
}
.nt-notes__new-btn:hover {
  transform: scale(1.03);
  background-color: rgb(36.1573314585%, 72.2740410905%, 37.6165924537%) !important;
}
.nt-notes__new-btn:active {
  transform: scale(0.97);
}

.nt-category-option {
  transition: all 0.2s ease;
}
.nt-category-option svg {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s;
}
.nt-category-option span {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}
.nt-category-option:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

.nt-note-card {
  position: relative;
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s;
  border: 1px solid transparent;
}
.nt-note-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.nt-note-card:hover .nt-note-card__delete {
  opacity: 1;
  transform: scale(1);
}
.nt-note-card__delete {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s ease;
  z-index: 5;
}
.nt-note-card__delete:hover {
  background: #ef4444;
}
.nt-note-card__title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.4;
}
.nt-note-card__content {
  font-size: 12px;
  line-height: 1.5;
  white-space: pre-wrap;
}
.nt-note-card--notepad {
  background: #161B22;
  border-color: #2D333B;
  color: #FFFFFF;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 20px;
}
.nt-note-card--notepad .nt-note-card__title {
  color: #FFFFFF;
}
.nt-note-card--notepad .nt-note-card__content {
  color: rgba(255, 255, 255, 0.8);
}
.nt-note-card--quote {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.2), rgba(168, 85, 247, 0.2));
  border: 1px solid rgba(168, 85, 247, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
}
.nt-note-card--quote .nt-note-card__quote-mark {
  font-family: Georgia, serif;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 14px;
}
.nt-note-card--quote .nt-note-card__quote-text {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13.5px;
  line-height: 1.6;
  margin-top: 14px;
  margin-bottom: 8px;
  color: #f3e8ff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.nt-note-card--quote .nt-note-card__quote-author {
  font-size: 11px;
  font-weight: 600;
  text-align: right;
  color: #d8b4fe;
  margin: 0;
}
.nt-note-card--idea {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(217, 119, 6, 0.15));
  border: 1px solid rgba(245, 158, 11, 0.3);
  color: #fff;
}
.nt-note-card--idea .nt-note-card__idea-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 800;
  background: #d97706;
  color: #fff;
  padding: 2px 6px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.nt-note-card--idea .nt-note-card__title {
  color: #fbbf24;
}
.nt-note-card--idea .nt-note-card__content {
  color: #fef3c7;
}
.nt-note-card--list {
  background: rgba(6, 182, 212, 0.08);
  border: 1px solid rgba(6, 182, 212, 0.25);
  color: #FFFFFF;
}
.nt-note-card--list .nt-note-card__title {
  color: #06b6d4;
  border-bottom: 1px dashed rgba(6, 182, 212, 0.2);
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.nt-note-card--list .nt-note-card__list-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nt-note-card--list .nt-note-card__list-items li {
  font-size: 11.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.9);
}
.nt-note-card--list .nt-note-card__list-bullet {
  color: #06b6d4;
  font-weight: bold;
}

html.nt-light-theme .nt-category-option {
  background: rgba(0, 0, 0, 0.03) !important;
  border-color: rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-category-option svg, html.nt-light-theme .nt-category-option span {
  color: #334155;
}
html.nt-light-theme .nt-category-option:hover {
  background: rgba(0, 0, 0, 0.06) !important;
}
html.nt-light-theme .nt-note-card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
html.nt-light-theme .nt-note-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
html.nt-light-theme .nt-note-card--notepad {
  background: #ffffff;
  border-color: #e2e8f0;
  color: #1e293b;
  background-image: linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-size: 100% 20px;
}
html.nt-light-theme .nt-note-card--notepad .nt-note-card__title {
  color: #0f172a;
}
html.nt-light-theme .nt-note-card--notepad .nt-note-card__content {
  color: #334155;
}
html.nt-light-theme .nt-note-card--quote {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08), rgba(168, 85, 247, 0.08));
  border-color: rgba(168, 85, 247, 0.25);
  color: #4f46e5;
}
html.nt-light-theme .nt-note-card--quote .nt-note-card__quote-mark {
  color: rgba(168, 85, 247, 0.25) !important;
}
html.nt-light-theme .nt-note-card--quote .nt-note-card__quote-text {
  color: #581c87;
}
html.nt-light-theme .nt-note-card--quote .nt-note-card__quote-author {
  color: #7c3aed;
}
html.nt-light-theme .nt-note-card--idea {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.08), rgba(217, 119, 6, 0.08));
  border-color: rgba(245, 158, 11, 0.25);
  color: #b45309;
}
html.nt-light-theme .nt-note-card--idea .nt-note-card__title {
  color: #d97706;
}
html.nt-light-theme .nt-note-card--idea .nt-note-card__content {
  color: #78350f;
}
html.nt-light-theme .nt-note-card--list {
  background: rgba(6, 182, 212, 0.05);
  border-color: rgba(6, 182, 212, 0.25);
  color: #0e7490;
}
html.nt-light-theme .nt-note-card--list .nt-note-card__title {
  color: #0891b2;
}
html.nt-light-theme .nt-note-card--list .nt-note-card__list-items li {
  color: #155e75;
}

.nt-note-card--editor-preview {
  padding: 16px;
  border-radius: 12px;
  box-shadow: none !important;
  cursor: default;
}
.nt-note-card--editor-preview:hover {
  transform: none !important;
  box-shadow: none !important;
}
.nt-note-card--editor-preview .nt-note-editor__input,
.nt-note-card--editor-preview .nt-note-editor__textarea {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  width: 100% !important;
  padding: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  font-family: inherit !important;
  resize: none !important;
}
.nt-note-card--editor-preview .nt-note-editor__input::placeholder,
.nt-note-card--editor-preview .nt-note-editor__textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.nt-note-card--editor-preview .nt-note-editor__input--title {
  font-size: 13px !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}
.nt-note-card--editor-preview .nt-note-editor__textarea {
  font-size: 12px !important;
  line-height: 1.5 !important;
  min-height: 80px;
}
.nt-note-card--editor-preview .nt-note-editor__author-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: flex-end;
  margin-top: 8px;
}
.nt-note-card--editor-preview .nt-note-editor__input--author {
  font-size: 11px !important;
  font-weight: 600 !important;
  text-align: right !important;
  width: auto !important;
  max-width: 150px !important;
}

.nt-note-card--quote.nt-note-card--editor-preview .nt-note-editor__textarea {
  font-family: Georgia, serif !important;
  font-style: italic !important;
  font-size: 13.5px !important;
  line-height: 1.6 !important;
  color: #f3e8ff !important;
  margin-top: 14px;
}
.nt-note-card--quote.nt-note-card--editor-preview .nt-note-editor__input--author {
  color: #d8b4fe !important;
}

html.nt-light-theme .nt-note-card--editor-preview .nt-note-editor__input,
html.nt-light-theme .nt-note-card--editor-preview .nt-note-editor__textarea {
  color: inherit !important;
}
html.nt-light-theme .nt-note-card--editor-preview .nt-note-editor__input::placeholder,
html.nt-light-theme .nt-note-card--editor-preview .nt-note-editor__textarea::placeholder {
  color: rgba(0, 0, 0, 0.45) !important;
}
html.nt-light-theme .nt-note-card--notepad {
  border-color: #cbd5e1;
  background: #ffffff;
  color: #1e293b;
}
html.nt-light-theme .nt-note-card--quote {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(168, 85, 247, 0.12));
  border-color: rgba(168, 85, 247, 0.35);
  color: #312e81;
}
html.nt-light-theme .nt-note-card--quote .nt-note-card__quote-text,
html.nt-light-theme .nt-note-card--quote .nt-note-editor__textarea {
  color: #3b0764 !important;
}
html.nt-light-theme .nt-note-card--quote .nt-note-card__quote-author,
html.nt-light-theme .nt-note-card--quote .nt-note-editor__input--author {
  color: #6b21a8 !important;
}
html.nt-light-theme .nt-note-card--idea {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(217, 119, 6, 0.12));
  border-color: rgba(217, 119, 6, 0.4);
  color: #78350f;
}
html.nt-light-theme .nt-note-card--idea .nt-note-card__title {
  color: #b45309;
}
html.nt-light-theme .nt-note-card--idea .nt-note-card__content {
  color: #451a03;
}
html.nt-light-theme .nt-note-card--list {
  background: rgba(6, 182, 212, 0.08);
  border-color: rgba(6, 182, 212, 0.35);
  color: #164e63;
}
html.nt-light-theme .nt-note-card--list .nt-note-card__title {
  color: #0891b2;
}
html.nt-light-theme .nt-note-card--list .nt-note-card__list-items li {
  color: #155e75;
}

.nt-note-card {
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s, border-top 0.15s, border-bottom 0.15s;
}
.nt-note-card.is-dragging {
  opacity: 0.35;
  transform: scale(0.97);
}
.nt-note-card.drag-over-top {
  border-top: 3px solid #4caf50 !important;
}
.nt-note-card.drag-over-bottom {
  border-bottom: 3px solid #4caf50 !important;
}

@keyframes nt-spin {
  to {
    transform: rotate(360deg);
  }
}
.nt-notes__loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  gap: 12px;
  color: #8b949e;
  width: 100%;
}
.nt-notes__loading-spinner .nt-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255, 255, 255, 0.08);
  border-top-color: #4caf50;
  border-radius: 50%;
  animation: nt-spin 0.9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

html.nt-light-theme .nt-notes__loading-spinner {
  color: #64748b;
}
html.nt-light-theme .nt-notes__loading-spinner .nt-spinner {
  border-color: rgba(0, 0, 0, 0.08);
  border-top-color: #4caf50;
}

.nt-notes__editor {
  display: none;
  margin-bottom: 16px;
}

.nt-notes__category-label {
  font-size: 11px;
  color: #8b949e;
  display: block;
  margin-bottom: 6px;
}

.nt-category-option {
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 6px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #e6edf3;
  transition: all 0.2s;
}
.nt-category-option span {
  font-size: 9px;
  font-weight: 600;
}
.nt-category-option:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}
.nt-category-option.is-active {
  border-color: #4caf50 !important;
  background: rgba(76, 175, 80, 0.12) !important;
  color: #4caf50 !important;
}

.nt-notes__btn-cancel {
  padding: 6px 12px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: #e6edf3;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s;
}
.nt-notes__btn-cancel:hover {
  background: rgba(255, 255, 255, 0.15);
}

.nt-notes__btn-save {
  padding: 6px 12px;
  font-size: 11px;
  background: #4caf50;
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}
.nt-notes__btn-save:hover {
  background: #43a047;
}

html.nt-light-theme .nt-notes__category-label {
  color: #64748b;
}
html.nt-light-theme .nt-category-option {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.08);
  color: #334155;
}
html.nt-light-theme .nt-category-option:hover {
  background: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.12);
}
html.nt-light-theme .nt-category-option.is-active {
  border-color: #4caf50 !important;
  background: rgba(76, 175, 80, 0.1) !important;
  color: #2e7d32 !important;
}
html.nt-light-theme .nt-notes__btn-cancel {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.08);
  color: #334155;
}
html.nt-light-theme .nt-notes__btn-cancel:hover {
  background: rgba(0, 0, 0, 0.08);
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-mobile-appointments {
  display: none;
}

.nt-header__open {
  display: none;
}

.nt-sidebar__close {
  display: none;
}

@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-header__action-group > #nt-system-updates-btn,
  .nt-header__action-group > #nt-support-trigger {
    display: none !important;
  }
  .nt-content.myDay {
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
  }
  .nt-content.myDay .nt-main-container {
    display: contents;
  }
  .nt-content.myDay .nt-main-container .nt-command-bar {
    display: none !important;
  }
  .nt-greeting {
    order: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .nt-command-bar {
    order: 1;
    margin-bottom: 16px !important;
  }
  .nt-right-container {
    order: 4;
  }
  .nt-progress-card {
    order: 2;
    margin-bottom: 16px !important;
  }
  .nt-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 14px 16px;
    height: auto;
    border-bottom: 1px solid #2D333B;
    background: #0F1219;
  }
  html.nt-light-theme .nt-header {
    background: #ffffff;
    border-bottom-color: #e2e8f0;
  }
  .nt-header__top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    min-height: 40px;
  }
  .nt-header__open {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #8B949E;
    font-size: 18px;
    cursor: pointer;
    margin: 0;
    flex-shrink: 0;
    line-height: 1;
  }
  html.nt-light-theme .nt-header__open {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #64748b;
  }
  .nt-header__open:hover, .nt-header__open:active {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.08);
  }
  html.nt-light-theme .nt-header__open:hover, html.nt-light-theme .nt-header__open:active {
    background: #f1f5f9;
    color: #0f172a;
  }
  .nt-header__title {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    white-space: nowrap;
  }
  html.nt-light-theme .nt-header__title {
    color: #0f172a;
  }
  .nt-header__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    flex-shrink: 0;
  }
  .nt-header__profile {
    border-left: none;
    padding-left: 0;
    margin: 0;
  }
  .nt-header__profile-info {
    display: none;
  }
  .nt-header__avatar-wrap {
    width: 38px;
    height: 38px;
  }
  .nt-header__avatar {
    width: 38px;
    height: 38px;
    font-size: 14px;
  }
  .nt-header__icon-btn {
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #8B949E;
  }
  .nt-header__icon-btn .nt-header__btn-text {
    display: none;
  }
  .nt-header__icon-btn svg {
    width: 18px;
    height: 18px;
  }
  html.nt-light-theme .nt-header__icon-btn {
    background: #ffffff;
    border-color: #e2e8f0;
    color: #64748b;
  }
  .nt-header__icon-btn:hover, .nt-header__icon-btn:active {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.08);
  }
  html.nt-light-theme .nt-header__icon-btn:hover, html.nt-light-theme .nt-header__icon-btn:active {
    background: #f1f5f9;
    color: #0f172a;
  }
  .nt-header #nt-notifications-btn .nt-header__notification-dot {
    position: absolute;
    top: 4px;
    right: 4px;
    left: auto;
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  .nt-header__bottom-row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .nt-header__date-nav {
    width: auto;
    margin: 0;
    padding: 4px 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    font-size: 14px;
  }
  html.nt-light-theme .nt-header__date-nav {
    background: #f8fafc;
    border-color: #e2e8f0;
  }
  .nt-header__date-nav .nt-header__date-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: transparent;
  }
  .nt-header__date-nav .nt-header__date-btn svg {
    width: 16px;
    height: 16px;
  }
  .nt-header__date-nav .nt-datepicker__label {
    padding: 4px 10px;
  }
  .nt-greeting {
    margin-top: 8px !important;
    margin-bottom: 16px !important;
  }
  .nt-greeting__title {
    font-size: 18px !important;
    font-weight: 700 !important;
  }
  .nt-greeting__subtitle,
  .nt-greeting #nt-home-help {
    display: none !important;
  }
  .nt-right-container {
    display: none !important;
  }
  .nt-right-container.is-open {
    display: flex !important;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    height: 100svh !important;
    height: 100dvh !important;
    background: rgba(0, 0, 0, 0.75) !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1000 !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 16px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  .nt-right-container.is-open .nt-sidebar-right {
    width: 100% !important;
    max-width: 480px !important;
    height: 80vh !important;
    max-height: 600px !important;
    background: #161B22 !important;
    border: 1px solid #2D333B !important;
    border-radius: 16px !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5) !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  html.nt-light-theme .nt-right-container.is-open .nt-sidebar-right {
    background: #ffffff !important;
    border-color: #e2e8f0 !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__header {
    border-bottom: 1px solid #2D333B !important;
    padding: 12px 16px !important;
    background: transparent !important;
    display: block !important;
    flex-shrink: 0;
  }
  html.nt-light-theme .nt-right-container.is-open .nt-sidebar-right__header {
    border-bottom-color: #e2e8f0 !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__topbar {
    padding: 0 !important;
    min-height: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__topbar-left {
    display: none !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__topbar-actions {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) auto !important;
    width: 100% !important;
    gap: 6px !important;
    align-items: center !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__action-toggle {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    width: auto !important;
    height: auto !important;
    border-radius: 8px !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    color: #8B949E !important;
    padding: 6px 2px !important;
    transition: all 0.2s ease !important;
  }
  html.nt-light-theme .nt-right-container.is-open .nt-sidebar-right__action-toggle {
    color: #64748b !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__action-toggle svg {
    width: 16px !important;
    height: 16px !important;
    stroke-width: 2.2 !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__action-toggle:hover, .nt-right-container.is-open .nt-sidebar-right__action-toggle.is-active {
    background: rgba(0, 136, 204, 0.12) !important;
    color: #0EA5E9 !important;
    border-color: rgba(0, 136, 204, 0.18) !important;
  }
  html.nt-light-theme .nt-right-container.is-open .nt-sidebar-right__action-toggle:hover, html.nt-light-theme .nt-right-container.is-open .nt-sidebar-right__action-toggle.is-active {
    background: rgba(0, 136, 204, 0.08) !important;
    color: #0088cc !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__action-toggle .nt-sidebar-right__action-text {
    display: inline !important;
    font-weight: 600 !important;
    font-size: 10px !important;
    white-space: nowrap !important;
  }
  .nt-right-container.is-open .nt-sidebar-right #nt-toggle-appointments {
    display: none !important;
  }
  .nt-right-container.is-open .nt-sidebar-right #nt-close-sidebar-right {
    display: flex !important;
    color: #EF4444 !important;
    margin-left: 4px !important;
    width: 32px !important;
    height: 32px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
  }
  .nt-right-container.is-open .nt-sidebar-right #nt-close-sidebar-right:hover {
    background: rgba(239, 68, 68, 0.1) !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__scroll-body {
    flex: 1 !important;
    overflow-y: auto !important;
    padding: 0 !important;
    display: block !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__scroll-body::-webkit-scrollbar {
    width: 6px;
  }
  .nt-right-container.is-open .nt-sidebar-right__scroll-body::-webkit-scrollbar-track {
    background: #0B0E14;
  }
  .nt-right-container.is-open .nt-sidebar-right__scroll-body::-webkit-scrollbar-thumb {
    background: #2D333B;
    border-radius: 10px;
  }
  .nt-right-container.is-open .nt-sidebar-right__accordion-header {
    display: none !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__panel-content {
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    pointer-events: auto !important;
    display: block !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__panel {
    display: none !important;
    padding: 0 !important;
    border: none !important;
    margin: 0 !important;
    box-shadow: none !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__panel.is-active {
    display: flex !important;
    flex-direction: column !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__body {
    padding: 16px !important;
    gap: 16px !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__new-btn {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__countdown {
    display: none !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__view-all {
    margin-top: 20px;
    color: #0EA5E9;
  }
  .nt-right-container.is-open .nt-sidebar-right__event {
    padding: 12px !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__event-title {
    font-size: 13px !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__event-time {
    font-size: 11px !important;
  }
  .nt-right-container.is-open .nt-sidebar-right__event-tag {
    font-size: 10px !important;
  }
  .nt-tasks {
    order: 3;
    margin-top: 16px;
  }
  .nt-table__head th {
    padding-left: 8px;
    text-align: left;
  }
  .nt-tasks__title-container {
    position: relative !important;
    overflow: visible !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
  }
  .nt-tasks__title {
    padding-top: 10px;
    padding-left: 10px;
    white-space: nowrap;
    font-size: 16px !important;
  }
  .nt-table__row {
    padding: 14px 16px !important;
    gap: 8px 12px !important;
  }
  .nt-table__title {
    font-size: 15px !important;
    font-weight: normal !important;
  }
  .nt-meta-badge {
    font-size: 12px !important;
  }
  .nt-tasks__new-btn {
    white-space: nowrap;
    font-size: 12px;
    padding: 10px 15px;
  }
  .nt-tasks__filter-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    height: 32px;
    padding: 0 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #8B949E;
    cursor: pointer;
    margin-left: auto;
  }
  .nt-tasks__filter-icon-btn svg {
    width: 16px;
    height: 16px;
  }
  .nt-tasks__filter-icon-btn span {
    font-size: 13px;
    font-weight: 500;
  }
  html.nt-light-theme .nt-tasks__filter-icon-btn {
    background: #ffffff;
    border-color: #cbd5e1;
    color: #64748b;
  }
  .nt-tasks__filter-icon-btn:hover, .nt-tasks__filter-icon-btn:active {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.08);
  }
  html.nt-light-theme .nt-tasks__filter-icon-btn:hover, html.nt-light-theme .nt-tasks__filter-icon-btn:active {
    background: #f1f5f9;
    color: #0f172a;
    border-color: #cbd5e1;
  }
}
@media screen and (max-width: 380px) {
  .nt-header__profile-info {
    display: none;
  }
  .nt-header__date-nav {
    font-size: 11px !important;
    padding: 4px 8px !important;
  }
  .nt-header__date-nav .nt-header__date-btn {
    width: 28px !important;
    height: 28px !important;
  }
  .nt-header__date-nav .nt-header__date-btn svg {
    width: 16px !important;
    height: 16px !important;
  }
  .nt-header__date-nav .nt-datepicker__label {
    padding: 4px 6px !important;
  }
}
@media screen and (max-width: 768px) {
  .nt-tasks__list-container {
    overflow-x: auto !important;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
  }
  .nt-tasks__list-container::-webkit-scrollbar {
    width: 6px;
  }
  .nt-tasks__list-container::-webkit-scrollbar-track {
    background: #0B0E14;
  }
  .nt-tasks__list-container::-webkit-scrollbar-thumb {
    background: #2D333B;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1025px) and (min-height: 701px) {
  .nt-header__top-row,
  .nt-header__bottom-row {
    display: contents !important;
  }
  .nt-header__title {
    display: none !important;
  }
  .nt-header__open {
    order: 1 !important;
  }
  .nt-header__date-nav {
    order: 2 !important;
  }
  .nt-header__mini-chat {
    order: 3 !important;
  }
  .nt-header__actions {
    order: 4 !important;
  }
  .nt-tasks .nt-tasks__filters {
    display: flex;
  }
}
@media screen and (min-width: 1025px) and (min-height: 701px) {
  html, body {
    overflow: hidden;
    height: 100%;
  }
  .nt-layout {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    overflow: hidden;
  }
  .nt-main {
    height: 100vh;
    height: 100svh;
    height: 100dvh;
    overflow: hidden;
    min-height: 0;
  }
  main.nt-content {
    min-height: 0;
    flex: 1;
  }
  .nt-content.myDay {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
  }
  .nt-content.myDay .nt-main-container {
    flex: 1;
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    -ms-overflow-style: auto;
  }
  .nt-content.myDay .nt-main-container::-webkit-scrollbar {
    width: 6px;
  }
  .nt-content.myDay .nt-main-container::-webkit-scrollbar-track {
    background: #0B0E14;
  }
  .nt-content.myDay .nt-main-container::-webkit-scrollbar-thumb {
    background: #2D333B;
    border-radius: 10px;
  }
  .nt-content.myDay .nt-main-container::-webkit-scrollbar {
    display: block;
  }
  .nt-tasks {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .nt-tasks__list-container {
    flex: 1;
    overflow-x: auto;
    overflow-y: visible;
    height: auto;
    max-height: none;
    padding-right: 4px;
  }
  .nt-tasks__list-container::-webkit-scrollbar {
    width: 6px;
  }
  .nt-tasks__list-container::-webkit-scrollbar-track {
    background: #0B0E14;
  }
  .nt-tasks__list-container::-webkit-scrollbar-thumb {
    background: #2D333B;
    border-radius: 10px;
  }
  .nt-projects-board {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .nt-projects-board__body {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    padding-right: 4px;
  }
  .nt-projects-board__body::-webkit-scrollbar {
    width: 6px;
  }
  .nt-projects-board__body::-webkit-scrollbar-track {
    background: #0B0E14;
  }
  .nt-projects-board__body::-webkit-scrollbar-thumb {
    background: #2D333B;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .nt-tasks__header {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 16px !important;
  }
  .nt-tasks__filters,
  .nt-tasks__view-toggle,
  .nt-view-select,
  .nt-tasks__filter-divider,
  .nt-tasks__controls-divider {
    display: none !important;
  }
  /* Exibe o botão de funil móvel ao lado do título */
  .nt-tasks__filter-icon-btn {
    display: flex !important;
  }
  /* MANTÉM TUDO NA MESMA LINHA: Ações no meio/direita (order: 2), Filtro na extrema direita (order: 3) */
  .nt-tasks__title-container {
    display: contents !important;
  }
  .nt-tasks__title {
    order: 1 !important;
    margin-right: auto !important;
  }
  .nt-tasks__filter-icon-btn,
  .nt-tasks__filters-group {
    order: 3 !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-left: 16px !important;
  }
  .nt-tasks__actions {
    order: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 610px) {
  .nt-tasks__filters-group {
    order: 2 !important;
    margin-left: auto !important;
  }
  .nt-tasks__actions {
    order: 3 !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 12px !important;
    display: flex !important;
    justify-content: flex-start !important;
    gap: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  /* Sidebar aberta no mobile/tablet */
  #nt-sidebar.is-open {
    transform: translateX(0) !important;
    display: block !important;
  }
}
/* Tablets (iPad Mini até iPad Pro) */
@media (min-width: 768px) and (max-width: 1024px) {
  .nt-header__title {
    left: 50% !important;
  }
}
/* Celulares */
@media (max-width: 767px) {
  .nt-header__title {
    position: static !important;
    left: auto !important;
    transform: none !important;
    width: auto !important;
    max-width: 140px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 14px !important;
    margin-left: 10px !important;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1665px) and (min-height: 701px) {
  .nt-content {
    padding: 20px !important;
  }
  .nt-content.myDay .nt-main-container {
    padding-right: 20px !important;
  }
  .nt-right-container {
    margin-right: -20px !important;
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .nt-greeting {
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .nt-greeting #nt-home-help {
    align-self: flex-start !important;
  }
}
.nt-mobile-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  overflow: hidden;
  z-index: 100;
  min-width: 170px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}
.nt-mobile-dropdown button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px 18px;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #2D333B;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.nt-mobile-dropdown button:last-child {
  border-bottom: none;
}
.nt-mobile-dropdown button:hover {
  background: rgba(0, 136, 204, 0.1);
  color: #FFFFFF;
}
.nt-mobile-dropdown button.is-active {
  background: rgba(0, 136, 204, 0.15);
  color: #0EA5E9;
  font-weight: 600;
}
.nt-mobile-dropdown__title-header {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8B949E;
  padding: 12px 18px 6px;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.02);
}
.nt-mobile-dropdown__view-segment {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 8px 12px 12px;
  background: #161B22;
}
.nt-mobile-dropdown__view-segment button {
  flex: 1 1 calc(50% - 3px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 10px !important;
  border: 1px solid #2D333B !important;
  border-radius: 6px;
  font-size: 12px !important;
  font-weight: 500;
  color: #8B949E !important;
  background: transparent !important;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #2D333B !important;
}
.nt-mobile-dropdown__view-segment button:hover {
  background: rgba(0, 136, 204, 0.05) !important;
  color: #0088CC !important;
  border-color: rgba(0, 136, 204, 0.3) !important;
}
.nt-mobile-dropdown__view-segment button.is-active {
  background: rgba(0, 136, 204, 0.1) !important;
  border-color: #0088CC !important;
  color: #0088CC !important;
  font-weight: 600 !important;
}

.nt-content.myDay .nt-tasks__list-container {
  overflow: visible !important;
}

@media screen and (min-width: 1025px) and (min-height: 701px) {
  .nt-content.myDay .nt-tasks__header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #0B0E14;
    padding-top: 16px;
    padding-bottom: 12px;
    margin-top: -16px;
    margin-bottom: 0;
  }
  .nt-content.myDay .nt-table__head th {
    background-color: #0B0E14;
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-content.myDay .nt-tasks__header {
    top: -20px !important;
    z-index: 10;
    background-color: #0B0E14;
    padding-top: 16px;
    padding-bottom: 12px;
    margin-top: -16px;
    margin-bottom: 0;
  }
  .nt-content.myDay .nt-table__head th {
    background-color: #0B0E14;
  }
}
@media screen and (max-width: 750px) {
  .nt-tasks--view-grid .nt-table__row td.nt-table__cell--project,
  .nt-tasks--view-grid .nt-table__row td.nt-table__cell--goal,
  .nt-tasks--view-grid .nt-table__row td.nt-table__cell--due,
  .nt-tasks--view-grid .nt-table__head th.nt-table__cell--project,
  .nt-tasks--view-grid .nt-table__head th.nt-table__cell--goal,
  .nt-tasks--view-grid .nt-table__head th.nt-table__cell--due,
  .nt-table__cell--project,
  .nt-table__cell--goal,
  .nt-table__cell--due {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .nt-header__open {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 22px;
    margin-right: 8px;
    padding: 8px 12px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
  }
  .nt-header__open:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .nt-sidebar__close {
    position: absolute;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.05);
    color: #8B949E;
    top: 16px;
    right: 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    z-index: 10;
  }
  .nt-sidebar__close:hover {
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
  }
  html.nt-light-theme .nt-sidebar__close {
    color: #64748B;
    border-color: #E2E8F0;
    background: #F1F5F9;
  }
  html.nt-light-theme .nt-sidebar__close:hover {
    color: #0F172A;
    background: #E2E8F0;
    border-color: #CBD5E1;
  }
  .nt-sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100% !important;
    z-index: 200 !important;
    transform: translateX(-100%) !important;
    width: 256px !important;
    overflow-y: auto;
  }
  .nt-sidebar::-webkit-scrollbar {
    width: 6px;
  }
  .nt-sidebar::-webkit-scrollbar-track {
    background: #0B0E14;
  }
  .nt-sidebar::-webkit-scrollbar-thumb {
    background: #2D333B;
    border-radius: 10px;
  }
  .nt-sidebar {
    box-shadow: 8px 0 32px rgba(0, 0, 0, 0.5) !important;
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .nt-sidebar.is-open {
    transform: translateX(0) !important;
    display: block !important;
  }
  .nt-sidebar__brand {
    padding: 14px !important;
  }
  .nt-sidebar__brand img,
  .nt-sidebar__brand svg {
    width: 120px !important;
  }
  .nt-sidebar__brand-name {
    font-size: 17px !important;
  }
  .nt-sidebar__toggle {
    display: none !important;
  }
  .nt-sidebar__nav-item {
    padding: 14px 16px !important;
  }
  .nt-sidebar__submenu-item {
    padding: 12px 16px !important;
  }
}
.nt-progress-card {
  position: relative;
}
.nt-progress-card__actions {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
}
.nt-progress-card__report-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #8B949E;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-progress-card__report-btn svg {
  color: #0088CC;
  transition: transform 0.2s ease;
}
.nt-progress-card__report-btn:hover {
  background: rgba(0, 136, 204, 0.08) !important;
  color: #FFFFFF !important;
}
.nt-progress-card__report-btn:hover svg {
  transform: scale(1.1);
}
.nt-progress-card__report-btn:active {
  background: rgba(0, 136, 204, 0.12) !important;
}
.nt-progress-card__toggle {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  color: #8B949E;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 10;
  padding: 0;
}
.nt-progress-card__toggle:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #FFFFFF !important;
}
.nt-progress-card__toggle-icon {
  transition: transform 0.3s ease;
}
.nt-progress-card.is-minimized {
  padding: 8px 16px !important;
  gap: 16px !important;
  min-height: 52px !important;
  height: 52px !important;
  margin-bottom: 16px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  border-radius: 16px !important;
}
.nt-progress-card.is-minimized .nt-progress-card__ring {
  order: 1 !important;
  width: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
}
.nt-progress-card.is-minimized .nt-progress-card__ring svg {
  width: 36px !important;
  height: 36px !important;
}
.nt-progress-card.is-minimized .nt-progress-card__ring-value {
  font-size: 9px !important;
}
.nt-progress-card.is-minimized .nt-progress-card__header-group {
  display: contents !important;
}
.nt-progress-card.is-minimized .nt-progress-card__info {
  display: none !important;
}
.nt-progress-card.is-minimized .nt-progress-card__title {
  order: 2 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.nt-progress-card.is-minimized .nt-progress-card__subtitle {
  display: none !important;
}
.nt-progress-card.is-minimized .nt-progress-card__stats {
  order: 4 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
  margin: 0 0 0 auto !important;
  border-top: none !important;
  padding-top: 0 !important;
  background: transparent !important;
}
.nt-progress-card.is-minimized .nt-progress-card__stat {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 2px !important;
  padding: 0 !important;
  padding-left: 16px !important;
  border-left: 1px solid #2D333B !important;
  margin: 0 !important;
}
.nt-progress-card.is-minimized .nt-progress-card__stat:first-child {
  border-left: none !important;
}
.nt-progress-card.is-minimized .nt-progress-card__stat-label {
  font-size: 11px !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  color: #8B949E;
}
.nt-progress-card.is-minimized .nt-progress-card__stat-value {
  font-size: 14px !important;
  font-weight: 700 !important;
}
.nt-progress-card.is-minimized .nt-progress-card__toggle {
  order: 5 !important;
  position: static !important;
  margin-left: 8px !important;
  flex-shrink: 0 !important;
}
.nt-progress-card.is-minimized .nt-progress-card__toggle .nt-progress-card__toggle-icon {
  transform: rotate(180deg) !important;
}
.nt-progress-card.is-minimized .nt-progress-card__actions {
  order: 5 !important;
  position: static !important;
  margin-left: 12px !important;
  flex-shrink: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.nt-progress-card.is-expanded {
  border-radius: 20px !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 32px !important;
  margin-bottom: 32px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2) !important;
  min-height: auto !important;
  height: auto !important;
  position: relative !important;
}
.nt-progress-card.is-expanded .nt-progress-card__header-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  flex: 1 !important;
}
.nt-progress-card.is-expanded .nt-progress-card__title {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 0 !important;
}
.nt-progress-card.is-expanded .nt-progress-card__info {
  display: block !important;
  margin: 0 !important;
}
.nt-progress-card.is-expanded .nt-progress-card__subtitle {
  display: block !important;
  font-size: 14px !important;
  color: #8B949E !important;
  line-height: 1.5 !important;
}
.nt-progress-card.is-expanded .nt-progress-card__ring {
  position: relative !important;
  width: 96px !important;
  height: 96px !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}
.nt-progress-card.is-expanded .nt-progress-card__ring svg {
  width: 96px !important;
  height: 96px !important;
}
.nt-progress-card.is-expanded .nt-progress-card__ring-value {
  position: absolute !important;
  inset: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.nt-progress-card.is-expanded .nt-progress-card__stats {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 12px !important;
  text-align: center !important;
  margin: 0 !important;
  border-top: none !important;
  padding-top: 0 !important;
}
.nt-progress-card.is-expanded .nt-progress-card__stat {
  padding-left: 20px !important;
  border-left: 1px solid #2D333B !important;
  display: block !important;
  margin: 0 !important;
}
.nt-progress-card.is-expanded .nt-progress-card__stat-label {
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  color: #8B949E !important;
  margin-bottom: 4px !important;
}
.nt-progress-card.is-expanded .nt-progress-card__stat-value {
  font-size: 22px !important;
  font-weight: 700 !important;
}
.nt-progress-card.is-expanded .nt-progress-card__toggle {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  margin: 0 !important;
}
.nt-progress-card.is-expanded .nt-progress-card__toggle .nt-progress-card__toggle-icon {
  transform: none !important;
}
.nt-progress-card.is-expanded .nt-progress-card__actions {
  position: absolute !important;
  top: 8px !important;
  right: 24px !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  z-index: 10 !important;
}
@media screen and (max-width: 1350px) {
  .nt-progress-card.is-expanded .nt-progress-card__stat-value {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1200px) {
  .nt-progress-card .nt-progress-card__subtitle {
    display: none !important;
  }
}

@media screen and (max-width: 1575px), screen and (max-height: 800px) {
  .nt-progress-card:not(.is-expanded) {
    padding: 8px 16px !important;
    gap: 16px !important;
    min-height: 52px !important;
    height: 52px !important;
    margin-bottom: 16px !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    border-radius: 16px !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__ring {
    order: 1 !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__ring svg {
    width: 36px !important;
    height: 36px !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__ring-value {
    font-size: 9px !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__header-group {
    display: contents !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__info {
    display: none !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__title {
    order: 2 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__subtitle {
    display: none !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__stats {
    order: 4 !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 0 0 auto !important;
    border-top: none !important;
    padding-top: 0 !important;
    background: transparent !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__stat {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 2px !important;
    padding: 0 !important;
    padding-left: 16px !important;
    border-left: 1px solid #2D333B !important;
    margin: 0 !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__stat:first-child {
    border-left: none !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__stat-label {
    font-size: 11px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    color: #8B949E;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__stat-value {
    font-size: 14px !important;
    font-weight: 700 !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__toggle {
    order: 5 !important;
    position: static !important;
    margin-left: 8px !important;
    flex-shrink: 0 !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__toggle .nt-progress-card__toggle-icon {
    transform: rotate(180deg) !important;
  }
  .nt-progress-card:not(.is-expanded) .nt-progress-card__actions {
    order: 5 !important;
    position: static !important;
    margin-left: 12px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .nt-progress-card.is-minimized,
  .nt-progress-card:not(.is-expanded) {
    display: grid !important;
    grid-template-columns: auto 1fr auto !important;
    grid-template-rows: auto auto !important;
    gap: 12px 16px !important;
    height: auto !important;
    min-height: auto !important;
    padding: 12px 16px !important;
  }
  .nt-progress-card.is-minimized .nt-progress-card__ring,
  .nt-progress-card:not(.is-expanded) .nt-progress-card__ring {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 !important;
  }
  .nt-progress-card.is-minimized .nt-progress-card__ring svg,
  .nt-progress-card:not(.is-expanded) .nt-progress-card__ring svg {
    width: 36px !important;
    height: 36px !important;
  }
  .nt-progress-card.is-minimized .nt-progress-card__header-group,
  .nt-progress-card:not(.is-expanded) .nt-progress-card__header-group {
    display: contents !important;
  }
  .nt-progress-card.is-minimized .nt-progress-card__title,
  .nt-progress-card:not(.is-expanded) .nt-progress-card__title {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
  .nt-progress-card.is-minimized .nt-progress-card__toggle,
  .nt-progress-card:not(.is-expanded) .nt-progress-card__toggle {
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: center !important;
    position: static !important;
    margin: 0 !important;
  }
  .nt-progress-card.is-minimized .nt-progress-card__stats,
  .nt-progress-card:not(.is-expanded) .nt-progress-card__stats {
    display: flex !important;
    grid-column: 1/span 3 !important;
    grid-row: 2 !important;
    width: 100% !important;
    margin: 0 !important;
    border-top: 1px solid #2D333B !important;
    padding-top: 10px !important;
    background: transparent !important;
    gap: 0 !important;
  }
  .nt-progress-card.is-minimized .nt-progress-card__stat,
  .nt-progress-card:not(.is-expanded) .nt-progress-card__stat {
    flex: 1 1 0% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    border-left: 1px solid #2D333B !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .nt-progress-card.is-minimized .nt-progress-card__stat:first-child,
  .nt-progress-card:not(.is-expanded) .nt-progress-card__stat:first-child {
    border-left: none !important;
  }
  .nt-progress-card.is-minimized .nt-progress-card__stat-label,
  .nt-progress-card:not(.is-expanded) .nt-progress-card__stat-label {
    font-size: 10px !important;
    margin-bottom: 2px !important;
    text-transform: uppercase;
    color: #8B949E;
  }
  .nt-progress-card.is-minimized .nt-progress-card__stat-value,
  .nt-progress-card:not(.is-expanded) .nt-progress-card__stat-value {
    font-size: 13px !important;
    font-weight: 700 !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 360px) {
  .nt-progress-card.is-minimized,
  .nt-progress-card:not(.is-expanded) {
    grid-template-rows: auto !important;
  }
  .nt-progress-card.is-minimized .nt-progress-card__stats,
  .nt-progress-card:not(.is-expanded) .nt-progress-card__stats {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .nt-progress-card.is-expanded {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 16px !important;
    padding: 20px !important;
  }
  .nt-progress-card.is-expanded .nt-progress-card__header-group {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
  }
  .nt-progress-card.is-expanded .nt-progress-card__title {
    align-self: flex-start !important;
    text-align: left !important;
    width: calc(100% - 32px) !important;
  }
  .nt-progress-card.is-expanded .nt-progress-card__ring {
    margin: 0 auto !important;
  }
  .nt-progress-card.is-expanded .nt-progress-card__info {
    width: 100% !important;
    text-align: left !important;
    margin: 0 !important;
  }
  .nt-progress-card.is-expanded .nt-progress-card__stats {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    border-top: 1px solid #2D333B !important;
    padding-top: 16px !important;
  }
  .nt-progress-card.is-expanded .nt-progress-card__stat {
    padding: 8px !important;
    border-left: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border-radius: 10px !important;
    border: 1px solid #2D333B !important;
    margin: 0 !important;
  }
  .nt-content.myDay {
    padding: 16px !important;
    padding-bottom: 150px !important;
  }
  .nt-greeting {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .nt-greeting__title {
    font-size: 18px !important;
  }
  .nt-greeting__subtitle {
    font-size: 12px !important;
  }
  .nt-command-bar {
    margin-bottom: 12px !important;
  }
  .nt-command-bar__input {
    font-size: 13px !important;
    padding: 10px 0 !important;
  }
  .nt-progress-card {
    margin-bottom: 12px !important;
  }
  .nt-tasks {
    margin-top: 12px !important;
  }
  .nt-table__row {
    padding: 8px 12px !important;
    gap: 4px 8px !important;
  }
  .nt-meta-badge {
    font-size: 10px !important;
    padding: 1px 6px !important;
  }
  .nt-sidebar-right__topbar-title {
    font-size: 14px !important;
  }
  .nt-sidebar-right__tab {
    font-size: 10px !important;
    padding: 10px 2px !important;
  }
  .nt-sidebar-right__event {
    padding: 10px !important;
  }
  .nt-sidebar-right__event-title {
    font-size: 12px !important;
  }
  .nt-sidebar-right__event-time {
    font-size: 11px !important;
  }
  .nt-sidebar-right__event-tag {
    font-size: 10px !important;
    padding: 4px 8px !important;
  }
}
.nt-myday-appointments {
  display: none !important;
}

.nt-sidebar-right__panel--progress {
  display: none !important;
}

@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-content.myDay .nt-main-container > .nt-progress-card {
    display: none !important;
  }
  #nt-toggle-appointments {
    display: none !important;
  }
  #nt-toggle-progress {
    display: flex !important;
  }
  .nt-sidebar-right__panel--progress.is-active {
    display: flex !important;
    flex-direction: column !important;
  }
  .nt-myday-appointments {
    display: block !important;
    order: 2 !important;
    margin-bottom: 24px !important;
    background: #161B22;
    border: 1px solid #2D333B;
    border-radius: 12px;
    padding: 16px;
  }
  html.nt-light-theme .nt-myday-appointments {
    background: #ffffff;
    border-color: #e2e8f0;
  }
  .nt-myday-appointments__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #2D333B;
  }
  html.nt-light-theme .nt-myday-appointments__header {
    border-bottom-color: #e2e8f0;
  }
  .nt-myday-appointments__title-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0088CC;
  }
  .nt-myday-appointments__title {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    color: #FFFFFF;
  }
  html.nt-light-theme .nt-myday-appointments__title {
    color: #1e293b;
  }
  .nt-myday-appointments__new-btn {
    background: rgba(0, 136, 204, 0.1);
    color: #0088CC;
    border: 1px solid rgba(0, 136, 204, 0.2);
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 12.5px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
  }
  .nt-myday-appointments__new-btn:hover {
    background: rgba(0, 136, 204, 0.2);
  }
  .nt-myday-appointments__body {
    min-height: 50px;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
  .nt-myday-appointments .nt-skeleton-group {
    grid-column: 1/span 2 !important;
  }
  .nt-myday-appointments .nt-empty-state {
    grid-column: 1/span 2 !important;
    padding: 16px 12px !important;
    gap: 6px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
  .nt-myday-appointments .nt-empty-state__icon-wrapper {
    margin-bottom: 0 !important;
  }
  .nt-myday-appointments .nt-empty-state__icon {
    width: 44px !important;
    height: 44px !important;
  }
  .nt-myday-appointments .nt-empty-state__icon svg {
    width: 20px !important;
    height: 20px !important;
    stroke-width: 1.8 !important;
  }
  .nt-myday-appointments .nt-empty-state__sparkle {
    display: none !important;
  }
  .nt-myday-appointments .nt-empty-state__title {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-top: 4px !important;
    margin-bottom: 2px !important;
  }
  .nt-myday-appointments .nt-empty-state__subtitle {
    font-size: 11px !important;
    color: #8B949E !important;
    margin-bottom: 4px !important;
  }
  html.nt-light-theme .nt-myday-appointments .nt-empty-state__subtitle {
    color: #64748b !important;
  }
  .nt-myday-appointments .nt-empty-state__btn {
    font-size: 11.5px !important;
    padding: 6px 12px !important;
    height: auto !important;
    margin-top: 4px !important;
  }
  .nt-myday-appointments .nt-sidebar-right__group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0 !important;
  }
  .nt-myday-appointments .nt-sidebar-right__group:only-child {
    grid-column: 1/span 2 !important;
  }
  .nt-myday-appointments .nt-sidebar-right__group-label {
    font-size: 11px;
    font-weight: 700;
    color: #8B949E;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  html.nt-light-theme .nt-myday-appointments .nt-sidebar-right__group-label {
    color: #64748b;
  }
  .nt-myday-appointments .nt-sidebar-right__pulse {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0EA5E9;
    display: inline-block;
    animation: nt-pulse 1.5s ease infinite;
  }
  .nt-myday-appointments .nt-sidebar-right__event {
    padding: 12px !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border: 1px solid #2D333B !important;
  }
  html.nt-light-theme .nt-myday-appointments .nt-sidebar-right__event {
    background: rgba(0, 0, 0, 0.01) !important;
    border-color: #e2e8f0 !important;
  }
  .nt-myday-appointments .nt-sidebar-right__event--now {
    border-left: 3px solid #0EA5E9 !important;
  }
  .nt-myday-appointments .nt-sidebar-right__event--next {
    border-left: 3px solid #F97316 !important;
  }
  .nt-myday-appointments .nt-sidebar-right__event-title {
    font-size: 14px !important;
    font-weight: 600 !important;
  }
  html.nt-light-theme .nt-myday-appointments .nt-sidebar-right__event-title {
    color: #1e293b;
  }
  .nt-myday-appointments .nt-sidebar-right__event-time {
    font-size: 11.5px !important;
  }
  .nt-myday-appointments .nt-sidebar-right__event-tag {
    font-size: 10px !important;
    padding: 4px 8px !important;
    margin-top: 8px !important;
  }
  .nt-myday-appointments__view-all {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: 100% !important;
    margin-top: 16px !important;
    padding: 10px 12px !important;
    background: transparent !important;
    border: 1px solid #2D333B !important;
    border-radius: 8px !important;
    color: rgb(70.8478320906%, 73.1096382215%, 75.6227561447%) !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
  }
  html.nt-light-theme .nt-myday-appointments__view-all {
    border-color: #e2e8f0 !important;
    color: #64748b !important;
  }
  .nt-myday-appointments__view-all:hover {
    color: #0EA5E9 !important;
    background: rgba(0, 136, 204, 0.05) !important;
    border-color: rgba(0, 136, 204, 0.2) !important;
  }
  .nt-myday-appointments__view-all svg {
    flex-shrink: 0;
  }
  .nt-sidebar-right__progress-wrapper {
    padding: 16px;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__header-group {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 4px !important;
    margin-bottom: 20px !important;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__title {
    align-self: center !important;
    text-align: center !important;
    width: 100% !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    color: #FFFFFF !important;
  }
  html.nt-light-theme .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__title {
    color: #1e293b !important;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__subtitle {
    display: block !important;
    font-size: 12px !important;
    color: #8B949E !important;
  }
  html.nt-light-theme .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__subtitle {
    color: #64748b !important;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__ring {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
    width: 120px !important;
    height: 120px !important;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__ring svg {
    width: 120px !important;
    height: 120px !important;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__ring-value {
    font-size: 24px !important;
    font-weight: 700 !important;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__info {
    width: 100% !important;
    text-align: center !important;
    margin: 0 0 20px !important;
    display: block !important;
    font-size: 13px !important;
    color: #FFFFFF !important;
  }
  html.nt-light-theme .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__info {
    color: #334155 !important;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__stats {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 0 !important;
    border-top: 1px solid #2D333B !important;
    padding-top: 16px !important;
  }
  html.nt-light-theme .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__stats {
    border-top-color: #e2e8f0 !important;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__stat {
    padding: 10px !important;
    border-left: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.02) !important;
    border-radius: 10px !important;
    border: 1px solid #2D333B !important;
    margin: 0 !important;
  }
  html.nt-light-theme .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__stat {
    background: rgba(0, 0, 0, 0.02) !important;
    border-color: #e2e8f0 !important;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__stat-label {
    font-size: 11px !important;
    color: #8B949E !important;
    margin-bottom: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }
  html.nt-light-theme .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__stat-label {
    color: #64748b !important;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__stat-value {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
  }
  html.nt-light-theme .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__stat-value {
    color: #1e293b !important;
  }
  .nt-sidebar-right__progress-wrapper .nt-progress-card .nt-progress-card__toggle {
    display: none !important;
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  body .nt-kanban-tip-banner {
    display: block !important;
    padding: 10px 16px;
    font-size: 12px;
    line-height: 1.5;
  }
  body .nt-kanban-tip-banner > * {
    display: inline !important;
    white-space: normal;
  }
}
@media screen and (max-width: 1024px) and (max-width: 375px), screen and (max-height: 700px) and (max-width: 375px) {
  body .nt-tasks__header {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }
  body .nt-tasks__title-container {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  body .nt-tasks__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  body .nt-tasks__new-btn,
  body .nt-tasks__no-date-btn {
    font-size: 12px;
    padding: 8px 12px;
  }
  body .nt-tasks--view-grid .nt-table__row td.nt-table__cell--title,
  body .nt-tasks--view-kanban-triade .nt-table__row td.nt-table__cell--title {
    padding-right: 105px;
  }
  body .nt-tasks--view-kanban-status .nt-table__row td.nt-table__cell--title {
    padding-right: 42px !important;
  }
  body .nt-tasks--view-grid .nt-table__row td.nt-table__cell--title .nt-table__title-inner,
  body .nt-tasks--view-kanban-status .nt-table__row td.nt-table__cell--title .nt-table__title-inner,
  body .nt-tasks--view-kanban-triade .nt-table__row td.nt-table__cell--title .nt-table__title-inner {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 375px) {
  body .nt-header__notifications-dropdown {
    position: fixed;
    top: 52px;
    left: 8px;
    right: 8px;
    transform: none;
    width: auto;
    max-width: none;
  }
}
@media (min-width: 376px) and (max-width: 550px) {
  body .nt-header__notifications-dropdown {
    position: fixed;
    top: 56px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 320px;
    max-width: calc(100vw - 24px);
    margin: 0;
  }
}
@media screen and (min-width: 376px) and (max-width: 1024px) {
  .nt-tasks__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  .nt-tasks__title-container {
    flex: 1 1 100%;
  }
  .nt-tasks__filters-group {
    order: 1 !important;
    width: auto !important;
    margin-top: 0 !important;
    margin-left: auto !important;
  }
  .nt-tasks__actions {
    order: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  .nt-tasks__controls-divider {
    display: none;
  }
  .nt-tasks__unscheduled-btn,
  .nt-tasks__new-btn {
    white-space: nowrap;
    font-size: 12px;
    padding: 8px 12px;
  }
}
@media screen and (max-width: 340px) {
  /* Header - título, ícones e avatar */
  .nt-header__title {
    position: static;
    left: auto;
    transform: none;
    font-size: 14px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 8px;
  }
  .nt-header__action-group {
    gap: 4px;
  }
  .nt-header__icon-btn {
    width: 30px;
    height: 30px;
    padding: 0;
  }
  .nt-header__icon-btn svg {
    width: 15px;
    height: 15px;
  }
  .nt-header__avatar-wrap {
    width: 30px;
    height: 30px;
  }
  .nt-header__open,
  #nt-mobile-menu-btn {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 16px;
  }
  .nt-header__open svg,
  #nt-mobile-menu-btn svg {
    width: 16px;
    height: 16px;
  }
  /* Navegação de data */
  .nt-header__date-nav {
    padding: 3px 8px;
    font-size: 12px;
  }
  .nt-header__date-nav .nt-header__date-btn {
    width: 26px;
    height: 26px;
  }
  .nt-header__date-nav .nt-header__date-btn svg {
    width: 14px;
    height: 14px;
  }
  .nt-header__date-nav .nt-datepicker__label {
    padding: 3px 8px;
  }
  /* Card Compromissos - título + botão na mesma linha */
  .nt-myday-appointments__header {
    flex-wrap: nowrap;
    gap: 6px;
    align-items: center;
  }
  .nt-myday-appointments__title-wrapper {
    flex: 0 1 auto;
    min-width: 0;
    gap: 4px;
  }
  .nt-myday-appointments__title-wrapper svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
  .nt-myday-appointments__title {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .nt-myday-appointments__new-btn {
    font-size: 11px;
    padding: 5px 8px;
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: auto;
  }
  /* Tarefas em foco - título + ícone + filtros na mesma linha */
  .nt-tasks__header {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
  }
  .nt-tasks__title-container {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .nt-tasks__title {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
  }
  .nt-tasks__filter-icon-btn {
    flex-shrink: 0;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-header__action-group {
    margin-right: 12px;
  }
  #nt-notifications-btn,
  #nt-theme-toggle {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }
}
/* ==========================================================================
   Unificação de Filtros Mobile (Task Table)
   ========================================================================== */
/* Padrão (Desktop): Ocultar as seções mobile dentro do modal */
.nt-mobile-only-filters,
.nt-mobile-only-filters-header {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* Mobile/Tablet: Mostrar a seção exclusiva de filtros no modal */
  .nt-mobile-only-filters,
  .nt-mobile-only-filters-header {
    display: flex !important; /* usar flex/block dependendo do elemento, mas ambos aceitam flex ou block corretamente. O header precisa de flex, o filters block. */
  }
  .nt-mobile-only-filters {
    display: block !important;
  }
  /* Forçar exibição dos botões internos, pois o CSS base oculta .nt-tasks__filters no mobile */
  .nt-tasks-filter-dropdown .nt-tasks__filters,
  .nt-tasks-filter-dropdown .nt-tasks__view-toggle {
    display: flex !important;
  }
  .nt-tasks-filter-dropdown .nt-mobile-view-modes-grid {
    display: grid !important;
  }
  /* Backdrop Fixo (independente do stacking context do modal) */
  .nt-tasks-filter-dropdown-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 99998 !important;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  .nt-tasks-filter-dropdown.is-open ~ .nt-tasks-filter-dropdown-backdrop,
  .nt-tasks-filter-dropdown-backdrop.is-open { /* Caso alternemos via JS */
    opacity: 1;
    pointer-events: auto;
  }
  /* Transformar o dropdown em um MODAL flutuante no centro da tela */
  .nt-tasks-filter-dropdown {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(0.95) !important;
    right: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 500px !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
    z-index: 99999 !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5) !important;
  }
  .nt-tasks-filter-dropdown.is-open {
    transform: translate(-50%, -50%) scale(1) !important;
  }
  /* Ajustar layout dos campos para ficarem 2 por linha */
  .nt-tasks-filter-dropdown__field {
    flex: 1 1 calc(50% - 12px) !important;
  }
  /* Garantir que os campos de Status e Visualização ocupem 100% da largura */
  .nt-mobile-only-filters .nt-tasks-filter-dropdown__field {
    flex: 1 1 100% !important;
  }
  /* Ocultar a barra de ferramentas legada de status e visualização */
  .nt-tasks__header-row-2 {
    display: none !important;
  }
  /* Ocultar o botão de funil legado (o novo botão "Filtros" assume a função) */
  .nt-tasks__advanced-filter-btn {
    display: none !important;
  }
}
/* Elevar header, main e containers inteiros quando o modal estiver aberto para ficar sobreposto ao menu lateral */
.nt-tasks__header:has(.nt-tasks-filter-dropdown.is-open),
.nt-tasks:has(.nt-tasks-filter-dropdown.is-open),
.nt-main:has(.nt-tasks-filter-dropdown.is-open),
.nt-layout:has(.nt-tasks-filter-dropdown.is-open) .nt-main,
body.nt-filter-modal-open .nt-main,
body.nt-filter-modal-open .nt-tasks,
body.nt-filter-modal-open .nt-tasks__header {
  z-index: 100000 !important;
  position: relative;
}

.nt-mobile-view-table-btn {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .nt-mobile-view-table-btn {
    display: flex !important;
  }
}
#splash-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(circle at center, #1c1917 0%, #0c0a09 100%); /* Warm premium dark gradient */
  z-index: 999999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  overflow: hidden;
}

html.show-splash #splash-overlay {
  display: flex;
}

/* Greeting Style */
.splash-greeting {
  text-align: center;
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  opacity: 0;
  transform: translateY(-20px);
  animation: splashFadeInDown 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.15s;
}

.splash-greeting-welcome {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: #60a5fa; /* Soft blue accent */
  text-transform: uppercase;
  margin-bottom: 8px;
  text-shadow: 0 0 20px rgba(96, 165, 250, 0.3);
}

.splash-greeting-time {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0;
  background: linear-gradient(135deg, #ffffff 40%, #a8a29e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
}

/* Video Container Style */
.splash-video-container {
  position: relative;
  width: 75%;
  max-width: 800px;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.95), 0 0 0 1px rgba(255, 255, 255, 0.08);
  background-color: #000000;
  opacity: 0;
  transform: scale(0.96);
  animation: splashScaleIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.splash-video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Elegant vignette on the video to blend it nicely */
.splash-vignette {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.4) 100%);
  pointer-events: none;
}

/* Footer / Loader Style */
.splash-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-family: "Outfit", sans-serif;
  width: 80%;
  max-width: 420px;
  opacity: 0;
  transform: translateY(20px);
  animation: splashFadeInUp 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  animation-delay: 0.3s;
}

.splash-progress-track {
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.splash-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #3b82f6, #60a5fa, #3b82f6);
  background-size: 200% 100%;
  animation: progressGlow 2s linear infinite, fillProgress 12s linear forwards;
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.5);
}

.splash-loading-text {
  font-size: 0.95rem;
  font-weight: 400;
  color: #a8a29e;
  letter-spacing: 0.5px;
  min-height: 24px;
  text-align: center;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.splash-loading-text.fade-text-out {
  opacity: 0;
  transform: translateY(-4px);
}
.splash-loading-text.fade-text-in {
  opacity: 1;
  transform: translateY(0);
}

/* Glassmorphism translucent skip button */
.splash-skip-btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 1000000;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  color: #ffffff;
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
  outline: none;
  letter-spacing: 0.5px;
}
.splash-skip-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.5);
}
.splash-skip-btn:hover i {
  transform: translateX(3px);
}
.splash-skip-btn:active {
  transform: translateY(0) scale(1);
}
.splash-skip-btn i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

/* Animations */
@keyframes splashFadeInDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes splashFadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes splashScaleIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes progressGlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes fillProgress {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
/* Sophisticated fade out transition */
#splash-overlay.fade-out {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.8s;
}

.nt-offline-banner {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99999;
  max-width: 440px;
  width: calc(100vw - 48px);
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(245, 158, 11, 0.35);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 16px 36px -6px rgba(0, 0, 0, 0.6), 0 0 20px rgba(245, 158, 11, 0.15);
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #F8FAFC;
  transform: translateY(120%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, visibility 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.nt-offline-banner.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.nt-offline-banner.is-restored {
  border-color: rgba(16, 185, 129, 0.45);
  box-shadow: 0 16px 36px -6px rgba(0, 0, 0, 0.6), 0 0 24px rgba(16, 185, 129, 0.25);
}
.nt-offline-banner.is-restored .nt-offline-banner-icon {
  background: rgba(16, 185, 129, 0.18);
  border-color: rgba(16, 185, 129, 0.35);
  color: #34D399;
}
.nt-offline-banner.is-restored .nt-offline-banner-pulse {
  background-color: #10B981;
  box-shadow: 0 0 10px #10B981;
  animation: none;
}

.nt-offline-banner-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(245, 158, 11, 0.18);
  border: 1px solid rgba(245, 158, 11, 0.3);
  color: #FBBF24;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.nt-offline-banner-icon svg {
  width: 20px;
  height: 20px;
}

.nt-offline-banner-content {
  flex: 1;
  min-width: 0;
}

.nt-offline-banner-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.nt-offline-banner-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #F8FAFC;
  letter-spacing: -0.01em;
}

.nt-offline-banner-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #F59E0B;
  box-shadow: 0 0 8px #F59E0B;
  animation: ntOfflinePulse 1.5s ease-in-out infinite alternate;
}

.nt-offline-banner-msg {
  font-size: 0.825rem;
  line-height: 1.5;
  color: #94A3B8;
  margin: 0;
}

.nt-offline-banner-close {
  background: none;
  border: none;
  color: #64748B;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s, background-color 0.2s;
}
.nt-offline-banner-close:hover {
  color: #F8FAFC;
  background-color: rgba(255, 255, 255, 0.08);
}
.nt-offline-banner-close svg {
  width: 16px;
  height: 16px;
}

@keyframes ntOfflinePulse {
  from {
    opacity: 0.4;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1.1);
  }
}
@media (max-width: 640px) {
  .nt-offline-banner {
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: calc(100vw - 32px);
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

html:has(.nt-auth),
body:has(.nt-auth) {
  overflow: auto;
  height: auto;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  max-height: none;
}

.nt-auth {
  display: flex;
  width: 100%;
  overflow-y: auto;
}
.nt-auth__right {
  background: #161B22;
  position: relative;
  padding: clamp(32px, 5vmin, 64px);
  padding-bottom: 90px;
  min-width: 50%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nt-auth__right > *:not(.nt-auth__copyright):not(.nt-auth__terms) {
  width: 100%;
  max-width: 420px;
}
.nt-auth__right .nt-auth__title {
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 8px;
  text-align: left;
  margin-top: 0;
}
.nt-auth__subtitle {
  font-size: 15px;
  color: #8B949E;
  margin-bottom: 36px;
  text-align: left;
}
.nt-auth__field {
  margin-bottom: 18px;
}
.nt-auth__field:last-of-type {
  margin-bottom: 28px;
}
.nt-auth__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.nt-auth__input {
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding: 12px 14px;
  box-sizing: border-box;
  transition: border-color box-shadow 0.25s ease;
}
.nt-auth__input::placeholder {
  color: rgba(139, 148, 158, 0.5);
}
.nt-auth__input:focus {
  outline: none;
  border-color: rgba(0, 136, 204, 0.6);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.1);
}
.nt-auth__input:invalid {
  color: rgba(139, 148, 158, 0.5);
}
.nt-auth__input option {
  color: #FFFFFF;
}
.nt-auth__password-wrapper {
  display: flex;
  align-items: center;
}
.nt-auth__password-toggle {
  background: transparent;
  border: none;
  color: #8b95a7;
  cursor: pointer;
  font-size: 15px;
  margin-left: -8%;
  margin-top: 1%;
  display: none;
}
.nt-auth__password-toggle:hover {
  color: #c5cade;
}
.nt-auth__submit {
  width: 100%;
  padding: 13px;
  background: #0088CC;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 15px;
  transition: all 0.25s ease;
}
.nt-auth__submit:hover {
  background: rgb(0%, 64%, 96%);
}
.nt-auth__submit:active {
  background: rgb(0%, 46.6666666667%, 70%);
}
.nt-auth__submit:disabled {
  background: rgba(0, 136, 204, 0.7);
  cursor: not-allowed;
  opacity: 0.8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nt-auth__error {
  font-size: 11px;
  color: #EF4444;
  margin-top: 5px;
  display: block;
}
.nt-auth__error-summary {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 13px;
  color: #EF4444;
  margin-bottom: 20px;
  display: none;
  justify-content: flex-start;
}
.nt-auth__error-summary:has(.validation-summary-errors) {
  display: flex;
}
.nt-auth__error-summary ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
}
.nt-auth__error-summary li {
  margin: 0;
  padding: 0;
}
.nt-auth__divider {
  display: none;
}
.nt-auth__footer {
  text-align: center;
  font-size: 13px;
  color: #8B949E;
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.nt-auth__link {
  color: #0EA5E9;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.25s ease;
}
.nt-auth__link:hover {
  color: rgb(21.5749781694%, 72.3997777249%, 95.2877669286%);
}
.nt-auth__socials-title {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.nt-auth__socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}
.nt-auth__social-btn {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #2D333B;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B949E;
  text-decoration: none;
  transition: all 0.25s ease;
}
.nt-auth__social-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: #FFFFFF;
}
.nt-auth__social-btn svg {
  width: 17px;
  height: 17px;
}
.nt-auth__legality {
  text-align: center;
  color: #0EA5E9;
  text-decoration: underline;
  transition: color 0.25s ease;
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
.nt-auth__copyright {
  padding-top: 15px;
  text-align: center;
  font-size: 10px;
  color: rgba(139, 148, 158, 0.45);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.nt-auth__copyright a {
  color: #0EA5E9;
  text-decoration: underline;
  transition: color 0.25s ease;
}
.nt-auth__copyright a:hover {
  color: rgb(21.5749781694%, 72.3997777249%, 95.2877669286%);
}
.nt-auth__address {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  border-left: 3px solid transparent;
  padding-left: 0;
  margin-bottom: 0;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease, padding-left 0.4s ease, border-color 0.4s ease, margin-bottom 0.4s ease;
}
.nt-auth__address--visible {
  max-height: 1500px;
  opacity: 1;
  border-left-color: #0088CC;
  padding-left: 16px;
  margin-bottom: 24px;
}

.ts-dropdown {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #FFFFFF;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.ts-dropdown .option {
  padding: 10px 14px;
  cursor: pointer;
  color: #FFFFFF;
}
.ts-dropdown .option.active, .ts-dropdown .option:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nt-auth__right {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}

.nt-auth__terms {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
}

/* ==========================================================================
   Light Theme Overrides for Auth Pages
   ========================================================================== */
.nt-auth-theme-toggle {
  position: fixed;
  top: 24px;
  right: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #c5cade;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.nt-auth-theme-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transform: scale(1.05);
}
.nt-auth-theme-toggle .nt-theme-icon-light {
  display: block;
}
.nt-auth-theme-toggle .nt-theme-icon-dark {
  display: none;
}

html.nt-light-theme .nt-auth-theme-toggle {
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #4b5563;
}
html.nt-light-theme .nt-auth-theme-toggle:hover {
  background: rgba(0, 0, 0, 0.08);
  color: #1f2937;
}
html.nt-light-theme .nt-auth-theme-toggle .nt-theme-icon-light {
  display: none;
}
html.nt-light-theme .nt-auth-theme-toggle .nt-theme-icon-dark {
  display: block;
}
html.nt-light-theme .nt-auth__left {
  background: #F4F6F9;
}
html.nt-light-theme .nt-auth__brand-name {
  color: #0F172A;
}
html.nt-light-theme .nt-auth__logo-img.nt-logo-dark {
  display: none !important;
}
html.nt-light-theme .nt-auth__logo-img.nt-logo-light {
  display: block !important;
}
html.nt-light-theme .nt-auth__left .nt-auth__title {
  color: #0F172A;
}
html.nt-light-theme .nt-auth__caption {
  color: #64748B;
}
html.nt-light-theme .nt-auth__reviews {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-auth__testimony {
  color: #4B5563;
}
html.nt-light-theme .nt-auth__dot {
  background: rgba(0, 0, 0, 0.15);
}
html.nt-light-theme .nt-auth__dot--active {
  background: #0088CC;
}
html.nt-light-theme .nt-auth__right {
  background: #FFFFFF;
  border-left: 1px solid #E2E8F0;
}
html.nt-light-theme .nt-auth__right .nt-auth__title {
  color: #0F172A;
}
html.nt-light-theme .nt-auth__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-auth__label {
  color: #64748B;
}
html.nt-light-theme .nt-auth__input {
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-auth__input::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-auth__input:focus {
  border-color: #0088CC;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.1);
}
html.nt-light-theme .nt-auth__input option {
  color: #1E293B;
  background: #FFFFFF;
}
html.nt-light-theme .nt-auth__password-toggle {
  color: #64748B;
}
html.nt-light-theme .nt-auth__password-toggle:hover {
  color: #1F2937;
}
html.nt-light-theme .nt-auth__remember {
  color: #64748B;
}
html.nt-light-theme .nt-auth__forgot {
  color: #0088CC;
}
html.nt-light-theme .nt-auth__forgot:hover {
  color: #006699;
}
html.nt-light-theme .nt-auth__divider {
  border-top: 1px solid #E2E8F0;
}
html.nt-light-theme .nt-auth__footer {
  color: #64748B;
}
html.nt-light-theme .nt-auth__link {
  color: #0088CC;
}
html.nt-light-theme .nt-auth__link:hover {
  color: #006699;
}
html.nt-light-theme .nt-auth__social-btn {
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-auth__social-btn:hover {
  background: #E2E8F0;
  border-color: #CBD5E1;
  color: #1F2937;
}
html.nt-light-theme .nt-auth__copyright {
  color: #94A3B8;
}
html.nt-light-theme .nt-auth__copyright a {
  color: #0088CC;
}
html.nt-light-theme .nt-auth__copyright a:hover {
  color: #006699;
}
html.nt-light-theme .nt-auth__success-alert {
  border-color: #c8e6c9 !important;
}
html.nt-light-theme .nt-auth .nt-stepper__item {
  color: #64748B;
}
html.nt-light-theme .nt-auth .nt-stepper__item--active, html.nt-light-theme .nt-auth .nt-stepper__item.completed {
  color: #0F172A;
  font-weight: 600;
}
html.nt-light-theme .nt-auth__terms-label {
  color: #64748B;
}
html.nt-light-theme .nt-auth__terms-label input[type=checkbox] {
  accent-color: #0088CC;
}
html.nt-light-theme .nt-auth__input-code {
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-auth__input-code:focus {
  border-color: #0088CC;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.1);
}
html.nt-light-theme .nt-auth .ts-wrapper.nt-auth__input .ts-control {
  background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234b5563' stroke-width='3'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center !important;
  border: 1px solid #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-auth .ts-wrapper.nt-auth__input .ts-control > input {
  color: #1E293B !important;
}
html.nt-light-theme .nt-auth .ts-wrapper.nt-auth__input .ts-control > input::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-auth .ts-wrapper.nt-auth__input.focus .ts-control {
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-auth .ts-wrapper.nt-auth__input .ts-placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-auth select.nt-auth__input {
  background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234b5563' stroke-width='3'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center !important;
  color: #1E293B;
  border: 1px solid #CBD5E1;
}
html.nt-light-theme .nt-auth__security-badge {
  background: #F1F5F9;
  border: 1px solid #CBD5E1;
}
html.nt-light-theme .nt-auth__security-badge:hover {
  background: #E2E8F0;
}
html.nt-light-theme .nt-auth__security-popover {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #E2E8F0;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-auth__security-text {
  color: #1E293B;
}
html.nt-light-theme .nt-auth__security-label {
  color: #64748B;
}
html.nt-light-theme .nt-auth__code-hint {
  color: #64748B;
}
html.nt-light-theme .nt-auth__code-hint strong {
  color: #0F172A;
}
html.nt-light-theme .nt-auth__timer {
  color: #64748B;
}
html.nt-light-theme .nt-auth__skip-label {
  color: #64748B;
}
html.nt-light-theme .nt-auth__hint {
  color: #64748B !important;
}
html.nt-light-theme .nt-auth__submit--ghost {
  border: 1px solid #CBD5E1;
  color: #4B5563;
}
html.nt-light-theme .nt-auth__submit--ghost:hover {
  background-color: #F1F5F9;
  color: #1F2937;
}
html.nt-light-theme .ts-dropdown {
  background: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  color: #1E293B !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .ts-dropdown .option {
  color: #1E293B !important;
}
html.nt-light-theme .ts-dropdown .option.active, html.nt-light-theme .ts-dropdown .option:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-auth__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.nt-auth__remember {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #8B949E;
  cursor: pointer;
}
.nt-auth__remember input[type=checkbox] {
  accent-color: #0088CC;
  cursor: pointer;
}
.nt-auth__forgot {
  font-size: 13px;
  color: #0EA5E9;
  text-decoration: none;
  transition: color 0.25s ease;
}
.nt-auth__forgot:hover {
  color: rgb(21.5749781694%, 72.3997777249%, 95.2877669286%);
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

/* ============================================
   REGISTER - Estilos base (mobile-first)
   Media queries ficam em responsiveRegister/
   ============================================ */
/* -- Stepper -- */
.nt-stepper {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.nt-stepper__item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #495057;
  transition: color 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
  /* Etapas futuras: invisíveis mas mantêm o espaço */
}
.nt-stepper__item[data-step-hidden=true] {
  visibility: hidden;
}
.nt-stepper__item--active, .nt-stepper__item.completed {
  color: #ffffff;
}
.nt-stepper__circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #1a1d26;
  border: 2px solid #2d323e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
  font-size: 0; /* esconde o número */
  color: transparent; /* garante que nada apareça */
}
.nt-stepper__text {
  font-size: 11px;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.nt-stepper {
  /* Bolinha ativa: ponto branco com fundo azul */
}
.nt-stepper__item--active .nt-stepper__circle {
  background-color: #005a8d;
  border: 5px solid #ffffff;
  box-shadow: 0 0 10px rgba(0, 90, 141, 0.5);
}
.nt-stepper {
  /* Bolinha concluída: azul com check */
}
.nt-stepper__item.completed .nt-stepper__circle {
  background-color: #005a8d;
  border: none;
}
.nt-stepper__item.completed .nt-stepper__circle::after {
  content: "✓";
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
}
.nt-stepper {
  /* Etapa visitada sendo reeditada */
}
.nt-stepper__item--editing {
  opacity: 0.6;
}
.nt-stepper__item--editing .nt-stepper__circle {
  background-color: rgba(0, 90, 141, 0.5);
}

/* -- Layout da coluna direita -- */
.nt-auth__right {
  flex: 1.2;
  padding: 40px 24px;
  background-color: #161922;
  flex-direction: column;
  padding-top: clamp(40px, 6vh, 80px);
}
.nt-auth__right .nt-auth__title {
  margin-top: 0;
}

/* -- Input base -- */
.nt-auth__input {
  background-color: #0f111a;
  border: 1px solid #2d323e;
  padding: 12px 16px;
  border-radius: 6px;
  margin-top: 6px;
}
.nt-auth__input:focus {
  border-color: #00a8ff;
}

/* -- Date input escuro -- */
input[type=date] {
  color-scheme: dark;
}
input[type=date]::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="white" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
}

/* -- Checkbox de termos -- */
.nt-auth__terms-check {
  margin-top: 28px;
  margin-bottom: 20px;
}

.nt-auth__terms-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: #ffffff;
  cursor: pointer;
}
.nt-auth__terms-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.nt-auth__terms-label:hover .nt-auth__checkbox-custom {
  border-color: #005a8d;
}

.nt-auth__checkbox-custom {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(45, 51, 59, 0.8);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.nt-auth__checkbox-custom::after {
  content: "✓";
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0;
  transform: scale(0.6);
  transition: transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46), opacity 0.15s ease;
}
input[type=checkbox]:checked ~ .nt-auth__checkbox-custom {
  background-color: #005a8d;
  border-color: #005a8d;
  box-shadow: 0 0 8px rgba(0, 90, 141, 0.4);
}
input[type=checkbox]:checked ~ .nt-auth__checkbox-custom::after {
  opacity: 1;
  transform: scale(1);
}
input[type=checkbox]:focus-visible ~ .nt-auth__checkbox-custom {
  border-color: #00a8ff;
  box-shadow: 0 0 0 2px rgba(0, 168, 255, 0.25);
}

/* -- Botão submit -- */
.nt-auth__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.nt-auth__submit--ghost {
  background: transparent;
  border: 1px solid #2d323e;
  margin-top: 10px;
}
.nt-auth__submit--ghost:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

/* -- Código de verificação -- */
.nt-auth__code-group {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 30px;
}

.nt-auth__input-code {
  width: 40px;
  height: 50px;
  background: #0f111a;
  border: 1px solid #2d323e;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.nt-auth__input-code:focus {
  border-color: #00a8ff;
  outline: none;
}

/* -- TomSelect customizado -- */
.ts-wrapper.nt-auth__input {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.ts-wrapper.nt-auth__input .ts-control {
  background: #0f111a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center !important;
  border: 1px solid #2d323e !important;
  border-radius: 6px !important;
  color: #fff;
  font-size: 14px;
  padding: 12px 16px !important;
  min-height: 46px !important;
  box-shadow: none;
}
.ts-wrapper.nt-auth__input .ts-control > input {
  color: #fff !important;
}
.ts-wrapper.nt-auth__input .ts-control > input::placeholder {
  color: #fff !important;
  opacity: 1 !important;
  font-size: 14px !important;
}
.ts-wrapper.nt-auth__input.focus .ts-control {
  border-color: #00a8ff !important;
}

.ts-dropdown {
  background: #0f111a !important;
  border: 1px solid #2d323e !important;
  border-radius: 6px;
  color: #fff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.ts-dropdown .option {
  padding: 10px 14px;
  cursor: pointer;
  color: #fff !important;
}
.ts-dropdown .option.active, .ts-dropdown .option:hover {
  background: #005a8d !important;
  color: #fff;
}

/* -- Selects nativos -- */
select.nt-auth__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #0f111a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 12px center !important;
  padding-right: 40px !important;
}

/* -- Timer -- */
.nt-auth__timer {
  text-align: center;
  font-size: 0.85rem;
  color: #666;
  margin-top: 1rem;
  font-weight: 500;
}

/* -- Security Widget -- */
.nt-auth__security-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  padding-right: 4px;
}

.nt-auth__security-widget {
  position: relative;
  z-index: 10;
}
.nt-auth__security-widget[data-status=warning] .nt-auth__security-badge i {
  color: #f59e0b;
}
.nt-auth__security-widget[data-status=warning] .nt-auth__security-pulse {
  border-color: #f59e0b;
}
.nt-auth__security-widget[data-status=blocked] .nt-auth__security-badge i {
  color: #ef4444;
}
.nt-auth__security-widget[data-status=blocked] .nt-auth__security-pulse {
  border-color: #ef4444;
}

.nt-auth__security-badge {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  position: relative;
  transition: all 0.25s ease;
}
.nt-auth__security-badge i {
  font-size: 1.1rem;
  color: var(--nt-primary);
  transition: all 0.25s ease;
}
.nt-auth__security-badge:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.nt-auth__security-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--nt-primary);
  opacity: 0;
  animation: nt-security-pulse 2s infinite;
  pointer-events: none;
}

@keyframes nt-security-pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.nt-auth__security-popover {
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
  width: 260px;
  background: rgba(15, 23, 42, 0.98);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.nt-auth__security-widget:hover .nt-auth__security-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nt-auth__security-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-auth__security-item[hidden] {
  display: none !important;
}
.nt-auth__security-item:last-child {
  margin-bottom: 0;
}
.nt-auth__security-item i {
  width: 24px;
  text-align: center;
  font-size: 1rem;
  color: #94a3b8;
}

.nt-auth__security-text {
  font-size: 0.82rem;
  color: #e2e8f0;
  font-weight: 500;
}

/* -- Form step -- */
.form-step {
  position: relative;
}
.form-step[hidden] {
  display: none !important;
}

/* ── Adições para o Security Widget e layout ──────────────────── */
/* Container label + valor dentro de cada item do popover */
.nt-auth__security-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

/* Rótulo superior (ex: "Expiração do código") */
.nt-auth__security-label {
  font-size: 0.68rem;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 1;
}

/* Valor do countdown — sobreescrito pelo JS a cada segundo */
.nt-auth__security-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #e2e8f0;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.5px;
}

/* Status "expirado" no item */
.nt-auth__security-item[data-type=expiration][data-expired=true] .nt-auth__security-text {
  color: #ef4444;
}
.nt-auth__security-item[data-type=expiration][data-expired=true] i {
  color: #ef4444;
}

/* ── Linha dupla (Cidade/Estado, Logradouro/Número) ─────────── */
.nt-auth__row {
  display: flex;
  gap: 12px;
}
.nt-auth__row .nt-auth__field--grow {
  flex: 1 1 0;
  min-width: 0;
}
.nt-auth__row .nt-auth__field--shrink {
  flex: 0 0 80px;
}

/* ── Hint de senha ───────────────────────────────────────────── */
.nt-auth__hint {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 6px;
  line-height: 1.4;
}

/* ── Hint do e-mail na etapa 3 ──────────────────────────────── */
.nt-auth__code-hint {
  text-align: center;
  font-size: 0.82rem;
  color: #94a3b8;
  margin-bottom: 4px;
}
.nt-auth__code-hint strong {
  color: #e2e8f0;
}

/* ── Actions na etapa de código (Voltar + Reenviar lado a lado) */
.nt-auth__actions {
  display: flex;
  gap: 10px;
  margin-top: 0;
}
.nt-auth__actions .nt-auth__submit {
  flex: 1;
  margin-top: 16px;
}
.nt-auth__actions--code {
  margin-top: 8px;
}
.nt-auth__actions--code .nt-auth__submit {
  margin-top: 0;
}

.nt-auth__date-selects {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}
.nt-auth__date-selects .ts-wrapper.nt-auth__input--day {
  flex: 2;
  min-width: 0;
}
.nt-auth__date-selects .ts-wrapper.nt-auth__input--month {
  flex: 3;
  min-width: 0;
}
.nt-auth__date-selects .ts-wrapper.nt-auth__input--year {
  flex: 2;
  min-width: 0;
}
.nt-auth__date-selects .ts-control > input[role=combobox] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
}
.nt-auth__date-selects .ts-placeholder {
  color: #ffffff;
  pointer-events: none;
}

.nt-auth__skip {
  margin-top: 16px;
  margin-bottom: 16px;
}

.nt-auth__skip-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: #ffffff;
  cursor: pointer;
}
.nt-auth__skip-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.nt-auth__skip-label:hover .nt-auth__checkbox-custom {
  border-color: #005a8d;
}
.nt-auth__skip-label--error {
  color: #e53935;
}
.nt-auth__skip-label--error .nt-auth__checkbox-custom {
  border-color: #e53935;
  box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.2);
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-auth__left {
  background: #0B0E14;
  padding: clamp(32px, 5vmin, 64px);
  min-width: 50%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 0;
}
.nt-auth__brand {
  position: absolute;
  top: clamp(32px, 5vmin, 64px);
  width: 100%;
  max-width: 420px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 5%;
}
.nt-auth__logo-img {
  height: clamp(40px, 4.5vw, 50px);
  width: auto;
}
.nt-auth__brand-name {
  font-family: "Inter", sans-serif;
  font-size: clamp(24px, 3vw, 39px);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.nt-auth__texts {
  width: 100%;
  max-width: 420px;
}
.nt-auth__highlight {
  color: #0088CC;
}
.nt-auth__caption {
  font-size: clamp(15px, 1.4vw, 17px);
  color: #8B949E;
  line-height: 1.5;
  margin-bottom: 32px;
}
.nt-auth__left .nt-auth__title {
  font-size: clamp(28px, 3.5vw, 50px);
  font-weight: 400;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 15px;
  margin-top: clamp(35px, 5vmin, 70px);
}
.nt-auth__reviews {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px 24px 56px;
  position: relative;
  display: none;
}
.nt-auth__testimony-item {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 10px;
}
.nt-auth__testimony-item--active {
  display: block;
  opacity: 1;
}
.nt-auth__testimony {
  font-size: 14px;
  color: #c5cade;
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 20px;
}
.nt-auth__author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nt-auth__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0088CC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.nt-auth__author-info strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-auth__dots {
  display: flex;
  gap: 8px;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 24px;
}
.nt-auth__dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-auth__dot--active {
  background: #0088CC;
  width: 20px;
  height: 10px;
  border-radius: 4px;
}
.nt-auth__next-btn {
  position: absolute;
  right: -22px;
  top: 35%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #0088CC;
  border: none;
  color: #fff;
  font-size: 30px;
  padding-bottom: 6px;
  padding-left: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-auth__next-btn:hover {
  background: rgb(0%, 64%, 96%);
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-auth {
    flex-direction: column;
    height: auto;
  }
  .nt-auth__left {
    display: none !important;
  }
  .nt-auth__right {
    width: 100% !important;
    min-width: 100% !important;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    padding-bottom: clamp(32px, 5vmin, 64px);
    flex: 1 !important;
  }
  .nt-auth__right .nt-auth__title {
    margin-top: 0;
  }
  .nt-auth__socials {
    margin-bottom: 20px;
  }
  .nt-auth__copyright {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-top: 0;
  }
  .nt-auth__legality {
    position: static;
    margin-top: 30px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-height: 701px) {
  .nt-auth__brand {
    max-width: 320px;
  }
  .nt-auth__left .nt-auth__title {
    margin-top: 25px;
  }
  .nt-auth__footer {
    margin-top: 20px;
  }
  .nt-auth__socials-title {
    margin-top: 20px;
  }
  .nt-auth__socials {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) and (min-height: 701px) {
  .nt-auth__logo-img {
    height: 38px;
  }
  .nt-auth__brand-name {
    font-size: 34px;
  }
  .nt-auth__brand {
    width: 100%;
    max-width: 420px;
    justify-content: flex-start;
  }
  .nt-auth__left .nt-auth__title {
    margin-top: 40px;
  }
  .nt-auth__socials-title {
    margin-top: 20px;
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .nt-auth__right {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    padding: 32px 24px 80px;
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

/* ============================================
   REGISTER - Media queries (responsivo)
   ============================================ */
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .nt-stepper__text {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-height: 701px) {
  .nt-stepper__text {
    display: none;
  }
  .nt-auth__right {
    padding: 60px 6%;
  }
  .nt-auth__code-group {
    gap: 10px;
  }
  .nt-auth__input-code {
    width: 45px;
    height: 55px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) and (min-height: 701px) {
  .nt-auth__right {
    padding-top: 120px;
    padding-left: 8%;
    padding-right: 8%;
  }
  .nt-stepper {
    gap: 25px;
    margin-bottom: 40px;
  }
  .nt-stepper__circle {
    width: 32px;
    height: 32px;
  }
  .nt-stepper__item.completed .nt-stepper__circle::after {
    font-size: 18px;
  }
  .nt-auth__code-group {
    gap: 10px;
  }
  .nt-auth__input-code {
    width: 45px;
    height: 55px;
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

@media screen and (min-width: 769px) and (max-width: 1366px) {
  .nt-auth__brand {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) and (max-width: 1366px) {
  .nt-auth__brand {
    display: flex;
    justify-content: center;
  }
}
@media (max-height: 650px) {
  .nt-auth__left {
    position: sticky;
    top: 0;
    justify-content: flex-start;
    padding-top: clamp(32px, 5vmin, 64px);
    height: auto;
    min-height: 100vh;
    min-height: 100dvh;
  }
  .nt-auth__brand {
    position: relative;
    top: auto;
    margin-top: 5%;
    flex-shrink: 0;
    margin-bottom: 40px;
  }
  .nt-auth__texts {
    flex-shrink: 0;
  }
  .nt-auth__testimony,
  .nt-auth__testimonials,
  .nt-auth__dots {
    display: none;
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-onboarding {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.nt-onboarding__card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 20px;
  width: 100%;
  max-width: 560px;
  padding: 40px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.nt-onboarding__card::-webkit-scrollbar {
  width: 6px;
}
.nt-onboarding__card::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-onboarding__card::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-onboarding__progress {
  margin-bottom: 36px;
}
.nt-onboarding__progress-bar {
  height: 4px;
  background: rgba(45, 51, 59, 0.6);
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 8px;
}
.nt-onboarding__progress-fill {
  height: 100%;
  background: #0088CC;
  border-radius: 2px;
  transition: width 0.25s ease;
}
.nt-onboarding__progress-label {
  font-size: 11px;
  color: #8B949E;
  font-weight: 600;
}
.nt-onboarding__step {
  display: none;
}
.nt-onboarding__step.is-active {
  display: block;
}
.nt-onboarding__icon {
  font-size: 40px;
  margin-bottom: 16px;
  line-height: 1;
}
.nt-onboarding__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}
.nt-onboarding__title span {
  color: #0EA5E9;
}
.nt-onboarding__text {
  font-size: 14px;
  color: #8B949E;
  line-height: 1.7;
  margin-bottom: 24px;
}
.nt-onboarding__text strong {
  color: #FFFFFF;
  font-weight: 600;
}
.nt-onboarding__triade {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}
.nt-onboarding__triade-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #2D333B;
  background: rgba(11, 14, 20, 0.4);
}
.nt-onboarding__triade-item strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
.nt-onboarding__triade-item p {
  font-size: 12px;
  color: #8B949E;
  margin: 0;
  line-height: 1.5;
}
.nt-onboarding__triade-item--importante .nt-onboarding__triade-dot {
  background: #0b81cd;
  box-shadow: 0 0 8px rgba(11, 129, 205, 0.4);
}
.nt-onboarding__triade-item--urgente .nt-onboarding__triade-dot {
  background: #ea403b;
  box-shadow: 0 0 8px rgba(234, 64, 59, 0.4);
}
.nt-onboarding__triade-item--circunstancial .nt-onboarding__triade-dot {
  background: #f4b622;
  box-shadow: 0 0 8px rgba(244, 182, 34, 0.4);
}
.nt-onboarding__triade-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 3px;
}
.nt-onboarding__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}
.nt-onboarding__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-onboarding__label {
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.nt-onboarding__select {
  background: rgba(11, 14, 20, 0.6);
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  padding: 10px 14px;
  appearance: none;
  color-scheme: dark;
  transition: border-color 0.25s ease;
}
.nt-onboarding__select:focus {
  outline: none;
  border-color: rgba(0, 136, 204, 0.5);
}
.nt-onboarding__tour {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 8px;
}
.nt-onboarding__tour-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  background: rgba(11, 14, 20, 0.4);
  border: 1px solid #2D333B;
  border-radius: 10px;
}
.nt-onboarding__tour-item strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}
.nt-onboarding__tour-item p {
  font-size: 12px;
  color: #8B949E;
  margin: 0;
  line-height: 1.5;
}
.nt-onboarding__tour-icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}
.nt-onboarding__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #2D333B;
}
.nt-onboarding__next {
  padding: 11px 28px;
  background: #0088CC;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-onboarding__next:hover {
  background: rgb(0%, 64%, 96%);
}
.nt-onboarding__back {
  padding: 11px 20px;
  background: transparent;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #8B949E;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-onboarding__back:hover {
  color: #FFFFFF;
  border-color: #8B949E;
}
.nt-onboarding__skip {
  padding: 11px 20px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #8B949E;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-onboarding__skip:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.nt-onboarding__footer-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-command-bar {
  background: rgba(22, 27, 34, 0.4);
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 4px;
  margin-bottom: 32px;
  transition: border-color box-shadow 0.25s ease;
}
.nt-command-bar:focus-within {
  border-color: rgba(0, 136, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.08);
}
.nt-command-bar__input-row {
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 10px;
}
.nt-command-bar__icon {
  color: #0088CC;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.nt-command-bar__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: #FFFFFF;
  padding: 14px 0;
  font-family: "Inter", sans-serif;
}
.nt-command-bar__input::placeholder {
  color: rgba(139, 148, 158, 0.6);
}
.nt-command-bar.is-recording {
  border-color: rgba(239, 68, 68, 0.4);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08);
}
.nt-command-bar.is-recording .nt-command-bar__icon,
.nt-command-bar.is-recording .nt-command-bar__input,
.nt-command-bar.is-recording .nt-command-bar__kbd,
.nt-command-bar.is-recording .nt-command-bar__action-group {
  display: none !important;
}
.nt-command-bar.is-recording .nt-command-bar__recording-ui {
  display: flex !important;
}
.nt-command-bar__recording-ui {
  display: none;
  align-items: center;
  width: 100%;
  gap: 16px;
  padding: 6px 0;
}
.nt-command-bar__recording-ui .nt-recording-status {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #EF4444;
  font-weight: 600;
  font-size: 13px;
  flex-shrink: 0;
}
.nt-command-bar__recording-ui .nt-recording-dot {
  width: 8px;
  height: 8px;
  background-color: #EF4444;
  border-radius: 50%;
  animation: pulseRed 0.8s infinite alternate;
}
.nt-command-bar__recording-ui .nt-recording-timer {
  color: #FFFFFF;
  font-family: monospace;
  font-size: 14px;
}
.nt-command-bar__recording-ui .nt-recording-waveform {
  display: flex;
  align-items: center;
  gap: 3px;
  flex: 1;
  justify-content: center;
  height: 20px;
}
.nt-command-bar__recording-ui .nt-recording-waveform span {
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: #0EA5E9;
  border-radius: 2px;
  animation: bounceWaveform 0.8s infinite ease-in-out;
  transform-origin: center;
}
.nt-command-bar__recording-ui .nt-recording-waveform span:nth-child(1) {
  animation-duration: 0.6s;
  animation-delay: 0.1s;
}
.nt-command-bar__recording-ui .nt-recording-waveform span:nth-child(2) {
  animation-duration: 0.9s;
  animation-delay: 0.3s;
}
.nt-command-bar__recording-ui .nt-recording-waveform span:nth-child(3) {
  animation-duration: 0.7s;
  animation-delay: 0s;
}
.nt-command-bar__recording-ui .nt-recording-waveform span:nth-child(4) {
  animation-duration: 0.8s;
  animation-delay: 0.2s;
}
.nt-command-bar__recording-ui .nt-recording-waveform span:nth-child(5) {
  animation-duration: 0.5s;
  animation-delay: 0.4s;
}
.nt-command-bar__recording-ui .nt-recording-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.nt-command-bar__recording-ui .nt-recording-btn--cancel {
  background: rgba(255, 255, 255, 0.05);
  color: #8B949E;
}
.nt-command-bar__recording-ui .nt-recording-btn--cancel:hover {
  background: rgba(239, 68, 68, 0.15);
  color: #EF4444;
}
.nt-command-bar__recording-ui .nt-recording-btn--send {
  background: #0088CC;
  color: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 136, 204, 0.4);
}
.nt-command-bar__recording-ui .nt-recording-btn--send:hover {
  background: #00aaff;
  box-shadow: 0 0 14px rgba(0, 136, 204, 0.6);
}
.nt-command-bar__recording-ui .nt-recording-btn:active {
  transform: scale(0.9);
}
.nt-command-bar__recording-ui .nt-recording-btn svg, .nt-command-bar__recording-ui .nt-recording-btn i {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-command-bar__kbd {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nt-command-bar__kbd kbd {
  padding: 2px 6px;
  background: #0F1219;
  border: 1px solid #2D333B;
  border-radius: 4px;
  font-size: 10px;
  color: #8B949E;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.nt-command-bar__action-group {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-left: 4px;
}
.nt-command-bar__open-chat-btn {
  background: transparent;
  border: none;
  outline: none;
  color: #8B949E;
  cursor: pointer;
  padding: 8px;
  margin: 0 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  position: relative;
  flex-shrink: 0;
}
.nt-command-bar__open-chat-btn svg, .nt-command-bar__open-chat-btn i {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-command-bar__open-chat-btn:hover {
  color: #0EA5E9;
  background: rgba(14, 165, 233, 0.1);
}
.nt-command-bar__open-chat-btn:active {
  transform: scale(0.95);
}
.nt-command-bar__actions {
  display: flex;
  gap: 8px;
  padding: 8px 8px 4px;
  flex-wrap: wrap;
}
.nt-command-bar__action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 10px;
  font-size: 10px;
  font-weight: 700;
  border: 1px solid rgba(45, 51, 59, 0.8);
  background: rgba(255, 255, 255, 0.05);
  color: #8B949E;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-command-bar__action-btn svg {
  width: 12px;
  height: 12px;
}
.nt-command-bar__action-btn:hover {
  background: rgba(0, 136, 204, 0.1);
  border-color: rgba(0, 136, 204, 0.3);
  color: #FFFFFF;
}
.nt-command-bar__action-btn--primary {
  background: rgba(0, 136, 204, 0.15);
  border-color: rgba(14, 165, 233, 0.3);
  color: #0EA5E9;
}
.nt-command-bar__action-btn--primary:hover {
  background: rgba(0, 136, 204, 0.25);
}

.nt-tasks__header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 24px;
  position: relative;
}
.nt-tasks__header-row-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  margin-top: 20px;
}
.nt-tasks__header-row-2 {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding-top: 8px;
}
.nt-tasks__title-container {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.nt-tasks__title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  white-space: nowrap;
}
.nt-tasks__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
.nt-tasks__controls-divider {
  display: none;
}
.nt-tasks__filters-group {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  flex-shrink: 0;
  margin-top: 0;
  width: 100%;
}
.nt-tasks__filter-divider {
  width: 1px;
  height: 16px;
  background-color: #2D333B;
  margin: 0 4px;
  flex-shrink: 0;
}
html.nt-light-theme .nt-tasks__filter-divider {
  background-color: #E2E8F0;
}
.nt-tasks__view-toggle {
  display: flex;
  background: rgba(15, 18, 25, 0.4);
  border: 1px solid #2D333B;
  padding: 3px;
  border-radius: 10px;
  align-items: center;
  flex-shrink: 0;
}
html.nt-light-theme .nt-tasks__view-toggle {
  background: #FFFFFF;
  border-color: #E2E8F0;
}
.nt-tasks__view-btn {
  background: transparent;
  border: none;
  color: #8B949E;
  padding: 6px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  line-height: 1;
}
.nt-tasks__view-btn:hover {
  color: #FFFFFF;
}
.nt-tasks__view-btn.is-active {
  background: #0088CC;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 136, 204, 0.3);
}
html.nt-light-theme .nt-tasks__view-btn {
  color: #64748B;
}
html.nt-light-theme .nt-tasks__view-btn:hover {
  color: #0F172A;
}
html.nt-light-theme .nt-tasks__view-btn.is-active {
  background: #0088CC;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 136, 204, 0.3);
}
.nt-tasks__filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.nt-tasks__filter-btn {
  padding: 10px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #2D333B;
  background: #161B22;
  color: #8B949E;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-tasks__filter-btn:hover {
  color: #FFFFFF;
}
.nt-tasks__filter-btn.is-active {
  background: #0088CC;
  border-color: #0088CC;
  color: #FFFFFF;
}
.nt-tasks__badge {
  display: inline-block;
  background: #0EA5E9;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 10px;
  margin-left: 4px;
}
.nt-tasks__unscheduled-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #8B949E;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-tasks__unscheduled-btn svg {
  color: #8B949E;
  transition: color 0.25s ease;
}
.nt-tasks__unscheduled-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.2);
}
.nt-tasks__unscheduled-btn:hover svg {
  color: #0EA5E9;
}
@media screen and (max-width: 576px) {
  .nt-tasks__unscheduled-btn {
    padding: 10px;
  }
}
.nt-tasks__new-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 60px;
  background: #0088CC;
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-tasks__new-btn:hover {
  background: rgb(0%, 61.3333333333%, 92%);
}
.nt-tasks__advanced-filter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #8B949E;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-tasks__advanced-filter-btn:hover {
  background: rgba(0, 136, 204, 0.1);
  color: #0EA5E9;
  border-color: rgba(0, 136, 204, 0.2);
}
html.nt-light-theme .nt-tasks__advanced-filter-btn {
  border-color: #E2E8F0;
  background: #FFFFFF;
  color: #64748b;
}
html.nt-light-theme .nt-tasks__advanced-filter-btn:hover {
  background: #F8FAFC;
  color: #0088CC;
}
.nt-tasks__advanced-filter-wrap {
  position: relative;
}
.nt-tasks__filter-icon-btn {
  padding: 8px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  transition: all 0.25s ease;
}
.nt-tasks__filter-icon-btn:hover {
  color: #FFFFFF;
}
.nt-tasks__view-toggle-btn {
  padding: 8px 14px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #8B949E;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease;
}
.nt-tasks__view-toggle-btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
}
html.nt-light-theme .nt-tasks__view-toggle-btn {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-tasks__view-toggle-btn:hover {
  color: #0F172A;
  background: #F1F5F9;
  border-color: #CBD5E1;
}
.nt-tasks__view-toggle-btn svg {
  display: block;
  flex-shrink: 0;
}
.nt-tasks__view-toggle-btn span {
  font-size: 12px;
  font-weight: 600;
}
.nt-tasks__carried-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  margin-left: auto;
  margin-right: 28px;
  background: rgba(249, 115, 22, 0.06);
  border-right: 3px solid #F97316;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  width: fit-content;
}
.nt-tasks__carried-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #F97316;
}
.nt-tasks__carried-count {
  font-size: 11px;
  font-weight: 600;
  color: rgba(249, 115, 22, 0.7);
}
.nt-tasks__past-indicator {
  font-size: 12px;
  color: #8B949E;
  padding: 6px 12px;
  margin-bottom: 16px;
  border: 1px solid #2D333B;
  border-radius: 10px;
  background: rgba(22, 27, 34, 0.4);
  cursor: pointer;
  transition: background 0.25s ease;
}
.nt-tasks__past-indicator strong {
  color: #FFFFFF;
  font-weight: 700;
}
.nt-tasks__past-indicator:hover {
  background: rgba(22, 27, 34, 0.8);
}

.nt-table {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: none;
  background: transparent;
  gap: 10px;
  padding: 0;
  margin-top: 24px;
}
.nt-table__head {
  display: none;
}
.nt-table tbody {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 30px;
}
.nt-table__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 6px 12px;
  padding: 12px 16px;
  margin-bottom: 0;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  align-items: center;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: background border-color box-shadow 0.25s ease;
}
.nt-table__row:hover {
  background: rgb(11.7703081232%, 14.4453781513%, 18.1904761905%);
  border-color: rgb(26.3009049774%, 29.8076923077%, 34.4834087481%);
}
html.nt-light-theme .nt-table__row {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
html.nt-light-theme .nt-table__row:hover {
  background: #F8FAFC;
  border-color: #CBD5E1;
}
.nt-table__row--replanned {
  background: rgba(249, 115, 22, 0.04);
  border-color: rgba(249, 115, 22, 0.2);
}
.nt-table__row--replanned:hover {
  background: rgba(249, 115, 22, 0.08);
  border-color: rgba(249, 115, 22, 0.4);
}
html.nt-light-theme .nt-table__row--replanned {
  background: rgba(249, 115, 22, 0.08);
  border-color: rgba(249, 115, 22, 0.25);
}
html.nt-light-theme .nt-table__row--replanned:hover {
  background: rgba(249, 115, 22, 0.14);
  border-color: rgba(249, 115, 22, 0.4);
}
.nt-table__row--overdue {
  background: rgba(239, 68, 68, 0.04);
  border-color: rgba(239, 68, 68, 0.2);
}
.nt-table__row--overdue:hover {
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.4);
}
html.nt-light-theme .nt-table__row--overdue {
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.25);
}
html.nt-light-theme .nt-table__row--overdue:hover {
  background: rgba(239, 68, 68, 0.14);
  border-color: rgba(239, 68, 68, 0.4);
}
.nt-table__row--running {
  background: rgba(34, 197, 94, 0.08) !important;
  border-color: rgba(34, 197, 94, 0.35) !important;
  box-shadow: 0 4px 16px rgba(34, 197, 94, 0.08) !important;
}
.nt-table__row--running:hover {
  background: rgba(34, 197, 94, 0.12) !important;
  border-color: rgba(34, 197, 94, 0.5) !important;
}
html.nt-light-theme .nt-table__row--running {
  background: rgba(34, 197, 94, 0.14) !important;
  border-color: rgba(34, 197, 94, 0.35) !important;
  border-left: 4px solid #22C55E !important;
  box-shadow: 0 4px 14px rgba(34, 197, 94, 0.12) !important;
}
html.nt-light-theme .nt-table__row--running:hover {
  background: rgba(34, 197, 94, 0.22) !important;
  border-color: rgba(34, 197, 94, 0.5) !important;
}
.nt-table__row td {
  border: none;
  background: transparent;
  padding: 0;
  height: auto;
  display: block;
  width: auto;
}
.nt-table__row td:nth-child(1) {
  grid-column: 1;
  grid-row: 1/span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-table__row td.nt-table__title-cell {
  grid-column: 2;
  grid-row: 1/span 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start;
  min-width: 0;
}
.nt-table__row td:nth-child(3), .nt-table__row td:nth-child(4), .nt-table__row td:nth-child(5), .nt-table__row td:nth-child(6) {
  display: none;
}
.nt-table__row td:nth-child(7) {
  grid-column: 3;
  grid-row: 1/span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-table__checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #8B949E;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-table__checkbox:hover {
  border-color: #22C55E;
}
.nt-table__checkbox.is-done {
  background: #22C55E;
  border-color: #22C55E;
}
.nt-table__title {
  font-size: 14px;
  font-weight: 500;
}
.nt-table__title.is-done {
  color: #8B949E;
  text-decoration: line-through;
}
.nt-table__meta {
  font-size: 13px;
  color: #8B949E;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.nt-table__meta svg {
  width: 16px;
  height: 16px;
}
.nt-table__meta-row-compact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 8px;
  width: 100%;
}
.nt-table__project {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 700;
}
.nt-table__project-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #8B949E;
}
.nt-table__badge-orange {
  background-color: rgba(249, 115, 22, 0.12);
  color: #F97316;
  border: 1px solid rgba(249, 115, 22, 0.25);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nt-table__badge-green {
  background-color: rgba(34, 197, 94, 0.12);
  color: #22C55E;
  border: 1px solid rgba(34, 197, 94, 0.25);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nt-table__badge-muted {
  background-color: rgba(139, 148, 158, 0.12);
  color: #8B949E;
  border: 1px solid rgba(139, 148, 158, 0.25);
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nt-table__action-btn {
  background: transparent;
  border: 1px solid #2D333B;
  border-radius: 6px;
  color: #8B949E;
  padding: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-table__action-btn:hover {
  color: #FFFFFF;
  border-color: #8B949E;
}
.nt-table__action-btn--danger:hover {
  color: #EF4444;
  border-color: #EF4444;
}

.nt-triade-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}
.nt-triade-dot--importante {
  background: #0b81cd;
  box-shadow: 0 0 4px rgba(11, 129, 205, 0.5);
}
.nt-triade-dot--urgente {
  background: #ea403b;
  box-shadow: 0 0 4px rgba(234, 64, 59, 0.5);
}
.nt-triade-dot--circunstancial {
  background: #f4b622;
  box-shadow: 0 0 4px rgba(244, 182, 34, 0.5);
}
.nt-triade-dot--undefined {
  background: #8B949E;
}
.nt-triade-dot--clickable {
  cursor: pointer;
  transition: transform 0.25s ease;
}
.nt-triade-dot--clickable:hover {
  transform: scale(1.4);
}

.nt-table__title-inner {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}
@media (max-width: 768px) {
  .nt-table__title-inner {
    flex-wrap: wrap;
  }
}

.nt-roles-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: auto;
  min-width: 160px;
  max-width: 300px;
  white-space: nowrap;
  background-color: rgba(22, 27, 34, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(45, 51, 59, 0.5);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 200;
  overflow: hidden;
}
.nt-roles-dropdown__header {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(45, 51, 59, 0.3);
  background-color: rgba(255, 255, 255, 0.02);
}
.nt-roles-dropdown__header h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-roles-dropdown__list {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nt-roles-dropdown__list .empty-state {
  padding: 12px;
  text-align: center;
  font-size: 12px;
  color: #8B949E;
  font-style: italic;
}
.nt-roles-dropdown__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background 0.25s ease;
}
.nt-roles-dropdown__item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.nt-roles-dropdown__item.is-active {
  background-color: rgba(0, 136, 204, 0.1);
  border-color: rgba(0, 136, 204, 0.3);
}
.nt-roles-dropdown__item.is-archived {
  opacity: 0.6;
}
.nt-roles-dropdown__item.is-archived:hover {
  opacity: 1;
}
.nt-roles-dropdown__item .color-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.nt-roles-dropdown__item .name {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-roles-dropdown__section-title {
  padding: 10px 16px 8px;
  margin-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background-color: rgba(255, 255, 255, 0.02);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  transition: background color 0.25s ease;
}
.nt-roles-dropdown__section-title:hover {
  background-color: rgba(255, 255, 255, 0.04);
  color: #FFFFFF;
}

.nt-triade-dropdown {
  position: absolute;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 6px;
  z-index: 150;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 160px;
}
.nt-triade-dropdown__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.25s ease;
}
.nt-triade-dropdown__option:hover {
  background: rgba(45, 51, 59, 0.5);
}
.nt-triade-dropdown__option.is-active {
  background: rgba(0, 136, 204, 0.1);
}

.nt-priority-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.nt-priority-badge--importante {
  background: rgba(11, 129, 205, 0.12);
  color: #0b81cd;
  border: 1px solid rgba(11, 129, 205, 0.25);
}
.nt-priority-badge--urgente {
  background: rgba(234, 64, 59, 0.12);
  color: #ea403b;
  border: 1px solid rgba(234, 64, 59, 0.25);
}
.nt-priority-badge--circunstancial {
  background: rgba(244, 182, 34, 0.12);
  color: #f4b622;
  border: 1px solid rgba(244, 182, 34, 0.25);
}
.nt-priority-badge--undefined {
  background: rgba(139, 148, 158, 0.12);
  color: #8B949E;
  border: 1px solid rgba(139, 148, 158, 0.25);
}

.nt-flag {
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 2px 7px;
  border-radius: 6px;
  white-space: nowrap;
}
.nt-flag--replanned {
  background: rgba(249, 115, 22, 0.12);
  color: #F97316;
  border: 1px solid rgba(249, 115, 22, 0.25);
}
.nt-flag--overdue {
  background: rgba(239, 68, 68, 0.12);
  color: #EF4444;
  border: 1px solid rgba(239, 68, 68, 0.25);
}

.nt-task-timer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nt-task-timer__display {
  font-variant-numeric: tabular-nums;
  min-width: 110px;
  font-size: 12px;
  color: #8B949E;
}
.nt-task-timer__display:not(:empty) {
  color: #FFFFFF;
}
.nt-task-timer__btn {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 2px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-task-timer__btn:hover {
  color: #22C55E;
}
.nt-task-timer__btn.is-running {
  color: #22C55E;
}
.nt-task-timer--over .nt-task-timer__display {
  color: #EF4444 !important;
}

.nt-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 24px;
  text-align: center;
  gap: 12px;
  background: rgba(22, 27, 34, 0.25);
  border: 1px solid rgba(45, 51, 59, 0.4);
  border-radius: 16px;
  backdrop-filter: blur(4px);
  transition: border-color background-color 0.25s ease;
}
.nt-empty-state--tasks {
  margin-top: 25px;
}
.nt-empty-state:hover {
  border-color: rgba(0, 136, 204, 0.4);
  background: rgba(22, 27, 34, 0.45);
}
.nt-empty-state__icon-wrapper {
  position: relative;
  margin-bottom: 12px;
}
.nt-empty-state__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 136, 204, 0.12) 0%, rgba(0, 136, 204, 0.02) 70%);
  border: 1px solid rgba(0, 136, 204, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0EA5E9;
  animation: float 4s ease-in-out infinite, pulse-glow 3s infinite;
  transition: color 0.25s ease;
}
.nt-empty-state__sparkle {
  position: absolute;
  color: #F97316;
  pointer-events: none;
}
.nt-empty-state__sparkle--1 {
  top: -2px;
  right: -4px;
  animation: float-reverse 4s ease-in-out infinite, twinkle 2.5s infinite ease-in-out;
}
.nt-empty-state__sparkle--2 {
  bottom: 4px;
  left: -8px;
  animation: float 3s ease-in-out infinite, twinkle 2s infinite ease-in-out 0.5s;
}
.nt-empty-state__title {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-empty-state__subtitle {
  font-size: 13px;
  color: #8B949E;
  max-width: 320px;
  line-height: 1.6;
  margin-bottom: 8px;
}
.nt-empty-state__btn {
  margin-top: 8px;
  padding: 12px 28px;
  background: #0088CC;
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-empty-state__btn:hover {
  background: rgb(0%, 61.3333333333%, 92%);
  transform: translateY(-1px);
}
.nt-empty-state--compact {
  padding: 32px 16px;
}
.nt-empty-state--compact .nt-empty-state__icon {
  width: 48px;
  height: 48px;
  animation: none;
  box-shadow: none;
}
.nt-empty-state--compact .nt-empty-state__title {
  font-size: 14px;
}
.nt-empty-state--compact .nt-empty-state__subtitle {
  font-size: 12px;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
}
@keyframes float-reverse {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(6px);
  }
}
@keyframes twinkle {
  0%, 100% {
    opacity: 0.4;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.2);
  }
  70% {
    box-shadow: 0 0 0 16px rgba(0, 136, 204, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0);
  }
}
@keyframes pulse-btn {
  0% {
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.25), 0 0 0 0 rgba(0, 136, 204, 0.35);
  }
  70% {
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.25), 0 0 0 10px rgba(0, 136, 204, 0);
  }
  100% {
    box-shadow: 0 4px 12px rgba(0, 136, 204, 0.25), 0 0 0 0 rgba(0, 136, 204, 0);
  }
}
.nt-unscheduled-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 120;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), backdrop-filter 0.3s;
}
.nt-unscheduled-backdrop.is-visible {
  display: block;
}
.nt-unscheduled-backdrop.mode-modal {
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.nt-unscheduled-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 340px;
  background: #161B22;
  border-left: 1px solid #2D333B;
  z-index: 121;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.3);
}
.nt-unscheduled-panel.is-open {
  transform: translateX(0);
}
.nt-unscheduled-panel.mode-modal {
  top: 50% !important;
  right: 50% !important;
  transform: translate(50%, -50%) scale(0.95);
  opacity: 0;
  pointer-events: none;
  width: 650px;
  height: 550px;
  max-width: 90vw;
  max-height: 85vh;
  max-height: 85svh;
  max-height: 85dvh;
  border-radius: 16px;
  border: 1px solid rgba(45, 51, 59, 0.5);
  background: rgba(22, 27, 34, 0.65);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.65);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease;
  bottom: auto !important;
}
.nt-unscheduled-panel.mode-modal.is-open {
  transform: translate(50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}
.nt-unscheduled-panel.mode-modal .nt-unscheduled-panel__hint {
  display: none !important;
}
.nt-unscheduled-panel.mode-modal .nt-unscheduled-item__drag-handle {
  display: none !important;
}
.nt-unscheduled-panel.mode-modal .nt-unscheduled-item {
  cursor: pointer;
  padding-left: 20px;
}
.nt-unscheduled-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 12px;
  border-bottom: 1px solid #2D333B;
  flex-shrink: 0;
}
.nt-unscheduled-panel__title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nt-unscheduled-panel__title {
  font-size: 15px;
  font-weight: 700;
}
.nt-unscheduled-panel__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  background: rgba(0, 136, 204, 0.15);
  color: #0EA5E9;
  font-size: 11px;
  font-weight: 700;
  border-radius: 10px;
}
.nt-unscheduled-panel__count:empty {
  display: none;
}
.nt-unscheduled-panel__header-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-unscheduled-panel__control-btn {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.nt-unscheduled-panel__control-btn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
}
.nt-unscheduled-panel__control-btn.active-mode {
  color: #0EA5E9;
  background: rgba(0, 136, 204, 0.15);
}
.nt-unscheduled-panel__close {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.nt-unscheduled-panel__close:hover {
  background: #2D333B;
  color: #FFFFFF;
}
.nt-unscheduled-panel__folder-select-wrap {
  padding: 0 20px 12px 20px;
  border-bottom: 1px solid rgba(45, 51, 59, 0.5);
  flex-shrink: 0;
  margin-top: 10px;
}
.nt-unscheduled-panel__folder-select {
  width: 100%;
  background: rgba(11, 14, 20, 0.6);
  border: 1px solid #2D333B;
  border-radius: 6px;
  padding: 8px 32px 8px 12px;
  color: #FFFFFF;
  font-size: 13px;
  outline: none;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238b949e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.nt-unscheduled-panel__folder-select:hover {
  border-color: rgba(0, 136, 204, 0.7);
  background-color: rgba(11, 14, 20, 0.8);
}
.nt-unscheduled-panel__folder-select:focus {
  border-color: #0088CC;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.15);
}
.nt-unscheduled-panel__folder-select option {
  background-color: #161B22;
  color: #FFFFFF;
}
.nt-unscheduled-panel__quick-add {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(45, 51, 59, 0.5);
  flex-shrink: 0;
}
.nt-unscheduled-panel__input-group {
  display: flex;
  gap: 6px;
  align-items: center;
  background: rgba(11, 14, 20, 0.6);
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 2px 4px 2px 12px;
  transition: all 0.25s ease;
}
.nt-unscheduled-panel__input-group:focus-within {
  border-color: rgba(0, 136, 204, 0.7);
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.08);
}
.nt-unscheduled-panel__quick-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 13px;
  padding: 6px 0;
  font-family: inherit;
}
.nt-unscheduled-panel__quick-input::placeholder {
  color: #8B949E;
  opacity: 0.7;
}
.nt-unscheduled-panel__quick-btn {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-unscheduled-panel__quick-btn:hover {
  background: rgba(0, 136, 204, 0.15);
  color: #0EA5E9;
}
.nt-unscheduled-panel__quick-btn--ai {
  color: #c084fc;
}
.nt-unscheduled-panel__quick-btn--ai:hover {
  background: rgba(192, 132, 252, 0.15) !important;
  color: #d8b4fe !important;
}
.nt-unscheduled-panel__hint {
  font-size: 12px;
  color: #8B949E;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(45, 51, 59, 0.5);
  flex-shrink: 0;
}
.nt-unscheduled-panel__body {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
}
.nt-unscheduled-panel__body::-webkit-scrollbar {
  width: 6px;
}
.nt-unscheduled-panel__body::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-unscheduled-panel__body::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-unscheduled-panel__body .nt-empty-state {
  margin: 16px 20px;
}
.nt-unscheduled-panel__loading {
  padding: 24px 20px;
  font-size: 13px;
  color: #8B949E;
}

.nt-unscheduled-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 20px;
  cursor: grab;
  transition: background 0.25s ease;
}
.nt-unscheduled-item:hover {
  background: rgba(22, 27, 34, 0.6);
}
.nt-unscheduled-item:hover .nt-unscheduled-item__drag-handle {
  opacity: 0.8;
}
.nt-unscheduled-item:hover .nt-unscheduled-item__delete-btn,
.nt-unscheduled-item:hover .nt-unscheduled-item__plan-btn {
  opacity: 1;
}
.nt-unscheduled-item:hover .nt-unscheduled-item__title {
  color: #0EA5E9;
}
.nt-unscheduled-item.is-dragging {
  opacity: 0.4;
  cursor: grabbing;
}
.nt-unscheduled-item__drag-handle {
  color: #8B949E;
  flex-shrink: 0;
  margin-top: 2px;
  opacity: 0.5;
  transition: opacity 0.25s ease;
}
.nt-unscheduled-item__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.nt-unscheduled-item__title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-unscheduled-item__title {
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.25s ease;
}
.nt-unscheduled-item__due {
  font-size: 11px;
  color: #8B949E;
}
.nt-unscheduled-item__plan-btn {
  background: rgba(14, 165, 233, 0.05);
  border: 1px solid rgba(14, 165, 233, 0.15);
  color: #8B949E;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.25s ease;
  opacity: 0.8;
  margin-top: 1px;
  align-self: center;
  font-size: 11px;
  font-weight: 600;
}
.nt-unscheduled-item__plan-btn:hover {
  opacity: 1;
  background: rgba(14, 165, 233, 0.15);
  border-color: rgba(14, 165, 233, 0.3);
  color: #0EA5E9;
}
.nt-unscheduled-item__plan-btn svg {
  display: block;
  flex-shrink: 0;
}
.nt-unscheduled-item__plan-btn span {
  line-height: 1;
}
.nt-unscheduled-item__delete-btn {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  opacity: 0;
  margin-top: 1px;
  align-self: center;
}
.nt-unscheduled-item__delete-btn:hover {
  background: rgba(239, 68, 68, 0.15);
  color: #EF4444;
}
.nt-unscheduled-item__delete-btn svg {
  display: block;
}

.nt-drop-target {
  outline: 2px dashed rgba(0, 136, 204, 0.5);
  outline-offset: -2px;
  background: rgba(0, 136, 204, 0.05) !important;
}

.nt-dump-hint {
  font-size: 14px;
  color: #8B949E;
  margin-bottom: 20px;
  margin-top: 4px;
  line-height: 1.5;
}

.nt-table__row.is-dragging {
  opacity: 0.4;
  cursor: grabbing;
}

.nt-sort-separator {
  pointer-events: none;
}
.nt-sort-separator td {
  background: rgba(0, 0, 0, 0.25);
  border: 2px dashed rgba(0, 136, 204, 0.6);
  border-radius: 6px;
  pointer-events: none;
}

html.nt-light-theme .nt-sort-separator td {
  background: rgba(0, 136, 204, 0.05);
  border-color: rgba(0, 136, 204, 0.45);
}

.nt-table__sort-index {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.nt-table__row-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.nt-table th:last-child, .nt-table td:last-child {
  min-width: 88px !important;
  width: 88px !important;
  white-space: nowrap !important;
}

.nt-table__timer-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 10px;
  color: #8B949E;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-table__timer-btn:hover {
  color: #0EA5E9;
  background: rgba(14, 165, 233, 0.08);
}
.nt-table__timer-btn.is-running {
  color: #22C55E;
}
.nt-table__timer-btn.is-running:hover {
  background: rgba(34, 197, 94, 0.08);
}

.nt-table__complete-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 10px;
  color: #8B949E;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-table__complete-btn:hover {
  color: #22C55E;
  background: rgba(34, 197, 94, 0.08);
}

.nt-row-action-tooltip {
  position: relative;
}
.nt-row-action-tooltip__text {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 6px;
  padding: 3px 8px;
  font-size: 11px;
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
  transition: opacity 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.nt-row-action-tooltip:hover .nt-row-action-tooltip__text {
  opacity: 1;
}

.nt-checkbox-container {
  position: relative;
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  user-select: none;
  align-items: center;
  justify-content: center;
}
.nt-checkbox-container .nt-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.nt-checkbox-container .nt-checkbox-mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #2D333B;
  border-radius: 6px;
  transition: all 0.25s ease;
}
.nt-checkbox-container .nt-checkbox-mark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
html.nt-light-theme .nt-checkbox-container .nt-checkbox-mark {
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-checkbox-container:hover .nt-checkbox-mark {
  border-color: #0088CC;
}
.nt-checkbox-container:hover .nt-checkbox-mark {
  border-color: #0088CC;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.15);
}
.nt-checkbox-container .nt-checkbox:checked ~ .nt-checkbox-mark {
  background-color: #0088CC;
  border-color: #0088CC;
  transform: scale(1.1);
}
.nt-checkbox-container .nt-checkbox:checked ~ .nt-checkbox-mark::after {
  display: block;
}

.nt-table__check-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.nt-table__check-wrapper .nt-table__sort-index {
  position: absolute;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.nt-table__check-wrapper .nt-checkbox-container {
  position: absolute;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nt-table__row[data-completed=false][data-cancelled=false]:hover .nt-table__sort-index,
.nt-table__header-check:hover .nt-table__sort-index {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
.nt-table__row[data-completed=false][data-cancelled=false]:hover .nt-checkbox-container,
.nt-table__header-check:hover .nt-checkbox-container {
  display: inline-flex;
  opacity: 1;
  transform: scale(1);
}

.nt-tasks:not(.nt-tasks--view-grid) .nt-table--has-selection .nt-table__head {
  display: block;
  margin-bottom: -10px;
}
.nt-tasks:not(.nt-tasks--view-grid) .nt-table--has-selection .nt-table__head tr {
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding: 12px 16px;
  align-items: center;
  border: none;
  background: transparent;
}
.nt-tasks:not(.nt-tasks--view-grid) .nt-table--has-selection .nt-table__head th {
  display: none;
  border: none;
  padding: 0;
  background: transparent;
}
.nt-tasks:not(.nt-tasks--view-grid) .nt-table--has-selection .nt-table__head th:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
}
.nt-tasks:not(.nt-tasks--view-grid) .nt-table--has-selection .nt-table__head th.nt-table__cell--title {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: left !important;
}
.nt-table--has-selection .nt-table__header-check .nt-table__sort-index,
.nt-table--has-selection .nt-table__row[data-completed=false][data-cancelled=false] .nt-table__sort-index {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
.nt-table--has-selection .nt-table__header-check .nt-checkbox-container,
.nt-table--has-selection .nt-table__row[data-completed=false][data-cancelled=false] .nt-checkbox-container {
  display: inline-flex;
  opacity: 1;
  transform: scale(1);
}

.nt-table__row.is-selected {
  background: rgba(0, 136, 204, 0.08) !important;
}
.nt-table__row.is-selected:hover {
  background: rgba(0, 136, 204, 0.12) !important;
}

.nt-bulk-actions-bar {
  position: fixed;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 800px;
  z-index: 1000;
  transition: bottom 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-bulk-actions-bar.is-visible {
  bottom: 24px;
}
.nt-bulk-actions-bar__container {
  display: flex;
  align-items: center;
  background: rgba(22, 27, 34, 0.65);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(45, 51, 59, 0.4);
  border-radius: 16px;
  padding: 12px 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  gap: 16px;
}
.nt-bulk-actions-bar__info {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.nt-bulk-actions-bar__badge {
  background: #0088CC;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  min-width: 24px;
  text-align: center;
}
.nt-bulk-actions-bar__text {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-bulk-actions-bar__divider {
  width: 1px;
  height: 24px;
  background: rgba(45, 51, 59, 0.5);
}
.nt-bulk-actions-bar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  overflow-x: auto;
}
.nt-bulk-actions-bar__actions::-webkit-scrollbar {
  width: 6px;
}
.nt-bulk-actions-bar__actions::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-bulk-actions-bar__actions::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-bulk-actions-bar__actions {
  padding-bottom: 2px;
}
.nt-bulk-actions-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid transparent;
  background: transparent;
  color: #8B949E;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.nt-bulk-actions-bar__btn svg {
  transition: transform 0.2s ease;
}
.nt-bulk-actions-bar__btn:hover {
  color: #FFFFFF;
  background: rgba(45, 51, 59, 0.4);
}
.nt-bulk-actions-bar__btn:hover svg {
  transform: scale(1.1);
}
.nt-bulk-actions-bar__btn--complete:hover {
  color: #22C55E;
  background: rgba(34, 197, 94, 0.1);
}
.nt-bulk-actions-bar__btn--cancel:hover {
  color: #F97316;
  background: rgba(249, 115, 22, 0.1);
}
.nt-bulk-actions-bar__btn--date:hover {
  color: #0EA5E9;
  background: rgba(14, 165, 233, 0.1);
}
.nt-bulk-actions-bar__btn--duplicate:hover {
  color: #A855F7;
  background: rgba(168, 85, 247, 0.1);
}
.nt-bulk-actions-bar__btn--delete:hover {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.1);
}
.nt-bulk-actions-bar__close {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.nt-bulk-actions-bar__close:hover {
  color: #FFFFFF;
  background: rgba(45, 51, 59, 0.4);
  transform: rotate(90deg);
}

@media (max-width: 640px) {
  .nt-bulk-actions-bar {
    bottom: -100px;
    width: 95%;
  }
  .nt-bulk-actions-bar.is-visible {
    bottom: 16px;
  }
  .nt-bulk-actions-bar__container {
    padding: 8px 12px;
    gap: 8px;
  }
  .nt-bulk-actions-bar__text {
    display: none;
  }
  .nt-bulk-actions-bar__divider {
    height: 18px;
  }
  .nt-bulk-actions-bar__actions {
    gap: 4px;
  }
  .nt-bulk-actions-bar__btn {
    padding: 8px;
  }
  .nt-bulk-actions-bar__btn span {
    display: none;
  }
}
@keyframes pulseRed {
  0% {
    opacity: 0.3;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes bounceWaveform {
  0%, 100% {
    transform: scaleY(0.3);
  }
  50% {
    transform: scaleY(1);
  }
}
@media (max-width: 768px) {
  .nt-tasks__header {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 16px !important;
  }
  .nt-tasks__controls-divider {
    display: none !important;
  }
  .nt-tasks__filters-group {
    order: 3 !important;
    margin-left: 16px !important;
  }
  .nt-tasks__actions {
    order: 2 !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    width: auto !important;
    margin-left: auto !important;
    margin-top: 0 !important;
  }
  .nt-tasks__unscheduled-btn {
    flex: 0 0 auto !important;
    width: auto !important;
    justify-content: center !important;
    margin: 0 !important;
    white-space: nowrap !important;
    padding: 10px 16px !important;
    font-size: 13px !important;
  }
  .nt-tasks__new-btn {
    flex: 0 0 auto !important;
    width: auto !important;
    justify-content: center !important;
    padding: 10px 24px !important;
    margin: 0 !important;
    white-space: nowrap !important;
    font-size: 13px !important;
  }
}
@media (max-width: 576px) {
  .nt-tasks__unscheduled-btn,
  .nt-tasks__new-btn {
    flex: 1 !important;
    padding: 10px 12px !important;
  }
}
.nt-meta-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  color: #8B949E;
  border: 1px solid rgba(255, 255, 255, 0.08);
  white-space: nowrap;
  transition: background border-color color 0.25s ease;
}
.nt-meta-badge svg {
  flex-shrink: 0;
  opacity: 0.7;
  width: 12px;
  height: 12px;
}
.nt-meta-badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0EA5E9;
}
html.nt-light-theme .nt-meta-badge {
  background: #F8FAFC;
  color: #64748B;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-meta-badge--project .nt-meta-badge__dot {
  background: #0088CC;
}
.nt-meta-badge--duration {
  background: rgba(0, 136, 204, 0.1);
  border-color: rgba(0, 136, 204, 0.15);
  color: #0EA5E9;
}
html.nt-light-theme .nt-meta-badge--duration {
  background: rgba(0, 136, 204, 0.05);
  border-color: rgba(0, 136, 204, 0.1);
  color: #0088CC;
}
.nt-meta-badge--project {
  background: rgba(14, 165, 233, 0.08);
  border-color: rgba(14, 165, 233, 0.15);
  color: rgb(21.5749781694%, 72.3997777249%, 95.2877669286%);
}
html.nt-light-theme .nt-meta-badge--project {
  background: rgba(14, 165, 233, 0.05);
  border-color: rgba(14, 165, 233, 0.1);
  color: #0EA5E9;
}
.nt-meta-badge--goal {
  background: rgba(249, 115, 22, 0.08);
  border-color: rgba(249, 115, 22, 0.15);
  color: rgb(98.1491508737%, 56.8135203872%, 28.1253589302%);
}
html.nt-light-theme .nt-meta-badge--goal {
  background: rgba(249, 115, 22, 0.05);
  border-color: rgba(249, 115, 22, 0.1);
  color: #F97316;
}
.nt-meta-badge--role {
  background: rgba(124, 58, 237, 0.08);
  border-color: rgba(124, 58, 237, 0.15);
  color: rgb(60.813497492%, 41.0706794346%, 94.6155950752%);
}
html.nt-light-theme .nt-meta-badge--role {
  background: rgba(124, 58, 237, 0.05);
  border-color: rgba(124, 58, 237, 0.1);
  color: #7C3AED;
}
.nt-meta-badge--category {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.15);
  color: rgb(23.7484084543%, 86.8398268398%, 46.9722434428%);
}
html.nt-light-theme .nt-meta-badge--category {
  background: rgba(34, 197, 94, 0.05);
  border-color: rgba(34, 197, 94, 0.1);
  color: #22C55E;
}
.nt-meta-badge--deadline.text-danger {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.15);
  color: #EF4444;
}
html.nt-light-theme .nt-meta-badge--deadline.text-danger {
  background: #FEF2F2;
  border-color: #FEE2E2;
  color: #EF4444;
}

.nt-tasks--view-grid .nt-table {
  display: table !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin-top: 24px !important;
  width: 100% !important;
}
.nt-tasks--view-grid .nt-table .nt-table__head {
  display: table-header-group !important;
}
.nt-tasks--view-grid .nt-table .nt-table__head tr {
  display: table-row !important;
}
.nt-tasks--view-grid .nt-table .nt-table__head th {
  display: table-cell;
  padding: 12px 16px !important;
  color: #8B949E;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
  box-sizing: border-box;
}
.nt-tasks--view-grid .nt-table tbody {
  display: table-row-group !important;
}
.nt-tasks--view-grid .nt-table__row {
  display: table-row;
  background: #161B22 !important;
  height: 52px !important;
  box-sizing: border-box;
}
.nt-tasks--view-grid .nt-table__row:hover {
  background: rgb(11.7703081232%, 14.4453781513%, 18.1904761905%) !important;
}
.nt-tasks--view-grid .nt-table__row:hover td {
  background: rgb(11.7703081232%, 14.4453781513%, 18.1904761905%) !important;
  border-top-color: rgb(26.3009049774%, 29.8076923077%, 34.4834087481%) !important;
  border-bottom-color: rgb(26.3009049774%, 29.8076923077%, 34.4834087481%) !important;
}
.nt-tasks--view-grid .nt-table__row:hover td:first-child {
  border-left-color: rgb(26.3009049774%, 29.8076923077%, 34.4834087481%) !important;
}
.nt-tasks--view-grid .nt-table__row:hover td:last-child {
  border-right-color: rgb(26.3009049774%, 29.8076923077%, 34.4834087481%) !important;
}
.nt-tasks--view-grid .nt-table__row td {
  display: table-cell;
  vertical-align: middle !important;
  padding: 10px 16px !important;
  border-top: 1px solid #2D333B !important;
  border-bottom: 1px solid #2D333B !important;
  box-sizing: border-box;
  height: inherit !important;
}
.nt-tasks--view-grid .nt-table__row td:first-child {
  border-left: 1px solid #2D333B !important;
  width: 48px !important;
  text-align: center !important;
}
.nt-tasks--view-grid .nt-table__row td:last-child {
  border-right: 1px solid #2D333B !important;
  width: 90px !important;
  text-align: center !important;
}
.nt-tasks--view-grid .nt-table__row td.nt-table__cell--check .nt-table__check-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.nt-tasks--view-grid .nt-table__row td.nt-table__cell--check .nt-table__sort-index {
  display: inline-block !important;
}
.nt-tasks--view-grid .nt-table__row td.nt-table__title-cell {
  flex-direction: row !important;
  align-items: center !important;
  display: table-cell;
}
.nt-tasks--view-grid .nt-table__row td.nt-table__cell--duration {
  display: table-cell;
}
.nt-tasks--view-grid .nt-table__row td.nt-table__cell--project {
  display: table-cell;
  text-align: center !important;
}
.nt-tasks--view-grid .nt-table__row td.nt-table__cell--goal {
  display: table-cell;
  text-align: center !important;
}
.nt-tasks--view-grid .nt-table__row td.nt-table__cell--due {
  display: table-cell;
  text-align: center !important;
}
.nt-tasks--view-grid .nt-table__row td.nt-table__cell--actions {
  display: table-cell;
}
.nt-tasks--view-grid .nt-table__row--running {
  display: table-row;
  height: 52px !important;
  box-sizing: border-box;
  background: rgba(34, 197, 94, 0.08) !important;
}
.nt-tasks--view-grid .nt-table__row--running td {
  display: table-cell !important;
  vertical-align: middle !important;
  padding: 10px 16px !important;
  box-sizing: border-box;
  height: inherit !important;
  background: rgba(34, 197, 94, 0.08) !important;
  border-top: 1px solid rgba(34, 197, 94, 0.35) !important;
  border-bottom: 1px solid rgba(34, 197, 94, 0.35) !important;
}
.nt-tasks--view-grid .nt-table__row--running td:first-child {
  border-left: 1px solid rgba(34, 197, 94, 0.35) !important;
}
.nt-tasks--view-grid .nt-table__row--running td:last-child {
  border-right: 1px solid rgba(34, 197, 94, 0.35) !important;
}
.nt-tasks--view-grid .nt-table__row--running:hover {
  background: rgba(34, 197, 94, 0.12) !important;
}
.nt-tasks--view-grid .nt-table__row--running:hover td {
  background: rgba(34, 197, 94, 0.12) !important;
  border-top-color: rgba(34, 197, 94, 0.5) !important;
  border-bottom-color: rgba(34, 197, 94, 0.5) !important;
}
.nt-tasks--view-grid .nt-table__row--running:hover td:first-child {
  border-left-color: rgba(34, 197, 94, 0.5) !important;
}
.nt-tasks--view-grid .nt-table__row--running:hover td:last-child {
  border-right-color: rgba(34, 197, 94, 0.5) !important;
}
.nt-tasks--view-grid .nt-table__row--replanned {
  display: table-row;
  height: 52px !important;
  box-sizing: border-box;
}
.nt-tasks--view-grid .nt-table__row--replanned td {
  display: table-cell !important;
  vertical-align: middle !important;
  padding: 10px 16px !important;
  box-sizing: border-box;
  height: inherit !important;
  background: rgba(249, 115, 22, 0.04) !important;
  border-top: 1px solid rgba(249, 115, 22, 0.2) !important;
  border-bottom: 1px solid rgba(249, 115, 22, 0.2) !important;
}
.nt-tasks--view-grid .nt-table__row--replanned td:first-child {
  border-left: 1px solid rgba(249, 115, 22, 0.2) !important;
  width: 48px !important;
  text-align: center !important;
}
.nt-tasks--view-grid .nt-table__row--replanned td:last-child {
  border-right: 1px solid rgba(249, 115, 22, 0.2) !important;
  width: 90px !important;
  text-align: center !important;
}
.nt-tasks--view-grid .nt-table__row--replanned:hover td {
  background: rgba(249, 115, 22, 0.08) !important;
  border-top-color: rgba(249, 115, 22, 0.4) !important;
  border-bottom-color: rgba(249, 115, 22, 0.4) !important;
}
.nt-tasks--view-grid .nt-table__row--replanned:hover td:first-child {
  border-left-color: rgba(249, 115, 22, 0.4) !important;
}
.nt-tasks--view-grid .nt-table__row--replanned:hover td:last-child {
  border-right-color: rgba(249, 115, 22, 0.4) !important;
}
.nt-tasks--view-grid .nt-table__row--overdue {
  display: table-row;
  height: 52px !important;
  box-sizing: border-box;
}
.nt-tasks--view-grid .nt-table__row--overdue td {
  display: table-cell !important;
  vertical-align: middle !important;
  padding: 10px 16px !important;
  box-sizing: border-box;
  height: inherit !important;
  background: rgba(239, 68, 68, 0.04) !important;
  border-top: 1px solid rgba(239, 68, 68, 0.2) !important;
  border-bottom: 1px solid rgba(239, 68, 68, 0.2) !important;
}
.nt-tasks--view-grid .nt-table__row--overdue td:first-child {
  border-left: 1px solid rgba(239, 68, 68, 0.2) !important;
  width: 48px !important;
  text-align: center !important;
}
.nt-tasks--view-grid .nt-table__row--overdue td:last-child {
  border-right: 1px solid rgba(239, 68, 68, 0.2) !important;
  width: 90px !important;
  text-align: center !important;
}
.nt-tasks--view-grid .nt-table__row--overdue:hover td {
  background: rgba(239, 68, 68, 0.08) !important;
  border-top-color: rgba(239, 68, 68, 0.4) !important;
  border-bottom-color: rgba(239, 68, 68, 0.4) !important;
}
.nt-tasks--view-grid .nt-table__row--overdue:hover td:first-child {
  border-left-color: rgba(239, 68, 68, 0.4) !important;
}
.nt-tasks--view-grid .nt-table__row--overdue:hover td:last-child {
  border-right-color: rgba(239, 68, 68, 0.4) !important;
}
.nt-tasks--view-grid .nt-table .nt-table__meta-row-compact {
  display: none !important;
}

html.nt-light-theme .nt-tasks--view-grid .nt-table__row {
  background: #FFFFFF !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row:hover {
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row:hover td {
  background: #F8FAFC !important;
  border-top-color: #CBD5E1 !important;
  border-bottom-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row:hover td:first-child {
  border-left-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row:hover td:last-child {
  border-right-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row td {
  background: #FFFFFF !important;
  border-top-color: #E2E8F0 !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row td:first-child {
  border-left-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row td:last-child {
  border-right-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--replanned td {
  background: rgba(249, 115, 22, 0.08) !important;
  border-top-color: rgba(249, 115, 22, 0.25) !important;
  border-bottom-color: rgba(249, 115, 22, 0.25) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--replanned td:first-child {
  border-left-color: rgba(249, 115, 22, 0.25) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--replanned td:last-child {
  border-right-color: rgba(249, 115, 22, 0.25) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--replanned:hover td {
  background: rgba(249, 115, 22, 0.14) !important;
  border-top-color: rgba(249, 115, 22, 0.4) !important;
  border-bottom-color: rgba(249, 115, 22, 0.4) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--replanned:hover td:first-child {
  border-left-color: rgba(249, 115, 22, 0.4) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--replanned:hover td:last-child {
  border-right-color: rgba(249, 115, 22, 0.4) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--overdue td {
  background: rgba(239, 68, 68, 0.08) !important;
  border-top-color: rgba(239, 68, 68, 0.25) !important;
  border-bottom-color: rgba(239, 68, 68, 0.25) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--overdue td:first-child {
  border-left-color: rgba(239, 68, 68, 0.25) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--overdue td:last-child {
  border-right-color: rgba(239, 68, 68, 0.25) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--overdue:hover td {
  background: rgba(239, 68, 68, 0.14) !important;
  border-top-color: rgba(239, 68, 68, 0.4) !important;
  border-bottom-color: rgba(239, 68, 68, 0.4) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--overdue:hover td:first-child {
  border-left-color: rgba(239, 68, 68, 0.4) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--overdue:hover td:last-child {
  border-right-color: rgba(239, 68, 68, 0.4) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--running td {
  background: rgba(34, 197, 94, 0.14) !important;
  border-top-color: rgba(34, 197, 94, 0.35) !important;
  border-bottom-color: rgba(34, 197, 94, 0.35) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--running td:first-child {
  border-left: 4px solid #22C55E !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--running td:last-child {
  border-right-color: rgba(34, 197, 94, 0.35) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--running:hover td {
  background: rgba(34, 197, 94, 0.22) !important;
  border-top-color: rgba(34, 197, 94, 0.48) !important;
  border-bottom-color: rgba(34, 197, 94, 0.48) !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--running:hover td:first-child {
  border-left: 4px solid #22C55E !important;
}
html.nt-light-theme .nt-tasks--view-grid .nt-table__row--running:hover td:last-child {
  border-right-color: rgba(34, 197, 94, 0.48) !important;
}

.nt-table[style*="display: none"],
.nt-table[style*="display:none"],
.nt-table.is-hidden,
#nt-tasks-empty-list-container .nt-table {
  display: none !important;
}
.nt-table[style*="display: none"] .nt-table__head,
.nt-table[style*="display: none"] thead,
.nt-table[style*="display: none"] tbody,
.nt-table[style*="display: none"] tr,
.nt-table[style*="display: none"] th,
.nt-table[style*="display: none"] td,
.nt-table[style*="display:none"] .nt-table__head,
.nt-table[style*="display:none"] thead,
.nt-table[style*="display:none"] tbody,
.nt-table[style*="display:none"] tr,
.nt-table[style*="display:none"] th,
.nt-table[style*="display:none"] td,
.nt-table.is-hidden .nt-table__head,
.nt-table.is-hidden thead,
.nt-table.is-hidden tbody,
.nt-table.is-hidden tr,
.nt-table.is-hidden th,
.nt-table.is-hidden td,
#nt-tasks-empty-list-container .nt-table .nt-table__head,
#nt-tasks-empty-list-container .nt-table thead,
#nt-tasks-empty-list-container .nt-table tbody,
#nt-tasks-empty-list-container .nt-table tr,
#nt-tasks-empty-list-container .nt-table th,
#nt-tasks-empty-list-container .nt-table td {
  display: none !important;
}

.nt-tasks--dump .nt-tasks__title {
  font-size: 32px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  margin: 0 !important;
  background: linear-gradient(to right, #ffffff, #a1a1aa) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
html.nt-light-theme .nt-tasks--dump .nt-tasks__title {
  background: linear-gradient(to right, #0F172A, #475569) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
.nt-tasks--dump.nt-tasks--view-grid .nt-table__row td:last-child,
.nt-tasks--dump.nt-tasks--view-grid .nt-table__head th:last-child {
  width: 220px !important;
}

.nt-mobile-bottom-actions {
  display: none;
  position: fixed;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  max-width: 440px;
  background: rgba(22, 27, 34, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(45, 51, 59, 0.5);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  z-index: 99;
  padding: 6px 12px;
  box-sizing: border-box;
}
.nt-mobile-bottom-actions__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.nt-mobile-bottom-actions__btn {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  background: transparent;
  border: none;
  outline: none;
  color: #8B949E;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  padding: 6px 0;
  transition: all 0.2s ease;
  border-radius: 8px;
}
.nt-mobile-bottom-actions__btn:hover, .nt-mobile-bottom-actions__btn:active {
  color: #0EA5E9;
}
.nt-mobile-bottom-actions__btn .nt-mobile-bottom-actions__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.nt-mobile-bottom-actions__btn:active .nt-mobile-bottom-actions__icon-wrapper {
  background-color: rgba(0, 136, 204, 0.15);
}
.nt-mobile-bottom-actions__fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0088CC, rgb(0%, 64%, 96%));
  border: none;
  outline: none;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 136, 204, 0.4);
  cursor: pointer;
  transform: translateY(-16px);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex-shrink: 0;
}
.nt-mobile-bottom-actions__fab svg {
  width: 28px;
  height: 28px;
  color: #FFFFFF;
}
.nt-mobile-bottom-actions__fab:hover, .nt-mobile-bottom-actions__fab:active {
  transform: translateY(-18px) scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 136, 204, 0.65);
}

.nt-mobile-dropdown--up {
  position: absolute !important;
  bottom: calc(100% + 12px) !important;
  top: auto !important;
  left: 0 !important;
  right: auto !important;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4) !important;
  border-radius: 12px !important;
  transform: translateY(0);
  animation: slideUpDropdown 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes slideUpDropdown {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-mobile-only-hide {
    display: none !important;
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-mobile-bottom-actions {
    display: block;
  }
  .nt-tasks__actions,
  .nt-tasks__filters-group,
  .nt-tasks__controls-divider,
  .nt-tasks__filter-divider {
    display: none !important;
  }
  .nt-content.myDay {
    padding-bottom: 100px !important;
  }
  #nt-home-help {
    display: none !important;
  }
  .nt-command-bar {
    margin-bottom: 16px !important;
  }
  .nt-command-bar__kbd, .nt-command-bar__actions {
    display: none !important;
  }
  .nt-command-bar__input {
    padding: 10px 0 !important;
  }
  .nt-table__sort-index {
    display: none !important;
  }
  .nt-meta-badge {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #64748B !important;
    gap: 3px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
  }
  .nt-meta-badge svg {
    opacity: 0.6 !important;
  }
  html.nt-dark-theme .nt-meta-badge {
    color: #8B949E !important;
  }
}
html.nt-light-theme .nt-mobile-bottom-actions {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(226, 232, 240, 0.9);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
html.nt-light-theme .nt-mobile-bottom-actions__btn {
  color: #64748B;
}
html.nt-light-theme .nt-mobile-bottom-actions__btn:hover, html.nt-light-theme .nt-mobile-bottom-actions__btn:active {
  color: #0088CC;
}

@media screen and (min-width: 1025px) and (min-height: 701px) {
  .nt-modal--reminder:has(.nt-modal__side-panel.is-open) {
    max-width: 830px !important;
  }
  .nt-modal--reminder:has(.nt-modal__side-panel.is-open) .nt-modal__body {
    margin-right: 350px;
  }
}
/* Cores e Estados Ativos do Painel de Recorrência nos modos Claro e Escuro */
.nt-recurrence-freq-btn,
.nt-recurrence-day-btn {
  transition: all 0.2s ease;
  font-family: inherit;
  background-color: var(--nt-bg-subtle, #1f1f23);
  border: 1px solid var(--nt-border, #30363d);
  color: var(--nt-text, #c9d1d9);
}

.nt-recurrence-freq-btn.is-active,
.nt-recurrence-day-btn.is-active,
html.nt-light-theme .nt-recurrence-freq-btn.is-active,
html.nt-light-theme .nt-recurrence-day-btn.is-active {
  background-color: var(--nt-primary, #7c3aed) !important;
  border-color: var(--nt-primary, #7c3aed) !important;
  color: #ffffff !important;
}

.nt-recurrence-freq-btn:hover,
.nt-recurrence-day-btn:hover {
  background: rgba(124, 58, 237, 0.15) !important;
  border-color: var(--nt-primary, #7c3aed) !important;
}

/* Padrões claros específicos */
html.nt-light-theme .nt-recurrence-freq-btn,
html.nt-light-theme .nt-recurrence-day-btn {
  color: #0F172A;
  border-color: #CBD5E1;
  background-color: #F8FAFC;
}

/* Alinhamento de controles */
.nt-recurrence-interval-control button,
.nt-recurrence-occurrences-control button {
  cursor: pointer;
}

/* ── Kanban Board Layout ────────────────────────────────────────── */
.nt-kanban-tip-banner {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 136, 204, 0.08);
  border: 1px solid rgba(0, 136, 204, 0.2);
  border-radius: 10px;
  padding: 10px 16px;
  margin-top: 16px;
  font-size: 12px;
  color: #33bbff;
  line-height: 1.5;
  box-sizing: border-box;
}
html.nt-light-theme .nt-kanban-tip-banner {
  background: rgba(0, 136, 204, 0.05);
  border-color: rgba(0, 136, 204, 0.15);
  color: #006699;
}
.nt-kanban-tip-banner strong {
  color: #FFFFFF;
}
html.nt-light-theme .nt-kanban-tip-banner strong {
  color: #0F172A;
}

.nt-tasks--view-kanban-status #nt-tasks-table,
.nt-tasks--view-kanban-status .nt-empty-state--tasks,
.nt-tasks--view-kanban-status .nt-tasks-filter-empty-state,
.nt-tasks--view-kanban-status #nt-tasks-filter-empty-state,
.nt-tasks--view-kanban-triade #nt-tasks-table,
.nt-tasks--view-kanban-triade .nt-empty-state--tasks,
.nt-tasks--view-kanban-triade .nt-tasks-filter-empty-state,
.nt-tasks--view-kanban-triade #nt-tasks-filter-empty-state {
  display: none !important;
}
.nt-tasks--view-kanban-status .nt-kanban-order-badge,
.nt-tasks--view-kanban-triade .nt-kanban-order-badge {
  display: inline-flex !important;
}

.nt-kanban-order-badge {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 5px;
  padding: 2.5px 6.5px;
  letter-spacing: -0.01em;
  user-select: none;
  z-index: 2;
  transition: opacity 0.15s ease-in-out;
}
html.nt-light-theme .nt-kanban-order-badge {
  color: #0284C7;
  background: #F0F9FF;
  border-color: #BAE6FD;
}

.nt-kanban-placeholder {
  width: 100%;
  min-height: 52px;
  border: 2px dashed rgba(0, 136, 204, 0.6) !important;
  background: rgba(0, 136, 204, 0.05) !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  margin-bottom: 0 !important;
  flex-shrink: 0 !important;
  transition: all 0.15s ease !important;
  pointer-events: none !important;
}
html.nt-light-theme .nt-kanban-placeholder {
  border-color: rgba(0, 136, 204, 0.5) !important;
  background: rgba(0, 136, 204, 0.04) !important;
}

.nt-kanban-board {
  display: flex;
  gap: 20px;
  margin-top: 18px;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  align-items: stretch;
  box-sizing: border-box;
  padding: 4px 2px 24px 2px;
  -webkit-overflow-scrolling: touch;
}
.nt-kanban-board::-webkit-scrollbar {
  height: 7px;
}
.nt-kanban-board::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.nt-kanban-board::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
}
.nt-kanban-board::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.25);
}
html.nt-light-theme .nt-kanban-board::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-kanban-board::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
html.nt-light-theme .nt-kanban-board::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  .nt-kanban-board {
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
    gap: 14px;
  }
}

.nt-kanban-column {
  flex: 1;
  min-width: 260px;
  background: rgba(22, 27, 34, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-top: 3px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  max-height: 820px;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nt-tasks--view-kanban-status .nt-kanban-column[data-column-id="0"] {
  border-top-color: #94A3B8;
}
.nt-tasks--view-kanban-status .nt-kanban-column[data-column-id="0"] .nt-kanban-column__title {
  color: #CBD5E1;
}
.nt-tasks--view-kanban-status .nt-kanban-column[data-column-id="1"] {
  border-top-color: #0088CC;
}
.nt-tasks--view-kanban-status .nt-kanban-column[data-column-id="1"] .nt-kanban-column__title {
  color: #38BDF8;
}
html.nt-light-theme .nt-tasks--view-kanban-status .nt-kanban-column[data-column-id="1"] .nt-kanban-column__title {
  color: #0284C7;
}
.nt-tasks--view-kanban-status .nt-kanban-column[data-column-id="2"] {
  border-top-color: #F97316;
}
.nt-tasks--view-kanban-status .nt-kanban-column[data-column-id="2"] .nt-kanban-column__title {
  color: #FB923C;
}
html.nt-light-theme .nt-tasks--view-kanban-status .nt-kanban-column[data-column-id="2"] .nt-kanban-column__title {
  color: #EA580C;
}
.nt-tasks--view-kanban-status .nt-kanban-column[data-column-id="3"] {
  border-top-color: #22C55E;
}
.nt-tasks--view-kanban-status .nt-kanban-column[data-column-id="3"] .nt-kanban-column__title {
  color: #4ADE80;
}
html.nt-light-theme .nt-tasks--view-kanban-status .nt-kanban-column[data-column-id="3"] .nt-kanban-column__title {
  color: #16A34A;
}
.nt-tasks--view-kanban-triade .nt-kanban-column[data-column-id="0"] {
  border-top-color: #94A3B8;
}
.nt-tasks--view-kanban-triade .nt-kanban-column[data-column-id="0"] .nt-kanban-column__title {
  color: #CBD5E1;
}
.nt-tasks--view-kanban-triade .nt-kanban-column[data-column-id="1"] {
  border-top-color: #0b81cd;
}
.nt-tasks--view-kanban-triade .nt-kanban-column[data-column-id="1"] .nt-kanban-column__title {
  color: rgb(13.3551198257%, 63.2287581699%, 95.3507625272%);
}
html.nt-light-theme .nt-tasks--view-kanban-triade .nt-kanban-column[data-column-id="1"] .nt-kanban-column__title {
  color: #0b81cd;
}
.nt-tasks--view-kanban-triade .nt-kanban-column[data-column-id="2"] {
  border-top-color: #ea403b;
}
.nt-tasks--view-kanban-triade .nt-kanban-column[data-column-id="2"] .nt-kanban-column__title {
  color: rgb(94.0872865275%, 46.2224631788%, 44.8146742568%);
}
html.nt-light-theme .nt-tasks--view-kanban-triade .nt-kanban-column[data-column-id="2"] .nt-kanban-column__title {
  color: #ea403b;
}
.nt-tasks--view-kanban-triade .nt-kanban-column[data-column-id="3"] {
  border-top-color: #f4b622;
}
.nt-tasks--view-kanban-triade .nt-kanban-column[data-column-id="3"] .nt-kanban-column__title {
  color: rgb(96.8242055443%, 78.9242731575%, 36.1954022989%);
}
html.nt-light-theme .nt-tasks--view-kanban-triade .nt-kanban-column[data-column-id="3"] .nt-kanban-column__title {
  color: rgb(94.3247126437%, 67.8625760649%, 4.6948951995%);
}
.nt-kanban-column:hover {
  border-color: rgba(255, 255, 255, 0.14);
}
@media (max-width: 1024px) {
  .nt-kanban-column {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 290px;
  }
}
html.nt-light-theme .nt-kanban-column {
  background: #F8FAFC;
  border-color: #E2E8F0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
html.nt-light-theme .nt-kanban-column:hover {
  border-color: #CBD5E1;
}
.nt-kanban-column__header {
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
html.nt-light-theme .nt-kanban-column__header {
  border-bottom-color: #E2E8F0;
  color: #475569;
}
.nt-kanban-column__title {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
}
html.nt-light-theme .nt-kanban-column__title {
  color: #1E293B;
}
.nt-kanban-column__count {
  background: rgba(255, 255, 255, 0.08);
  color: #94A3B8;
  font-size: 11px;
  font-weight: 700;
  padding: 2.5px 8.5px;
  border-radius: 12px;
}
html.nt-light-theme .nt-kanban-column__count {
  background: #E2E8F0;
  color: #64748B;
}
.nt-kanban-column__cards {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  flex-grow: 1;
  min-height: 240px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.nt-kanban-column__cards::-webkit-scrollbar {
  width: 5px;
}
.nt-kanban-column__cards::-webkit-scrollbar-track {
  background: transparent;
}
.nt-kanban-column__cards::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.nt-kanban-column__cards::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.nt-kanban-column__cards.drag-over {
  background-color: rgba(0, 136, 204, 0.04);
  outline: 2px dashed #0088CC;
  outline-offset: -4px;
  border-radius: 0 0 14px 14px;
}
html.nt-light-theme .nt-kanban-column__cards.drag-over {
  background-color: rgba(0, 136, 204, 0.04);
}
.nt-kanban-column__cards .nt-kanban-empty-column {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px 16px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  gap: 6px;
  box-sizing: border-box;
  user-select: none;
  transition: all 0.2s ease;
  margin-top: 4px;
}
html.nt-light-theme .nt-kanban-column__cards .nt-kanban-empty-column {
  border-color: #CBD5E1;
  background: rgba(255, 255, 255, 0.6);
}
.nt-kanban-column__cards .nt-kanban-empty-column__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94A3B8;
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 6px;
}
html.nt-light-theme .nt-kanban-column__cards .nt-kanban-empty-column__icon {
  color: #64748B;
  background: rgba(0, 0, 0, 0.04);
}
.nt-kanban-column__cards .nt-kanban-empty-column__title {
  font-size: 12.5px;
  font-weight: 600;
  color: #FFFFFF;
}
html.nt-light-theme .nt-kanban-column__cards .nt-kanban-empty-column__title {
  color: #1E293B;
}
.nt-kanban-column__cards .nt-kanban-empty-column__subtitle {
  font-size: 11px;
  color: #94A3B8;
  line-height: 1.4;
  max-width: 200px;
}
html.nt-light-theme .nt-kanban-column__cards .nt-kanban-empty-column__subtitle {
  color: #64748B;
}
.nt-kanban-column__cards .nt-kanban-empty-column__btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  padding: 6px 14px;
  font-size: 11.5px;
  font-weight: 600;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.nt-kanban-column__cards .nt-kanban-empty-column__btn:hover {
  background: rgba(56, 189, 248, 0.2);
  border-color: rgba(56, 189, 248, 0.4);
  transform: translateY(-1px);
}
html.nt-light-theme .nt-kanban-column__cards .nt-kanban-empty-column__btn {
  color: #0284C7;
  background: #F0F9FF;
  border-color: #BAE6FD;
}
html.nt-light-theme .nt-kanban-column__cards .nt-kanban-empty-column__btn:hover {
  background: #E0F2FE;
}
.nt-kanban-column__cards.is-empty .nt-kanban-empty-column {
  display: flex !important;
}

.nt-kanban-column__cards .nt-table__row {
  display: flex !important;
  flex-direction: column !important;
  flex-shrink: 0 !important;
  gap: 6px !important;
  padding: 12px 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.07) !important;
  border-left: 4px solid #8B949E !important;
  background: #161B22 !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
  cursor: grab;
  width: 100% !important;
  height: auto !important;
  box-sizing: border-box !important;
  margin-bottom: 0 !important;
  position: relative !important;
  transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.18s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.18s ease, background-color 0.18s ease !important;
}
.nt-kanban-column__cards .nt-table__row[data-priority="1"] {
  border-left-color: #0b81cd !important;
}
.nt-kanban-column__cards .nt-table__row[data-priority="2"] {
  border-left-color: #ea403b !important;
}
.nt-kanban-column__cards .nt-table__row[data-priority="3"] {
  border-left-color: #f4b622 !important;
}
.nt-kanban-column__cards .nt-table__row[data-priority="0"], .nt-kanban-column__cards .nt-table__row:not([data-priority]) {
  border-left-color: #8B949E !important;
}
.nt-kanban-column__cards .nt-table__row .nt-triade-dot {
  display: none !important;
}
.nt-kanban-column__cards .nt-table__row:active {
  cursor: grabbing;
}
.nt-kanban-column__cards .nt-table__row:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35) !important;
  border-top-color: rgba(255, 255, 255, 0.15) !important;
  border-right-color: rgba(255, 255, 255, 0.15) !important;
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}
.nt-kanban-column__cards .nt-table__row.is-dragging {
  opacity: 0.55;
  border: 1.5px dashed #0088CC !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4) !important;
  transform: scale(0.98) rotate(1.2deg);
}
.nt-kanban-column__cards .nt-table__row.nt-table__row--running {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(22, 27, 34, 0.95)) !important;
  border-top-color: rgba(14, 165, 233, 0.3) !important;
  border-right-color: rgba(14, 165, 233, 0.3) !important;
  border-bottom-color: rgba(14, 165, 233, 0.3) !important;
  box-shadow: 0 0 14px rgba(14, 165, 233, 0.15), 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  border-left-color: #94A3B8 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row[data-priority="1"] {
  border-left-color: #0b81cd !important;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row[data-priority="2"] {
  border-left-color: #ea403b !important;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row[data-priority="3"] {
  border-left-color: #f4b622 !important;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row[data-priority="0"], html.nt-light-theme .nt-kanban-column__cards .nt-table__row:not([data-priority]) {
  border-left-color: #94A3B8 !important;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row.nt-table__row--running {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.06), #FFFFFF) !important;
  border-top-color: rgba(14, 165, 233, 0.35) !important;
  border-right-color: rgba(14, 165, 233, 0.35) !important;
  border-bottom-color: rgba(14, 165, 233, 0.35) !important;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.1) !important;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row:hover {
  background: #FFFFFF !important;
  border-top-color: #CBD5E1 !important;
  border-right-color: #CBD5E1 !important;
  border-bottom-color: #CBD5E1 !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
}
.nt-kanban-column__cards .nt-table__row--overdue {
  background: rgba(239, 68, 68, 0.05) !important;
  border-top-color: rgba(239, 68, 68, 0.25) !important;
  border-right-color: rgba(239, 68, 68, 0.25) !important;
  border-bottom-color: rgba(239, 68, 68, 0.25) !important;
}
.nt-kanban-column__cards .nt-table__row--overdue:hover {
  background: rgba(239, 68, 68, 0.08) !important;
  border-top-color: rgba(239, 68, 68, 0.4) !important;
  border-right-color: rgba(239, 68, 68, 0.4) !important;
  border-bottom-color: rgba(239, 68, 68, 0.4) !important;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row--overdue {
  background: rgba(239, 68, 68, 0.06) !important;
  border-top-color: rgba(239, 68, 68, 0.25) !important;
  border-right-color: rgba(239, 68, 68, 0.25) !important;
  border-bottom-color: rgba(239, 68, 68, 0.25) !important;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row--overdue:hover {
  background: rgba(239, 68, 68, 0.1) !important;
}
.nt-kanban-column__cards .nt-table__row--replanned {
  background: rgba(249, 115, 22, 0.05) !important;
  border-top-color: rgba(249, 115, 22, 0.25) !important;
  border-right-color: rgba(249, 115, 22, 0.25) !important;
  border-bottom-color: rgba(249, 115, 22, 0.25) !important;
}
.nt-kanban-column__cards .nt-table__row--replanned:hover {
  background: rgba(249, 115, 22, 0.08) !important;
  border-top-color: rgba(249, 115, 22, 0.4) !important;
  border-right-color: rgba(249, 115, 22, 0.4) !important;
  border-bottom-color: rgba(249, 115, 22, 0.4) !important;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row--replanned {
  background: rgba(249, 115, 22, 0.06) !important;
  border-top-color: rgba(249, 115, 22, 0.25) !important;
  border-right-color: rgba(249, 115, 22, 0.25) !important;
  border-bottom-color: rgba(249, 115, 22, 0.25) !important;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row--replanned:hover {
  background: rgba(249, 115, 22, 0.1) !important;
}
.nt-kanban-column__cards .nt-table__row td.nt-table__cell--check,
.nt-kanban-column__cards .nt-table__row td.nt-table__cell--duration,
.nt-kanban-column__cards .nt-table__row td.nt-table__cell--project,
.nt-kanban-column__cards .nt-table__row td.nt-table__cell--goal,
.nt-kanban-column__cards .nt-table__row td.nt-table__cell--due {
  display: none !important;
}
.nt-kanban-column__cards .nt-table__row td {
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
}
.nt-kanban-column__cards .nt-table__row td.nt-table__cell--title {
  display: block !important;
  width: 100% !important;
  padding-right: 84px !important;
  box-sizing: border-box !important;
}
.nt-tasks--view-kanban-status .nt-kanban-column__cards .nt-table__row td.nt-table__cell--title {
  padding-right: 42px !important;
}
.nt-kanban-column__cards .nt-table__row td.nt-table__cell--actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  width: auto !important;
  height: auto !important;
  z-index: 3;
}
.nt-tasks--view-kanban-status .nt-kanban-column__cards .nt-table__row td.nt-table__cell--actions {
  display: none !important;
}
@media (hover: hover) {
  .nt-kanban-column__cards .nt-table__row td.nt-table__cell--actions {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out;
  }
}
.nt-tasks--view-kanban-status .nt-kanban-column__cards .nt-table__row:hover td.nt-table__cell--actions {
  display: none !important;
}
@media (hover: hover) {
  .nt-kanban-column__cards .nt-table__row:hover td.nt-table__cell--actions {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (hover: hover) {
  .nt-tasks--view-kanban-triade .nt-kanban-column__cards .nt-table__row:hover .nt-kanban-order-badge {
    opacity: 0;
    pointer-events: none;
  }
}
.nt-kanban-column__cards .nt-table__row .nt-table__row-actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  align-items: center;
}
.nt-kanban-column__cards .nt-table__row .nt-table__row-actions .nt-table__timer-btn,
.nt-kanban-column__cards .nt-table__row .nt-table__row-actions .nt-table__complete-btn {
  width: 26px;
  height: 26px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #94A3B8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s ease;
  padding: 0;
}
.nt-kanban-column__cards .nt-table__row .nt-table__row-actions .nt-table__timer-btn svg,
.nt-kanban-column__cards .nt-table__row .nt-table__row-actions .nt-table__complete-btn svg {
  width: 15px;
  height: 15px;
}
.nt-kanban-column__cards .nt-table__row .nt-table__row-actions .nt-table__timer-btn:hover,
.nt-kanban-column__cards .nt-table__row .nt-table__row-actions .nt-table__complete-btn:hover {
  transform: scale(1.08);
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row .nt-table__row-actions .nt-table__timer-btn,
html.nt-light-theme .nt-kanban-column__cards .nt-table__row .nt-table__row-actions .nt-table__complete-btn {
  background: #F1F5F9;
  border-color: #E2E8F0;
  color: #64748B;
}
.nt-kanban-column__cards .nt-table__row .nt-table__row-actions .nt-table__timer-btn:hover {
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.18);
  border-color: rgba(56, 189, 248, 0.35);
}
.nt-kanban-column__cards .nt-table__row .nt-table__row-actions .nt-table__timer-btn.is-running {
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.2);
  border-color: rgba(56, 189, 248, 0.4);
}
.nt-kanban-column__cards .nt-table__row .nt-table__row-actions .nt-table__complete-btn:hover {
  color: #4ADE80;
  background: rgba(34, 197, 94, 0.18);
  border-color: rgba(34, 197, 94, 0.35);
}
.nt-kanban-column__cards .nt-table__row .nt-table__title-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.nt-kanban-column__cards .nt-table__row .nt-table__title-wrapper .nt-table__title {
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.45;
  color: #F1F5F9;
}
.nt-kanban-column__cards .nt-table__row .nt-table__title-wrapper .nt-table__title.is-done {
  text-decoration: line-through;
  color: #64748B;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row .nt-table__title-wrapper .nt-table__title.is-done {
  color: #94A3B8;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row .nt-table__title-wrapper .nt-table__title {
  color: #0F172A;
  font-weight: 600;
}
.nt-kanban-column__cards .nt-table__row .nt-table__meta-row-compact {
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
  align-items: center;
}
.nt-kanban-column__cards .nt-table__row .nt-meta-badge {
  font-size: 10.5px;
  font-weight: 500;
  padding: 2.5px 7px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 4.5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  color: #94A3B8;
  line-height: 1.3;
}
.nt-kanban-column__cards .nt-table__row .nt-meta-badge svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.nt-kanban-column__cards .nt-table__row .nt-meta-badge--duration[data-running=true] {
  background: rgba(14, 165, 233, 0.14);
  color: #38BDF8;
  border-color: rgba(56, 189, 248, 0.3);
  font-weight: 600;
}
.nt-kanban-column__cards .nt-table__row .nt-meta-badge--project {
  background: rgba(56, 189, 248, 0.08);
  color: #38BDF8;
  border-color: rgba(56, 189, 248, 0.2);
}
.nt-kanban-column__cards .nt-table__row .nt-meta-badge--project .nt-meta-badge__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #38BDF8;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row .nt-meta-badge--project {
  background: #F0F9FF;
  color: #0284C7;
  border-color: #BAE6FD;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row .nt-meta-badge--project .nt-meta-badge__dot {
  background: #0284C7;
}
.nt-kanban-column__cards .nt-table__row .nt-meta-badge--role {
  background: rgba(168, 85, 247, 0.08);
  color: #C084FC;
  border-color: rgba(168, 85, 247, 0.2);
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row .nt-meta-badge--role {
  background: #FAF5FF;
  color: #7E22CE;
  border-color: #E9D5FF;
}
.nt-kanban-column__cards .nt-table__row .nt-meta-badge--goal {
  background: rgba(52, 211, 153, 0.08);
  color: #34D399;
  border-color: rgba(52, 211, 153, 0.2);
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row .nt-meta-badge--goal {
  background: #ECFDF5;
  color: #059669;
  border-color: #A7F3D0;
}
.nt-kanban-column__cards .nt-table__row .nt-meta-badge--category {
  background: rgba(255, 255, 255, 0.04);
  color: #94A3B8;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row .nt-meta-badge--category {
  background: #F8FAFC;
  color: #64748B;
  border-color: #E2E8F0;
}
.nt-kanban-column__cards .nt-table__row .nt-meta-badge--deadline.text-danger {
  background: rgba(239, 68, 68, 0.12) !important;
  color: #F87171 !important;
  border-color: rgba(239, 68, 68, 0.3) !important;
  font-weight: 600;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row .nt-meta-badge--deadline.text-danger {
  background: #FEF2F2 !important;
  color: #DC2626 !important;
  border-color: #FECACA !important;
}
html.nt-light-theme .nt-kanban-column__cards .nt-table__row .nt-meta-badge {
  background: #F1F5F9;
  border-color: #E2E8F0;
  color: #475569;
}

.nt-table__row.is-hidden {
  display: none !important;
}

.nt-kanban-column__cards .nt-row-action-tooltip__text {
  bottom: auto !important;
  top: calc(100% + 6px) !important;
}

.nt-tasks-filter-dropdown {
  position: absolute;
  top: 64px;
  right: 0;
  width: 720px;
  max-width: calc(100vw - 32px);
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  padding: 16px;
  z-index: 1050;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-tasks-filter-dropdown.is-open {
  opacity: 1;
  pointer-events: auto;
  z-index: 100000 !important;
}
.nt-tasks-filter-dropdown .nt-mobile-view-modes-grid .nt-tasks__view-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #8B949E;
  padding: 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.nt-tasks-filter-dropdown .nt-mobile-view-modes-grid .nt-tasks__view-btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}
.nt-tasks-filter-dropdown .nt-mobile-view-modes-grid .nt-tasks__view-btn.is-active {
  background: #0088CC !important;
  color: #FFFFFF !important;
  border-color: #0088CC !important;
  box-shadow: 0 2px 8px rgba(0, 136, 204, 0.3);
  font-weight: 600;
}
html.nt-light-theme .nt-tasks-filter-dropdown .nt-mobile-view-modes-grid .nt-tasks__view-btn {
  background: #F1F5F9;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-tasks-filter-dropdown .nt-mobile-view-modes-grid .nt-tasks__view-btn:hover {
  color: #0F172A;
  background: #E2E8F0;
}
html.nt-light-theme .nt-tasks-filter-dropdown .nt-mobile-view-modes-grid .nt-tasks__view-btn.is-active {
  background: #0088CC !important;
  color: #FFFFFF !important;
  border-color: #0088CC !important;
  box-shadow: 0 2px 8px rgba(0, 136, 204, 0.3);
}
.nt-tasks-filter-dropdown__body {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.nt-tasks-filter-dropdown__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 calc(25% - 12px);
}
.nt-tasks-filter-dropdown__field select {
  width: 100%;
}
.nt-tasks-filter-dropdown__label {
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nt-tasks-filter-dropdown__input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.15);
  border-radius: 6px;
  color: #0ea5e9;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 28px 6px 10px;
  cursor: pointer;
  width: 150px;
  outline: none;
  text-align: left;
  text-align-last: left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  transition: all 0.2s ease;
}
.nt-tasks-filter-dropdown__input:hover, .nt-tasks-filter-dropdown__input:focus {
  background-color: rgba(14, 165, 233, 0.2);
  border-color: rgba(14, 165, 233, 0.4);
}
.nt-tasks-filter-dropdown__input option {
  background: #0F1219;
  color: #FFFFFF;
  font-weight: 400;
}
.nt-tasks-filter-dropdown__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #2D333B;
  padding-top: 12px;
}
.nt-tasks-filter-dropdown__btn-clear {
  background: transparent;
  border: none;
  color: #EF4444;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  padding: 4px 8px;
}
.nt-tasks-filter-dropdown__btn-clear:hover {
  color: #EF4444;
  text-decoration: underline;
}
.nt-tasks-filter-dropdown__btn-apply {
  background: #0088CC;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.nt-tasks-filter-dropdown__btn-apply:hover {
  background: rgb(0%, 64%, 96%);
}
html.nt-light-theme .nt-tasks-filter-dropdown {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
html.nt-light-theme .nt-tasks-filter-dropdown .nt-tasks-filter-dropdown__label {
  color: #64748B;
}

.nt-tasks-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nt-tasks-filter-chip {
  display: inline-flex;
  align-items: center;
  background-color: rgba(0, 136, 204, 0.1);
  border: 1px solid rgba(0, 136, 204, 0.2);
  color: #FFFFFF;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s;
}
.nt-tasks-filter-chip__label {
  color: #8B949E;
  font-weight: 600;
  margin-right: 4px;
}
.nt-tasks-filter-chip__value {
  margin-right: 6px;
}
.nt-tasks-filter-chip__remove {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 50%;
}
.nt-tasks-filter-chip__remove:hover {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.1);
}

html.nt-light-theme .nt-tasks-filter-chip {
  background-color: rgba(14, 165, 233, 0.1);
  border-color: rgba(14, 165, 233, 0.2);
  color: #0284c7;
}
html.nt-light-theme .nt-tasks-filter-chip__label {
  color: #64748b;
}

.nt-tasks__tip-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  margin-right: 8px;
  z-index: 10;
  /* Círculo luminoso */
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.07);
  border: 1px solid rgba(255, 215, 0, 0.25);
  box-shadow: 0 0 8px rgba(255, 215, 0, 0.15), inset 0 2px 0 rgba(255, 255, 210, 0.5);
  flex-shrink: 0;
}
.nt-tasks__tip-icon:hover {
  z-index: 100050;
}
.nt-tasks__tip-icon:hover .nt-tasks__tip-popover {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nt-tasks__actions:has(.nt-tasks__tip-icon:hover),
.nt-tasks__header:has(.nt-tasks__tip-icon:hover),
.nt-tasks:has(.nt-tasks__tip-icon:hover) {
  z-index: 100050 !important;
  position: relative;
}

.nt-tasks__tip-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  width: 280px;
  max-width: calc(100vw - 32px);
  box-sizing: border-box;
  background: #1E293B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  z-index: 100050;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  cursor: default;
  text-align: left;
  pointer-events: auto;
}
.nt-tasks__tip-popover::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 12px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #1E293B transparent;
}
.nt-tasks__tip-popover h5 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-tasks__tip-popover p {
  color: #8B949E;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
.nt-tasks__tip-popover strong {
  color: #FFFFFF;
}

html.nt-light-theme .nt-tasks__tip-popover {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
html.nt-light-theme .nt-tasks__tip-popover::before {
  border-color: transparent transparent #FFFFFF transparent;
}
html.nt-light-theme .nt-tasks__tip-popover h5, html.nt-light-theme .nt-tasks__tip-popover strong {
  color: #111827;
}
html.nt-light-theme .nt-tasks__tip-popover p {
  color: #4B5563;
}

.nt-view-select {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}
.nt-view-select.is-open .nt-view-select__dropdown {
  display: flex !important;
}
.nt-view-select.is-open .nt-view-select__arrow {
  transform: rotate(180deg);
}
.nt-view-select.is-open .nt-view-select__trigger {
  background: rgba(0, 136, 204, 0.1);
  border-color: rgba(0, 136, 204, 0.4);
  color: #0088CC;
}
html.nt-light-theme .nt-view-select.is-open .nt-view-select__trigger {
  background: #F8FAFC;
  border-color: #0088CC;
  color: #0088CC;
}
.nt-view-select__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 10px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1;
}
.nt-view-select__trigger:hover {
  background: rgba(0, 136, 204, 0.1);
  border-color: rgba(0, 136, 204, 0.4);
  color: #0088CC;
}
html.nt-light-theme .nt-view-select__trigger {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #0F172A;
}
html.nt-light-theme .nt-view-select__trigger:hover {
  background: #F8FAFC;
  border-color: #0088CC;
  color: #0088CC;
}
.nt-view-select__trigger-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  flex-shrink: 0;
}
.nt-view-select__trigger-icon svg {
  width: 14px;
  height: 14px;
}
.nt-view-select__trigger-text {
  font-size: 12px;
  font-weight: 600;
  color: inherit;
  white-space: nowrap;
}
.nt-view-select__arrow {
  width: 12px;
  height: 12px;
  color: #8B949E;
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 2px;
}
.nt-view-select__dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 165px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  padding: 4px;
  z-index: 1050;
  display: none;
  flex-direction: column;
  gap: 2px;
}
html.nt-light-theme .nt-view-select__dropdown {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.nt-view-select__option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #8B949E;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  transition: all 0.15s ease;
}
.nt-view-select__option svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: inherit;
}
.nt-view-select__option:hover {
  background: rgba(0, 136, 204, 0.1);
  color: #FFFFFF;
}
html.nt-light-theme .nt-view-select__option:hover {
  color: #0F172A;
}
.nt-view-select__option.is-active {
  background: #0088CC !important;
  color: #FFFFFF !important;
  font-weight: 600;
}
.nt-view-select__option.is-active svg {
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-view-select__option {
  color: #64748B;
}
.nt-view-select--fullwidth {
  width: 100%;
}
.nt-view-select--fullwidth .nt-view-select__trigger {
  width: 100%;
  justify-content: space-between;
  padding: 10px 14px;
  font-size: 13px;
}
.nt-view-select--fullwidth .nt-view-select__trigger-text {
  font-size: 13px;
  margin-right: auto;
  margin-left: 8px;
}
.nt-view-select--fullwidth .nt-view-select__dropdown {
  width: 100%;
}
.nt-view-select--fullwidth .nt-view-select__option {
  padding: 10px 14px;
  font-size: 13px;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-modal--morning-alert {
  max-width: 560px;
}
.nt-modal--morning-alert .nt-modal__header {
  padding: 20px 24px 16px;
  border-bottom: 1px solid #2D333B;
  align-items: flex-start;
}
.nt-modal--morning-alert .nt-modal__body {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.nt-modal--morning-alert .nt-modal__footer {
  padding: 16px 20px;
}
.nt-modal--morning-alert .nt-modal__footer-main {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nt-ma__overview {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.nt-ma__list {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
  max-height: 380px;
}
.nt-ma__list::-webkit-scrollbar {
  width: 6px;
}
.nt-ma__list::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-ma__list::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-ma__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 24px;
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
}
.nt-ma__item:last-child {
  border-bottom: none;
}
.nt-ma__item-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #8B949E;
}
.nt-ma__item-dot--importante {
  background: #0b81cd;
}
.nt-ma__item-dot--urgente {
  background: #ea403b;
}
.nt-ma__item-dot--circunstancial {
  background: #f4b622;
}
.nt-ma__item-title {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nt-ma__item-overdue {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 700;
  color: #EF4444;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 100px;
  padding: 2px 8px;
  white-space: nowrap;
  flex-shrink: 0;
}
.nt-ma__review {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.nt-ma__progress {
  padding: 14px 24px 0;
  flex-shrink: 0;
}
.nt-ma__progress-bar {
  height: 3px;
  background: rgba(45, 51, 59, 0.5);
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 8px;
}
.nt-ma__progress-fill {
  height: 100%;
  background: #0088CC;
  border-radius: 100px;
  transition: width 0.3s ease;
}
.nt-ma__progress-label {
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.nt-ma__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 28px 16px;
  gap: 6px;
}
.nt-ma__card-priority {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
.nt-ma__card-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8B949E;
}
.nt-ma__card-dot--importante {
  background: #0b81cd;
}
.nt-ma__card-dot--urgente {
  background: #ea403b;
}
.nt-ma__card-dot--circunstancial {
  background: #f4b622;
}
.nt-ma__card-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin-bottom: 8px;
}
.nt-ma__card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: #8B949E;
}
.nt-ma__card-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.nt-ma__card-meta-item svg {
  flex-shrink: 0;
  opacity: 0.6;
}
.nt-ma__card-meta-item--overdue {
  color: #EF4444;
  font-weight: 600;
}
.nt-ma__card-meta-item--overdue svg {
  opacity: 1;
}
.nt-ma__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 28px 8px;
}
.nt-ma__action-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1px solid #2D333B;
  background: rgba(11, 14, 20, 0.4);
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  width: 100%;
  transition: all 0.25s ease;
}
.nt-ma__action-btn:hover {
  border-color: rgba(0, 136, 204, 0.4);
  background: rgba(0, 136, 204, 0.06);
  color: #FFFFFF;
}
.nt-ma__action-btn-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}
.nt-ma__action-btn-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.nt-ma__action-btn-label {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-ma__action-btn-desc {
  font-size: 11px;
  font-weight: 400;
  color: #8B949E;
}
.nt-ma__action-btn--today {
  border-color: rgba(0, 136, 204, 0.35);
  background: rgba(0, 136, 204, 0.08);
}
.nt-ma__action-btn--today .nt-ma__action-btn-icon {
  background: rgba(0, 136, 204, 0.15);
  color: #0EA5E9;
}
.nt-ma__action-btn--today:hover {
  border-color: rgba(0, 136, 204, 0.6);
  background: rgba(0, 136, 204, 0.14);
}
.nt-ma__action-btn--postpone .nt-ma__action-btn-icon {
  background: rgba(249, 115, 22, 0.12);
  color: #F97316;
}
.nt-ma__action-btn--postpone:hover {
  border-color: rgba(249, 115, 22, 0.35);
  background: rgba(249, 115, 22, 0.06);
}
.nt-ma__action-btn--skip .nt-ma__action-btn-icon {
  background: rgba(45, 51, 59, 0.4);
  color: #8B949E;
}
.nt-ma__action-btn.is-chosen {
  border-color: rgba(34, 197, 94, 0.4);
  background: rgba(34, 197, 94, 0.07);
  pointer-events: none;
}
.nt-ma__action-btn.is-chosen .nt-ma__action-btn-label {
  color: #22C55E;
}
.nt-ma__postpone-picker {
  padding: 10px 18px 4px;
}
.nt-ma__postpone-picker .nt-modal__input {
  font-size: 13px;
  padding: 9px 14px;
  cursor: pointer;
}
.nt-ma__review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 28px;
  border-top: 1px solid #2D333B;
  flex-shrink: 0;
}
.nt-ma__skip-link {
  background: none;
  border: none;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #8B949E;
  cursor: pointer;
  padding: 4px 0;
  transition: color 0.25s ease;
}
.nt-ma__skip-link:hover {
  color: #FFFFFF;
}
.nt-ma__next-btn {
  padding: 10px 22px;
  background: #0088CC;
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-ma__next-btn:hover {
  background: rgb(0%, 64%, 96%);
}
.nt-ma__next-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* Light Theme Styling Overrides for Dump page */
html.nt-light-theme .nt-unscheduled-panel__input-group {
  background: #ffffff !important;
  border: 1px solid #CBD5E1 !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-unscheduled-panel__quick-input {
  color: #0F172A !important;
}
html.nt-light-theme .nt-unscheduled-panel__quick-input::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-unscheduled-panel__quick-btn {
  color: #64748B !important;
}
html.nt-light-theme .nt-unscheduled-panel__quick-btn:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-unscheduled-panel__quick-btn--ai {
  color: #9333ea !important;
}
html.nt-light-theme .nt-unscheduled-panel__quick-btn--ai:hover {
  background: rgba(147, 51, 234, 0.1) !important;
  color: #7e22ce !important;
}
html.nt-light-theme {
  /* Table buttons in Light Theme */
}
html.nt-light-theme .nt-table__action-btn {
  border: 1px solid #E2E8F0 !important;
  background: #FFFFFF !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-table__action-btn:hover {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-table__action-btn--danger {
  border: 1px solid #FCA5A5 !important;
  background: rgba(239, 68, 68, 0.05) !important;
  color: #EF4444 !important;
}
html.nt-light-theme .nt-table__action-btn--danger:hover {
  background: rgba(239, 68, 68, 0.1) !important;
  border-color: #EF4444 !important;
  color: #DC2626 !important;
}
html.nt-light-theme .nt-tasks__filter-btn {
  border: 1px solid #E2E8F0 !important;
  background: #FFFFFF !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-tasks__filter-btn:hover {
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-tasks__filter-btn.is-active {
  background: #0088CC !important;
  border-color: #0088CC !important;
  color: #FFFFFF !important;
}
html.nt-light-theme button[data-plan-task-id] {
  background: rgba(0, 136, 204, 0.08) !important;
  border: 1px solid rgba(0, 136, 204, 0.25) !important;
  color: #0088CC !important;
}
html.nt-light-theme button[data-plan-task-id]:hover {
  background: rgba(0, 136, 204, 0.15) !important;
  border-color: rgba(0, 136, 204, 0.4) !important;
}
html.nt-light-theme .nt-dump-sidebar {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-dump-folder-item {
  color: #475569 !important;
}
html.nt-light-theme .nt-dump-folder-item:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-dump-folder-item.is-active {
  background: rgba(0, 136, 204, 0.08) !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-dump-folder-item.is-dragover {
  background: rgba(0, 136, 204, 0.12) !important;
}
html.nt-light-theme .nt-dump-folder-item-row:hover {
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-badge {
  background: #E2E8F0 !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-tasks--dump.nt-tasks--view-grid .nt-table__row td {
  background: #FFFFFF !important;
  border-top: 1px solid #E2E8F0 !important;
  border-bottom: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-tasks--dump.nt-tasks--view-grid .nt-table__row td:first-child {
  border-left: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-tasks--dump.nt-tasks--view-grid .nt-table__row td:last-child {
  border-right: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-tasks--dump.nt-tasks--view-grid .nt-table__row:hover td {
  background: #F8FAFC !important;
}
html.nt-light-theme .folder-actions button {
  background: rgba(0, 0, 0, 0.03) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .folder-actions button:hover {
  background: rgba(0, 0, 0, 0.08) !important;
}

/* Pastas Sidebar Styling */
.nt-dump-layout {
  display: flex;
  gap: 24px;
  align-items: start;
}

.nt-dump-sidebar {
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px;
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-dump-folder-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: none;
  background: transparent;
  padding: 10px 12px;
  border-radius: 8px;
  color: #8B949E !important;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.nt-dump-folder-item:hover {
  background: rgba(255, 255, 255, 0.03) !important;
  color: #FFFFFF !important;
}
.nt-dump-folder-item.is-active {
  background: rgba(0, 136, 204, 0.1) !important;
  color: #0088CC !important;
  font-weight: 600;
}
.nt-dump-folder-item.is-dragover {
  background: rgba(0, 136, 204, 0.18) !important;
  border: 1px dashed #0088CC !important;
}

.nt-dump-folder-wrapper:hover .folder-actions {
  display: flex !important;
}

.nt-dump-folder-item-row {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  transition: background 0.2s;
}
.nt-dump-folder-item-row:hover {
  background: rgba(255, 255, 255, 0.02);
}
.nt-dump-folder-item-row:hover .folder-badge-count {
  display: none !important;
}
.nt-dump-folder-item-row:hover .folder-actions {
  display: flex !important;
}
.nt-dump-folder-item-row:hover .nt-dump-folder-item {
  padding-right: 74px !important;
}

/* Reset flex/grid overrides on nt-table to use native HTML table layout in table mode */
.nt-tasks--dump.nt-tasks--view-grid .nt-table {
  display: table !important;
  border-collapse: separate !important;
  border-spacing: 0 10px !important;
  width: 100% !important;
}
.nt-tasks--dump.nt-tasks--view-grid .nt-table td:first-child {
  border-left: 1px solid #2D333B !important;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}
html.nt-light-theme .nt-tasks--dump.nt-tasks--view-grid .nt-table td:first-child {
  border-left: 1px solid #E2E8F0 !important;
}
.nt-tasks--dump.nt-tasks--view-grid .nt-table td:last-child {
  border-right: 1px solid #2D333B !important;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
html.nt-light-theme .nt-tasks--dump.nt-tasks--view-grid .nt-table td:last-child {
  border-right: 1px solid #E2E8F0 !important;
}
.nt-tasks--dump.nt-tasks--view-grid .nt-table__head {
  display: table-header-group !important;
}
.nt-tasks--dump.nt-tasks--view-grid .nt-table tbody {
  display: table-row-group !important;
}
.nt-tasks--dump.nt-tasks--view-grid .nt-table__row:not([style*="display: none"]):not([style*="display:none"]) {
  display: table-row !important;
  box-shadow: none !important;
}
.nt-tasks--dump.nt-tasks--view-grid .nt-table__row:not([style*="display: none"]):not([style*="display:none"]):hover td {
  background: rgb(11.7703081233%, 14.4453781513%, 18.1904761905%) !important;
}
html.nt-light-theme .nt-tasks--dump.nt-tasks--view-grid .nt-table__row:not([style*="display: none"]):not([style*="display:none"]):hover td {
  background: #F8FAFC !important;
}
.nt-tasks--dump.nt-tasks--view-grid .nt-table__row:not([style*="display: none"]):not([style*="display:none"]) td {
  display: table-cell !important;
  padding: 12px 16px !important;
  vertical-align: middle !important;
  background: #161B22 !important;
  border-top: 1px solid #2D333B !important;
  border-bottom: 1px solid #2D333B !important;
  transition: background 0.25s ease;
}
html.nt-light-theme .nt-tasks--dump.nt-tasks--view-grid .nt-table__row:not([style*="display: none"]):not([style*="display:none"]) td {
  background: #FFFFFF !important;
  border-top: 1px solid #E2E8F0 !important;
  border-bottom: 1px solid #E2E8F0 !important;
}
.nt-tasks--dump.nt-tasks--view-grid .nt-tasks-table-container {
  overflow-x: auto !important;
}

/* Hide duration column in list mode (when not in view-grid) */
.nt-tasks--dump:not(.nt-tasks--view-grid) .nt-table__cell--duration {
  display: none !important;
}
.nt-tasks--dump:not(.nt-tasks--view-grid) .nt-tasks-table-container {
  overflow-x: hidden !important;
}

/* Adjust actions column width specifically for Dump screen to prevent horizontal overflow */
.nt-tasks--dump .nt-table th:last-child,
.nt-tasks--dump .nt-table td:last-child {
  min-width: 185px !important;
  width: 185px !important;
  white-space: nowrap !important;
}

/* Make folder action buttons look premium, larger and prevent overlapping */
.folder-actions {
  display: none;
  gap: 6px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: transparent;
  padding-left: 8px;
}
.folder-actions button {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 6px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 0 !important;
  cursor: pointer;
}
.folder-actions button.btn-folder-rename {
  color: #8B949E !important;
}
.folder-actions button.btn-folder-delete {
  color: #EF4444 !important;
}
.folder-actions button:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  transform: scale(1.05);
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-appointments__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.nt-appointments__title {
  font-size: 18px;
  font-weight: 700;
}
.nt-appointments__filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.nt-appointments__filter-btn {
  padding: 6px 16px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #2D333B;
  background: #161B22;
  color: #8B949E;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-appointments__filter-btn:hover {
  color: #FFFFFF;
}
.nt-appointments__filter-btn.is-active {
  background: #0088CC;
  border-color: #0088CC;
  color: #FFFFFF;
}
.nt-appointments__badge {
  display: inline-block;
  background: #EF4444;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 10px;
  margin-left: 4px;
}
.nt-appointments__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.nt-appointments__new-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 60px;
  background: linear-gradient(135deg, #0088CC, #006699);
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.25);
  transition: all 0.25s ease;
}
.nt-appointments__new-btn:hover {
  box-shadow: 0 4px 20px rgba(0, 136, 204, 0.4);
}
.nt-appointments__filter-icon-btn {
  padding: 8px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}
.nt-appointments__filter-icon-btn:hover {
  color: #FFFFFF;
}
.nt-appointments__past-indicator {
  font-size: 12px;
  color: #8B949E;
  padding: 6px 12px;
  margin-bottom: 16px;
  border: 1px solid #2D333B;
  border-radius: 10px;
  background: rgba(22, 27, 34, 0.4);
  cursor: pointer;
  transition: background 0.25s ease;
}
.nt-appointments__past-indicator strong {
  color: #FFFFFF;
  font-weight: 700;
}
.nt-appointments__past-indicator:hover {
  background: rgba(22, 27, 34, 0.8);
}

@media (max-width: 1024px) {
  .nt-appointments__header {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .nt-appointments__header > div:first-child {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .nt-appointments__filters {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 6px;
    align-self: stretch;
    justify-content: flex-start;
    scrollbar-width: none;
  }
  .nt-appointments__filters::-webkit-scrollbar {
    display: none;
  }
  .nt-appointments__filters .nt-appointments__filter-btn {
    flex: 0 0 auto;
  }
}
@media (max-width: 1024px) {
  .nt-appointments__header > div:first-child {
    flex-direction: column;
    align-items: stretch !important;
    gap: 12px !important;
  }
  .nt-appointments__new-btn {
    width: 100%;
    justify-content: center;
    padding: 10px 20px;
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-planning {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.nt-planning__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.nt-planning__header-title-group {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nt-planning__title {
  font-size: 20px;
  font-weight: 700;
}
.nt-planning__controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-planning__nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nt-planning__nav-btn {
  width: 32px;
  height: 32px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #8B949E;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-planning__nav-btn:hover {
  color: #FFFFFF;
  border-color: #8B949E;
}
.nt-planning__period-label {
  font-size: 14px;
  font-weight: 600;
  min-width: 160px;
  text-align: center;
}
.nt-planning__today-btn {
  padding: 6px 14px;
  background: transparent;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #8B949E;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-planning__today-btn:hover {
  color: #FFFFFF;
  border-color: #8B949E;
}
.nt-planning__help-btn {
  width: 32px;
  height: 32px;
  background: rgba(0, 136, 204, 0.1);
  border: 1px solid rgba(0, 136, 204, 0.25);
  border-radius: 50%;
  color: #0EA5E9;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-planning__help-btn:hover {
  background: rgba(0, 136, 204, 0.2);
}
.nt-planning__report-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: transparent;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #8B949E;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-planning__report-btn svg {
  flex-shrink: 0;
}
.nt-planning__report-btn:hover {
  color: #FFFFFF;
  border-color: #0EA5E9;
  color: #0EA5E9;
}
.nt-planning__tabs {
  display: flex;
  gap: 4px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 4px;
  width: fit-content;
}
.nt-planning__tab {
  padding: 6px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #8B949E;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-planning__tab:hover {
  color: #FFFFFF;
}
.nt-planning__tab.is-active {
  background: #0B0E14;
  color: #FFFFFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.nt-planning__month {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #2D333B;
  border-radius: 16px;
  overflow: hidden;
}
.nt-planning__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  background: #161B22;
  border-bottom: 1px solid #2D333B;
}
.nt-planning__weekday {
  padding: 10px 8px;
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.nt-planning__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.nt-planning__day {
  min-height: 100px;
  padding: 8px;
  border-right: 1px solid #2D333B;
  border-bottom: 1px solid #2D333B;
  cursor: pointer;
  transition: background 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nt-planning__day:nth-child(7n) {
  border-right: none;
}
.nt-planning__day:hover {
  background: rgba(0, 136, 204, 0.04);
}
.nt-planning__day--other-month {
  opacity: 0.35;
}
.nt-planning__day--today {
  background: rgba(0, 136, 204, 0.06);
}
.nt-planning__day--dragging-over {
  background: rgba(0, 136, 204, 0.12);
  outline: 2px dashed rgba(0, 136, 204, 0.4);
  outline-offset: -2px;
}
.nt-planning__day-number {
  font-size: 12px;
  font-weight: 600;
  color: #8B949E;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.nt-planning__day--today .nt-planning__day-number {
  background: #0EA5E9;
  color: #fff;
}
.nt-planning__day-pills {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  overflow: hidden;
}
.nt-planning__day-pill {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: grab;
}
.nt-planning__day-pill:active {
  cursor: grabbing;
}
.nt-planning__day-pill--task {
  background: rgba(14, 165, 233, 0.12);
  color: #0EA5E9;
}
.nt-planning__day-pill--appointment {
  background: rgba(249, 115, 22, 0.12);
  color: #F97316;
}
.nt-planning__day-pill--more {
  background: transparent;
  color: #8B949E;
  font-size: 10px;
  padding: 0 6px;
}
.nt-planning__day-item--clickable {
  cursor: pointer;
}
.nt-planning__day-item--clickable:hover {
  background-color: var(--color-background-hover);
  border-radius: 4px;
}
.nt-planning__week {
  display: grid;
  grid-template-columns: 48px repeat(7, 1fr);
  border: 1px solid #2D333B;
  border-radius: 16px;
  overflow: hidden;
}
.nt-planning__week-header {
  display: contents;
}
.nt-planning__week-header-gutter {
  background: #161B22;
  border-bottom: 1px solid #2D333B;
  border-right: 1px solid #2D333B;
}
.nt-planning__week-day-header {
  background: #161B22;
  border-bottom: 1px solid #2D333B;
  border-right: 1px solid #2D333B;
  padding: 10px 8px;
  text-align: center;
}
.nt-planning__week-day-header:last-child {
  border-right: none;
}
.nt-planning__week-day-header--today .nt-planning__week-day-name {
  color: #0EA5E9;
}
.nt-planning__week-day-name {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8B949E;
}
.nt-planning__week-day-num {
  font-size: 18px;
  font-weight: 700;
  margin-top: 2px;
}
.nt-planning__week-day-header--today .nt-planning__week-day-num {
  color: #0EA5E9;
}
.nt-planning__week-body {
  display: contents;
}
.nt-planning__week-gutter {
  border-right: 1px solid #2D333B;
}
.nt-planning__week-hour-label {
  height: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 4px 6px 0 0;
  font-size: 10px;
  color: #8B949E;
  font-weight: 600;
  border-bottom: 1px solid rgba(45, 51, 59, 0.5);
}
.nt-planning__week-tasks-gutter {
  background: #161B22;
  border-bottom: 1px solid #2D333B;
  border-right: 1px solid #2D333B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #8B949E;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 8px 0;
  user-select: none;
}
.nt-planning__week-tasks-gutter span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.nt-planning__week-col-tasks {
  position: relative;
  background: rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid #2D333B;
  border-right: 1px solid #2D333B;
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 50px;
  transition: background-color 0.2s ease;
}
.nt-planning__week-col-tasks:last-child {
  border-right: none;
}
.nt-planning__week-col-tasks.nt-planning__week-col--dragging-over {
  background: rgba(0, 136, 204, 0.08) !important;
}
.nt-planning__week-col-tasks:hover .nt-planning__add-btn {
  opacity: 1;
}
.nt-planning__week-task-placeholder {
  width: 100%;
  border: 2px dashed #0ea5e9;
  border-radius: 6px;
  background: rgba(14, 165, 233, 0.08);
  box-sizing: border-box;
  transition: all 0.15s ease;
  margin: 2px 0;
}
.nt-planning__week-task-pill {
  background: rgba(0, 136, 204, 0.12);
  border: 1px solid rgba(0, 136, 204, 0.35);
  border-left: 3.5px solid #0088CC;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 10.5px;
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  min-width: 0;
}
.nt-planning__week-task-pill.is-dragging {
  opacity: 0.4;
}
.nt-planning__week-task-pill:hover {
  background: rgba(0, 136, 204, 0.22);
  border-color: rgba(0, 136, 204, 0.5);
  transform: translateY(-1px);
}
.nt-planning__week-task-pill .title {
  overflow: hidden;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  font-weight: 600;
  display: inline-block;
  width: 100%;
}
.nt-planning__week-task-pill .nt-planning__pill-recurrence-icon {
  flex-shrink: 0;
}
.nt-planning__week-col {
  position: relative;
  border-right: 1px solid #2D333B;
  min-height: 1152px;
}
.nt-planning__week-col:last-child {
  border-right: none;
}
.nt-planning__week-col--dragging-over {
  background: rgba(0, 136, 204, 0.08) !important;
}
.nt-planning__week-slot {
  height: 48px;
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
}
.nt-planning__week-event {
  position: absolute;
  left: 2px;
  right: 2px;
  border-radius: 6px;
  padding: 2px 4px;
  font-size: 10px;
  font-weight: 600;
  overflow: hidden;
  cursor: grab;
  z-index: 1;
}
.nt-planning__week-event:active {
  cursor: grabbing;
}
.nt-planning__week-event--task {
  background: rgba(14, 165, 233, 0.18);
  border-left: 2px solid #0EA5E9;
  color: #0EA5E9;
}
.nt-planning__week-event--appointment {
  background: rgba(249, 115, 22, 0.18);
  border-left: 2px solid #F97316;
  color: #F97316;
}
.nt-planning__year {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.nt-planning__year-month {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-planning__year-month:hover {
  border-color: #0EA5E9;
}
.nt-planning__year-month-name {
  font-size: 12px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.nt-planning__year-heatmap {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}
.nt-planning__year-dot {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #2D333B;
}
.nt-planning__year-dot--low {
  background: rgba(14, 165, 233, 0.25);
}
.nt-planning__year-dot--mid {
  background: rgba(14, 165, 233, 0.55);
}
.nt-planning__year-dot--high {
  background: #0EA5E9;
}
.nt-planning__year-total {
  font-size: 11px;
  color: #8B949E;
  margin-top: 8px;
}
.nt-planning__add-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0088CC;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 2;
  flex-shrink: 0;
}
.nt-planning__day {
  position: relative;
}
.nt-planning__day:hover .nt-planning__add-btn {
  opacity: 1;
}
.nt-planning__week-col {
  position: relative;
}
.nt-planning__week-col:hover .nt-planning__add-btn {
  opacity: 1;
}
.nt-planning__add-menu {
  position: fixed;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 4px;
  display: none;
  flex-direction: column;
  gap: 2px;
  z-index: 300;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  min-width: 160px;
}
.nt-planning__add-menu.is-open {
  display: flex;
}
.nt-planning__add-menu-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.25s ease;
}
.nt-planning__add-menu-item:hover {
  background: rgba(0, 136, 204, 0.1);
}
.nt-planning__add-menu-item svg {
  color: #8B949E;
  flex-shrink: 0;
}
.nt-planning__day-modal-add {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(0, 136, 204, 0.08);
  border: 1px dashed rgba(0, 136, 204, 0.3);
  border-radius: 10px;
  color: #0EA5E9;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  width: 100%;
}
.nt-planning__day-modal-add:hover {
  background: rgba(0, 136, 204, 0.15);
}
.nt-planning__day-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
  overflow-y: auto;
  padding: 40px 16px;
  align-items: flex-start;
  justify-content: center;
}
.nt-planning__day-modal-backdrop.is-open {
  display: flex;
}
.nt-planning__day-modal {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 20px;
  width: 680px;
  height: 70vh;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
  margin: auto;
}
.nt-planning__day-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px 16px;
  border-bottom: 1px solid #2D333B;
  flex-shrink: 0;
}
.nt-planning__day-modal-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-planning__day-modal-date {
  font-size: 16px;
  font-weight: 700;
  min-width: 200px;
  text-align: center;
}
.nt-planning__day-modal-close {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: all 0.25s ease;
}
.nt-planning__day-modal-close:hover {
  color: #FFFFFF;
}
.nt-planning__day-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nt-planning__day-modal-body::-webkit-scrollbar {
  width: 6px;
}
.nt-planning__day-modal-body::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-planning__day-modal-body::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-planning__day-summary {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.nt-planning__day-stat {
  background: rgba(11, 14, 20, 0.5);
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}
.nt-planning__day-stat-value {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}
.nt-planning__day-stat-label {
  font-size: 10px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.nt-planning__day-chart {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nt-planning__day-chart-canvas {
  flex-shrink: 0;
}
.nt-planning__day-chart-legend {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.nt-planning__day-chart-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.nt-planning__day-chart-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.nt-planning__day-chart-name {
  flex: 1;
  color: #FFFFFF;
}
.nt-planning__day-chart-pct {
  font-weight: 600;
  color: #8B949E;
}
.nt-planning__day-section-title {
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.nt-planning__day-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-planning__day-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(11, 14, 20, 0.4);
  border: 1px solid #2D333B;
  border-radius: 10px;
  font-size: 13px;
}
.nt-planning__day-item--done {
  opacity: 0.5;
}
.nt-planning__day-item--dismissed {
  opacity: 0.4;
}
.nt-planning__day-item-title {
  flex: 1;
  font-weight: 500;
}
.nt-planning__day-item-title.is-done, .nt-planning__day-item-title.is-dismissed {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-planning__day-item-meta {
  font-size: 11px;
  color: #8B949E;
  white-space: nowrap;
}

.nt-weekly-wizard__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
.nt-weekly-wizard__badge--goal {
  background: rgba(14, 165, 233, 0.15);
  color: #0EA5E9;
  border: 1px solid rgba(14, 165, 233, 0.25);
}
.nt-weekly-wizard__badge--role {
  background: rgba(124, 58, 237, 0.15);
  color: #7C3AED;
  border: 1px solid rgba(124, 58, 237, 0.25);
}
.nt-weekly-wizard__badge--overdue {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
  font-weight: 600;
}

.nt-planning-onboarding {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-planning-onboarding__card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 20px;
  width: 520px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 32px;
  position: relative;
}
.nt-planning-onboarding__card::-webkit-scrollbar {
  width: 6px;
}
.nt-planning-onboarding__card::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-planning-onboarding__card::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-planning-onboarding__skip {
  background: transparent;
  border: none;
  padding: 8px 16px;
  color: #8B949E;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-planning-onboarding__skip:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.nt-planning-onboarding__step {
  display: none;
}
.nt-planning-onboarding__step.is-active {
  display: block;
}
.nt-planning-onboarding__icon {
  font-size: 40px;
  margin-bottom: 16px;
}
.nt-planning-onboarding__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.nt-planning-onboarding__title span {
  color: #0EA5E9;
}
.nt-planning-onboarding__text {
  font-size: 14px;
  color: #8B949E;
  line-height: 1.7;
  margin-bottom: 20px;
}
.nt-planning-onboarding__tips {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 8px;
}
.nt-planning-onboarding__tip {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: rgba(11, 14, 20, 0.5);
  border: 1px solid #2D333B;
  border-radius: 10px;
}
.nt-planning-onboarding__tip-icon {
  font-size: 20px;
  flex-shrink: 0;
}
.nt-planning-onboarding__tip-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}
.nt-planning-onboarding__tip-text {
  font-size: 12px;
  color: #8B949E;
  line-height: 1.6;
}
.nt-planning-onboarding__progress {
  margin-bottom: 24px;
}
.nt-planning-onboarding__progress-bar {
  height: 4px;
  background: #2D333B;
  border-radius: 2px;
  margin-bottom: 6px;
}
.nt-planning-onboarding__progress-fill {
  height: 100%;
  background: #0EA5E9;
  border-radius: 2px;
  transition: width 0.25s ease;
}
.nt-planning-onboarding__progress-label {
  font-size: 11px;
  color: #8B949E;
}
.nt-planning-onboarding__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.nt-planning-onboarding__footer-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-planning-onboarding__back {
  background: transparent;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 8px 20px;
  color: #8B949E;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-planning-onboarding__back:hover {
  color: #FFFFFF;
}
.nt-planning-onboarding__next {
  background: #0088CC;
  border: none;
  border-radius: 10px;
  padding: 8px 24px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-planning-onboarding__next:hover {
  background: rgb(0%, 64%, 96%);
}

@media (max-width: 1024px) {
  #nt-planning-canvas {
    overflow-x: auto !important;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  #nt-planning-canvas::-webkit-scrollbar {
    width: 6px;
  }
  #nt-planning-canvas::-webkit-scrollbar-track {
    background: #0B0E14;
  }
  #nt-planning-canvas::-webkit-scrollbar-thumb {
    background: #2D333B;
    border-radius: 10px;
  }
  .nt-planning__year {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .nt-planning__month {
    min-width: 768px !important;
  }
  .nt-planning__week {
    min-width: 768px !important;
  }
  .nt-planning__day {
    min-height: 85px !important;
    padding: 6px !important;
  }
  .nt-planning__add-btn {
    opacity: 0.85 !important;
  }
  .nt-planning__add-btn:hover {
    opacity: 1 !important;
  }
}
@media (max-width: 768px) {
  .nt-planning__header {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }
  .nt-planning__header-title-group {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
  }
  .nt-planning__controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
  }
  .nt-planning__controls .nt-planning__nav {
    flex: 1;
    min-width: 200px;
    justify-content: center;
  }
  .nt-planning__controls .nt-planning__today-btn,
  .nt-planning__controls .nt-planning__report-btn,
  .nt-planning__controls .nt-planning__help-btn {
    flex-grow: 1;
    justify-content: center;
    text-align: center;
  }
  .nt-planning__month {
    min-width: 0 !important;
    width: 100% !important;
  }
  .nt-planning__weekday {
    padding: 6px 2px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
  }
  .nt-planning__day {
    min-height: 50px !important;
    padding: 4px 2px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 2px !important;
  }
  .nt-planning__day-number {
    width: 20px !important;
    height: 20px !important;
    font-size: 11px !important;
    margin: 0 auto !important;
    line-height: 20px !important;
  }
  .nt-planning__day-pills {
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2.5px !important;
    width: 100% !important;
    margin-top: auto !important;
    overflow: visible !important;
  }
  .nt-planning__day-pill {
    width: 6px !important;
    height: 6px !important;
    min-width: 6px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    border: none !important;
    display: block !important;
    margin: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    text-indent: -9999px !important;
  }
  .nt-planning__day-pill--task {
    background: #0EA5E9 !important;
  }
  .nt-planning__day-pill--appointment {
    background: #F97316 !important;
  }
  .nt-planning__day-pill--more {
    background: #8B949E !important;
  }
  .nt-planning__add-btn {
    display: none !important;
  }
  .nt-planning__day-modal {
    width: 92% !important;
    height: 85vh !important;
    min-height: 400px !important;
    margin: auto;
  }
  .nt-planning__day-modal-date {
    font-size: 14px !important;
    min-width: 0 !important;
  }
  .nt-planning__day-summary {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .nt-planning__day-chart {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }
}
@media (max-width: 600px) {
  .nt-planning__year {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 580px) {
  .nt-planning-onboarding__card {
    width: 92% !important;
    padding: 20px !important;
  }
  .nt-planning-onboarding__title {
    font-size: 18px !important;
  }
  .nt-planning-onboarding__footer {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .nt-planning-onboarding__footer button {
    width: 100%;
  }
}
html.nt-light-theme .nt-planning__day-modal {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-planning__day-modal-header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__day-modal-date {
  color: #0F172A;
}
html.nt-light-theme .nt-planning__day-modal-close {
  color: #64748B;
}
html.nt-light-theme .nt-planning__day-modal-close:hover {
  color: #0F172A;
}
html.nt-light-theme .nt-planning__day-stat {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__day-stat-value {
  color: #0F172A;
}
html.nt-light-theme .nt-planning__day-stat-label {
  color: #64748B;
}
html.nt-light-theme .nt-planning__day-chart-name {
  color: #0F172A !important;
}
html.nt-light-theme .nt-planning__day-chart-pct {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__day-section-title {
  color: #64748B;
}
html.nt-light-theme .nt-planning__day-item {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__day-item-title {
  color: #0F172A;
}
html.nt-light-theme .nt-planning__day-item-title.is-done, html.nt-light-theme .nt-planning__day-item-title.is-dismissed {
  color: #94A3B8;
}
html.nt-light-theme .nt-planning__day-item-meta {
  color: #64748B;
}
html.nt-light-theme .nt-planning__week-task-placeholder {
  border-color: rgba(0, 136, 204, 0.4) !important;
  background: rgba(0, 136, 204, 0.03) !important;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-planning-report__layout {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px;
  padding: 24px;
  min-height: 0;
}
@media (max-width: 1024px) {
  .nt-planning-report__layout {
    grid-template-columns: 1fr;
  }
}
.nt-planning-report__cards {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media (max-width: 1024px) {
  .nt-planning-report__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.nt-planning-report__card {
  background: rgba(11, 14, 20, 0.6);
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-planning-report__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.nt-planning-report__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
}
.nt-planning-report__card-icon--task {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
}
.nt-planning-report__card-icon--time {
  background: rgba(14, 165, 233, 0.15);
  color: #0EA5E9;
}
.nt-planning-report__card-icon--urgent {
  background: rgba(239, 68, 68, 0.15);
  color: #EF4444;
}
.nt-planning-report__card-icon--peak {
  background: rgba(234, 179, 8, 0.15);
  color: #EAB308;
}
.nt-planning-report__card-label {
  font-size: 11px;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 500;
}
.nt-planning-report__card-value-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.nt-planning-report__card-value {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.1;
}
.nt-planning-report__card-sub {
  font-size: 12px;
  color: #8B949E;
  font-weight: 500;
  white-space: nowrap;
}
.nt-planning-report__card-sub--peak {
  color: #EAB308;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.nt-planning-report__main {
  grid-column: 1;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.nt-planning-report__section {
  background: rgba(11, 14, 20, 0.6);
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nt-planning-report__section-head {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.nt-planning-report__section-title {
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}
.nt-planning-report__section-sub {
  font-size: 11px;
  color: #8B949E;
  margin: 0;
  opacity: 0.7;
}
.nt-planning-report__bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-planning-report__bar-row {
  display: grid;
  grid-template-columns: 70px 1fr 48px;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.nt-planning-report__bar-label {
  color: #8B949E;
  text-align: right;
  white-space: nowrap;
  font-size: 12px;
}
.nt-planning-report__bar-track {
  height: 24px;
  border-radius: 6px;
  background: rgba(45, 51, 59, 0.6);
  overflow: visible;
  display: flex;
  position: relative;
}
.nt-planning-report__bar-segment {
  height: 100%;
  transition: width 0.4s ease;
  position: relative;
}
.nt-planning-report__bar-segment:first-child {
  border-radius: 6px 0 0 6px;
}
.nt-planning-report__bar-segment:last-child {
  border-radius: 0 6px 6px 0;
}
.nt-planning-report__bar-segment:only-child {
  border-radius: 6px;
}
.nt-planning-report__bar-segment:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #1f2937;
  color: #FFFFFF;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 100;
  border: 1px solid #2D333B;
}
.nt-planning-report__bar-seg-label {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  white-space: nowrap;
}
.nt-planning-report__bar-pct {
  font-size: 12px;
  color: #8B949E;
  white-space: nowrap;
  text-align: right;
}
.nt-planning-report__bar-pct--peak {
  color: #EAB308;
  font-weight: 700;
}
.nt-planning-report__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.nt-planning-report__legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #8B949E;
}
.nt-planning-report__legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.nt-planning-report__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.nt-planning-report__table th {
  text-align: left;
  padding: 6px 12px;
  color: #8B949E;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid #2D333B;
}
.nt-planning-report__table th:not(:first-child) {
  text-align: right;
}
.nt-planning-report__table td {
  padding: 10px 12px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
}
.nt-planning-report__table td:not(:first-child) {
  text-align: right;
  color: #8B949E;
}
.nt-planning-report__table td:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.nt-planning-report__table tr:last-child td {
  border-bottom: none;
}
.nt-planning-report__table tr:hover td {
  background: rgba(45, 51, 59, 0.25);
}
.nt-planning-report__table-role-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.nt-planning-report__weight-cell {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
.nt-planning-report__weight-bar {
  width: 52px;
  height: 5px;
  border-radius: 99px;
  background: rgba(45, 51, 59, 0.6);
  overflow: hidden;
}
.nt-planning-report__weight-fill {
  height: 100%;
  border-radius: 99px;
  transition: width 0.4s ease;
}
.nt-planning-report__appts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-planning-report__appt-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.nt-planning-report__appt-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
}
.nt-planning-report__appt-body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.nt-planning-report__appt-time {
  font-size: 11px;
  font-weight: 600;
}
.nt-planning-report__appt-title {
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-planning-report__appt-loc {
  font-size: 11px;
  color: #8B949E;
}
.nt-planning-report__loading {
  color: #8B949E;
  font-size: 13px;
  padding: 20px 0;
  text-align: center;
}

.nt-modal--report .nt-modal__panel {
  display: block !important;
  padding: 0;
}
.nt-modal--report .nt-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 24px;
  border-bottom: 1px solid #2D333B;
}
.nt-modal--report .nt-modal__title-group {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.nt-modal--report .nt-modal__subtitle {
  font-size: 11px;
  color: #8B949E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-modal--report .nt-modal__header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.nt-modal--report .nt-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1;
  white-space: nowrap;
  border-radius: 6px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s, background 0.15s, opacity 0.15s;
}
.nt-modal--report .nt-btn svg {
  flex-shrink: 0;
}
.nt-modal--report .nt-btn--ghost {
  color: #8B949E;
  border-color: #2D333B;
}
.nt-modal--report .nt-btn--ghost:hover {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(45, 51, 59, 0.4);
}
.nt-modal--report .nt-btn--primary {
  color: #fff;
  background: #0088CC;
  border-color: #0088CC;
}
.nt-modal--report .nt-btn--primary:hover {
  opacity: 0.88;
}

.nt-triade-comparison {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: center;
  justify-items: center;
  padding: 10px 0;
}
.nt-triade-comparison__chart-wrap {
  text-align: center;
  width: 100%;
}
.nt-triade-comparison__chart-wrap p {
  font-size: 12px;
  font-weight: 600;
  color: #8B949E;
  margin-bottom: 12px;
}
.nt-triade-comparison__chart-wrap .nt-chart-container {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto;
}
.nt-triade-comparison__legend {
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 11px;
  color: #8B949E;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 14px;
}
.nt-triade-comparison__legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nt-interruptions-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.nt-interruptions-container__summary {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  padding: 20px;
}
.nt-interruptions-container__summary-block p {
  font-size: 12px;
  color: #8B949E;
  margin: 0 0 4px 0;
}
.nt-interruptions-container__summary-block h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.nt-interruptions-container__summary-block h3.nt-interruption-total-time--time {
  color: #EF4444;
}
.nt-interruptions-container__summary-block h3.nt-interruption-total-count--count {
  color: #FFFFFF;
}

.nt-interruptions-list-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nt-interruptions-list-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}
.nt-interruptions-list-item-header .title {
  color: #FFFFFF;
  font-weight: 500;
}
.nt-interruptions-list-item-header .meta {
  color: #8B949E;
}
.nt-interruptions-list-item-track {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 99px;
  overflow: hidden;
}
.nt-interruptions-list-item-fill {
  height: 100%;
  border-radius: 99px;
  transition: width 0.4s ease;
}

@media (max-width: 768px) {
  .nt-planning-report__cards {
    grid-template-columns: 1fr !important;
  }
  .nt-triade-comparison {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  .nt-interruptions-container {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .nt-modal__header-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    gap: 8px;
  }
  .nt-modal__header-actions .nt-btn {
    flex: 1;
    justify-content: center;
  }
}
.nt-planning-report__section:has(.nt-planning-report__table) {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.nt-planning-report__section:has(.nt-planning-report__table) .nt-planning-report__table {
  min-width: 500px;
}

html.nt-light-theme .nt-planning-report__card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-planning-report__card-label {
  color: #64748B;
}
html.nt-light-theme .nt-planning-report__card-value {
  color: #0F172A;
}
html.nt-light-theme .nt-planning-report__card-sub {
  color: #64748B;
}
html.nt-light-theme .nt-planning-report__section {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-planning-report__section-title {
  color: #475569;
}
html.nt-light-theme .nt-planning-report__section-sub {
  color: #64748B;
  opacity: 1;
}
html.nt-light-theme .nt-planning-report__bar-label {
  color: #475569;
}
html.nt-light-theme .nt-planning-report__bar-track {
  background: #E2E8F0;
}
html.nt-light-theme .nt-planning-report__bar-pct {
  color: #475569;
}
html.nt-light-theme .nt-planning-report__legend-item {
  color: #475569;
}
html.nt-light-theme .nt-planning-report__table th {
  color: #475569;
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-planning-report__table td {
  color: #0F172A;
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-planning-report__table td:not(:first-child) {
  color: #475569;
}
html.nt-light-theme .nt-planning-report__table tr:hover td {
  background: #F1F5F9;
}
html.nt-light-theme .nt-planning-report__weight-bar {
  background: #E2E8F0;
}
html.nt-light-theme .nt-planning-report__appt-title {
  color: #0F172A;
}
html.nt-light-theme .nt-planning-report__appt-loc {
  color: #64748B;
}
html.nt-light-theme .nt-planning-report__loading {
  color: #64748B;
}
html.nt-light-theme .nt-triade-comparison__chart-wrap p {
  color: #475569;
}
html.nt-light-theme .nt-triade-comparison__legend {
  color: #475569;
  border-top-color: #E2E8F0;
}
html.nt-light-theme .nt-interruptions-container__summary {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-interruptions-container__summary-block p {
  color: #475569;
}
html.nt-light-theme .nt-interruptions-list-item-header .title {
  color: #0F172A;
}
html.nt-light-theme .nt-interruptions-list-item-header .meta {
  color: #64748B;
}
html.nt-light-theme .nt-interruptions-list-item-track {
  background: #E2E8F0;
}
html.nt-light-theme .nt-modal--report {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--report .nt-modal__header {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-modal--report .nt-modal__title {
  color: #0F172A;
}
html.nt-light-theme .nt-modal--report .nt-modal__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-modal--report .nt-btn--ghost {
  color: #64748B;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-modal--report .nt-btn--ghost:hover {
  color: #0F172A;
  border-color: #CBD5E1;
  background: #F1F5F9;
}

.nt-planning-report__card-icon--executed {
  background: rgba(99, 102, 241, 0.15);
  color: #6366F1;
}

.nt-planning-report__cards {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1200px) {
  .nt-planning-report__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .nt-planning-report__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.nt-planning-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 100000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.nt-planning-drawer-backdrop.is-open {
  opacity: 1;
  visibility: visible;
}

.nt-planning-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 480px;
  max-width: 100vw;
  background: #0F172A;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: -20px 0 50px rgba(0, 0, 0, 0.6);
  z-index: 100001;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-planning-drawer.is-open {
  transform: translateX(0);
}
.nt-planning-drawer__header {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: rgba(15, 23, 42, 0.8);
}
.nt-planning-drawer__title-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nt-planning-drawer__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0;
}
.nt-planning-drawer__subtitle {
  font-size: 0.825rem;
  color: #94A3B8;
}
.nt-planning-drawer__close {
  background: none;
  border: none;
  color: #64748B;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.nt-planning-drawer__close:hover {
  color: #F8FAFC;
  background: rgba(255, 255, 255, 0.1);
}
.nt-planning-drawer__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 16px 24px;
  background: rgba(30, 41, 59, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nt-planning-drawer__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.nt-planning-drawer__stat-val {
  font-size: 1.1rem;
  font-weight: 700;
  color: #38BDF8;
}
.nt-planning-drawer__stat-lbl {
  font-size: 0.725rem;
  color: #94A3B8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 2px;
}
.nt-planning-drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-planning-drawer__item {
  background: rgba(30, 41, 59, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  transition: transform 0.2s, border-color 0.2s;
}
.nt-planning-drawer__item:hover {
  border-color: rgba(14, 165, 233, 0.3);
  transform: translateX(-2px);
}
.nt-planning-drawer__indicator {
  width: 4px;
  border-radius: 4px;
  flex-shrink: 0;
}
.nt-planning-drawer__item-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-planning-drawer__item-title {
  font-size: 0.925rem;
  font-weight: 600;
  color: #F1F5F9;
  line-height: 1.35;
}
.nt-planning-drawer__item-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: #94A3B8;
  flex-wrap: wrap;
}
.nt-planning-drawer__time-row {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.8rem;
  color: #CBD5E1;
  background: rgba(15, 23, 42, 0.6);
  padding: 6px 10px;
  border-radius: 6px;
}
.nt-planning-drawer__time-row strong {
  color: #94A3B8;
  font-weight: 500;
}
.nt-planning-drawer__item-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.775rem;
  color: #94A3B8;
  margin-top: 2px;
}
.nt-planning-drawer__item-details div {
  background: rgba(255, 255, 255, 0.04);
  padding: 2px 8px;
  border-radius: 4px;
}
.nt-planning-drawer__item-details div strong {
  color: #64748B;
}

.nt-planning-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.725rem;
  font-weight: 600;
  text-transform: uppercase;
}
.nt-planning-badge--task {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
}
.nt-planning-badge--appt {
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
}
.nt-planning-badge--completed {
  background: rgba(16, 185, 129, 0.15);
  color: #34D399;
}
.nt-planning-badge--pending {
  background: rgba(245, 158, 11, 0.15);
  color: #FBBF24;
}
.nt-planning-badge--cancelled {
  background: rgba(239, 68, 68, 0.15);
  color: #F87171;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

@keyframes nt-float {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(30px, 50px) scale(1.1);
  }
  100% {
    transform: translate(-20px, -30px) scale(0.9);
  }
}
@keyframes nt-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nt-pulse-glow {
  0%, 100% {
    box-shadow: 0 0 10px rgba(0, 136, 204, 0.4);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 136, 204, 0.7);
  }
}
.nt-planning-test {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  padding: 3rem 0 20px;
  animation: nt-fadeInUp 0.6s ease-out;
}
.nt-planning-test__ambient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.35;
  z-index: 0;
  pointer-events: none;
  animation: nt-float 20s infinite ease-in-out alternate;
}
.nt-planning-test__ambient-orb--primary {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(0, 136, 204, 0.45) 0%, rgba(11, 14, 20, 0) 70%);
  top: -80px;
  left: -120px;
}
.nt-planning-test__ambient-orb--secondary {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.35) 0%, rgba(11, 14, 20, 0) 70%);
  bottom: -120px;
  right: -100px;
  animation-delay: -5s;
}
.nt-planning-test__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  animation: nt-fadeInUp 0.5s ease-out;
}
.nt-planning-test__title {
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.nt-planning-test__subtitle {
  font-size: 16px;
  color: #8B949E;
  margin-top: 4px;
  max-width: 600px;
  padding-inline: 20px;
  line-height: 1.5;
}
.nt-planning-test__last-diagnostic {
  background: rgba(22, 27, 34, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(14, 165, 233, 0.12);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 800px;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  animation: nt-fadeInUp 0.6s ease-out 0.1s both;
}
.nt-planning-test__last-title {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
}
.nt-planning-test__progress-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-planning-test__progress-info {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 4px;
}
.nt-planning-test__progress-info--important {
  color: #0b81cd;
  font-weight: 600;
}
.nt-planning-test__progress-info--urgent {
  color: #ea403b;
  font-weight: 600;
}
.nt-planning-test__progress-info--circumstantial {
  color: #f4b622;
  font-weight: 600;
}
.nt-planning-test__progress-bar-bg {
  width: 100%;
  height: 8px;
  background: rgba(11, 14, 20, 0.6);
  border-radius: 4px;
  overflow: hidden;
}
.nt-planning-test__progress-bar-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.5s ease-out;
}
.nt-planning-test__progress-bar-fill--important {
  background: linear-gradient(90deg, #0b81cd, rgb(9.5588235294%, 61.6176470588%, 95.1470588235%));
}
.nt-planning-test__progress-bar-fill--urgent {
  background: linear-gradient(90deg, #ea403b, rgb(93.3130929791%, 39.1809885244%, 37.5888678052%));
}
.nt-planning-test__progress-bar-fill--circumstantial {
  background: linear-gradient(90deg, #f4b622, rgb(96.4448951995%, 76.4070317782%, 28.5747126437%));
}
.nt-planning-test__ia-proactive {
  margin-top: 8px;
  border-top: 1px solid rgba(45, 51, 59, 0.5);
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nt-planning-test__ia-proactive-text {
  font-size: 12.5px;
  color: #8B949E;
}
.nt-planning-test__container {
  background: rgba(22, 27, 34, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(14, 165, 233, 0.15);
  border-radius: 20px;
  padding: 40px;
  height: auto; /* Altura fixa para o card não pular de tamanho */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  width: 100%;
  max-width: 1200px;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  animation: nt-fadeInUp 0.6s ease-out 0.15s both;
}
.nt-planning-test__card-glow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(0, 136, 204, 0.04), transparent);
  pointer-events: none;
  z-index: 0;
}
.nt-planning-test__progress-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.nt-planning-test__progress-header-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.nt-planning-test__progress-label {
  font-size: 11px;
  font-weight: 600;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.nt-planning-test__progress-pct {
  font-size: 22px;
  font-weight: 700;
  color: #0088CC;
  line-height: 1;
}
.nt-planning-test__progress-track {
  width: 100%;
  height: 6px;
  background: rgba(45, 51, 59, 0.3);
  border-radius: 99px;
  overflow: hidden;
}
.nt-planning-test__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #0088CC, #7C3AED);
  border-radius: 99px;
  transition: width 0.5s ease-out;
  box-shadow: 0 0 12px rgba(0, 136, 204, 0.5);
}
.nt-planning-test__question-slide {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.nt-planning-test__question-text {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.4;
  text-align: center;
  /* Box fixo para o texto não empurrar os botões */
  min-height: 84px; /* Suficiente para até 3 linhas de texto */
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-planning-test__options-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.nt-planning-test__score-btn {
  background: rgba(45, 51, 59, 0.15);
  border: 1px solid rgba(45, 51, 59, 0.4);
  border-radius: 12px;
  color: #FFFFFF;
  padding: 20px 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-planning-test__score-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.15), rgba(124, 58, 237, 0.15));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.nt-planning-test__score-btn:hover, .nt-planning-test__score-btn.is-selected {
  background: rgba(0, 136, 204, 0.08);
  border-color: #0088CC;
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(0, 136, 204, 0.15), inset 0 0 10px rgba(0, 136, 204, 0.08);
}
.nt-planning-test__score-btn:hover::before, .nt-planning-test__score-btn.is-selected::before {
  opacity: 1;
}
.nt-planning-test__score-btn.is-selected {
  background: rgba(0, 136, 204, 0.12);
  box-shadow: 0 0 24px rgba(0, 136, 204, 0.25), inset 0 0 12px rgba(0, 136, 204, 0.1);
}
.nt-planning-test__score-btn:active {
  transform: scale(0.96);
}
.nt-planning-test__score-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  background: rgba(45, 51, 59, 0.25);
  color: #8B949E;
  position: relative;
  z-index: 1;
  transition: all 0.25s ease;
}
.nt-planning-test__score-btn:hover .nt-planning-test__score-number, .nt-planning-test__score-btn.is-selected .nt-planning-test__score-number {
  background: #0088CC;
  color: #0B0E14;
  box-shadow: 0 0 12px rgba(0, 136, 204, 0.5);
}
.nt-planning-test__score-label {
  font-size: 12px;
  font-weight: 500;
  color: #8B949E;
  position: relative;
  z-index: 1;
  transition: color 0.25s ease;
}
.nt-planning-test__score-btn:hover .nt-planning-test__score-label, .nt-planning-test__score-btn.is-selected .nt-planning-test__score-label {
  color: #FFFFFF;
}
.nt-planning-test__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(45, 51, 59, 0.3);
  padding-top: 24px;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.nt-planning-test__footer-hint {
  font-size: 12px;
  color: #8B949E;
  font-style: italic;
}
.nt-planning-test__results-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
  animation: nt-fadeInUp 0.5s ease-out;
  width: 100%;
}
.nt-planning-test__results-title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
.nt-planning-test__results-desc {
  font-size: 16px;
  color: #8B949E;
  max-width: 600px;
  padding-inline: 20px;
  margin-bottom: 24px;
}
.nt-planning-test__donut-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 32px auto;
}
@media (max-width: 768px) {
  .nt-planning-test__donut-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.nt-planning-test__donut-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.nt-planning-test__donut-wrapper {
  position: relative;
  width: 128px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-planning-test__donut-svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg); /* Começar no topo */
}
.nt-planning-test__donut-circle-bg {
  fill: transparent;
  stroke: rgba(255, 255, 255, 0.05);
  stroke-width: 8;
}
.nt-planning-test__donut-circle-fill {
  fill: transparent;
  stroke-width: 8;
  stroke-dasharray: 364.42; /* Perímetro (2 * PI * r) onde r=58 */
  stroke-dashoffset: 364.42; /* Inicia vazio */
  transition: stroke-dashoffset 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-planning-test__donut-circle-fill--important {
  stroke: #0b81cd;
  filter: drop-shadow(0 0 16px rgba(11, 129, 205, 0.8));
}
.nt-planning-test__donut-circle-fill--urgent {
  stroke: #ea403b;
  filter: drop-shadow(0 0 16px rgba(234, 64, 59, 0.8));
}
.nt-planning-test__donut-circle-fill--circumstantial {
  stroke: #f4b622;
  filter: drop-shadow(0 0 16px rgba(244, 182, 34, 0.8));
}
.nt-planning-test__donut-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nt-planning-test__donut-value {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.nt-planning-test__donut-value--important {
  color: #0b81cd;
}
.nt-planning-test__donut-value--urgent {
  color: #ea403b;
}
.nt-planning-test__donut-value--circumstantial {
  color: #f4b622;
}
.nt-planning-test__donut-label {
  font-size: 10px;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 4px;
}
.nt-planning-test__donut-meta {
  font-size: 12px;
  color: #8B949E;
  text-align: center;
}
.nt-planning-test__comparison-card {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  text-align: left;
}
.nt-planning-test__comparison-title {
  font-size: 10px;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.nt-planning-test__comparison-data {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 14px;
  flex-wrap: wrap;
}
.nt-planning-test__comparison-actual {
  font-size: 18px;
  font-weight: 700;
}
.nt-planning-test__comparison-actual--important {
  color: #0b81cd;
}
.nt-planning-test__comparison-actual--urgent {
  color: #ea403b;
}
.nt-planning-test__comparison-actual--circumstantial {
  color: #f4b622;
}
.nt-planning-test__comparison-meta {
  color: rgba(139, 148, 158, 0.7);
  font-size: 13px;
}
.nt-planning-test__comparison-indicator {
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: auto;
}
.nt-planning-test__comparison-indicator--green {
  color: #4ade80;
}
.nt-planning-test__comparison-indicator--red {
  color: #f87171;
}
.nt-planning-test__results-actions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  margin-top: 12px;
  border-top: 1px solid rgba(45, 51, 59, 0.2);
  padding-top: 1.5rem;
  width: 100%;
  justify-content: center;
}
@media (max-width: 600px) {
  .nt-planning-test__results-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
.nt-planning-test__results-actions .nt-btn {
  padding: 14px 24px;
  font-size: 14px;
  border-radius: 99px; /* Pill shape */
}

#nt-chat-trigger {
  bottom: -60px;
  right: 20px;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-layout--wizard {
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  background-color: #0B0E14 !important;
}
.nt-layout--wizard .nt-main {
  background: #0B0E14 !important;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}
.nt-layout--wizard .nt-header {
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.nt-layout--wizard .nt-content {
  padding: 32px 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  max-width: 100% !important;
  margin: 0 auto;
  width: 100%;
}

.nt-weekly-wizard {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.nt-weekly-wizard__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 24px;
  margin: 0 auto 24px auto;
  text-align: left;
  width: 100%;
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .nt-weekly-wizard__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.nt-weekly-wizard__title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
.nt-weekly-wizard__subtitle {
  display: block !important;
  font-size: 14px;
  color: #94a3b8;
  margin-top: 8px;
  line-height: 1.6;
  text-align: left;
  max-width: 800px;
}
.nt-weekly-wizard__steps-indicator {
  display: flex;
  justify-content: space-between;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 16px 10% !important;
  position: relative;
  overflow: visible;
  margin: 0 auto 20px auto;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
}
.nt-weekly-wizard__steps-indicator.is-hidden {
  display: none !important;
}
@media (max-width: 768px) {
  .nt-weekly-wizard__steps-indicator {
    flex-direction: row;
    gap: 0;
    padding: 16px 5%;
  }
}
.nt-weekly-wizard__steps-indicator .steps-progress-line {
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 2px;
  background: #1e293b;
  transform: translateY(-50%);
  z-index: 1;
}
.nt-weekly-wizard__steps-indicator .steps-progress-fill {
  position: absolute;
  top: 50%;
  left: 10%;
  height: 2px;
  background: #38bdf8;
  transform: translateY(-50%);
  z-index: 1;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-weekly-wizard__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.nt-weekly-wizard__step .step-num {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1e293b;
  color: transparent !important;
  border: 2px solid #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0 !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-weekly-wizard__step .step-label {
  font-size: 13px;
  color: transparent;
  font-weight: 600;
  position: absolute;
  top: 24px;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-weekly-wizard__step.is-active .step-num {
  background: #38bdf8;
  border-color: #38bdf8;
  box-shadow: 0 0 15px rgba(56, 189, 248, 0.8);
  transform: scale(1.2);
}
.nt-weekly-wizard__step.is-active .step-label {
  color: #ffffff;
  font-weight: 700;
  opacity: 1;
}
.nt-weekly-wizard__step.is-completed .step-num {
  background: #38bdf8;
  border-color: #38bdf8;
}
.nt-weekly-wizard__step.is-completed .step-label {
  color: transparent;
  opacity: 0;
}
.nt-weekly-wizard__content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  transition: max-width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-weekly-wizard__domain-bar {
  display: flex;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100%;
  max-width: 1280px;
  margin: 32px auto 0 auto !important;
  padding: 0 32px;
  box-sizing: border-box;
}
.nt-weekly-wizard.is-expanded-canvas .nt-weekly-wizard__content-grid {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 24px;
  box-sizing: border-box;
  display: block !important;
  margin: 0 auto;
}
.nt-weekly-wizard.is-expanded-canvas .nt-weekly-wizard__panel[data-step="6"]:not(.is-hidden) {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto;
  padding: 0;
  display: flex !important;
  flex-direction: column;
  align-items: stretch !important;
}
.nt-weekly-wizard.is-expanded-canvas .nt-weekly-wizard__domain-bar {
  max-width: 1280px !important;
  padding: 0 32px;
}
.nt-weekly-wizard__main-panel {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.nt-weekly-wizard__panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
  box-sizing: border-box;
}
.nt-weekly-wizard__panel[data-step="6"] {
  max-width: 100% !important;
  padding: 0 !important;
}
.nt-weekly-wizard__panel.is-hidden {
  display: none !important;
}
.nt-weekly-wizard__panel h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto;
  max-width: 800px;
}
.nt-weekly-wizard__panel p {
  font-size: 15px;
  color: #94a3b8;
  margin: 0 auto;
  max-width: 800px;
  line-height: 1.6;
}
.nt-weekly-wizard__dump-input-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 700px;
  margin: 16px auto;
}
.nt-weekly-wizard__dump-action {
  display: flex;
  justify-content: center;
  width: 100%;
}
.nt-weekly-wizard__dump-action .nt-btn {
  padding: 6px 16px !important;
  font-size: 12.5px !important;
  font-weight: 600;
  border-radius: 6px;
  background: #0088CC;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.2);
}
.nt-weekly-wizard__dump-action .nt-btn:hover {
  background: #0099e6;
  box-shadow: 0 4px 16px rgba(0, 136, 204, 0.4);
  transform: translateY(-1px);
}
.nt-weekly-wizard__section-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 24px;
  background: #111827;
  border: 1px solid #2D333B;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.nt-weekly-wizard__section-list h4 {
  font-size: 11px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #2D333B;
  padding-bottom: 12px;
  margin: 0 0 8px 0;
}
.nt-weekly-wizard__dumped-list {
  max-height: 320px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 4px;
}
.nt-weekly-wizard__dump-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 10px 14px;
  color: #FFFFFF;
  font-size: 13.5px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  transition: all 0.2s ease;
}
.nt-weekly-wizard__dump-item:hover {
  background-color: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.nt-weekly-wizard__dump-item:hover .nt-weekly-wizard__dump-delete {
  opacity: 1;
}
.nt-weekly-wizard__dump-delete {
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  padding: 4px 8px;
  font-size: 14px;
  transition: color 0.2s, opacity 0.2s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-weekly-wizard__dump-delete:hover {
  color: #ef4444;
}
.nt-weekly-wizard__empty-state {
  text-align: center;
  color: #8B949E;
  font-size: 13px;
  padding: 24px;
  border: 1px dashed #2D333B;
  border-radius: 6px;
}
.nt-weekly-wizard__empty-info {
  color: #8B949E;
  font-size: 12px;
  font-style: italic;
}
.nt-weekly-wizard__overdue-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
}
.nt-weekly-wizard__overdue-item {
  background: #0B0E14;
  border: 1px solid #2D333B;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.nt-weekly-wizard__overdue-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nt-weekly-wizard__overdue-info .title {
  font-size: 13.5px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-weekly-wizard__overdue-info .date {
  font-size: 11px;
  color: #EF4444;
}
.nt-weekly-wizard__overdue-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-weekly-wizard__overdue-actions select {
  background: #161B22;
  border: 1px solid #2D333B;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 4px;
  font-size: 12px;
}
.nt-weekly-wizard__overdue-actions select:focus {
  outline: none;
  border-color: #0088CC;
}
.nt-weekly-wizard__goals-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
}
.nt-weekly-wizard__goal-item {
  background: #0B0E14;
  border: 1px solid #2D333B;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nt-weekly-wizard__goal-item .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nt-weekly-wizard__goal-item .header .title {
  font-size: 14.5px;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-weekly-wizard__goal-item .desc {
  font-size: 12px;
  color: #8B949E;
  margin: 0;
}
.nt-weekly-wizard__roles-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
}
.nt-weekly-wizard__role-card {
  background: #0B0E14;
  border: 1px solid #2D333B;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: border-color 0.2s ease;
}
.nt-weekly-wizard__role-card.has-task {
  border-color: #22C55E;
}
.nt-weekly-wizard__role-card.has-task .right-text {
  color: #22C55E;
}
.nt-weekly-wizard__role-card.no-task {
  border-color: #2D333B;
}
.nt-weekly-wizard__role-card.no-task .right-text {
  color: #EAB308;
}
.nt-weekly-wizard__role-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.nt-weekly-wizard__role-item .left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nt-weekly-wizard__role-item .left .indicator {
  font-size: 16px;
}
.nt-weekly-wizard__role-item .left .name {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-weekly-wizard__role-item .right-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-weekly-wizard__role-item .right-text {
  font-size: 12px;
  font-weight: 600;
}
.nt-weekly-wizard__distribution-section {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  height: calc(100vh - 290px);
  min-height: 480px;
  overflow: hidden;
  padding: 0 32px;
  box-sizing: border-box;
}
.nt-weekly-wizard__unplanned-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
  transition: background-color 0.2s, border-color 0.2s, border-style 0.2s, box-shadow 0.2s;
}
.nt-weekly-wizard__unplanned-container.is-dragover {
  background-color: rgba(0, 136, 204, 0.08);
  border-color: #0088CC;
  border-style: dashed;
  box-shadow: 0 0 10px rgba(0, 136, 204, 0.2);
}
html.nt-light-theme .nt-weekly-wizard__unplanned-container.is-dragover {
  background: rgba(0, 136, 204, 0.08);
  border: 1px dashed #0088CC;
  box-shadow: 0 0 14px rgba(0, 136, 204, 0.25);
}
.nt-weekly-wizard__unplanned-chip {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  padding: 8px 12px;
  background-color: #161B22;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-bottom: 6px;
  width: 100%;
  cursor: pointer;
}
.nt-weekly-wizard__unplanned-chip.is-dragging {
  opacity: 0.4;
  border-style: dashed;
}
.nt-weekly-wizard__unplanned-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.nt-weekly-wizard__unplanned-chip .info-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}
.nt-weekly-wizard__unplanned-chip .info-group .title-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nt-weekly-wizard__unplanned-chip .info-group .title-row .title {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip {
  background-color: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip .info-group .title-row .title {
  color: #1E293B;
}
.nt-weekly-wizard__limits-details {
  display: grid;
  gap: 16px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 32px;
  margin-bottom: 24px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
.nt-weekly-wizard__limits-details h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.nt-weekly-wizard__limits-details form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  margin: 0;
  background: #0B0E14;
  border: 1px solid #2D333B;
  border-radius: 8px;
  padding: 16px;
}
.nt-weekly-wizard__limits-details form .field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-weekly-wizard__limits-details form .field label {
  font-size: 13.5px;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-weekly-wizard__limits-details form .field input {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 4px;
  padding: 6px;
  color: #FFFFFF;
  font-size: 12px;
}
.nt-weekly-wizard__limits-details form .field input:focus {
  outline: none;
  border-color: #0088CC;
}
.nt-weekly-wizard__limits-details form button {
  grid-column: 1/-1;
  margin-top: 8px;
}
.nt-weekly-wizard__week-grid {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: stretch;
  padding-bottom: 16px;
  padding-right: 24px;
}
.nt-weekly-wizard__week-grid::-webkit-scrollbar {
  height: 8px;
}
.nt-weekly-wizard__week-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 4px;
}
.nt-weekly-wizard__week-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.nt-weekly-wizard__week-grid::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.nt-weekly-wizard__day-col {
  width: 350px;
  min-width: 350px;
  flex-shrink: 0;
  background: #0D1117;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  height: 100%;
  min-height: 0;
  transition: background-color 0.2s, border-color 0.2s;
}
.nt-weekly-wizard__day-col.is-dragover {
  background: rgba(0, 136, 204, 0.08);
  border-color: #0088CC;
  box-shadow: 0 0 10px rgba(0, 136, 204, 0.2);
}
.nt-weekly-wizard__day-col--past {
  opacity: 0.55;
  cursor: not-allowed;
  background: rgba(148, 163, 184, 0.03);
}
.nt-weekly-wizard__day-col .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: none;
  padding-bottom: 0;
}
.nt-weekly-wizard__day-col .header .title {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 0;
}
.nt-weekly-wizard__day-col .header .date {
  font-size: 11px;
  color: #8B949E;
  margin-top: 0;
}
.nt-weekly-wizard__day-col .nt-weekly-wizard__day-items-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}
.nt-weekly-wizard__day-col .nt-weekly-wizard__day-section {
  width: 100%;
  min-width: 100%;
  margin-bottom: 4px;
}
html.nt-light-theme .nt-weekly-wizard__day-col {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-weekly-wizard__day-col.is-dragover {
  background: rgba(0, 136, 204, 0.08);
  border: 1px solid #0088CC;
  box-shadow: 0 0 14px rgba(0, 136, 204, 0.25);
}
html.nt-light-theme .nt-weekly-wizard__day-col .header .title {
  color: #1E293B;
}
html.nt-light-theme .nt-weekly-wizard__day-col .header .date {
  color: #64748B;
}
html.nt-light-theme .nt-weekly-wizard__day-col--past {
  background: #F8FAFC;
  opacity: 0.65;
}
.nt-weekly-wizard #unplanned-tasks-section-wrapper {
  width: 350px;
  min-width: 350px;
  flex-shrink: 0;
  background: #0D1117;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
}
html.nt-light-theme .nt-weekly-wizard #unplanned-tasks-section-wrapper {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-weekly-wizard #unplanned-tasks-section-wrapper .nt-weekly-wizard__kanban-col-header {
  color: #475569;
  border-bottom-color: #E2E8F0;
}
.nt-weekly-wizard__kanban-col-header {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8b949e;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 8px;
  margin-bottom: 4px;
}
.nt-weekly-wizard__top-scroll-wrapper {
  display: none;
}
.nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}
.nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 4px;
}
.nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
html.nt-light-theme .nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
html.nt-light-theme .nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}
.nt-weekly-wizard__mentor-btn {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.25);
}
.nt-weekly-wizard__mentor-btn:hover {
  background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%);
  box-shadow: 0 6px 16px rgba(14, 165, 233, 0.4);
  transform: translateY(-1px);
}
.nt-weekly-wizard__mentor-btn:active {
  transform: translateY(0);
}
html.nt-light-theme .nt-weekly-wizard__mentor-btn {
  background: linear-gradient(135deg, #0088CC 0%, #006699 100%);
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.25);
}
.nt-weekly-wizard__info-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(14, 165, 233, 0.06);
  border: 1px solid rgba(14, 165, 233, 0.15);
  padding: 12px 16px;
  border-radius: 8px;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 16px auto;
  color: #94a3b8;
  font-size: 13.5px;
  line-height: 1.5;
}
.nt-weekly-wizard__info-banner strong {
  color: #f1f5f9;
}
.nt-weekly-wizard__info-banner .icon {
  font-size: 18px;
  color: #0ea5e9;
  display: flex;
  align-items: center;
}
html.nt-light-theme .nt-weekly-wizard__info-banner {
  background: rgba(0, 136, 204, 0.05);
  border-color: rgba(0, 136, 204, 0.15);
  color: #475569;
}
html.nt-light-theme .nt-weekly-wizard__info-banner strong {
  color: #1e293b;
}
html.nt-light-theme .nt-weekly-wizard__info-banner .icon {
  color: #0088CC;
}
.nt-weekly-wizard__modal-tip-box {
  background: rgba(14, 165, 233, 0.06);
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 16px;
  color: #e2e8f0;
  font-size: 14px;
  line-height: 1.6;
}
html.nt-light-theme .nt-weekly-wizard__modal-tip-box {
  color: #1e293b;
  background: rgba(0, 136, 204, 0.05);
  border-color: rgba(0, 136, 204, 0.15);
}
.nt-weekly-wizard__modal-section-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #8b949e;
  letter-spacing: 0.5px;
}
html.nt-light-theme .nt-weekly-wizard__modal-section-title {
  color: #475569;
}
.nt-weekly-wizard__drag-placeholder {
  width: 100%;
  border: 2px dashed #0ea5e9;
  border-radius: 6px;
  background: rgba(14, 165, 233, 0.08);
  margin: 6px 0;
  box-sizing: border-box;
  transition: all 0.15s ease;
}
html.nt-light-theme .nt-weekly-wizard__drag-placeholder {
  border-color: rgba(0, 136, 204, 0.4);
  background: rgba(0, 136, 204, 0.03);
}
.nt-weekly-wizard__day-indicator {
  font-size: 10.5px;
  font-weight: 600;
  text-align: center;
  border-radius: 20px;
  padding: 3px 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
}
.nt-weekly-wizard__day-indicator--overloaded {
  background: rgba(239, 68, 68, 0.08) !important;
  border: 1px solid rgba(239, 68, 68, 0.2) !important;
  color: #EF4444 !important;
}
.nt-weekly-wizard__day-indicator--normal {
  background: rgba(34, 197, 94, 0.08) !important;
  border: 1px solid rgba(34, 197, 94, 0.2) !important;
  color: #22C55E !important;
}
html.nt-light-theme .nt-weekly-wizard__day-indicator--normal {
  background: rgba(0, 136, 204, 0.05) !important;
  border: 1px solid rgba(0, 136, 204, 0.15) !important;
  color: #0088CC !important;
}
.nt-weekly-wizard__day-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  flex: 1;
}
.nt-weekly-wizard__day-items .empty {
  font-size: 12px;
  color: #5B6478;
  font-style: italic;
  text-align: left;
  margin-top: 0;
}
.nt-weekly-wizard__day-chip {
  padding: 6px;
  border-radius: 4px;
  font-size: 11px;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 1.3;
}
.nt-weekly-wizard__nav-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #2D333B;
  padding: 20px 32px 0 32px;
  margin: 24px auto 0 auto;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
}
.nt-weekly-wizard__nav-footer.is-hidden {
  display: none !important;
}
@media (max-width: 640px) {
  .nt-weekly-wizard__nav-footer {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .nt-weekly-wizard__nav-footer .nt-weekly-wizard__planned-week-badge {
    order: -1;
  }
  .nt-weekly-wizard__nav-footer button {
    width: 100%;
    justify-content: center;
  }
}
@keyframes float-mentor {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.nt-weekly-wizard__mentor-tip-card {
  background: #111827;
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 8px;
  padding: 20px;
  display: none;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.nt-weekly-wizard__mentor-tip-card .mentor-tip-content {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.nt-weekly-wizard__mentor-tip-card .mentor-tip-content .icon {
  font-size: 24px;
  flex-shrink: 0;
  animation: float-mentor 3s ease-in-out infinite;
}
.nt-weekly-wizard__mentor-tip-card .mentor-tip-content .tip-text-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nt-weekly-wizard__mentor-tip-card #wizard-mentor-tip-container {
  font-size: 13.5px;
  line-height: 1.6;
  color: #e0f2fe;
}
.nt-weekly-wizard__mentor-tip-card #wizard-mentor-tip-container strong {
  color: #38bdf8;
  font-weight: 700;
}
.nt-weekly-wizard__mentor-tip-card .mentor-tip-action {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 12px;
}
.nt-weekly-wizard__mentor-tip-card .mentor-tip-action .mentor-link-eval {
  color: #38bdf8;
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s, text-shadow 0.2s;
}
.nt-weekly-wizard__mentor-tip-card .mentor-tip-action .mentor-link-eval:hover {
  color: #7dd3fc;
  text-shadow: 0 0 8px rgba(56, 189, 248, 0.4);
  text-decoration: underline;
}
.nt-weekly-wizard__coach-alerts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.nt-weekly-wizard__coach-alert {
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 12.5px;
  line-height: 1.4;
  border: 1px solid transparent;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.nt-weekly-wizard__coach-alert--overloaded {
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.15);
  color: #fca5a5;
}
.nt-weekly-wizard__coach-alert--overloaded strong {
  color: #ef4444;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--overloaded {
  color: #991b1b !important;
  background: rgba(239, 68, 68, 0.04) !important;
  border-color: rgba(239, 68, 68, 0.2) !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--overloaded strong {
  color: #dc2626 !important;
}
.nt-weekly-wizard__coach-alert--neglected {
  background: rgba(234, 179, 8, 0.08);
  border-color: rgba(234, 179, 8, 0.15);
  color: #fef08a;
}
.nt-weekly-wizard__coach-alert--neglected strong {
  color: #eab308;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected {
  color: #854d0e !important;
  background: rgba(234, 179, 8, 0.04) !important;
  border-color: rgba(234, 179, 8, 0.2) !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected strong {
  color: #d97706 !important;
}
.nt-weekly-wizard__coach-alert--neglected .neglected-roles-trigger {
  position: relative;
  cursor: help;
  text-decoration: underline dotted;
  color: #eab308;
  display: inline-block;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected .neglected-roles-trigger {
  color: #b45309 !important;
}
.nt-weekly-wizard__coach-alert--neglected .neglected-roles-trigger:hover .neglected-roles-popover {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-10px);
}
.nt-weekly-wizard__coach-alert--neglected .neglected-roles-popover {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  background: #161b22;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 10px 14px;
  width: max-content;
  min-width: 160px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  pointer-events: none;
  text-align: left;
}
.nt-weekly-wizard__coach-alert--neglected .neglected-roles-popover .popover-title {
  font-weight: 700;
  color: #38bdf8;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 4px;
  margin-bottom: 6px;
}
.nt-weekly-wizard__coach-alert--neglected .neglected-roles-popover .popover-role-name {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
.nt-weekly-wizard__coach-alert--neglected .neglected-roles-popover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #161b22 transparent transparent transparent;
}
.nt-weekly-wizard__coach-alert--balanced {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.15);
  color: #bbf7d0;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  width: 100%;
}

#goal-task-wizard-form, #role-task-wizard-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 12px;
}
#goal-task-wizard-form .nt-form-group, #role-task-wizard-form .nt-form-group {
  width: 100%;
  margin-bottom: 0;
}
#goal-task-wizard-form .nt-modal__row, #role-task-wizard-form .nt-modal__row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}
#goal-task-wizard-form button[type=submit], #role-task-wizard-form button[type=submit] {
  margin-top: 8px;
  align-self: center;
}

/* Hide default HTML5 number spinners */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield; /* Firefox */
  appearance: none;
}

.nt-number-spinner {
  display: flex;
  align-items: stretch;
  background: #0B0E14;
  border: 1px solid #30363d;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
  height: 36px;
}
.nt-number-spinner:hover {
  border-color: rgba(255, 255, 255, 0.25);
}
.nt-number-spinner:focus-within {
  border-color: #38bdf8;
  box-shadow: 0 0 8px rgba(56, 189, 248, 0.2);
}
.nt-number-spinner--warning {
  border-color: #EAB308 !important;
  box-shadow: 0 0 8px rgba(234, 179, 8, 0.15) !important;
}
.nt-number-spinner--warning input {
  color: #EAB308 !important;
}
.nt-number-spinner--warning:focus-within {
  border-color: #EAB308 !important;
  box-shadow: 0 0 10px rgba(234, 179, 8, 0.3) !important;
}
.nt-number-spinner__input-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.nt-number-spinner input {
  flex: 1;
  width: 100%;
  height: 100% !important;
  line-height: 34px !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  color: #f0f6fc !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.nt-number-spinner input:focus {
  box-shadow: none !important;
}
.nt-number-spinner .spinner-btn {
  width: 32px;
  background: rgba(255, 255, 255, 0.03);
  border: none;
  margin: 0 !important;
  margin-top: 0 !important;
  color: #8b949e;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.2s, color 0.2s;
}
.nt-number-spinner .spinner-btn:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: #f0f6fc;
}
.nt-number-spinner .spinner-btn--down {
  border-right: 1px solid #30363d;
}
.nt-number-spinner .spinner-btn--up {
  border-left: 1px solid #30363d;
}

.nt-spinner-warning-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: help;
  font-size: 14px;
  line-height: 1;
  user-select: none;
  animation: nt-bounce-warn 0.3s ease;
}

@keyframes nt-bounce-warn {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.nt-weekly-wizard__role-item .right-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nt-weekly-wizard__goal-tasks, .nt-weekly-wizard__role-tasks {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px dashed rgba(255, 255, 255, 0.05);
}
.nt-weekly-wizard__goal-tasks h5, .nt-weekly-wizard__role-tasks h5 {
  font-size: 11px;
  font-weight: 600;
  color: #8b949e;
  text-transform: uppercase;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}
.nt-weekly-wizard__goal-tasks ul, .nt-weekly-wizard__role-tasks ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-weekly-wizard__goal-tasks ul li, .nt-weekly-wizard__role-tasks ul li {
  font-size: 12.5px;
  color: #f0f6fc;
  display: flex;
  align-items: center;
  gap: 6px;
}

.nt-weekly-wizard__no-tasks-info {
  font-size: 12px;
  color: #8b949e;
  font-style: italic;
  margin-top: 8px;
}

.nt-weekly-wizard__date-input {
  width: 120px !important;
  padding: 6px 12px !important;
  padding-right: 32px !important;
  font-size: 12px !important;
  background: #0B0E14 !important;
  border: 1px solid #30363d !important;
  border-radius: 4px !important;
  color: #f0f6fc !important;
  cursor: pointer;
  outline: none;
  font-family: inherit;
}
.nt-weekly-wizard__date-input:focus {
  border-color: #0088CC !important;
}

.nt-weekly-wizard__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nt-weekly-wizard__badge--goal {
  background: rgba(14, 165, 233, 0.15);
  color: #0ea5e9;
  border: 1px solid rgba(14, 165, 233, 0.3);
}
.nt-weekly-wizard__badge--role {
  background: rgba(34, 197, 94, 0.1);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.nt-content:has(.nt-weekly-wizard) {
  overflow-y: auto !important;
}

/* Linha de Progresso dos Passos */
.nt-weekly-wizard__steps-indicator {
  z-index: 1;
}
.nt-weekly-wizard__steps-indicator .steps-progress-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background: linear-gradient(90deg, rgba(0, 136, 204, 0.08) 0%, rgba(14, 165, 233, 0.08) 100%);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  pointer-events: none;
}
.nt-weekly-wizard__steps-indicator .steps-progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  animation: nt-progress-shimmer 3s infinite linear;
}
.nt-weekly-wizard__steps-indicator .steps-progress-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #0088CC, #0EA5E9);
  box-shadow: 0 -1px 8px rgba(0, 136, 204, 0.4);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  pointer-events: none;
}
.nt-weekly-wizard__steps-indicator .steps-progress-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 200% 100%;
  animation: nt-progress-shimmer 2s infinite linear;
}

@keyframes nt-progress-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
/* Modal de Vínculo de Tarefas */
.nt-weekly-wizard__modal-desc {
  font-size: 13px;
  color: #8B949E;
  margin-bottom: 12px;
}

.nt-weekly-wizard__link-list {
  max-height: 250px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 4px;
}
.nt-weekly-wizard__link-list .link-item {
  background: #0B0E14;
  border: 1px solid #2D333B;
  border-radius: 6px;
  padding: 10px 14px;
  color: #FFFFFF;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s ease;
}
.nt-weekly-wizard__link-list .link-item:hover {
  background: rgba(0, 136, 204, 0.08);
  border-color: #0088CC;
  color: #FFFFFF;
}

/* Grupos Categorizados no Passo 5 */
.nt-weekly-wizard__unplanned-group {
  margin-bottom: 16px;
}
.nt-weekly-wizard__unplanned-group:last-child {
  margin-bottom: 0;
}
.nt-weekly-wizard__unplanned-group h5 {
  font-size: 11px;
  font-weight: 600;
  color: #8b949e;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-align: left !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 6px;
  width: 100%;
  display: block;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-group h5 {
  border-bottom-color: #E2E8F0 !important;
}

.nt-weekly-wizard__unplanned-group-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Drag & Drop Visuals */
.nt-weekly-wizard__unplanned-chip.is-dragging {
  opacity: 0.4;
  border-style: dashed;
}

.nt-weekly-wizard__day-col {
  transition: background-color 0.2s, border-color 0.2s;
}
.nt-weekly-wizard__day-col.is-dragover {
  background: rgba(0, 136, 204, 0.08) !important;
  border-color: #0088CC !important;
  box-shadow: 0 0 10px rgba(0, 136, 204, 0.2);
}

.nt-weekly-wizard__action-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nt-weekly-wizard__task-ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nt-weekly-wizard__task-li {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}
.nt-weekly-wizard__task-li:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.nt-weekly-wizard__task-li:hover .edit-icon {
  opacity: 1;
  transform: scale(1);
}
.nt-weekly-wizard__task-li .left-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.nt-weekly-wizard__task-li .left-content .status-icon {
  font-size: 14px;
  flex-shrink: 0;
}
.nt-weekly-wizard__task-li .left-content .task-title {
  font-size: 13.5px;
  color: #FFFFFF;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-weekly-wizard__task-li .right-content {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.nt-weekly-wizard__task-li .right-content .duration-badge {
  background: rgba(255, 255, 255, 0.06);
  color: #8B949E;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}
.nt-weekly-wizard__task-li .right-content .priority-badge {
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nt-weekly-wizard__task-li .right-content .priority-badge.priority-1 {
  background: rgba(14, 165, 233, 0.15);
  color: #0ea5e9;
  border: 1px solid rgba(14, 165, 233, 0.3);
}
.nt-weekly-wizard__task-li .right-content .priority-badge.priority-2 {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.nt-weekly-wizard__task-li .right-content .priority-badge.priority-3 {
  background: rgba(245, 158, 11, 0.15);
  color: #f59e0b;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.nt-weekly-wizard__task-li .right-content .date-text {
  font-size: 12px;
  color: #8B949E;
  white-space: nowrap;
}
.nt-weekly-wizard__task-li .right-content .edit-icon {
  font-size: 12px;
  opacity: 0.3;
  transform: scale(0.9);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nt-weekly-wizard__chip-edit-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  padding: 2px;
  margin-left: 6px;
  opacity: 0.5;
  transition: opacity 0.2s, transform 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nt-weekly-wizard__chip-edit-btn:hover {
  opacity: 1;
  transform: scale(1.1);
}

.nt-weekly-wizard__day-chip--task {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px !important;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease;
  background-color: #161B22;
  border-radius: 6px !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.nt-weekly-wizard__day-chip--task .title {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.nt-weekly-wizard__day-chip--task .title.is-done {
  color: #8b949e !important;
  text-decoration: line-through !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--task .title.is-done {
  color: #94a3b8 !important;
}
.nt-weekly-wizard__day-chip--task:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
  border-color: #38bdf8 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.nt-weekly-wizard__day-chip--task:hover .nt-weekly-wizard__day-chip-unschedule {
  opacity: 0.8;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--task {
  background-color: #FFFFFF !important;
  border: 1px solid rgba(0, 136, 204, 0.2) !important;
  color: #1E293B !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.01) !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--task .title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--task:hover {
  background-color: #FFFFFF !important;
  border-color: #0088CC !important;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.08) !important;
}
.nt-weekly-wizard__day-chip--task.is-drag-before {
  border-top: 2px solid #0ea5e9 !important;
  margin-top: -2px !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--task.is-drag-before {
  border-top-color: #0088CC !important;
}
.nt-weekly-wizard__day-chip--task.is-drag-after {
  border-bottom: 2px solid #0ea5e9 !important;
  margin-bottom: -2px !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--task.is-drag-after {
  border-bottom-color: #0088CC !important;
}

.nt-weekly-wizard__day-chip-unschedule {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.nt-weekly-wizard__day-chip-unschedule:hover {
  color: #ef4444;
  background-color: rgba(239, 68, 68, 0.15);
  opacity: 1 !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip-unschedule {
  color: rgba(15, 23, 42, 0.4) !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip-unschedule:hover {
  color: #ef4444 !important;
  background-color: rgba(239, 68, 68, 0.1) !important;
}

/* Dropdown flutuante para + Ação */
.nt-weekly-wizard__add-action-container {
  position: relative;
  display: inline-block;
}

.nt-weekly-wizard__add-action-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  background: #161b22;
  border: 1px solid #2D333B;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  padding: 6px;
  min-width: 170px;
  gap: 4px;
}

.nt-weekly-wizard__add-action-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 8px 12px;
  color: #FFFFFF;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.2s, color 0.2s;
  width: 100%;
  white-space: nowrap;
}
.nt-weekly-wizard__add-action-item:hover {
  background-color: rgba(0, 136, 204, 0.15);
  color: #FFFFFF;
}
.nt-weekly-wizard__add-action-item:hover .nt-weekly-wizard__add-action-icon {
  color: #FFFFFF !important;
}

.nt-weekly-wizard__add-action-icon {
  color: #0088CC;
  flex-shrink: 0;
  transition: color 0.2s;
}

/* Espaçamento aprimorado para listas de tarefas nas metas e papéis */
.nt-weekly-wizard__task-ul {
  gap: 10px !important;
}

/* Agrupamentos Colapsáveis da Barra Lateral da Etapa 6 */
.nt-weekly-wizard__unplanned-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-weekly-wizard__unplanned-group.is-collapsed {
  opacity: 0.85;
}
.nt-weekly-wizard__unplanned-group h5.nt-weekly-wizard__unplanned-group-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #94a3b8 !important;
  padding: 6px 8px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 4px !important;
  transition: background-color 0.2s ease;
}
.nt-weekly-wizard__unplanned-group h5.nt-weekly-wizard__unplanned-group-header:hover {
  background-color: rgba(255, 255, 255, 0.03);
  color: #ffffff !important;
}
.nt-weekly-wizard__unplanned-group h5.nt-weekly-wizard__unplanned-group-header .group-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nt-weekly-wizard__unplanned-group h5.nt-weekly-wizard__unplanned-group-header .group-title .emoji {
  font-size: 13px;
}
.nt-weekly-wizard__unplanned-group h5.nt-weekly-wizard__unplanned-group-header .group-title .group-count {
  font-size: 10.5px;
  opacity: 0.75;
  font-weight: 600;
}
.nt-weekly-wizard__unplanned-group h5.nt-weekly-wizard__unplanned-group-header .group-toggle-icon {
  font-size: 12px;
  color: #64748b;
}
.nt-weekly-wizard__unplanned-group--overdue {
  background: rgba(239, 68, 68, 0.04);
  border: 1px dashed rgba(239, 68, 68, 0.25);
}
.nt-weekly-wizard__unplanned-group--overdue h5.nt-weekly-wizard__unplanned-group-header {
  color: #ef4444 !important;
  border-bottom: 1px solid rgba(239, 68, 68, 0.15) !important;
}
.nt-weekly-wizard__unplanned-group--overdue h5.nt-weekly-wizard__unplanned-group-header:hover {
  background-color: rgba(239, 68, 68, 0.08);
}
.nt-weekly-wizard__unplanned-group--goal {
  background: rgba(14, 165, 233, 0.03);
  border: 1px dashed rgba(14, 165, 233, 0.25);
}
.nt-weekly-wizard__unplanned-group--goal h5.nt-weekly-wizard__unplanned-group-header {
  color: #38bdf8 !important;
  border-bottom: 1px solid rgba(14, 165, 233, 0.15) !important;
}
.nt-weekly-wizard__unplanned-group--goal h5.nt-weekly-wizard__unplanned-group-header:hover {
  background-color: rgba(14, 165, 233, 0.08);
}
.nt-weekly-wizard__unplanned-group--role {
  background: rgba(139, 92, 246, 0.03);
  border: 1px dashed rgba(139, 92, 246, 0.25);
}
.nt-weekly-wizard__unplanned-group--role h5.nt-weekly-wizard__unplanned-group-header {
  color: #a78bfa !important;
  border-bottom: 1px solid rgba(139, 92, 246, 0.15) !important;
}
.nt-weekly-wizard__unplanned-group--role h5.nt-weekly-wizard__unplanned-group-header:hover {
  background-color: rgba(139, 92, 246, 0.08);
}
.nt-weekly-wizard__unplanned-group--inbox {
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
.nt-weekly-wizard__unplanned-group--inbox h5.nt-weekly-wizard__unplanned-group-header {
  color: #94a3b8 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}
.nt-weekly-wizard__unplanned-group--inbox h5.nt-weekly-wizard__unplanned-group-header:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
html.nt-light-theme .nt-weekly-wizard__unplanned-group h5.nt-weekly-wizard__unplanned-group-header {
  color: #475569 !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-group h5.nt-weekly-wizard__unplanned-group-header:hover {
  background-color: #F1F5F9;
  color: #0F172A !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-group--overdue {
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.25);
}
html.nt-light-theme .nt-weekly-wizard__unplanned-group--overdue h5.nt-weekly-wizard__unplanned-group-header {
  color: #dc2626 !important;
  border-bottom-color: rgba(239, 68, 68, 0.15) !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-group--overdue h5.nt-weekly-wizard__unplanned-group-header:hover {
  background-color: rgba(239, 68, 68, 0.06);
}

/* Tag 🚫 CANCELADA */
.nt-weekly-wizard__badge--cancelled {
  background: rgba(139, 148, 158, 0.12);
  color: #8b949e;
  border: 1px solid rgba(139, 148, 158, 0.25);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  margin-left: 6px;
}
html.nt-light-theme .nt-weekly-wizard__badge--cancelled {
  background: rgba(100, 116, 139, 0.1);
  color: #64748b;
  border-color: rgba(100, 116, 139, 0.2);
}

/* Tag ✨ Recém-criada */
.nt-weekly-wizard__badge--new {
  background: rgba(234, 179, 8, 0.1);
  color: #eab308;
  border: 1px solid rgba(234, 179, 8, 0.3);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 10.5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 0 6px rgba(234, 179, 8, 0.15);
  white-space: nowrap;
  margin-left: 8px;
}

/* Alça de Arraste */
.drag-handle {
  cursor: grab;
  color: #5b6478;
  margin-right: 8px;
  font-size: 14px;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.drag-handle:hover {
  color: #FFFFFF;
}
.drag-handle:active {
  cursor: grabbing;
}

.nt-weekly-wizard__unplanned-chip {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 4px;
  padding: 8px 12px !important;
  background-color: #161B22;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 6px !important;
  box-sizing: border-box;
  transition: all 0.2s ease;
  margin-bottom: 6px;
  text-align: left !important;
}
.nt-weekly-wizard__unplanned-chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.nt-weekly-wizard__unplanned-chip .info-group {
  display: flex;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px !important;
  width: 100%;
}
.nt-weekly-wizard__unplanned-chip .info-group .title-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  gap: 6px;
}
.nt-weekly-wizard__unplanned-chip .info-group .title-row .title {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left !important;
}
.nt-weekly-wizard__unplanned-chip .info-group .title-row .title.is-done {
  color: #8b949e !important;
  text-decoration: line-through !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip .info-group .title-row .title.is-done {
  color: #94a3b8 !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip {
  background-color: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip .info-group .title-row .title {
  color: #1E293B !important;
}

.nt-weekly-wizard__schedule-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(14, 165, 233, 0.08) !important;
  border: 1px solid rgba(14, 165, 233, 0.15) !important;
  border-radius: 6px !important;
  color: #0ea5e9 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 6px 12px !important;
  cursor: pointer;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  text-align-last: center !important;
  white-space: nowrap;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230ea5e9' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 10px !important;
  transition: all 0.2s ease;
  flex-shrink: 0;
  margin-left: 0 !important;
  margin-top: 6px !important;
}
.nt-weekly-wizard__schedule-select:hover {
  background-color: rgba(14, 165, 233, 0.2) !important;
  border-color: rgba(14, 165, 233, 0.4) !important;
}
.nt-weekly-wizard__schedule-select:focus {
  outline: none;
  border-color: #0088CC;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.2);
}
.nt-weekly-wizard__schedule-select option {
  background: #161b22;
  color: #FFFFFF;
}
html.nt-light-theme .nt-weekly-wizard__schedule-select option {
  background: #FFFFFF !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__schedule-select {
  background-color: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
  color: #0088CC !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%230088cc' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E") !important;
}
html.nt-light-theme .nt-weekly-wizard__schedule-select:hover {
  background-color: #E2E8F0 !important;
  border-color: #CBD5E1 !important;
}

/* Faixa Informativa de Arraste */
.nt-weekly-wizard__drag-banner {
  background: rgba(0, 136, 204, 0.08);
  border: 1px solid rgba(0, 136, 204, 0.2);
  border-radius: 6px;
  padding: 10px 14px;
  color: #FFFFFF;
  font-size: 12.5px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Grid de Compromissos/Tarefas Semanal */
.nt-weekly-wizard__day-items-container {
  display: flex !important;
  width: 100% !important;
  gap: 16px !important;
}
@media (max-width: 1024px) {
  .nt-weekly-wizard__day-items-container {
    flex-direction: column !important;
  }
}

.nt-weekly-wizard__day-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  flex: 1 !important;
  min-width: 0 !important;
}
.nt-weekly-wizard__day-section .section-title {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8b949e;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 6px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}
html.nt-light-theme .nt-weekly-wizard__day-section .section-title {
  color: #64748B !important;
  border-bottom-color: #E2E8F0 !important;
}
.nt-weekly-wizard__day-section .empty {
  font-size: 11.5px;
  color: #5b6478;
  font-style: italic;
}
.nt-weekly-wizard__day-section--appts {
  border-left: none !important;
}
.nt-weekly-wizard__day-section--tasks {
  border-left: none !important;
}

.nt-weekly-wizard__title-add-btn {
  background: transparent;
  border: none;
  color: #0ea5e9;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  line-height: 1;
}
.nt-weekly-wizard__title-add-btn:hover {
  background-color: rgba(14, 165, 233, 0.1);
  color: #38bdf8;
}
html.nt-light-theme .nt-weekly-wizard__title-add-btn {
  color: #0088CC;
}
html.nt-light-theme .nt-weekly-wizard__title-add-btn:hover {
  background-color: rgba(0, 136, 204, 0.08);
  color: #006699;
}

.nt-weekly-wizard__day-chip--appt {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08) 0%, rgba(14, 165, 233, 0.02) 100%);
  border: 1px solid rgba(14, 165, 233, 0.15) !important;
  border-radius: 6px;
  padding: 8px 12px;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: center !important;
  row-gap: 6px !important;
}
.nt-weekly-wizard__day-chip--appt .time-badge {
  background: rgba(14, 165, 233, 0.15);
  color: #0ea5e9;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}
.nt-weekly-wizard__day-chip--appt .title {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 500;
  width: 100% !important;
  flex-basis: 100% !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--appt {
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.05) 0%, rgba(0, 136, 204, 0.01) 100%) !important;
  border-color: rgba(0, 136, 204, 0.15) !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--appt .title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--appt .time-badge {
  background: rgba(0, 136, 204, 0.08) !important;
  color: #0088CC !important;
}

.nt-weekly-wizard__day-col {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 16px !important;
  grid-template-columns: none !important;
}

.nt-weekly-wizard__day-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 10px;
  margin-bottom: 4px;
}
html.nt-light-theme .nt-weekly-wizard__day-header-row {
  border-bottom-color: #E2E8F0 !important;
}
.nt-weekly-wizard__day-header-row .header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  border-bottom: none;
  padding-bottom: 0;
}
.nt-weekly-wizard__day-header-row .header .nt-weekly-wizard__day-title-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-weekly-wizard__day-header-row .header .title {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 0;
}
.nt-weekly-wizard__day-header-row .header .date {
  font-size: 11px;
  color: #8B949E;
  margin-top: 0;
}

.nt-weekly-wizard__tag-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #111827;
  border: 1px solid #1e293b;
  border-radius: 8px;
  padding: 12px;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
  cursor: text;
}
.nt-weekly-wizard__tag-box:focus-within {
  border-color: #38bdf8;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.5);
}
.nt-weekly-wizard__tag-box textarea {
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  padding: 4px 0 0 0 !important;
  color: #ffffff;
  font-size: 15px;
  resize: none;
  line-height: 1.5;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 !important;
  min-height: 48px;
}

.nt-weekly-wizard__tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.nt-weekly-wizard__tags-container:empty {
  margin-bottom: 0;
}

.nt-weekly-wizard__tag-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(56, 189, 248, 0.15);
  color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, 0.3);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 500;
  animation: nt-tag-appear 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  word-break: break-all;
}
.nt-weekly-wizard__tag-badge .remove-btn {
  background: none;
  border: none;
  color: #38bdf8;
  cursor: pointer;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: opacity 0.2s, transform 0.2s;
}
.nt-weekly-wizard__tag-badge .remove-btn:hover {
  opacity: 1;
  transform: scale(1.2);
}

@keyframes nt-tag-appear {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(4px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.nt-weekly-wizard__dump-instruction {
  font-size: 12px;
  color: #94a3b8;
  margin-top: -8px;
  text-align: left;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
.nt-weekly-wizard__dump-instruction strong {
  color: #38bdf8;
}

/* Custom SweetAlert2 Style */
.nt-swal-popup {
  font-family: "Inter", sans-serif !important;
  border-radius: 12px !important;
  border: 1px solid #2D333B !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.4) !important;
  padding: 24px !important;
}
.nt-swal-popup .swal2-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #FFFFFF !important;
  margin-bottom: 8px !important;
}
.nt-swal-popup .swal2-html-container {
  font-size: 14px !important;
  color: #8B949E !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nt-swal-popup .swal2-actions {
  margin-top: 24px !important;
  gap: 12px !important;
}
.nt-swal-popup .nt-swal-confirm {
  background-color: #0088CC !important;
  color: #FFFFFF !important;
  border-radius: 6px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.2) !important;
  transition: all 0.2s !important;
  border: none !important;
}
.nt-swal-popup .nt-swal-confirm:hover {
  background-color: #0099e6 !important;
  box-shadow: 0 4px 16px rgba(0, 136, 204, 0.4) !important;
  transform: translateY(-1px) !important;
}
.nt-swal-popup .nt-swal-confirm:focus {
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.4) !important;
}
.nt-swal-popup .nt-swal-cancel {
  background-color: #2D333B !important;
  color: #8B949E !important;
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  border-radius: 6px !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  padding: 10px 20px !important;
  transition: all 0.2s !important;
}
.nt-swal-popup .nt-swal-cancel:hover {
  background-color: #373e47 !important;
  color: #FFFFFF !important;
  transform: translateY(-1px) !important;
}
.nt-swal-popup .nt-swal-cancel:focus {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1) !important;
}

.nt-swal-roles-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 18px 0;
  max-height: 120px;
  overflow-y: auto;
  padding: 4px;
}

.nt-swal-role-badge {
  background: rgba(249, 115, 22, 0.1);
  color: #F97316;
  border: 1px solid rgba(249, 115, 22, 0.2);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 13.5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(249, 115, 22, 0.05);
}

.nt-weekly-wizard__week-selector {
  margin-top: 16px;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.nt-weekly-wizard__week-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 1140px;
  margin: 32px auto;
  padding: 0 16px;
}
@media (max-width: 640px) {
  .nt-weekly-wizard__week-cards {
    grid-template-columns: 1fr;
  }
}

.nt-weekly-wizard__week-card {
  position: relative;
  background: linear-gradient(135deg, rgba(22, 27, 34, 0.6) 0%, rgba(15, 20, 28, 0.8) 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 24px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.nt-weekly-wizard__week-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.nt-weekly-wizard__week-card:hover:not(.is-disabled) {
  transform: translateY(-6px);
  background: linear-gradient(135deg, rgba(22, 27, 34, 0.8) 0%, rgba(15, 20, 28, 0.95) 100%);
  border-color: rgba(56, 189, 248, 0.25);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4), 0 0 15px rgba(56, 189, 248, 0.05);
}
.nt-weekly-wizard__week-card:hover:not(.is-disabled)::before {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.4), rgba(56, 189, 248, 0.1));
}
.nt-weekly-wizard__week-card:hover:not(.is-disabled) .nt-weekly-wizard__week-card-icon {
  background: rgba(56, 189, 248, 0.15);
  color: #38bdf8;
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 0 15px rgba(56, 189, 248, 0.2);
}
.nt-weekly-wizard__week-card:hover:not(.is-disabled) .nt-weekly-wizard__week-card-action {
  opacity: 1;
  transform: translateY(0);
}
.nt-weekly-wizard__week-card.is-active {
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.15) 0%, rgba(15, 20, 28, 0.9) 100%);
  border-color: #0088CC;
  box-shadow: 0 12px 30px rgba(0, 136, 204, 0.15), 0 0 20px rgba(0, 136, 204, 0.1);
}
.nt-weekly-wizard__week-card.is-active::before {
  background: linear-gradient(135deg, #0088CC, rgba(0, 136, 204, 0.3));
}
.nt-weekly-wizard__week-card.is-active .nt-weekly-wizard__week-card-icon {
  background: rgba(0, 136, 204, 0.2);
  color: #38bdf8;
  box-shadow: 0 0 15px rgba(0, 136, 204, 0.3);
}
.nt-weekly-wizard__week-card.is-active .nt-weekly-wizard__week-card-title {
  color: #ffffff;
}
.nt-weekly-wizard__week-card.is-active .nt-weekly-wizard__week-card-dates {
  color: #38bdf8;
}
.nt-weekly-wizard__week-card.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: rgba(22, 27, 34, 0.3);
}
.nt-weekly-wizard__week-card.is-disabled .nt-weekly-wizard__week-card-icon {
  background: rgba(255, 255, 255, 0.02);
  color: #4b5563;
}
.nt-weekly-wizard__week-card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(90deg, #eab308, #ca8a04);
  color: #0f172a;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 12px;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 8px rgba(234, 179, 8, 0.3);
  z-index: 5;
}
.nt-weekly-wizard__week-card-badge--info {
  background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3);
}
.nt-weekly-wizard__week-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: #94a3b8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-weekly-wizard__week-card-icon svg, .nt-weekly-wizard__week-card-icon i {
  width: 24px;
  height: 24px;
}
.nt-weekly-wizard__week-card-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.nt-weekly-wizard__week-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #f1f5f9;
  margin: 0;
  transition: color 0.2s;
}
.nt-weekly-wizard__week-card-dates {
  font-size: 12.5px;
  font-weight: 600;
  color: #94a3b8;
}
.nt-weekly-wizard__week-card-desc {
  font-size: 11.5px;
  color: #64748b;
  line-height: 1.5;
  margin: 12px 0 0 0;
}
.nt-weekly-wizard__week-card-action {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #38bdf8;
  opacity: 0;
  transform: translateY(4px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-weekly-wizard__week-card-action svg, .nt-weekly-wizard__week-card-action i {
  width: 14px;
  height: 14px;
}

.nt-weekly-wizard__planned-week-badge {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #111827;
  border: 1px solid #2D333B;
  color: #8B949E;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}
.nt-weekly-wizard__planned-week-badge .calendar-icon {
  color: #0EA5E9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}
.nt-weekly-wizard__planned-week-badge .calendar-icon svg, .nt-weekly-wizard__planned-week-badge .calendar-icon i {
  width: 15px;
  height: 15px;
}
.nt-weekly-wizard__planned-week-badge strong {
  color: #ffffff;
  font-weight: 600;
}
.nt-weekly-wizard__planned-week-badge.is-hidden {
  display: none !important;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 768px) {
  .nt-layout--wizard .nt-content {
    padding: 16px 12px !important;
  }
}
@media (max-width: 480px) {
  .nt-weekly-wizard__step .step-label {
    font-size: 10px !important;
    top: 22px !important;
    max-width: 80px;
    white-space: normal !important;
    text-align: center;
    line-height: 1.2;
  }
  .nt-weekly-wizard__planned-week-badge {
    font-size: 11px !important;
    padding: 4px 10px !important;
  }
}
.nt-weekly-wizard__limits-details {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 0 32px;
  box-sizing: border-box;
}

.nt-weekly-wizard__distribution-section {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  height: calc(100vh - 290px);
  min-height: 480px;
  overflow: hidden;
  padding: 0 32px;
  box-sizing: border-box;
}

#unplanned-tasks-section-wrapper {
  width: 350px;
  min-width: 350px;
  flex-shrink: 0;
  background: #0D1117;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: stretch;
}
#unplanned-tasks-section-wrapper h4 {
  display: none;
}
html.nt-light-theme #unplanned-tasks-section-wrapper {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme #unplanned-tasks-section-wrapper .nt-weekly-wizard__kanban-col-header {
  color: #475569;
  border-bottom-color: #E2E8F0;
}

.nt-weekly-wizard__kanban-col-header {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8b949e;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 8px;
  margin-bottom: 4px;
}

.nt-weekly-wizard__unplanned-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-container.is-dragover {
  background: rgba(0, 136, 204, 0.08);
  border: 1px dashed #0088CC;
  box-shadow: 0 0 14px rgba(0, 136, 204, 0.25);
}

.nt-weekly-wizard__week-grid {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  align-items: stretch;
  padding-bottom: 16px;
  padding-right: 24px;
}
.nt-weekly-wizard__week-grid::-webkit-scrollbar {
  height: 8px;
}
.nt-weekly-wizard__week-grid::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 4px;
}
.nt-weekly-wizard__week-grid::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.nt-weekly-wizard__week-grid::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

.nt-weekly-wizard__top-scroll-wrapper {
  display: none;
}
.nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar {
  height: 8px;
}
.nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 4px;
}
.nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
html.nt-light-theme .nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
html.nt-light-theme .nt-weekly-wizard__top-scroll-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}

.nt-weekly-wizard__day-col {
  width: 350px;
  min-width: 350px;
  flex-shrink: 0;
  background: #0D1117;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  height: 100%;
  min-height: 0;
}
.nt-weekly-wizard__day-col .nt-weekly-wizard__day-items-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}
.nt-weekly-wizard__day-col .nt-weekly-wizard__day-section {
  width: 100%;
  min-width: 100%;
  margin-bottom: 4px;
}
html.nt-light-theme .nt-weekly-wizard__day-col {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-weekly-wizard__day-col.is-dragover {
  background: rgba(0, 136, 204, 0.08);
  border: 1px solid #0088CC;
  box-shadow: 0 0 14px rgba(0, 136, 204, 0.25);
}
html.nt-light-theme .nt-weekly-wizard__day-col .header .title {
  color: #1E293B;
}
html.nt-light-theme .nt-weekly-wizard__day-col .header .date {
  color: #64748B;
}
html.nt-light-theme .nt-weekly-wizard__day-col--past {
  background: #F8FAFC;
  opacity: 0.65;
}

.nt-weekly-wizard__mentor-btn {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.25) !important;
}
.nt-weekly-wizard__mentor-btn:hover {
  background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%) !important;
  box-shadow: 0 6px 16px rgba(14, 165, 233, 0.4) !important;
  transform: translateY(-1px);
}
.nt-weekly-wizard__mentor-btn:active {
  transform: translateY(0);
}
html.nt-light-theme .nt-weekly-wizard__mentor-btn {
  background: linear-gradient(135deg, #0088CC 0%, #006699 100%) !important;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.25) !important;
}

.nt-weekly-wizard__info-banner {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: rgba(14, 165, 233, 0.06) !important;
  border: 1px solid rgba(14, 165, 233, 0.15) !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  text-align: left !important;
  max-width: 800px !important;
  margin: 0 auto 16px auto !important;
  color: #94a3b8 !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
}
.nt-weekly-wizard__info-banner strong {
  color: #f1f5f9 !important;
}
.nt-weekly-wizard__info-banner .icon {
  font-size: 18px !important;
  color: #0ea5e9 !important;
  display: flex !important;
  align-items: center !important;
}
html.nt-light-theme .nt-weekly-wizard__info-banner {
  background: rgba(0, 136, 204, 0.05) !important;
  border-color: rgba(0, 136, 204, 0.15) !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-weekly-wizard__info-banner strong {
  color: #1e293b !important;
}
html.nt-light-theme .nt-weekly-wizard__info-banner .icon {
  color: #0088CC !important;
}

.nt-weekly-wizard__modal-tip-box {
  background: rgba(14, 165, 233, 0.06) !important;
  border: 1px solid rgba(14, 165, 233, 0.18) !important;
  border-radius: 8px !important;
  padding: 14px 18px !important;
  margin-bottom: 16px !important;
  color: #e2e8f0 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
html.nt-light-theme .nt-weekly-wizard__modal-tip-box {
  color: #1e293b !important;
  background: rgba(0, 136, 204, 0.05) !important;
  border-color: rgba(0, 136, 204, 0.15) !important;
}

.nt-weekly-wizard__modal-section-title {
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  color: #8b949e !important;
  letter-spacing: 0.5px !important;
}
html.nt-light-theme .nt-weekly-wizard__modal-section-title {
  color: #475569 !important;
}

.nt-weekly-wizard__drag-placeholder {
  width: 100% !important;
  border: 2px dashed #0ea5e9 !important;
  border-radius: 6px !important;
  background: rgba(14, 165, 233, 0.08) !important;
  margin: 6px 0 !important;
  box-sizing: border-box !important;
  transition: all 0.15s ease !important;
}
html.nt-light-theme .nt-weekly-wizard__drag-placeholder {
  border-color: rgba(0, 136, 204, 0.4) !important;
  background: rgba(0, 136, 204, 0.03) !important;
}

html.nt-light-theme .nt-weekly-wizard__day-section {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
html.nt-light-theme .nt-weekly-wizard__day-col.is-dragover {
  border-radius: 4px;
}
html.nt-light-theme .nt-weekly-wizard__day-col.is-dragover:hover {
  background: rgba(255, 255, 255, 0.2);
}
html.nt-light-theme html.nt-light-theme::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
}
html.nt-light-theme html.nt-light-theme::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
}
html.nt-light-theme html.nt-light-theme::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}

.nt-weekly-wizard__day-col {
  width: 350px;
  min-width: 350px;
  flex-shrink: 0;
  background: #0D1117;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  height: 100%;
  min-height: 0;
}
.nt-weekly-wizard__day-col .nt-weekly-wizard__day-items-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}
.nt-weekly-wizard__day-col .nt-weekly-wizard__day-section {
  width: 100%;
  min-width: 100%;
  margin-bottom: 4px;
}
html.nt-light-theme .nt-weekly-wizard__day-col {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-weekly-wizard__day-col.is-dragover {
  background: rgba(0, 136, 204, 0.08);
  border: 1px solid #0088CC;
  box-shadow: 0 0 14px rgba(0, 136, 204, 0.25);
}
html.nt-light-theme .nt-weekly-wizard__day-col .header .title {
  color: #1E293B;
}
html.nt-light-theme .nt-weekly-wizard__day-col .header .date {
  color: #64748B;
}
html.nt-light-theme .nt-weekly-wizard__day-col--past {
  background: #F8FAFC;
  opacity: 0.65;
}

.nt-weekly-wizard__mentor-btn {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.25) !important;
}
.nt-weekly-wizard__mentor-btn:hover {
  background: linear-gradient(135deg, #38bdf8 0%, #0ea5e9 100%) !important;
  box-shadow: 0 6px 16px rgba(14, 165, 233, 0.4) !important;
  transform: translateY(-1px);
}
.nt-weekly-wizard__mentor-btn:active {
  transform: translateY(0);
}
html.nt-light-theme .nt-weekly-wizard__mentor-btn {
  background: linear-gradient(135deg, #0088CC 0%, #006699 100%) !important;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.25) !important;
}

.nt-weekly-wizard__info-banner {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: rgba(14, 165, 233, 0.06) !important;
  border: 1px solid rgba(14, 165, 233, 0.15) !important;
  padding: 12px 16px !important;
  border-radius: 8px !important;
  text-align: left !important;
  max-width: 800px !important;
  margin: 0 auto 16px auto !important;
  color: #94a3b8 !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
}
.nt-weekly-wizard__info-banner strong {
  color: #f1f5f9 !important;
}
.nt-weekly-wizard__info-banner .icon {
  font-size: 18px !important;
  color: #0ea5e9 !important;
  display: flex !important;
  align-items: center !important;
}
html.nt-light-theme .nt-weekly-wizard__info-banner {
  background: rgba(0, 136, 204, 0.05) !important;
  border-color: rgba(0, 136, 204, 0.15) !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-weekly-wizard__info-banner strong {
  color: #1e293b !important;
}
html.nt-light-theme .nt-weekly-wizard__info-banner .icon {
  color: #0088CC !important;
}

.nt-weekly-wizard__modal-tip-box {
  background: rgba(14, 165, 233, 0.06) !important;
  border: 1px solid rgba(14, 165, 233, 0.18) !important;
  border-radius: 8px !important;
  padding: 14px 18px !important;
  margin-bottom: 16px !important;
  color: #e2e8f0 !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
}
html.nt-light-theme .nt-weekly-wizard__modal-tip-box {
  color: #1e293b !important;
  background: rgba(0, 136, 204, 0.05) !important;
  border-color: rgba(0, 136, 204, 0.15) !important;
}

.nt-weekly-wizard__modal-section-title {
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  color: #8b949e !important;
  letter-spacing: 0.5px !important;
}
html.nt-light-theme .nt-weekly-wizard__modal-section-title {
  color: #475569 !important;
}

.nt-weekly-wizard__drag-placeholder {
  width: 100% !important;
  border: 2px dashed #0ea5e9 !important;
  border-radius: 6px !important;
  background: rgba(14, 165, 233, 0.08) !important;
  margin: 6px 0 !important;
  box-sizing: border-box !important;
  transition: all 0.15s ease !important;
}
html.nt-light-theme .nt-weekly-wizard__drag-placeholder {
  border-color: rgba(0, 136, 204, 0.4) !important;
  background: rgba(0, 136, 204, 0.03) !important;
}

html.nt-light-theme .nt-weekly-wizard__day-section {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
html.nt-light-theme .nt-weekly-wizard__day-col.is-dragover {
  background: rgba(0, 136, 204, 0.03) !important;
  border: 1px solid rgba(0, 136, 204, 0.4) !important;
  box-shadow: 0 0 10px rgba(0, 136, 204, 0.1) !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-container.is-dragover {
  background: rgba(0, 136, 204, 0.03) !important;
  border: 1px dashed rgba(0, 136, 204, 0.4) !important;
  box-shadow: 0 0 10px rgba(0, 136, 204, 0.1) !important;
}

.nt-weekly-wizard__day-col--past {
  width: 60px !important;
  min-width: 60px !important;
  max-width: 60px !important;
  padding: 16px 6px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}
.nt-weekly-wizard__day-col--past .nt-weekly-wizard__day-header-row {
  border-top: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding-top: 0 !important;
  padding-bottom: 8px !important;
  margin-bottom: 8px !important;
  margin-top: 0 !important;
  flex-direction: column !important;
  align-items: center !important;
  width: 100% !important;
  order: 1 !important;
}
.nt-weekly-wizard__day-col--past .nt-weekly-wizard__day-header-row .header {
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 4px !important;
}
.nt-weekly-wizard__day-col--past .nt-weekly-wizard__day-header-row .header .nt-weekly-wizard__day-title-wrapper {
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
}
.nt-weekly-wizard__day-col--past .nt-weekly-wizard__day-header-row .header .nt-weekly-wizard__day-title-wrapper .title {
  writing-mode: horizontal-tb !important;
  transform: none !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #f1f5f9 !important;
  white-space: nowrap !important;
}
.nt-weekly-wizard__day-col--past .nt-weekly-wizard__day-header-row .header .date {
  writing-mode: horizontal-tb !important;
  transform: none !important;
  font-size: 10px !important;
  color: #94a3b8 !important;
  white-space: nowrap !important;
}
.nt-weekly-wizard__day-col--past .nt-weekly-wizard__day-header-row .nt-weekly-wizard__day-indicator {
  display: none !important;
}
.nt-weekly-wizard__day-col--past .nt-weekly-wizard__day-past-placeholder {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  margin-top: auto !important;
  margin-bottom: auto !important;
  padding: 0 !important;
  width: 100% !important;
  order: 2 !important;
}
.nt-weekly-wizard__day-col--past .nt-weekly-wizard__day-past-placeholder span:first-child {
  font-size: 20px !important;
  margin-bottom: 0 !important;
  order: 2 !important;
}
.nt-weekly-wizard__day-col--past .nt-weekly-wizard__day-past-placeholder span:nth-child(2) {
  display: none !important;
}
.nt-weekly-wizard__day-col--past .nt-weekly-wizard__day-past-placeholder span:last-child {
  writing-mode: vertical-rl !important;
  transform: rotate(180deg) !important;
  font-size: 13.5px !important;
  color: #64748b !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  max-width: none !important;
  order: 1 !important;
}
html.nt-light-theme .nt-weekly-wizard__day-col--past {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__day-col--past .nt-weekly-wizard__day-header-row {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__day-col--past .nt-weekly-wizard__day-header-row .header .nt-weekly-wizard__day-title-wrapper .title {
  color: #1E293B !important;
}

html.nt-light-theme #nt-wizard-folder-filter {
  background: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  color: #0F172A !important;
}

.nt-weekly-wizard__info-banner--methodology {
  background: rgba(14, 165, 233, 0.08) !important;
  border: 1px solid rgba(14, 165, 233, 0.25) !important;
  border-radius: 8px !important;
  padding: 14px 18px !important;
  margin-bottom: 20px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  color: #e2e8f0 !important;
}
.nt-weekly-wizard__info-banner--methodology .icon {
  font-size: 18px !important;
  line-height: 1 !important;
}
.nt-weekly-wizard__info-banner--methodology strong {
  color: #38bdf8 !important;
}
html.nt-light-theme .nt-weekly-wizard__info-banner--methodology {
  background: #F0F9FF !important;
  border-color: #BAE6FD !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__info-banner--methodology strong {
  color: #0284C7 !important;
}

.nt-weekly-wizard__distribution-section {
  margin-top: 0 !important;
}

.nt-weekly-wizard__domain-filters {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}
.nt-weekly-wizard__domain-filters .nt-weekly-wizard__filter-label {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
  margin-right: 4px !important;
}
html.nt-light-theme .nt-weekly-wizard__domain-filters .nt-weekly-wizard__filter-label {
  color: #64748B !important;
}

.nt-weekly-wizard__filter-btn {
  padding: 5px 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: #94a3b8 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
.nt-weekly-wizard__filter-btn:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}
.nt-weekly-wizard__filter-btn.is-active {
  background: #0088CC !important;
  border-color: #0088CC !important;
  color: #ffffff !important;
  box-shadow: 0 2px 6px rgba(0, 136, 204, 0.3) !important;
}
html.nt-light-theme .nt-weekly-wizard__filter-btn {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-weekly-wizard__filter-btn:hover {
  background: #E2E8F0 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-weekly-wizard__filter-btn.is-active {
  background: #0088CC !important;
  border-color: #0088CC !important;
  color: #ffffff !important;
}

.nt-weekly-wizard__day-indicator-group {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}

.nt-weekly-wizard__day-indicator--work {
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  background: rgba(16, 185, 129, 0.15) !important;
  color: #34d399 !important;
  border: 1px solid rgba(16, 185, 129, 0.3) !important;
  cursor: help !important;
}
.nt-weekly-wizard__day-indicator--work.is-overloaded {
  background: rgba(239, 68, 68, 0.2) !important;
  color: #fca5a5 !important;
  border-color: rgba(239, 68, 68, 0.4) !important;
}
html.nt-light-theme .nt-weekly-wizard__day-indicator--work {
  background: #ECFDF5 !important;
  color: #047857 !important;
  border-color: #A7F3D0 !important;
}
html.nt-light-theme .nt-weekly-wizard__day-indicator--work.is-overloaded {
  background: #FFF1F2 !important;
  color: #E11D48 !important;
  border-color: #FECDD3 !important;
}

.nt-text-danger {
  color: #fca5a5 !important;
  font-weight: 600 !important;
}
html.nt-light-theme .nt-text-danger {
  color: #e11d48 !important;
}

.nt-weekly-wizard__day-indicator--personal {
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  background: rgba(139, 92, 246, 0.18) !important;
  color: #c084fc !important;
  border: 1px solid rgba(139, 92, 246, 0.35) !important;
  cursor: help !important;
}
html.nt-light-theme .nt-weekly-wizard__day-indicator--personal {
  background: #F5F3FF !important;
  color: #6D28D9 !important;
  border-color: #DDD6FE !important;
}

.nt-weekly-wizard__chip-domain-badge {
  font-size: 9px !important;
  font-weight: 700 !important;
  padding: 1px 5px !important;
  border-radius: 4px !important;
  margin-left: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1.2 !important;
  width: fit-content !important;
  max-width: fit-content !important;
}
.nt-weekly-wizard__chip-domain-badge--work {
  background: rgba(56, 189, 248, 0.15) !important;
  color: #38bdf8 !important;
  border: 1px solid rgba(56, 189, 248, 0.3) !important;
}
html.nt-light-theme .nt-weekly-wizard__chip-domain-badge--work {
  background: #E0F2FE !important;
  color: #0369A1 !important;
  border-color: #BAE6FD !important;
}
.nt-weekly-wizard__chip-domain-badge--personal {
  background: rgba(139, 92, 246, 0.18) !important;
  color: #c084fc !important;
  border: 1px solid rgba(139, 92, 246, 0.35) !important;
}
html.nt-light-theme .nt-weekly-wizard__chip-domain-badge--personal {
  background: #F5F3FF !important;
  color: #6D28D9 !important;
  border-color: #DDD6FE !important;
}

/* ── Pílulas de Seleção de Domínio da Atividade ── */
.nt-domain-btns {
  display: flex;
  gap: 10px;
  width: 100%;
  margin-top: 4px;
}
.nt-domain-btns .nt-domain-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #8b949e;
}
html.nt-light-theme .nt-domain-btns .nt-domain-btn {
  border-color: #E2E8F0;
  background: #F8FAFC;
  color: #64748B;
}
.nt-domain-btns .nt-domain-btn:hover {
  border-color: rgba(255, 255, 255, 0.25);
  color: #f0f6fc;
}
html.nt-light-theme .nt-domain-btns .nt-domain-btn:hover {
  border-color: #CBD5E1;
  color: #1E293B;
}
.nt-domain-btns .nt-domain-btn--work.is-active {
  background: rgba(14, 165, 233, 0.18) !important;
  border-color: #0EA5E9 !important;
  color: #38BDF8 !important;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.2);
}
html.nt-light-theme .nt-domain-btns .nt-domain-btn--work.is-active {
  background: #E0F2FE !important;
  border-color: #0284C7 !important;
  color: #0369A1 !important;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.15);
}
.nt-domain-btns .nt-domain-btn--personal.is-active {
  background: rgba(16, 185, 129, 0.18) !important;
  border-color: #10B981 !important;
  color: #34D399 !important;
  box-shadow: 0 0 12px rgba(16, 185, 129, 0.2);
}
html.nt-light-theme .nt-domain-btns .nt-domain-btn--personal.is-active {
  background: #D1FAE5 !important;
  border-color: #059669 !important;
  color: #047857 !important;
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.15);
}
.nt-domain-btns .nt-domain-btn__icon {
  font-size: 14px;
}

/* ── Rich Popover Informativo estilo Equilíbrio de 4 Corpos ── */
.nt-popover-info {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-left: 6px;
}
.nt-popover-info__trigger {
  background: transparent;
  border: none;
  padding: 4px;
  color: #94a3b8;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: color 0.2s, background-color 0.2s;
}
.nt-popover-info__trigger:hover {
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.12);
}
html.nt-light-theme .nt-popover-info__trigger {
  color: #64748B;
}
html.nt-light-theme .nt-popover-info__trigger:hover {
  color: #0284C7;
  background: #E0F2FE;
}
.nt-popover-info__card {
  position: absolute;
  top: calc(100% + 10px);
  left: -10px;
  transform: translateY(-4px);
  width: 310px;
  max-width: calc(100vw - 32px);
  padding: 16px 18px;
  border-radius: 12px;
  background: #161B22;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 36px -4px rgba(0, 0, 0, 0.6), 0 6px 16px -2px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999;
  text-align: left;
}
.nt-popover-info__card::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
  transform: none;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #161B22;
}
html.nt-light-theme .nt-popover-info__card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #1E293B;
  box-shadow: 0 12px 28px -4px rgba(0, 0, 0, 0.12), 0 4px 12px -2px rgba(0, 0, 0, 0.06);
}
html.nt-light-theme .nt-popover-info__card::after {
  border-bottom-color: #FFFFFF;
  border-top-color: transparent;
}
.nt-popover-info:hover .nt-popover-info__card, .nt-popover-info__trigger:focus + .nt-popover-info__card {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.nt-popover-info__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.nt-popover-info__header h5 {
  margin: 0;
  font-size: 14.5px;
  font-weight: 700;
  color: #F0F6FC;
}
html.nt-light-theme .nt-popover-info__header h5 {
  color: #0F172A;
}
.nt-popover-info__icon {
  font-size: 16px;
}
.nt-popover-info__desc {
  margin: 0 0 10px 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: #94a3b8;
}
html.nt-light-theme .nt-popover-info__desc {
  color: #475569;
}
.nt-popover-info__list {
  margin: 0;
  padding-left: 16px;
  font-size: 13.5px !important;
  line-height: 1.55;
  color: #cbd5e1;
}
html.nt-light-theme .nt-popover-info__list {
  color: #334155;
}
.nt-popover-info__list li {
  margin-bottom: 6px;
}
.nt-popover-info__list li:last-child {
  margin-bottom: 0;
}

.nt-popover-info__card.nt-floating-popover {
  position: fixed !important;
  z-index: 999999 !important;
  margin: 0 !important;
  min-width: 250px !important;
  max-width: 320px !important;
  width: max-content !important;
  height: fit-content !important;
  bottom: auto !important;
  box-shadow: 0 16px 36px -4px rgba(0, 0, 0, 0.75), 0 6px 16px -2px rgba(0, 0, 0, 0.5) !important;
  pointer-events: none !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.nt-popover-info__card.nt-floating-popover.is-wide {
  max-width: 390px !important;
  min-width: 320px !important;
}
.nt-popover-info__card.nt-floating-popover.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
}
.nt-popover-info__card.nt-floating-popover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: var(--popover-arrow-x, 50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: none !important;
  border-top: 8px solid #161B22 !important;
}
html.nt-light-theme .nt-popover-info__card.nt-floating-popover::after {
  border-top-color: #FFFFFF !important;
}
.nt-popover-info__card.nt-floating-popover.is-bottom::after {
  top: auto !important;
  bottom: 100% !important;
  border-top: none !important;
  border-bottom: 8px solid #161B22 !important;
}
html.nt-light-theme .nt-popover-info__card.nt-floating-popover.is-bottom::after {
  border-bottom-color: #FFFFFF !important;
}
.nt-popover-info__card.nt-floating-popover__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}
.nt-popover-info__card.nt-floating-popover__badge--goal {
  background: rgba(14, 165, 233, 0.15);
  color: #0EA5E9;
  border: 1px solid rgba(14, 165, 233, 0.25);
}
.nt-popover-info__card.nt-floating-popover__badge--role {
  background: rgba(124, 58, 237, 0.15);
  color: #7C3AED;
  border: 1px solid rgba(124, 58, 237, 0.25);
}
.nt-popover-info__card.nt-floating-popover__badge--overdue {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.35);
  font-weight: 600;
}
html.nt-light-theme .nt-popover-info__card.nt-floating-popover__badge--overdue {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
  border-color: rgba(239, 68, 68, 0.25);
}

/* ==========================================================================
   SKELETON SHIMMER LOADERS FOR WEEKLY WIZARD
   ========================================================================== */
@keyframes nt-skeleton-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.nt-skeleton-box {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 25%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.04) 75%);
  background-size: 200% 100%;
  animation: nt-skeleton-shimmer 1.5s infinite linear;
  border-radius: 8px;
  display: inline-block;
}
html.nt-light-theme .nt-skeleton-box {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 25%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.04) 75%);
  background-size: 200% 100%;
}

/* Card Skeleton (Week Selector - Etapa 0) */
.nt-weekly-wizard__week-card.is-skeleton {
  cursor: wait;
  pointer-events: none;
  border-color: rgba(56, 189, 248, 0.3) !important;
  box-shadow: 0 8px 25px rgba(0, 136, 204, 0.15) !important;
  background: linear-gradient(135deg, rgba(22, 27, 34, 0.8) 0%, rgba(15, 20, 28, 0.95) 100%) !important;
}
.nt-weekly-wizard__week-card.is-skeleton .nt-skeleton-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  margin-bottom: 4px;
}
.nt-weekly-wizard__week-card.is-skeleton .nt-skeleton-title {
  width: 140px;
  height: 18px;
  border-radius: 6px;
}
.nt-weekly-wizard__week-card.is-skeleton .nt-skeleton-dates {
  width: 100px;
  height: 12px;
  border-radius: 4px;
  margin-top: 4px;
}
.nt-weekly-wizard__week-card.is-skeleton .nt-skeleton-desc {
  width: 180px;
  height: 10px;
  border-radius: 4px;
  margin-top: 6px;
}
.nt-weekly-wizard__week-card.is-skeleton .nt-skeleton-action {
  width: 90px;
  height: 28px;
  border-radius: 20px;
  margin-top: 10px;
}

/* List Item Skeleton (Etapas 2 a 6) */
.nt-weekly-wizard__skeleton-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 12px 0;
}

.nt-weekly-wizard__skeleton-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  background: rgba(22, 27, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  width: 100%;
}
html.nt-light-theme .nt-weekly-wizard__skeleton-item {
  background: #ffffff;
  border-color: #e2e8f0;
}
.nt-weekly-wizard__skeleton-item .skeleton-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.nt-weekly-wizard__skeleton-item .skeleton-left .skeleton-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.nt-weekly-wizard__skeleton-item .skeleton-left .skeleton-lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-weekly-wizard__skeleton-item .skeleton-left .skeleton-lines .skeleton-line-main {
  width: 180px;
  height: 14px;
}
.nt-weekly-wizard__skeleton-item .skeleton-left .skeleton-lines .skeleton-line-sub {
  width: 110px;
  height: 10px;
}
.nt-weekly-wizard__skeleton-item .skeleton-right {
  width: 90px;
  height: 30px;
  border-radius: 8px;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-projects-board {
  --bg-base: #0a0a0c;
  --card-bg: rgba(255, 255, 255, 0.02);
  --card-hover-bg: rgba(255, 255, 255, 0.05);
  --border-color: rgba(255, 255, 255, 0.08);
  --text-primary: #ffffff;
  --text-secondary: #8b949e;
  --accent-glow: rgba(14, 165, 233, 0.15);
  --accent-glow-strong: rgba(14, 165, 233, 0.35);
  --btn-primary: linear-gradient(135deg, #0088cc, #0ea5e9);
  --btn-primary-glow: rgba(14, 165, 233, 0.3);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: var(--text-primary);
  padding: 32px 40px;
  background-color: var(--bg-base);
  min-height: calc(100vh - 64px);
  min-height: calc(100svh - 64px);
  min-height: calc(100dvh - 64px);
}
.nt-projects-board__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}
.nt-projects-board__title-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.nt-projects-board__breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-secondary);
  min-height: 22px;
  margin-bottom: 4px;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.nt-projects-board__breadcrumb .nt-breadcrumb__item {
  color: var(--text-secondary);
  font-weight: 500;
  transition: color 0.3s ease;
}
.nt-projects-board__breadcrumb .nt-breadcrumb__item:not(.is-active):hover {
  color: var(--text-primary);
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}
.nt-projects-board__breadcrumb .nt-breadcrumb__item.is-active {
  color: var(--text-primary);
  font-weight: 600;
}
.nt-projects-board__breadcrumb .nt-breadcrumb__separator {
  color: rgba(139, 148, 158, 0.5);
  user-select: none;
}
.nt-projects-board__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  background: linear-gradient(to right, #ffffff, #a1a1aa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.nt-projects-board__title[data-edit-folder] {
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.nt-projects-board__title[data-edit-folder]:hover {
  opacity: 0.85;
}
.nt-projects-board__title[data-edit-folder]:hover .nt-projects-board__title-edit-icon {
  opacity: 1;
  transform: scale(1.1);
}
.nt-projects-board__title-edit-icon {
  opacity: 0.4;
  transition: all 0.2s ease;
  stroke: var(--text-secondary);
}
.nt-projects-board__subtitle {
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.6;
  margin: 4px 0 0 0;
  max-width: 100%;
  word-break: break-word;
}
.nt-projects-board__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
@media (max-width: 768px) {
  .nt-projects-board__actions {
    gap: 10px;
  }
}
.nt-projects-board__actions .nt-projects-board__btn-new,
.nt-projects-board__actions .nt-projects-board__btn-ghost {
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .nt-projects-board__actions .nt-projects-board__btn-new,
  .nt-projects-board__actions .nt-projects-board__btn-ghost {
    padding: 8px 14px;
    font-size: 13px;
  }
}
.nt-projects-board__actions .nt-page-header__help-btn {
  flex-shrink: 0;
}
.nt-projects-board__btn-new {
  background: var(--btn-primary);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: 0 4px 14px var(--btn-primary-glow);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-projects-board__btn-new:hover {
  box-shadow: 0 6px 20px var(--btn-primary-glow);
  transform: translateY(-1px);
}
.nt-projects-board__btn-ghost {
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.nt-projects-board__btn-ghost:hover {
  background: var(--card-hover-bg);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.nt-projects-board__btn-ghost:hover .nt-folder-card__actions {
  opacity: 1;
  pointer-events: auto;
}
.nt-projects-board__search-box {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 200px;
  min-width: 160px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .nt-projects-board__search-box {
    flex: 1 1 100%;
    max-width: 100%;
    order: 10;
  }
}
.nt-projects-board__search-box svg {
  position: absolute;
  left: 12px;
  color: var(--text-secondary);
  pointer-events: none;
}
.nt-projects-board__search-box input {
  width: 100%;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  padding: 10px 16px 10px 36px;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}
.nt-projects-board__search-box input::placeholder {
  color: var(--text-secondary);
}
.nt-projects-board__search-box input:focus {
  border-color: rgba(14, 165, 233, 0.5);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}
.nt-projects-board__filter-select {
  flex-shrink: 0;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  padding: 10px 32px 10px 16px;
  font-size: 14px;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238b949e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.nt-projects-board__filter-select:hover {
  background-color: var(--card-hover-bg);
}
.nt-projects-board__filter-select option {
  background: var(--bg-base);
  color: var(--text-primary);
}
@media (max-width: 576px) {
  .nt-projects-board__filter-select {
    flex: 1 1 calc(50% - 6px);
    min-width: 110px;
    padding: 8px 28px 8px 10px;
    font-size: 13px;
  }
}
.nt-projects-board__view-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 992px) {
  .nt-projects-board__view-group {
    margin-left: auto;
  }
}
.nt-projects-board__view-group .nt-page-header__help-btn {
  flex-shrink: 0;
}
.nt-projects-board__view-toggle {
  display: flex;
  align-items: center;
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 3px;
  gap: 2px;
}
.nt-projects-board .nt-view-btn {
  background: transparent;
  border: none;
  border-radius: 6px;
  color: var(--text-secondary);
  padding: 6px 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.nt-projects-board .nt-view-btn:hover {
  color: var(--text-primary);
  background: var(--card-hover-bg);
}
.nt-projects-board .nt-view-btn.is-active {
  background: var(--accent-glow);
  color: #0ea5e9;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.2);
}
.nt-projects-board .nt-view-btn__text {
  display: inline-block;
  margin-left: 6px;
  font-size: 13px;
  font-weight: 500;
}
.nt-projects-board__btn-new {
  background: var(--btn-primary);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  box-shadow: 0 4px 14px var(--btn-primary-glow);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-projects-board__btn-new:hover {
  box-shadow: 0 6px 20px var(--btn-primary-glow);
  transform: translateY(-1px);
}
.nt-projects-board__btn-ghost {
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  font-weight: 600;
  font-size: 14px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.nt-projects-board__btn-ghost:hover {
  background: var(--card-hover-bg);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.nt-projects-board__btn-ghost:hover .nt-folder-card__actions {
  opacity: 1;
  pointer-events: auto;
}
.nt-projects-board__search-box {
  position: relative;
  display: flex;
  align-items: center;
}
.nt-projects-board__search-box svg {
  position: absolute;
  left: 12px;
  color: var(--text-secondary);
}
.nt-projects-board__search-box input {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  padding: 10px 16px 10px 36px;
  font-size: 14px;
  outline: none;
  width: 240px;
  transition: all 0.3s ease;
}
.nt-projects-board__search-box input::placeholder {
  color: var(--text-secondary);
}
.nt-projects-board__search-box input:focus {
  border-color: rgba(14, 165, 233, 0.5);
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}
.nt-projects-board__filter-select {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  padding: 10px 32px 10px 16px;
  font-size: 14px;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238b949e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.nt-projects-board__filter-select:hover {
  background-color: var(--card-hover-bg);
}
.nt-projects-board__filter-select option {
  background: var(--bg-base);
  color: var(--text-primary);
}
.nt-projects-board__body {
  transition: all 0.3s ease;
}
.nt-projects-board--split-view .nt-projects-board__body {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}
.nt-projects-board__sidebar-tree {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 20px 16px;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  position: sticky;
  top: 24px;
}
.nt-projects-board__sidebar-tree .nt-tree-sidebar__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-color);
}
.nt-projects-board__sidebar-tree .nt-tree-sidebar__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
}
.nt-projects-board__sidebar-tree .nt-tree-node {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nt-projects-board__sidebar-tree .nt-tree-item {
  margin-bottom: 2px;
}
.nt-projects-board__sidebar-tree .nt-tree-item__row {
  display: flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 8px;
  cursor: pointer;
  gap: 8px;
  transition: all 0.2s ease;
  user-select: none;
  position: relative;
}
.nt-projects-board__sidebar-tree .nt-tree-item__row:hover {
  background: var(--card-hover-bg);
}
.nt-projects-board__sidebar-tree .nt-tree-item__row:hover .nt-tree-item__name {
  color: var(--text-primary);
}
.nt-projects-board__sidebar-tree .nt-tree-item__row.is-active {
  background: var(--accent-glow);
  box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.4) inset;
}
.nt-projects-board__sidebar-tree .nt-tree-item__row.is-active .nt-tree-item__name {
  color: #fff;
  font-weight: 600;
}
.nt-projects-board__sidebar-tree .nt-tree-item__row.is-active .nt-tree-item__icon {
  color: #0ea5e9;
}
.nt-projects-board__sidebar-tree .nt-tree-item__row.is-dragover {
  background: rgba(14, 165, 233, 0.25);
  box-shadow: 0 0 0 2px #0ea5e9 inset;
}
.nt-projects-board__sidebar-tree .nt-tree-item__toggle {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: var(--text-secondary);
  transition: transform 0.2s ease, color 0.2s ease;
}
.nt-projects-board__sidebar-tree .nt-tree-item__toggle:hover {
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.08);
}
.nt-projects-board__sidebar-tree .nt-tree-item__toggle.is-expanded {
  transform: rotate(90deg);
}
.nt-projects-board__sidebar-tree .nt-tree-item__icon {
  width: 16px;
  height: 16px;
  color: var(--text-secondary);
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.nt-projects-board__sidebar-tree .nt-tree-folder-badge {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  margin-right: 2px;
  transition: transform 0.2s ease;
}
.nt-projects-board__sidebar-tree .nt-tree-item__name {
  font-size: 13.5px;
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
  transition: color 0.2s ease;
}
.nt-projects-board__sidebar-tree .nt-tree-children {
  padding-left: 16px;
  margin-top: 2px;
  border-left: 1px dashed rgba(255, 255, 255, 0.08);
  margin-left: 17px;
}
.nt-projects-board__section {
  margin-bottom: 48px;
}
.nt-projects-board__section-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: var(--text-primary);
}
.nt-projects-board__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  color: var(--text-secondary);
  width: 100%;
  grid-column: 1/-1;
}
.nt-projects-board__empty svg {
  color: var(--text-secondary);
  opacity: 0.3;
  margin-bottom: 16px;
}
.nt-projects-board__empty h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 4px 0;
}
.nt-projects-board__empty p {
  font-size: 14px;
  margin: 0;
}
.nt-projects-board .is-skeleton {
  pointer-events: none !important;
  user-select: none !important;
  border-color: var(--border-color) !important;
  background: var(--card-bg) !important;
}
.nt-projects-board .nt-skeleton-pulse {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 25%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.04) 75%);
  background-size: 200% 100%;
  animation: ntSkeletonShimmer 1.8s infinite ease-in-out;
}
@keyframes ntSkeletonShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.nt-projects-board__folders-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}
.nt-projects-board__projects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}
.nt-projects-board .nt-folder-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.nt-projects-board .nt-folder-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 50% 0%, var(--accent-glow), transparent 60%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: inherit;
  pointer-events: none;
}
.nt-projects-board .nt-folder-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.15);
  background: var(--card-hover-bg);
  z-index: 100;
}
.nt-projects-board .nt-folder-card:hover::before {
  opacity: 1;
}
.nt-projects-board .nt-folder-card:hover .nt-folder-card__icon {
  color: #ffffff;
  transform: scale(1.05);
}
.nt-projects-board .nt-folder-card:hover .nt-folder-card__actions {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(-50%) translateX(0);
  z-index: 110;
}
.nt-projects-board .nt-folder-card__icon {
  color: #8b949e;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
.nt-projects-board .nt-folder-card__icon svg {
  width: 36px;
  height: 36px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
}
.nt-projects-board .nt-folder-card__name {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  z-index: 1;
  position: relative;
  flex: 1 1 auto;
}
.nt-projects-board .nt-folder-card__meta {
  width: 100%;
}
.nt-projects-board .nt-folder-card .nt-card-action__text {
  font-size: 12px;
  font-weight: 500;
  margin-left: 6px;
  white-space: nowrap;
}
.nt-projects-board .nt-folder-card__actions {
  position: absolute;
  left: calc(100% + 4px);
  top: 50%;
  transform: translateY(-50%) translateX(-6px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px;
  background: rgba(15, 18, 25, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 50;
}
.nt-projects-board .nt-folder-card__actions.nt-actions--left {
  left: auto !important;
  right: calc(100% + 8px) !important;
  transform: translateY(-50%) translateX(6px);
}
.nt-projects-board .nt-folder-card__actions.nt-actions--left::before {
  left: 0 !important;
  right: -20px !important;
}
.nt-projects-board .nt-folder-card__actions.nt-actions--left::after {
  left: 100%;
  right: auto;
  border-color: transparent transparent transparent rgba(15, 18, 25, 0.95);
}
.nt-projects-board .nt-folder-card__actions::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: -20px;
  right: 0;
  background: transparent;
}
.nt-projects-board .nt-folder-card__actions::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent rgba(15, 18, 25, 0.95) transparent transparent;
  pointer-events: none;
}
.nt-projects-board .nt-folder-card__actions button {
  background: transparent;
  border: none;
  border-radius: 6px;
  color: #8b949e;
  width: auto;
  height: 30px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
  z-index: 1;
}
.nt-projects-board .nt-folder-card__actions button svg {
  width: 14px;
  height: 14px;
}
.nt-projects-board .nt-folder-card__actions button:hover {
  color: #38bdf8;
  background: rgba(14, 165, 233, 0.15);
}
.nt-projects-board .nt-folder-card__actions button.btn-delete:hover {
  color: #f87171;
  background: rgba(239, 68, 68, 0.15);
}
.nt-projects-board .nt-proj-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.nt-projects-board .nt-proj-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(800px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.04), transparent 40%);
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: inherit;
  pointer-events: none;
}
.nt-projects-board .nt-proj-card:hover {
  border-color: rgba(14, 165, 233, 0.3);
  background: var(--card-hover-bg);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 0 0 1px var(--accent-glow) inset;
  z-index: 100;
}
.nt-projects-board .nt-proj-card:hover::before {
  opacity: 1;
}
.nt-projects-board .nt-proj-card:hover .nt-proj-card__title {
  color: #fff;
}
.nt-projects-board .nt-proj-card:hover .nt-proj-card__actions {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(-50%) translateX(0);
  z-index: 110;
}
.nt-projects-board .nt-proj-card__body {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
}
.nt-projects-board .nt-proj-card .nt-card-action__text {
  font-size: 12px;
  font-weight: 500;
  margin-left: 6px;
  white-space: nowrap;
}
.nt-projects-board .nt-proj-card__actions {
  position: absolute;
  left: calc(100% + 4px);
  top: 50%;
  transform: translateY(-50%) translateX(-6px);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px;
  background: rgba(15, 18, 25, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 50;
}
.nt-projects-board .nt-proj-card__actions.nt-actions--left {
  left: auto !important;
  right: calc(100% + 8px) !important;
  transform: translateY(-50%) translateX(6px);
}
.nt-projects-board .nt-proj-card__actions.nt-actions--left::before {
  left: 0 !important;
  right: -20px !important;
}
.nt-projects-board .nt-proj-card__actions.nt-actions--left::after {
  left: 100%;
  right: auto;
  border-color: transparent transparent transparent rgba(15, 18, 25, 0.95);
}
.nt-projects-board .nt-proj-card__actions::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: -20px;
  right: 0;
  background: transparent;
}
.nt-projects-board .nt-proj-card__actions::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent rgba(15, 18, 25, 0.95) transparent transparent;
  pointer-events: none;
}
.nt-projects-board .nt-proj-card__actions button {
  background: transparent;
  border: none;
  border-radius: 6px;
  color: #8b949e;
  width: auto;
  height: 30px;
  padding: 4px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
  position: relative;
  z-index: 1;
}
.nt-projects-board .nt-proj-card__actions button svg {
  width: 14px;
  height: 14px;
}
.nt-projects-board .nt-proj-card__actions button:hover {
  color: #38bdf8;
  background: rgba(14, 165, 233, 0.15);
}
.nt-projects-board .nt-proj-card__actions button.btn-delete:hover {
  color: #f87171;
  background: rgba(239, 68, 68, 0.15);
}
.nt-projects-board .nt-proj-card__ring-container {
  position: relative;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1;
}
.nt-projects-board .nt-proj-card__ring-svg {
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
.nt-projects-board .nt-proj-card__ring-svg circle {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
}
.nt-projects-board .nt-proj-card__ring-svg circle.bg {
  stroke: rgba(255, 255, 255, 0.05);
}
.nt-projects-board .nt-proj-card__ring-svg circle.progress {
  stroke: #0ea5e9;
  transition: stroke-dashoffset 1s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 0 4px rgba(14, 165, 233, 0.4));
}
.nt-projects-board .nt-proj-card__ring-text {
  position: absolute;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}
.nt-projects-board .nt-proj-card__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
  z-index: 1;
}
.nt-projects-board .nt-proj-card__title {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s ease;
}
.nt-projects-board .nt-proj-card__meta {
  font-size: 13px;
  color: var(--text-secondary);
}
.nt-projects-board .nt-proj-card__desc {
  font-size: 13px;
  color: var(--text-secondary);
  opacity: 0.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
}
.nt-projects-board .nt-card-grip {
  position: absolute;
  opacity: 0;
  color: rgba(255, 255, 255, 0.2);
  transition: opacity 0.2s ease, color 0.2s ease;
  pointer-events: none;
  z-index: 5;
}
.nt-projects-board .nt-card-grip svg {
  width: 8px;
  height: 16px;
}
.nt-projects-board .nt-folder-card:hover .nt-card-grip {
  opacity: 0.6;
}
.nt-projects-board .nt-proj-card:hover .nt-card-grip {
  opacity: 0.6;
}
.nt-projects-board.nt-is-dragging .nt-breadcrumb__item:not(.is-active) {
  border: 1px dashed rgba(14, 165, 233, 0.4);
  background: rgba(14, 165, 233, 0.05);
  padding: 2px 8px;
  border-radius: 6px;
  color: #0ea5e9 !important;
  font-weight: 600;
  box-shadow: 0 0 8px rgba(14, 165, 233, 0.15);
  animation: nt-pulse-dropzone 1.5s infinite alternate;
}
.nt-projects-board.nt-is-dragging .nt-breadcrumb__item:not(.is-active):hover {
  border-color: #0ea5e9;
  background: rgba(14, 165, 233, 0.15);
  color: #ffffff !important;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.3);
}

.nt-proj-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 2;
}
.nt-proj-badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
}
.nt-proj-badge--completed {
  background: rgba(34, 197, 94, 0.1);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.2);
}
.nt-proj-badge--completed .nt-proj-badge__dot {
  background: #22c55e;
  box-shadow: 0 0 6px #22c55e;
}
.nt-proj-badge--overdue {
  background: rgba(239, 68, 68, 0.1);
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.2);
  animation: nt-pulse-red-glow 2s infinite;
}
.nt-proj-badge--overdue .nt-proj-badge__dot {
  background: #ef4444;
  box-shadow: 0 0 6px #ef4444;
}
.nt-proj-badge--on-time {
  background: rgba(34, 197, 94, 0.08);
  color: #a3e635;
  border: 1px solid rgba(34, 197, 94, 0.15);
}
.nt-proj-badge--on-time .nt-proj-badge__dot {
  background: #84cc16;
  box-shadow: 0 0 6px #84cc16;
}
.nt-proj-badge--ongoing {
  background: rgba(14, 165, 233, 0.1);
  color: #38bdf8;
  border: 1px solid rgba(14, 165, 233, 0.2);
}
.nt-proj-badge--ongoing .nt-proj-badge__dot {
  background: #0ea5e9;
  box-shadow: 0 0 6px #0ea5e9;
}

.nt-proj-card:hover .nt-proj-badge {
  opacity: 0;
  pointer-events: none;
}
.nt-proj-card:hover .nt-proj-card__actions {
  opacity: 1;
  pointer-events: auto;
}

.nt-move-menu {
  position: absolute;
  background: #0f1219;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  padding: 8px;
  width: 210px;
  z-index: 9999;
  font-family: "Inter", sans-serif;
}
.nt-move-menu__title {
  font-size: 11px;
  font-weight: 600;
  color: #8b949e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 8px 8px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 4px;
}
.nt-move-menu__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.nt-move-menu__list::-webkit-scrollbar {
  width: 6px;
}
.nt-move-menu__list::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-move-menu__list::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-move-menu__item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  font-size: 13px;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  min-width: 0;
}
.nt-move-menu__item svg {
  color: #8b949e;
  flex-shrink: 0;
}
.nt-move-menu__item:hover {
  background: rgba(14, 165, 233, 0.15);
  color: #ffffff;
}
.nt-move-menu__item:hover svg {
  color: #0ea5e9;
}
.nt-move-menu__item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.nt-move-menu__empty {
  font-size: 12px;
  color: #8b949e;
  padding: 8px;
  text-align: center;
}
.nt-move-menu {
  /* @media screen and (max-width: 1024px), screen and (max-height: 700px) {
      padding: 20px 24px;

      &__header {
          flex-direction: column;
          align-items: stretch;
          gap: 20px;
          margin-bottom: 32px;
      }

      &__title {
          font-size: 28px;
      }

      &__actions {
          flex-wrap: wrap;
          gap: 12px;
          width: 100%;
          align-items: center;

          .nt-projects-board__btn-new,
          .nt-projects-board__btn-ghost {
              padding: 10px 16px;
              font-size: 13px;
              text-align: center;
              flex: 1 1 auto;
              min-width: 110px;
          }

          .nt-projects-board__search-box {
              flex: 1 1 auto;
              min-width: 200px;
              width: 100%;

              input {
                  width: 100%;
              }
          }

          .nt-projects-board__filter-select {
              flex: 1 1 auto;
              min-width: 120px;
          }
      }

      &__projects-grid {
          grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
          gap: 16px;
      }

      // Touch improvements: make actions visible so users don't need hover state
      .nt-proj-card__actions,
      .nt-folder-card__actions {
          opacity: 1 !important;
          pointer-events: auto !important;

          button {
              width: 32px !important;
              height: 32px !important;
          }
      }

      // Shift badge to avoid overlap with always-visible actions on mobile
      .nt-proj-badge {
          right: 120px !important;
          top: 12px !important;
      }

      .nt-folder-card {
          padding: 16px 12px;

          &__actions {
              right: 4px !important;
              top: 4px !important;
          }
      }
  }*/
  /*   @media screen and (max-width: 480px) {
          padding: 16px;

          &__header {
              gap: 16px;
              margin-bottom: 24px;
          }

          &__title {
              font-size: 24px;
          }

          &__actions {
              flex-direction: column;
              align-items: stretch;

              .nt-projects-board__btn-new,
              .nt-projects-board__btn-ghost,
              .nt-projects-board__search-box,
              .nt-projects-board__filter-select {
                  width: 100% !important;
                  flex: none !important;
              }
          }

          &__folders-grid {
              grid-template-columns: 1fr;
              gap: 12px;
          }

          &__projects-grid {
              grid-template-columns: 1fr;
              gap: 12px;
          }

          .nt-proj-card {
              padding: 16px;
              gap: 12px;

              &__ring-container {
                  width: 52px;
                  height: 52px;
              }

              &__content {
                  padding-left: 4px;
              }
          }
      }
  }*/
}
.nt-move-menu .nt-color-picker-menu {
  position: absolute;
  background: #0f1219;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  padding: 6px 12px;
  display: flex;
  gap: 8px;
  z-index: 10000;
  align-items: center;
}
.nt-move-menu .nt-color-picker-menu__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.nt-move-menu .nt-color-picker-menu__dot:hover {
  transform: scale(1.25);
  border-color: #ffffff;
}
@keyframes nt-pulse-dropzone {
  from {
    border-color: rgba(14, 165, 233, 0.3);
    box-shadow: 0 0 4px rgba(14, 165, 233, 0.1);
  }
  to {
    border-color: rgba(14, 165, 233, 0.7);
    box-shadow: 0 0 12px rgba(14, 165, 233, 0.3);
  }
}
@keyframes nt-pulse-red-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}

.nt-context-menu {
  display: none;
  position: fixed !important;
  z-index: 999999 !important;
  min-width: 190px;
  padding: 6px;
  background: rgba(22, 28, 42, 0.96) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
}
.nt-context-menu.is-open {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  animation: ntContextMenuPop 0.15s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-context-menu__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 500;
  color: #E2E8F0;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.nt-context-menu__item svg {
  color: #94A3B8;
  transition: color 0.15s ease;
}
.nt-context-menu__item:hover {
  background: rgba(14, 165, 233, 0.18);
  color: #38BDF8;
}
.nt-context-menu__item:hover svg {
  color: #38BDF8;
}
.nt-context-menu__item--danger:hover {
  background: rgba(239, 68, 68, 0.18);
  color: #F87171;
}
.nt-context-menu__item--danger:hover svg {
  color: #F87171;
}
.nt-context-menu__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 4px 0;
}

@keyframes ntContextMenuPop {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-project-details {
  --bg-base: #0a0a0c;
  --card-bg-solid: #18181b;
  --card-hover-bg: #202024;
  --border-color: rgba(255, 255, 255, 0.08);
  --text-primary: #ffffff;
  --text-secondary: #8b949e;
  --accent-glow: rgba(168, 85, 247, 0.15);
  --btn-primary: linear-gradient(135deg, #7c3aed, #a855f7);
  --btn-primary-glow: rgba(124, 58, 237, 0.4);
  --tl-important: #e74c3c;
  --tl-urgent: #f1c40f;
  --tl-circumstantial: #3498db;
  --tl-line: rgba(255, 255, 255, 0.1);
}
.nt-project-details__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 32px;
}
.nt-project-details__header-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-project-details__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.nt-project-details__back:hover {
  color: var(--text-primary);
}
.nt-project-details__title-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nt-project-details__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.nt-project-details__title:hover {
  opacity: 0.8;
}
.nt-project-details__title:hover .nt-project-details__title-edit-icon {
  opacity: 1;
  transform: scale(1);
}
.nt-project-details__title-edit-icon {
  color: var(--text-secondary);
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-project-details__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--text-secondary);
  font-size: 14px;
}
.nt-project-details__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-project-details__meta-item--progress {
  color: #a855f7;
  font-weight: 500;
}
.nt-project-details__header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nt-project-details__sort {
  position: relative;
}
.nt-project-details__sort-select {
  background: var(--card-bg-solid);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  color: var(--text-primary);
  padding: 8px 32px 8px 16px;
  font-size: 13px;
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238b949e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.nt-project-details__sort-select:hover, .nt-project-details__sort-select:focus {
  background-color: var(--card-hover-bg);
  border-color: rgba(255, 255, 255, 0.2);
}
.nt-project-details__sort-select option {
  background: var(--bg-base);
  color: var(--text-primary);
}
.nt-project-details__toggle-hide-completed {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--card-bg-solid);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 13px;
  color: var(--text-primary);
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}
.nt-project-details__toggle-hide-completed:hover {
  background-color: var(--card-hover-bg);
  border-color: rgba(255, 255, 255, 0.2);
}
.nt-project-details__toggle-hide-completed-cb {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.nt-project-details__toggle-hide-completed-cb:checked + .nt-project-details__toggle-hide-completed-slider {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  border-color: #a855f7;
}
.nt-project-details__toggle-hide-completed-cb:checked + .nt-project-details__toggle-hide-completed-slider::before {
  transform: translateX(14px);
  background-color: #ffffff;
}
.nt-project-details__toggle-hide-completed-slider {
  position: relative;
  width: 32px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  flex-shrink: 0;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-project-details__toggle-hide-completed-slider::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: var(--text-secondary);
  border-radius: 50%;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-project-details__toggle-hide-completed-text {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-primary);
  white-space: nowrap;
}
.nt-project-details__add-delivery-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--btn-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 14px var(--btn-primary-glow);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-project-details__add-delivery-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px var(--btn-primary-glow);
}
.nt-project-details__cards {
  display: flex;
  flex: 1;
  min-height: 0;
  overflow-x: auto;
  padding-bottom: 16px;
}
.nt-project-details__cards::-webkit-scrollbar {
  height: 8px;
}
.nt-project-details__cards::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 4px;
}
.nt-project-details__cards::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.nt-project-details__cards::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

.nt-details-cards__fixed {
  flex-shrink: 0;
  width: 350px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--border-color);
  padding-right: 24px;
  margin-right: 24px;
}
.nt-details-cards__scroll {
  display: flex;
  gap: 24px;
  padding-right: 24px;
}

.nt-details-card {
  width: 350px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  max-height: 100%;
  gap: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding-bottom: 8px;
}
.nt-details-card--new {
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--text-secondary);
  min-height: 120px;
  flex: none;
}
.nt-details-card--new:not(.is-editing):hover {
  border-color: rgba(168, 85, 247, 0.5);
  background: rgba(168, 85, 247, 0.05);
  color: var(--text-primary);
}
.nt-details-card--new.is-editing {
  cursor: default;
  align-items: stretch;
  padding: 0;
  background: #141418;
  border-style: solid;
  border-color: rgba(168, 85, 247, 0.3);
  box-shadow: 0 0 0 1px rgba(168, 85, 247, 0.1), 0 8px 32px rgba(0, 0, 0, 0.4);
}
.nt-details-card--new.is-editing .nt-details-card__new-icon,
.nt-details-card--new.is-editing .nt-details-card__new-label,
.nt-details-card--new.is-editing .nt-details-card__new-sub {
  display: none;
}
.nt-details-card__new-icon {
  background: rgba(255, 255, 255, 0.05);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  color: inherit;
}
.nt-details-card__new-label {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.nt-details-card__new-sub {
  display: none;
}
.nt-details-card__header {
  background: var(--card-bg-solid);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.nt-details-card__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at top left, var(--accent-glow), transparent 70%);
  pointer-events: none;
}
.nt-details-card--root {
  background: transparent;
  border: none;
}
.nt-details-card--root .nt-details-card__header {
  background: transparent;
  border: none;
  padding: 8px 16px 8px 16px;
  margin-bottom: 8px;
}
.nt-details-card--root .nt-details-card__header::before {
  display: none;
}
.nt-details-card--root .nt-details-card__header .nt-details-card__add-btn,
.nt-details-card--root .nt-details-card__header .nt-details-card__filter-btn {
  margin-right: 4px;
}
.nt-details-card--root .nt-details-card__header .nt-details-card__header-meta-right {
  padding-right: 8px;
}
.nt-details-card--root .nt-details-card__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.nt-details-card__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.nt-details-card__title--editable {
  cursor: pointer;
}
.nt-details-card__title--editable:hover .nt-details-card__title-edit-icon {
  opacity: 1;
}
.nt-details-card__title-edit-icon {
  opacity: 0;
  color: var(--text-secondary);
  transition: opacity 0.2s;
}
.nt-details-card__header-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.nt-details-card__header-meta-left {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.nt-details-card__due {
  color: var(--text-secondary);
  background: rgba(255, 255, 255, 0.05);
  padding: 4px 8px;
  border-radius: 6px;
}
.nt-details-card__header-meta-right {
  display: flex;
  gap: 4px;
}
.nt-details-card__add-btn, .nt-details-card__filter-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid transparent;
  color: var(--text-secondary);
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-details-card__add-btn:hover, .nt-details-card__filter-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--text-primary);
  border-color: rgba(255, 255, 255, 0.1);
}
.nt-details-card__delete-btn {
  background: rgba(239, 68, 68, 0.05);
  border: 1px solid transparent;
  color: rgba(239, 68, 68, 0.5);
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-details-card__delete-btn:hover {
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  border-color: rgba(239, 68, 68, 0.2);
}
.nt-details-card__filters {
  padding: 0 16px;
}
.nt-details-card__filter-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-details-card__filter-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding-bottom: 4px;
}
.nt-details-card__action-link {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.nt-details-card__action-link:hover {
  color: var(--text-primary);
}
.nt-details-card__action-divider {
  color: var(--border-color);
  font-size: 10px;
}
.nt-details-card__filter-select, .nt-details-card__filter-input {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  outline: none;
  width: 100%;
  transition: all 0.2s ease;
}
.nt-details-card__filter-select:focus, .nt-details-card__filter-input:focus {
  border-color: rgba(168, 85, 247, 0.5);
  background: rgba(255, 255, 255, 0.05);
}
.nt-details-card__filter-select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238b949e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.nt-details-card__filter-select option {
  background: var(--bg-base);
  color: var(--text-primary);
}
.nt-details-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding-right: 4px;
  padding-left: 16px;
  padding-right: 16px;
}
.nt-details-card__body::-webkit-scrollbar {
  width: 4px;
}
.nt-details-card__body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.nt-details-card__empty {
  text-align: center;
  color: var(--text-secondary);
  font-size: 13px;
  padding: 32px 0;
  font-style: italic;
}
.nt-details-card__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.nt-details-card__group.is-open .nt-details-card__group-body {
  display: flex;
}
.nt-details-card__group.is-open .nt-details-card__group-chevron {
  transform: rotate(180deg);
}
.nt-details-card__group-toggle {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 0;
  cursor: pointer;
  color: var(--text-secondary);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  outline: none;
}
.nt-details-card__group-toggle:hover {
  color: var(--text-primary);
}
.nt-details-card__group-label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.nt-details-card__group-count {
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 10px;
  margin-left: auto;
  margin-right: 8px;
}
.nt-details-card__group-chevron {
  transition: transform 0.2s ease;
  color: var(--text-secondary);
  flex-shrink: 0;
}
.nt-details-card__group-body {
  display: none;
  flex-direction: column;
  gap: 12px;
  animation: fadeIn 0.3s ease;
}
.nt-details-card__activity {
  background: var(--card-bg-solid);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.nt-details-card__activity:hover {
  background: var(--card-hover-bg);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.nt-details-card__activity.is-done {
  opacity: 0.5;
}
.nt-details-card__activity.is-done:hover {
  opacity: 0.8;
}
.nt-details-card__activity.is-done .nt-details-card__activity-title {
  text-decoration: line-through;
}
.nt-details-card__activity-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.nt-details-card__activity-title {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  word-break: break-word;
}
.nt-details-card__activity-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--text-secondary);
}
.nt-details-card__activity-meta svg {
  opacity: 0.7;
}
.nt-details-card__activity-badges {
  display: flex;
  gap: 6px;
}
.nt-details-card__badge {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  color: var(--text-secondary);
}
.nt-details-card--placeholder {
  background: transparent;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  min-height: 140px;
}

.nt-inline-form__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 14px;
  color: #a855f7;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.nt-inline-form__header svg {
  flex-shrink: 0;
  opacity: 0.9;
}
.nt-inline-form__title-input {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(168, 85, 247, 0.3);
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 11px 14px;
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
  margin: 0 16px 12px;
  width: calc(100% - 32px);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.nt-inline-form__title-input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.nt-inline-form__title-input:focus {
  border-color: rgba(168, 85, 247, 0.7);
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.12);
  background: rgba(255, 255, 255, 0.06);
}
.nt-inline-form__title-input.is-error {
  border-color: rgba(239, 68, 68, 0.6);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
  animation: shake 0.3s ease;
}
.nt-inline-form__title-input-focus-hint {
  font-size: 11px;
  color: rgba(168, 85, 247, 0.5);
  margin: -8px 16px 12px;
  padding-left: 4px;
  font-style: italic;
}
.nt-inline-form__row {
  display: flex;
  gap: 8px;
  margin: 0 16px 12px;
}
.nt-inline-form__field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.nt-inline-form__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  padding-left: 2px;
}
.nt-inline-form__select {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-family: inherit;
  padding: 8px 28px 8px 10px;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238b949e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
  width: 100%;
  transition: border-color 0.2s;
}
.nt-inline-form__select option {
  background: #141418;
  color: #fff;
}
.nt-inline-form__select:focus {
  border-color: rgba(168, 85, 247, 0.5);
}
.nt-inline-form__input {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-family: inherit;
  padding: 8px 10px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: border-color 0.2s;
}
.nt-inline-form__input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.nt-inline-form__input:focus {
  border-color: rgba(168, 85, 247, 0.5);
}
.nt-inline-form__desc {
  display: block;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-family: inherit;
  line-height: 1.5;
  padding: 9px 12px;
  resize: none;
  outline: none;
  width: calc(100% - 32px);
  min-height: 58px;
  margin: 0 16px 14px;
  box-sizing: border-box;
  transition: border-color 0.2s, color 0.2s;
}
.nt-inline-form__desc::placeholder {
  color: rgba(255, 255, 255, 0.18);
  font-style: italic;
}
.nt-inline-form__desc:focus {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.nt-inline-form__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 12px 16px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.nt-inline-form__btn-cancel {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-inline-form__btn-cancel:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.nt-inline-form__btn-save {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  border: none;
  color: #fff;
  border-radius: 8px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(124, 58, 237, 0.35);
}
.nt-inline-form__btn-save:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(124, 58, 237, 0.5);
}
.nt-inline-form__btn-save:disabled {
  opacity: 0.6;
  pointer-events: none;
  transform: none;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}
.nt-timeline {
  position: relative;
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nt-timeline::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: var(--tl-line);
  z-index: 0;
}
.nt-timeline__group {
  position: relative;
  z-index: 1;
}
.nt-timeline__group.is-open .nt-timeline__group-body {
  display: flex;
}
.nt-timeline__group.is-open .nt-timeline__group-chevron {
  transform: rotate(180deg);
}
.nt-timeline__group-header {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 0;
  cursor: pointer;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 600;
  position: relative;
}
.nt-timeline__group-header:hover {
  color: var(--text-primary);
}
.nt-timeline__group-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bg-base);
  border: 2px solid var(--text-secondary);
  margin-right: 12px;
  position: relative;
  z-index: 2;
}
.nt-timeline__group-dot.is-today {
  border-color: #a855f7;
  background: #a855f7;
  box-shadow: 0 0 8px rgba(168, 85, 247, 0.5);
}
.nt-timeline__group-dot.is-past {
  border-color: rgba(255, 255, 255, 0.2);
}
.nt-timeline__group-label {
  flex: 1;
  text-align: left;
}
.nt-timeline__group-label.is-today {
  color: #a855f7;
}
.nt-timeline__group-count {
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 6px;
  border-radius: 10px;
  font-size: 11px;
  margin-right: 8px;
}
.nt-timeline__group-chevron {
  transition: transform 0.2s ease;
}
.nt-timeline__group-body {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding-left: 24px;
  padding-top: 12px;
  padding-bottom: 8px;
  animation: fadeIn 0.3s ease;
}

.nt-triade-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.nt-triade-dot--important {
  background-color: var(--tl-important);
  box-shadow: 0 0 6px rgba(231, 76, 60, 0.4);
}
.nt-triade-dot--urgent {
  background-color: var(--tl-urgent);
  box-shadow: 0 0 6px rgba(241, 196, 15, 0.4);
}
.nt-triade-dot--circumstantial {
  background-color: var(--tl-circumstantial);
  box-shadow: 0 0 6px rgba(52, 152, 219, 0.4);
}

.nt-context-menu {
  display: none;
  position: absolute;
  background: #1a1a1c;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 6px;
  min-width: 180px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-context-menu.is-open {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}
.nt-context-menu__item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 12px;
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  text-align: left;
  transition: background 0.2s;
}
.nt-context-menu__item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.nt-context-menu__item svg {
  color: var(--text-secondary);
}

.nt-grouped-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--text-secondary);
  gap: 16px;
}
.nt-grouped-loading__spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: #a855f7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-content--project-details {
    overflow-y: auto !important;
    height: auto !important;
    padding: 20px !important;
  }
  .nt-project-details__header {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
  .nt-project-details__title-row {
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  .nt-project-details__title {
    font-size: 24px;
    line-height: 1.3;
    word-break: break-word;
  }
  .nt-project-details__meta {
    flex-wrap: wrap;
    gap: 12px 20px;
  }
  .nt-project-details__header-right {
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    gap: 12px;
  }
  .nt-project-details__header-right .nt-project-details__sort {
    flex: 1 1 auto;
    min-width: 140px;
  }
  .nt-project-details__header-right .nt-project-details__sort .nt-project-details__sort-select {
    width: 100%;
  }
  .nt-project-details__header-right .nt-project-details__add-delivery-btn {
    flex: 1 1 auto;
    justify-content: center;
    height: 38px;
  }
  .nt-project-details__header-right .nt-page-header__help-btn {
    width: 38px;
    height: 38px;
  }
  .nt-project-details__cards {
    flex-direction: column;
    gap: 24px;
    overflow-x: visible;
    overflow-y: visible;
    height: auto !important;
  }
  .nt-details-cards__fixed {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid var(--border-color);
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .nt-details-cards__scroll {
    flex-direction: column;
    gap: 24px;
    padding-right: 0;
    padding-bottom: 32px !important;
  }
  .nt-details-card {
    width: 100%;
    max-height: 480px;
  }
  .nt-details-card__body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
  }
  .nt-details-card__add-btn, .nt-details-card__filter-btn, .nt-details-card__delete-btn {
    width: 36px;
    height: 36px;
  }
  .nt-details-card__activity {
    padding: 14px 16px;
  }
  .nt-inline-form__title-input {
    padding: 12px 14px;
  }
  .nt-inline-form__select, .nt-inline-form__input {
    padding: 10px 12px;
    height: 38px;
  }
  .nt-inline-form__btn-cancel, .nt-inline-form__btn-save {
    padding: 10px 16px;
    font-size: 14px;
    height: 38px;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .nt-project-details__title {
    font-size: 20px;
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.nt-page-header__title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
.nt-page-header__icon {
  width: 26px;
  height: 26px;
  color: #0088CC;
  stroke-width: 2.2px;
  flex-shrink: 0;
}
.nt-page-header__text {
  line-height: 1.2;
}
.nt-page-header__help-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nt-settings {
  width: 100%;
}
.nt-settings__tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 32px;
  padding-bottom: 2px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.nt-settings__tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: transparent;
  border: none;
  color: #8B949E;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  border-radius: 8px 8px 0 0;
  transition: color, background-color 0.25s ease;
}
.nt-settings__tab:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.03);
}
.nt-settings__tab.is-active {
  color: #0088CC;
  font-weight: 600;
}
.nt-settings__tab.is-active .nt-settings__tab-icon {
  color: #0088CC;
}
.nt-settings__tab.is-active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #0088CC;
  border-radius: 2px 2px 0 0;
}
.nt-settings__tab--locked {
  opacity: 0.65;
}
.nt-settings__tab-icon {
  width: 16px;
  height: 16px;
  color: currentColor;
  flex-shrink: 0;
  stroke-width: 2px;
}
.nt-settings__tab-lock-icon {
  width: 12px;
  height: 12px;
  color: #8B949E;
  margin-left: 2px;
}
.nt-settings__panel {
  display: none;
}
.nt-settings__panel.is-active, .nt-settings__panel[data-panel=profile] {
  display: block;
}
.nt-settings__card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 12px;
  width: 100%;
}
.nt-settings__card--identity {
  background: #16161E;
  border: 1px solid rgba(64, 72, 93, 0.2);
  border-radius: 16px;
  padding: 28px 24px 24px;
  margin-bottom: 30px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
}
.nt-settings__card--transparent {
  background: transparent;
  border: none;
  padding: 0;
}
.nt-settings__card--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.nt-settings__placeholder-text {
  color: #8B949E;
  font-size: 14px;
}
.nt-settings__profile-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nt-settings__avatar {
  width: 95px;
  height: 95px;
  border-radius: 10px;
  overflow: visible;
  flex-shrink: 0;
  position: relative;
  background: #1F2937;
}
.nt-settings__avatar--has-initials {
  background: #0088CC;
}
.nt-settings__avatar--has-photo {
  background: transparent;
}
.nt-settings__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.nt-settings__avatar-initials {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 10px;
}
.nt-settings__avatar-edit-icon {
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 27px;
  height: 27px;
  background: #0a5a8a;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.1);
}
.nt-settings__profile-info {
  flex: 1;
  min-width: 0;
}
.nt-settings__profile-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-settings__profile-name {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nt-settings__verified-icon {
  flex-shrink: 0;
}
.nt-settings__photo-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  flex-shrink: 0;
}
.nt-settings__btn-photo {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 130px;
  text-align: center;
  transition: all 0.25s ease;
}
.nt-settings__btn-photo--change {
  background: rgba(57, 184, 253, 0.1);
  color: #39B8FD;
  border: 1px solid rgba(57, 184, 253, 0.2);
}
.nt-settings__btn-photo--change:hover {
  background: rgba(57, 184, 253, 0.2);
}
.nt-settings__btn-photo--remove {
  background: rgba(255, 113, 108, 0.1);
  color: #FF716C;
  border: 1px solid rgba(255, 113, 108, 0.2);
}
.nt-settings__btn-photo--remove:hover {
  background: rgba(255, 113, 108, 0.2);
}
.nt-settings__plan-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 16px;
}
.nt-settings__plan-section-label {
  font-size: 10px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 20px;
  font-size: 11px;
}
.nt-settings__plan-detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.nt-settings__plan-detail-text {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 500;
}
.nt-settings__plan-name-bracket {
  color: #0088CC;
  font-weight: 600;
}
.nt-settings__plan-badge {
  background: rgba(105, 246, 184, 0.1);
  color: #69F6B8;
  border: 1px solid rgba(105, 246, 184, 0.2);
  border-radius: 6px;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nt-settings__plan-status-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  color: #8B949E;
  font-size: 13px;
}
.nt-settings__plan-status-icon {
  flex-shrink: 0;
}
.nt-settings__plan-manage-btn {
  width: 100%;
  padding: 10px 20px;
  height: 38px;
  background: #192540;
  border: 1px solid rgba(64, 72, 93, 0.2);
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  transition: background 0.25s ease;
}
.nt-settings__plan-manage-btn:hover {
  background: rgb(12.6129103327%, 18.6671072924%, 32.2890504516%);
}
.nt-settings__plan-manage-btn.is-disabled, .nt-settings__plan-manage-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.nt-settings__plan-manage-btn.is-disabled:hover, .nt-settings__plan-manage-btn[disabled]:hover {
  background: #192540;
}
.nt-settings__plan-manage-btn svg {
  flex-shrink: 0;
}
.nt-settings__identity-separator {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin: 50px 0 10px;
}
.nt-settings__section-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  margin: 32px 0 24px;
}
.nt-settings__last-updated {
  color: #8B949E;
  font-size: 12px;
  margin: 0;
  max-width: 230px;
  line-height: 1.6;
}
.nt-settings__card-title {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 10px;
}
.nt-settings__accordion-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 0;
  margin-top: 24px;
  background: transparent;
  border: none;
  color: #8B949E;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-settings__accordion-btn:hover {
  color: #FFFFFF;
}
.nt-settings__accordion-btn.is-open {
  color: #FFFFFF;
}
.nt-settings__accordion-arrow {
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.is-open > .nt-settings__accordion-arrow {
  transform: rotate(180deg);
}
.nt-settings__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 4px;
}
.nt-settings__accordion-content.is-open {
  padding-top: 20px;
}
.nt-settings__form-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
  grid-template-columns: repeat(4, 1fr);
}
.nt-settings__form-grid--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.nt-settings__form-grid--personal-secondary {
  grid-template-columns: repeat(2, 1fr);
}
.nt-settings__form-grid:last-child {
  margin-bottom: 0;
}
.nt-settings__form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-settings__label {
  font-size: 10px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 11px;
}
.nt-settings__input, .nt-settings__select {
  width: 100%;
  padding: 12px 24px;
  background: #16161E;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  transition: border-color 0.25s ease;
}
.nt-settings__input::placeholder, .nt-settings__select::placeholder {
  color: #8B949E;
}
.nt-settings__input:focus, .nt-settings__select:focus {
  outline: none;
  border-color: #0088CC;
}
.nt-settings__input:disabled, .nt-settings__select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.nt-settings__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238B949E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
}

.nt-page-header {
  margin-bottom: 32px;
}
.nt-page-header__title {
  font-size: 32px;
  font-weight: 700;
}

.nt-content:has(.nt-settings) {
  overflow-y: auto;
}
.nt-content:has(.nt-settings)::-webkit-scrollbar {
  width: 6px;
}
.nt-content:has(.nt-settings)::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-content:has(.nt-settings)::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}

/* -- TomSelect customizado para settings e onboarding -- */
.ts-wrapper.nt-settings__select,
.ts-wrapper.nt-onboarding__select,
.ts-wrapper.single.nt-settings__select,
.ts-wrapper.single.nt-onboarding__select {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
.ts-wrapper.nt-settings__select.focus .ts-control, .ts-wrapper.nt-settings__select.input-active .ts-control,
.ts-wrapper.nt-settings__select .ts-control,
.ts-wrapper.nt-onboarding__select.focus .ts-control,
.ts-wrapper.nt-onboarding__select.input-active .ts-control,
.ts-wrapper.nt-onboarding__select .ts-control,
.ts-wrapper.single.nt-settings__select.focus .ts-control,
.ts-wrapper.single.nt-settings__select.input-active .ts-control,
.ts-wrapper.single.nt-settings__select .ts-control,
.ts-wrapper.single.nt-onboarding__select.focus .ts-control,
.ts-wrapper.single.nt-onboarding__select.input-active .ts-control,
.ts-wrapper.single.nt-onboarding__select .ts-control {
  background: #16161E url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238B949E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center !important;
  border: 1px solid rgba(255, 255, 255, 0.03) !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: 13px !important;
  padding: 12px 24px !important;
  min-height: 44px !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
}
.ts-wrapper.nt-settings__select.focus .ts-control .item, .ts-wrapper.nt-settings__select.input-active .ts-control .item,
.ts-wrapper.nt-settings__select .ts-control .item,
.ts-wrapper.nt-onboarding__select.focus .ts-control .item,
.ts-wrapper.nt-onboarding__select.input-active .ts-control .item,
.ts-wrapper.nt-onboarding__select .ts-control .item,
.ts-wrapper.single.nt-settings__select.focus .ts-control .item,
.ts-wrapper.single.nt-settings__select.input-active .ts-control .item,
.ts-wrapper.single.nt-settings__select .ts-control .item,
.ts-wrapper.single.nt-onboarding__select.focus .ts-control .item,
.ts-wrapper.single.nt-onboarding__select.input-active .ts-control .item,
.ts-wrapper.single.nt-onboarding__select .ts-control .item {
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: inherit !important;
}
.ts-wrapper.nt-settings__select.focus .ts-control input, .ts-wrapper.nt-settings__select.input-active .ts-control input,
.ts-wrapper.nt-settings__select .ts-control input,
.ts-wrapper.nt-onboarding__select.focus .ts-control input,
.ts-wrapper.nt-onboarding__select.input-active .ts-control input,
.ts-wrapper.nt-onboarding__select .ts-control input,
.ts-wrapper.single.nt-settings__select.focus .ts-control input,
.ts-wrapper.single.nt-settings__select.input-active .ts-control input,
.ts-wrapper.single.nt-settings__select .ts-control input,
.ts-wrapper.single.nt-onboarding__select.focus .ts-control input,
.ts-wrapper.single.nt-onboarding__select.input-active .ts-control input,
.ts-wrapper.single.nt-onboarding__select .ts-control input {
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block !important;
}
.ts-wrapper.nt-settings__select.focus .ts-control input::placeholder, .ts-wrapper.nt-settings__select.input-active .ts-control input::placeholder,
.ts-wrapper.nt-settings__select .ts-control input::placeholder,
.ts-wrapper.nt-onboarding__select.focus .ts-control input::placeholder,
.ts-wrapper.nt-onboarding__select.input-active .ts-control input::placeholder,
.ts-wrapper.nt-onboarding__select .ts-control input::placeholder,
.ts-wrapper.single.nt-settings__select.focus .ts-control input::placeholder,
.ts-wrapper.single.nt-settings__select.input-active .ts-control input::placeholder,
.ts-wrapper.single.nt-settings__select .ts-control input::placeholder,
.ts-wrapper.single.nt-onboarding__select.focus .ts-control input::placeholder,
.ts-wrapper.single.nt-onboarding__select.input-active .ts-control input::placeholder,
.ts-wrapper.single.nt-onboarding__select .ts-control input::placeholder {
  color: #8B949E !important;
}
.ts-wrapper.nt-settings__select.disabled,
.ts-wrapper.nt-onboarding__select.disabled,
.ts-wrapper.single.nt-settings__select.disabled,
.ts-wrapper.single.nt-onboarding__select.disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}
.ts-wrapper.nt-settings__select.disabled .ts-control,
.ts-wrapper.nt-onboarding__select.disabled .ts-control,
.ts-wrapper.single.nt-settings__select.disabled .ts-control,
.ts-wrapper.single.nt-onboarding__select.disabled .ts-control {
  background: #16161E !important;
  cursor: not-allowed !important;
}
.ts-wrapper.nt-settings__select .ts-placeholder,
.ts-wrapper.nt-onboarding__select .ts-placeholder,
.ts-wrapper.single.nt-settings__select .ts-placeholder,
.ts-wrapper.single.nt-onboarding__select .ts-placeholder {
  color: #8B949E !important;
}

/* -- TomSelect Dropdown Customization -- */
.ts-dropdown {
  background: #16161E !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  z-index: 9999 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}
.ts-dropdown .option {
  padding: 10px 14px;
  cursor: pointer;
  color: #fff !important;
}
.ts-dropdown .option.active, .ts-dropdown .option:hover {
  background: #0088cc !important;
  color: #fff !important;
}
.ts-dropdown .option.selected {
  background: rgba(0, 136, 204, 0.25) !important;
  color: #fff !important;
}

/* -- TomSelect Light Theme Overrides -- */
html.nt-light-theme .ts-wrapper.nt-settings__select.focus .ts-control, html.nt-light-theme .ts-wrapper.nt-settings__select.input-active .ts-control,
html.nt-light-theme .ts-wrapper.nt-settings__select .ts-control,
html.nt-light-theme .ts-wrapper.nt-onboarding__select.focus .ts-control,
html.nt-light-theme .ts-wrapper.nt-onboarding__select.input-active .ts-control,
html.nt-light-theme .ts-wrapper.nt-onboarding__select .ts-control,
html.nt-light-theme .ts-wrapper.single.nt-settings__select.focus .ts-control,
html.nt-light-theme .ts-wrapper.single.nt-settings__select.input-active .ts-control,
html.nt-light-theme .ts-wrapper.single.nt-settings__select .ts-control,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select.focus .ts-control,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select.input-active .ts-control,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select .ts-control {
  background: #FFFFFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center !important;
  border: 1px solid #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .ts-wrapper.nt-settings__select.focus .ts-control .item, html.nt-light-theme .ts-wrapper.nt-settings__select.input-active .ts-control .item,
html.nt-light-theme .ts-wrapper.nt-settings__select .ts-control .item,
html.nt-light-theme .ts-wrapper.nt-onboarding__select.focus .ts-control .item,
html.nt-light-theme .ts-wrapper.nt-onboarding__select.input-active .ts-control .item,
html.nt-light-theme .ts-wrapper.nt-onboarding__select .ts-control .item,
html.nt-light-theme .ts-wrapper.single.nt-settings__select.focus .ts-control .item,
html.nt-light-theme .ts-wrapper.single.nt-settings__select.input-active .ts-control .item,
html.nt-light-theme .ts-wrapper.single.nt-settings__select .ts-control .item,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select.focus .ts-control .item,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select.input-active .ts-control .item,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select .ts-control .item {
  background: transparent !important;
  color: #1E293B !important;
}
html.nt-light-theme .ts-wrapper.nt-settings__select.focus .ts-control input, html.nt-light-theme .ts-wrapper.nt-settings__select.input-active .ts-control input,
html.nt-light-theme .ts-wrapper.nt-settings__select .ts-control input,
html.nt-light-theme .ts-wrapper.nt-onboarding__select.focus .ts-control input,
html.nt-light-theme .ts-wrapper.nt-onboarding__select.input-active .ts-control input,
html.nt-light-theme .ts-wrapper.nt-onboarding__select .ts-control input,
html.nt-light-theme .ts-wrapper.single.nt-settings__select.focus .ts-control input,
html.nt-light-theme .ts-wrapper.single.nt-settings__select.input-active .ts-control input,
html.nt-light-theme .ts-wrapper.single.nt-settings__select .ts-control input,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select.focus .ts-control input,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select.input-active .ts-control input,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select .ts-control input {
  background: transparent !important;
  color: #1E293B !important;
}
html.nt-light-theme .ts-wrapper.nt-settings__select.focus .ts-control input::placeholder, html.nt-light-theme .ts-wrapper.nt-settings__select.input-active .ts-control input::placeholder,
html.nt-light-theme .ts-wrapper.nt-settings__select .ts-control input::placeholder,
html.nt-light-theme .ts-wrapper.nt-onboarding__select.focus .ts-control input::placeholder,
html.nt-light-theme .ts-wrapper.nt-onboarding__select.input-active .ts-control input::placeholder,
html.nt-light-theme .ts-wrapper.nt-onboarding__select .ts-control input::placeholder,
html.nt-light-theme .ts-wrapper.single.nt-settings__select.focus .ts-control input::placeholder,
html.nt-light-theme .ts-wrapper.single.nt-settings__select.input-active .ts-control input::placeholder,
html.nt-light-theme .ts-wrapper.single.nt-settings__select .ts-control input::placeholder,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select.focus .ts-control input::placeholder,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select.input-active .ts-control input::placeholder,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select .ts-control input::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .ts-wrapper.nt-settings__select.focus .ts-control,
html.nt-light-theme .ts-wrapper.nt-onboarding__select.focus .ts-control,
html.nt-light-theme .ts-wrapper.single.nt-settings__select.focus .ts-control,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select.focus .ts-control {
  border-color: #0088CC !important;
}
html.nt-light-theme .ts-wrapper.nt-settings__select .ts-placeholder,
html.nt-light-theme .ts-wrapper.nt-onboarding__select .ts-placeholder,
html.nt-light-theme .ts-wrapper.single.nt-settings__select .ts-placeholder,
html.nt-light-theme .ts-wrapper.single.nt-onboarding__select .ts-placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .ts-dropdown {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  color: #1E293B !important;
  z-index: 9999 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .ts-dropdown .option {
  color: #1E293B !important;
}
html.nt-light-theme .ts-dropdown .option.active, html.nt-light-theme .ts-dropdown .option:hover {
  background: #F1F5F9 !important;
  color: #1E293B !important;
}
html.nt-light-theme .ts-dropdown .option.selected {
  background: rgba(0, 136, 204, 0.1) !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-page-header {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-page-header__title {
  color: #1E293B;
}
html.nt-light-theme .nt-page-header__icon {
  color: #0088CC;
}
html.nt-light-theme .nt-settings__tabs {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-settings__tab {
  color: #64748B;
}
html.nt-light-theme .nt-settings__tab:hover {
  color: #0F172A;
  background: rgba(0, 0, 0, 0.04);
}
html.nt-light-theme .nt-settings__tab.is-active {
  color: #0088CC;
}
html.nt-light-theme .nt-settings__tab.is-active .nt-settings__tab-icon {
  color: #0088CC;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-settings-achievements {
  display: flex;
  flex-direction: column;
  gap: 24px;
  animation: fadeIn 0.4s ease-out;
}

.nt-achievements-overview-card {
  padding: 24px !important;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.7) 0%, rgba(15, 23, 42, 0.9) 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.nt-achievements-overview-card:hover {
  border-color: rgba(245, 158, 11, 0.5) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4), 0 0 25px rgba(245, 158, 11, 0.2) !important;
  transform: translateY(-2px);
}
.nt-achievements-overview-card:hover .nt-achievements-overview__level-badge img {
  transform: scale(1.06);
}

.nt-achievements-overview__profile {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media (max-width: 576px) {
  .nt-achievements-overview__profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.nt-achievements-overview__level-badge {
  width: 90px;
  height: 90px;
  background: transparent;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.nt-achievements-overview__level-badge img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 3px solid rgba(217, 119, 6, 0.6);
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.6), 0 0 24px rgba(217, 119, 6, 0.45);
  object-fit: cover;
  animation: floatingBadge 4s ease-in-out infinite;
}

.nt-achievements-overview__details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

.nt-achievements-overview__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.nt-achievements-overview__level-title {
  font-size: 19px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.nt-achievements-overview__level-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 12px;
  background: rgba(217, 119, 6, 0.15);
  border: 1px solid rgba(217, 119, 6, 0.35);
  color: #F59E0B;
}

.nt-achievements-overview__level-desc {
  font-size: 13px;
  color: #94A3B8;
  margin: 0;
}

/* Sub-progresso do Nível */
.nt-achievements-level-progress {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nt-achievements-level-progress__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.nt-achievements-level-progress__title {
  font-weight: 600;
  color: #E2E8F0;
}

.nt-achievements-level-progress__text {
  font-weight: 600;
  color: #F59E0B;
}

.nt-achievements-level-progress__bar {
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  overflow: hidden;
}

.nt-achievements-level-progress__fill {
  height: 100%;
  background: linear-gradient(90deg, #D97706 0%, #F59E0B 100%);
  box-shadow: 0 0 10px rgba(245, 158, 11, 0.5);
  transition: width 0.4s ease;
}

/* Progresso Geral */
.nt-achievements-overall-progress {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nt-achievements-overall-progress__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.nt-achievements-overall-progress__label {
  color: #64748B;
}

.nt-achievements-overall-progress__text {
  color: #94A3B8;
  font-weight: 500;
}

.nt-achievements-overall-progress__bar {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
}

.nt-achievements-overall-progress__fill {
  height: 100%;
  background: linear-gradient(90deg, #6366F1 0%, #8B5CF6 100%);
  transition: width 0.4s ease;
}

.nt-achievements-overview__hint-row {
  margin-top: 8px;
  display: flex;
  align-items: center;
}

.nt-achievements-overview__hint {
  font-size: 11px;
  font-weight: 500;
  color: #38BDF8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  opacity: 0.85;
  transition: opacity 0.2s ease, text-decoration 0.2s ease;
}
.nt-achievements-overview-card:hover .nt-achievements-overview__hint {
  opacity: 1;
  text-decoration: underline;
}

.nt-achievements-overall-progress__text {
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
}

.nt-ach-section-header {
  border-bottom: 1px solid rgba(45, 51, 59, 0.6);
  padding-bottom: 8px;
  margin-top: 36px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nt-ach-section-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.nt-ach-section-title span {
  color: #7C3AED;
}

.nt-ach-section-header--locked .nt-ach-section-title span {
  color: #8B949E;
}

.nt-ach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.nt-ach-card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 12px;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
  background: linear-gradient(135deg, #161B22 0%, rgba(15, 18, 25, 0.7) 100%);
  cursor: pointer;
  min-height: 160px;
}
.nt-ach-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.nt-ach-card__header {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-grow: 1;
  min-width: 0;
}

.nt-ach-card__icon-wrapper {
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: none;
}

.nt-ach-card__icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 3px solid rgba(217, 119, 6, 0.5);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5), 0 0 15px rgba(217, 119, 6, 0.3);
  object-fit: cover;
}

.nt-ach-card__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex-grow: 1;
}

.nt-ach-card__title {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  white-space: normal;
  word-break: break-word;
  margin-bottom: 2px;
}

.nt-ach-card__desc {
  font-size: 11px;
  color: #8B949E;
  line-height: 1.4;
  padding-right: 4px;
}

.nt-ach-card__date {
  font-size: 10px;
  color: #7C3AED;
  align-self: center;
  white-space: nowrap;
  background: rgba(124, 58, 237, 0.1);
  padding: 3px 8px;
  border-radius: 4px;
  border: 1px solid rgba(124, 58, 237, 0.15);
  font-weight: 500;
}

.nt-ach-card__progress {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  width: 100%;
}

.nt-ach-card__progress-bar {
  flex-grow: 1;
  height: 6px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: hidden;
}

.nt-ach-card__progress-fill {
  height: 100%;
  background: #7C3AED;
  border-radius: 3px;
  width: 0%;
}

.nt-ach-card__progress-text {
  font-size: 10px;
  font-weight: 600;
  color: #8B949E;
  white-space: nowrap;
}

.nt-ach-grid--locked .nt-ach-card {
  border-color: rgba(45, 51, 59, 0.4);
  background: linear-gradient(135deg, rgba(22, 27, 34, 0.4) 0%, rgba(15, 18, 25, 0.4) 100%);
  opacity: 0.8;
}
.nt-ach-grid--locked .nt-ach-card:hover {
  opacity: 0.95;
}
.nt-ach-grid--locked .nt-ach-card__icon {
  filter: grayscale(100%) opacity(0.35);
}
.nt-ach-grid--locked .nt-ach-card__title {
  color: #8B949E;
}

.nt-ach-card--spoiler {
  cursor: pointer;
  position: relative;
}
.nt-ach-card--spoiler .nt-ach-card__info--spoilerable {
  filter: blur(5px);
  transition: filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  user-select: none;
}
.nt-ach-card--spoiler .nt-ach-card__icon {
  filter: grayscale(100%) opacity(0.15) blur(2px) !important;
  transition: filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-ach-card--spoiler .nt-ach-card__spoiler-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(11, 14, 20, 0.85);
  backdrop-filter: blur(2px);
  z-index: 5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 12px;
  text-align: center;
}
.nt-ach-card--spoiler .nt-ach-card__spoiler-badge {
  font-size: 10px;
  font-weight: 700;
  color: #eab308;
  background: rgba(234, 179, 8, 0.12);
  border: 1px solid rgba(234, 179, 8, 0.3);
  padding: 3px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  box-shadow: 0 0 10px rgba(234, 179, 8, 0.15);
}
.nt-ach-card--spoiler .nt-ach-card__spoiler-action {
  font-size: 9px;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.nt-ach-card--spoiler:hover .nt-ach-card__spoiler-overlay {
  background: rgba(11, 14, 20, 0.7);
}
.nt-ach-card--spoiler:hover .nt-ach-card__spoiler-action {
  color: #FFFFFF;
}
.nt-ach-card--spoiler.is-revealed .nt-ach-card__info--spoilerable {
  filter: blur(0);
  pointer-events: auto;
  user-select: auto;
}
.nt-ach-card--spoiler.is-revealed .nt-ach-card__icon {
  filter: grayscale(100%) opacity(0.35) blur(0) !important;
}
.nt-ach-card--spoiler.is-revealed .nt-ach-card__spoiler-overlay {
  opacity: 0;
  pointer-events: none;
}

.nt-ach-card.bronze-tier {
  border-color: rgba(217, 119, 6, 0.3);
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.05) 0%, #161B22 100%);
}
.nt-ach-card.bronze-tier:hover {
  border-color: rgba(217, 119, 6, 0.6);
}
.nt-ach-card.bronze-tier .nt-ach-card__icon-wrapper {
  border-color: rgba(217, 119, 6, 0.3);
  background: rgba(217, 119, 6, 0.05);
}
.nt-ach-card.bronze-tier .nt-ach-card__icon {
  border: 3px solid rgba(217, 119, 6, 0.6);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5), 0 0 15px rgba(217, 119, 6, 0.35);
}
.nt-ach-card.bronze-tier .nt-ach-card__progress-fill {
  background: #d97706;
}

.nt-ach-card.silver-tier {
  border-color: rgba(100, 116, 139, 0.35);
  background: linear-gradient(135deg, rgba(100, 116, 139, 0.05) 0%, #161B22 100%);
}
.nt-ach-card.silver-tier:hover {
  border-color: rgba(100, 116, 139, 0.6);
}
.nt-ach-card.silver-tier .nt-ach-card__icon-wrapper {
  border-color: rgba(100, 116, 139, 0.35);
  background: rgba(100, 116, 139, 0.05);
}
.nt-ach-card.silver-tier .nt-ach-card__icon {
  border: 3px solid rgba(100, 116, 139, 0.6);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5), 0 0 15px rgba(100, 116, 139, 0.35);
}
.nt-ach-card.silver-tier .nt-ach-card__progress-fill {
  background: #64748b;
}

.nt-ach-card.gold-tier {
  border-color: rgba(234, 179, 8, 0.3);
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.05) 0%, #161B22 100%);
}
.nt-ach-card.gold-tier:hover {
  border-color: rgba(234, 179, 8, 0.7);
  box-shadow: 0 0 10px rgba(234, 179, 8, 0.15);
}
.nt-ach-card.gold-tier .nt-ach-card__icon-wrapper {
  border-color: rgba(234, 179, 8, 0.3);
  background: rgba(234, 179, 8, 0.05);
}
.nt-ach-card.gold-tier .nt-ach-card__icon {
  border: 3px solid rgba(234, 179, 8, 0.6);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5), 0 0 15px rgba(234, 179, 8, 0.35);
}
.nt-ach-card.gold-tier .nt-ach-card__progress-fill {
  background: #eab308;
}

.nt-ach-card.platinum-tier {
  border-color: rgba(168, 85, 247, 0.35);
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.08) 0%, #161B22 100%);
}
.nt-ach-card.platinum-tier:hover {
  border-color: rgba(168, 85, 247, 0.8);
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.25), 0 0 2px rgba(255, 255, 255, 0.1) inset;
}
.nt-ach-card.platinum-tier .nt-ach-card__icon-wrapper {
  border-color: rgba(168, 85, 247, 0.35);
  background: rgba(168, 85, 247, 0.08);
}
.nt-ach-card.platinum-tier .nt-ach-card__icon {
  border: 3px solid rgba(168, 85, 247, 0.6);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5), 0 0 15px rgba(168, 85, 247, 0.4);
}
.nt-ach-card.platinum-tier .nt-ach-card__progress-fill {
  background: linear-gradient(90deg, #a855f7 0%, #06b6d4 100%);
}
.nt-ach-card.platinum-tier .nt-ach-card__date {
  background: rgba(168, 85, 247, 0.15);
  border-color: rgba(168, 85, 247, 0.3);
  color: #c084fc;
}

.nt-ach-card.emerald-tier {
  border-color: rgba(16, 185, 129, 0.45);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, #161B22 100%);
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.1);
}
.nt-ach-card.emerald-tier:hover {
  border-color: rgba(16, 185, 129, 0.95);
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.45), 0 0 2px rgba(255, 255, 255, 0.15) inset;
  transform: translateY(-3px);
}
.nt-ach-card.emerald-tier .nt-ach-card__icon-wrapper {
  border-color: rgba(16, 185, 129, 0.45);
  background: rgba(16, 185, 129, 0.1);
}
.nt-ach-card.emerald-tier .nt-ach-card__icon {
  border: 3px solid rgba(16, 185, 129, 0.6);
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5), 0 0 15px rgba(16, 185, 129, 0.4);
}
.nt-ach-card.emerald-tier .nt-ach-card__progress-fill {
  background: linear-gradient(90deg, #10b981 0%, #059669 100%);
}
.nt-ach-card.emerald-tier .nt-ach-card__date {
  background: rgba(16, 185, 129, 0.15);
  border-color: rgba(16, 185, 129, 0.35);
  color: #34d399;
}

.nt-achievement-container {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 12px;
  pointer-events: none;
}

.nt-achievement-toast {
  pointer-events: auto;
  width: 320px;
  background: #090c10;
  border: 1px solid rgba(168, 85, 247, 0.35);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.5), 0 0 25px rgba(168, 85, 247, 0.15);
  border-radius: 10px;
  padding: 16px;
  display: flex;
  gap: 16px;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
  cursor: pointer;
}
.nt-achievement-toast:hover {
  border-color: rgba(168, 85, 247, 0.75);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.6), 0 0 35px rgba(168, 85, 247, 0.3);
}
.nt-achievement-toast::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #a855f7, #06b6d4);
}
.nt-achievement-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.nt-achievement-toast__icon-wrapper {
  width: 48px;
  height: 48px;
  background: rgba(168, 85, 247, 0.08);
  border: 1px solid rgba(168, 85, 247, 0.25);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.nt-achievement-toast__icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.nt-achievement-toast__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex-grow: 1;
  min-width: 0;
}

.nt-achievement-toast__label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #a855f7;
  text-transform: uppercase;
}

.nt-achievement-toast__title {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nt-achievement-toast__desc {
  font-size: 11px;
  color: #8B949E;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nt-achievement-toast__close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: transparent;
  border: none;
  color: #8B949E;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  transition: color 0.2s ease;
}
.nt-achievement-toast__close:hover {
  color: #FFFFFF;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.nt-ach-card__right {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  width: 100%;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.nt-ach-card__btn-highlight {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #8B949E;
  padding: 5px 12px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}
.nt-ach-card__btn-highlight:hover {
  background: rgba(124, 58, 237, 0.15);
  border-color: rgba(124, 58, 237, 0.4);
  color: #FFFFFF;
  box-shadow: 0 0 10px rgba(124, 58, 237, 0.2);
}
.nt-ach-card__btn-highlight.is-highlighted {
  background: rgba(234, 179, 8, 0.12);
  border-color: rgba(234, 179, 8, 0.4);
  color: #eab308;
  box-shadow: 0 0 10px rgba(234, 179, 8, 0.25);
}
.nt-ach-card__btn-highlight.is-highlighted:hover {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.4);
  color: #ef4444;
  box-shadow: 0 0 10px rgba(239, 68, 68, 0.25);
}

.nt-ach-btn-reveal {
  background: rgba(124, 58, 237, 0.15);
  border: 1px solid rgba(124, 58, 237, 0.3);
  color: #c084fc;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.25s ease;
  margin-left: auto;
}
.nt-ach-btn-reveal:hover {
  background: #7C3AED;
  color: #FFFFFF;
  box-shadow: 0 0 15px rgba(124, 58, 237, 0.4);
  border-color: #7C3AED;
  transform: translateY(-1px);
}
.nt-ach-btn-reveal:active {
  transform: translateY(0);
}

.nt-ach-empty-state {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  background: linear-gradient(135deg, rgba(24, 24, 27, 0.6) 0%, rgba(9, 12, 16, 0.8) 100%);
  border: 1px dashed rgba(124, 58, 237, 0.3);
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 0 20px rgba(124, 58, 237, 0.05);
  backdrop-filter: blur(10px);
  animation: fadeIn 0.5s ease-out;
  margin: 16px 0;
}

.nt-ach-empty-state__icon-glow {
  position: relative;
  width: 72px;
  height: 72px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(124, 58, 237, 0.25);
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.2);
}
.nt-ach-empty-state__icon-glow svg {
  width: 36px;
  height: 36px;
  color: #a855f7;
}

.nt-ach-empty-state__title {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 10px 0;
}

.nt-ach-empty-state__desc {
  font-size: 13px;
  color: #8B949E;
  max-width: 460px;
  margin: 0 0 24px 0;
  line-height: 1.5;
}

.nt-ach-empty-state__btn {
  background: linear-gradient(90deg, #7c3aed 0%, #4f46e5 100%);
  border: none;
  color: #fff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.nt-ach-empty-state__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.6), 0 0 10px rgba(124, 58, 237, 0.3) inset;
  filter: brightness(1.1);
}
.nt-ach-empty-state__btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(124, 58, 237, 0.4);
}

.nt-ach-grid--locked.is-spoilers-revealed .nt-ach-card--spoiler .nt-ach-card__info--spoilerable {
  filter: blur(0) !important;
  pointer-events: auto !important;
  user-select: auto !important;
}
.nt-ach-grid--locked.is-spoilers-revealed .nt-ach-card--spoiler .nt-ach-card__icon {
  filter: grayscale(100%) opacity(0.35) blur(0) !important;
}
.nt-ach-grid--locked.is-spoilers-revealed .nt-ach-card--spoiler .nt-ach-card__spoiler-overlay {
  opacity: 0 !important;
  pointer-events: none !important;
}

.nt-avatar-badge {
  position: absolute;
  background: #090c10;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
  object-fit: contain;
  transition: all 0.2s ease;
  animation: none;
}
.nt-header__avatar-wrap .nt-avatar-badge {
  width: 25px;
  height: 25px;
  bottom: -5px;
  left: -5px;
  padding: 3px;
}
.nt-settings__avatar .nt-avatar-badge {
  width: 32px;
  height: 32px;
  bottom: -6px;
  left: -6px;
  padding: 4px;
  border-width: 2px;
}
.nt-avatar-hover-card__avatar-wrapper .nt-avatar-badge {
  width: 20px;
  height: 20px;
  bottom: -4px;
  left: -4px;
  padding: 2.5px;
  border-width: 1.5px;
}

.nt-avatar-hover-card {
  position: absolute;
  width: 330px;
  background: rgba(11, 14, 20, 0.94);
  border: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6), 0 0 15px rgba(124, 58, 237, 0.15);
  backdrop-filter: blur(12px);
  z-index: 10000;
  display: flex;
  flex-direction: column;
  gap: 16px;
  pointer-events: auto;
  opacity: 0;
  transform: scale(0.95) translateY(10px);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-avatar-hover-card.is-visible {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.nt-avatar-hover-card::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.nt-avatar-hover-card--bottom::before {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(11, 14, 20, 0.94) transparent;
}
.nt-avatar-hover-card--top::before {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-color: rgba(11, 14, 20, 0.94) transparent transparent transparent;
}
.nt-avatar-hover-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
}
.nt-avatar-hover-card__avatar-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0088CC;
}
.nt-avatar-hover-card__avatar-wrapper.has-founder-badge, .nt-avatar-hover-card__avatar-wrapper.has-tier-border {
  overflow: visible !important;
  position: relative;
}
.nt-avatar-hover-card__avatar-wrapper.has-founder-badge .nt-avatar-hover-card__avatar, .nt-avatar-hover-card__avatar-wrapper.has-tier-border .nt-avatar-hover-card__avatar {
  border-radius: 50%;
}
.nt-avatar-hover-card__avatar {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nt-avatar-hover-card__initials {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-avatar-hover-card__user-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
  min-width: 0;
}
.nt-avatar-hover-card__name {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-avatar-hover-card__plan-info {
  font-size: 11.5px;
  color: #8B949E;
  margin-top: 2px;
  margin-bottom: 6px;
  line-height: 1.4;
}
.nt-avatar-hover-card__plan-val {
  color: #FFFFFF;
}
.nt-avatar-hover-card__progress {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.nt-avatar-hover-card__progress-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
.nt-avatar-hover-card__progress-fill {
  height: 100%;
  background: #7C3AED;
  border-radius: 3px;
}
.nt-avatar-hover-card__progress-text {
  font-size: 11px;
  color: #8B949E;
  font-weight: 600;
}
.nt-avatar-hover-card__featured {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-avatar-hover-card__featured-label {
  font-size: 10px;
  font-weight: 700;
  color: #7C3AED;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nt-avatar-hover-card__featured-content {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 6px;
  padding: 10px;
  transition: all 0.2s ease;
}
.nt-avatar-hover-card__featured-content.is-empty {
  justify-content: center;
  border-style: dashed;
  background: transparent;
}
.nt-avatar-hover-card__featured-content.bronze-tier {
  border-color: rgba(217, 119, 6, 0.25);
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}
.nt-avatar-hover-card__featured-content.bronze-tier:hover {
  border-color: rgba(217, 119, 6, 0.45);
}
.nt-avatar-hover-card__featured-content.silver-tier {
  border-color: rgba(100, 116, 139, 0.25);
  background: linear-gradient(135deg, rgba(100, 116, 139, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}
.nt-avatar-hover-card__featured-content.silver-tier:hover {
  border-color: rgba(100, 116, 139, 0.45);
}
.nt-avatar-hover-card__featured-content.gold-tier {
  border-color: rgba(234, 179, 8, 0.3);
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
}
.nt-avatar-hover-card__featured-content.gold-tier:hover {
  border-color: rgba(234, 179, 8, 0.5);
}
.nt-avatar-hover-card__featured-content.platinum-tier {
  border-color: rgba(168, 85, 247, 0.3);
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
}
.nt-avatar-hover-card__featured-content.platinum-tier:hover {
  border-color: rgba(168, 85, 247, 0.5);
}
.nt-avatar-hover-card__featured-content.emerald-tier {
  border-color: rgba(16, 185, 129, 0.35);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
}
.nt-avatar-hover-card__featured-content.emerald-tier:hover {
  border-color: rgba(16, 185, 129, 0.55);
}
.nt-avatar-hover-card__featured-content.extraordinary-tier {
  border-color: rgba(234, 179, 8, 0.45);
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.08) 0%, rgba(147, 51, 234, 0.08) 50%, rgba(14, 165, 233, 0.08) 100%);
  position: relative;
  overflow: hidden;
}
.nt-avatar-hover-card__featured-content.extraordinary-tier::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.12) 50%, transparent 55%);
  transform: rotate(45deg);
  animation: extraordinaryShine 8s linear infinite;
  pointer-events: none;
}
.nt-avatar-hover-card__featured-content.extraordinary-tier:hover {
  border-color: rgba(234, 179, 8, 0.85);
  box-shadow: 0 0 10px rgba(234, 179, 8, 0.25);
}
.nt-avatar-hover-card__featured-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}
.nt-avatar-hover-card__featured-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.nt-avatar-hover-card__featured-title {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-avatar-hover-card__featured-desc {
  font-size: 11px;
  color: #8B949E;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.nt-avatar-hover-card__footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.nt-avatar-hover-card__btn-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #7C3AED;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 6px;
  transition: background 0.15s ease, transform 0.1s ease;
  width: 100%;
  text-align: center;
}
.nt-avatar-hover-card__btn-profile:hover {
  background: rgb(58.3762881897%, 37.4055631555%, 94.2807113543%);
  color: #FFFFFF;
  text-decoration: none;
}
.nt-avatar-hover-card__btn-profile:active {
  transform: scale(0.98);
}

.nt-ach-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  background: rgba(11, 14, 20, 0.85);
  backdrop-filter: blur(8px);
  z-index: 11000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.nt-ach-modal-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.nt-ach-modal-card {
  background: rgba(22, 27, 34, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 48px 40px 40px 40px;
  width: 90%;
  max-width: 480px;
  text-align: center;
  position: relative;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6);
  z-index: 2;
  transform: scale(0.9) translateY(20px);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  background: linear-gradient(135deg, rgba(22, 27, 34, 0.9) 0%, rgba(15, 18, 25, 0.95) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.is-visible .nt-ach-modal-card {
  transform: scale(1) translateY(0);
}
.nt-ach-modal-card.bronze-tier {
  border-color: rgba(217, 119, 6, 0.6);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6), 0 0 40px rgba(217, 119, 6, 0.2);
}
.nt-ach-modal-card.bronze-tier .nt-ach-modal-badge-wrapper {
  border: none;
  background: transparent;
  box-shadow: none;
}
.nt-ach-modal-card.bronze-tier .nt-ach-modal-badge-img {
  border-color: rgba(217, 119, 6, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 20px rgba(217, 119, 6, 0.4);
}
.nt-ach-modal-card.bronze-tier .nt-ach-modal-badge-glow {
  background: radial-gradient(circle, rgba(217, 119, 6, 0.3) 0%, transparent 70%);
}
.nt-ach-modal-card.silver-tier {
  border-color: rgba(100, 116, 139, 0.6);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6), 0 0 40px rgba(100, 116, 139, 0.2);
}
.nt-ach-modal-card.silver-tier .nt-ach-modal-badge-wrapper {
  border: none;
  background: transparent;
  box-shadow: none;
}
.nt-ach-modal-card.silver-tier .nt-ach-modal-badge-img {
  border-color: rgba(100, 116, 139, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 20px rgba(100, 116, 139, 0.35);
}
.nt-ach-modal-card.silver-tier .nt-ach-modal-badge-glow {
  background: radial-gradient(circle, rgba(100, 116, 139, 0.3) 0%, transparent 70%);
}
.nt-ach-modal-card.gold-tier {
  border-color: rgba(234, 179, 8, 0.6);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6), 0 0 50px rgba(234, 179, 8, 0.25);
}
.nt-ach-modal-card.gold-tier .nt-ach-modal-badge-wrapper {
  border: none;
  background: transparent;
  box-shadow: none;
}
.nt-ach-modal-card.gold-tier .nt-ach-modal-badge-img {
  border-color: rgba(234, 179, 8, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 25px rgba(234, 179, 8, 0.45);
}
.nt-ach-modal-card.gold-tier .nt-ach-modal-badge-glow {
  background: radial-gradient(circle, rgba(234, 179, 8, 0.35) 0%, transparent 70%);
}
.nt-ach-modal-card.platinum-tier {
  border-color: rgba(168, 85, 247, 0.6);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6), 0 0 60px rgba(168, 85, 247, 0.3);
}
.nt-ach-modal-card.platinum-tier .nt-ach-modal-badge-wrapper {
  border: none;
  background: transparent;
  box-shadow: none;
}
.nt-ach-modal-card.platinum-tier .nt-ach-modal-badge-img {
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 30px rgba(168, 85, 247, 0.5);
}
.nt-ach-modal-card.platinum-tier .nt-ach-modal-badge-glow {
  background: radial-gradient(circle, rgba(168, 85, 247, 0.4) 0%, transparent 70%);
}
.nt-ach-modal-card.emerald-tier {
  border-color: rgba(16, 185, 129, 0.85);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6), 0 0 70px rgba(16, 185, 129, 0.4);
}
.nt-ach-modal-card.emerald-tier .nt-ach-modal-badge-wrapper {
  border: none;
  background: transparent;
  box-shadow: none;
}
.nt-ach-modal-card.emerald-tier .nt-ach-modal-badge-img {
  border-color: rgba(16, 185, 129, 0.75);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 35px rgba(16, 185, 129, 0.6);
}
.nt-ach-modal-card.emerald-tier .nt-ach-modal-badge-glow {
  background: radial-gradient(circle, rgba(16, 185, 129, 0.5) 0%, transparent 70%);
}

.nt-ach-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
  color: #8B949E;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.15s ease, transform 0.15s ease;
}
.nt-ach-modal-close:hover {
  color: #FFFFFF;
  transform: scale(1.1);
}

.nt-ach-modal-badge-wrapper {
  position: relative;
  width: 260px;
  height: 260px;
  margin: 0 auto 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  background: transparent;
  box-shadow: none;
  transition: all 0.3s ease;
  overflow: visible !important;
}

.nt-ach-modal-badge-img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid rgba(217, 119, 6, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 20px rgba(217, 119, 6, 0.4);
  z-index: 2;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.5));
  animation: floatingBadge 4s ease-in-out infinite;
}

.nt-ach-modal-badge-glow {
  position: absolute;
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.nt-ach-modal-title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.nt-ach-modal-desc {
  font-size: 14px;
  color: #8B949E;
  line-height: 1.6;
  margin-bottom: 24px;
  padding: 0 10px;
}

.nt-ach-modal-status-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.nt-ach-modal-status-badge.unlocked {
  background: rgba(16, 185, 129, 0.12);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.35);
}
.nt-ach-modal-status-badge.locked {
  background: rgba(139, 148, 158, 0.1);
  color: #8B949E;
  border: 1px solid rgba(139, 148, 158, 0.25);
}

@keyframes floatingBadge {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
.nt-ach-card.extraordinary-tier {
  border-color: rgba(234, 179, 8, 0.45);
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.08) 0%, rgba(147, 51, 234, 0.08) 50%, rgba(14, 165, 233, 0.08) 100%);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 0 12px rgba(147, 51, 234, 0.1);
  position: relative;
  overflow: hidden;
}
.nt-ach-card.extraordinary-tier::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.12) 50%, transparent 55%);
  transform: rotate(45deg);
  animation: extraordinaryShine 8s linear infinite;
  pointer-events: none;
}
.nt-ach-card.extraordinary-tier:hover {
  border-color: rgba(234, 179, 8, 0.95);
  box-shadow: 0 0 25px rgba(234, 179, 8, 0.4), 0 0 10px rgba(147, 51, 234, 0.3), 0 0 2px rgba(255, 255, 255, 0.2) inset;
  transform: translateY(-4px) scale(1.02);
}
.nt-ach-card.extraordinary-tier .nt-ach-card__icon-wrapper {
  border-color: rgba(234, 179, 8, 0.45);
  background: rgba(234, 179, 8, 0.08);
  box-shadow: 0 0 10px rgba(234, 179, 8, 0.15);
}
.nt-ach-card.extraordinary-tier .nt-ach-card__date {
  background: rgba(234, 179, 8, 0.15);
  border-color: rgba(234, 179, 8, 0.35);
  color: #eab308;
  font-weight: 700;
  text-shadow: 0 0 5px rgba(234, 179, 8, 0.2);
}

.nt-ach-modal-card.extraordinary-tier {
  border-color: rgba(234, 179, 8, 0.85);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.7), 0 0 60px rgba(234, 179, 8, 0.35), 0 0 30px rgba(147, 51, 234, 0.25);
  background: linear-gradient(135deg, rgba(15, 18, 25, 0.95) 0%, rgba(9, 12, 16, 0.98) 100%);
  overflow: hidden;
}
.nt-ach-modal-card.extraordinary-tier::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, rgba(234, 179, 8, 0.05) 0%, rgba(147, 51, 234, 0.05) 50%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.nt-ach-modal-card.extraordinary-tier .nt-ach-modal-badge-wrapper {
  border-color: rgba(234, 179, 8, 0.75);
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.8), 0 0 35px rgba(234, 179, 8, 0.5);
  background: radial-gradient(circle, rgba(234, 179, 8, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.nt-ach-modal-card.extraordinary-tier .nt-ach-modal-badge-glow {
  background: radial-gradient(circle, rgba(234, 179, 8, 0.5) 0%, rgba(147, 51, 234, 0.3) 40%, transparent 70%);
  animation: extraordinaryPulse 4s ease-in-out infinite alternate;
}
.nt-ach-modal-card.extraordinary-tier .nt-ach-modal-title {
  background: linear-gradient(90deg, #ffd700 0%, #ff8c00 50%, #ffd700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-shadow: 0 2px 10px rgba(234, 179, 8, 0.15);
}
.nt-ach-modal-card.extraordinary-tier .nt-ach-modal-status-badge.unlocked {
  background: rgba(234, 179, 8, 0.15);
  color: #ffd700;
  border: 1px solid rgba(234, 179, 8, 0.5);
  box-shadow: 0 0 15px rgba(234, 179, 8, 0.2);
  font-size: 12px;
  font-weight: 800;
}

.nt-avatar-badge.is-founder-badge {
  border-color: #ffd700 !important;
  box-shadow: 0 0 10px rgba(254, 240, 138, 0.8), 0 0 4px rgba(254, 240, 138, 0.5) inset !important;
  animation: founderBadgeGlow 2.5s ease-in-out infinite alternate;
}
.nt-avatar-badge.is-founder-badge:hover {
  transform: scale(1.2) rotate(10deg);
  box-shadow: 0 0 20px rgb(254, 240, 138), 0 0 8px rgba(254, 240, 138, 0.8) inset !important;
}

.has-founder-badge {
  position: relative;
  z-index: 1;
}
.has-founder-badge::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #ffd700, #a855f7, #0ea5e9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0;
  animation: founderRingPulse 2s ease-in-out infinite alternate;
  box-shadow: 0 0 12px rgba(234, 179, 8, 0.4);
}
.has-founder-badge.nt-settings__avatar::before {
  border-radius: 10px !important;
}
.has-founder-badge .nt-header__avatar,
.has-founder-badge .nt-settings__avatar-img,
.has-founder-badge .nt-settings__avatar-initials,
.has-founder-badge .nt-avatar-hover-card__avatar,
.has-founder-badge .nt-avatar-hover-card__initials {
  position: relative;
  z-index: 2 !important;
  box-shadow: none !important;
}

.has-tier-border {
  position: relative;
  z-index: 1;
}
.has-tier-border::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border-radius: 50%;
}
.has-tier-border.nt-settings__avatar::before {
  border-radius: 10px !important;
}
.has-tier-border.bronze-tier::before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid #d97706;
  box-shadow: 0 0 8px rgba(217, 119, 6, 0.2);
}
.has-tier-border.silver-tier::before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid #64748b;
  box-shadow: 0 0 8px rgba(100, 116, 139, 0.2);
}
.has-tier-border.gold-tier::before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid #eab308;
  box-shadow: 0 0 8px rgba(234, 179, 8, 0.25);
}
.has-tier-border.platinum-tier::before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid #a855f7;
  box-shadow: 0 0 10px rgba(168, 85, 247, 0.3);
}
.has-tier-border.emerald-tier::before {
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border: 2px solid #10b981;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.35);
}
.has-tier-border .nt-header__avatar,
.has-tier-border .nt-settings__avatar-img,
.has-tier-border .nt-settings__avatar-initials,
.has-tier-border .nt-avatar-hover-card__avatar,
.has-tier-border .nt-avatar-hover-card__initials {
  position: relative;
  z-index: 2 !important;
  box-shadow: none !important;
}

@keyframes extraordinaryShine {
  0% {
    transform: translate(-30%, -30%) rotate(45deg);
  }
  100% {
    transform: translate(30%, 30%) rotate(45deg);
  }
}
@keyframes extraordinaryPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.7;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
  }
}
@keyframes founderBadgeGlow {
  0% {
    filter: drop-shadow(0 0 2px rgba(254, 240, 138, 0.5)) brightness(1);
  }
  100% {
    filter: drop-shadow(0 0 8px rgba(254, 240, 138, 0.9)) brightness(1.25);
  }
}
@keyframes founderRingPulse {
  0% {
    opacity: 0.75;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.025);
  }
}
html.nt-light-theme .nt-ach-card.extraordinary-tier {
  background: linear-gradient(135deg, rgba(254, 240, 138, 0.25) 0%, rgba(243, 232, 255, 0.4) 50%, rgba(224, 242, 254, 0.35) 100%);
  border-color: rgba(234, 179, 8, 0.45);
  box-shadow: 0 4px 15px rgba(234, 179, 8, 0.08), inset 0 0 12px rgba(168, 85, 247, 0.03);
}
html.nt-light-theme .nt-ach-card.extraordinary-tier::after {
  background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.3) 50%, transparent 55%);
}
html.nt-light-theme .nt-ach-card.extraordinary-tier:hover {
  border-color: rgba(234, 179, 8, 0.8);
  box-shadow: 0 8px 25px rgba(234, 179, 8, 0.2), 0 0 10px rgba(147, 51, 234, 0.15);
}
html.nt-light-theme .nt-ach-card.extraordinary-tier .nt-ach-card__title {
  color: #0f172a !important;
}
html.nt-light-theme .nt-ach-card.extraordinary-tier .nt-ach-card__desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-ach-card.extraordinary-tier .nt-ach-card__date {
  background: rgba(234, 179, 8, 0.12);
  border-color: rgba(234, 179, 8, 0.3);
  color: #b45309;
}
html.nt-light-theme .nt-ach-card.extraordinary-tier .nt-ach-card__icon-wrapper {
  background: rgba(234, 179, 8, 0.05);
  border-color: rgba(234, 179, 8, 0.35);
}
html.nt-light-theme .nt-ach-modal-card.extraordinary-tier {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(234, 179, 8, 0.6);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.12), 0 0 50px rgba(234, 179, 8, 0.2), 0 0 30px rgba(147, 51, 234, 0.12);
}
html.nt-light-theme .nt-ach-modal-card.extraordinary-tier::after {
  background: radial-gradient(circle at 50% 50%, rgba(234, 179, 8, 0.03) 0%, rgba(147, 51, 234, 0.03) 50%, transparent 100%);
}
html.nt-light-theme .nt-ach-modal-card.extraordinary-tier .nt-ach-modal-title {
  background: linear-gradient(90deg, #b45309 0%, #d97706 50%, #b45309 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 2px 8px rgba(234, 179, 8, 0.1);
}
html.nt-light-theme .nt-ach-modal-card.extraordinary-tier .nt-ach-modal-desc {
  color: #334155 !important;
}
html.nt-light-theme .nt-ach-modal-card.extraordinary-tier .nt-ach-modal-status-badge.unlocked {
  background: rgba(234, 179, 8, 0.12);
  color: #b45309;
  border-color: rgba(234, 179, 8, 0.4);
  box-shadow: 0 0 10px rgba(234, 179, 8, 0.08);
}
html.nt-light-theme .nt-ach-modal-card.extraordinary-tier .nt-ach-modal-close {
  color: #64748b;
}
html.nt-light-theme .nt-ach-modal-card.extraordinary-tier .nt-ach-modal-close:hover {
  color: #0f172a;
}
html.nt-light-theme .nt-ach-modal-card.extraordinary-tier .nt-ach-modal-badge-wrapper {
  border-color: rgba(234, 179, 8, 0.5);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.05), 0 0 20px rgba(234, 179, 8, 0.2);
}
html.nt-light-theme .nt-avatar-badge.is-founder-badge {
  background: #090c10 !important;
  border-color: #ffd700 !important;
  box-shadow: 0 0 10px rgba(254, 240, 138, 0.8), 0 0 4px rgba(254, 240, 138, 0.5) inset !important;
}
html.nt-light-theme .has-founder-badge::before {
  box-shadow: 0 0 12px rgba(234, 179, 8, 0.45);
}
html.nt-light-theme .has-founder-badge .nt-header__avatar {
  box-shadow: none !important;
}
html.nt-light-theme .has-tier-border.bronze-tier::before {
  border-color: #d97706 !important;
  box-shadow: 0 0 8px rgba(217, 119, 6, 0.15) !important;
}
html.nt-light-theme .has-tier-border.silver-tier::before {
  border-color: #475569 !important;
  box-shadow: 0 0 8px rgba(71, 85, 105, 0.15) !important;
}
html.nt-light-theme .has-tier-border.gold-tier::before {
  border-color: #b45309 !important;
  box-shadow: 0 0 8px rgba(217, 119, 6, 0.15) !important;
}
html.nt-light-theme .has-tier-border.platinum-tier::before {
  border-color: #9333ea !important;
  box-shadow: 0 0 10px rgba(147, 51, 234, 0.2) !important;
}
html.nt-light-theme .has-tier-border.emerald-tier::before {
  border-color: #059669 !important;
  box-shadow: 0 0 10px rgba(5, 150, 105, 0.2) !important;
}

/* Modal de Detalhes do Nível */
.nt-level-modal-card {
  max-width: 500px !important;
  text-align: center;
}

.nt-level-modal-progress-box {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 16px;
  text-align: left;
}

.nt-level-modal-progress-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #E2E8F0;
}

.nt-level-modal-progress-percent {
  color: #F59E0B;
  font-weight: 700;
}

.nt-level-modal-explanation {
  font-size: 13px;
  color: #94A3B8;
  line-height: 1.6;
  margin: 0;
}
.nt-level-modal-explanation strong {
  color: #F8FAFC;
}

.nt-level-modal-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #D97706 0%, #F59E0B 100%) !important;
  border: none !important;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.4);
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}
.nt-level-modal-action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.6) !important;
  filter: brightness(1.08);
}
.nt-level-modal-action-btn:active {
  transform: translateY(0);
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-share-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12000;
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 20px;
}
.nt-share-modal-overlay.is-visible {
  opacity: 1;
}

.nt-share-modal__card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 32px;
  max-width: 480px;
  width: 100%;
  position: relative;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s ease;
}
.is-visible .nt-share-modal__card {
  transform: translateY(0) scale(1);
}

.nt-share-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: #8B949E;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  padding: 4px;
  transition: color 0.2s ease;
}
.nt-share-modal__close:hover {
  color: #FFFFFF;
}

.nt-share-modal__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.nt-share-modal__badge-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.nt-share-modal__badge-wrapper.bronze-tier .nt-share-modal__badge-img {
  border-color: rgba(217, 119, 6, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 20px rgba(217, 119, 6, 0.4);
}
.nt-share-modal__badge-wrapper.silver-tier .nt-share-modal__badge-img {
  border-color: rgba(100, 116, 139, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 20px rgba(100, 116, 139, 0.35);
}
.nt-share-modal__badge-wrapper.gold-tier .nt-share-modal__badge-img {
  border-color: rgba(234, 179, 8, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 25px rgba(234, 179, 8, 0.45);
}
.nt-share-modal__badge-wrapper.platinum-tier .nt-share-modal__badge-img {
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 30px rgba(168, 85, 247, 0.5);
}
.nt-share-modal__badge-wrapper.emerald-tier .nt-share-modal__badge-img {
  border-color: rgba(16, 185, 129, 0.75);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 35px rgba(16, 185, 129, 0.6);
}
.nt-share-modal__badge-wrapper.extraordinary-tier .nt-share-modal__badge-img {
  border-color: rgba(234, 179, 8, 0.75);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 30px rgba(234, 179, 8, 0.6);
}

.nt-share-modal__badge-img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid rgba(217, 119, 6, 0.5);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.6), 0 0 20px rgba(217, 119, 6, 0.4);
  object-fit: cover;
}

.nt-share-modal__title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.nt-share-modal__subtitle {
  font-size: 13px;
  color: #7C3AED;
  font-weight: 500;
}

.nt-share-modal__preview {
  background: #0B0E14;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 24px;
}

.nt-share-modal__preview-text {
  font-size: 13px;
  color: #8B949E;
  line-height: 1.6;
  text-align: center;
}

.nt-share-modal__preview-quote {
  color: #7C3AED;
  font-size: 18px;
  font-weight: 700;
  opacity: 0.6;
}

.nt-share-modal__copy-container {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nt-share-modal__copy-label {
  font-size: 13px;
  font-weight: 600;
  color: #7f8c8d;
  margin: 0;
  text-align: left;
}

.nt-share-modal__copy-input-wrapper {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 4px 4px 4px 12px;
}

.nt-share-modal__copy-input {
  flex: 1;
  background: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 13px;
  outline: none;
  text-overflow: ellipsis;
}

.nt-share-modal__copy-action-btn {
  background: #7C3AED;
  color: #fff;
  border: none;
  border-radius: 6px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.nt-share-modal__copy-action-btn:hover {
  background: rgb(60.813497492%, 41.0706794346%, 94.6155950752%);
}

.nt-share-modal__socials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 10px;
}

.nt-share-modal__social-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-share-modal__social-btn:hover .nt-share-modal__social-icon {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px var(--network-color);
}
.nt-share-modal__social-btn:active .nt-share-modal__social-icon {
  transform: translateY(-2px) scale(0.98);
}

.nt-share-modal__social-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--network-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.nt-share-modal__social-name {
  text-align: center;
  width: 100%;
}

.nt-ach-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(124, 58, 237, 0.15);
  color: #a78bfa;
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 20px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 12px;
}
.nt-ach-share-btn:hover {
  background: rgba(124, 58, 237, 0.25);
  border-color: rgba(124, 58, 237, 0.6);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.2);
}
.nt-ach-share-btn:active {
  transform: translateY(0);
}
.nt-ach-share-btn svg {
  flex-shrink: 0;
}

.nt-achievement-toast__share-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  background: rgba(124, 58, 237, 0.2);
  color: #a78bfa;
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 12px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 6px;
}
.nt-achievement-toast__share-btn:hover {
  background: rgba(124, 58, 237, 0.3);
  border-color: rgba(124, 58, 237, 0.5);
}

body.nt-share-page {
  background: linear-gradient(180deg, #000000 0%, #05060f 45%, #0a0f2c 100%);
  background-attachment: fixed;
  margin: 0;
  overflow-x: hidden;
}

.nt-share-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}

.nt-share-page__aurora-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.nt-share-page__aurora-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  mix-blend-mode: screen;
}

.nt-share-page__aurora-blob--1 {
  width: 600px;
  height: 600px;
  top: -10%;
  left: -10%;
  background: rgba(30, 58, 138, 0.4);
  animation: ntAuroraMove1 9s ease-in-out infinite alternate;
}

.nt-share-page__aurora-blob--2 {
  width: 700px;
  height: 700px;
  top: 20%;
  right: -15%;
  background: rgba(15, 23, 60, 0.4);
  animation: ntAuroraMove2 11s ease-in-out infinite alternate;
}

.nt-share-page__aurora-blob--3 {
  width: 550px;
  height: 550px;
  bottom: -15%;
  left: 30%;
  background: rgba(6, 78, 59, 0.3);
  animation: ntAuroraMove3 13s ease-in-out infinite alternate;
}

@keyframes ntAuroraMove1 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.25;
  }
  100% {
    transform: translate(220px, 150px) scale(1.35);
    opacity: 0.4;
  }
}
@keyframes ntAuroraMove2 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.25;
  }
  100% {
    transform: translate(-180px, 120px) scale(1.3);
    opacity: 0.4;
  }
}
@keyframes ntAuroraMove3 {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.2;
  }
  100% {
    transform: translate(150px, -160px) scale(1.4);
    opacity: 0.35;
  }
}
.nt-share-page__container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.nt-share-page__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.nt-share-page__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 40px;
  position: relative;
  z-index: 10;
}

.nt-share-page__logo {
  height: 36px;
  opacity: 0.9;
}
.nt-share-page__logo.nt-logo-dark {
  display: block;
}
.nt-share-page__logo.nt-logo-light {
  display: none !important;
}

.nt-share-page__theme-toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 100;
}
.nt-share-page__theme-toggle:hover {
  border-color: #7C3AED;
  color: #fff;
  transform: scale(1.05);
}

.nt-share-page__theme-icon-light {
  display: none;
}

.nt-share-page__main-title {
  display: none;
}

.nt-share-page__hero-card {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
  padding: 60px 80px;
  position: relative;
  background: transparent;
  border: none;
  box-shadow: none;
}

.nt-share-page__hero-left {
  flex: 0 0 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}

.nt-share-page__badge-wrapper {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.28) 0%, rgba(196, 150, 255, 0.35) 35%, rgba(15, 23, 42, 0.4) 75%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 25px 3px rgba(255, 255, 255, 0.14), 0 0 50px 8px rgba(120, 170, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  animation: sharePageBadgeFloat 4s ease-in-out infinite;
}

@keyframes sharePageBadgeFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* Brilho por tier */
.nt-share-page__hero-card.bronze-tier .nt-share-page__badge-wrapper {
  border-color: rgba(217, 119, 6, 0.5);
  box-shadow: 0 0 25px 3px rgba(255, 255, 255, 0.14), 0 0 50px 8px rgba(217, 119, 6, 0.25);
}

.nt-share-page__hero-card.silver-tier .nt-share-page__badge-wrapper {
  border-color: rgba(148, 163, 184, 0.5);
  box-shadow: 0 0 25px 3px rgba(255, 255, 255, 0.14), 0 0 50px 8px rgba(148, 163, 184, 0.25);
}

.nt-share-page__hero-card.gold-tier .nt-share-page__badge-wrapper {
  border-color: rgba(234, 179, 8, 0.5);
  box-shadow: 0 0 25px 3px rgba(255, 255, 255, 0.14), 0 0 55px 10px rgba(234, 179, 8, 0.3);
}

.nt-share-page__hero-card.platinum-tier .nt-share-page__badge-wrapper {
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow: 0 0 25px 3px rgba(255, 255, 255, 0.14), 0 0 55px 10px rgba(168, 85, 247, 0.3);
}

.nt-share-page__hero-card.emerald-tier .nt-share-page__badge-wrapper {
  border-color: rgba(16, 185, 129, 0.5);
  box-shadow: 0 0 25px 3px rgba(255, 255, 255, 0.14), 0 0 55px 10px rgba(16, 185, 129, 0.3);
}

.nt-share-page__hero-card.extraordinary-tier .nt-share-page__badge-wrapper {
  border-color: rgba(234, 179, 8, 0.6);
  box-shadow: 0 0 30px 5px rgba(255, 255, 255, 0.2), 0 0 70px 15px rgba(234, 179, 8, 0.4);
}

.nt-share-page__badge-img {
  width: 310px;
  height: 310px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.nt-share-page__badge-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, rgba(196, 150, 255, 0.3) 45%, transparent 75%);
  z-index: 0;
  pointer-events: none;
}

.nt-share-page__card-particles {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.1) 0%, transparent 70%);
  z-index: 0;
}

.nt-share-page__hero-divider {
  width: 1px;
  height: 340px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

.nt-share-page__hero-right {
  flex: 0 0 460px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  gap: 16px;
  padding-left: 10px;
}

.nt-share-page__hero-eyebrow {
  width: 100%;
  margin: 0;
  color: #f59e0b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
}

.nt-share-page__hero-headline {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

.nt-share-page__hero-hr {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  margin: 8px 0;
}

.nt-share-page__hero-desc {
  margin: 0;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}

.nt-share-page__hero-scroll-btn {
  display: inline-block;
  padding: 14px 32px;
  background: linear-gradient(90deg, #7c3aed, #3b82f6, #10b981);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.3);
  animation: btnBounce 2s infinite ease-in-out;
  position: relative;
}
.nt-share-page__hero-scroll-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.5);
  color: #fff;
  animation-play-state: paused;
}
.nt-share-page__hero-scroll-btn:hover .nt-share-page__click-hand {
  animation-play-state: paused;
}

.nt-share-page__click-hand {
  position: absolute;
  right: 5px;
  bottom: -15px;
  font-size: 26px;
  pointer-events: none;
  animation: handClick 2s infinite ease-in-out;
}

@keyframes btnBounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-12px) scale(1);
  }
  90% {
    transform: translateY(2px) scale(0.98);
  }
}
@keyframes handClick {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(5px, -20px) scale(1);
  }
  90% {
    transform: translate(-5px, 0px) scale(0.9);
  }
}
.nt-share-progress-container {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: transparent;
  border: none;
  padding: 16px 0;
}

.nt-share-progress-svg {
  width: 100%;
  height: auto;
  display: block;
}

.nt-share-progress-text {
  margin-top: 12px;
  font-size: 14px;
  color: #94a3b8;
  text-align: center;
}
.nt-share-progress-text .nt-share-progress-percentage {
  color: #a855f7;
  font-weight: 700;
}

html.nt-light-theme .nt-share-page__hero-headline {
  color: #1e293b;
}
html.nt-light-theme .nt-share-page__hero-desc {
  color: #475569;
}
html.nt-light-theme .nt-share-page__hero-divider {
  background: rgba(0, 0, 0, 0.1);
}
html.nt-light-theme .nt-share-page__hero-hr {
  background: rgba(0, 0, 0, 0.1);
}
html.nt-light-theme .nt-share-page__hero-card .nt-share-page__badge-wrapper {
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(59, 130, 246, 0.15) 60%, transparent 100%) !important;
  border: 1px solid rgba(59, 130, 246, 0.3) !important;
  box-shadow: 0 0 40px 10px rgba(59, 130, 246, 0.2) !important;
}
html.nt-light-theme .nt-share-progress-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  background-color: #eef2ff;
  border-radius: 16px;
  border: 1px solid rgba(99, 102, 241, 0.15);
  padding: 16px 24px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-share-progress-text {
  color: #475569;
}
html.nt-light-theme .nt-share-progress-text .nt-share-progress-percentage {
  color: #a855f7;
}
html.nt-light-theme .neo-mindmap-wrapper {
  background: transparent;
  border: none;
  box-shadow: none;
  max-width: 1400px !important;
  padding: 0 !important;
}
html.nt-light-theme .neo-mindmap-grid-layer svg pattern path {
  stroke: rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .neo-mm-mobile-center {
  background: linear-gradient(135deg, rgb(79, 70, 229), rgb(124, 58, 237));
  border: 2px solid rgba(124, 58, 237, 0.5);
}
html.nt-light-theme .neo-mm-mobile-center span {
  color: #ffffff;
}
html.nt-light-theme .neo-mm-mobile-center small {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
html.nt-light-theme .neo-mm-mobile-leaves span {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #475569;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .neo-mm-center {
  background: linear-gradient(135deg, rgb(79, 70, 229), rgb(124, 58, 237));
  border-color: rgba(79, 70, 229, 0.8);
}
html.nt-light-theme .neo-mm-center span {
  color: #ffffff;
}
html.nt-light-theme .neo-mm-center small {
  color: rgba(255, 255, 255, 0.8);
}
html.nt-light-theme .neo-mm-cat {
  background: linear-gradient(135deg, #1e293b, #0f172a);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
html.nt-light-theme .neo-mm-leaf {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #475569;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
html.nt-light-theme .neo-mm-leaf.locked {
  background: #f8fafc;
  color: #94a3b8;
}
html.nt-light-theme .neo-mm-connection {
  opacity: 0.7;
}
html.nt-light-theme .nt-marketing-reveal {
  background: linear-gradient(135deg, #c7d2fe, #f5d0fe);
  border: 1px solid rgba(99, 102, 241, 0.3);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.1);
}
html.nt-light-theme .nt-marketing-reveal .nt-marketing-header p {
  color: #475569;
}
html.nt-light-theme .nt-marketing-reveal .nt-tabs-nav .nt-tab-btn {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #64748b;
}
html.nt-light-theme .nt-marketing-reveal .nt-tabs-nav .nt-tab-btn:hover {
  background: #f1f5f9;
  color: #1e293b;
}
html.nt-light-theme .nt-marketing-reveal .nt-tabs-nav .nt-tab-btn.active {
  background: #ffffff;
}
html.nt-light-theme .nt-marketing-reveal .nt-tab-content-container {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .nt-marketing-reveal .nt-tab-content-container .nt-tab-pane p {
  color: #475569;
}
html.nt-light-theme .nt-marketing-reveal .nt-tab-content-container .nt-tab-pane p strong {
  color: #1e293b;
}
html.nt-light-theme .nt-marketing-reveal .nt-marketing-callout h3 {
  color: #1e293b;
}
html.nt-light-theme .nt-marketing-reveal .nt-marketing-callout p {
  color: #475569;
}
html.nt-light-theme .nt-locked-achievements-title {
  color: #1e293b;
  text-shadow: none;
}
html.nt-light-theme .nt-locked-achievements-subtitle {
  color: #475569;
}
html.nt-light-theme .nt-locked-card {
  background: rgba(100, 116, 139, 0.4);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
html.nt-light-theme .nt-locked-card .nt-locked-name {
  color: #000000;
  font-weight: 700;
}
html.nt-light-theme .nt-locked-card .nt-locked-icon-wrapper {
  background: #ffedd5;
  border: 1px solid #fdba74;
}
html.nt-light-theme .nt-locked-card .nt-locked-icon-wrapper .nt-locked-icon-blurred {
  stroke: #ea580c;
  opacity: 0.8;
}
html.nt-light-theme .nt-locked-card .nt-locked-icon-wrapper .nt-locked-overlay-lock {
  background: #ea580c;
  color: #ffffff;
}
html.nt-light-theme .nt-locked-card .nt-locked-icon-wrapper .nt-locked-overlay-lock svg {
  stroke: #ffffff;
}
html.nt-light-theme .nt-share-page__footer {
  border-top: 1px solid #000000;
}
html.nt-light-theme .nt-share-page__footer .nt-share-page__footer-content {
  color: #64748b;
}
html.nt-light-theme .nt-share-page__footer .nt-share-page__footer-links a {
  color: #475569;
}
html.nt-light-theme .nt-share-page__footer .nt-share-page__footer-links a:hover {
  color: #1e293b;
}

.nt-share-page__friend-status {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 48px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 32px;
  align-items: center;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 32px;
}

.nt-share-page__friend-progress {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nt-share-page__friend-progress-text {
  font-size: 14px;
  color: #8B949E;
  line-height: 1.5;
}
.nt-share-page__friend-progress-text strong {
  color: #7C3AED;
  font-weight: 700;
  font-size: 16px;
}

.nt-share-page__progress-bar {
  width: 100%;
  height: 8px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.nt-share-page__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #7c3aed, #9333ea);
  border-radius: 4px;
  transition: width 1s ease-in-out;
}

.nt-share-page__friend-marketing {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-left: 1px solid #2D333B;
  padding-left: 32px;
}

.nt-share-page__friend-marketing-highlight {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.5;
}

.nt-share-page__friend-marketing-desc {
  font-size: 14px;
  color: #8B949E;
  line-height: 1.6;
}

.nt-share-page__marketing {
  text-align: center;
  width: 100%;
}

.nt-share-page__marketing-badge {
  font-size: 48px;
  margin-bottom: 16px;
  animation: sharePageBadgeFloat 3s ease-in-out infinite;
}

.nt-share-page__marketing-title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 12px;
  line-height: 1.3;
}

.nt-share-page__marketing-desc {
  font-size: 14px;
  color: #8B949E;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 32px;
}

.nt-share-page__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 440px;
  margin: 0 auto;
}

.nt-share-page__feature {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  text-align: left;
  transition: all 0.2s ease;
}
.nt-share-page__feature:hover {
  border-color: rgba(124, 58, 237, 0.3);
  transform: translateX(4px);
}

.nt-share-page__feature-icon {
  font-size: 24px;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(124, 58, 237, 0.08);
  border-radius: 6px;
}

.nt-share-page__feature-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nt-share-page__feature-text strong {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-share-page__feature-text span {
  font-size: 12px;
  color: #8B949E;
}

.nt-share-page__cta {
  text-align: center;
  width: 100%;
}

.nt-share-page__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background: linear-gradient(135deg, #7C3AED 0%, #9333ea 100%);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.35);
}
.nt-share-page__cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(124, 58, 237, 0.5);
}
.nt-share-page__cta-btn:active {
  transform: translateY(0);
}

.nt-share-page__cta-sub {
  margin-top: 12px;
  font-size: 13px;
  color: #8B949E;
}

.nt-share-page__footer {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: transparent;
  padding: 30px 20px;
  margin-top: auto;
}

.nt-share-page__footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  color: #64748b;
}
@media (min-width: 768px) {
  .nt-share-page__footer-content {
    justify-content: center;
  }
}

.nt-share-page__footer-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nt-share-page__footer-links a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nt-share-page__footer-links a:hover {
  color: #f59e0b;
}

.nt-share-page__footer-sep {
  color: rgba(255, 255, 255, 0.1);
}

.nt-share-page__footer-copy {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

html.nt-light-theme .nt-share-modal-overlay {
  background: rgba(0, 0, 0, 0.4);
}
html.nt-light-theme .nt-share-modal__card {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.15);
}
html.nt-light-theme .nt-share-modal__close {
  color: #94a3b8;
}
html.nt-light-theme .nt-share-modal__close:hover {
  color: #0f172a;
}
html.nt-light-theme .nt-share-modal__title {
  color: #0f172a;
}
html.nt-light-theme .nt-share-modal__subtitle {
  color: #7c3aed;
}
html.nt-light-theme .nt-share-modal__preview {
  background: #f8fafc;
  border-color: #e2e8f0;
}
html.nt-light-theme .nt-share-modal__preview-text {
  color: #475569;
}
html.nt-light-theme .nt-share-modal__copy-input-wrapper {
  background: rgba(0, 0, 0, 0.03);
  border-color: #e2e8f0;
}
html.nt-light-theme .nt-share-modal__copy-input {
  color: #0f172a;
}
html.nt-light-theme .nt-share-modal__social-btn {
  color: #0f172a;
}
html.nt-light-theme .nt-share-modal__social-btn:hover .nt-share-modal__social-icon {
  box-shadow: 0 6px 16px var(--network-color);
}
html.nt-light-theme .nt-share-modal__badge-wrapper {
  background: radial-gradient(circle, rgba(124, 58, 237, 0.06) 0%, #f8fafc 100%);
  border-color: #e2e8f0;
}
html.nt-light-theme .nt-ach-share-btn {
  background: rgba(124, 58, 237, 0.08);
  color: #7c3aed;
  border-color: rgba(124, 58, 237, 0.2);
}
html.nt-light-theme .nt-ach-share-btn:hover {
  background: rgba(124, 58, 237, 0.15);
  border-color: rgba(124, 58, 237, 0.4);
}
html.nt-light-theme .nt-achievement-toast__share-btn {
  background: rgba(124, 58, 237, 0.1);
  color: #7c3aed;
  border-color: rgba(124, 58, 237, 0.2);
}
html.nt-light-theme .nt-achievement-toast__share-btn:hover {
  background: rgba(124, 58, 237, 0.18);
}
html.nt-light-theme .nt-share-page {
  background: #f8fafc;
  color: #0f172a;
}
html.nt-light-theme .nt-share-page__logo.nt-logo-dark {
  display: none !important;
}
html.nt-light-theme .nt-share-page__logo.nt-logo-light {
  display: block !important;
}
html.nt-light-theme .nt-share-page__friend-status {
  background: #fff;
  border-color: #e2e8f0;
}
html.nt-light-theme .nt-share-page__friend-marketing-highlight {
  color: #0f172a;
}
html.nt-light-theme .nt-share-page__friend-marketing {
  border-color: #e2e8f0;
}
html.nt-light-theme .nt-share-page__theme-toggle {
  background: #fff;
  border-color: #e2e8f0;
  color: #64748b;
}
html.nt-light-theme .nt-share-page__theme-toggle:hover {
  border-color: #7c3aed;
  color: #0f172a;
}
html.nt-light-theme .nt-share-page__theme-icon-dark {
  display: none;
}
html.nt-light-theme .nt-share-page__theme-icon-light {
  display: block;
}
html.nt-light-theme .nt-share-page__card {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-share-page__card.bronze-tier {
  border-color: rgba(217, 119, 6, 0.4);
}
html.nt-light-theme .nt-share-page__card.silver-tier {
  border-color: rgba(100, 116, 139, 0.4);
}
html.nt-light-theme .nt-share-page__card.gold-tier {
  border-color: rgba(234, 179, 8, 0.4);
}
html.nt-light-theme .nt-share-page__card.platinum-tier {
  border-color: rgba(168, 85, 247, 0.4);
}
html.nt-light-theme .nt-share-page__card.emerald-tier {
  border-color: rgba(16, 185, 129, 0.4);
}
html.nt-light-theme .nt-share-page__card.extraordinary-tier {
  border-color: rgba(234, 179, 8, 0.5);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08), 0 0 20px rgba(234, 179, 8, 0.1);
}
html.nt-light-theme .nt-share-page__card-particles {
  background: radial-gradient(circle at 50% 30%, rgba(124, 58, 237, 0.03) 0%, transparent 70%);
}
html.nt-light-theme .nt-share-page__title {
  color: #0f172a;
}
html.nt-light-theme .nt-share-page__desc {
  color: #64748b;
}
html.nt-light-theme .nt-share-page__badge-wrapper {
  background: radial-gradient(circle, rgba(124, 58, 237, 0.04) 0%, #f8fafc 100%);
  border-color: #e2e8f0;
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.08);
}
html.nt-light-theme .nt-share-page__badge-glow {
  background: radial-gradient(circle, rgba(124, 58, 237, 0.08) 0%, transparent 70%);
}
html.nt-light-theme .nt-share-page__sharer {
  background: #f1f5f9;
  border-color: #e2e8f0;
  color: #64748b;
}
html.nt-light-theme .nt-share-page__sharer strong {
  color: #0f172a;
}
html.nt-light-theme .nt-share-page__marketing-title {
  color: #0f172a;
}
html.nt-light-theme .nt-share-page__marketing-desc {
  color: #64748b;
}
html.nt-light-theme .nt-share-page__feature {
  background: #fff;
  border-color: #e2e8f0;
}
html.nt-light-theme .nt-share-page__feature:hover {
  border-color: rgba(124, 58, 237, 0.25);
}
html.nt-light-theme .nt-share-page__feature-icon {
  background: rgba(124, 58, 237, 0.05);
}
html.nt-light-theme .nt-share-page__feature-text strong {
  color: #0f172a;
}
html.nt-light-theme .nt-share-page__feature-text span {
  color: #64748b;
}
html.nt-light-theme .nt-share-page__cta-sub {
  color: #64748b;
}
html.nt-light-theme .nt-share-page__footer {
  border-color: #e2e8f0;
}
html.nt-light-theme .nt-share-page__footer span {
  color: #94a3b8;
}

.nt-locked-achievements, .nt-locked-achievements-top {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 100px;
  text-align: center;
  padding: 0 40px;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.nt-locked-achievements:target, .nt-locked-achievements-top:target {
  animation: highlightSection 2s ease-out;
}

.nt-locked-achievements-top {
  margin-top: 0px;
  margin-bottom: 50px;
}

.nt-btn-cta-orange {
  display: inline-block;
  padding: 16px 36px;
  background: linear-gradient(90deg, #f59e0b, #ea580c);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(245, 158, 11, 0.4);
}
.nt-btn-cta-orange:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.6);
  color: #fff;
}

@keyframes highlightSection {
  0% {
    box-shadow: 0 0 0px rgba(16, 185, 129, 0);
    transform: scale(0.98);
    background-color: rgba(16, 185, 129, 0.05);
  }
  30% {
    box-shadow: 0 0 40px rgba(16, 185, 129, 0.3);
    transform: scale(1.01);
    background-color: rgba(16, 185, 129, 0.1);
  }
  100% {
    box-shadow: 0 0 0px rgba(16, 185, 129, 0);
    transform: scale(1);
    background-color: transparent;
  }
}
.nt-locked-achievements-title {
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 16px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.nt-locked-achievements-title span {
  color: #f59e0b;
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nt-locked-achievements-subtitle {
  color: #cbd5e1;
  font-size: 16px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.nt-marketing-stats {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 50px 0;
  flex-wrap: wrap;
}

.nt-stat-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px;
  flex: 1;
  min-width: 210px;
  max-width: 280px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.nt-stat-box:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 158, 11, 0.4);
}
.nt-stat-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #f59e0b, #d97706);
}

.nt-stat-value {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
}

.nt-stat-desc {
  font-size: 13px;
  color: #94a3b8;
  line-height: 1.4;
}

.nt-stat-progress {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  margin: 4px 0;
  overflow: hidden;
}

.nt-stat-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #f59e0b, #fbbf24);
  border-radius: 3px;
}

.nt-stat-header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-stat-header svg {
  flex-shrink: 0;
}

.nt-locked-grid {
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 50px;
}

.nt-locked-card {
  background: rgba(15, 23, 42, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}
.nt-locked-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 158, 11, 0.3);
  box-shadow: 0 10px 30px rgba(245, 158, 11, 0.1);
}

.nt-locked-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nt-locked-icon-blurred {
  color: rgba(255, 255, 255, 0.5);
  width: 40px;
  height: 40px;
  filter: blur(4px);
  opacity: 0.6;
}

.nt-locked-overlay-lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1e293b;
  border-radius: 50%;
  padding: 8px;
  border: 2px solid #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.nt-locked-overlay-lock svg {
  width: 20px;
  height: 20px;
  color: #f59e0b;
}

.nt-locked-name {
  color: #94a3b8;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nt-marketing-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 48px;
  background: linear-gradient(90deg, #f59e0b, #d97706);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(217, 119, 6, 0.4);
  transition: all 0.3s ease;
}
.nt-marketing-cta:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(217, 119, 6, 0.6);
  color: #fff;
}

@keyframes neoStatShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.nt-stat-box:nth-child(1) {
  border-color: rgba(168, 85, 247, 0.5);
  background: linear-gradient(-45deg, rgba(168, 85, 247, 0.15), rgba(88, 28, 135, 0.25), rgba(168, 85, 247, 0.1), rgba(59, 7, 100, 0.3));
  background-size: 300% 300%;
  animation: neoStatShift 6s ease infinite;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.15), inset 0 0 30px rgba(168, 85, 247, 0.08);
}
.nt-stat-box:nth-child(1)::before {
  background: linear-gradient(180deg, #a855f7, #7c3aed);
}

.nt-stat-box:nth-child(2) {
  border-color: rgba(59, 130, 246, 0.5);
  background: linear-gradient(-45deg, rgba(59, 130, 246, 0.15), rgba(29, 78, 216, 0.25), rgba(59, 130, 246, 0.1), rgba(15, 23, 42, 0.3));
  background-size: 300% 300%;
  animation: neoStatShift 6s ease infinite 2s;
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.15), inset 0 0 30px rgba(59, 130, 246, 0.08);
}
.nt-stat-box:nth-child(2)::before {
  background: linear-gradient(180deg, #3b82f6, #1d4ed8);
}

.nt-stat-box:nth-child(3) {
  border-color: rgba(16, 185, 129, 0.5);
  background: linear-gradient(-45deg, rgba(16, 185, 129, 0.15), rgba(6, 95, 70, 0.25), rgba(16, 185, 129, 0.1), rgba(2, 44, 34, 0.3));
  background-size: 300% 300%;
  animation: neoStatShift 6s ease infinite 4s;
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.15), inset 0 0 30px rgba(16, 185, 129, 0.08);
}
.nt-stat-box:nth-child(3)::before {
  background: linear-gradient(180deg, #10b981, #065f46);
}

.nt-mindmap-title-section {
  text-align: center;
  max-width: 700px;
  margin: 40px auto 50px;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.nt-mindmap-title {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.nt-mindmap-subtitle {
  color: #94a3b8;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

html.nt-light-theme .nt-mindmap-title {
  color: #1e293b;
}
html.nt-light-theme .nt-mindmap-subtitle {
  color: #64748b;
}

.neo-mindmap-wrapper {
  position: relative;
}

.neo-mindmap {
  position: relative;
  width: 1160px;
  height: 720px;
  margin: 0 auto;
}
.neo-mindmap .neo-mindmap-grid-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.neo-mindmap .neo-mm-center {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  padding: 20px 32px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.8), rgba(59, 130, 246, 0.7));
  border: 2px solid rgba(124, 58, 237, 0.8);
  border-radius: 14px;
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.4);
  user-select: none;
  top: 370px;
  left: 580px;
}
.neo-mindmap .neo-mm-center span {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  display: block;
}
.neo-mindmap .neo-mm-center small {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.neo-mindmap .neo-mm-cat {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: rgba(8, 10, 24, 0.92);
  border: 1px solid;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 10px 16px;
  white-space: nowrap;
  transition: transform 0.2s ease;
  user-select: none;
  cursor: default;
}
.neo-mindmap .neo-mm-cat:hover {
  transform: translate(-50%, calc(-50% - 4px));
}
.neo-mindmap .neo-mm-leaf {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
  background: rgba(8, 10, 24, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font-size: 13px;
  color: #cbd5e1;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.2s ease;
  user-select: none;
  cursor: default;
}
.neo-mindmap .neo-mm-leaf span {
  font-size: 16px;
}
.neo-mindmap .neo-mm-leaf:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translate(-50%, calc(-50% - 4px));
}

.nt-discover-btn-container {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  position: relative;
  z-index: 10;
}
.nt-discover-btn-container .nt-btn-discover {
  background: #a855f7;
  color: #fff;
  border: 2px solid #a855f7;
  padding: 16px 32px;
  width: 100%;
  max-width: 700px;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
  text-align: center;
}
.nt-discover-btn-container .nt-btn-discover:hover {
  background: #9333ea;
  border-color: #9333ea;
  box-shadow: 0 0 25px rgba(168, 85, 247, 0.7);
  transform: translateY(-2px);
}

.nt-marketing-reveal {
  display: block;
  opacity: 1;
  max-width: 1100px;
  margin: 0 auto 80px auto;
  text-align: center;
  background: rgba(8, 10, 24, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 24px;
  padding: 40px;
  backdrop-filter: blur(16px);
}
@keyframes fadeInReveal {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nt-marketing-reveal .nt-marketing-reveal-layout {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}
.nt-marketing-reveal .nt-marketing-reveal-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.nt-marketing-reveal .nt-marketing-header {
  text-align: center;
}
.nt-marketing-reveal .nt-marketing-header h2 {
  background: linear-gradient(90deg, #a855f7, #3b82f6, #10b981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.nt-marketing-reveal .nt-marketing-header p {
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.nt-marketing-reveal .nt-tabs-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
  min-width: 220px;
}
.nt-marketing-reveal .nt-tabs-nav .nt-tab-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a3b8;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}
.nt-marketing-reveal .nt-tabs-nav .nt-tab-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-2px);
}
.nt-marketing-reveal .nt-tabs-nav .nt-tab-btn.active[data-target=equilibrio] {
  background: rgba(59, 130, 246, 0.15);
  border-color: #3b82f6;
  color: #3b82f6;
  box-shadow: 0 0 15px rgba(59, 130, 246, 0.2);
}
.nt-marketing-reveal .nt-tabs-nav .nt-tab-btn.active[data-target=triade] {
  background: rgba(245, 158, 11, 0.15);
  border-color: #f59e0b;
  color: #f59e0b;
  box-shadow: 0 0 15px rgba(245, 158, 11, 0.2);
}
.nt-marketing-reveal .nt-tabs-nav .nt-tab-btn.active[data-target=ia] {
  background: rgba(168, 85, 247, 0.15);
  border-color: #a855f7;
  color: #a855f7;
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.2);
}
.nt-marketing-reveal .nt-tabs-nav .nt-tab-btn.active[data-target=metas] {
  background: rgba(236, 72, 153, 0.15);
  border-color: #ec4899;
  color: #ec4899;
  box-shadow: 0 0 15px rgba(236, 72, 153, 0.2);
}
.nt-marketing-reveal .nt-tabs-nav .nt-tab-btn.active[data-target=papeis] {
  background: rgba(16, 185, 129, 0.15);
  border-color: #10b981;
  color: #10b981;
  box-shadow: 0 0 15px rgba(16, 185, 129, 0.2);
}
.nt-marketing-reveal .nt-tab-content-container {
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  display: grid;
}
.nt-marketing-reveal .nt-tab-content-container .nt-tab-pane {
  grid-area: 1/1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nt-marketing-reveal .nt-tab-content-container .nt-tab-pane.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.nt-marketing-reveal .nt-tab-content-container .nt-tab-pane p {
  font-size: 1rem;
  color: #cbd5e1;
  line-height: 1.6;
  margin: 0;
  text-align: center;
  width: 100%;
}
.nt-marketing-reveal .nt-tab-content-container .nt-tab-pane p strong {
  color: #fff;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 8px;
}
.nt-marketing-reveal .nt-marketing-callout {
  margin-top: 15px;
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.15) 0%, rgba(255, 255, 255, 0.03) 100%);
  border-left: 4px solid #a855f7;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.nt-marketing-reveal .nt-marketing-callout h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.nt-marketing-reveal .nt-marketing-callout p {
  color: #cbd5e1;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .nt-share-page__hero-card {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }
  .nt-share-page__hero-divider {
    width: 100%;
    height: 1px;
  }
  .nt-share-page__hero-right,
  .nt-share-page__hero-left {
    flex: 1;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .nt-share-page__friend-status {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 24px;
    gap: 24px;
  }
  .nt-share-page__friend-marketing {
    border-left: none;
    padding-left: 0;
    border-top: 1px solid #2D333B;
    padding-top: 24px;
  }
  .nt-share-page__footer-content {
    justify-content: center;
  }
  .nt-btn-discover {
    font-size: 12px !important;
    padding: 12px 20px !important;
  }
  .nt-marketing-reveal {
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }
  .nt-marketing-reveal .nt-marketing-header h2 {
    font-size: 1.1rem !important;
  }
  .nt-marketing-reveal .nt-marketing-header p {
    font-size: 12px !important;
    margin-bottom: 16px !important;
  }
  .nt-marketing-reveal .nt-tabs-nav {
    gap: 6px !important;
    margin-bottom: 16px !important;
  }
  .nt-marketing-reveal .nt-tabs-nav .nt-tab-btn {
    padding: 6px 10px !important;
    font-size: 11px !important;
    gap: 4px !important;
  }
  .nt-marketing-reveal .nt-tab-content-container {
    padding: 14px !important;
    margin-bottom: 16px !important;
  }
  .nt-marketing-reveal .nt-tab-content-container .nt-tab-pane p {
    font-size: 12px !important;
  }
  .nt-marketing-reveal .nt-tab-content-container .nt-tab-pane p strong {
    font-size: 13px !important;
  }
  .nt-marketing-reveal .nt-marketing-callout {
    margin-top: 16px !important;
  }
  .nt-marketing-reveal .nt-marketing-callout h3 {
    font-size: 14px !important;
  }
  .nt-marketing-reveal .nt-marketing-callout p {
    font-size: 11px !important;
  }
}
@media (max-width: 576px) {
  .nt-share-page__container {
    padding: 24px 16px;
    gap: 32px;
  }
  .nt-share-page__card {
    padding: 32px 20px;
  }
  .nt-share-page__badge-wrapper {
    width: 110px;
    height: 110px;
  }
  .nt-share-page__badge-img {
    width: 80px;
    height: 80px;
  }
  .nt-share-page__title {
    font-size: 22px;
  }
  .nt-share-page__marketing-title {
    font-size: 20px;
  }
  .nt-share-page__cta-btn {
    padding: 14px 32px;
    font-size: 15px;
    width: 100%;
  }
  .nt-share-modal__card {
    padding: 24px;
  }
}
@media screen and (max-width: 380px) {
  .nt-btn-discover {
    font-size: 11px !important;
    padding: 10px 16px !important;
  }
  .nt-marketing-reveal .nt-marketing-header h2 {
    font-size: 1rem !important;
  }
  .nt-marketing-reveal .nt-marketing-header p {
    font-size: 11px !important;
  }
  .nt-marketing-reveal .nt-tabs-nav .nt-tab-btn {
    font-size: 10px !important;
    padding: 5px 8px !important;
  }
  .nt-marketing-reveal .nt-tab-content-container .nt-tab-pane p {
    font-size: 11px !important;
  }
  .nt-marketing-reveal .nt-tab-content-container .nt-tab-pane p strong {
    font-size: 12px !important;
  }
  .nt-marketing-reveal .nt-marketing-callout h3 {
    font-size: 13px !important;
  }
  .nt-marketing-reveal .nt-marketing-callout p {
    font-size: 10px !important;
  }
}
.nt-marketing-reveal {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  max-width: 900px;
  width: 100%;
  margin: 40px auto;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: #e2e8f0;
}

.nt-marketing-reveal.is-visible {
  display: block;
  opacity: 1;
}

.nt-light-theme .nt-marketing-reveal {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  color: #475569;
}

.nt-marketing-header {
  text-align: center;
  margin-bottom: 30px;
}

.nt-marketing-header h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 12px;
}

.nt-light-theme .nt-marketing-header h2 {
  color: #1e293b;
}

/* Tabs Nav */
.nt-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.nt-light-theme .nt-tabs-nav {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.nt-tab-btn {
  background: transparent;
  border: none;
  color: #94a3b8;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.2s;
}

.nt-light-theme .nt-tab-btn {
  color: #64748b;
}

.nt-tab-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.nt-light-theme .nt-tab-btn:hover {
  color: #1e293b;
  background: rgba(0, 0, 0, 0.03);
}

.nt-tab-btn.active {
  color: #fff;
  background: rgba(124, 58, 237, 0.2);
  border: 1px solid rgba(124, 58, 237, 0.4);
}

.nt-light-theme .nt-tab-btn.active {
  color: #4f46e5;
  background: rgba(79, 70, 229, 0.1);
  border-color: rgba(79, 70, 229, 0.3);
}

/* Tab Content */
.nt-tab-content-container {
  min-height: 120px;
}

.nt-tab-pane {
  display: none;
  animation: ntFadeIn 0.3s ease;
  line-height: 1.6;
}

.nt-tab-pane.active {
  display: block;
}

.nt-tab-pane strong {
  color: #a855f7;
}

.nt-light-theme .nt-tab-pane strong {
  color: #6366f1;
}

@keyframes ntFadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Callout */
.nt-marketing-callout {
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(59, 130, 246, 0.1));
  border-left: 4px solid #7c3aed;
  border-radius: 8px;
}

.nt-marketing-callout h3 {
  margin: 0 0 8px 0;
  color: #fff;
  font-size: 18px;
}

.nt-light-theme .nt-marketing-callout {
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.05), rgba(59, 130, 246, 0.05));
  border-left-color: #4f46e5;
}

.nt-light-theme .nt-marketing-callout h3 {
  color: #1e293b;
}

.nt-marketing-callout p {
  margin: 0;
  font-size: 14px;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-share-page__container,
.nt-share-page__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.nt-locked-achievements {
  width: 100%;
  margin-top: 40px;
}

.neo-mindmap-mobile {
  display: none;
  max-width: 500px;
  margin: 40px auto;
  padding: 0 20px;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 1200px) {
  .neo-mindmap-wrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    margin: 40px auto;
    padding: 0;
    height: 620px;
  }
  .neo-mindmap {
    transform: scale(0.85);
    transform-origin: top center;
    flex-shrink: 0;
  }
}
/* Tablet Landscape (992px a 1024px) */
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .neo-mindmap-wrapper {
    height: 580px;
  }
  .neo-mindmap {
    transform: scale(0.8);
  }
}
/* Tablet Portrait (769px a 991px) */
@media screen and (min-width: 769px) and (max-width: 991px) {
  .neo-mindmap-wrapper {
    height: 480px;
  }
  .neo-mindmap {
    transform: scale(0.65);
  }
}
@media (max-width: 768px) {
  .neo-mindmap-wrapper,
  .neo-mindmap {
    display: none !important;
  }
  .neo-mindmap-mobile {
    display: flex !important;
  }
}
.neo-mm-mobile-center {
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.8), rgba(59, 130, 246, 0.7));
  border: 2px solid rgba(124, 58, 237, 0.8);
  border-radius: 14px;
  user-select: none;
}
.neo-mm-mobile-center span {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  display: block;
}
.neo-mm-mobile-center small {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.neo-mm-mobile-group {
  border-left: 3px solid var(--group-color);
  padding-left: 16px;
}

.neo-mm-mobile-cat {
  font-size: 13px;
  font-weight: 700;
  color: var(--group-color);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  transition: transform 0.2s ease;
  user-select: none;
  cursor: default;
}
.neo-mm-mobile-cat:hover {
  transform: translateY(-4px);
}

.neo-mm-mobile-leaves {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.neo-mm-mobile-leaves span {
  padding: 6px 12px;
  background: rgba(8, 10, 24, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  font-size: 13px;
  color: #cbd5e1;
  transition: background-color 0.2s ease, transform 0.2s ease;
  user-select: none;
  cursor: default;
}
.neo-mm-mobile-leaves span:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-4px);
}

@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-share-page__hero-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
    padding: 32px 20px;
  }
  .nt-share-page__hero-right {
    align-items: center;
    text-align: center;
  }
  .nt-share-page__hero-divider {
    width: 80%;
    height: 1px;
  }
  .nt-share-page__hero-left {
    flex: none;
  }
  .nt-share-page__badge-wrapper {
    width: 280px;
    height: 280px;
  }
  .nt-share-page__badge-img {
    width: 220px;
    height: 220px;
  }
  .nt-share-page__hero-headline {
    font-size: 24px;
    text-align: center;
  }
  .nt-share-page__hero-eyebrow {
    text-align: center;
  }
  .nt-share-page__hero-desc {
    font-size: 14px;
    text-align: center;
  }
  .nt-share-progress-container {
    margin: 0 auto;
  }
  .nt-discover-btn-container {
    margin: 30px 20px;
  }
  .nt-btn-discover {
    font-size: 15px;
    padding: 14px 24px;
  }
  .nt-marketing-reveal {
    margin: 0 20px 60px;
    padding: 30px 24px;
  }
  .nt-marketing-reveal-layout {
    flex-direction: column;
    gap: 20px;
  }
  .nt-marketing-header h2 {
    font-size: 1.5rem;
  }
  .nt-marketing-header p {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .nt-tabs-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
  }
  .nt-tab-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
  .nt-tab-content-container {
    padding: 24px;
    margin-bottom: 24px;
  }
  .nt-tab-pane p {
    font-size: 14px;
  }
  .nt-tab-pane p strong {
    font-size: 15px;
  }
  .nt-marketing-callout {
    margin-top: 24px;
  }
  .nt-marketing-callout h3 {
    font-size: 18px;
  }
  .nt-marketing-callout p {
    font-size: 13px;
  }
  .nt-locked-achievements {
    margin-top: 20px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .nt-share-page__hero-card {
    padding: 24px 16px;
    gap: 24px;
  }
  .nt-share-page__hero-right {
    align-items: center;
    text-align: center;
  }
  .nt-share-page__hero-headline {
    font-size: 22px;
    text-align: center;
  }
  .nt-share-page__hero-eyebrow {
    text-align: center;
  }
  .nt-share-page__hero-desc {
    font-size: 13px;
    text-align: center;
  }
  .nt-share-page__hero-scroll-btn {
    font-size: 12px;
    padding: 12px 24px;
    width: 100%;
    text-align: center;
  }
  .nt-share-page__badge-wrapper {
    width: 220px;
    height: 220px;
  }
  .nt-share-page__badge-img {
    width: 170px;
    height: 170px;
  }
  .nt-mindmap-title {
    font-size: 24px;
  }
  .nt-mindmap-subtitle {
    font-size: 14px;
  }
  .nt-discover-btn-container {
    margin: 24px 0 16px;
    padding: 0 16px;
  }
  .nt-btn-discover {
    font-size: 12px !important;
    padding: 12px 20px !important;
  }
  .nt-marketing-reveal {
    margin: 0 16px 40px 16px !important;
    padding: 20px 16px !important;
    border-radius: 16px !important;
  }
  .nt-marketing-header h2 {
    font-size: 1.1rem !important;
  }
  .nt-marketing-header p {
    font-size: 12px !important;
    margin-bottom: 16px !important;
  }
  .nt-tabs-nav {
    gap: 6px !important;
    margin-bottom: 16px !important;
  }
  .nt-tab-btn {
    flex: 1 1 auto;
    justify-content: center;
    padding: 6px 10px !important;
    font-size: 11px !important;
    gap: 4px !important;
  }
  .nt-tab-content-container {
    padding: 14px !important;
    margin-bottom: 16px !important;
    border-radius: 16px;
  }
  .nt-tab-pane p {
    font-size: 12px !important;
  }
  .nt-tab-pane p strong {
    font-size: 13px !important;
  }
  .nt-marketing-callout {
    margin-top: 16px !important;
  }
  .nt-marketing-callout h3 {
    font-size: 14px !important;
  }
  .nt-marketing-callout p {
    font-size: 11px !important;
  }
  .nt-locked-achievements {
    margin-top: 20px;
    padding: 0 16px;
  }
  .nt-locked-achievements-title {
    margin-top: 40px;
    font-size: 20px;
  }
  .nt-locked-achievements-subtitle {
    font-size: 13px;
  }
  .nt-locked-grid {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 12px;
    padding-bottom: 12px;
  }
  .nt-locked-card {
    flex: 0 0 120px;
    scroll-snap-align: start;
    padding: 16px 10px;
  }
  .nt-locked-icon-wrapper {
    width: 44px;
    height: 44px;
  }
  .nt-locked-icon-wrapper svg, .nt-locked-overlay-lock svg {
    width: 16px;
    height: 16px;
  }
  .nt-locked-name {
    font-size: 9px;
  }
  .nt-marketing-cta {
    font-size: 14px;
    padding: 16px 32px;
    width: 90%;
    max-width: 350px;
    text-align: center;
  }
  .nt-share-page__footer-copy {
    font-size: clamp(9px, 3vw, 12px);
    text-align: center;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .nt-share-page__hero-headline {
    font-size: 20px;
  }
  .nt-share-page__hero-desc {
    font-size: 12px;
  }
  .nt-share-page__badge-wrapper {
    width: 180px;
    height: 180px;
  }
  .nt-share-page__badge-img {
    width: 140px;
    height: 140px;
  }
  .nt-mindmap-title {
    font-size: 20px;
  }
  .nt-mindmap-subtitle {
    font-size: 12px;
  }
  .nt-btn-discover {
    font-size: 11px !important;
    padding: 10px 16px !important;
  }
  .nt-marketing-header h2 {
    font-size: 1rem !important;
  }
  .nt-marketing-header p {
    font-size: 11px !important;
  }
  .nt-tabs-nav .nt-tab-btn {
    flex: 1 1 100%;
    font-size: 10px !important;
    padding: 5px 8px !important;
  }
  .nt-tab-pane p {
    font-size: 11px !important;
  }
  .nt-tab-pane p strong {
    font-size: 12px !important;
  }
  .nt-marketing-callout h3 {
    font-size: 13px !important;
  }
  .nt-marketing-callout p {
    font-size: 10px !important;
  }
  .nt-locked-grid {
    gap: 8px;
  }
  .nt-locked-card {
    flex: 0 0 100px;
    padding: 12px 6px;
  }
  .nt-locked-name {
    font-size: 8px;
  }
  .nt-marketing-cta {
    font-size: 12px;
    padding: 14px 24px;
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2D333B;
  padding-bottom: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  gap: 16px;
}
.nt-page-header__title-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-page-header__title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  margin: 0;
}
.nt-page-header__subtitle {
  font-size: 13px;
  color: #8B949E;
  margin: 0;
}
.nt-page-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.nt-page-header__new-btn {
  background: linear-gradient(135deg, #0088CC, #0EA5E9);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.25);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-page-header__new-btn:hover {
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.35);
  transform: translateY(-1px);
}
.nt-page-header__new-btn svg {
  flex-shrink: 0;
}

.nt-search-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #0B0E14;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 8px 14px;
  flex: 1;
  min-width: 200px;
  max-width: 320px;
  transition: all 0.25s ease;
}
.nt-search-box:focus-within {
  border-color: #0088CC;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.15);
  background: rgba(11, 14, 20, 0.8);
}
.nt-search-box svg {
  color: #8B949E;
  flex-shrink: 0;
  transition: color 0.2s ease;
}
.nt-search-box:focus-within svg {
  color: #0088CC;
}
.nt-search-box input {
  background: transparent;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  width: 100%;
}
.nt-search-box input::placeholder {
  color: #8B949E;
  opacity: 0.8;
}

.nt-filter-select {
  background: #0B0E14;
  border: 1px solid #2D333B;
  color: #FFFFFF;
  padding: 8px 32px 8px 16px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 500;
  appearance: none;
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238b949e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.nt-filter-select:hover {
  border-color: #8B949E;
  background-color: rgba(255, 255, 255, 0.02);
}
.nt-filter-select:focus {
  border-color: #0088CC;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.15);
}
.nt-filter-select option {
  background: #0F1219;
  color: #FFFFFF;
}

.nt-view-toggle {
  display: flex;
  background: #0B0E14;
  border: 1px solid #2D333B;
  padding: 3px;
  border-radius: 10px;
}
.nt-view-toggle__btn {
  background: transparent;
  border: none;
  color: #8B949E;
  padding: 7px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.nt-view-toggle__btn:hover {
  color: #FFFFFF;
}
.nt-view-toggle__btn.is-active {
  background: #0088CC;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 136, 204, 0.3);
}

.nt-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.nt-card--goal {
  position: relative;
  border: 1px solid #2D333B;
  border-top: 3px solid #2D333B;
  background: linear-gradient(135deg, #161B22, rgba(15, 18, 25, 0.3));
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.nt-card--goal:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 136, 204, 0.25);
}
.nt-card--goal:hover .nt-card__action-btn {
  opacity: 1;
}
.nt-card--goal.goal-priority-important {
  border-top-color: #0EA5E9;
}
.nt-card--goal.goal-priority-important:hover {
  border-color: rgba(14, 165, 233, 0.3);
}
.nt-card--goal.goal-priority-urgent {
  border-top-color: #EF4444;
}
.nt-card--goal.goal-priority-urgent:hover {
  border-color: rgba(239, 68, 68, 0.3);
}
.nt-card--goal.goal-priority-circumstantial {
  border-top-color: #F97316;
}
.nt-card--goal.goal-priority-circumstantial:hover {
  border-color: rgba(249, 115, 22, 0.3);
}
.nt-card--goal.is-overdue {
  border-top-color: #EF4444 !important;
  border-color: rgba(239, 68, 68, 0.2) !important;
  background: linear-gradient(135deg, #161B22, rgba(239, 68, 68, 0.015));
}
.nt-card--goal.is-overdue .nt-card__meta-item--due {
  color: #EF4444;
  font-weight: 700;
}
.nt-card--goal.is-completed {
  opacity: 0.75;
  border-top-color: #22C55E;
}
.nt-card--goal.is-completed .nt-card__title {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-card--goal.is-archived {
  opacity: 0.65;
  border-top-color: #8B949E;
  filter: grayscale(0.25);
}
.nt-card--goal.is-archived .nt-card__title {
  color: #8B949E;
}
.nt-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.nt-card__header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.nt-card__icon-wrap {
  color: var(--color-accent-blue, #0EA5E9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(22, 27, 34, 0.4);
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(45, 51, 59, 0.6);
}
.nt-card__icon-wrap svg, .nt-card__icon-wrap i {
  width: 20px;
  height: 20px;
}
.nt-card__header-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.nt-card__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  margin: 0;
}
.nt-card__actions {
  display: flex;
  gap: 6px;
  position: relative;
}
.nt-card__actions--dropdown {
  opacity: 1 !important;
}
.nt-card__action-dropdown-btn {
  background: transparent;
  border: none;
  color: #8B949E;
  padding: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.nt-card__action-dropdown-btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
}
.nt-card__action-dropdown-btn svg, .nt-card__action-dropdown-btn i {
  width: 16px;
  height: 16px;
}
.nt-card__dropdown-menu {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 6px;
  background: #0F1219;
  border: 1px solid #2D333B;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  z-index: 100;
  min-width: 120px;
  display: none;
  flex-direction: column;
  padding: 4px;
  gap: 2px;
}
.nt-card__dropdown-menu.is-open {
  display: flex;
}
.nt-card__dropdown-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  background: transparent;
  border: none;
  padding: 8px 12px;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.nt-card__dropdown-item:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
}
.nt-card__dropdown-item svg, .nt-card__dropdown-item i {
  width: 14px;
  height: 14px;
  color: inherit;
}
.nt-card__dropdown-item--danger:hover {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.08);
}
.nt-card__description {
  font-size: 13px;
  color: #8B949E;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 36px;
  margin: 0;
}
.nt-card__progress-wrapper {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none;
}
.nt-card__progress-text-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #8B949E;
  font-weight: 600;
  margin-bottom: 6px;
}
.nt-card__progress-bar-bg {
  height: 6px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.nt-card__progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #0088CC, #0EA5E9);
  border-radius: 4px;
  transition: width 0.6s cubic-bezier(0.1, 0.8, 0.1, 1);
  box-shadow: 0 0 8px rgba(14, 165, 233, 0.3);
  position: relative;
}
.nt-card__progress-bar-fill::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  opacity: 0.15;
}
.nt-card__categories-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.nt-card__badge {
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
}
.nt-card__badge--role {
  background: rgba(14, 165, 233, 0.08);
  color: #0EA5E9;
  border-color: rgba(14, 165, 233, 0.15);
}
.nt-card__badge--category {
  background: rgba(34, 197, 94, 0.08);
  color: #22C55E;
  border-color: rgba(34, 197, 94, 0.15);
}
.nt-card__bottom-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border-top: 1px solid rgba(45, 51, 59, 0.4);
  padding-top: 12px;
  margin-top: 4px;
}
.nt-card__col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-card__col-label {
  font-size: 10px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nt-card__col-value {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-card__col-value svg, .nt-card__col-value i {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.nt-card__col-value--due svg, .nt-card__col-value--due i {
  color: #8B949E;
}
.nt-card__col-value--priority.priority-important {
  color: #0EA5E9;
}
.nt-card__col-value--priority.priority-important svg, .nt-card__col-value--priority.priority-important i {
  color: #0EA5E9;
}
.nt-card__col-value--priority.priority-urgent {
  color: #EF4444;
}
.nt-card__col-value--priority.priority-urgent svg, .nt-card__col-value--priority.priority-urgent i {
  color: #EF4444;
}
.nt-card__col-value--priority.priority-circumstantial {
  color: #F97316;
}
.nt-card__col-value--priority.priority-circumstantial svg, .nt-card__col-value--priority.priority-circumstantial i {
  color: #F97316;
}
.nt-card__col-value--priority.priority-undefined {
  color: #8B949E;
}
.nt-card__col-value--priority.priority-undefined svg, .nt-card__col-value--priority.priority-undefined i {
  color: #8B949E;
}
.nt-card__col-value--smart.is-valid {
  color: #0EA5E9;
}
.nt-card__col-value--smart.is-valid svg, .nt-card__col-value--smart.is-valid i {
  color: #0EA5E9;
}
.nt-card__col-value--smart.is-pending {
  color: #8B949E;
}
.nt-card__col-value--smart.is-pending svg, .nt-card__col-value--smart.is-pending i {
  color: #8B949E;
}

.nt-status {
  font-size: 10.5px;
  padding: 3px 10px;
  border-radius: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.nt-status--active {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
  border: 1px solid rgba(74, 222, 128, 0.35);
}
html.nt-light-theme .nt-status--active {
  background: #DCFCE7 !important;
  color: #16A34A !important;
  border-color: #BBF7D0 !important;
}
.nt-status--paused {
  background: rgba(245, 158, 11, 0.15);
  color: #FBBF24;
  border: 1px solid rgba(251, 191, 36, 0.35);
}
html.nt-light-theme .nt-status--paused {
  background: #FEF3C7 !important;
  color: #D97706 !important;
  border-color: #FDE68A !important;
}
.nt-status--completed {
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
  border: 1px solid rgba(56, 189, 248, 0.35);
}
html.nt-light-theme .nt-status--completed {
  background: #E0F2FE !important;
  color: #0284C7 !important;
  border-color: #BAE6FD !important;
}
.nt-status--archived {
  background: rgba(148, 163, 184, 0.15);
  color: #94A3B8;
  border: 1px solid rgba(148, 163, 184, 0.35);
}
html.nt-light-theme .nt-status--archived {
  background: #F1F5F9 !important;
  color: #475569 !important;
  border-color: #CBD5E1 !important;
}
.nt-status--important {
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
  border: 1px solid rgba(56, 189, 248, 0.35);
}
html.nt-light-theme .nt-status--important {
  background: #E0F2FE !important;
  color: #0284C7 !important;
  border-color: #BAE6FD !important;
}
.nt-status--urgent {
  background: rgba(239, 68, 68, 0.15);
  color: #F87171;
  border: 1px solid rgba(248, 113, 113, 0.35);
}
html.nt-light-theme .nt-status--urgent {
  background: #FFE4E6 !important;
  color: #E11D48 !important;
  border-color: #FECDD3 !important;
}
.nt-status--circumstantial {
  background: rgba(245, 158, 11, 0.15);
  color: #FBBF24;
  border: 1px solid rgba(251, 191, 36, 0.35);
}
html.nt-light-theme .nt-status--circumstantial {
  background: #FEF3C7 !important;
  color: #D97706 !important;
  border-color: #FDE68A !important;
}
.nt-status--category {
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
  border: 1px solid rgba(56, 189, 248, 0.35);
  font-weight: 700;
}
.nt-status--category::before {
  display: none !important;
}
html.nt-light-theme .nt-status--category {
  background: #E0F2FE !important;
  color: #0284C7 !important;
  border-color: #BAE6FD !important;
}
.nt-status--role {
  background: rgba(168, 85, 247, 0.15);
  color: #C084FC;
  border: 1px solid rgba(192, 132, 252, 0.35);
  font-weight: 700;
}
.nt-status--role::before {
  display: none !important;
}
html.nt-light-theme .nt-status--role {
  background: #F3E8FF !important;
  color: #7E22CE !important;
  border-color: #E9D5FF !important;
}
.nt-status--project {
  background: rgba(245, 158, 11, 0.15);
  color: #FBBF24;
  border: 1px solid rgba(251, 191, 36, 0.35);
  font-weight: 700;
}
.nt-status--project::before {
  display: none !important;
}
html.nt-light-theme .nt-status--project {
  background: #FEF3C7 !important;
  color: #D97706 !important;
  border-color: #FDE68A !important;
}

.nt-table-wrapper {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  overflow-x: auto;
  margin-top: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.nt-table-wrapper .nt-table {
  width: 100%;
  min-width: 950px;
  border-collapse: collapse;
  font-size: 13px;
}
.nt-table-wrapper .nt-table thead {
  background: rgba(15, 18, 25, 0.5);
  border-bottom: 1px solid #2D333B;
}
.nt-table-wrapper .nt-table thead th {
  color: #8B949E;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 16px 20px;
  text-align: center;
}
.nt-table-wrapper .nt-table tbody#goals-table-body tr {
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
  transition: background 0.2s ease;
}
.nt-table-wrapper .nt-table tbody#goals-table-body tr:last-child {
  border-bottom: none;
}
.nt-table-wrapper .nt-table tbody#goals-table-body tr:hover {
  background: rgba(255, 255, 255, 0.015);
}
.nt-table-wrapper .nt-table tbody#goals-table-body tr.is-overdue {
  background: rgba(239, 68, 68, 0.01);
}
.nt-table-wrapper .nt-table tbody#goals-table-body tr.is-overdue td {
  border-bottom-color: rgba(239, 68, 68, 0.1);
}
.nt-table-wrapper .nt-table tbody#goals-table-body tr.is-completed {
  opacity: 0.7;
}
.nt-table-wrapper .nt-table tbody#goals-table-body td {
  padding: 16px 20px;
  color: #FFFFFF;
  vertical-align: middle;
  text-align: center;
}
.nt-table-wrapper .nt-table tbody#goals-table-body td.text-left {
  text-align: left;
}
.nt-table-wrapper .nt-table__title {
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 4px;
  line-height: 1.4;
}
.is-completed .nt-table-wrapper .nt-table__title {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-table-wrapper .nt-table__desc-preview {
  font-size: 11px;
  color: #8B949E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
}

.nt-modal--wizard {
  max-width: 1050px;
  width: 92%;
  height: 800px; /* Fixed height for visual consistency across steps */
  max-height: 90vh;
  max-height: 90svh;
  max-height: 90dvh;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background: #161B22;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
@media screen and (max-height: 850px) {
  .nt-modal--wizard {
    height: 90vh;
    height: 90svh;
    height: 90dvh;
  }
}

.nt-wizard-progress {
  background: rgba(15, 18, 25, 0.8);
  height: 94px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #2D333B;
  padding: 16px 32px 20px 32px;
}
@media screen and (max-height: 850px) {
  .nt-wizard-progress {
    height: 72px;
    padding: 8px 32px 12px 32px;
  }
}
.nt-wizard-progress__bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #0088CC, #0EA5E9);
  transition: width 0.4s ease;
  box-shadow: 0 0 10px rgba(14, 165, 233, 0.5);
  z-index: 2;
}
.nt-wizard-progress__steps {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.nt-wizard-progress__steps::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 17px;
  height: 2px;
  background: rgba(255, 255, 255, 0.05);
  z-index: -1;
}
.nt-wizard-progress__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}
.nt-wizard-progress__step .step-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #161B22;
  border: 2px solid rgba(45, 51, 59, 0.8);
  color: rgba(139, 148, 158, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14.5px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 3;
}
.nt-wizard-progress__step .step-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: color 0.3s ease;
  white-space: nowrap;
  margin-top: 2px;
}
.nt-wizard-progress__step.is-active .step-circle {
  border-color: #0EA5E9;
  background: #161B22;
  color: #0EA5E9;
  box-shadow: 0 0 14px rgba(14, 165, 233, 0.45);
  transform: scale(1.08);
  filter: none;
}
.nt-wizard-progress__step.is-active .step-label {
  color: #0EA5E9;
  font-weight: 800;
}
.nt-wizard-progress__step.is-completed .step-circle {
  border-color: #22C55E;
  background: #161B22;
  color: #22C55E;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.25);
  filter: none;
}
.nt-wizard-progress__step.is-completed .step-label {
  color: #22C55E;
}

.nt-wizard-body {
  flex: 1;
  overflow: hidden;
  padding: 0 !important; /* Override standard nt-modal__body padding to let panels stretch to edges */
  display: flex;
  flex-direction: row;
  min-height: 480px;
}
@media (max-width: 1024px) {
  .nt-wizard-body {
    flex-direction: column;
    overflow-y: auto;
  }
}
@media screen and (max-height: 850px) {
  .nt-wizard-body {
    min-height: 0;
  }
}

.nt-wizard-main-col {
  flex: 1;
  overflow-y: auto;
  padding: 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-height: 850px) {
  .nt-wizard-main-col {
    padding: 24px;
  }
}
@media (max-width: 1024px) {
  .nt-wizard-main-col {
    overflow: visible !important;
    padding: 24px 20px;
  }
}
.nt-wizard-main-col .nt-modal__field {
  margin-bottom: 24px;
}
.nt-wizard-main-col .nt-modal__label {
  font-size: 12.5px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.75) !important;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.nt-wizard-main-col .nt-modal__input,
.nt-wizard-main-col .nt-modal__textarea,
.nt-wizard-main-col .nt-modal__select {
  font-size: 15px !important;
  line-height: 1.6 !important;
  padding: 12px 16px !important;
  background: rgba(11, 14, 20, 0.7) !important;
  border: 1px solid rgba(45, 51, 59, 0.8) !important;
  border-radius: 10px !important;
  color: #FFFFFF !important;
  transition: all 0.25s ease !important;
}
.nt-wizard-main-col .nt-modal__input::placeholder,
.nt-wizard-main-col .nt-modal__textarea::placeholder,
.nt-wizard-main-col .nt-modal__select::placeholder {
  color: rgba(139, 148, 158, 0.5) !important;
  font-size: 14px;
}
.nt-wizard-main-col .nt-modal__input:focus,
.nt-wizard-main-col .nt-modal__textarea:focus,
.nt-wizard-main-col .nt-modal__select:focus {
  border-color: #0EA5E9 !important;
  box-shadow: 0 0 10px rgba(14, 165, 233, 0.15) !important;
  background: rgba(11, 14, 20, 0.95) !important;
}

.nt-wizard-ai-col {
  width: 380px;
  border-left: 1px solid #2D333B;
  background: linear-gradient(180deg, rgba(15, 18, 25, 0.6), rgba(11, 14, 20, 0.8));
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.nt-wizard-ai-col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 180px;
  background: radial-gradient(circle at 50% 0%, rgba(168, 85, 247, 0.05), transparent 70%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .nt-wizard-ai-col {
    width: 100%;
    border-left: none;
    border-top: 1px solid #2D333B;
    min-height: 250px;
  }
}
.nt-wizard-ai-col__header {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(45, 51, 59, 0.6);
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}
.nt-wizard-ai-col__title {
  font-size: 14.5px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.nt-wizard-ai-col__status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #0EA5E9;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 2px;
}
.nt-wizard-ai-col__pulse-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0EA5E9;
  box-shadow: 0 0 8px #0EA5E9;
  animation: pulse 1.6s infinite;
}
.nt-wizard-ai-col__body {
  padding: 20px;
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.nt-wizard-steps-container {
  width: 100%;
  flex: 1;
}

.nt-wizard-step {
  display: none;
  animation: slideIn 0.25s ease-out;
}
.nt-wizard-step.is-active {
  display: block;
}

.nt-wizard-step-title {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.nt-wizard-step-desc {
  font-size: 14px;
  color: #8B949E;
  line-height: 1.65;
  margin-bottom: 24px;
}

.nt-wizard-intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-wizard-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nt-wizard-grid__guide {
  margin-top: 16px !important;
}

.nt-wizard-step-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .nt-wizard-step-cols {
    grid-template-columns: 1fr;
  }
}

.nt-ai-fast-panel {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.06), rgba(14, 165, 233, 0.06));
  border: 1px solid rgba(168, 85, 247, 0.2);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.nt-ai-fast-panel__header {
  display: flex;
  gap: 10px;
  align-items: center;
}
.nt-ai-fast-panel__title {
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-ai-fast-panel__subtitle {
  font-size: 11.5px;
  color: #a855f7;
  font-weight: 700;
  margin-top: 1px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nt-ai-fast-panel__text {
  font-size: 13.5px;
  color: #8B949E;
  line-height: 1.6;
}
.nt-ai-fast-panel__btn {
  background: linear-gradient(135deg, #a855f7, #0ea5e9);
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  width: 100%;
  padding: 10px 18px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(168, 85, 247, 0.25);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-ai-fast-panel__btn:hover {
  box-shadow: 0 4px 18px rgba(168, 85, 247, 0.45);
  transform: translateY(-1px);
}
.nt-ai-fast-panel__btn:active {
  transform: translateY(1px);
}
.nt-ai-fast-panel__btn.is-loading {
  opacity: 0.8;
  cursor: not-allowed;
  background: #2D333B;
  box-shadow: none;
}
.nt-ai-fast-panel__btn.is-loading::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #FFFFFF;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

.nt-ai-refiner #nt-ai-refiner-answer::-webkit-scrollbar {
  width: 6px;
}
.nt-ai-refiner #nt-ai-refiner-answer::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-ai-refiner #nt-ai-refiner-answer::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}

.nt-ai-spark {
  font-size: 18px;
  animation: float 2.5s ease-in-out infinite;
}

.nt-ai-alert {
  display: flex;
  gap: 10px;
  background: rgba(239, 68, 68, 0.06);
  border: 1px solid rgba(239, 68, 68, 0.15);
  border-radius: 10px;
  padding: 12px;
  animation: slideDown 0.3s ease;
  border-left: 3px solid #EF4444;
}
.nt-ai-alert__icon {
  font-size: 16px;
  flex-shrink: 0;
}
.nt-ai-alert__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nt-ai-alert__title {
  font-size: 13px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.nt-ai-alert__text {
  font-size: 12.5px;
  color: #8B949E;
  line-height: 1.5;
}

.nt-ai-tasks-panel {
  background: rgba(0, 136, 204, 0.02);
  border: 1px solid rgba(0, 136, 204, 0.15);
  border-radius: 10px;
  padding: 12px;
  animation: fadeIn 0.3s ease;
  border-left: 3px solid #0EA5E9;
}
html.nt-light-theme .nt-ai-tasks-panel, .nt-light-theme .nt-ai-tasks-panel {
  background: #f8fafc;
  border-color: #cbd5e1;
  border-left-color: #0284c7;
}
.nt-ai-tasks-panel__header {
  font-weight: 700;
  font-size: 13px;
  color: #0EA5E9;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 6px;
}
html.nt-light-theme .nt-ai-tasks-panel__header, .nt-light-theme .nt-ai-tasks-panel__header {
  color: #0284c7;
}
.nt-ai-tasks-panel__desc {
  font-size: 12.5px;
  color: #8B949E;
  margin-top: 4px;
  margin-bottom: 10px;
  line-height: 1.5;
}
html.nt-light-theme .nt-ai-tasks-panel__desc, .nt-light-theme .nt-ai-tasks-panel__desc {
  color: #475569;
}

.nt-inline-task-add {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  align-items: center;
}
.nt-inline-task-add input {
  flex: 1;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 6px;
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  color: #ffffff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
html.nt-light-theme .nt-inline-task-add input, .nt-light-theme .nt-inline-task-add input {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #0f172a;
}
.nt-inline-task-add input:focus {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.2);
}

.nt-btn-inline-add {
  font-size: 12.5px;
  font-weight: 600;
  padding: 8px 14px;
  background: linear-gradient(135deg, #0088CC, #0055cc);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 4px;
}
.nt-btn-inline-add:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3);
}
.nt-btn-inline-add:active {
  transform: translateY(0);
}

.nt-ai-tasks-empty {
  padding: 12px;
  text-align: center;
  font-size: 12.5px;
  color: #8B949E;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  margin-bottom: 10px;
}
html.nt-light-theme .nt-ai-tasks-empty, .nt-light-theme .nt-ai-tasks-empty {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #64748b;
}

.nt-ai-tasks-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nt-ai-task-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 8px 10px;
  border-radius: 6px;
  line-height: 1.4;
  transition: all 0.2s ease;
}
html.nt-light-theme .nt-ai-task-item, .nt-light-theme .nt-ai-task-item {
  color: #0f172a;
  background: #ffffff;
  border-color: #e2e8f0;
}
.nt-ai-task-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(0, 136, 204, 0.3);
}
html.nt-light-theme .nt-ai-task-item:hover, .nt-light-theme .nt-ai-task-item:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}
.nt-ai-task-item:hover .nt-ai-task-remove-btn {
  opacity: 1;
}
.nt-ai-task-item input[type=checkbox] {
  accent-color: #0EA5E9;
  width: 14px;
  height: 14px;
  cursor: pointer;
  flex-shrink: 0;
}
.nt-ai-task-item .nt-ai-task-text {
  flex: 1;
  word-break: break-word;
}
.nt-ai-task-item .nt-ai-task-badge {
  font-size: 10.5px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  flex-shrink: 0;
}
.nt-ai-task-item .nt-ai-task-badge--ai {
  background: rgba(0, 136, 204, 0.15);
  color: rgb(30%, 76.6666666667%, 100%);
  border: 1px solid rgba(0, 136, 204, 0.3);
}
html.nt-light-theme .nt-ai-task-item .nt-ai-task-badge--ai, .nt-light-theme .nt-ai-task-item .nt-ai-task-badge--ai {
  background: #f3e8ff;
  color: #7e22ce;
  border-color: #d8b4fe;
}
.nt-ai-task-item .nt-ai-task-badge--manual {
  background: rgba(14, 165, 233, 0.15);
  color: #0EA5E9;
  border: 1px solid rgba(14, 165, 233, 0.3);
}
html.nt-light-theme .nt-ai-task-item .nt-ai-task-badge--manual, .nt-light-theme .nt-ai-task-item .nt-ai-task-badge--manual {
  background: #e0f2fe;
  color: #0369a1;
  border-color: #7dd3fc;
}
.nt-ai-task-item .nt-ai-task-remove-btn {
  background: transparent;
  border: none;
  color: #ef4444;
  font-size: 13px;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
  opacity: 0.6;
  transition: all 0.2s ease;
}
.nt-ai-task-item .nt-ai-task-remove-btn:hover {
  opacity: 1;
  background: rgba(239, 68, 68, 0.15);
}

.nt-ai-tasks-scheduling {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
}
html.nt-light-theme .nt-ai-tasks-scheduling, .nt-light-theme .nt-ai-tasks-scheduling {
  border-top-color: #cbd5e1;
}
.nt-ai-tasks-scheduling__title {
  font-size: 12px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 8px;
}
html.nt-light-theme .nt-ai-tasks-scheduling__title, .nt-light-theme .nt-ai-tasks-scheduling__title {
  color: #334155;
}
.nt-ai-tasks-scheduling__options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-ai-tasks-scheduling__option {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #E6EDF3;
  cursor: pointer;
}
html.nt-light-theme .nt-ai-tasks-scheduling__option, .nt-light-theme .nt-ai-tasks-scheduling__option {
  color: #0f172a;
}
.nt-ai-tasks-scheduling__option strong {
  display: block;
  font-weight: 600;
  color: #E6EDF3;
}
html.nt-light-theme .nt-ai-tasks-scheduling__option strong, .nt-light-theme .nt-ai-tasks-scheduling__option strong {
  color: #0f172a;
}
.nt-ai-tasks-scheduling__option span {
  display: block;
  font-size: 11px;
  color: #8B949E;
}
html.nt-light-theme .nt-ai-tasks-scheduling__option span, .nt-light-theme .nt-ai-tasks-scheduling__option span {
  color: #475569;
}

.nt-guide-box {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(45, 51, 59, 0.8);
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-guide-box__title {
  font-size: 12.5px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nt-guide-box__comparison {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}
.nt-guide-box__comparison .bad {
  color: rgba(239, 68, 68, 0.9);
  background: rgba(239, 68, 68, 0.04);
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid rgba(239, 68, 68, 0.08);
  line-height: 1.4;
}
.nt-guide-box__comparison .good {
  color: rgba(34, 197, 94, 0.95);
  background: rgba(34, 197, 94, 0.04);
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid rgba(34, 197, 94, 0.08);
  line-height: 1.4;
}
.nt-guide-box__list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #8B949E;
}
.nt-guide-box__list li {
  position: relative;
  padding-left: 14px;
  line-height: 1.4;
}
.nt-guide-box__list li::before {
  content: "→";
  color: #0EA5E9;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.nt-wizard-footer {
  padding: 16px 24px;
  background: rgba(15, 18, 25, 0.8);
  border-top: 1px solid #2D333B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.nt-folder-inline-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #0088CC;
  color: inherit;
  font: inherit;
  outline: none;
  width: 100%;
  text-align: center;
  padding: 2px 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(12px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.6);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(14, 165, 233, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(14, 165, 233, 0);
  }
}
/* Custom Scrollbars for Modal Textareas, Columns, and Refiner */
.nt-modal__textarea,
.nt-wizard-main-col,
.nt-wizard-ai-col__body,
.nt-chat-messages {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.18) rgba(11, 14, 20, 0.3);
}
.nt-modal__textarea::-webkit-scrollbar,
.nt-wizard-main-col::-webkit-scrollbar,
.nt-wizard-ai-col__body::-webkit-scrollbar,
.nt-chat-messages::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.nt-modal__textarea::-webkit-scrollbar-track,
.nt-wizard-main-col::-webkit-scrollbar-track,
.nt-wizard-ai-col__body::-webkit-scrollbar-track,
.nt-chat-messages::-webkit-scrollbar-track {
  background: rgba(11, 14, 20, 0.3);
  border-radius: 10px;
}
.nt-modal__textarea::-webkit-scrollbar-thumb,
.nt-wizard-main-col::-webkit-scrollbar-thumb,
.nt-wizard-ai-col__body::-webkit-scrollbar-thumb,
.nt-chat-messages::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: padding-box;
  transition: background 0.25s ease;
}
.nt-modal__textarea::-webkit-scrollbar-thumb:hover,
.nt-wizard-main-col::-webkit-scrollbar-thumb:hover,
.nt-wizard-ai-col__body::-webkit-scrollbar-thumb:hover,
.nt-chat-messages::-webkit-scrollbar-thumb:hover {
  background: rgba(14, 165, 233, 0.6);
}

/* Step 7 Review Styles */
.nt-review-card {
  background: rgba(22, 27, 34, 0.4);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nt-review-card .nt-modal__input {
  font-weight: 600 !important;
}

.nt-review-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.nt-review-letter {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 4px;
}
.nt-review-letter--s {
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.2);
  color: #0EA5E9;
}
.nt-review-letter--m {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: #10B981;
}
.nt-review-letter--a {
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.2);
  color: #F59E0B;
}
.nt-review-letter--r {
  background: rgba(236, 72, 153, 0.08);
  border: 1px solid rgba(236, 72, 153, 0.2);
  color: #EC4899;
}
.nt-review-letter--t {
  background: rgba(139, 92, 246, 0.08);
  border: 1px solid rgba(139, 92, 246, 0.2);
  color: #8B5CF6;
}

.nt-review-textarea {
  background: transparent !important;
  border: 1px dashed transparent !important;
  padding: 6px 8px !important;
  color: #FFFFFF !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  resize: none !important;
  transition: all 0.2s ease !important;
  width: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
}
.nt-review-textarea:hover {
  border-color: rgba(255, 255, 255, 0.15) !important;
  background: rgba(255, 255, 255, 0.02) !important;
}
.nt-review-textarea:focus {
  border-color: #0EA5E9 !important;
  background: rgba(11, 14, 20, 0.9) !important;
  box-shadow: 0 0 8px rgba(14, 165, 233, 0.15) !important;
}

/* Configurações da Meta — Passo 7 */
.nt-config-section {
  border-top: 1px solid var(--color-border, #2D333B);
  padding-top: 20px;
  padding-bottom: 10px;
}
.nt-config-section__title {
  font-size: 16px !important;
  margin-bottom: 16px !important;
}
.nt-config-section__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nt-config-section__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.nt-config-section .nt-modal__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
}
.nt-config-section .nt-modal__label {
  font-size: 12px;
  font-weight: 700;
  color: #8B949E;
}
.nt-config-section .nt-modal__input {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 8px;
  padding: 10px 12px;
  color: #FFFFFF;
  font-size: 13.5px;
}
.nt-config-section .nt-modal__input[readonly] {
  cursor: pointer;
}
.nt-config-section .nt-tag-field {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 8px;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 4px 8px;
}
.nt-config-section .nt-tag-field__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.nt-config-section .nt-tag-field__input {
  background: transparent !important;
  border: none !important;
  padding: 4px 8px !important;
  font-size: 13.5px !important;
  color: #FFFFFF !important;
  outline: none !important;
  width: 100%;
  box-shadow: none !important;
}
.nt-config-section .nt-triade-btns--segmented {
  display: flex;
  background: rgba(0, 0, 0, 0.2);
  padding: 4px;
  border-radius: 8px;
  border: 1px solid var(--color-border, #2D333B);
  gap: 4px;
  min-height: 42px;
  align-items: center;
  width: 100%;
}
.nt-config-section .nt-triade-btns--segmented .nt-triade-btn {
  flex: 1;
  padding: 8px 12px;
  border-radius: 6px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent;
  color: #8B949E;
}
.nt-config-section .nt-triade-btns--segmented .nt-triade-btn__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.nt-config-section .nt-triade-btns--segmented .nt-triade-btn--importante .nt-triade-btn__dot {
  background-color: #0b81cd;
}
.nt-config-section .nt-triade-btns--segmented .nt-triade-btn--importante:hover {
  color: #fff;
  background-color: rgba(11, 129, 205, 0.1);
}
.nt-config-section .nt-triade-btns--segmented .nt-triade-btn--importante.is-active {
  background-color: #0b81cd !important;
  color: #fff !important;
}
.nt-config-section .nt-triade-btns--segmented .nt-triade-btn--urgente .nt-triade-btn__dot {
  background-color: #ea403b;
}
.nt-config-section .nt-triade-btns--segmented .nt-triade-btn--urgente:hover {
  color: #fff;
  background-color: rgba(234, 64, 59, 0.1);
}
.nt-config-section .nt-triade-btns--segmented .nt-triade-btn--urgente.is-active {
  background-color: #ea403b !important;
  color: #fff !important;
}
.nt-config-section .nt-triade-btns--segmented .nt-triade-btn--circunstancial .nt-triade-btn__dot {
  background-color: #f4b622;
}
.nt-config-section .nt-triade-btns--segmented .nt-triade-btn--circunstancial:hover {
  color: #fff;
  background-color: rgba(244, 182, 34, 0.1);
}
.nt-config-section .nt-triade-btns--segmented .nt-triade-btn--circunstancial.is-active {
  background-color: #f4b622 !important;
  color: #fff !important;
}

/* Icon Picker Styles */
.nt-icon-picker-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.nt-icon-picker-btn {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #2D333B;
  color: #8B949E;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.nt-icon-picker-btn i, .nt-icon-picker-btn svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}
.nt-icon-picker-btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}
.nt-icon-picker-btn:focus {
  outline: none;
  border-color: #0088CC;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.25);
}
.nt-icon-picker-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.nt-icon-picker-btn.is-active {
  color: #FFFFFF;
  background: rgba(0, 136, 204, 0.15);
  border-color: #0088CC;
  box-shadow: 0 0 10px rgba(0, 136, 204, 0.25);
}

.nt-modal.is-step-1 .nt-wizard-ai-col {
  display: none !important;
}
.nt-modal.is-step-1 .nt-wizard-footer {
  display: none !important;
}
.nt-modal.is-step-1 .nt-wizard-main-col {
  overflow: hidden !important;
  padding-bottom: 24px !important;
  height: 100%;
}
.nt-modal.is-step-1 .nt-wizard-steps-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.nt-modal.is-step-1 #step-panel-1 {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nt-modal.is-step-1 .nt-chat-container {
  max-width: none !important;
  flex: 1;
  height: 0 !important;
  min-height: 0;
  margin-top: 12px;
}

.nt-chat-container {
  display: flex;
  flex-direction: column;
  height: 500px;
  background: rgba(11, 14, 20, 0.4);
  border: 1px solid rgba(45, 51, 59, 0.6);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}

/* Searchable Select Custom Dropdowns (Appended to body) */
.nt-searchable-select__dropdown {
  position: fixed;
  background: #161B22 !important;
  border: 1px solid #30363D !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5) !important;
  z-index: 9999 !important;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  padding: 6px !important;
  gap: 2px !important;
}
.nt-searchable-select__dropdown.is-open {
  display: flex !important;
}
.nt-searchable-select__dropdown::-webkit-scrollbar {
  width: 4px;
}
.nt-searchable-select__dropdown::-webkit-scrollbar-track {
  background: transparent;
}
.nt-searchable-select__dropdown::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.nt-searchable-select__option {
  padding: 8px 12px !important;
  border-radius: 6px !important;
  color: #C9D1D9 !important;
  font-size: 13px !important;
  font-family: "Inter", sans-serif !important;
  cursor: pointer !important;
  transition: background 0.2s, color 0.2s !important;
  user-select: none !important;
}
.nt-searchable-select__option:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #FFFFFF !important;
}
.nt-searchable-select__option--create {
  color: #0EA5E9 !important;
  font-weight: 600 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
  margin-top: 4px !important;
  border-radius: 0 0 6px 6px !important;
}
.nt-searchable-select__option--create:hover {
  background: rgba(14, 165, 233, 0.1) !important;
  color: #38BDF8 !important;
}
.nt-searchable-select__option--empty {
  color: #8B949E !important;
  cursor: default !important;
  text-align: center !important;
  padding: 12px !important;
}
.nt-searchable-select__option--empty:hover {
  background: transparent !important;
  color: #8B949E !important;
}

.nt-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nt-chat-bubble {
  display: flex;
  gap: 14px;
  max-width: 85%;
  animation: fadeIn 0.3s ease;
}
.nt-chat-bubble--ai {
  align-self: flex-start;
}
.nt-chat-bubble--ai .nt-chat-bubble__avatar {
  background: linear-gradient(135deg, #a855f7, #0ea5e9);
  color: #fff;
  box-shadow: 0 0 10px rgba(168, 85, 247, 0.3);
}
.nt-chat-bubble--ai .nt-chat-bubble__content {
  background: rgba(22, 27, 34, 0.6);
  border: 1px solid rgba(168, 85, 247, 0.25);
  border-radius: 0 16px 16px 16px;
}
.nt-chat-bubble--user {
  align-self: flex-end;
  flex-direction: row-reverse;
}
.nt-chat-bubble--user .nt-chat-bubble__avatar {
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(14, 165, 233, 0.3);
  color: #0ea5e9;
}
.nt-chat-bubble--user .nt-chat-bubble__content {
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 16px 0 16px 16px;
}
.nt-chat-bubble__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.nt-chat-bubble__content {
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.nt-chat-bubble__text {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.6;
  margin: 0;
  white-space: pre-line;
}
.nt-chat-bubble__subtext {
  font-size: 12px;
  color: #8b949e;
  line-height: 1.5;
  margin: 0;
}

.nt-chat-justification {
  background: rgba(14, 165, 233, 0.06);
  border-left: 2px solid #0EA5E9;
  padding: 8px 12px;
  border-radius: 0 6px 6px 0;
  margin-top: 4px;
}
.nt-chat-justification p {
  margin: 0;
  font-size: 12.5px;
  color: #8b949e;
  line-height: 1.5;
}

.nt-chat-input-area {
  padding: 16px 24px;
  background: rgba(22, 27, 34, 0.8);
  border-top: 1px solid rgba(45, 51, 59, 0.8);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nt-chat-input-wrapper {
  display: flex;
  background: #0B0E14;
  border: 1px solid rgba(45, 51, 59, 0.8);
  border-radius: 10px;
  padding: 6px 12px;
  align-items: center;
  gap: 12px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.nt-chat-input-wrapper:focus-within {
  border-color: #a855f7;
  box-shadow: 0 0 10px rgba(168, 85, 247, 0.15);
}

.nt-chat-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.5;
  resize: none;
  max-height: 100px;
  padding: 6px 0;
  font-family: inherit;
}
.nt-chat-input::placeholder {
  color: rgba(139, 148, 158, 0.5);
}

.nt-chat-send-btn {
  background: linear-gradient(135deg, #a855f7, #0ea5e9);
  border: none;
  border-radius: 8px;
  color: #FFFFFF;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.1s, opacity 0.2s;
  box-shadow: 0 4px 12px rgba(168, 85, 247, 0.2);
}
.nt-chat-send-btn:hover {
  opacity: 0.95;
}
.nt-chat-send-btn:active {
  transform: translateY(1px);
}
.nt-chat-send-btn:disabled {
  background: #2d333b;
  color: #8b949e;
  cursor: not-allowed;
  box-shadow: none;
}

.nt-chat-actions-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nt-chat-action-link {
  background: transparent;
  border: none;
  color: #8b949e;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s;
}
.nt-chat-action-link:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
}

.nt-chat-typing-indicator {
  display: flex;
  gap: 4px;
  padding: 8px;
  align-items: center;
}
.nt-chat-typing-indicator span {
  width: 6px;
  height: 6px;
  background-color: #8B949E;
  border-radius: 50%;
  display: inline-block;
  animation: typing 1.4s infinite both;
}
.nt-chat-typing-indicator span:nth-child(2) {
  animation-delay: 0.2s;
}
.nt-chat-typing-indicator span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.4;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.nt-card--goal {
  cursor: pointer;
}

.nt-table tbody tr {
  cursor: pointer;
}

@media (max-width: 1024px) {
  .nt-modal--details .nt-goal-details__body {
    grid-template-columns: 1fr !important;
    overflow-y: auto !important;
  }
  .nt-modal--details .nt-goal-details__smart-col {
    border-right: none !important;
    border-bottom: 1px solid rgba(45, 51, 59, 0.5);
    overflow-y: visible !important;
  }
}

.nt-smart-pillar-card:hover {
  transform: translateY(-2px);
  background: rgba(28, 33, 40, 0.8) !important;
  border-color: rgba(145, 158, 171, 0.25) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.nt-goal-details__item-row:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@keyframes ntChartPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.2;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.8;
  }
}
.nt-chart-pulse {
  transform-origin: center;
}

.nt-goal-details__smart-col::-webkit-scrollbar,
.nt-goal-details__timeline-col::-webkit-scrollbar,
#nt-goal-details-day-items-list::-webkit-scrollbar {
  width: 6px;
}
.nt-goal-details__smart-col::-webkit-scrollbar-track,
.nt-goal-details__timeline-col::-webkit-scrollbar-track,
#nt-goal-details-day-items-list::-webkit-scrollbar-track {
  background: transparent;
}
.nt-goal-details__smart-col::-webkit-scrollbar-thumb,
.nt-goal-details__timeline-col::-webkit-scrollbar-thumb,
#nt-goal-details-day-items-list::-webkit-scrollbar-thumb {
  background: rgba(139, 148, 158, 0.15);
  border-radius: 3px;
}
.nt-goal-details__smart-col::-webkit-scrollbar-thumb:hover,
.nt-goal-details__timeline-col::-webkit-scrollbar-thumb:hover,
#nt-goal-details-day-items-list::-webkit-scrollbar-thumb:hover {
  background: rgba(139, 148, 158, 0.3);
}

.nt-goal-details-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  background: rgba(10, 12, 16, 0.85);
  backdrop-filter: blur(12px);
  padding: 40px 16px;
  display: none;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
}
.nt-goal-details-backdrop.is-open {
  display: flex;
}

.nt-goal-details {
  max-width: 1100px;
  width: 95%;
  height: 780px;
  max-height: 90vh;
  max-height: 90svh;
  max-height: 90dvh;
  display: flex;
  flex-direction: column;
  margin: auto;
}
@media screen and (max-height: 850px) {
  .nt-goal-details {
    height: 90vh;
    height: 90svh;
    height: 90dvh;
  }
}
.nt-goal-details {
  background: rgba(22, 27, 34, 0.8);
  border: 1px solid rgba(45, 51, 59, 0.7);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  overflow: hidden;
  position: relative;
}
.nt-goal-details__glow-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 10;
}
.nt-goal-details__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  border-bottom: 1px solid rgba(45, 51, 59, 0.5);
  background: rgba(17, 22, 29, 0.5);
  z-index: 5;
}
.nt-goal-details__header-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}
.nt-goal-details__icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.2);
  color: #0EA5E9;
  font-size: 24px;
}
.nt-goal-details__header-titles {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-goal-details__title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: -0.01em;
  transition: all 0.2s ease;
}
.nt-goal-details__title.is-clickable {
  cursor: pointer;
}
.nt-goal-details__title.is-clickable:hover {
  color: #0EA5E9;
  opacity: 0.95;
}
html.nt-light-theme .nt-goal-details__title {
  color: #0F172A;
}
html.nt-light-theme .nt-goal-details__title.is-clickable:hover {
  color: #0088CC;
}
.nt-goal-details__meta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 12.5px;
  margin-top: 2px;
}
.nt-goal-details__dates {
  color: #8B949E;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-goal-details__dates strong {
  color: #FFFFFF;
  font-weight: 600;
}
.nt-goal-details__calendar-icon {
  width: 15px;
  height: 15px;
  color: #0EA5E9;
  flex-shrink: 0;
}
.nt-goal-details__divider {
  color: rgba(255, 255, 255, 0.15);
}
.nt-goal-details__header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nt-goal-details__circular-wrap {
  position: relative;
  width: 60px;
  height: 60px;
}
.nt-goal-details__circular-svg {
  transform: rotate(-90deg);
}
.nt-goal-details__circular-track {
  stroke: rgba(255, 255, 255, 0.03);
}
.nt-goal-details__progress-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-goal-details__close {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #8B949E;
  cursor: pointer;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.nt-goal-details__close svg, .nt-goal-details__close i {
  width: 18px;
  height: 18px;
}
.nt-goal-details__close:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
}
.nt-goal-details__body {
  flex: 1;
  display: grid;
  grid-template-columns: 420px 1fr;
  overflow: hidden;
  padding: 0 !important;
  background: rgba(13, 17, 23, 0.3);
}
.nt-goal-details__smart-col {
  padding: 24px 32px;
  border-right: 1px solid rgba(45, 51, 59, 0.5);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: rgba(10, 14, 20, 0.45);
}
.nt-goal-details__smart-section-header, .nt-goal-details__timeline-section-header {
  margin-bottom: 8px;
}
.nt-goal-details__section-title {
  font-size: 13px;
  font-weight: 700;
  color: #0EA5E9;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 4px 0;
}
.nt-goal-details__section-subtitle {
  font-size: 12px;
  color: #8B949E;
  margin: 0;
}
.nt-goal-details .nt-smart-pillar-card {
  display: flex;
  gap: 14px;
  background: rgba(22, 27, 34, 0.6);
  border: 1px solid rgba(45, 51, 59, 0.4);
  border-radius: 12px;
  padding: 14px;
  transition: all 0.25s ease;
}
.nt-goal-details .nt-smart-pillar-letter {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  flex-shrink: 0;
}
.nt-goal-details .nt-smart-pillar-letter.spec {
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.25);
  color: #0EA5E9;
}
.nt-goal-details .nt-smart-pillar-letter.meas {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.25);
  color: #22C55E;
}
.nt-goal-details .nt-smart-pillar-letter.achi {
  background: rgba(168, 85, 247, 0.1);
  border: 1px solid rgba(168, 85, 247, 0.25);
  color: #A855F7;
}
.nt-goal-details .nt-smart-pillar-letter.rele {
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.25);
  color: #F97316;
}
.nt-goal-details .nt-smart-pillar-letter.time {
  background: rgba(236, 72, 153, 0.1);
  border: 1px solid rgba(236, 72, 153, 0.25);
  color: #EC4899;
}
.nt-goal-details .nt-smart-pillar-content {
  display: flex;
  flex-direction: column;
}
.nt-goal-details .nt-smart-pillar-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px 0;
}
.nt-goal-details .nt-smart-pillar-text {
  font-size: 12px;
  color: #8B949E;
  margin: 0;
  line-height: 1.5;
  white-space: pre-line;
}
.nt-goal-details__timeline-col {
  padding: 24px 32px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.nt-goal-details__chart-container {
  position: relative;
  width: 100%;
  height: 260px;
  background: rgba(22, 27, 34, 0.4);
  border: 1px solid rgba(45, 51, 59, 0.4);
  border-radius: 16px;
  padding: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-goal-details__chart-placeholder {
  color: #8B949E;
  font-size: 13px;
}
.nt-goal-details__day-details {
  display: none;
  background: rgba(22, 27, 34, 0.4);
  border: 1px solid rgba(45, 51, 59, 0.4);
  border-radius: 16px;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nt-goal-details__day-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
  padding-bottom: 10px;
}
.nt-goal-details__day-title {
  font-size: 13.5px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
.nt-goal-details__day-badge {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.nt-goal-details__day-items {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-goal-details__day-empty {
  background: rgba(22, 27, 34, 0.2);
  border: 1px dashed rgba(45, 51, 59, 0.4);
  border-radius: 16px;
  padding: 32px 20px;
  text-align: center;
  color: #8B949E;
  font-size: 13px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.nt-goal-details__empty-icon {
  width: 24px;
  height: 24px;
  color: #0EA5E9;
}
.nt-goal-details__item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-radius: 8px;
  transition: all 0.2s ease;
  background: rgba(22, 27, 34, 0.7);
  border: 1px solid rgba(45, 51, 59, 0.4);
}
.nt-goal-details__item-row:hover {
  border-color: rgba(14, 165, 233, 0.4);
  background: rgba(22, 27, 34, 0.9);
  transform: translateX(2px);
}
.nt-goal-details__item-title {
  color: #FFFFFF;
  font-size: 12.5px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}
.nt-goal-details__motivational-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(10, 12, 16, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 85%;
  max-width: 440px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
  z-index: 10;
  pointer-events: auto;
}
.nt-goal-details__motivational-overlay.info {
  border: 1px solid rgba(14, 165, 233, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 25px rgba(14, 165, 233, 0.15);
}
.nt-goal-details__motivational-overlay.info .nt-goal-details__motivational-icon {
  filter: drop-shadow(0 0 10px rgba(14, 165, 233, 0.6));
}
.nt-goal-details__motivational-overlay.warning {
  border: 1px solid rgba(245, 158, 11, 0.3);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 25px rgba(245, 158, 11, 0.15);
}
.nt-goal-details__motivational-overlay.warning .nt-goal-details__motivational-icon {
  filter: drop-shadow(0 0 10px rgba(245, 158, 11, 0.6));
}
.nt-goal-details__motivational-icon {
  font-size: 32px;
  line-height: 1;
}
.nt-goal-details__motivational-body {
  flex: 1;
  text-align: left;
}
.nt-goal-details__motivational-title {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px 0;
  letter-spacing: -0.01em;
}
.nt-goal-details__motivational-desc {
  font-size: 12px;
  color: #9CA3AF;
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .nt-goal-details {
    height: auto !important;
  }
  .nt-goal-details__body {
    grid-template-columns: 1fr !important;
    overflow-y: auto !important;
  }
  .nt-goal-details__smart-col {
    border-right: none !important;
    border-bottom: 1px solid rgba(45, 51, 59, 0.5) !important;
    overflow-y: visible !important;
  }
  .nt-goal-details__timeline-col {
    overflow-y: visible !important;
  }
}

.nt-goals-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.nt-goal-item {
  display: flex;
  align-items: center;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 16px 24px;
  gap: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.nt-goal-item:hover {
  background: rgb(10.9845938375%, 13.481092437%, 16.9761904762%);
  border-color: rgb(24.5701357466%, 27.8461538462%, 32.2141779789%);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
html.nt-light-theme .nt-goal-item {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
html.nt-light-theme .nt-goal-item:hover {
  background: #F8FAFC;
  border-color: #CBD5E1;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.nt-goal-item.is-overdue {
  border-left: 4px solid #EF4444;
}
.nt-goal-item.is-completed {
  border-left: 4px solid #22C55E;
  opacity: 0.85;
}
.nt-goal-item.is-archived {
  border-left: 4px solid #8B949E;
  opacity: 0.65;
  filter: grayscale(0.25);
}
.nt-goal-item__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.25);
  color: #0EA5E9;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.nt-goal-item__icon-wrap svg, .nt-goal-item__icon-wrap i {
  width: 26px;
  height: 26px;
}
html.nt-light-theme .nt-goal-item__icon-wrap {
  background: rgba(14, 165, 233, 0.06);
  border-color: rgba(14, 165, 233, 0.2);
}
.nt-goal-item__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-goal-item__title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.nt-goal-item__title {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
}
html.nt-light-theme .nt-goal-item__title {
  color: #0F172A;
}
.is-completed .nt-goal-item__title {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-goal-item__desc {
  font-size: 13px;
  color: #8B949E;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
html.nt-light-theme .nt-goal-item__desc {
  color: #475569;
}
.nt-goal-item__meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin-top: 4px;
}
.nt-goal-item__progress-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 140px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .nt-goal-item__progress-section {
    width: 100%;
    margin-top: 4px;
  }
}
.nt-goal-item__progress-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #8B949E;
}
.nt-goal-item__progress-text span {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nt-goal-item__progress-text strong {
  font-weight: 700;
  color: #FFFFFF;
  font-size: 12px;
}
html.nt-light-theme .nt-goal-item__progress-text strong {
  color: #0F172A;
}
.nt-goal-item__progress-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
html.nt-light-theme .nt-goal-item__progress-bar {
  background: #E2E8F0;
}
.nt-goal-item__progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #0EA5E9, rgb(25.3482575216%, 73.7277129475%, 95.5144875764%));
  border-radius: 3px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-goal-item__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .nt-goal-item__actions {
    width: 100%;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 1px solid rgba(45, 51, 59, 0.4);
    padding-top: 10px;
  }
}
.nt-goal-item__status-badge {
  font-size: 10px !important;
  padding: 4px 10px !important;
  border-radius: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}
.nt-goal-item__action-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-goal-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #2D333B;
  background: rgba(255, 255, 255, 0.03);
  color: #8B949E;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-goal-item__btn svg, .nt-goal-item__btn i {
  width: 14px;
  height: 14px;
}
.nt-goal-item__btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.nt-goal-item__btn--danger:hover {
  color: #FFFFFF;
  background: #EF4444;
  border-color: #EF4444;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.25);
}
html.nt-light-theme .nt-goal-item__btn {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-goal-item__btn:hover {
  color: #0F172A;
  background: #F1F5F9;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-goal-item__btn--danger:hover {
  color: #FFFFFF;
  background: #EF4444;
  border-color: #EF4444;
}
@media screen and (max-width: 768px) {
  .nt-goal-item {
    flex-wrap: wrap;
    padding: 16px;
    gap: 12px;
  }
  .nt-goal-item__icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }
  .nt-goal-item__icon-wrap svg, .nt-goal-item__icon-wrap i {
    width: 20px;
    height: 20px;
  }
}

.nt-recurrence-notice {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(168, 85, 247, 0.08));
  border: 1px solid rgba(59, 130, 246, 0.25);
  border-left: 4px solid #3b82f6;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
}
.nt-recurrence-notice:hover {
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.12);
}
.nt-recurrence-notice__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(59, 130, 246, 0.15);
  color: #60a5fa;
  flex-shrink: 0;
}
.nt-recurrence-notice__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.nt-recurrence-notice__title {
  font-size: 13.5px;
  font-weight: 700;
  color: #f8fafc;
  letter-spacing: 0.01em;
}
.nt-recurrence-notice__text {
  font-size: 12.5px;
  color: #94a3b8;
  line-height: 1.45;
}
.nt-recurrence-notice__text strong {
  color: #e2e8f0;
  font-weight: 600;
}
.nt-recurrence-notice__text em {
  color: #38bdf8;
  font-style: normal;
  font-weight: 600;
}
.nt-recurrence-notice--inline {
  margin-bottom: 0;
  margin-top: 12px;
  padding: 10px 14px;
  background: rgba(59, 130, 246, 0.05);
  border-radius: 8px;
}
.nt-recurrence-notice--inline .nt-recurrence-notice__icon {
  width: 28px;
  height: 28px;
}

html.nt-light-theme .nt-recurrence-notice {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(168, 85, 247, 0.06));
  border: 1px solid rgba(59, 130, 246, 0.35);
  border-left: 4px solid #2563eb;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-recurrence-notice:hover {
  border-color: rgba(37, 99, 235, 0.5);
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.1);
}
html.nt-light-theme .nt-recurrence-notice__icon {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}
html.nt-light-theme .nt-recurrence-notice__title {
  color: #0f172a;
}
html.nt-light-theme .nt-recurrence-notice__text {
  color: #475569;
}
html.nt-light-theme .nt-recurrence-notice__text strong {
  color: #1e293b;
}
html.nt-light-theme .nt-recurrence-notice__text em {
  color: #0284c7;
}
html.nt-light-theme .nt-recurrence-notice--inline {
  background: rgba(37, 99, 235, 0.06);
  border-color: rgba(37, 99, 235, 0.2);
}

/* ==========================================================================
   MÓDULO DE KPIS NAS METAS SMART - ESTRUTURA E MODO ESCURO (PADRÃO)
   ========================================================================== */
/* ── 1. TRILHA DE NAVEGAÇÃO (BREADCRUMBS) ────────────────────────────────── */
.nt-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.nt-breadcrumb .nt-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text-secondary, #8B949E);
}
.nt-breadcrumb .nt-breadcrumb__link {
  color: var(--color-text-secondary, #8B949E);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nt-breadcrumb .nt-breadcrumb__link:hover {
  color: var(--nt-primary, #0EA5E9);
  text-decoration: underline;
}
.nt-breadcrumb .nt-breadcrumb__link.is-active {
  color: var(--color-text-primary, #FFFFFF);
  font-weight: 700;
  pointer-events: none;
}
.nt-breadcrumb .nt-breadcrumb__sep {
  color: var(--color-border, #30363D);
  font-size: 12px;
  user-select: none;
}

/* ── 2. FULLPAGE WIZARD & CHAT DE IA ─────────────────────────────────────── */
.nt-wizard-fullpage {
  padding: 28px;
  border-radius: 16px;
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  color: var(--color-text-primary, #FFFFFF);
}

.nt-wizard-step-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-text-primary, #FFFFFF);
  margin-bottom: 6px;
}

.nt-wizard-step-desc {
  font-size: 13.5px;
  color: var(--color-text-secondary, #8B949E);
  line-height: 1.5;
}

.nt-wizard-progress {
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border, #2D333B);
}
.nt-wizard-progress .nt-wizard-progress__track {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
}
.nt-wizard-progress .nt-wizard-progress__bar {
  height: 100%;
  background: linear-gradient(90deg, #0088CC, #0EA5E9);
  border-radius: 3px;
  transition: width 0.3s ease;
}
.nt-wizard-progress .nt-wizard-progress__steps {
  display: flex;
  justify-content: space-between;
}
.nt-wizard-progress .nt-wizard-progress__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-secondary, #8B949E);
}
.nt-wizard-progress .nt-wizard-progress__step .dot, .nt-wizard-progress .nt-wizard-progress__step .step-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #161B22;
  border: 2px solid var(--color-border, #2D333B);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-secondary, #8B949E);
  transition: all 0.2s ease;
  position: relative;
  z-index: 3;
}
.nt-wizard-progress .nt-wizard-progress__step.is-active {
  color: #0EA5E9;
}
.nt-wizard-progress .nt-wizard-progress__step.is-active .dot, .nt-wizard-progress .nt-wizard-progress__step.is-active .step-circle {
  border-color: #0EA5E9;
  background: #161B22;
  color: #0EA5E9;
  font-weight: 800;
  box-shadow: 0 0 14px rgba(14, 165, 233, 0.45);
}
.nt-wizard-progress .nt-wizard-progress__step.is-completed {
  color: #10B981;
}
.nt-wizard-progress .nt-wizard-progress__step.is-completed .dot, .nt-wizard-progress .nt-wizard-progress__step.is-completed .step-circle {
  border-color: #10B981;
  background: #161B22;
  color: #10B981;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.25);
}

.nt-chat-container {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 260px;
}
.nt-chat-container .nt-chat-messages {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 6px;
  min-height: 140px;
}
.nt-chat-container .nt-chat-input-area {
  background: transparent;
  padding-top: 12px;
  border-top: 1px solid var(--color-border, #2D333B);
}
.nt-chat-container .nt-chat-input-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 640px) {
  .nt-chat-container .nt-chat-input-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.nt-chat-container .nt-chat-textarea {
  flex: 1;
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--color-text-primary, #FFFFFF);
  font-size: 14px;
  outline: none;
  resize: none;
  transition: all 0.2s ease;
  font-family: inherit;
  line-height: 1.4;
}
.nt-chat-container .nt-chat-textarea:focus {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}
.nt-chat-container .nt-chat-textarea::placeholder {
  color: var(--color-text-secondary, #8B949E);
}
.nt-chat-container .nt-chat-send-btn {
  background: linear-gradient(135deg, #0088CC, #0EA5E9);
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  height: 48px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.25);
}
.nt-chat-container .nt-chat-send-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.4);
  background: linear-gradient(135deg, #0284C7, #38BDF8);
}
.nt-chat-container .nt-chat-send-btn:active {
  transform: translateY(0);
}
.nt-chat-container .nt-chat-bubble {
  font-size: 13.5px;
  line-height: 1.5;
}
.nt-chat-container .nt-chat-bubble__text {
  color: var(--color-text-primary, #F1F5F9);
  font-size: 13.5px;
  margin: 0 0 4px;
}
.nt-chat-container .nt-chat-bubble__subtext {
  color: var(--color-text-secondary, #8B949E);
  font-size: 12px;
  margin: 0;
}
.nt-chat-container .nt-chat-bubble--user {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.nt-chat-container .nt-chat-bubble--user .nt-chat-bubble__content {
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 12px;
  padding: 10px 16px;
  color: var(--color-text-primary, #FFFFFF);
  max-width: 85%;
  word-break: break-word;
  line-height: 1.5;
  font-size: 13.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.nt-chat-container .nt-chat-bubble--ai {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.nt-chat-container .nt-chat-bubble--ai .nt-chat-bubble__avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.nt-chat-container .nt-chat-bubble--ai .nt-chat-bubble__content {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 10px;
  padding: 10px 14px;
  max-width: 85%;
}
.nt-chat-container .nt-chat-bubble--loading .nt-chat-bubble__content {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(14, 165, 233, 0.12) !important;
  border: 1px solid rgba(14, 165, 233, 0.3) !important;
}

.nt-typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nt-typing-dots span {
  width: 6px;
  height: 6px;
  background: #0EA5E9;
  border-radius: 50%;
  animation: ntTypingBlink 1.4s infinite ease-in-out both;
}
.nt-typing-dots span:nth-child(1) {
  animation-delay: 0s;
}
.nt-typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.nt-typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes ntTypingBlink {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.4;
  }
  40% {
    transform: scale(1.1);
    opacity: 1;
  }
}
.nt-typing-text {
  font-size: 13px;
  color: var(--color-text-secondary, #8B949E);
  font-style: italic;
}

/* ── 3. MONTADOR DRAG & DROP DE KPIS (BUILDER) ──────────────────────────── */
.nt-kpi-builder {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .nt-kpi-builder {
    grid-template-columns: 1fr;
  }
}

.nt-kpi-dropzone-container {
  background: var(--color-bg-card, rgba(15, 23, 42, 0.6));
  border: 2px dashed var(--color-border, #2D333B);
  border-radius: 12px;
  padding: 20px;
  min-height: 280px;
  transition: all 0.2s ease;
}
.nt-kpi-dropzone-container.is-dragover {
  border-color: #0EA5E9;
  background: rgba(14, 165, 233, 0.06);
  box-shadow: 0 0 20px rgba(14, 165, 233, 0.15);
}
.nt-kpi-dropzone-container .nt-kpi-dropzone__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  color: var(--color-text-secondary, #8B949E);
}
.nt-kpi-dropzone-container .nt-kpi-dropzone__empty .icon, .nt-kpi-dropzone-container .nt-kpi-dropzone__empty .title, .nt-kpi-dropzone-container .nt-kpi-dropzone__empty .desc {
  pointer-events: none;
}
.nt-kpi-dropzone-container .nt-kpi-dropzone__empty .icon {
  font-size: 32px;
  margin-bottom: 12px;
}
.nt-kpi-dropzone-container .nt-kpi-dropzone__empty .title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-primary, #FFFFFF);
  margin-bottom: 6px;
}
.nt-kpi-dropzone-container .nt-kpi-dropzone__empty .desc {
  font-size: 13px;
  max-width: 360px;
  line-height: 1.4;
}

.nt-kpi-list-drag {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nt-kpi-card-drag {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.nt-kpi-card-drag:hover {
  border-color: rgba(14, 165, 233, 0.4);
  transform: translateY(-2px);
}
.nt-kpi-card-drag.is-dragging {
  opacity: 0.5;
  border-style: dashed;
  border-color: #0EA5E9;
}
.nt-kpi-card-drag .nt-kpi-card-drag__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.nt-kpi-card-drag .nt-kpi-card-drag__handle {
  color: var(--color-text-secondary, #8B949E);
  cursor: grab;
  display: flex;
  align-items: center;
  padding: 4px;
}
.nt-kpi-card-drag .nt-kpi-card-drag__handle:hover {
  color: #0EA5E9;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 768px) {
  .nt-kpi-card-drag .nt-kpi-card-drag__inputs {
    grid-template-columns: 1fr 1fr;
  }
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group label {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-text-secondary, #8B949E);
  text-transform: uppercase;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group input, .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group select, .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select {
  width: 100%;
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 6px;
  padding: 6px 10px;
  color: var(--color-text-primary, #FFFFFF);
  font-size: 13px;
  outline: none;
  transition: all 0.2s ease;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group input:focus, .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group select:focus, .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select:focus {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.15);
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper svg {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--color-text-secondary, #8B949E);
  width: 14px;
  height: 14px;
  transition: color 0.2s ease;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper:focus-within svg {
  color: #0EA5E9;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper select, .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper .nt-modal__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 28px !important;
  cursor: pointer;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper select option, .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper .nt-modal__select option {
  background: #161B22;
  color: #FFFFFF;
}

.nt-kpi-palette {
  background: var(--color-bg-card, rgba(15, 23, 42, 0.6));
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nt-kpi-palette .nt-kpi-palette__title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-secondary, #8B949E);
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-kpi-palette .nt-kpi-palette__item {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-primary, #FFFFFF);
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}
.nt-kpi-palette .nt-kpi-palette__item:hover {
  border-color: #0EA5E9;
  background: rgba(14, 165, 233, 0.08);
  transform: translateX(4px);
}
.nt-kpi-palette .nt-kpi-palette__item .tag-unit {
  font-size: 11px;
  color: #0EA5E9;
  background: rgba(14, 165, 233, 0.12);
  padding: 2px 6px;
  border-radius: 4px;
}

/* ── 3.1 MONTADOR DE TAREFAS NO ATINGÍVEL (TASK BUILDER COM ABAS E LINHAS COMPACTAS) ── */
.nt-task-step-header {
  margin-bottom: 16px;
}

.nt-task-step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.nt-task-step-header__text {
  flex: 1;
  min-width: 0;
}
.nt-task-step-header .nt-btn-tutorial-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 20px;
  color: #38BDF8;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.nt-task-step-header .nt-btn-tutorial-trigger svg {
  color: #38BDF8;
  transition: transform 0.2s ease;
}
.nt-task-step-header .nt-btn-tutorial-trigger:hover {
  background: rgba(14, 165, 233, 0.2);
  border-color: #0EA5E9;
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.2);
}
.nt-task-step-header .nt-btn-tutorial-trigger:hover svg {
  transform: scale(1.1);
  color: #FFFFFF;
}

.nt-task-tabs-container {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  background: #0B0E14;
  border: 1px solid #21262D;
  border-radius: 10px;
  border-bottom-left-radius: 0px !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35);
}
.nt-task-tabs-container.is-drag-in-progress .nt-task-tab-btn {
  border: 1px dashed rgba(14, 165, 233, 0.35);
  background: rgba(14, 165, 233, 0.04);
}
.nt-task-tabs-container.is-drag-in-progress .nt-task-tab-btn:hover {
  border-color: #0EA5E9;
  background: rgba(14, 165, 233, 0.12);
}

.nt-task-tabs-nav {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  width: 100%;
  padding-top: 1px;
  padding-left: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: -1px;
}
.nt-task-tabs-nav::-webkit-scrollbar {
  display: none;
}

.nt-task-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 12px;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  color: var(--color-text-secondary, #8B949E);
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  position: relative;
  flex: 0 0 auto;
  min-width: 210px;
}
.nt-task-tab-btn--kpi {
  flex: 0 0 210px !important;
  min-width: 210px !important;
  max-width: 210px !important;
}
.nt-task-tab-btn .tab-icon {
  font-size: 14px;
  opacity: 0.75;
  transition: opacity 0.15s ease;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.nt-task-tab-btn .tab-badge {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.07);
  color: var(--color-text-secondary, #8B949E);
  padding: 1px 5px;
  border-radius: 4px;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.nt-task-tab-btn .tab-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  display: inline-block;
}
.nt-task-tab-btn .tab-count {
  font-size: 10.5px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-text-secondary, #8B949E);
  padding: 1px 6px;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.nt-task-tab-btn .tab-separator {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 1px;
  pointer-events: none;
}
.nt-task-tab-btn:last-child .tab-separator, .nt-task-tab-btn.is-active .tab-separator, .nt-task-tab-btn:has(+ .is-active) .tab-separator, .nt-task-tab-btn:not(.is-active):hover .tab-separator, .nt-task-tab-btn:has(+ :not(.is-active):hover) .tab-separator {
  display: none !important;
}
.nt-task-tab-btn:not(.is-active):hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--color-text-primary, #FFFFFF) !important;
  height: 30px !important;
  margin-bottom: 3px !important;
  border-radius: 14px !important;
}
.nt-task-tab-btn:not(.is-active):hover .tab-icon {
  opacity: 1;
}
.nt-task-tab-btn:not(.is-active):hover .tab-separator {
  opacity: 0;
}
.nt-task-tab-btn.is-active {
  background: var(--color-bg-card, #161B22);
  color: var(--color-text-primary, #FFFFFF);
  font-weight: 600;
  border: none;
  border-bottom: 1px solid var(--color-bg-card, #161B22);
  border-radius: 10px 10px 0 0;
  z-index: 3;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
}
.nt-task-tab-btn.is-active .tab-icon {
  opacity: 1;
}
.nt-task-tab-btn.is-active .tab-separator {
  display: none;
}
.nt-task-tab-btn.is-active .tab-badge {
  background: rgba(14, 165, 233, 0.18);
  color: #38BDF8;
}
.nt-task-tab-btn.is-active .tab-count {
  background: #0EA5E9;
  color: #FFFFFF;
  font-weight: 700;
}
.nt-task-tab-btn.is-active::before, .nt-task-tab-btn.is-active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 3;
}
.nt-task-tab-btn.is-active::before {
  left: -10px;
  background: radial-gradient(circle at 0 0, transparent 10px, var(--color-bg-card, #161B22) 10.5px);
}
.nt-task-tab-btn.is-active::after {
  right: -10px;
  background: radial-gradient(circle at 100% 0, transparent 10px, var(--color-bg-card, #161B22) 10.5px);
}
.nt-task-tab-btn.is-drag-target {
  background: #161B22 !important;
  border: 2px dashed #0EA5E9 !important;
  border-bottom: none !important;
  color: #38BDF8 !important;
  transform: translateY(0px) scale(1) !important;
  box-shadow: none !important;
  z-index: 4;
}
.nt-task-tab-btn.is-drag-target .tab-count {
  background: #0EA5E9 !important;
  color: #FFFFFF !important;
}
.nt-task-tab-btn.is-drop-success {
  background: rgba(16, 185, 129, 0.2) !important;
  border: 1px solid #10B981 !important;
  color: #34D399 !important;
  transform: translateY(-1px) scale(1.02);
  transition: all 0.2s ease;
}
.nt-task-tab-btn.is-drop-success .tab-badge {
  background: rgba(16, 185, 129, 0.25) !important;
  color: #34D399 !important;
}
.nt-task-tab-btn.is-drop-success .tab-count {
  background: #10B981 !important;
  color: #FFFFFF !important;
}

.nt-modal__select-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.nt-modal__select-wrapper svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--color-text-secondary, #8B949E);
  width: 14px;
  height: 14px;
  transition: color 0.2s ease;
}
.nt-modal__select-wrapper select, .nt-modal__select-wrapper .nt-modal__select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
}
.nt-modal__select-wrapper--priority {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.nt-modal__select-wrapper--priority .nt-triade-dot {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.nt-modal__select-wrapper--priority .nt-modal__select {
  padding-left: 28px !important;
  padding-right: 26px !important;
}
.nt-modal__select-wrapper--priority svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.nt-tab-floating-popover {
  position: absolute;
  background: #1C2128;
  border: 1px solid rgba(14, 165, 233, 0.4);
  border-radius: 8px;
  padding: 6px 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 140px;
  max-width: 280px;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.nt-tab-floating-popover .popover-badge {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #38BDF8;
}
.nt-tab-floating-popover .popover-title {
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  word-break: break-word;
  white-space: normal;
}
.nt-tab-floating-popover .popover-count {
  font-size: 10.5px;
  color: #8B949E;
}
.nt-tab-floating-popover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1C2128;
}

.nt-triade-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}
.nt-triade-dot--importante {
  background: #0b81cd;
  box-shadow: 0 0 4px rgba(11, 129, 205, 0.4);
}
.nt-triade-dot--urgente {
  background: #ea403b;
  box-shadow: 0 0 4px rgba(234, 64, 59, 0.4);
}
.nt-triade-dot--circunstancial {
  background: #f4b622;
  box-shadow: 0 0 4px rgba(244, 182, 34, 0.4);
}

.nt-task-builder {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-task-builder--clean {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.nt-task-quick-add {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 8px;
  padding: 6px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.nt-task-quick-add:focus-within {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12);
}
.nt-task-quick-add__input-wrap {
  flex: 1;
  min-width: 180px;
}
.nt-task-quick-add__input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: var(--color-text-primary, #FFFFFF);
  font-size: 13px;
  font-weight: 500;
  padding: 4px 6px;
}
.nt-task-quick-add__input::placeholder {
  color: var(--color-text-secondary, #8B949E);
  font-size: 12.5px;
}
.nt-task-quick-add__priority-wrap {
  width: 140px;
  flex-shrink: 0;
}
.nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority {
  position: relative;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  transition: all 0.15s ease;
}
.nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority .nt-modal__select {
  width: 100%;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  padding: 0 18px 0 22px !important;
  background: transparent !important;
  border: none !important;
  color: var(--color-text-primary, #FFFFFF);
}
.nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority .nt-triade-dot {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  pointer-events: none;
  z-index: 2;
}
.nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority svg {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:hover, .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:focus-within {
  background: var(--color-bg-input, #0B0E14) !important;
  border-color: var(--color-border, #2D333B) !important;
}
.nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:hover svg, .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:focus-within svg {
  opacity: 0.9;
}
.nt-task-quick-add__date-wrap {
  width: 100px;
  flex-shrink: 0;
  position: relative;
}
.nt-task-quick-add__date-wrap .nt-dp-input__wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.nt-task-quick-add__date-wrap .nt-dp-input,
.nt-task-quick-add__date-wrap .nt-modal__input {
  width: 100%;
  height: 32px;
  padding: 0 4px !important;
  font-size: 12px;
  font-weight: 500;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 6px;
  color: var(--color-text-secondary, #8B949E);
  cursor: pointer;
  text-align: center;
  transition: all 0.15s ease;
}
.nt-task-quick-add__date-wrap .nt-dp-input:hover, .nt-task-quick-add__date-wrap .nt-dp-input:focus,
.nt-task-quick-add__date-wrap .nt-modal__input:hover,
.nt-task-quick-add__date-wrap .nt-modal__input:focus {
  background: var(--color-bg-input, #0B0E14) !important;
  border-color: var(--color-border, #2D333B) !important;
  color: var(--color-text-primary, #FFFFFF);
}
.nt-task-quick-add__date-wrap .nt-dp-input__icon {
  display: none !important;
}
.nt-task-quick-add__btn {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  padding: 0 12px;
  height: 32px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.nt-task-quick-add__btn:hover {
  background: linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.35);
}

.nt-task-suggestions-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(14, 165, 233, 0.05);
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 8px;
}
.nt-task-suggestions-bar .nt-task-suggestions-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #38BDF8;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  margin-bottom: 2px;
}

.nt-task-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  height: auto;
  padding: 4px 10px;
  background: #161B22;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: #C9D1D9;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  white-space: normal;
  text-align: left;
  line-height: 1.3;
  transition: all 0.15s ease;
  user-select: none;
  flex-shrink: 0;
}
.nt-task-chip .chip-title {
  max-width: 480px;
}
.nt-task-chip .chip-plus {
  color: #38BDF8;
  font-weight: 700;
  font-size: 13px;
  margin-left: 2px;
  flex-shrink: 0;
}
.nt-task-chip:hover {
  border-color: #38BDF8;
  background: #1C2128;
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.25);
}

.nt-task-bulk-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 14px;
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 8px;
  margin-bottom: 12px;
  animation: slideDown 0.2s ease-out;
}
.nt-task-bulk-bar__info {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.nt-task-bulk-bar__badge {
  background: #0EA5E9;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 12px;
  min-width: 20px;
  text-align: center;
}
.nt-task-bulk-bar__text {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--color-text-primary, #FFFFFF);
}
.nt-task-bulk-bar__divider {
  width: 1px;
  height: 20px;
  background: rgba(14, 165, 233, 0.25);
}
.nt-task-bulk-bar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.nt-task-bulk-bar__group {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-task-bulk-bar__label {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--color-text-secondary, #8B949E);
  white-space: nowrap;
}
.nt-task-bulk-bar .nt-bulk-select {
  height: 28px;
  padding: 2px 8px;
  font-size: 12px;
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 6px;
  color: var(--color-text-primary, #FFFFFF);
  cursor: pointer;
  max-width: 170px;
}
.nt-task-bulk-bar .nt-bulk-select:focus {
  border-color: #0EA5E9;
  outline: none;
}
.nt-task-bulk-bar .nt-bulk-date-input {
  height: 28px;
  width: 95px;
  padding: 2px 6px;
  font-size: 11.5px;
  text-align: center;
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 6px;
  color: var(--color-text-primary, #FFFFFF);
  cursor: pointer;
}
.nt-task-bulk-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 28px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease;
}
.nt-task-bulk-bar__btn--delete {
  background: rgba(239, 68, 68, 0.15);
  color: #EF4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.nt-task-bulk-bar__btn--delete:hover {
  background: #EF4444;
  color: #FFFFFF;
}
.nt-task-bulk-bar__btn--cancel {
  background: var(--color-bg-card, #161B22);
  color: var(--color-text-secondary, #8B949E);
  border: 1px solid var(--color-border, #2D333B);
}
.nt-task-bulk-bar__btn--cancel:hover {
  color: var(--color-text-primary, #FFFFFF);
  border-color: var(--color-text-secondary, #8B949E);
}

.nt-task-table-container {
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.nt-task-table-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(11, 14, 20, 0.5);
  border-bottom: 1px solid var(--color-border, #2D333B);
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-secondary, #8B949E);
}
.nt-task-table-header .col-select {
  width: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-task-table-header .col-drag {
  width: 16px;
  flex-shrink: 0;
}
.nt-task-table-header .col-title {
  flex: 1;
  min-width: 140px;
  text-align: left;
}
.nt-task-table-header .col-priority {
  width: 140px;
  flex-shrink: 0;
  text-align: center;
}
.nt-task-table-header .col-kpi {
  width: 155px;
  flex-shrink: 0;
  text-align: center;
}
.nt-task-table-header .col-date {
  width: 105px;
  flex-shrink: 0;
  text-align: center;
}
.nt-task-table-header .col-due-date {
  width: 105px;
  flex-shrink: 0;
  text-align: center;
}
.nt-task-table-header .col-actions {
  width: 28px;
  flex-shrink: 0;
}
.nt-task-table-header .nt-task-sortable-header {
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.15s ease;
}
.nt-task-table-header .nt-task-sortable-header:hover {
  color: var(--color-text-primary, #FFFFFF);
}
.nt-task-table-header .nt-task-sortable-header:hover .sort-icon {
  opacity: 0.85;
}
.nt-task-table-header .nt-task-sortable-header .sort-icon {
  font-size: 10px;
  opacity: 0.35;
  transition: all 0.15s ease;
  display: inline-block;
}
.nt-task-table-header .nt-task-sortable-header.is-sorted {
  color: #38BDF8;
}
.nt-task-table-header .nt-task-sortable-header.is-sorted .sort-icon {
  opacity: 1;
  color: #38BDF8;
  font-weight: 700;
}

.nt-task-table-check {
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #0EA5E9;
  border-radius: 4px;
  border: 1px solid var(--color-border, #2D333B);
  margin: 0;
}

.nt-task-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  flex: 1;
}
.nt-task-empty-state .empty-icon {
  font-size: 30px;
  margin-bottom: 8px;
}
.nt-task-empty-state .empty-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-primary, #FFFFFF);
  margin-bottom: 4px;
}
.nt-task-empty-state .empty-desc {
  font-size: 12.5px;
  color: var(--color-text-secondary, #8B949E);
  max-width: 320px;
}

.nt-task-rows-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nt-task-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 10px;
  height: 40px;
  border-bottom: 1px solid var(--color-border, #21262D);
  background: transparent;
  transition: background 0.12s ease, border-color 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}
.nt-task-row:last-child {
  border-bottom: none;
}
.nt-task-row.is-selected {
  background: rgba(14, 165, 233, 0.08);
}
.nt-task-row:hover {
  background: rgba(255, 255, 255, 0.02);
}
.nt-task-row:hover.is-selected {
  background: rgba(14, 165, 233, 0.12);
}
.nt-task-row:hover .nt-task-row__drag .drag-handle {
  opacity: 0.7;
}
.nt-task-row:hover .nt-task-row__delete-btn {
  opacity: 0.7;
  pointer-events: auto;
}
.nt-task-row.is-dragging {
  opacity: 1 !important;
  background: #161B22 !important;
  border: 2px dashed #0EA5E9 !important;
  border-radius: 6px !important;
  box-shadow: 0 0 14px rgba(14, 165, 233, 0.3) !important;
}
.nt-task-row.is-drag-over {
  border-top: 2px solid #0EA5E9 !important;
  background: rgba(14, 165, 233, 0.06);
}
.nt-task-row__select {
  width: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-task-row__drag {
  width: 16px;
  flex-shrink: 0;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-task-row__drag .drag-handle {
  font-size: 13px;
  color: var(--color-text-secondary, #8B949E);
  opacity: 0.2;
  user-select: none;
  transition: opacity 0.15s ease;
}
.nt-task-row__title-wrap {
  flex: 1;
  min-width: 140px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-task-row.is-completed {
  opacity: 0.75;
}
.nt-task-row.is-completed .nt-task-row__title-input {
  color: var(--color-text-secondary, #8B949E);
  text-decoration: line-through;
}
.nt-task-row.is-cancelled {
  opacity: 0.6;
}
.nt-task-row.is-cancelled .nt-task-row__title-input {
  color: var(--color-text-secondary, #8B949E);
  text-decoration: line-through;
}
.nt-task-row.is-overdue {
  background: rgba(245, 158, 11, 0.04);
}
.nt-task-row__title-input {
  flex: 1;
  width: 100%;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 3px 6px;
  color: var(--color-text-primary, #FFFFFF);
  font-size: 13px;
  font-weight: 500;
  outline: none;
  transition: all 0.15s ease;
}
.nt-task-row__title-input.is-completed, .nt-task-row__title-input.is-cancelled {
  color: var(--color-text-secondary, #8B949E);
  text-decoration: line-through;
}
.nt-task-row__title-input:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--color-border, #2D333B);
}
.nt-task-row__title-input:focus {
  background: var(--color-bg-input, #0B0E14);
  border-color: #0EA5E9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12);
}
.nt-task-row__title-input::placeholder {
  color: var(--color-text-secondary, #8B949E);
  opacity: 0.5;
}
.nt-task-row__priority-col {
  width: 140px;
  flex-shrink: 0;
}
.nt-task-row__priority-col .nt-modal__select-wrapper--priority {
  position: relative;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}
.nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select {
  width: 100%;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  padding: 0 18px 0 20px !important;
  border-radius: 5px !important;
  background: transparent !important;
  border: 1px solid transparent !important;
}
.nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: var(--color-border, #2D333B) !important;
}
.nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select:focus {
  background: var(--color-bg-input, #0B0E14) !important;
  border-color: #0EA5E9 !important;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12) !important;
}
.nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-triade-dot {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  pointer-events: none;
  z-index: 2;
}
.nt-task-row__kpi-col {
  width: 155px;
  flex-shrink: 0;
}
.nt-task-row__kpi-col .nt-task-kpi-select-wrapper {
  position: relative;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}
.nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select {
  width: 100%;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 18px 0 6px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 5px;
  color: var(--color-text-secondary, #8B949E);
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.15s ease;
}
.nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: var(--color-border, #2D333B) !important;
  color: var(--color-text-primary, #FFFFFF);
}
.nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select:focus {
  background: var(--color-bg-input, #0B0E14) !important;
  border-color: #0EA5E9 !important;
  color: var(--color-text-primary, #FFFFFF);
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12) !important;
}
.nt-task-row__date-col {
  width: 110px;
  flex-shrink: 0;
}
.nt-task-row__date-wrap {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}
.nt-task-row__date-wrap .nt-dp-input__wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.nt-task-row__date-wrap .nt-dp-input,
.nt-task-row__date-wrap .nt-task-row__date-input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 4px !important;
  font-size: 12px;
  font-weight: 500;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 5px;
  color: var(--color-text-secondary, #8B949E);
  cursor: pointer;
  text-align: center;
  transition: all 0.15s ease;
}
.nt-task-row__date-wrap .nt-dp-input:hover,
.nt-task-row__date-wrap .nt-task-row__date-input:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: var(--color-border, #2D333B) !important;
  color: var(--color-text-primary, #FFFFFF);
}
.nt-task-row__date-wrap .nt-dp-input:focus,
.nt-task-row__date-wrap .nt-task-row__date-input:focus {
  background: var(--color-bg-input, #0B0E14) !important;
  border-color: #0EA5E9 !important;
  color: var(--color-text-primary, #FFFFFF);
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12) !important;
}
.nt-task-row__date-wrap .nt-dp-input__icon {
  display: none !important;
}
.nt-task-row__actions-col {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-task-row__delete-btn {
  background: transparent;
  border: none;
  color: var(--color-text-secondary, #8B949E);
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.45;
  pointer-events: auto !important;
  transition: all 0.15s ease;
}
.nt-task-row__delete-btn svg {
  pointer-events: none;
}
.nt-task-row__delete-btn:hover {
  color: #EF4444 !important;
  background: rgba(239, 68, 68, 0.12) !important;
  opacity: 1 !important;
}

.nt-task-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 7px;
  font-size: 10.5px;
  font-weight: 700;
  border-radius: 10px;
  white-space: nowrap;
  line-height: 1.2;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
.nt-task-status-badge__icon {
  font-size: 10px;
}
.nt-task-status-badge--completed {
  background: rgba(16, 185, 129, 0.15);
  color: #10B981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.nt-task-status-badge--cancelled {
  background: rgba(100, 116, 139, 0.15);
  color: #94A3B8;
  border: 1px solid rgba(100, 116, 139, 0.3);
}
.nt-task-status-badge--overdue {
  background: rgba(245, 158, 11, 0.15);
  color: #F59E0B;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.nt-task-status-badge--pending {
  background: rgba(59, 130, 246, 0.12);
  color: #60A5FA;
  border: 1px solid rgba(59, 130, 246, 0.25);
}

.nt-task-notes-panel {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-task-notes-panel__title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-text-secondary, #8B949E);
  margin-bottom: 4px;
}
.nt-task-notes-panel .nt-modal__textarea {
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  min-height: 56px;
  color: var(--color-text-primary, #FFFFFF);
  outline: none;
  transition: all 0.2s ease;
}
.nt-task-notes-panel .nt-modal__textarea:focus {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12);
}

#step-panel-7 .nt-modal__select-wrapper--priority {
  height: 44px;
  min-height: 44px;
}
#step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select {
  height: 44px !important;
  line-height: 44px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 0 34px 0 34px !important;
  border-radius: 8px !important;
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  color: var(--color-text-primary, #FFFFFF);
}
#step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select:focus {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.15);
}
#step-panel-7 .nt-modal__select-wrapper--priority .nt-triade-dot {
  left: 12px;
  width: 9px;
  height: 9px;
}
#step-panel-7 .nt-modal__select-wrapper--priority svg {
  right: 12px;
  width: 14px;
  height: 14px;
}

.nt-triade-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.nt-triade-pill--important {
  color: #0b81cd;
  background: rgba(11, 129, 205, 0.1);
  border-color: rgba(11, 129, 205, 0.25);
}
.nt-triade-pill--urgent {
  color: #ea403b;
  background: rgba(234, 64, 59, 0.1);
  border-color: rgba(234, 64, 59, 0.25);
}
.nt-triade-pill--circumstantial {
  color: #f4b622;
  background: rgba(244, 182, 34, 0.1);
  border-color: rgba(244, 182, 34, 0.25);
}

.nt-btn-suggest-more-tasks {
  margin-top: 6px;
  width: 100%;
  background: rgba(14, 165, 233, 0.08);
  border: 1px dashed #0EA5E9;
  color: #0EA5E9;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.nt-btn-suggest-more-tasks:hover {
  background: rgba(14, 165, 233, 0.18);
  border-style: solid;
}

/* ── 4. PAINEL EXECUTIVO E CARDS DE KPIS ────────────────────────────────── */
.nt-goal-details-card {
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  color: var(--color-text-primary, #FFFFFF);
}

.nt-smart-pillar-card {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  color: var(--color-text-primary, #FFFFFF);
}

.nt-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.nt-kpi-card {
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: all 0.2s ease;
  height: 100%;
  box-sizing: border-box;
}
.nt-kpi-card:hover {
  border-color: rgba(14, 165, 233, 0.4);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.nt-kpi-card--interactive {
  cursor: pointer;
}
.nt-kpi-card--interactive:hover {
  border-color: #0EA5E9;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.18);
}
.nt-kpi-card--interactive:hover .nt-kpi-card__title {
  color: #38BDF8;
}
.nt-kpi-card .nt-kpi-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
}
.nt-kpi-card .nt-kpi-card__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-primary, #FFFFFF);
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.nt-kpi-card .nt-kpi-card__metrics {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 4px;
}
.nt-kpi-card .nt-kpi-card__metrics .current-val {
  font-size: 20px;
  font-weight: 800;
  color: var(--nt-primary, #0EA5E9);
}
.nt-kpi-card .nt-kpi-card__metrics .target-val {
  font-size: 12px;
  color: var(--color-text-secondary, #8B949E);
}
.nt-kpi-card .nt-kpi-card__progress-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.nt-kpi-card .nt-kpi-card__progress-track .fill {
  height: 100%;
  background: linear-gradient(90deg, #0088CC, #22C55E);
  border-radius: 3px;
  transition: width 0.4s ease;
}
.nt-kpi-card .nt-kpi-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid var(--color-border, rgba(255, 255, 255, 0.05));
  margin-top: auto;
  gap: 8px;
}
.nt-kpi-card .nt-kpi-card__actions .nt-kpi-card__date {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-secondary, #8B949E);
  white-space: nowrap;
}
.nt-kpi-card .nt-kpi-card__actions .quick-add-btn {
  background: rgba(34, 197, 94, 0.12);
  color: #22C55E;
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-kpi-card .nt-kpi-card__actions .quick-add-btn:hover {
  background: #22C55E;
  color: #FFFFFF;
}

/* ── 5. UTILITÁRIOS E LAYOUT DAS VIEWS DEDICADAS ───────────────────────── */
.nt-page-header--mb-6 {
  margin-bottom: 24px;
}

.nt-ai-alert--vague {
  display: none;
  margin-bottom: 20px;
}

.nt-ai-q-box {
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nt-ai-q-label {
  font-weight: 600;
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
  color: var(--color-text-primary, #F0F6FC);
}

.nt-ai-q-sub {
  font-size: 11.5px;
  color: var(--color-text-secondary, #8B949E);
  margin-bottom: 6px;
  font-style: italic;
}

.nt-ai-q-input {
  width: 100%;
  border-radius: 6px;
  padding: 8px;
  font-size: 13px;
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  color: inherit;
  outline: none;
}
.nt-ai-q-input:focus {
  border-color: #0EA5E9;
}

.nt-ai-submit-answers-btn {
  background: linear-gradient(135deg, #0088CC, #0EA5E9);
  border: none;
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-ai-submit-answers-btn:hover {
  background: linear-gradient(135deg, #0284C7, #38BDF8);
}

.nt-chat-bubble--answers {
  max-width: 88%;
}

.nt-user-answers-card {
  background: rgba(14, 165, 233, 0.08) !important;
  border: 1px solid rgba(14, 165, 233, 0.28) !important;
  border-radius: 16px 0 16px 16px !important;
  padding: 12px 16px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nt-user-answers-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2px;
}

.nt-user-answers-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #38BDF8;
  background: rgba(14, 165, 233, 0.15);
  padding: 3px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nt-user-answers-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nt-user-answer-item {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.nt-user-answer-q {
  font-size: 11.5px;
  color: #8B949E;
  font-weight: 600;
}

.nt-user-answer-val {
  font-size: 13px;
  color: #F0F6FC;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-word;
}

.nt-action-plan-filters {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.nt-action-plan-filters::-webkit-scrollbar {
  height: 4px;
}
.nt-action-plan-filters::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.nt-action-filter-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-text-secondary, #8B949E);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nt-action-filter-btn:hover {
  background: rgba(14, 165, 233, 0.12);
  color: #38BDF8;
  border-color: rgba(14, 165, 233, 0.3);
}
.nt-action-filter-btn.is-active {
  background: #0EA5E9;
  color: #FFFFFF;
  border-color: #0EA5E9;
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3);
}

.nt-action-plan-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nt-action-task-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  transition: all 0.2s ease;
  gap: 10px;
}
.nt-action-task-row:hover {
  background: rgba(14, 165, 233, 0.06);
  border-color: rgba(14, 165, 233, 0.25);
  transform: translateY(-1px);
}
.nt-action-task-row:hover .nt-action-task-ops {
  opacity: 1;
  pointer-events: auto;
}
.nt-action-task-row.is-completed {
  opacity: 0.65;
  background: rgba(16, 185, 129, 0.03);
  border-color: rgba(16, 185, 129, 0.15);
}
.nt-action-task-row.is-completed .nt-action-task-title {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-action-task-row__left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.nt-action-task-row__right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.nt-action-task-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  cursor: pointer;
  accent-color: #10B981;
  flex-shrink: 0;
}

.nt-action-task-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-primary, #F0F6FC);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.15s ease;
}
.nt-action-task-title:hover {
  color: #38BDF8;
}

.nt-task-date-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.nt-task-date-badge.is-future {
  background: rgba(14, 165, 233, 0.12);
  color: #38BDF8;
  border: 1px solid rgba(14, 165, 233, 0.25);
}
.nt-task-date-badge.is-today {
  background: rgba(245, 158, 11, 0.15);
  color: #FBBF24;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.nt-task-date-badge.is-overdue {
  background: rgba(239, 68, 68, 0.15);
  color: #F87171;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.nt-task-date-badge.is-completed {
  background: rgba(16, 185, 129, 0.12);
  color: #34D399;
  border: 1px solid rgba(16, 185, 129, 0.25);
}
.nt-task-date-badge.is-nodate {
  background: rgba(255, 255, 255, 0.05);
  color: #8B949E;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nt-action-task-ops {
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.nt-action-task-ops button {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 13px;
  transition: all 0.15s ease;
}
.nt-action-task-ops button:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
}
.nt-action-task-ops button.btn-del:hover {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.15);
}

.nt-action-plan-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  text-align: center;
  gap: 8px;
}
.nt-action-plan-empty__icon {
  font-size: 26px;
}
.nt-action-plan-empty__title {
  font-size: 13.5px;
  font-weight: 600;
  color: #F0F6FC;
}
.nt-action-plan-empty__desc {
  font-size: 12px;
  color: #8B949E;
  max-width: 320px;
}

.nt-timeline-temporal-filters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 3px;
  width: 100%;
  box-sizing: border-box;
}
.nt-timeline-temporal-filters--modal {
  display: flex;
  width: auto;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 3px;
  gap: 4px;
}
.nt-timeline-temporal-filters--modal .nt-temporal-filter-btn {
  padding: 5px 12px;
  font-size: 12px;
}

.nt-temporal-filter-btn {
  flex: 1 1 0;
  min-width: 0;
  background: transparent;
  border: none;
  color: var(--color-text-secondary, #8B949E);
  border-radius: 6px;
  padding: 6px 4px;
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-sizing: border-box;
}
.nt-temporal-filter-btn .nt-filter-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nt-temporal-filter-btn .nt-filter-count {
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
  border-radius: 10px;
  padding: 1px 5px;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.2;
}
.nt-temporal-filter-btn:hover {
  background: rgba(14, 165, 233, 0.1);
  color: #38BDF8;
}
.nt-temporal-filter-btn.is-active {
  background: #0EA5E9 !important;
  color: #FFFFFF !important;
  box-shadow: 0 1px 4px rgba(14, 165, 233, 0.3);
}
.nt-temporal-filter-btn.is-active .nt-filter-count {
  background: rgba(255, 255, 255, 0.25) !important;
  color: #FFFFFF !important;
}

.nt-timeline-group-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 8px 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8B949E;
}
.nt-timeline-group-header::before, .nt-timeline-group-header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.nt-timeline-group-header--past {
  color: #10B981;
}
.nt-timeline-group-header--past::before, .nt-timeline-group-header--past::after {
  background: rgba(16, 185, 129, 0.25);
}
.nt-timeline-group-header--present {
  color: #F59E0B;
}
.nt-timeline-group-header--present::before, .nt-timeline-group-header--present::after {
  background: rgba(245, 158, 11, 0.3);
}
.nt-timeline-group-header--future {
  color: #38BDF8;
}
.nt-timeline-group-header--future::before, .nt-timeline-group-header--future::after {
  background: rgba(14, 165, 233, 0.25);
}

.nt-btn-add-kpi-manual {
  margin-top: 16px;
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid #0EA5E9;
  color: #0EA5E9;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.nt-btn-add-kpi-manual:hover {
  background: #0EA5E9;
  color: #FFFFFF;
}
.nt-btn-add-kpi-manual--dashed {
  margin-top: 14px;
  width: 100%;
  background: rgba(14, 165, 233, 0.05);
  border: 1px dashed #0EA5E9;
  padding: 10px 16px;
  font-size: 13px;
}
.nt-btn-add-kpi-manual--dashed:hover {
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
  border-color: #38BDF8;
}

.nt-kpi-palette-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nt-wizard-step__grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 640px) {
  .nt-wizard-step__grid-2 {
    grid-template-columns: 1fr;
  }
}

.nt-modal__input--title-review {
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  font-size: 15px;
  font-weight: 700;
  margin-top: 6px;
}

.nt-wizard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border, #2D333B);
}

.nt-wizard-footer__actions {
  display: flex;
  gap: 10px;
}

.nt-btn-wizard-cancel {
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
}

.nt-btn-wizard-prev {
  display: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
}

.nt-btn-wizard-next {
  background: linear-gradient(135deg, #0088CC, #0EA5E9);
  border: none;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-btn-wizard-next:hover {
  background: linear-gradient(135deg, #0284C7, #38BDF8);
}

.nt-btn-wizard-save {
  display: none;
  background: linear-gradient(135deg, #059669, #10B981);
  border: none;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-btn-wizard-save:hover {
  background: linear-gradient(135deg, #047857, #059669);
}

/* ── DETAILS PAGE CLASSES ───────────────────────────────────────────────── */
.nt-goal-header-card {
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.nt-goal-header-card__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .nt-goal-header-card__body {
    flex-direction: column;
    gap: 16px;
  }
}
.nt-goal-header-card__title-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.nt-goal-header-card__title {
  font-size: 26px;
  font-weight: 800;
  color: var(--color-text-primary, #FFFFFF);
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.nt-goal-header-card__subtitle {
  font-size: 12.5px;
  color: var(--color-text-secondary, #8B949E);
  margin: 0;
  line-height: 1.5;
}
.nt-goal-header-card__subtitle strong {
  color: var(--color-text-primary, #FFFFFF);
  font-weight: 700;
}
.nt-goal-header-card__badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.nt-goal-header-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.nt-goal-details-header {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .nt-goal-details-header {
    flex-direction: column;
  }
}

.nt-goal-details-header__badges {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.nt-goal-details-header__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.nt-goal-details-header__subtitle {
  margin-top: 4px;
  font-size: 13.5px;
  color: var(--color-text-secondary, #8B949E);
}

.nt-goal-details-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nt-card__badge--sky {
  background: rgba(14, 165, 233, 0.12);
  color: #0EA5E9;
}

.nt-card__badge--sky-bold {
  background: rgba(14, 165, 233, 0.12);
  color: #0EA5E9;
  font-weight: 700;
}

.nt-btn-edit-goal {
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid #0EA5E9;
  color: #0EA5E9;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.nt-btn-edit-goal:hover {
  background: #0EA5E9;
  color: #FFFFFF;
}

.nt-goal-details-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 24px;
}
@media (max-width: 1024px) {
  .nt-goal-details-grid {
    grid-template-columns: 1fr;
  }
}

.nt-goal-details-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nt-goal-details-card {
  padding: 20px;
  border-radius: 14px;
}

.nt-goal-progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.nt-goal-progress-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-text-secondary, #8B949E);
  letter-spacing: 0.05em;
}

.nt-goal-progress-val {
  font-size: 22px;
  font-weight: 800;
  color: #22C55E;
}

.nt-goal-progress-track {
  height: 10px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
}

.nt-goal-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #0088CC, #22C55E);
  border-radius: 5px;
  transition: width 0.4s ease;
}

.nt-goal-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.nt-goal-section-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.nt-goal-section-sub {
  font-size: 12.5px;
  color: var(--color-text-secondary, #8B949E);
  margin: 2px 0 0 0;
}

.nt-kpi-empty-box {
  padding: 24px;
  border: 1px dashed var(--color-border, #2D333B);
  border-radius: 10px;
  text-align: center;
  color: var(--color-text-secondary, #8B949E);
}

.nt-kpi-empty-text {
  margin: 0;
  font-size: 13px;
}

.nt-smart-pillars-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nt-smart-pillar-card {
  padding: 12px;
  border-radius: 8px;
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
}

.nt-smart-pillar-label {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
}
.nt-smart-pillar-label--S {
  color: #0EA5E9;
}
.nt-smart-pillar-label--M {
  color: #22C55E;
}
.nt-smart-pillar-label--A {
  color: #EAB308;
}
.nt-smart-pillar-label--R {
  color: #EC4899;
}
.nt-smart-pillar-label--T {
  color: #A855F7;
}

.nt-smart-pillar-text {
  font-size: 13.5px;
  line-height: 1.4;
}

.nt-goal-chart-container {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-secondary, #8B949E);
  font-size: 13px;
}

.nt-tutorial-modal-dialog {
  max-width: 680px;
  width: 92%;
}
.nt-tutorial-modal-dialog .nt-tutorial-modal-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nt-tutorial-modal-dialog .nt-tutorial-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(14, 165, 233, 0.18);
  color: #38BDF8;
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}
.nt-tutorial-modal-dialog .nt-tutorial-desc {
  font-size: 13px;
  color: var(--color-text-secondary, #8B949E);
  line-height: 1.5;
  margin-bottom: 14px;
}
.nt-tutorial-modal-dialog .nt-tutorial-desc strong {
  color: var(--color-text-primary, #FFFFFF);
}
.nt-tutorial-modal-dialog .nt-tutorial-desc .grip-icon {
  color: #38BDF8;
  font-weight: 700;
}
.nt-tutorial-modal-dialog .nt-sim-card {
  position: relative;
  background: #0B0E14;
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 10px;
  overflow: hidden;
}
.nt-tutorial-modal-dialog .nt-sim-tabs-container {
  display: flex;
  gap: 2px;
  background: #07090D;
  padding: 6px 8px 0;
  border-bottom: 1px solid #2D333B;
}
.nt-tutorial-modal-dialog .nt-sim-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 10px;
  font-size: 11.5px;
  border-radius: 6px 6px 0 0;
  color: #8B949E;
  position: relative;
  transition: all 0.2s ease;
}
.nt-tutorial-modal-dialog .nt-sim-tab .tab-badge {
  font-size: 9px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  color: #8B949E;
  padding: 1px 4px;
  border-radius: 3px;
}
.nt-tutorial-modal-dialog .nt-sim-tab .tab-count {
  font-size: 10px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  padding: 1px 5px;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.nt-tutorial-modal-dialog .nt-sim-tab .tab-separator {
  position: absolute;
  right: -2px;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-active {
  background: #161B22;
  color: #FFFFFF;
  font-weight: 600;
  border: 1px solid #2D333B;
  border-bottom-color: #161B22;
  margin-bottom: -1px;
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-active .tab-count {
  background: #0EA5E9;
  color: #FFFFFF;
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-drag-target {
  background: rgba(14, 165, 233, 0.25) !important;
  border: 2px dashed #0EA5E9 !important;
  color: #38BDF8 !important;
  transform: scale(1.05);
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-drag-target .tab-count {
  background: #0EA5E9 !important;
  color: #FFFFFF !important;
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-drop-success {
  background: rgba(16, 185, 129, 0.2) !important;
  border: 1px solid #10B981 !important;
  color: #34D399 !important;
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-drop-success .tab-badge {
  background: rgba(16, 185, 129, 0.25);
  color: #34D399;
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-drop-success .tab-count {
  background: #10B981 !important;
  color: #FFFFFF !important;
}
.nt-tutorial-modal-dialog .nt-sim-builder {
  position: relative;
  background: #161B22;
  padding: 12px;
  min-height: 130px;
}
.nt-tutorial-modal-dialog .nt-sim-table-header {
  display: grid;
  grid-template-columns: 24px 20px 1.4fr 110px 140px 90px;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 700;
  color: #8B949E;
  padding: 4px 8px;
  border-bottom: 1px solid #2D333B;
  margin-bottom: 8px;
}
.nt-tutorial-modal-dialog .nt-sim-rows-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-tutorial-modal-dialog .nt-sim-row {
  display: grid;
  grid-template-columns: 24px 20px 1.4fr 110px 140px 90px;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  background: #0D1117;
  font-size: 11.5px;
  color: #C9D1D9;
  border: 1px solid #21262D;
  transition: all 0.2s ease;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-check-box {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #30363D;
  border-radius: 3px;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-grip {
  color: #8B949E;
  font-size: 12px;
  opacity: 0.6;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-task-name {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-priority-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-priority-tag--importante {
  color: #38BDF8;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-priority-tag--urgente {
  color: #F87171;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-kpi-badge {
  display: inline-block;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: #8B949E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-kpi-badge--kpi1 {
  background: rgba(14, 165, 233, 0.2);
  color: #38BDF8;
  font-weight: 600;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-col-date {
  font-size: 11px;
  color: #8B949E;
}
.nt-tutorial-modal-dialog .nt-sim-row.is-drag-origin {
  opacity: 0.35;
  border-style: dashed;
  border-color: #0EA5E9;
}
.nt-tutorial-modal-dialog .nt-sim-cursor {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 200;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
}
.nt-tutorial-modal-dialog .nt-sim-ghost-row {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 190;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #1F2937;
  border: 1px solid #0EA5E9;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 11.5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  opacity: 0.95;
}
.nt-tutorial-modal-dialog .nt-sim-ghost-row .sim-ghost-name {
  font-weight: 600;
}
.nt-tutorial-modal-dialog .nt-sim-ghost-row .sim-ghost-tag {
  font-size: 10px;
  background: rgba(14, 165, 233, 0.25);
  color: #38BDF8;
  padding: 1px 5px;
  border-radius: 3px;
}
.nt-tutorial-modal-dialog .nt-sim-toast {
  position: absolute;
  bottom: 12px;
  right: 14px;
  background: #065F46;
  border: 1px solid #10B981;
  color: #A7F3D0;
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  z-index: 100;
  animation: slideInRight 0.25s ease-out;
}

.nt-modal-backdrop#nt-task-drag-tutorial-modal {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.65) !important;
  backdrop-filter: blur(4px) !important;
  z-index: 99999 !important;
  display: none;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.nt-modal-backdrop#nt-task-drag-tutorial-modal.is-open {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: all !important;
}
.nt-modal-backdrop#nt-task-drag-tutorial-modal.is-open .nt-tutorial-modal-dialog {
  transform: translateY(0) scale(1) !important;
}
.nt-modal-backdrop#nt-task-drag-tutorial-modal .nt-tutorial-modal-dialog {
  background: #161B22 !important;
  border: 1px solid #2D333B !important;
  border-radius: 12px !important;
  max-width: 680px !important;
  width: 92% !important;
  max-height: 90vh !important;
  transform: translateY(16px) scale(0.98);
  transition: transform 0.2s ease;
  overflow: hidden !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5) !important;
}

.nt-tab-floating-popover {
  position: absolute;
  background: #1C2128;
  color: #FFFFFF;
  border: 1px solid rgba(14, 165, 233, 0.45);
  border-radius: 8px;
  padding: 6px 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 999999;
  display: none;
  flex-direction: column;
  gap: 3px;
  min-width: 150px;
  max-width: 280px;
  text-align: left;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.nt-tab-floating-popover .popover-badge {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #38BDF8;
}
.nt-tab-floating-popover .popover-title {
  font-size: 12.5px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.35;
  word-break: break-word;
  white-space: normal;
}
.nt-tab-floating-popover .popover-count {
  font-size: 11px;
  color: #8B949E;
}
.nt-tab-floating-popover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #1C2128;
}

.nt-task-drag-floating-ghost {
  position: fixed;
  top: -9999px;
  left: -9999px;
  z-index: 999999;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: #1E293B !important;
  border: 1.5px solid #38BDF8 !important;
  border-radius: 8px !important;
  color: #FFFFFF !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5), 0 0 14px rgba(56, 189, 248, 0.35) !important;
  opacity: 1 !important;
}
.nt-task-drag-floating-ghost .ghost-grip {
  color: #94A3B8;
  font-size: 13px;
  letter-spacing: -1px;
  opacity: 0.8;
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.nt-task-drag-floating-ghost .ghost-name {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF !important;
  font-weight: 600;
}
.nt-task-drag-floating-ghost .ghost-badge {
  font-size: 11px;
  background: rgba(14, 165, 233, 0.25);
  color: #38BDF8;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.nt-wizard-progress {
  position: relative;
  margin-bottom: 36px;
  padding: 8px 16px 16px;
}
.nt-wizard-progress__track {
  position: absolute;
  top: 24px;
  left: 48px;
  right: 48px;
  height: 4px;
  background: var(--color-border, rgba(255, 255, 255, 0.1));
  border-radius: 2px;
  z-index: 1;
}
.nt-wizard-progress__bar {
  height: 100%;
  background: linear-gradient(90deg, #0088CC, #0EA5E9, #10B981);
  border-radius: 2px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 10px rgba(14, 165, 233, 0.5);
}
.nt-wizard-progress__steps {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.nt-wizard-progress__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-secondary, #8B949E);
  transition: all 0.3s ease;
}
.nt-wizard-progress__step .step-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #161B22;
  border: 2px solid var(--color-border, #30363D);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-secondary, #8B949E);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 3;
}
.nt-wizard-progress__step.is-active .step-circle {
  border-color: #0EA5E9;
  background: #161B22;
  color: #0EA5E9;
  transform: scale(1.12);
  box-shadow: 0 0 16px rgba(14, 165, 233, 0.45);
}
.nt-wizard-progress__step.is-active .step-label {
  color: #0EA5E9;
  font-weight: 700;
}
.nt-wizard-progress__step.is-completed .step-circle {
  border-color: #10B981;
  background: #161B22;
  color: #10B981;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.3);
}
.nt-wizard-progress__step.is-completed .step-label {
  color: #10B981;
}

html.nt-light-theme .nt-wizard-progress__track,
body.nt-light-theme .nt-wizard-progress__track,
.nt-light-theme .nt-wizard-progress__track {
  background: #CBD5E1;
}
html.nt-light-theme .nt-wizard-progress__step,
body.nt-light-theme .nt-wizard-progress__step,
.nt-light-theme .nt-wizard-progress__step {
  color: #64748B;
}
html.nt-light-theme .nt-wizard-progress__step .step-circle,
body.nt-light-theme .nt-wizard-progress__step .step-circle,
.nt-light-theme .nt-wizard-progress__step .step-circle {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #64748B;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-wizard-progress__step.is-active .step-circle,
body.nt-light-theme .nt-wizard-progress__step.is-active .step-circle,
.nt-light-theme .nt-wizard-progress__step.is-active .step-circle {
  border-color: #0EA5E9;
  background: #E0F2FE;
  color: #0284C7;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.35);
}
html.nt-light-theme .nt-wizard-progress__step.is-active .step-label,
body.nt-light-theme .nt-wizard-progress__step.is-active .step-label,
.nt-light-theme .nt-wizard-progress__step.is-active .step-label {
  color: #0284C7;
}
html.nt-light-theme .nt-wizard-progress__step.is-completed .step-circle,
body.nt-light-theme .nt-wizard-progress__step.is-completed .step-circle,
.nt-light-theme .nt-wizard-progress__step.is-completed .step-circle {
  border-color: #10B981;
  background: #D1FAE5;
  color: #059669;
  box-shadow: 0 0 8px rgba(16, 185, 129, 0.25);
}
html.nt-light-theme .nt-wizard-progress__step.is-completed .step-label,
body.nt-light-theme .nt-wizard-progress__step.is-completed .step-label,
.nt-light-theme .nt-wizard-progress__step.is-completed .step-label {
  color: #059669;
}
html.nt-light-theme .nt-chat-container,
body.nt-light-theme .nt-chat-container,
.nt-light-theme .nt-chat-container {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-chat-bubble--ai,
body.nt-light-theme .nt-chat-bubble--ai,
.nt-light-theme .nt-chat-bubble--ai {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #1E293B;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
html.nt-light-theme .nt-chat-bubble--user,
body.nt-light-theme .nt-chat-bubble--user,
.nt-light-theme .nt-chat-bubble--user {
  background: #E0F2FE;
  color: #0369A1;
}
html.nt-light-theme .nt-chat-textarea,
body.nt-light-theme .nt-chat-textarea,
.nt-light-theme .nt-chat-textarea {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #0F172A;
}
html.nt-light-theme .nt-ai-q-box,
body.nt-light-theme .nt-ai-q-box,
.nt-light-theme .nt-ai-q-box {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-ai-q-label,
body.nt-light-theme .nt-ai-q-label,
.nt-light-theme .nt-ai-q-label {
  color: #0F172A !important;
}
html.nt-light-theme .nt-ai-q-input,
body.nt-light-theme .nt-ai-q-input,
.nt-light-theme .nt-ai-q-input {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}

#nt-calc-explain-backdrop,
#nt-milestone-details-backdrop,
#goal-ai-diagnosis-backdrop,
.nt-drawer-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 1040;
}
#nt-calc-explain-backdrop.is-open,
#nt-milestone-details-backdrop.is-open,
#goal-ai-diagnosis-backdrop.is-open,
.nt-drawer-backdrop.is-open {
  display: block !important;
}

#nt-calc-explain-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  width: 90%;
  max-width: 650px;
  max-height: 90vh;
  overflow-y: auto;
  background: #0B0E14;
  border: 1px solid #1F2937;
  border-radius: 14px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
}
#nt-calc-explain-modal .drawer-header {
  padding: 20px 24px;
  border-bottom: 1px solid #1F2937;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nt-calc-explain-modal .drawer-title {
  color: #F0F6FC;
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}
#nt-calc-explain-modal .drawer-subtitle {
  color: #8B949E;
  font-size: 12.5px;
  margin-top: 2px;
  display: block;
}
#nt-calc-explain-modal .nt-explain-box {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 12px;
  padding: 18px;
}
#nt-calc-explain-modal .nt-explain-box__title {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
#nt-calc-explain-modal .nt-explain-box__title--kpi {
  color: #38BDF8;
}
#nt-calc-explain-modal .nt-explain-box__title--direct {
  color: #34D399;
}
#nt-calc-explain-modal .nt-explain-box__text {
  font-size: 13px;
  color: #C9D1D9;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
#nt-calc-explain-modal .nt-explain-box__text strong {
  color: #FFFFFF;
}
#nt-calc-explain-modal .nt-explain-box__formula {
  border-left: 3px solid;
  padding: 10px 14px;
  font-size: 12.5px;
  font-family: "JetBrains Mono", Consolas, monospace;
  border-radius: 4px;
  font-weight: 600;
}
#nt-calc-explain-modal .nt-explain-box__formula--kpi {
  background: rgba(14, 165, 233, 0.12);
  border-color: #38BDF8;
  color: #7DD3FC;
}
#nt-calc-explain-modal .nt-explain-box__formula--direct {
  background: rgba(16, 185, 129, 0.12);
  border-color: #34D399;
  color: #6EE7B7;
}
#nt-calc-explain-modal .nt-explain-box__example {
  font-size: 12px;
  color: #8B949E;
  margin: 10px 0 0 0;
  font-style: italic;
}
#nt-calc-explain-modal .nt-explain-box__example strong {
  color: #F0F6FC;
}

html.nt-light-theme #nt-calc-explain-modal {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 20px 30px -5px rgba(15, 23, 42, 0.15);
}
html.nt-light-theme #nt-calc-explain-modal .drawer-header {
  border-color: #F1F5F9;
}
html.nt-light-theme #nt-calc-explain-modal .drawer-title {
  color: #0F172A;
}
html.nt-light-theme #nt-calc-explain-modal .drawer-subtitle {
  color: #64748B;
}
html.nt-light-theme #nt-calc-explain-modal .nt-explain-box {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme #nt-calc-explain-modal .nt-explain-box__title--kpi {
  color: #0284C7;
}
html.nt-light-theme #nt-calc-explain-modal .nt-explain-box__title--direct {
  color: #059669;
}
html.nt-light-theme #nt-calc-explain-modal .nt-explain-box__text {
  color: #334155;
}
html.nt-light-theme #nt-calc-explain-modal .nt-explain-box__text strong {
  color: #0F172A;
}
html.nt-light-theme #nt-calc-explain-modal .nt-explain-box__formula--kpi {
  background: #E0F2FE;
  border-color: #0284C7;
  color: #0369A1;
}
html.nt-light-theme #nt-calc-explain-modal .nt-explain-box__formula--direct {
  background: #D1FAE5;
  border-color: #059669;
  color: #065F46;
}
html.nt-light-theme #nt-calc-explain-modal .nt-explain-box__example {
  color: #64748B;
}
html.nt-light-theme #nt-calc-explain-modal .nt-explain-box__example strong {
  color: #0F172A;
}

.nt-goal-mode-btn {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid #2D333B;
  background: #161B22;
  color: #8B949E;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.nt-goal-mode-btn:hover {
  border-color: #0EA5E9;
  color: #F0F6FC;
}
.nt-goal-mode-btn.is-active {
  border-color: #0EA5E9 !important;
  background: rgba(14, 165, 233, 0.12) !important;
  color: #0EA5E9 !important;
  font-weight: 700;
}
html.nt-light-theme .nt-goal-mode-btn {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-goal-mode-btn:hover {
  border-color: #0284C7;
  color: #0F172A;
}
html.nt-light-theme .nt-goal-mode-btn.is-active {
  background: #E0F2FE !important;
  border-color: #0284C7 !important;
  color: #0284C7 !important;
  font-weight: 700;
}

.nt-direct-goal-panel {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 16px;
}
html.nt-light-theme .nt-direct-goal-panel {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-direct-goal-panel p {
  color: #475569 !important;
}

.nt-direct-goal-info-box {
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 16px;
}
.nt-direct-goal-info-box__title {
  font-size: 12.5px;
  font-weight: 700;
  color: #38BDF8;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-direct-goal-info-box__list {
  margin: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #C9D1D9;
  line-height: 1.4;
}
.nt-direct-goal-info-box__list strong {
  color: #F0F6FC;
}
html.nt-light-theme .nt-direct-goal-info-box {
  background: #E0F2FE;
  border-color: #0284C7;
}
html.nt-light-theme .nt-direct-goal-info-box__title {
  color: #0284C7;
}
html.nt-light-theme .nt-direct-goal-info-box__list {
  color: #334155;
}
html.nt-light-theme .nt-direct-goal-info-box__list strong {
  color: #0F172A;
}

.nt-goal-item,
.nt-card--goal,
.nt-card {
  overflow: visible !important;
}
.nt-goal-item:hover,
.nt-card--goal:hover,
.nt-card:hover {
  z-index: 50 !important;
}

.nt-vague-popover-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.nt-vague-popover-wrapper:hover .nt-vague-popover {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.nt-smart-vague-badge {
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(245, 158, 11, 0.12);
  color: #F59E0B;
  border: 1px solid rgba(245, 158, 11, 0.3);
  font-weight: 700;
  cursor: help;
  transition: all 0.2s ease;
}
.nt-smart-vague-badge:hover {
  background: rgba(245, 158, 11, 0.22);
  border-color: #F59E0B;
}
html.nt-light-theme .nt-smart-vague-badge {
  background: #FEF3C7;
  color: #D97706;
  border-color: #FCD34D;
}

.nt-vague-popover {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  width: 290px;
  padding: 14px 16px;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4), 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  text-align: left;
  white-space: normal;
}
.nt-vague-popover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #161B22 transparent transparent transparent;
}
.nt-vague-popover__header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #F0F6FC;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #2D333B;
}
.nt-vague-popover__icon {
  font-size: 14px;
}
.nt-vague-popover__body {
  font-size: 12px;
  color: #C9D1D9;
  line-height: 1.45;
  margin-bottom: 10px;
}
.nt-vague-popover__body strong {
  color: #38BDF8;
}
.nt-vague-popover__comparison {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 10px;
}
.nt-vague-popover__item {
  padding: 6px 8px;
  border-radius: 6px;
  font-size: 11.5px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nt-vague-popover__item .badge-tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.nt-vague-popover__item .text {
  font-style: italic;
}
.nt-vague-popover__item--bad {
  background: rgba(239, 68, 68, 0.1);
  border-left: 3px solid #EF4444;
  color: #FCA5A5;
}
.nt-vague-popover__item--bad .badge-tag {
  color: #EF4444;
}
.nt-vague-popover__item--good {
  background: rgba(16, 185, 129, 0.1);
  border-left: 3px solid #10B981;
  color: #6EE7B7;
}
.nt-vague-popover__item--good .badge-tag {
  color: #10B981;
}
.nt-vague-popover__footer {
  font-size: 11px;
  color: #8B949E;
  line-height: 1.35;
}
.nt-vague-popover__footer strong {
  color: #38BDF8;
}
.nt-vague-popover--smart {
  width: 300px;
  border-color: rgba(14, 165, 233, 0.35);
}
.nt-vague-popover--smart .nt-vague-popover__header {
  color: #38BDF8;
  border-bottom-color: rgba(14, 165, 233, 0.2);
}
.nt-vague-popover--detailed {
  width: 330px;
  max-width: 90vw;
}
.nt-vague-popover .nt-vague-pending-badge {
  font-size: 10px;
  font-weight: 700;
  color: #F59E0B;
  background: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.3);
  padding: 2px 7px;
  border-radius: 10px;
  white-space: nowrap;
}
html.nt-light-theme .nt-vague-popover {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.15), 0 2px 6px rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .nt-vague-popover::after {
  border-color: #FFFFFF transparent transparent transparent;
}
html.nt-light-theme .nt-vague-popover__header {
  color: #0F172A;
  border-bottom-color: #F1F5F9;
}
html.nt-light-theme .nt-vague-popover__body {
  color: #334155;
}
html.nt-light-theme .nt-vague-popover__body strong {
  color: #0284C7;
}
html.nt-light-theme .nt-vague-popover .nt-vague-pending-badge {
  color: #B45309;
  background: #FEF3C7;
  border-color: #FDE68A;
}
html.nt-light-theme .nt-vague-popover__item--bad {
  background: #FEF2F2;
  color: #991B1B;
}
html.nt-light-theme .nt-vague-popover__item--bad .badge-tag {
  color: #DC2626;
}
html.nt-light-theme .nt-vague-popover__item--good {
  background: #ECFDF5;
  color: #065F46;
}
html.nt-light-theme .nt-vague-popover__item--good .badge-tag {
  color: #059669;
}
html.nt-light-theme .nt-vague-popover__footer {
  color: #64748B;
}
html.nt-light-theme .nt-vague-popover__footer strong {
  color: #0284C7;
}
html.nt-light-theme .nt-vague-popover--smart {
  border-color: #7DD3FC;
}

.nt-smart-pilars-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-smart-pilars-list li {
  font-size: 11.5px;
  color: #C9D1D9;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.35;
}
.nt-smart-pilars-list li .letter {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
  font-weight: 800;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-smart-pilars-list li .letter.is-ok {
  background: rgba(16, 185, 129, 0.15);
  color: #10B981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.nt-smart-pilars-list li .letter.is-missing {
  background: rgba(239, 68, 68, 0.15);
  color: #EF4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.nt-smart-pilars-list li strong {
  color: #F0F6FC;
}
.nt-smart-pilars-list li .pilar-desc {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
.nt-smart-pilars-list li .pilar-title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11.5px;
}
.nt-smart-pilars-list li .pilar-note {
  font-size: 11px;
  color: #8B949E;
  line-height: 1.25;
}
.nt-smart-pilars-list li .pilar-note--missing {
  color: #FCA5A5;
  font-weight: 500;
}
.nt-smart-pilars-list li .nt-pilar-status {
  font-size: 9.5px;
  font-weight: 700;
  border-radius: 4px;
  padding: 1px 5px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}
.nt-smart-pilars-list li .nt-pilar-status--ok {
  background: rgba(16, 185, 129, 0.15);
  color: #10B981;
}
.nt-smart-pilars-list li .nt-pilar-status--missing {
  background: rgba(239, 68, 68, 0.15);
  color: #EF4444;
}
.nt-smart-pilars-list--detailed {
  gap: 8px;
  margin-top: 6px;
}
.nt-smart-pilars-list--detailed li {
  align-items: flex-start;
  padding: 4px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
}
.nt-smart-pilars-list--detailed li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
html.nt-light-theme .nt-smart-pilars-list li {
  color: #334155;
}
html.nt-light-theme .nt-smart-pilars-list li .letter {
  background: #E0F2FE;
  color: #0284C7;
}
html.nt-light-theme .nt-smart-pilars-list li .letter.is-ok {
  background: #DCFCE7;
  color: #15803D;
  border-color: #86EFAC;
}
html.nt-light-theme .nt-smart-pilars-list li .letter.is-missing {
  background: #FEE2E2;
  color: #B91C1C;
  border-color: #FCA5A5;
}
html.nt-light-theme .nt-smart-pilars-list li strong {
  color: #0F172A;
}
html.nt-light-theme .nt-smart-pilars-list li .pilar-note {
  color: #64748B;
}
html.nt-light-theme .nt-smart-pilars-list li .pilar-note--missing {
  color: #DC2626;
}
html.nt-light-theme .nt-smart-pilars-list li .nt-pilar-status--ok {
  background: #DCFCE7;
  color: #166534;
}
html.nt-light-theme .nt-smart-pilars-list li .nt-pilar-status--missing {
  background: #FEE2E2;
  color: #991B1B;
}
html.nt-light-theme .nt-smart-pilars-list--detailed li {
  border-bottom-color: #F1F5F9;
}

.nt-activity-timeline-feed {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: 460px;
  overflow-y: auto;
  padding-right: 4px;
}
.nt-activity-timeline-feed::-webkit-scrollbar {
  width: 6px;
}
.nt-activity-timeline-feed::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-activity-timeline-feed::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}

.nt-activity-timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
}
.nt-activity-timeline-item:last-child {
  border-bottom: none;
}
.nt-activity-timeline-item:hover {
  background: rgba(14, 165, 233, 0.08);
  transform: translateX(3px);
}
.nt-activity-timeline-item:hover .nt-activity-timeline-item__action {
  opacity: 1;
  transform: translateX(0);
}
.nt-activity-timeline-item__icon-box {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}
.nt-activity-timeline-item__icon-box--progress {
  background: rgba(14, 165, 233, 0.18);
  color: #38BDF8;
}
.nt-activity-timeline-item__icon-box--task {
  background: rgba(16, 185, 129, 0.18);
  color: #34D399;
}
.nt-activity-timeline-item__icon-box--task-planned {
  background: rgba(14, 165, 233, 0.18);
  color: #38BDF8;
}
.nt-activity-timeline-item__icon-box--task-overdue {
  background: rgba(239, 68, 68, 0.18);
  color: #F87171;
}
.nt-activity-timeline-item__icon-box--appointment {
  background: rgba(168, 85, 247, 0.18);
  color: #C084FC;
}
.nt-activity-timeline-item__icon-box--appointment-planned {
  background: rgba(168, 85, 247, 0.18);
  color: #C084FC;
}
.nt-activity-timeline-item__icon-box--kpi {
  background: rgba(16, 185, 129, 0.18);
  color: #34D399;
}
.nt-activity-timeline-item__icon-box--deadline {
  background: rgba(245, 158, 11, 0.18);
  color: #FBBF24;
}
.nt-activity-timeline-item__title {
  font-size: 13px;
  font-weight: 600;
  color: #F0F6FC !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  line-height: 1.4;
  display: inline;
}
.nt-activity-timeline-item__title.is-completed {
  text-decoration: line-through;
  opacity: 0.75;
}
.nt-activity-timeline-item__date {
  font-size: 11px;
  color: #8B949E !important;
  flex-shrink: 0;
}
.nt-activity-timeline-item__subtitle {
  font-size: 12px;
  color: #8B949E !important;
  margin-top: 2px;
}
.nt-activity-timeline-item__action {
  font-size: 11px;
  font-weight: 700;
  color: #38BDF8;
  opacity: 0;
  transform: translateX(-4px);
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  white-space: nowrap;
  margin-left: 6px;
}
html.nt-light-theme .nt-activity-timeline-item__action {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-activity-timeline-item {
  border-bottom-color: #F1F5F9;
}
html.nt-light-theme .nt-activity-timeline-item:hover {
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-activity-timeline-item__icon-box--progress {
  background: #E0F2FE;
  color: #0284C7;
}
html.nt-light-theme .nt-activity-timeline-item__icon-box--task {
  background: #D1FAE5;
  color: #059669;
}
html.nt-light-theme .nt-activity-timeline-item__icon-box--task-planned {
  background: #E0F2FE;
  color: #0284C7;
}
html.nt-light-theme .nt-activity-timeline-item__icon-box--task-overdue {
  background: #FEE2E2;
  color: #DC2626;
}
html.nt-light-theme .nt-activity-timeline-item__icon-box--appointment {
  background: #F3E8FF;
  color: #7E22CE;
}
html.nt-light-theme .nt-activity-timeline-item__icon-box--appointment-planned {
  background: #F3E8FF;
  color: #7E22CE;
}
html.nt-light-theme .nt-activity-timeline-item__icon-box--kpi {
  background: #DCFCE7;
  color: #16A34A;
}
html.nt-light-theme .nt-activity-timeline-item__icon-box--deadline {
  background: #FEF3C7;
  color: #D97706;
}
html.nt-light-theme .nt-activity-timeline-item__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-activity-timeline-item__date {
  color: #64748B !important;
}
html.nt-light-theme .nt-activity-timeline-item__subtitle {
  color: #64748B !important;
}

.nt-smart-pillar-card--temporal {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nt-smart-pillar-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nt-timeline-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nt-timeline-badge--active {
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
  border: 1px solid rgba(56, 189, 248, 0.3);
}
.nt-timeline-badge--completed {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
  border: 1px solid rgba(74, 222, 128, 0.3);
}
.nt-timeline-badge--overdue {
  background: rgba(244, 63, 94, 0.15);
  color: #FB7185;
  border: 1px solid rgba(251, 113, 133, 0.3);
}
.nt-timeline-badge--due-today {
  background: rgba(245, 158, 11, 0.15);
  color: #FBBF24;
  border: 1px solid rgba(251, 191, 36, 0.3);
}
.nt-timeline-badge--no-due {
  background: rgba(148, 163, 184, 0.15);
  color: #94A3B8;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.nt-goal-timeline-widget {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 10px;
  padding: 22px 16px 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
html.nt-light-theme .nt-goal-timeline-widget {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
.nt-goal-timeline-widget__track-container {
  position: relative;
  padding: 10px 0 6px 0;
}
.nt-goal-timeline-widget__track {
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: visible;
}
html.nt-light-theme .nt-goal-timeline-widget__track {
  background: #E2E8F0 !important;
}
.nt-goal-timeline-widget__track.is-overdue .nt-goal-timeline-widget__fill {
  background: linear-gradient(90deg, #F43F5E, #E11D48);
}
.nt-goal-timeline-widget__track.is-completed .nt-goal-timeline-widget__fill {
  background: linear-gradient(90deg, #10B981, #059669);
}
.nt-goal-timeline-widget__fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #0EA5E9, #3B82F6);
  transition: width 0.3s ease;
}
.nt-goal-timeline-widget__today-pin {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid #0EA5E9;
  box-shadow: 0 0 10px rgba(14, 165, 233, 0.7);
  z-index: 10;
  transition: left 0.3s ease;
}
.nt-goal-timeline-widget__today-pin .pin-label {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: #0EA5E9;
  color: #FFFFFF !important;
  padding: 2px 7px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  gap: 3px;
}
.nt-goal-timeline-widget__today-pin .pin-label::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px;
  border-style: solid;
  border-color: #0EA5E9 transparent transparent transparent;
}
.nt-goal-timeline-widget__today-pin.is-overdue {
  border-color: #F43F5E;
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.7);
}
.nt-goal-timeline-widget__today-pin.is-overdue .pin-label {
  background: #F43F5E;
}
.nt-goal-timeline-widget__today-pin.is-overdue .pin-label::after {
  border-color: #F43F5E transparent transparent transparent;
}
.nt-goal-timeline-widget__dates {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nt-goal-timeline-widget__date-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nt-goal-timeline-widget__date-item .date-label {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-secondary, #8B949E);
}
.nt-goal-timeline-widget__date-item .date-val {
  font-size: 12px;
  font-weight: 700;
  color: var(--color-text-primary, #F0F6FC);
}
.nt-goal-timeline-widget__date-item.date-item--start {
  text-align: left;
}
.nt-goal-timeline-widget__date-item.date-item--end {
  text-align: right;
}
html.nt-light-theme .nt-goal-timeline-widget__date-item .date-label {
  color: #64748B !important;
}
html.nt-light-theme .nt-goal-timeline-widget__date-item .date-val {
  color: #0F172A !important;
}

.nt-goal-timeline-summary {
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 12.5px;
  line-height: 1.45;
}
.nt-goal-timeline-summary__content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-goal-timeline-summary__content .summary-icon {
  font-size: 16px;
  flex-shrink: 0;
}
.nt-goal-timeline-summary__content strong {
  color: inherit !important;
  font-weight: 700;
}
.nt-goal-timeline-summary__content span {
  color: inherit;
}
.nt-goal-timeline-summary--active {
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.25);
  color: #7DD3FC;
}
html.nt-light-theme .nt-goal-timeline-summary--active {
  background: #E0F2FE !important;
  border-color: #BAE6FD !important;
  color: #0369A1 !important;
}
.nt-goal-timeline-summary--completed {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.25);
  color: #86EFAC;
}
html.nt-light-theme .nt-goal-timeline-summary--completed {
  background: #DCFCE7 !important;
  border-color: #BBF7D0 !important;
  color: #15803D !important;
}
.nt-goal-timeline-summary--overdue {
  background: rgba(244, 63, 94, 0.12);
  border: 1px solid rgba(251, 113, 133, 0.3);
  color: #FDA4AF;
}
html.nt-light-theme .nt-goal-timeline-summary--overdue {
  background: #FFE4E6 !important;
  border-color: #FECDD3 !important;
  color: #BE123C !important;
}
.nt-goal-timeline-summary--due-today {
  background: rgba(245, 158, 11, 0.12);
  border: 1px solid rgba(251, 191, 36, 0.3);
  color: #FDE68A;
}
html.nt-light-theme .nt-goal-timeline-summary--due-today {
  background: #FEF3C7 !important;
  border-color: #FDE68A !important;
  color: #B45309 !important;
}

html.nt-light-theme .nt-smart-pillar-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #0F172A !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .nt-smart-pillar-card .nt-smart-pillar-text {
  color: #334155 !important;
}
html.nt-light-theme .nt-smart-pillar-card .nt-smart-pillar-label--T {
  background: transparent !important;
  border: none !important;
  color: #7E22CE !important;
  padding: 0 !important;
}
html.nt-light-theme .nt-timeline-badge--active {
  background: #E0F2FE !important;
  color: #0284C7 !important;
  border-color: #BAE6FD !important;
}
html.nt-light-theme .nt-timeline-badge--completed {
  background: #DCFCE7 !important;
  color: #16A34A !important;
  border-color: #BBF7D0 !important;
}
html.nt-light-theme .nt-timeline-badge--overdue {
  background: #FFE4E6 !important;
  color: #E11D48 !important;
  border-color: #FECDD3 !important;
}
html.nt-light-theme .nt-timeline-badge--due-today {
  background: #FEF3C7 !important;
  color: #D97706 !important;
  border-color: #FDE68A !important;
}
html.nt-light-theme .nt-timeline-badge--no-due {
  background: #F1F5F9 !important;
  color: #475569 !important;
  border-color: #CBD5E1 !important;
}

.nt-milestone-modal {
  max-width: 480px;
  width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  display: none;
  border-radius: 14px;
  background: #161B22;
  border: 1px solid #30363D;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
html.nt-light-theme .nt-milestone-modal {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}
.nt-milestone-modal.is-open {
  display: block !important;
  animation: ntMilestoneFadeIn 0.25s ease forwards;
}
.nt-milestone-modal .drawer-header {
  padding: 18px 22px;
  border-bottom: 1px solid #30363D;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
html.nt-light-theme .nt-milestone-modal .drawer-header {
  border-color: #E2E8F0 !important;
}
.nt-milestone-modal .drawer-title-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.nt-milestone-modal .drawer-title {
  color: #F0F6FC;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  word-break: break-word;
}
html.nt-light-theme .nt-milestone-modal .drawer-title {
  color: #0F172A !important;
}
.nt-milestone-modal .drawer-subtitle {
  color: #8B949E;
  font-size: 12px;
  display: block;
}
html.nt-light-theme .nt-milestone-modal .drawer-subtitle {
  color: #64748B !important;
}
.nt-milestone-modal .drawer-close {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  line-height: 1;
}
.nt-milestone-modal .drawer-close:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #F0F6FC;
}
html.nt-light-theme .nt-milestone-modal .drawer-close {
  color: #64748B !important;
}
html.nt-light-theme .nt-milestone-modal .drawer-close:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
}
.nt-milestone-modal .drawer-footer {
  padding: 14px 22px;
  border-top: 1px solid #30363D;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
html.nt-light-theme .nt-milestone-modal .drawer-footer {
  border-color: #E2E8F0 !important;
  background: #F8FAFC !important;
}
.nt-milestone-modal__badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #38BDF8;
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.3);
  padding: 2px 8px;
  border-radius: 6px;
  margin-bottom: 4px;
}
html.nt-light-theme .nt-milestone-modal__badge {
  background: #E0F2FE !important;
  color: #0284C7 !important;
  border-color: #BAE6FD !important;
}

.nt-milestone-card-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.nt-milestone-stat-box {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
html.nt-light-theme .nt-milestone-stat-box {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
.nt-milestone-stat-box__label {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-secondary, #8B949E);
}
html.nt-light-theme .nt-milestone-stat-box__label {
  color: #64748B !important;
}
.nt-milestone-stat-box__val {
  font-size: 15px;
  font-weight: 800;
  color: var(--color-text-primary, #F0F6FC);
}
html.nt-light-theme .nt-milestone-stat-box__val {
  color: #0F172A !important;
}
.nt-milestone-stat-box--highlight {
  background: rgba(14, 165, 233, 0.08);
  border-color: rgba(56, 189, 248, 0.4);
}
.nt-milestone-stat-box--highlight .nt-milestone-stat-box__val {
  color: #38BDF8;
}
html.nt-light-theme .nt-milestone-stat-box--highlight {
  background: #E0F2FE !important;
  border-color: #BAE6FD !important;
}
html.nt-light-theme .nt-milestone-stat-box--highlight .nt-milestone-stat-box__val {
  color: #0284C7 !important;
}

.nt-milestone-stat-arrow {
  font-size: 18px;
  font-weight: 800;
  color: var(--color-text-secondary, #8B949E);
  display: flex;
  align-items: center;
  justify-content: center;
}

.nt-milestone-impact-box {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
html.nt-light-theme .nt-milestone-impact-box {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
.nt-milestone-impact-box__title {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-text-secondary, #8B949E);
  margin: 0 0 2px 0;
}
html.nt-light-theme .nt-milestone-impact-box__title {
  color: #64748B !important;
}

.nt-milestone-impact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.nt-milestone-impact-row:last-child {
  border-bottom: none;
}
html.nt-light-theme .nt-milestone-impact-row {
  border-bottom-color: #F1F5F9;
}
.nt-milestone-impact-row__icon {
  font-size: 16px;
  flex-shrink: 0;
}
.nt-milestone-impact-row__info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.nt-milestone-impact-row__label {
  font-size: 12px;
  color: var(--color-text-secondary, #8B949E);
}
html.nt-light-theme .nt-milestone-impact-row__label {
  color: #475569 !important;
}
.nt-milestone-impact-row__val {
  font-size: 12.5px;
  font-weight: 700;
  color: #38BDF8;
}
html.nt-light-theme .nt-milestone-impact-row__val {
  color: #0284C7 !important;
}
.nt-milestone-impact-row__val.is-positive {
  color: #4ADE80;
}
html.nt-light-theme .nt-milestone-impact-row__val.is-positive {
  color: #16A34A !important;
}
.nt-milestone-impact-row__val.is-negative {
  color: #F87171;
}
html.nt-light-theme .nt-milestone-impact-row__val.is-negative {
  color: #E11D48 !important;
}

.nt-milestone-note {
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid #0EA5E9;
  border-radius: 0 6px 6px 0;
  padding: 8px 12px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
html.nt-light-theme .nt-milestone-note {
  background: #F1F5F9 !important;
}
.nt-milestone-note__label {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-text-secondary, #8B949E);
}
html.nt-light-theme .nt-milestone-note__label {
  color: #64748B !important;
}
.nt-milestone-note__text {
  color: var(--color-text-primary, #F0F6FC);
  font-style: italic;
}
html.nt-light-theme .nt-milestone-note__text {
  color: #1E293B !important;
}

@keyframes ntMilestoneFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -46%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.nt-milestone-btn-secondary {
  background: transparent;
  border: 1px solid var(--color-border, #30363D);
  color: var(--color-text-secondary, #8B949E);
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nt-milestone-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--color-text-primary, #F0F6FC);
}
html.nt-light-theme .nt-milestone-btn-secondary {
  border-color: #CBD5E1 !important;
  color: #475569 !important;
  background: #FFFFFF !important;
}
html.nt-light-theme .nt-milestone-btn-secondary:hover {
  background: #F1F5F9 !important;
  border-color: #94A3B8 !important;
  color: #0F172A !important;
}

.nt-milestone-btn-primary {
  background: #0EA5E9;
  border: 1px solid #0EA5E9;
  color: #FFFFFF !important;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
.nt-milestone-btn-primary:hover {
  background: #0284C7;
  border-color: #0284C7;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.35);
}

.nt-milestone-modal__badge--task {
  background: rgba(16, 185, 129, 0.15) !important;
  color: #34D399 !important;
  border-color: rgba(52, 211, 153, 0.35) !important;
}
html.nt-light-theme .nt-milestone-modal__badge--task {
  background: #D1FAE5 !important;
  color: #059669 !important;
  border-color: #A7F3D0 !important;
}
.nt-milestone-modal__badge--appointment {
  background: rgba(168, 85, 247, 0.15) !important;
  color: #C084FC !important;
  border-color: rgba(192, 132, 252, 0.35) !important;
}
html.nt-light-theme .nt-milestone-modal__badge--appointment {
  background: #F3E8FF !important;
  color: #7E22CE !important;
  border-color: #E9D5FF !important;
}
.nt-milestone-modal__badge--milestone {
  background: rgba(14, 165, 233, 0.15) !important;
  color: #38BDF8 !important;
  border-color: rgba(56, 189, 248, 0.35) !important;
}
html.nt-light-theme .nt-milestone-modal__badge--milestone {
  background: #E0F2FE !important;
  color: #0284C7 !important;
  border-color: #BAE6FD !important;
}

.nt-btn-ai-analyze {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(135deg, #8B5CF6 0%, #6366F1 50%, #3B82F6 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 10px rgba(139, 92, 246, 0.35);
}
.nt-btn-ai-analyze .ai-sparkle {
  font-size: 14px;
  display: inline-block;
  animation: aiSparklePulse 2.5s infinite ease-in-out;
}
.nt-btn-ai-analyze:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #9333EA 0%, #7C3AED 50%, #2563EB 100%);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.55);
  color: #FFFFFF;
}
.nt-btn-ai-analyze:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(139, 92, 246, 0.4);
}

@keyframes aiSparklePulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.15) rotate(15deg);
    opacity: 1;
    filter: drop-shadow(0 0 4px #FDE047);
  }
}
#goal-ai-diagnosis-modal,
.nt-goal-ai-diagnosis-modal {
  display: none;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 1050 !important;
  width: 92% !important;
  max-width: 680px !important;
  max-height: 90vh !important;
  overflow: hidden !important;
  background: #0B0E14 !important;
  border: 1px solid #1F2937 !important;
  border-radius: 14px !important;
  box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.7) !important;
}
#goal-ai-diagnosis-modal.is-open,
.nt-goal-ai-diagnosis-modal.is-open {
  display: flex !important;
  flex-direction: column !important;
}
#goal-ai-diagnosis-modal .drawer-header,
.nt-goal-ai-diagnosis-modal .drawer-header {
  padding: 16px 22px;
  border-bottom: 1px solid #1F2937;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
#goal-ai-diagnosis-modal .drawer-title-group,
.nt-goal-ai-diagnosis-modal .drawer-title-group {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
#goal-ai-diagnosis-modal .drawer-title,
.nt-goal-ai-diagnosis-modal .drawer-title {
  color: #F0F6FC;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
#goal-ai-diagnosis-modal .drawer-subtitle,
.nt-goal-ai-diagnosis-modal .drawer-subtitle {
  color: #8B949E;
  font-size: 12px;
  margin: 0;
  display: block;
  line-height: 1.4;
}
#goal-ai-diagnosis-modal .drawer-close,
.nt-goal-ai-diagnosis-modal .drawer-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 6px;
  border: none;
  background: transparent;
  color: #8B949E;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
#goal-ai-diagnosis-modal .drawer-close:hover,
.nt-goal-ai-diagnosis-modal .drawer-close:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #F0F6FC;
}
#goal-ai-diagnosis-modal .drawer-body,
.nt-goal-ai-diagnosis-modal .drawer-body {
  max-height: calc(85vh - 125px);
  overflow-y: auto;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#goal-ai-diagnosis-modal .drawer-footer,
.nt-goal-ai-diagnosis-modal .drawer-footer {
  padding: 14px 22px;
  border-top: 1px solid #1F2937;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.nt-ai-loading-spinner {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(139, 92, 246, 0.2);
  border-top-color: #8B5CF6;
  border-right-color: #38BDF8;
  border-radius: 50%;
  margin: 0 auto;
  animation: spin 0.85s linear infinite;
}

.nt-ai-diagnosis-hero-card {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.12) 0%, rgba(14, 165, 233, 0.08) 100%);
  border: 1px solid rgba(139, 92, 246, 0.25);
  border-radius: 12px;
}
@media (max-width: 560px) {
  .nt-ai-diagnosis-hero-card {
    flex-direction: column;
    text-align: center;
  }
}

.nt-ai-diagnosis-score-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  padding: 6px;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.14);
  border: 3px solid #8B5CF6;
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(139, 92, 246, 0.25);
  text-align: center;
  box-sizing: border-box;
}
.nt-ai-diagnosis-score-box .nt-ai-score-num {
  font-size: 28px;
  font-weight: 800;
  color: #F0F6FC;
  line-height: 1;
  margin: 0;
}
.nt-ai-diagnosis-score-box .nt-ai-score-sub {
  font-size: 9px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #C084FC;
  margin-top: 3px;
  line-height: 1.15;
  max-width: 68px;
  text-align: center;
}

.nt-ai-diagnosis-hero-info {
  flex: 1;
  min-width: 0;
}
.nt-ai-diagnosis-hero-info .nt-ai-summary-text {
  font-size: 13px;
  color: #E6EDF3;
  line-height: 1.55;
  margin: 0;
  font-weight: 500;
}

.nt-ai-status-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  font-size: 11.5px;
  font-weight: 700;
  border-radius: 12px;
  background: rgba(16, 185, 129, 0.18);
  color: #34D399;
  border: 1px solid rgba(52, 211, 153, 0.3);
}
.nt-ai-status-badge--ontrack {
  background: rgba(16, 185, 129, 0.18);
  color: #34D399;
  border-color: rgba(52, 211, 153, 0.35);
}
.nt-ai-status-badge--attention {
  background: rgba(245, 158, 11, 0.18);
  color: #FBBF24;
  border-color: rgba(251, 191, 36, 0.35);
}
.nt-ai-status-badge--critical {
  background: rgba(239, 68, 68, 0.18);
  color: #F87171;
  border-color: rgba(248, 113, 113, 0.35);
}
.nt-ai-status-badge--completed {
  background: rgba(14, 165, 233, 0.18);
  color: #38BDF8;
  border-color: rgba(56, 189, 248, 0.35);
}

.nt-ai-meta-tag {
  display: inline-block;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: #8B949E;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nt-ai-card {
  background: rgba(22, 27, 34, 0.6);
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 16px 18px;
}
.nt-ai-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.nt-ai-card__icon {
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.nt-ai-card__title {
  font-size: 13.5px;
  font-weight: 700;
  color: #F0F6FC;
  margin: 0;
  line-height: 1.3;
}
.nt-ai-card__text {
  font-size: 13px;
  color: #C9D1D9;
  line-height: 1.55;
  margin: 0;
}

.nt-ai-bottlenecks-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-ai-bottlenecks-list .nt-ai-bottleneck-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.nt-ai-bottlenecks-list .nt-ai-bottleneck-item--danger {
  border-left: 4px solid #EF4444;
  background: rgba(239, 68, 68, 0.08);
}
.nt-ai-bottlenecks-list .nt-ai-bottleneck-item--warning {
  border-left: 4px solid #F59E0B;
  background: rgba(245, 158, 11, 0.08);
}
.nt-ai-bottlenecks-list .nt-ai-bottleneck-item--info {
  border-left: 4px solid #38BDF8;
  background: rgba(56, 189, 248, 0.08);
}
.nt-ai-bottlenecks-list .nt-ai-bottleneck-item__title {
  font-size: 13px;
  font-weight: 600;
  color: #F0F6FC;
  margin: 0 0 3px 0;
  line-height: 1.3;
}
.nt-ai-bottlenecks-list .nt-ai-bottleneck-item__desc {
  font-size: 12px;
  color: #8B949E;
  margin: 0;
  line-height: 1.45;
}

.nt-ai-actions-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-ai-actions-list .nt-ai-action-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: all 0.2s ease;
}
.nt-ai-actions-list .nt-ai-action-item:hover {
  border-color: rgba(139, 92, 246, 0.35);
  background: rgba(139, 92, 246, 0.06);
}
.nt-ai-actions-list .nt-ai-action-item__info {
  flex: 1;
  min-width: 0;
}
.nt-ai-actions-list .nt-ai-action-item__title-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 3px;
}
.nt-ai-actions-list .nt-ai-action-item__title {
  font-size: 13px;
  font-weight: 600;
  color: #F0F6FC;
  margin: 0;
  line-height: 1.3;
}
.nt-ai-actions-list .nt-ai-action-item__desc {
  font-size: 12px;
  color: #8B949E;
  margin: 0;
  line-height: 1.45;
  padding-left: 16px;
}
.nt-ai-actions-list .nt-ai-action-item__btn-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(139, 92, 246, 0.15);
  color: #C084FC;
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.nt-ai-actions-list .nt-ai-action-item__btn-add svg {
  flex-shrink: 0;
}
.nt-ai-actions-list .nt-ai-action-item__btn-add:hover {
  background: #8B5CF6;
  color: #FFFFFF;
}
.nt-ai-actions-list .nt-ai-action-item__btn-add.is-added {
  background: rgba(16, 185, 129, 0.2);
  color: #34D399;
  border-color: rgba(52, 211, 153, 0.4);
  cursor: default;
}

.nt-btn-ai-acknowledge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  background: linear-gradient(135deg, #8B5CF6 0%, #6366F1 50%, #3B82F6 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 10px rgba(139, 92, 246, 0.35);
}
.nt-btn-ai-acknowledge:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #9333EA 0%, #7C3AED 50%, #2563EB 100%);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.5);
  color: #FFFFFF;
}
.nt-btn-ai-acknowledge:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(139, 92, 246, 0.35);
}

/* ==========================================================================
   MÓDULO DE KPIS NAS METAS SMART - ESTRUTURA E MODO ESCURO (PADRÃO)
   ========================================================================== */
/* ── 1. TRILHA DE NAVEGAÇÃO (BREADCRUMBS) ────────────────────────────────── */
.nt-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.nt-breadcrumb .nt-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text-secondary, #8B949E);
}
.nt-breadcrumb .nt-breadcrumb__link {
  color: var(--color-text-secondary, #8B949E);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nt-breadcrumb .nt-breadcrumb__link:hover {
  color: var(--nt-primary, #0EA5E9);
  text-decoration: underline;
}
.nt-breadcrumb .nt-breadcrumb__link.is-active {
  color: var(--color-text-primary, #FFFFFF);
  font-weight: 700;
  pointer-events: none;
}
.nt-breadcrumb .nt-breadcrumb__sep {
  color: var(--color-border, #30363D);
  font-size: 12px;
  user-select: none;
}

/* ── 2. FULLPAGE WIZARD & CHAT DE IA ─────────────────────────────────────── */
.nt-wizard-fullpage {
  padding: 28px;
  border-radius: 16px;
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  color: var(--color-text-primary, #FFFFFF);
}

.nt-wizard-step-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--color-text-primary, #FFFFFF);
  margin-bottom: 6px;
}

.nt-wizard-step-desc {
  font-size: 13.5px;
  color: var(--color-text-secondary, #8B949E);
  line-height: 1.5;
}

.nt-wizard-progress {
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color-border, #2D333B);
}
.nt-wizard-progress .nt-wizard-progress__track {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 16px;
}
.nt-wizard-progress .nt-wizard-progress__bar {
  height: 100%;
  background: linear-gradient(90deg, #0088CC, #0EA5E9);
  border-radius: 3px;
  transition: width 0.3s ease;
}
.nt-wizard-progress .nt-wizard-progress__steps {
  display: flex;
  justify-content: space-between;
}
.nt-wizard-progress .nt-wizard-progress__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--color-text-secondary, #8B949E);
}
.nt-wizard-progress .nt-wizard-progress__step .dot, .nt-wizard-progress .nt-wizard-progress__step .step-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #161B22;
  border: 2px solid var(--color-border, #2D333B);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--color-text-secondary, #8B949E);
  transition: all 0.2s ease;
  position: relative;
  z-index: 3;
}
.nt-wizard-progress .nt-wizard-progress__step.is-active {
  color: #0EA5E9;
}
.nt-wizard-progress .nt-wizard-progress__step.is-active .dot, .nt-wizard-progress .nt-wizard-progress__step.is-active .step-circle {
  border-color: #0EA5E9;
  background: #161B22;
  color: #0EA5E9;
  font-weight: 800;
  box-shadow: 0 0 14px rgba(14, 165, 233, 0.45);
}
.nt-wizard-progress .nt-wizard-progress__step.is-completed {
  color: #10B981;
}
.nt-wizard-progress .nt-wizard-progress__step.is-completed .dot, .nt-wizard-progress .nt-wizard-progress__step.is-completed .step-circle {
  border-color: #10B981;
  background: #161B22;
  color: #10B981;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.25);
}

.nt-chat-container {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 260px;
}
.nt-chat-container .nt-chat-messages {
  flex: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 6px;
  min-height: 140px;
}
.nt-chat-container .nt-chat-input-area {
  background: transparent;
  padding-top: 12px;
  border-top: 1px solid var(--color-border, #2D333B);
}
.nt-chat-container .nt-chat-input-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 640px) {
  .nt-chat-container .nt-chat-input-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
.nt-chat-container .nt-chat-textarea {
  flex: 1;
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--color-text-primary, #FFFFFF);
  font-size: 14px;
  outline: none;
  resize: none;
  transition: all 0.2s ease;
  font-family: inherit;
  line-height: 1.4;
}
.nt-chat-container .nt-chat-textarea:focus {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}
.nt-chat-container .nt-chat-textarea::placeholder {
  color: var(--color-text-secondary, #8B949E);
}
.nt-chat-container .nt-chat-send-btn {
  background: linear-gradient(135deg, #0088CC, #0EA5E9);
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  height: 48px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.25);
}
.nt-chat-container .nt-chat-send-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.4);
  background: linear-gradient(135deg, #0284C7, #38BDF8);
}
.nt-chat-container .nt-chat-send-btn:active {
  transform: translateY(0);
}
.nt-chat-container .nt-chat-bubble {
  font-size: 13.5px;
  line-height: 1.5;
}
.nt-chat-container .nt-chat-bubble__text {
  color: var(--color-text-primary, #F1F5F9);
  font-size: 13.5px;
  margin: 0 0 4px;
}
.nt-chat-container .nt-chat-bubble__subtext {
  color: var(--color-text-secondary, #8B949E);
  font-size: 12px;
  margin: 0;
}
.nt-chat-container .nt-chat-bubble--user {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.nt-chat-container .nt-chat-bubble--user .nt-chat-bubble__content {
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 12px;
  padding: 10px 16px;
  color: var(--color-text-primary, #FFFFFF);
  max-width: 85%;
  word-break: break-word;
  line-height: 1.5;
  font-size: 13.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.nt-chat-container .nt-chat-bubble--ai {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.nt-chat-container .nt-chat-bubble--ai .nt-chat-bubble__avatar {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.nt-chat-container .nt-chat-bubble--ai .nt-chat-bubble__content {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 10px;
  padding: 10px 14px;
  max-width: 85%;
}
.nt-chat-container .nt-chat-bubble--loading .nt-chat-bubble__content {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(14, 165, 233, 0.12) !important;
  border: 1px solid rgba(14, 165, 233, 0.3) !important;
}

.nt-typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nt-typing-dots span {
  width: 6px;
  height: 6px;
  background: #0EA5E9;
  border-radius: 50%;
  animation: ntTypingBlink 1.4s infinite ease-in-out both;
}
.nt-typing-dots span:nth-child(1) {
  animation-delay: 0s;
}
.nt-typing-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.nt-typing-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes ntTypingBlink {
  0%, 80%, 100% {
    transform: scale(0.6);
    opacity: 0.4;
  }
  40% {
    transform: scale(1.1);
    opacity: 1;
  }
}
.nt-typing-text {
  font-size: 13px;
  color: var(--color-text-secondary, #8B949E);
  font-style: italic;
}

/* ── 3. MONTADOR DRAG & DROP DE KPIS (BUILDER) ──────────────────────────── */
.nt-kpi-builder {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .nt-kpi-builder {
    grid-template-columns: 1fr;
  }
}

.nt-kpi-dropzone-container {
  background: var(--color-bg-card, rgba(15, 23, 42, 0.6));
  border: 2px dashed var(--color-border, #2D333B);
  border-radius: 12px;
  padding: 20px;
  min-height: 280px;
  transition: all 0.2s ease;
}
.nt-kpi-dropzone-container.is-dragover {
  border-color: #0EA5E9;
  background: rgba(14, 165, 233, 0.06);
  box-shadow: 0 0 20px rgba(14, 165, 233, 0.15);
}
.nt-kpi-dropzone-container .nt-kpi-dropzone__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  color: var(--color-text-secondary, #8B949E);
}
.nt-kpi-dropzone-container .nt-kpi-dropzone__empty .icon, .nt-kpi-dropzone-container .nt-kpi-dropzone__empty .title, .nt-kpi-dropzone-container .nt-kpi-dropzone__empty .desc {
  pointer-events: none;
}
.nt-kpi-dropzone-container .nt-kpi-dropzone__empty .icon {
  font-size: 32px;
  margin-bottom: 12px;
}
.nt-kpi-dropzone-container .nt-kpi-dropzone__empty .title {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-primary, #FFFFFF);
  margin-bottom: 6px;
}
.nt-kpi-dropzone-container .nt-kpi-dropzone__empty .desc {
  font-size: 13px;
  max-width: 360px;
  line-height: 1.4;
}

.nt-kpi-list-drag {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nt-kpi-card-drag {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.nt-kpi-card-drag:hover {
  border-color: rgba(14, 165, 233, 0.4);
  transform: translateY(-2px);
}
.nt-kpi-card-drag.is-dragging {
  opacity: 0.5;
  border-style: dashed;
  border-color: #0EA5E9;
}
.nt-kpi-card-drag .nt-kpi-card-drag__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.nt-kpi-card-drag .nt-kpi-card-drag__handle {
  color: var(--color-text-secondary, #8B949E);
  cursor: grab;
  display: flex;
  align-items: center;
  padding: 4px;
}
.nt-kpi-card-drag .nt-kpi-card-drag__handle:hover {
  color: #0EA5E9;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 768px) {
  .nt-kpi-card-drag .nt-kpi-card-drag__inputs {
    grid-template-columns: 1fr 1fr;
  }
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group label {
  font-size: 11px;
  font-weight: 700;
  color: var(--color-text-secondary, #8B949E);
  text-transform: uppercase;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group input, .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group select, .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select {
  width: 100%;
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 6px;
  padding: 6px 10px;
  color: var(--color-text-primary, #FFFFFF);
  font-size: 13px;
  outline: none;
  transition: all 0.2s ease;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group input:focus, .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group select:focus, .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select:focus {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.15);
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper svg {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--color-text-secondary, #8B949E);
  width: 14px;
  height: 14px;
  transition: color 0.2s ease;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper:focus-within svg {
  color: #0EA5E9;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper select, .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper .nt-modal__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 28px !important;
  cursor: pointer;
}
.nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper select option, .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper .nt-modal__select option {
  background: #161B22;
  color: #FFFFFF;
}

.nt-kpi-palette {
  background: var(--color-bg-card, rgba(15, 23, 42, 0.6));
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nt-kpi-palette .nt-kpi-palette__title {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-secondary, #8B949E);
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-kpi-palette .nt-kpi-palette__item {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-text-primary, #FFFFFF);
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}
.nt-kpi-palette .nt-kpi-palette__item:hover {
  border-color: #0EA5E9;
  background: rgba(14, 165, 233, 0.08);
  transform: translateX(4px);
}
.nt-kpi-palette .nt-kpi-palette__item .tag-unit {
  font-size: 11px;
  color: #0EA5E9;
  background: rgba(14, 165, 233, 0.12);
  padding: 2px 6px;
  border-radius: 4px;
}

/* ── 3.1 MONTADOR DE TAREFAS NO ATINGÍVEL (TASK BUILDER COM ABAS E LINHAS COMPACTAS) ── */
.nt-task-step-header {
  margin-bottom: 16px;
}

.nt-task-step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.nt-task-step-header__text {
  flex: 1;
  min-width: 0;
}
.nt-task-step-header .nt-btn-tutorial-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 20px;
  color: #38BDF8;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.nt-task-step-header .nt-btn-tutorial-trigger svg {
  color: #38BDF8;
  transition: transform 0.2s ease;
}
.nt-task-step-header .nt-btn-tutorial-trigger:hover {
  background: rgba(14, 165, 233, 0.2);
  border-color: #0EA5E9;
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.2);
}
.nt-task-step-header .nt-btn-tutorial-trigger:hover svg {
  transform: scale(1.1);
  color: #FFFFFF;
}

.nt-task-tabs-container {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  background: #0B0E14;
  border: 1px solid #21262D;
  border-radius: 10px;
  border-bottom-left-radius: 0px !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.35);
}
.nt-task-tabs-container.is-drag-in-progress .nt-task-tab-btn {
  border: 1px dashed rgba(14, 165, 233, 0.35);
  background: rgba(14, 165, 233, 0.04);
}
.nt-task-tabs-container.is-drag-in-progress .nt-task-tab-btn:hover {
  border-color: #0EA5E9;
  background: rgba(14, 165, 233, 0.12);
}

.nt-task-tabs-nav {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  width: 100%;
  padding-top: 1px;
  padding-left: 6px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: -1px;
}
.nt-task-tabs-nav::-webkit-scrollbar {
  display: none;
}

.nt-task-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 12px;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  color: var(--color-text-secondary, #8B949E);
  font-size: 12.5px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  position: relative;
  flex: 0 0 auto;
  min-width: 210px;
}
.nt-task-tab-btn--kpi {
  flex: 0 0 210px !important;
  min-width: 210px !important;
  max-width: 210px !important;
}
.nt-task-tab-btn .tab-icon {
  font-size: 14px;
  opacity: 0.75;
  transition: opacity 0.15s ease;
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.nt-task-tab-btn .tab-badge {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(255, 255, 255, 0.07);
  color: var(--color-text-secondary, #8B949E);
  padding: 1px 5px;
  border-radius: 4px;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.nt-task-tab-btn .tab-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
  display: inline-block;
}
.nt-task-tab-btn .tab-count {
  font-size: 10.5px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-text-secondary, #8B949E);
  padding: 1px 6px;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.nt-task-tab-btn .tab-separator {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 1px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 1px;
  pointer-events: none;
}
.nt-task-tab-btn:last-child .tab-separator, .nt-task-tab-btn.is-active .tab-separator, .nt-task-tab-btn:has(+ .is-active) .tab-separator, .nt-task-tab-btn:not(.is-active):hover .tab-separator, .nt-task-tab-btn:has(+ :not(.is-active):hover) .tab-separator {
  display: none !important;
}
.nt-task-tab-btn:not(.is-active):hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: var(--color-text-primary, #FFFFFF) !important;
  height: 30px !important;
  margin-bottom: 3px !important;
  border-radius: 14px !important;
}
.nt-task-tab-btn:not(.is-active):hover .tab-icon {
  opacity: 1;
}
.nt-task-tab-btn:not(.is-active):hover .tab-separator {
  opacity: 0;
}
.nt-task-tab-btn.is-active {
  background: var(--color-bg-card, #161B22);
  color: var(--color-text-primary, #FFFFFF);
  font-weight: 600;
  border: none;
  border-bottom: 1px solid var(--color-bg-card, #161B22);
  border-radius: 10px 10px 0 0;
  z-index: 3;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
}
.nt-task-tab-btn.is-active .tab-icon {
  opacity: 1;
}
.nt-task-tab-btn.is-active .tab-separator {
  display: none;
}
.nt-task-tab-btn.is-active .tab-badge {
  background: rgba(14, 165, 233, 0.18);
  color: #38BDF8;
}
.nt-task-tab-btn.is-active .tab-count {
  background: #0EA5E9;
  color: #FFFFFF;
  font-weight: 700;
}
.nt-task-tab-btn.is-active::before, .nt-task-tab-btn.is-active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 3;
}
.nt-task-tab-btn.is-active::before {
  left: -10px;
  background: radial-gradient(circle at 0 0, transparent 10px, var(--color-bg-card, #161B22) 10.5px);
}
.nt-task-tab-btn.is-active::after {
  right: -10px;
  background: radial-gradient(circle at 100% 0, transparent 10px, var(--color-bg-card, #161B22) 10.5px);
}
.nt-task-tab-btn.is-drag-target {
  background: #161B22 !important;
  border: 2px dashed #0EA5E9 !important;
  border-bottom: none !important;
  color: #38BDF8 !important;
  transform: translateY(0px) scale(1) !important;
  box-shadow: none !important;
  z-index: 4;
}
.nt-task-tab-btn.is-drag-target .tab-count {
  background: #0EA5E9 !important;
  color: #FFFFFF !important;
}
.nt-task-tab-btn.is-drop-success {
  background: rgba(16, 185, 129, 0.2) !important;
  border: 1px solid #10B981 !important;
  color: #34D399 !important;
  transform: translateY(-1px) scale(1.02);
  transition: all 0.2s ease;
}
.nt-task-tab-btn.is-drop-success .tab-badge {
  background: rgba(16, 185, 129, 0.25) !important;
  color: #34D399 !important;
}
.nt-task-tab-btn.is-drop-success .tab-count {
  background: #10B981 !important;
  color: #FFFFFF !important;
}

.nt-modal__select-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.nt-modal__select-wrapper svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--color-text-secondary, #8B949E);
  width: 14px;
  height: 14px;
  transition: color 0.2s ease;
}
.nt-modal__select-wrapper select, .nt-modal__select-wrapper .nt-modal__select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  outline: none;
}
.nt-modal__select-wrapper--priority {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.nt-modal__select-wrapper--priority .nt-triade-dot {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
.nt-modal__select-wrapper--priority .nt-modal__select {
  padding-left: 28px !important;
  padding-right: 26px !important;
}
.nt-modal__select-wrapper--priority svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.nt-tab-floating-popover {
  position: absolute;
  background: #1C2128;
  border: 1px solid rgba(14, 165, 233, 0.4);
  border-radius: 8px;
  padding: 6px 10px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 140px;
  max-width: 280px;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.nt-tab-floating-popover .popover-badge {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #38BDF8;
}
.nt-tab-floating-popover .popover-title {
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.3;
  word-break: break-word;
  white-space: normal;
}
.nt-tab-floating-popover .popover-count {
  font-size: 10.5px;
  color: #8B949E;
}
.nt-tab-floating-popover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1C2128;
}

.nt-triade-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}
.nt-triade-dot--importante {
  background: #0b81cd;
  box-shadow: 0 0 4px rgba(11, 129, 205, 0.4);
}
.nt-triade-dot--urgente {
  background: #ea403b;
  box-shadow: 0 0 4px rgba(234, 64, 59, 0.4);
}
.nt-triade-dot--circunstancial {
  background: #f4b622;
  box-shadow: 0 0 4px rgba(244, 182, 34, 0.4);
}

.nt-task-builder {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-task-builder--clean {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}

.nt-task-quick-add {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 8px;
  padding: 6px 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.nt-task-quick-add:focus-within {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12);
}
.nt-task-quick-add__input-wrap {
  flex: 1;
  min-width: 180px;
}
.nt-task-quick-add__input {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: var(--color-text-primary, #FFFFFF);
  font-size: 13px;
  font-weight: 500;
  padding: 4px 6px;
}
.nt-task-quick-add__input::placeholder {
  color: var(--color-text-secondary, #8B949E);
  font-size: 12.5px;
}
.nt-task-quick-add__priority-wrap {
  width: 140px;
  flex-shrink: 0;
}
.nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority {
  position: relative;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  transition: all 0.15s ease;
}
.nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority .nt-modal__select {
  width: 100%;
  height: 32px !important;
  line-height: 32px !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  padding: 0 18px 0 22px !important;
  background: transparent !important;
  border: none !important;
  color: var(--color-text-primary, #FFFFFF);
}
.nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority .nt-triade-dot {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  pointer-events: none;
  z-index: 2;
}
.nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority svg {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:hover, .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:focus-within {
  background: var(--color-bg-input, #0B0E14) !important;
  border-color: var(--color-border, #2D333B) !important;
}
.nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:hover svg, .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:focus-within svg {
  opacity: 0.9;
}
.nt-task-quick-add__date-wrap {
  width: 100px;
  flex-shrink: 0;
  position: relative;
}
.nt-task-quick-add__date-wrap .nt-dp-input__wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.nt-task-quick-add__date-wrap .nt-dp-input,
.nt-task-quick-add__date-wrap .nt-modal__input {
  width: 100%;
  height: 32px;
  padding: 0 4px !important;
  font-size: 12px;
  font-weight: 500;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 6px;
  color: var(--color-text-secondary, #8B949E);
  cursor: pointer;
  text-align: center;
  transition: all 0.15s ease;
}
.nt-task-quick-add__date-wrap .nt-dp-input:hover, .nt-task-quick-add__date-wrap .nt-dp-input:focus,
.nt-task-quick-add__date-wrap .nt-modal__input:hover,
.nt-task-quick-add__date-wrap .nt-modal__input:focus {
  background: var(--color-bg-input, #0B0E14) !important;
  border-color: var(--color-border, #2D333B) !important;
  color: var(--color-text-primary, #FFFFFF);
}
.nt-task-quick-add__date-wrap .nt-dp-input__icon {
  display: none !important;
}
.nt-task-quick-add__btn {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 6px;
  padding: 0 12px;
  height: 32px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.nt-task-quick-add__btn:hover {
  background: linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.35);
}

.nt-task-suggestions-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(14, 165, 233, 0.05);
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 8px;
}
.nt-task-suggestions-bar .nt-task-suggestions-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #38BDF8;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  margin-bottom: 2px;
}

.nt-task-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  height: auto;
  padding: 4px 10px;
  background: #161B22;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: #C9D1D9;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  white-space: normal;
  text-align: left;
  line-height: 1.3;
  transition: all 0.15s ease;
  user-select: none;
  flex-shrink: 0;
}
.nt-task-chip .chip-title {
  max-width: 480px;
}
.nt-task-chip .chip-plus {
  color: #38BDF8;
  font-weight: 700;
  font-size: 13px;
  margin-left: 2px;
  flex-shrink: 0;
}
.nt-task-chip:hover {
  border-color: #38BDF8;
  background: #1C2128;
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.25);
}

.nt-task-bulk-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 14px;
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 8px;
  margin-bottom: 12px;
  animation: slideDown 0.2s ease-out;
}
.nt-task-bulk-bar__info {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.nt-task-bulk-bar__badge {
  background: #0EA5E9;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 12px;
  min-width: 20px;
  text-align: center;
}
.nt-task-bulk-bar__text {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--color-text-primary, #FFFFFF);
}
.nt-task-bulk-bar__divider {
  width: 1px;
  height: 20px;
  background: rgba(14, 165, 233, 0.25);
}
.nt-task-bulk-bar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.nt-task-bulk-bar__group {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-task-bulk-bar__label {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--color-text-secondary, #8B949E);
  white-space: nowrap;
}
.nt-task-bulk-bar .nt-bulk-select {
  height: 28px;
  padding: 2px 8px;
  font-size: 12px;
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 6px;
  color: var(--color-text-primary, #FFFFFF);
  cursor: pointer;
  max-width: 170px;
}
.nt-task-bulk-bar .nt-bulk-select:focus {
  border-color: #0EA5E9;
  outline: none;
}
.nt-task-bulk-bar .nt-bulk-date-input {
  height: 28px;
  width: 95px;
  padding: 2px 6px;
  font-size: 11.5px;
  text-align: center;
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 6px;
  color: var(--color-text-primary, #FFFFFF);
  cursor: pointer;
}
.nt-task-bulk-bar__btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 28px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: all 0.15s ease;
}
.nt-task-bulk-bar__btn--delete {
  background: rgba(239, 68, 68, 0.15);
  color: #EF4444;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.nt-task-bulk-bar__btn--delete:hover {
  background: #EF4444;
  color: #FFFFFF;
}
.nt-task-bulk-bar__btn--cancel {
  background: var(--color-bg-card, #161B22);
  color: var(--color-text-secondary, #8B949E);
  border: 1px solid var(--color-border, #2D333B);
}
.nt-task-bulk-bar__btn--cancel:hover {
  color: var(--color-text-primary, #FFFFFF);
  border-color: var(--color-text-secondary, #8B949E);
}

.nt-task-table-container {
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.nt-task-table-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: rgba(11, 14, 20, 0.5);
  border-bottom: 1px solid var(--color-border, #2D333B);
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--color-text-secondary, #8B949E);
}
.nt-task-table-header .col-select {
  width: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-task-table-header .col-drag {
  width: 16px;
  flex-shrink: 0;
}
.nt-task-table-header .col-title {
  flex: 1;
  min-width: 140px;
  text-align: left;
}
.nt-task-table-header .col-priority {
  width: 140px;
  flex-shrink: 0;
  text-align: center;
}
.nt-task-table-header .col-kpi {
  width: 155px;
  flex-shrink: 0;
  text-align: center;
}
.nt-task-table-header .col-date {
  width: 105px;
  flex-shrink: 0;
  text-align: center;
}
.nt-task-table-header .col-due-date {
  width: 105px;
  flex-shrink: 0;
  text-align: center;
}
.nt-task-table-header .col-actions {
  width: 28px;
  flex-shrink: 0;
}
.nt-task-table-header .nt-task-sortable-header {
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.15s ease;
}
.nt-task-table-header .nt-task-sortable-header:hover {
  color: var(--color-text-primary, #FFFFFF);
}
.nt-task-table-header .nt-task-sortable-header:hover .sort-icon {
  opacity: 0.85;
}
.nt-task-table-header .nt-task-sortable-header .sort-icon {
  font-size: 10px;
  opacity: 0.35;
  transition: all 0.15s ease;
  display: inline-block;
}
.nt-task-table-header .nt-task-sortable-header.is-sorted {
  color: #38BDF8;
}
.nt-task-table-header .nt-task-sortable-header.is-sorted .sort-icon {
  opacity: 1;
  color: #38BDF8;
  font-weight: 700;
}

.nt-task-table-check {
  width: 15px;
  height: 15px;
  cursor: pointer;
  accent-color: #0EA5E9;
  border-radius: 4px;
  border: 1px solid var(--color-border, #2D333B);
  margin: 0;
}

.nt-task-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  flex: 1;
}
.nt-task-empty-state .empty-icon {
  font-size: 30px;
  margin-bottom: 8px;
}
.nt-task-empty-state .empty-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-primary, #FFFFFF);
  margin-bottom: 4px;
}
.nt-task-empty-state .empty-desc {
  font-size: 12.5px;
  color: var(--color-text-secondary, #8B949E);
  max-width: 320px;
}

.nt-task-rows-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nt-task-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 10px;
  height: 40px;
  border-bottom: 1px solid var(--color-border, #21262D);
  background: transparent;
  transition: background 0.12s ease, border-color 0.15s ease, opacity 0.15s ease, transform 0.15s ease;
}
.nt-task-row:last-child {
  border-bottom: none;
}
.nt-task-row.is-selected {
  background: rgba(14, 165, 233, 0.08);
}
.nt-task-row:hover {
  background: rgba(255, 255, 255, 0.02);
}
.nt-task-row:hover.is-selected {
  background: rgba(14, 165, 233, 0.12);
}
.nt-task-row:hover .nt-task-row__drag .drag-handle {
  opacity: 0.7;
}
.nt-task-row:hover .nt-task-row__delete-btn {
  opacity: 0.7;
  pointer-events: auto;
}
.nt-task-row.is-dragging {
  opacity: 1 !important;
  background: #161B22 !important;
  border: 2px dashed #0EA5E9 !important;
  border-radius: 6px !important;
  box-shadow: 0 0 14px rgba(14, 165, 233, 0.3) !important;
}
.nt-task-row.is-drag-over {
  border-top: 2px solid #0EA5E9 !important;
  background: rgba(14, 165, 233, 0.06);
}
.nt-task-row__select {
  width: 22px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-task-row__drag {
  width: 16px;
  flex-shrink: 0;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-task-row__drag .drag-handle {
  font-size: 13px;
  color: var(--color-text-secondary, #8B949E);
  opacity: 0.2;
  user-select: none;
  transition: opacity 0.15s ease;
}
.nt-task-row__title-wrap {
  flex: 1;
  min-width: 140px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-task-row.is-completed {
  opacity: 0.75;
}
.nt-task-row.is-completed .nt-task-row__title-input {
  color: var(--color-text-secondary, #8B949E);
  text-decoration: line-through;
}
.nt-task-row.is-cancelled {
  opacity: 0.6;
}
.nt-task-row.is-cancelled .nt-task-row__title-input {
  color: var(--color-text-secondary, #8B949E);
  text-decoration: line-through;
}
.nt-task-row.is-overdue {
  background: rgba(245, 158, 11, 0.04);
}
.nt-task-row__title-input {
  flex: 1;
  width: 100%;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 3px 6px;
  color: var(--color-text-primary, #FFFFFF);
  font-size: 13px;
  font-weight: 500;
  outline: none;
  transition: all 0.15s ease;
}
.nt-task-row__title-input.is-completed, .nt-task-row__title-input.is-cancelled {
  color: var(--color-text-secondary, #8B949E);
  text-decoration: line-through;
}
.nt-task-row__title-input:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--color-border, #2D333B);
}
.nt-task-row__title-input:focus {
  background: var(--color-bg-input, #0B0E14);
  border-color: #0EA5E9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12);
}
.nt-task-row__title-input::placeholder {
  color: var(--color-text-secondary, #8B949E);
  opacity: 0.5;
}
.nt-task-row__priority-col {
  width: 140px;
  flex-shrink: 0;
}
.nt-task-row__priority-col .nt-modal__select-wrapper--priority {
  position: relative;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}
.nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select {
  width: 100%;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  padding: 0 18px 0 20px !important;
  border-radius: 5px !important;
  background: transparent !important;
  border: 1px solid transparent !important;
}
.nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: var(--color-border, #2D333B) !important;
}
.nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select:focus {
  background: var(--color-bg-input, #0B0E14) !important;
  border-color: #0EA5E9 !important;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12) !important;
}
.nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-triade-dot {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  pointer-events: none;
  z-index: 2;
}
.nt-task-row__kpi-col {
  width: 155px;
  flex-shrink: 0;
}
.nt-task-row__kpi-col .nt-task-kpi-select-wrapper {
  position: relative;
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}
.nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select {
  width: 100%;
  height: 30px !important;
  line-height: 30px !important;
  padding: 0 18px 0 6px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 5px;
  color: var(--color-text-secondary, #8B949E);
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: all 0.15s ease;
}
.nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: var(--color-border, #2D333B) !important;
  color: var(--color-text-primary, #FFFFFF);
}
.nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select:focus {
  background: var(--color-bg-input, #0B0E14) !important;
  border-color: #0EA5E9 !important;
  color: var(--color-text-primary, #FFFFFF);
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12) !important;
}
.nt-task-row__date-col {
  width: 110px;
  flex-shrink: 0;
}
.nt-task-row__date-wrap {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}
.nt-task-row__date-wrap .nt-dp-input__wrapper {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.nt-task-row__date-wrap .nt-dp-input,
.nt-task-row__date-wrap .nt-task-row__date-input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 4px !important;
  font-size: 12px;
  font-weight: 500;
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 5px;
  color: var(--color-text-secondary, #8B949E);
  cursor: pointer;
  text-align: center;
  transition: all 0.15s ease;
}
.nt-task-row__date-wrap .nt-dp-input:hover,
.nt-task-row__date-wrap .nt-task-row__date-input:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: var(--color-border, #2D333B) !important;
  color: var(--color-text-primary, #FFFFFF);
}
.nt-task-row__date-wrap .nt-dp-input:focus,
.nt-task-row__date-wrap .nt-task-row__date-input:focus {
  background: var(--color-bg-input, #0B0E14) !important;
  border-color: #0EA5E9 !important;
  color: var(--color-text-primary, #FFFFFF);
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12) !important;
}
.nt-task-row__date-wrap .nt-dp-input__icon {
  display: none !important;
}
.nt-task-row__actions-col {
  width: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-task-row__delete-btn {
  background: transparent;
  border: none;
  color: var(--color-text-secondary, #8B949E);
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.45;
  pointer-events: auto !important;
  transition: all 0.15s ease;
}
.nt-task-row__delete-btn svg {
  pointer-events: none;
}
.nt-task-row__delete-btn:hover {
  color: #EF4444 !important;
  background: rgba(239, 68, 68, 0.12) !important;
  opacity: 1 !important;
}

.nt-task-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 7px;
  font-size: 10.5px;
  font-weight: 700;
  border-radius: 10px;
  white-space: nowrap;
  line-height: 1.2;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
.nt-task-status-badge__icon {
  font-size: 10px;
}
.nt-task-status-badge--completed {
  background: rgba(16, 185, 129, 0.15);
  color: #10B981;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.nt-task-status-badge--cancelled {
  background: rgba(100, 116, 139, 0.15);
  color: #94A3B8;
  border: 1px solid rgba(100, 116, 139, 0.3);
}
.nt-task-status-badge--overdue {
  background: rgba(245, 158, 11, 0.15);
  color: #F59E0B;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.nt-task-status-badge--pending {
  background: rgba(59, 130, 246, 0.12);
  color: #60A5FA;
  border: 1px solid rgba(59, 130, 246, 0.25);
}

.nt-task-notes-panel {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-task-notes-panel__title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--color-text-secondary, #8B949E);
  margin-bottom: 4px;
}
.nt-task-notes-panel .nt-modal__textarea {
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 13px;
  min-height: 56px;
  color: var(--color-text-primary, #FFFFFF);
  outline: none;
  transition: all 0.2s ease;
}
.nt-task-notes-panel .nt-modal__textarea:focus {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.12);
}

#step-panel-7 .nt-modal__select-wrapper--priority {
  height: 44px;
  min-height: 44px;
}
#step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select {
  height: 44px !important;
  line-height: 44px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 0 34px 0 34px !important;
  border-radius: 8px !important;
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  color: var(--color-text-primary, #FFFFFF);
}
#step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select:focus {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.15);
}
#step-panel-7 .nt-modal__select-wrapper--priority .nt-triade-dot {
  left: 12px;
  width: 9px;
  height: 9px;
}
#step-panel-7 .nt-modal__select-wrapper--priority svg {
  right: 12px;
  width: 14px;
  height: 14px;
}

.nt-triade-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10.5px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid transparent;
}
.nt-triade-pill--important {
  color: #0b81cd;
  background: rgba(11, 129, 205, 0.1);
  border-color: rgba(11, 129, 205, 0.25);
}
.nt-triade-pill--urgent {
  color: #ea403b;
  background: rgba(234, 64, 59, 0.1);
  border-color: rgba(234, 64, 59, 0.25);
}
.nt-triade-pill--circumstantial {
  color: #f4b622;
  background: rgba(244, 182, 34, 0.1);
  border-color: rgba(244, 182, 34, 0.25);
}

.nt-btn-suggest-more-tasks {
  margin-top: 6px;
  width: 100%;
  background: rgba(14, 165, 233, 0.08);
  border: 1px dashed #0EA5E9;
  color: #0EA5E9;
  border-radius: 8px;
  padding: 8px 12px;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.nt-btn-suggest-more-tasks:hover {
  background: rgba(14, 165, 233, 0.18);
  border-style: solid;
}

/* ── 4. PAINEL EXECUTIVO E CARDS DE KPIS ────────────────────────────────── */
.nt-goal-details-card {
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  color: var(--color-text-primary, #FFFFFF);
}

.nt-smart-pillar-card {
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  color: var(--color-text-primary, #FFFFFF);
}

.nt-kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.nt-kpi-card {
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: all 0.2s ease;
  height: 100%;
  box-sizing: border-box;
}
.nt-kpi-card:hover {
  border-color: rgba(14, 165, 233, 0.4);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.nt-kpi-card--interactive {
  cursor: pointer;
}
.nt-kpi-card--interactive:hover {
  border-color: #0EA5E9;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.18);
}
.nt-kpi-card--interactive:hover .nt-kpi-card__title {
  color: #38BDF8;
}
.nt-kpi-card .nt-kpi-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 40px;
}
.nt-kpi-card .nt-kpi-card__title {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-primary, #FFFFFF);
  margin: 0;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
}
.nt-kpi-card .nt-kpi-card__metrics {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 4px;
}
.nt-kpi-card .nt-kpi-card__metrics .current-val {
  font-size: 20px;
  font-weight: 800;
  color: var(--nt-primary, #0EA5E9);
}
.nt-kpi-card .nt-kpi-card__metrics .target-val {
  font-size: 12px;
  color: var(--color-text-secondary, #8B949E);
}
.nt-kpi-card .nt-kpi-card__progress-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.nt-kpi-card .nt-kpi-card__progress-track .fill {
  height: 100%;
  background: linear-gradient(90deg, #0088CC, #22C55E);
  border-radius: 3px;
  transition: width 0.4s ease;
}
.nt-kpi-card .nt-kpi-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid var(--color-border, rgba(255, 255, 255, 0.05));
  margin-top: auto;
  gap: 8px;
}
.nt-kpi-card .nt-kpi-card__actions .nt-kpi-card__date {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-secondary, #8B949E);
  white-space: nowrap;
}
.nt-kpi-card .nt-kpi-card__actions .quick-add-btn {
  background: rgba(34, 197, 94, 0.12);
  color: #22C55E;
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-kpi-card .nt-kpi-card__actions .quick-add-btn:hover {
  background: #22C55E;
  color: #FFFFFF;
}

/* ── 5. UTILITÁRIOS E LAYOUT DAS VIEWS DEDICADAS ───────────────────────── */
.nt-page-header--mb-6 {
  margin-bottom: 24px;
}

.nt-ai-alert--vague {
  display: none;
  margin-bottom: 20px;
}

.nt-ai-q-box {
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nt-ai-q-label {
  font-weight: 600;
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
  color: var(--color-text-primary, #F0F6FC);
}

.nt-ai-q-sub {
  font-size: 11.5px;
  color: var(--color-text-secondary, #8B949E);
  margin-bottom: 6px;
  font-style: italic;
}

.nt-ai-q-input {
  width: 100%;
  border-radius: 6px;
  padding: 8px;
  font-size: 13px;
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
  color: inherit;
  outline: none;
}
.nt-ai-q-input:focus {
  border-color: #0EA5E9;
}

.nt-ai-submit-answers-btn {
  background: linear-gradient(135deg, #0088CC, #0EA5E9);
  border: none;
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-ai-submit-answers-btn:hover {
  background: linear-gradient(135deg, #0284C7, #38BDF8);
}

.nt-chat-bubble--answers {
  max-width: 88%;
}

.nt-user-answers-card {
  background: rgba(14, 165, 233, 0.08) !important;
  border: 1px solid rgba(14, 165, 233, 0.28) !important;
  border-radius: 16px 0 16px 16px !important;
  padding: 12px 16px !important;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nt-user-answers-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 2px;
}

.nt-user-answers-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #38BDF8;
  background: rgba(14, 165, 233, 0.15);
  padding: 3px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.nt-user-answers-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nt-user-answer-item {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.nt-user-answer-q {
  font-size: 11.5px;
  color: #8B949E;
  font-weight: 600;
}

.nt-user-answer-val {
  font-size: 13px;
  color: #F0F6FC;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-word;
}

.nt-action-plan-filters {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.nt-action-plan-filters::-webkit-scrollbar {
  height: 4px;
}
.nt-action-plan-filters::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.nt-action-filter-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-text-secondary, #8B949E);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nt-action-filter-btn:hover {
  background: rgba(14, 165, 233, 0.12);
  color: #38BDF8;
  border-color: rgba(14, 165, 233, 0.3);
}
.nt-action-filter-btn.is-active {
  background: #0EA5E9;
  color: #FFFFFF;
  border-color: #0EA5E9;
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3);
}

.nt-action-plan-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.nt-action-task-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  transition: all 0.2s ease;
  gap: 10px;
}
.nt-action-task-row:hover {
  background: rgba(14, 165, 233, 0.06);
  border-color: rgba(14, 165, 233, 0.25);
  transform: translateY(-1px);
}
.nt-action-task-row:hover .nt-action-task-ops {
  opacity: 1;
  pointer-events: auto;
}
.nt-action-task-row.is-completed {
  opacity: 0.65;
  background: rgba(16, 185, 129, 0.03);
  border-color: rgba(16, 185, 129, 0.15);
}
.nt-action-task-row.is-completed .nt-action-task-title {
  text-decoration: line-through;
  color: #8B949E;
}
.nt-action-task-row__left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.nt-action-task-row__right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.nt-action-task-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  cursor: pointer;
  accent-color: #10B981;
  flex-shrink: 0;
}

.nt-action-task-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-primary, #F0F6FC);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.15s ease;
}
.nt-action-task-title:hover {
  color: #38BDF8;
}

.nt-task-date-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.nt-task-date-badge.is-future {
  background: rgba(14, 165, 233, 0.12);
  color: #38BDF8;
  border: 1px solid rgba(14, 165, 233, 0.25);
}
.nt-task-date-badge.is-today {
  background: rgba(245, 158, 11, 0.15);
  color: #FBBF24;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.nt-task-date-badge.is-overdue {
  background: rgba(239, 68, 68, 0.15);
  color: #F87171;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.nt-task-date-badge.is-completed {
  background: rgba(16, 185, 129, 0.12);
  color: #34D399;
  border: 1px solid rgba(16, 185, 129, 0.25);
}
.nt-task-date-badge.is-nodate {
  background: rgba(255, 255, 255, 0.05);
  color: #8B949E;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.nt-action-task-ops {
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
.nt-action-task-ops button {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 4px;
  font-size: 13px;
  transition: all 0.15s ease;
}
.nt-action-task-ops button:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
}
.nt-action-task-ops button.btn-del:hover {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.15);
}

.nt-action-plan-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  text-align: center;
  gap: 8px;
}
.nt-action-plan-empty__icon {
  font-size: 26px;
}
.nt-action-plan-empty__title {
  font-size: 13.5px;
  font-weight: 600;
  color: #F0F6FC;
}
.nt-action-plan-empty__desc {
  font-size: 12px;
  color: #8B949E;
  max-width: 320px;
}

.nt-timeline-temporal-filters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 3px;
  width: 100%;
  box-sizing: border-box;
}
.nt-timeline-temporal-filters--modal {
  display: flex;
  width: auto;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 3px;
  gap: 4px;
}
.nt-timeline-temporal-filters--modal .nt-temporal-filter-btn {
  padding: 5px 12px;
  font-size: 12px;
}

.nt-temporal-filter-btn {
  flex: 1 1 0;
  min-width: 0;
  background: transparent;
  border: none;
  color: var(--color-text-secondary, #8B949E);
  border-radius: 6px;
  padding: 6px 4px;
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-sizing: border-box;
}
.nt-temporal-filter-btn .nt-filter-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nt-temporal-filter-btn .nt-filter-count {
  background: rgba(255, 255, 255, 0.1);
  color: inherit;
  border-radius: 10px;
  padding: 1px 5px;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.2;
}
.nt-temporal-filter-btn:hover {
  background: rgba(14, 165, 233, 0.1);
  color: #38BDF8;
}
.nt-temporal-filter-btn.is-active {
  background: #0EA5E9 !important;
  color: #FFFFFF !important;
  box-shadow: 0 1px 4px rgba(14, 165, 233, 0.3);
}
.nt-temporal-filter-btn.is-active .nt-filter-count {
  background: rgba(255, 255, 255, 0.25) !important;
  color: #FFFFFF !important;
}

.nt-timeline-group-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 8px 0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #8B949E;
}
.nt-timeline-group-header::before, .nt-timeline-group-header::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
}
.nt-timeline-group-header--past {
  color: #10B981;
}
.nt-timeline-group-header--past::before, .nt-timeline-group-header--past::after {
  background: rgba(16, 185, 129, 0.25);
}
.nt-timeline-group-header--present {
  color: #F59E0B;
}
.nt-timeline-group-header--present::before, .nt-timeline-group-header--present::after {
  background: rgba(245, 158, 11, 0.3);
}
.nt-timeline-group-header--future {
  color: #38BDF8;
}
.nt-timeline-group-header--future::before, .nt-timeline-group-header--future::after {
  background: rgba(14, 165, 233, 0.25);
}

.nt-btn-add-kpi-manual {
  margin-top: 16px;
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid #0EA5E9;
  color: #0EA5E9;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.nt-btn-add-kpi-manual:hover {
  background: #0EA5E9;
  color: #FFFFFF;
}
.nt-btn-add-kpi-manual--dashed {
  margin-top: 14px;
  width: 100%;
  background: rgba(14, 165, 233, 0.05);
  border: 1px dashed #0EA5E9;
  padding: 10px 16px;
  font-size: 13px;
}
.nt-btn-add-kpi-manual--dashed:hover {
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
  border-color: #38BDF8;
}

.nt-kpi-palette-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nt-wizard-step__grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 640px) {
  .nt-wizard-step__grid-2 {
    grid-template-columns: 1fr;
  }
}

.nt-modal__input--title-review {
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  font-size: 15px;
  font-weight: 700;
  margin-top: 6px;
}

.nt-wizard-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid var(--color-border, #2D333B);
}

.nt-wizard-footer__actions {
  display: flex;
  gap: 10px;
}

.nt-btn-wizard-cancel {
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 600;
}

.nt-btn-wizard-prev {
  display: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
}

.nt-btn-wizard-next {
  background: linear-gradient(135deg, #0088CC, #0EA5E9);
  border: none;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-btn-wizard-next:hover {
  background: linear-gradient(135deg, #0284C7, #38BDF8);
}

.nt-btn-wizard-save {
  display: none;
  background: linear-gradient(135deg, #059669, #10B981);
  border: none;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-btn-wizard-save:hover {
  background: linear-gradient(135deg, #047857, #059669);
}

/* ── DETAILS PAGE CLASSES ───────────────────────────────────────────────── */
.nt-goal-header-card {
  background: var(--color-bg-card, #161B22);
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 14px;
  padding: 24px 28px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.nt-goal-header-card__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .nt-goal-header-card__body {
    flex-direction: column;
    gap: 16px;
  }
}
.nt-goal-header-card__title-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.nt-goal-header-card__title {
  font-size: 26px;
  font-weight: 800;
  color: var(--color-text-primary, #FFFFFF);
  margin: 0;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.nt-goal-header-card__subtitle {
  font-size: 12.5px;
  color: var(--color-text-secondary, #8B949E);
  margin: 0;
  line-height: 1.5;
}
.nt-goal-header-card__subtitle strong {
  color: var(--color-text-primary, #FFFFFF);
  font-weight: 700;
}
.nt-goal-header-card__badges {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.nt-goal-header-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.nt-goal-details-header {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 768px) {
  .nt-goal-details-header {
    flex-direction: column;
  }
}

.nt-goal-details-header__badges {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}

.nt-goal-details-header__title {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.nt-goal-details-header__subtitle {
  margin-top: 4px;
  font-size: 13.5px;
  color: var(--color-text-secondary, #8B949E);
}

.nt-goal-details-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nt-card__badge--sky {
  background: rgba(14, 165, 233, 0.12);
  color: #0EA5E9;
}

.nt-card__badge--sky-bold {
  background: rgba(14, 165, 233, 0.12);
  color: #0EA5E9;
  font-weight: 700;
}

.nt-btn-edit-goal {
  background: rgba(14, 165, 233, 0.12);
  border: 1px solid #0EA5E9;
  color: #0EA5E9;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.nt-btn-edit-goal:hover {
  background: #0EA5E9;
  color: #FFFFFF;
}

.nt-goal-details-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 24px;
}
@media (max-width: 1024px) {
  .nt-goal-details-grid {
    grid-template-columns: 1fr;
  }
}

.nt-goal-details-col {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nt-goal-details-card {
  padding: 20px;
  border-radius: 14px;
}

.nt-goal-progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.nt-goal-progress-label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-text-secondary, #8B949E);
  letter-spacing: 0.05em;
}

.nt-goal-progress-val {
  font-size: 22px;
  font-weight: 800;
  color: #22C55E;
}

.nt-goal-progress-track {
  height: 10px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  overflow: hidden;
}

.nt-goal-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #0088CC, #22C55E);
  border-radius: 5px;
  transition: width 0.4s ease;
}

.nt-goal-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.nt-goal-section-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.nt-goal-section-sub {
  font-size: 12.5px;
  color: var(--color-text-secondary, #8B949E);
  margin: 2px 0 0 0;
}

.nt-kpi-empty-box {
  padding: 24px;
  border: 1px dashed var(--color-border, #2D333B);
  border-radius: 10px;
  text-align: center;
  color: var(--color-text-secondary, #8B949E);
}

.nt-kpi-empty-text {
  margin: 0;
  font-size: 13px;
}

.nt-smart-pillars-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nt-smart-pillar-card {
  padding: 12px;
  border-radius: 8px;
  background: var(--color-bg-input, #0B0E14);
  border: 1px solid var(--color-border, #2D333B);
}

.nt-smart-pillar-label {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
}
.nt-smart-pillar-label--S {
  color: #0EA5E9;
}
.nt-smart-pillar-label--M {
  color: #22C55E;
}
.nt-smart-pillar-label--A {
  color: #EAB308;
}
.nt-smart-pillar-label--R {
  color: #EC4899;
}
.nt-smart-pillar-label--T {
  color: #A855F7;
}

.nt-smart-pillar-text {
  font-size: 13.5px;
  line-height: 1.4;
}

.nt-goal-chart-container {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-secondary, #8B949E);
  font-size: 13px;
}

.nt-tutorial-modal-dialog {
  max-width: 680px;
  width: 92%;
}
.nt-tutorial-modal-dialog .nt-tutorial-modal-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nt-tutorial-modal-dialog .nt-tutorial-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(14, 165, 233, 0.18);
  color: #38BDF8;
  padding: 2px 7px;
  border-radius: 4px;
  letter-spacing: 0.04em;
}
.nt-tutorial-modal-dialog .nt-tutorial-desc {
  font-size: 13px;
  color: var(--color-text-secondary, #8B949E);
  line-height: 1.5;
  margin-bottom: 14px;
}
.nt-tutorial-modal-dialog .nt-tutorial-desc strong {
  color: var(--color-text-primary, #FFFFFF);
}
.nt-tutorial-modal-dialog .nt-tutorial-desc .grip-icon {
  color: #38BDF8;
  font-weight: 700;
}
.nt-tutorial-modal-dialog .nt-sim-card {
  position: relative;
  background: #0B0E14;
  border: 1px solid var(--color-border, #2D333B);
  border-radius: 10px;
  overflow: hidden;
}
.nt-tutorial-modal-dialog .nt-sim-tabs-container {
  display: flex;
  gap: 2px;
  background: #07090D;
  padding: 6px 8px 0;
  border-bottom: 1px solid #2D333B;
}
.nt-tutorial-modal-dialog .nt-sim-tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 10px;
  font-size: 11.5px;
  border-radius: 6px 6px 0 0;
  color: #8B949E;
  position: relative;
  transition: all 0.2s ease;
}
.nt-tutorial-modal-dialog .nt-sim-tab .tab-badge {
  font-size: 9px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.08);
  color: #8B949E;
  padding: 1px 4px;
  border-radius: 3px;
}
.nt-tutorial-modal-dialog .nt-sim-tab .tab-count {
  font-size: 10px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.08);
  padding: 1px 5px;
  border-radius: 10px;
  transition: all 0.2s ease;
}
.nt-tutorial-modal-dialog .nt-sim-tab .tab-separator {
  position: absolute;
  right: -2px;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-active {
  background: #161B22;
  color: #FFFFFF;
  font-weight: 600;
  border: 1px solid #2D333B;
  border-bottom-color: #161B22;
  margin-bottom: -1px;
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-active .tab-count {
  background: #0EA5E9;
  color: #FFFFFF;
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-drag-target {
  background: rgba(14, 165, 233, 0.25) !important;
  border: 2px dashed #0EA5E9 !important;
  color: #38BDF8 !important;
  transform: scale(1.05);
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-drag-target .tab-count {
  background: #0EA5E9 !important;
  color: #FFFFFF !important;
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-drop-success {
  background: rgba(16, 185, 129, 0.2) !important;
  border: 1px solid #10B981 !important;
  color: #34D399 !important;
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-drop-success .tab-badge {
  background: rgba(16, 185, 129, 0.25);
  color: #34D399;
}
.nt-tutorial-modal-dialog .nt-sim-tab.is-drop-success .tab-count {
  background: #10B981 !important;
  color: #FFFFFF !important;
}
.nt-tutorial-modal-dialog .nt-sim-builder {
  position: relative;
  background: #161B22;
  padding: 12px;
  min-height: 130px;
}
.nt-tutorial-modal-dialog .nt-sim-table-header {
  display: grid;
  grid-template-columns: 24px 20px 1.4fr 110px 140px 90px;
  gap: 8px;
  font-size: 10.5px;
  font-weight: 700;
  color: #8B949E;
  padding: 4px 8px;
  border-bottom: 1px solid #2D333B;
  margin-bottom: 8px;
}
.nt-tutorial-modal-dialog .nt-sim-rows-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-tutorial-modal-dialog .nt-sim-row {
  display: grid;
  grid-template-columns: 24px 20px 1.4fr 110px 140px 90px;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 6px;
  background: #0D1117;
  font-size: 11.5px;
  color: #C9D1D9;
  border: 1px solid #21262D;
  transition: all 0.2s ease;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-check-box {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #30363D;
  border-radius: 3px;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-grip {
  color: #8B949E;
  font-size: 12px;
  opacity: 0.6;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-task-name {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-priority-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-priority-tag--importante {
  color: #38BDF8;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-priority-tag--urgente {
  color: #F87171;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-kpi-badge {
  display: inline-block;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: #8B949E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-kpi-badge--kpi1 {
  background: rgba(14, 165, 233, 0.2);
  color: #38BDF8;
  font-weight: 600;
}
.nt-tutorial-modal-dialog .nt-sim-row .sim-col-date {
  font-size: 11px;
  color: #8B949E;
}
.nt-tutorial-modal-dialog .nt-sim-row.is-drag-origin {
  opacity: 0.35;
  border-style: dashed;
  border-color: #0EA5E9;
}
.nt-tutorial-modal-dialog .nt-sim-cursor {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 200;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
}
.nt-tutorial-modal-dialog .nt-sim-ghost-row {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 190;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: #1F2937;
  border: 1px solid #0EA5E9;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 11.5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  opacity: 0.95;
}
.nt-tutorial-modal-dialog .nt-sim-ghost-row .sim-ghost-name {
  font-weight: 600;
}
.nt-tutorial-modal-dialog .nt-sim-ghost-row .sim-ghost-tag {
  font-size: 10px;
  background: rgba(14, 165, 233, 0.25);
  color: #38BDF8;
  padding: 1px 5px;
  border-radius: 3px;
}
.nt-tutorial-modal-dialog .nt-sim-toast {
  position: absolute;
  bottom: 12px;
  right: 14px;
  background: #065F46;
  border: 1px solid #10B981;
  color: #A7F3D0;
  font-size: 11.5px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  z-index: 100;
  animation: slideInRight 0.25s ease-out;
}

.nt-modal-backdrop#nt-task-drag-tutorial-modal {
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0, 0, 0, 0.65) !important;
  backdrop-filter: blur(4px) !important;
  z-index: 99999 !important;
  display: none;
  justify-content: center !important;
  align-items: center !important;
  padding: 20px !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.nt-modal-backdrop#nt-task-drag-tutorial-modal.is-open {
  display: flex !important;
  opacity: 1 !important;
  pointer-events: all !important;
}
.nt-modal-backdrop#nt-task-drag-tutorial-modal.is-open .nt-tutorial-modal-dialog {
  transform: translateY(0) scale(1) !important;
}
.nt-modal-backdrop#nt-task-drag-tutorial-modal .nt-tutorial-modal-dialog {
  background: #161B22 !important;
  border: 1px solid #2D333B !important;
  border-radius: 12px !important;
  max-width: 680px !important;
  width: 92% !important;
  max-height: 90vh !important;
  transform: translateY(16px) scale(0.98);
  transition: transform 0.2s ease;
  overflow: hidden !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5) !important;
}

.nt-tab-floating-popover {
  position: absolute;
  background: #1C2128;
  color: #FFFFFF;
  border: 1px solid rgba(14, 165, 233, 0.45);
  border-radius: 8px;
  padding: 6px 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 999999;
  display: none;
  flex-direction: column;
  gap: 3px;
  min-width: 150px;
  max-width: 280px;
  text-align: left;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.nt-tab-floating-popover .popover-badge {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #38BDF8;
}
.nt-tab-floating-popover .popover-title {
  font-size: 12.5px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.35;
  word-break: break-word;
  white-space: normal;
}
.nt-tab-floating-popover .popover-count {
  font-size: 11px;
  color: #8B949E;
}
.nt-tab-floating-popover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #1C2128;
}

.nt-task-drag-floating-ghost {
  position: fixed;
  top: -9999px;
  left: -9999px;
  z-index: 999999;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
  background: #1E293B !important;
  border: 1.5px solid #38BDF8 !important;
  border-radius: 8px !important;
  color: #FFFFFF !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5), 0 0 14px rgba(56, 189, 248, 0.35) !important;
  opacity: 1 !important;
}
.nt-task-drag-floating-ghost .ghost-grip {
  color: #94A3B8;
  font-size: 13px;
  letter-spacing: -1px;
  opacity: 0.8;
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.nt-task-drag-floating-ghost .ghost-name {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF !important;
  font-weight: 600;
}
.nt-task-drag-floating-ghost .ghost-badge {
  font-size: 11px;
  background: rgba(14, 165, 233, 0.25);
  color: #38BDF8;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* ==========================================================================
   MÓDULO DE KPIS NAS METAS SMART - SOBRESRITAS E PALETA MODO CLARO (LIGHT THEME)
   ========================================================================== */
html.nt-light-theme,
.nt-light-theme,
body.nt-light-theme {
  /* ── 1. CABEÇALHO E TRILHA DE NAVEGAÇÃO ────────────────────────────────── */
}
html.nt-light-theme .nt-page-header__title,
.nt-light-theme .nt-page-header__title,
body.nt-light-theme .nt-page-header__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-page-header__subtitle,
.nt-light-theme .nt-page-header__subtitle,
body.nt-light-theme .nt-page-header__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-breadcrumb .nt-breadcrumb__item,
.nt-light-theme .nt-breadcrumb .nt-breadcrumb__item,
body.nt-light-theme .nt-breadcrumb .nt-breadcrumb__item {
  color: #64748B !important;
}
html.nt-light-theme .nt-breadcrumb .nt-breadcrumb__link,
.nt-light-theme .nt-breadcrumb .nt-breadcrumb__link,
body.nt-light-theme .nt-breadcrumb .nt-breadcrumb__link {
  color: #64748B !important;
}
html.nt-light-theme .nt-breadcrumb .nt-breadcrumb__link.is-active,
.nt-light-theme .nt-breadcrumb .nt-breadcrumb__link.is-active,
body.nt-light-theme .nt-breadcrumb .nt-breadcrumb__link.is-active {
  color: #0F172A !important;
}
html.nt-light-theme .nt-breadcrumb .nt-breadcrumb__sep,
.nt-light-theme .nt-breadcrumb .nt-breadcrumb__sep,
body.nt-light-theme .nt-breadcrumb .nt-breadcrumb__sep {
  color: #CBD5E1 !important;
}
html.nt-light-theme,
.nt-light-theme,
body.nt-light-theme {
  /* ── 2. CONTAINER WIZARD & CHAT DE IA ──────────────────────────────────── */
}
html.nt-light-theme .nt-wizard-fullpage,
.nt-light-theme .nt-wizard-fullpage,
body.nt-light-theme .nt-wizard-fullpage {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-wizard-step-title,
.nt-light-theme .nt-wizard-step-title,
body.nt-light-theme .nt-wizard-step-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-wizard-step-desc,
.nt-light-theme .nt-wizard-step-desc,
body.nt-light-theme .nt-wizard-step-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal__label,
.nt-light-theme .nt-modal__label,
body.nt-light-theme .nt-modal__label {
  color: #475569 !important;
}
html.nt-light-theme .nt-wizard-progress,
.nt-light-theme .nt-wizard-progress,
body.nt-light-theme .nt-wizard-progress {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-wizard-progress .nt-wizard-progress__track,
.nt-light-theme .nt-wizard-progress .nt-wizard-progress__track,
body.nt-light-theme .nt-wizard-progress .nt-wizard-progress__track {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step,
.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step,
body.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step {
  color: #64748B !important;
}
html.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step .dot, html.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step .step-circle,
.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step .dot,
.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step .step-circle,
body.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step .dot,
body.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step .step-circle {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-active,
.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-active,
body.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-active {
  color: #0EA5E9 !important;
}
html.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-active .dot, html.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-active .step-circle,
.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-active .dot,
.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-active .step-circle,
body.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-active .dot,
body.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-active .step-circle {
  background: #FFFFFF !important;
  border-color: #0EA5E9 !important;
  color: #0EA5E9 !important;
}
html.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-completed,
.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-completed,
body.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-completed {
  color: #10B981 !important;
}
html.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-completed .dot, html.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-completed .step-circle,
.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-completed .dot,
.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-completed .step-circle,
body.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-completed .dot,
body.nt-light-theme .nt-wizard-progress .nt-wizard-progress__step.is-completed .step-circle {
  background: #FFFFFF !important;
  border-color: #10B981 !important;
  color: #10B981 !important;
}
html.nt-light-theme .nt-chat-container,
.nt-light-theme .nt-chat-container,
body.nt-light-theme .nt-chat-container {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-input-area,
.nt-light-theme .nt-chat-container .nt-chat-input-area,
body.nt-light-theme .nt-chat-container .nt-chat-input-area {
  background: #F8FAFC !important;
  border-top: 1px solid #E2E8F0 !important;
  border-radius: 0 0 12px 12px !important;
  padding: 12px !important;
  margin: -16px !important;
  margin-top: 8px !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-input-wrapper,
.nt-light-theme .nt-chat-container .nt-chat-input-wrapper,
body.nt-light-theme .nt-chat-container .nt-chat-input-wrapper {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 10px !important;
  padding: 4px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-textarea,
html.nt-light-theme .nt-chat-container .nt-modal__textarea,
html.nt-light-theme .nt-chat-container .nt-modal__input,
html.nt-light-theme .nt-chat-container .nt-modal__select,
.nt-light-theme .nt-chat-container .nt-chat-textarea,
.nt-light-theme .nt-chat-container .nt-modal__textarea,
.nt-light-theme .nt-chat-container .nt-modal__input,
.nt-light-theme .nt-chat-container .nt-modal__select,
body.nt-light-theme .nt-chat-container .nt-chat-textarea,
body.nt-light-theme .nt-chat-container .nt-modal__textarea,
body.nt-light-theme .nt-chat-container .nt-modal__input,
body.nt-light-theme .nt-chat-container .nt-modal__select {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-textarea:focus,
html.nt-light-theme .nt-chat-container .nt-modal__textarea:focus,
html.nt-light-theme .nt-chat-container .nt-modal__input:focus,
html.nt-light-theme .nt-chat-container .nt-modal__select:focus,
.nt-light-theme .nt-chat-container .nt-chat-textarea:focus,
.nt-light-theme .nt-chat-container .nt-modal__textarea:focus,
.nt-light-theme .nt-chat-container .nt-modal__input:focus,
.nt-light-theme .nt-chat-container .nt-modal__select:focus,
body.nt-light-theme .nt-chat-container .nt-chat-textarea:focus,
body.nt-light-theme .nt-chat-container .nt-modal__textarea:focus,
body.nt-light-theme .nt-chat-container .nt-modal__input:focus,
body.nt-light-theme .nt-chat-container .nt-modal__select:focus {
  background: #FFFFFF !important;
  border-color: #0EA5E9 !important;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15) !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-textarea::placeholder,
html.nt-light-theme .nt-chat-container .nt-modal__textarea::placeholder,
html.nt-light-theme .nt-chat-container .nt-modal__input::placeholder,
html.nt-light-theme .nt-chat-container .nt-modal__select::placeholder,
.nt-light-theme .nt-chat-container .nt-chat-textarea::placeholder,
.nt-light-theme .nt-chat-container .nt-modal__textarea::placeholder,
.nt-light-theme .nt-chat-container .nt-modal__input::placeholder,
.nt-light-theme .nt-chat-container .nt-modal__select::placeholder,
body.nt-light-theme .nt-chat-container .nt-chat-textarea::placeholder,
body.nt-light-theme .nt-chat-container .nt-modal__textarea::placeholder,
body.nt-light-theme .nt-chat-container .nt-modal__input::placeholder,
body.nt-light-theme .nt-chat-container .nt-modal__select::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-bubble__text,
.nt-light-theme .nt-chat-container .nt-chat-bubble__text,
body.nt-light-theme .nt-chat-container .nt-chat-bubble__text {
  color: #1E293B !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-bubble__subtext,
.nt-light-theme .nt-chat-container .nt-chat-bubble__subtext,
body.nt-light-theme .nt-chat-container .nt-chat-bubble__subtext {
  color: #64748B !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-bubble--user,
.nt-light-theme .nt-chat-container .nt-chat-bubble--user,
body.nt-light-theme .nt-chat-container .nt-chat-bubble--user {
  background: transparent !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-bubble--user .nt-chat-bubble__content,
.nt-light-theme .nt-chat-container .nt-chat-bubble--user .nt-chat-bubble__content,
body.nt-light-theme .nt-chat-container .nt-chat-bubble--user .nt-chat-bubble__content {
  background: #DBEAFE !important;
  border-color: #BFDBFE !important;
  color: #1D4ED8 !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-bubble--user p, html.nt-light-theme .nt-chat-container .nt-chat-bubble--user span, html.nt-light-theme .nt-chat-container .nt-chat-bubble--user div, html.nt-light-theme .nt-chat-container .nt-chat-bubble--user strong,
.nt-light-theme .nt-chat-container .nt-chat-bubble--user p,
.nt-light-theme .nt-chat-container .nt-chat-bubble--user span,
.nt-light-theme .nt-chat-container .nt-chat-bubble--user div,
.nt-light-theme .nt-chat-container .nt-chat-bubble--user strong,
body.nt-light-theme .nt-chat-container .nt-chat-bubble--user p,
body.nt-light-theme .nt-chat-container .nt-chat-bubble--user span,
body.nt-light-theme .nt-chat-container .nt-chat-bubble--user div,
body.nt-light-theme .nt-chat-container .nt-chat-bubble--user strong {
  color: #1D4ED8 !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-bubble--ai .nt-chat-bubble__content,
html.nt-light-theme .nt-chat-container .nt-chat-bubble--ai .content,
.nt-light-theme .nt-chat-container .nt-chat-bubble--ai .nt-chat-bubble__content,
.nt-light-theme .nt-chat-container .nt-chat-bubble--ai .content,
body.nt-light-theme .nt-chat-container .nt-chat-bubble--ai .nt-chat-bubble__content,
body.nt-light-theme .nt-chat-container .nt-chat-bubble--ai .content {
  background: #F0FDF4 !important;
  border-color: #BBF7D0 !important;
  color: #166534 !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-bubble--ai .nt-chat-bubble__avatar,
.nt-light-theme .nt-chat-container .nt-chat-bubble--ai .nt-chat-bubble__avatar,
body.nt-light-theme .nt-chat-container .nt-chat-bubble--ai .nt-chat-bubble__avatar {
  background: rgba(16, 185, 129, 0.1) !important;
  border-color: rgba(16, 185, 129, 0.3) !important;
}
html.nt-light-theme .nt-chat-container .nt-chat-bubble--ai p, html.nt-light-theme .nt-chat-container .nt-chat-bubble--ai span,
.nt-light-theme .nt-chat-container .nt-chat-bubble--ai p,
.nt-light-theme .nt-chat-container .nt-chat-bubble--ai span,
body.nt-light-theme .nt-chat-container .nt-chat-bubble--ai p,
body.nt-light-theme .nt-chat-container .nt-chat-bubble--ai span {
  color: #166534 !important;
}
html.nt-light-theme .nt-typing-text,
.nt-light-theme .nt-typing-text,
body.nt-light-theme .nt-typing-text {
  color: #475569 !important;
}
html.nt-light-theme,
.nt-light-theme,
body.nt-light-theme {
  /* ── 3. MONTADOR DRAG & DROP E PALETA DE KPIS ──────────────────────────── */
}
html.nt-light-theme .nt-kpi-dropzone-container,
.nt-light-theme .nt-kpi-dropzone-container,
body.nt-light-theme .nt-kpi-dropzone-container {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-kpi-dropzone-container .nt-kpi-dropzone__empty,
.nt-light-theme .nt-kpi-dropzone-container .nt-kpi-dropzone__empty,
body.nt-light-theme .nt-kpi-dropzone-container .nt-kpi-dropzone__empty {
  color: #64748B !important;
}
html.nt-light-theme .nt-kpi-dropzone-container .nt-kpi-dropzone__empty .title,
.nt-light-theme .nt-kpi-dropzone-container .nt-kpi-dropzone__empty .title,
body.nt-light-theme .nt-kpi-dropzone-container .nt-kpi-dropzone__empty .title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-kpi-dropzone-container .nt-kpi-dropzone__empty .desc,
.nt-light-theme .nt-kpi-dropzone-container .nt-kpi-dropzone__empty .desc,
body.nt-light-theme .nt-kpi-dropzone-container .nt-kpi-dropzone__empty .desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-kpi-card-drag,
.nt-light-theme .nt-kpi-card-drag,
body.nt-light-theme .nt-kpi-card-drag {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__handle,
.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__handle,
body.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__handle {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-kpi-card-drag input.kpi-input-title,
html.nt-light-theme .nt-kpi-card-drag input.nt-modal__input,
html.nt-light-theme .nt-kpi-card-drag select.nt-modal__select,
.nt-light-theme .nt-kpi-card-drag input.kpi-input-title,
.nt-light-theme .nt-kpi-card-drag input.nt-modal__input,
.nt-light-theme .nt-kpi-card-drag select.nt-modal__select,
body.nt-light-theme .nt-kpi-card-drag input.kpi-input-title,
body.nt-light-theme .nt-kpi-card-drag input.nt-modal__input,
body.nt-light-theme .nt-kpi-card-drag select.nt-modal__select {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group label,
.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group label,
body.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group label {
  color: #64748B !important;
}
html.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group input, html.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group select, html.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select,
.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group input,
.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group select,
.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select,
body.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group input,
body.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group select,
body.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper svg,
.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper svg,
body.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper svg {
  color: #64748B !important;
}
html.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper:focus-within svg,
.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper:focus-within svg,
body.nt-light-theme .nt-kpi-card-drag .nt-kpi-card-drag__inputs .input-group .nt-modal__select-wrapper:focus-within svg {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-modal__select-wrapper svg,
.nt-light-theme .nt-modal__select-wrapper svg,
body.nt-light-theme .nt-modal__select-wrapper svg {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal__select-wrapper:focus-within svg,
.nt-light-theme .nt-modal__select-wrapper:focus-within svg,
body.nt-light-theme .nt-modal__select-wrapper:focus-within svg {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-modal__select-wrapper select, html.nt-light-theme .nt-modal__select-wrapper .nt-modal__select,
.nt-light-theme .nt-modal__select-wrapper select,
.nt-light-theme .nt-modal__select-wrapper .nt-modal__select,
body.nt-light-theme .nt-modal__select-wrapper select,
body.nt-light-theme .nt-modal__select-wrapper .nt-modal__select {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal__select-wrapper select option, html.nt-light-theme .nt-modal__select-wrapper .nt-modal__select option,
.nt-light-theme .nt-modal__select-wrapper select option,
.nt-light-theme .nt-modal__select-wrapper .nt-modal__select option,
body.nt-light-theme .nt-modal__select-wrapper select option,
body.nt-light-theme .nt-modal__select-wrapper .nt-modal__select option {
  background: #FFFFFF !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal__select-wrapper select:focus, html.nt-light-theme .nt-modal__select-wrapper .nt-modal__select:focus,
.nt-light-theme .nt-modal__select-wrapper select:focus,
.nt-light-theme .nt-modal__select-wrapper .nt-modal__select:focus,
body.nt-light-theme .nt-modal__select-wrapper select:focus,
body.nt-light-theme .nt-modal__select-wrapper .nt-modal__select:focus {
  border-color: #0088CC !important;
  box-shadow: 0 0 10px rgba(0, 136, 204, 0.15) !important;
}
html.nt-light-theme .nt-modal__select-wrapper--priority .nt-triade-dot--importante,
.nt-light-theme .nt-modal__select-wrapper--priority .nt-triade-dot--importante,
body.nt-light-theme .nt-modal__select-wrapper--priority .nt-triade-dot--importante {
  background: #0b81cd !important;
  box-shadow: 0 0 0 2px rgba(11, 129, 205, 0.15) !important;
}
html.nt-light-theme .nt-modal__select-wrapper--priority .nt-triade-dot--urgente,
.nt-light-theme .nt-modal__select-wrapper--priority .nt-triade-dot--urgente,
body.nt-light-theme .nt-modal__select-wrapper--priority .nt-triade-dot--urgente {
  background: #ea403b !important;
  box-shadow: 0 0 0 2px rgba(234, 64, 59, 0.15) !important;
}
html.nt-light-theme .nt-modal__select-wrapper--priority .nt-triade-dot--circunstancial,
.nt-light-theme .nt-modal__select-wrapper--priority .nt-triade-dot--circunstancial,
body.nt-light-theme .nt-modal__select-wrapper--priority .nt-triade-dot--circunstancial {
  background: #f4b622 !important;
  box-shadow: 0 0 0 2px rgba(244, 182, 34, 0.15) !important;
}
html.nt-light-theme .nt-modal__select-wrapper--priority svg,
.nt-light-theme .nt-modal__select-wrapper--priority svg,
body.nt-light-theme .nt-modal__select-wrapper--priority svg {
  color: #64748B !important;
}
html.nt-light-theme .nt-kpi-palette,
.nt-light-theme .nt-kpi-palette,
body.nt-light-theme .nt-kpi-palette {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-kpi-palette .nt-kpi-palette__title,
.nt-light-theme .nt-kpi-palette .nt-kpi-palette__title,
body.nt-light-theme .nt-kpi-palette .nt-kpi-palette__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-kpi-palette .nt-kpi-palette__author,
.nt-light-theme .nt-kpi-palette .nt-kpi-palette__author,
body.nt-light-theme .nt-kpi-palette .nt-kpi-palette__author {
  color: #0EA5E9 !important;
}
html.nt-light-theme .nt-kpi-palette .nt-kpi-palette__item,
.nt-light-theme .nt-kpi-palette .nt-kpi-palette__item,
body.nt-light-theme .nt-kpi-palette .nt-kpi-palette__item {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-kpi-palette .nt-kpi-palette__empty-msg,
.nt-light-theme .nt-kpi-palette .nt-kpi-palette__empty-msg,
body.nt-light-theme .nt-kpi-palette .nt-kpi-palette__empty-msg {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-kpi-palette .nt-kpi-palette__empty-msg div,
.nt-light-theme .nt-kpi-palette .nt-kpi-palette__empty-msg div,
body.nt-light-theme .nt-kpi-palette .nt-kpi-palette__empty-msg div {
  color: #1E293B !important;
}
html.nt-light-theme .nt-kpi-palette .nt-kpi-palette__empty-msg div:last-child,
.nt-light-theme .nt-kpi-palette .nt-kpi-palette__empty-msg div:last-child,
body.nt-light-theme .nt-kpi-palette .nt-kpi-palette__empty-msg div:last-child {
  color: #64748B !important;
}
html.nt-light-theme,
.nt-light-theme,
body.nt-light-theme {
  /* ── 3.1 MONTADOR DE TAREFAS (LIGHT THEME ESTILO GOOGLE CHROME) ────────── */
}
html.nt-light-theme .nt-task-step-header .nt-btn-tutorial-trigger,
.nt-light-theme .nt-task-step-header .nt-btn-tutorial-trigger,
body.nt-light-theme .nt-task-step-header .nt-btn-tutorial-trigger {
  background: #E0F2FE !important;
  border-color: #BAE6FD !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-task-step-header .nt-btn-tutorial-trigger svg,
.nt-light-theme .nt-task-step-header .nt-btn-tutorial-trigger svg,
body.nt-light-theme .nt-task-step-header .nt-btn-tutorial-trigger svg {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-task-step-header .nt-btn-tutorial-trigger:hover,
.nt-light-theme .nt-task-step-header .nt-btn-tutorial-trigger:hover,
body.nt-light-theme .nt-task-step-header .nt-btn-tutorial-trigger:hover {
  background: #0284C7 !important;
  border-color: #0284C7 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-task-step-header .nt-btn-tutorial-trigger:hover svg,
.nt-light-theme .nt-task-step-header .nt-btn-tutorial-trigger:hover svg,
body.nt-light-theme .nt-task-step-header .nt-btn-tutorial-trigger:hover svg {
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-task-tabs-container,
.nt-light-theme .nt-task-tabs-container,
body.nt-light-theme .nt-task-tabs-container {
  background: #E2E8F0 !important;
  border: 1px solid #CBD5E1 !important;
  border-radius: 10px !important;
  border-bottom-left-radius: 0px !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-task-tabs-container.is-drag-in-progress .nt-task-tab-btn,
.nt-light-theme .nt-task-tabs-container.is-drag-in-progress .nt-task-tab-btn,
body.nt-light-theme .nt-task-tabs-container.is-drag-in-progress .nt-task-tab-btn {
  border: 1px dashed rgba(2, 132, 199, 0.4) !important;
  background: rgba(2, 132, 199, 0.04) !important;
}
html.nt-light-theme .nt-task-tabs-container.is-drag-in-progress .nt-task-tab-btn:hover,
.nt-light-theme .nt-task-tabs-container.is-drag-in-progress .nt-task-tab-btn:hover,
body.nt-light-theme .nt-task-tabs-container.is-drag-in-progress .nt-task-tab-btn:hover {
  border-color: #0284C7 !important;
  background: rgba(2, 132, 199, 0.1) !important;
}
html.nt-light-theme .nt-task-tab-btn,
.nt-light-theme .nt-task-tab-btn,
body.nt-light-theme .nt-task-tab-btn {
  background: transparent !important;
  border: 1px solid transparent !important;
  border-bottom: none !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-task-tab-btn .tab-badge,
.nt-light-theme .nt-task-tab-btn .tab-badge,
body.nt-light-theme .nt-task-tab-btn .tab-badge {
  background: #E2E8F0 !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-task-tab-btn .tab-count,
.nt-light-theme .nt-task-tab-btn .tab-count,
body.nt-light-theme .nt-task-tab-btn .tab-count {
  background: #E2E8F0 !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-task-tab-btn .tab-separator,
.nt-light-theme .nt-task-tab-btn .tab-separator,
body.nt-light-theme .nt-task-tab-btn .tab-separator {
  background: #94A3B8 !important;
  opacity: 0.55 !important;
}
html.nt-light-theme .nt-task-tab-btn .nt-tab-popover,
.nt-light-theme .nt-task-tab-btn .nt-tab-popover,
body.nt-light-theme .nt-task-tab-btn .nt-tab-popover {
  background: #FFFFFF !important;
  color: #0F172A !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-task-tab-btn .nt-tab-popover .popover-badge,
.nt-light-theme .nt-task-tab-btn .nt-tab-popover .popover-badge,
body.nt-light-theme .nt-task-tab-btn .nt-tab-popover .popover-badge {
  color: #0284C7 !important;
  background: #E0F2FE !important;
  padding: 1px 5px !important;
  border-radius: 4px !important;
}
html.nt-light-theme .nt-task-tab-btn .nt-tab-popover .popover-title,
.nt-light-theme .nt-task-tab-btn .nt-tab-popover .popover-title,
body.nt-light-theme .nt-task-tab-btn .nt-tab-popover .popover-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-tab-btn .nt-tab-popover .popover-count,
.nt-light-theme .nt-task-tab-btn .nt-tab-popover .popover-count,
body.nt-light-theme .nt-task-tab-btn .nt-tab-popover .popover-count {
  color: #64748B !important;
}
html.nt-light-theme .nt-task-tab-btn .nt-tab-popover::before,
.nt-light-theme .nt-task-tab-btn .nt-tab-popover::before,
body.nt-light-theme .nt-task-tab-btn .nt-tab-popover::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #CBD5E1;
}
html.nt-light-theme .nt-task-tab-btn .nt-tab-popover::after,
.nt-light-theme .nt-task-tab-btn .nt-tab-popover::after,
body.nt-light-theme .nt-task-tab-btn .nt-tab-popover::after {
  border-top-color: #FFFFFF !important;
}
html.nt-light-theme .nt-task-tab-btn:not(.is-active):hover,
.nt-light-theme .nt-task-tab-btn:not(.is-active):hover,
body.nt-light-theme .nt-task-tab-btn:not(.is-active):hover {
  background: #FFFFFF !important;
  color: #0F172A !important;
  height: 30px !important;
  margin-bottom: 3px !important;
  border-radius: 14px !important;
}
html.nt-light-theme .nt-task-tab-btn.is-active,
.nt-light-theme .nt-task-tab-btn.is-active,
body.nt-light-theme .nt-task-tab-btn.is-active {
  background: #FFFFFF !important;
  border: none !important;
  border-bottom: 1px solid #FFFFFF !important;
  border-radius: 10px 10px 0 0 !important;
  color: #0F172A !important;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-task-tab-btn.is-active .tab-badge,
.nt-light-theme .nt-task-tab-btn.is-active .tab-badge,
body.nt-light-theme .nt-task-tab-btn.is-active .tab-badge {
  background: #E0F2FE !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-task-tab-btn.is-active .tab-count,
.nt-light-theme .nt-task-tab-btn.is-active .tab-count,
body.nt-light-theme .nt-task-tab-btn.is-active .tab-count {
  background: #0284C7 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-task-tab-btn.is-active::before, html.nt-light-theme .nt-task-tab-btn.is-active::after,
.nt-light-theme .nt-task-tab-btn.is-active::before,
.nt-light-theme .nt-task-tab-btn.is-active::after,
body.nt-light-theme .nt-task-tab-btn.is-active::before,
body.nt-light-theme .nt-task-tab-btn.is-active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 3;
}
html.nt-light-theme .nt-task-tab-btn.is-active::before,
.nt-light-theme .nt-task-tab-btn.is-active::before,
body.nt-light-theme .nt-task-tab-btn.is-active::before {
  left: -10px;
  background: radial-gradient(circle at 0 0, transparent 10px, #FFFFFF 10.5px) !important;
}
html.nt-light-theme .nt-task-tab-btn.is-active::after,
.nt-light-theme .nt-task-tab-btn.is-active::after,
body.nt-light-theme .nt-task-tab-btn.is-active::after {
  right: -10px;
  background: radial-gradient(circle at 100% 0, transparent 10px, #FFFFFF 10.5px) !important;
}
html.nt-light-theme .nt-task-tab-btn--kpi,
.nt-light-theme .nt-task-tab-btn--kpi,
body.nt-light-theme .nt-task-tab-btn--kpi {
  flex: 0 0 210px !important;
  min-width: 210px !important;
  max-width: 210px !important;
}
html.nt-light-theme .nt-task-tab-btn.is-drag-target,
.nt-light-theme .nt-task-tab-btn.is-drag-target,
body.nt-light-theme .nt-task-tab-btn.is-drag-target {
  background: #ffffff !important;
  border: 2px dashed #0284C7 !important;
  border-bottom: none !important;
  color: #0284C7 !important;
  transform: translateY(0px) scale(1) !important;
  box-shadow: none !important;
}
html.nt-light-theme .nt-task-tab-btn.is-drag-target .tab-count,
.nt-light-theme .nt-task-tab-btn.is-drag-target .tab-count,
body.nt-light-theme .nt-task-tab-btn.is-drag-target .tab-count {
  background: #0284C7 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-task-tab-btn.is-drop-success,
.nt-light-theme .nt-task-tab-btn.is-drop-success,
body.nt-light-theme .nt-task-tab-btn.is-drop-success {
  background: rgba(16, 185, 129, 0.15) !important;
  border: 1px solid #059669 !important;
  color: #059669 !important;
  transform: translateY(-1px) scale(1.02) !important;
}
html.nt-light-theme .nt-task-tab-btn.is-drop-success .tab-badge,
.nt-light-theme .nt-task-tab-btn.is-drop-success .tab-badge,
body.nt-light-theme .nt-task-tab-btn.is-drop-success .tab-badge {
  background: rgba(16, 185, 129, 0.25) !important;
  color: #059669 !important;
}
html.nt-light-theme .nt-task-tab-btn.is-drop-success .tab-count,
.nt-light-theme .nt-task-tab-btn.is-drop-success .tab-count,
body.nt-light-theme .nt-task-tab-btn.is-drop-success .tab-count {
  background: #059669 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-task-builder,
.nt-light-theme .nt-task-builder,
body.nt-light-theme .nt-task-builder {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  border-top: none !important;
}
html.nt-light-theme .nt-task-quick-add,
.nt-light-theme .nt-task-quick-add,
body.nt-light-theme .nt-task-quick-add {
  margin-top: 16px !important;
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-task-quick-add:focus-within,
.nt-light-theme .nt-task-quick-add:focus-within,
body.nt-light-theme .nt-task-quick-add:focus-within {
  border-color: #0284C7 !important;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.12) !important;
}
html.nt-light-theme .nt-task-quick-add__input,
.nt-light-theme .nt-task-quick-add__input,
body.nt-light-theme .nt-task-quick-add__input {
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-quick-add__input::placeholder,
.nt-light-theme .nt-task-quick-add__input::placeholder,
body.nt-light-theme .nt-task-quick-add__input::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority,
.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority,
body.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority {
  background: transparent !important;
  border-color: transparent !important;
}
html.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority .nt-modal__select,
.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority .nt-modal__select,
body.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority .nt-modal__select {
  background: transparent !important;
  border: none !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority .nt-modal__select option,
.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority .nt-modal__select option,
body.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority .nt-modal__select option {
  background: #FFFFFF !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:hover, html.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:focus-within,
.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:hover,
.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:focus-within,
body.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:hover,
body.nt-light-theme .nt-task-quick-add__priority-wrap .nt-modal__select-wrapper--priority:focus-within {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-task-quick-add__date-wrap .nt-dp-input,
html.nt-light-theme .nt-task-quick-add__date-wrap .nt-modal__input,
.nt-light-theme .nt-task-quick-add__date-wrap .nt-dp-input,
.nt-light-theme .nt-task-quick-add__date-wrap .nt-modal__input,
body.nt-light-theme .nt-task-quick-add__date-wrap .nt-dp-input,
body.nt-light-theme .nt-task-quick-add__date-wrap .nt-modal__input {
  background: transparent !important;
  border-color: transparent !important;
  color: #475569 !important;
  text-align: center !important;
  padding: 0 6px !important;
}
html.nt-light-theme .nt-task-quick-add__date-wrap .nt-dp-input:hover, html.nt-light-theme .nt-task-quick-add__date-wrap .nt-dp-input:focus,
html.nt-light-theme .nt-task-quick-add__date-wrap .nt-modal__input:hover,
html.nt-light-theme .nt-task-quick-add__date-wrap .nt-modal__input:focus,
.nt-light-theme .nt-task-quick-add__date-wrap .nt-dp-input:hover,
.nt-light-theme .nt-task-quick-add__date-wrap .nt-dp-input:focus,
.nt-light-theme .nt-task-quick-add__date-wrap .nt-modal__input:hover,
.nt-light-theme .nt-task-quick-add__date-wrap .nt-modal__input:focus,
body.nt-light-theme .nt-task-quick-add__date-wrap .nt-dp-input:hover,
body.nt-light-theme .nt-task-quick-add__date-wrap .nt-dp-input:focus,
body.nt-light-theme .nt-task-quick-add__date-wrap .nt-modal__input:hover,
body.nt-light-theme .nt-task-quick-add__date-wrap .nt-modal__input:focus {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-quick-add__date-wrap .nt-dp-input__icon,
.nt-light-theme .nt-task-quick-add__date-wrap .nt-dp-input__icon,
body.nt-light-theme .nt-task-quick-add__date-wrap .nt-dp-input__icon {
  display: none !important;
}
html.nt-light-theme .nt-task-suggestions-bar,
.nt-light-theme .nt-task-suggestions-bar,
body.nt-light-theme .nt-task-suggestions-bar {
  background: #F0F9FF !important;
  border: 1px solid #BAE6FD !important;
  border-radius: 8px !important;
  flex-wrap: wrap !important;
}
html.nt-light-theme .nt-task-suggestions-bar .nt-task-suggestions-label,
.nt-light-theme .nt-task-suggestions-bar .nt-task-suggestions-label,
body.nt-light-theme .nt-task-suggestions-bar .nt-task-suggestions-label {
  color: #0284C7 !important;
  width: 100% !important;
}
html.nt-light-theme .nt-task-chip,
.nt-light-theme .nt-task-chip,
body.nt-light-theme .nt-task-chip {
  background: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  color: #1E293B !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03) !important;
  white-space: normal !important;
}
html.nt-light-theme .nt-task-chip .chip-title,
.nt-light-theme .nt-task-chip .chip-title,
body.nt-light-theme .nt-task-chip .chip-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-task-chip .chip-plus,
.nt-light-theme .nt-task-chip .chip-plus,
body.nt-light-theme .nt-task-chip .chip-plus {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-task-chip:hover,
.nt-light-theme .nt-task-chip:hover,
body.nt-light-theme .nt-task-chip:hover {
  border-color: #0284C7 !important;
  background: #FFFFFF !important;
  color: #0284C7 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.15) !important;
}
html.nt-light-theme .nt-task-chip:hover .chip-title,
.nt-light-theme .nt-task-chip:hover .chip-title,
body.nt-light-theme .nt-task-chip:hover .chip-title {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-task-table-container,
.nt-light-theme .nt-task-table-container,
body.nt-light-theme .nt-task-table-container {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-task-table-header,
.nt-light-theme .nt-task-table-header,
body.nt-light-theme .nt-task-table-header {
  background: #F8FAFC !important;
  border-bottom-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-task-table-header .nt-task-sortable-header:hover,
.nt-light-theme .nt-task-table-header .nt-task-sortable-header:hover,
body.nt-light-theme .nt-task-table-header .nt-task-sortable-header:hover {
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-table-header .nt-task-sortable-header.is-sorted,
.nt-light-theme .nt-task-table-header .nt-task-sortable-header.is-sorted,
body.nt-light-theme .nt-task-table-header .nt-task-sortable-header.is-sorted {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-task-table-header .nt-task-sortable-header.is-sorted .sort-icon,
.nt-light-theme .nt-task-table-header .nt-task-sortable-header.is-sorted .sort-icon,
body.nt-light-theme .nt-task-table-header .nt-task-sortable-header.is-sorted .sort-icon {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-task-empty-state .empty-title,
.nt-light-theme .nt-task-empty-state .empty-title,
body.nt-light-theme .nt-task-empty-state .empty-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-empty-state .empty-desc,
.nt-light-theme .nt-task-empty-state .empty-desc,
body.nt-light-theme .nt-task-empty-state .empty-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-task-row,
.nt-light-theme .nt-task-row,
body.nt-light-theme .nt-task-row {
  border-bottom-color: #F1F5F9 !important;
}
html.nt-light-theme .nt-task-row:hover,
.nt-light-theme .nt-task-row:hover,
body.nt-light-theme .nt-task-row:hover {
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-task-row:hover .nt-task-row__drag .drag-handle,
.nt-light-theme .nt-task-row:hover .nt-task-row__drag .drag-handle,
body.nt-light-theme .nt-task-row:hover .nt-task-row__drag .drag-handle {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-task-row.is-dragging,
.nt-light-theme .nt-task-row.is-dragging,
body.nt-light-theme .nt-task-row.is-dragging {
  opacity: 1 !important;
  background: #FFFFFF !important;
  border: 2px dashed #0284C7 !important;
  border-radius: 6px !important;
  box-shadow: 0 0 14px rgba(2, 132, 199, 0.3) !important;
}
html.nt-light-theme .nt-task-row.is-drag-over,
.nt-light-theme .nt-task-row.is-drag-over,
body.nt-light-theme .nt-task-row.is-drag-over {
  border-top: 2px solid #0284C7 !important;
  background: rgba(2, 132, 199, 0.05) !important;
}
html.nt-light-theme .nt-task-row__drag .drag-handle,
.nt-light-theme .nt-task-row__drag .drag-handle,
body.nt-light-theme .nt-task-row__drag .drag-handle {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-task-row__title-input,
.nt-light-theme .nt-task-row__title-input,
body.nt-light-theme .nt-task-row__title-input {
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-row__title-input:hover,
.nt-light-theme .nt-task-row__title-input:hover,
body.nt-light-theme .nt-task-row__title-input:hover {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-task-row__title-input:focus,
.nt-light-theme .nt-task-row__title-input:focus,
body.nt-light-theme .nt-task-row__title-input:focus {
  background: #FFFFFF !important;
  border-color: #0284C7 !important;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.12) !important;
}
html.nt-light-theme .nt-task-row__title-input::placeholder,
.nt-light-theme .nt-task-row__title-input::placeholder,
body.nt-light-theme .nt-task-row__title-input::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select,
.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select,
body.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select {
  background: transparent !important;
  border-color: transparent !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select:hover,
.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select:hover,
body.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select:hover {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select:focus,
.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select:focus,
body.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select:focus {
  background: #FFFFFF !important;
  border-color: #0284C7 !important;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.12) !important;
}
html.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select option,
.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select option,
body.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority .nt-modal__select option {
  background: #FFFFFF !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority svg,
.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority svg,
body.nt-light-theme .nt-task-row__priority-col .nt-modal__select-wrapper--priority svg {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select,
.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select,
body.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select {
  background: transparent !important;
  border-color: transparent !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select:hover,
.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select:hover,
body.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select:hover {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #0F172A !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select:focus,
.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select:focus,
body.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select:focus {
  background: #FFFFFF !important;
  border-color: #0284C7 !important;
  color: #0F172A !important;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.12) !important;
}
html.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select option,
.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select option,
body.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper .nt-task-kpi-select option {
  background: #FFFFFF !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper svg,
.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper svg,
body.nt-light-theme .nt-task-row__kpi-col .nt-task-kpi-select-wrapper svg {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-task-row__date-col .nt-dp-input,
html.nt-light-theme .nt-task-row__date-col .nt-task-row__date-input,
.nt-light-theme .nt-task-row__date-col .nt-dp-input,
.nt-light-theme .nt-task-row__date-col .nt-task-row__date-input,
body.nt-light-theme .nt-task-row__date-col .nt-dp-input,
body.nt-light-theme .nt-task-row__date-col .nt-task-row__date-input {
  background: transparent !important;
  border-color: transparent !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-task-row__date-col .nt-dp-input:hover,
html.nt-light-theme .nt-task-row__date-col .nt-task-row__date-input:hover,
.nt-light-theme .nt-task-row__date-col .nt-dp-input:hover,
.nt-light-theme .nt-task-row__date-col .nt-task-row__date-input:hover,
body.nt-light-theme .nt-task-row__date-col .nt-dp-input:hover,
body.nt-light-theme .nt-task-row__date-col .nt-task-row__date-input:hover {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #0F172A !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-task-row__date-col .nt-dp-input:focus,
html.nt-light-theme .nt-task-row__date-col .nt-task-row__date-input:focus,
.nt-light-theme .nt-task-row__date-col .nt-dp-input:focus,
.nt-light-theme .nt-task-row__date-col .nt-task-row__date-input:focus,
body.nt-light-theme .nt-task-row__date-col .nt-dp-input:focus,
body.nt-light-theme .nt-task-row__date-col .nt-task-row__date-input:focus {
  background: #FFFFFF !important;
  border-color: #0284C7 !important;
  color: #0F172A !important;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.12) !important;
}
html.nt-light-theme .nt-task-row__date-col .nt-dp-input__icon,
.nt-light-theme .nt-task-row__date-col .nt-dp-input__icon,
body.nt-light-theme .nt-task-row__date-col .nt-dp-input__icon {
  display: none !important;
}
html.nt-light-theme .nt-task-row__delete-btn,
.nt-light-theme .nt-task-row__delete-btn,
body.nt-light-theme .nt-task-row__delete-btn {
  color: #94A3B8 !important;
  opacity: 0.5 !important;
  pointer-events: auto !important;
}
html.nt-light-theme .nt-task-row__delete-btn svg,
.nt-light-theme .nt-task-row__delete-btn svg,
body.nt-light-theme .nt-task-row__delete-btn svg {
  pointer-events: none !important;
}
html.nt-light-theme .nt-task-row__delete-btn:hover,
.nt-light-theme .nt-task-row__delete-btn:hover,
body.nt-light-theme .nt-task-row__delete-btn:hover {
  color: #DC2626 !important;
  background: rgba(220, 38, 38, 0.08) !important;
  opacity: 1 !important;
}
html.nt-light-theme .nt-task-notes-panel,
.nt-light-theme .nt-task-notes-panel,
body.nt-light-theme .nt-task-notes-panel {
  margin-top: 28px !important;
}
html.nt-light-theme .nt-task-notes-panel__title,
.nt-light-theme .nt-task-notes-panel__title,
body.nt-light-theme .nt-task-notes-panel__title {
  color: #64748B !important;
  margin-bottom: 4px !important;
}
html.nt-light-theme .nt-task-notes-panel .nt-modal__textarea,
.nt-light-theme .nt-task-notes-panel .nt-modal__textarea,
body.nt-light-theme .nt-task-notes-panel .nt-modal__textarea {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-notes-panel .nt-modal__textarea:focus,
.nt-light-theme .nt-task-notes-panel .nt-modal__textarea:focus,
body.nt-light-theme .nt-task-notes-panel .nt-modal__textarea:focus {
  border-color: #0284C7 !important;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.12) !important;
}
html.nt-light-theme .nt-task-notes-panel .nt-modal__textarea::placeholder,
.nt-light-theme .nt-task-notes-panel .nt-modal__textarea::placeholder,
body.nt-light-theme .nt-task-notes-panel .nt-modal__textarea::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme #step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select,
.nt-light-theme #step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select,
body.nt-light-theme #step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme #step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select:hover,
.nt-light-theme #step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select:hover,
body.nt-light-theme #step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select:hover {
  border-color: #94A3B8 !important;
}
html.nt-light-theme #step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select:focus,
.nt-light-theme #step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select:focus,
body.nt-light-theme #step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select:focus {
  border-color: #0284C7 !important;
  box-shadow: 0 0 0 2px rgba(2, 132, 199, 0.12) !important;
}
html.nt-light-theme #step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select option,
.nt-light-theme #step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select option,
body.nt-light-theme #step-panel-7 .nt-modal__select-wrapper--priority .nt-modal__select option {
  background: #FFFFFF !important;
  color: #0F172A !important;
}
html.nt-light-theme,
.nt-light-theme,
body.nt-light-theme {
  /* ── 4. PAINEL EXECUTIVO E CARDS DE KPIS ────────────────────────────────── */
}
html.nt-light-theme .nt-goal-header-card,
.nt-light-theme .nt-goal-header-card,
body.nt-light-theme .nt-goal-header-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-goal-header-card .nt-goal-header-card__title,
.nt-light-theme .nt-goal-header-card .nt-goal-header-card__title,
body.nt-light-theme .nt-goal-header-card .nt-goal-header-card__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-goal-header-card .nt-goal-header-card__subtitle,
.nt-light-theme .nt-goal-header-card .nt-goal-header-card__subtitle,
body.nt-light-theme .nt-goal-header-card .nt-goal-header-card__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-goal-header-card .nt-goal-header-card__subtitle strong,
.nt-light-theme .nt-goal-header-card .nt-goal-header-card__subtitle strong,
body.nt-light-theme .nt-goal-header-card .nt-goal-header-card__subtitle strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-goal-details-card,
html.nt-light-theme .nt-smart-pillar-card,
.nt-light-theme .nt-goal-details-card,
.nt-light-theme .nt-smart-pillar-card,
body.nt-light-theme .nt-goal-details-card,
body.nt-light-theme .nt-smart-pillar-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-kpi-card,
.nt-light-theme .nt-kpi-card,
body.nt-light-theme .nt-kpi-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-kpi-card--interactive:hover,
.nt-light-theme .nt-kpi-card--interactive:hover,
body.nt-light-theme .nt-kpi-card--interactive:hover {
  border-color: #0EA5E9 !important;
  box-shadow: 0 8px 20px rgba(14, 165, 233, 0.12) !important;
}
html.nt-light-theme .nt-kpi-card--interactive:hover .nt-kpi-card__title,
.nt-light-theme .nt-kpi-card--interactive:hover .nt-kpi-card__title,
body.nt-light-theme .nt-kpi-card--interactive:hover .nt-kpi-card__title {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-kpi-card .nt-kpi-card__title,
.nt-light-theme .nt-kpi-card .nt-kpi-card__title,
body.nt-light-theme .nt-kpi-card .nt-kpi-card__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-kpi-card .nt-kpi-card__metrics .target-val,
.nt-light-theme .nt-kpi-card .nt-kpi-card__metrics .target-val,
body.nt-light-theme .nt-kpi-card .nt-kpi-card__metrics .target-val {
  color: #64748B !important;
}
html.nt-light-theme .nt-kpi-card .nt-kpi-card__progress-track,
.nt-light-theme .nt-kpi-card .nt-kpi-card__progress-track,
body.nt-light-theme .nt-kpi-card .nt-kpi-card__progress-track {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-kpi-card .nt-kpi-card__actions,
.nt-light-theme .nt-kpi-card .nt-kpi-card__actions,
body.nt-light-theme .nt-kpi-card .nt-kpi-card__actions {
  border-top-color: #F1F5F9 !important;
}
html.nt-light-theme .nt-kpi-card .nt-kpi-card__actions .nt-kpi-card__date,
.nt-light-theme .nt-kpi-card .nt-kpi-card__actions .nt-kpi-card__date,
body.nt-light-theme .nt-kpi-card .nt-kpi-card__actions .nt-kpi-card__date {
  color: #64748B !important;
}
html.nt-light-theme .nt-ai-q-box,
.nt-light-theme .nt-ai-q-box,
body.nt-light-theme .nt-ai-q-box {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-ai-q-label,
.nt-light-theme .nt-ai-q-label,
body.nt-light-theme .nt-ai-q-label {
  color: #0F172A !important;
}
html.nt-light-theme .nt-ai-q-sub,
.nt-light-theme .nt-ai-q-sub,
body.nt-light-theme .nt-ai-q-sub {
  color: #64748B !important;
}
html.nt-light-theme .nt-ai-q-input,
.nt-light-theme .nt-ai-q-input,
body.nt-light-theme .nt-ai-q-input {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-ai-q-input:focus,
.nt-light-theme .nt-ai-q-input:focus,
body.nt-light-theme .nt-ai-q-input:focus {
  border-color: #0EA5E9 !important;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15) !important;
}
html.nt-light-theme .nt-user-answers-card,
.nt-light-theme .nt-user-answers-card,
body.nt-light-theme .nt-user-answers-card {
  background: #F0F9FF !important;
  border: 1px solid #BAE6FD !important;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.08) !important;
}
html.nt-light-theme .nt-user-answers-badge,
.nt-light-theme .nt-user-answers-badge,
body.nt-light-theme .nt-user-answers-badge {
  color: #0284C7 !important;
  background: #E0F2FE !important;
}
html.nt-light-theme .nt-user-answer-item,
.nt-light-theme .nt-user-answer-item,
body.nt-light-theme .nt-user-answer-item {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-user-answer-q,
.nt-light-theme .nt-user-answer-q,
body.nt-light-theme .nt-user-answer-q {
  color: #64748B !important;
}
html.nt-light-theme .nt-user-answer-val,
.nt-light-theme .nt-user-answer-val,
body.nt-light-theme .nt-user-answer-val {
  color: #0F172A !important;
}
html.nt-light-theme .nt-action-filter-btn,
.nt-light-theme .nt-action-filter-btn,
body.nt-light-theme .nt-action-filter-btn {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-action-filter-btn:hover,
.nt-light-theme .nt-action-filter-btn:hover,
body.nt-light-theme .nt-action-filter-btn:hover {
  background: #E0F2FE !important;
  color: #0284C7 !important;
  border-color: #BAE6FD !important;
}
html.nt-light-theme .nt-action-filter-btn.is-active,
.nt-light-theme .nt-action-filter-btn.is-active,
body.nt-light-theme .nt-action-filter-btn.is-active {
  background: #0284C7 !important;
  color: #FFFFFF !important;
  border-color: #0284C7 !important;
}
html.nt-light-theme .nt-action-task-row,
.nt-light-theme .nt-action-task-row,
body.nt-light-theme .nt-action-task-row {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-action-task-row:hover,
.nt-light-theme .nt-action-task-row:hover,
body.nt-light-theme .nt-action-task-row:hover {
  background: #F8FAFC !important;
  border-color: #BAE6FD !important;
}
html.nt-light-theme .nt-action-task-row.is-completed,
.nt-light-theme .nt-action-task-row.is-completed,
body.nt-light-theme .nt-action-task-row.is-completed {
  background: #F0FDF4 !important;
  border-color: #BBF7D0 !important;
}
html.nt-light-theme .nt-action-task-title,
.nt-light-theme .nt-action-task-title,
body.nt-light-theme .nt-action-task-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-action-task-title:hover,
.nt-light-theme .nt-action-task-title:hover,
body.nt-light-theme .nt-action-task-title:hover {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-task-date-badge.is-future,
.nt-light-theme .nt-task-date-badge.is-future,
body.nt-light-theme .nt-task-date-badge.is-future {
  background: #E0F2FE !important;
  color: #0284C7 !important;
  border-color: #BAE6FD !important;
}
html.nt-light-theme .nt-task-date-badge.is-today,
.nt-light-theme .nt-task-date-badge.is-today,
body.nt-light-theme .nt-task-date-badge.is-today {
  background: #FEF3C7 !important;
  color: #D97706 !important;
  border-color: #FDE68A !important;
}
html.nt-light-theme .nt-task-date-badge.is-overdue,
.nt-light-theme .nt-task-date-badge.is-overdue,
body.nt-light-theme .nt-task-date-badge.is-overdue {
  background: #FEE2E2 !important;
  color: #DC2626 !important;
  border-color: #FECACA !important;
}
html.nt-light-theme .nt-task-date-badge.is-completed,
.nt-light-theme .nt-task-date-badge.is-completed,
body.nt-light-theme .nt-task-date-badge.is-completed {
  background: #DCFCE7 !important;
  color: #16A34A !important;
  border-color: #BBF7D0 !important;
}
html.nt-light-theme .nt-task-date-badge.is-nodate,
.nt-light-theme .nt-task-date-badge.is-nodate,
body.nt-light-theme .nt-task-date-badge.is-nodate {
  background: #F1F5F9 !important;
  color: #64748B !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-action-plan-empty,
.nt-light-theme .nt-action-plan-empty,
body.nt-light-theme .nt-action-plan-empty {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-action-plan-empty__title,
.nt-light-theme .nt-action-plan-empty__title,
body.nt-light-theme .nt-action-plan-empty__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-action-plan-empty__desc,
.nt-light-theme .nt-action-plan-empty__desc,
body.nt-light-theme .nt-action-plan-empty__desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-timeline-temporal-filters,
.nt-light-theme .nt-timeline-temporal-filters,
body.nt-light-theme .nt-timeline-temporal-filters {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-temporal-filter-btn,
.nt-light-theme .nt-temporal-filter-btn,
body.nt-light-theme .nt-temporal-filter-btn {
  color: #64748B !important;
}
html.nt-light-theme .nt-temporal-filter-btn .nt-filter-count,
.nt-light-theme .nt-temporal-filter-btn .nt-filter-count,
body.nt-light-theme .nt-temporal-filter-btn .nt-filter-count {
  background: rgba(0, 0, 0, 0.06) !important;
}
html.nt-light-theme .nt-temporal-filter-btn:hover,
.nt-light-theme .nt-temporal-filter-btn:hover,
body.nt-light-theme .nt-temporal-filter-btn:hover {
  background: #E0F2FE !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-temporal-filter-btn.is-active,
.nt-light-theme .nt-temporal-filter-btn.is-active,
body.nt-light-theme .nt-temporal-filter-btn.is-active {
  background: #0284C7 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-temporal-filter-btn.is-active .nt-filter-count,
.nt-light-theme .nt-temporal-filter-btn.is-active .nt-filter-count,
body.nt-light-theme .nt-temporal-filter-btn.is-active .nt-filter-count {
  background: rgba(255, 255, 255, 0.25) !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-timeline-group-header,
.nt-light-theme .nt-timeline-group-header,
body.nt-light-theme .nt-timeline-group-header {
  color: #64748B !important;
}
html.nt-light-theme .nt-timeline-group-header::before, html.nt-light-theme .nt-timeline-group-header::after,
.nt-light-theme .nt-timeline-group-header::before,
.nt-light-theme .nt-timeline-group-header::after,
body.nt-light-theme .nt-timeline-group-header::before,
body.nt-light-theme .nt-timeline-group-header::after {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-timeline-group-header--past,
.nt-light-theme .nt-timeline-group-header--past,
body.nt-light-theme .nt-timeline-group-header--past {
  color: #16A34A !important;
}
html.nt-light-theme .nt-timeline-group-header--past::before, html.nt-light-theme .nt-timeline-group-header--past::after,
.nt-light-theme .nt-timeline-group-header--past::before,
.nt-light-theme .nt-timeline-group-header--past::after,
body.nt-light-theme .nt-timeline-group-header--past::before,
body.nt-light-theme .nt-timeline-group-header--past::after {
  background: #BBF7D0 !important;
}
html.nt-light-theme .nt-timeline-group-header--present,
.nt-light-theme .nt-timeline-group-header--present,
body.nt-light-theme .nt-timeline-group-header--present {
  color: #D97706 !important;
}
html.nt-light-theme .nt-timeline-group-header--present::before, html.nt-light-theme .nt-timeline-group-header--present::after,
.nt-light-theme .nt-timeline-group-header--present::before,
.nt-light-theme .nt-timeline-group-header--present::after,
body.nt-light-theme .nt-timeline-group-header--present::before,
body.nt-light-theme .nt-timeline-group-header--present::after {
  background: #FDE68A !important;
}
html.nt-light-theme .nt-timeline-group-header--future,
.nt-light-theme .nt-timeline-group-header--future,
body.nt-light-theme .nt-timeline-group-header--future {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-timeline-group-header--future::before, html.nt-light-theme .nt-timeline-group-header--future::after,
.nt-light-theme .nt-timeline-group-header--future::before,
.nt-light-theme .nt-timeline-group-header--future::after,
body.nt-light-theme .nt-timeline-group-header--future::before,
body.nt-light-theme .nt-timeline-group-header--future::after {
  background: #BAE6FD !important;
}
html.nt-light-theme .nt-wizard-footer,
html.nt-light-theme .nt-wizard-fullpage form > div:last-child,
.nt-light-theme .nt-wizard-footer,
.nt-light-theme .nt-wizard-fullpage form > div:last-child,
body.nt-light-theme .nt-wizard-footer,
body.nt-light-theme .nt-wizard-fullpage form > div:last-child {
  border-top-color: #E2E8F0 !important;
  background: #FFFFFF !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-btn-wizard-cancel,
html.nt-light-theme .nt-btn-wizard-prev,
.nt-light-theme .nt-btn-wizard-cancel,
.nt-light-theme .nt-btn-wizard-prev,
body.nt-light-theme .nt-btn-wizard-cancel,
body.nt-light-theme .nt-btn-wizard-prev {
  background: #F1F5F9 !important;
  border: 1px solid #CBD5E1 !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-btn-wizard-cancel:hover,
html.nt-light-theme .nt-btn-wizard-prev:hover,
.nt-light-theme .nt-btn-wizard-cancel:hover,
.nt-light-theme .nt-btn-wizard-prev:hover,
body.nt-light-theme .nt-btn-wizard-cancel:hover,
body.nt-light-theme .nt-btn-wizard-prev:hover {
  background: #E2E8F0 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-btn-wizard-next,
.nt-light-theme .nt-btn-wizard-next,
body.nt-light-theme .nt-btn-wizard-next {
  background: linear-gradient(135deg, #0088CC, #0EA5E9) !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-btn-wizard-save,
.nt-light-theme .nt-btn-wizard-save,
body.nt-light-theme .nt-btn-wizard-save {
  background: linear-gradient(135deg, #059669, #10B981) !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-modal__cancel-btn,
.nt-light-theme .nt-modal__cancel-btn,
body.nt-light-theme .nt-modal__cancel-btn {
  border-color: #CBD5E1 !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-swal-popup,
.nt-light-theme .nt-swal-popup,
body.nt-light-theme .nt-swal-popup {
  background: #FFFFFF !important;
  color: #0F172A !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}
html.nt-light-theme .nt-swal-popup .swal2-title,
.nt-light-theme .nt-swal-popup .swal2-title,
body.nt-light-theme .nt-swal-popup .swal2-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-swal-popup .swal2-html-container,
.nt-light-theme .nt-swal-popup .swal2-html-container,
body.nt-light-theme .nt-swal-popup .swal2-html-container {
  color: #334155 !important;
}
html.nt-light-theme .nt-swal-popup .nt-swal-cancel,
.nt-light-theme .nt-swal-popup .nt-swal-cancel,
body.nt-light-theme .nt-swal-popup .nt-swal-cancel {
  background: #E2E8F0 !important;
  color: #334155 !important;
}
html.nt-light-theme .nt-swal-popup .nt-swal-cancel:hover,
.nt-light-theme .nt-swal-popup .nt-swal-cancel:hover,
body.nt-light-theme .nt-swal-popup .nt-swal-cancel:hover {
  background: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-bulk-bar,
.nt-light-theme .nt-task-bulk-bar,
body.nt-light-theme .nt-task-bulk-bar {
  background: #F0F9FF !important;
  border-color: #BAE6FD !important;
}
html.nt-light-theme .nt-task-bulk-bar__text,
.nt-light-theme .nt-task-bulk-bar__text,
body.nt-light-theme .nt-task-bulk-bar__text {
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-bulk-bar__label,
.nt-light-theme .nt-task-bulk-bar__label,
body.nt-light-theme .nt-task-bulk-bar__label {
  color: #475569 !important;
}
html.nt-light-theme .nt-task-bulk-bar__divider,
.nt-light-theme .nt-task-bulk-bar__divider,
body.nt-light-theme .nt-task-bulk-bar__divider {
  background: #BAE6FD !important;
}
html.nt-light-theme .nt-task-bulk-bar .nt-bulk-select,
html.nt-light-theme .nt-task-bulk-bar .nt-bulk-date-input,
.nt-light-theme .nt-task-bulk-bar .nt-bulk-select,
.nt-light-theme .nt-task-bulk-bar .nt-bulk-date-input,
body.nt-light-theme .nt-task-bulk-bar .nt-bulk-select,
body.nt-light-theme .nt-task-bulk-bar .nt-bulk-date-input {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-bulk-bar__btn--cancel,
.nt-light-theme .nt-task-bulk-bar__btn--cancel,
body.nt-light-theme .nt-task-bulk-bar__btn--cancel {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-task-bulk-bar__btn--cancel:hover,
.nt-light-theme .nt-task-bulk-bar__btn--cancel:hover,
body.nt-light-theme .nt-task-bulk-bar__btn--cancel:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-status-badge--completed,
.nt-light-theme .nt-task-status-badge--completed,
body.nt-light-theme .nt-task-status-badge--completed {
  background: #ECFDF5 !important;
  color: #059669 !important;
  border-color: #A7F3D0 !important;
}
html.nt-light-theme .nt-task-status-badge--cancelled,
.nt-light-theme .nt-task-status-badge--cancelled,
body.nt-light-theme .nt-task-status-badge--cancelled {
  background: #F1F5F9 !important;
  color: #64748B !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-task-status-badge--overdue,
.nt-light-theme .nt-task-status-badge--overdue,
body.nt-light-theme .nt-task-status-badge--overdue {
  background: #FFFBEB !important;
  color: #D97706 !important;
  border-color: #FDE68A !important;
}
html.nt-light-theme .nt-task-status-badge--pending,
.nt-light-theme .nt-task-status-badge--pending,
body.nt-light-theme .nt-task-status-badge--pending {
  background: #EFF6FF !important;
  color: #2563EB !important;
  border-color: #BFDBFE !important;
}
html.nt-light-theme .nt-task-row.is-completed .nt-task-row__title-input, html.nt-light-theme .nt-task-row.is-cancelled .nt-task-row__title-input,
.nt-light-theme .nt-task-row.is-completed .nt-task-row__title-input,
.nt-light-theme .nt-task-row.is-cancelled .nt-task-row__title-input,
body.nt-light-theme .nt-task-row.is-completed .nt-task-row__title-input,
body.nt-light-theme .nt-task-row.is-cancelled .nt-task-row__title-input {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-task-row.is-overdue,
.nt-light-theme .nt-task-row.is-overdue,
body.nt-light-theme .nt-task-row.is-overdue {
  background: #FFFBEB !important;
}
html.nt-light-theme .nt-task-row__title-input,
.nt-light-theme .nt-task-row__title-input,
body.nt-light-theme .nt-task-row__title-input {
  color: #0F172A !important;
}
html.nt-light-theme .nt-task-row__title-input:hover,
.nt-light-theme .nt-task-row__title-input:hover,
body.nt-light-theme .nt-task-row__title-input:hover {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-task-row__title-input:focus,
.nt-light-theme .nt-task-row__title-input:focus,
body.nt-light-theme .nt-task-row__title-input:focus {
  background: #FFFFFF !important;
  border-color: #0EA5E9 !important;
}
html.nt-light-theme .nt-task-row__date-input,
.nt-light-theme .nt-task-row__date-input,
body.nt-light-theme .nt-task-row__date-input {
  color: #475569 !important;
}
html.nt-light-theme .nt-task-row__date-input:hover, html.nt-light-theme .nt-task-row__date-input:focus,
.nt-light-theme .nt-task-row__date-input:hover,
.nt-light-theme .nt-task-row__date-input:focus,
body.nt-light-theme .nt-task-row__date-input:hover,
body.nt-light-theme .nt-task-row__date-input:focus {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-tutorial-badge,
.nt-light-theme .nt-tutorial-modal-dialog .nt-tutorial-badge,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-tutorial-badge {
  background: #E0F2FE !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-tutorial-desc,
.nt-light-theme .nt-tutorial-modal-dialog .nt-tutorial-desc,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-tutorial-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-tutorial-desc strong,
.nt-light-theme .nt-tutorial-modal-dialog .nt-tutorial-desc strong,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-tutorial-desc strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-card,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-card,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tabs-container,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tabs-container,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tabs-container {
  background: #F1F5F9 !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab {
  color: #64748B !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab .tab-badge, html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab .tab-count,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab .tab-badge,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab .tab-count,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab .tab-badge,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab .tab-count {
  background: #E2E8F0 !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab .tab-separator,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab .tab-separator,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab .tab-separator {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-active,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-active,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-active {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  border-bottom-color: #FFFFFF !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-active .tab-count,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-active .tab-count,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-active .tab-count {
  background: #0284C7 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-drag-target,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-drag-target,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-drag-target {
  background: #E0F2FE !important;
  border-color: #0284C7 !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-drop-success,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-drop-success,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-drop-success {
  background: #ECFDF5 !important;
  border-color: #10B981 !important;
  color: #059669 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-drop-success .tab-badge,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-drop-success .tab-badge,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-tab.is-drop-success .tab-badge {
  background: #D1FAE5 !important;
  color: #059669 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-builder,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-builder,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-builder {
  background: #FFFFFF !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-table-header,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-table-header,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-table-header {
  border-bottom-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: #334155 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-check-box,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-check-box,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-check-box {
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-priority-tag--importante,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-priority-tag--importante,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-priority-tag--importante {
  background: #E0F2FE !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-priority-tag--urgente,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-priority-tag--urgente,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-priority-tag--urgente {
  background: #FEE2E2 !important;
  color: #DC2626 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-kpi-badge,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-kpi-badge,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-kpi-badge {
  background: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-kpi-badge--kpi1,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-kpi-badge--kpi1,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row .sim-kpi-badge--kpi1 {
  background: #E0F2FE !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row.is-drag-origin,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row.is-drag-origin,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-row.is-drag-origin {
  opacity: 0.35 !important;
  border-color: #0284C7 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-ghost-row,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-ghost-row,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-ghost-row {
  background: #FFFFFF !important;
  border-color: #0284C7 !important;
  color: #0F172A !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-ghost-row .sim-ghost-tag,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-ghost-row .sim-ghost-tag,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-ghost-row .sim-ghost-tag {
  background: #E0F2FE !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-toast,
.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-toast,
body.nt-light-theme .nt-tutorial-modal-dialog .nt-sim-toast {
  background: #ECFDF5 !important;
  border-color: #10B981 !important;
  color: #065F46 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-modal-backdrop#nt-task-drag-tutorial-modal,
.nt-light-theme .nt-modal-backdrop#nt-task-drag-tutorial-modal,
body.nt-light-theme .nt-modal-backdrop#nt-task-drag-tutorial-modal {
  background: rgba(15, 23, 42, 0.5) !important;
}
html.nt-light-theme .nt-modal-backdrop#nt-task-drag-tutorial-modal .nt-tutorial-modal-dialog,
.nt-light-theme .nt-modal-backdrop#nt-task-drag-tutorial-modal .nt-tutorial-modal-dialog,
body.nt-light-theme .nt-modal-backdrop#nt-task-drag-tutorial-modal .nt-tutorial-modal-dialog {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}
html.nt-light-theme .nt-tab-floating-popover,
.nt-light-theme .nt-tab-floating-popover,
body.nt-light-theme .nt-tab-floating-popover {
  background: #FFFFFF !important;
  color: #0F172A !important;
  border: 1px solid #CBD5E1 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-tab-floating-popover .popover-badge,
.nt-light-theme .nt-tab-floating-popover .popover-badge,
body.nt-light-theme .nt-tab-floating-popover .popover-badge {
  color: #0284C7 !important;
  background: #E0F2FE !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  display: inline-block !important;
  width: fit-content !important;
}
html.nt-light-theme .nt-tab-floating-popover .popover-title,
.nt-light-theme .nt-tab-floating-popover .popover-title,
body.nt-light-theme .nt-tab-floating-popover .popover-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-tab-floating-popover .popover-count,
.nt-light-theme .nt-tab-floating-popover .popover-count,
body.nt-light-theme .nt-tab-floating-popover .popover-count {
  color: #64748B !important;
}
html.nt-light-theme .nt-tab-floating-popover::before,
.nt-light-theme .nt-tab-floating-popover::before,
body.nt-light-theme .nt-tab-floating-popover::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: #CBD5E1;
}
html.nt-light-theme .nt-tab-floating-popover::after,
.nt-light-theme .nt-tab-floating-popover::after,
body.nt-light-theme .nt-tab-floating-popover::after {
  border-top-color: #FFFFFF !important;
}
html.nt-light-theme .nt-task-drag-floating-ghost,
.nt-light-theme .nt-task-drag-floating-ghost,
body.nt-light-theme .nt-task-drag-floating-ghost {
  background: #FFFFFF !important;
  border: 1.5px solid #0284C7 !important;
  border-radius: 8px !important;
  color: #0F172A !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  box-shadow: 0 10px 25px rgba(2, 132, 199, 0.22), 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  opacity: 1 !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 14px;
}
html.nt-light-theme .nt-task-drag-floating-ghost .ghost-grip,
.nt-light-theme .nt-task-drag-floating-ghost .ghost-grip,
body.nt-light-theme .nt-task-drag-floating-ghost .ghost-grip {
  color: #64748B !important;
  font-size: 13px;
  letter-spacing: -1px;
  opacity: 0.8;
  display: inline-flex;
  align-items: center;
  user-select: none;
}
html.nt-light-theme .nt-task-drag-floating-ghost .ghost-name,
.nt-light-theme .nt-task-drag-floating-ghost .ghost-name,
body.nt-light-theme .nt-task-drag-floating-ghost .ghost-name {
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0F172A !important;
  font-weight: 600;
}
html.nt-light-theme .nt-task-drag-floating-ghost .ghost-badge,
.nt-light-theme .nt-task-drag-floating-ghost .ghost-badge,
body.nt-light-theme .nt-task-drag-floating-ghost .ghost-badge {
  font-size: 11px;
  background: #E0F2FE !important;
  color: #0284C7 !important;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
html.nt-light-theme #goal-ai-diagnosis-backdrop,
.nt-light-theme #goal-ai-diagnosis-backdrop,
body.nt-light-theme #goal-ai-diagnosis-backdrop {
  background: rgba(15, 23, 42, 0.45) !important;
}
html.nt-light-theme #goal-ai-diagnosis-modal,
html.nt-light-theme .nt-goal-ai-diagnosis-modal,
.nt-light-theme #goal-ai-diagnosis-modal,
.nt-light-theme .nt-goal-ai-diagnosis-modal,
body.nt-light-theme #goal-ai-diagnosis-modal,
body.nt-light-theme .nt-goal-ai-diagnosis-modal {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 20px 30px -5px rgba(15, 23, 42, 0.15) !important;
}
html.nt-light-theme #goal-ai-diagnosis-modal .drawer-header,
html.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-header,
.nt-light-theme #goal-ai-diagnosis-modal .drawer-header,
.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-header,
body.nt-light-theme #goal-ai-diagnosis-modal .drawer-header,
body.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-header {
  border-bottom: 1px solid #F1F5F9 !important;
  background: #FFFFFF !important;
}
html.nt-light-theme #goal-ai-diagnosis-modal .drawer-title,
html.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-title,
.nt-light-theme #goal-ai-diagnosis-modal .drawer-title,
.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-title,
body.nt-light-theme #goal-ai-diagnosis-modal .drawer-title,
body.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-title {
  color: #0F172A !important;
}
html.nt-light-theme #goal-ai-diagnosis-modal .drawer-subtitle,
html.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-subtitle,
.nt-light-theme #goal-ai-diagnosis-modal .drawer-subtitle,
.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-subtitle,
body.nt-light-theme #goal-ai-diagnosis-modal .drawer-subtitle,
body.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-subtitle {
  color: #64748B !important;
}
html.nt-light-theme #goal-ai-diagnosis-modal .drawer-close,
html.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-close,
.nt-light-theme #goal-ai-diagnosis-modal .drawer-close,
.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-close,
body.nt-light-theme #goal-ai-diagnosis-modal .drawer-close,
body.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-close {
  color: #64748B !important;
}
html.nt-light-theme #goal-ai-diagnosis-modal .drawer-close:hover,
html.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-close:hover,
.nt-light-theme #goal-ai-diagnosis-modal .drawer-close:hover,
.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-close:hover,
body.nt-light-theme #goal-ai-diagnosis-modal .drawer-close:hover,
body.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-close:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
}
html.nt-light-theme #goal-ai-diagnosis-modal .drawer-footer,
html.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-footer,
.nt-light-theme #goal-ai-diagnosis-modal .drawer-footer,
.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-footer,
body.nt-light-theme #goal-ai-diagnosis-modal .drawer-footer,
body.nt-light-theme .nt-goal-ai-diagnosis-modal .drawer-footer {
  border-top: 1px solid #F1F5F9 !important;
  background: #FFFFFF !important;
}
html.nt-light-theme #goal-ai-diagnosis-modal #ai-diag-footer-note,
html.nt-light-theme .nt-goal-ai-diagnosis-modal #ai-diag-footer-note,
.nt-light-theme #goal-ai-diagnosis-modal #ai-diag-footer-note,
.nt-light-theme .nt-goal-ai-diagnosis-modal #ai-diag-footer-note,
body.nt-light-theme #goal-ai-diagnosis-modal #ai-diag-footer-note,
body.nt-light-theme .nt-goal-ai-diagnosis-modal #ai-diag-footer-note {
  color: #64748B !important;
}
html.nt-light-theme #goal-ai-diagnosis-modal .nt-modal__btn--secondary,
html.nt-light-theme .nt-goal-ai-diagnosis-modal .nt-modal__btn--secondary,
.nt-light-theme #goal-ai-diagnosis-modal .nt-modal__btn--secondary,
.nt-light-theme .nt-goal-ai-diagnosis-modal .nt-modal__btn--secondary,
body.nt-light-theme #goal-ai-diagnosis-modal .nt-modal__btn--secondary,
body.nt-light-theme .nt-goal-ai-diagnosis-modal .nt-modal__btn--secondary {
  background: #F1F5F9 !important;
  color: #475569 !important;
  border: 1px solid #CBD5E1 !important;
}
html.nt-light-theme #goal-ai-diagnosis-modal .nt-modal__btn--secondary:hover,
html.nt-light-theme .nt-goal-ai-diagnosis-modal .nt-modal__btn--secondary:hover,
.nt-light-theme #goal-ai-diagnosis-modal .nt-modal__btn--secondary:hover,
.nt-light-theme .nt-goal-ai-diagnosis-modal .nt-modal__btn--secondary:hover,
body.nt-light-theme #goal-ai-diagnosis-modal .nt-modal__btn--secondary:hover,
body.nt-light-theme .nt-goal-ai-diagnosis-modal .nt-modal__btn--secondary:hover {
  background: #E2E8F0 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-ai-loading-spinner,
.nt-light-theme .nt-ai-loading-spinner,
body.nt-light-theme .nt-ai-loading-spinner {
  border-color: rgba(139, 92, 246, 0.2) !important;
  border-top-color: #8B5CF6 !important;
  border-right-color: #0EA5E9 !important;
}
html.nt-light-theme #ai-diagnosis-loading h4,
.nt-light-theme #ai-diagnosis-loading h4,
body.nt-light-theme #ai-diagnosis-loading h4 {
  color: #0F172A !important;
}
html.nt-light-theme #ai-diagnosis-loading p,
.nt-light-theme #ai-diagnosis-loading p,
body.nt-light-theme #ai-diagnosis-loading p {
  color: #64748B !important;
}
html.nt-light-theme .nt-ai-diagnosis-hero-card,
.nt-light-theme .nt-ai-diagnosis-hero-card,
body.nt-light-theme .nt-ai-diagnosis-hero-card {
  background: linear-gradient(135deg, #F5F3FF 0%, #F0F9FF 100%) !important;
  border: 1px solid #DDD6FE !important;
}
html.nt-light-theme .nt-ai-diagnosis-hero-card .nt-ai-diagnosis-hero-info .nt-ai-summary-text,
.nt-light-theme .nt-ai-diagnosis-hero-card .nt-ai-diagnosis-hero-info .nt-ai-summary-text,
body.nt-light-theme .nt-ai-diagnosis-hero-card .nt-ai-diagnosis-hero-info .nt-ai-summary-text {
  color: #1E293B !important;
}
html.nt-light-theme .nt-ai-diagnosis-score-box,
.nt-light-theme .nt-ai-diagnosis-score-box,
body.nt-light-theme .nt-ai-diagnosis-score-box {
  background: #FFFFFF !important;
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.14) !important;
}
html.nt-light-theme .nt-ai-diagnosis-score-box .nt-ai-score-num,
.nt-light-theme .nt-ai-diagnosis-score-box .nt-ai-score-num,
body.nt-light-theme .nt-ai-diagnosis-score-box .nt-ai-score-num {
  color: #0F172A;
}
html.nt-light-theme .nt-ai-diagnosis-score-box .nt-ai-score-sub,
.nt-light-theme .nt-ai-diagnosis-score-box .nt-ai-score-sub,
body.nt-light-theme .nt-ai-diagnosis-score-box .nt-ai-score-sub {
  color: #6D28D9 !important;
}
html.nt-light-theme .nt-ai-status-badge--ontrack,
.nt-light-theme .nt-ai-status-badge--ontrack,
body.nt-light-theme .nt-ai-status-badge--ontrack {
  background: #DCFCE7 !important;
  color: #15803D !important;
  border-color: #BBF7D0 !important;
}
html.nt-light-theme .nt-ai-status-badge--attention,
.nt-light-theme .nt-ai-status-badge--attention,
body.nt-light-theme .nt-ai-status-badge--attention {
  background: #FEF3C7 !important;
  color: #B45309 !important;
  border-color: #FDE68A !important;
}
html.nt-light-theme .nt-ai-status-badge--critical,
.nt-light-theme .nt-ai-status-badge--critical,
body.nt-light-theme .nt-ai-status-badge--critical {
  background: #FEE2E2 !important;
  color: #B91C1C !important;
  border-color: #FECACA !important;
}
html.nt-light-theme .nt-ai-status-badge--completed,
.nt-light-theme .nt-ai-status-badge--completed,
body.nt-light-theme .nt-ai-status-badge--completed {
  background: #E0F2FE !important;
  color: #0369A1 !important;
  border-color: #BAE6FD !important;
}
html.nt-light-theme .nt-ai-meta-tag,
.nt-light-theme .nt-ai-meta-tag,
body.nt-light-theme .nt-ai-meta-tag {
  background: #FFFFFF !important;
  color: #475569 !important;
  border: 1px solid #CBD5E1 !important;
}
html.nt-light-theme .nt-ai-card,
.nt-light-theme .nt-ai-card,
body.nt-light-theme .nt-ai-card {
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-ai-card__title,
.nt-light-theme .nt-ai-card__title,
body.nt-light-theme .nt-ai-card__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-ai-card__text,
.nt-light-theme .nt-ai-card__text,
body.nt-light-theme .nt-ai-card__text {
  color: #334155 !important;
}
html.nt-light-theme .nt-ai-bottleneck-item,
.nt-light-theme .nt-ai-bottleneck-item,
body.nt-light-theme .nt-ai-bottleneck-item {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-ai-bottleneck-item--danger,
.nt-light-theme .nt-ai-bottleneck-item--danger,
body.nt-light-theme .nt-ai-bottleneck-item--danger {
  background: #FEF2F2 !important;
  border-left: 4px solid #EF4444 !important;
  border-color: #FEE2E2 !important;
  border-left-color: #EF4444 !important;
}
html.nt-light-theme .nt-ai-bottleneck-item--warning,
.nt-light-theme .nt-ai-bottleneck-item--warning,
body.nt-light-theme .nt-ai-bottleneck-item--warning {
  background: #FFFBEB !important;
  border-left: 4px solid #F59E0B !important;
  border-color: #FEF3C7 !important;
  border-left-color: #F59E0B !important;
}
html.nt-light-theme .nt-ai-bottleneck-item--info,
.nt-light-theme .nt-ai-bottleneck-item--info,
body.nt-light-theme .nt-ai-bottleneck-item--info {
  background: #F0F9FF !important;
  border-left: 4px solid #0284C7 !important;
  border-color: #E0F2FE !important;
  border-left-color: #0284C7 !important;
}
html.nt-light-theme .nt-ai-bottleneck-item__title,
.nt-light-theme .nt-ai-bottleneck-item__title,
body.nt-light-theme .nt-ai-bottleneck-item__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-ai-bottleneck-item__desc,
.nt-light-theme .nt-ai-bottleneck-item__desc,
body.nt-light-theme .nt-ai-bottleneck-item__desc {
  color: #64748B !important;
}
html.nt-light-theme #ai-diag-kpi-suggestion-box > div,
.nt-light-theme #ai-diag-kpi-suggestion-box > div,
body.nt-light-theme #ai-diag-kpi-suggestion-box > div {
  background: #F0F9FF !important;
  border: 1px solid #BAE6FD !important;
}
html.nt-light-theme #ai-diag-kpi-suggestion-box > div strong,
.nt-light-theme #ai-diag-kpi-suggestion-box > div strong,
body.nt-light-theme #ai-diag-kpi-suggestion-box > div strong {
  color: #0284C7 !important;
}
html.nt-light-theme #ai-diag-kpi-suggestion-box > div span,
.nt-light-theme #ai-diag-kpi-suggestion-box > div span,
body.nt-light-theme #ai-diag-kpi-suggestion-box > div span {
  color: #475569 !important;
}
html.nt-light-theme .nt-ai-action-item,
.nt-light-theme .nt-ai-action-item,
body.nt-light-theme .nt-ai-action-item {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-ai-action-item:hover,
.nt-light-theme .nt-ai-action-item:hover,
body.nt-light-theme .nt-ai-action-item:hover {
  background: #F5F3FF !important;
  border-color: #C4B5FD !important;
}
html.nt-light-theme .nt-ai-action-item__title,
.nt-light-theme .nt-ai-action-item__title,
body.nt-light-theme .nt-ai-action-item__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-ai-action-item__desc,
.nt-light-theme .nt-ai-action-item__desc,
body.nt-light-theme .nt-ai-action-item__desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-ai-action-item__btn-add,
.nt-light-theme .nt-ai-action-item__btn-add,
body.nt-light-theme .nt-ai-action-item__btn-add {
  background: #EDE9FE !important;
  color: #6D28D9 !important;
  border: 1px solid #DDD6FE !important;
}
html.nt-light-theme .nt-ai-action-item__btn-add:hover,
.nt-light-theme .nt-ai-action-item__btn-add:hover,
body.nt-light-theme .nt-ai-action-item__btn-add:hover {
  background: #7C3AED !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-ai-action-item__btn-add.is-added,
.nt-light-theme .nt-ai-action-item__btn-add.is-added,
body.nt-light-theme .nt-ai-action-item__btn-add.is-added {
  background: #DCFCE7 !important;
  color: #15803D !important;
  border-color: #BBF7D0 !important;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-security__layout {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 16px;
  align-items: start;
}

.nt-security__col-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.nt-security__col-side {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.nt-security-action-card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nt-security-action-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-security-action-card__info {
  flex: 1;
  min-width: 0;
}
.nt-security-action-card__title {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 4px;
}
.nt-security-action-card__subtitle {
  font-size: 12px;
  color: #8B949E;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nt-security-action-card__btn {
  flex-shrink: 0;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.25s ease;
}
.nt-security-action-card__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.nt-security-action-card:first-child {
  background: #3B0003;
  border: none;
  border-radius: 12px;
  padding: 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  gap: 0 16px;
  align-items: center;
}
.nt-security-action-card:first-child .nt-security-action-card__title {
  font-size: 1rem;
  margin: 0;
}
.nt-security-action-card:first-child .nt-security-action-card__subtitle {
  grid-row: 2;
  grid-column: 1/-1;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0.5rem 0 0 0;
}
.nt-security-action-card:first-child .nt-security-action-card__btn {
  background: #ffffff;
  color: #000000;
  border: none;
  border-radius: 10px;
  padding: 1rem 5rem;
  font-size: 1rem;
  font-weight: 700;
  grid-row: 1/3;
  grid-column: 3;
  align-self: center;
}
.nt-security-action-card:nth-child(2) {
  background: #0B0D12;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 18px 20px;
}
.nt-security-action-card:nth-child(2) .nt-security-action-card__title {
  font-size: 0.9375rem;
}
.nt-security-action-card:nth-child(2) .nt-security-action-card__subtitle {
  font-size: 0.8125rem;
}
.nt-security-action-card:nth-child(2) .nt-security-action-card__btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 8px;
  font-size: 0.875rem;
}

.nt-security-action-card__icon--red {
  background: #FC3640;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #3B0003;
}
.nt-security-action-card__icon--red svg {
  fill: #3B0003;
  width: 24px;
  height: 24px;
}

.nt-security-action-card__icon--blue {
  background: #192540;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  color: #229AD6;
}
.nt-security-action-card__icon--blue svg {
  stroke: #229AD6;
  width: 20px;
  height: 20px;
}

.nt-security-2fa-card {
  background: #0B0D12;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nt-security-2fa-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #192540;
  color: #229AD6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-security-2fa-card__icon svg {
  stroke: #229AD6;
  width: 20px;
  height: 20px;
}
.nt-security-2fa-card__info {
  flex: 1;
  min-width: 0;
}
.nt-security-2fa-card__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 4px;
}
.nt-security-2fa-card__subtitle {
  font-size: 0.8125rem;
  color: #8B949E;
  margin: 0;
  line-height: 1.5;
}

.nt-security-toggle {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
  flex-shrink: 0;
  cursor: pointer;
}
.nt-security-toggle__input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.nt-security-toggle__input:checked + .nt-security-toggle__slider {
  background: #219653;
}
.nt-security-toggle__input:checked + .nt-security-toggle__slider::before {
  transform: translateX(20px);
}
.nt-security-toggle__slider {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 26px;
  transition: background 0.25s ease;
}
.nt-security-toggle__slider::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 3px;
  top: 3px;
  background: #FFFFFF;
  border-radius: 50%;
  transition: transform 0.25s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.nt-security-sessions {
  background: #0B0D12;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 20px;
}
.nt-security-sessions__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 12px;
}
.nt-security-sessions__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-security-sessions__title::before {
  display: none;
}
.nt-security-sessions__terminate-all {
  background: transparent;
  border: none;
  color: #FF716C;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
  font-family: "Inter", sans-serif;
  transition: opacity 0.25s ease;
}
.nt-security-sessions__terminate-all:hover {
  opacity: 0.75;
}
.nt-security-sessions__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nt-security-sessions__loading {
  font-size: 13px;
  color: #8B949E;
  padding: 8px 0;
}

.nt-security-session-item {
  background: #191B1F;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  padding: 14px 16px;
  margin-top: 6px;
  border-left: 3px solid transparent;
  display: flex;
  align-items: center;
  gap: 12px;
}

.nt-security-session-item__info {
  flex: 1;
  min-width: 0;
}

.nt-security-session-item__device-icon svg {
  stroke: none;
  fill: #A3AAC4;
}

.nt-security-session-item__name {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 600;
}

.nt-security-session-item__name-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.nt-security-session-item__meta {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
}

.nt-security-session-item--current {
  background: #00120A;
  border-left: 3px solid #69F6B8;
}

.nt-security-session-item--current .nt-security-session-item__device-icon svg {
  color: #69F6B8;
}

.nt-security-session-item__badge-current {
  background: rgba(0, 108, 73, 0.2);
  color: #69F6B8;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 2px;
  text-transform: uppercase;
}

.nt-security-session-item__status--active {
  color: #69F6B8;
  font-size: 0.75rem;
  margin-left: auto;
}

.nt-security-session-item__terminate-btn {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-security-session-item__terminate-btn:hover {
  color: #FF4444;
}

.nt-security-history {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 16px;
}
.nt-security-history__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.nt-security-history__header svg {
  width: 16px;
  height: 16px;
}
.nt-security-history__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-security-history__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  max-height: 180px;
  overflow-y: auto;
}
.nt-security-history__list::-webkit-scrollbar {
  width: 6px;
}
.nt-security-history__list::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-security-history__list::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}
.nt-security-history__loading {
  font-size: 12px;
  color: #8B949E;
  padding: 8px 0;
}
.nt-security-history__load-more {
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: #8B949E;
  font-size: 12px;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-security-history__load-more:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
}
.nt-security-history .nt-security-map {
  margin: 12px -16px -16px -16px;
  border: none;
  border-radius: 0 0 12px 12px;
}

.nt-security-history-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 6px;
  border-radius: 6px;
  transition: background 0.25s ease;
}
.nt-security-history-item:hover {
  background: rgba(255, 255, 255, 0.03);
}
.nt-security-history-item__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 6px;
}
.nt-security-history-item__dot--success {
  background: #69F6B8;
  box-shadow: 0 0 6px 2px rgba(105, 246, 184, 0.4);
}
.nt-security-history-item__dot--failed {
  background: #EF4444;
  box-shadow: 0 0 6px 2px rgba(239, 68, 68, 0.4);
}
.nt-security-history-item__dot--blocked {
  background: #EF4444;
  box-shadow: 0 0 6px 2px rgba(239, 68, 68, 0.4);
}
.nt-security-history-item__dot--changed {
  background: #FFB148;
  box-shadow: 0 0 6px 2px rgba(255, 177, 72, 0.4);
}
.nt-security-history-item__dot--info {
  background: #229AD6;
  box-shadow: 0 0 6px 2px rgba(34, 154, 214, 0.4);
}
.nt-security-history-item__text {
  flex: 1;
  min-width: 0;
}
.nt-security-history-item__desc {
  font-size: 0.8125rem;
  color: #FFFFFF;
  line-height: 1.4;
  margin: 0 0 6px;
}
.nt-security-history-item__date {
  font-size: 0.6875rem;
  color: #8B949E;
}

.nt-security-map {
  background: #0F1930;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.nt-security-map__container {
  height: 200px;
  position: relative;
  background: #0F1930;
}
.nt-security-map__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  color: #8B949E;
  font-size: 12px;
  text-align: center;
  padding: 16px;
  height: 100%;
}
.nt-security-map__placeholder-icon {
  opacity: 0.4;
}
.nt-security-map__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 40px 16px 16px 16px;
  background: linear-gradient(0deg, #0F1930 0%, rgba(15, 25, 48, 0) 100%);
  border-top: none;
}
.nt-security-map__label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #229AD6;
}
.nt-security-map__location {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
}

.leaflet-bottom, .leaflet-top {
  display: none;
}

.leaflet-container {
  background: #0F1930;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
}
.nt-modal-backdrop.is-open {
  display: flex;
}

.nt-modal-setting {
  max-width: 500px;
  border-radius: 16px;
  border: 1px solid #1C212B;
  background: #030303;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.nt-modal-setting .nt-modal__header {
  padding: 32px 32px 24px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.nt-modal-setting .nt-modal__header-info {
  flex: 1;
  padding-right: 16px;
}
.nt-modal-setting .nt-modal__header-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: rgba(57, 184, 253, 0.1019607843);
  border: none;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-modal-setting .nt-modal__title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-bottom: 2px;
}
.nt-modal-setting .nt-modal__subtitle {
  font-size: 15px;
  color: #8B949E;
  margin-top: 2px;
  line-height: 1.4;
}
.nt-modal-setting .nt-modal__body {
  padding: 0 32px 24px 32px;
}
.nt-modal-setting .nt-modal__field {
  margin-bottom: 28px;
}
.nt-modal-setting .nt-modal__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #8B949E;
  margin-bottom: 8px;
  text-transform: uppercase;
  display: block;
}
.nt-modal-setting .nt-modal__input {
  background: #11141A;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.nt-modal-setting .nt-modal__input::placeholder {
  color: #4C5564;
  font-size: 14px;
}
.nt-modal-setting .nt-modal__input:disabled {
  background: #11141A;
  border-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.45);
}
.nt-modal-setting .nt-modal__input:focus:not(:disabled) {
  border-color: #229AD6;
  box-shadow: 0 0 0 3px rgba(34, 154, 214, 0.15);
  outline: none;
}
.nt-modal-setting__password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.nt-modal-setting__password-wrapper .nt-modal__input {
  padding-right: 48px;
}
.nt-modal-setting__eye-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #94A3B8;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.nt-modal-setting__eye-toggle svg {
  width: 22px;
  height: 15px;
}
.nt-modal-setting__eye-toggle:hover {
  color: #ffffff;
}
.nt-modal-setting__requirements {
  background: rgba(64, 72, 93, 0.1019607843);
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  margin-bottom: 20px;
}
.nt-modal-setting__requirements .nt-modal__label {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  display: block;
}
.nt-modal-setting__requirement {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #8B949E;
  transition: color 0.2s;
}
.nt-modal-setting__requirement .nt-req-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.nt-modal-setting__requirement span {
  font-size: 15px;
  font-weight: 400;
}
.nt-modal-setting__requirement--valid {
  color: #69F6B8;
}
.nt-modal-setting__requirement--valid span {
  color: #69F6B8;
}
.nt-modal-setting__requirement--invalid {
  color: #FF6B6B;
}
.nt-modal-setting__requirement--invalid span {
  color: #FF6B6B;
}
.nt-modal-setting__error {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: #FF716C;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 20px;
  display: none;
}
.nt-modal-setting__success {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.2);
  color: #69F6B8;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 20px;
  display: none;
}
.nt-modal-setting .nt-modal__footer {
  padding: 0 32px 32px 32px;
  border-top: none;
  display: flex;
  gap: 16px;
  width: 100%;
}
.nt-modal-setting .nt-modal__cancel-btn {
  flex: 1;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.nt-modal-setting .nt-modal__cancel-btn:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.15);
}
.nt-modal-setting .nt-modal__save-btn {
  flex: 1;
  background: #00527A;
  border: none;
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
  padding: 14px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.nt-modal-setting .nt-modal__save-btn:hover {
  background: #0077b6;
}
.nt-modal-setting .nt-modal__save-btn:disabled {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

/* ==========================================================================
   Estúdio de Avatar Premium - Modal & Componentes
   ========================================================================== */
.nt-avatar-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12px);
  z-index: 9998;
  display: none; /* Controlado via JS */
  align-items: center;
  justify-content: center;
  padding: 16px;
  transition: all 0.3s ease;
}

.nt-avatar-modal {
  width: 100%;
  max-width: 650px;
  max-height: 90vh;
  max-height: 90svh;
  max-height: 90dvh;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0D0E12;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.nt-light-theme .nt-avatar-modal {
  background: #FFFFFF;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.nt-avatar-modal {
  /* HEADER */
}
.nt-avatar-modal__header {
  padding: 24px 28px 18px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.nt-light-theme .nt-avatar-modal__header {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.nt-avatar-modal__header-info {
  flex: 1;
  padding-right: 16px;
}
.nt-avatar-modal__title {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}
.nt-light-theme .nt-avatar-modal__title {
  color: #1A202C;
}
.nt-avatar-modal__subtitle {
  font-size: 13px;
  color: #8B949E;
  line-height: 1.4;
}
.nt-light-theme .nt-avatar-modal__subtitle {
  color: #718096;
}
.nt-avatar-modal__close-btn {
  background: transparent;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.nt-avatar-modal__close-btn:hover {
  color: #FFFFFF;
}
.nt-light-theme .nt-avatar-modal__close-btn:hover {
  color: #1A202C;
}
.nt-avatar-modal {
  /* BODY */
}
.nt-avatar-modal__body {
  padding: 24px 28px 28px;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.nt-avatar-modal {
  /* FOOTER */
}
.nt-avatar-modal__footer {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  width: 100%;
  justify-content: flex-end;
}
.nt-avatar-modal__cancel-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.nt-avatar-modal__cancel-btn:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.15);
}
.nt-light-theme .nt-avatar-modal__cancel-btn {
  border-color: #E2E8F0;
  color: #4A5568;
}
.nt-light-theme .nt-avatar-modal__cancel-btn:hover {
  background: #F7FAFC;
  border-color: #CBD5E0;
}
.nt-avatar-modal__save-btn {
  background: #4F46E5;
  border: none;
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.nt-avatar-modal__save-btn:hover {
  background: #4338CA;
}
.nt-avatar-modal__save-btn:disabled {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.25);
  cursor: not-allowed;
}
.nt-light-theme .nt-avatar-modal__save-btn:disabled {
  background: #E2E8F0;
  color: #A0AEC0;
}

/* TELA DE SELEÇÁO (TELA 1) */
.nt-avatar-screen {
  display: none;
  flex-direction: column;
  flex: 1;
}
.nt-avatar-screen.is-active {
  display: flex;
}

.nt-avatar-options-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  width: 100%;
  margin: auto 0;
}

.nt-avatar-option-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.25s ease;
}
.nt-avatar-option-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.nt-light-theme .nt-avatar-option-card {
  background: #F7FAFC;
  border-color: #E2E8F0;
}
.nt-light-theme .nt-avatar-option-card:hover {
  background: #EDF2F7;
  border-color: #CBD5E0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.nt-avatar-option-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.nt-avatar-option-card__icon--blue {
  background: rgba(59, 130, 246, 0.1);
  color: #3B82F6;
}
.nt-avatar-option-card__icon--purple {
  background: rgba(139, 92, 246, 0.1);
  color: #8B5CF6;
}
.nt-avatar-option-card__icon--amber {
  background: rgba(245, 158, 11, 0.1);
  color: #F59E0B;
}
.nt-avatar-option-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.nt-light-theme .nt-avatar-option-card__title {
  color: #2D3748;
}
.nt-avatar-option-card__desc {
  font-size: 12px;
  color: #8B949E;
  line-height: 1.4;
  margin-bottom: 20px;
  flex: 1;
}
.nt-light-theme .nt-avatar-option-card__desc {
  color: #4A5568;
}
.nt-avatar-option-card__btn {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: filter 0.2s;
}
.nt-avatar-option-card__btn:hover {
  filter: brightness(1.1);
}
.nt-avatar-option-card__btn--blue {
  background: #3B82F6;
}
.nt-avatar-option-card__btn--purple {
  background: #8B5CF6;
}
.nt-avatar-option-card__btn--amber {
  background: #F59E0B;
}

/* TELA DE CORTE (TELA 2) */
.nt-avatar-crop-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.nt-avatar-crop-wrapper {
  width: 100%;
  height: 300px;
  background: #08090C;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.nt-avatar-crop-wrapper img {
  max-width: 100%;
  display: block;
}
.nt-light-theme .nt-avatar-crop-wrapper {
  background: #F7FAFC;
  border-color: #E2E8F0;
}

.cropper-view-box,
.cropper-face {
  border-radius: 50%;
}

.nt-avatar-crop-controls {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.nt-avatar-control-zoom-group {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 320px;
}

.nt-zoom-icon {
  color: #8B949E;
  flex-shrink: 0;
}

.nt-avatar-zoom-slider {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  outline: none;
}
.nt-avatar-zoom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4F46E5;
  cursor: pointer;
  transition: transform 0.15s;
}
.nt-avatar-zoom-slider::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}
.nt-light-theme .nt-avatar-zoom-slider {
  background: #E2E8F0;
}

.nt-avatar-crop-buttons {
  display: flex;
  gap: 8px;
}

.nt-avatar-crop-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  color: #FFFFFF;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
}
.nt-avatar-crop-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
.nt-light-theme .nt-avatar-crop-btn {
  background: #FFFFFF;
  border-color: #CBD5E0;
  color: #2D3748;
}
.nt-light-theme .nt-avatar-crop-btn:hover {
  background: #F7FAFC;
}

/* TELA DE CHAT IA (TELA 3) */
.nt-avatar-ai-studio {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #08090C;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  height: 380px;
  overflow: hidden;
}
.nt-light-theme .nt-avatar-ai-studio {
  background: #F7FAFC;
  border-color: #E2E8F0;
}

.nt-avatar-chat-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 16px;
}

.nt-avatar-chat-messages {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
}

.nt-avatar-chat-bubble {
  display: flex;
  gap: 12px;
  max-width: 85%;
}
.nt-avatar-chat-bubble--assistant {
  align-self: flex-start;
}
.nt-avatar-chat-bubble--assistant .nt-avatar-chat-bubble__content {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #FFFFFF;
  border-bottom-left-radius: 4px;
}
.nt-light-theme .nt-avatar-chat-bubble--assistant .nt-avatar-chat-bubble__content {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #2D3748;
}
.nt-avatar-chat-bubble--user {
  align-self: flex-end;
  flex-direction: row-reverse;
}
.nt-avatar-chat-bubble--user .nt-avatar-chat-bubble__content {
  background: #4F46E5;
  color: #FFFFFF;
  border-bottom-right-radius: 4px;
}
.nt-avatar-chat-bubble__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.nt-light-theme .nt-avatar-chat-bubble__avatar {
  background: #E2E8F0;
}
.nt-avatar-chat-bubble__content {
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13.5px;
  line-height: 1.5;
}
.nt-avatar-chat-bubble__content p {
  margin-bottom: 8px;
}
.nt-avatar-chat-bubble__content p:last-child {
  margin-bottom: 0;
}

.nt-avatar-suggestion-tip {
  font-size: 11.5px;
  color: #8B949E;
  margin-top: 6px;
  border-left: 2px solid #8B5CF6;
  padding-left: 8px;
}
.nt-light-theme .nt-avatar-suggestion-tip {
  color: #718096;
}

/* PREVIEW DA IMAGEM GERADA NO CHAT */
.nt-avatar-chat-preview-wrap {
  width: 180px;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  margin: 12px 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: #000000;
}

.nt-avatar-chat-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nt-avatar-chat-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.nt-avatar-chat-action-btn {
  border: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  transition: filter 0.2s;
}
.nt-avatar-chat-action-btn:hover {
  filter: brightness(1.1);
}
.nt-avatar-chat-action-btn--approve {
  background: #10B981;
}
.nt-avatar-chat-action-btn--retry {
  background: #4F46E5;
}
.nt-avatar-chat-action-btn--cancel {
  background: #EF4444;
}

/* INPUT DO CHAT */
.nt-avatar-chat-input-area {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.2);
  padding: 12px;
}
.nt-light-theme .nt-avatar-chat-input-area {
  border-top-color: #E2E8F0;
  background: #F7FAFC;
}

.nt-avatar-chat-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 10px 14px;
  color: #FFFFFF;
  font-size: 13px;
  outline: none;
}
.nt-avatar-chat-input:focus {
  border-color: #8B5CF6;
}
.nt-light-theme .nt-avatar-chat-input {
  background: #FFFFFF;
  border-color: #CBD5E0;
  color: #2D3748;
}
.nt-light-theme .nt-avatar-chat-input:focus {
  border-color: #4F46E5;
}

.nt-avatar-chat-send-btn {
  background: #8B5CF6;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  margin-left: 8px;
  transition: background 0.2s;
}
.nt-avatar-chat-send-btn:hover {
  background: #7C3AED;
}

/* SPINNER DE CARREGAMENTO IA */
.nt-avatar-ai-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  width: 100%;
  gap: 12px;
}
.nt-avatar-ai-loader__spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(139, 92, 246, 0.1);
  border-top-color: #8B5CF6;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
.nt-avatar-ai-loader__text {
  font-size: 12.5px;
  color: #8B949E;
}
.nt-light-theme .nt-avatar-ai-loader__text {
  color: #718096;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* TELA DE TRANSFORMAÇÁO (TELA 4) */
.nt-avatar-ai-transform {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nt-avatar-section-title-small {
  font-size: 13.5px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.nt-light-theme .nt-avatar-section-title-small {
  color: #2D3748;
}

.nt-avatar-source-options {
  display: flex;
  gap: 16px;
  margin-bottom: 12px;
}

.nt-avatar-source-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #8B949E;
  cursor: pointer;
}
.nt-avatar-source-label.is-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.nt-avatar-source-label input[type=radio] {
  accent-color: #4F46E5;
}
.nt-light-theme .nt-avatar-source-label {
  color: #4A5568;
}

.nt-avatar-transform-file-upload {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.nt-avatar-transform-upload-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: #FFFFFF;
  padding: 10px 16px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.nt-avatar-transform-upload-btn:hover {
  background: rgba(255, 255, 255, 0.06);
}
.nt-light-theme .nt-avatar-transform-upload-btn {
  background: #FFFFFF;
  border-color: #CBD5E0;
  color: #2D3748;
}
.nt-light-theme .nt-avatar-transform-upload-btn:hover {
  background: #F7FAFC;
}

.nt-avatar-transform-filename {
  font-size: 12px;
  color: #8B949E;
}
.nt-light-theme .nt-avatar-transform-filename {
  color: #718096;
}

.nt-avatar-theme-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%;
}

.nt-avatar-theme-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.nt-avatar-theme-card:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
}
.nt-avatar-theme-card.is-selected {
  background: rgba(79, 70, 229, 0.08);
  border-color: #4F46E5;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.2);
}
.nt-light-theme .nt-avatar-theme-card {
  background: #F7FAFC;
  border-color: #E2E8F0;
}
.nt-light-theme .nt-avatar-theme-card:hover {
  background: #EDF2F7;
}
.nt-light-theme .nt-avatar-theme-card.is-selected {
  background: rgba(79, 70, 229, 0.05);
  border-color: #4F46E5;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.1);
}
.nt-avatar-theme-card__icon {
  font-size: 22px;
  flex-shrink: 0;
}
.nt-avatar-theme-card__info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.nt-avatar-theme-card__title {
  font-size: 13.5px;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-light-theme .nt-avatar-theme-card__title {
  color: #2D3748;
}
.nt-avatar-theme-card__desc {
  font-size: 11.5px;
  color: #8B949E;
  line-height: 1.4;
}
.nt-light-theme .nt-avatar-theme-card__desc {
  color: #718096;
}

.nt-avatar-custom-theme-input-wrap {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nt-avatar-custom-theme-label {
  font-size: 11.5px;
  font-weight: 700;
  color: #8B949E;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.nt-light-theme .nt-avatar-custom-theme-label {
  color: #718096;
}

.nt-avatar-custom-theme-input {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
  color: #FFFFFF;
  font-size: 13px;
  outline: none;
  transition: all 0.2s;
  width: 100%;
  box-sizing: border-box;
}
.nt-avatar-custom-theme-input:focus {
  border-color: #8B5CF6;
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.15);
}
.nt-light-theme .nt-avatar-custom-theme-input {
  background: #FFFFFF;
  border-color: #CBD5E0;
  color: #2D3748;
}
.nt-light-theme .nt-avatar-custom-theme-input:focus {
  border-color: #4F46E5;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.1);
}

/* ==========================================================================
   RESPONSIVIDADE (MEDIA QUERIES)
   ========================================================================== */
@media (max-width: 680px) {
  .nt-avatar-modal {
    max-width: 100%;
    max-height: 95vh;
    max-height: 95svh;
    max-height: 95dvh;
    border-radius: 16px;
  }
  .nt-avatar-options-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .nt-avatar-option-card {
    padding: 16px;
    flex-direction: row;
    text-align: left;
    gap: 14px;
  }
  .nt-avatar-option-card__icon {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
  }
  .nt-avatar-option-card__title {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .nt-avatar-option-card__desc {
    margin-bottom: 0;
    font-size: 11px;
  }
  .nt-avatar-option-card__btn {
    display: none; /* Em mobile, o clique em qualquer parte do card avança */
  }
  .nt-avatar-option-card {
    cursor: pointer;
  }
  .nt-avatar-theme-grid {
    grid-template-columns: 1fr;
  }
  .nt-avatar-ai-studio {
    height: 320px;
  }
  .nt-avatar-crop-wrapper {
    height: 240px;
  }
  .nt-avatar-modal__body {
    padding: 16px 20px;
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

/* ============================================
   VERIFY 2FA SECURITY — Tela de verificação
   2FA no contexto do Login (Tab Segurança)
   ============================================ */
.nt-verify2fa {
  /* Ajuste do subtítulo para centralizar melhor no contexto de código */
}
.nt-verify2fa .nt-auth__subtitle {
  text-align: center;
  margin-bottom: 24px;
}
.nt-verify2fa {
  /* Título centralizado */
}
.nt-verify2fa .nt-auth__title {
  text-align: center;
}
.nt-verify2fa {
  /* Ícone de verificação */
}
.nt-verify2fa__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.nt-verify2fa__icon i {
  font-size: 2.8rem;
  color: #0088CC;
  opacity: 0.85;
}
.nt-verify2fa {
  /* Espaçamento do timer oculto (usado pelo widget) */
}
.nt-verify2fa .nt-auth__timer {
  display: none;
}
.nt-verify2fa {
  /* Erro de código — centralizado */
}
.nt-verify2fa__code-error {
  color: #EF4444;
  font-size: 0.82rem;
  text-align: center;
  margin-top: 8px;
  min-height: 1.2em;
}
.nt-verify2fa {
  /* Footer com link de voltar */
}
.nt-verify2fa .nt-auth__footer {
  margin-top: 8px;
  margin-bottom: 0;
}
.nt-verify2fa {
  /* Botão ghost de reenviar */
}
.nt-verify2fa .nt-auth__submit--ghost {
  margin-bottom: 8px;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-notifications-card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 28px 24px 24px;
  margin-bottom: 30px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
}
.nt-notifications-card__header {
  margin-bottom: 24px;
}
.nt-notifications-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px 0;
}
.nt-notifications-card__title svg {
  color: #6366f1;
  flex-shrink: 0;
}
.nt-notifications-card__subtitle {
  color: #8B949E;
  font-size: 0.9rem;
  margin: 0;
}

.nt-notifications-section {
  margin-top: 28px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.nt-notifications-section:first-of-type {
  margin-top: 8px;
}
.nt-notifications-section__title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

.nt-notifications-status {
  background: #0B0D12;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: all 0.25s ease;
}
.nt-notifications-status__info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.nt-notifications-status__icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(0, 136, 204, 0.1);
  color: #0088CC;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-notifications-status__icon svg {
  width: 20px;
  height: 20px;
}
.nt-notifications-status__details {
  flex: 1;
  min-width: 0;
}
.nt-notifications-status__title {
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px 0;
  font-size: 0.9375rem;
}
.nt-notifications-status__text {
  font-size: 0.85rem;
  color: #8B949E;
  margin: 0;
  line-height: 1.4;
}
.nt-notifications-status__action {
  flex-shrink: 0;
}

.nt-notifications-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-notification-item {
  background: #0B0D12;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: all 0.25s ease;
}
.nt-notification-item__info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  padding-right: 16px;
  min-width: 0;
}
.nt-notification-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  color: #8B949E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.nt-notification-item__icon svg {
  width: 20px;
  height: 20px;
}
.nt-notification-item__details {
  flex: 1;
  min-width: 0;
}
.nt-notification-item__title {
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px 0;
  font-size: 0.9375rem;
}
.nt-notification-item__subtitle {
  font-size: 0.85rem;
  color: #8B949E;
  margin: 0;
  line-height: 1.4;
}
.nt-notification-item__control {
  flex-shrink: 0;
}
.nt-notification-item:hover {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.01);
}
.nt-notification-item:has(.nt-security-toggle__input:checked) {
  background: rgba(99, 102, 241, 0.03);
  border-color: rgba(99, 102, 241, 0.25);
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.05);
}
.nt-notification-item:has(.nt-security-toggle__input:checked) .nt-notification-item__icon {
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
}

html.nt-light-theme .nt-notifications-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-notifications-card__title {
  color: #1E293B;
}
html.nt-light-theme .nt-notifications-card__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-notifications-section {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-notifications-section__title {
  color: #1E293B;
}
html.nt-light-theme .nt-notifications-status {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-notifications-status__title {
  color: #1E293B;
}
html.nt-light-theme .nt-notifications-status__text {
  color: #64748B;
}
html.nt-light-theme .nt-notifications-status__icon {
  background: rgba(0, 136, 204, 0.08);
  color: #0088CC;
}
html.nt-light-theme .nt-notification-item {
  background: #FFFFFF;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-notification-item__title {
  color: #1E293B;
}
html.nt-light-theme .nt-notification-item__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-notification-item__icon {
  background: #F1F5F9;
  color: #64748B;
}
html.nt-light-theme .nt-notification-item:hover {
  border-color: #CBD5E1;
  background: #F8FAFC;
}
html.nt-light-theme .nt-notification-item:has(.nt-security-toggle__input:checked) {
  background: rgba(99, 102, 241, 0.04);
  border-color: rgba(99, 102, 241, 0.3);
}
html.nt-light-theme .nt-notification-item:has(.nt-security-toggle__input:checked) .nt-notification-item__icon {
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-personalization-card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 28px 24px 24px;
  margin-bottom: 30px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
}
.nt-personalization-card__header {
  margin-bottom: 24px;
}
.nt-personalization-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px 0;
}
.nt-personalization-card__title svg {
  color: #8b5cf6;
  flex-shrink: 0;
}
.nt-personalization-card__subtitle {
  color: #8B949E;
  font-size: 0.9rem;
  margin: 0;
}

.nt-personalization-section {
  margin-top: 28px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.nt-personalization-section:first-of-type {
  margin-top: 8px;
}
.nt-personalization-section__title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

.nt-personalization-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-personalization-item {
  background: #0B0D12;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 18px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: all 0.25s ease;
}
.nt-personalization-item:hover {
  border-color: rgba(139, 92, 246, 0.2);
  background: rgba(139, 92, 246, 0.02);
}
.nt-personalization-item__info {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  padding-right: 16px;
  min-width: 0;
}
.nt-personalization-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-personalization-item__icon svg {
  width: 20px;
  height: 20px;
}
.nt-personalization-item__details {
  flex: 1;
  min-width: 0;
}
.nt-personalization-item__title {
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px 0;
  font-size: 0.9375rem;
}
.nt-personalization-item__subtitle {
  font-size: 0.85rem;
  color: #8B949E;
  margin: 0;
  line-height: 1.4;
}
.nt-personalization-item__control {
  flex-shrink: 0;
  position: relative;
}
.nt-personalization-item__control .nt-searchable-select {
  position: relative;
  width: 200px;
}
.nt-personalization-item__control .select-personalization-custom-input {
  width: 100%;
  height: 38px;
  background-color: #161B22;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 0 35px 0 12px;
  color: #fff;
  font-size: 14px;
  font-family: inherit;
  transition: border-color 0.25s ease;
}
.nt-personalization-item__control .select-personalization-custom-input:focus {
  border-color: #8b5cf6;
  outline: none;
}
.nt-personalization-item__control .nt-searchable-select__dropdown {
  background-color: #161B22;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  max-height: 220px;
  overflow-y: auto;
  z-index: 100;
  width: 100%;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  display: none;
}
.nt-personalization-item__control .nt-searchable-select__dropdown.is-open {
  display: block;
}
.nt-personalization-item__control .nt-searchable-select__option {
  padding: 10px 12px;
  color: #8B949E;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  transition: all 0.25s ease;
}
.nt-personalization-item__control .nt-searchable-select__option:hover {
  background-color: rgba(139, 92, 246, 0.15);
  color: #fff;
}

html.nt-light-theme .nt-personalization-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-personalization-card__title {
  color: #1E293B;
}
html.nt-light-theme .nt-personalization-card__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-personalization-section {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-personalization-section__title {
  color: #1E293B;
}
html.nt-light-theme .nt-personalization-item {
  background: #FFFFFF;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-personalization-item__title {
  color: #1E293B;
}
html.nt-light-theme .nt-personalization-item__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-personalization-item__icon {
  background: #F1F5F9;
  color: #64748B;
}
html.nt-light-theme .nt-personalization-item:hover {
  border-color: #CBD5E1;
  background: #F8FAFC;
}
html.nt-light-theme .nt-personalization-item__control .select-personalization-custom-input {
  background-color: #FFFFFF;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-personalization-item__control .select-personalization-custom-input:focus {
  border-color: #8b5cf6;
}
html.nt-light-theme .nt-personalization-item__control .nt-searchable-select__dropdown {
  background-color: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-personalization-item__control .nt-searchable-select__option {
  color: #64748B;
}
html.nt-light-theme .nt-personalization-item__control .nt-searchable-select__option:hover {
  background-color: rgba(139, 92, 246, 0.08);
  color: #8b5cf6;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-settings__form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nt-settings__form-grid--personal-secondary {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .nt-settings__tabs {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .nt-settings__tabs::-webkit-scrollbar {
    display: none;
  }
  .nt-settings__card {
    padding: 16px;
  }
  .nt-settings__profile-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .nt-settings__photo-actions {
    align-items: stretch;
    width: 100%;
  }
  .nt-settings__btn-photo {
    width: 100%;
  }
  .nt-settings__plan-detail-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .nt-settings__form-grid, .nt-settings__form-grid--personal-secondary {
    grid-template-columns: 1fr;
  }
  .nt-page-header {
    margin-bottom: 24px;
  }
  .nt-page-header__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .nt-security__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .nt-security__col-side {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .nt-security-action-card {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .nt-security-action-card__icon {
    align-self: flex-start;
  }
  .nt-security-action-card__btn {
    width: 100%;
    text-align: center;
  }
  .nt-security-action-card:first-child {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 12px;
  }
  .nt-security-action-card:first-child .nt-security-action-card__subtitle {
    margin: 0;
  }
  .nt-security-action-card:first-child .nt-security-action-card__btn {
    padding: 12px;
    width: 100%;
    margin-top: 8px;
  }
  .nt-security-2fa-card {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .nt-security-2fa-card__icon {
    align-self: flex-start;
  }
  .nt-security-2fa-card .nt-security-toggle {
    align-self: flex-start;
  }
  .nt-security-sessions {
    padding: 16px;
  }
  .nt-security-sessions__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .nt-security-sessions__terminate-all {
    white-space: normal;
    text-align: left;
  }
  .nt-security-session-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .nt-security-session-item__status {
    margin-left: 0;
    align-self: flex-start;
  }
  .nt-security-session-item__terminate-btn {
    margin-left: 0;
    align-self: flex-end;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-height: 701px) {
  .nt-security__layout {
    grid-template-columns: 1fr;
  }
  .nt-security__col-side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .nt-security-action-card:first-child {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 16px;
  }
  .nt-security-action-card:first-child .nt-security-action-card__btn {
    grid-column: 1/3;
    grid-row: 3;
    width: 100%;
    text-align: center;
    padding: 12px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) and (min-height: 701px) {
  .nt-security__layout {
    grid-template-columns: 1fr 300px;
  }
  .nt-security-action-card:first-child {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 12px;
  }
  .nt-security-action-card:first-child .nt-security-action-card__btn {
    grid-column: 1/3;
    grid-row: 3;
    width: 100%;
    text-align: center;
    padding: 12px;
  }
}
.nt-chat-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1040;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-chat-backdrop.active {
  opacity: 1;
  pointer-events: auto;
}

.nt-command-bar__voice-btn {
  background: transparent;
  border: none;
  outline: none;
  color: #8B949E;
  cursor: pointer;
  padding: 8px;
  margin: 0 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  position: relative;
  flex-shrink: 0;
}
.nt-command-bar__voice-btn svg {
  width: 18px;
  height: 18px;
  z-index: 2;
}
.nt-command-bar__voice-btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
}
.nt-command-bar__voice-btn.recording {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.15);
}
.nt-command-bar__voice-btn.recording .recording-pulse {
  display: block;
}
.nt-command-bar__voice-btn .recording-pulse {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.4);
  animation: voicePulse 1.5s infinite ease-in-out;
  z-index: 1;
}

.nt-chat-widget {
  position: fixed;
  right: 24px;
  z-index: 1050;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-chat-widget.mode-modal {
  inset: 0;
  bottom: 0 !important;
  right: 0 !important;
  top: 0 !important;
  left: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.nt-chat-widget.mode-modal .nt-chat-widget__trigger {
  display: none !important;
}
.nt-chat-widget.mode-modal .nt-chat-widget__window {
  pointer-events: auto;
  width: 850px;
  height: 750px;
  max-width: 95vw;
  max-height: 90vh;
  max-height: 90svh;
  max-height: 90dvh;
  border-radius: 16px;
  margin: 0;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.75);
  animation: slideUpFade 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-chat-widget.mode-sidebar {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: 340px !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  pointer-events: auto !important;
  z-index: 121 !important;
  border-radius: 0 !important;
  max-width: 100%;
  background: #161B22;
  border-left: 1px solid #2D333B;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.3);
}
.nt-chat-widget.mode-sidebar .nt-chat-widget__trigger {
  display: none !important;
}
.nt-chat-widget.mode-sidebar .nt-chat-widget__window {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: 100% !important;
  flex: 1 1 auto !important;
  border-radius: 0 !important;
  border: none !important;
  margin: 0 !important;
  box-shadow: none !important;
  background: #161B22 !important;
  backdrop-filter: none !important;
  animation: chatSidebarSlideIn 0.25s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
}
@keyframes chatSidebarSlideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.nt-chat-widget.mode-minichat {
  position: fixed;
  bottom: 110px !important;
  right: 24px;
  top: auto !important;
  left: auto !important;
  width: auto;
  height: auto;
}
.nt-chat-widget.mode-minichat .nt-chat-widget__window {
  width: 360px;
  height: 520px;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  .nt-chat-widget.mode-minichat {
    bottom: 90px !important;
    right: 16px;
    margin: 0;
  }
  .nt-chat-widget.mode-minichat .nt-chat-widget__window {
    width: 300px;
    height: 450px;
    max-width: 300px;
    max-height: 450px;
  }
}
.nt-chat-widget__trigger {
  display: none !important;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: linear-gradient(135deg, #0088CC, #0EA5E9);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(0, 136, 204, 0.4);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}
.nt-chat-widget__trigger svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  .nt-chat-widget__trigger {
    width: 48px;
    height: 48px;
  }
  .nt-chat-widget__trigger svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .nt-chat-widget__trigger {
    width: 52px;
    height: 52px;
  }
  .nt-chat-widget__trigger svg {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1367px) {
  .nt-chat-widget__trigger {
    width: 64px;
    height: 64px;
  }
  .nt-chat-widget__trigger svg {
    width: 28px;
    height: 28px;
  }
}
.nt-chat-widget__trigger .trigger-icon-chat {
  display: none;
}
.nt-chat-widget__trigger:hover {
  transform: scale(1.08) translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 136, 204, 0.6);
}
.nt-chat-widget__trigger:active {
  transform: scale(0.95);
}
.nt-chat-widget__trigger.active {
  background: linear-gradient(135deg, #161B22, #2D333B);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}
.nt-chat-widget__trigger.active .trigger-icon-sparkles {
  display: none;
}
.nt-chat-widget__trigger.active .trigger-icon-chat {
  display: block;
  animation: scaleIn 0.25s forwards;
}
.nt-chat-widget__window {
  position: relative;
  z-index: 1042;
  width: 360px;
  height: 520px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(22, 27, 34, 0.65);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(45, 51, 59, 0.5);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  animation: slideUpFade 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: bottom right;
}
.nt-chat-widget__header {
  padding: 14px 18px;
  background: rgba(11, 14, 20, 0.4);
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nt-chat-widget__header-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}
.nt-chat-widget__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 136, 204, 0.15);
  border: 1px solid rgba(0, 136, 204, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0EA5E9;
}
.nt-chat-widget__avatar svg {
  width: 16px;
  height: 16px;
}
.nt-chat-widget__header-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.nt-chat-widget__title {
  font-size: 13.5px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-chat-widget__status {
  font-size: 10.5px;
  color: #8B949E;
}
.nt-chat-widget__header-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-chat-widget__control-btn {
  background: transparent;
  border: none;
  outline: none;
  color: #8B949E;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.nt-chat-widget__control-btn svg {
  width: 14px;
  height: 14px;
}
.nt-chat-widget__control-btn:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}
.nt-chat-widget__control-btn.active-mode {
  color: #0EA5E9;
  background: rgba(0, 136, 204, 0.15);
}
.nt-chat-widget__close {
  background: transparent;
  border: none;
  outline: none;
  color: #8B949E;
  cursor: pointer;
  padding: 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.nt-chat-widget__close svg {
  width: 14px;
  height: 14px;
}
.nt-chat-widget__close:hover {
  color: #FFFFFF;
  background: rgba(239, 68, 68, 0.15);
}
.nt-chat-widget__body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nt-chat-widget__body::-webkit-scrollbar {
  width: 4px;
}
.nt-chat-widget__body::-webkit-scrollbar-track {
  background: transparent;
}
.nt-chat-widget__body::-webkit-scrollbar-thumb {
  background: rgba(45, 51, 59, 0.5);
  border-radius: 4px;
}
.nt-chat-widget .nt-chat-msg {
  display: flex;
  flex-direction: column;
  max-width: 85%;
  animation: bubbleFadeIn 0.25s ease-out forwards;
}
.nt-chat-widget .nt-chat-msg__bubble {
  padding: 12px 16px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 10px;
  word-break: break-word;
}
@media (max-width: 768px) {
  .nt-chat-widget .nt-chat-msg__bubble {
    padding: 8px 12px;
    font-size: 12.5px;
  }
}
.nt-chat-widget .nt-chat-msg__bubble em {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}
.nt-chat-widget .nt-chat-msg__bubble h3,
.nt-chat-widget .nt-chat-msg__bubble h4,
.nt-chat-widget .nt-chat-msg__bubble h5,
.nt-chat-widget .nt-chat-msg__bubble h6 {
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 6px;
  line-height: 1.3;
}
.nt-chat-widget .nt-chat-msg__bubble h3:first-child,
.nt-chat-widget .nt-chat-msg__bubble h4:first-child,
.nt-chat-widget .nt-chat-msg__bubble h5:first-child,
.nt-chat-widget .nt-chat-msg__bubble h6:first-child {
  margin-top: 2px;
}
.nt-chat-widget .nt-chat-msg__bubble h3 {
  font-size: 15.5px;
}
.nt-chat-widget .nt-chat-msg__bubble h4 {
  font-size: 14px;
}
.nt-chat-widget .nt-chat-msg__bubble h5 {
  font-size: 13px;
}
.nt-chat-widget .nt-chat-msg__bubble h6 {
  font-size: 12px;
}
.nt-chat-widget .nt-chat-msg__bubble p {
  margin: 0 0 8px 0;
}
.nt-chat-widget .nt-chat-msg__bubble p:last-child {
  margin-bottom: 0;
}
.nt-chat-widget .nt-chat-msg__bubble blockquote {
  border-left: 3px solid #0088CC;
  padding: 6px 12px;
  color: #8B949E;
  margin: 10px 0;
  font-style: italic;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 0 4px 4px 0;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-link {
  color: #0EA5E9;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-link:hover {
  color: rgb(21.5749781694%, 72.3997777249%, 95.2877669286%);
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-hr {
  border: none;
  border-top: 1px solid rgba(45, 51, 59, 0.4);
  margin: 14px 0;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list {
  margin: 8px 0;
  padding-left: 20px;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li {
  margin-bottom: 4px;
  line-height: 1.5;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:last-child {
  margin-bottom: 0;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-interactive-btn) {
  list-style-type: none !important;
  margin-left: -20px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  margin-bottom: 12px;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.015);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 14px 38px 14px 24px !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-interactive-btn)::before {
  display: block !important;
  content: "→" !important;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) translateX(6px);
  color: #0EA5E9;
  font-size: 16px;
  font-weight: bold;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-interactive-btn)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3.5px;
  background: rgba(0, 136, 204, 0.35);
  transition: all 0.25s ease;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-interactive-btn):hover {
  background: rgba(0, 136, 204, 0.08);
  border-color: rgba(0, 136, 204, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-interactive-btn):hover::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-interactive-btn):hover::after {
  width: 4.5px;
  background: linear-gradient(180deg, #0088CC, #0EA5E9);
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-interactive-btn):hover .nt-chat-interactive-btn {
  color: rgb(31.00817655%, 75.7196157815%, 95.8545685481%);
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-interactive-btn) .nt-chat-interactive-btn {
  margin: 0 0 6px 0 !important;
  align-self: flex-start;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  font-size: 13.5px;
  font-weight: 600;
  color: #0EA5E9;
  box-shadow: none !important;
  transition: color 0.25s ease;
  display: inline-block !important;
  width: auto !important;
  text-align: left;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-interactive-btn) .nt-chat-legend-text {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 11.5px;
  line-height: 1.5;
  display: block;
  margin: 0;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-datepicker-container) {
  list-style-type: none !important;
  margin-left: -20px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  margin-bottom: 12px;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  padding: 14px 24px !important;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-datepicker-container)::before {
  display: none !important;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-datepicker-container)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3.5px;
  background: rgba(0, 136, 204, 0.25);
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-datepicker-container) .nt-chat-datepicker-container {
  margin-top: 0;
  margin-bottom: 8px;
  width: 100%;
  max-width: 100%;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list li:has(.nt-chat-datepicker-container) .nt-chat-legend-text {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 11px;
  line-height: 1.4;
  display: block;
  margin: 0;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list:not(.nt-chat-list--ordered) {
  list-style-type: disc;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-list.nt-chat-list--ordered {
  list-style-type: decimal;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-inline-code {
  background: rgba(45, 51, 59, 0.5);
  color: #FF7B72;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
  font-size: 90%;
  word-break: break-all;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-code-wrapper {
  margin: 12px 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(45, 51, 59, 0.5);
  background: #0D1117;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-code-header {
  background: rgba(45, 51, 59, 0.4);
  padding: 6px 12px;
  font-size: 11px;
  color: #8B949E;
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
  font-family: monospace;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-code-copy {
  background: transparent;
  border: none;
  outline: none;
  color: #8B949E;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-family: inherit;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-code-copy svg {
  width: 12px;
  height: 12px;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-code-copy:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-code-copy:active {
  transform: scale(0.95);
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-code {
  margin: 0;
  padding: 14px;
  overflow-x: auto;
  font-family: monospace;
  font-size: 12px;
  line-height: 1.45;
  color: #E6EDF3;
  text-align: left;
  white-space: pre;
}
@media (max-width: 768px) {
  .nt-chat-widget .nt-chat-msg__bubble .nt-chat-code {
    padding: 8px;
    font-size: 11px;
    word-break: break-all;
    white-space: pre-wrap;
  }
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-code code {
  font-family: inherit;
  color: inherit;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-code::-webkit-scrollbar {
  height: 5px;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-code::-webkit-scrollbar-track {
  background: transparent;
}
.nt-chat-widget .nt-chat-msg__bubble .nt-chat-code::-webkit-scrollbar-thumb {
  background: rgba(45, 51, 59, 0.5);
  border-radius: 4px;
}
.nt-chat-widget .nt-chat-msg__actions {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 8px;
}
.nt-chat-widget .nt-chat-msg__action-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  outline: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
}
.nt-chat-widget .nt-chat-msg__action-btn svg {
  width: 12.5px;
  height: 12.5px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease;
}
.nt-chat-widget .nt-chat-msg__action-btn:hover {
  color: #FFFFFF;
  background: rgba(0, 136, 204, 0.15);
  border-color: rgba(0, 136, 204, 0.35);
}
.nt-chat-widget .nt-chat-msg__action-btn:hover svg {
  color: #0EA5E9;
}
.nt-chat-widget .nt-chat-msg__action-btn:active {
  transform: scale(0.95);
}
.nt-chat-widget .nt-chat-msg__action-btn.is-speaking {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(239, 68, 68, 0.3);
  color: rgb(96.0900222158%, 54.302134647%, 54.302134647%);
}
.nt-chat-widget .nt-chat-msg__action-btn.is-speaking svg {
  color: rgb(96.0900222158%, 54.302134647%, 54.302134647%);
}
.nt-chat-widget .nt-chat-msg__action-btn.is-speaking:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.4);
  color: rgb(96.8781995557%, 63.5139573071%, 63.5139573071%);
}
.nt-chat-widget .nt-chat-msg__action-btn.is-speaking:hover svg {
  color: rgb(96.8781995557%, 63.5139573071%, 63.5139573071%);
}
.nt-chat-widget .nt-chat-msg--assistant {
  align-self: flex-start;
}
.nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble {
  background: rgba(22, 27, 34, 0.6);
  border: 1px solid rgba(45, 51, 59, 0.4);
  color: #FFFFFF;
  border-top-left-radius: 2px;
}
.nt-chat-widget .nt-chat-msg--user {
  align-self: flex-end;
}
.nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble {
  background: linear-gradient(135deg, #0088CC, #0EA5E9);
  color: #FFFFFF;
  border-top-right-radius: 2px;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.25);
}
.nt-chat-widget__footer {
  padding: 16px 20px;
  background: rgba(11, 14, 20, 0.5);
  border-top: 1px solid rgba(45, 51, 59, 0.4);
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-chat-widget__footer:has(.is-recording) .nt-chat-widget__send {
  display: none !important;
}
.nt-chat-widget__input-wrapper {
  flex: 1;
  background: rgba(11, 14, 20, 0.6);
  border: 1px solid rgba(45, 51, 59, 0.8);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 4px 8px 4px 12px;
  transition: border-color 0.2s ease;
}
.nt-chat-widget__input-wrapper:focus-within {
  border-color: #0EA5E9;
}
.nt-chat-widget__input-wrapper.is-recording {
  border-color: rgba(239, 68, 68, 0.4);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.08);
}
.nt-chat-widget__input-wrapper.is-recording textarea,
.nt-chat-widget__input-wrapper.is-recording .nt-chat-widget__voice {
  display: none !important;
}
.nt-chat-widget__input-wrapper.is-recording .nt-chat-widget__recording-ui {
  display: flex !important;
}
.nt-chat-widget__input-wrapper textarea {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  resize: none;
  padding: 8px 0;
  max-height: 180px;
}
.nt-chat-widget__input-wrapper textarea::placeholder {
  color: #8B949E;
}
.nt-chat-widget__input-wrapper textarea::-webkit-scrollbar {
  width: 4px;
}
.nt-chat-widget__input-wrapper textarea::-webkit-scrollbar-track {
  background: transparent;
}
.nt-chat-widget__input-wrapper textarea::-webkit-scrollbar-thumb {
  background: rgba(45, 51, 59, 0.6);
  border-radius: 4px;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui {
  display: none;
  align-items: center;
  width: 100%;
  gap: 12px;
  padding: 4px 0;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #EF4444;
  font-weight: 600;
  font-size: 13px;
  flex-shrink: 0;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-dot {
  width: 8px;
  height: 8px;
  background-color: #EF4444;
  border-radius: 50%;
  animation: pulseRed 0.8s infinite alternate;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-timer {
  color: #FFFFFF;
  font-family: monospace;
  font-size: 13px;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-waveform {
  display: flex;
  align-items: center;
  gap: 3px;
  flex: 1;
  justify-content: center;
  height: 18px;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-waveform span {
  display: inline-block;
  width: 3px;
  height: 100%;
  background-color: #0EA5E9;
  border-radius: 2px;
  animation: bounceWaveform 0.8s infinite ease-in-out;
  transform-origin: center;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-waveform span:nth-child(1) {
  animation-duration: 0.6s;
  animation-delay: 0.1s;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-waveform span:nth-child(2) {
  animation-duration: 0.9s;
  animation-delay: 0.3s;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-waveform span:nth-child(3) {
  animation-duration: 0.7s;
  animation-delay: 0s;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-waveform span:nth-child(4) {
  animation-duration: 0.8s;
  animation-delay: 0.2s;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-waveform span:nth-child(5) {
  animation-duration: 0.5s;
  animation-delay: 0.4s;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-btn--cancel {
  background: rgba(255, 255, 255, 0.05);
  color: #8B949E;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-btn--cancel:hover {
  background: rgba(239, 68, 68, 0.15);
  color: #EF4444;
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-btn--send {
  background: #0088CC;
  color: #FFFFFF;
  box-shadow: 0 0 8px rgba(0, 136, 204, 0.4);
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-btn--send:hover {
  background: #00aaff;
  box-shadow: 0 0 12px rgba(0, 136, 204, 0.6);
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-btn:active {
  transform: scale(0.9);
}
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-btn svg,
.nt-chat-widget__input-wrapper .nt-chat-widget__recording-ui .nt-recording-btn i {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-chat-widget__voice {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: transparent;
  color: #8B949E;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.nt-chat-widget__voice svg {
  width: 16px;
  height: 16px;
  z-index: 2;
}
.nt-chat-widget__voice:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.05);
}
.nt-chat-widget__voice.recording {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.15);
}
.nt-chat-widget__voice.recording .recording-pulse {
  display: block;
}
.nt-chat-widget .recording-pulse {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.4);
  animation: voicePulse 1.5s infinite ease-in-out;
  z-index: 1;
}
.nt-chat-widget__send {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  outline: none;
  background: #0088CC;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-chat-widget__send svg {
  width: 16px;
  height: 16px;
}
.nt-chat-widget__send:hover {
  background: #0EA5E9;
  transform: scale(1.05);
}
.nt-chat-widget__send:active {
  transform: scale(0.95);
}
.nt-chat-widget .typing-bubble {
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-chat-widget .typing-indicator {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nt-chat-widget .typing-indicator span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8B949E;
  display: inline-block;
  animation: typingDots 1.4s infinite ease-in-out both;
}
.nt-chat-widget .typing-indicator span:nth-child(1) {
  animation-delay: -0.32s;
}
.nt-chat-widget .typing-indicator span:nth-child(2) {
  animation-delay: -0.16s;
}
.nt-chat-widget .nt-chat-interactive-btn {
  display: flex;
  width: 100%;
  margin: 14px 0 6px 0;
  padding: 12px 24px;
  font-size: 13.5px;
  font-weight: 600;
  border-radius: 12px;
  background: linear-gradient(135deg, #0088CC, #0EA5E9);
  border: 1px solid rgb(21.5749781694%, 72.3997777249%, 95.2877669286%);
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  font-family: inherit;
  box-shadow: 0 4px 14px rgba(0, 136, 204, 0.25);
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.nt-chat-widget .nt-chat-interactive-btn:hover {
  background: linear-gradient(135deg, rgb(0%, 60%, 90%), rgb(12.1417797888%, 69.0799396682%, 94.7209653092%));
  border-color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 136, 204, 0.4);
}
.nt-chat-widget .nt-chat-interactive-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.nt-chat-widget .nt-chat-datepicker-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  background: rgba(11, 14, 20, 0.4);
  border: 1px solid rgba(45, 51, 59, 0.6);
  border-radius: 8px;
  padding: 6px;
  width: 100%;
  max-width: 270px;
  box-sizing: border-box;
}
.nt-chat-widget .nt-chat-datepicker-input-wrapper {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 8px;
  overflow: hidden;
}
.nt-chat-widget .nt-chat-datepicker-input-wrapper .nt-chat-datepicker-icon {
  width: 16px;
  height: 16px;
  color: #8B949E;
  margin-right: 6px;
  flex-shrink: 0;
}
.nt-chat-widget .nt-chat-datepicker-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #FFFFFF;
  font-size: 13.5px;
  cursor: pointer;
  width: 100%;
  font-family: inherit;
}
.nt-chat-widget .nt-chat-datepicker-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.nt-chat-widget .nt-chat-datepicker-input.is-invalid {
  animation: ntShake 0.4s ease;
  color: #EF4444;
}
.nt-chat-widget .nt-chat-datepicker-submit {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: none;
  background: #0088CC;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.nt-chat-widget .nt-chat-datepicker-submit svg {
  width: 14px;
  height: 14px;
}
.nt-chat-widget .nt-chat-datepicker-submit:hover {
  background: #0EA5E9;
}
.nt-chat-widget .nt-chat-datepicker-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(15px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes slideLeftIn {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bubbleFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes typingDots {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes voicePulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
.nt-chat-widget__usage-panel {
  padding: 8px 16px;
  background: rgba(11, 14, 20, 0.7);
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
}

.nt-chat-usage-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8B949E;
}
.nt-chat-usage-info strong {
  color: #FFFFFF;
  font-weight: 600;
}

.nt-chat-usage-promo {
  margin-top: 2px;
}
.nt-chat-usage-promo .nt-chat-promo-link {
  color: #0EA5E9;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s ease;
  font-weight: 500;
}
.nt-chat-usage-promo .nt-chat-promo-link:hover {
  color: rgb(21.5749781694%, 72.3997777249%, 95.2877669286%);
  text-decoration: underline;
}
.nt-chat-usage-promo .nt-chat-promo-link svg {
  animation: pulse-glow 2s infinite;
}

.nt-chat-widget__promo-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 60px;
  background: rgba(11, 14, 20, 0.95);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 1045;
  display: flex;
  flex-direction: column;
  animation: slideUpFade 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-top: 1px solid rgba(45, 51, 59, 0.5);
}

.nt-chat-promo-details-header {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(11, 14, 20, 0.5);
}
.nt-chat-promo-details-header h5 {
  margin: 0;
  font-size: 13.5px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-chat-promo-details-header button {
  background: transparent;
  border: none;
  color: #8B949E;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
}
.nt-chat-promo-details-header button:hover {
  color: #FFFFFF;
}

.nt-chat-promo-details-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nt-chat-promo-details-body::-webkit-scrollbar {
  width: 4px;
}
.nt-chat-promo-details-body::-webkit-scrollbar-track {
  background: transparent;
}
.nt-chat-promo-details-body::-webkit-scrollbar-thumb {
  background: rgba(45, 51, 59, 0.5);
  border-radius: 4px;
}

.nt-promo-option {
  background: rgba(22, 27, 34, 0.4);
  border: 1px solid rgba(45, 51, 59, 0.4);
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-promo-option__title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nt-promo-option__title-row h6 {
  margin: 0;
  font-size: 12.5px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-promo-option__title-row .nt-promo-price {
  font-size: 12px;
  font-weight: 700;
  color: #0EA5E9;
  background: rgba(0, 136, 204, 0.2);
  padding: 2px 6px;
  border-radius: 4px;
}
.nt-promo-option .nt-promo-desc {
  font-size: 11px;
  color: #8B949E;
  margin: 0;
}
.nt-promo-option .nt-promo-features {
  list-style: none;
  padding: 0;
  margin: 4px 0 8px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nt-promo-option .nt-promo-features li {
  font-size: 10.5px;
  color: #8B949E;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.nt-promo-option .nt-promo-features li svg {
  width: 12px;
  height: 12px;
  color: #0EA5E9;
  flex-shrink: 0;
  margin-top: 2px;
}

.nt-promo-divider {
  height: 1px;
  background: rgba(45, 51, 59, 0.3);
  margin: 4px 0;
}

@keyframes pulse-glow {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
    filter: drop-shadow(0 0 4px rgba(14, 165, 233, 0.6));
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}
@keyframes ntShake {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60% {
    transform: translateX(-4px);
  }
  40%, 80% {
    transform: translateX(4px);
  }
}
@media screen and (max-width: 768px) {
  .nt-chat-widget.mode-modal {
    align-items: stretch !important;
    justify-content: stretch !important;
    padding: 0 !important;
  }
  .nt-chat-widget.mode-modal .nt-chat-widget__window {
    width: 100% !important;
    height: 100% !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    max-height: 100svh !important;
    max-height: 100dvh !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    animation: slideUpFadeMobile 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  }
  .nt-chat-widget.mode-modal .nt-chat-widget__body {
    padding: 16px 14px !important;
    gap: 12px !important;
  }
  .nt-chat-widget.mode-modal .nt-chat-msg__bubble {
    padding: 10px 14px !important;
    font-size: 13px !important;
  }
  .nt-chat-widget.mode-modal .nt-chat-widget__footer {
    padding: 12px 14px !important;
  }
  .nt-chat-widget.mode-modal .nt-chat-widget__header {
    padding: 12px 14px !important;
  }
}
@keyframes slideUpFadeMobile {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Ajustes específicos para a página de chat em tela cheia */
.nt-content--full-chat {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 64px);
  padding: 24px;
  background: #0B0E14;
}

.nt-full-chat-container {
  width: 100%;
  max-width: 760px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Sobrescreve o posicionamento flutuante do chat na página /Chat */
body:has(.nt-content--full-chat) .nt-chat-widget {
  position: relative;
  bottom: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  align-items: stretch !important;
  z-index: 100;
}
body:has(.nt-content--full-chat) {
  /* Esconde botões de controle de layout e fechar desnecessários */
}
body:has(.nt-content--full-chat) .nt-chat-widget__trigger,
body:has(.nt-content--full-chat) #nt-chat-mode-popup,
body:has(.nt-content--full-chat) #nt-chat-mode-sidebar,
body:has(.nt-content--full-chat) #nt-chat-mode-tab,
body:has(.nt-content--full-chat) #nt-chat-close {
  display: none !important;
}
body:has(.nt-content--full-chat) .nt-chat-widget__window {
  position: relative;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  display: flex !important;
  box-shadow: none;
  border: 1px solid rgba(45, 51, 59, 0.6);
  background: rgba(15, 18, 25, 0.95);
  border-radius: 12px;
}
body:has(.nt-content--full-chat) .nt-chat-widget__body {
  padding: 24px;
}

.nt-chat-widget__checkout-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 60px;
  background: rgba(15, 18, 25, 0.98);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 1046;
  display: flex;
  flex-direction: column;
  animation: slideUpFade 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-top: 1px solid rgba(45, 51, 59, 0.6);
}

.nt-chat-checkout-header {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(15, 18, 25, 0.5);
}
.nt-chat-checkout-header h5 {
  margin: 0;
  font-size: 13.5px;
  font-weight: 600;
  color: #adbac7;
}
.nt-chat-checkout-header button {
  background: transparent;
  border: none;
  color: #768390;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s ease;
}
.nt-chat-checkout-header button:hover {
  color: #adbac7;
}

.nt-chat-checkout-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-chat-checkout-body::-webkit-scrollbar {
  width: 4px;
}
.nt-chat-checkout-body::-webkit-scrollbar-track {
  background: transparent;
}
.nt-chat-checkout-body::-webkit-scrollbar-thumb {
  background: rgba(45, 51, 59, 0.5);
  border-radius: 4px;
}

.nt-checkout-tabs {
  display: flex;
  background: rgba(28, 33, 40, 0.5);
  border: 1px solid rgba(45, 51, 59, 0.4);
  border-radius: 8px;
  padding: 4px;
  margin-bottom: 16px;
}
.nt-checkout-tabs .nt-checkout-tab-btn {
  flex: 1;
  background: transparent;
  border: none;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #768390;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.nt-checkout-tabs .nt-checkout-tab-btn.active {
  background: #319795;
  color: #ffffff;
  font-weight: 600;
}
.nt-checkout-tabs .nt-checkout-tab-btn:hover:not(.active) {
  color: #adbac7;
  background: rgba(255, 255, 255, 0.05);
}

.nt-checkout-tab-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nt-chat-checkout-body form,
.nt-chat-checkout-body #nt-chat-pix-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nt-chat-checkout-body .nt-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.nt-chat-checkout-body label {
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #adbac7 !important;
  margin-bottom: 0 !important;
}
.nt-chat-checkout-body .nt-form-control {
  width: 100% !important;
  background: #1c2128 !important;
  border: 1px solid #30363d !important;
  border-radius: 6px !important;
  color: #adbac7 !important;
  padding: 10px 14px !important;
  font-size: 13.5px !important;
  transition: border-color 0.2s, box-shadow 0.2s;
  height: 42px !important;
  line-height: normal !important;
}
.nt-chat-checkout-body .nt-form-control:focus {
  border-color: #319795 !important;
  box-shadow: 0 0 0 2px rgba(49, 151, 149, 0.2) !important;
  outline: none !important;
}
.nt-chat-checkout-body .nt-form-control::placeholder {
  color: #444c56 !important;
  font-size: 13.5px !important;
}
.nt-chat-checkout-body .nt-btn {
  padding: 12px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  height: auto !important;
  transition: all 0.2s ease;
}

.nt-premium-addon-card {
  background: linear-gradient(135deg, rgba(28, 33, 40, 0.65) 0%, rgba(15, 18, 25, 0.85) 100%);
  border: 1px solid rgba(49, 151, 149, 0.4);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 12px;
  padding: 24px;
  width: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease;
}
.nt-premium-addon-card:hover {
  border-color: rgba(49, 151, 149, 0.8);
  box-shadow: 0 12px 40px 0 rgba(49, 151, 149, 0.2);
}
.nt-premium-addon-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(45, 51, 59, 0.5);
  padding-bottom: 16px;
}
.nt-premium-addon-card__title-grp {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-premium-addon-card__title-grp h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #adbac7;
}
.nt-premium-addon-card__badge {
  font-size: 11px;
  font-weight: 600;
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.15);
  padding: 3px 8px;
  border-radius: 20px;
  align-self: flex-start;
}
.nt-premium-addon-card__price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  color: #319795;
}
.nt-premium-addon-card__price .currency {
  font-size: 14px;
  font-weight: 600;
}
.nt-premium-addon-card__price .value {
  font-size: 28px;
  font-weight: 800;
}
.nt-premium-addon-card__body {
  display: flex;
  flex-direction: column;
}
.nt-premium-addon-card__description {
  font-size: 13.5px;
  line-height: 1.5;
  color: #768390;
  margin: 0 0 16px 0;
}
.nt-premium-addon-card__description strong {
  color: #adbac7;
}
.nt-premium-addon-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-premium-addon-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: #adbac7;
}
.nt-premium-addon-card__features li svg {
  width: 15px;
  height: 15px;
  color: #319795;
  flex-shrink: 0;
  margin-top: 2px;
}
.nt-premium-addon-card__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
.nt-premium-addon-card__actions .nt-btn {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
}
.nt-premium-addon-card__actions a {
  text-align: center;
  font-size: 12px;
  color: #768390;
  text-decoration: underline;
}
.nt-premium-addon-card__actions a:hover {
  color: #adbac7;
}

.spinner-circle-mini {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-left-color: #38bdf8;
  border-radius: 50%;
  animation: nt-spin 0.8s linear infinite;
}

@keyframes nt-spin {
  to {
    transform: rotate(360deg);
  }
}
html.nt-light-theme .nt-chat-widget__promo-details {
  background: rgba(255, 255, 255, 0.98) !important;
  border-top: 1px solid #e2e8f0 !important;
}
html.nt-light-theme .nt-chat-promo-details-header {
  border-bottom: 1px solid #e2e8f0 !important;
  background: rgba(248, 250, 252, 0.5) !important;
}
html.nt-light-theme .nt-chat-promo-details-header h5 {
  color: #0f172a !important;
}
html.nt-light-theme .nt-chat-promo-details-header button {
  color: #64748b !important;
}
html.nt-light-theme .nt-chat-promo-details-header button:hover {
  color: #0f172a !important;
}
html.nt-light-theme .nt-premium-addon-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(248, 250, 252, 0.9) 100%) !important;
  border: 1px solid rgba(49, 151, 149, 0.3) !important;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-premium-addon-card:hover {
  border-color: rgba(49, 151, 149, 0.6) !important;
  box-shadow: 0 12px 40px 0 rgba(49, 151, 149, 0.12) !important;
}
html.nt-light-theme .nt-premium-addon-card__header {
  border-bottom: 1px solid #e2e8f0 !important;
}
html.nt-light-theme .nt-premium-addon-card__title-grp h4 {
  color: #0f172a !important;
}
html.nt-light-theme .nt-premium-addon-card__description {
  color: #475569 !important;
}
html.nt-light-theme .nt-premium-addon-card__description strong {
  color: #0f172a !important;
}
html.nt-light-theme .nt-premium-addon-card__features li {
  color: #334155 !important;
}
html.nt-light-theme .nt-premium-addon-card__actions a {
  color: #64748b !important;
}
html.nt-light-theme .nt-premium-addon-card__actions a:hover {
  color: #0f172a !important;
}
html.nt-light-theme .nt-chat-widget__checkout-overlay {
  background: rgba(255, 255, 255, 0.98) !important;
  border-top: 1px solid #e2e8f0 !important;
}
html.nt-light-theme .nt-chat-checkout-header {
  border-bottom: 1px solid #e2e8f0 !important;
  background: rgba(248, 250, 252, 0.5) !important;
}
html.nt-light-theme .nt-chat-checkout-header h5 {
  color: #0f172a !important;
}
html.nt-light-theme .nt-chat-checkout-header button {
  color: #64748b !important;
}
html.nt-light-theme .nt-chat-checkout-header button:hover {
  color: #0f172a !important;
}
html.nt-light-theme .nt-checkout-tabs {
  background: rgba(241, 245, 249, 0.8) !important;
  border: 1px solid #e2e8f0 !important;
}
html.nt-light-theme .nt-checkout-tabs .nt-checkout-tab-btn {
  color: #64748b !important;
}
html.nt-light-theme .nt-checkout-tabs .nt-checkout-tab-btn.active {
  background: #319795 !important;
  color: #ffffff !important;
}
html.nt-light-theme .nt-checkout-tabs .nt-checkout-tab-btn:hover:not(.active) {
  color: #0f172a !important;
  background: rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-chat-checkout-body label {
  color: #334155 !important;
}
html.nt-light-theme .nt-chat-checkout-body .nt-form-control {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  color: #0f172a !important;
}
html.nt-light-theme .nt-chat-checkout-body .nt-form-control:focus {
  border-color: #319795 !important;
  box-shadow: 0 0 0 2px rgba(49, 151, 149, 0.15) !important;
}
html.nt-light-theme .nt-chat-checkout-body .nt-form-control::placeholder {
  color: #94a3b8 !important;
}

/* Carrossel do Neotriad AI Add-ons (Modo Peek com prévia das laterais) */
.nt-chat-promo-details-body {
  flex: 1;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px 8px 8px 8px;
  position: relative !important;
  overflow: hidden;
}

.nt-chat-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0;
}

.nt-chat-carousel-track {
  display: flex;
  transition: transform 0.38s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.nt-chat-carousel-slide {
  min-width: 82% !important;
  width: 82% !important;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  transform: scale(0.92);
  transition: transform 0.38s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.38s ease;
  cursor: pointer;
}
.nt-chat-carousel-slide.active-slide {
  opacity: 1;
  transform: scale(1);
  cursor: default;
}

.nt-chat-carousel-btn {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: rgba(22, 27, 34, 0.95) !important;
  border: 1px solid rgba(49, 151, 149, 0.5) !important;
  color: #adbac7 !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  z-index: 60 !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5) !important;
}
.nt-chat-carousel-btn.nt-chat-carousel-prev {
  left: 6px !important;
}
.nt-chat-carousel-btn.nt-chat-carousel-next {
  right: 6px !important;
}
.nt-chat-carousel-btn:hover:not(:disabled) {
  background: #319795 !important;
  color: #ffffff !important;
  border-color: #319795 !important;
  transform: translateY(-50%) scale(1.15) !important;
}
.nt-chat-carousel-btn:disabled {
  opacity: 0.2 !important;
  cursor: not-allowed !important;
  transform: translateY(-50%) !important;
  background: rgba(30, 36, 46, 0.4) !important;
  border-color: transparent !important;
}

.nt-chat-carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 10px 0 16px 0;
}
.nt-chat-carousel-dots .nt-chat-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(139, 148, 158, 0.4);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-chat-carousel-dots .nt-chat-carousel-dot:hover {
  background: rgba(49, 151, 149, 0.7);
}
.nt-chat-carousel-dots .nt-chat-carousel-dot.active {
  width: 22px;
  border-radius: 4px;
  background: #319795;
  box-shadow: 0 0 8px rgba(49, 151, 149, 0.5);
}

.nt-premium-addon-card__badge--popular {
  background: linear-gradient(135deg, #319795 0%, #2b6cb0 100%) !important;
  color: #ffffff !important;
}

.nt-premium-addon-card__badge--best-value {
  background: linear-gradient(135deg, #805ad5 0%, #d69e2e 100%) !important;
  color: #ffffff !important;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-fourbodies {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 32px;
}

.nt-fourbodies__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 16px;
}

.nt-fourbodies__title {
  font-size: 26px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}

.nt-fourbodies__subtitle {
  font-size: 14px;
  color: #8B949E;
  margin-top: 4px;
}

/* Painel de IA em Destaque */
.nt-fourbodies__ai-advisor {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1) 0%, rgba(139, 92, 246, 0.05) 100%);
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 30;
}

.nt-fourbodies__ai-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nt-fourbodies__ai-icon {
  font-size: 32px;
  animation: pulse 2.5s infinite ease-in-out;
}

.nt-fourbodies__ai-title {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
}

.nt-fourbodies__ai-desc {
  font-size: 13px;
  color: #8B949E;
  margin-top: 2px;
}

/* ── Abas Premium ── */
.nt-fourbodies__tabs-nav {
  display: flex;
  gap: 8px;
  background: rgba(22, 27, 34, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 6px;
  border-radius: 16px;
  backdrop-filter: blur(12px);
  align-self: flex-start;
  position: relative;
  z-index: 5;
}
@media (max-width: 1024px) {
  .nt-fourbodies__tabs-nav {
    align-self: stretch;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
  }
  .nt-fourbodies__tabs-nav::-webkit-scrollbar {
    display: none;
  }
  .nt-fourbodies__tabs-nav .nt-fourbodies__tab-btn {
    flex: 0 0 auto;
  }
}

.nt-fourbodies__tab-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: none;
  color: #8B949E;
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 10px;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.nt-fourbodies__tab-btn svg {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.nt-fourbodies__tab-btn:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.03);
}
.nt-fourbodies__tab-btn:hover svg {
  opacity: 1;
}
.nt-fourbodies__tab-btn.is-active {
  color: #FFFFFF;
  background-color: rgba(124, 58, 237, 0.15);
  border: 1px solid rgba(124, 58, 237, 0.3);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.15);
}
.nt-fourbodies__tab-btn.is-active svg {
  opacity: 1;
  color: #a78bfa;
}

.nt-fourbodies__tabs-content {
  position: relative;
  width: 100%;
}

.nt-fourbodies__panel {
  display: none;
  flex-direction: column;
  gap: 24px;
  animation: fadeIn 0.3s ease-out;
}
.nt-fourbodies__panel.is-active {
  display: flex;
}

/* ── Aba Dashboard ── */
/* Toolbar de Filtro de Período */
.nt-fourbodies__period-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  background: rgba(22, 27, 34, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  padding: 18px;
  flex-wrap: wrap;
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 15;
}

.nt-fourbodies__period-inputs {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.nt-fourbodies__period-inputs .nt-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-fourbodies__period-inputs .nt-label {
  font-size: 11px;
  font-weight: 600;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.nt-fourbodies__period-inputs .nt-input {
  background: #0B0E14;
  border: 1px solid rgba(45, 51, 59, 0.7);
  border-radius: 10px;
  padding: 8px 12px;
  color: #FFFFFF;
  font-size: 13px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.nt-fourbodies__period-inputs .nt-input:focus {
  border-color: #0088CC;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.15);
}

.nt-fourbodies__period-shortcuts {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.nt-fourbodies__period-shortcuts .nt-btn {
  font-size: 12.5px;
  padding: 8px 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: #8B949E;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.nt-fourbodies__period-shortcuts .nt-btn:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
}

/* KPIs Grid */
.nt-fourbodies__kpis {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.nt-fourbodies__kpi-card {
  background: rgba(22, 27, 34, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: visible;
  backdrop-filter: blur(8px);
  transition: transform 0.2s, box-shadow 0.2s;
}
.nt-fourbodies__kpi-card:hover {
  transform: translateY(-4px);
  z-index: 50;
}
.nt-fourbodies__kpi-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.nt-fourbodies__kpi-card--physical::before {
  background: linear-gradient(90deg, #10B981, #059669);
}
.nt-fourbodies__kpi-card--physical:hover {
  box-shadow: 0 12px 32px rgba(16, 185, 129, 0.08);
}
.nt-fourbodies__kpi-card--physical .nt-fourbodies__kpi-icon {
  background: rgba(16, 185, 129, 0.1);
  color: #10B981;
}
.nt-fourbodies__kpi-card--mental::before {
  background: linear-gradient(90deg, #0EA5E9, #0284C7);
}
.nt-fourbodies__kpi-card--mental:hover {
  box-shadow: 0 12px 32px rgba(14, 165, 233, 0.08);
}
.nt-fourbodies__kpi-card--mental .nt-fourbodies__kpi-icon {
  background: rgba(14, 165, 233, 0.1);
  color: #0EA5E9;
}
.nt-fourbodies__kpi-card--emotional::before {
  background: linear-gradient(90deg, #F43F5E, #E11D48);
}
.nt-fourbodies__kpi-card--emotional:hover {
  box-shadow: 0 12px 32px rgba(244, 63, 94, 0.08);
}
.nt-fourbodies__kpi-card--emotional .nt-fourbodies__kpi-icon {
  background: rgba(244, 63, 94, 0.1);
  color: #F43F5E;
}
.nt-fourbodies__kpi-card--spiritual::before {
  background: linear-gradient(90deg, #8B5CF6, #7C3AED);
}
.nt-fourbodies__kpi-card--spiritual:hover {
  box-shadow: 0 12px 32px rgba(139, 92, 246, 0.08);
}
.nt-fourbodies__kpi-card--spiritual .nt-fourbodies__kpi-icon {
  background: rgba(139, 92, 246, 0.1);
  color: #8B5CF6;
}

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

.nt-fourbodies__kpi-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

.nt-fourbodies__kpi-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.nt-fourbodies__kpi-desc {
  font-size: 13px;
  color: #8B949E;
  line-height: 1.5;
}

.nt-fourbodies__kpi-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nt-fourbodies__kpi-metric {
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}

.nt-fourbodies__kpi-subtext {
  font-size: 12px;
  color: #8B949E;
}

/* Gráficos Grid */
.nt-fourbodies__charts-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 24px;
}

.nt-fourbodies__chart-card {
  background: rgba(22, 27, 34, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  backdrop-filter: blur(8px);
}

.nt-fourbodies__chart-title {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-light-theme .nt-fourbodies__chart-title {
  color: #1E293B;
}

.nt-fourbodies__chart-sub {
  font-size: 11.5px;
  color: var(--nt-text-muted, #8B949E);
  margin-top: 4px;
  margin-bottom: 0;
}
.nt-light-theme .nt-fourbodies__chart-sub {
  color: #64748B;
}

.nt-fourbodies__info-btn {
  background: rgba(139, 92, 246, 0.12);
  border: 1px solid rgba(139, 92, 246, 0.25);
  color: #a78bfa;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
}
.nt-fourbodies__info-btn:hover {
  background: rgba(139, 92, 246, 0.25);
  color: #F8FAFC;
  transform: scale(1.1);
}
.nt-light-theme .nt-fourbodies__info-btn {
  background: rgba(124, 58, 237, 0.1);
  border-color: rgba(124, 58, 237, 0.25);
  color: #6D28D9;
}
.nt-light-theme .nt-fourbodies__info-btn:hover {
  background: rgba(124, 58, 237, 0.2);
  color: #4C1D95;
}

.nt-fourbodies__radar-legend-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.03);
  padding: 3px 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--nt-text-muted, #8B949E);
  line-height: 1.2;
}
.nt-fourbodies__radar-legend-pill strong {
  font-weight: 600;
}
.nt-light-theme .nt-fourbodies__radar-legend-pill {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.08);
  color: #475569;
}

.nt-fourbodies__radar-origin-footer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  margin-top: -6px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
  color: var(--nt-text-muted, #8B949E);
}
.nt-light-theme .nt-fourbodies__radar-origin-footer {
  border-top-color: rgba(0, 0, 0, 0.08);
  color: #64748B;
}
.nt-light-theme .nt-fourbodies__radar-origin-footer strong {
  color: #1E293B;
}

/* ── Modal Informativo do Radar de Equilíbrio (SweetAlert2) ── */
.nt-swal-popup {
  background: #1E293B !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  color: #F8FAFC !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5) !important;
}
.nt-swal-popup .swal2-title {
  color: #F1F5F9 !important;
}
.nt-swal-popup .swal2-html-container {
  color: #CBD5E1 !important;
  margin: 1em 1.25em 0.3em !important;
}
html.nt-light-theme .nt-swal-popup {
  background: #FFFFFF !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #0F172A !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15) !important;
}
html.nt-light-theme .nt-swal-popup .swal2-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-swal-popup .swal2-html-container {
  color: #334155 !important;
}

.nt-radar-info-modal {
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  color: #CBD5E1;
}
html.nt-light-theme .nt-radar-info-modal {
  color: #334155;
}

.nt-radar-info-modal__banner {
  margin-bottom: 14px;
  background: rgba(139, 92, 246, 0.15);
  border: 1px solid rgba(139, 92, 246, 0.3);
  padding: 12px;
  border-radius: 10px;
  color: #E2E8F0;
}
.nt-radar-info-modal__banner strong {
  color: #C4B5FD;
  font-size: 13.5px;
}
html.nt-light-theme .nt-radar-info-modal__banner {
  background: rgba(124, 58, 237, 0.08);
  border-color: rgba(124, 58, 237, 0.2);
  color: #475569;
}
html.nt-light-theme .nt-radar-info-modal__banner strong {
  color: #6D28D9;
}

.nt-radar-info-modal__section {
  margin-bottom: 14px;
}
.nt-radar-info-modal__section:last-child {
  margin-bottom: 8px;
}

.nt-radar-info-modal__title {
  color: #F8FAFC;
  font-size: 13.5px;
  font-weight: 700;
}
html.nt-light-theme .nt-radar-info-modal__title {
  color: #0F172A;
}

.nt-radar-info-modal__list {
  margin: 6px 0 0 18px;
  padding: 0;
}
.nt-radar-info-modal__list li {
  margin-bottom: 3px;
  color: #94A3B8;
}
.nt-radar-info-modal__list strong {
  color: #F1F5F9;
}
html.nt-light-theme .nt-radar-info-modal__list li {
  color: #475569;
}
html.nt-light-theme .nt-radar-info-modal__list strong {
  color: #1E293B;
}

.nt-radar-info-modal__formula {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(56, 189, 248, 0.3);
  color: #38BDF8;
  padding: 10px;
  border-radius: 10px;
  margin-top: 6px;
  font-family: monospace;
  font-size: 12px;
}
html.nt-light-theme .nt-radar-info-modal__formula {
  background: #F1F5F9;
  border-color: rgba(2, 132, 199, 0.25);
  color: #0284C7;
}

.nt-radar-info-modal__note {
  margin-top: 10px;
  font-size: 12px;
  color: #94A3B8;
  margin-bottom: 0;
}
html.nt-light-theme .nt-radar-info-modal__note {
  color: #64748B;
}

.nt-fourbodies__canvas-wrap {
  position: relative;
  width: 100%;
  height: 280px;
}

/* AI Advisor Box */
.nt-fourbodies__advisor-box {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08) 0%, rgba(14, 165, 233, 0.04) 100%);
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.nt-fourbodies__advisor-avatar {
  font-size: 36px;
  background: rgba(124, 58, 237, 0.12);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 15px rgba(124, 58, 237, 0.2);
}

.nt-fourbodies__advisor-text-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nt-fourbodies__advisor-title {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}

.nt-fourbodies__advisor-text {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}
.nt-fourbodies__advisor-text strong {
  color: #c084fc;
}

/* ── Aba Hábitos (Glows / Shiny Spheres) ── */
.nt-fourbodies__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.nt-fourbodies__card {
  background-color: rgba(22, 27, 34, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: visible;
  backdrop-filter: blur(12px);
}
.nt-fourbodies__card:hover {
  transform: translateY(-4px);
  z-index: 50;
}
.nt-fourbodies__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.nt-fourbodies__card--physical::before {
  background: linear-gradient(90deg, #10B981, #059669);
}
.nt-fourbodies__card--physical:hover {
  box-shadow: 0 12px 32px rgba(16, 185, 129, 0.08);
}
.nt-fourbodies__card--physical .nt-fourbodies__card-icon {
  color: #10B981;
  background-color: rgba(16, 185, 129, 0.1);
}
.nt-fourbodies__card--physical .nt-fourbodies__progress-fill {
  background: #10B981;
}
.nt-fourbodies__card--mental::before {
  background: linear-gradient(90deg, #0EA5E9, #0284C7);
}
.nt-fourbodies__card--mental:hover {
  box-shadow: 0 12px 32px rgba(14, 165, 233, 0.08);
}
.nt-fourbodies__card--mental .nt-fourbodies__card-icon {
  color: #0EA5E9;
  background-color: rgba(14, 165, 233, 0.1);
}
.nt-fourbodies__card--mental .nt-fourbodies__progress-fill {
  background: #0EA5E9;
}
.nt-fourbodies__card--emotional::before {
  background: linear-gradient(90deg, #F43F5E, #E11D48);
}
.nt-fourbodies__card--emotional:hover {
  box-shadow: 0 12px 32px rgba(244, 63, 94, 0.08);
}
.nt-fourbodies__card--emotional .nt-fourbodies__card-icon {
  color: #F43F5E;
  background-color: rgba(244, 63, 94, 0.1);
}
.nt-fourbodies__card--emotional .nt-fourbodies__progress-fill {
  background: #F43F5E;
}
.nt-fourbodies__card--spiritual::before {
  background: linear-gradient(90deg, #8B5CF6, #7C3AED);
}
.nt-fourbodies__card--spiritual:hover {
  box-shadow: 0 12px 32px rgba(139, 92, 246, 0.08);
}
.nt-fourbodies__card--spiritual .nt-fourbodies__card-icon {
  color: #8B5CF6;
  background-color: rgba(139, 92, 246, 0.1);
}
.nt-fourbodies__card--spiritual .nt-fourbodies__progress-fill {
  background: #8B5CF6;
}

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

.nt-fourbodies__card-title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

.nt-fourbodies__card-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.nt-fourbodies__card-desc {
  font-size: 13px;
  color: #8B949E;
  line-height: 1.5;
}

/* Progresso */
.nt-fourbodies__progress {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 12px;
}

.nt-fourbodies__progress-header {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 500;
  color: #8B949E;
}

.nt-fourbodies__progress-value {
  color: #FFFFFF;
  font-weight: 600;
}

.nt-fourbodies__progress-bar {
  width: 100%;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 3px;
  overflow: hidden;
}

.nt-fourbodies__progress-fill {
  height: 100%;
  width: 0;
  border-radius: 3px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Lista de Hábitos */
.nt-fourbodies__habits {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
  flex: 1;
}

.nt-fourbodies__habit-item {
  background-color: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.nt-fourbodies__habit-item:hover {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}
.nt-fourbodies__habit-item:hover .nt-fourbodies__habit-delete {
  opacity: 1;
}

.nt-fourbodies__habit-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.nt-fourbodies__habit-title {
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  padding-right: 24px;
  line-height: 1.4;
}

.nt-fourbodies__habit-edit {
  background: none;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  transition: color 0.2s, background-color 0.2s, opacity 0.2s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-fourbodies__habit-edit:hover {
  color: #0EA5E9;
  background-color: rgba(14, 165, 233, 0.1);
}

.nt-fourbodies__habit-delete {
  background: none;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
  transition: color 0.2s, background-color 0.2s, opacity 0.2s;
  opacity: 0;
}
.nt-fourbodies__habit-delete:hover {
  color: #EF4444;
  background-color: rgba(239, 68, 68, 0.1);
}

/* Grade de Checks (Shiny Spheres) */
.nt-fourbodies__week-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  padding-top: 8px;
}

.nt-fourbodies__day-dot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer !important;
  pointer-events: auto !important;
  transition: transform 0.15s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-fourbodies__day-dot .nt-fourbodies__day-label {
  font-size: 9px;
  font-weight: 600;
  color: #8B949E;
  text-transform: uppercase;
  transition: color 0.15s, transform 0.15s, font-weight 0.15s;
}
.nt-fourbodies__day-dot::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.18);
  background: transparent;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s, transform 0.15s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-fourbodies__day-dot:hover {
  transform: translateY(-2px);
}
.nt-fourbodies__day-dot:hover .nt-fourbodies__day-label {
  color: #ffffff;
  font-weight: 800;
  transform: scale(1.1);
}
.nt-fourbodies__day-dot:hover::after {
  border-color: #0088cc !important;
  box-shadow: 0 0 12px rgba(0, 136, 204, 0.7), 0 2px 8px rgba(0, 0, 0, 0.4) !important;
  transform: scale(1.35) !important;
}
.nt-fourbodies__day-dot:hover.is-checked::after {
  transform: scale(1.35) !important;
  box-shadow: 0 0 14px currentColor, 0 2px 8px rgba(0, 0, 0, 0.4) !important;
}
.nt-fourbodies__day-dot:hover.is-extra::after {
  transform: scale(1.45) rotate(12deg) !important;
  filter: drop-shadow(0 0 10px rgb(251, 191, 36)) !important;
}
.nt-fourbodies__day-dot.is-checked::after {
  border-color: currentColor;
  transform: scale(1.1);
}
.nt-fourbodies__card--physical .nt-fourbodies__day-dot.is-checked {
  color: #10B981;
}
.nt-fourbodies__card--physical .nt-fourbodies__day-dot.is-checked::after {
  background: radial-gradient(circle at 35% 35%, #58ebb7 0%, #10b981 70%, #064e3b 100%);
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
}
.nt-fourbodies__card--mental .nt-fourbodies__day-dot.is-checked {
  color: #0EA5E9;
}
.nt-fourbodies__card--mental .nt-fourbodies__day-dot.is-checked::after {
  background: radial-gradient(circle at 35% 35%, #7dd3fc 0%, #0ea5e9 70%, #0369a1 100%);
  box-shadow: 0 0 10px rgba(14, 165, 233, 0.6);
}
.nt-fourbodies__card--emotional .nt-fourbodies__day-dot.is-checked {
  color: #F43F5E;
}
.nt-fourbodies__card--emotional .nt-fourbodies__day-dot.is-checked::after {
  background: radial-gradient(circle at 35% 35%, #fda4af 0%, #f43f5e 70%, #9f1239 100%);
  box-shadow: 0 0 10px rgba(244, 63, 94, 0.6);
}
.nt-fourbodies__card--spiritual .nt-fourbodies__day-dot.is-checked {
  color: #8B5CF6;
}
.nt-fourbodies__card--spiritual .nt-fourbodies__day-dot.is-checked::after {
  background: radial-gradient(circle at 35% 35%, #c084fc 0%, #8b5cf6 70%, #581c87 100%);
  box-shadow: 0 0 10px rgba(139, 92, 246, 0.6);
}
.nt-fourbodies__day-dot.is-checked.is-extra {
  cursor: pointer;
}
.nt-fourbodies__day-dot.is-checked.is-extra .nt-fourbodies__day-label {
  color: #fbbf24 !important;
  font-weight: 800 !important;
}
.nt-fourbodies__day-dot.is-checked.is-extra::after {
  content: "⭐" !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 16px !important;
  width: 16px !important;
  height: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: scale(1.15) !important;
  filter: drop-shadow(0 0 6px rgba(251, 191, 36, 0.9));
  animation: starPulse 2s infinite ease-in-out;
}
@keyframes starPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
}
.nt-fourbodies__day-dot.is-disabled:not(.is-extra) {
  cursor: default !important;
  opacity: 0.35;
}
.nt-fourbodies__day-dot.is-disabled:not(.is-extra)::after {
  border-style: dashed;
}
.nt-fourbodies__day-dot.is-disabled:not(.is-extra):hover {
  transform: none !important;
}
.nt-fourbodies__day-dot.is-disabled:not(.is-extra):hover .nt-fourbodies__day-label {
  color: #8B949E !important;
  font-weight: 600 !important;
  transform: none !important;
}
.nt-fourbodies__day-dot.is-disabled:not(.is-extra):hover::after {
  transform: none !important;
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
}

.nt-fourbodies__add-habit-btn {
  border: 1px dashed rgba(255, 255, 255, 0.1);
  background: none;
  border-radius: 10px;
  color: #8B949E;
  font-size: 13px;
  font-weight: 500;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  margin-top: auto;
}
.nt-fourbodies__add-habit-btn:hover {
  color: #FFFFFF;
  border-color: #0088CC;
  background-color: rgba(0, 136, 204, 0.05);
}

.nt-fourbodies__empty {
  font-size: 13px;
  color: #8B949E;
  text-align: center;
  padding: 24px 8px;
  border: 1px dashed rgba(255, 255, 255, 0.03);
  border-radius: 10px;
}

/* ── Aba Atividades do Período ── */
.nt-fourbodies__activities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  align-items: start;
}

.nt-fourbodies__activity-col {
  background: rgba(22, 27, 34, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 400px;
  backdrop-filter: blur(8px);
}

.nt-fourbodies__col-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 10px;
}

.nt-fourbodies__col-title {
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
}

.nt-fourbodies__col-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 6px;
}
.nt-fourbodies__col-list::-webkit-scrollbar {
  width: 6px;
}
.nt-fourbodies__col-list::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-fourbodies__col-list::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}

.nt-fourbodies__activity-item {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, transform 0.2s;
}
.nt-fourbodies__activity-item:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.nt-fourbodies__activity-check {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  color: transparent;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}
.nt-fourbodies__activity-check:hover {
  border-color: #0088CC;
}
.nt-fourbodies__activity-check.is-checked {
  background-color: #0088CC;
  border-color: #0088CC;
  color: #fff;
}
.nt-fourbodies__activity-col--physical .nt-fourbodies__activity-check.is-checked {
  background-color: #10B981;
  border-color: #10B981;
}
.nt-fourbodies__activity-col--mental .nt-fourbodies__activity-check.is-checked {
  background-color: #0EA5E9;
  border-color: #0EA5E9;
}
.nt-fourbodies__activity-col--emotional .nt-fourbodies__activity-check.is-checked {
  background-color: #F43F5E;
  border-color: #F43F5E;
}
.nt-fourbodies__activity-col--spiritual .nt-fourbodies__activity-check.is-checked {
  background-color: #8B5CF6;
  border-color: #8B5CF6;
}

.nt-fourbodies__activity-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.nt-fourbodies__activity-title {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.4;
}
.nt-fourbodies__activity-title.is-completed {
  text-decoration: line-through;
  color: #8B949E;
}

.nt-fourbodies__activity-subtext {
  font-size: 11px;
  color: #8B949E;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.nt-fourbodies__activity-subtext .nt-icon {
  opacity: 0.6;
}

.nt-fourbodies__badge {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 10px;
  color: #8B949E;
}

/* ── Aba Regras de Mapeamento ── */
.nt-fourbodies__mappings-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 24px;
  background: rgba(22, 27, 34, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  padding: 24px;
  backdrop-filter: blur(8px);
}

.nt-fourbodies__mappings-sidebar {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding-right: 18px;
}

.nt-fourbodies__mapping-type-btn {
  background: transparent;
  border: none;
  color: #8B949E;
  font-size: 13.5px;
  font-weight: 600;
  text-align: left;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  transition: color 0.2s, background-color 0.2s;
}
.nt-fourbodies__mapping-type-btn:hover {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.02);
}
.nt-fourbodies__mapping-type-btn.is-active {
  color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.04);
}

.nt-fourbodies__mappings-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nt-fourbodies__mappings-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.nt-fourbodies__mappings-header .nt-input {
  background: #0B0E14;
  border: 1px solid rgba(45, 51, 59, 0.7);
  border-radius: 10px;
  padding: 8px 12px;
  color: #FFFFFF;
  font-size: 13px;
  outline: none;
  width: 240px;
}
.nt-fourbodies__mappings-header .nt-input:focus {
  border-color: #0088CC;
}

.nt-fourbodies__mappings-title {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
}

.nt-fourbodies__mappings-table-wrap {
  overflow-x: auto;
}

.nt-fourbodies__mappings-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.nt-fourbodies__mappings-table th, .nt-fourbodies__mappings-table td {
  padding: 12px 16px;
  font-size: 13.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  vertical-align: middle;
}
.nt-fourbodies__mappings-table th {
  color: #8B949E;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.1);
}
.nt-fourbodies__mappings-table td {
  color: rgba(255, 255, 255, 0.9);
}

.nt-fourbodies__mapping-name-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}

.nt-fourbodies__mapping-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.nt-fourbodies__mapping-dot--spacer {
  background-color: transparent;
}

/* Animations */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Responsividade Geral */
@media (max-width: 1024px) {
  .nt-fourbodies__mappings-layout {
    grid-template-columns: 1fr;
  }
  .nt-fourbodies__mappings-sidebar {
    flex-direction: row;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-right: 0;
    padding-bottom: 12px;
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  .nt-fourbodies__period-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .nt-fourbodies__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .nt-fourbodies__ai-advisor {
    flex-direction: column;
    align-items: flex-start;
  }
  .nt-fourbodies__charts-container {
    grid-template-columns: 1fr;
  }
  .nt-fourbodies__advisor-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
/* ── Premium Layout: Gráficos Stacked & Detalhes Split ── */
.nt-fourbodies__chart-split-card {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 24px;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 1150px) {
  .nt-fourbodies__chart-split-card {
    grid-template-columns: 1fr;
  }
}

.nt-fourbodies__details-card {
  background: rgba(22, 27, 34, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  backdrop-filter: blur(8px);
}

.nt-fourbodies__details-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
}
.nt-fourbodies__details-list::-webkit-scrollbar {
  width: 6px;
}
.nt-fourbodies__details-list::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-fourbodies__details-list::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}

/* ── Popovers explicativos nos KPIs e Hábitos ── */
.nt-fourbodies__kpi-icon,
.nt-fourbodies__card-icon {
  position: relative;
  cursor: help;
}

.nt-fourbodies__popover {
  position: absolute;
  bottom: calc(100% + 12px);
  right: -10px;
  width: 260px;
  background: rgba(22, 27, 34, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  font-weight: normal;
  text-align: left;
  white-space: normal;
  pointer-events: none;
  transform: translateY(6px);
}
.nt-fourbodies__popover::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 29px;
  transform: translateX(50%);
  border: 6px solid transparent;
  border-top-color: rgba(22, 27, 34, 0.95);
}
@media (max-width: 768px) {
  .nt-fourbodies__popover {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    z-index: 1000;
    transform: translateY(0);
  }
  .nt-fourbodies__popover::after {
    display: none;
  }
}
.nt-fourbodies__popover h5 {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 6px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-fourbodies__popover p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.nt-fourbodies__popover ul {
  margin: 0;
  padding-left: 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}
.nt-fourbodies__popover ul li {
  margin-bottom: 4px;
  list-style-type: disc;
}

/* ── Detalhes Avançados Trigger no Título ── */
.nt-fourbodies__kpi-title,
.nt-fourbodies__card-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px dashed transparent;
  transition: border-bottom-color 0.2s;
  padding-bottom: 2px;
  user-select: none;
}
.nt-fourbodies__kpi-title:hover,
.nt-fourbodies__card-title:hover {
  border-bottom-color: rgba(255, 255, 255, 0.45);
}

/* ── Menu Ações da IA Dropdown ── */
.nt-fourbodies__ai-actions-wrap {
  position: relative;
}

.nt-fourbodies__ai-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 265px;
  background: rgba(22, 27, 34, 0.92);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 10px;
  padding: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transform-origin: top right;
  animation: fadeIn 0.2s ease-out;
}

.nt-fourbodies__ai-dropdown-item {
  background: transparent;
  border: none;
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  padding: 10px 12px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.nt-fourbodies__ai-dropdown-item:hover {
  background-color: rgba(14, 165, 233, 0.12);
  color: #FFFFFF;
}

/* ── Banner de Explicação de Hierarquia (Mappings) ── */
.nt-fourbodies__hierarchy-banner {
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.08) 0%, rgba(22, 27, 34, 0.4) 100%);
  border: 1px solid rgba(0, 136, 204, 0.2);
  border-radius: 16px;
  padding: 18px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
  backdrop-filter: blur(8px);
}

.nt-fourbodies__hierarchy-icon {
  font-size: 20px;
  color: #0088CC;
  background: rgba(0, 136, 204, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(0, 136, 204, 0.1);
}

.nt-fourbodies__hierarchy-title {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 6px 0;
}

.nt-fourbodies__hierarchy-text {
  font-size: 13px;
  color: #8B949E;
  line-height: 1.55;
  margin: 0;
}
.nt-fourbodies__hierarchy-text strong {
  color: rgba(255, 255, 255, 0.95);
}

/* ── Select Customizados para Tabela de Regras ── */
.nt-fourbodies__select-wrapper {
  position: relative;
  width: 100%;
  max-width: 185px;
}
.nt-fourbodies__select-wrapper svg {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #8B949E;
  width: 12px;
  height: 12px;
  transition: color 0.2s;
}
.nt-fourbodies__select-wrapper:hover svg {
  color: #FFFFFF;
}
.nt-fourbodies__select-wrapper select {
  appearance: none;
  padding-right: 32px;
}

.nt-fourbodies__select {
  width: 100%;
  background: #0B0E14;
  border: 1px solid rgba(45, 51, 59, 0.7);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-family: inherit;
  font-size: 13px;
  padding: 8px 12px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.nt-fourbodies__select:focus {
  border-color: #0088CC;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.15);
}
.nt-fourbodies__select option {
  background: #161B22;
  color: rgba(255, 255, 255, 0.9);
}

/* ── Scroll da Página dos 4 Corpos no Layout do Neotriad ── */
.nt-main:has(.nt-fourbodies) main.nt-content {
  overflow-y: auto !important;
}

/* Overrides para destacar o período selecionado no Datepicker e corrigir posição dos tooltips */
.nt-dp__day--range-between {
  background: rgba(0, 136, 204, 0.25) !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.nt-tooltip {
  position: fixed !important;
  z-index: 100000 !important;
}

/* ── Badges e bordas diferenciando Tarefas e Compromissos ── */
.nt-fourbodies__activity-item--appointment {
  border-left: 3px solid #58a6ff !important;
}

.nt-fourbodies__activity-item--task {
  border-left: 3px solid #8B949E !important;
}

.nt-activity-type-badge {
  display: inline-flex;
  align-items: center;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-right: 6px;
  line-height: 1.2;
}
.nt-activity-type-badge--task {
  background-color: rgba(255, 255, 255, 0.05);
  color: #8B949E;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.nt-activity-type-badge--appointment {
  background-color: rgba(0, 136, 204, 0.1);
  color: #58a6ff;
  border: 1px solid rgba(0, 136, 204, 0.2);
}

/* ── Seletor de dias para Hábitos (Quatro Corpos) ── */
.nt-habit-days-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(22, 27, 34, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 12px;
  gap: 6px;
}
@media (max-width: 360px) {
  .nt-habit-days-selector {
    gap: 2px;
    padding: 8px;
  }
}

.nt-habit-day-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 1;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding: 6px 0;
  border-radius: 10px;
  transition: background 0.2s;
}
.nt-habit-day-col:hover:not(.is-disabled) {
  background: rgba(255, 255, 255, 0.02);
}
.nt-habit-day-col.is-disabled {
  opacity: 0.25;
  cursor: not-allowed;
  pointer-events: none;
}

.nt-habit-day-col__name {
  font-size: 10px;
  font-weight: 700;
  color: #8B949E;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 360px) {
  .nt-habit-day-col__name {
    font-size: 8px;
  }
}

.nt-habit-day-col__date {
  font-size: 11px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 360px) {
  .nt-habit-day-col__date {
    font-size: 9px;
  }
}

.nt-habit-day-col__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  background: transparent;
  margin-top: 4px;
}
.nt-habit-day-col__dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  transition: all 0.2s;
}

.nt-habit-day-col.is-active {
  background: rgba(124, 58, 237, 0.05);
}
.nt-habit-day-col.is-active .nt-habit-day-col__dot {
  border-color: #7C3AED;
  background: rgba(124, 58, 237, 0.1);
}
.nt-habit-day-col.is-active .nt-habit-day-col__dot::after {
  background: #7C3AED;
  box-shadow: 0 0 8px rgba(124, 58, 237, 0.6);
}

/* ── Checkboxes Customizados Premium ── */
.nt-fourbodies__checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--nt-text-muted, #8B949E);
  cursor: pointer;
  user-select: none;
  margin: 0;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.nt-fourbodies__checkbox-label:hover {
  color: #ffffff;
}
.nt-fourbodies__checkbox-label:hover .nt-fourbodies__checkbox-custom {
  border-color: var(--nt-primary, #7C3AED);
  box-shadow: 0 0 6px rgba(124, 58, 237, 0.25);
}

.nt-fourbodies__checkbox-input {
  display: none !important;
}

.nt-fourbodies__checkbox-custom {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(45, 51, 59, 0.8);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.nt-fourbodies__checkbox-custom::after {
  content: "✓";
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0;
  transform: scale(0.6);
  transition: transform 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46), opacity 0.15s ease;
}
.nt-fourbodies__checkbox-input:checked + .nt-fourbodies__checkbox-custom {
  background-color: var(--nt-primary, #7C3AED);
  border-color: var(--nt-primary, #7C3AED);
  box-shadow: 0 0 8px rgba(124, 58, 237, 0.4);
}
.nt-fourbodies__checkbox-input:checked + .nt-fourbodies__checkbox-custom::after {
  opacity: 1;
  transform: scale(1);
}

.nt-recurrence-occurrences-control.is-disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

/* ── Guia Explicativo (Como funciona) ── */
#fourbodies-guide-modal .nt-modal__body {
  color: rgba(255, 255, 255, 0.85);
}
#fourbodies-guide-modal .nt-modal__body p {
  color: rgba(255, 255, 255, 0.75);
}
#fourbodies-guide-modal .nt-fourbodies-guide__hierarchy-section {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 16px;
}
#fourbodies-guide-modal .nt-fourbodies-guide__hierarchy-section h4 {
  color: #ffffff;
}
#fourbodies-guide-modal .nt-fourbodies-guide__hierarchy-section p {
  color: rgba(255, 255, 255, 0.65);
}
#fourbodies-guide-modal .nt-modal__footer {
  background: transparent !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

/* ── Popover de Ações Rápidas da Bolinha de Hábito ── */
.nt-fourbodies__dot-popover {
  position: fixed !important;
  z-index: 999999 !important;
  width: 270px;
  background: #181B20 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.08) !important;
  padding: 14px;
  display: flex !important;
  flex-direction: column;
  gap: 10px;
  opacity: 1 !important;
  visibility: visible !important;
  backdrop-filter: blur(16px);
  animation: dotPopoverFadeIn 0.18s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-fourbodies__dot-popover.is-top::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #181B20;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.nt-fourbodies__dot-popover.is-bottom::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: #181B20;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-header {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-title {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-date {
  font-size: 11px;
  font-weight: 500;
  color: #94a3b8;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: rgba(255, 255, 255, 0.03);
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-info {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 4px;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-status {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 20px;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-status.is-completed {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-status.is-extra {
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-status.is-pending {
  background: rgba(245, 158, 11, 0.1);
  color: #fcd34d;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-status.is-unplanned {
  background: rgba(255, 255, 255, 0.05);
  color: #64748b;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-extra-notice {
  font-size: 11px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: 8px;
  padding: 8px 10px;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-extra-notice strong {
  color: #fbbf24;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-footer {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 2px;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-btn {
  width: 100%;
  padding: 7px 12px;
  font-size: 11px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-btn--primary {
  background: #0088cc;
  color: #ffffff;
  border: none;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-btn--primary:hover {
  background: #0077b3;
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-btn--secondary {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
html.nt-light-theme .nt-fourbodies__dot-popover {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.06) !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover.is-top::after, html.nt-light-theme .nt-fourbodies__dot-popover.is-bottom::after {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-date {
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-body {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-info {
  color: #334155 !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-status.is-completed {
  background: rgba(16, 185, 129, 0.1) !important;
  color: #059669 !important;
  border-color: rgba(16, 185, 129, 0.25) !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-status.is-extra {
  background: rgba(245, 158, 11, 0.1) !important;
  color: #d97706 !important;
  border-color: rgba(245, 158, 11, 0.25) !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-status.is-pending {
  background: rgba(245, 158, 11, 0.08) !important;
  color: #d97706 !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-status.is-unplanned {
  background: #F1F5F9 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-extra-notice {
  background: rgba(245, 158, 11, 0.08) !important;
  border-color: rgba(245, 158, 11, 0.3) !important;
  color: #334155 !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-extra-notice strong {
  color: #b45309 !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-btn--secondary {
  background: #F1F5F9 !important;
  color: #334155 !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-fourbodies__dot-popover .nt-fourbodies__dot-popover-btn--secondary:hover {
  background: #E2E8F0 !important;
  color: #0F172A !important;
}

@keyframes dotPopoverFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-categories__header {
  margin-bottom: 24px;
}
.nt-categories__title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-categories__subtitle {
  color: #8B949E;
  margin-top: 4px;
  font-size: 13.5px;
}

.nt-categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
  align-items: start;
}
@media (max-width: 1024px) {
  .nt-categories-grid {
    grid-template-columns: 1fr;
  }
}

.nt-categories-card {
  background-color: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.nt-categories-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #2D333B;
  padding-bottom: 16px;
}
.nt-categories-card__header .icon {
  font-size: 24px;
}
.nt-categories-card__header .title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
.nt-categories-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nt-categories-card__body .desc {
  font-size: 13px;
  color: #8B949E;
  line-height: 1.5;
  margin: 0;
}

.nt-categories-list-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-bottom: 1px solid #2D333B;
  padding-bottom: 20px;
}
.nt-categories-list-section h3 {
  font-size: 13.5px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nt-categories-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 250px;
  overflow-y: auto;
  padding-right: 4px;
}
.nt-categories-list .empty-state {
  font-size: 12.5px;
  color: #8B949E;
  font-style: italic;
  padding: 16px;
  border: 1px dashed #2D333B;
  border-radius: 10px;
  text-align: center;
}
.nt-categories-list .error-state {
  color: #EF4444;
  font-size: 12.5px;
  padding: 12px;
  text-align: center;
}

.nt-category-list-item {
  background-color: #0B0E14;
  border: 1px solid #2D333B;
  border-radius: 6px;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s, border-color 0.2s;
  cursor: pointer;
}
.nt-category-list-item:hover {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}
.nt-category-list-item:hover .delete-btn {
  opacity: 1;
}
.nt-category-list-item__info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-category-list-item__info .color-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.nt-category-list-item__info .name {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-category-list-item .delete-btn {
  background: none;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: color 0.2s, background-color 0.2s, opacity 0.2s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-category-list-item .delete-btn:hover {
  color: #EF4444;
  background-color: rgba(239, 68, 68, 0.1);
}

.nt-categories-create-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-categories-create-section h3 {
  font-size: 13.5px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nt-categories-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nt-categories-form__submit {
  align-self: flex-start;
  margin-top: 8px;
}

html.nt-light-theme .nt-categories__title {
  color: #1E293B;
}
html.nt-light-theme .nt-categories-card {
  background-color: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-categories-card__header {
  border-bottom-color: #F1F5F9;
}
html.nt-light-theme .nt-categories-card__header .title {
  color: #1E293B;
}
html.nt-light-theme .nt-categories-list-section {
  border-bottom-color: #F1F5F9;
}
html.nt-light-theme .nt-categories-list-section h3 {
  color: #1E293B;
}
html.nt-light-theme .nt-categories-list .empty-state {
  border-color: #E2E8F0;
  color: #94A3B8;
}
html.nt-light-theme .nt-category-list-item {
  background-color: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-category-list-item:hover {
  background-color: #F1F5F9;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-category-list-item__info .name {
  color: #1E293B;
}
html.nt-light-theme .nt-category-list-item .delete-btn {
  color: #64748B;
}
html.nt-light-theme .nt-categories-create-section h3 {
  color: #1E293B;
}
html.nt-light-theme .nt-color-presets .preset-color-dot.is-selected {
  border-color: #0F172A;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-roles-mission__header {
  margin-bottom: 24px;
}
.nt-roles-mission__title {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-roles-mission__subtitle {
  color: #8B949E;
  margin-top: 4px;
  font-size: 13.5px;
}

.nt-roles-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
  align-items: start;
}
@media (max-width: 1024px) {
  .nt-roles-mission-grid {
    grid-template-columns: 1fr;
  }
}

.nt-roles-mission-card {
  background-color: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  overflow: hidden;
}
.nt-roles-mission-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #2D333B;
  padding-bottom: 16px;
}
.nt-roles-mission-card__header .icon {
  font-size: 24px;
}
.nt-roles-mission-card__header .title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
.nt-roles-mission-card__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nt-roles-mission-card__body .desc {
  font-size: 13px;
  color: #8B949E;
  line-height: 1.5;
  margin: 0;
}
.nt-roles-mission-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.nt-roles-mission-card__footer .status-msg {
  font-size: 12px;
  font-weight: 600;
}
.nt-roles-mission-card__footer .status-msg.is-loading {
  color: #0088CC;
}
.nt-roles-mission-card__footer .status-msg.is-success {
  color: #22C55E;
}
.nt-roles-mission-card__footer .status-msg.is-error {
  color: #EF4444;
}

.nt-roles-list-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-bottom: 1px solid #2D333B;
  padding-bottom: 20px;
}
.nt-roles-list-section h3 {
  font-size: 13.5px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nt-roles-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 250px;
  overflow-y: auto;
  padding-right: 4px;
}
.nt-roles-list .empty-state {
  font-size: 12.5px;
  color: #8B949E;
  font-style: italic;
  padding: 16px;
  border: 1px dashed #2D333B;
  border-radius: 10px;
  text-align: center;
}
.nt-roles-list .error-state {
  color: #EF4444;
  font-size: 12.5px;
  padding: 12px;
  text-align: center;
}

.nt-role-list-item {
  background-color: #0B0E14;
  border: 1px solid #2D333B;
  border-radius: 6px;
  padding: 10px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s, border-color 0.2s;
}
.nt-role-list-item:hover {
  background-color: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
}
.nt-role-list-item:hover .delete-btn {
  opacity: 1;
}
.nt-role-list-item__info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-role-list-item__info .color-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.nt-role-list-item__info .name {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-role-list-item .delete-btn {
  background: none;
  border: none;
  color: #8B949E;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: color 0.2s, background-color 0.2s, opacity 0.2s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-role-list-item .delete-btn:hover {
  color: #EF4444;
  background-color: rgba(239, 68, 68, 0.1);
}

.nt-roles-create-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-roles-create-section h3 {
  font-size: 13.5px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nt-roles-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nt-roles-form__submit {
  align-self: flex-start;
  margin-top: 8px;
}

.nt-color-presets {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
}
.nt-color-presets .preset-color-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s;
  padding: 0;
}
.nt-color-presets .preset-color-dot:hover {
  transform: scale(1.15);
}
.nt-color-presets .preset-color-dot.is-selected {
  border-color: #FFFFFF;
  transform: scale(1.1);
}

.nt-mission-premium-view {
  position: relative;
  padding: 40px 32px 30px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(0, 136, 204, 0.12) 0%, rgba(22, 27, 34, 0.4) 100%);
  border: 1px solid rgba(0, 136, 204, 0.25);
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.nt-mission-premium-view .quote-icon {
  font-family: "Playfair Display", "Georgia", serif;
  font-size: 80px;
  color: rgba(0, 136, 204, 0.35);
  position: absolute;
  user-select: none;
  line-height: 1;
}
.nt-mission-premium-view .quote-icon.quote-start {
  top: -10px;
  left: 20px;
}
.nt-mission-premium-view .quote-icon.quote-end {
  bottom: 30px;
  right: 20px;
}
.nt-mission-premium-view .mission-text {
  font-size: 15px;
  font-style: italic;
  line-height: 1.65;
  color: #E2E8F0;
  max-width: 90%;
  margin: 0;
  padding: 0 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  font-weight: 500;
  white-space: pre-line;
}
.nt-mission-premium-view__edit-btn {
  margin-top: 12px;
  transition: all 0.3s ease;
  border-color: rgba(0, 136, 204, 0.4);
  color: rgba(0, 136, 204, 0.9) !important;
  background: rgba(0, 136, 204, 0.05);
}
.nt-mission-premium-view__edit-btn:hover {
  background: rgba(0, 136, 204, 0.2);
  border-color: #0088CC;
  color: #FFFFFF !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.25);
}

.nt-mission-premium-edit {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nt-mission-premium-edit.is-hidden {
  display: none !important;
}

.nt-mission-premium-view.is-hidden {
  display: none !important;
}

.nt-modal--small {
  max-width: 440px !important;
}

.nt-roles-archived-section .nt-roles-archived-details summary {
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  transition: all 0.2s ease;
  user-select: none;
}
.nt-roles-archived-section .nt-roles-archived-details summary:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.nt-roles-archived-section .nt-roles-archived-details summary .arrow {
  transition: transform 0.2s ease;
  display: inline-block;
  color: #0088CC;
}
.nt-roles-archived-section .nt-roles-archived-details[open] summary {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.08);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.nt-roles-archived-section .nt-roles-archived-details[open] #nt-roles-archived-list {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 12px;
  background: rgba(0, 0, 0, 0.15);
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-content.nt-content--roles-mission {
  overflow-y: auto !important;
  overflow-x: hidden;
}

.nt-roles-mission-grid {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.nt-roles-mission-card {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.nt-mission-premium-view {
  display: block;
  text-align: center;
  position: relative;
}

.quote-icon.quote-start {
  position: absolute;
  line-height: 1;
}

.quote-icon.quote-end {
  position: absolute;
  line-height: 1;
}

.mission-text {
  display: block !important;
  text-align: center !important;
  padding: 0 40px !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 768px), screen and (max-height: 700px) {
  .nt-roles-mission__header {
    margin-bottom: 16px;
  }
  .nt-roles-mission__title {
    font-size: 20px;
  }
  .nt-roles-mission__subtitle {
    font-size: 13px;
  }
  .nt-roles-mission-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 16px;
  }
  .nt-roles-mission-card {
    padding: 16px;
    overflow: visible;
  }
  .nt-roles-mission-card__header {
    padding-bottom: 12px;
  }
  .nt-roles-mission-card__header .icon {
    font-size: 20px;
  }
  .nt-roles-mission-card__header .title {
    font-size: 16px;
  }
  .nt-roles-list {
    max-height: 200px;
    -webkit-overflow-scrolling: touch;
  }
  .nt-role-list-item {
    padding: 8px 12px;
  }
  .nt-role-list-item__info .name {
    font-size: 12px;
  }
  .nt-mission-premium-view {
    padding: 20px 16px 18px;
    gap: 12px;
  }
  .nt-mission-premium-view .quote-icon.quote-start {
    top: 8px;
    left: 10px;
    font-size: clamp(32px, 8vw, 45px);
  }
  .nt-mission-premium-view .quote-icon.quote-end {
    bottom: 38px;
    right: 10px;
    font-size: clamp(32px, 8vw, 45px);
  }
  .nt-mission-premium-view .mission-text {
    font-size: 13px;
    max-width: 100%;
    padding: 0 4px;
  }
}
@media (max-width: 370px) {
  .nt-content.nt-content--roles-mission {
    padding: 16px 12px;
  }
  .nt-roles-mission__header {
    margin-bottom: 12px;
  }
  .nt-roles-mission__title {
    font-size: 17px;
  }
  .nt-roles-mission__subtitle {
    font-size: 12px;
  }
  .nt-roles-mission-grid {
    gap: 12px;
    margin-top: 12px;
  }
  .nt-roles-mission-card {
    padding: 14px;
    gap: 14px;
  }
  .nt-roles-mission-card__header {
    gap: 8px;
    padding-bottom: 10px;
  }
  .nt-roles-mission-card__header .icon {
    font-size: 18px;
  }
  .nt-roles-mission-card__header .title {
    font-size: 15px;
  }
  .nt-mission-premium-view {
    padding: 16px 12px 14px;
    gap: 10px;
  }
  .nt-mission-premium-view .quote-icon.quote-start {
    top: 6px;
    left: 8px;
    font-size: 28px;
  }
  .nt-mission-premium-view .quote-icon.quote-end {
    bottom: 34px;
    right: 8px;
    font-size: 28px;
  }
  .nt-mission-premium-view .mission-text {
    font-size: 12.5px;
    line-height: 1.5;
    padding: 0;
  }
  .nt-mission-premium-view__edit-btn {
    font-size: 11px !important;
    padding: 8px 12px !important;
    white-space: normal;
    text-align: center;
  }
  .nt-roles-create-section h3 {
    font-size: 12px;
  }
  .nt-roles-list-section h3 {
    font-size: 12px;
  }
  .nt-color-presets .preset-color-dot {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) and (min-height: 701px) {
  .nt-roles-mission-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .nt-roles-mission-card {
    overflow: visible;
    height: auto;
    min-height: min-content;
  }
  .nt-roles-list {
    max-height: 400px;
    -webkit-overflow-scrolling: touch;
  }
  .nt-mission-premium-view .quote-icon.quote-start {
    top: 10px;
    left: 14px;
    font-size: clamp(40px, 5vw, 55px);
  }
  .nt-mission-premium-view .quote-icon.quote-end {
    bottom: 42px;
    right: 14px;
    font-size: clamp(40px, 5vw, 55px);
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) and (min-height: 701px) {
  .nt-roles-mission-grid {
    gap: 20px;
  }
  .nt-roles-mission-card {
    padding: 24px;
    overflow: visible;
    height: auto;
    min-height: min-content;
  }
  .nt-mission-premium-view {
    padding: 24px 20px 20px;
  }
  .nt-mission-premium-view .quote-icon.quote-start {
    top: 12px;
    left: 16px;
    font-size: clamp(40px, 4vw, 60px);
  }
  .nt-mission-premium-view .quote-icon.quote-end {
    bottom: 48px;
    right: 16px;
    font-size: clamp(40px, 4vw, 60px);
  }
}
@media (min-width: 1367px) {
  .quote-icon.quote-start {
    top: 12px !important;
    left: 16px !important;
    font-size: clamp(40px, 4vw, 60px);
  }
  .quote-icon.quote-end {
    bottom: 55px !important;
    right: 16px !important;
    font-size: clamp(40px, 4vw, 60px);
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-academy-dashboard {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 60px;
}

.nt-academy-header-stats {
  display: flex;
  gap: 16px;
  align-items: center;
}

.nt-academy-stat-card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 150px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #161B22 0%, rgba(15, 18, 25, 0.8) 100%);
}

.nt-academy-stat-num {
  font-size: 28px;
  font-weight: 700;
  color: #7C3AED;
  text-shadow: 0 0 10px rgba(124, 58, 237, 0.3);
}

.nt-academy-stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8B949E;
  margin-top: 4px;
}

.nt-academy-roadmap-section {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: visible;
}
.nt-academy-roadmap-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 10% 20%, rgba(124, 58, 237, 0.04) 0%, transparent 60%);
  pointer-events: none;
}

.nt-academy-section-title {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.nt-academy-roadmap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px 10px 40px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .nt-academy-roadmap {
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    padding: 20px 10px;
  }
}

.nt-academy-roadmap__line-container {
  position: absolute;
  top: 52px;
  left: 100px;
  right: 100px;
  height: 4px;
  z-index: 1;
}
@media (max-width: 768px) {
  .nt-academy-roadmap__line-container {
    top: 52px;
    bottom: 52px;
    left: 42px;
    width: 4px;
    height: auto;
    right: auto;
  }
}

.nt-academy-roadmap__line-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2D333B;
  border-radius: 2px;
}

.nt-academy-roadmap__line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #d97706 0%, #64748b 33%, #ca8a04 66%, #7c3aed 100%);
  border-radius: 2px;
  transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1), height 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 10px rgba(124, 58, 237, 0.4);
}
@media (max-width: 768px) {
  .nt-academy-roadmap__line {
    width: 100% !important;
    height: 0%;
    background: linear-gradient(180deg, #d97706 0%, #64748b 33%, #ca8a04 66%, #7c3aed 100%);
  }
}

.nt-academy-roadmap__step {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 120px;
  text-align: center;
}
@media (max-width: 768px) {
  .nt-academy-roadmap__step {
    flex-direction: row;
    width: 100%;
    text-align: left;
    gap: 20px;
  }
}

.nt-academy-roadmap__node {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-academy-roadmap__node .nt-academy-roadmap__img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  filter: grayscale(100%) opacity(0.35);
  border: 2.5px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-academy-roadmap__node .nt-academy-roadmap__check {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 22px;
  height: 22px;
  background: #22C55E;
  border: 2.5px solid #161B22;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nt-academy-roadmap__node.is-unlocked {
  transform: scale(1.08);
}
.nt-academy-roadmap__node.is-unlocked .nt-academy-roadmap__img {
  filter: grayscale(0) drop-shadow(0 0 8px rgba(255, 255, 255, 0.25));
  opacity: 1;
}
.nt-academy-roadmap__node.is-unlocked .nt-academy-roadmap__check {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.7);
}
.nt-academy-roadmap__node#nt-roadmap-node-1 .nt-academy-roadmap__img {
  border-color: rgba(217, 119, 6, 0.45);
}
.nt-academy-roadmap__node#nt-roadmap-node-1.is-unlocked .nt-academy-roadmap__img {
  border: 3px solid #d97706;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5), 0 0 18px rgba(217, 119, 6, 0.55);
}
.nt-academy-roadmap__node#nt-roadmap-node-2 .nt-academy-roadmap__img {
  border-color: rgba(100, 116, 139, 0.45);
}
.nt-academy-roadmap__node#nt-roadmap-node-2.is-unlocked .nt-academy-roadmap__img {
  border: 3px solid #94a3b8;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5), 0 0 18px rgba(100, 116, 139, 0.55);
}
.nt-academy-roadmap__node#nt-roadmap-node-3 .nt-academy-roadmap__img {
  border-color: rgba(234, 179, 8, 0.45);
}
.nt-academy-roadmap__node#nt-roadmap-node-3.is-unlocked .nt-academy-roadmap__img {
  border: 3px solid #eab308;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5), 0 0 20px rgba(234, 179, 8, 0.6);
}
.nt-academy-roadmap__node#nt-roadmap-node-4 .nt-academy-roadmap__img {
  border-color: rgba(168, 85, 247, 0.45);
}
.nt-academy-roadmap__node#nt-roadmap-node-4.is-unlocked .nt-academy-roadmap__img {
  border: 3px solid #a855f7;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.5), 0 0 24px rgba(168, 85, 247, 0.7), 0 0 10px rgba(6, 182, 212, 0.35);
  animation: pulse-platinum 2s infinite alternate;
}

@keyframes pulse-platinum {
  0% {
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
  }
  100% {
    box-shadow: 0 0 25px rgba(168, 85, 247, 0.7), 0 0 10px rgba(255, 255, 255, 0.2);
  }
}
.nt-academy-roadmap__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .nt-academy-roadmap__info {
    align-items: flex-start;
  }
}

.nt-academy-roadmap__title {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
}

.nt-academy-roadmap__desc {
  font-size: 11px;
  color: #8B949E;
  margin-top: 2px;
}

.nt-academy-tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #2D333B;
  padding-bottom: 1px;
  overflow-x: auto;
  scrollbar-width: none;
}
.nt-academy-tabs::-webkit-scrollbar {
  display: none;
}

.nt-academy-tab {
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 18px;
  font-size: 13px;
  font-weight: 500;
  color: #8B949E;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.nt-academy-tab:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.02);
}
.nt-academy-tab.is-active {
  color: #7C3AED;
  border-bottom-color: #7C3AED;
  font-weight: 600;
  text-shadow: 0 0 8px rgba(124, 58, 237, 0.25);
}

.nt-academy-module-block {
  margin-bottom: 32px;
  animation: fadeIn 0.4s ease-out;
}

.nt-academy-module-header {
  margin-bottom: 16px;
  padding-left: 4px;
  border-left: 3px solid #7C3AED;
}

.nt-academy-module-title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

.nt-academy-module-desc {
  font-size: 13px;
  color: #8B949E;
  margin-top: 4px;
}

.nt-academy-video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 25em), 1fr));
  gap: 24px;
}

.nt-academy-video-card {
  width: 100%;
  min-width: 0;
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}
.nt-academy-video-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.4);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3), 0 0 15px rgba(124, 58, 237, 0.2);
}
.nt-academy-video-card:hover .nt-academy-video-card__play-btn {
  transform: translate(-50%, -50%) scale(1.15);
  background: #7C3AED;
  box-shadow: 0 0 15px rgba(124, 58, 237, 0.6);
}

.nt-academy-video-card__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: #06080c;
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(circle at center, rgba(15, 18, 25, 0.5) 0%, #000000 100%);
}
.nt-academy-video-card__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(124, 58, 237, 0.15) 0%, transparent 80%);
  opacity: 0.5;
  pointer-events: none;
}

.nt-academy-video-card__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--banner-bg-dark, var(--module-fallback-bg));
  transition: background-image 0.35s ease-in-out;
}
.nt-academy-video-card__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 60%, rgba(15, 23, 42, 0.25) 100%);
  z-index: 1;
  pointer-events: none;
}

.nt-academy-video-card__banner-logo {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 32px;
  object-fit: contain;
  opacity: 0.95;
  z-index: 2;
}
.nt-academy-video-card__banner-logo.nt-logo-dark {
  display: block;
}
.nt-academy-video-card__banner-logo.nt-logo-light {
  display: none;
}

.nt-academy-video-card__banner-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  z-index: 2;
  position: relative;
}

.nt-academy-video-card__banner-badge {
  align-self: flex-start;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.nt-academy-video-card__banner-title {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.15;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0;
  max-width: 95%;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.9), 0 0 10px rgba(255, 255, 255, 0.15);
}

.nt-academy-video-card[data-module-id=m1] {
  --module-fallback-bg: linear-gradient(135deg, rgba(88, 28, 135, 0.8) 0%, rgba(15, 23, 42, 0.98) 100%);
}
.nt-academy-video-card[data-module-id=m1] .nt-academy-video-card__banner-badge {
  background: linear-gradient(90deg, #7c3aed 0%, #a855f7 100%);
  box-shadow: 0 0 8px rgba(168, 85, 247, 0.5);
}

.nt-academy-video-card[data-module-id=m2] {
  --module-fallback-bg: linear-gradient(135deg, rgba(120, 53, 4, 0.8) 0%, rgba(15, 23, 42, 0.98) 100%);
}
.nt-academy-video-card[data-module-id=m2] .nt-academy-video-card__banner-badge {
  background: linear-gradient(90deg, #d97706 0%, #f59e0b 100%);
  box-shadow: 0 0 8px rgba(245, 158, 11, 0.5);
}

.nt-academy-video-card[data-module-id=m3] {
  --module-fallback-bg: linear-gradient(135deg, rgba(6, 78, 59, 0.8) 0%, rgba(15, 23, 42, 0.98) 100%);
}
.nt-academy-video-card[data-module-id=m3] .nt-academy-video-card__banner-badge {
  background: linear-gradient(90deg, #059669 0%, #10b981 100%);
  box-shadow: 0 0 8px rgba(16, 185, 129, 0.5);
}

.nt-academy-video-card[data-module-id=m4] {
  --module-fallback-bg: linear-gradient(135deg, rgba(153, 27, 27, 0.8) 0%, rgba(15, 23, 42, 0.98) 100%);
}
.nt-academy-video-card[data-module-id=m4] .nt-academy-video-card__banner-badge {
  background: linear-gradient(90deg, #dc2626 0%, #f87171 100%);
  box-shadow: 0 0 8px rgba(248, 113, 113, 0.5);
}

.nt-academy-video-card[data-module-id=m5] {
  --module-fallback-bg: linear-gradient(135deg, rgba(30, 58, 138, 0.8) 0%, rgba(15, 23, 42, 0.98) 100%);
}
.nt-academy-video-card[data-module-id=m5] .nt-academy-video-card__banner-badge {
  background: linear-gradient(90deg, #2563eb 0%, #60a5fa 100%);
  box-shadow: 0 0 8px rgba(96, 165, 250, 0.5);
}

.nt-academy-video-card[data-module-id=m6] {
  --module-fallback-bg: linear-gradient(135deg, rgba(15, 118, 110, 0.8) 0%, rgba(15, 23, 42, 0.98) 100%);
}
.nt-academy-video-card[data-module-id=m6] .nt-academy-video-card__banner-badge {
  background: linear-gradient(90deg, #0d9488 0%, #14b8a6 100%);
  box-shadow: 0 0 8px rgba(20, 184, 166, 0.5);
}

.nt-academy-video-card[data-module-id=m_extras] {
  --module-fallback-bg: linear-gradient(135deg, rgba(192, 38, 211, 0.8) 0%, rgba(15, 23, 42, 0.98) 100%);
}
.nt-academy-video-card[data-module-id=m_extras] .nt-academy-video-card__banner-badge {
  background: linear-gradient(90deg, #c026d3 0%, #e879f9 100%);
  box-shadow: 0 0 10px rgba(192, 38, 211, 0.6);
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.nt-academy-video-card__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

.nt-academy-video-card__duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.75);
  color: #FFFFFF;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 500;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.nt-academy-video-card__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(15, 18, 25, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nt-academy-video-card__play-btn svg {
  margin-left: 2px;
}

.nt-academy-video-card__check-indicator {
  position: absolute;
  bottom: 10px;
  right: 4px;
  background: rgba(34, 197, 94, 0.9);
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 20px;
  z-index: 2;
  display: none;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.nt-academy-video-card.is-completed .nt-academy-video-card__check-indicator {
  display: flex;
}
.nt-academy-video-card.is-completed .nt-academy-video-card__duration {
  display: none !important;
}

.nt-academy-video-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
}

.nt-academy-video-card__title {
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.35;
}

.nt-academy-video-card__desc {
  font-size: 12px;
  color: #8B949E;
  line-height: 1.45;
  white-space: pre-line;
}

.nt-academy-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  background: rgba(5, 7, 10, 0.85);
  backdrop-filter: blur(10px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: 40px 16px;
  animation: fadeIn 0.3s ease-out;
}

.nt-academy-modal {
  background: #0B0E14;
  border: 1px solid #2D333B;
  border-radius: 16px;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  max-height: 650px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.6), 0 0 2px rgba(255, 255, 255, 0.1) inset;
  display: flex;
  flex-direction: column;
  animation: zoomIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  margin: auto;
}
@media (max-width: 1024px) {
  .nt-academy-modal {
    max-height: none;
    height: auto;
  }
}
@media (max-height: 700px) {
  .nt-academy-modal {
    max-height: 90vh;
    max-height: 90svh;
    max-height: 90dvh;
  }
}

.nt-academy-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #8B949E;
  font-size: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}
.nt-academy-modal__close:hover {
  color: #FFFFFF;
  background: rgba(239, 68, 68, 0.2);
  border-color: rgba(239, 68, 68, 0.4);
}

.nt-academy-modal__body {
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .nt-academy-modal__body {
    flex-direction: column;
  }
}

.nt-academy-modal__player-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #000;
  height: 100%;
  min-width: 0;
}
@media (max-width: 1024px) {
  .nt-academy-modal__player-section {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.nt-academy-player-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
}

.nt-academy-video {
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
}

.nt-academy-modal__info {
  padding: 24px;
  background: #0B0E14;
  border-top: 1px solid #2D333B;
  overflow-y: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1024px) {
  .nt-academy-modal__info {
    flex-grow: 0;
    overflow-y: visible;
  }
}

.nt-academy-modal__title {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

.nt-academy-modal__desc {
  font-size: 13px;
  color: #8B949E;
  line-height: 1.5;
  white-space: pre-line;
}

.nt-academy-modal__playlist-section {
  width: 320px;
  border-left: 1px solid #2D333B;
  background: linear-gradient(180deg, rgba(15, 18, 25, 0.95) 0%, rgba(11, 14, 20, 0.95) 100%);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1024px) {
  .nt-academy-modal__playlist-section {
    width: 100%;
    border-left: none;
    border-top: 1px solid #2D333B;
    max-height: 250px;
  }
}

.nt-academy-playlist-title {
  padding: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8B949E;
  border-bottom: 1px solid #2D333B;
}

.nt-academy-playlist-list {
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.nt-academy-playlist-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-academy-playlist-item:hover {
  background: rgba(255, 255, 255, 0.02);
}
.nt-academy-playlist-item:hover .playlist-item-title {
  color: #FFFFFF;
}
.nt-academy-playlist-item.is-active {
  background: rgba(124, 58, 237, 0.08);
  border-left: 3px solid #7C3AED;
  padding-left: 17px;
}
.nt-academy-playlist-item.is-active .playlist-item-title {
  color: #7C3AED;
  font-weight: 600;
}

.playlist-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #22C55E;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  flex-shrink: 0;
}
.playlist-check--empty {
  background: transparent;
  border-color: #2D333B;
}

.playlist-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.playlist-item-title {
  font-size: 13px;
  color: #8B949E;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.2s ease;
}

.playlist-item-duration {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.3);
}

.nt-academy-ach {
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 28px;
  animation: fadeIn 0.5s ease-out;
}

.nt-academy-ach-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 16px;
}
@media (max-width: 576px) {
  .nt-academy-ach-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.nt-academy-ach-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.nt-academy-ach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
  gap: 16px;
  margin-bottom: 8px;
}
.nt-academy-ach-grid.is-spoilers-revealed .nt-ach-card--spoiler .nt-ach-card__info--spoilerable {
  filter: blur(0) !important;
  pointer-events: auto !important;
  user-select: auto !important;
}
.nt-academy-ach-grid.is-spoilers-revealed .nt-ach-card--spoiler .nt-ach-card__icon {
  filter: grayscale(100%) opacity(0.35) blur(0) !important;
}
.nt-academy-ach-grid.is-spoilers-revealed .nt-ach-card--spoiler .nt-ach-card__spoiler-overlay {
  opacity: 0 !important;
  pointer-events: none !important;
}

html.nt-light-theme .nt-academy-stat-card {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}
html.nt-light-theme .nt-academy-stat-num {
  color: #7c3aed;
  text-shadow: none;
}
html.nt-light-theme .nt-academy-stat-label {
  color: #64748b;
}
html.nt-light-theme .nt-academy-roadmap-section {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}
html.nt-light-theme .nt-academy-roadmap-section::before {
  background: radial-gradient(circle at 10% 20%, rgba(124, 58, 237, 0.03) 0%, transparent 60%);
}
html.nt-light-theme .nt-academy-section-title {
  color: #0f172a;
}
html.nt-light-theme .nt-academy-roadmap__line-bg {
  background: #e2e8f0;
}
html.nt-light-theme .nt-academy-roadmap__node {
  background: transparent;
  border: none;
  box-shadow: none;
}
html.nt-light-theme .nt-academy-roadmap__node .nt-academy-roadmap__img {
  filter: grayscale(100%) opacity(0.28);
  border: 2.5px solid rgba(203, 213, 225, 0.8);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
html.nt-light-theme .nt-academy-roadmap__node .nt-academy-roadmap__check {
  border-color: #ffffff;
}
html.nt-light-theme .nt-academy-roadmap__node.is-unlocked .nt-academy-roadmap__img {
  filter: grayscale(0) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.12));
  opacity: 1;
}
html.nt-light-theme .nt-academy-roadmap__node#nt-roadmap-node-1.is-unlocked .nt-academy-roadmap__img {
  border: 3px solid #d97706;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15), 0 0 14px rgba(217, 119, 6, 0.3);
}
html.nt-light-theme .nt-academy-roadmap__node#nt-roadmap-node-2.is-unlocked .nt-academy-roadmap__img {
  border: 3px solid #64748b;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15), 0 0 14px rgba(100, 116, 139, 0.3);
}
html.nt-light-theme .nt-academy-roadmap__node#nt-roadmap-node-3.is-unlocked .nt-academy-roadmap__img {
  border: 3px solid #ca8a04;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15), 0 0 14px rgba(234, 179, 8, 0.3);
}
html.nt-light-theme .nt-academy-roadmap__node#nt-roadmap-node-4.is-unlocked .nt-academy-roadmap__img {
  border: 3px solid #7c3aed;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15), 0 0 18px rgba(124, 58, 237, 0.35);
  animation: pulse-platinum-light 2s infinite alternate;
}
@keyframes pulse-platinum-light {
  0% {
    box-shadow: 0 0 10px rgba(124, 58, 237, 0.2);
  }
  100% {
    box-shadow: 0 0 18px rgba(124, 58, 237, 0.45), 0 0 5px rgba(255, 255, 255, 0.5) inset;
  }
}
html.nt-light-theme .nt-academy-roadmap__title {
  color: #0f172a;
}
html.nt-light-theme .nt-academy-roadmap__desc {
  color: #64748b;
}
html.nt-light-theme .nt-academy-tabs {
  border-bottom-color: #e2e8f0;
}
html.nt-light-theme .nt-academy-tab {
  color: #64748b;
}
html.nt-light-theme .nt-academy-tab:hover {
  color: #0f172a;
  background: rgba(0, 0, 0, 0.01);
}
html.nt-light-theme .nt-academy-tab.is-active {
  color: #7c3aed;
  border-bottom-color: #7c3aed;
  text-shadow: none;
}
html.nt-light-theme .nt-academy-module-header {
  border-left-color: #7c3aed;
}
html.nt-light-theme .nt-academy-module-title {
  color: #0f172a;
}
html.nt-light-theme .nt-academy-module-desc {
  color: #64748b;
}
html.nt-light-theme .nt-academy-video-card {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-academy-video-card:hover {
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.06), 0 0 15px rgba(124, 58, 237, 0.1);
}
html.nt-light-theme .nt-academy-video-card:hover .nt-academy-video-card__play-btn {
  background: #7c3aed;
  box-shadow: 0 0 12px rgba(124, 58, 237, 0.4);
  color: #ffffff;
}
html.nt-light-theme .nt-academy-video-card__banner {
  background-image: var(--banner-bg-light, var(--banner-bg-dark, var(--module-fallback-bg))) !important;
}
html.nt-light-theme .nt-academy-video-card__banner::before {
  background: linear-gradient(to top, rgba(15, 23, 42, 0.75) 0%, rgba(15, 23, 42, 0.35) 60%, rgba(15, 23, 42, 0.15) 100%);
}
html.nt-light-theme .nt-academy-video-card__banner .nt-academy-video-card__banner-logo.nt-logo-dark {
  display: none !important;
}
html.nt-light-theme .nt-academy-video-card__banner .nt-academy-video-card__banner-logo.nt-logo-light {
  display: block !important;
}
html.nt-light-theme .nt-academy-video-card__thumb {
  background: #f1f5f9;
}
html.nt-light-theme .nt-academy-video-card__thumb::before {
  opacity: 0.05;
}
html.nt-light-theme .nt-academy-video-card__banner-badge {
  color: #ffffff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
html.nt-light-theme .nt-academy-video-card__play-btn {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(0, 0, 0, 0.1);
  color: #0f172a;
}
html.nt-light-theme .nt-academy-video-card__body {
  background: #ffffff;
}
html.nt-light-theme .nt-academy-video-card__title {
  color: #0f172a;
}
html.nt-light-theme .nt-academy-video-card__desc {
  color: #64748b;
}
html.nt-light-theme .nt-academy-ach {
  border-top-color: #e2e8f0;
}
html.nt-light-theme .nt-academy-ach-title {
  color: #0f172a;
}
html.nt-light-theme .nt-ach-card {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}
html.nt-light-theme .nt-ach-card:hover {
  border-color: rgba(124, 58, 237, 0.25);
  box-shadow: 0 8px 16px rgba(124, 58, 237, 0.06);
}
html.nt-light-theme .nt-ach-card .nt-ach-card__title {
  color: #0f172a;
}
html.nt-light-theme .nt-ach-card .nt-ach-card__desc {
  color: #64748b;
}
html.nt-light-theme .nt-ach-card .nt-ach-card__icon-wrapper {
  width: 80px;
  height: 80px;
  background: transparent;
  border: none;
  border-radius: 50%;
  box-shadow: none;
}
html.nt-light-theme .nt-ach-card .nt-ach-card__icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: cover;
}
html.nt-light-theme .nt-ach-card .nt-ach-card__right {
  border-top-color: #e2e8f0;
}
html.nt-light-theme .nt-ach-grid--locked .nt-ach-card {
  border-color: #e2e8f0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  opacity: 0.8;
}
html.nt-light-theme .nt-ach-grid--locked .nt-ach-card:hover {
  opacity: 0.95;
}
html.nt-light-theme .nt-ach-grid--locked .nt-ach-card__title {
  color: #94a3b8;
}
html.nt-light-theme .nt-ach-card--spoiler .nt-ach-card__spoiler-overlay {
  background: rgba(248, 250, 252, 0.96);
  backdrop-filter: blur(2px);
}
html.nt-light-theme .nt-ach-card--spoiler .nt-ach-card__spoiler-badge {
  color: #d97706;
  background: rgba(217, 119, 6, 0.08);
  border-color: rgba(217, 119, 6, 0.2);
  box-shadow: 0 0 10px rgba(217, 119, 6, 0.05);
}
html.nt-light-theme .nt-ach-card--spoiler .nt-ach-card__spoiler-action {
  color: #64748b;
}
html.nt-light-theme .nt-ach-card--spoiler:hover .nt-ach-card__spoiler-overlay {
  background: rgba(248, 250, 252, 0.88);
}
html.nt-light-theme .nt-ach-card--spoiler:hover .nt-ach-card__spoiler-action {
  color: #0f172a;
}
html.nt-light-theme .nt-ach-card--spoiler.is-revealed .nt-ach-card__spoiler-overlay {
  opacity: 0;
}
html.nt-light-theme .nt-ach-card.bronze-tier {
  border-color: rgba(217, 119, 6, 0.2);
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.03) 0%, #ffffff 100%);
}
html.nt-light-theme .nt-ach-card.bronze-tier:hover {
  border-color: rgba(217, 119, 6, 0.45);
}
html.nt-light-theme .nt-ach-card.bronze-tier .nt-ach-card__icon {
  border: 3px solid rgba(217, 119, 6, 0.5);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.12), 0 0 10px rgba(217, 119, 6, 0.15);
}
html.nt-light-theme .nt-ach-card.silver-tier {
  border-color: rgba(100, 116, 139, 0.2);
  background: linear-gradient(135deg, rgba(100, 116, 139, 0.03) 0%, #ffffff 100%);
}
html.nt-light-theme .nt-ach-card.silver-tier:hover {
  border-color: rgba(100, 116, 139, 0.45);
}
html.nt-light-theme .nt-ach-card.silver-tier .nt-ach-card__icon {
  border: 3px solid rgba(100, 116, 139, 0.5);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.12), 0 0 10px rgba(100, 116, 139, 0.15);
}
html.nt-light-theme .nt-ach-card.gold-tier {
  border-color: rgba(234, 179, 8, 0.25);
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.03) 0%, #ffffff 100%);
}
html.nt-light-theme .nt-ach-card.gold-tier:hover {
  border-color: rgba(234, 179, 8, 0.5);
}
html.nt-light-theme .nt-ach-card.gold-tier .nt-ach-card__icon {
  border: 3px solid rgba(234, 179, 8, 0.5);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.12), 0 0 10px rgba(234, 179, 8, 0.18);
}
html.nt-light-theme .nt-ach-card.platinum-tier {
  border-color: rgba(168, 85, 247, 0.25);
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.04) 0%, #ffffff 100%);
}
html.nt-light-theme .nt-ach-card.platinum-tier:hover {
  border-color: rgba(168, 85, 247, 0.65);
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.12);
}
html.nt-light-theme .nt-ach-card.platinum-tier .nt-ach-card__icon {
  border: 3px solid rgba(168, 85, 247, 0.55);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.12), 0 0 12px rgba(168, 85, 247, 0.2);
}
html.nt-light-theme .nt-ach-card.platinum-tier .nt-ach-card__date {
  background: rgba(168, 85, 247, 0.08);
  border-color: rgba(168, 85, 247, 0.2);
  color: #7c3aed;
}
html.nt-light-theme .nt-academy-modal-backdrop {
  background: rgba(15, 23, 42, 0.35);
}
html.nt-light-theme .nt-academy-modal {
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-academy-modal__close {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #64748b;
}
html.nt-light-theme .nt-academy-modal__close:hover {
  background: #fee2e2;
  color: #ef4444;
  border-color: #fca5a5;
}
html.nt-light-theme .nt-academy-modal__info {
  background: #ffffff;
  border-top-color: #e2e8f0;
}
html.nt-light-theme .nt-academy-modal__title {
  color: #0f172a;
}
html.nt-light-theme .nt-academy-modal__desc {
  color: #64748b;
}
html.nt-light-theme .nt-academy-modal__playlist-section {
  border-left-color: #e2e8f0;
  background: #f8fafc;
}
html.nt-light-theme .nt-academy-playlist-title {
  color: #64748b;
  border-bottom-color: #e2e8f0;
}
html.nt-light-theme .nt-academy-playlist-item {
  border-bottom-color: #e2e8f0;
}
html.nt-light-theme .nt-academy-playlist-item:hover {
  background: #f1f5f9;
}
html.nt-light-theme .nt-academy-playlist-item:hover .playlist-item-title {
  color: #0f172a;
}
html.nt-light-theme .nt-academy-playlist-item.is-active {
  background: rgba(124, 58, 237, 0.05);
  border-left-color: #7c3aed;
}
html.nt-light-theme .nt-academy-playlist-item.is-active .playlist-item-title {
  color: #7c3aed;
}
html.nt-light-theme .playlist-item-title {
  color: #64748b;
}
html.nt-light-theme .playlist-item-duration {
  color: #94a3b8;
}
html.nt-light-theme .playlist-check {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.3);
}
html.nt-light-theme .playlist-check--empty {
  background: transparent;
  border-color: #cbd5e1;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-billing {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.nt-billing__header {
  text-align: left;
}
.nt-billing__title {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.nt-billing__subtitle {
  color: #8B949E;
  font-size: 1.1rem;
}
.nt-billing__container {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: start;
}
@media (max-width: 1150px) {
  .nt-billing__container {
    grid-template-columns: 1fr;
  }
}
.nt-billing__checkout {
  width: 320px; /* Strict width on desktop to prevent left column width shifts */
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1150px) {
  .nt-billing__checkout {
    width: 100% !important;
    max-width: 100% !important;
    justify-self: center;
  }
}
.nt-billing__products {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.nt-billing__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.nt-billing__section-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.nt-billing__section-title svg {
  color: #0EA5E9;
}
.nt-billing__plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}
.nt-billing__addons-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-billing-card {
  background: rgba(22, 27, 34, 0.65);
  border: 1px solid rgba(45, 51, 59, 0.5);
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}
.nt-billing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 136, 204, 0.4);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 136, 204, 0.1);
}
.nt-billing-card.active {
  border-color: #0088CC;
  box-shadow: 0 0 25px rgba(14, 165, 233, 0.2);
  background: rgba(0, 136, 204, 0.05);
}
.nt-billing-card.active .nt-billing-card__btn {
  background-color: #0088CC;
  color: #FFFFFF;
}
.nt-billing-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(14, 165, 233, 0.15);
  color: #0EA5E9;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  border: 1px solid rgba(14, 165, 233, 0.3);
}
.nt-billing-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 16px;
}
.nt-billing-card__price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 8px;
  white-space: nowrap !important;
}
.nt-billing-card__price span {
  font-size: 1rem;
  color: #8B949E;
  font-weight: 400;
  white-space: nowrap !important;
}
.nt-billing-card__saving {
  color: #22C55E;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.nt-billing-card__desc {
  color: #8B949E;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 24px;
  flex-grow: 1;
}
.nt-billing-card__features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.nt-billing-card__features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #FFFFFF;
}
.nt-billing-card__features li svg {
  width: 16px;
  height: 16px;
  color: #22C55E;
}
.nt-billing-card__btn {
  width: 100%;
  margin-top: auto;
}
.nt-billing-card--featured {
  border-color: rgba(249, 115, 22, 0.4);
  background: rgba(249, 115, 22, 0.02);
}
.nt-billing-card--featured:hover {
  border-color: #F97316;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(249, 115, 22, 0.2);
}
.nt-billing-card--featured.active {
  border-color: #F97316;
  box-shadow: 0 0 25px rgba(249, 115, 22, 0.2);
  background: rgba(249, 115, 22, 0.05);
}
.nt-billing-card--featured.active .nt-billing-card__btn {
  background-color: #F97316;
  border-color: #F97316;
}
.nt-billing-card--featured .nt-billing-card__badge {
  background: rgba(249, 115, 22, 0.15);
  color: #F97316;
  border-color: rgba(249, 115, 22, 0.3);
}
.nt-billing-card__detail-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 16px;
}
.nt-billing-card__detail-box span {
  color: #8B949E;
}

.nt-addon-row {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.nt-addon-row:hover {
  border-color: rgba(14, 165, 233, 0.4);
  background: rgba(22, 27, 34, 0.8);
}
.nt-addon-row.active {
  border-color: #0EA5E9;
  background: rgba(14, 165, 233, 0.03);
}
.nt-addon-row.active .nt-addon-row__checkbox input {
  background-color: #0EA5E9;
  border-color: #0EA5E9;
}
.nt-addon-row__checkbox {
  display: flex;
  align-items: center;
}
.nt-addon-row__checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid #2D333B;
  appearance: none;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
.nt-addon-row__checkbox input[type=checkbox]:checked::after {
  content: "✓";
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
}
.nt-addon-row__details {
  flex-grow: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nt-addon-row__image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  cursor: pointer;
  user-select: none;
  align-self: center;
}
.nt-addon-row__image-container img {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  display: block;
  object-fit: cover;
}
.nt-addon-row__image-container span {
  font-size: 0.65rem;
  color: #8b949e;
  text-align: center;
  font-weight: 500;
  text-decoration: underline;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.nt-addon-row__image-container:hover img {
  transform: scale(1.06);
  box-shadow: 0 6px 15px rgba(11, 129, 205, 0.25);
}
.nt-addon-row__image-container:hover span {
  color: #0b81cd !important;
}
.nt-addon-row__tag {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  width: fit-content;
}
.nt-addon-row__tag--blue {
  background-color: rgba(11, 129, 205, 0.1);
  color: #0b81cd;
}
.nt-addon-row__tag--purple {
  background-color: rgba(139, 92, 246, 0.1);
  color: #8b5cf6;
}
.nt-addon-row__tag--orange {
  background-color: rgba(249, 115, 22, 0.1);
  color: #F97316;
}
.nt-addon-row__title {
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-addon-row__desc {
  font-size: 0.85rem;
  color: #8B949E;
  line-height: 1.4;
}
.nt-addon-row__price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFFFFF;
  min-width: 90px;
  text-align: right;
  white-space: nowrap !important;
}

.nt-addon-row--link {
  border-color: rgba(249, 115, 22, 0.4);
  background: rgba(249, 115, 22, 0.02);
  display: flex;
}
.nt-addon-row--link:hover {
  border-color: #F97316;
  background: rgba(249, 115, 22, 0.05);
}
.nt-addon-row--link .nt-addon-row__price {
  font-size: 0.85rem;
  color: #F97316;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nt-billing-summary {
  background: #0F1219;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.nt-billing-summary__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 16px;
  margin-bottom: 4px;
}
.nt-billing-summary__list {
  display: flex;
  flex-direction: column;
  min-height: 50px;
}
.nt-billing-summary__group-title {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0EA5E9;
  padding-top: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.nt-billing-summary__group-title:first-child {
  padding-top: 4px;
}
.nt-billing-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.92rem;
  color: #FFFFFF;
  padding: 12px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  line-height: 1.4;
}
.nt-billing-summary__item:last-child {
  border-bottom: none;
  padding-bottom: 4px;
}
.nt-billing-summary__item span:first-child {
  padding-right: 16px;
}
.nt-billing-summary__item span:last-child {
  font-weight: 600;
  white-space: nowrap !important;
  text-align: right;
}
.nt-billing-summary__item span:last-child span {
  font-size: 0.8rem;
  font-weight: 400;
  color: #8B949E;
}
.nt-billing-summary__empty {
  font-size: 0.85rem;
  color: #8B949E;
  text-align: center;
  padding: 16px 0;
}
.nt-billing-summary__total-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-billing-summary__total-row #summary-total {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  color: #0EA5E9;
}
.nt-billing-summary__total-today {
  font-size: 1.15rem;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-billing-summary__total-recurring {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 8px;
  line-height: 1.5;
  width: 100%;
}
.nt-billing-summary__security-info {
  margin-top: 16px;
  font-size: 0.75rem;
  color: #8B949E;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-billing-summary #summary-payment-method-value,
.nt-billing-summary #summary-payment-installments-value {
  color: #FFFFFF;
  white-space: normal !important;
}
.nt-billing-summary #summary-payment-divider {
  background: rgba(255, 255, 255, 0.08) !important;
}

.nt-checkout-form {
  background: #0F1219;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
  max-width: 100%;
  margin: 0;
}
@media (max-width: 480px) {
  .nt-checkout-form {
    padding: 24px 16px;
  }
}
.nt-checkout-form__title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #FFFFFF;
}
.nt-checkout-form__methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  border-bottom: 1px solid #2D333B;
  padding-bottom: 20px;
  margin-top: 16px;
}
.nt-checkout-form__method {
  padding: 12px 10px;
  border-radius: 6px;
  border: 1px solid #2D333B;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
.nt-checkout-form__method svg {
  width: 18px;
  height: 18px;
  color: #8B949E;
}
.nt-checkout-form__method:hover {
  border-color: rgba(14, 165, 233, 0.5);
  background: rgba(255, 255, 255, 0.02);
}
.nt-checkout-form__method.active {
  border-color: #0EA5E9;
  background: rgba(14, 165, 233, 0.1);
  color: #FFFFFF;
}
.nt-checkout-form__method.active svg {
  color: #0EA5E9;
}
.nt-checkout-form__submit {
  width: 100%;
  padding: 14px;
  font-size: 1rem;
  font-weight: 600;
}

.nt-checkout-card-layout {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1150px) {
  .nt-checkout-card-layout {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
}

.nt-card-mockup-wrapper {
  flex: 0 0 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nt-card-mockup-wrapper .nt-card-mockup {
  margin: 0 auto;
}
@media (max-width: 1150px) {
  .nt-card-mockup-wrapper {
    flex: 0 0 auto;
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .nt-card-mockup-wrapper {
    transform: scale(0.9);
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

.nt-checkout-fields {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.nt-checkout-content {
  animation: fadeIn 0.3s ease;
  margin-top: 16px; /* Spacing below the payment methods tabs */
}

.nt-checkout-payment-info {
  padding: 28px 24px !important; /* Increased top/bottom and left/right padding */
  background: rgba(22, 27, 34, 0.4) !important;
  border-radius: 16px !important;
  border: 1px solid rgba(45, 51, 59, 0.8) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.nt-checkout-payment-info .nt-form-group {
  margin-bottom: 0 !important;
}
.nt-checkout-payment-info__text {
  font-size: 0.88rem;
  color: #8B949E;
  line-height: 1.6;
  margin-top: 0;
}
@media (max-width: 480px) {
  .nt-checkout-payment-info {
    padding: 20px 16px !important;
  }
}

.nt-form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.nt-form-group label {
  font-size: 0.78rem;
  color: #8B949E;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.nt-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.nt-form-control {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 10px;
  color: #FFFFFF;
  padding: 14px 16px;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.2s ease;
}
.nt-form-control:focus {
  border-color: #0EA5E9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15);
}

.nt-card-mockup {
  width: 100%;
  max-width: 320px;
  height: 180px;
  perspective: 1000px;
  margin: 8px auto 32px auto;
  cursor: pointer;
}
.nt-card-mockup__inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nt-card-mockup.flipped .nt-card-mockup__inner {
  transform: rotateY(180deg);
}
.nt-card-mockup__front, .nt-card-mockup__back {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  position: absolute;
  backface-visibility: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}
.nt-card-mockup__front {
  background: linear-gradient(135deg, #1b263b 0%, #0d1b2a 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.nt-card-mockup__back {
  background: linear-gradient(135deg, #0d1b2a 0%, #1b263b 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: rotateY(180deg);
  padding: 0;
  justify-content: space-between;
}
.nt-card-mockup__chip {
  width: 40px;
  height: 30px;
  background: linear-gradient(135deg, #ffd700 0%, #b8860b 100%);
  border-radius: 6px;
  margin-bottom: 16px;
}
.nt-card-mockup__brand-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 800;
  font-style: italic;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
}
.nt-card-mockup__number {
  font-size: 0.99rem;
  font-family: monospace;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-bottom: 24px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 360px) {
  .nt-card-mockup__number {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
.nt-card-mockup__holder {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-card-mockup__expires {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}
.nt-card-mockup__stripe {
  width: 100%;
  height: 40px;
  background: #000;
  margin-top: 20px;
}
.nt-card-mockup__cvv-container {
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}
.nt-card-mockup__cvv-container span {
  font-size: 0.65rem;
  color: #8B949E;
  text-transform: uppercase;
}
.nt-card-mockup__cvv {
  background: #FFFFFF;
  color: #000;
  padding: 6px 12px;
  border-radius: 4px;
  font-family: monospace;
  font-weight: bold;
  width: 60px;
  text-align: center;
  letter-spacing: 0.1em;
}

.nt-billing-success {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px 16px;
}
.nt-billing-success__card {
  background: #0F1219;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 48px 32px;
  max-width: 600px;
  width: 100%;
  text-align: center;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.nt-billing-success__icon svg {
  width: 72px;
  height: 72px;
  color: #22C55E;
  filter: drop-shadow(0 0 15px rgba(34, 197, 94, 0.2));
}
.nt-billing-success__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
}
.nt-billing-success__subtitle {
  color: #8B949E;
  font-size: 0.95rem;
  line-height: 1.5;
}
.nt-billing-success__details {
  background: rgba(22, 27, 34, 0.5);
  border: 1px solid #2D333B;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}
.nt-billing-success__details-title {
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.nt-billing-success__info-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #8B949E;
}
.nt-billing-success__info-row strong {
  color: #FFFFFF;
}
.nt-billing-success__divider {
  height: 1px;
  background: #2D333B;
  margin: 8px 0;
}
.nt-billing-success__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-billing-success__item {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #FFFFFF;
}
.nt-billing-success__total {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
}
.nt-billing-success__total strong {
  color: #0EA5E9;
}
.nt-billing-success__next-steps {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 12px;
}
.nt-billing-success__next-steps h3 {
  font-size: 0.95rem;
  color: #FFFFFF;
  text-align: left;
}
.nt-billing-success__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 100%;
}

.nt-pix-qrcode-wrapper {
  position: relative;
  width: 216px;
  height: 216px;
  padding: 8px;
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
}

.nt-pix-qrcode-scanner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, transparent, #22C55E, transparent);
  box-shadow: 0 0 10px #22C55E;
  animation: scanner 2.5s infinite alternate linear;
  z-index: 10;
}

.nt-alert {
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 0.9rem;
  margin-top: 16px;
}
.nt-alert--success {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #86efac;
}
.nt-alert--error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #fca5a5;
}
.nt-alert__title {
  margin: 0 0 4px 0;
  font-weight: 600;
  font-size: 0.95rem;
  color: inherit;
}
.nt-alert__desc {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: inherit;
  opacity: 0.9;
}
.nt-alert__btn {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.nt-alert__btn:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

.nt-billing-balance-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-billing-balance-item--has-border {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 12px;
}

.nt-billing-balance-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  margin-bottom: 4px;
}

.nt-billing-balance-label {
  color: #8B949E;
}

.nt-billing-balance-value--blue {
  color: #0EA5E9;
}
.nt-billing-balance-value--purple {
  color: #8b5cf6;
}

.nt-billing-balance-hint {
  font-size: 0.75rem;
  color: #8B949E;
}

@keyframes scanner {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nt-billing__toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 8px auto 32px auto;
  background: rgba(22, 27, 34, 0.6);
  border: 1px solid rgba(45, 51, 59, 0.5);
  padding: 6px;
  border-radius: 30px;
  width: max-content;
}

.nt-billing__toggle-btn {
  background: transparent;
  border: none;
  color: #8B949E;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-billing__toggle-btn.active {
  background: #0088CC;
  color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 136, 204, 0.4);
}
.nt-billing__toggle-btn:hover:not(.active) {
  color: #FFFFFF;
}

.nt-billing__toggle-discount {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  border: 1px solid rgba(34, 197, 94, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nt-billing-card {
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

html.nt-light-theme .nt-billing__toggle-container {
  background: #E2E8F0;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-billing__toggle-btn {
  color: #64748B;
}
html.nt-light-theme .nt-billing__toggle-btn.active {
  background: #0088CC;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.2);
}
html.nt-light-theme .nt-billing__toggle-btn:hover:not(.active) {
  color: #0F172A;
}

/* Grid de Planos: Evita o layout assimétrico de 2+1 em tablets, garantindo 3 colunas entre 768px e 1150px */
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .nt-billing__plans-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }
  .nt-billing-card {
    padding: 24px 16px !important;
  }
}
/* Sidebar de Resumo: Expande para largura total quando empilhado */
@media screen and (max-width: 1150px) {
  .nt-billing__checkout {
    max-width: 100% !important;
    width: 100% !important;
  }
  .nt-billing-summary {
    margin-bottom: 0 !important;
  }
}
/* Seletor de Métodos de Pagamento e Formulários: Empilha verticalmente em telas menores para evitar textos espremidos */
@media screen and (max-width: 540px) {
  .nt-checkout-form__methods {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .nt-checkout-form__method {
    flex-direction: row !important;
    justify-content: center !important;
    padding: 14px 16px !important;
    gap: 12px !important;
    font-size: 0.95rem !important;
  }
  .nt-form-row {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}
/* Redução de padding nos formulários em dispositivos móveis */
@media screen and (max-width: 480px) {
  .nt-checkout-form {
    padding: 20px 16px !important;
    gap: 20px !important;
  }
  .nt-addon-row {
    padding: 16px 12px !important;
    gap: 12px !important;
  }
  .nt-addon-row__price {
    font-size: 1rem !important;
    min-width: 75px !important;
  }
}
/* Mockup de Cartão 3D: Evita estouro de layout horizontal em telas super estreitas */
@media screen and (max-width: 380px) {
  .nt-card-mockup-wrapper {
    transform: scale(0.8) !important;
    margin: -20px auto !important;
    width: 100% !important;
    max-width: 280px !important;
  }
}
/* Tela de Sucesso Responsiva */
@media screen and (max-width: 480px) {
  .nt-billing-success__buttons {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .nt-billing-success__buttons .nt-btn--success {
    grid-column: span 1 !important;
  }
  .nt-billing-success__card {
    padding: 32px 16px !important;
  }
  .nt-billing-success__title {
    font-size: 1.5rem !important;
  }
}
/* Spacing and Readability Enhancements */
.nt-addon-row__details {
  gap: 8px !important; /* Spacing between tags, titles, and descriptions */
}

.nt-addon-row {
  padding: 24px !important; /* More breathing room inside add-on cards */
  margin-bottom: 8px;
}

.nt-checkout-form {
  padding: 40px !important; /* More spacing inside checkout form */
  gap: 32px !important;
}

.nt-form-group {
  margin-bottom: 28px !important; /* More space between input fields */
}

/* Modais: Suporte ao Dark/Default Theme e Transição */
.nt-modal-container {
  background: #161b22;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px;
  width: 100%;
  margin: auto;
  color: #f0f6fc;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
  transform: translateY(20px);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s;
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
}
.is-open .nt-modal-container {
  transform: translateY(0);
  opacity: 1;
}
.nt-modal-container .nt-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 16px;
  margin-bottom: 8px;
  width: 100%;
}
.nt-modal-container .nt-modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin: 0;
}
.nt-modal-container .nt-modal-close {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #8b949e !important;
  width: 32px;
  height: 32px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem !important;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0 !important;
}
.nt-modal-container .nt-modal-close:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  transform: rotate(90deg);
}
.nt-modal-container .nt-modal-body {
  color: #c9d1d9;
  font-size: 0.95rem;
}
.nt-modal-container .nt-modal-body p {
  color: #8b949e;
  margin-top: 0;
  margin-bottom: 16px;
}

/* Tabela Comparativa de Planos */
.nt-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  font-size: 0.9rem;
}
.nt-compare-table th, .nt-compare-table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.nt-compare-table th {
  font-weight: 600;
  color: #8b949e;
  background: rgba(255, 255, 255, 0.02);
}
.nt-compare-table td {
  color: #c9d1d9;
  vertical-align: middle;
}
.nt-compare-table td.feature-name {
  text-align: left;
  color: #f0f6fc;
  font-weight: 500;
}
.nt-compare-table tr:hover {
  background: rgba(255, 255, 255, 0.01);
}
.nt-compare-table .icon-check {
  color: #22c55e !important;
  width: 18px;
  height: 18px;
  margin: auto;
}
.nt-compare-table .icon-cross {
  color: #ea403b !important;
  width: 18px;
  height: 18px;
  margin: auto;
}

/* Blocos Informativos do Modal de Regras */
.nt-modal-info-block {
  padding: 16px;
  border-radius: 8px;
  border-left: 4px solid transparent;
  font-size: 0.88rem;
  line-height: 1.5;
}
.nt-modal-info-block p {
  margin: 0 0 8px 0 !important;
  color: #c9d1d9 !important;
}
.nt-modal-info-block ul {
  margin: 0;
  padding-left: 20px;
  color: #8b949e;
}
.nt-modal-info-block ul li {
  margin-bottom: 4px;
}
.nt-modal-info-block ul li strong {
  color: #ffffff;
}
.nt-modal-info-block--blue {
  background: rgba(14, 165, 233, 0.08);
  border-left-color: #0284c7;
}
.nt-modal-info-block--blue .nt-modal-info-title {
  color: #38bdf8;
}
.nt-modal-info-block--orange {
  background: rgba(249, 115, 22, 0.08);
  border-left-color: #f97316;
}
.nt-modal-info-block--orange .nt-modal-info-title {
  color: #ffedd5;
}
.nt-modal-info-block--green {
  background: rgba(34, 197, 94, 0.08);
  border-left-color: #22c55e;
}
.nt-modal-info-block--green .nt-modal-info-title {
  color: #86efac;
}

.nt-modal-info-title {
  margin: 0 0 8px 0;
  font-size: 0.95rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-modal-info-title svg {
  width: 16px;
  height: 16px;
}

/* Cabeçalho de Funcionalidades Acumulativas nos Cards */
.nt-billing-card__features-header {
  font-weight: 600;
  color: #0088cc !important;
  font-size: 0.85rem;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-billing-card__features-header svg {
  color: #0088cc !important;
  width: 14px;
  height: 14px;
}

.nt-billing-card--featured .nt-billing-card__features-header {
  color: #f97316 !important;
}
.nt-billing-card--featured .nt-billing-card__features-header svg {
  color: #f97316 !important;
}

/* Sobrescritas para o Tema Claro */
html.nt-light-theme .nt-modal-container {
  background: #ffffff !important;
  border-color: #e2e8f0 !important;
  color: #1e293b !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-modal-container .nt-modal-title {
  color: #0f172a !important;
}
html.nt-light-theme .nt-modal-container .nt-modal-header {
  border-bottom-color: #e2e8f0 !important;
}
html.nt-light-theme .nt-modal-container .nt-modal-close {
  background: rgba(15, 23, 42, 0.05) !important;
  border-color: rgba(15, 23, 42, 0.08) !important;
  color: #64748b !important;
}
html.nt-light-theme .nt-modal-container .nt-modal-close:hover {
  background: rgba(15, 23, 42, 0.1) !important;
  color: #0f172a !important;
  border-color: rgba(15, 23, 42, 0.15) !important;
  transform: rotate(90deg);
}
html.nt-light-theme .nt-modal-container .nt-modal-body {
  color: #334155 !important;
}
html.nt-light-theme .nt-modal-container .nt-modal-body p {
  color: #64748b !important;
}
html.nt-light-theme .nt-billing-summary {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-billing-summary__title {
  color: #0F172A !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-billing-summary__group-title {
  color: #64748B !important;
  border-bottom-color: rgba(15, 23, 42, 0.06) !important;
}
html.nt-light-theme .nt-billing-summary__item {
  color: #334155 !important;
  border-bottom-color: rgba(15, 23, 42, 0.06) !important;
}
html.nt-light-theme .nt-billing-summary__item span:last-child {
  color: #0F172A !important;
}
html.nt-light-theme .nt-billing-summary__item span:last-child span {
  color: #64748B !important;
}
html.nt-light-theme .nt-billing-summary__empty {
  color: #64748B !important;
}
html.nt-light-theme .nt-billing-summary__total-row {
  border-top-color: #E2E8F0 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-billing-summary__total-row #summary-total {
  color: #0088CC !important;
}
html.nt-light-theme .nt-billing-summary__total-today {
  color: #0F172A !important;
}
html.nt-light-theme .nt-billing-summary__total-recurring {
  color: #64748B !important;
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-billing-summary__security-info {
  color: #64748B !important;
}
html.nt-light-theme .nt-billing-summary #summary-payment-method-value,
html.nt-light-theme .nt-billing-summary #summary-payment-installments-value {
  color: #0F172A !important;
  white-space: normal !important;
}
html.nt-light-theme .nt-billing-summary .nt-billing-balance-label {
  color: #64748B !important;
}
html.nt-light-theme .nt-billing-summary .nt-billing-balance-value {
  color: #0F172A !important;
}
html.nt-light-theme .nt-billing-summary .nt-billing-balance-value--blue {
  color: #0284c7 !important;
}
html.nt-light-theme .nt-billing-summary .nt-billing-balance-value--purple {
  color: #7c3aed !important;
}
html.nt-light-theme .nt-billing-summary .nt-billing-balance-hint {
  color: #64748B !important;
}
html.nt-light-theme .nt-billing-summary .nt-progress-bar-container {
  background: rgba(0, 0, 0, 0.06) !important;
}
html.nt-light-theme .nt-compare-table th {
  color: #64748b !important;
  background: #f8fafc !important;
  border-bottom-color: #cbd5e1 !important;
}
html.nt-light-theme .nt-compare-table td {
  color: #334155 !important;
  border-bottom-color: #e2e8f0 !important;
}
html.nt-light-theme .nt-compare-table td.feature-name {
  color: #0f172a !important;
}
html.nt-light-theme .nt-compare-table tr:hover {
  background: #f8fafc !important;
}
html.nt-light-theme .nt-modal-info-block p {
  color: #1e293b !important;
}
html.nt-light-theme .nt-modal-info-block ul {
  color: #475569 !important;
}
html.nt-light-theme .nt-modal-info-block ul li strong {
  color: #0f172a !important;
}
html.nt-light-theme .nt-modal-info-block--blue {
  background: rgba(14, 165, 233, 0.08) !important;
}
html.nt-light-theme .nt-modal-info-block--blue .nt-modal-info-title {
  color: #0284c7 !important;
}
html.nt-light-theme .nt-modal-info-block--orange {
  background: rgba(249, 115, 22, 0.08) !important;
}
html.nt-light-theme .nt-modal-info-block--orange .nt-modal-info-title {
  color: #ea580c !important;
}
html.nt-light-theme .nt-modal-info-block--green {
  background: rgba(34, 197, 94, 0.08) !important;
}
html.nt-light-theme .nt-modal-info-block--green .nt-modal-info-title {
  color: #16a34a !important;
}
html.nt-light-theme .nt-badge--success {
  background: #f0fdf4 !important;
  color: #166534 !important;
  border-color: rgba(34, 197, 94, 0.25) !important;
}
html.nt-light-theme .nt-text-success {
  color: #166534 !important;
}
html.nt-light-theme .nt-billing-card__saving {
  color: #166534 !important;
}
html.nt-light-theme .nt-billing-card__detail-box {
  color: #64748B !important;
}
html.nt-light-theme .nt-billing-card__detail-box strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-billing__toggle-btn {
  color: #475569 !important;
}
html.nt-light-theme .nt-billing__toggle-btn.active {
  color: #FFFFFF !important;
  background: #0088CC !important;
}
html.nt-light-theme .nt-billing__toggle-btn:hover:not(.active) {
  color: #0F172A !important;
}
html.nt-light-theme .nt-addon-row__image-container span {
  color: #64748b !important;
}
html.nt-light-theme .nt-addon-row__image-container:hover span {
  color: #0088cc !important;
}
html.nt-light-theme {
  /* Refinamento da Grade de Planos no Tema Claro */
}
html.nt-light-theme .nt-billing-card {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-billing-card:hover {
  border-color: rgba(0, 136, 204, 0.4) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-billing-card.active {
  border-color: #0088CC !important;
  background: rgba(0, 136, 204, 0.04) !important;
  box-shadow: 0 0 20px rgba(0, 136, 204, 0.15) !important;
}
html.nt-light-theme .nt-billing-card--featured {
  border-color: rgba(249, 115, 22, 0.25) !important;
}
html.nt-light-theme .nt-billing-card--featured:hover {
  border-color: #F97316 !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-billing-card--featured.active {
  border-color: #F97316 !important;
  background: rgba(249, 115, 22, 0.04) !important;
  box-shadow: 0 0 20px rgba(249, 115, 22, 0.15) !important;
}
html.nt-light-theme .nt-billing-card__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-billing-card__price {
  color: #0F172A !important;
}
html.nt-light-theme .nt-billing-card__price span {
  color: #64748B !important;
}
html.nt-light-theme .nt-billing-card__desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-billing-card__features li {
  color: #334155 !important;
}
html.nt-light-theme .nt-billing-card__features li svg {
  color: #16A34A !important;
}
html.nt-light-theme {
  /* Refinamento dos Adicionais no Tema Claro */
}
html.nt-light-theme .nt-addon-row {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-addon-row:hover {
  border-color: rgba(0, 136, 204, 0.4) !important;
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-addon-row.active {
  border-color: #0088CC !important;
  background: rgba(0, 136, 204, 0.04) !important;
}
html.nt-light-theme .nt-addon-row.active .nt-addon-row__checkbox input {
  background-color: #0088CC !important;
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-addon-row__checkbox input[type=checkbox] {
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-addon-row__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-addon-row__desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-addon-row__price {
  color: #0F172A !important;
}
html.nt-light-theme {
  /* Seletores de Tiers no Tema Claro */
}
html.nt-light-theme .nt-addon-tier-card {
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-addon-tier-card:hover {
  border-color: #CBD5E1 !important;
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-addon-tier-card .nt-addon-tier-title {
  color: #475569 !important;
}
html.nt-light-theme .nt-addon-tier-card .nt-addon-tier-price {
  color: #0F172A !important;
}
html.nt-light-theme .nt-addon-tier-opt input[type=radio]:checked + .nt-addon-tier-card {
  background: rgba(0, 136, 204, 0.08) !important;
  border-color: #0088CC !important;
  box-shadow: 0 0 12px rgba(0, 136, 204, 0.15) !important;
}
html.nt-light-theme .nt-addon-tier-opt input[type=radio]:checked + .nt-addon-tier-card .nt-addon-tier-title {
  color: #0088CC !important;
}
html.nt-light-theme .nt-addon-tier-opt input[type=radio]:checked + .nt-addon-tier-card .nt-addon-tier-price {
  color: #0088CC !important;
}
html.nt-light-theme .nt-addon-tier-card--recommended .nt-addon-tier-badge {
  background: #F97316 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme {
  /* Formulário de Checkout no Tema Claro */
}
html.nt-light-theme .nt-checkout-form {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-checkout-form__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-checkout-form__method {
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-checkout-form__method svg {
  color: #64748B !important;
}
html.nt-light-theme .nt-checkout-form__method:hover {
  border-color: rgba(0, 136, 204, 0.5) !important;
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-checkout-form__method.active {
  background: rgba(0, 136, 204, 0.08) !important;
  border-color: #0088CC !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-checkout-form__method.active svg {
  color: #0088CC !important;
}
html.nt-light-theme .nt-form-group label {
  color: #64748B !important;
}
html.nt-light-theme .nt-form-control {
  background: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-form-control:focus {
  border-color: #0088CC !important;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.15) !important;
}
html.nt-light-theme .nt-checkout-payment-info {
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-checkout-payment-info__text {
  color: #64748B !important;
}

/* Custom status and utility classes for Billing */
.nt-badge--success {
  background: rgba(34, 197, 94, 0.15) !important;
  color: #22c55e !important;
  border: 1px solid rgba(34, 197, 94, 0.3) !important;
}

.nt-text-success {
  color: #22c55e !important;
}

.nt-billing-card__detail-box {
  color: #FFFFFF;
}
.nt-billing-card__detail-box strong {
  color: #FFFFFF;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0.6);
    border-color: #0088cc !important;
  }
  70% {
    box-shadow: 0 0 0 15px rgba(0, 136, 204, 0);
    border-color: #0088cc !important;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 136, 204, 0);
  }
}
.pulse-highlight {
  animation: pulseGlow 1.2s ease-out 2;
  border-color: #0088cc !important;
}

/* ── Grupo de Input Acoplado com Botão de Copiar ── */
.nt-copy-group {
  display: flex;
  align-items: stretch;
  border: 1px solid #30363d;
  border-radius: 6px;
  background: #0d1117;
  overflow: hidden;
  margin-bottom: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.nt-copy-group:focus-within {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.25);
}
.nt-copy-group__input {
  flex: 1;
  min-width: 0;
  padding: 10px 14px;
  border: none !important;
  background: transparent !important;
  color: #c9d1d9 !important;
  font-size: 0.85rem !important;
  font-family: monospace;
  outline: none !important;
}
.nt-copy-group__btn {
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: #0ea5e9 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
  padding: 0 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  cursor: pointer !important;
  transition: background 0.2s ease, transform 0.1s ease !important;
}
.nt-copy-group__btn:hover {
  background: #0284c7 !important;
}
.nt-copy-group__btn:active {
  transform: scale(0.96);
}

/* Ajustes de Tema Claro */
html.nt-light-theme .nt-copy-group {
  border-color: #cbd5e1;
  background: #f8fafc;
}
html.nt-light-theme .nt-copy-group .nt-copy-group__input {
  color: #1e293b !important;
}
html.nt-light-theme .nt-copy-group .nt-copy-group__btn {
  background: #0284c7 !important;
}
html.nt-light-theme .nt-copy-group .nt-copy-group__btn:hover {
  background: #0369a1 !important;
}

/* ── Tela de Sucesso Responsiva ── */
@media screen and (max-width: 480px) {
  .nt-billing-success__buttons {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .nt-billing-success__buttons .nt-btn--success {
    grid-column: span 1 !important;
  }
  .nt-billing-success__card {
    padding: 32px 16px !important;
  }
  .nt-billing-success__title {
    font-size: 1.5rem !important;
  }
}
/* ── Legibilidade do Texto de Avisos no Modo Claro/Escuro ── */
.nt-billing-success__nfe span {
  color: #E2E8F0;
}

html.nt-light-theme .nt-billing-success__nfe span {
  color: #14532d !important;
}

.nt-billing-success__consulting span {
  color: #E2E8F0;
}

html.nt-light-theme .nt-billing-success__consulting span {
  color: #1e3a8a !important;
}

/* ── Tela de Conta Expirada ── */
body.nt-expired-page {
  font-family: "Inter", sans-serif;
  background: radial-gradient(circle at top right, #0d1b2a, #0b0f19);
  color: #f8f9fa;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.nt-expired-container {
  width: 100%;
  max-width: 480px;
  background: rgba(22, 27, 34, 0.4);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
  animation: scaleIn 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.nt-expired-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(234, 64, 59, 0.1);
  border: 1px solid rgba(234, 64, 59, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ea403b;
  margin: 0 auto 24px auto;
  position: relative;
  box-shadow: 0 0 24px rgba(234, 64, 59, 0.2);
  animation: expiredPulseGlow 2s infinite ease-in-out;
}
.nt-expired-icon-wrapper svg {
  width: 36px;
  height: 36px;
}

.nt-expired-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.nt-expired-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #8b949e;
  margin: 0 0 32px 0;
}

.nt-expired-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nt-expired-btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.nt-expired-btn--primary {
  background: linear-gradient(135deg, #0b81cd, #0056b3);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(11, 129, 205, 0.4);
}
.nt-expired-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(11, 129, 205, 0.6);
}
.nt-expired-btn--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #c9d1d9;
}
.nt-expired-btn--outline:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(10px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes expiredPulseGlow {
  0% {
    box-shadow: 0 0 20px rgba(234, 64, 59, 0.2);
  }
  50% {
    box-shadow: 0 0 35px rgba(234, 64, 59, 0.45);
  }
  100% {
    box-shadow: 0 0 20px rgba(234, 64, 59, 0.2);
  }
}
html.nt-light-theme body.nt-expired-page {
  background: radial-gradient(circle at top right, #f1f5f9, #cbd5e1);
  color: #1e293b;
}
html.nt-light-theme .nt-expired-container {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 24px 64px rgba(148, 163, 184, 0.25);
}
html.nt-light-theme .nt-expired-icon-wrapper {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: #ef4444;
  box-shadow: 0 0 24px rgba(239, 68, 68, 0.1);
}
html.nt-light-theme .nt-expired-title {
  color: #0f172a;
}
html.nt-light-theme .nt-expired-desc {
  color: #475569;
}
html.nt-light-theme .nt-expired-btn--outline {
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #475569;
}
html.nt-light-theme .nt-expired-btn--outline:hover {
  background: rgba(0, 0, 0, 0.03);
  color: #0f172a;
  border-color: rgba(0, 0, 0, 0.25);
}

/* ── Estilos de Faturamento Geral (Toggles, Cards, Adicionais) ── */
.nt-billing__toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 8px auto 32px auto;
  background: rgba(22, 27, 34, 0.6);
  border: 1px solid rgba(45, 51, 59, 0.5);
  padding: 6px;
  border-radius: 30px;
  width: max-content;
}

.nt-billing__toggle-btn {
  background: transparent;
  border: none;
  color: #8B949E;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 8px 24px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-billing__toggle-btn.active {
  background: #0088CC;
  color: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 136, 204, 0.4);
}
.nt-billing__toggle-btn:hover:not(.active) {
  color: #FFFFFF;
}

.nt-billing__toggle-discount {
  background: rgba(245, 158, 11, 0.15);
  color: #FBBF24;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
  border: 1px solid rgba(245, 158, 11, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.25s ease;
}

.nt-billing__toggle-btn.active .nt-billing__toggle-discount {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}

html.nt-light-theme .nt-billing__toggle-discount {
  background: rgba(245, 158, 11, 0.1) !important;
  color: #D97706 !important;
  border-color: rgba(245, 158, 11, 0.25) !important;
}

html.nt-light-theme .nt-billing__toggle-btn.active .nt-billing__toggle-discount {
  background: rgba(255, 255, 255, 0.25) !important;
  color: #FFFFFF !important;
  border-color: rgba(255, 255, 255, 0.45) !important;
}

.nt-billing-card--plan {
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.nt-billing-card--plan:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.nt-billing-card--plan.active {
  border-color: #0088cc !important;
  background: rgba(0, 136, 204, 0.08) !important;
  box-shadow: 0 0 20px rgba(0, 136, 204, 0.2) !important;
}

html.nt-light-theme .nt-billing-card--plan.active {
  background: rgba(0, 136, 204, 0.04) !important;
}

/* Tema Claro - Ajustes para o Toggle */
html.nt-light-theme .nt-billing__toggle-container {
  background: #E2E8F0;
  border-color: #CBD5E1;
}

html.nt-light-theme .nt-billing__toggle-btn {
  color: #64748B;
}
html.nt-light-theme .nt-billing__toggle-btn.active {
  background: #0088CC;
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.2);
}
html.nt-light-theme .nt-billing__toggle-btn:hover:not(.active) {
  color: #0F172A;
}

/* Responsividade extra */
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .nt-billing__plans-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }
  .nt-billing-card {
    padding: 24px 16px !important;
  }
}
@media screen and (max-width: 1150px) {
  .nt-billing__checkout {
    max-width: 100% !important;
    width: 100% !important;
  }
  .nt-billing-summary {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 540px) {
  .nt-checkout-form__methods {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .nt-checkout-form__method {
    flex-direction: row !important;
    justify-content: center !important;
    padding: 14px 16px !important;
    gap: 12px !important;
    font-size: 0.95rem !important;
  }
  .nt-form-row {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}
@media screen and (max-width: 480px) {
  .nt-checkout-form {
    padding: 20px 16px !important;
    gap: 20px !important;
  }
  .nt-addon-row {
    padding: 16px 12px !important;
    gap: 12px !important;
  }
  .nt-addon-row__price {
    font-size: 1rem !important;
    min-width: 75px !important;
  }
}
@media screen and (max-width: 380px) {
  .nt-card-mockup-wrapper {
    transform: scale(0.8) !important;
    margin: -20px auto !important;
    width: 100% !important;
    max-width: 280px !important;
  }
}
/* Addon Tier Selector Styles */
.nt-addon-tiers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 12px;
  margin-top: 12px;
  width: 100%;
}

.nt-addon-tier-opt {
  position: relative;
  cursor: pointer;
  display: block;
}
.nt-addon-tier-opt input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.nt-addon-tier-opt input[type=radio]:checked + .nt-addon-tier-card {
  background: rgba(14, 165, 233, 0.1);
  border-color: #0ea5e9;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.25);
}
.nt-addon-tier-opt input[type=radio]:checked + .nt-addon-tier-card .nt-addon-tier-title {
  color: #0ea5e9;
}
.nt-addon-tier-opt input[type=radio]:checked + .nt-addon-tier-card--recommended {
  background: rgba(249, 115, 22, 0.1);
  border-color: #f97316;
  box-shadow: 0 0 12px rgba(249, 115, 22, 0.25);
}
.nt-addon-tier-opt input[type=radio]:checked + .nt-addon-tier-card--recommended .nt-addon-tier-title {
  color: #f97316;
}

.nt-addon-tier-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.25s ease;
  text-align: center;
  min-height: 64px;
  position: relative;
}
.nt-addon-tier-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.nt-addon-tier-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
  transition: color 0.2s ease;
}

.nt-addon-tier-price {
  font-size: 0.8rem;
  color: #94a3b8;
  white-space: nowrap !important;
}

.nt-addon-tier-card--recommended {
  border-color: rgba(249, 115, 22, 0.4);
  background: rgba(249, 115, 22, 0.03);
}

.nt-addon-tier-badge {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: #f97316;
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1px 6px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.nt-billing__plans-actions .nt-btn--outline {
  background: rgba(0, 136, 204, 0.06) !important;
  border: 1px solid rgba(0, 136, 204, 0.35) !important;
  color: #0088cc !important;
  padding: 10px 24px !important;
  border-radius: 24px !important;
  font-weight: 600 !important;
  font-size: 0.9rem !important;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s ease !important;
}
.nt-billing__plans-actions .nt-btn--outline:hover {
  background: #0088cc !important;
  color: #ffffff !important;
  border-color: #0088cc !important;
  box-shadow: 0 4px 15px rgba(0, 136, 204, 0.25) !important;
  transform: translateY(-1px);
}

html.nt-light-theme .nt-billing__plans-actions .nt-btn--outline {
  background: rgba(0, 136, 204, 0.05) !important;
  border-color: rgba(0, 136, 204, 0.4) !important;
  color: #0077b3 !important;
}
html.nt-light-theme .nt-billing__plans-actions .nt-btn--outline:hover {
  background: #0088cc !important;
  color: #ffffff !important;
  border-color: #0088cc !important;
}

html.nt-light-theme .nt-addon-tier-card {
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.08);
}
html.nt-light-theme .nt-addon-tier-card:hover {
  border-color: rgba(15, 23, 42, 0.2);
  background: rgba(15, 23, 42, 0.05);
}
html.nt-light-theme .nt-addon-tier-title {
  color: #0f172a;
}
html.nt-light-theme .nt-addon-tier-price {
  color: #475569;
}
html.nt-light-theme .nt-addon-tier-card--recommended {
  border-color: rgba(249, 115, 22, 0.4);
  background: rgba(249, 115, 22, 0.05);
}
html.nt-light-theme .nt-addon-tier-opt input[type=radio]:checked + .nt-addon-tier-card {
  background: rgba(14, 165, 233, 0.12);
  border-color: #0284c7;
}
html.nt-light-theme .nt-addon-tier-opt input[type=radio]:checked + .nt-addon-tier-card .nt-addon-tier-title {
  color: #0284c7;
}
html.nt-light-theme .nt-addon-tier-opt input[type=radio]:checked + .nt-addon-tier-card--recommended {
  background: rgba(249, 115, 22, 0.12);
  border-color: #ea580c;
}
html.nt-light-theme .nt-addon-tier-opt input[type=radio]:checked + .nt-addon-tier-card--recommended .nt-addon-tier-title {
  color: #ea580c;
}

@media screen and (max-width: 480px) {
  .nt-addon-tiers {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .nt-addon-tier-card {
    min-height: auto;
    padding: 8px 12px;
    flex-direction: row;
    justify-content: space-between;
  }
  .nt-addon-tier-title {
    margin-bottom: 0;
  }
  .nt-addon-tier-badge {
    top: 50%;
    left: auto;
    right: 8px;
    transform: translateY(-50%);
  }
}
.nt-registered-card-option {
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: rgba(255, 255, 255, 0.02) !important;
  transition: all 0.25s ease !important;
}
.nt-registered-card-option:hover {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.05) !important;
}
.nt-registered-card-option.active {
  background: rgba(14, 165, 233, 0.12) !important;
  border-color: #0ea5e9 !important;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.25);
}

html.nt-light-theme .nt-registered-card-option {
  border-color: rgba(15, 23, 42, 0.08) !important;
  background: rgba(15, 23, 42, 0.02) !important;
}
html.nt-light-theme .nt-registered-card-option:hover {
  border-color: rgba(15, 23, 42, 0.2) !important;
  background: rgba(15, 23, 42, 0.05) !important;
}
html.nt-light-theme .nt-registered-card-option.active {
  background: rgba(14, 165, 233, 0.08) !important;
  border-color: #0284c7 !important;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.15);
}
html.nt-light-theme .nt-registered-card-option strong {
  color: #0f172a !important;
}

.nt-storage-usage-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #30363d;
  color: #c9d1d9;
  transition: all 0.2s ease;
}

html.nt-light-theme .nt-storage-usage-item {
  background: rgba(15, 23, 42, 0.02) !important;
  border: 1px solid rgba(15, 23, 42, 0.15) !important;
  color: #0f172a !important;
}

html.nt-light-theme .nt-progress-bar-container {
  background: rgba(15, 23, 42, 0.08) !important;
}

.nt-payment-history-card {
  margin-top: 24px;
  padding: 24px;
  border-radius: 8px;
  background: #161b22;
  border: 1px solid #30363d;
  text-align: left;
}
.nt-payment-history-card h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #58a6ff;
}

.nt-payment-history-table-wrapper {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 400px;
  width: 100%;
}

.nt-payment-history-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.9rem;
  color: #c9d1d9;
}
.nt-payment-history-table thead tr {
  border-bottom: 1px solid #30363d;
  color: #8b949e;
  font-weight: 600;
  position: sticky;
  top: 0;
  background: #161b22;
  z-index: 1;
}
.nt-payment-history-table tbody tr {
  border-bottom: 1px solid #21262d;
  background: transparent;
  transition: background 0.2s;
}
.nt-payment-history-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.02) !important;
}
.nt-payment-history-table th, .nt-payment-history-table td {
  padding: 12px 8px;
}

html.nt-light-theme .nt-payment-history-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-payment-history-card h3 {
  color: #0ea5e9;
}
html.nt-light-theme .nt-payment-history-table {
  color: #1e293b;
}
html.nt-light-theme .nt-payment-history-table thead tr {
  border-bottom: 1px solid #e2e8f0;
  color: #475569;
  background: #ffffff;
}
html.nt-light-theme .nt-payment-history-table tbody tr {
  border-bottom: 1px solid #f1f5f9;
}
html.nt-light-theme .nt-payment-history-table tbody tr:hover {
  background: rgba(15, 23, 42, 0.02) !important;
}

.nt-card-manager {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nt-card-list-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #8b949e;
  margin: 0 0 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

html.nt-light-theme .nt-card-list-title {
  color: #475569;
  border-bottom-color: rgba(15, 23, 42, 0.1);
}

.nt-card-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.2s ease;
  margin-bottom: 8px;
}
.nt-card-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
}

html.nt-light-theme .nt-card-item {
  background: #f8fafc;
  border-color: #e2e8f0;
}
html.nt-light-theme .nt-card-item:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
}

.nt-card-item__info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nt-card-item__icon {
  width: 40px;
  height: 28px;
  border-radius: 6px;
  background: #1f2937;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #38bdf8;
}

html.nt-light-theme .nt-card-item__icon {
  background: #e2e8f0;
  border-color: #cbd5e1;
  color: #0284c7;
}

.nt-card-item__details strong {
  font-size: 0.88rem;
  color: #f3f4f6;
  display: block;
}
.nt-card-item__details span {
  font-size: 0.75rem;
  color: #9ca3af;
}

html.nt-light-theme .nt-card-item__details strong {
  color: #0f172a;
}

html.nt-light-theme .nt-card-item__details span {
  color: #64748b;
}

.nt-card-item__remove-btn {
  background: transparent;
  border: none;
  color: #ef4444;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.nt-card-item__remove-btn:hover {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}

.nt-card-form-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #8b949e;
  margin: 20px 0 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

html.nt-light-theme .nt-card-form-title {
  color: #475569;
  border-bottom-color: rgba(15, 23, 42, 0.1);
}

.nt-card-checkout-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nt-card-mockup-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.nt-card-mockup {
  width: 100%;
  max-width: 380px;
  height: 190px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-card-mockup::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.nt-card-mockup__chip {
  width: 42px;
  height: 30px;
  border-radius: 6px;
  background: linear-gradient(135deg, #f1f5f9 0%, #cbd5e1 100%);
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.nt-card-mockup__chip::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 22px;
  height: 18px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
.nt-card-mockup__brand {
  font-size: 1.25rem;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.nt-card-mockup__number {
  font-family: "Courier New", Courier, monospace;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 2px;
  word-spacing: 4px;
  margin: 16px 0 12px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.nt-card-mockup__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.nt-card-mockup__holder {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-family: "Courier New", Courier, monospace;
}
.nt-card-mockup__expiry-label {
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  margin-bottom: 2px;
  letter-spacing: 0.5px;
}
.nt-card-mockup__expiry {
  font-size: 0.85rem;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-family: "Courier New", Courier, monospace;
}

html.nt-light-theme .nt-card-mockup {
  background: linear-gradient(135deg, #0ea5e9 0%, #0369a1 100%);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 25px rgba(14, 165, 233, 0.3);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#btn-open-billing-info {
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%) !important;
  color: #ffffff !important;
  border: none !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 12px rgba(109, 40, 217, 0.3) !important;
  transition: all 0.2s ease !important;
}
#btn-open-billing-info:hover {
  filter: brightness(1.15) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 16px rgba(109, 40, 217, 0.45) !important;
}
#btn-open-billing-info:active {
  transform: translateY(1px) !important;
}

#nt-billing-info-modal-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
#nt-billing-info-modal-backdrop .nt-modal-container {
  width: 100%;
  max-width: 600px;
  background: #1f2937;
  color: #f3f4f6;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
#nt-billing-info-modal-backdrop .nt-modal-header {
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.15);
}
#nt-billing-info-modal-backdrop .nt-modal-header .nt-modal-title {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
  color: #8b5cf6;
}
#nt-billing-info-modal-backdrop .nt-modal-header .nt-modal-close {
  background: none;
  border: none;
  color: #9ca3af;
  font-size: 1.25rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.15s ease;
}
#nt-billing-info-modal-backdrop .nt-modal-header .nt-modal-close:hover {
  color: #f3f4f6;
}
#nt-billing-info-modal-backdrop .nt-modal-body {
  padding: 24px;
  overflow-y: auto;
  max-height: 70vh;
}
#nt-billing-info-modal-backdrop .nt-modal-footer {
  padding: 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  background: rgba(0, 0, 0, 0.15);
}
#nt-billing-info-modal-backdrop .nt-modal__select, #nt-billing-info-modal-backdrop .nt-modal__input {
  width: 100%;
  padding: 10px 12px;
  background: #21262d;
  border: 1px solid #30363d;
  border-radius: 6px;
  color: #c9d1d9;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}
#nt-billing-info-modal-backdrop .nt-modal__select:focus, #nt-billing-info-modal-backdrop .nt-modal__input:focus {
  border-color: #8b5cf6;
  outline: none;
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.25);
}
#nt-billing-info-modal-backdrop select.nt-modal__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%238b949e' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 36px;
}
#nt-billing-info-modal-backdrop .nt-segmented-control {
  display: flex;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
#nt-billing-info-modal-backdrop .nt-segmented-control__item {
  color: #8b949e;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.2s;
  background: transparent;
}
#nt-billing-info-modal-backdrop input[name=legalType]:checked + .nt-segmented-control__item {
  background: #8b5cf6 !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.4);
}
#nt-billing-info-modal-backdrop #country-dropdown-trigger {
  font-family: inherit;
}
#nt-billing-info-modal-backdrop #country-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  background: #161b22;
  border: 1px solid #30363d;
  border-radius: 8px;
  z-index: 10000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  padding: 8px;
  flex-direction: column;
  gap: 6px;
  max-height: 280px;
}
#nt-billing-info-modal-backdrop #country-dropdown-menu #country-search-input {
  width: 100%;
  padding: 8px 10px;
  background: #0d1117;
  border: 1px solid #30363d;
  border-radius: 6px;
  color: #c9d1d9;
  font-size: 0.85rem;
  margin-bottom: 4px;
}
#nt-billing-info-modal-backdrop #country-dropdown-menu #country-search-input:focus {
  border-color: #8b5cf6;
  outline: none;
}
#nt-billing-info-modal-backdrop #country-dropdown-menu .country-item {
  padding: 8px;
  border-radius: 4px;
  color: #c9d1d9;
  cursor: pointer;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.15s ease;
}
#nt-billing-info-modal-backdrop #country-dropdown-menu .country-item:hover {
  background: rgba(255, 255, 255, 0.08) !important;
}
#nt-billing-info-modal-backdrop #country-dropdown-menu .country-group-title {
  font-size: 0.65rem;
  color: #8b949e;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 8px 2px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 4px;
}

html.nt-light-theme #nt-billing-info-modal-backdrop {
  background: rgba(0, 0, 0, 0.4) !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop .nt-modal-container {
  background: #ffffff !important;
  color: #1f2937 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop .nt-modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop .nt-modal-header .nt-modal-close {
  color: #6b7280 !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop .nt-modal-header .nt-modal-close:hover {
  color: #111827 !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop .nt-modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  background: rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop .nt-modal__select, html.nt-light-theme #nt-billing-info-modal-backdrop .nt-modal__input {
  background: #f9fafb !important;
  border: 1px solid #d1d5db !important;
  color: #1f2937 !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop .nt-modal__select:focus, html.nt-light-theme #nt-billing-info-modal-backdrop .nt-modal__input:focus {
  border-color: #8b5cf6 !important;
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.15) !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop select.nt-modal__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%234b5563' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 16px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop .nt-segmented-control {
  background: rgba(0, 0, 0, 0.04) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop .nt-segmented-control__item {
  color: #4b5563 !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop #country-dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #d1d5db !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop #country-dropdown-menu #country-search-input {
  background: #f3f4f6 !important;
  border: 1px solid #d1d5db !important;
  color: #1f2937 !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop #country-dropdown-menu .country-item {
  color: #1f2937 !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop #country-dropdown-menu .country-item:hover {
  background: rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme #nt-billing-info-modal-backdrop #country-dropdown-menu .country-group-title {
  color: #6b7280 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

#nt-billing-info-modal-backdrop .nt-field-error {
  display: none;
  font-size: 0.75rem;
  color: #ef4444;
  margin-top: 4px;
  font-weight: 500;
}
#nt-billing-info-modal-backdrop .nt-field-error.is-visible {
  display: block !important;
}

/* CSS Customizado Premium para o Painel de Relatórios */
.nt-reports-page {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1600px;
  margin: 0 auto;
}

.nt-reports-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.nt-reports-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.nt-reports-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #F3F4F6;
}

.nt-light-theme .nt-reports-title {
  color: #111827;
}

.nt-reports-subtitle {
  font-size: 13px;
  color: #9CA3AF;
}

.nt-light-theme .nt-reports-subtitle {
  color: #6B7280;
}

.nt-reports-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nt-reports-tabs {
  display: flex;
  background: #1F2937;
  border-radius: 8px;
  padding: 2px;
}

.nt-light-theme .nt-reports-tabs {
  background: #E5E7EB;
}

.nt-reports-tab {
  background: none;
  border: none;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 500;
  color: #9CA3AF;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease;
}

.nt-light-theme .nt-reports-tab {
  color: #4B5563;
}

.nt-reports-tab.is-active {
  background: #374151;
  color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.nt-light-theme .nt-reports-tab.is-active {
  background: #FFF;
  color: #111827;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.nt-reports-nav {
  display: flex;
  align-items: center;
  background: #1F2937;
  border-radius: 8px;
  padding: 2px;
}
.nt-reports-nav #nt-reports-today {
  border-left: 1px solid #374151;
  border-right: 1px solid #374151;
  font-size: 12px;
  font-weight: 600;
  padding: 0 10px;
}

.nt-light-theme .nt-reports-nav {
  background: #E5E7EB;
}
.nt-light-theme .nt-reports-nav #nt-reports-today {
  border-left-color: #D1D5DB;
  border-right-color: #D1D5DB;
}

.nt-reports-nav-btn {
  background: none;
  border: none;
  color: #9CA3AF;
  padding: 6px 10px;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  align-items: center;
  transition: all 0.2s;
}

.nt-light-theme .nt-reports-nav-btn {
  color: #4B5563;
}

.nt-reports-nav-btn:hover {
  background: #374151;
  color: #FFF;
}

.nt-light-theme .nt-reports-nav-btn:hover {
  background: #FFF;
  color: #111827;
}

.nt-reports-period-label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #F3F4F6;
  padding: 0 12px;
  min-width: 140px;
  text-align: center;
}

.nt-light-theme .nt-reports-period-label {
  color: #111827;
}

#nt-reports-custom-start {
  display: none;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  padding: 0;
  width: 220px;
  text-align: center;
  cursor: pointer;
}

/* Abas de tipos de relatórios */
.nt-reports-type-tabs {
  display: flex;
  border-bottom: 1px solid #374151;
  gap: 8px;
  padding-bottom: 2px;
}

.nt-light-theme .nt-reports-type-tabs {
  border-bottom: 1px solid #E5E7EB;
}

.nt-reports-type-tab {
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 12px 18px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: #9CA3AF;
  transition: all 0.2s;
  text-align: left;
  position: relative;
}

.nt-light-theme .nt-reports-type-tab {
  color: #6B7280;
}

.nt-reports-type-tab.is-active {
  color: #0EA5E9;
  border-bottom-color: #0EA5E9;
}

.type-tab-title {
  font-size: 14px;
  font-weight: 700;
}

.type-tab-desc {
  font-size: 11px;
  opacity: 0.8;
}

.nt-reports-type-tab.is-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.type-tab-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #374151;
  color: #9CA3AF;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 20px;
  text-transform: uppercase;
}

.nt-light-theme .type-tab-badge {
  background: #E5E7EB;
  color: #4B5563;
}

/* Cards de Resumo */
.nt-reports-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.nt-reports-card {
  background: #111827;
  border: 1px solid #1F2937;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}

.nt-light-theme .nt-reports-card {
  background: #FFFFFF;
  border-color: #E5E7EB;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.nt-reports-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, 0.3);
  border-color: #374151;
}

.nt-light-theme .nt-reports-card:hover {
  border-color: #D1D5DB;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05);
}

.card-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.card-icon--blue {
  background: rgba(14, 165, 233, 0.15);
  color: #0EA5E9;
}

.card-icon--green {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
}

.card-icon--purple {
  background: rgba(168, 85, 247, 0.15);
  color: #A855F7;
}

.card-icon--yellow {
  background: rgba(234, 179, 8, 0.15);
  color: #EAB308;
}

.card-icon--orange {
  background: rgba(249, 115, 22, 0.15);
  color: #F97316;
}

.card-icon--teal {
  background: rgba(20, 184, 166, 0.15);
  color: #14B8A6;
}

.card-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.card-label {
  font-size: 12px;
  font-weight: 500;
  color: #9CA3AF;
}

.nt-light-theme .card-label {
  color: #6B7280;
}

.card-value {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #F9FAFB;
}

.nt-light-theme .card-value {
  color: #111827;
}

.card-detail {
  font-size: 11px;
  color: #6B7280;
  word-break: break-word;
  line-height: 1.3;
}

.nt-light-theme .card-detail {
  color: #9CA3AF;
}

/* Gráficos Row */
.nt-reports-charts-row {
  display: grid;
  grid-template-columns: 3.5fr 2fr;
  gap: 20px;
  min-width: 0;
}

@media (max-width: 1024px) {
  .nt-reports-charts-row {
    grid-template-columns: 1fr;
  }
}
/* Responsividade Extra */
@media (max-width: 768px) {
  .nt-reports-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .nt-reports-controls {
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
  }
  .nt-reports-tabs {
    width: 100%;
    justify-content: space-between;
  }
  .nt-reports-tab {
    flex: 1;
    text-align: center;
    padding: 6px 0;
  }
  .nt-reports-nav {
    width: 100%;
    justify-content: space-between;
  }
  .nt-reports-period-label {
    flex: 1;
    min-width: unset;
  }
  #nt-reports-export-pdf {
    flex: 1;
    justify-content: center;
  }
}
.nt-chart-card {
  background: #111827;
  border: 1px solid #1F2937;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-light-theme .nt-chart-card {
  background: #FFFFFF;
  border-color: #E5E7EB;
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.chart-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.chart-title {
  font-size: 15px;
  font-weight: 700;
  color: #F3F4F6;
  margin: 0;
}

.nt-light-theme .chart-title {
  color: #111827;
}

.chart-desc {
  font-size: 12px;
  color: #6B7280;
  margin: 2px 0 0 0;
}

.nt-light-theme .chart-desc {
  color: #9CA3AF;
}

.chart-wrapper {
  position: relative;
  height: 320px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.chart-wrapper--doughnut {
  height: 250px;
}
.chart-wrapper canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.expanded-chart-wrapper {
  position: relative;
  height: 420px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.expanded-chart-wrapper canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* Legenda Customizada */
.chart-legend-container {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.legend-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 500;
  color: #9CA3AF;
}

.nt-light-theme .legend-badge {
  color: #4B5563;
}

.legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.triade-indicator-legend {
  display: flex;
  justify-content: center;
  gap: 16px;
  font-size: 12px;
  color: #9CA3AF;
  font-weight: 500;
}

.nt-light-theme .triade-indicator-legend {
  color: #4B5563;
}

.triade-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}
.triade-dot--important {
  background: #0EA5E9;
}
.triade-dot--urgent {
  background: #EF4444;
}
.triade-dot--circumstantial {
  background: #EAB308;
}

/* Grid de breakdowns (Projetos, Categorias, Metas) */
.nt-reports-breakdown-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

/* Seção de Tabelas Analíticas */
.nt-reports-tables-section {
  background: #111827;
  border: 1px solid #1F2937;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-light-theme .nt-reports-tables-section {
  background: #FFFFFF;
  border-color: #E5E7EB;
}

.tables-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.tables-title {
  font-size: 15px;
  font-weight: 700;
  color: #F3F4F6;
  margin: 0;
}

.nt-light-theme .tables-title {
  color: #111827;
}

.tables-tabs {
  display: flex;
  background: #1F2937;
  border-radius: 6px;
  padding: 2px;
}

.nt-light-theme .tables-tabs {
  background: #E5E7EB;
}

.tables-tab {
  background: none;
  border: none;
  color: #9CA3AF;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.2s;
}

.nt-light-theme .tables-tab {
  color: #4B5563;
}

.tables-tab.is-active {
  background: #374151;
  color: #FFF;
}

.nt-light-theme .tables-tab.is-active {
  background: #FFF;
  color: #111827;
}

.nt-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.nt-table-wrapper.is-hidden {
  display: none;
}

.nt-table-reports {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  text-align: left;
}

.nt-table-reports th {
  font-weight: 600;
  color: #9CA3AF;
  padding: 10px 12px;
  border-bottom: 2px solid #1F2937;
}

.nt-light-theme .nt-table-reports th {
  color: #4B5563;
  border-bottom-color: #E5E7EB;
}

.nt-table-reports td {
  padding: 12px;
  border-bottom: 1px solid #1F2937;
  color: #F3F4F6;
}

.nt-light-theme .nt-table-reports td {
  border-bottom-color: #E5E7EB;
  color: #111827;
}

.nt-table-reports tbody tr {
  cursor: pointer;
  transition: all 0.2s;
}

.nt-table-reports tbody tr:hover {
  background: rgba(55, 65, 81, 0.4);
}

.nt-light-theme .nt-table-reports tbody tr:hover {
  background: rgba(229, 231, 235, 0.4);
}

.table-loading {
  text-align: center;
  padding: 24px !important;
  color: #6B7280;
}

/* Barra de peso nas tabelas */
.reports-weight-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reports-weight-bar {
  width: 80px;
  height: 6px;
  background: #1F2937;
  border-radius: 4px;
  overflow: hidden;
}

.nt-light-theme .reports-weight-bar {
  background: #E5E7EB;
}

.reports-weight-fill {
  height: 100%;
  border-radius: 4px;
}

/* Slide-over Drawer para Drilldown */
.nt-drawer-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, backdrop-filter 0.3s ease, -webkit-backdrop-filter 0.3s ease;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.nt-drawer-backdrop.is-open {
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

#chart-expand-backdrop {
  z-index: 1000;
}

#chart-expand-modal {
  max-width: 900px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  background: #0B0E14;
  border: 1px solid #1F2937;
  border-radius: 12px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
}
#chart-expand-modal .drawer-header {
  padding: 20px;
  border-bottom: 1px solid #1F2937;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#chart-expand-modal .drawer-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #F3F4F6;
}
#chart-expand-modal .drawer-subtitle {
  font-size: 12px;
  color: #6B7280;
}
#chart-expand-modal .drawer-close {
  background: none;
  border: none;
  color: #9CA3AF;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#chart-expand-modal .drawer-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#chart-expand-modal .expanded-chart-details {
  padding-top: 16px;
  border-top: 1px dashed #1F2937;
  font-size: 13px;
  color: #9CA3AF;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#drilldown-backdrop {
  z-index: 1002;
}

#drilldown-drawer {
  z-index: 1003;
}

.nt-drilldown-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 480px;
  max-width: 90vw;
  background: #0B0E14;
  border-left: 1px solid #1F2937;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.nt-light-theme .nt-drilldown-drawer {
  background: #FFFFFF;
  border-left-color: #E5E7EB;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08);
}

.nt-drilldown-drawer.is-open {
  transform: translateX(0);
}

.drawer-header {
  padding: 20px;
  border-bottom: 1px solid #1F2937;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nt-light-theme .drawer-header {
  border-bottom-color: #E5E7EB;
}

.drawer-title {
  font-size: 16px;
  font-weight: 700;
  color: #F3F4F6;
  margin: 0;
}

.nt-light-theme .drawer-title {
  color: #111827;
}

.drawer-subtitle {
  font-size: 11px;
  color: #6B7280;
}

.drawer-close {
  background: none;
  border: none;
  color: #9CA3AF;
  cursor: pointer;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}

.drawer-close:hover {
  background: #1F2937;
  color: #FFF;
}

.nt-light-theme .drawer-close:hover {
  background: #E5E7EB;
  color: #111827;
}

.drawer-stats {
  padding: 12px 20px;
  background: #111827;
  border-bottom: 1px solid #1F2937;
  display: flex;
  gap: 24px;
}

.nt-light-theme .drawer-stats {
  background: #F9FAFB;
  border-bottom-color: #E5E7EB;
}

.stat-block {
  display: flex;
  flex-direction: column;
}

.stat-lbl {
  font-size: 10px;
  font-weight: 600;
  color: #6B7280;
  text-transform: uppercase;
}

.stat-val {
  font-size: 14px;
  font-weight: 700;
  color: #0EA5E9;
}

.drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px;
}

/* Lista de Atividades do Drawer */
.activities-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.drawer-activity-item {
  background: #111827;
  border: 1px solid #1F2937;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.nt-light-theme .drawer-activity-item {
  background: #FFFFFF;
  border-color: #E5E7EB;
}

.activity-indicator {
  width: 4px;
  height: 36px;
  border-radius: 4px;
  flex-shrink: 0;
}

.activity-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.activity-title {
  font-size: 13px;
  font-weight: 600;
  color: #F3F4F6;
}

.nt-light-theme .activity-title {
  color: #111827;
}

.activity-meta {
  font-size: 11px;
  color: #6B7280;
  display: flex;
  gap: 8px;
  align-items: center;
}

.activity-badge {
  font-size: 9px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 4px;
  text-transform: uppercase;
}

.activity-badge--task {
  background: rgba(14, 165, 233, 0.15);
  color: #0EA5E9;
}

.activity-badge--appt {
  background: rgba(168, 85, 247, 0.15);
  color: #A855F7;
}

.activity-status-badge {
  font-size: 9px;
  font-weight: 600;
  padding: 1px 5px;
  border-radius: 4px;
  text-transform: capitalize;
}

.activity-status--completed {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
}

.activity-status--pending {
  background: rgba(249, 115, 22, 0.15);
  color: #F97316;
}

.activity-status--cancelled {
  background: rgba(107, 114, 128, 0.15);
  color: #9CA3AF;
}

.activity-details {
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px dashed #1F2937;
  font-size: 11px;
  color: #9CA3AF;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nt-light-theme .activity-details {
  border-top-color: #E5E7EB;
  color: #4B5563;
}

.activity-detail-item {
  display: flex;
  gap: 4px;
}

.activity-detail-item strong {
  color: #D1D5DB;
}

.nt-light-theme .activity-detail-item strong {
  color: #374151;
}

.activities-empty {
  text-align: center;
  color: #6B7280;
  padding: 32px 0;
  font-size: 13px;
}

/* Custom legends and expand buttons styles */
.btn-expand-chart {
  background: none;
  border: none;
  color: #6B7280;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.btn-expand-chart:hover {
  background: #1F2937;
  color: #0EA5E9;
}

.nt-light-theme .btn-expand-chart:hover {
  background: #E5E7EB;
}

.custom-breakdown-legend {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 8px;
  padding-top: 12px;
  border-top: 1px dashed #1F2937;
  margin-top: auto;
}

.nt-light-theme .custom-breakdown-legend {
  border-top-color: #E5E7EB;
}

.legend-item-flat {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #9CA3AF;
}

.nt-light-theme .legend-item-flat {
  color: #4B5563;
}

.legend-lbl {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.legend-val {
  font-weight: 600;
  color: #F3F4F6;
}

.nt-light-theme .legend-val {
  color: #111827;
}

/* Light theme support for expand modal */
.nt-light-theme #chart-expand-modal {
  background: #FFFFFF !important;
  border-color: #E5E7EB !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1) !important;
}
.nt-light-theme #chart-expand-modal .drawer-header {
  border-bottom-color: #E5E7EB !important;
}
.nt-light-theme #chart-expand-modal .drawer-title {
  color: #111827 !important;
}
.nt-light-theme #chart-expand-modal .drawer-close:hover {
  background: #E5E7EB !important;
  color: #111827 !important;
}
.nt-light-theme #chart-expand-modal .drawer-body {
  background: #FFFFFF !important;
}
.nt-light-theme #chart-expand-modal .expanded-chart-details {
  border-top-color: #E5E7EB !important;
}

/* Estilos Especiais do Relatório C (Hábitos & Metas de Identidade) */
.nt-reports-mission-card {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12) 0%, rgba(15, 23, 42, 0.4) 100%);
  border: 1px solid rgba(124, 58, 237, 0.3);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
}
.nt-reports-mission-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 20px -8px rgba(124, 58, 237, 0.25);
}

.nt-light-theme .nt-reports-mission-card {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.05) 0%, rgba(248, 250, 252, 0.9) 100%);
  border-color: rgba(124, 58, 237, 0.2);
}

.mission-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mission-icon {
  width: 36px;
  height: 36px;
  background: rgba(124, 58, 237, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-title {
  font-size: 15px;
  font-weight: 700;
  color: #F3F4F6;
  margin: 0;
}

.nt-light-theme .mission-title {
  color: #111827;
}

.mission-text {
  font-size: 14px;
  line-height: 1.6;
  color: #E2E8F0;
  margin: 0;
  text-align: justify;
  font-style: italic;
}

.nt-light-theme .mission-text {
  color: #334155;
}

.mission-empty-state {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mission-text-empty {
  font-size: 13.5px;
  color: #94A3B8;
  margin: 0;
  line-height: 1.5;
}

.nt-light-theme .mission-text-empty {
  color: #64748B;
}

.nt-reports-identity-goals-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nt-identity-goals-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  margin-top: 16px;
}

.nt-identity-goal-card {
  position: relative;
  background: rgba(17, 24, 39, 0.6);
  border: 1px solid #1F2937;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.nt-identity-goal-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--card-border-color, #6B7280);
}
.nt-identity-goal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.5);
  border-color: #374151;
}

.nt-light-theme .nt-identity-goal-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03);
}
.nt-light-theme .nt-identity-goal-card:hover {
  border-color: #CBD5E1;
  box-shadow: 0 12px 24px -10px rgba(0, 0, 0, 0.08);
}

.goal-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}

.goal-card-title-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.goal-card-type-badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 4px;
  width: fit-content;
  display: inline-block;
}
.goal-card-type-badge--physical {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
}
.goal-card-type-badge--mental {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
}
.goal-card-type-badge--emotional {
  background: rgba(168, 85, 247, 0.12);
  color: #a855f7;
}
.goal-card-type-badge--spiritual {
  background: rgba(234, 179, 8, 0.12);
  color: #eab308;
}

.goal-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #F8FAFC;
  margin: 0;
  line-height: 1.4;
}

.nt-light-theme .goal-card-title {
  color: #0F172A;
}

.goal-card-priority-badge {
  font-size: 9px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
  white-space: nowrap;
}
.goal-card-priority-badge.urgente {
  background: rgba(239, 68, 68, 0.12);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.2);
}
.goal-card-priority-badge.importante {
  background: rgba(14, 165, 233, 0.12);
  color: #0ea5e9;
  border: 1px solid rgba(14, 165, 233, 0.2);
}
.goal-card-priority-badge.circunstancial {
  background: rgba(234, 179, 8, 0.12);
  color: #eab308;
  border: 1px solid rgba(234, 179, 8, 0.2);
}

.goal-card-body-desc {
  font-size: 12px;
  color: #94A3B8;
  line-height: 1.5;
}

.nt-light-theme .goal-card-body-desc {
  color: #475569;
}

.goal-card-progress-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.goal-card-progress-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: #64748B;
}

.goal-card-progress-bar {
  width: 100%;
  height: 8px;
  background: #1F2937;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.nt-light-theme .goal-card-progress-bar {
  background: #F1F5F9;
}

.goal-card-progress-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.4s ease;
}

.goal-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 12px;
  margin-top: auto;
}

.nt-light-theme .goal-card-footer {
  border-top-color: #E2E8F0;
}

.goal-card-tasks-status {
  font-size: 11px;
  color: #64748B;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nt-light-theme .goal-card-tasks-status {
  color: #475569;
}

.activity-status-badge {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.activity-status-badge.activity-status--active {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
}
.activity-status-badge.activity-status--completed {
  background: rgba(14, 165, 233, 0.12);
  color: #0ea5e9;
}
.activity-status-badge.activity-status--paused {
  background: rgba(100, 116, 139, 0.12);
  color: #64748b;
}

.focus-ai-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.focus-ai-card__icon {
  background: rgba(124, 58, 237, 0.2);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.focus-ai-card__title {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.focus-ai-card__subtitle {
  color: #a78bfa;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.focus-ai-card__desc {
  font-size: 13px;
  opacity: 0.85;
  line-height: 1.5;
  margin: 0 0 16px 0;
  text-align: justify;
  color: #D1D5DB;
}
.focus-ai-card__btn {
  align-self: flex-start;
  gap: 8px;
  font-weight: 600;
  background: #7c3aed;
  border-color: #7c3aed;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.focus-ai-card__btn svg {
  margin-right: 4px;
}
.focus-ai-card__btn:hover {
  background: #6d28d9;
  border-color: #6d28d9;
}

html.nt-light-theme .focus-ai-card__title {
  color: #1E293B;
}
html.nt-light-theme .focus-ai-card__desc {
  color: #475569;
}
html.nt-light-theme .focus-ai-card__subtitle {
  color: #8b5cf6;
}

.focus-quotes-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.focus-quotes-card__title {
  font-size: 15px;
  font-weight: 600;
  color: #FFF;
  margin: 0;
}
.focus-quotes-card__quote {
  border-left: 3px solid #14b8a6;
  padding-left: 12px;
  margin: 0 0 16px 0;
  font-style: italic;
  font-size: 13px;
  opacity: 0.9;
  line-height: 1.5;
  color: #e2e8f0;
  text-align: justify;
}
.focus-quotes-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 12px;
}
.focus-quotes-card__author {
  font-size: 11px;
  opacity: 0.7;
  font-weight: bold;
  color: #14b8a6;
}
.focus-quotes-card__actions {
  display: flex;
  gap: 8px;
}
.focus-quotes-card__btn {
  width: 24px;
  height: 24px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

html.nt-light-theme .focus-quotes-card__title {
  color: #1E293B;
}
html.nt-light-theme .focus-quotes-card__quote {
  color: #475569;
}
html.nt-light-theme .focus-quotes-card__footer {
  border-top-color: #E2E8F0;
}
html.nt-light-theme .focus-quotes-card__author {
  color: #0d9488;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-modal--system-updates {
  max-width: 800px;
  width: 90vw;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(22, 27, 34, 0.95) 0%, rgba(15, 18, 25, 0.98) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  overflow: hidden;
}
.nt-modal--system-updates .nt-modal__header {
  padding: 24px 32px;
  border-bottom: 1px solid rgba(45, 51, 59, 0.5);
}
.nt-modal--system-updates .nt-modal__body {
  padding: 32px 40px;
  background: radial-gradient(circle at top right, rgba(0, 136, 204, 0.04), transparent 50%);
}
.nt-modal--system-updates .nt-modal__body::-webkit-scrollbar {
  width: 6px;
}
.nt-modal--system-updates .nt-modal__body::-webkit-scrollbar-track {
  background: #0B0E14;
}
.nt-modal--system-updates .nt-modal__body::-webkit-scrollbar-thumb {
  background: #2D333B;
  border-radius: 10px;
}

.nt-modal--system-updates .nt-modal__header-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.2), rgba(14, 165, 233, 0.1));
  border: 1px solid rgba(0, 136, 204, 0.3);
  color: #0EA5E9;
  box-shadow: 0 0 15px rgba(0, 136, 204, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.3s ease, box-shadow 0.3s ease;
}
.nt-modal--system-updates .nt-modal__header-icon-wrap:hover {
  transform: rotate(15deg) scale(1.12);
  border-color: #0EA5E9;
  box-shadow: 0 0 20px rgba(14, 165, 233, 0.4);
}
.nt-modal--system-updates .nt-modal__title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}
.nt-modal--system-updates .nt-modal__subtitle {
  font-size: 13px;
  color: #8B949E;
  margin-top: 4px;
  line-height: 1.5;
}

.nt-system-updates__dev-panel {
  background: rgba(0, 136, 204, 0.03);
  border-bottom: 1px solid rgba(0, 136, 204, 0.15);
  padding: 20px 40px;
}

.nt-system-updates__dev-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.nt-system-updates__dev-info {
  flex: 1;
  min-width: 250px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.nt-system-updates__dev-info p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  margin: 0;
}

.nt-system-updates__dev-badge {
  background: linear-gradient(135deg, #7C3AED, #0EA5E9);
  color: #FFFFFF;
  font-size: 9px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 4px;
  letter-spacing: 0.08em;
  box-shadow: 0 0 15px rgba(124, 58, 237, 0.35);
  flex-shrink: 0;
}

.nt-system-updates__form-card {
  background: rgba(11, 14, 20, 0.5);
  border: 1px solid rgba(0, 136, 204, 0.2);
  border-radius: 16px;
  padding: 24px;
  margin-top: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.nt-system-updates__form-title {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #0EA5E9;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.nt-system-updates__form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
  border-top: 1px solid rgba(45, 51, 59, 0.5);
  padding-top: 20px;
}

.nt-system-updates__timeline {
  position: relative;
  padding-left: 44px;
  margin: 10px 0;
}
.nt-system-updates__timeline::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: linear-gradient(to bottom, rgba(0, 136, 204, 0.4) 0%, #2D333B 70%, rgba(45, 51, 59, 0.1) 100%);
}

.nt-system-updates__item {
  position: relative;
  margin-bottom: 40px;
}
.nt-system-updates__item:last-child {
  margin-bottom: 0;
}
.nt-system-updates__item--draft .nt-system-updates__card {
  border: 1px dashed rgba(249, 115, 22, 0.5);
  background: linear-gradient(to right, rgba(249, 115, 22, 0.03), rgba(22, 27, 34, 0.2));
}
.nt-system-updates__item--draft .nt-system-updates__card:hover {
  border-color: #F97316;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3), 0 0 20px rgba(249, 115, 22, 0.05);
}

.nt-system-updates__node {
  position: absolute;
  left: -44px;
  top: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0F1219;
  border: 2px solid #2D333B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.nt-system-updates__item:hover .nt-system-updates__node {
  transform: scale(1.18);
  border-color: #0EA5E9;
  box-shadow: 0 0 15px rgba(14, 165, 233, 0.4);
}

.nt-system-updates__card {
  background: rgba(22, 27, 34, 0.4);
  border: 1px solid rgba(45, 51, 59, 0.6);
  border-radius: 16px;
  padding: 24px 30px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  backdrop-filter: blur(8px);
}
.nt-system-updates__card:hover {
  border-color: rgba(0, 136, 204, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25), 0 0 20px rgba(0, 136, 204, 0.05);
}

.nt-system-updates__card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.nt-system-updates__card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nt-system-updates__badge {
  font-size: 10px;
  font-weight: 800;
  padding: 3px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.nt-system-updates__badge.badge--feature {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(6, 182, 212, 0.15));
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #4ade80;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.1);
}
.nt-system-updates__badge.badge--improvement {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(14, 165, 233, 0.15));
  border: 1px solid rgba(99, 102, 241, 0.4);
  color: #a5b4fc;
  box-shadow: 0 0 10px rgba(99, 102, 241, 0.1);
}
.nt-system-updates__badge.badge--fix {
  background: linear-gradient(135deg, rgba(249, 115, 22, 0.15), rgba(239, 68, 68, 0.15));
  border: 1px solid rgba(249, 115, 22, 0.4);
  color: #fdba74;
  box-shadow: 0 0 10px rgba(249, 115, 22, 0.1);
}

.nt-system-updates__version-pill {
  background: rgba(45, 51, 59, 0.6);
  border: 1px solid rgba(45, 51, 59, 0.8);
  color: rgba(255, 255, 255, 0.8);
  font-size: 11px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 6px;
  letter-spacing: 0.02em;
}

.nt-system-updates__date {
  font-size: 12px;
  color: #8B949E;
  font-weight: 500;
}

.nt-system-updates__draft-badge {
  background: rgba(249, 115, 22, 0.12);
  border: 1px solid rgba(249, 115, 22, 0.4);
  color: #F97316;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 0 10px rgba(249, 115, 22, 0.1);
}

.nt-system-updates__card-title {
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 12px 0;
  line-height: 1.4;
  letter-spacing: -0.01em;
}

.nt-system-updates__card-desc {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
}
.nt-system-updates__card-desc img {
  max-width: 100%;
  border-radius: 8px;
  margin: 10px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.nt-system-updates__card-desc img:hover {
  transform: scale(1.015);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.nt-system-updates__card-desc p {
  margin-bottom: 16px;
}
.nt-system-updates__card-desc p:last-child {
  margin-bottom: 0;
}
.nt-system-updates__card-desc ul, .nt-system-updates__card-desc ol {
  padding-left: 4px;
  margin: 16px 0;
  list-style: none;
}
.nt-system-updates__card-desc li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 18px;
}
.nt-system-updates__card-desc li:last-child {
  margin-bottom: 0;
}
.nt-system-updates__card-desc li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: -1px;
  color: #0EA5E9;
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 0 8px rgba(14, 165, 233, 0.6);
}
.nt-system-updates__card-desc li strong {
  color: #FFFFFF;
  font-weight: 700;
  margin-right: 4px;
}

.nt-system-updates__card-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(45, 51, 59, 0.4);
}

.nt-system-updates__approve-btn {
  padding: 8px 18px;
  background: linear-gradient(135deg, #22C55E, #16a34a);
  border: none;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.25);
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-system-updates__approve-btn:hover {
  transform: translateY(-1.5px);
  box-shadow: 0 8px 20px rgba(34, 197, 94, 0.45);
  background: linear-gradient(135deg, rgb(15.2202699262%, 85.367965368%, 41.0415075121%), #15803d);
}
.nt-system-updates__approve-btn:active {
  transform: translateY(0);
}

.nt-system-updates__loading,
.nt-system-updates__error {
  text-align: center;
  padding: 50px 20px;
  font-size: 14px;
  color: #8B949E;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.nt-system-updates__error {
  color: #EF4444;
}

.nt-system-updates__empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
  text-align: center;
}
.nt-system-updates__empty-state h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 16px 0 8px;
  color: #FFFFFF;
}
.nt-system-updates__empty-state p {
  font-size: 14px;
  color: #8B949E;
  margin: 0;
}

.nt-system-updates__empty-icon {
  font-size: 40px;
  animation: ntPulse 2s infinite ease-in-out;
}

html.nt-light-theme {
  --nt-card: #FFFFFF;
  --nt-text: #1E293B;
}
html.nt-light-theme .nt-modal--system-updates {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 250, 252, 0.98) 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
html.nt-light-theme .nt-modal--system-updates .nt-modal__header {
  border-bottom: 1px solid #E2E8F0;
  background: #F8FAFC;
}
html.nt-light-theme .nt-modal--system-updates .nt-modal__header-icon-wrap {
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.1), rgba(14, 165, 233, 0.05));
  border: 1px solid rgba(0, 136, 204, 0.2);
  color: #0088CC;
  box-shadow: 0 0 10px rgba(0, 136, 204, 0.1);
}
html.nt-light-theme .nt-modal--system-updates .nt-modal__header-icon-wrap:hover {
  border-color: #0EA5E9;
  box-shadow: 0 0 15px rgba(14, 165, 233, 0.2);
}
html.nt-light-theme .nt-modal--system-updates .nt-modal__title {
  color: #0F172A;
}
html.nt-light-theme .nt-modal--system-updates .nt-modal__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-modal--system-updates .nt-modal__body {
  background: radial-gradient(circle at top right, rgba(0, 136, 204, 0.02), transparent 50%);
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__dev-panel {
  background: rgba(0, 136, 204, 0.02);
  border-bottom: 1px solid rgba(0, 136, 204, 0.08);
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__dev-info p {
  color: #334155;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__form-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__form-actions {
  border-top: 1px solid #E2E8F0;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__timeline::before {
  background: linear-gradient(to bottom, rgba(0, 136, 204, 0.3) 0%, #E2E8F0 70%, rgba(226, 232, 240, 0.1) 100%);
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__node {
  background: #FFFFFF;
  border-color: #CBD5E1;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
  color: #475569;
}
.nt-system-updates__item:hover html.nt-light-theme .nt-modal--system-updates .nt-system-updates__node {
  border-color: #0EA5E9;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.2);
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__card {
  background: rgba(255, 255, 255, 0.75);
  border-color: rgba(203, 213, 225, 0.7);
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.02);
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__card:hover {
  border-color: rgba(0, 136, 204, 0.3);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06), 0 0 20px rgba(0, 136, 204, 0.03);
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__item--draft .nt-system-updates__card {
  border-color: rgba(249, 115, 22, 0.35);
  background: linear-gradient(to right, rgba(249, 115, 22, 0.02), rgba(255, 255, 255, 0.6));
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__item--draft .nt-system-updates__card:hover {
  border-color: #F97316;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06), 0 0 20px rgba(249, 115, 22, 0.04);
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__version-pill {
  background: #F1F5F9;
  border-color: #E2E8F0;
  color: #475569;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__date {
  color: #64748B;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__card-title {
  color: #0F172A;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__card-desc {
  color: #334155;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__card-desc li::before {
  text-shadow: none;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__card-desc li strong {
  color: #0F172A;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__card-actions {
  border-top: 1px solid #E2E8F0;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__empty-state h4 {
  color: #0F172A;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__empty-state p {
  color: #64748B;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__loading {
  color: #64748B;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__carousel-nav {
  background: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__nav-btn {
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  color: #334155;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__nav-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.1), rgba(14, 165, 233, 0.08));
  border-color: #0088CC;
  color: #0088CC;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__nav-btn:disabled {
  opacity: 0.4;
  background: #F1F5F9;
  border-color: #E2E8F0;
  color: #94A3B8;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__counter {
  color: #0088CC;
  background: rgba(0, 136, 204, 0.08);
  border-color: rgba(0, 136, 204, 0.2);
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__dot {
  background: #CBD5E1;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__dot:hover {
  background: #94A3B8;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__dot.is-active {
  background: linear-gradient(90deg, #0088CC, #0EA5E9);
  box-shadow: 0 0 8px rgba(0, 136, 204, 0.3);
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__keyboard-hint {
  color: #64748B;
}
html.nt-light-theme .nt-modal--system-updates .nt-system-updates__keyboard-hint b {
  color: #0F172A;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
}

.nt-system-updates__carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 28px;
  background: rgba(0, 136, 204, 0.05);
  border-bottom: 1px solid rgba(45, 51, 59, 0.4);
  gap: 16px;
  user-select: none;
}

.nt-system-updates__nav-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-system-updates__nav-btn:hover:not(:disabled) {
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.3), rgba(14, 165, 233, 0.2));
  border-color: rgba(14, 165, 233, 0.5);
  color: #FFFFFF;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.2);
}
.nt-system-updates__nav-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

.nt-system-updates__carousel-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.nt-system-updates__counter {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0EA5E9;
  background: rgba(14, 165, 233, 0.1);
  padding: 3px 12px;
  border-radius: 12px;
  border: 1px solid rgba(14, 165, 233, 0.2);
}

.nt-system-updates__dots {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nt-system-updates__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-system-updates__dot:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.25);
}
.nt-system-updates__dot.is-active {
  width: 22px;
  border-radius: 4px;
  background: linear-gradient(90deg, #0088CC, #0EA5E9);
  box-shadow: 0 0 10px rgba(14, 165, 233, 0.5);
}

.nt-system-updates__stage {
  position: relative;
  min-height: 240px;
}

.nt-system-updates__slide {
  animation: ntSlideFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes ntSlideFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.nt-system-updates__keyboard-hint {
  font-size: 12px;
  color: #8B949E;
}
.nt-system-updates__keyboard-hint b {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
  padding: 1px 6px;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .nt-system-updates__carousel-nav {
    padding: 10px clamp(4px, 2vw, 8px);
    gap: clamp(2px, 1vw, 4px);
  }
  .nt-system-updates__carousel-center {
    flex: 1;
    min-width: 0;
  }
  .nt-system-updates__nav-btn {
    padding: 4px clamp(4px, 2vw, 8px);
    font-size: clamp(10px, 3vw, 12px);
    gap: 4px;
    flex-shrink: 0;
  }
  .nt-system-updates__counter {
    font-size: clamp(9px, 2.5vw, 11px);
    padding: 2px clamp(4px, 2vw, 8px);
    white-space: nowrap;
  }
  .nt-system-updates__dot {
    width: clamp(4px, 1.5vw, 6px);
    height: clamp(4px, 1.5vw, 6px);
  }
  .nt-system-updates__dot.is-active {
    width: clamp(14px, 4vw, 18px);
  }
  .nt-system-updates__dots {
    gap: clamp(3px, 1vw, 5px);
  }
  .nt-modal--system-updates .nt-modal__header {
    padding: 14px 20px;
  }
  .nt-modal--system-updates .nt-modal__body {
    padding: 20px 20px;
  }
  .nt-modal--system-updates .nt-modal__title {
    font-size: clamp(14px, 4vw, 16px);
  }
  .nt-modal--system-updates .nt-modal__subtitle {
    font-size: clamp(10px, 3vw, 12px);
  }
  .nt-system-updates__dev-panel {
    padding: 12px 20px;
  }
  .nt-system-updates__dev-info p {
    font-size: clamp(10px, 3vw, 12px);
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

.nt-support-trigger svg, .nt-support-trigger i {
  transition: transform 0.3s ease;
}
.nt-support-trigger:hover svg, .nt-support-trigger:hover i {
  transform: rotate(15deg);
}

.nt-modal--support {
  width: 1000px;
  max-width: 95vw;
  height: 680px;
  max-height: 90vh;
  max-height: 90svh;
  max-height: 90dvh;
  display: flex;
  flex-direction: column;
}
.nt-modal--support .nt-modal__content-wrap {
  flex: 1;
  overflow: hidden;
  display: flex;
}
@media (max-width: 850px) {
  .nt-modal--support .nt-modal__content-wrap {
    flex-direction: column;
    overflow-y: auto;
  }
}
.nt-modal--support .nt-modal__body {
  flex: 1.2;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 24px;
}
@media (max-width: 850px) {
  .nt-modal--support .nt-modal__body {
    overflow: visible;
  }
}
.nt-modal--support .nt-modal__side-panel {
  position: relative !important;
  transform: none !important;
  pointer-events: all !important;
  width: auto !important;
  flex: 0.8;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 24px;
  background-color: rgba(15, 18, 25, 0.3);
}
@media (max-width: 850px) {
  .nt-modal--support .nt-modal__side-panel {
    background-color: transparent;
    overflow: visible;
  }
}

.nt-support-consultant-section {
  margin-bottom: 20px;
}

.nt-support-consultant-card {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.14) 0%, rgba(168, 85, 247, 0.09) 100%);
  border: 1px solid rgba(99, 102, 241, 0.3);
  border-radius: 10px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.nt-support-consultant-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #6366f1, #a855f7);
  border-radius: 4px 0 0 4px;
}
.nt-support-consultant-card:hover {
  border-color: rgba(99, 102, 241, 0.5);
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.15);
  transform: translateY(-1px);
}

.nt-support-consultant-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nt-support-consultant-icon-wrap {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(99, 102, 241, 0.3);
  flex-shrink: 0;
}
.nt-support-consultant-icon-wrap svg, .nt-support-consultant-icon-wrap i {
  width: 20px;
  height: 20px;
}

.nt-support-consultant-titles {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nt-support-consultant-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #818cf8;
  background: rgba(99, 102, 241, 0.15);
  padding: 2px 7px;
  border-radius: 10px;
  width: fit-content;
}

.nt-support-consultant-title {
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.2;
}

.nt-support-consultant-desc {
  font-size: 12px;
  color: #8B949E;
  line-height: 1.45;
  margin: 0;
}

.nt-support-consultant-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #ffffff !important;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
  transition: all 0.25s ease;
}
.nt-support-consultant-btn:hover {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  box-shadow: 0 6px 18px rgba(99, 102, 241, 0.4);
  transform: translateY(-1px);
  color: #ffffff !important;
}
.nt-support-consultant-btn:active {
  transform: translateY(0);
}

.nt-tutorial-step--consultant {
  border-left: 3px solid #818cf8;
  background: rgba(99, 102, 241, 0.05);
  padding: 10px 12px;
  border-radius: 0 6px 6px 0;
}

.nt-tutorial-consultant-link {
  color: #818cf8 !important;
  font-weight: 600;
  text-decoration: none;
}
.nt-tutorial-consultant-link:hover {
  text-decoration: underline;
}

.nt-support-ai-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 136, 204, 0.1);
  border: 1px solid rgba(0, 136, 204, 0.25);
  color: #0EA5E9;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-support-ai-btn:hover {
  background: rgba(0, 136, 204, 0.2);
  border-color: rgba(0, 136, 204, 0.5);
  color: rgb(21.5749781694%, 72.3997777249%, 95.2877669286%);
  transform: translateY(-1px);
}
.nt-support-ai-btn:active {
  transform: translateY(0);
}

.nt-support-editor-container {
  border: 1px solid #2D333B;
  border-radius: 10px;
  overflow: hidden;
  background-color: rgba(11, 14, 20, 0.5);
  display: flex;
  flex-direction: column;
}
.nt-support-editor-container .ql-toolbar.ql-snow {
  border: none !important;
  border-bottom: 1px solid #2D333B !important;
  background-color: rgba(15, 18, 25, 0.5) !important;
}
.nt-support-editor-container .ql-container.ql-snow {
  border: none !important;
}
.nt-support-editor-container .ql-editor {
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.6;
  min-height: 160px;
}
.nt-support-editor-container .ql-editor.ql-blank::before {
  color: #8B949E;
  font-style: normal;
}

.nt-support-ai-overlay {
  position: absolute;
  inset: 0;
  background: rgba(22, 27, 34, 0.85);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  z-index: 10;
  animation: fadeIn 0.25s ease-out;
}
.nt-support-ai-overlay span {
  font-size: 13px;
  color: #0EA5E9;
  font-weight: 500;
}

.nt-support-ai-spinner {
  width: 28px;
  height: 28px;
  border: 3px solid rgba(14, 165, 233, 0.15);
  border-top: 3px solid #0EA5E9;
  border-radius: 50%;
  animation: ntSpin 0.8s linear infinite;
}

@keyframes ntSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nt-support-section-desc {
  font-size: 12px;
  color: #8B949E;
  margin-top: -4px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.nt-support-record-panel {
  background-color: rgba(11, 14, 20, 0.4);
  border: 1px solid #2D333B;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
}

.nt-support-btn-record {
  width: 100%;
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #EF4444;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.nt-support-btn-record:hover {
  background-color: rgba(239, 68, 68, 0.18);
  border-color: #EF4444;
  transform: translateY(-1px);
}
.nt-support-btn-record:active {
  transform: translateY(0);
}

.nt-support-recording-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.nt-support-recording-indicator {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-support-recording-indicator .recording-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EF4444;
  animation: recordingPulse 1.5s infinite ease-in-out;
}
.nt-support-recording-indicator .recording-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #EF4444;
}

@keyframes recordingPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.nt-support-recording-timer {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 1px;
  margin: 4px 0;
}

.nt-support-btn-stop {
  width: 100%;
  background: linear-gradient(135deg, #EF4444, rgb(83.2676518883%, 7.1245049744%, 7.1245049744%));
  border: none;
  color: #FFFFFF;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
  transition: all 0.2s ease;
  animation: stopPulse 2s infinite;
}
.nt-support-btn-stop:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(239, 68, 68, 0.4);
}

@keyframes stopPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(239, 68, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}
.attachment-upload-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  color: #8B949E;
  font-size: 9px;
  text-align: center;
  width: 100%;
  height: 100%;
}

.video-upload-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.video-upload-spinner .spinner-circle {
  border-top-color: #fff;
}

.spinner-circle {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #0088CC;
  border-radius: 50%;
  animation: spinSpinner 0.8s linear infinite;
}

@keyframes spinSpinner {
  to {
    transform: rotate(360deg);
  }
}
.nt-support-dropzone {
  border: 2px dashed #2D333B;
  background-color: rgba(11, 14, 20, 0.2);
  border-radius: 10px;
  padding: 24px 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.nt-support-dropzone .dropzone-icon {
  width: 32px;
  height: 32px;
  color: #8B949E;
  transition: color 0.2s ease;
}
.nt-support-dropzone .dropzone-text {
  font-size: 12px;
  color: #8B949E;
  line-height: 1.4;
}
.nt-support-dropzone .dropzone-text span {
  color: #0088CC;
  font-weight: 600;
}
.nt-support-dropzone:hover, .nt-support-dropzone.drag-over {
  border-color: #0088CC;
  background-color: rgba(0, 136, 204, 0.05);
}
.nt-support-dropzone:hover .dropzone-icon, .nt-support-dropzone.drag-over .dropzone-icon {
  color: #0088CC;
  transform: translateY(-2px);
}

.nt-support-attachments-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(68px, 1fr));
  gap: 10px;
  margin-top: 12px;
  max-height: 160px;
  overflow-y: auto;
}

.nt-support-attachment-card {
  position: relative;
  aspect-ratio: 1;
  border: 1px solid #2D333B;
  border-radius: 6px;
  overflow: hidden;
  background-color: rgba(11, 14, 20, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-support-attachment-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nt-support-attachment-card .attachment-file-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #8B949E;
  text-align: center;
  padding: 4px;
}
.nt-support-attachment-card .attachment-file-icon svg, .nt-support-attachment-card .attachment-file-icon i {
  width: 20px;
  height: 20px;
}
.nt-support-attachment-card .attachment-file-icon span {
  font-size: 9px;
  max-width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-support-attachment-card .attachment-remove {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.nt-support-attachment-card .attachment-remove svg, .nt-support-attachment-card .attachment-remove i {
  width: 10px;
  height: 10px;
}
.nt-support-attachment-card .attachment-remove:hover {
  background-color: #EF4444;
}
.nt-support-attachment-card:hover .attachment-remove {
  opacity: 1;
}

.nt-support-required-legend {
  font-size: 12px;
  color: #8B949E;
}

.nt-modal--preview {
  background-color: #111 !important;
  border: 1px solid #333 !important;
}

.nt-light-theme .nt-support-consultant-card, html.nt-light-theme .nt-support-consultant-card {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(168, 85, 247, 0.04) 100%);
  border-color: rgba(99, 102, 241, 0.25);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}
.nt-light-theme .nt-support-consultant-card::before, html.nt-light-theme .nt-support-consultant-card::before {
  background: linear-gradient(to bottom, #4f46e5, #9333ea);
}
.nt-light-theme .nt-support-consultant-card .nt-support-consultant-title, html.nt-light-theme .nt-support-consultant-card .nt-support-consultant-title {
  color: #0f172a;
}
.nt-light-theme .nt-support-consultant-card .nt-support-consultant-desc, html.nt-light-theme .nt-support-consultant-card .nt-support-consultant-desc {
  color: #475569;
}
.nt-light-theme .nt-support-consultant-card .nt-support-consultant-badge, html.nt-light-theme .nt-support-consultant-card .nt-support-consultant-badge {
  color: #4f46e5;
  background: rgba(99, 102, 241, 0.12);
}
.nt-light-theme .nt-support-consultant-card .nt-support-consultant-btn, html.nt-light-theme .nt-support-consultant-card .nt-support-consultant-btn {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  box-shadow: 0 4px 14px rgba(79, 70, 229, 0.25);
  color: #ffffff !important;
}
.nt-light-theme .nt-support-consultant-card .nt-support-consultant-btn:hover, html.nt-light-theme .nt-support-consultant-card .nt-support-consultant-btn:hover {
  background: linear-gradient(135deg, #4338ca, #6b21a8);
  box-shadow: 0 6px 18px rgba(79, 70, 229, 0.35);
  color: #ffffff !important;
}
.nt-light-theme .nt-tutorial-step--consultant, html.nt-light-theme .nt-tutorial-step--consultant {
  border-left-color: #4f46e5;
  background: rgba(99, 102, 241, 0.06);
}
.nt-light-theme .nt-tutorial-consultant-link, html.nt-light-theme .nt-tutorial-consultant-link {
  color: #4f46e5 !important;
}
.nt-light-theme .nt-modal--support .nt-modal__side-panel, html.nt-light-theme .nt-modal--support .nt-modal__side-panel {
  background-color: #f1f5f9;
}
.nt-light-theme .nt-support-ai-btn, html.nt-light-theme .nt-support-ai-btn {
  background: rgba(0, 136, 204, 0.06);
  border: 1px solid rgba(0, 136, 204, 0.15);
  color: rgb(4.3565928396%, 51.3455584663%, 72.5061522585%);
}
.nt-light-theme .nt-support-ai-btn:hover, html.nt-light-theme .nt-support-ai-btn:hover {
  background: rgba(0, 136, 204, 0.12);
  border-color: rgba(0, 136, 204, 0.3);
}
.nt-light-theme .nt-support-editor-container, html.nt-light-theme .nt-support-editor-container {
  border-color: #cbd5e1;
  background-color: #fff;
}
.nt-light-theme .nt-support-editor-container .ql-toolbar.ql-snow, html.nt-light-theme .nt-support-editor-container .ql-toolbar.ql-snow {
  border-bottom-color: #cbd5e1 !important;
  background-color: #f8fafc !important;
}
.nt-light-theme .nt-support-editor-container .ql-editor, html.nt-light-theme .nt-support-editor-container .ql-editor {
  color: #1e293b;
}
.nt-light-theme .nt-support-editor-container .ql-editor.ql-blank::before, html.nt-light-theme .nt-support-editor-container .ql-editor.ql-blank::before {
  color: #94a3b8;
}
.nt-light-theme .nt-support-ai-overlay, html.nt-light-theme .nt-support-ai-overlay {
  background: rgba(255, 255, 255, 0.9);
}
.nt-light-theme .nt-support-record-panel, html.nt-light-theme .nt-support-record-panel {
  background-color: #fff;
  border-color: #e2e8f0;
}
.nt-light-theme .nt-support-recording-timer, html.nt-light-theme .nt-support-recording-timer {
  color: #1e293b;
}
.nt-light-theme .nt-support-video-item, html.nt-light-theme .nt-support-video-item {
  background-color: #fff;
  border-color: #cbd5e1;
}
.nt-light-theme .nt-support-dropzone, html.nt-light-theme .nt-support-dropzone {
  border-color: #cbd5e1;
  background-color: #f8fafc;
}
.nt-light-theme .nt-support-dropzone .dropzone-text, html.nt-light-theme .nt-support-dropzone .dropzone-text {
  color: #64748b;
}
.nt-light-theme .nt-support-dropzone:hover, .nt-light-theme .nt-support-dropzone.drag-over, html.nt-light-theme .nt-support-dropzone:hover, html.nt-light-theme .nt-support-dropzone.drag-over {
  border-color: rgb(0%, 46.6666666667%, 70%);
  background-color: rgba(0, 136, 204, 0.04);
}
.nt-light-theme .nt-support-dropzone:hover .dropzone-icon, .nt-light-theme .nt-support-dropzone.drag-over .dropzone-icon, html.nt-light-theme .nt-support-dropzone:hover .dropzone-icon, html.nt-light-theme .nt-support-dropzone.drag-over .dropzone-icon {
  color: rgb(0%, 46.6666666667%, 70%);
}
.nt-light-theme .nt-support-attachment-card, html.nt-light-theme .nt-support-attachment-card {
  background-color: #fff;
  border-color: #cbd5e1;
}
.nt-light-theme .nt-support-attachment-card .attachment-file-icon, html.nt-light-theme .nt-support-attachment-card .attachment-file-icon {
  color: #64748b;
}

.nt-support-recording-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  height: 56px;
  background: linear-gradient(135deg, #EF4444, #F97316);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 16px 0 20px;
  border-radius: 28px;
  box-shadow: 0 8px 32px rgba(239, 68, 68, 0.4);
  z-index: 1030;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  animation: slideInCapsule 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nt-support-recording-widget .recording-pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
  animation: whitePulse 1.5s infinite ease-in-out;
}
.nt-support-recording-widget .recording-widget-text {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.8px;
  opacity: 0.9;
  white-space: nowrap;
}
.nt-support-recording-widget .recording-widget-timer {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 4px 10px;
  border-radius: 12px;
  font-family: monospace;
  font-size: 13px;
  white-space: nowrap;
}
.nt-support-recording-widget .nt-support-widget-btn-stop {
  background: #FFFFFF;
  color: #EF4444;
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.nt-support-recording-widget .nt-support-widget-btn-stop svg, .nt-support-recording-widget .nt-support-widget-btn-stop i {
  width: 12px;
  height: 12px;
  fill: currentColor;
  display: block;
}
.nt-support-recording-widget .nt-support-widget-btn-stop:hover {
  transform: scale(1.1);
  background: #fff3f3;
  color: #EF4444;
}
.nt-support-recording-widget .nt-support-widget-btn-stop:active {
  transform: scale(0.95);
}

@keyframes slideInCapsule {
  from {
    transform: scale(0.8) translateY(10px);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}
@keyframes whitePulse {
  0% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
  }
}
.nt-modal-backdrop.is-minimized {
  display: none !important;
}

.nt-support-recordings-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.nt-support-video-card {
  background-color: rgba(45, 51, 59, 0.15);
  border: 1px solid #2D333B;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.2s ease;
}
.nt-support-video-card:hover {
  transform: translateY(-2px);
  border-color: rgba(0, 136, 204, 0.4);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.nt-support-video-card:hover .video-play-overlay {
  opacity: 1;
}
.nt-support-video-card:hover .video-thumbnail {
  filter: brightness(0.7);
}
.nt-support-video-card .video-thumbnail-container {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
}
.nt-support-video-card .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.2s ease;
}
.nt-support-video-card .video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}
.nt-support-video-card .video-play-overlay .play-icon {
  width: 28px;
  height: 28px;
  color: #FFFFFF;
}
.nt-support-video-card .video-card-delete {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  z-index: 5;
}
.nt-support-video-card .video-card-delete svg, .nt-support-video-card .video-card-delete i {
  width: 12px;
  height: 12px;
}
.nt-support-video-card .video-card-delete:hover {
  background-color: #EF4444;
  color: #FFFFFF;
  transform: scale(1.1);
}
.nt-support-video-card .video-card-info {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nt-support-video-card .video-card-info .video-card-title {
  font-size: 11px;
  font-weight: 600;
  color: #FFFFFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-support-video-card .video-card-info .video-card-size {
  font-size: 10px;
  color: #8B949E;
}

#nt-support-backdrop {
  z-index: 9990 !important;
}

#nt-support-video-preview-backdrop {
  z-index: 10010 !important;
}

.nt-light-theme .nt-support-video-card {
  background-color: #f8fafc;
  border-color: #cbd5e1;
}
.nt-light-theme .nt-support-video-card .video-card-info .video-card-title {
  color: #1e293b;
}
.nt-light-theme .nt-support-video-card .video-card-info .video-card-size {
  color: #64748b;
}
.nt-light-theme .nt-support-help-btn {
  background: rgba(0, 136, 204, 0.08) !important;
  color: #0284c7 !important;
  border-color: rgba(0, 136, 204, 0.2) !important;
}
.nt-light-theme .nt-support-help-btn:hover {
  background: rgba(0, 136, 204, 0.14) !important;
  border-color: rgba(0, 136, 204, 0.35) !important;
}
.nt-light-theme .nt-support-help-btn.is-active {
  background: #0284c7 !important;
  color: #fff !important;
  border-color: #0284c7 !important;
}
.nt-light-theme .nt-support-pill {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #64748b;
}
.nt-light-theme .nt-support-pill:hover {
  background: #f1f5f9;
  color: #1e293b;
  border-color: rgba(0, 136, 204, 0.4);
}
.nt-light-theme .nt-support-pill.is-active[data-type=Problema] {
  background: rgba(239, 68, 68, 0.08) !important;
  color: #ef4444 !important;
  border-color: #ef4444 !important;
}
.nt-light-theme .nt-support-pill.is-active[data-type=Dúvida] {
  background: rgba(14, 165, 233, 0.08) !important;
  color: #0ea5e9 !important;
  border-color: #0ea5e9 !important;
}
.nt-light-theme .nt-support-pill.is-active[data-type=Sugestão] {
  background: rgba(16, 185, 129, 0.08) !important;
  color: #10b981 !important;
  border-color: #10b981 !important;
}

.nt-support-help-btn {
  background: rgba(0, 136, 204, 0.1) !important;
  color: #0088CC !important;
  border: 1px solid rgba(0, 136, 204, 0.25) !important;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.nt-support-help-btn svg, .nt-support-help-btn i {
  width: 14px;
  height: 14px;
}
.nt-support-help-btn:hover {
  background: rgba(0, 136, 204, 0.18) !important;
  border-color: rgba(0, 136, 204, 0.4) !important;
  transform: translateY(-1px);
}
.nt-support-help-btn:active {
  transform: translateY(0);
}
.nt-support-help-btn.is-active {
  background: #0088CC !important;
  color: #FFFFFF !important;
  border-color: #0088CC !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.nt-support-type-pills {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.nt-support-pill {
  flex: 1;
  background: rgba(45, 51, 59, 0.15);
  border: 1px solid rgba(45, 51, 59, 0.6);
  color: #8B949E;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.nt-support-pill svg, .nt-support-pill i {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}
.nt-support-pill:hover {
  background: rgba(45, 51, 59, 0.25);
  color: #FFFFFF;
  border-color: rgba(0, 136, 204, 0.4);
  transform: translateY(-1px);
}
.nt-support-pill:hover svg, .nt-support-pill:hover i {
  transform: scale(1.1);
}
.nt-support-pill:active {
  transform: translateY(0);
}
.nt-support-pill.is-active {
  background: rgba(0, 136, 204, 0.1) !important;
  color: #0088CC !important;
  border-color: #0088CC !important;
  box-shadow: 0 0 0 1px #0088CC;
}
.nt-support-pill.is-active[data-type=Problema] {
  background: rgba(239, 68, 68, 0.1) !important;
  color: #ef4444 !important;
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 1px #ef4444;
}
.nt-support-pill.is-active[data-type=Dúvida] {
  background: rgba(14, 165, 233, 0.1) !important;
  color: #0ea5e9 !important;
  border-color: #0ea5e9 !important;
  box-shadow: 0 0 0 1px #0ea5e9;
}
.nt-support-pill.is-active[data-type=Sugestão] {
  background: rgba(16, 185, 129, 0.1) !important;
  color: #10b981 !important;
  border-color: #10b981 !important;
  box-shadow: 0 0 0 1px #10b981;
}

.nt-modal__header-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nt-support-form-fields {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
}

.nt-support-desc-field {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.nt-support-desc-field .nt-modal__label {
  margin-bottom: 0;
}

.nt-support-desc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.nt-support-editor-container {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.nt-support-editor-container .nt-rich-editor {
  min-height: 200px;
  flex: 1;
}

.nt-support-tutorial-view {
  display: none;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  animation: fadeIn 0.3s ease;
}

.nt-tutorial-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--nt-border, #30363d);
  padding-bottom: 12px;
}

.nt-tutorial-title-area {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-tutorial-title-area svg, .nt-tutorial-title-area i {
  color: #0ea5e9;
  width: 20px;
  height: 20px;
}

.nt-tutorial-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: var(--nt-text, #fff);
}

.nt-support-tutorial-close {
  background: none;
  border: none;
  color: var(--nt-text-muted, #8b949e);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
}
.nt-support-tutorial-close svg, .nt-support-tutorial-close i {
  width: 16px;
  height: 16px;
}

.nt-tutorial-content {
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--nt-text, #c9d1d9);
}

.nt-tutorial-step {
  display: flex;
  gap: 12px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.nt-tutorial-step:nth-child(1) {
  background: rgba(14, 165, 233, 0.05);
  border-color: rgba(14, 165, 233, 0.1);
}
.nt-tutorial-step:nth-child(1) span {
  color: #0ea5e9;
}
.nt-tutorial-step:nth-child(2) {
  background: rgba(249, 115, 22, 0.05);
  border-color: rgba(249, 115, 22, 0.1);
}
.nt-tutorial-step:nth-child(2) span {
  color: #f97316;
}
.nt-tutorial-step:nth-child(3) {
  background: rgba(239, 68, 68, 0.05);
  border-color: rgba(239, 68, 68, 0.1);
}
.nt-tutorial-step:nth-child(3) span {
  color: #ef4444;
}
.nt-tutorial-step:nth-child(4) {
  background: rgba(168, 85, 247, 0.05);
  border-color: rgba(168, 85, 247, 0.1);
}
.nt-tutorial-step:nth-child(4) span {
  color: #a855f7;
}
.nt-tutorial-step span {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
.nt-tutorial-step strong {
  color: var(--nt-text, #fff);
  display: block;
  margin-bottom: 4px;
}

.nt-support-attachments-section {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.nt-support-submit-btn {
  background: linear-gradient(135deg, #ef4444, #f97316);
  border: none;
}

.nt-modal--preview {
  max-width: 700px;
  height: auto;
}
.nt-modal--preview .nt-modal__body {
  padding: 16px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nt-modal--preview video, .nt-modal--preview img {
  max-width: 100%;
  max-height: 450px;
  border-radius: 8px;
}

.nt-tutorial-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2D333B;
  background-color: #000;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.nt-tutorial-video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.nt-support-video-loading {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  z-index: 5;
}
.nt-support-video-loading .nt-support-ai-spinner {
  width: 24px;
  height: 24px;
}

.nt-light-theme .nt-tutorial-video-wrapper {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-modal--support {
    width: 100% !important;
    max-width: calc(100vw - 24px) !important;
    height: auto !important;
    max-height: 90vh !important;
    max-height: 90svh !important;
    max-height: 90dvh !important;
    border-radius: 14px !important;
    margin: 12px !important;
  }
  .nt-modal--support .nt-modal__content-wrap {
    flex-direction: column !important;
    overflow-y: auto !important;
    min-height: 0 !important;
    flex: 1 1 auto !important;
  }
  .nt-modal--support .nt-modal__body {
    padding: 16px !important;
    overflow: visible !important;
  }
  .nt-modal--support .nt-modal__side-panel {
    padding: 16px !important;
    background-color: transparent !important;
    overflow: visible !important;
  }
  .nt-modal--support .nt-modal__header {
    padding: 14px 16px !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    position: relative !important;
  }
  .nt-modal--support .nt-modal__header .nt-modal__header-left {
    flex: 1 1 100% !important;
    min-width: 0 !important;
    padding-right: 36px !important;
  }
  .nt-modal--support .nt-modal__header .nt-modal__header-left .nt-modal__header-icon-wrap {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 10px !important;
  }
  .nt-modal--support .nt-modal__header .nt-modal__header-left .nt-modal__header-icon-wrap svg, .nt-modal--support .nt-modal__header .nt-modal__header-left .nt-modal__header-icon-wrap i {
    width: 16px !important;
    height: 16px !important;
  }
  .nt-modal--support .nt-modal__header .nt-modal__header-left .nt-modal__title {
    font-size: 15px !important;
    line-height: 1.25 !important;
  }
  .nt-modal--support .nt-modal__header .nt-modal__header-left .nt-modal__subtitle {
    font-size: 11px !important;
    line-height: 1.35 !important;
    margin-top: 2px !important;
  }
  .nt-modal--support .nt-modal__header .nt-modal__header-right {
    display: contents !important;
  }
  .nt-modal--support .nt-modal__header .nt-support-help-btn {
    order: 2 !important;
  }
  .nt-modal--support .nt-modal__header .nt-modal__close {
    position: absolute !important;
    top: 14px !important;
    right: 16px !important;
  }
  .nt-support-help-btn {
    padding: 5px 10px !important;
    font-size: 11px !important;
    gap: 4px !important;
  }
  .nt-support-help-btn svg, .nt-support-help-btn i {
    width: 12px !important;
    height: 12px !important;
  }
  .nt-support-type-pills {
    gap: 20px !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
  }
  .nt-support-pill {
    padding: 7px 12px !important;
    font-size: 12px !important;
    gap: 5px !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
  }
  .nt-support-pill svg, .nt-support-pill i {
    width: 14px !important;
    height: 14px !important;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px), screen and (max-height: 700px) and (min-width: 768px) {
  .nt-support-type-pills {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    gap: 16px !important;
  }
}
@media screen and (max-width: 1024px) and (max-width: 400px), screen and (max-height: 700px) and (max-width: 400px) {
  .nt-support-type-pills {
    gap: 26px !important;
  }
  .nt-support-pill {
    padding: 6px 8px !important;
    font-size: 10px !important;
    gap: 3px !important;
  }
  .nt-support-pill svg, .nt-support-pill i {
    width: 12px !important;
    height: 12px !important;
  }
}
@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-modal--support .nt-modal__label {
    font-size: 11px !important;
    letter-spacing: 0.3px !important;
  }
  .nt-modal--support .nt-modal__input--title {
    font-size: 13px !important;
    padding: 10px 12px !important;
  }
  .nt-support-ai-btn {
    font-size: 11px !important;
    padding: 4px 8px !important;
    gap: 4px !important;
  }
  .nt-support-ai-btn svg, .nt-support-ai-btn i {
    width: 12px !important;
    height: 12px !important;
  }
  .nt-support-desc-header {
    flex-wrap: wrap !important;
    gap: 6px !important;
  }
  .nt-support-editor-container {
    border-radius: 10px !important;
  }
  .nt-support-editor-container .nt-rich-editor {
    min-height: 140px !important;
  }
  .nt-support-editor-container .ql-toolbar.ql-snow {
    padding: 6px 8px !important;
  }
  .nt-support-editor-container .ql-toolbar.ql-snow .ql-formats {
    margin-right: 8px !important;
  }
  .nt-support-editor-container .ql-editor {
    font-size: 13px !important;
    padding: 10px 12px !important;
  }
  .nt-support-editor-container .ql-editor.ql-blank::before {
    font-size: 13px !important;
  }
  .nt-side-panel__section .nt-modal__label {
    font-size: 11px !important;
  }
  .nt-support-btn-record {
    font-size: 13px !important;
    padding: 10px 14px !important;
  }
  .nt-support-dropzone {
    padding: 16px 12px !important;
    gap: 6px !important;
  }
  .nt-support-dropzone .dropzone-icon {
    width: 26px !important;
    height: 26px !important;
  }
  .nt-support-dropzone .dropzone-text {
    font-size: 11px !important;
  }
  .nt-support-attachments-list {
    grid-template-columns: repeat(auto-fill, minmax(56px, 1fr)) !important;
    gap: 8px !important;
  }
  .nt-modal--support .nt-modal__footer {
    padding: 10px 12px !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }
  .nt-modal--support .nt-modal__footer .nt-modal__footer-left {
    display: flex !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
  }
  .nt-modal--support .nt-modal__footer .nt-modal__footer-left .nt-support-required-legend {
    font-size: 9px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }
  .nt-modal--support .nt-modal__footer .nt-modal__footer-right {
    display: flex !important;
    gap: 6px !important;
    flex-wrap: nowrap !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
  }
  .nt-modal--support .nt-modal__footer .nt-modal__cancel-btn {
    font-size: 11px !important;
    padding: 6px 10px !important;
    white-space: nowrap !important;
  }
  .nt-modal--support .nt-modal__footer .nt-support-submit-btn {
    font-size: 11px !important;
    padding: 6px 12px !important;
    white-space: nowrap !important;
  }
  .nt-modal--support .nt-modal__footer .nt-support-submit-btn svg,
  .nt-modal--support .nt-modal__footer .nt-support-submit-btn i {
    width: 12px !important;
    height: 12px !important;
  }
  .nt-support-video-card .video-card-actions {
    gap: 4px !important;
  }
  .nt-support-video-card .video-card-actions button {
    padding: 4px 8px !important;
    font-size: 11px !important;
  }
  .nt-modal--support .nt-modal__side-panel .nt-support-video-section {
    display: none !important;
  }
  .nt-tutorial-title {
    font-size: 14px !important;
  }
  .nt-tutorial-content {
    font-size: 12px !important;
    padding-right: 4px !important;
  }
  .nt-tutorial-step {
    padding: 10px !important;
    gap: 8px !important;
  }
  .nt-tutorial-step span {
    font-size: 14px !important;
  }
  .nt-tutorial-video-wrapper {
    margin-bottom: 12px !important;
  }
  .nt-support-tutorial-close {
    font-size: 12px !important;
  }
  .nt-modal--preview {
    max-width: calc(100vw - 24px) !important;
  }
  .nt-modal--preview video, .nt-modal--preview img {
    max-height: 300px !important;
  }
}
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

/* ==========================================================================
   Hub de Sincronização & Integrações (Alinhado com o Padrão de Configurações)
   ========================================================================== */
.nt-sync-settings-card {
  background: #161B22;
  border: 1px solid #2D333B;
  border-radius: 16px;
  padding: 28px 24px 24px;
  margin-bottom: 30px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
}
.nt-sync-settings-card .nt-personalization-card__header {
  margin-bottom: 24px;
}
.nt-sync-settings-card .nt-personalization-card__title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 8px 0;
}
.nt-sync-settings-card .nt-personalization-card__title svg {
  color: #0EA5E9;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.nt-sync-settings-card .nt-personalization-card__subtitle {
  color: #8B949E;
  font-size: 0.9rem;
  margin: 0;
}
.nt-sync-settings-card .nt-sync-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}
.nt-sync-settings-card .nt-sync-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.25s ease;
  position: relative;
  overflow: hidden;
}
.nt-sync-settings-card .nt-sync-card:hover:not(.disabled) {
  border-color: rgba(14, 165, 233, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
}
.nt-sync-settings-card .nt-sync-card.disabled {
  opacity: 0.6;
  background: rgba(15, 23, 42, 0.4);
  border-color: rgba(255, 255, 255, 0.05);
}
.nt-sync-settings-card .nt-sync-card__header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.nt-sync-settings-card .nt-sync-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-sync-settings-card .nt-sync-card__icon svg {
  width: 22px;
  height: 22px;
}
.nt-sync-settings-card .nt-sync-card__icon.legacy {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(99, 102, 241, 0.2));
  border: 1px solid rgba(14, 165, 233, 0.3);
  color: #38BDF8;
}
.nt-sync-settings-card .nt-sync-card__icon.google {
  background: rgba(234, 67, 53, 0.15);
  border: 1px solid rgba(234, 67, 53, 0.3);
  color: #EA4335;
}
.nt-sync-settings-card .nt-sync-card__icon.outlook {
  background: rgba(0, 120, 212, 0.15);
  border: 1px solid rgba(0, 120, 212, 0.3);
  color: #0078D4;
}
.nt-sync-settings-card .nt-sync-card__title-wrap {
  flex: 1;
}
.nt-sync-settings-card .nt-sync-card__title {
  font-size: 15px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0 0 4px 0;
}
.nt-sync-settings-card .nt-sync-card .nt-sync-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  display: inline-block;
}
.nt-sync-settings-card .nt-sync-card .nt-sync-badge.available {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.nt-sync-settings-card .nt-sync-card .nt-sync-badge.soon {
  background: rgba(148, 163, 184, 0.15);
  color: #94A3B8;
  border: 1px solid rgba(148, 163, 184, 0.25);
}
.nt-sync-settings-card .nt-sync-card__body {
  margin-bottom: 20px;
}
.nt-sync-settings-card .nt-sync-card__desc {
  font-size: 13px;
  color: #94A3B8;
  line-height: 1.5;
  margin: 0;
}
.nt-sync-settings-card .nt-sync-card__footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* ==========================================================================
   Componente Global de Botões de Sincronização e Migração (.nt-btn-sync-action)
   ========================================================================== */
.nt-btn-sync-action {
  width: 100%;
  padding: 9px 14px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  user-select: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.nt-btn-sync-action span {
  display: inline-block;
  line-height: 1.3;
}
.nt-btn-sync-action svg, .nt-btn-sync-action i[data-lucide], .nt-btn-sync-action i {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.nt-btn-sync-action {
  /* Variação Large (ex: Botão Principal de Migração Big Data) */
}
.nt-btn-sync-action.large {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 11px;
  letter-spacing: -0.01em;
}
.nt-btn-sync-action.large svg, .nt-btn-sync-action.large i[data-lucide], .nt-btn-sync-action.large i {
  width: 18px;
  height: 18px;
}
.nt-btn-sync-action {
  /* Variante Primary (Azul Gradient com Elevação e Brilho) */
}
.nt-btn-sync-action.primary {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 16px rgba(14, 165, 233, 0.35);
}
.nt-btn-sync-action.primary:hover:not(:disabled) {
  background: linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.5);
  transform: translateY(-2px);
  color: #FFFFFF !important;
}
.nt-btn-sync-action.primary:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3);
}
.nt-btn-sync-action {
  /* Variante Secondary (Clean Badge / Outline) */
}
.nt-btn-sync-action.secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #E2E8F0 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.nt-btn-sync-action.secondary:hover:not(:disabled) {
  background: rgba(14, 165, 233, 0.12);
  border-color: rgba(14, 165, 233, 0.4);
  color: #38BDF8 !important;
  transform: translateY(-1.5px);
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.15);
}
.nt-btn-sync-action.secondary:active:not(:disabled) {
  transform: translateY(0);
}
.nt-btn-sync-action {
  /* Variante Danger */
}
.nt-btn-sync-action.danger {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #FCA5A5 !important;
}
.nt-btn-sync-action.danger:hover:not(:disabled) {
  background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
  color: #FFFFFF !important;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.4);
  transform: translateY(-1.5px);
}
.nt-btn-sync-action {
  /* Variante Disabled */
}
.nt-btn-sync-action.disabled, .nt-btn-sync-action:disabled {
  background: rgba(148, 163, 184, 0.08) !important;
  border: 1px solid rgba(148, 163, 184, 0.15) !important;
  color: #64748B !important;
  cursor: not-allowed !important;
  opacity: 0.65;
  transform: none !important;
  box-shadow: none !important;
}

/* ==========================================================================
   Modal Padrão Neotriad de Migração (Com Altura Estável e Padronizada)
   ========================================================================== */
.nt-modal--migration {
  max-width: 860px;
  width: 92%;
  height: 640px;
  max-height: 88vh;
  border-radius: 16px;
  background: #0F172A;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* Modo de Celebração Imersivo (Mantendo a Altura Padrão de 640px e preenchendo 100%) */
}
.nt-modal--migration.celebration-mode {
  height: 640px !important;
  max-height: 88vh !important;
}
.nt-modal--migration.celebration-mode .nt-modal__header {
  display: none !important;
}
.nt-modal--migration.celebration-mode .nt-modal__body {
  padding: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}
.nt-modal--migration.celebration-mode .nt-migration-tab-pane {
  height: 100% !important;
  min-height: 100% !important;
  flex: 1 !important;
  display: none !important;
  flex-direction: column !important;
}
.nt-modal--migration.celebration-mode .nt-migration-tab-pane.active {
  display: flex !important;
}
.nt-modal--migration.celebration-mode .nt-migration-container {
  height: 100% !important;
  min-height: 100% !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nt-modal--migration.celebration-mode .nt-wizard-pane#nt-wizard-pane-step-4 {
  height: 100% !important;
  min-height: 100% !important;
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  padding: 0 !important;
}
.nt-modal--migration.celebration-mode .nt-wizard-pane#nt-wizard-pane-step-4.d-none {
  display: none !important;
}
.nt-modal--migration.celebration-mode .nt-wizard-celebration-card {
  border-radius: 16px !important;
  height: 100% !important;
  min-height: 100% !important;
  flex: 1 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 60px 44px !important;
  border: none !important;
  box-shadow: none !important;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.98) 100%) !important;
}
.nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-badge {
  margin-bottom: 28px;
  padding: 8px 24px;
  font-size: 13px;
}
.nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-title {
  font-size: 28px;
  line-height: 1.4;
  max-width: 740px;
  margin-bottom: 22px;
}
@media (max-width: 640px) {
  .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-title {
    font-size: 20px;
  }
}
.nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-desc {
  font-size: 15px;
  line-height: 1.65;
  max-width: 650px;
  margin-bottom: 36px;
}
.nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-features-row {
  gap: 16px;
  margin-bottom: 42px;
}
.nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item {
  padding: 11px 22px;
  font-size: 13px;
}
.nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday {
  padding: 16px 40px;
  font-size: 16px;
  border-radius: 14px;
}
.nt-modal--migration .nt-modal__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.nt-modal--migration .nt-modal__header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-modal--migration .nt-modal__header-icon-wrap {
  background: linear-gradient(135deg, #0EA5E9 0%, #6366F1 100%);
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  flex-shrink: 0;
}
.nt-modal--migration .nt-modal__header-icon-wrap svg {
  width: 18px;
  height: 18px;
}
.nt-modal--migration .nt-modal__header .nt-modal__title {
  font-size: 16px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0;
}
.nt-modal--migration .nt-modal__header .nt-modal__subtitle {
  font-size: 13px;
  color: #94A3B8;
  margin: 2px 0 0 0;
}
.nt-modal--migration .nt-modal-tabs-nav {
  display: flex;
  gap: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 4px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn {
  background: none;
  border: none;
  color: #94A3B8;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn svg {
  width: 14px;
  height: 14px;
}
.nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn:hover {
  color: #F8FAFC;
  background: rgba(255, 255, 255, 0.05);
}
.nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn.active {
  background: #0EA5E9;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(14, 165, 233, 0.3);
}
.nt-modal--migration .nt-modal__body {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
}

/* Isolamento Estrito dos Painéis de Aba */
.nt-migration-tab-pane {
  display: none !important;
}
.nt-migration-tab-pane.active {
  display: block !important;
}

/* ==========================================================================
   Painel Lateral (Side Panel / Drawer) de Seleção de Itens
   ========================================================================== */
.nt-modal__side-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 380px;
  background: #1E293B;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
  z-index: 50;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nt-modal__side-panel.is-open {
  transform: translateX(0);
}
.nt-modal__side-panel .nt-side-panel__header {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nt-modal__side-panel .nt-side-panel__header-left {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-modal__side-panel .nt-side-panel__header-left svg {
  width: 16px;
  height: 16px;
  color: #38BDF8;
}
.nt-modal__side-panel .nt-side-panel__header .nt-side-panel__title {
  font-size: 15px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0;
}
.nt-modal__side-panel .nt-side-panel__header .nt-side-panel__close {
  background: none;
  border: none;
  color: #94A3B8;
  cursor: pointer;
  padding: 4px;
  border-radius: 6px;
}
.nt-modal__side-panel .nt-side-panel__header .nt-side-panel__close:hover {
  color: #F8FAFC;
  background: rgba(255, 255, 255, 0.1);
}
.nt-modal__side-panel .nt-side-panel__toolbar {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.4);
}
.nt-modal__side-panel .nt-side-panel__toolbar .nt-search-input-wrap {
  position: relative;
  margin-bottom: 10px;
}
.nt-modal__side-panel .nt-side-panel__toolbar .nt-search-input-wrap .search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  color: #64748B;
}
.nt-modal__side-panel .nt-side-panel__toolbar .nt-search-input-wrap .nt-search-input {
  width: 100%;
  background: #0F172A;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 6px 10px 6px 32px;
  color: #F8FAFC;
  font-size: 12px;
}
.nt-modal__side-panel .nt-side-panel__toolbar .nt-search-input-wrap .nt-search-input:focus {
  outline: none;
  border-color: #0EA5E9;
}
.nt-modal__side-panel .nt-side-panel__toolbar .nt-side-panel-quick-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
}
.nt-modal__side-panel .nt-side-panel__toolbar .nt-side-panel-quick-actions .nt-btn-text {
  background: none;
  border: none;
  color: #38BDF8;
  cursor: pointer;
  padding: 0;
}
.nt-modal__side-panel .nt-side-panel__toolbar .nt-side-panel-quick-actions .nt-btn-text:hover {
  text-decoration: underline;
}
.nt-modal__side-panel .nt-side-panel__toolbar .nt-side-panel-quick-actions .divider {
  color: #475569;
}
.nt-modal__side-panel .nt-side-panel__toolbar .nt-side-panel-quick-actions .nt-side-panel-toggle-migrated {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #94A3B8;
  font-size: 11px;
  cursor: pointer;
  user-select: none;
  transition: color 0.15s ease;
}
.nt-modal__side-panel .nt-side-panel__toolbar .nt-side-panel-quick-actions .nt-side-panel-toggle-migrated input[type=checkbox] {
  accent-color: #0EA5E9;
  cursor: pointer;
}
.nt-modal__side-panel .nt-side-panel__toolbar .nt-side-panel-quick-actions .nt-side-panel-toggle-migrated:hover {
  color: #F8FAFC;
}
.nt-modal__side-panel .nt-side-panel__body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-modal__side-panel .nt-team-projects-notice {
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.nt-modal__side-panel .nt-team-projects-notice .notice-icon {
  color: #38BDF8;
  flex-shrink: 0;
  margin-top: 1px;
}
.nt-modal__side-panel .nt-team-projects-notice .notice-icon svg {
  width: 16px;
  height: 16px;
}
.nt-modal__side-panel .nt-team-projects-notice .notice-body {
  font-size: 11px;
  color: #94A3B8;
  line-height: 1.4;
}
.nt-modal__side-panel .nt-team-projects-notice .notice-body strong {
  color: #F8FAFC;
}
.nt-modal__side-panel .nt-side-panel-group {
  margin-bottom: 8px;
}
.nt-modal__side-panel .nt-side-panel-group-header {
  padding: 8px 10px;
  margin-top: 6px;
  margin-bottom: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s ease;
}
.nt-modal__side-panel .nt-side-panel-group-header:hover {
  background: rgba(14, 165, 233, 0.12);
  border-color: rgba(14, 165, 233, 0.3);
}
.nt-modal__side-panel .nt-side-panel-group-header .group-header-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #38BDF8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nt-modal__side-panel .nt-side-panel-group-header .group-header-title svg {
  width: 14px;
  height: 14px;
  color: #38BDF8;
}
.nt-modal__side-panel .nt-side-panel-group-header .group-header-title .group-chevron {
  color: #64748B;
  transition: transform 0.2s ease;
}
.nt-modal__side-panel .nt-side-panel-group-header.is-collapsed {
  background: rgba(15, 23, 42, 0.4);
  border-color: rgba(255, 255, 255, 0.05);
}
.nt-modal__side-panel .nt-side-panel-group-header.is-collapsed .group-header-title .group-chevron {
  transform: rotate(-90deg);
}
.nt-modal__side-panel .nt-side-panel-group-header .group-header-count {
  font-size: 11px;
  font-weight: 600;
  color: #94A3B8;
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 8px;
  border-radius: 12px;
}
.nt-modal__side-panel .nt-side-panel-group-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.nt-modal__side-panel .nt-side-panel-group-body.d-none {
  display: none !important;
}
.nt-modal__side-panel .nt-side-panel-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: rgba(15, 23, 42, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  transition: all 0.15s ease;
}
.nt-modal__side-panel .nt-side-panel-item-row:hover {
  border-color: rgba(14, 165, 233, 0.3);
  background: rgba(14, 165, 233, 0.06);
}
.nt-modal__side-panel .nt-side-panel-item-row.already-migrated {
  background: rgba(34, 197, 94, 0.04);
  border-color: rgba(34, 197, 94, 0.15);
}
.nt-modal__side-panel .nt-side-panel-item-row .item-left {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.nt-modal__side-panel .nt-side-panel-item-row .item-name-wrap {
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
}
.nt-modal__side-panel .nt-side-panel-item-row .item-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-modal__side-panel .nt-side-panel-item-row .item-color-pill {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.nt-modal__side-panel .nt-side-panel-item-row .item-name {
  font-size: 13px;
  color: #F8FAFC;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-modal__side-panel .nt-side-panel-item-row .nt-project-group-tag {
  font-size: 10px;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 10px;
  line-height: 1;
  flex-shrink: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nt-modal__side-panel .nt-side-panel-item-row .nt-project-group-tag svg {
  width: 10px;
  height: 10px;
}
.nt-modal__side-panel .nt-side-panel-item-row .nt-project-group-tag.personal {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.nt-modal__side-panel .nt-side-panel-item-row .nt-project-group-tag.pro {
  background: rgba(99, 102, 241, 0.18);
  color: #A5B4FC;
  border: 1px solid rgba(99, 102, 241, 0.35);
}
.nt-modal__side-panel .nt-side-panel-item-row .nt-project-group-tag.recurring {
  background: rgba(245, 158, 11, 0.18);
  color: #FBBF24;
  border: 1px solid rgba(245, 158, 11, 0.35);
}
.nt-modal__side-panel .nt-side-panel-item-row .nt-project-group-tag.normal {
  background: rgba(14, 165, 233, 0.18);
  color: #38BDF8;
  border: 1px solid rgba(14, 165, 233, 0.35);
}
.nt-modal__side-panel .nt-side-panel-item-row .nt-linked-goal-sub {
  font-size: 10px;
  color: #38BDF8;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}
.nt-modal__side-panel .nt-side-panel-item-row .nt-linked-goal-sub svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.nt-modal__side-panel .nt-side-panel-item-row .nt-migrated-tag {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 12px;
  white-space: nowrap;
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
  border: 1px solid rgba(34, 197, 94, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}
.nt-modal__side-panel .nt-side-panel-item-row .nt-migrated-tag svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
  display: block;
}
.nt-modal__side-panel .nt-side-panel-item-row .nt-pending-tag {
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 12px;
  white-space: nowrap;
  background: rgba(14, 165, 233, 0.12);
  color: #38BDF8;
  border: 1px solid rgba(14, 165, 233, 0.25);
}
.nt-modal__side-panel .nt-side-panel__footer {
  padding: 14px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #0F172A;
}
.nt-modal__side-panel .nt-side-panel__footer .nt-btn-confirm-selection {
  width: 100%;
  background: #0EA5E9;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.3);
}
.nt-modal__side-panel .nt-side-panel__footer .nt-btn-confirm-selection:hover {
  background: #0284C7;
}

/* Regras utilitárias para ocultar elementos inativos */
.d-none {
  display: none !important;
}

.nt-wizard-pane.d-none {
  display: none !important;
}

.nt-wizard-mode-bar.d-none {
  display: none !important;
}

.nt-wizard-stepper.d-none {
  display: none !important;
}

/* Container Interno */
.nt-migration-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* Animação de Transição de Cards "Descendo" */
}
@keyframes ntCardSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-24px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.nt-migration-container .nt-card-animate-down {
  animation: ntCardSlideDown 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.nt-migration-container {
  /* Card de Carregamento & Busca no Legado (Checking Screen) */
}
.nt-migration-container .nt-migration-checking-card {
  text-align: center;
  padding: 40px 24px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(30, 41, 59, 0.8) 100%);
  border: 1px solid rgba(14, 165, 233, 0.2);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}
.nt-migration-container .nt-migration-checking-card .nt-checking-spinner-box {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(14, 165, 233, 0.12);
  color: #38BDF8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.nt-migration-container .nt-migration-checking-card .nt-checking-spinner-box svg {
  width: 28px;
  height: 28px;
}
.nt-migration-container .nt-migration-checking-card .nt-checking-title {
  font-size: 18px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0 0 8px 0;
}
.nt-migration-container .nt-migration-checking-card .nt-checking-desc {
  font-size: 13px;
  color: #94A3B8;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.5;
}
.nt-migration-container .nt-migration-checking-card .nt-checking-desc strong {
  color: #E2E8F0;
}
.nt-migration-container {
  /* Card de Conta Não Localizada */
}
.nt-migration-container .nt-migration-not-found-card {
  text-align: center;
  padding: 32px 24px;
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.08) 0%, rgba(15, 23, 42, 0.8) 100%);
  border: 1px solid rgba(239, 68, 68, 0.25);
  border-radius: 16px;
}
.nt-migration-container .nt-migration-not-found-card .not-found-icon-box {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.15);
  color: #F87171;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.nt-migration-container .nt-migration-not-found-card .not-found-icon-box svg {
  width: 26px;
  height: 26px;
}
.nt-migration-container .nt-migration-not-found-card .not-found-title {
  font-size: 18px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0 0 8px 0;
}
.nt-migration-container .nt-migration-not-found-card .not-found-desc {
  font-size: 13px;
  color: #94A3B8;
  max-width: 480px;
  margin: 0 auto 18px auto;
  line-height: 1.5;
}
.nt-migration-container .nt-migration-not-found-card .not-found-desc strong {
  color: #F87171;
}
.nt-migration-container .nt-migration-not-found-card .not-found-tips-box {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  max-width: 520px;
  margin: 0 auto 20px auto;
}
.nt-migration-container .nt-migration-not-found-card .not-found-tips-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nt-migration-container .nt-migration-not-found-card .not-found-tips-box ul li {
  font-size: 12px;
  color: #CBD5E1;
  line-height: 1.4;
}
.nt-migration-container .nt-migration-not-found-card .not-found-tips-box ul li strong {
  color: #F8FAFC;
}
.nt-migration-container .nt-migration-not-found-card .not-found-actions {
  display: flex;
  justify-content: center;
}
.nt-migration-container .nt-migration-not-found-card .not-found-actions .nt-btn-support-action {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #F87171;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.nt-migration-container .nt-migration-not-found-card .not-found-actions .nt-btn-support-action:hover {
  background: #EF4444;
  color: #FFFFFF;
}
.nt-migration-container .nt-migration-not-found-card .not-found-actions .nt-btn-support-action svg {
  width: 15px;
  height: 15px;
}
.nt-migration-container {
  /* Card de Celebração & Conclusão Triunfal (Etapa 4) */
}
.nt-migration-container .nt-wizard-celebration-card {
  position: relative;
  text-align: center;
  padding: 44px 28px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.95) 100%);
  border: 1px solid rgba(14, 165, 233, 0.35);
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(14, 165, 233, 0.15);
  overflow: hidden;
}
.nt-migration-container .nt-wizard-celebration-card .nt-confetti-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.nt-migration-container .nt-wizard-celebration-card .nt-celebration-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.2) 0%, rgba(245, 158, 11, 0.1) 100%);
  color: #FACC15;
  border: 1px solid rgba(234, 179, 8, 0.4);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  box-shadow: 0 0 15px rgba(234, 179, 8, 0.2);
}
.nt-migration-container .nt-wizard-celebration-card .nt-celebration-badge svg {
  width: 15px;
  height: 15px;
}
.nt-migration-container .nt-wizard-celebration-card .nt-celebration-title {
  position: relative;
  z-index: 2;
  font-size: 21px;
  font-weight: 800;
  color: #F8FAFC;
  margin: 0 0 14px 0;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
@media (max-width: 640px) {
  .nt-migration-container .nt-wizard-celebration-card .nt-celebration-title {
    font-size: 17px;
  }
}
.nt-migration-container .nt-wizard-celebration-card .nt-celebration-desc {
  position: relative;
  z-index: 2;
  font-size: 13px;
  color: #94A3B8;
  max-width: 580px;
  margin: 0 auto 24px auto;
  line-height: 1.6;
}
.nt-migration-container .nt-wizard-celebration-card .nt-celebration-desc strong {
  color: #F1F5F9;
}
.nt-migration-container .nt-wizard-celebration-card .nt-celebration-features-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.nt-migration-container .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  color: #E2E8F0;
}
.nt-migration-container .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item svg {
  width: 15px;
  height: 15px;
  color: #4ADE80;
}
.nt-migration-container .nt-wizard-celebration-card .nt-celebration-actions {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.nt-migration-container .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  padding: 13px 26px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.4);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nt-migration-container .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday:hover {
  background: linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 28px rgba(14, 165, 233, 0.55);
  color: #FFFFFF;
}
.nt-migration-container .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday svg {
  width: 17px;
  height: 17px;
}
.nt-migration-container {
  /* Stepper Superior da Jornada Guiada */
}
.nt-migration-container .nt-wizard-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 18px;
  margin-bottom: 14px;
  gap: 8px;
}
@media (max-width: 640px) {
  .nt-migration-container .nt-wizard-stepper {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 10px 12px;
  }
}
.nt-migration-container .nt-wizard-stepper .nt-step-item {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.nt-migration-container .nt-wizard-stepper .nt-step-item .nt-step-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #94A3B8;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.nt-migration-container .nt-wizard-stepper .nt-step-item .nt-step-title {
  font-size: 12px;
  font-weight: 600;
  color: #64748B;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .nt-migration-container .nt-wizard-stepper .nt-step-item .nt-step-title {
    display: none;
  }
}
.nt-migration-container .nt-wizard-stepper .nt-step-item.active .nt-step-circle {
  background: #0EA5E9;
  border-color: #38BDF8;
  color: #FFFFFF;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.5);
  transform: scale(1.08);
}
.nt-migration-container .nt-wizard-stepper .nt-step-item.active .nt-step-title {
  color: #F8FAFC;
  font-weight: 700;
  display: inline-block;
}
.nt-migration-container .nt-wizard-stepper .nt-step-item.completed .nt-step-circle {
  background: rgba(34, 197, 94, 0.2);
  border-color: rgba(34, 197, 94, 0.4);
  color: #4ADE80;
}
.nt-migration-container .nt-wizard-stepper .nt-step-item.completed .nt-step-title {
  color: #94A3B8;
}
.nt-migration-container .nt-wizard-stepper .nt-stepper-line {
  flex: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
  min-width: 12px;
  border-radius: 2px;
}
.nt-migration-container .nt-wizard-stepper .nt-stepper-line.completed {
  background: rgba(34, 197, 94, 0.4);
}
.nt-migration-container {
  /* Alternador de Modo Guiado vs Avançado */
}
.nt-migration-container .nt-wizard-mode-bar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}
.nt-migration-container .nt-wizard-mode-bar .nt-btn-toggle-mode {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 600;
  color: #94A3B8;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.nt-migration-container .nt-wizard-mode-bar .nt-btn-toggle-mode:hover {
  background: rgba(14, 165, 233, 0.12);
  color: #38BDF8;
  border-color: rgba(14, 165, 233, 0.3);
}
.nt-migration-container .nt-wizard-mode-bar .nt-btn-toggle-mode svg {
  width: 13px;
  height: 13px;
  color: #FACC15;
}
.nt-migration-container {
  /* Card de Onboarding Educacional (Etapa 0) */
}
.nt-migration-container .nt-wizard-welcome-card {
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(30, 41, 59, 0.8) 100%);
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
  border: 1px solid rgba(14, 165, 233, 0.3);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-badge svg {
  width: 13px;
  height: 13px;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-title {
  font-size: 20px;
  font-weight: 800;
  color: #F8FAFC;
  margin: 0 0 8px 0;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-desc {
  font-size: 13px;
  color: #94A3B8;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-desc strong {
  color: #E2E8F0;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-steps-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-steps-overview .nt-welcome-step-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-steps-overview .nt-welcome-step-item .nt-welcome-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0EA5E9;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-steps-overview .nt-welcome-step-item .nt-welcome-step-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-steps-overview .nt-welcome-step-item .nt-welcome-step-info strong {
  font-size: 13px;
  color: #F8FAFC;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-steps-overview .nt-welcome-step-item .nt-welcome-step-info span {
  font-size: 11px;
  color: #94A3B8;
  line-height: 1.3;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-actions {
  display: flex;
  justify-content: flex-end;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-actions .nt-btn-wizard-start {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 16px rgba(14, 165, 233, 0.3);
  transition: all 0.2s ease;
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-actions .nt-btn-wizard-start:hover {
  background: linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.45);
}
.nt-migration-container .nt-wizard-welcome-card .nt-welcome-actions .nt-btn-wizard-start svg {
  width: 16px;
  height: 16px;
}
.nt-migration-container {
  /* Banner Educacional do Passo Ativo */
}
.nt-migration-container .nt-wizard-step-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1) 0%, rgba(99, 102, 241, 0.08) 100%);
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 14px;
}
.nt-migration-container .nt-wizard-step-banner .banner-icon-box {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(14, 165, 233, 0.2);
  color: #38BDF8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-migration-container .nt-wizard-step-banner .banner-icon-box svg {
  width: 20px;
  height: 20px;
}
.nt-migration-container .nt-wizard-step-banner .banner-text {
  display: flex;
  flex-direction: column;
}
.nt-migration-container .nt-wizard-step-banner .banner-text h4 {
  font-size: 14px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0 0 2px 0;
}
.nt-migration-container .nt-wizard-step-banner .banner-text p {
  font-size: 12px;
  color: #94A3B8;
  margin: 0;
  line-height: 1.4;
}
.nt-migration-container {
  /* Ações de Navegação do Wizard */
}
.nt-migration-container .nt-wizard-nav-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.nt-migration-container .nt-wizard-nav-actions .btn-migrate,
.nt-migration-container .nt-wizard-nav-actions #nt-btn-run-migration {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(14, 165, 233, 0.3);
  transition: all 0.2s ease;
}
.nt-migration-container .nt-wizard-nav-actions .btn-migrate:hover:not(:disabled),
.nt-migration-container .nt-wizard-nav-actions #nt-btn-run-migration:hover:not(:disabled) {
  background: linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.45);
}
.nt-migration-container .nt-wizard-nav-actions .btn-migrate:disabled,
.nt-migration-container .nt-wizard-nav-actions #nt-btn-run-migration:disabled {
  background: rgba(255, 255, 255, 0.08);
  color: #64748B;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
}
.nt-migration-container .nt-wizard-nav-actions .btn-migrate svg,
.nt-migration-container .nt-wizard-nav-actions #nt-btn-run-migration svg {
  width: 16px;
  height: 16px;
}
.nt-migration-container .nt-wizard-nav-actions .nt-btn-wizard-nav {
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.nt-migration-container .nt-wizard-nav-actions .nt-btn-wizard-nav.secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #94A3B8;
}
.nt-migration-container .nt-wizard-nav-actions .nt-btn-wizard-nav.secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #F8FAFC;
}
.nt-migration-container .nt-wizard-nav-actions .nt-btn-wizard-nav.primary {
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(14, 165, 233, 0.3);
  color: #38BDF8;
}
.nt-migration-container .nt-wizard-nav-actions .nt-btn-wizard-nav.primary:hover {
  background: #0EA5E9;
  color: #FFFFFF;
  border-color: #0EA5E9;
}
.nt-migration-container .nt-wizard-nav-actions .nt-btn-wizard-nav svg {
  width: 14px;
  height: 14px;
}
.nt-migration-container .nt-migration-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 20px;
}
.nt-migration-container .nt-migration-section-title {
  font-size: 15px;
  font-weight: 600;
  color: #F8FAFC;
  margin: 0 0 4px 0;
}
.nt-migration-container .nt-migration-section-desc {
  font-size: 13px;
  color: #94A3B8;
  margin: 0 0 16px 0;
  line-height: 1.4;
}
.nt-migration-container {
  /* Banner Guia de Ordem Recomendada de Importação */
}
.nt-migration-container .nt-migration-order-banner {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08) 0%, rgba(99, 102, 241, 0.08) 100%);
  border: 1px solid rgba(14, 165, 233, 0.22);
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 16px;
}
.nt-migration-container .nt-migration-order-banner .nt-order-banner-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-icon {
  color: #FACC15;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-header-text {
  display: flex;
  flex-direction: column;
}
.nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-header-text .nt-order-title {
  font-size: 14px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0 0 2px 0;
}
.nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-header-text .nt-order-desc {
  font-size: 12px;
  color: #94A3B8;
  margin: 0;
  line-height: 1.4;
}
.nt-migration-container .nt-migration-order-banner .nt-order-steps-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  flex-wrap: wrap;
}
.nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 5px 10px;
}
.nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step .nt-step-num {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #0EA5E9;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step .nt-step-label {
  font-size: 12px;
  font-weight: 600;
  color: #E2E8F0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step .nt-step-label svg {
  width: 13px;
  height: 13px;
  color: #38BDF8;
  flex-shrink: 0;
}
.nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-step-arrow {
  color: #64748B;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.nt-migration-container {
  /* Lista Vertical de Cartões de Recurso (Um abaixo do outro) */
}
.nt-migration-container .nt-migration-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nt-migration-loader-box {
  text-align: center;
  padding: 24px 0;
}
.nt-migration-loader-box svg {
  width: 24px;
  height: 24px;
  color: #0EA5E9;
}
.nt-migration-loader-box p {
  margin-top: 8px;
  color: #94A3B8;
  font-size: 13px;
}

/* Cartões Verticais dos Recursos */
.nt-migration-resource-item {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 14px 18px;
  transition: all 0.2s ease;
}
.nt-migration-resource-item:hover:not(.disabled):not(.all-migrated) {
  border-color: rgba(14, 165, 233, 0.4);
  background: rgba(15, 23, 42, 0.8);
}
.nt-migration-resource-item.selected {
  border-color: #0EA5E9;
  background: rgba(14, 165, 233, 0.08);
}
.nt-migration-resource-item.all-migrated {
  border-color: rgba(34, 197, 94, 0.25);
  background: rgba(34, 197, 94, 0.03);
}
.nt-migration-resource-item.all-migrated .nt-resource-name {
  color: #F8FAFC;
}
.nt-migration-resource-item.all-migrated .nt-resource-desc {
  color: #94A3B8;
}
.nt-migration-resource-item.disabled {
  opacity: 0.5;
  border-color: rgba(255, 255, 255, 0.04);
  cursor: not-allowed;
}
.nt-migration-resource-item .nt-resource-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 640px) {
  .nt-migration-resource-item .nt-resource-card-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.nt-migration-resource-item .nt-resource-left-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.nt-migration-resource-item .nt-resource-header-line {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.nt-migration-resource-item .nt-resource-header-line .nt-resource-title-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.nt-migration-resource-item .nt-resource-header-line .nt-resource-title-wrap input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #0EA5E9;
  cursor: pointer;
}
.nt-migration-resource-item .nt-resource-header-line .nt-resource-title-wrap input[type=checkbox]:disabled {
  cursor: not-allowed;
}
.nt-migration-resource-item .nt-resource-header-line .nt-resource-title-wrap .nt-resource-type-icon {
  width: 16px;
  height: 16px;
  color: #38BDF8;
  flex-shrink: 0;
}
.nt-migration-resource-item .nt-resource-header-line .nt-resource-title-wrap .nt-resource-name {
  font-weight: 700;
  color: #F8FAFC;
  font-size: 14px;
  cursor: pointer;
}
.nt-migration-resource-item .nt-resource-header-line .nt-count-tag {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 12px;
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
  font-weight: 600;
}
.nt-migration-resource-item .nt-resource-header-line .nt-count-tag.migrated {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
  border: 1px solid rgba(34, 197, 94, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  border-radius: 12px;
  line-height: 1;
}
.nt-migration-resource-item .nt-resource-header-line .nt-count-tag.migrated svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: block;
}
.nt-migration-resource-item .nt-resource-header-line .nt-count-tag.migrated span {
  display: inline-block;
  line-height: 1;
}
.nt-migration-resource-item .nt-resource-header-line .nt-count-tag.zero {
  background: rgba(255, 255, 255, 0.05);
  color: #64748B;
}
.nt-migration-resource-item .nt-resource-header-line .nt-soon-tag {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #64748B;
}
.nt-migration-resource-item .nt-resource-desc {
  font-size: 12px;
  color: #94A3B8;
  line-height: 1.4;
  margin: 2px 0 0 0;
}
.nt-migration-resource-item .nt-resource-actions-col,
.nt-migration-resource-item .nt-resource-bottom-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.nt-migration-resource-item .nt-resource-actions-col .nt-btn-open-side-panel,
.nt-migration-resource-item .nt-resource-bottom-actions .nt-btn-open-side-panel {
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 600;
  color: #38BDF8;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.nt-migration-resource-item .nt-resource-actions-col .nt-btn-open-side-panel:hover,
.nt-migration-resource-item .nt-resource-bottom-actions .nt-btn-open-side-panel:hover {
  background: #0EA5E9;
  color: #FFFFFF;
  border-color: #0EA5E9;
}
.nt-migration-resource-item .nt-resource-actions-col .nt-btn-open-side-panel svg,
.nt-migration-resource-item .nt-resource-bottom-actions .nt-btn-open-side-panel svg {
  width: 13px;
  height: 13px;
}
.nt-migration-resource-item .nt-resource-actions-col .nt-btn-purge-resource,
.nt-migration-resource-item .nt-resource-bottom-actions .nt-btn-purge-resource {
  margin-top: 0;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.25);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 11px;
  font-weight: 600;
  color: #F87171;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.nt-migration-resource-item .nt-resource-actions-col .nt-btn-purge-resource:hover,
.nt-migration-resource-item .nt-resource-bottom-actions .nt-btn-purge-resource:hover {
  background: #EF4444;
  color: #FFFFFF;
  border-color: #EF4444;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}
.nt-migration-resource-item .nt-resource-actions-col .nt-btn-purge-resource svg,
.nt-migration-resource-item .nt-resource-bottom-actions .nt-btn-purge-resource svg {
  width: 13px;
  height: 13px;
}

.nt-migration-actions {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.nt-migration-actions .btn-migrate {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}
.nt-migration-actions .btn-migrate:hover:not(:disabled) {
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.4);
}
.nt-migration-actions .btn-migrate:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.nt-migration-actions .btn-migrate svg {
  width: 15px;
  height: 15px;
}

/* Status do Usuário */
.nt-migration-user-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nt-migration-user-status .nt-status-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nt-migration-user-status .nt-status-info .nt-status-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-migration-user-status .nt-status-info .nt-status-icon.success {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
}
.nt-migration-user-status .nt-status-info .nt-status-icon.warning {
  background: rgba(234, 179, 8, 0.15);
  color: #FACC15;
}
.nt-migration-user-status .nt-status-info .nt-status-icon svg {
  width: 18px;
  height: 18px;
}
.nt-migration-user-status .nt-status-info .nt-status-details {
  display: flex;
  flex-direction: column;
}
.nt-migration-user-status .nt-status-info .nt-status-details .nt-status-email {
  font-weight: 600;
  color: #F8FAFC;
  font-size: 14px;
}
.nt-migration-user-status .nt-status-info .nt-status-details .nt-status-sub {
  font-size: 13px;
  color: #94A3B8;
}
.nt-migration-user-status .nt-status-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}
.nt-migration-user-status .nt-status-badge.success {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.nt-migration-user-status .nt-status-badge.warning {
  background: rgba(239, 68, 68, 0.15);
  color: #F87171;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

/* ==========================================================================
   Design Moderno do Card de Resultados da Migração
   ========================================================================== */
.nt-migration-result-title {
  font-size: 16px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-migration-result-title svg {
  width: 18px;
  height: 18px;
  color: #4ADE80;
}

.nt-migration-result-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nt-result-summary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
}

.nt-summary-card {
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.2s ease;
}
.nt-summary-card .card-icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-summary-card .card-icon-wrap svg {
  width: 20px;
  height: 20px;
}
.nt-summary-card .card-data {
  display: flex;
  flex-direction: column;
}
.nt-summary-card .nt-num {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
}
.nt-summary-card .nt-lbl {
  font-size: 12px;
  font-weight: 600;
  color: #94A3B8;
}
.nt-summary-card.imported {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.12) 0%, rgba(34, 197, 94, 0.04) 100%);
  border: 1px solid rgba(34, 197, 94, 0.25);
}
.nt-summary-card.imported .card-icon-wrap {
  background: rgba(34, 197, 94, 0.2);
  color: #4ADE80;
}
.nt-summary-card.imported .nt-num {
  color: #4ADE80;
}
.nt-summary-card.skipped {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(14, 165, 233, 0.04) 100%);
  border: 1px solid rgba(14, 165, 233, 0.25);
}
.nt-summary-card.skipped .card-icon-wrap {
  background: rgba(14, 165, 233, 0.2);
  color: #38BDF8;
}
.nt-summary-card.skipped .nt-num {
  color: #38BDF8;
}
.nt-summary-card.failed {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.12) 0%, rgba(239, 68, 68, 0.04) 100%);
  border: 1px solid rgba(239, 68, 68, 0.25);
}
.nt-summary-card.failed .card-icon-wrap {
  background: rgba(239, 68, 68, 0.2);
  color: #F87171;
}
.nt-summary-card.failed .nt-num {
  color: #F87171;
}

.nt-result-shortcuts-box {
  background: rgba(14, 165, 233, 0.08);
  border: 1px solid rgba(14, 165, 233, 0.2);
  border-radius: 12px;
  padding: 14px 18px;
}
.nt-result-shortcuts-box .shortcuts-title {
  font-size: 13px;
  font-weight: 700;
  color: #38BDF8;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.nt-result-shortcuts-box .shortcuts-title svg {
  width: 15px;
  height: 15px;
}
.nt-result-shortcuts-box .shortcuts-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.nt-result-shortcuts-box .nt-result-shortcut-btn {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
  color: #FFFFFF;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.25);
  transition: all 0.2s ease;
}
.nt-result-shortcuts-box .nt-result-shortcut-btn:hover {
  background: linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(14, 165, 233, 0.4);
}
.nt-result-shortcuts-box .nt-result-shortcut-btn svg {
  width: 14px;
  height: 14px;
}

.nt-results-logs-wrapper .nt-logs-title {
  font-size: 14px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-results-logs-wrapper .nt-logs-title svg {
  width: 16px;
  height: 16px;
  color: #0EA5E9;
}

/* Alertas */
.nt-migration-alert-warning {
  background: rgba(234, 179, 8, 0.12);
  border: 1px solid rgba(234, 179, 8, 0.3);
  border-radius: 12px;
  padding: 16px;
  color: #FACC15;
}
.nt-migration-alert-warning .nt-alert-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.nt-migration-alert-warning .nt-alert-body {
  font-size: 13px;
  line-height: 1.4;
}

.nt-migration-alert-danger {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 12px;
  padding: 16px;
  color: #F87171;
  font-size: 13px;
}

/* Histórico de Migrações */
.nt-history-container .nt-history-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.nt-history-container .nt-history-top-bar .nt-history-title {
  font-size: 15px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-history-container .nt-history-top-bar .nt-history-title svg {
  width: 18px;
  height: 18px;
  color: #0EA5E9;
}
.nt-history-container .nt-history-top-bar .nt-btn-history-refresh {
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.3);
  color: #38BDF8;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.nt-history-container .nt-history-top-bar .nt-btn-history-refresh:hover {
  background: rgba(14, 165, 233, 0.2);
  border-color: #0EA5E9;
  color: #FFFFFF;
  transform: translateY(-1px);
}
.nt-history-container .nt-history-top-bar .nt-btn-history-refresh svg {
  width: 14px;
  height: 14px;
}
.nt-history-container .nt-history-card {
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 14px;
  transition: all 0.2s ease;
}
.nt-history-container .nt-history-card:hover {
  border-color: rgba(14, 165, 233, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.nt-history-container .nt-history-card .nt-history-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nt-history-container .nt-history-card .nt-history-header .date-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #F8FAFC;
  font-weight: 600;
}
.nt-history-container .nt-history-card .nt-history-header .date-wrap svg {
  width: 15px;
  height: 15px;
  color: #0EA5E9;
}
.nt-history-container .nt-history-card .nt-history-header .nt-btn-view-items {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #38BDF8;
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}
.nt-history-container .nt-history-card .nt-history-header .nt-btn-view-items:hover {
  background: rgba(14, 165, 233, 0.15);
  border-color: rgba(14, 165, 233, 0.3);
  color: #FFFFFF;
}
.nt-history-container .nt-history-card .nt-history-header .nt-btn-view-items svg {
  width: 13px;
  height: 13px;
}
.nt-history-container .nt-history-card .nt-history-pills {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 12px;
}
.nt-history-container .nt-history-card .nt-history-pills .pill {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nt-history-container .nt-history-card .nt-history-pills .pill.imported {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.nt-history-container .nt-history-card .nt-history-pills .pill.skipped {
  background: rgba(56, 189, 248, 0.15);
  color: #38BDF8;
  border: 1px solid rgba(56, 189, 248, 0.3);
}
.nt-history-container .nt-history-card .nt-history-pills .pill.failed {
  background: rgba(239, 68, 68, 0.15);
  color: #F87171;
  border: 1px solid rgba(239, 68, 68, 0.3);
}
.nt-history-container .nt-history-empty-card {
  text-align: center;
  padding: 36px 20px;
  background: rgba(15, 23, 42, 0.5);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  margin-top: 10px;
}
.nt-history-container .nt-history-empty-card .empty-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(14, 165, 233, 0.12);
  color: #38BDF8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.nt-history-container .nt-history-empty-card .empty-icon-wrap svg {
  width: 24px;
  height: 24px;
}
.nt-history-container .nt-history-empty-card .empty-title {
  font-size: 15px;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0 0 6px 0;
}
.nt-history-container .nt-history-empty-card .empty-desc {
  font-size: 13px;
  color: #94A3B8;
  margin: 0 0 20px 0;
}
.nt-history-container .nt-history-empty-card .nt-btn-sync-action {
  max-width: 260px;
  margin: 0 auto;
}

.nt-logs-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}
.nt-logs-list .nt-log-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 10px 14px;
  transition: all 0.15s ease;
}
.nt-logs-list .nt-log-item:hover {
  border-color: rgba(14, 165, 233, 0.25);
  background: rgba(14, 165, 233, 0.04);
}
.nt-logs-list .nt-log-item .nt-log-item-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex: 1;
  flex-wrap: wrap;
}
.nt-logs-list .nt-log-item .nt-log-type-tag {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 6px;
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  flex-shrink: 0;
}
.nt-logs-list .nt-log-item .nt-log-name {
  font-size: 13px;
  font-weight: 600;
  color: #F8FAFC;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
}
.nt-logs-list .nt-log-item .nt-log-details {
  font-size: 11px;
  color: #94A3B8;
  margin-top: 2px;
  word-break: break-word;
  overflow-wrap: anywhere;
  white-space: normal;
  width: 100%;
}
.nt-logs-list .nt-log-item .nt-log-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1;
}
.nt-logs-list .nt-log-item .nt-log-badge svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}
.nt-logs-list .nt-log-item .nt-log-badge.Imported {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}
.nt-logs-list .nt-log-item .nt-log-badge.Skipped {
  background: rgba(56, 189, 248, 0.15);
  color: #38BDF8;
  border: 1px solid rgba(56, 189, 248, 0.3);
}
.nt-logs-list .nt-log-item .nt-log-badge.Failed {
  background: rgba(239, 68, 68, 0.15);
  color: #F87171;
  border: 1px solid rgba(239, 68, 68, 0.3);
}

.spin {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Responsividade Mobile */
@media (max-width: 768px) {
  .nt-modal--migration {
    width: 96%;
    height: 92vh;
  }
  .nt-modal--migration .nt-modal__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .nt-modal--migration .nt-modal__header .nt-modal-tabs-nav {
    width: 100%;
    justify-content: center;
  }
  .nt-modal--migration .nt-modal__header .nt-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .nt-modal__side-panel {
    width: 100%;
  }
  .nt-result-summary-grid {
    grid-template-columns: 1fr;
  }
}
/* ==========================================================================
   Modo Claro (Light Theme Overrides)
   ========================================================================== */
html.nt-light-theme,
body.nt-light-theme,
.nt-light-theme {
  /* Reset Global de Cores de Texto para Modo Claro */
}
html.nt-light-theme .nt-modal--migration h1, html.nt-light-theme .nt-modal--migration h2, html.nt-light-theme .nt-modal--migration h3, html.nt-light-theme .nt-modal--migration h4, html.nt-light-theme .nt-modal--migration h5, html.nt-light-theme .nt-modal--migration h6,
html.nt-light-theme .nt-modal--migration .nt-welcome-title,
html.nt-light-theme .nt-modal--migration .nt-modal__title,
html.nt-light-theme .nt-modal--migration .nt-migration-section-title,
html.nt-light-theme .nt-modal--migration .nt-order-title,
html.nt-light-theme .nt-modal--migration .nt-status-email,
html.nt-light-theme .nt-modal--migration .shortcuts-title,
html.nt-light-theme .nt-modal--migration .nt-logs-title,
html.nt-light-theme .nt-modal--migration .nt-history-title,
html.nt-light-theme .nt-modal--migration .nt-side-panel__title,
html.nt-light-theme .nt-modal--migration .item-name,
html.nt-light-theme #nt-legacy-migration-modal h1,
html.nt-light-theme #nt-legacy-migration-modal h2,
html.nt-light-theme #nt-legacy-migration-modal h3,
html.nt-light-theme #nt-legacy-migration-modal h4,
html.nt-light-theme #nt-legacy-migration-modal h5,
html.nt-light-theme #nt-legacy-migration-modal h6,
html.nt-light-theme #nt-legacy-migration-modal .nt-welcome-title,
html.nt-light-theme #nt-legacy-migration-modal .nt-modal__title,
html.nt-light-theme #nt-legacy-migration-modal .nt-migration-section-title,
html.nt-light-theme #nt-legacy-migration-modal .nt-order-title,
html.nt-light-theme #nt-legacy-migration-modal .nt-status-email,
html.nt-light-theme #nt-legacy-migration-modal .shortcuts-title,
html.nt-light-theme #nt-legacy-migration-modal .nt-logs-title,
html.nt-light-theme #nt-legacy-migration-modal .nt-history-title,
html.nt-light-theme #nt-legacy-migration-modal .nt-side-panel__title,
html.nt-light-theme #nt-legacy-migration-modal .item-name,
html.nt-light-theme .nt-migration-container h1,
html.nt-light-theme .nt-migration-container h2,
html.nt-light-theme .nt-migration-container h3,
html.nt-light-theme .nt-migration-container h4,
html.nt-light-theme .nt-migration-container h5,
html.nt-light-theme .nt-migration-container h6,
html.nt-light-theme .nt-migration-container .nt-welcome-title,
html.nt-light-theme .nt-migration-container .nt-modal__title,
html.nt-light-theme .nt-migration-container .nt-migration-section-title,
html.nt-light-theme .nt-migration-container .nt-order-title,
html.nt-light-theme .nt-migration-container .nt-status-email,
html.nt-light-theme .nt-migration-container .shortcuts-title,
html.nt-light-theme .nt-migration-container .nt-logs-title,
html.nt-light-theme .nt-migration-container .nt-history-title,
html.nt-light-theme .nt-migration-container .nt-side-panel__title,
html.nt-light-theme .nt-migration-container .item-name,
html.nt-light-theme .nt-wizard-pane h1,
html.nt-light-theme .nt-wizard-pane h2,
html.nt-light-theme .nt-wizard-pane h3,
html.nt-light-theme .nt-wizard-pane h4,
html.nt-light-theme .nt-wizard-pane h5,
html.nt-light-theme .nt-wizard-pane h6,
html.nt-light-theme .nt-wizard-pane .nt-welcome-title,
html.nt-light-theme .nt-wizard-pane .nt-modal__title,
html.nt-light-theme .nt-wizard-pane .nt-migration-section-title,
html.nt-light-theme .nt-wizard-pane .nt-order-title,
html.nt-light-theme .nt-wizard-pane .nt-status-email,
html.nt-light-theme .nt-wizard-pane .shortcuts-title,
html.nt-light-theme .nt-wizard-pane .nt-logs-title,
html.nt-light-theme .nt-wizard-pane .nt-history-title,
html.nt-light-theme .nt-wizard-pane .nt-side-panel__title,
html.nt-light-theme .nt-wizard-pane .item-name,
body.nt-light-theme .nt-modal--migration h1,
body.nt-light-theme .nt-modal--migration h2,
body.nt-light-theme .nt-modal--migration h3,
body.nt-light-theme .nt-modal--migration h4,
body.nt-light-theme .nt-modal--migration h5,
body.nt-light-theme .nt-modal--migration h6,
body.nt-light-theme .nt-modal--migration .nt-welcome-title,
body.nt-light-theme .nt-modal--migration .nt-modal__title,
body.nt-light-theme .nt-modal--migration .nt-migration-section-title,
body.nt-light-theme .nt-modal--migration .nt-order-title,
body.nt-light-theme .nt-modal--migration .nt-status-email,
body.nt-light-theme .nt-modal--migration .shortcuts-title,
body.nt-light-theme .nt-modal--migration .nt-logs-title,
body.nt-light-theme .nt-modal--migration .nt-history-title,
body.nt-light-theme .nt-modal--migration .nt-side-panel__title,
body.nt-light-theme .nt-modal--migration .item-name,
body.nt-light-theme #nt-legacy-migration-modal h1,
body.nt-light-theme #nt-legacy-migration-modal h2,
body.nt-light-theme #nt-legacy-migration-modal h3,
body.nt-light-theme #nt-legacy-migration-modal h4,
body.nt-light-theme #nt-legacy-migration-modal h5,
body.nt-light-theme #nt-legacy-migration-modal h6,
body.nt-light-theme #nt-legacy-migration-modal .nt-welcome-title,
body.nt-light-theme #nt-legacy-migration-modal .nt-modal__title,
body.nt-light-theme #nt-legacy-migration-modal .nt-migration-section-title,
body.nt-light-theme #nt-legacy-migration-modal .nt-order-title,
body.nt-light-theme #nt-legacy-migration-modal .nt-status-email,
body.nt-light-theme #nt-legacy-migration-modal .shortcuts-title,
body.nt-light-theme #nt-legacy-migration-modal .nt-logs-title,
body.nt-light-theme #nt-legacy-migration-modal .nt-history-title,
body.nt-light-theme #nt-legacy-migration-modal .nt-side-panel__title,
body.nt-light-theme #nt-legacy-migration-modal .item-name,
body.nt-light-theme .nt-migration-container h1,
body.nt-light-theme .nt-migration-container h2,
body.nt-light-theme .nt-migration-container h3,
body.nt-light-theme .nt-migration-container h4,
body.nt-light-theme .nt-migration-container h5,
body.nt-light-theme .nt-migration-container h6,
body.nt-light-theme .nt-migration-container .nt-welcome-title,
body.nt-light-theme .nt-migration-container .nt-modal__title,
body.nt-light-theme .nt-migration-container .nt-migration-section-title,
body.nt-light-theme .nt-migration-container .nt-order-title,
body.nt-light-theme .nt-migration-container .nt-status-email,
body.nt-light-theme .nt-migration-container .shortcuts-title,
body.nt-light-theme .nt-migration-container .nt-logs-title,
body.nt-light-theme .nt-migration-container .nt-history-title,
body.nt-light-theme .nt-migration-container .nt-side-panel__title,
body.nt-light-theme .nt-migration-container .item-name,
body.nt-light-theme .nt-wizard-pane h1,
body.nt-light-theme .nt-wizard-pane h2,
body.nt-light-theme .nt-wizard-pane h3,
body.nt-light-theme .nt-wizard-pane h4,
body.nt-light-theme .nt-wizard-pane h5,
body.nt-light-theme .nt-wizard-pane h6,
body.nt-light-theme .nt-wizard-pane .nt-welcome-title,
body.nt-light-theme .nt-wizard-pane .nt-modal__title,
body.nt-light-theme .nt-wizard-pane .nt-migration-section-title,
body.nt-light-theme .nt-wizard-pane .nt-order-title,
body.nt-light-theme .nt-wizard-pane .nt-status-email,
body.nt-light-theme .nt-wizard-pane .shortcuts-title,
body.nt-light-theme .nt-wizard-pane .nt-logs-title,
body.nt-light-theme .nt-wizard-pane .nt-history-title,
body.nt-light-theme .nt-wizard-pane .nt-side-panel__title,
body.nt-light-theme .nt-wizard-pane .item-name,
.nt-light-theme .nt-modal--migration h1,
.nt-light-theme .nt-modal--migration h2,
.nt-light-theme .nt-modal--migration h3,
.nt-light-theme .nt-modal--migration h4,
.nt-light-theme .nt-modal--migration h5,
.nt-light-theme .nt-modal--migration h6,
.nt-light-theme .nt-modal--migration .nt-welcome-title,
.nt-light-theme .nt-modal--migration .nt-modal__title,
.nt-light-theme .nt-modal--migration .nt-migration-section-title,
.nt-light-theme .nt-modal--migration .nt-order-title,
.nt-light-theme .nt-modal--migration .nt-status-email,
.nt-light-theme .nt-modal--migration .shortcuts-title,
.nt-light-theme .nt-modal--migration .nt-logs-title,
.nt-light-theme .nt-modal--migration .nt-history-title,
.nt-light-theme .nt-modal--migration .nt-side-panel__title,
.nt-light-theme .nt-modal--migration .item-name,
.nt-light-theme #nt-legacy-migration-modal h1,
.nt-light-theme #nt-legacy-migration-modal h2,
.nt-light-theme #nt-legacy-migration-modal h3,
.nt-light-theme #nt-legacy-migration-modal h4,
.nt-light-theme #nt-legacy-migration-modal h5,
.nt-light-theme #nt-legacy-migration-modal h6,
.nt-light-theme #nt-legacy-migration-modal .nt-welcome-title,
.nt-light-theme #nt-legacy-migration-modal .nt-modal__title,
.nt-light-theme #nt-legacy-migration-modal .nt-migration-section-title,
.nt-light-theme #nt-legacy-migration-modal .nt-order-title,
.nt-light-theme #nt-legacy-migration-modal .nt-status-email,
.nt-light-theme #nt-legacy-migration-modal .shortcuts-title,
.nt-light-theme #nt-legacy-migration-modal .nt-logs-title,
.nt-light-theme #nt-legacy-migration-modal .nt-history-title,
.nt-light-theme #nt-legacy-migration-modal .nt-side-panel__title,
.nt-light-theme #nt-legacy-migration-modal .item-name,
.nt-light-theme .nt-migration-container h1,
.nt-light-theme .nt-migration-container h2,
.nt-light-theme .nt-migration-container h3,
.nt-light-theme .nt-migration-container h4,
.nt-light-theme .nt-migration-container h5,
.nt-light-theme .nt-migration-container h6,
.nt-light-theme .nt-migration-container .nt-welcome-title,
.nt-light-theme .nt-migration-container .nt-modal__title,
.nt-light-theme .nt-migration-container .nt-migration-section-title,
.nt-light-theme .nt-migration-container .nt-order-title,
.nt-light-theme .nt-migration-container .nt-status-email,
.nt-light-theme .nt-migration-container .shortcuts-title,
.nt-light-theme .nt-migration-container .nt-logs-title,
.nt-light-theme .nt-migration-container .nt-history-title,
.nt-light-theme .nt-migration-container .nt-side-panel__title,
.nt-light-theme .nt-migration-container .item-name,
.nt-light-theme .nt-wizard-pane h1,
.nt-light-theme .nt-wizard-pane h2,
.nt-light-theme .nt-wizard-pane h3,
.nt-light-theme .nt-wizard-pane h4,
.nt-light-theme .nt-wizard-pane h5,
.nt-light-theme .nt-wizard-pane h6,
.nt-light-theme .nt-wizard-pane .nt-welcome-title,
.nt-light-theme .nt-wizard-pane .nt-modal__title,
.nt-light-theme .nt-wizard-pane .nt-migration-section-title,
.nt-light-theme .nt-wizard-pane .nt-order-title,
.nt-light-theme .nt-wizard-pane .nt-status-email,
.nt-light-theme .nt-wizard-pane .shortcuts-title,
.nt-light-theme .nt-wizard-pane .nt-logs-title,
.nt-light-theme .nt-wizard-pane .nt-history-title,
.nt-light-theme .nt-wizard-pane .nt-side-panel__title,
.nt-light-theme .nt-wizard-pane .item-name {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration strong, html.nt-light-theme .nt-modal--migration b,
html.nt-light-theme #nt-legacy-migration-modal strong,
html.nt-light-theme #nt-legacy-migration-modal b,
html.nt-light-theme .nt-migration-container strong,
html.nt-light-theme .nt-migration-container b,
html.nt-light-theme .nt-wizard-pane strong,
html.nt-light-theme .nt-wizard-pane b,
body.nt-light-theme .nt-modal--migration strong,
body.nt-light-theme .nt-modal--migration b,
body.nt-light-theme #nt-legacy-migration-modal strong,
body.nt-light-theme #nt-legacy-migration-modal b,
body.nt-light-theme .nt-migration-container strong,
body.nt-light-theme .nt-migration-container b,
body.nt-light-theme .nt-wizard-pane strong,
body.nt-light-theme .nt-wizard-pane b,
.nt-light-theme .nt-modal--migration strong,
.nt-light-theme .nt-modal--migration b,
.nt-light-theme #nt-legacy-migration-modal strong,
.nt-light-theme #nt-legacy-migration-modal b,
.nt-light-theme .nt-migration-container strong,
.nt-light-theme .nt-migration-container b,
.nt-light-theme .nt-wizard-pane strong,
.nt-light-theme .nt-wizard-pane b {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration p,
html.nt-light-theme .nt-modal--migration .nt-welcome-desc,
html.nt-light-theme .nt-modal--migration .nt-modal__subtitle,
html.nt-light-theme .nt-modal--migration .nt-migration-section-desc,
html.nt-light-theme .nt-modal--migration .nt-order-desc,
html.nt-light-theme .nt-modal--migration .nt-status-sub,
html.nt-light-theme .nt-modal--migration .empty-desc,
html.nt-light-theme .nt-modal--migration .nt-resource-desc,
html.nt-light-theme #nt-legacy-migration-modal p,
html.nt-light-theme #nt-legacy-migration-modal .nt-welcome-desc,
html.nt-light-theme #nt-legacy-migration-modal .nt-modal__subtitle,
html.nt-light-theme #nt-legacy-migration-modal .nt-migration-section-desc,
html.nt-light-theme #nt-legacy-migration-modal .nt-order-desc,
html.nt-light-theme #nt-legacy-migration-modal .nt-status-sub,
html.nt-light-theme #nt-legacy-migration-modal .empty-desc,
html.nt-light-theme #nt-legacy-migration-modal .nt-resource-desc,
html.nt-light-theme .nt-migration-container p,
html.nt-light-theme .nt-migration-container .nt-welcome-desc,
html.nt-light-theme .nt-migration-container .nt-modal__subtitle,
html.nt-light-theme .nt-migration-container .nt-migration-section-desc,
html.nt-light-theme .nt-migration-container .nt-order-desc,
html.nt-light-theme .nt-migration-container .nt-status-sub,
html.nt-light-theme .nt-migration-container .empty-desc,
html.nt-light-theme .nt-migration-container .nt-resource-desc,
html.nt-light-theme .nt-wizard-pane p,
html.nt-light-theme .nt-wizard-pane .nt-welcome-desc,
html.nt-light-theme .nt-wizard-pane .nt-modal__subtitle,
html.nt-light-theme .nt-wizard-pane .nt-migration-section-desc,
html.nt-light-theme .nt-wizard-pane .nt-order-desc,
html.nt-light-theme .nt-wizard-pane .nt-status-sub,
html.nt-light-theme .nt-wizard-pane .empty-desc,
html.nt-light-theme .nt-wizard-pane .nt-resource-desc,
body.nt-light-theme .nt-modal--migration p,
body.nt-light-theme .nt-modal--migration .nt-welcome-desc,
body.nt-light-theme .nt-modal--migration .nt-modal__subtitle,
body.nt-light-theme .nt-modal--migration .nt-migration-section-desc,
body.nt-light-theme .nt-modal--migration .nt-order-desc,
body.nt-light-theme .nt-modal--migration .nt-status-sub,
body.nt-light-theme .nt-modal--migration .empty-desc,
body.nt-light-theme .nt-modal--migration .nt-resource-desc,
body.nt-light-theme #nt-legacy-migration-modal p,
body.nt-light-theme #nt-legacy-migration-modal .nt-welcome-desc,
body.nt-light-theme #nt-legacy-migration-modal .nt-modal__subtitle,
body.nt-light-theme #nt-legacy-migration-modal .nt-migration-section-desc,
body.nt-light-theme #nt-legacy-migration-modal .nt-order-desc,
body.nt-light-theme #nt-legacy-migration-modal .nt-status-sub,
body.nt-light-theme #nt-legacy-migration-modal .empty-desc,
body.nt-light-theme #nt-legacy-migration-modal .nt-resource-desc,
body.nt-light-theme .nt-migration-container p,
body.nt-light-theme .nt-migration-container .nt-welcome-desc,
body.nt-light-theme .nt-migration-container .nt-modal__subtitle,
body.nt-light-theme .nt-migration-container .nt-migration-section-desc,
body.nt-light-theme .nt-migration-container .nt-order-desc,
body.nt-light-theme .nt-migration-container .nt-status-sub,
body.nt-light-theme .nt-migration-container .empty-desc,
body.nt-light-theme .nt-migration-container .nt-resource-desc,
body.nt-light-theme .nt-wizard-pane p,
body.nt-light-theme .nt-wizard-pane .nt-welcome-desc,
body.nt-light-theme .nt-wizard-pane .nt-modal__subtitle,
body.nt-light-theme .nt-wizard-pane .nt-migration-section-desc,
body.nt-light-theme .nt-wizard-pane .nt-order-desc,
body.nt-light-theme .nt-wizard-pane .nt-status-sub,
body.nt-light-theme .nt-wizard-pane .empty-desc,
body.nt-light-theme .nt-wizard-pane .nt-resource-desc,
.nt-light-theme .nt-modal--migration p,
.nt-light-theme .nt-modal--migration .nt-welcome-desc,
.nt-light-theme .nt-modal--migration .nt-modal__subtitle,
.nt-light-theme .nt-modal--migration .nt-migration-section-desc,
.nt-light-theme .nt-modal--migration .nt-order-desc,
.nt-light-theme .nt-modal--migration .nt-status-sub,
.nt-light-theme .nt-modal--migration .empty-desc,
.nt-light-theme .nt-modal--migration .nt-resource-desc,
.nt-light-theme #nt-legacy-migration-modal p,
.nt-light-theme #nt-legacy-migration-modal .nt-welcome-desc,
.nt-light-theme #nt-legacy-migration-modal .nt-modal__subtitle,
.nt-light-theme #nt-legacy-migration-modal .nt-migration-section-desc,
.nt-light-theme #nt-legacy-migration-modal .nt-order-desc,
.nt-light-theme #nt-legacy-migration-modal .nt-status-sub,
.nt-light-theme #nt-legacy-migration-modal .empty-desc,
.nt-light-theme #nt-legacy-migration-modal .nt-resource-desc,
.nt-light-theme .nt-migration-container p,
.nt-light-theme .nt-migration-container .nt-welcome-desc,
.nt-light-theme .nt-migration-container .nt-modal__subtitle,
.nt-light-theme .nt-migration-container .nt-migration-section-desc,
.nt-light-theme .nt-migration-container .nt-order-desc,
.nt-light-theme .nt-migration-container .nt-status-sub,
.nt-light-theme .nt-migration-container .empty-desc,
.nt-light-theme .nt-migration-container .nt-resource-desc,
.nt-light-theme .nt-wizard-pane p,
.nt-light-theme .nt-wizard-pane .nt-welcome-desc,
.nt-light-theme .nt-wizard-pane .nt-modal__subtitle,
.nt-light-theme .nt-wizard-pane .nt-migration-section-desc,
.nt-light-theme .nt-wizard-pane .nt-order-desc,
.nt-light-theme .nt-wizard-pane .nt-status-sub,
.nt-light-theme .nt-wizard-pane .empty-desc,
.nt-light-theme .nt-wizard-pane .nt-resource-desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-modal--migration span:not(.nt-btn-wizard-start span):not(.nt-btn-go-myday span):not(.nt-btn-sync-action span):not(.nt-step-circle):not(.nt-welcome-step-num):not(.nt-step-num):not(.nt-count-tag),
html.nt-light-theme #nt-legacy-migration-modal span:not(.nt-btn-wizard-start span):not(.nt-btn-go-myday span):not(.nt-btn-sync-action span):not(.nt-step-circle):not(.nt-welcome-step-num):not(.nt-step-num):not(.nt-count-tag),
html.nt-light-theme .nt-migration-container span:not(.nt-btn-wizard-start span):not(.nt-btn-go-myday span):not(.nt-btn-sync-action span):not(.nt-step-circle):not(.nt-welcome-step-num):not(.nt-step-num):not(.nt-count-tag),
html.nt-light-theme .nt-wizard-pane span:not(.nt-btn-wizard-start span):not(.nt-btn-go-myday span):not(.nt-btn-sync-action span):not(.nt-step-circle):not(.nt-welcome-step-num):not(.nt-step-num):not(.nt-count-tag),
body.nt-light-theme .nt-modal--migration span:not(.nt-btn-wizard-start span):not(.nt-btn-go-myday span):not(.nt-btn-sync-action span):not(.nt-step-circle):not(.nt-welcome-step-num):not(.nt-step-num):not(.nt-count-tag),
body.nt-light-theme #nt-legacy-migration-modal span:not(.nt-btn-wizard-start span):not(.nt-btn-go-myday span):not(.nt-btn-sync-action span):not(.nt-step-circle):not(.nt-welcome-step-num):not(.nt-step-num):not(.nt-count-tag),
body.nt-light-theme .nt-migration-container span:not(.nt-btn-wizard-start span):not(.nt-btn-go-myday span):not(.nt-btn-sync-action span):not(.nt-step-circle):not(.nt-welcome-step-num):not(.nt-step-num):not(.nt-count-tag),
body.nt-light-theme .nt-wizard-pane span:not(.nt-btn-wizard-start span):not(.nt-btn-go-myday span):not(.nt-btn-sync-action span):not(.nt-step-circle):not(.nt-welcome-step-num):not(.nt-step-num):not(.nt-count-tag),
.nt-light-theme .nt-modal--migration span:not(.nt-btn-wizard-start span):not(.nt-btn-go-myday span):not(.nt-btn-sync-action span):not(.nt-step-circle):not(.nt-welcome-step-num):not(.nt-step-num):not(.nt-count-tag),
.nt-light-theme #nt-legacy-migration-modal span:not(.nt-btn-wizard-start span):not(.nt-btn-go-myday span):not(.nt-btn-sync-action span):not(.nt-step-circle):not(.nt-welcome-step-num):not(.nt-step-num):not(.nt-count-tag),
.nt-light-theme .nt-migration-container span:not(.nt-btn-wizard-start span):not(.nt-btn-go-myday span):not(.nt-btn-sync-action span):not(.nt-step-circle):not(.nt-welcome-step-num):not(.nt-step-num):not(.nt-count-tag),
.nt-light-theme .nt-wizard-pane span:not(.nt-btn-wizard-start span):not(.nt-btn-go-myday span):not(.nt-btn-sync-action span):not(.nt-step-circle):not(.nt-welcome-step-num):not(.nt-step-num):not(.nt-count-tag) {
  color: #334155 !important;
}
html.nt-light-theme .nt-modal--migration .nt-step-title,
html.nt-light-theme #nt-legacy-migration-modal .nt-step-title,
html.nt-light-theme .nt-migration-container .nt-step-title,
html.nt-light-theme .nt-wizard-pane .nt-step-title,
body.nt-light-theme .nt-modal--migration .nt-step-title,
body.nt-light-theme #nt-legacy-migration-modal .nt-step-title,
body.nt-light-theme .nt-migration-container .nt-step-title,
body.nt-light-theme .nt-wizard-pane .nt-step-title,
.nt-light-theme .nt-modal--migration .nt-step-title,
.nt-light-theme #nt-legacy-migration-modal .nt-step-title,
.nt-light-theme .nt-migration-container .nt-step-title,
.nt-light-theme .nt-wizard-pane .nt-step-title {
  color: #475569 !important;
}
html.nt-light-theme .nt-modal--migration .nt-step-item.active .nt-step-title,
html.nt-light-theme .nt-modal--migration .nt-step-item.completed .nt-step-title,
html.nt-light-theme #nt-legacy-migration-modal .nt-step-item.active .nt-step-title,
html.nt-light-theme #nt-legacy-migration-modal .nt-step-item.completed .nt-step-title,
html.nt-light-theme .nt-migration-container .nt-step-item.active .nt-step-title,
html.nt-light-theme .nt-migration-container .nt-step-item.completed .nt-step-title,
html.nt-light-theme .nt-wizard-pane .nt-step-item.active .nt-step-title,
html.nt-light-theme .nt-wizard-pane .nt-step-item.completed .nt-step-title,
body.nt-light-theme .nt-modal--migration .nt-step-item.active .nt-step-title,
body.nt-light-theme .nt-modal--migration .nt-step-item.completed .nt-step-title,
body.nt-light-theme #nt-legacy-migration-modal .nt-step-item.active .nt-step-title,
body.nt-light-theme #nt-legacy-migration-modal .nt-step-item.completed .nt-step-title,
body.nt-light-theme .nt-migration-container .nt-step-item.active .nt-step-title,
body.nt-light-theme .nt-migration-container .nt-step-item.completed .nt-step-title,
body.nt-light-theme .nt-wizard-pane .nt-step-item.active .nt-step-title,
body.nt-light-theme .nt-wizard-pane .nt-step-item.completed .nt-step-title,
.nt-light-theme .nt-modal--migration .nt-step-item.active .nt-step-title,
.nt-light-theme .nt-modal--migration .nt-step-item.completed .nt-step-title,
.nt-light-theme #nt-legacy-migration-modal .nt-step-item.active .nt-step-title,
.nt-light-theme #nt-legacy-migration-modal .nt-step-item.completed .nt-step-title,
.nt-light-theme .nt-migration-container .nt-step-item.active .nt-step-title,
.nt-light-theme .nt-migration-container .nt-step-item.completed .nt-step-title,
.nt-light-theme .nt-wizard-pane .nt-step-item.active .nt-step-title,
.nt-light-theme .nt-wizard-pane .nt-step-item.completed .nt-step-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-resource-name,
html.nt-light-theme #nt-legacy-migration-modal .nt-resource-name,
html.nt-light-theme .nt-migration-container .nt-resource-name,
html.nt-light-theme .nt-wizard-pane .nt-resource-name,
body.nt-light-theme .nt-modal--migration .nt-resource-name,
body.nt-light-theme #nt-legacy-migration-modal .nt-resource-name,
body.nt-light-theme .nt-migration-container .nt-resource-name,
body.nt-light-theme .nt-wizard-pane .nt-resource-name,
.nt-light-theme .nt-modal--migration .nt-resource-name,
.nt-light-theme #nt-legacy-migration-modal .nt-resource-name,
.nt-light-theme .nt-migration-container .nt-resource-name,
.nt-light-theme .nt-wizard-pane .nt-resource-name {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-welcome-step-info strong,
html.nt-light-theme #nt-legacy-migration-modal .nt-welcome-step-info strong,
html.nt-light-theme .nt-migration-container .nt-welcome-step-info strong,
html.nt-light-theme .nt-wizard-pane .nt-welcome-step-info strong,
body.nt-light-theme .nt-modal--migration .nt-welcome-step-info strong,
body.nt-light-theme #nt-legacy-migration-modal .nt-welcome-step-info strong,
body.nt-light-theme .nt-migration-container .nt-welcome-step-info strong,
body.nt-light-theme .nt-wizard-pane .nt-welcome-step-info strong,
.nt-light-theme .nt-modal--migration .nt-welcome-step-info strong,
.nt-light-theme #nt-legacy-migration-modal .nt-welcome-step-info strong,
.nt-light-theme .nt-migration-container .nt-welcome-step-info strong,
.nt-light-theme .nt-wizard-pane .nt-welcome-step-info strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-welcome-step-info span,
html.nt-light-theme #nt-legacy-migration-modal .nt-welcome-step-info span,
html.nt-light-theme .nt-migration-container .nt-welcome-step-info span,
html.nt-light-theme .nt-wizard-pane .nt-welcome-step-info span,
body.nt-light-theme .nt-modal--migration .nt-welcome-step-info span,
body.nt-light-theme #nt-legacy-migration-modal .nt-welcome-step-info span,
body.nt-light-theme .nt-migration-container .nt-welcome-step-info span,
body.nt-light-theme .nt-wizard-pane .nt-welcome-step-info span,
.nt-light-theme .nt-modal--migration .nt-welcome-step-info span,
.nt-light-theme #nt-legacy-migration-modal .nt-welcome-step-info span,
.nt-light-theme .nt-migration-container .nt-welcome-step-info span,
.nt-light-theme .nt-wizard-pane .nt-welcome-step-info span {
  color: #475569 !important;
}
html.nt-light-theme .nt-sync-settings-card,
body.nt-light-theme .nt-sync-settings-card,
.nt-light-theme .nt-sync-settings-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-sync-settings-card .nt-personalization-card__header .nt-personalization-card__title,
body.nt-light-theme .nt-sync-settings-card .nt-personalization-card__header .nt-personalization-card__title,
.nt-light-theme .nt-sync-settings-card .nt-personalization-card__header .nt-personalization-card__title {
  color: #0F172A;
}
html.nt-light-theme .nt-sync-settings-card .nt-personalization-card__header .nt-personalization-card__subtitle,
body.nt-light-theme .nt-sync-settings-card .nt-personalization-card__header .nt-personalization-card__subtitle,
.nt-light-theme .nt-sync-settings-card .nt-personalization-card__header .nt-personalization-card__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-sync-settings-card .nt-sync-card,
body.nt-light-theme .nt-sync-settings-card .nt-sync-card,
.nt-light-theme .nt-sync-settings-card .nt-sync-card {
  background: #F8FAFC;
  border-color: #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-sync-settings-card .nt-sync-card:hover:not(.disabled),
body.nt-light-theme .nt-sync-settings-card .nt-sync-card:hover:not(.disabled),
.nt-light-theme .nt-sync-settings-card .nt-sync-card:hover:not(.disabled) {
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-sync-settings-card .nt-sync-card.disabled,
body.nt-light-theme .nt-sync-settings-card .nt-sync-card.disabled,
.nt-light-theme .nt-sync-settings-card .nt-sync-card.disabled {
  background: #F1F5F9;
  opacity: 0.7;
}
html.nt-light-theme .nt-sync-settings-card .nt-sync-card__title,
body.nt-light-theme .nt-sync-settings-card .nt-sync-card__title,
.nt-light-theme .nt-sync-settings-card .nt-sync-card__title {
  color: #0F172A;
}
html.nt-light-theme .nt-sync-settings-card .nt-sync-card .nt-sync-badge.available,
body.nt-light-theme .nt-sync-settings-card .nt-sync-card .nt-sync-badge.available,
.nt-light-theme .nt-sync-settings-card .nt-sync-card .nt-sync-badge.available {
  background: rgba(34, 197, 94, 0.1);
  color: #166534;
  border-color: rgba(34, 197, 94, 0.25);
}
html.nt-light-theme .nt-sync-settings-card .nt-sync-card .nt-sync-badge.soon,
body.nt-light-theme .nt-sync-settings-card .nt-sync-card .nt-sync-badge.soon,
.nt-light-theme .nt-sync-settings-card .nt-sync-card .nt-sync-badge.soon {
  background: #E2E8F0;
  color: #64748B;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-sync-settings-card .nt-sync-card__desc,
body.nt-light-theme .nt-sync-settings-card .nt-sync-card__desc,
.nt-light-theme .nt-sync-settings-card .nt-sync-card__desc {
  color: #64748B;
}
html.nt-light-theme .nt-sync-settings-card .nt-btn-sync-action.disabled,
body.nt-light-theme .nt-sync-settings-card .nt-btn-sync-action.disabled,
.nt-light-theme .nt-sync-settings-card .nt-btn-sync-action.disabled {
  background: #F1F5F9;
  color: #94A3B8;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-modal--migration,
body.nt-light-theme .nt-modal--migration,
.nt-light-theme .nt-modal--migration {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__header,
body.nt-light-theme .nt-modal--migration .nt-modal__header,
.nt-light-theme .nt-modal--migration .nt-modal__header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__title,
body.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__title,
.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__subtitle,
body.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__subtitle,
.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__close,
body.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__close,
.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__close {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__close:hover,
body.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__close:hover,
.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__close:hover {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav,
body.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav,
.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn,
body.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn,
.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn:hover,
body.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn:hover,
.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn:hover {
  color: #0F172A !important;
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn.active,
body.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn.active,
.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn.active {
  background: #0EA5E9 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode,
body.nt-light-theme .nt-modal--migration.celebration-mode,
.nt-light-theme .nt-modal--migration.celebration-mode {
  background: #FFFFFF !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card,
body.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card,
.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%) !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-badge,
body.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-badge,
.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-badge {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.15) 0%, rgba(245, 158, 11, 0.08) 100%) !important;
  color: #B45309 !important;
  border-color: rgba(234, 179, 8, 0.35) !important;
  box-shadow: 0 0 12px rgba(234, 179, 8, 0.15) !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-title,
body.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-title,
.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-desc,
body.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-desc,
.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-desc strong,
body.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-desc strong,
.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-desc strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item,
body.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item,
.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  color: #1E293B !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item svg,
body.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item svg,
.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item svg {
  color: #16A34A !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday,
body.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday,
.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%) !important;
  color: #FFFFFF !important;
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.35) !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday:hover,
body.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday:hover,
.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday:hover {
  background: linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%) !important;
  box-shadow: 0 8px 25px rgba(14, 165, 233, 0.45) !important;
  color: #FFFFFF !important;
}
html.nt-light-theme,
body.nt-light-theme,
.nt-light-theme {
  /* Stepper no Modo Claro */
}
html.nt-light-theme .nt-wizard-stepper,
body.nt-light-theme .nt-wizard-stepper,
.nt-light-theme .nt-wizard-stepper {
  background: #F1F5F9 !important;
  border: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-wizard-stepper .nt-step-item .nt-step-circle,
body.nt-light-theme .nt-wizard-stepper .nt-step-item .nt-step-circle,
.nt-light-theme .nt-wizard-stepper .nt-step-item .nt-step-circle {
  background: #FFFFFF !important;
  color: #64748B !important;
  border: 1px solid #CBD5E1 !important;
}
html.nt-light-theme .nt-wizard-stepper .nt-step-item .nt-step-title,
body.nt-light-theme .nt-wizard-stepper .nt-step-item .nt-step-title,
.nt-light-theme .nt-wizard-stepper .nt-step-item .nt-step-title {
  color: #475569 !important;
}
html.nt-light-theme .nt-wizard-stepper .nt-step-item.active .nt-step-circle,
body.nt-light-theme .nt-wizard-stepper .nt-step-item.active .nt-step-circle,
.nt-light-theme .nt-wizard-stepper .nt-step-item.active .nt-step-circle {
  background: #0EA5E9 !important;
  color: #FFFFFF !important;
  border-color: #0EA5E9 !important;
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.35) !important;
}
html.nt-light-theme .nt-wizard-stepper .nt-step-item.active .nt-step-title,
body.nt-light-theme .nt-wizard-stepper .nt-step-item.active .nt-step-title,
.nt-light-theme .nt-wizard-stepper .nt-step-item.active .nt-step-title {
  color: #0F172A !important;
  font-weight: 700 !important;
}
html.nt-light-theme .nt-wizard-stepper .nt-step-item.completed .nt-step-circle,
body.nt-light-theme .nt-wizard-stepper .nt-step-item.completed .nt-step-circle,
.nt-light-theme .nt-wizard-stepper .nt-step-item.completed .nt-step-circle {
  background: #10B981 !important;
  color: #FFFFFF !important;
  border-color: #10B981 !important;
}
html.nt-light-theme .nt-wizard-stepper .nt-step-item.completed .nt-step-title,
body.nt-light-theme .nt-wizard-stepper .nt-step-item.completed .nt-step-title,
.nt-light-theme .nt-wizard-stepper .nt-step-item.completed .nt-step-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-wizard-stepper .nt-stepper-line,
body.nt-light-theme .nt-wizard-stepper .nt-stepper-line,
.nt-light-theme .nt-wizard-stepper .nt-stepper-line {
  background: #CBD5E1 !important;
}
html.nt-light-theme .nt-wizard-stepper .nt-stepper-line.completed,
body.nt-light-theme .nt-wizard-stepper .nt-stepper-line.completed,
.nt-light-theme .nt-wizard-stepper .nt-stepper-line.completed {
  background: #10B981 !important;
}
html.nt-light-theme,
body.nt-light-theme,
.nt-light-theme {
  /* Alternador de Modo */
}
html.nt-light-theme .nt-wizard-mode-bar .nt-btn-toggle-mode,
body.nt-light-theme .nt-wizard-mode-bar .nt-btn-toggle-mode,
.nt-light-theme .nt-wizard-mode-bar .nt-btn-toggle-mode {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-wizard-mode-bar .nt-btn-toggle-mode:hover,
body.nt-light-theme .nt-wizard-mode-bar .nt-btn-toggle-mode:hover,
.nt-light-theme .nt-wizard-mode-bar .nt-btn-toggle-mode:hover {
  background: #E0F2FE !important;
  border-color: #0EA5E9 !important;
  color: #0369A1 !important;
}
html.nt-light-theme,
body.nt-light-theme,
.nt-light-theme {
  /* Banner Educacional */
}
html.nt-light-theme .nt-wizard-step-banner,
body.nt-light-theme .nt-wizard-step-banner,
.nt-light-theme .nt-wizard-step-banner {
  background: linear-gradient(135deg, #F0F9FF 0%, #EEF2FF 100%) !important;
  border-color: #BAE6FD !important;
}
html.nt-light-theme .nt-wizard-step-banner .banner-icon-box,
body.nt-light-theme .nt-wizard-step-banner .banner-icon-box,
.nt-light-theme .nt-wizard-step-banner .banner-icon-box {
  background: rgba(14, 165, 233, 0.12) !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-wizard-step-banner .banner-text h4,
body.nt-light-theme .nt-wizard-step-banner .banner-text h4,
.nt-light-theme .nt-wizard-step-banner .banner-text h4 {
  color: #0F172A !important;
}
html.nt-light-theme .nt-wizard-step-banner .banner-text p,
body.nt-light-theme .nt-wizard-step-banner .banner-text p,
.nt-light-theme .nt-wizard-step-banner .banner-text p {
  color: #475569 !important;
}
html.nt-light-theme,
body.nt-light-theme,
.nt-light-theme {
  /* Onboarding Educacional (Etapa 0) */
}
html.nt-light-theme .nt-wizard-welcome-card,
body.nt-light-theme .nt-wizard-welcome-card,
.nt-light-theme .nt-wizard-welcome-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-wizard-welcome-card .nt-welcome-badge,
body.nt-light-theme .nt-wizard-welcome-card .nt-welcome-badge,
.nt-light-theme .nt-wizard-welcome-card .nt-welcome-badge {
  background: rgba(14, 165, 233, 0.1) !important;
  color: #0284C7 !important;
  border-color: rgba(14, 165, 233, 0.25) !important;
}
html.nt-light-theme .nt-wizard-welcome-card .nt-welcome-title,
body.nt-light-theme .nt-wizard-welcome-card .nt-welcome-title,
.nt-light-theme .nt-wizard-welcome-card .nt-welcome-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-wizard-welcome-card .nt-welcome-desc,
body.nt-light-theme .nt-wizard-welcome-card .nt-welcome-desc,
.nt-light-theme .nt-wizard-welcome-card .nt-welcome-desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-wizard-welcome-card .nt-welcome-step-item,
body.nt-light-theme .nt-wizard-welcome-card .nt-welcome-step-item,
.nt-light-theme .nt-wizard-welcome-card .nt-welcome-step-item {
  background: #F1F5F9 !important;
  border: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-wizard-welcome-card .nt-welcome-step-item .nt-welcome-step-num,
body.nt-light-theme .nt-wizard-welcome-card .nt-welcome-step-item .nt-welcome-step-num,
.nt-light-theme .nt-wizard-welcome-card .nt-welcome-step-item .nt-welcome-step-num {
  background: #0EA5E9 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-wizard-welcome-card .nt-welcome-step-item .nt-welcome-step-info strong,
body.nt-light-theme .nt-wizard-welcome-card .nt-welcome-step-item .nt-welcome-step-info strong,
.nt-light-theme .nt-wizard-welcome-card .nt-welcome-step-item .nt-welcome-step-info strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-wizard-welcome-card .nt-welcome-step-item .nt-welcome-step-info span,
body.nt-light-theme .nt-wizard-welcome-card .nt-welcome-step-item .nt-welcome-step-info span,
.nt-light-theme .nt-wizard-welcome-card .nt-welcome-step-item .nt-welcome-step-info span {
  color: #475569 !important;
}
html.nt-light-theme,
body.nt-light-theme,
.nt-light-theme {
  /* Checking & Not Found Cards */
}
html.nt-light-theme .nt-migration-checking-card,
body.nt-light-theme .nt-migration-checking-card,
.nt-light-theme .nt-migration-checking-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-migration-checking-card .nt-checking-title,
body.nt-light-theme .nt-migration-checking-card .nt-checking-title,
.nt-light-theme .nt-migration-checking-card .nt-checking-title {
  color: #0F172A;
}
html.nt-light-theme .nt-migration-checking-card .nt-checking-desc,
body.nt-light-theme .nt-migration-checking-card .nt-checking-desc,
.nt-light-theme .nt-migration-checking-card .nt-checking-desc {
  color: #64748B;
}
html.nt-light-theme .nt-migration-not-found-card,
body.nt-light-theme .nt-migration-not-found-card,
.nt-light-theme .nt-migration-not-found-card {
  background: linear-gradient(135deg, #FEF2F2 0%, #FFFFFF 100%);
  border-color: #FCA5A5;
}
html.nt-light-theme .nt-migration-not-found-card .not-found-title,
body.nt-light-theme .nt-migration-not-found-card .not-found-title,
.nt-light-theme .nt-migration-not-found-card .not-found-title {
  color: #0F172A;
}
html.nt-light-theme .nt-migration-not-found-card .not-found-desc,
body.nt-light-theme .nt-migration-not-found-card .not-found-desc,
.nt-light-theme .nt-migration-not-found-card .not-found-desc {
  color: #64748B;
}
html.nt-light-theme .nt-migration-not-found-card .not-found-desc strong,
body.nt-light-theme .nt-migration-not-found-card .not-found-desc strong,
.nt-light-theme .nt-migration-not-found-card .not-found-desc strong {
  color: #DC2626;
}
html.nt-light-theme .nt-migration-not-found-card .not-found-tips-box,
body.nt-light-theme .nt-migration-not-found-card .not-found-tips-box,
.nt-light-theme .nt-migration-not-found-card .not-found-tips-box {
  background: #FFFFFF;
  border-color: #FECDD3;
}
html.nt-light-theme .nt-migration-not-found-card .not-found-tips-box ul li,
body.nt-light-theme .nt-migration-not-found-card .not-found-tips-box ul li,
.nt-light-theme .nt-migration-not-found-card .not-found-tips-box ul li {
  color: #334155;
}
html.nt-light-theme .nt-migration-not-found-card .not-found-tips-box ul li strong,
body.nt-light-theme .nt-migration-not-found-card .not-found-tips-box ul li strong,
.nt-light-theme .nt-migration-not-found-card .not-found-tips-box ul li strong {
  color: #0F172A;
}
html.nt-light-theme,
body.nt-light-theme,
.nt-light-theme {
  /* Card de Celebração (Etapa 4) no Modo Claro */
}
html.nt-light-theme .nt-wizard-celebration-card,
body.nt-light-theme .nt-wizard-celebration-card,
.nt-light-theme .nt-wizard-celebration-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%) !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-wizard-celebration-card .nt-celebration-badge,
body.nt-light-theme .nt-wizard-celebration-card .nt-celebration-badge,
.nt-light-theme .nt-wizard-celebration-card .nt-celebration-badge {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.15) 0%, rgba(245, 158, 11, 0.08) 100%);
  color: #B45309;
  border-color: rgba(234, 179, 8, 0.35);
  box-shadow: 0 0 12px rgba(234, 179, 8, 0.15);
}
html.nt-light-theme .nt-wizard-celebration-card .nt-celebration-title,
body.nt-light-theme .nt-wizard-celebration-card .nt-celebration-title,
.nt-light-theme .nt-wizard-celebration-card .nt-celebration-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-wizard-celebration-card .nt-celebration-desc,
body.nt-light-theme .nt-wizard-celebration-card .nt-celebration-desc,
.nt-light-theme .nt-wizard-celebration-card .nt-celebration-desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-wizard-celebration-card .nt-celebration-desc strong,
body.nt-light-theme .nt-wizard-celebration-card .nt-celebration-desc strong,
.nt-light-theme .nt-wizard-celebration-card .nt-celebration-desc strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item,
body.nt-light-theme .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item,
.nt-light-theme .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item svg,
body.nt-light-theme .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item svg,
.nt-light-theme .nt-wizard-celebration-card .nt-celebration-features-row .nt-celebration-feature-item svg {
  color: #16A34A !important;
}
html.nt-light-theme .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday,
body.nt-light-theme .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday,
.nt-light-theme .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
  color: #FFFFFF;
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.35);
}
html.nt-light-theme .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday:hover,
body.nt-light-theme .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday:hover,
.nt-light-theme .nt-wizard-celebration-card .nt-celebration-actions .nt-btn-go-myday:hover {
  background: linear-gradient(135deg, #38BDF8 0%, #0EA5E9 100%);
  box-shadow: 0 8px 25px rgba(14, 165, 233, 0.45);
  color: #FFFFFF;
}
html.nt-light-theme,
body.nt-light-theme,
.nt-light-theme {
  /* Ações nos Cards de Recursos */
}
html.nt-light-theme .nt-resource-bottom-actions,
body.nt-light-theme .nt-resource-bottom-actions,
.nt-light-theme .nt-resource-bottom-actions {
  border-top-color: #E2E8F0;
}
html.nt-light-theme .nt-resource-bottom-actions .nt-btn-open-side-panel,
body.nt-light-theme .nt-resource-bottom-actions .nt-btn-open-side-panel,
.nt-light-theme .nt-resource-bottom-actions .nt-btn-open-side-panel {
  background: #F0F9FF;
  border-color: #BAE6FD;
  color: #0284C7;
}
html.nt-light-theme .nt-resource-bottom-actions .nt-btn-open-side-panel:hover,
body.nt-light-theme .nt-resource-bottom-actions .nt-btn-open-side-panel:hover,
.nt-light-theme .nt-resource-bottom-actions .nt-btn-open-side-panel:hover {
  background: #0EA5E9;
  color: #FFFFFF;
  border-color: #0EA5E9;
}
html.nt-light-theme .nt-resource-bottom-actions .nt-btn-purge-resource,
body.nt-light-theme .nt-resource-bottom-actions .nt-btn-purge-resource,
.nt-light-theme .nt-resource-bottom-actions .nt-btn-purge-resource {
  background: #FEF2F2;
  border-color: #FCA5A5;
  color: #DC2626;
}
html.nt-light-theme .nt-resource-bottom-actions .nt-btn-purge-resource:hover,
body.nt-light-theme .nt-resource-bottom-actions .nt-btn-purge-resource:hover,
.nt-light-theme .nt-resource-bottom-actions .nt-btn-purge-resource:hover {
  background: #DC2626;
  color: #FFFFFF;
  border-color: #DC2626;
}
html.nt-light-theme .nt-modal__side-panel,
body.nt-light-theme .nt-modal__side-panel,
.nt-light-theme .nt-modal__side-panel {
  background: #FFFFFF;
  border-left-color: #E2E8F0;
}
html.nt-light-theme .nt-modal__side-panel .nt-side-panel__header,
body.nt-light-theme .nt-modal__side-panel .nt-side-panel__header,
.nt-light-theme .nt-modal__side-panel .nt-side-panel__header {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-modal__side-panel .nt-side-panel__header .nt-side-panel__title,
body.nt-light-theme .nt-modal__side-panel .nt-side-panel__header .nt-side-panel__title,
.nt-light-theme .nt-modal__side-panel .nt-side-panel__header .nt-side-panel__title {
  color: #0F172A;
}
html.nt-light-theme .nt-modal__side-panel .nt-side-panel__header .nt-side-panel__close,
body.nt-light-theme .nt-modal__side-panel .nt-side-panel__header .nt-side-panel__close,
.nt-light-theme .nt-modal__side-panel .nt-side-panel__header .nt-side-panel__close {
  color: #64748B;
}
html.nt-light-theme .nt-modal__side-panel .nt-side-panel__toolbar,
body.nt-light-theme .nt-modal__side-panel .nt-side-panel__toolbar,
.nt-light-theme .nt-modal__side-panel .nt-side-panel__toolbar {
  background: #F8FAFC;
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-modal__side-panel .nt-side-panel__toolbar .nt-search-input-wrap .nt-search-input,
body.nt-light-theme .nt-modal__side-panel .nt-side-panel__toolbar .nt-search-input-wrap .nt-search-input,
.nt-light-theme .nt-modal__side-panel .nt-side-panel__toolbar .nt-search-input-wrap .nt-search-input {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #0F172A;
}
html.nt-light-theme .nt-modal__side-panel .nt-team-projects-notice,
body.nt-light-theme .nt-modal__side-panel .nt-team-projects-notice,
.nt-light-theme .nt-modal__side-panel .nt-team-projects-notice {
  background: #F0F9FF;
  border-color: #BAE6FD;
}
html.nt-light-theme .nt-modal__side-panel .nt-team-projects-notice .notice-icon,
body.nt-light-theme .nt-modal__side-panel .nt-team-projects-notice .notice-icon,
.nt-light-theme .nt-modal__side-panel .nt-team-projects-notice .notice-icon {
  color: #0284C7;
}
html.nt-light-theme .nt-modal__side-panel .nt-team-projects-notice .notice-body,
body.nt-light-theme .nt-modal__side-panel .nt-team-projects-notice .notice-body,
.nt-light-theme .nt-modal__side-panel .nt-team-projects-notice .notice-body {
  color: #334155;
}
html.nt-light-theme .nt-modal__side-panel .nt-team-projects-notice .notice-body strong,
body.nt-light-theme .nt-modal__side-panel .nt-team-projects-notice .notice-body strong,
.nt-light-theme .nt-modal__side-panel .nt-team-projects-notice .notice-body strong {
  color: #0F172A;
}
html.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row,
body.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row,
.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row:hover,
body.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row:hover,
.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row:hover {
  background: #F0F9FF;
  border-color: #0EA5E9;
}
html.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row .item-name,
body.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row .item-name,
.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row .item-name {
  color: #0F172A;
}
html.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row .nt-project-group-tag.personal,
body.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row .nt-project-group-tag.personal,
.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row .nt-project-group-tag.personal {
  background: rgba(34, 197, 94, 0.1);
  color: #166534;
  border-color: rgba(34, 197, 94, 0.25);
}
html.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row .nt-project-group-tag.pro,
body.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row .nt-project-group-tag.pro,
.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row .nt-project-group-tag.pro {
  background: rgba(99, 102, 241, 0.1);
  color: #3730A3;
  border-color: rgba(99, 102, 241, 0.25);
}
html.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row .nt-linked-goal-sub,
body.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row .nt-linked-goal-sub,
.nt-light-theme .nt-modal__side-panel .nt-side-panel-item-row .nt-linked-goal-sub {
  color: #0284C7;
}
html.nt-light-theme .nt-modal__side-panel .nt-side-panel__footer,
body.nt-light-theme .nt-modal__side-panel .nt-side-panel__footer,
.nt-light-theme .nt-modal__side-panel .nt-side-panel__footer {
  background: #F8FAFC;
  border-top-color: #E2E8F0;
}
html.nt-light-theme,
body.nt-light-theme,
.nt-light-theme {
  /* Container de Recursos e Cards */
}
html.nt-light-theme .nt-migration-container .nt-migration-card,
body.nt-light-theme .nt-migration-container .nt-migration-card,
.nt-light-theme .nt-migration-container .nt-migration-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-card .nt-migration-section-title,
body.nt-light-theme .nt-migration-container .nt-migration-card .nt-migration-section-title,
.nt-light-theme .nt-migration-container .nt-migration-card .nt-migration-section-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-card .nt-migration-section-desc,
body.nt-light-theme .nt-migration-container .nt-migration-card .nt-migration-section-desc,
.nt-light-theme .nt-migration-container .nt-migration-card .nt-migration-section-desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-resource-item,
body.nt-light-theme .nt-migration-container .nt-migration-resource-item,
.nt-light-theme .nt-migration-container .nt-migration-resource-item {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-resource-item:hover:not(.disabled):not(.all-migrated),
body.nt-light-theme .nt-migration-container .nt-migration-resource-item:hover:not(.disabled):not(.all-migrated),
.nt-light-theme .nt-migration-container .nt-migration-resource-item:hover:not(.disabled):not(.all-migrated) {
  border-color: #0EA5E9 !important;
  background: #F0F9FF !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-resource-item.selected,
body.nt-light-theme .nt-migration-container .nt-migration-resource-item.selected,
.nt-light-theme .nt-migration-container .nt-migration-resource-item.selected {
  border-color: #0EA5E9 !important;
  background: rgba(14, 165, 233, 0.08) !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-resource-item.all-migrated,
body.nt-light-theme .nt-migration-container .nt-migration-resource-item.all-migrated,
.nt-light-theme .nt-migration-container .nt-migration-resource-item.all-migrated {
  border-color: rgba(34, 197, 94, 0.25) !important;
  background: rgba(34, 197, 94, 0.04) !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-resource-item.disabled,
body.nt-light-theme .nt-migration-container .nt-migration-resource-item.disabled,
.nt-light-theme .nt-migration-container .nt-migration-resource-item.disabled {
  background: #F1F5F9 !important;
  opacity: 0.65 !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-checkbox-wrapper .nt-resource-name,
body.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-checkbox-wrapper .nt-resource-name,
.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-checkbox-wrapper .nt-resource-name {
  color: #0F172A !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-resource-name,
body.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-resource-name,
.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-resource-name {
  color: #0F172A !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-count-tag,
body.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-count-tag,
.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-count-tag {
  background: #E2E8F0 !important;
  color: #334155 !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-count-tag.migrated,
body.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-count-tag.migrated,
.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-count-tag.migrated {
  background: rgba(34, 197, 94, 0.1) !important;
  color: #166534 !important;
  border-color: rgba(34, 197, 94, 0.25) !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-count-tag.zero,
body.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-count-tag.zero,
.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-top .nt-count-tag.zero {
  background: #F1F5F9 !important;
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-desc,
body.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-desc,
.nt-light-theme .nt-migration-container .nt-migration-resource-item .nt-resource-desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-migration-container,
body.nt-light-theme .nt-migration-container,
.nt-light-theme .nt-migration-container {
  /* Banner de Ordem Recomendada */
}
html.nt-light-theme .nt-migration-container .nt-migration-order-banner,
body.nt-light-theme .nt-migration-container .nt-migration-order-banner,
.nt-light-theme .nt-migration-container .nt-migration-order-banner {
  background: linear-gradient(135deg, #F0F9FF 0%, #EEF2FF 100%) !important;
  border-color: #BAE6FD !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-icon,
body.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-icon,
.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-icon {
  color: #D97706 !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-header-text .nt-order-title,
body.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-header-text .nt-order-title,
.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-header-text .nt-order-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-header-text .nt-order-desc,
body.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-header-text .nt-order-desc,
.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-banner-header .nt-order-header-text .nt-order-desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row,
body.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row,
.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step,
body.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step,
.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step .nt-step-num,
body.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step .nt-step-num,
.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step .nt-step-num {
  background: #0284C7 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step .nt-step-label,
body.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step .nt-step-label,
.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step .nt-step-label {
  color: #1E293B !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step .nt-step-label svg,
body.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step .nt-step-label svg,
.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-order-step .nt-step-label svg {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-step-arrow,
body.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-step-arrow,
.nt-light-theme .nt-migration-container .nt-migration-order-banner .nt-order-steps-row .nt-step-arrow {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-user-status .nt-status-info .nt-status-details .nt-status-email,
body.nt-light-theme .nt-migration-container .nt-migration-user-status .nt-status-info .nt-status-details .nt-status-email,
.nt-light-theme .nt-migration-container .nt-migration-user-status .nt-status-info .nt-status-details .nt-status-email {
  color: #0F172A !important;
}
html.nt-light-theme .nt-migration-container .nt-migration-user-status .nt-status-info .nt-status-details .nt-status-sub,
body.nt-light-theme .nt-migration-container .nt-migration-user-status .nt-status-info .nt-status-details .nt-status-sub,
.nt-light-theme .nt-migration-container .nt-migration-user-status .nt-status-info .nt-status-details .nt-status-sub {
  color: #64748B !important;
}
html.nt-light-theme .nt-migration-result-title,
body.nt-light-theme .nt-migration-result-title,
.nt-light-theme .nt-migration-result-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-summary-card .nt-lbl,
body.nt-light-theme .nt-summary-card .nt-lbl,
.nt-light-theme .nt-summary-card .nt-lbl {
  color: #475569 !important;
}
html.nt-light-theme .nt-summary-card.imported,
body.nt-light-theme .nt-summary-card.imported,
.nt-light-theme .nt-summary-card.imported {
  background: rgba(34, 197, 94, 0.08) !important;
  border-color: rgba(34, 197, 94, 0.3) !important;
}
html.nt-light-theme .nt-summary-card.imported .card-icon-wrap,
body.nt-light-theme .nt-summary-card.imported .card-icon-wrap,
.nt-light-theme .nt-summary-card.imported .card-icon-wrap {
  background: rgba(34, 197, 94, 0.15) !important;
  color: #166534 !important;
}
html.nt-light-theme .nt-summary-card.imported .nt-num,
body.nt-light-theme .nt-summary-card.imported .nt-num,
.nt-light-theme .nt-summary-card.imported .nt-num {
  color: #166534 !important;
}
html.nt-light-theme .nt-summary-card.skipped,
body.nt-light-theme .nt-summary-card.skipped,
.nt-light-theme .nt-summary-card.skipped {
  background: rgba(14, 165, 233, 0.08) !important;
  border-color: rgba(14, 165, 233, 0.3) !important;
}
html.nt-light-theme .nt-summary-card.skipped .card-icon-wrap,
body.nt-light-theme .nt-summary-card.skipped .card-icon-wrap,
.nt-light-theme .nt-summary-card.skipped .card-icon-wrap {
  background: rgba(14, 165, 233, 0.15) !important;
  color: #0369A1 !important;
}
html.nt-light-theme .nt-summary-card.skipped .nt-num,
body.nt-light-theme .nt-summary-card.skipped .nt-num,
.nt-light-theme .nt-summary-card.skipped .nt-num {
  color: #0369A1 !important;
}
html.nt-light-theme .nt-summary-card.failed,
body.nt-light-theme .nt-summary-card.failed,
.nt-light-theme .nt-summary-card.failed {
  background: rgba(239, 68, 68, 0.08) !important;
  border-color: rgba(239, 68, 68, 0.3) !important;
}
html.nt-light-theme .nt-summary-card.failed .card-icon-wrap,
body.nt-light-theme .nt-summary-card.failed .card-icon-wrap,
.nt-light-theme .nt-summary-card.failed .card-icon-wrap {
  background: rgba(239, 68, 68, 0.15) !important;
  color: #991B1B !important;
}
html.nt-light-theme .nt-summary-card.failed .nt-num,
body.nt-light-theme .nt-summary-card.failed .nt-num,
.nt-light-theme .nt-summary-card.failed .nt-num {
  color: #991B1B !important;
}
html.nt-light-theme .nt-result-shortcuts-box,
body.nt-light-theme .nt-result-shortcuts-box,
.nt-light-theme .nt-result-shortcuts-box {
  background: #F0F9FF !important;
  border-color: #BAE6FD !important;
}
html.nt-light-theme .nt-result-shortcuts-box .shortcuts-title,
body.nt-light-theme .nt-result-shortcuts-box .shortcuts-title,
.nt-light-theme .nt-result-shortcuts-box .shortcuts-title {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-results-logs-wrapper .nt-logs-title,
body.nt-light-theme .nt-results-logs-wrapper .nt-logs-title,
.nt-light-theme .nt-results-logs-wrapper .nt-logs-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-logs-list .nt-log-item,
body.nt-light-theme .nt-logs-list .nt-log-item,
.nt-light-theme .nt-logs-list .nt-log-item {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-logs-list .nt-log-item:hover,
body.nt-light-theme .nt-logs-list .nt-log-item:hover,
.nt-light-theme .nt-logs-list .nt-log-item:hover {
  background: #F0F9FF !important;
  border-color: #0EA5E9 !important;
}
html.nt-light-theme .nt-logs-list .nt-log-item .nt-log-type-tag,
body.nt-light-theme .nt-logs-list .nt-log-item .nt-log-type-tag,
.nt-light-theme .nt-logs-list .nt-log-item .nt-log-type-tag {
  background: #E0F2FE !important;
  color: #0369A1 !important;
}
html.nt-light-theme .nt-logs-list .nt-log-item .nt-log-name,
body.nt-light-theme .nt-logs-list .nt-log-item .nt-log-name,
.nt-light-theme .nt-logs-list .nt-log-item .nt-log-name {
  color: #0F172A !important;
}
html.nt-light-theme .nt-logs-list .nt-log-item .nt-log-details,
body.nt-light-theme .nt-logs-list .nt-log-item .nt-log-details,
.nt-light-theme .nt-logs-list .nt-log-item .nt-log-details {
  color: #64748B !important;
}
html.nt-light-theme .nt-logs-list .nt-log-item .nt-log-badge.Imported,
body.nt-light-theme .nt-logs-list .nt-log-item .nt-log-badge.Imported,
.nt-light-theme .nt-logs-list .nt-log-item .nt-log-badge.Imported {
  background: rgba(34, 197, 94, 0.1) !important;
  color: #166534 !important;
  border-color: rgba(34, 197, 94, 0.2) !important;
}
html.nt-light-theme .nt-logs-list .nt-log-item .nt-log-badge.Skipped,
body.nt-light-theme .nt-logs-list .nt-log-item .nt-log-badge.Skipped,
.nt-light-theme .nt-logs-list .nt-log-item .nt-log-badge.Skipped {
  background: rgba(56, 189, 248, 0.1) !important;
  color: #0369A1 !important;
  border-color: rgba(56, 189, 248, 0.2) !important;
}
html.nt-light-theme .nt-logs-list .nt-log-item .nt-log-badge.Failed,
body.nt-light-theme .nt-logs-list .nt-log-item .nt-log-badge.Failed,
.nt-light-theme .nt-logs-list .nt-log-item .nt-log-badge.Failed {
  background: rgba(239, 68, 68, 0.1) !important;
  color: #991B1B !important;
  border-color: rgba(239, 68, 68, 0.2) !important;
}
html.nt-light-theme .nt-history-container .nt-history-top-bar .nt-history-title,
body.nt-light-theme .nt-history-container .nt-history-top-bar .nt-history-title,
.nt-light-theme .nt-history-container .nt-history-top-bar .nt-history-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-history-container .nt-history-top-bar .nt-btn-history-refresh,
body.nt-light-theme .nt-history-container .nt-history-top-bar .nt-btn-history-refresh,
.nt-light-theme .nt-history-container .nt-history-top-bar .nt-btn-history-refresh {
  background: #F0F9FF !important;
  border-color: #BAE6FD !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-history-container .nt-history-top-bar .nt-btn-history-refresh:hover,
body.nt-light-theme .nt-history-container .nt-history-top-bar .nt-btn-history-refresh:hover,
.nt-light-theme .nt-history-container .nt-history-top-bar .nt-btn-history-refresh:hover {
  background: #0EA5E9 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-history-container .nt-history-card,
body.nt-light-theme .nt-history-container .nt-history-card,
.nt-light-theme .nt-history-container .nt-history-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-history-container .nt-history-card .nt-history-header .date-wrap,
body.nt-light-theme .nt-history-container .nt-history-card .nt-history-header .date-wrap,
.nt-light-theme .nt-history-container .nt-history-card .nt-history-header .date-wrap {
  color: #0F172A !important;
}
html.nt-light-theme .nt-history-container .nt-history-card .nt-history-empty-card,
body.nt-light-theme .nt-history-container .nt-history-card .nt-history-empty-card,
.nt-light-theme .nt-history-container .nt-history-card .nt-history-empty-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-history-container .nt-history-card .nt-history-empty-card .empty-title,
body.nt-light-theme .nt-history-container .nt-history-card .nt-history-empty-card .empty-title,
.nt-light-theme .nt-history-container .nt-history-card .nt-history-empty-card .empty-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-history-container .nt-history-card .nt-history-empty-card .empty-desc,
body.nt-light-theme .nt-history-container .nt-history-card .nt-history-empty-card .empty-desc,
.nt-light-theme .nt-history-container .nt-history-card .nt-history-empty-card .empty-desc {
  color: #64748B !important;
}

/* ==========================================================================
   Secondary Button & Modal Educacional Guia de Migração
   ========================================================================== */
/* Secondary Button é tratado no componente .nt-btn-sync-action */
.nt-modal--guide {
  max-width: 900px !important;
  width: 92vw;
  height: 650px;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
}

.nt-modal__header-icon-wrap.guide {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.2), rgba(99, 102, 241, 0.2));
  border: 1px solid rgba(14, 165, 233, 0.3);
  color: #38BDF8;
}

.nt-guide-nav-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(15, 23, 42, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  overflow-x: auto;
}
.nt-guide-nav-tabs::-webkit-scrollbar {
  height: 4px;
}

.nt-guide-nav-btn {
  background: transparent;
  border: 1px solid transparent;
  color: #94A3B8;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-guide-nav-btn svg {
  width: 15px;
  height: 15px;
}
.nt-guide-nav-btn:hover {
  color: #F8FAFC;
  background: rgba(255, 255, 255, 0.05);
}
.nt-guide-nav-btn.active {
  background: rgba(14, 165, 233, 0.15);
  border-color: rgba(14, 165, 233, 0.3);
  color: #38BDF8;
  font-weight: 600;
}

.nt-guide-body {
  padding: 24px;
  overflow-y: auto;
  flex: 1;
}

.nt-guide-pane {
  animation: fadeIn 0.25s ease forwards;
}

.nt-guide-hero {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(99, 102, 241, 0.08));
  border: 1px solid rgba(14, 165, 233, 0.2);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
}
.nt-guide-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #38BDF8;
  background: rgba(14, 165, 233, 0.15);
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
}
.nt-guide-hero__title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0 0 6px 0;
}
.nt-guide-hero__desc {
  font-size: 0.9rem;
  color: #94A3B8;
  margin: 0;
  line-height: 1.5;
}

.nt-guide-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.nt-guide-card-summary {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px;
}
.nt-guide-card-summary .card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.nt-guide-card-summary .card-icon svg {
  width: 20px;
  height: 20px;
}
.nt-guide-card-summary h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #F8FAFC;
  margin: 0 0 6px 0;
}
.nt-guide-card-summary p {
  font-size: 0.85rem;
  color: #94A3B8;
  margin: 0;
  line-height: 1.4;
}
.nt-guide-card-summary.success .card-icon {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
}
.nt-guide-card-summary.danger .card-icon {
  background: rgba(239, 68, 68, 0.15);
  color: #F87171;
}
.nt-guide-card-summary.info .card-icon {
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
}

.nt-guide-blocks-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.nt-guide-block {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 18px;
}
.nt-guide-block__header {
  margin-bottom: 14px;
}
.nt-guide-block.success {
  border-left: 4px solid #22C55E;
}
.nt-guide-block.danger {
  border-left: 4px solid #EF4444;
}
.nt-guide-block.info {
  border-left: 4px solid #0EA5E9;
}

.nt-guide-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}
.nt-guide-badge svg {
  width: 14px;
  height: 14px;
}
.nt-guide-badge.success {
  background: rgba(34, 197, 94, 0.15);
  color: #4ADE80;
  border: 1px solid rgba(34, 197, 94, 0.25);
}
.nt-guide-badge.danger {
  background: rgba(239, 68, 68, 0.15);
  color: #F87171;
  border: 1px solid rgba(239, 68, 68, 0.25);
}
.nt-guide-badge.info {
  background: rgba(14, 165, 233, 0.15);
  color: #38BDF8;
  border: 1px solid rgba(14, 165, 233, 0.25);
}

.nt-guide-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.nt-guide-list .nt-guide-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.nt-guide-list .nt-guide-item__icon {
  margin-top: 2px;
  flex-shrink: 0;
}
.nt-guide-list .nt-guide-item__icon svg {
  width: 18px;
  height: 18px;
}
.nt-guide-list .nt-guide-item__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.nt-guide-list .nt-guide-item__title {
  font-size: 0.92rem;
  font-weight: 600;
  color: #F8FAFC;
}
.nt-guide-list .nt-guide-item__desc {
  font-size: 0.85rem;
  color: #94A3B8;
  margin: 0;
  line-height: 1.45;
}
.nt-guide-list .nt-guide-item .icon-success {
  color: #4ADE80;
}
.nt-guide-list .nt-guide-item .icon-danger {
  color: #F87171;
}
.nt-guide-list .nt-guide-item .icon-info {
  color: #38BDF8;
}

.nt-guide-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.6);
}
.nt-guide-footer__left, .nt-guide-footer__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nt-guide-step-indicator {
  font-size: 0.85rem;
  font-weight: 500;
  color: #94A3B8;
}

.nt-btn-guide-nav {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-btn-guide-nav svg {
  width: 16px;
  height: 16px;
}
.nt-btn-guide-nav.secondary {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #94A3B8;
}
.nt-btn-guide-nav.secondary:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.1);
  color: #F8FAFC;
}
.nt-btn-guide-nav.secondary:disabled, .nt-btn-guide-nav.secondary.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.nt-btn-guide-nav.primary {
  background: linear-gradient(135deg, #0EA5E9, #2563EB);
  border: none;
  color: #FFFFFF;
}
.nt-btn-guide-nav.primary:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.nt-btn-guide-close-main {
  background: linear-gradient(135deg, #0EA5E9, #2563EB);
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  padding: 9px 20px;
  font-size: 0.88rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-btn-guide-close-main:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

/* Light Theme Overrides */
html.nt-light-theme .nt-btn-sync-action.primary, .nt-light-theme .nt-btn-sync-action.primary, body.light-theme .nt-btn-sync-action.primary, body.nt-light-theme .nt-btn-sync-action.primary {
  background: linear-gradient(135deg, #0EA5E9 0%, #0284C7 100%);
  color: #FFFFFF !important;
  box-shadow: 0 4px 14px rgba(14, 165, 233, 0.3);
}
html.nt-light-theme .nt-btn-sync-action.primary:hover:not(:disabled), .nt-light-theme .nt-btn-sync-action.primary:hover:not(:disabled), body.light-theme .nt-btn-sync-action.primary:hover:not(:disabled), body.nt-light-theme .nt-btn-sync-action.primary:hover:not(:disabled) {
  background: linear-gradient(135deg, #0284C7 0%, #0369A1 100%);
  box-shadow: 0 6px 20px rgba(14, 165, 233, 0.45);
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-btn-sync-action.secondary, .nt-light-theme .nt-btn-sync-action.secondary, body.light-theme .nt-btn-sync-action.secondary, body.nt-light-theme .nt-btn-sync-action.secondary {
  background: #F8FAFC !important;
  border: 1px solid #CBD5E1 !important;
  color: #334155 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .nt-btn-sync-action.secondary:hover:not(:disabled), .nt-light-theme .nt-btn-sync-action.secondary:hover:not(:disabled), body.light-theme .nt-btn-sync-action.secondary:hover:not(:disabled), body.nt-light-theme .nt-btn-sync-action.secondary:hover:not(:disabled) {
  background: #F0F9FF !important;
  border-color: #0EA5E9 !important;
  color: #0284C7 !important;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.15);
}
html.nt-light-theme .nt-btn-sync-action.danger, .nt-light-theme .nt-btn-sync-action.danger, body.light-theme .nt-btn-sync-action.danger, body.nt-light-theme .nt-btn-sync-action.danger {
  background: #FEF2F2 !important;
  border: 1px solid #FCA5A5 !important;
  color: #DC2626 !important;
}
html.nt-light-theme .nt-btn-sync-action.danger:hover:not(:disabled), .nt-light-theme .nt-btn-sync-action.danger:hover:not(:disabled), body.light-theme .nt-btn-sync-action.danger:hover:not(:disabled), body.nt-light-theme .nt-btn-sync-action.danger:hover:not(:disabled) {
  background: #EF4444 !important;
  color: #FFFFFF !important;
  border-color: #DC2626 !important;
}
html.nt-light-theme .nt-btn-sync-action.disabled, html.nt-light-theme .nt-btn-sync-action:disabled, .nt-light-theme .nt-btn-sync-action.disabled, .nt-light-theme .nt-btn-sync-action:disabled, body.light-theme .nt-btn-sync-action.disabled, body.light-theme .nt-btn-sync-action:disabled, body.nt-light-theme .nt-btn-sync-action.disabled, body.nt-light-theme .nt-btn-sync-action:disabled {
  background: #F1F5F9 !important;
  border: 1px solid #E2E8F0 !important;
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-modal--guide, .nt-light-theme .nt-modal--guide, body.light-theme .nt-modal--guide, body.nt-light-theme .nt-modal--guide {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
}
html.nt-light-theme .nt-modal--guide .nt-modal__header, .nt-light-theme .nt-modal--guide .nt-modal__header, body.light-theme .nt-modal--guide .nt-modal__header, body.nt-light-theme .nt-modal--guide .nt-modal__header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--guide .nt-modal__title, .nt-light-theme .nt-modal--guide .nt-modal__title, body.light-theme .nt-modal--guide .nt-modal__title, body.nt-light-theme .nt-modal--guide .nt-modal__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--guide .nt-modal__subtitle, .nt-light-theme .nt-modal--guide .nt-modal__subtitle, body.light-theme .nt-modal--guide .nt-modal__subtitle, body.nt-light-theme .nt-modal--guide .nt-modal__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--guide .nt-modal__close, .nt-light-theme .nt-modal--guide .nt-modal__close, body.light-theme .nt-modal--guide .nt-modal__close, body.nt-light-theme .nt-modal--guide .nt-modal__close {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--guide .nt-modal__close:hover, .nt-light-theme .nt-modal--guide .nt-modal__close:hover, body.light-theme .nt-modal--guide .nt-modal__close:hover, body.nt-light-theme .nt-modal--guide .nt-modal__close:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-guide-nav-tabs, .nt-light-theme .nt-guide-nav-tabs, body.light-theme .nt-guide-nav-tabs, body.nt-light-theme .nt-guide-nav-tabs {
  background: #F8FAFC !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-guide-nav-btn, .nt-light-theme .nt-guide-nav-btn, body.light-theme .nt-guide-nav-btn, body.nt-light-theme .nt-guide-nav-btn {
  color: #64748B !important;
}
html.nt-light-theme .nt-guide-nav-btn:hover, .nt-light-theme .nt-guide-nav-btn:hover, body.light-theme .nt-guide-nav-btn:hover, body.nt-light-theme .nt-guide-nav-btn:hover {
  color: #0F172A !important;
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-guide-nav-btn.active, .nt-light-theme .nt-guide-nav-btn.active, body.light-theme .nt-guide-nav-btn.active, body.nt-light-theme .nt-guide-nav-btn.active {
  background: #E0F2FE !important;
  border-color: #BAE6FD !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-guide-hero, .nt-light-theme .nt-guide-hero, body.light-theme .nt-guide-hero, body.nt-light-theme .nt-guide-hero {
  background: #F0F9FF !important;
  border-color: #BAE6FD !important;
}
html.nt-light-theme .nt-guide-hero__badge, .nt-light-theme .nt-guide-hero__badge, body.light-theme .nt-guide-hero__badge, body.nt-light-theme .nt-guide-hero__badge {
  background: #E0F2FE !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-guide-hero__title, .nt-light-theme .nt-guide-hero__title, body.light-theme .nt-guide-hero__title, body.nt-light-theme .nt-guide-hero__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-guide-hero__desc, .nt-light-theme .nt-guide-hero__desc, body.light-theme .nt-guide-hero__desc, body.nt-light-theme .nt-guide-hero__desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-guide-card-summary, .nt-light-theme .nt-guide-card-summary, body.light-theme .nt-guide-card-summary, body.nt-light-theme .nt-guide-card-summary {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-guide-card-summary h4, .nt-light-theme .nt-guide-card-summary h4, body.light-theme .nt-guide-card-summary h4, body.nt-light-theme .nt-guide-card-summary h4 {
  color: #0F172A !important;
}
html.nt-light-theme .nt-guide-card-summary p, .nt-light-theme .nt-guide-card-summary p, body.light-theme .nt-guide-card-summary p, body.nt-light-theme .nt-guide-card-summary p {
  color: #64748B !important;
}
html.nt-light-theme .nt-guide-card-summary.success .card-icon, .nt-light-theme .nt-guide-card-summary.success .card-icon, body.light-theme .nt-guide-card-summary.success .card-icon, body.nt-light-theme .nt-guide-card-summary.success .card-icon {
  background: #DCFCE7 !important;
  color: #16A34A !important;
}
html.nt-light-theme .nt-guide-card-summary.danger .card-icon, .nt-light-theme .nt-guide-card-summary.danger .card-icon, body.light-theme .nt-guide-card-summary.danger .card-icon, body.nt-light-theme .nt-guide-card-summary.danger .card-icon {
  background: #FEE2E2 !important;
  color: #DC2626 !important;
}
html.nt-light-theme .nt-guide-card-summary.info .card-icon, .nt-light-theme .nt-guide-card-summary.info .card-icon, body.light-theme .nt-guide-card-summary.info .card-icon, body.nt-light-theme .nt-guide-card-summary.info .card-icon {
  background: #E0F2FE !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-guide-block, .nt-light-theme .nt-guide-block, body.light-theme .nt-guide-block, body.nt-light-theme .nt-guide-block {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-guide-block.success, .nt-light-theme .nt-guide-block.success, body.light-theme .nt-guide-block.success, body.nt-light-theme .nt-guide-block.success {
  border-left-color: #16A34A !important;
}
html.nt-light-theme .nt-guide-block.danger, .nt-light-theme .nt-guide-block.danger, body.light-theme .nt-guide-block.danger, body.nt-light-theme .nt-guide-block.danger {
  border-left-color: #DC2626 !important;
}
html.nt-light-theme .nt-guide-block.info, .nt-light-theme .nt-guide-block.info, body.light-theme .nt-guide-block.info, body.nt-light-theme .nt-guide-block.info {
  border-left-color: #0284C7 !important;
}
html.nt-light-theme .nt-guide-badge.success, .nt-light-theme .nt-guide-badge.success, body.light-theme .nt-guide-badge.success, body.nt-light-theme .nt-guide-badge.success {
  background: #DCFCE7 !important;
  color: #15803D !important;
  border-color: #BBF7D0 !important;
}
html.nt-light-theme .nt-guide-badge.danger, .nt-light-theme .nt-guide-badge.danger, body.light-theme .nt-guide-badge.danger, body.nt-light-theme .nt-guide-badge.danger {
  background: #FEE2E2 !important;
  color: #B91C1C !important;
  border-color: #FECACA !important;
}
html.nt-light-theme .nt-guide-badge.info, .nt-light-theme .nt-guide-badge.info, body.light-theme .nt-guide-badge.info, body.nt-light-theme .nt-guide-badge.info {
  background: #E0F2FE !important;
  color: #0369A1 !important;
  border-color: #BAE6FD !important;
}
html.nt-light-theme .nt-guide-list .nt-guide-item__title, .nt-light-theme .nt-guide-list .nt-guide-item__title, body.light-theme .nt-guide-list .nt-guide-item__title, body.nt-light-theme .nt-guide-list .nt-guide-item__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-guide-list .nt-guide-item__desc, .nt-light-theme .nt-guide-list .nt-guide-item__desc, body.light-theme .nt-guide-list .nt-guide-item__desc, body.nt-light-theme .nt-guide-list .nt-guide-item__desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-guide-list .nt-guide-item .icon-success, .nt-light-theme .nt-guide-list .nt-guide-item .icon-success, body.light-theme .nt-guide-list .nt-guide-item .icon-success, body.nt-light-theme .nt-guide-list .nt-guide-item .icon-success {
  color: #16A34A !important;
}
html.nt-light-theme .nt-guide-list .nt-guide-item .icon-danger, .nt-light-theme .nt-guide-list .nt-guide-item .icon-danger, body.light-theme .nt-guide-list .nt-guide-item .icon-danger, body.nt-light-theme .nt-guide-list .nt-guide-item .icon-danger {
  color: #DC2626 !important;
}
html.nt-light-theme .nt-guide-list .nt-guide-item .icon-info, .nt-light-theme .nt-guide-list .nt-guide-item .icon-info, body.light-theme .nt-guide-list .nt-guide-item .icon-info, body.nt-light-theme .nt-guide-list .nt-guide-item .icon-info {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-guide-footer, .nt-light-theme .nt-guide-footer, body.light-theme .nt-guide-footer, body.nt-light-theme .nt-guide-footer {
  background: #F8FAFC !important;
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-guide-step-indicator, .nt-light-theme .nt-guide-step-indicator, body.light-theme .nt-guide-step-indicator, body.nt-light-theme .nt-guide-step-indicator {
  color: #64748B !important;
}
html.nt-light-theme .nt-btn-guide-nav.secondary, .nt-light-theme .nt-btn-guide-nav.secondary, body.light-theme .nt-btn-guide-nav.secondary, body.nt-light-theme .nt-btn-guide-nav.secondary {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  color: #475569 !important;
}
html.nt-light-theme .nt-btn-guide-nav.secondary:hover:not(:disabled), .nt-light-theme .nt-btn-guide-nav.secondary:hover:not(:disabled), body.light-theme .nt-btn-guide-nav.secondary:hover:not(:disabled), body.nt-light-theme .nt-btn-guide-nav.secondary:hover:not(:disabled) {
  background: #E2E8F0 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-auto-migration-hero-card, .nt-light-theme .nt-auto-migration-hero-card, body.light-theme .nt-auto-migration-hero-card, body.nt-light-theme .nt-auto-migration-hero-card {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08) 0%, rgba(99, 102, 241, 0.08) 100%) !important;
  border-color: rgba(14, 165, 233, 0.3) !important;
}
html.nt-light-theme .nt-migration-progress-card, .nt-light-theme .nt-migration-progress-card, body.light-theme .nt-migration-progress-card, body.nt-light-theme .nt-migration-progress-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}

/* ==========================================================================
   Hero Card: Migração Automática em 1-Clique (Recomendado)
   ========================================================================== */
.nt-auto-migration-hero-card {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.12) 0%, rgba(99, 102, 241, 0.12) 100%);
  border: 1px solid rgba(14, 165, 233, 0.35);
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
.nt-auto-migration-hero-card .nt-auto-hero-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
.nt-auto-migration-hero-card .nt-welcome-badge.auto-badge {
  background: linear-gradient(135deg, #0EA5E9, #3B82F6);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.78rem;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nt-auto-migration-hero-card .nt-welcome-badge.auto-badge svg {
  width: 14px;
  height: 14px;
}
.nt-auto-migration-hero-card .nt-auto-summary-badge {
  font-size: 0.8rem;
  font-weight: 600;
  color: #38BDF8;
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(14, 165, 233, 0.3);
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nt-auto-migration-hero-card .nt-auto-summary-badge svg {
  width: 14px;
  height: 14px;
}
.nt-auto-migration-hero-card .nt-auto-hero-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #F8FAFC;
  margin: 0 0 10px 0;
  line-height: 1.3;
}
.nt-auto-migration-hero-card .nt-auto-hero-desc {
  font-size: 0.9rem;
  color: #CBD5E1;
  line-height: 1.55;
  margin: 0 0 18px 0;
}
.nt-auto-migration-hero-card .nt-auto-hero-desc strong {
  color: #38BDF8;
}
.nt-auto-migration-hero-card .nt-auto-hero-actions {
  display: flex;
  gap: 12px;
}
.nt-auto-migration-hero-card .nt-btn-wizard-auto-start {
  width: 100%;
  background: linear-gradient(135deg, #0EA5E9 0%, #2563EB 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.4);
}
.nt-auto-migration-hero-card .nt-btn-wizard-auto-start:hover:not(:disabled) {
  background: linear-gradient(135deg, #38BDF8 0%, #1D4ED8 100%);
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(14, 165, 233, 0.55);
}
.nt-auto-migration-hero-card .nt-btn-wizard-auto-start:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  box-shadow: none;
}
.nt-auto-migration-hero-card .nt-btn-wizard-auto-start svg {
  width: 20px;
  height: 20px;
}

.nt-welcome-divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
  color: #64748B;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.nt-welcome-divider::before, .nt-welcome-divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.nt-welcome-divider span {
  padding: 0 12px;
}

.nt-btn-wizard-start.secondary-step {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #94A3B8;
}
.nt-btn-wizard-start.secondary-step:hover {
  background: rgba(14, 165, 233, 0.1);
  border-color: rgba(14, 165, 233, 0.3);
  color: #38BDF8;
}

/* ==========================================================================
   Painel de Progresso em Tempo Real & Cronômetro ETA
   ========================================================================== */
.nt-migration-progress-card {
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 16px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
}
.nt-migration-progress-card .nt-progress-header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nt-migration-progress-card .nt-progress-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(14, 165, 233, 0.3);
  color: #0EA5E9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-migration-progress-card .nt-progress-icon-wrap svg {
  width: 24px;
  height: 24px;
}
.nt-migration-progress-card .nt-progress-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #F8FAFC;
  margin: 0 0 4px 0;
}
.nt-migration-progress-card .nt-progress-subtitle {
  font-size: 0.85rem;
  color: #94A3B8;
  margin: 0;
}
.nt-migration-progress-card .nt-progress-bar-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.nt-migration-progress-card .nt-progress-bar-track {
  width: 100%;
  height: 14px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
.nt-migration-progress-card .nt-progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #0EA5E9 0%, #38BDF8 50%, #4ADE80 100%);
  border-radius: 20px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 12px rgba(14, 165, 233, 0.5);
}
.nt-migration-progress-card .nt-progress-bar-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}
.nt-migration-progress-card .nt-progress-percent {
  font-weight: 800;
  color: #38BDF8;
  font-size: 1rem;
}
.nt-migration-progress-card .nt-progress-eta {
  font-weight: 600;
  color: #FACC15;
  background: rgba(250, 204, 21, 0.12);
  border: 1px solid rgba(250, 204, 21, 0.25);
  padding: 4px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
}
.nt-migration-progress-card .nt-progress-eta svg {
  width: 14px;
  height: 14px;
}

/* Card de Progresso Unificado em Tempo Real */
.nt-progress-card-enhanced {
  background: var(--nt-bg-card, #FFFFFF);
  border: 1px solid var(--nt-border-color, #E2E8F0);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
}
.nt-progress-card-enhanced .nt-checking-stage-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.nt-progress-card-enhanced .nt-checking-stage-header .nt-status-stage-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--nt-text-primary, #0F172A);
}
.nt-progress-card-enhanced .nt-checking-stage-header .nt-status-stage-badge svg {
  color: #0EA5E9;
  width: 20px;
  height: 20px;
}
.nt-progress-card-enhanced .nt-checking-stage-header .nt-status-stage-badge svg.spin {
  animation: nt-spin 1.2s linear infinite;
}
.nt-progress-card-enhanced .nt-checking-stage-header .nt-progress-percent-badge {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0EA5E9;
  background: rgba(14, 165, 233, 0.1);
  padding: 4px 14px;
  border-radius: 20px;
  border: 1px solid rgba(14, 165, 233, 0.25);
}
.nt-progress-card-enhanced .nt-checking-progress-bar-track {
  width: 100%;
  height: 12px;
  background: var(--nt-bg-secondary, #F1F5F9);
  border: 1px solid var(--nt-border-color, #E2E8F0);
  border-radius: 100px;
  overflow: hidden;
  margin: 12px 0 14px 0;
  position: relative;
}
.nt-progress-card-enhanced .nt-checking-progress-bar-track .nt-checking-progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #0EA5E9 0%, #38BDF8 50%, #22C55E 100%);
  border-radius: 100px;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 10px rgba(14, 165, 233, 0.35);
}
.nt-progress-card-enhanced .nt-progress-details-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.88rem;
  color: var(--nt-text-secondary, #64748B);
  font-weight: 500;
  margin-bottom: 20px;
}
.nt-progress-card-enhanced .nt-progress-details-row .nt-status-count {
  font-weight: 600;
  color: var(--nt-text-primary, #1E293B);
}
.nt-progress-card-enhanced .nt-progress-details-row .nt-progress-eta-text {
  color: #0EA5E9;
  font-weight: 600;
}
.nt-progress-card-enhanced .nt-progress-resource-stepper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
}
.nt-progress-card-enhanced .nt-progress-resource-stepper .nt-res-step-chip {
  background: var(--nt-bg-secondary, #F8FAFC);
  border: 1px solid var(--nt-border-color, #E2E8F0);
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--nt-text-muted, #64748B);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.25s ease;
}
.nt-progress-card-enhanced .nt-progress-resource-stepper .nt-res-step-chip svg {
  width: 16px;
  height: 16px;
}
.nt-progress-card-enhanced .nt-progress-resource-stepper .nt-res-step-chip.active {
  background: rgba(14, 165, 233, 0.12);
  border-color: #0EA5E9;
  color: #0284C7;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.25);
}
.nt-progress-card-enhanced .nt-progress-resource-stepper .nt-res-step-chip.active svg {
  color: #0EA5E9;
  animation: nt-spin 1.2s linear infinite;
}
.nt-progress-card-enhanced .nt-progress-resource-stepper .nt-res-step-chip.completed {
  background: rgba(34, 197, 94, 0.12);
  border-color: #22C55E;
  color: #15803D;
  font-weight: 600;
}
.nt-progress-card-enhanced .nt-progress-resource-stepper .nt-res-step-chip.completed svg {
  color: #16A34A;
}

/* Botão de Desfazer Sincronização em 1-Clique */
.nt-btn-undo-migration-full {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #F87171;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 0.9rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.nt-btn-undo-migration-full:hover {
  background: rgba(239, 68, 68, 0.22);
  border-color: rgba(239, 68, 68, 0.5);
  color: #EF4444;
  transform: translateY(-1px);
}
.nt-btn-undo-migration-full svg {
  width: 16px;
  height: 16px;
}

/* ==========================================================================
   Card de Verificação Fluida ("Verificando sua conta" Dinâmico com Checklist)
   ========================================================================== */
.nt-checking-stage-card {
  background: rgba(17, 24, 39, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.nt-checking-stage-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nt-checking-spinner-wrap {
  width: 48px;
  height: 48px;
  background: rgba(14, 165, 233, 0.15);
  border: 1px solid rgba(14, 165, 233, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #38BDF8;
}
.nt-checking-spinner-wrap svg {
  width: 24px;
  height: 24px;
  animation: nt-spin 1.2s linear infinite;
}

.nt-checking-stage-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 0 4px 0;
}

.nt-checking-stage-subtitle {
  font-size: 0.875rem;
  color: #9CA3AF;
  margin: 0;
}

.nt-checking-progress-bar-track {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  overflow: hidden;
}

.nt-checking-progress-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #0EA5E9 0%, #6366F1 100%);
  border-radius: 999px;
  transition: width 0.4s ease;
}

.nt-checking-checklist {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.nt-checking-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
  color: #6B7280;
  transition: all 0.3s ease;
}
.nt-checking-item .nt-checking-item-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-checking-item .nt-checking-item-icon svg {
  width: 16px;
  height: 16px;
}
.nt-checking-item.active {
  color: #38BDF8;
  font-weight: 500;
}
.nt-checking-item.active .nt-checking-item-icon svg {
  color: #38BDF8;
  animation: nt-spin 1.2s linear infinite;
}
.nt-checking-item.done {
  color: #10B981;
}
.nt-checking-item.done .nt-checking-item-icon svg {
  color: #10B981;
}

/* ==========================================================================
   Dashboard Unificado em Tela Única
   ========================================================================== */
.nt-unified-dashboard {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.nt-dashboard-resources-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.nt-dashboard-section-header .nt-dashboard-section-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #F3F4F6;
  margin: 0 0 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-dashboard-section-header .nt-dashboard-section-title svg {
  width: 18px;
  height: 18px;
  color: #38BDF8;
}
.nt-dashboard-section-header .nt-dashboard-section-subtitle {
  font-size: 0.85rem;
  color: #9CA3AF;
  margin: 0;
}

/* ==========================================================================
   Estilização do Módulo Big Data & Fila Assíncrona (Light & Dark Mode)
   ========================================================================== */
.nt-bigdata-card {
  background: var(--nt-surface-card, #1E293B);
  border: 1px solid var(--nt-border-color, rgba(255, 255, 255, 0.1));
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.nt-bigdata-card .nt-bigdata-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.nt-bigdata-card .nt-bigdata-header .nt-bigdata-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(245, 158, 11, 0.15);
  color: #F59E0B;
  border: 1px solid rgba(245, 158, 11, 0.3);
  font-size: 0.85rem;
  font-weight: 700;
  width: fit-content;
}
.nt-bigdata-card .nt-bigdata-header .nt-bigdata-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--nt-text-primary, #F8FAFC);
  margin: 0;
  line-height: 1.3;
}
.nt-bigdata-card .nt-bigdata-header .nt-bigdata-desc {
  font-size: 0.95rem;
  color: var(--nt-text-secondary, #94A3B8);
  margin: 0;
  line-height: 1.6;
}
.nt-bigdata-card .nt-bigdata-header .nt-bigdata-desc strong {
  color: var(--nt-text-primary, #38BDF8);
}
.nt-bigdata-card .nt-bigdata-metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
}
.nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--nt-surface-muted, rgba(15, 23, 42, 0.6));
  border: 1px solid var(--nt-border-subtle, rgba(255, 255, 255, 0.05));
  border-radius: 12px;
  padding: 16px;
}
.nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon svg {
  width: 22px;
  height: 22px;
}
.nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon.tasks {
  background: rgba(56, 189, 248, 0.15);
  color: #38BDF8;
}
.nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon.appointments {
  background: rgba(168, 85, 247, 0.15);
  color: #A855F7;
}
.nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon.categories {
  background: rgba(34, 197, 94, 0.15);
  color: #22C55E;
}
.nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-info {
  display: flex;
  flex-direction: column;
}
.nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-info .nt-metric-val {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--nt-text-primary, #F8FAFC);
}
.nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-info .nt-metric-lbl {
  font-size: 0.8rem;
  color: var(--nt-text-secondary, #94A3B8);
}
.nt-bigdata-card .nt-bigdata-progress-box {
  background: var(--nt-surface-muted, rgba(15, 23, 42, 0.7));
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nt-bigdata-card .nt-bigdata-progress-box .nt-progress-status-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nt-bigdata-card .nt-bigdata-progress-box .nt-progress-status-header .nt-status-text-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--nt-text-primary, #F8FAFC);
  font-weight: 600;
  font-size: 0.95rem;
}
.nt-bigdata-card .nt-bigdata-progress-box .nt-progress-status-header .nt-status-text-wrap .nt-status-icon-spin svg {
  width: 18px;
  height: 18px;
  color: #38BDF8;
  animation: nt-spin 1.2s linear infinite;
}
.nt-bigdata-card .nt-bigdata-progress-box .nt-progress-status-header .nt-progress-percent-badge {
  font-size: 1.1rem;
  font-weight: 800;
  color: #38BDF8;
  background: rgba(56, 189, 248, 0.15);
  padding: 4px 12px;
  border-radius: 20px;
}
.nt-bigdata-card .nt-bigdata-progress-box .nt-progress-footer-note {
  font-size: 0.85rem;
  color: var(--nt-text-secondary, #94A3B8);
  margin: 4px 0 0 0;
  line-height: 1.5;
}
.nt-bigdata-card .nt-bigdata-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ==========================================================================
   Overrides de Modo Claro (Light Theme) para o Card de Big Data
   ========================================================================== */
html.nt-light-theme .nt-bigdata-card,
body.nt-light-theme .nt-bigdata-card,
.nt-light-theme .nt-bigdata-card {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-header .nt-bigdata-badge,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-header .nt-bigdata-badge,
.nt-light-theme .nt-bigdata-card .nt-bigdata-header .nt-bigdata-badge {
  background: #FEF3C7 !important;
  color: #D97706 !important;
  border: 1px solid #FDE68A !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-header .nt-bigdata-title,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-header .nt-bigdata-title,
.nt-light-theme .nt-bigdata-card .nt-bigdata-header .nt-bigdata-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-header .nt-bigdata-desc,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-header .nt-bigdata-desc,
.nt-light-theme .nt-bigdata-card .nt-bigdata-header .nt-bigdata-desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-header .nt-bigdata-desc strong,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-header .nt-bigdata-desc strong,
.nt-light-theme .nt-bigdata-card .nt-bigdata-header .nt-bigdata-desc strong {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item,
.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item {
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon.tasks,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon.tasks,
.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon.tasks {
  background: #E0F2FE !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon.appointments,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon.appointments,
.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon.appointments {
  background: #F3E8FF !important;
  color: #7E22CE !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon.categories,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon.categories,
.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-icon.categories {
  background: #DCFCE7 !important;
  color: #15803D !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-info .nt-metric-val,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-info .nt-metric-val,
.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-info .nt-metric-val {
  color: #0F172A !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-info .nt-metric-lbl,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-info .nt-metric-lbl,
.nt-light-theme .nt-bigdata-card .nt-bigdata-metrics-grid .nt-bigdata-metric-item .nt-metric-info .nt-metric-lbl {
  color: #64748B !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-progress-box,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-progress-box,
.nt-light-theme .nt-bigdata-card .nt-bigdata-progress-box {
  background: #F0F9FF !important;
  border: 1px solid #BAE6FD !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-progress-box .nt-progress-status-header .nt-status-text-wrap,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-progress-box .nt-progress-status-header .nt-status-text-wrap,
.nt-light-theme .nt-bigdata-card .nt-bigdata-progress-box .nt-progress-status-header .nt-status-text-wrap {
  color: #0F172A !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-progress-box .nt-progress-status-header .nt-progress-percent-badge,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-progress-box .nt-progress-status-header .nt-progress-percent-badge,
.nt-light-theme .nt-bigdata-card .nt-bigdata-progress-box .nt-progress-status-header .nt-progress-percent-badge {
  color: #0284C7 !important;
  background: #E0F2FE !important;
}
html.nt-light-theme .nt-bigdata-card .nt-bigdata-progress-box .nt-progress-footer-note,
body.nt-light-theme .nt-bigdata-card .nt-bigdata-progress-box .nt-progress-footer-note,
.nt-light-theme .nt-bigdata-card .nt-bigdata-progress-box .nt-progress-footer-note {
  color: #475569 !important;
}

@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  .nt-projects-board {
    padding: 20px 24px;
  }
  .nt-projects-board__header {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 32px;
  }
  .nt-projects-board__title {
    font-size: 28px;
  }
  .nt-projects-board__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    align-items: center;
  }
  .nt-projects-board__actions .nt-projects-board__btn-new,
  .nt-projects-board__actions .nt-projects-board__btn-ghost {
    order: 1;
    flex: 1 1 calc(50% - 6px);
    height: 42px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }
  .nt-projects-board__actions .nt-projects-board__search-box {
    order: 2;
    flex: 1 1 calc(100% - 54px);
    height: 42px;
    min-width: 0;
  }
  .nt-projects-board__actions .nt-projects-board__search-box input {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .nt-projects-board__actions .nt-projects-board__view-group {
    order: 3;
    flex: 0 0 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .nt-projects-board__actions .nt-projects-board__view-group .nt-projects-board__view-toggle {
    display: none !important;
  }
  .nt-projects-board__actions .nt-projects-board__view-group .nt-page-header__help-btn {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nt-projects-board__actions .nt-projects-board__filter-select {
    order: 4;
    flex: 1 1 100%;
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding: 0 16px;
  }
  .nt-projects-board__sidebar-tree {
    display: none !important;
  }
  .nt-projects-board__folders-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
  }
  .nt-projects-board__projects-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
  }
  .nt-projects-board .nt-folder-card {
    padding: 16px;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center;
    position: relative;
    width: 100%;
  }
  .nt-projects-board .nt-folder-card__name {
    width: auto !important;
    flex: 1 1 auto !important;
  }
  .nt-projects-board .nt-folder-card__meta {
    width: 100% !important;
  }
  .nt-projects-board .nt-proj-card {
    padding: 16px;
    display: flex !important;
    flex-wrap: wrap !important;
    position: relative;
    gap: 12px;
    width: 100%;
  }
  .nt-projects-board .nt-proj-card__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  .nt-projects-board .nt-proj-card__ring-container {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
  }
  .nt-projects-board .nt-proj-card__content {
    padding-left: 0;
    flex: 1;
    min-width: 0;
  }
  .nt-projects-board .nt-proj-card__title {
    white-space: normal;
    word-break: break-word;
  }
  .nt-projects-board .nt-proj-card__actions,
  .nt-projects-board .nt-folder-card__actions {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border: none !important;
    border-top: 1px solid var(--border-color) !important;
    padding: 10px 0 0 0 !important;
    margin-top: 12px !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 8px !important;
  }
  .nt-projects-board .nt-proj-card__actions::before, .nt-projects-board .nt-proj-card__actions::after,
  .nt-projects-board .nt-folder-card__actions::before,
  .nt-projects-board .nt-folder-card__actions::after {
    display: none !important;
  }
  .nt-projects-board .nt-proj-card__actions button,
  .nt-projects-board .nt-folder-card__actions button {
    width: auto !important;
    height: 36px !important;
    flex: 1 1 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
    background: var(--card-bg) !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-primary) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
  }
  .nt-projects-board .nt-proj-card__actions button:hover, .nt-projects-board .nt-proj-card__actions button:active,
  .nt-projects-board .nt-folder-card__actions button:hover,
  .nt-projects-board .nt-folder-card__actions button:active {
    background: var(--card-hover-bg) !important;
  }
  .nt-projects-board .nt-proj-card__actions button.btn-delete,
  .nt-projects-board .nt-folder-card__actions button.btn-delete {
    color: #ef4444 !important;
    border-color: rgba(239, 68, 68, 0.2) !important;
  }
  .nt-projects-board .nt-proj-card__actions .nt-card-action__text,
  .nt-projects-board .nt-folder-card__actions .nt-card-action__text {
    display: inline-block !important;
    margin-left: 6px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
  }
}
@media screen and (max-width: 480px) {
  .nt-projects-board {
    padding: 16px;
  }
  .nt-projects-board__folders-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .nt-projects-board__projects-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .nt-projects-board__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }
  .nt-projects-board__title {
    font-size: 24px;
  }
  .nt-projects-board__actions {
    margin-top: 16px;
  }
  .nt-projects-board .nt-folder-card {
    padding: 16px;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center;
    position: relative;
  }
  .nt-projects-board .nt-folder-card__meta {
    width: 100% !important;
  }
  .nt-projects-board .nt-proj-card {
    padding: 16px;
    display: flex !important;
    flex-wrap: wrap !important;
    position: relative;
    gap: 12px;
  }
}

@media screen and (max-width: 480px) {
  #nt-project-modal .nt-modal__field {
    margin-bottom: 16px;
  }
  #nt-project-modal .nt-modal__label {
    margin-bottom: 4px;
    display: block;
  }
  #nt-project-modal .nt-modal__field input,
  #nt-project-modal .nt-modal__field textarea,
  #nt-project-modal .nt-modal__field select {
    font-size: 13px;
  }
  #nt-project-modal .nt-modal__field input::placeholder,
  #nt-project-modal .nt-modal__field textarea::placeholder {
    font-size: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .nt-move-menu {
    position: absolute !important;
    top: calc(100% + 4px) !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 4px !important;
    bottom: auto !important;
    transform: none !important;
    z-index: 500 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
    border-radius: 10px !important;
    max-height: 240px !important;
    overflow-y: auto !important;
  }
}

@media (max-width: 767px) {
  body .nt-header__title {
    position: static;
    left: auto;
    transform: none;
    width: auto;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-left: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body .nt-header__top-row {
    flex-wrap: wrap;
  }
  body .nt-header__open {
    order: 0;
  }
  body .nt-header__title {
    position: static;
    left: auto;
    transform: none;
    order: 1;
    width: auto;
    flex: 0 0 auto;
    margin-left: 10px;
  }
  body .nt-header__actions {
    order: 2;
  }
  body .nt-header__mini-chat {
    display: flex;
    order: 3;
    flex: 1 1 100%;
    margin-top: 24px;
    width: 100%;
    max-width: 100%;
  }
}

/*@import '../../abstracts/variables';
@import '../../abstracts/mixins';

@media screen and (max-width: 1024px) {
    // Header: empilha título → subtítulo → input
    .nt-tasks__title {
        order: 1;
        align-self: flex-start;
        padding-left: 0;
    }

    .nt-dump-hint {
        order: 2;
        align-self: flex-start;
    }

    .nt-unscheduled-panel__input-group {
        order: 3;
        margin-top: 20px !important;
        margin-bottom: 16px !important;
    }

    // Layout: sidebar em cima, tabela embaixo
    .nt-dump-sidebar {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .nt-tasks--dump > div:has(.nt-dump-sidebar) {
        display: flex !important;
        flex-direction: column !important;
        gap: 16px !important;
        width: 100% !important;
    }

    .nt-tasks-table-container {
        width: 100% !important;
        margin-top: 0 !important;
    }

    #nt-tasks-table {
        width: 100% !important;
        margin-top: 0 !important;
    }

    // Tabela: esconde colunas e vira card
    .nt-table {
        thead {
            display: none !important;
        }

        &__cell {
            &--check,
            &--duration,
            &--project,
            &--goal,
            &--due {
                display: none !important;
            }

            &--title {
                display: block !important;
                width: 100% !important;
                white-space: normal !important;
                word-break: normal !important;
                text-align: left !important;
                padding: 0 0 4px !important;
            }

            &--actions {
                display: flex !important;
                justify-content: flex-end !important;
                width: 100% !important;
                padding: 0 !important;
                margin-top: 8px !important;

                > div {
                    width: 100%;
                    display: flex;
                    justify-content: flex-start !important;
                    gap: 6px;
                }

                button,
                a {
                    font-size: 0.6rem !important;
                    padding: 2px 6px !important;
                }
            }
        }

        &__title {
            font-size: 0.75rem !important;
            line-height: 1.4 !important;
        }

        &__row {
            display: flex !important;
            flex-direction: column !important;
            align-items: flex-start !important;
            padding: 6px 12px !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        }
    }

    // Bolinha de status
    .nt-triade-dot {
        width: 7px !important;
        height: 7px !important;
        min-width: 7px !important;
        min-height: 7px !important;
    }

    // Empty state centralizado
    .nt-empty-state {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        width: 100% !important;
    }
}
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) #0B0E14;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background: #0B0E14;
}

*::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  border: 2px solid #0B0E14;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}

body {
  font-family: "Inter", sans-serif;
  background-color: #0B0E14;
  color: #FFFFFF;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  display: flex;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: "Inter", sans-serif;
}

.nt-layout {
  display: flex;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}

.nt-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

.nt-content {
  flex: 1;
  overflow-y: auto;
  padding: 32px;
}
.nt-content.myDay {
  display: flex;
}
.nt-content.myDay .nt-main-container {
  width: 100%;
  padding-right: 32px;
}

.nt-content--project-details {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

/* ==========================================================================
   Neotriad Premium Light Theme Overrides
   ========================================================================== */
@keyframes nt-shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  75% {
    transform: translateX(6px);
  }
}
.nt-shake {
  animation: nt-shake 0.4s ease-in-out;
}

html.nt-light-theme body {
  background-color: #F4F6F9;
  color: #1E293B;
}
html.nt-light-theme .nt-folder-card__desc {
  color: #64748B;
}
html.nt-light-theme * {
  scrollbar-color: rgba(0, 0, 0, 0.15) #F4F6F9;
}
html.nt-light-theme *::-webkit-scrollbar-track {
  background: #F4F6F9;
}
html.nt-light-theme *::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border: 2px solid #F4F6F9;
}
html.nt-light-theme *::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.25);
}
html.nt-light-theme .nt-sidebar {
  background: #FFFFFF;
  border-right: 1px solid #E2E8F0;
  box-shadow: 4px 0 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-sidebar__brand-logo .nt-logo-light {
  display: block !important;
}
html.nt-light-theme .nt-sidebar__brand-logo .nt-logo-dark {
  display: none !important;
}
html.nt-light-theme .nt-sidebar__brand-logo .nt-logo-light-mini {
  display: none !important;
}
html.nt-light-theme .nt-sidebar__brand-logo .nt-logo-dark-mini {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  html.nt-light-theme .nt-sidebar.is-mini .nt-sidebar__brand-logo .nt-logo-light {
    display: none !important;
  }
  html.nt-light-theme .nt-sidebar.is-mini .nt-sidebar__brand-logo .nt-logo-dark {
    display: none !important;
  }
  html.nt-light-theme .nt-sidebar.is-mini .nt-sidebar__brand-logo .nt-logo-light-mini {
    display: block !important;
  }
  html.nt-light-theme .nt-sidebar.is-mini .nt-sidebar__brand-logo .nt-logo-dark-mini {
    display: none !important;
  }
}
html.nt-light-theme .nt-sidebar__brand-name {
  color: #0F172A;
}
html.nt-light-theme .nt-sidebar__section-title {
  color: #94A3B8;
}
html.nt-light-theme .nt-sidebar__nav-item {
  color: #64748B;
}
html.nt-light-theme .nt-sidebar__nav-item:hover {
  background: #F1F5F9;
  color: #0F172A;
}
html.nt-light-theme .nt-sidebar__nav-item.is-active {
  background: rgba(0, 136, 204, 0.08);
  color: #0088CC;
}
html.nt-light-theme .nt-sidebar__toggle {
  background: #F1F5F9;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-sidebar__toggle:hover {
  background: #E2E8F0;
  color: #0F172A;
}
html.nt-light-theme .nt-sidebar__footer {
  border-top: 1px solid #E2E8F0;
}
html.nt-light-theme .nt-sidebar__submenu-item {
  color: #64748B;
}
html.nt-light-theme .nt-sidebar__submenu-item:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-sidebar__submenu-item.is-active {
  background: rgba(0, 136, 204, 0.08) !important;
  color: #0088CC !important;
}
@media screen and (min-width: 1025px) {
  html.nt-light-theme .nt-sidebar.is-mini .nt-sidebar__submenu-card {
    background: rgba(255, 255, 255, 0.98) !important;
    border-color: #E2E8F0 !important;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1) !important;
  }
  html.nt-light-theme .nt-sidebar.is-mini .nt-sidebar__submenu-header {
    color: #94A3B8 !important;
    border-bottom-color: #E2E8F0 !important;
  }
  html.nt-light-theme .nt-sidebar.is-mini .nt-sidebar__submenu-item {
    color: #64748B !important;
  }
  html.nt-light-theme .nt-sidebar.is-mini .nt-sidebar__submenu-item:hover {
    background: #F1F5F9 !important;
    color: #0F172A !important;
  }
  html.nt-light-theme .nt-sidebar.is-mini .nt-sidebar__submenu-item.is-active {
    background: rgba(0, 136, 204, 0.08) !important;
    color: #0088CC !important;
  }
}
html.nt-light-theme #nt-sidebar:not(.is-mini) {
  box-shadow: 8px 0 32px rgba(0, 0, 0, 0.08) !important;
}
@media screen and (min-width: 1025px) {
  html.nt-light-theme.nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__brand-logo .nt-logo-light {
    display: none !important;
  }
  html.nt-light-theme.nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__brand-logo .nt-logo-dark {
    display: none !important;
  }
  html.nt-light-theme.nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__brand-logo .nt-logo-light-mini {
    display: block !important;
  }
  html.nt-light-theme.nt-sidebar-preload-mini #nt-sidebar .nt-sidebar__brand-logo .nt-logo-dark-mini {
    display: none !important;
  }
}
html.nt-light-theme .nt-header {
  background: #FFFFFF;
  border-bottom: 1px solid #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-header__open {
  color: #1E293B;
  background: #F1F5F9;
}
html.nt-light-theme .nt-header__open:hover {
  background: #E2E8F0;
}
html.nt-light-theme .nt-header__icon-btn {
  color: #64748B;
  background: #F1F5F9;
}
html.nt-light-theme .nt-header__icon-btn:hover {
  color: #1E293B;
  background: #E2E8F0;
}
html.nt-light-theme .nt-header__profile {
  border-left-color: #e2e8f0;
}
html.nt-light-theme .nt-header__profile-name {
  color: #1E293B;
}
html.nt-light-theme .nt-header__profile-plan {
  color: #64748B;
  background: transparent;
}
html.nt-light-theme .nt-header__avatar {
  background: #E2E8F0;
  color: #1E293B;
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #E2E8F0;
}
html.nt-light-theme .nt-header__date-btn {
  background: #F1F5F9;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-header__date-btn:hover {
  background: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-header__mini-chat {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-header .nt-mini-chat__input {
  color: #1E293B;
}
html.nt-light-theme .nt-header .nt-mini-chat__input::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-header .nt-mini-chat__ctrl {
  color: #64748B;
  background: #FFFFFF;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-header .nt-mini-chat__ctrl:hover {
  color: #1E293B;
  background: #F1F5F9;
}
html.nt-light-theme .nt-context-menu {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-context-menu__item {
  color: #1E293B;
}
html.nt-light-theme .nt-context-menu__item:hover {
  background: #F1F5F9;
}
html.nt-light-theme .nt-context-menu__item svg {
  color: #64748B;
}
html.nt-light-theme .nt-datepicker__label {
  color: #1E293B;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
}
html.nt-light-theme .nt-datepicker__label:hover {
  background: #E2E8F0;
}
html.nt-light-theme .nt-datepicker__popup {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  color: #1E293B;
}
html.nt-light-theme .nt-datepicker__header {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-datepicker__day-name {
  color: #94A3B8;
}
html.nt-light-theme .nt-datepicker__day {
  color: #1E293B;
}
html.nt-light-theme .nt-datepicker__day:hover {
  background: #F1F5F9;
}
html.nt-light-theme .nt-datepicker__day--other {
  color: #CBD5E1;
}
html.nt-light-theme .nt-datepicker__day--today {
  box-shadow: inset 0 0 0 1.5px #0088CC;
}
html.nt-light-theme .nt-datepicker__day--selected {
  background: #0088CC !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-datepicker__nav-btn {
  color: #64748B;
}
html.nt-light-theme .nt-datepicker__nav-btn:hover {
  background: #F1F5F9;
  color: #1E293B;
}
html.nt-light-theme .nt-command-bar {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-command-bar__input-row {
  border-bottom-color: #F1F5F9;
}
html.nt-light-theme .nt-command-bar__icon {
  color: #94A3B8;
}
html.nt-light-theme .nt-command-bar__input {
  color: #1E293B;
}
html.nt-light-theme .nt-command-bar__input::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-command-bar__kbd {
  background: #F1F5F9;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-command-bar__action-btn {
  color: #64748B;
  border-color: #E2E8F0;
  background: #F8FAFC;
}
html.nt-light-theme .nt-command-bar__action-btn:hover {
  color: #1E293B;
  background: #F1F5F9;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-command-bar__action-group {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-left: 4px;
}
html.nt-light-theme .nt-command-bar__voice-btn {
  background: #F1F5F9;
  color: #64748B;
}
html.nt-light-theme .nt-command-bar__voice-btn:hover {
  background: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-command-bar__open-chat-btn {
  background: #F1F5F9;
  color: #64748B;
}
html.nt-light-theme .nt-command-bar__open-chat-btn:hover {
  background: rgba(14, 165, 233, 0.1);
  color: #0EA5E9;
}
html.nt-light-theme .nt-daily-progress {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-daily-progress__title {
  color: #1E293B;
}
html.nt-light-theme .nt-daily-progress__stat-val {
  color: #1E293B;
}
html.nt-light-theme .nt-daily-progress__stat-lbl {
  color: #64748B;
}
html.nt-light-theme .nt-daily-progress__bar-bg {
  background: #E2E8F0;
}
html.nt-light-theme .nt-progress-card.is-minimized .nt-progress-card__stat, html.nt-light-theme .nt-progress-card:not(.is-expanded) .nt-progress-card__stat {
  border-left-color: #E2E8F0 !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-progress-card .nt-progress-card__stat {
  border-left-color: #E2E8F0 !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-tasks__title {
  color: #1E293B;
}
html.nt-light-theme .nt-tasks__filter-btn {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-tasks__filter-btn:hover {
  color: #1E293B;
  background: #F1F5F9;
}
html.nt-light-theme .nt-tasks__filter-btn.is-active {
  background: #0088CC;
  border-color: #0088CC;
  color: #FFFFFF;
}
html.nt-light-theme .nt-tasks__filter-icon-btn {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-tasks__filter-icon-btn:hover {
  background: #F1F5F9;
  color: #1E293B;
}
html.nt-light-theme .nt-tasks__view-toggle-btn {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-tasks__view-toggle-btn:hover {
  background: #F1F5F9;
  color: #1E293B;
}
html.nt-light-theme .nt-tasks__unscheduled-btn {
  background: #F1F5F9;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-tasks__unscheduled-btn:hover {
  background: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-tasks__carried-header {
  background: #FFFBEB;
  border-color: #FDE68A;
  color: #B45309;
}
html.nt-light-theme .nt-tasks__carried-header:hover {
  background: #FEF3C7;
}
html.nt-light-theme .nt-tasks__past-indicator {
  background: #EFF6FF;
  border-color: #BFDBFE;
  color: #1D4ED8;
}
html.nt-light-theme .nt-table {
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-table__head th {
  background: #F8FAFC;
  color: #64748B;
  border-bottom: 2px solid #E2E8F0;
}
html.nt-light-theme .nt-table__row {
  border-bottom: 1px solid #E2E8F0;
  background: #FFFFFF;
}
html.nt-light-theme .nt-table__row:hover {
  background: #F8FAFC;
}
html.nt-light-theme .nt-table__title {
  color: #1E293B;
}
html.nt-light-theme .nt-table__title.is-done {
  color: #94A3B8;
}
html.nt-light-theme .nt-table__meta {
  color: #64748B;
}
html.nt-light-theme .nt-table__project {
  background: #F1F5F9;
  color: #0F172A;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-table__row-actions button {
  color: #94A3B8;
  border-color: #E2E8F0;
  background: #F8FAFC;
}
html.nt-light-theme .nt-table__row-actions button:hover {
  color: #1E293B;
  border-color: #CBD5E1;
  background: #F1F5F9;
}
html.nt-light-theme .nt-table__complete-btn:hover {
  color: #22C55E !important;
  border-color: rgba(34, 197, 94, 0.3) !important;
  background: rgba(34, 197, 94, 0.08) !important;
}
html.nt-light-theme .nt-table__timer-btn.is-running {
  background: rgba(14, 165, 233, 0.08) !important;
  border-color: rgba(14, 165, 233, 0.3) !important;
  color: #0EA5E9 !important;
}
html.nt-light-theme .nt-task-timer__display {
  color: #64748B;
}
html.nt-light-theme .nt-task-timer__display:not(:empty) {
  color: #1E293B;
}
html.nt-light-theme .nt-task-timer__btn {
  color: #64748B;
}
html.nt-light-theme .nt-task-timer__btn:hover {
  color: #22C55E;
}
html.nt-light-theme .nt-task-timer--over .nt-task-timer__display {
  color: #EF4444 !important;
}
html.nt-light-theme .nt-unscheduled-backdrop {
  background: rgba(0, 0, 0, 0.25);
}
html.nt-light-theme .nt-unscheduled-panel {
  background: #FFFFFF;
  border-left: 1px solid #E2E8F0;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .nt-unscheduled-panel__header {
  border-bottom: 1px solid #E2E8F0;
}
html.nt-light-theme .nt-unscheduled-panel__title {
  color: #1E293B;
}
html.nt-light-theme .nt-unscheduled-panel__count {
  background: rgba(0, 136, 204, 0.08);
  color: #0088CC;
}
html.nt-light-theme .nt-unscheduled-panel__close {
  color: #64748B;
}
html.nt-light-theme .nt-unscheduled-panel__close:hover {
  background: #F1F5F9;
  color: #1E293B;
}
html.nt-light-theme .nt-unscheduled-panel__quick-add {
  border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}
html.nt-light-theme .nt-unscheduled-panel__input-group {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-unscheduled-panel__input-group:focus-within {
  border-color: rgba(0, 136, 204, 0.5);
}
html.nt-light-theme .nt-unscheduled-panel__quick-input {
  color: #1E293B;
}
html.nt-light-theme .nt-unscheduled-panel__quick-input::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-unscheduled-panel__quick-btn {
  color: #64748B;
}
html.nt-light-theme .nt-unscheduled-panel__quick-btn:hover {
  background: rgba(0, 136, 204, 0.08);
  color: #0088CC;
}
html.nt-light-theme .nt-unscheduled-panel__hint {
  color: #64748B;
  border-bottom: 1px solid rgba(226, 232, 240, 0.5);
}
html.nt-light-theme .nt-unscheduled-item:hover {
  background: #F8FAFC;
}
html.nt-light-theme .nt-unscheduled-item__drag-handle {
  color: #94A3B8;
}
html.nt-light-theme .nt-unscheduled-item__title {
  color: #1E293B;
}
html.nt-light-theme .nt-unscheduled-item__due {
  color: #64748B;
}
html.nt-light-theme .nt-bulk-actions-bar {
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(226, 232, 240, 0.8);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-bulk-actions-bar__text {
  color: #64748B;
}
html.nt-light-theme .nt-bulk-actions-bar__divider {
  background: #E2E8F0;
}
html.nt-light-theme .nt-bulk-actions-bar__close {
  color: #94A3B8;
}
html.nt-light-theme .nt-bulk-actions-bar__close:hover {
  background: #F1F5F9;
  color: #1E293B;
}
html.nt-light-theme .nt-bulk-actions-bar__btn {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-bulk-actions-bar__btn:hover {
  background: #F8FAFC;
  color: #1E293B;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-right-container,
html.nt-light-theme .nt-sidebar-right {
  background: #FFFFFF;
  border-left: 1px solid #E2E8F0;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-right-container__header,
html.nt-light-theme .nt-sidebar-right__header {
  border-bottom: 1px solid #E2E8F0;
  background: #F8FAFC;
}
html.nt-light-theme .nt-right-container__tab,
html.nt-light-theme .nt-sidebar-right__tab {
  color: #64748B;
}
html.nt-light-theme .nt-right-container__tab:hover,
html.nt-light-theme .nt-sidebar-right__tab:hover {
  color: #1E293B;
}
html.nt-light-theme .nt-right-container__tab.is-active,
html.nt-light-theme .nt-sidebar-right__tab.is-active {
  color: #0088CC;
  border-bottom-color: #0088CC;
}
html.nt-light-theme .nt-right-container__title,
html.nt-light-theme .nt-sidebar-right__title {
  color: #1E293B;
}
html.nt-light-theme .nt-right-container__empty,
html.nt-light-theme .nt-sidebar-right__empty {
  color: #94A3B8;
}
html.nt-light-theme .nt-right-container .nt-appointments__day-num,
html.nt-light-theme .nt-sidebar-right .nt-appointments__day-num {
  color: #1E293B;
}
html.nt-light-theme .nt-right-container .nt-appointments__day-name,
html.nt-light-theme .nt-sidebar-right .nt-appointments__day-name {
  color: #64748B;
}
html.nt-light-theme .nt-right-container .nt-appointments__item,
html.nt-light-theme .nt-sidebar-right .nt-appointments__item {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
}
html.nt-light-theme .nt-right-container .nt-appointments__item:hover,
html.nt-light-theme .nt-sidebar-right .nt-appointments__item:hover {
  border-color: #CBD5E1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-right-container .nt-appointments__item-title,
html.nt-light-theme .nt-sidebar-right .nt-appointments__item-title {
  color: #1E293B;
}
html.nt-light-theme .nt-right-container .nt-appointments__item-time,
html.nt-light-theme .nt-sidebar-right .nt-appointments__item-time {
  color: #64748B;
}
html.nt-light-theme .nt-right-container .nt-reminder-item,
html.nt-light-theme .nt-sidebar-right .nt-reminder-item {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-right-container .nt-reminder-item:hover,
html.nt-light-theme .nt-sidebar-right .nt-reminder-item:hover {
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-right-container .nt-reminder-item__time,
html.nt-light-theme .nt-sidebar-right .nt-reminder-item__time {
  color: #64748B;
}
html.nt-light-theme .nt-right-container .nt-note-editor__textarea,
html.nt-light-theme .nt-sidebar-right .nt-note-editor__textarea {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-right-container .nt-note-editor__textarea:focus,
html.nt-light-theme .nt-sidebar-right .nt-note-editor__textarea:focus {
  border-color: rgba(0, 136, 204, 0.5);
  background: #FFFFFF;
}
html.nt-light-theme .nt-right-container .nt-note-editor__status,
html.nt-light-theme .nt-sidebar-right .nt-note-editor__status {
  color: #94A3B8;
}
html.nt-light-theme .nt-right-container__topbar-title,
html.nt-light-theme .nt-sidebar-right__topbar-title {
  color: #1E293B;
}
html.nt-light-theme .nt-right-container__topbar-link,
html.nt-light-theme .nt-sidebar-right__topbar-link {
  color: #64748B;
}
html.nt-light-theme .nt-right-container__view-all,
html.nt-light-theme .nt-sidebar-right__view-all {
  color: #64748B;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-right-container__view-all:hover,
html.nt-light-theme .nt-sidebar-right__view-all:hover {
  color: #0088CC;
  background: rgba(0, 136, 204, 0.05);
  border-color: rgba(0, 136, 204, 0.3);
}
html.nt-light-theme .nt-right-container__countdown,
html.nt-light-theme .nt-sidebar-right__countdown {
  background: rgba(0, 136, 204, 0.04);
  border-top: 1px solid #E2E8F0;
}
html.nt-light-theme .nt-right-container__countdown-label,
html.nt-light-theme .nt-sidebar-right__countdown-label {
  color: #1E293B;
}
html.nt-light-theme .nt-right-container__countdown-time,
html.nt-light-theme .nt-sidebar-right__countdown-time {
  color: #1E293B;
}
html.nt-light-theme .nt-right-container .nt-activity-idle__title,
html.nt-light-theme .nt-sidebar-right .nt-activity-idle__title {
  color: #1E293B;
}
html.nt-light-theme .nt-right-container .nt-activity-idle__subtitle,
html.nt-light-theme .nt-sidebar-right .nt-activity-idle__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-right-container .nt-activity-idle__icon,
html.nt-light-theme .nt-sidebar-right .nt-activity-idle__icon {
  background: rgba(0, 136, 204, 0.08);
  border: 1px solid rgba(0, 136, 204, 0.15);
}
html.nt-light-theme .nt-right-container .nt-activity-controls__pause,
html.nt-light-theme .nt-sidebar-right .nt-activity-controls__pause {
  color: #1E293B;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-right-container .nt-activity-controls__pause:hover,
html.nt-light-theme .nt-sidebar-right .nt-activity-controls__pause:hover {
  background: rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-cards-grid .nt-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}
html.nt-light-theme .nt-cards-grid .nt-card:hover {
  border-color: rgba(0, 136, 204, 0.3);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-cards-grid .nt-card__description {
  color: #64748B;
}
html.nt-light-theme .nt-cards-grid .nt-card__meta-item {
  color: #64748B;
}
html.nt-light-theme .nt-cards-grid .nt-card__footer {
  border-top-color: #F1F5F9;
}
html.nt-light-theme .nt-cards-grid .nt-card__count {
  color: #64748B;
}
html.nt-light-theme .nt-modal {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-modal__header {
  background: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
html.nt-light-theme .nt-modal__title {
  color: #1E293B;
}
html.nt-light-theme .nt-modal__close {
  color: #64748B;
}
html.nt-light-theme .nt-modal__close:hover {
  background: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-modal__tabs {
  background: #F8FAFC;
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-modal__tab {
  color: #64748B;
}
html.nt-light-theme .nt-modal__tab:hover {
  color: #1E293B;
}
html.nt-light-theme .nt-modal__tab.is-active {
  color: #0088CC;
  border-bottom-color: #0088CC;
}
html.nt-light-theme .nt-modal__label {
  color: #64748B;
}
html.nt-light-theme .nt-modal__input, html.nt-light-theme .nt-modal__textarea, html.nt-light-theme .nt-modal__select {
  background: #FFFFFF;
  border-color: #D1D5DB;
  color: #1E293B;
}
html.nt-light-theme .nt-modal__input:focus, html.nt-light-theme .nt-modal__textarea:focus, html.nt-light-theme .nt-modal__select:focus {
  border-color: #0088CC;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.1);
}
html.nt-light-theme .nt-modal__select-wrapper svg {
  color: #64748B;
}
html.nt-light-theme .nt-modal__footer {
  border-top-color: #E2E8F0;
  background: #F8FAFC;
}
html.nt-light-theme .nt-modal__cancel-btn {
  border-color: #D1D5DB;
  color: #64748B;
}
html.nt-light-theme .nt-modal__cancel-btn:hover {
  color: #1E293B;
  border-color: #9CA3AF;
  background: #F1F5F9;
}
html.nt-light-theme .nt-modal__action-btn {
  border-color: #E2E8F0;
  color: #64748B;
  background: #FFFFFF;
}
html.nt-light-theme .nt-modal__action-btn:hover {
  color: #1E293B;
  border-color: #CBD5E1;
  background: #F1F5F9;
}
html.nt-light-theme .nt-modal__action-btn:focus {
  outline: none;
  border-color: #0088CC;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.15);
}
html.nt-light-theme .nt-modal__action-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #F1F5F9;
  border-color: #E2E8F0;
  color: #94A3B8;
}
html.nt-light-theme .nt-modal__action-btn--more {
  background: #F1F5F9;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-modal__action-btn--more:hover {
  background: #E2E8F0;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-modal__status-banner {
  background: rgba(0, 136, 204, 0.05);
  border-color: rgba(0, 136, 204, 0.15);
}
html.nt-light-theme .nt-modal__status-banner--cancelled {
  background: rgba(239, 68, 68, 0.05);
  border-color: rgba(239, 68, 68, 0.15);
}
html.nt-light-theme .nt-modal__status-banner--cancelled .nt-modal__status-text {
  color: #EF4444;
}
html.nt-light-theme .nt-modal__status-text {
  color: #0088CC;
}
html.nt-light-theme .nt-modal__status-date-input {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-modal__status-date-input:hover {
  border-color: #0088CC;
  background: rgba(0, 136, 204, 0.05);
}
html.nt-light-theme .nt-modal__status-reset {
  background: #F1F5F9;
  color: #64748B;
  border: 1px solid #E2E8F0;
}
html.nt-light-theme .nt-modal__status-reset:hover {
  background: #E2E8F0;
  color: #1E293B;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-modal__actions-menu {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-modal__actions-item {
  color: #64748B;
}
html.nt-light-theme .nt-modal__actions-item:hover {
  background: #F1F5F9;
  color: #1E293B;
}
html.nt-light-theme .nt-modal__actions-item--danger {
  color: #EF4444;
}
html.nt-light-theme .nt-modal__actions-item--danger:hover {
  background: rgba(239, 68, 68, 0.08);
  color: #DC2626;
}
html.nt-light-theme .nt-modal__ideas-box {
  background: #F1F5F9;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-modal__ideas-title {
  color: #0F172A;
}
html.nt-light-theme .nt-modal__ideas-list {
  color: #475569;
}
html.nt-light-theme .nt-empty-state__icon {
  background: #F1F5F9 !important;
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-empty-state__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-empty-state__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-empty-state__btn {
  background: #0088CC !important;
  color: #FFFFFF !important;
  border: none !important;
  padding: 10px 24px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.15) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
html.nt-light-theme .nt-empty-state__btn:hover {
  background: #0077B3 !important;
  box-shadow: 0 6px 16px rgba(0, 136, 204, 0.25) !important;
  transform: translateY(-1px) !important;
}
html.nt-light-theme .nt-empty-state__btn:active {
  transform: translateY(0) !important;
}
html.nt-light-theme .nt-planning-test__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning-test__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning-test__last-diagnostic {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-planning-test__last-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning-test__progress-bar-bg {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning-test__ia-proactive {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning-test__ia-proactive-text {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning-test__container {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-planning-test__progress-label {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning-test__progress-track {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning-test__question-text {
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning-test__score-btn {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning-test__score-btn:hover, html.nt-light-theme .nt-planning-test__score-btn.is-selected {
  background: rgba(0, 136, 204, 0.05) !important;
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-planning-test__score-btn.is-selected {
  background: rgba(0, 136, 204, 0.08) !important;
}
html.nt-light-theme .nt-planning-test__score-number {
  background: #E2E8F0 !important;
  color: #64748B !important;
}
.nt-planning-test__score-btn:hover html.nt-light-theme .nt-planning-test__score-number, .nt-planning-test__score-btn.is-selected html.nt-light-theme .nt-planning-test__score-number {
  background: #0088CC !important;
  color: #FFFFFF !important;
  box-shadow: 0 0 12px rgba(0, 136, 204, 0.4) !important;
}
html.nt-light-theme .nt-planning-test__score-label {
  color: #64748B !important;
}
.nt-planning-test__score-btn:hover html.nt-light-theme .nt-planning-test__score-label, .nt-planning-test__score-btn.is-selected html.nt-light-theme .nt-planning-test__score-label {
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning-test__footer {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning-test__footer-hint {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-planning-test__results-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning-test__results-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning-test__donut-circle-bg {
  stroke: #F1F5F9 !important;
}
html.nt-light-theme .nt-planning-test__donut-label {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning-test__comparison-card {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning-test__comparison-title {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning-test__comparison-meta {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-planning-test__results-actions {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-academy__course-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme {
  /* ==========================================================================
     Module Overrides for Light Theme
     ========================================================================== */
}
html.nt-light-theme .nt-search-box {
  background: #FFFFFF;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-search-box input {
  color: #1E293B;
}
html.nt-light-theme .nt-search-box input::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-search-box:focus-within {
  background: #FFFFFF;
  border-color: #0088CC;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.15);
}
html.nt-light-theme .nt-search-box:focus-within svg {
  color: #0088CC;
}
html.nt-light-theme .nt-filter-select {
  background-color: #FFFFFF;
  border-color: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-filter-select:hover {
  background-color: #F8FAFC;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-filter-select:focus {
  border-color: #0088CC;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.15);
}
html.nt-light-theme .nt-filter-select option {
  background: #FFFFFF;
  color: #1E293B;
}
html.nt-light-theme .nt-view-toggle {
  background: #E2E8F0;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-view-toggle__btn {
  color: #64748B;
}
html.nt-light-theme .nt-view-toggle__btn:hover {
  color: #1E293B;
}
html.nt-light-theme .nt-view-toggle__btn.is-active {
  background: #0088CC;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 136, 204, 0.3);
}
html.nt-light-theme .nt-card--goal {
  border-color: #E2E8F0;
  background: linear-gradient(135deg, #FFFFFF, #F8FAFC);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-card--goal:hover {
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 136, 204, 0.3);
}
html.nt-light-theme .nt-card--goal .nt-card__title {
  color: #1E293B;
}
html.nt-light-theme .nt-card--goal .nt-card__icon-wrap {
  background: #F1F5F9;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-card--goal .nt-card__action-dropdown-btn:hover {
  color: #1E293B;
  background: rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .nt-card--goal .nt-card__dropdown-menu {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .nt-card--goal .nt-card__dropdown-item {
  color: #64748B;
}
html.nt-light-theme .nt-card--goal .nt-card__dropdown-item:hover {
  color: #1E293B;
  background: #F1F5F9;
}
html.nt-light-theme .nt-card--goal .nt-card__progress-bar-bg {
  background: #E2E8F0;
}
html.nt-light-theme .nt-card--goal .nt-card__bottom-row {
  border-top-color: #F1F5F9;
}
html.nt-light-theme .nt-card--goal .nt-card__col-value {
  color: #1E293B;
}
html.nt-light-theme .nt-card--goal.is-overdue {
  background: linear-gradient(135deg, #FFFFFF, rgba(239, 68, 68, 0.015));
}
html.nt-light-theme .nt-table-wrapper {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-modal--wizard {
  background: #FFFFFF;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-progress {
  background: #F8FAFC;
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-progress__steps::after {
  background: #E2E8F0;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-progress__step .step-circle {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #94A3B8;
  filter: none !important;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-progress__step .step-label {
  color: #94A3B8;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-progress__step.is-active .step-circle {
  border-color: #0088CC;
  background: #E0F2FE;
  color: #0088CC;
  box-shadow: 0 0 12px rgba(0, 136, 204, 0.15), inset 0 0 8px rgba(0, 136, 204, 0.1);
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-progress__step.is-active .step-label {
  color: #0088CC;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-progress__step.is-completed .step-circle {
  border-color: #22C55E;
  background: #DCFCE7;
  color: #22C55E;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.1);
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-progress__step.is-completed .step-label {
  color: #22C55E;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-main-col .nt-modal__label {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-main-col .nt-modal__input,
html.nt-light-theme .nt-modal--wizard .nt-wizard-main-col .nt-modal__textarea,
html.nt-light-theme .nt-modal--wizard .nt-wizard-main-col .nt-modal__select {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-main-col .nt-modal__input::placeholder,
html.nt-light-theme .nt-modal--wizard .nt-wizard-main-col .nt-modal__textarea::placeholder,
html.nt-light-theme .nt-modal--wizard .nt-wizard-main-col .nt-modal__select::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-main-col .nt-modal__input:focus,
html.nt-light-theme .nt-modal--wizard .nt-wizard-main-col .nt-modal__textarea:focus,
html.nt-light-theme .nt-modal--wizard .nt-wizard-main-col .nt-modal__select:focus {
  border-color: #0088CC !important;
  box-shadow: 0 0 10px rgba(0, 136, 204, 0.15) !important;
  background: #FFFFFF !important;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-ai-col {
  border-left-color: #E2E8F0;
  background: linear-gradient(180deg, #F8FAFC, #FFFFFF);
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-ai-col::before {
  background: radial-gradient(circle at 50% 0%, rgba(168, 85, 247, 0.03), transparent 70%);
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-ai-col__header {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-ai-col__title {
  color: #1E293B;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-step-title {
  color: #1E293B;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-step-desc {
  color: #64748B;
}
html.nt-light-theme .nt-modal--wizard .nt-ai-fast-panel {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.03), rgba(14, 165, 233, 0.03));
  border-color: rgba(168, 85, 247, 0.15);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}
html.nt-light-theme .nt-modal--wizard .nt-ai-fast-panel__title {
  color: #1E293B;
}
html.nt-light-theme .nt-modal--wizard .nt-ai-fast-panel__text {
  color: #64748B;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-footer {
  background: #F8FAFC;
  border-top-color: #E2E8F0;
}
html.nt-light-theme .nt-fourbodies__title {
  color: #1E293B;
}
html.nt-light-theme .nt-fourbodies__ai-advisor {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08) 0%, rgba(139, 92, 246, 0.04) 100%);
  border-color: rgba(14, 165, 233, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-fourbodies__ai-advisor .nt-fourbodies__ai-title {
  color: #1E293B;
}
html.nt-light-theme .nt-fourbodies__tabs-nav {
  background: #E2E8F0;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-fourbodies__tabs-nav .nt-fourbodies__tab-btn {
  color: #64748B;
}
html.nt-light-theme .nt-fourbodies__tabs-nav .nt-fourbodies__tab-btn:hover {
  color: #1E293B;
  background-color: rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-fourbodies__tabs-nav .nt-fourbodies__tab-btn.is-active {
  color: #7C3AED;
  background-color: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.15);
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.05);
}
html.nt-light-theme .nt-fourbodies__period-toolbar {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-fourbodies__period-toolbar .nt-fourbodies__period-inputs .nt-input {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-fourbodies__period-toolbar .nt-fourbodies__period-inputs .nt-input:focus {
  border-color: #0088CC;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.15);
}
html.nt-light-theme .nt-fourbodies__period-toolbar .nt-fourbodies__period-shortcuts .nt-btn {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-fourbodies__period-toolbar .nt-fourbodies__period-shortcuts .nt-btn:hover {
  color: #1E293B;
  background-color: #F1F5F9;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-fourbodies__kpi-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-fourbodies__kpi-card .nt-fourbodies__kpi-title {
  color: #64748B;
}
html.nt-light-theme .nt-fourbodies__kpi-card .nt-fourbodies__kpi-metric {
  color: #1E293B;
}
html.nt-light-theme .nt-fourbodies__chart-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-fourbodies__chart-card .nt-fourbodies__chart-title {
  color: #1E293B;
}
html.nt-light-theme .nt-fourbodies__advisor-box {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.06) 0%, rgba(14, 165, 233, 0.03) 100%);
  border-color: rgba(124, 58, 237, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-fourbodies__advisor-box .nt-fourbodies__advisor-title {
  color: #1E293B;
}
html.nt-light-theme .nt-fourbodies__advisor-box .nt-fourbodies__advisor-text {
  color: #1E293B;
}
html.nt-light-theme .nt-fourbodies__advisor-box .nt-fourbodies__advisor-text strong {
  color: #8B5CF6;
}
html.nt-light-theme .nt-fourbodies__card {
  background-color: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-fourbodies__card .nt-fourbodies__card-title {
  color: #1E293B;
}
html.nt-light-theme .nt-fourbodies__card .nt-fourbodies__week-grid {
  border-top-color: #F1F5F9;
}
html.nt-light-theme .nt-fourbodies__card .nt-fourbodies__day-dot::after {
  border-color: rgba(0, 0, 0, 0.12);
}
html.nt-light-theme .nt-fourbodies__card .nt-fourbodies__day-dot:hover::after {
  border-color: rgba(0, 0, 0, 0.4);
}
.nt-fourbodies__card--physical html.nt-light-theme .nt-fourbodies__card .nt-fourbodies__day-dot.is-checked::after {
  background: radial-gradient(circle at 35% 35%, #86efac 0%, #10b981 70%, #14532d 100%);
}
.nt-fourbodies__card--mental html.nt-light-theme .nt-fourbodies__card .nt-fourbodies__day-dot.is-checked::after {
  background: radial-gradient(circle at 35% 35%, #bae6fd 0%, #0ea5e9 70%, #1e3a8a 100%);
}
.nt-fourbodies__card--emotional html.nt-light-theme .nt-fourbodies__card .nt-fourbodies__day-dot.is-checked::after {
  background: radial-gradient(circle at 35% 35%, #fecdd3 0%, #f43f5e 70%, #881337 100%);
}
.nt-fourbodies__card--spiritual html.nt-light-theme .nt-fourbodies__card .nt-fourbodies__day-dot.is-checked::after {
  background: radial-gradient(circle at 35% 35%, #ddd6fe 0%, #8b5cf6 70%, #4c1d95 100%);
}
html.nt-light-theme .nt-fourbodies__card .nt-fourbodies__add-habit-btn {
  border-color: rgba(0, 0, 0, 0.1);
  color: #64748B;
}
html.nt-light-theme .nt-fourbodies__card .nt-fourbodies__add-habit-btn:hover {
  color: #1E293B;
  border-color: #0088CC;
  background-color: rgba(0, 136, 204, 0.05);
}
html.nt-light-theme .nt-fourbodies__card .nt-fourbodies__empty {
  border-color: rgba(0, 0, 0, 0.05);
  color: #94A3B8;
}
html.nt-light-theme .nt-fourbodies__activity-col {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-fourbodies__activity-col .nt-fourbodies__col-header {
  border-bottom-color: #F1F5F9;
}
html.nt-light-theme .nt-fourbodies__activity-col .nt-fourbodies__col-title {
  color: #1E293B;
}
html.nt-light-theme .nt-fourbodies__activity-col .nt-fourbodies__activity-item {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-fourbodies__activity-col .nt-fourbodies__activity-item:hover {
  background: #F1F5F9;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-fourbodies__activity-col .nt-fourbodies__activity-check {
  border-color: rgba(0, 0, 0, 0.2);
}
html.nt-light-theme .nt-fourbodies__activity-col .nt-fourbodies__activity-check.is-checked {
  color: #FFFFFF;
}
html.nt-light-theme .nt-fourbodies__activity-col .nt-fourbodies__activity-title {
  color: #1E293B;
}
html.nt-light-theme #fourbodies-guide-modal .nt-modal__body {
  color: #1E293B;
}
html.nt-light-theme #fourbodies-guide-modal .nt-modal__body p {
  color: #475569;
}
html.nt-light-theme #fourbodies-guide-modal .nt-fourbodies-guide__hierarchy-section {
  border-top-color: #E2E8F0;
}
html.nt-light-theme #fourbodies-guide-modal .nt-fourbodies-guide__hierarchy-section h4 {
  color: #1E293B;
}
html.nt-light-theme #fourbodies-guide-modal .nt-fourbodies-guide__hierarchy-section p {
  color: #64748B;
}
html.nt-light-theme #fourbodies-guide-modal .nt-modal__footer {
  background: transparent !important;
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-roles-mission__title {
  color: #1E293B;
}
html.nt-light-theme .nt-roles-mission-card {
  background-color: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-roles-mission-card__header {
  border-bottom-color: #F1F5F9;
}
html.nt-light-theme .nt-roles-mission-card__header .title {
  color: #1E293B;
}
html.nt-light-theme .nt-roles-list-section {
  border-bottom-color: #F1F5F9;
}
html.nt-light-theme .nt-roles-list-section h3 {
  color: #1E293B;
}
html.nt-light-theme .nt-roles-list .empty-state {
  border-color: #E2E8F0;
  color: #94A3B8;
}
html.nt-light-theme .nt-role-list-item {
  background-color: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-role-list-item:hover {
  background-color: #F1F5F9;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-role-list-item__info .name {
  color: #1E293B;
}
html.nt-light-theme .nt-roles-create-section h3 {
  color: #1E293B;
}
html.nt-light-theme .nt-color-presets .preset-color-dot.is-selected {
  border-color: #0F172A;
}
html.nt-light-theme .nt-mission-premium-view {
  background: radial-gradient(100% 100% at 50% 0%, rgba(0, 136, 204, 0.08) 0%, rgba(255, 255, 255, 0.95) 100%);
  border-color: rgba(0, 136, 204, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
html.nt-light-theme .nt-mission-premium-view .quote-icon {
  color: rgba(0, 136, 204, 0.15);
}
html.nt-light-theme .nt-mission-premium-view .mission-text {
  color: #1E293B;
  text-shadow: none;
}
html.nt-light-theme .nt-roles-archived-section .nt-roles-archived-details summary {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-roles-archived-section .nt-roles-archived-details summary:hover {
  background: #F1F5F9;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-roles-archived-section .nt-roles-archived-details[open] summary {
  background: #F1F5F9;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-roles-archived-section .nt-roles-archived-details[open] #nt-roles-archived-list {
  border-color: #CBD5E1;
  background: #F8FAFC;
}
html.nt-light-theme .nt-projects-board {
  --bg-base: #F4F6F9;
  --card-bg: #FFFFFF;
  --card-hover-bg: #F8FAFC;
  --border-color: #E2E8F0;
  --text-primary: #1E293B;
  --text-secondary: #64748B;
  --accent-glow: rgba(14, 165, 233, 0.03);
  --btn-primary-glow: rgba(0, 136, 204, 0.15);
}
html.nt-light-theme .nt-projects-board__title {
  background: none;
  -webkit-text-fill-color: var(--text-primary);
}
html.nt-light-theme .nt-projects-board__btn-new {
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-projects-board .nt-folder-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}
html.nt-light-theme .nt-projects-board .nt-folder-card:hover {
  border-color: rgba(0, 136, 204, 0.3);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-projects-board .nt-folder-card:hover .nt-folder-card__icon {
  color: #0088CC;
}
html.nt-light-theme .nt-projects-board .nt-proj-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}
html.nt-light-theme .nt-projects-board .nt-proj-card:hover {
  border-color: rgba(14, 165, 233, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03), 0 0 0 1px var(--accent-glow) inset;
}
html.nt-light-theme .nt-projects-board .nt-proj-card:hover .nt-proj-card__title {
  color: #1E293B;
}
html.nt-light-theme .nt-projects-board .nt-proj-card__ring-svg circle.bg {
  stroke: rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .nt-project-details {
  --bg-base: #F4F6F9;
  --card-bg-solid: #FFFFFF;
  --card-hover-bg: #F8FAFC;
  --border-color: #E2E8F0;
  --text-primary: #1E293B;
  --text-secondary: #64748B;
  --accent-glow: rgba(168, 85, 247, 0.05);
  --tl-line: #E2E8F0;
}
html.nt-light-theme .nt-project-details__back {
  color: var(--text-secondary);
}
html.nt-light-theme .nt-project-details__back:hover {
  color: var(--text-primary);
}
html.nt-light-theme .nt-project-details__title {
  color: var(--text-primary);
}
html.nt-light-theme .nt-project-details__meta {
  color: var(--text-secondary);
}
html.nt-light-theme .nt-project-details__add-delivery-btn {
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-project-details__sort-select {
  background-color: #FFFFFF;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-project-details__sort-select:hover, html.nt-light-theme .nt-project-details__sort-select:focus {
  background-color: #F8FAFC;
  border-color: #94A3B8;
}
html.nt-light-theme .nt-project-details__sort-select option {
  background: #FFFFFF;
  color: #1E293B;
}
html.nt-light-theme .nt-project-details .nt-details-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}
html.nt-light-theme .nt-project-details .nt-details-card--new {
  border-color: #CBD5E1;
  background: transparent;
  color: #64748B;
}
html.nt-light-theme .nt-project-details .nt-details-card--new:not(.is-editing):hover {
  border-color: rgba(168, 85, 247, 0.4);
  background: rgba(168, 85, 247, 0.04);
  color: #1E293B;
}
html.nt-light-theme .nt-project-details .nt-details-card--new.is-editing {
  background: #FFFFFF;
  border-color: rgba(168, 85, 247, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .nt-project-details .nt-details-card__new-icon {
  background: #F1F5F9;
}
html.nt-light-theme .nt-project-details .nt-details-card__header {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01);
}
html.nt-light-theme .nt-inline-form__header {
  border-bottom-color: #F1F5F9;
}
html.nt-light-theme .nt-inline-form__title-input {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-inline-form__title-input::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-inline-form__title-input:focus {
  border-color: #a855f7;
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.12);
  background: #FFFFFF;
}
html.nt-light-theme .nt-inline-form__label {
  color: #64748B;
}
html.nt-light-theme .nt-inline-form__select, html.nt-light-theme .nt-inline-form__input {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-inline-form__select::placeholder, html.nt-light-theme .nt-inline-form__input::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-inline-form__select:focus, html.nt-light-theme .nt-inline-form__input:focus {
  border-color: #a855f7;
}
html.nt-light-theme .nt-inline-form__select option, html.nt-light-theme .nt-inline-form__input option {
  background: #FFFFFF;
  color: #1E293B;
}
html.nt-light-theme .nt-inline-form__desc {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-inline-form__desc::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-inline-form__desc:focus {
  border-color: #a855f7;
  color: #1E293B;
}
html.nt-light-theme .nt-inline-form__actions {
  border-top-color: #F1F5F9;
}
html.nt-light-theme .nt-inline-form__btn-cancel {
  border-color: #CBD5E1;
  color: #64748B;
}
html.nt-light-theme .nt-inline-form__btn-cancel:hover {
  border-color: #94A3B8;
  color: #1E293B;
  background: #F1F5F9;
}
html.nt-light-theme .nt-inline-form__btn-save {
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-move-menu {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-move-menu__title {
  color: #94A3B8;
  border-bottom-color: #F1F5F9;
}
html.nt-light-theme .nt-move-menu__item {
  color: #1E293B;
}
html.nt-light-theme .nt-move-menu__item svg {
  color: #64748B;
}
html.nt-light-theme .nt-move-menu__item:hover {
  background: rgba(0, 136, 204, 0.08);
  color: #0088CC;
}
html.nt-light-theme .nt-move-menu__item:hover svg {
  color: #0088CC;
}
html.nt-light-theme .nt-color-picker-menu {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .nt-color-picker-menu__dot {
  border-color: rgba(0, 0, 0, 0.1);
}
html.nt-light-theme .nt-color-picker-menu__dot:hover {
  border-color: #0F172A;
}
html.nt-light-theme .nt-layout--wizard {
  background-color: #F4F6F9 !important;
}
html.nt-light-theme .nt-layout--wizard .nt-main {
  background: #F4F6F9 !important;
}
html.nt-light-theme .nt-layout--wizard .nt-header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__title {
  color: #1E293B;
}
html.nt-light-theme .nt-weekly-wizard__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .steps-progress-line {
  background: #E2E8F0;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .step-num {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: transparent !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .step-label {
  color: #94A3B8;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .nt-weekly-wizard__step.is-active .step-num {
  background: #0088CC;
  border-color: #0088CC;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .nt-weekly-wizard__step.is-active .step-label {
  color: #0088CC;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .nt-weekly-wizard__step.is-completed .step-num {
  background: #22C55E;
  border-color: #22C55E;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .nt-weekly-wizard__step.is-completed .step-label {
  color: #22C55E;
}
html.nt-light-theme .nt-weekly-wizard__week-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%);
  border-color: #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-weekly-wizard__week-card::before {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
}
html.nt-light-theme .nt-weekly-wizard__week-card:hover:not(.is-disabled) {
  background: linear-gradient(135deg, #FFFFFF 0%, #F1F5F9 100%);
  border-color: rgba(56, 189, 248, 0.35);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}
html.nt-light-theme .nt-weekly-wizard__week-card:hover:not(.is-disabled)::before {
  background: linear-gradient(135deg, rgba(56, 189, 248, 0.4), rgba(56, 189, 248, 0.1));
}
html.nt-light-theme .nt-weekly-wizard__week-card.is-active {
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.08) 0%, #FFFFFF 100%) !important;
  border-color: #0088CC !important;
  box-shadow: 0 12px 30px rgba(0, 136, 204, 0.05) !important;
}
html.nt-light-theme .nt-weekly-wizard__week-card.is-active .nt-weekly-wizard__week-card-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__week-card.is-active .nt-weekly-wizard__week-card-dates {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__week-card.is-active .nt-weekly-wizard__week-card-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__week-card.is-active .nt-weekly-wizard__week-card-action {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__week-card.is-disabled {
  background: rgba(226, 232, 240, 0.4) !important;
}
html.nt-light-theme .nt-weekly-wizard__week-card.is-disabled .nt-weekly-wizard__week-card-icon {
  background: rgba(0, 0, 0, 0.02) !important;
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-weekly-wizard__week-card-icon {
  background: #F1F5F9 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__week-card-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__week-card-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__week-card-dates {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__week-card-action {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__section-list {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-weekly-wizard__section-list h4 {
  border-bottom-color: #F1F5F9;
  color: #64748B;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip, html.nt-light-theme .nt-weekly-wizard__goal-chip {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-weekly-wizard__role-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-weekly-wizard__role-card .role-name {
  color: #1E293B;
}
html.nt-light-theme .nt-weekly-wizard__role-card .role-desc {
  color: #64748B;
}
html.nt-light-theme .nt-weekly-wizard__role-card .right-text {
  color: #64748B;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card {
  background: #FFFFFF;
  border-color: rgba(56, 189, 248, 0.3);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card .text {
  color: #1E293B;
}
html.nt-light-theme .nt-weekly-wizard__goals-list {
  background: #FFFFFF;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-weekly-wizard__overdue-actions select {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-weekly-wizard input, html.nt-light-theme .nt-weekly-wizard select {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-weekly-wizard input:focus, html.nt-light-theme .nt-weekly-wizard select:focus {
  border-color: #0088CC;
}
html.nt-light-theme .neglected-roles-popover {
  background: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
  color: #1E293B !important;
}
html.nt-light-theme .neglected-roles-popover .popover-title {
  color: #0088CC !important;
  border-bottom: 1px solid #E2E8F0 !important;
  font-weight: 700 !important;
}
html.nt-light-theme .neglected-roles-popover .popover-role-name {
  color: #1E293B !important;
  font-weight: 500 !important;
}
html.nt-light-theme .neglected-roles-popover .role-item {
  color: #1E293B !important;
}
html.nt-light-theme .neglected-roles-popover::after {
  border-color: #FFFFFF transparent transparent transparent !important;
}
html.nt-light-theme .nt-number-spinner {
  background: #FFFFFF;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-number-spinner:hover {
  border-color: #94A3B8;
}
html.nt-light-theme .nt-number-spinner input {
  color: #1E293B !important;
}
html.nt-light-theme .nt-number-spinner .spinner-btn {
  background: #F1F5F9;
  color: #64748B;
}
html.nt-light-theme .nt-number-spinner .spinner-btn:hover {
  background-color: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-number-spinner .spinner-btn--down {
  border-right: 1px solid #CBD5E1;
}
html.nt-light-theme .nt-number-spinner .spinner-btn--up {
  border-left: 1px solid #CBD5E1;
}
html.nt-light-theme .nt-planning-report__card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-planning-report__card-value {
  color: #1E293B;
}
html.nt-light-theme .nt-planning-report__section {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-planning-report__bar-track {
  background: #F1F5F9;
}
html.nt-light-theme .nt-planning-report__bar-segment:hover::after {
  background: #FFFFFF;
  color: #1E293B;
  border-color: #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-planning-report__table th {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-planning-report__table td {
  color: #1E293B;
  border-bottom-color: #F1F5F9;
}
html.nt-light-theme .nt-planning-report__table td:not(:first-child) {
  color: #64748B;
}
html.nt-light-theme .nt-planning-report__table tr:hover td {
  background: #F8FAFC;
}
html.nt-light-theme .nt-planning-report__weight-bar {
  background: #F1F5F9;
}
html.nt-light-theme .nt-planning-report__appt-title {
  color: #1E293B;
}
html.nt-light-theme .nt-modal--report .nt-modal__header {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-modal--report .nt-btn--ghost {
  color: #64748B;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-modal--report .nt-btn--ghost:hover {
  color: #1E293B;
  border-color: #CBD5E1;
  background: #F1F5F9;
}
html.nt-light-theme .nt-triade-comparison__legend {
  border-top-color: #F1F5F9;
}
html.nt-light-theme .nt-interruptions-container__summary {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-interruptions-container__summary-block .nt-interruption-total-count--count {
  color: #1E293B;
}
html.nt-light-theme .nt-interruptions-list-item-header .title {
  color: #1E293B;
}
html.nt-light-theme .nt-interruptions-list-item-track {
  background: #F1F5F9;
}
html.nt-light-theme {
  /* ==========================================================================
     Novos Ajustes de Modo Claro (Progress Card, Chat IA, Modais e Datepicker)
     ========================================================================== */
}
html.nt-light-theme h1:not([class*=nt-chat-msg]):not([class*=nt-priority-badge]), html.nt-light-theme h2:not([class*=nt-chat-msg]):not([class*=nt-priority-badge]), html.nt-light-theme h3:not([class*=nt-chat-msg]):not([class*=nt-priority-badge]), html.nt-light-theme h4:not([class*=nt-chat-msg]):not([class*=nt-priority-badge]), html.nt-light-theme h5:not([class*=nt-chat-msg]):not([class*=nt-priority-badge]), html.nt-light-theme h6:not([class*=nt-chat-msg]):not([class*=nt-priority-badge]) {
  color: #1E293B;
}
html.nt-light-theme .nt-progress-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: none !important;
}
html.nt-light-theme .nt-progress-card__toggle {
  color: #64748B;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
}
html.nt-light-theme .nt-progress-card__toggle:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
  border: none !important;
}
html.nt-light-theme .nt-progress-card__report-btn {
  color: #64748B !important;
}
html.nt-light-theme .nt-progress-card__report-btn svg {
  color: #0088CC !important;
}
html.nt-light-theme .nt-progress-card__report-btn:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-progress-card__report-btn:active {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-progress-card__title {
  color: #1E293B;
}
html.nt-light-theme .nt-progress-card__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-progress-card__stats {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-progress-card__stat {
  border-left-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-progress-card__stat-label {
  color: #64748B;
}
html.nt-light-theme .nt-progress-card__stat-value {
  color: #1E293B;
}
html.nt-light-theme .nt-progress-card__ring-value {
  color: #1E293B;
}
html.nt-light-theme .nt-progress-card__ring circle[stroke="#2D333B"] {
  stroke: #E2E8F0 !important;
}
@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  html.nt-light-theme .nt-header__date-nav {
    border-top: 1px solid #E2E8F0 !important;
  }
}
@media screen and (max-width: 768px) {
  html.nt-light-theme .nt-progress-card.is-minimized .nt-progress-card__stats,
  html.nt-light-theme .nt-progress-card:not(.is-expanded) .nt-progress-card__stats {
    border-top: 1px solid #E2E8F0 !important;
  }
  html.nt-light-theme .nt-progress-card.is-minimized .nt-progress-card__stat,
  html.nt-light-theme .nt-progress-card:not(.is-expanded) .nt-progress-card__stat {
    border-left-color: #E2E8F0 !important;
  }
}
html.nt-light-theme .nt-mobile-dropdown {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-mobile-dropdown button {
  color: #1E293B !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-mobile-dropdown button:hover {
  background: #F1F5F9 !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-mobile-dropdown button.is-active {
  background: #F1F5F9 !important;
  color: #0088CC !important;
  font-weight: 600 !important;
}
html.nt-light-theme .nt-mobile-dropdown__divider {
  background-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-command-bar__kbd kbd {
  background: #F1F5F9;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-command-bar__voice-btn {
  color: #64748B;
}
html.nt-light-theme .nt-command-bar__voice-btn:hover {
  color: #1E293B;
  background: #F1F5F9;
}
html.nt-light-theme .nt-sidebar-right__topbar-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-sidebar-right__section-title {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-sidebar-right__new-btn {
  background: #0088CC;
  color: #FFFFFF;
}
html.nt-light-theme .nt-sidebar-right__new-btn:hover {
  background: #006699;
}
html.nt-light-theme .nt-sidebar-right__view-all {
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-sidebar-right__view-all:hover {
  color: #0088CC;
  border-color: rgba(0, 136, 204, 0.3);
  background: rgba(0, 136, 204, 0.05);
}
html.nt-light-theme .nt-sidebar-right__action-toggle {
  color: #64748B;
}
html.nt-light-theme .nt-sidebar-right__action-toggle:hover {
  color: #1E293B;
  background: #F1F5F9;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-sidebar-right__action-toggle.is-active {
  color: #0088CC;
  background: rgba(0, 136, 204, 0.08);
  border-color: rgba(0, 136, 204, 0.2);
}
html.nt-light-theme .nt-sidebar-right__event {
  background: #FFFFFF;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-sidebar-right__event--now {
  border-left-color: #0088CC;
}
html.nt-light-theme .nt-sidebar-right__event--next {
  border-left-color: #F97316;
}
html.nt-light-theme .nt-sidebar-right__event-edit {
  background: rgba(248, 250, 252, 0.8);
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-sidebar-right__event-edit:hover {
  background: #E2E8F0;
  border-color: rgba(0, 136, 204, 0.3);
}
html.nt-light-theme .nt-sidebar-right__event-edit:hover svg {
  color: #0088CC;
}
html.nt-light-theme .nt-sidebar-right__event-title {
  color: #1E293B;
}
html.nt-light-theme .nt-sidebar-right__event-time {
  color: #0088CC;
}
html.nt-light-theme .nt-sidebar-right__event-tag--past {
  background: #F1F5F9;
  color: #64748B;
}
html.nt-light-theme .nt-sidebar-right__event-tag--now {
  background: rgba(0, 136, 204, 0.08);
  color: #0088CC;
  border-color: rgba(0, 136, 204, 0.2);
}
html.nt-light-theme .nt-sidebar-right__event-tag--next {
  background: rgba(239, 68, 68, 0.08);
  color: #EF4444;
  border-color: rgba(239, 68, 68, 0.2);
}
html.nt-light-theme .nt-sidebar-right__join-btn {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-sidebar-right__join-btn:hover {
  background: #F1F5F9;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-sidebar-right__countdown {
  background: rgba(0, 136, 204, 0.03);
  border-top-color: #E2E8F0;
}
html.nt-light-theme .nt-sidebar-right__countdown-label {
  color: #1E293B;
}
html.nt-light-theme .nt-sidebar-right__countdown-time {
  color: #1E293B;
}
html.nt-light-theme .nt-sidebar-right__countdown-time.is-negative {
  color: #EF4444;
}
html.nt-light-theme .nt-sidebar-right .nt-activity-controls__pause {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-sidebar-right .nt-activity-controls__pause:hover {
  background: #F1F5F9;
}
html.nt-light-theme .nt-sidebar-right .nt-activity-controls__interrupt {
  background: rgba(239, 68, 68, 0.08);
  border-color: rgba(239, 68, 68, 0.2);
  color: #EF4444;
}
html.nt-light-theme .nt-sidebar-right .nt-activity-controls__interrupt:hover {
  background: rgba(239, 68, 68, 0.15);
}
html.nt-light-theme .nt-sidebar-right .nt-activity-controls__complete {
  background: rgba(34, 197, 94, 0.08);
  border-color: rgba(34, 197, 94, 0.2);
  color: #22C55E;
}
html.nt-light-theme .nt-sidebar-right .nt-activity-controls__complete:hover {
  background: rgba(34, 197, 94, 0.15);
}
html.nt-light-theme .nt-sidebar-right .nt-activity-idle__icon {
  background: rgba(0, 136, 204, 0.08);
  border-color: rgba(0, 136, 204, 0.2);
  color: #0088CC;
}
html.nt-light-theme .nt-sidebar-right .nt-activity-idle__title {
  color: #1E293B;
}
html.nt-light-theme .nt-sidebar-right .nt-activity-idle__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-reminders__item {
  background: #FFFFFF;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-reminders__item--due {
  border-left-color: #EF4444;
}
html.nt-light-theme .nt-reminders__item--dismissed {
  border-left-color: #CBD5E1;
}
html.nt-light-theme .nt-reminders__item-title {
  color: #1E293B;
}
html.nt-light-theme .nt-reminders__item-time {
  color: #64748B;
}
html.nt-light-theme .nt-reminders__item-time--due {
  color: #EF4444;
}
html.nt-light-theme .nt-reminders__item-edit, html.nt-light-theme .nt-reminders__item-dismiss {
  color: #64748B;
}
html.nt-light-theme .nt-reminders__item-edit:hover, html.nt-light-theme .nt-reminders__item-dismiss:hover {
  color: #1E293B;
  background: #F1F5F9;
}
html.nt-light-theme .nt-reminders__item-edit:hover {
  color: #0088CC;
}
html.nt-light-theme .nt-reminders__item-dismiss:hover {
  color: #EF4444;
}
html.nt-light-theme .nt-reminders .nt-reminder-push-promo {
  background: rgba(0, 136, 204, 0.08) !important;
  border-color: rgba(0, 136, 204, 0.3) !important;
}
html.nt-light-theme .nt-reminders .nt-reminder-push-promo p {
  color: #1E293B !important;
}
html.nt-light-theme .nt-notes__checklist-btn {
  color: #64748B;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-notes__checklist-btn:hover {
  color: #1E293B;
  border-color: #94A3B8;
}
html.nt-light-theme .nt-notes__textarea {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-notes__textarea::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-notes__textarea:focus {
  border-color: #0088CC;
}
html.nt-light-theme .nt-notes__item {
  background: #F8FAFC;
}
html.nt-light-theme .nt-notes__item-text {
  color: #1E293B;
}
html.nt-light-theme .nt-notes__item-text::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-notes__item-text.is-done {
  color: #94A3B8;
}
html.nt-light-theme .nt-notes__item-remove {
  color: #94A3B8;
}
html.nt-light-theme .nt-notes__item-remove:hover {
  color: #EF4444;
}
html.nt-light-theme .nt-checklist__item {
  background: #F8FAFC;
}
html.nt-light-theme .nt-checklist__item input[type=checkbox] {
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-checklist__item input[type=checkbox]:checked {
  background: #22C55E;
  border-color: #22C55E;
}
html.nt-light-theme .nt-checklist__item input[type=checkbox]:hover {
  border-color: #94A3B8;
}
html.nt-light-theme .nt-checklist__item-text {
  color: #1E293B;
}
html.nt-light-theme .nt-checklist__item-text::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-checklist__item-text.is-done {
  color: #94A3B8;
}
html.nt-light-theme .nt-checklist__item-remove {
  color: #94A3B8;
}
html.nt-light-theme .nt-checklist__item-remove:hover {
  color: #EF4444;
}
html.nt-light-theme .nt-checklist__add-btn-inline {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #64748B;
}
html.nt-light-theme .nt-checklist__add-btn-inline:hover {
  color: #1E293B;
  border-color: #94A3B8;
  background: #F1F5F9;
}
html.nt-light-theme .nt-triade-btn {
  border-color: #CBD5E1;
  background: #FFFFFF;
  color: #64748B;
}
html.nt-light-theme .nt-triade-btn:hover {
  color: #1E293B;
  border-color: #94A3B8;
}
html.nt-light-theme .nt-triade-btn.is-active {
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-triade-btn.is-active.nt-triade-btn--importante {
  background: #0b81cd !important;
  border-color: #0b81cd !important;
}
html.nt-light-theme .nt-triade-btn.is-active.nt-triade-btn--urgente {
  background: #ea403b !important;
  border-color: #ea403b !important;
}
html.nt-light-theme .nt-triade-btn.is-active.nt-triade-btn--circunstancial {
  background: #f4b622 !important;
  border-color: #f4b622 !important;
}
html.nt-light-theme .nt-triade-btn.is-active.nt-triade-btn--undefined {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-triade-btn--importante .nt-triade-btn__dot {
  background: #0b81cd !important;
}
html.nt-light-theme .nt-triade-btn--urgente .nt-triade-btn__dot {
  background: #ea403b !important;
}
html.nt-light-theme .nt-triade-btn--circunstancial .nt-triade-btn__dot {
  background: #f4b622 !important;
}
html.nt-light-theme .nt-triade-btn--undefined .nt-triade-btn__dot {
  background: #64748B !important;
}
html.nt-light-theme .nt-triade-dropdown {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-triade-dropdown__option {
  color: #1E293B;
}
html.nt-light-theme .nt-triade-dropdown__option:hover {
  background: #F1F5F9;
}
html.nt-light-theme .nt-triade-dropdown__option.is-active {
  background: rgba(0, 136, 204, 0.08);
}
html.nt-light-theme .nt-recurrence-trigger-btn {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-recurrence-trigger-btn:hover {
  border-color: #94A3B8;
}
html.nt-light-theme .nt-recurrence-freq-selector {
  background: #F1F5F9;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-recurrence-freq-btn {
  color: #64748B;
}
html.nt-light-theme .nt-recurrence-freq-btn:hover {
  color: #1E293B;
  background: #FFFFFF;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-recurrence-freq-btn.is-active {
  background: rgba(0, 136, 204, 0.08);
  border-color: rgba(0, 136, 204, 0.2);
  color: #0088CC;
}
html.nt-light-theme .nt-recurrence-day-btn {
  border-color: #CBD5E1;
  background: #FFFFFF;
  color: #64748B;
}
html.nt-light-theme .nt-recurrence-day-btn:hover {
  border-color: rgba(0, 136, 204, 0.5);
  color: #1E293B;
}
html.nt-light-theme .nt-recurrence-day-btn.is-active {
  background: #0088CC;
  border-color: #0088CC;
  color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 136, 204, 0.2);
}
html.nt-light-theme .nt-recurrence-interval-control {
  background: #FFFFFF;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-recurrence-interval-control:focus-within {
  border-color: #0088CC;
}
html.nt-light-theme .nt-recurrence-interval-btn {
  color: #64748B;
}
html.nt-light-theme .nt-recurrence-interval-btn:hover {
  color: #1E293B;
  background: #F1F5F9;
}
html.nt-light-theme .nt-recurrence-interval-input {
  color: #1E293B !important;
}
html.nt-light-theme .nt-recurrence-unit-label {
  color: #64748B;
  border-left-color: #E2E8F0;
}
html.nt-light-theme .nt-recurrence-end-date {
  background: #FFFFFF;
  border-color: #CBD5E1;
  color: #1E293B;
}
html.nt-light-theme .nt-recurrence-end-date:focus {
  border-color: #0088CC;
}
html.nt-light-theme .nt-recurrence-end-group-list {
  border-color: #E2E8F0;
  background: #FFFFFF;
}
html.nt-light-theme .nt-recurrence-end-option-row {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-recurrence-end-option-row:hover {
  background: #F8FAFC;
}
html.nt-light-theme .nt-recurrence-end-option-row.is-active {
  background: rgba(0, 136, 204, 0.03);
}
html.nt-light-theme .nt-recurrence-end-option-row.is-active .nt-recurrence-radio-label {
  color: #1E293B;
}
html.nt-light-theme .nt-recurrence-end-option-row.is-active .nt-recurrence-end-chevron {
  color: #0088CC;
}
html.nt-light-theme .nt-recurrence-radio-circle {
  border-color: #CBD5E1;
  background: #FFFFFF;
}
input[type=radio]:checked + html.nt-light-theme .nt-recurrence-radio-circle {
  border-color: #0088CC;
  background: rgba(0, 136, 204, 0.08);
}
input[type=radio]:checked + html.nt-light-theme .nt-recurrence-radio-circle::after {
  background: #0088CC;
  box-shadow: 0 0 6px #0088CC;
}
html.nt-light-theme .nt-recurrence-radio-label,
html.nt-light-theme .nt-recurrence-radio-sublabel {
  color: #64748B;
}
html.nt-light-theme .nt-recurrence-occurrences-control {
  background: #FFFFFF;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-recurrence-occurrences-control:focus-within {
  border-color: #0088CC;
}
html.nt-light-theme .nt-recurrence-occurrences-btn {
  color: #64748B;
}
html.nt-light-theme .nt-recurrence-occurrences-btn:hover {
  color: #1E293B;
  background: #F1F5F9;
}
html.nt-light-theme .nt-recurrence-end-occurrences-input {
  color: #1E293B !important;
}
html.nt-light-theme .nt-recurrence-end-occurrences-input:disabled {
  color: #94A3B8;
}
html.nt-light-theme .nt-recurrence-btn--save {
  background: #0088CC;
  color: #FFFFFF;
}
html.nt-light-theme .nt-recurrence-btn--save:hover {
  background: #006699;
}
html.nt-light-theme .nt-recurrence-btn--remove {
  border-color: rgba(239, 68, 68, 0.4);
  color: #EF4444;
}
html.nt-light-theme .nt-recurrence-btn--remove:hover {
  background: rgba(239, 68, 68, 0.06);
  border-color: #EF4444;
}
html.nt-light-theme .nt-searchable-select__dropdown {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-searchable-select__option {
  color: #1E293B !important;
}
html.nt-light-theme .nt-searchable-select__option:hover {
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-searchable-select__option--create {
  color: #0088CC !important;
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-searchable-select__option--empty {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-searchable-select__option--project {
  color: #1E293B !important;
}
html.nt-light-theme .nt-searchable-select__option--project:hover {
  background: rgba(0, 136, 204, 0.06) !important;
}
html.nt-light-theme .nt-searchable-select__option--project + .nt-searchable-select__option--project, html.nt-light-theme .nt-searchable-select__option--project + .nt-searchable-select__option--goal {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-searchable-select__option--goal {
  color: #0F172A !important;
}
html.nt-light-theme .nt-searchable-select__option--goal:hover {
  background: rgba(0, 136, 204, 0.06) !important;
}
html.nt-light-theme .nt-searchable-select__option--goal + .nt-searchable-select__option--goal, html.nt-light-theme .nt-searchable-select__option--goal + .nt-searchable-select__option--project {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-searchable-select__option--delivery, html.nt-light-theme .nt-searchable-select__option--kpi {
  color: #64748B !important;
}
html.nt-light-theme .nt-searchable-select__option--delivery:hover, html.nt-light-theme .nt-searchable-select__option--kpi:hover {
  background: rgba(0, 136, 204, 0.03) !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-searchable-select__option-arrow {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-searchable-select__tag {
  background: rgba(0, 136, 204, 0.08) !important;
  border-color: rgba(0, 136, 204, 0.2) !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-searchable-select__tag-remove {
  color: #0088CC !important;
}
html.nt-light-theme .nt-expandable-trigger {
  border-color: #CBD5E1;
  background: #FFFFFF;
  color: #64748B;
}
html.nt-light-theme .nt-expandable-trigger:hover {
  color: #1E293B;
  border-color: #94A3B8;
}
html.nt-light-theme .nt-expandable-trigger[aria-expanded=true] {
  color: #0088CC;
  border-color: rgba(0, 136, 204, 0.3);
  background: rgba(0, 136, 204, 0.08);
}
html.nt-light-theme .nt-modal__side-panel {
  background: #FFFFFF;
  border-left-color: #E2E8F0;
}
html.nt-light-theme .nt-modal__side-panel.is-open {
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.03);
}
@media (max-width: 600px) {
  html.nt-light-theme .nt-modal__side-panel {
    border-top-color: #E2E8F0;
  }
  html.nt-light-theme .nt-modal__side-panel.is-open {
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.03);
  }
}
html.nt-light-theme .nt-side-panel__header {
  color: #64748B;
}
html.nt-light-theme .nt-side-panel__close {
  color: #64748B;
}
html.nt-light-theme .nt-side-panel__close:hover {
  color: #1E293B;
}
html.nt-light-theme .nt-checklist__item {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-checklist__item:hover {
  background: #FFFFFF;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-checklist__item.is-dragging {
  background: rgba(0, 136, 204, 0.03);
  border-color: #0088CC;
}
html.nt-light-theme .nt-checklist__item-check {
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-checklist__item-check.is-done {
  background: #22C55E;
  border-color: #22C55E;
}
html.nt-light-theme .nt-checklist__item-text {
  color: #1E293B;
}
html.nt-light-theme .nt-checklist__item-text.is-done {
  color: #94A3B8;
}
html.nt-light-theme .nt-checklist__item-remove {
  color: #94A3B8;
}
html.nt-light-theme .nt-checklist__item-remove:hover {
  color: #EF4444;
}
html.nt-light-theme .nt-checklist__add-btn {
  border-color: #CBD5E1;
  background: rgba(0, 136, 204, 0.08);
  color: #0088CC;
}
html.nt-light-theme .nt-checklist__add-btn:hover {
  background: rgba(0, 136, 204, 0.15);
  border-color: rgba(0, 136, 204, 0.3);
}
html.nt-light-theme .nt-attachments__item {
  background: #F1F5F9;
}
html.nt-light-theme .nt-attachments__item-name {
  color: #1E293B;
}
html.nt-light-theme .nt-attachments__item-name[href] {
  color: #0088CC;
}
html.nt-light-theme .nt-attachments__item-name[href]:hover {
  color: #006699;
}
html.nt-light-theme .nt-attachments__item-size {
  color: #64748B;
}
html.nt-light-theme .nt-attachments__item-remove {
  color: #64748B;
}
html.nt-light-theme .nt-attachments__item-remove:hover {
  color: #EF4444;
}
html.nt-light-theme .nt-attachments__item--pending {
  border-color: rgba(203, 213, 225, 0.6);
  background: rgba(0, 136, 204, 0.03);
}
html.nt-light-theme .nt-attachments__item-badge {
  color: #64748B;
  background: rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .nt-attachments__add {
  border-color: #CBD5E1;
  color: #64748B;
}
html.nt-light-theme .nt-attachments__add:hover {
  border-color: #0088CC;
  color: #0088CC;
}
html.nt-light-theme .nt-tag-field {
  background: #FFFFFF;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-tag-field:focus-within {
  border-color: #0088CC;
}
html.nt-light-theme .nt-tag-field__input.nt-modal__input {
  color: #1E293B;
}
html.nt-light-theme .nt-chat-backdrop {
  background: rgba(15, 23, 42, 0.3);
}
html.nt-light-theme .nt-chat-widget.mode-sidebar .nt-chat-widget__window {
  border-left-color: #E2E8F0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.05);
}
html.nt-light-theme .nt-chat-widget__window {
  background: rgba(255, 255, 255, 0.9);
  border-color: #E2E8F0;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-chat-widget__header {
  background: rgba(248, 250, 252, 0.8);
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-chat-widget__title {
  color: #1E293B;
}
html.nt-light-theme .nt-chat-widget__status {
  color: #64748B;
}
html.nt-light-theme .nt-chat-widget__avatar {
  background: rgba(0, 136, 204, 0.08);
  border-color: rgba(0, 136, 204, 0.2);
  color: #0088CC;
}
html.nt-light-theme .nt-chat-widget__control-btn {
  color: #64748B;
}
html.nt-light-theme .nt-chat-widget__control-btn:hover {
  color: #1E293B;
  background: #F1F5F9;
}
html.nt-light-theme .nt-chat-widget__control-btn.active-mode {
  color: #0088CC;
  background: rgba(0, 136, 204, 0.08);
}
html.nt-light-theme .nt-chat-widget__close {
  color: #64748B;
}
html.nt-light-theme .nt-chat-widget__close:hover {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.08);
}
html.nt-light-theme .nt-chat-widget__body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
html.nt-light-theme .nt-chat-widget .nt-chat-interactive-btn {
  background: rgba(0, 136, 204, 0.08);
  border-color: rgba(0, 136, 204, 0.3);
  color: #0088CC;
}
html.nt-light-theme .nt-chat-widget .nt-chat-interactive-btn:hover {
  background: rgba(0, 136, 204, 0.18);
  border-color: rgba(0, 136, 204, 0.6);
  color: #006699;
}
html.nt-light-theme .nt-chat-widget .nt-chat-list li:has(.nt-chat-interactive-btn),
html.nt-light-theme .nt-chat-widget .nt-chat-list li:has(.nt-chat-datepicker-container) {
  color: #64748B !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-list li:has(.nt-chat-interactive-btn) .nt-chat-legend-text,
html.nt-light-theme .nt-chat-widget .nt-chat-list li:has(.nt-chat-datepicker-container) .nt-chat-legend-text {
  color: #64748B !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-datepicker-container {
  background: #F1F5F9;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-chat-widget .nt-chat-datepicker-input {
  color: #1E293B;
}
html.nt-light-theme .nt-chat-widget .nt-chat-datepicker-input::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-chat-widget .nt-chat-datepicker-input.is-invalid {
  color: #EF4444;
}
html.nt-light-theme .nt-chat-widget .nt-chat-datepicker-submit {
  background: #0088CC;
  color: #FFFFFF;
}
html.nt-light-theme .nt-chat-widget .nt-chat-datepicker-submit:hover {
  background: #006699;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble em {
  color: #64748B;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble h3, html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble h4, html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble h5, html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble h6 {
  color: #1E293B;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble blockquote {
  border-left-color: #0088CC;
  color: #64748B;
  background: #F8FAFC;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble .nt-chat-hr {
  border-top-color: #E2E8F0;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble .nt-chat-inline-code {
  background: #F1F5F9;
  color: #0F172A;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble .nt-chat-code-wrapper {
  border-color: #E2E8F0;
  background: #F8FAFC;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble .nt-chat-code-header {
  background: #F1F5F9;
  color: #64748B;
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble .nt-chat-code-copy {
  color: #64748B;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble .nt-chat-code-copy:hover {
  color: #1E293B;
  background: #E2E8F0;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble .nt-chat-code {
  color: #0F172A;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble .nt-chat-code::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__actions {
  border-top-color: #E2E8F0;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__action-btn {
  background: #F1F5F9;
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__action-btn svg {
  color: #64748B;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__action-btn:hover {
  background: #E2E8F0;
  color: #1E293B;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__action-btn:hover svg {
  color: #0088CC;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__action-btn.is-speaking {
  background: rgba(239, 68, 68, 0.1);
  border-color: rgba(239, 68, 68, 0.25);
  color: #DC2626;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__action-btn.is-speaking svg {
  color: #DC2626;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__action-btn.is-speaking:hover {
  background: rgba(239, 68, 68, 0.18);
  border-color: rgba(239, 68, 68, 0.4);
  color: #B91C1C;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__action-btn.is-speaking:hover svg {
  color: #B91C1C;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble {
  background: linear-gradient(135deg, #0088CC, #0EA5E9);
  color: #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 136, 204, 0.15);
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble em {
  color: rgba(255, 255, 255, 0.7);
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble h3, html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble h4, html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble h5, html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble h6 {
  color: #FFFFFF;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble blockquote {
  border-left-color: #FFFFFF;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble .nt-chat-hr {
  border-top-color: rgba(255, 255, 255, 0.15);
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble .nt-chat-inline-code {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble .nt-chat-code-wrapper {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble .nt-chat-code-header {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble .nt-chat-code-copy {
  color: rgba(255, 255, 255, 0.7);
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble .nt-chat-code-copy:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.1);
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble .nt-chat-code {
  color: #FFFFFF;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble .nt-chat-code::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}
html.nt-light-theme .nt-chat-widget__footer {
  background: rgba(248, 250, 252, 0.8);
  border-top-color: #E2E8F0;
}
html.nt-light-theme .nt-chat-widget__input-wrapper {
  background: #FFFFFF;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-chat-widget__input-wrapper:focus-within {
  border-color: #0088CC;
}
html.nt-light-theme .nt-chat-widget__input-wrapper textarea {
  color: #1E293B;
}
html.nt-light-theme .nt-chat-widget__input-wrapper textarea::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-chat-widget__input-wrapper textarea::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
html.nt-light-theme .nt-chat-widget__voice {
  color: #64748B;
}
html.nt-light-theme .nt-chat-widget__voice:hover {
  color: #1E293B;
  background: #F1F5F9;
}
html.nt-light-theme .nt-chat-widget__send {
  background: #0088CC;
  color: #FFFFFF;
}
html.nt-light-theme .nt-chat-widget__send:hover {
  background: #006699;
}
html.nt-light-theme .nt-chat-widget .typing-indicator span {
  background: #94A3B8;
}
html.nt-light-theme .nt-dp__nav-btn {
  border-color: #E2E8F0;
  color: #64748B;
}
html.nt-light-theme .nt-dp__nav-btn:hover {
  background: #F1F5F9;
  color: #1E293B;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-dp__month-btn, html.nt-light-theme .nt-dp__year-btn {
  color: #1E293B;
}
html.nt-light-theme .nt-dp__month-btn:hover, html.nt-light-theme .nt-dp__year-btn:hover {
  background: #F1F5F9;
}
html.nt-light-theme .nt-dp__year-range, html.nt-light-theme .nt-dp__range-hint, html.nt-light-theme .nt-dp__wd, html.nt-light-theme .nt-dp__data-atual {
  color: #64748B;
}
html.nt-light-theme .nt-dp__day {
  color: #1E293B;
}
html.nt-light-theme .nt-dp__day:hover:not(:disabled):not(.nt-dp__day--selecionado):not(.nt-dp__day--range-start):not(.nt-dp__day--range-end) {
  background: #F1F5F9;
}
html.nt-light-theme .nt-dp__day--outro-mes, html.nt-light-theme .nt-dp__day.is-disabled {
  color: #CBD5E1 !important;
}
html.nt-light-theme .nt-dp__day--hoje:not(.nt-dp__day--selecionado):not(.nt-dp__day--range-start):not(.nt-dp__day--range-end) {
  color: #0088CC;
}
html.nt-light-theme .nt-dp__day--hoje:not(.nt-dp__day--selecionado):not(.nt-dp__day--range-start):not(.nt-dp__day--range-end)::after {
  background: #0088CC;
}
html.nt-light-theme .nt-dp__day--selecionado, html.nt-light-theme .nt-dp__day--range-start, html.nt-light-theme .nt-dp__day--range-end {
  background: #0088CC !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-dp__day--range-between {
  background: rgba(0, 136, 204, 0.08) !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-dp__month-item, html.nt-light-theme .nt-dp__year-item {
  color: #1E293B;
}
html.nt-light-theme .nt-dp__month-item:hover, html.nt-light-theme .nt-dp__year-item:hover {
  background: #F1F5F9;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-dp__month-item--ativo, html.nt-light-theme .nt-dp__year-item--ativo {
  background: rgba(0, 136, 204, 0.08) !important;
  border-color: #0088CC !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-dp__footer {
  border-top-color: #E2E8F0;
}
html.nt-light-theme .nt-dp__hoje-btn {
  border-color: #E2E8F0;
  color: #0088CC;
}
html.nt-light-theme .nt-dp__hoje-btn:hover {
  background: #F1F5F9;
  border-color: #0088CC;
}
html.nt-light-theme .nt-dp__time-wheel-container {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-dp__time-wheel-col.is-active-column {
  background: rgba(0, 136, 204, 0.03);
  border-color: rgba(0, 136, 204, 0.1);
}
html.nt-light-theme .nt-dp__wheel-item {
  color: #1E293B;
}
html.nt-light-theme .nt-dp__wheel-item.is-active {
  color: #0088CC;
}
html.nt-light-theme .nt-dp__time-wheel-separator {
  color: #64748B;
}
html.nt-light-theme .nt-dp__time-wheel-indicator {
  border-top-color: rgba(0, 136, 204, 0.3);
  border-bottom-color: rgba(0, 136, 204, 0.3);
  background: rgba(0, 136, 204, 0.03);
}
html.nt-light-theme .nt-dp__select-input {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-dp__select-input.is-editing {
  background: #FFFFFF;
  border-color: #0088CC;
}
html.nt-light-theme .nt-dp__select-dropdown {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
html.nt-light-theme .nt-dp__select-option {
  color: #1E293B;
}
html.nt-light-theme .nt-dp__select-option:hover {
  background: #F1F5F9;
  color: #0088CC;
}
html.nt-light-theme .nt-dp__select-option.is-selected {
  background: rgba(0, 136, 204, 0.08);
  color: #0088CC;
}
html.nt-light-theme .nt-dp__select-option.is-disabled {
  color: #CBD5E1;
}
html.nt-light-theme .nt-dp__confirm-btn {
  background: #0088CC;
  color: #FFFFFF;
}
html.nt-light-theme .nt-dp__confirm-btn:hover {
  background: #006699;
}
html.nt-light-theme .nt-dp-input {
  background: #FFFFFF;
  border-color: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-dp-input:hover {
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-dp-input:focus {
  border-color: #0088CC;
}
html.nt-light-theme .nt-unscheduled-backdrop {
  background: rgba(15, 23, 42, 0.3);
}
html.nt-light-theme .nt-unscheduled-panel {
  background: #FFFFFF;
  border-left-color: #E2E8F0;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.03);
}
html.nt-light-theme .nt-unscheduled-panel__header {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-unscheduled-panel__title {
  color: #1E293B;
}
html.nt-light-theme .nt-unscheduled-panel__count {
  background: rgba(0, 136, 204, 0.08);
  color: #0088CC;
}
html.nt-light-theme .nt-unscheduled-panel__close {
  color: #64748B;
}
html.nt-light-theme .nt-unscheduled-panel__close:hover {
  background: #F1F5F9;
  color: #1E293B;
}
html.nt-light-theme .nt-unscheduled-panel__quick-add {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-unscheduled-panel__input-group {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-unscheduled-panel__input-group:focus-within {
  border-color: #0088CC;
}
html.nt-light-theme .nt-unscheduled-panel__quick-input {
  color: #1E293B;
}
html.nt-light-theme .nt-unscheduled-panel__quick-input::placeholder {
  color: #94A3B8;
}
html.nt-light-theme .nt-unscheduled-panel__quick-btn {
  color: #64748B;
}
html.nt-light-theme .nt-unscheduled-panel__quick-btn:hover {
  background: rgba(0, 136, 204, 0.08);
  color: #0088CC;
}
html.nt-light-theme .nt-unscheduled-panel__hint {
  color: #64748B;
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-unscheduled-panel__folder-select-wrap {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-unscheduled-panel__folder-select {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #1E293B;
}
html.nt-light-theme .nt-unscheduled-panel__folder-select:hover {
  background: #F1F5F9;
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-unscheduled-panel__folder-select:focus {
  border-color: #0088CC;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.08);
}
html.nt-light-theme .nt-unscheduled-panel__folder-select option {
  background-color: #FFFFFF;
  color: #1E293B;
}
html.nt-light-theme .nt-unscheduled-item:hover {
  background: #F8FAFC;
}
html.nt-light-theme .nt-unscheduled-item__drag-handle {
  color: #94A3B8;
}
html.nt-light-theme .nt-unscheduled-item__title {
  color: #1E293B;
}
html.nt-light-theme .nt-unscheduled-item__due {
  color: #64748B;
}
html.nt-light-theme {
  /* ==========================================================================
     Novos Overrides de Modo Claro - Parte 3
     ========================================================================== */
}
html.nt-light-theme table thead th, html.nt-light-theme table th, html.nt-light-theme .nt-table thead th, html.nt-light-theme .nt-table th {
  background-color: #F8FAFC !important;
  color: #64748B !important;
  border-bottom: 2px solid #E2E8F0 !important;
  font-weight: 700 !important;
}
html.nt-light-theme .nt-empty-state {
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  backdrop-filter: blur(4px) !important;
}
html.nt-light-theme .nt-empty-state:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(0, 136, 204, 0.3) !important;
}
html.nt-light-theme #goals-empty-state {
  border-color: #E2E8F0 !important;
}
html.nt-light-theme #goals-empty-state #goals-empty-title {
  color: #1E293B !important;
}
html.nt-light-theme #goals-empty-state #goals-empty-subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-bulk-actions-bar__container {
  background: rgba(255, 255, 255, 0.85) !important;
  border: 1px solid rgba(226, 232, 240, 0.8) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}
html.nt-light-theme .nt-bulk-actions-bar__badge {
  background: #0088CC !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-bulk-actions-bar__text {
  color: #1E293B !important;
}
html.nt-light-theme .nt-bulk-actions-bar__divider {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-bulk-actions-bar__close {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-bulk-actions-bar__close:hover {
  background: #F1F5F9 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-bulk-actions-bar__btn {
  background: transparent !important;
  border-color: transparent !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-bulk-actions-bar__btn:hover {
  background: #F8FAFC !important;
  color: #1E293B !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-bulk-actions-bar__btn--complete:hover {
  color: #22C55E !important;
  background: rgba(34, 197, 94, 0.08) !important;
}
html.nt-light-theme .nt-bulk-actions-bar__btn--cancel:hover {
  color: #F97316 !important;
  background: rgba(249, 115, 22, 0.08) !important;
}
html.nt-light-theme .nt-bulk-actions-bar__btn--date:hover {
  color: #0088CC !important;
  background: rgba(0, 136, 204, 0.08) !important;
}
html.nt-light-theme .nt-bulk-actions-bar__btn--duplicate:hover {
  color: #A855F7 !important;
  background: rgba(168, 85, 247, 0.08) !important;
}
html.nt-light-theme .nt-bulk-actions-bar__btn--delete:hover {
  color: #EF4444 !important;
  background: rgba(239, 68, 68, 0.08) !important;
}
html.nt-light-theme .nt-modal--appointments-all {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--appointments-all .nt-appointments-all__date {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--appointments-all .nt-appointments-all__page-link {
  color: #0088CC !important;
}
html.nt-light-theme .nt-modal--appointments-all .nt-appointments-all__page-link:hover {
  color: #006699 !important;
}
html.nt-light-theme .nt-modal--appointments-all .nt-appointments-all__loading {
  color: #64748B !important;
}
html.nt-light-theme .nt-appt-section__header--past {
  color: #64748B !important;
}
html.nt-light-theme .nt-appt-section__header--now {
  color: #0088CC !important;
}
html.nt-light-theme .nt-appt-section__header--next {
  color: #F97316 !important;
}
html.nt-light-theme .nt-appt-section__count {
  background: #F1F5F9 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-appt-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-appt-card--now {
  border-left: 3px solid #0088CC !important;
}
html.nt-light-theme .nt-appt-card--next {
  border-left: 3px solid #F97316 !important;
}
html.nt-light-theme .nt-appt-card__marker-time {
  color: #64748B !important;
}
html.nt-light-theme .nt-appt-card__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-appt-card__time {
  color: #0088CC !important;
}
html.nt-light-theme .nt-appt-card__location {
  color: #64748B !important;
}
html.nt-light-theme .nt-appt-card__tag--past {
  background: #F1F5F9 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-appt-card__tag--now {
  background: rgba(0, 136, 204, 0.08) !important;
  color: #0088CC !important;
  border-color: rgba(0, 136, 204, 0.2) !important;
}
html.nt-light-theme .nt-appt-card__tag--next {
  background: rgba(249, 115, 22, 0.08) !important;
  color: #F97316 !important;
  border-color: rgba(249, 115, 22, 0.2) !important;
}
html.nt-light-theme .nt-appt-card__edit-btn {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-appt-card__edit-btn:hover {
  color: #1E293B !important;
  background: #E2E8F0 !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-layout--wizard {
  background-color: #F4F6F9 !important;
}
html.nt-light-theme .nt-layout--wizard .nt-main {
  background: #F4F6F9 !important;
}
html.nt-light-theme .nt-layout--wizard .nt-header {
  background: #FFFFFF !important;
  border-bottom: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__header {
  border-bottom: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .steps-progress-line {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .steps-progress-fill {
  background: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .step-num {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: transparent !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .step-label {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .nt-weekly-wizard__step.is-active .step-num {
  background: #0088CC !important;
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .nt-weekly-wizard__step.is-active .step-label {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .nt-weekly-wizard__step.is-completed .step-num {
  background: #22C55E !important;
  border-color: #22C55E !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .nt-weekly-wizard__step.is-completed .step-label {
  color: #22C55E !important;
}
html.nt-light-theme .nt-weekly-wizard__role-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__role-card .role-name {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__role-card .role-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__role-card .right-text {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__overdue-item {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__overdue-item .nt-weekly-wizard__overdue-info .title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__day-col {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__day-col .header .day-name {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__day-col .header .day-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-container {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip .date-group .date-label {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__goal-item {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__goal-item .header .title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__goal-item .desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__limits-details h4 {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__limits-details form {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__limits-details form .field label {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__limits-details form .field input {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__limits-details form .field input:focus {
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__date-input {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__date-input:focus {
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__link-list .link-item {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__link-list .link-item:hover {
  background: rgba(0, 136, 204, 0.08) !important;
  border-color: #0088CC !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--overloaded {
  background: #FEF2F2 !important;
  border-color: #FCA5A5 !important;
  color: #EF4444 !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--overloaded strong {
  color: #B91C1C !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected {
  background: #FEFCE8 !important;
  border-color: #FEF08A !important;
  color: #CA8A04 !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected strong {
  color: #854D0E !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected .neglected-roles-trigger {
  color: #854D0E !important;
}
html.nt-light-theme .nt-weekly-wizard__goal-tasks, html.nt-light-theme .nt-weekly-wizard__role-tasks {
  border-top-color: rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-weekly-wizard__goal-tasks h5, html.nt-light-theme .nt-weekly-wizard__role-tasks h5 {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__goal-tasks ul li, html.nt-light-theme .nt-weekly-wizard__role-tasks ul li {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__no-tasks-info {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-box {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-box:focus-within {
  border-color: #0088CC !important;
  box-shadow: 0 0 12px rgba(0, 136, 204, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-box textarea {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-box textarea::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-badge {
  background: rgba(0, 136, 204, 0.08) !important;
  color: #0088CC !important;
  border-color: rgba(0, 136, 204, 0.2) !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-badge .remove-btn {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__dump-instruction {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__dump-instruction strong {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__section-list {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-weekly-wizard__section-list h4 {
  color: #1E293B !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__dump-item {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__dump-item:hover {
  background-color: #F8FAFC !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-weekly-wizard__empty-state {
  border-color: #CBD5E1 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card {
  background: #FFFFFF !important;
  border-color: rgba(0, 136, 204, 0.15) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card #wizard-mentor-tip-container {
  color: #334155 !important;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card #wizard-mentor-tip-container strong {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card .mentor-tip-action {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card .mentor-tip-action .mentor-link-eval {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card .mentor-tip-action .mentor-link-eval:hover {
  color: #006699 !important;
}
html.nt-light-theme .nt-weekly-wizard__planned-week-badge {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__planned-week-badge .calendar-icon {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__planned-week-badge strong {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__nav-footer {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip .info-group .title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip .date-group .date-label {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__overdue-actions select {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__role-card.no-task {
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-number-spinner {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-number-spinner:hover {
  border-color: #94A3B8 !important;
}
html.nt-light-theme .nt-number-spinner input {
  color: #1E293B !important;
}
html.nt-light-theme .nt-number-spinner .spinner-btn {
  background: #F1F5F9 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-number-spinner .spinner-btn:hover {
  background-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-number-spinner .spinner-btn--down {
  border-right-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-number-spinner .spinner-btn--up {
  border-left-color: #CBD5E1 !important;
}
html.nt-light-theme .neglected-roles-popover {
  background: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
  color: #1E293B !important;
}
html.nt-light-theme .neglected-roles-popover .popover-title {
  color: #0088CC !important;
  border-bottom: 1px solid #E2E8F0 !important;
  font-weight: 700 !important;
}
html.nt-light-theme .neglected-roles-popover .popover-role-name {
  color: #1E293B !important;
  font-weight: 500 !important;
}
html.nt-light-theme .neglected-roles-popover .role-item {
  color: #1E293B !important;
}
html.nt-light-theme .neglected-roles-popover::after {
  border-color: #FFFFFF transparent transparent transparent !important;
}
html.nt-light-theme .nt-planning__nav-btn {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__nav-btn:hover {
  color: #1E293B !important;
  border-color: #CBD5E1 !important;
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-planning__today-btn {
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__today-btn:hover {
  color: #1E293B !important;
  border-color: #CBD5E1 !important;
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-planning__report-btn {
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__report-btn:hover {
  color: #0088CC !important;
  border-color: rgba(0, 136, 204, 0.3) !important;
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-planning__tabs {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__tab {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__tab:hover {
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning__tab.is-active {
  background: #FFFFFF !important;
  color: #1E293B !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-planning__month {
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__weekdays {
  background: #F8FAFC !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__weekday {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__day {
  border-right-color: #E2E8F0 !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__day:hover {
  background: rgba(0, 136, 204, 0.03) !important;
}
html.nt-light-theme .nt-planning__day--today {
  background: rgba(0, 136, 204, 0.05) !important;
}
html.nt-light-theme .nt-planning__day--today .nt-planning__day-number {
  background: #0088CC !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-planning__day-number {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__day-pill--task {
  background: #E0F2FE !important;
  color: #0369A1 !important;
}
html.nt-light-theme .nt-planning__day-pill--appointment {
  background: #FFEDD5 !important;
  color: #C2410C !important;
}
html.nt-light-theme .nt-planning__day-pill--more {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__week {
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__week-header-gutter {
  background: #F8FAFC !important;
  border-bottom-color: #E2E8F0 !important;
  border-right-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__week-day-header {
  background: #F8FAFC !important;
  border-bottom-color: #E2E8F0 !important;
  border-right-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__week-day-name {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__week-day-num {
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning__week-gutter {
  border-right-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__week-hour-label {
  color: #64748B !important;
  border-bottom-color: rgba(226, 232, 240, 0.5) !important;
}
html.nt-light-theme .nt-planning__week-tasks-gutter {
  background: #F8FAFC !important;
  border-bottom-color: #E2E8F0 !important;
  border-right-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__week-col-tasks {
  background: rgba(0, 0, 0, 0.02) !important;
  border-bottom-color: #E2E8F0 !important;
  border-right-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__week-task-pill {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-left: 3.5px solid #0088CC !important;
  color: #1E293B !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-planning__week-task-pill:hover {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-planning__week-event--appointment {
  background: #FFF7ED !important;
  border: 1px solid #FFEDD5 !important;
  border-left: 2px solid #F97316 !important;
  color: #7C2D12 !important;
}
html.nt-light-theme .nt-planning__week-event--appointment:hover {
  background: #FFEDD5 !important;
  border-color: #FED7AA !important;
}
html.nt-light-theme .nt-planning__week-col {
  border-right-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__week-slot {
  border-bottom-color: rgba(226, 232, 240, 0.4) !important;
}
html.nt-light-theme .nt-planning__year-month {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__year-month:hover {
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-planning__year-month-name {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__year-dot {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__year-dot--low {
  background: #BAE6FD !important;
}
html.nt-light-theme .nt-planning__year-dot--mid {
  background: #38BDF8 !important;
}
html.nt-light-theme .nt-planning__year-dot--high {
  background: #0284C7 !important;
}
html.nt-light-theme .nt-planning__year-total {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__add-menu {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-planning__add-menu-item {
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning__add-menu-item:hover {
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-planning__day-modal-add {
  background: rgba(0, 136, 204, 0.05) !important;
  border-color: rgba(0, 136, 204, 0.2) !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-planning__day-modal-add:hover {
  background: rgba(0, 136, 204, 0.1) !important;
}
html.nt-light-theme .nt-planning__day-modal {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-planning__day-modal-header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__day-modal-close {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__day-modal-close:hover {
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning__day-summary {
  background: transparent !important;
}
html.nt-light-theme .nt-planning__day-stat {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-planning__day-stat-value {
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning__day-stat-label {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__day-item {
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning__day-item svg {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning__day-item--clickable:hover {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-planning__help-btn {
  background: rgba(0, 136, 204, 0.08) !important;
  border-color: rgba(0, 136, 204, 0.2) !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-planning__help-btn:hover {
  background: rgba(0, 136, 204, 0.15) !important;
  border-color: rgba(0, 136, 204, 0.3) !important;
}
html.nt-light-theme .nt-page-header__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-page-header__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-modal__header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--wizard .nt-modal__header #nt-goal-modal-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-modal__header #nt-goal-modal-close {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-modal__header #nt-goal-modal-close:hover {
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-modal__label {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-modal__textarea,
html.nt-light-theme .nt-modal--wizard .nt-modal__input {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-modal__textarea::placeholder,
html.nt-light-theme .nt-modal--wizard .nt-modal__input::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-modal--wizard .nt-modal__textarea:focus,
html.nt-light-theme .nt-modal--wizard .nt-modal__input:focus {
  border-color: #0088CC !important;
  box-shadow: 0 0 10px rgba(0, 136, 204, 0.15) !important;
}
html.nt-light-theme .nt-modal--wizard label[for=nt-goal-is-numeric-progress] {
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--wizard #nt-goal-numeric-progress-fields {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--wizard #nt-goal-is-decreasing {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-guide-box {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--wizard .nt-guide-box__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-guide-box__list li {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-review-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--wizard .nt-review-textarea {
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-review-textarea:hover {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-modal--wizard .nt-review-textarea:focus {
  border-color: #0088CC !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 8px rgba(0, 136, 204, 0.15) !important;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-footer {
  border-top-color: #E2E8F0 !important;
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-footer .nt-modal__cancel-btn {
  border-color: #CBD5E1 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-wizard-footer .nt-modal__cancel-btn:hover {
  background: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-icon-picker-btn {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #64748B !important;
  box-shadow: none !important;
}
html.nt-light-theme .nt-modal--wizard .nt-icon-picker-btn:hover {
  color: #1E293B !important;
  background: #F1F5F9 !important;
  border-color: #94A3B8 !important;
  transform: translateY(-1px);
}
html.nt-light-theme .nt-modal--wizard .nt-icon-picker-btn:focus {
  outline: none !important;
  border-color: #0088CC !important;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.2) !important;
}
html.nt-light-theme .nt-modal--wizard .nt-icon-picker-btn:disabled {
  opacity: 0.4 !important;
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
  color: #94A3B8 !important;
  cursor: not-allowed !important;
}
html.nt-light-theme .nt-modal--wizard .nt-icon-picker-btn.is-active {
  color: #FFFFFF !important;
  background: #0EA5E9 !important;
  border-color: #0EA5E9 !important;
  box-shadow: 0 0 8px rgba(14, 165, 233, 0.2) !important;
}
html.nt-light-theme .nt-modal--wizard .nt-chat-container {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--wizard .nt-chat-bubble--ai .nt-chat-bubble__content {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--wizard .nt-chat-bubble--user .nt-chat-bubble__content {
  background: rgba(0, 136, 204, 0.08) !important;
  border-color: rgba(0, 136, 204, 0.2) !important;
}
html.nt-light-theme .nt-modal--wizard .nt-chat-bubble__text {
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-chat-bubble__subtext {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--wizard .nt-chat-input-area {
  background: #F8FAFC !important;
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--wizard .nt-chat-input-wrapper {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-modal--wizard .nt-chat-input {
  color: #1E293B !important;
}
html.nt-light-theme #nt-goal-details-backdrop {
  background: rgba(15, 23, 42, 0.3) !important;
}
html.nt-light-theme .nt-modal--details {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__header {
  border-bottom-color: #E2E8F0 !important;
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__header #nt-goal-details-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__header #nt-goal-details-dates {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__header #nt-goal-details-dates strong {
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__header span[style*="color: rgba(255, 255, 255, 0.15)"] {
  color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__header #nt-goal-details-progress-text {
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__header #nt-btn-close-goal-details {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__header #nt-btn-close-goal-details:hover {
  background: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__body {
  background: #FFFFFF !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__smart-col {
  border-right-color: #E2E8F0 !important;
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__smart-col h3 {
  color: #0088CC !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__smart-col p {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--details .nt-smart-pillar-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--details .nt-smart-pillar-card h4 {
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--details .nt-smart-pillar-card p {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__timeline-col h3 {
  color: #0088CC !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__timeline-col p {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__chart-container {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__chart-container #nt-goal-details-chart-placeholder {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__day-details {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__day-details div[style*=border-bottom] {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__day-details #nt-goal-details-day-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--details .nt-goal-details__day-empty {
  background: rgba(248, 250, 252, 0.5) !important;
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .swal2-popup {
  background: #FFFFFF !important;
  color: #1E293B !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .swal2-popup .swal2-title {
  color: #1E293B !important;
}
html.nt-light-theme .swal2-popup .swal2-html-container {
  color: #334155 !important;
}
html.nt-light-theme .swal2-popup #swal-interrupt-category,
html.nt-light-theme .swal2-popup #swal-interrupt-duration,
html.nt-light-theme .swal2-popup #swal-interrupt-notes {
  background: #F8FAFC !important;
  border: 1px solid #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .swal2-popup #swal-interrupt-category option,
html.nt-light-theme .swal2-popup #swal-interrupt-duration option,
html.nt-light-theme .swal2-popup #swal-interrupt-notes option {
  background: #FFFFFF !important;
  color: #1E293B !important;
}
html.nt-light-theme .swal2-popup label {
  color: #64748B !important;
}
html.nt-light-theme .swal2-popup .swal2-confirm {
  background-color: #EF4444 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .swal2-popup .swal2-cancel {
  background-color: #E2E8F0 !important;
  color: #475569 !important;
}
html.nt-light-theme .swal2-popup .swal2-cancel:hover {
  background-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-onboarding,
html.nt-light-theme .nt-planning-onboarding {
  background: rgba(15, 23, 42, 0.6) !important;
  backdrop-filter: blur(6px) !important;
}
html.nt-light-theme .nt-onboarding__card,
html.nt-light-theme .nt-planning-onboarding__card {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-onboarding__skip,
html.nt-light-theme .nt-planning-onboarding__skip {
  color: #64748B !important;
}
html.nt-light-theme .nt-onboarding__skip:hover,
html.nt-light-theme .nt-planning-onboarding__skip:hover {
  color: #0F172A !important;
}
html.nt-light-theme .nt-onboarding__progress-bar,
html.nt-light-theme .nt-planning-onboarding__progress-bar {
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-onboarding__progress-fill,
html.nt-light-theme .nt-planning-onboarding__progress-fill {
  background: #0088CC !important;
}
html.nt-light-theme .nt-onboarding__progress-label,
html.nt-light-theme .nt-planning-onboarding__progress-label {
  color: #64748B !important;
}
html.nt-light-theme .nt-onboarding__title,
html.nt-light-theme .nt-planning-onboarding__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-onboarding__title span,
html.nt-light-theme .nt-planning-onboarding__title span {
  color: #0088CC !important;
}
html.nt-light-theme .nt-onboarding__text,
html.nt-light-theme .nt-planning-onboarding__text {
  color: #475569 !important;
}
html.nt-light-theme .nt-onboarding__text strong,
html.nt-light-theme .nt-planning-onboarding__text strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-onboarding__triade-item, html.nt-light-theme .nt-onboarding__tour-item, html.nt-light-theme .nt-onboarding__tip,
html.nt-light-theme .nt-planning-onboarding__triade-item,
html.nt-light-theme .nt-planning-onboarding__tour-item,
html.nt-light-theme .nt-planning-onboarding__tip {
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-onboarding__triade-item strong, html.nt-light-theme .nt-onboarding__tour-item strong, html.nt-light-theme .nt-onboarding__tip strong,
html.nt-light-theme .nt-planning-onboarding__triade-item strong,
html.nt-light-theme .nt-planning-onboarding__tour-item strong,
html.nt-light-theme .nt-planning-onboarding__tip strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-onboarding__triade-item p, html.nt-light-theme .nt-onboarding__triade-item__tip-text, html.nt-light-theme .nt-onboarding__tour-item p, html.nt-light-theme .nt-onboarding__tour-item__tip-text, html.nt-light-theme .nt-onboarding__tip p, html.nt-light-theme .nt-onboarding__tip__tip-text,
html.nt-light-theme .nt-planning-onboarding__triade-item p,
html.nt-light-theme .nt-planning-onboarding__triade-item__tip-text,
html.nt-light-theme .nt-planning-onboarding__tour-item p,
html.nt-light-theme .nt-planning-onboarding__tour-item__tip-text,
html.nt-light-theme .nt-planning-onboarding__tip p,
html.nt-light-theme .nt-planning-onboarding__tip__tip-text {
  color: #64748B !important;
}
html.nt-light-theme .nt-onboarding__triade-item__tip-title, html.nt-light-theme .nt-onboarding__tour-item__tip-title, html.nt-light-theme .nt-onboarding__tip__tip-title,
html.nt-light-theme .nt-planning-onboarding__triade-item__tip-title,
html.nt-light-theme .nt-planning-onboarding__tour-item__tip-title,
html.nt-light-theme .nt-planning-onboarding__tip__tip-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-onboarding__select,
html.nt-light-theme .nt-planning-onboarding__select {
  background: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  color: #1E293B !important;
  color-scheme: light !important;
}
html.nt-light-theme .nt-onboarding__select:focus,
html.nt-light-theme .nt-planning-onboarding__select:focus {
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-onboarding__next,
html.nt-light-theme .nt-planning-onboarding__next {
  background: #0088CC !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-onboarding__next:hover,
html.nt-light-theme .nt-planning-onboarding__next:hover {
  background: #0077B3 !important;
}
html.nt-light-theme .nt-onboarding__back,
html.nt-light-theme .nt-planning-onboarding__back {
  border-color: #CBD5E1 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-onboarding__back:hover,
html.nt-light-theme .nt-planning-onboarding__back:hover {
  color: #0F172A !important;
  border-color: #94A3B8 !important;
}
html.nt-light-theme .nt-header__notifications-dropdown {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-header__notifications-dropdown-header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-header__notifications-dropdown-header h4 {
  color: #0F172A !important;
}
html.nt-light-theme .nt-header__notifications-dropdown-header button {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-header__notifications-dropdown-header button:hover {
  color: #EF4444 !important;
}
html.nt-light-theme .nt-header__notifications-dropdown-list .empty-state {
  color: #64748B !important;
}
html.nt-light-theme .nt-header__notifications-dropdown-item {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  border-left-color: #0088CC !important;
}
html.nt-light-theme .nt-header__notifications-dropdown-item strong {
  color: #1E293B !important;
}
html.nt-light-theme .nt-header__notifications-dropdown-item span {
  color: #64748B !important;
}
html.nt-light-theme .nt-header__notifications-dropdown-item .dismiss-btn {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-header__notifications-dropdown-item .dismiss-btn:hover {
  color: #EF4444 !important;
}
html.nt-light-theme .nt-avatar-hover-card {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(124, 58, 237, 0.3) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08), 0 0 15px rgba(124, 58, 237, 0.1) !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-avatar-hover-card--bottom::before {
  border-color: transparent transparent rgba(255, 255, 255, 0.96) transparent !important;
}
html.nt-light-theme .nt-avatar-hover-card--top::before {
  border-color: rgba(255, 255, 255, 0.96) transparent transparent transparent !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__name {
  color: #0F172A !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__plan-info {
  color: #64748B !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__plan-val {
  color: #0F172A !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__progress-bar {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__progress-text {
  color: #64748B !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__featured {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__featured-content {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__featured-content.is-empty {
  background: transparent !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__featured-content.is-empty span {
  color: #64748B !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__featured-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__featured-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__footer {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-avatar-hover-card .nt-avatar-hover-card__avatar-wrapper {
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-dp__day:hover:not(:disabled):not(.nt-dp__day--selecionado):not(.nt-dp__day--range-start):not(.nt-dp__day--range-end) {
  background: #E2E8F0 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-planning__day:hover {
  background: rgba(0, 136, 204, 0.04) !important;
  border-color: rgba(0, 136, 204, 0.3) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme {
  /* ==========================================================================
     Weekly Planning Wizard (Assistente de Planejamento) Overrides
     ========================================================================== */
}
html.nt-light-theme .nt-layout--wizard {
  background-color: #F4F6F9 !important;
}
html.nt-light-theme .nt-layout--wizard .nt-main {
  background: #F4F6F9 !important;
}
html.nt-light-theme .nt-layout--wizard .nt-header {
  border-bottom: 1px solid #E2E8F0 !important;
  background: #FFFFFF !important;
}
html.nt-light-theme .nt-weekly-wizard__header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__panel h3 {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__panel p {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator {
  background: transparent !important;
  border: none !important;
  padding: 16px 10% !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .steps-progress-line {
  background: #E2E8F0 !important;
  height: 2px !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .steps-progress-fill {
  background: linear-gradient(90deg, #0088CC, #0EA5E9) !important;
  height: 2px !important;
  box-shadow: 0 0 8px rgba(0, 136, 204, 0.4) !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .step-num {
  background: #E2E8F0 !important;
  border: 2px solid #CBD5E1 !important;
  width: 14px !important;
  height: 14px !important;
  color: transparent !important;
  font-size: 0 !important;
  transition: all 0.3s ease !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .step-num:hover {
  border-color: #0088CC !important;
  transform: scale(1.1) !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .step-label {
  font-size: 13px !important;
  color: transparent !important;
  opacity: 0 !important;
  transition: all 0.3s ease !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .nt-weekly-wizard__step.is-active .step-num {
  background: #0088CC !important;
  border-color: #0088CC !important;
  box-shadow: 0 0 12px rgba(0, 136, 204, 0.6) !important;
  transform: scale(1.2) !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .nt-weekly-wizard__step.is-active .step-label {
  color: #1E293B !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .nt-weekly-wizard__step.is-completed .step-num {
  background: #0088CC !important;
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__steps-indicator .nt-weekly-wizard__step.is-completed .step-label {
  color: transparent !important;
  opacity: 0 !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-box {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-box:focus-within {
  border-color: #0088CC !important;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.15), inset 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-box textarea {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-box textarea::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-badge {
  background: rgba(0, 136, 204, 0.08) !important;
  color: #0088CC !important;
  border-color: rgba(0, 136, 204, 0.2) !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-badge .remove-btn {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__tag-badge .remove-btn:hover {
  color: #0077B3 !important;
}
html.nt-light-theme .nt-weekly-wizard__dump-instruction {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__section-list {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-weekly-wizard__section-list h4 {
  color: #64748B !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__dump-item {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__dump-item:hover {
  background-color: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-weekly-wizard__dump-delete {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-weekly-wizard__dump-delete:hover {
  color: #EF4444 !important;
}
html.nt-light-theme .nt-weekly-wizard__empty-state {
  border-color: #CBD5E1 !important;
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-weekly-wizard__overdue-item {
  background: rgba(239, 68, 68, 0.08) !important;
  border-color: rgba(239, 68, 68, 0.25) !important;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.06) !important;
}
html.nt-light-theme .nt-weekly-wizard__overdue-item:hover {
  background: rgba(239, 68, 68, 0.14) !important;
  border-color: rgba(239, 68, 68, 0.4) !important;
}
html.nt-light-theme .nt-weekly-wizard__overdue-info .title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__overdue-info .date {
  color: #EF4444 !important;
  font-weight: 600 !important;
}
html.nt-light-theme .nt-weekly-wizard__overdue-actions select {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__goal-item {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01) !important;
}
html.nt-light-theme .nt-weekly-wizard__goal-item .header .title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__goal-item .desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__goal-tasks, html.nt-light-theme .nt-weekly-wizard__role-tasks {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__goal-tasks h5, html.nt-light-theme .nt-weekly-wizard__role-tasks h5 {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-weekly-wizard__goal-tasks ul li, html.nt-light-theme .nt-weekly-wizard__role-tasks ul li {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__no-tasks-info {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-weekly-wizard__role-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01) !important;
}
html.nt-light-theme .nt-weekly-wizard__role-card.no-task {
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__role-item .left .name {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__limits-details h4 {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__limits-details form {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01) !important;
}
html.nt-light-theme .nt-weekly-wizard__limits-details form .field label {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard .nt-number-spinner {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-weekly-wizard .nt-number-spinner:hover {
  border-color: #94A3B8 !important;
}
html.nt-light-theme .nt-weekly-wizard .nt-number-spinner:focus-within {
  border-color: #0088CC !important;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.15) !important;
}
html.nt-light-theme .nt-weekly-wizard .nt-number-spinner input {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard .nt-number-spinner .spinner-btn {
  background: rgba(0, 0, 0, 0.02) !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard .nt-number-spinner .spinner-btn:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard .nt-number-spinner .spinner-btn--down {
  border-right: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard .nt-number-spinner .spinner-btn--up {
  border-left: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-container {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__unplanned-chip .date-group .date-label {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__day-col {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
  border-radius: 8px !important;
}
html.nt-light-theme .nt-weekly-wizard__day-col .header .title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__day-col .header .date {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__day-col .empty {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-weekly-wizard__day-section {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
html.nt-light-theme .nt-weekly-wizard__day-section .section-title {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__day-section .empty {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--task {
  background-color: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  color: #1E293B !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--task .title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--task:hover {
  background-color: #F8FAFC !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--appt {
  background: #F0F9FF !important;
  border: 1px solid #BAE6FD !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--appt .title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--appt .time-badge {
  background: #E0F2FE !important;
  color: #0369A1 !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip--appt:hover {
  background: #E0F2FE !important;
  border-color: #7DD3FC !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip-unschedule {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__day-chip-unschedule:hover {
  color: #EF4444 !important;
  background-color: rgba(239, 68, 68, 0.1) !important;
}
html.nt-light-theme .nt-weekly-wizard__day-header-row {
  border-bottom: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__nav-footer {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__planned-week-badge {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__planned-week-badge strong {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card {
  background: #F0F9FF !important;
  border-color: rgba(14, 165, 233, 0.2) !important;
  box-shadow: 0 4px 15px rgba(0, 136, 204, 0.04) !important;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card #wizard-mentor-tip-container {
  color: #0369A1 !important;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card #wizard-mentor-tip-container strong {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card .mentor-tip-action {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card .mentor-tip-action .mentor-link-eval {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__mentor-tip-card .mentor-tip-action .mentor-link-eval:hover {
  color: #0077B3 !important;
  text-shadow: none !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--overloaded {
  background: #FEF2F2 !important;
  border-color: #FCA5A5 !important;
  color: #991B1B !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--overloaded strong {
  color: #DC2626 !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected {
  background: #FFFBEB !important;
  border-color: #FDE68A !important;
  color: #92400E !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected strong {
  color: #D97706 !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected .neglected-roles-trigger {
  color: #D97706 !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected .neglected-roles-popover {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected .neglected-roles-popover .popover-title {
  color: #0088CC !important;
  border-bottom: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected .neglected-roles-popover .popover-role-name {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--neglected .neglected-roles-popover::after {
  border-color: #FFFFFF transparent transparent transparent !important;
}
html.nt-light-theme .nt-weekly-wizard__coach-alert--balanced {
  background: #F0FDF4 !important;
  border-color: #BBF7D0 !important;
  color: #166534 !important;
}
html.nt-light-theme .nt-weekly-wizard__add-action-menu {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-weekly-wizard__add-action-item {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__add-action-item:hover {
  background-color: rgba(0, 136, 204, 0.08) !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__add-action-item:hover .nt-weekly-wizard__add-action-icon {
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__add-action-icon {
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__schedule-select {
  background-color: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__schedule-select option {
  background: #FFFFFF !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__drag-banner {
  background: rgba(0, 136, 204, 0.05) !important;
  border-color: rgba(0, 136, 204, 0.15) !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__date-input {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__task-li {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-weekly-wizard__task-li:hover {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-weekly-wizard__task-li .left-content .task-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__task-li .right-content .duration-badge {
  background: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-weekly-wizard__task-li .right-content .date-text {
  color: #64748B !important;
}
html.nt-light-theme .nt-swal-confirm-text {
  color: #1E293B !important;
}
html.nt-light-theme .nt-grouped-loading {
  color: #64748B !important;
}
html.nt-light-theme .nt-grouped-loading__spinner {
  border: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-top-color: #a855f7 !important;
}
html.nt-light-theme .nt-appointments-all__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 64px 0;
  color: #64748B !important;
  font-size: 14px;
  width: 100%;
}
html.nt-light-theme .nt-appointments-all__spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(0, 0, 0, 0.1) !important;
  border-top-color: #0088CC !important;
  border-radius: 50%;
  animation: nt-spin 0.8s linear infinite;
}
html.nt-light-theme .nt-skeleton-card,
html.nt-light-theme .nt-skeleton-reminder {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  border-left-color: rgba(0, 0, 0, 0.1) !important;
}
html.nt-light-theme .nt-skeleton-line {
  background: linear-gradient(90deg, #E2E8F0 25%, #F1F5F9 37%, #E2E8F0 63%) !important;
  background-size: 200% 100% !important;
}
html.nt-light-theme .nt-input {
  background: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-input::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-input:focus {
  border-color: #0088CC !important;
  box-shadow: 0 0 0 2px rgba(0, 136, 204, 0.15) !important;
}
html.nt-light-theme .nt-btn:not(.nt-btn--primary):not(.nt-btn--danger):not(.nt-btn--success) {
  color: #1E293B;
}
html.nt-light-theme .nt-btn--secondary {
  background: rgba(0, 136, 204, 0.08) !important;
  border: 1px solid rgba(0, 136, 204, 0.25) !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-btn--secondary:hover:not(:disabled) {
  background: rgba(0, 136, 204, 0.15) !important;
  border-color: rgba(0, 136, 204, 0.45) !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-btn--ghost {
  background: rgba(0, 0, 0, 0.02) !important;
  border: 1px solid #CBD5E1 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-btn--ghost:hover:not(:disabled) {
  background: rgba(0, 0, 0, 0.05) !important;
  border-color: #94A3B8 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__link-list .link-item {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-weekly-wizard__link-list .link-item:hover {
  background: rgba(0, 136, 204, 0.08) !important;
  border-color: #0088CC !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-weekly-wizard__modal-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-planning-onboarding__tip-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-planning-onboarding__tip-text {
  color: #64748B !important;
}
html.nt-light-theme .nt-content--full-chat {
  background: #F4F6F9 !important;
}
html.nt-light-theme body:has(.nt-content--full-chat) .nt-chat-widget__window {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme body:has(.nt-content--full-chat) .nt-chat-widget__body {
  background: #FFFFFF !important;
}
html.nt-light-theme .nt-modal--morning-alert .nt-modal__header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--morning-alert .nt-modal__footer {
  border-top-color: #E2E8F0 !important;
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-ma__item {
  border-bottom-color: rgba(226, 232, 240, 0.6) !important;
}
html.nt-light-theme .nt-ma__item-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-ma__progress-bar {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-ma__progress-label {
  color: #64748B !important;
}
html.nt-light-theme .nt-ma__card-priority {
  color: #64748B !important;
}
html.nt-light-theme .nt-ma__card-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-ma__card-meta {
  color: #64748B !important;
}
html.nt-light-theme .nt-ma__action-btn {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-ma__action-btn:hover {
  border-color: #CBD5E1 !important;
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-ma__action-btn .nt-ma__action-btn-label {
  color: #1E293B !important;
}
html.nt-light-theme .nt-ma__action-btn .nt-ma__action-btn-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-ma__action-btn--today {
  border-color: rgba(0, 136, 204, 0.25) !important;
  background: rgba(0, 136, 204, 0.04) !important;
}
html.nt-light-theme .nt-ma__action-btn--today .nt-ma__action-btn-icon {
  background: rgba(0, 136, 204, 0.08) !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-ma__action-btn--today:hover {
  border-color: rgba(0, 136, 204, 0.45) !important;
  background: rgba(0, 136, 204, 0.08) !important;
}
html.nt-light-theme .nt-ma__action-btn--postpone .nt-ma__action-btn-icon {
  background: #FFF7ED !important;
  color: #F97316 !important;
}
html.nt-light-theme .nt-ma__action-btn--postpone:hover {
  border-color: rgba(249, 115, 22, 0.35) !important;
  background: rgba(249, 115, 22, 0.04) !important;
}
html.nt-light-theme .nt-ma__action-btn--skip .nt-ma__action-btn-icon {
  background: #F1F5F9 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-ma__action-btn.is-chosen {
  border-color: rgba(34, 197, 94, 0.4) !important;
  background: rgba(34, 197, 94, 0.07) !important;
}
html.nt-light-theme .nt-ma__action-btn.is-chosen .nt-ma__action-btn-label {
  color: #166534 !important;
}
html.nt-light-theme .nt-ma__skip-link {
  color: #64748B !important;
}
html.nt-light-theme .nt-ma__skip-link:hover {
  color: #1E293B !important;
}
html.nt-light-theme .nt-ma__next-btn {
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-ma__review-footer {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-roles-dropdown {
  background-color: rgba(255, 255, 255, 0.95) !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-roles-dropdown__header {
  border-bottom-color: #F1F5F9 !important;
  background-color: rgba(248, 250, 252, 0.5) !important;
}
html.nt-light-theme .nt-roles-dropdown__header h4 {
  color: #1E293B !important;
}
html.nt-light-theme .nt-roles-dropdown__item:hover {
  background-color: #F1F5F9 !important;
}
html.nt-light-theme .nt-roles-dropdown__item.is-active {
  background-color: rgba(0, 136, 204, 0.08) !important;
  border-color: rgba(0, 136, 204, 0.2) !important;
}
html.nt-light-theme .nt-roles-dropdown__item .name {
  color: #1E293B !important;
}
html.nt-light-theme .nt-roles-dropdown__section-title {
  border-top-color: #F1F5F9 !important;
  background-color: rgba(248, 250, 252, 0.5) !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-roles-dropdown__section-title:hover {
  background-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-triade-dropdown {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-triade-dropdown__option {
  color: #1E293B !important;
}
html.nt-light-theme .nt-triade-dropdown__option:hover {
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-triade-dropdown__option.is-active {
  background: rgba(0, 136, 204, 0.08) !important;
}
html.nt-light-theme .nt-academy-stat-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02) !important;
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%) !important;
}
html.nt-light-theme .nt-academy-roadmap-section {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-academy-section-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-academy-roadmap__line-bg {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-academy-roadmap__node {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
html.nt-light-theme .nt-academy-roadmap__node .nt-academy-roadmap__img {
  filter: grayscale(100%) opacity(0.28) !important;
  border: 2.5px solid rgba(203, 213, 225, 0.8) !important;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1) !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}
html.nt-light-theme .nt-academy-roadmap__node .nt-academy-roadmap__check {
  border-color: #FFFFFF !important;
}
html.nt-light-theme .nt-academy-roadmap__node.is-unlocked .nt-academy-roadmap__img {
  filter: grayscale(0) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.12)) !important;
  opacity: 1 !important;
}
html.nt-light-theme .nt-academy-roadmap__node#nt-roadmap-node-1.is-unlocked .nt-academy-roadmap__img {
  border: 3px solid #d97706 !important;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15), 0 0 14px rgba(217, 119, 6, 0.3) !important;
}
html.nt-light-theme .nt-academy-roadmap__node#nt-roadmap-node-2.is-unlocked .nt-academy-roadmap__img {
  border: 3px solid #64748b !important;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15), 0 0 14px rgba(100, 116, 139, 0.3) !important;
}
html.nt-light-theme .nt-academy-roadmap__node#nt-roadmap-node-3.is-unlocked .nt-academy-roadmap__img {
  border: 3px solid #ca8a04 !important;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15), 0 0 14px rgba(234, 179, 8, 0.3) !important;
}
html.nt-light-theme .nt-academy-roadmap__node#nt-roadmap-node-4.is-unlocked .nt-academy-roadmap__img {
  border: 3px solid #7c3aed !important;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.15), 0 0 18px rgba(124, 58, 237, 0.35) !important;
}
html.nt-light-theme .nt-academy-roadmap__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-academy-roadmap__desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-academy-tabs {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-academy-tab {
  color: #64748B !important;
}
html.nt-light-theme .nt-academy-tab:hover {
  color: #1E293B !important;
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-academy-tab.is-active {
  color: #7c3aed !important;
  border-bottom-color: #7c3aed !important;
}
html.nt-light-theme .nt-academy-module-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-academy-module-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-academy-video-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-academy-video-card:hover {
  border-color: rgba(124, 58, 237, 0.3) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04), 0 0 15px rgba(124, 58, 237, 0.15) !important;
}
html.nt-light-theme .nt-academy-video-card__banner {
  background-image: var(--banner-bg-light, var(--module-fallback-bg-light)) !important;
}
html.nt-light-theme .nt-academy-video-card__banner::before {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0.15) 100%) !important;
}
html.nt-light-theme .nt-academy-video-card__gradient {
  background: linear-gradient(180deg, transparent 50%, rgba(231, 239, 255, 0.8) 100%) !important;
}
html.nt-light-theme .nt-academy-video-card__banner-logo.nt-logo-dark {
  display: none !important;
}
html.nt-light-theme .nt-academy-video-card__banner-logo.nt-logo-light {
  display: block !important;
}
html.nt-light-theme .nt-academy-video-card__banner-title {
  color: #1E293B !important;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.85), 0 0 5px rgba(255, 255, 255, 0.6) !important;
}
html.nt-light-theme .nt-academy-video-card[data-module-id=m1] {
  --module-fallback-bg-light: linear-gradient(135deg, rgba(124, 58, 237, 0.15) 0%, rgba(255, 255, 255, 0.95) 100%);
}
html.nt-light-theme .nt-academy-video-card[data-module-id=m2] {
  --module-fallback-bg-light: linear-gradient(135deg, rgba(217, 119, 6, 0.15) 0%, rgba(255, 255, 255, 0.95) 100%);
}
html.nt-light-theme .nt-academy-video-card[data-module-id=m3] {
  --module-fallback-bg-light: linear-gradient(135deg, rgba(5, 150, 105, 0.15) 0%, rgba(255, 255, 255, 0.95) 100%);
}
html.nt-light-theme .nt-academy-video-card[data-module-id=m4] {
  --module-fallback-bg-light: linear-gradient(135deg, rgba(220, 38, 38, 0.15) 0%, rgba(255, 255, 255, 0.95) 100%);
}
html.nt-light-theme .nt-academy-video-card[data-module-id=m5] {
  --module-fallback-bg-light: linear-gradient(135deg, rgba(37, 99, 235, 0.15) 0%, rgba(255, 255, 255, 0.95) 100%);
}
html.nt-light-theme .nt-academy-video-card[data-module-id=m6] {
  --module-fallback-bg-light: linear-gradient(135deg, rgba(13, 148, 136, 0.15) 0%, rgba(255, 255, 255, 0.95) 100%);
}
html.nt-light-theme .nt-academy-video-card__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-academy-video-card__desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-academy-modal-backdrop {
  background: rgba(15, 23, 42, 0.4) !important;
}
html.nt-light-theme .nt-academy-modal {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1) !important;
}
html.nt-light-theme .nt-academy-modal__close {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-academy-modal__info {
  background: #FFFFFF !important;
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-academy-modal__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-academy-modal__desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-academy-modal__playlist-section {
  border-left-color: #E2E8F0 !important;
  background: linear-gradient(180deg, #F8FAFC 0%, #F1F5F9 100%) !important;
}
html.nt-light-theme .nt-academy-playlist-title {
  color: #64748B !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-academy-playlist-item {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-academy-playlist-item:hover {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-academy-playlist-item:hover .playlist-item-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-academy-playlist-item.is-active {
  background: rgba(124, 58, 237, 0.08) !important;
}
html.nt-light-theme .nt-academy-playlist-item.is-active .playlist-item-title {
  color: #7C3AED !important;
}
html.nt-light-theme .playlist-check--empty {
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .playlist-item-title {
  color: #64748B !important;
}
html.nt-light-theme .playlist-item-duration {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-settings__tab {
  color: #64748B !important;
}
html.nt-light-theme .nt-settings__tab:hover {
  color: #1E293B !important;
}
html.nt-light-theme .nt-settings__tab.is-active {
  color: #0088CC !important;
}
html.nt-light-theme .nt-settings__tab.is-active::after {
  background: #0088CC !important;
}
html.nt-light-theme .nt-settings__card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
  padding: 24px !important;
}
html.nt-light-theme .nt-settings__card--identity {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;
  padding: 28px 24px 24px !important;
}
html.nt-light-theme .nt-settings__placeholder-text {
  color: #64748B !important;
}
html.nt-light-theme .nt-settings__avatar {
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-settings__avatar--has-initials {
  background: #0088CC !important;
}
html.nt-light-theme .nt-settings__avatar--has-photo {
  background: transparent !important;
}
html.nt-light-theme .nt-settings__avatar-initials {
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-settings__avatar-edit-icon {
  background: #0088CC !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-settings__profile-name {
  color: #1E293B !important;
}
html.nt-light-theme .nt-settings__btn-photo--change {
  background: rgba(57, 184, 253, 0.08) !important;
  color: #0284C7 !important;
  border-color: rgba(57, 184, 253, 0.25) !important;
}
html.nt-light-theme .nt-settings__btn-photo--change:hover {
  background: rgba(57, 184, 253, 0.15) !important;
}
html.nt-light-theme .nt-settings__btn-photo--remove {
  background: rgba(255, 113, 108, 0.08) !important;
  color: #DC2626 !important;
  border-color: rgba(255, 113, 108, 0.25) !important;
}
html.nt-light-theme .nt-settings__btn-photo--remove:hover {
  background: rgba(255, 113, 108, 0.15) !important;
}
html.nt-light-theme .nt-settings__plan-card {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-settings__plan-detail-text {
  color: #1E293B !important;
}
html.nt-light-theme .nt-settings__plan-name-bracket {
  color: #0088CC !important;
}
html.nt-light-theme .nt-settings__plan-badge {
  background: rgba(34, 197, 94, 0.08) !important;
  color: #166534 !important;
  border-color: rgba(34, 197, 94, 0.25) !important;
}
html.nt-light-theme .nt-settings__plan-status-row {
  color: #64748B !important;
}
html.nt-light-theme .nt-settings__plan-manage-btn {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-settings__plan-manage-btn:hover {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-settings__identity-separator, html.nt-light-theme .nt-settings__section-divider {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-settings__last-updated {
  color: #64748B !important;
}
html.nt-light-theme .nt-settings__card-title {
  color: #1E293B !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-settings__accordion-btn {
  color: #64748B !important;
}
html.nt-light-theme .nt-settings__accordion-btn:hover, html.nt-light-theme .nt-settings__accordion-btn.is-open {
  color: #1E293B !important;
}
html.nt-light-theme .nt-settings__input, html.nt-light-theme .nt-settings__select {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-settings__input::placeholder, html.nt-light-theme .nt-settings__select::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-settings__input:focus, html.nt-light-theme .nt-settings__select:focus {
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-security-action-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-security-action-card__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-security-action-card__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-security-action-card__btn {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-security-action-card__btn:hover {
  background: #E2E8F0 !important;
  border-color: #94A3B8 !important;
}
html.nt-light-theme .nt-security-action-card:first-child {
  background: #FEF2F2 !important;
  border: 1px solid #FCA5A5 !important;
}
html.nt-light-theme .nt-security-action-card:first-child .nt-security-action-card__subtitle {
  color: #991B1B !important;
}
html.nt-light-theme .nt-security-action-card:first-child .nt-security-action-card__btn {
  background: #EF4444 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-security-action-card:first-child .nt-security-action-card__btn:hover {
  background: #DC2626 !important;
}
html.nt-light-theme .nt-security-action-card:nth-child(2) {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-security-action-card:nth-child(2) .nt-security-action-card__btn {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-security-action-card:nth-child(2) .nt-security-action-card__btn:hover {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-security-action-card__icon--red {
  background: #FEE2E2 !important;
  color: #EF4444 !important;
}
html.nt-light-theme .nt-security-action-card__icon--red svg {
  fill: #EF4444 !important;
}
html.nt-light-theme .nt-security-action-card__icon--blue {
  background: rgba(34, 154, 214, 0.08) !important;
  color: #229AD6 !important;
}
html.nt-light-theme .nt-security-action-card__icon--blue svg {
  stroke: #229AD6 !important;
}
html.nt-light-theme .nt-security-2fa-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-security-2fa-card__icon {
  background: rgba(34, 154, 214, 0.08) !important;
  color: #229AD6 !important;
}
html.nt-light-theme .nt-security-2fa-card__icon svg {
  stroke: #229AD6 !important;
}
html.nt-light-theme .nt-security-2fa-card__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-security-2fa-card__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-security-toggle__slider {
  background: rgba(0, 0, 0, 0.15) !important;
}
html.nt-light-theme .nt-security-toggle__slider::before {
  background: #FFFFFF !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}
html.nt-light-theme .nt-security-toggle__input:checked + .nt-security-toggle__slider {
  background: #22C55E !important;
}
html.nt-light-theme .nt-security-sessions {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-security-sessions__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-security-sessions__terminate-all {
  color: #EF4444 !important;
}
html.nt-light-theme .nt-security-sessions__loading {
  color: #64748B !important;
}
html.nt-light-theme .nt-security-session-item {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-security-session-item__name {
  color: #1E293B !important;
}
html.nt-light-theme .nt-security-session-item__meta {
  color: #64748B !important;
}
html.nt-light-theme .nt-security-session-item__device-icon svg {
  fill: #64748B !important;
}
html.nt-light-theme .nt-security-session-item__terminate-btn {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-security-session-item__terminate-btn:hover {
  color: #EF4444 !important;
}
html.nt-light-theme .nt-security-session-item--current {
  background: #F0FDF4 !important;
  border-left-color: #22C55E !important;
}
html.nt-light-theme .nt-security-session-item--current .nt-security-session-item__device-icon svg {
  color: #22C55E !important;
}
html.nt-light-theme .nt-security-session-item__badge-current {
  background: rgba(34, 197, 94, 0.08) !important;
  color: #166534 !important;
}
html.nt-light-theme .nt-security-session-item__status--active {
  color: #22C55E !important;
}
html.nt-light-theme .nt-security-history {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-security-history__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-security-history__loading {
  color: #64748B !important;
}
html.nt-light-theme .nt-security-history__load-more {
  border-color: #CBD5E1 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-security-history__load-more:hover {
  background: #F8FAFC !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-security-history .nt-security-history-item:hover {
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-security-history .nt-security-history-item__desc {
  color: #1E293B !important;
}
html.nt-light-theme .nt-security-history .nt-security-history-item__date {
  color: #64748B !important;
}
html.nt-light-theme .nt-security-map {
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-security-map__container {
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-security-map__placeholder {
  color: #64748B !important;
}
html.nt-light-theme .nt-security-map__footer {
  background: linear-gradient(0deg, #F8FAFC 0%, rgba(248, 250, 252, 0) 100%) !important;
}
html.nt-light-theme .nt-security-map__location {
  color: #1E293B !important;
}
html.nt-light-theme .leaflet-container {
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-achievements-overview-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%) !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-achievements-overview-card:hover {
  border-color: rgba(217, 119, 6, 0.5) !important;
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.12), 0 4px 12px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-achievements-overview__level-badge {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
html.nt-light-theme .nt-achievements-overview__level-badge img {
  border: 3px solid rgba(217, 119, 6, 0.6) !important;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.18), 0 4px 18px rgba(217, 119, 6, 0.25), 0 0 12px rgba(217, 119, 6, 0.2) !important;
}
html.nt-light-theme .nt-achievements-overview__level-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-achievements-overview__level-tag {
  background: #FEF3C7 !important;
  border-color: #FCD34D !important;
  color: #D97706 !important;
}
html.nt-light-theme .nt-achievements-overview__level-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-achievements-level-progress__title {
  color: #334155 !important;
}
html.nt-light-theme .nt-achievements-level-progress__text {
  color: #D97706 !important;
}
html.nt-light-theme .nt-achievements-level-progress__bar,
html.nt-light-theme .nt-achievements-overall-progress__bar {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-achievements-overall-progress__label,
html.nt-light-theme .nt-achievements-overall-progress__text {
  color: #64748B !important;
}
html.nt-light-theme .nt-achievements-overview__hint {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-ach-section-header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-ach-section-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-ach-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  background: linear-gradient(135deg, #FFFFFF 0%, rgba(248, 250, 252, 0.7) 100%) !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-ach-card:hover {
  border-color: #CBD5E1 !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-ach-card__icon-wrapper {
  width: 80px !important;
  height: 80px !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
html.nt-light-theme .nt-ach-card__icon {
  width: 75px !important;
  height: 75px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}
html.nt-light-theme .nt-ach-card__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-ach-card__desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-ach-card__right {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-ach-card__progress-bar {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-ach-card__progress-text {
  color: #64748B !important;
}
html.nt-light-theme .nt-ach-grid--locked .nt-ach-card {
  border-color: #E2E8F0 !important;
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.4) 0%, rgba(241, 245, 249, 0.4) 100%) !important;
}
html.nt-light-theme .nt-ach-grid--locked .nt-ach-card__title {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-ach-card--spoiler .nt-ach-card__spoiler-overlay {
  background: rgba(248, 250, 252, 0.95) !important;
}
html.nt-light-theme .nt-ach-card--spoiler .nt-ach-card__spoiler-action {
  color: #64748B !important;
}
html.nt-light-theme .nt-ach-card--spoiler:hover .nt-ach-card__spoiler-overlay {
  background: rgba(248, 250, 252, 0.85) !important;
}
html.nt-light-theme .nt-ach-card--spoiler:hover .nt-ach-card__spoiler-action {
  color: #1E293B !important;
}
html.nt-light-theme .nt-ach-card.bronze-tier {
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.04) 0%, #FFFFFF 100%) !important;
  border-color: rgba(217, 119, 6, 0.25) !important;
}
html.nt-light-theme .nt-ach-card.bronze-tier:hover {
  border-color: rgba(217, 119, 6, 0.5) !important;
  box-shadow: 0 8px 16px rgba(217, 119, 6, 0.08) !important;
}
html.nt-light-theme .nt-ach-card.silver-tier {
  background: linear-gradient(135deg, rgba(100, 116, 139, 0.04) 0%, #FFFFFF 100%) !important;
  border-color: rgba(100, 116, 139, 0.25) !important;
}
html.nt-light-theme .nt-ach-card.silver-tier:hover {
  border-color: rgba(100, 116, 139, 0.5) !important;
  box-shadow: 0 8px 16px rgba(100, 116, 139, 0.08) !important;
}
html.nt-light-theme .nt-ach-card.gold-tier {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.04) 0%, #FFFFFF 100%) !important;
  border-color: rgba(234, 179, 8, 0.3) !important;
}
html.nt-light-theme .nt-ach-card.gold-tier:hover {
  border-color: rgba(234, 179, 8, 0.6) !important;
  box-shadow: 0 8px 20px rgba(234, 179, 8, 0.12) !important;
}
html.nt-light-theme .nt-ach-card.platinum-tier {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.04) 0%, #FFFFFF 100%) !important;
  border-color: rgba(168, 85, 247, 0.3) !important;
}
html.nt-light-theme .nt-ach-card.platinum-tier:hover {
  border-color: rgba(168, 85, 247, 0.6) !important;
  box-shadow: 0 8px 20px rgba(168, 85, 247, 0.15) !important;
}
html.nt-light-theme .nt-ach-card.emerald-tier {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.04) 0%, #FFFFFF 100%) !important;
  border-color: rgba(16, 185, 129, 0.35) !important;
}
html.nt-light-theme .nt-ach-card.emerald-tier:hover {
  border-color: rgba(16, 185, 129, 0.7) !important;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.15) !important;
}
html.nt-light-theme .nt-ach-card.extraordinary-tier {
  background: linear-gradient(135deg, rgba(254, 240, 138, 0.25) 0%, rgba(243, 232, 255, 0.4) 50%, rgba(224, 242, 254, 0.35) 100%) !important;
  border-color: rgba(234, 179, 8, 0.45) !important;
  box-shadow: 0 4px 15px rgba(234, 179, 8, 0.08), inset 0 0 12px rgba(168, 85, 247, 0.03) !important;
  position: relative;
  overflow: hidden;
}
html.nt-light-theme .nt-ach-card.extraordinary-tier::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.35) 50%, transparent 55%) !important;
  transform: rotate(45deg);
  animation: extraordinaryShine 8s linear infinite;
  pointer-events: none;
}
html.nt-light-theme .nt-ach-card.extraordinary-tier:hover {
  border-color: rgba(234, 179, 8, 0.8) !important;
  box-shadow: 0 8px 25px rgba(234, 179, 8, 0.2), 0 0 10px rgba(147, 51, 234, 0.15) !important;
}
html.nt-light-theme .nt-achievement-toast {
  background: #FFFFFF !important;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.06), 0 0 25px rgba(168, 85, 247, 0.05) !important;
}
html.nt-light-theme .nt-achievement-toast:hover {
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08), 0 0 35px rgba(168, 85, 247, 0.1) !important;
}
html.nt-light-theme .nt-achievement-toast__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-achievement-toast__desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-achievement-toast__close {
  color: #64748B !important;
}
html.nt-light-theme .nt-achievement-toast__close:hover {
  color: #1E293B !important;
}
html.nt-light-theme .nt-avatar-badge {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-avatar-badge.is-founder-badge {
  background: #090c10 !important;
  border-color: #ffd700 !important;
  box-shadow: 0 0 10px rgba(254, 240, 138, 0.8), 0 0 4px rgba(254, 240, 138, 0.5) inset !important;
}
html.nt-light-theme .nt-avatar-hover-card {
  background: rgba(255, 255, 255, 0.98) !important;
  border-color: rgba(124, 58, 237, 0.15) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05), 0 0 15px rgba(124, 58, 237, 0.05) !important;
}
html.nt-light-theme .nt-avatar-hover-card--bottom::before {
  border-color: transparent transparent rgba(255, 255, 255, 0.98) transparent !important;
}
html.nt-light-theme .nt-avatar-hover-card--top::before {
  border-color: rgba(255, 255, 255, 0.98) transparent transparent transparent !important;
}
html.nt-light-theme .nt-ach-card__btn-highlight {
  background: rgba(0, 0, 0, 0.02) !important;
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-ach-card__btn-highlight:hover {
  background: rgba(124, 58, 237, 0.08) !important;
  border-color: rgba(124, 58, 237, 0.2) !important;
  color: #7C3AED !important;
}
html.nt-light-theme .nt-ach-btn-reveal:hover {
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-ach-empty-state {
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.6) 0%, rgba(241, 245, 249, 0.8) 100%) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-ach-empty-state__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-ach-empty-state__desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-roles-mission__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-roles-mission-card {
  background-color: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-roles-mission-card__header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-roles-mission-card__header .title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-roles-list-section h3, html.nt-light-theme .nt-roles-create-section h3 {
  color: #1E293B !important;
}
html.nt-light-theme .nt-roles-list .empty-state {
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-role-list-item {
  background-color: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-role-list-item:hover {
  background-color: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-role-list-item__info .name {
  color: #1E293B !important;
}
html.nt-light-theme .nt-role-list-item .delete-btn {
  color: #64748B !important;
}
html.nt-light-theme .nt-color-presets .preset-color-dot.is-selected {
  border-color: #1E293B !important;
}
html.nt-light-theme .nt-mission-premium-view {
  background: radial-gradient(100% 100% at 50% 0%, rgba(0, 136, 204, 0.08) 0%, rgba(255, 255, 255, 0.4) 100%) !important;
  border-color: rgba(0, 136, 204, 0.2) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-mission-premium-view .quote-icon {
  color: rgba(0, 136, 204, 0.15) !important;
}
html.nt-light-theme .nt-mission-premium-view .mission-text {
  color: #1E293B !important;
  text-shadow: none !important;
}
html.nt-light-theme .nt-roles-archived-section .nt-roles-archived-details summary {
  background: rgba(0, 0, 0, 0.02) !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-roles-archived-section .nt-roles-archived-details summary:hover {
  background: rgba(0, 0, 0, 0.04) !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-roles-archived-section .nt-roles-archived-details[open] summary {
  background: rgba(0, 0, 0, 0.03) !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-roles-archived-section .nt-roles-archived-details[open] #nt-roles-archived-list {
  border-color: #E2E8F0 !important;
  background: rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-avatar-hover-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06), 0 0 15px rgba(0, 0, 0, 0.02) !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-avatar-hover-card--bottom::before {
  border-color: transparent transparent #FFFFFF transparent !important;
}
html.nt-light-theme .nt-avatar-hover-card--top::before {
  border-color: #FFFFFF transparent transparent transparent !important;
}
html.nt-light-theme .nt-avatar-hover-card__name {
  color: #1E293B !important;
}
html.nt-light-theme .nt-avatar-hover-card__progress-bar {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-avatar-hover-card__progress-text {
  color: #64748B !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured {
  border-top-color: #F1F5F9 !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-label {
  color: #7C3AED !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.is-clickable:hover {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.bronze-tier {
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.04) 0%, #FFFFFF 100%) !important;
  border-color: rgba(217, 119, 6, 0.25) !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.bronze-tier:hover {
  border-color: rgba(217, 119, 6, 0.5) !important;
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.08) 0%, #F8FAFC 100%) !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.silver-tier {
  background: linear-gradient(135deg, rgba(100, 116, 139, 0.04) 0%, #FFFFFF 100%) !important;
  border-color: rgba(100, 116, 139, 0.25) !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.silver-tier:hover {
  border-color: rgba(100, 116, 139, 0.5) !important;
  background: linear-gradient(135deg, rgba(100, 116, 139, 0.08) 0%, #F8FAFC 100%) !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.gold-tier {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.04) 0%, #FFFFFF 100%) !important;
  border-color: rgba(234, 179, 8, 0.3) !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.gold-tier:hover {
  border-color: rgba(234, 179, 8, 0.6) !important;
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.08) 0%, #F8FAFC 100%) !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.platinum-tier {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.04) 0%, #FFFFFF 100%) !important;
  border-color: rgba(168, 85, 247, 0.3) !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.platinum-tier:hover {
  border-color: rgba(168, 85, 247, 0.6) !important;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.08) 0%, #F8FAFC 100%) !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.emerald-tier {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.04) 0%, #FFFFFF 100%) !important;
  border-color: rgba(16, 185, 129, 0.35) !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.emerald-tier:hover {
  border-color: rgba(16, 185, 129, 0.7) !important;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.08) 0%, #F8FAFC 100%) !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.extraordinary-tier {
  background: linear-gradient(135deg, rgba(254, 240, 138, 0.2) 0%, rgba(243, 232, 255, 0.35) 50%, rgba(224, 242, 254, 0.3) 100%) !important;
  border-color: rgba(234, 179, 8, 0.4) !important;
  position: relative;
  overflow: hidden;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.extraordinary-tier::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.35) 50%, transparent 55%) !important;
  transform: rotate(45deg);
  animation: extraordinaryShine 8s linear infinite;
  pointer-events: none;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.extraordinary-tier:hover {
  border-color: rgba(234, 179, 8, 0.8) !important;
  box-shadow: 0 8px 25px rgba(234, 179, 8, 0.2), 0 0 10px rgba(147, 51, 234, 0.15) !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-content.is-empty {
  background: transparent !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-avatar-hover-card__featured-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-avatar-hover-card__footer {
  border-top-color: #F1F5F9 !important;
}
html.nt-light-theme .nt-ach-modal-overlay {
  background: rgba(15, 23, 42, 0.35) !important;
  backdrop-filter: blur(4px) !important;
}
html.nt-light-theme .nt-ach-modal-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%) !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08) !important;
}
html.nt-light-theme .nt-ach-modal-card.bronze-tier {
  border-color: rgba(217, 119, 6, 0.5) !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08), 0 0 25px rgba(217, 119, 6, 0.15) !important;
}
html.nt-light-theme .nt-ach-modal-card.bronze-tier .nt-ach-modal-badge-img {
  border-color: rgba(217, 119, 6, 0.65) !important;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.18), 0 4px 18px rgba(217, 119, 6, 0.25), 0 0 12px rgba(217, 119, 6, 0.2) !important;
}
html.nt-light-theme .nt-ach-modal-card.bronze-tier .nt-ach-modal-badge-glow {
  background: radial-gradient(circle, rgba(217, 119, 6, 0.2) 0%, transparent 70%) !important;
}
html.nt-light-theme .nt-ach-modal-card.silver-tier {
  border-color: rgba(100, 116, 139, 0.5) !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08), 0 0 25px rgba(100, 116, 139, 0.15) !important;
}
html.nt-light-theme .nt-ach-modal-card.silver-tier .nt-ach-modal-badge-img {
  border-color: rgba(100, 116, 139, 0.65) !important;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15), 0 4px 18px rgba(100, 116, 139, 0.2), 0 0 12px rgba(100, 116, 139, 0.18) !important;
}
html.nt-light-theme .nt-ach-modal-card.silver-tier .nt-ach-modal-badge-glow {
  background: radial-gradient(circle, rgba(100, 116, 139, 0.2) 0%, transparent 70%) !important;
}
html.nt-light-theme .nt-ach-modal-card.gold-tier {
  border-color: rgba(234, 179, 8, 0.55) !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08), 0 0 30px rgba(234, 179, 8, 0.18) !important;
}
html.nt-light-theme .nt-ach-modal-card.gold-tier .nt-ach-modal-badge-img {
  border-color: rgba(217, 119, 6, 0.65) !important;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.18), 0 4px 20px rgba(234, 179, 8, 0.3), 0 0 14px rgba(234, 179, 8, 0.22) !important;
}
html.nt-light-theme .nt-ach-modal-card.gold-tier .nt-ach-modal-badge-glow {
  background: radial-gradient(circle, rgba(234, 179, 8, 0.22) 0%, transparent 70%) !important;
}
html.nt-light-theme .nt-ach-modal-card.platinum-tier {
  border-color: rgba(168, 85, 247, 0.55) !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08), 0 0 30px rgba(168, 85, 247, 0.2) !important;
}
html.nt-light-theme .nt-ach-modal-card.platinum-tier .nt-ach-modal-badge-img {
  border-color: rgba(168, 85, 247, 0.65) !important;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.18), 0 4px 20px rgba(168, 85, 247, 0.3), 0 0 14px rgba(168, 85, 247, 0.22) !important;
}
html.nt-light-theme .nt-ach-modal-card.platinum-tier .nt-ach-modal-badge-glow {
  background: radial-gradient(circle, rgba(168, 85, 247, 0.22) 0%, transparent 70%) !important;
}
html.nt-light-theme .nt-ach-modal-card.emerald-tier {
  border-color: rgba(16, 185, 129, 0.6) !important;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08), 0 0 30px rgba(16, 185, 129, 0.22) !important;
}
html.nt-light-theme .nt-ach-modal-card.emerald-tier .nt-ach-modal-badge-img {
  border-color: rgba(16, 185, 129, 0.7) !important;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.18), 0 4px 20px rgba(16, 185, 129, 0.3), 0 0 14px rgba(16, 185, 129, 0.22) !important;
}
html.nt-light-theme .nt-ach-modal-card.emerald-tier .nt-ach-modal-badge-glow {
  background: radial-gradient(circle, rgba(16, 185, 129, 0.25) 0%, transparent 70%) !important;
}
html.nt-light-theme .nt-ach-modal-close {
  color: #64748B !important;
}
html.nt-light-theme .nt-ach-modal-close:hover {
  color: #1E293B !important;
}
html.nt-light-theme .nt-ach-modal-badge-wrapper {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
html.nt-light-theme .nt-ach-modal-badge-img {
  border-radius: 50% !important;
  border: 3px solid rgba(217, 119, 6, 0.6) !important;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.18), 0 4px 18px rgba(217, 119, 6, 0.25), 0 0 12px rgba(217, 119, 6, 0.2) !important;
  object-fit: cover !important;
}
html.nt-light-theme .nt-share-modal__badge-wrapper {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}
html.nt-light-theme .nt-share-modal__badge-img {
  border-radius: 50% !important;
  border: 3px solid rgba(217, 119, 6, 0.6) !important;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.18), 0 4px 18px rgba(217, 119, 6, 0.25), 0 0 12px rgba(217, 119, 6, 0.2) !important;
  object-fit: cover !important;
}
html.nt-light-theme .nt-level-modal-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%) !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-level-modal-progress-box {
  background: #F1F5F9 !important;
  border: 1px solid #CBD5E1 !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-level-modal-progress-header {
  color: #1E293B !important;
}
html.nt-light-theme .nt-level-modal-progress-header span {
  color: #1E293B !important;
}
html.nt-light-theme .nt-level-modal-progress-header .nt-level-modal-progress-percent {
  color: #D97706 !important;
}
html.nt-light-theme .nt-level-modal-explanation {
  color: #475569 !important;
}
html.nt-light-theme .nt-level-modal-explanation strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-level-modal-action-btn,
html.nt-light-theme #nt-level-modal-action-btn {
  background: linear-gradient(135deg, #D97706 0%, #F59E0B 100%) !important;
  color: #FFFFFF !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.35) !important;
}
html.nt-light-theme .nt-level-modal-action-btn:hover,
html.nt-light-theme #nt-level-modal-action-btn:hover {
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.5) !important;
  filter: brightness(1.08);
}
html.nt-light-theme .nt-ach-modal-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-ach-modal-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-ach-modal-status-badge.unlocked {
  background: rgba(16, 185, 129, 0.08) !important;
  color: #10B981 !important;
  border-color: rgba(16, 185, 129, 0.2) !important;
}
html.nt-light-theme .nt-ach-modal-status-badge.locked {
  background: rgba(100, 116, 139, 0.08) !important;
  color: #64748B !important;
  border-color: rgba(100, 116, 139, 0.2) !important;
}
html.nt-light-theme .nt-goal-details-backdrop {
  background: rgba(15, 23, 42, 0.4) !important;
}
html.nt-light-theme .nt-goal-details {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.8) !important;
}
html.nt-light-theme .nt-goal-details__header {
  background: #F8FAFC !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-goal-details__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-goal-details__dates {
  color: #64748B !important;
}
html.nt-light-theme .nt-goal-details__dates strong {
  color: #1E293B !important;
}
html.nt-light-theme .nt-goal-details__divider {
  color: #CBD5E1 !important;
}
html.nt-light-theme .nt-goal-details__circular-track {
  stroke: #F1F5F9 !important;
}
html.nt-light-theme .nt-goal-details__progress-text {
  color: #1E293B !important;
}
html.nt-light-theme .nt-goal-details__close {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-goal-details__close:hover {
  background: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-goal-details__body {
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-goal-details__smart-col {
  background: #FFFFFF !important;
  border-right-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-goal-details__section-subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-goal-details .nt-smart-pillar-card {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-goal-details .nt-smart-pillar-card:hover {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-goal-details .nt-smart-pillar-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-goal-details .nt-smart-pillar-text {
  color: #64748B !important;
}
html.nt-light-theme .nt-goal-details__timeline-col {
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-goal-details__chart-container {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-goal-details__chart-placeholder {
  color: #64748B !important;
}
html.nt-light-theme .nt-goal-details__day-details {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-goal-details__day-header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-goal-details__day-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-goal-details__day-empty {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-goal-details__item-row {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-goal-details__item-row:hover {
  background: #F1F5F9 !important;
  border-color: rgba(14, 165, 233, 0.4) !important;
}
html.nt-light-theme .nt-goal-details__item-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-goal-details__motivational-overlay {
  background: #FFFFFF !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06) !important;
}
html.nt-light-theme .nt-goal-details__motivational-overlay.info {
  border-color: rgba(14, 165, 233, 0.25) !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06), 0 0 20px rgba(14, 165, 233, 0.05) !important;
}
html.nt-light-theme .nt-goal-details__motivational-overlay.warning {
  border-color: rgba(245, 158, 11, 0.25) !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06), 0 0 20px rgba(245, 158, 11, 0.05) !important;
}
html.nt-light-theme .nt-goal-details__motivational-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-goal-details__motivational-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-table tbody tr {
  background-color: #FFFFFF !important;
  border-bottom-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-table tbody tr:hover {
  background-color: #F8FAFC !important;
}
html.nt-light-theme .nt-table td {
  color: #1E293B !important;
}
html.nt-light-theme .nt-table__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-table__title.is-completed {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-table__desc-preview {
  color: #64748B !important;
}
html.nt-light-theme .nt-wizard-progress {
  background: #FFFFFF !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-wizard-progress__steps::after {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-ai-task-item {
  color: #1E293B !important;
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-ai-task-item span {
  color: #1E293B !important;
}
html.nt-light-theme .nt-triade-btns--segmented {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-triade-btns--segmented .nt-triade-btn {
  color: #64748B !important;
}
html.nt-light-theme .nt-triade-btns--segmented .nt-triade-btn--importante:hover {
  color: #0088CC !important;
  background-color: rgba(11, 129, 205, 0.08) !important;
}
html.nt-light-theme .nt-triade-btns--segmented .nt-triade-btn--importante.is-active {
  background-color: #0b81cd !important;
  color: #fff !important;
}
html.nt-light-theme .nt-triade-btns--segmented .nt-triade-btn--urgente:hover {
  color: #EF4444 !important;
  background-color: rgba(234, 64, 59, 0.08) !important;
}
html.nt-light-theme .nt-triade-btns--segmented .nt-triade-btn--urgente.is-active {
  background-color: #ea403b !important;
  color: #fff !important;
}
html.nt-light-theme .nt-triade-btns--segmented .nt-triade-btn--circunstancial:hover {
  color: #F59E0B !important;
  background-color: rgba(244, 182, 34, 0.08) !important;
}
html.nt-light-theme .nt-triade-btns--segmented .nt-triade-btn--circunstancial.is-active {
  background-color: #f4b622 !important;
  color: #fff !important;
}
html.nt-light-theme .nt-fourbodies__title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__ai-advisor {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.08) 0%, rgba(139, 92, 246, 0.04) 100%) !important;
  border-color: rgba(14, 165, 233, 0.25) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-fourbodies__ai-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__ai-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__ai-dropdown {
  background: #FFFFFF !important;
  border-color: rgba(14, 165, 233, 0.3) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-fourbodies__ai-dropdown-item {
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__ai-dropdown-item:hover {
  background-color: rgba(14, 165, 233, 0.08) !important;
  color: #0EA5E9 !important;
}
html.nt-light-theme .nt-fourbodies__tabs-nav {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__tab-btn {
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__tab-btn:hover {
  color: #1E293B !important;
  background-color: #F1F5F9 !important;
}
html.nt-light-theme .nt-fourbodies__tab-btn.is-active {
  color: #7C3AED !important;
  background-color: rgba(124, 58, 237, 0.08) !important;
  border-color: rgba(124, 58, 237, 0.2) !important;
  box-shadow: 0 4px 12px rgba(124, 58, 237, 0.08) !important;
}
html.nt-light-theme .nt-fourbodies__tab-btn.is-active svg {
  color: #7C3AED !important;
}
html.nt-light-theme .nt-fourbodies__period-toolbar {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-fourbodies__period-toolbar .nt-input {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__period-toolbar .nt-input:focus {
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-fourbodies__period-toolbar .nt-btn {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__period-toolbar .nt-btn:hover {
  color: #1E293B !important;
  background-color: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-fourbodies__kpi-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01) !important;
}
html.nt-light-theme .nt-fourbodies__kpi-card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-fourbodies__kpi-card--physical:hover {
  box-shadow: 0 12px 32px rgba(16, 185, 129, 0.12) !important;
}
html.nt-light-theme .nt-fourbodies__kpi-card--mental:hover {
  box-shadow: 0 12px 32px rgba(14, 165, 233, 0.12) !important;
}
html.nt-light-theme .nt-fourbodies__kpi-card--emotional:hover {
  box-shadow: 0 12px 32px rgba(244, 63, 94, 0.12) !important;
}
html.nt-light-theme .nt-fourbodies__kpi-card--spiritual:hover {
  box-shadow: 0 12px 32px rgba(139, 92, 246, 0.12) !important;
}
html.nt-light-theme .nt-fourbodies__kpi-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__kpi-title:hover {
  border-bottom-color: rgba(30, 41, 59, 0.45) !important;
}
html.nt-light-theme .nt-fourbodies__kpi-metric {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__chart-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01) !important;
}
html.nt-light-theme .nt-fourbodies__chart-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__details-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01) !important;
}
html.nt-light-theme .nt-fourbodies__details-card div[style*=border-bottom] {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__advisor-box {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.05) 0%, rgba(14, 165, 233, 0.02) 100%) !important;
  border-color: rgba(124, 58, 237, 0.15) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-fourbodies__advisor-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__advisor-text {
  color: #334155 !important;
}
html.nt-light-theme .nt-fourbodies__advisor-text strong {
  color: #7C3AED !important;
}
html.nt-light-theme .nt-fourbodies__card {
  background-color: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01) !important;
}
html.nt-light-theme .nt-fourbodies__card:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-fourbodies__card--physical:hover {
  box-shadow: 0 12px 32px rgba(16, 185, 129, 0.12) !important;
}
html.nt-light-theme .nt-fourbodies__card--mental:hover {
  box-shadow: 0 12px 32px rgba(14, 165, 233, 0.12) !important;
}
html.nt-light-theme .nt-fourbodies__card--emotional:hover {
  box-shadow: 0 12px 32px rgba(244, 63, 94, 0.12) !important;
}
html.nt-light-theme .nt-fourbodies__card--spiritual:hover {
  box-shadow: 0 12px 32px rgba(139, 92, 246, 0.12) !important;
}
html.nt-light-theme .nt-fourbodies__card-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__card-title:hover {
  border-bottom-color: rgba(30, 41, 59, 0.45) !important;
}
html.nt-light-theme .nt-fourbodies__progress {
  background-color: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__progress-value {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__progress-bar {
  background-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__habit-item {
  background-color: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__habit-item:hover {
  background-color: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-fourbodies__habit-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__week-grid {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__day-dot::after {
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__day-dot:hover::after {
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-fourbodies__add-habit-btn {
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__add-habit-btn:hover {
  color: #0088CC !important;
  border-color: #0088CC !important;
  background-color: rgba(0, 136, 204, 0.04) !important;
}
html.nt-light-theme .nt-fourbodies__empty {
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__activity-col {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01) !important;
}
html.nt-light-theme .nt-fourbodies__col-header {
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__col-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__activity-item {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__activity-item:hover {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-fourbodies__activity-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__activity-check {
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-fourbodies__activity-check:hover {
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-fourbodies__activity-check.is-checked {
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-fourbodies__mappings-layout {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.01) !important;
}
html.nt-light-theme .nt-fourbodies__mappings-sidebar {
  border-right-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__mapping-type-btn {
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__mapping-type-btn:hover {
  color: #1E293B !important;
  background-color: #F1F5F9 !important;
}
html.nt-light-theme .nt-fourbodies__mapping-type-btn.is-active {
  color: #1E293B !important;
  background-color: #F1F5F9 !important;
}
html.nt-light-theme .nt-fourbodies__mappings-header .nt-input {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__mappings-header .nt-input:focus {
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-fourbodies__mappings-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__mappings-table th {
  background: #F8FAFC !important;
  color: #64748B !important;
  border-bottom: 2px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__mappings-table td {
  color: #1E293B !important;
  border-bottom: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-fourbodies__select {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__select:focus {
  border-color: #0088CC !important;
}
html.nt-light-theme .nt-fourbodies__select option {
  background: #FFFFFF !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__select-wrapper svg {
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__select-wrapper:hover svg {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__popover {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-fourbodies__popover::after {
  border-top-color: #FFFFFF !important;
}
html.nt-light-theme .nt-fourbodies__popover h5 {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__popover p {
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__popover ul {
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__hierarchy-banner {
  background: linear-gradient(135deg, rgba(0, 136, 204, 0.04) 0%, rgba(255, 255, 255, 0.8) 100%) !important;
  border-color: rgba(0, 136, 204, 0.15) !important;
}
html.nt-light-theme .nt-fourbodies__hierarchy-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__hierarchy-text {
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__hierarchy-text strong {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__checkbox-label {
  color: #64748B !important;
}
html.nt-light-theme .nt-fourbodies__checkbox-label:hover {
  color: #1E293B !important;
}
html.nt-light-theme .nt-fourbodies__checkbox-custom {
  border-color: #CBD5E1 !important;
  background: #FFFFFF !important;
}
html.nt-light-theme .nt-fourbodies__checkbox-custom::after {
  color: #ffffff !important;
}
html.nt-light-theme .nt-fourbodies__badge {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-habit-days-selector {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-habit-day-col:hover:not(.is-disabled) {
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-habit-day-col__date {
  color: #64748B !important;
}
html.nt-light-theme .nt-habit-day-col__dot {
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-habit-day-col.is-active {
  background: rgba(124, 58, 237, 0.08) !important;
}
html.nt-light-theme .nt-skeleton-card {
  background: #F8FAFC !important;
  border-left-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-activity-type-badge--task {
  background-color: #F1F5F9 !important;
  color: #64748B !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-project-details {
  --bg-base: #F4F6F9;
  --card-bg-solid: #FFFFFF;
  --card-hover-bg: #F8FAFC;
  --border-color: #E2E8F0;
  --text-primary: #1E293B;
  --text-secondary: #64748B;
  --accent-glow: rgba(124, 58, 237, 0.03);
  --btn-primary: linear-gradient(135deg, #7c3aed, #a855f7);
  --btn-primary-glow: rgba(124, 58, 237, 0.2);
  --tl-line: #E2E8F0;
}
html.nt-light-theme .nt-details-cards__fixed {
  border-right-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-details-card {
  background: rgba(0, 0, 0, 0.01) !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-details-card--new {
  border-color: #CBD5E1 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-details-card--new:not(.is-editing):hover {
  border-color: #a855f7 !important;
  background: rgba(168, 85, 247, 0.04) !important;
  color: #7c3aed !important;
}
html.nt-light-theme .nt-details-card--new.is-editing {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
}
html.nt-light-theme .nt-details-card__new-icon {
  background: #F1F5F9 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-details-card__header {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03) !important;
}
html.nt-light-theme .nt-details-card__header::before {
  display: none !important;
}
html.nt-light-theme .nt-details-card--root html.nt-light-theme .nt-details-card__header {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
html.nt-light-theme .nt-details-card__due {
  background: #F1F5F9 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-details-card__add-btn, html.nt-light-theme .nt-details-card__filter-btn {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-details-card__add-btn:hover, html.nt-light-theme .nt-details-card__filter-btn:hover {
  background: #E2E8F0 !important;
  color: #0F172A !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-details-card__delete-btn {
  background: #FEF2F2 !important;
  border-color: #FEE2E2 !important;
  color: #EF4444 !important;
}
html.nt-light-theme .nt-details-card__delete-btn:hover {
  background: #FEE2E2 !important;
  color: #DC2626 !important;
  border-color: #FCA5A5 !important;
}
html.nt-light-theme .nt-details-card__filter-select, html.nt-light-theme .nt-details-card__filter-input {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-details-card__filter-select:focus, html.nt-light-theme .nt-details-card__filter-input:focus {
  border-color: #a855f7 !important;
  background: #FFFFFF !important;
}
html.nt-light-theme .nt-details-card__filter-select option {
  background: #FFFFFF !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-details-card__action-link {
  color: #64748B !important;
}
html.nt-light-theme .nt-details-card__action-link:hover {
  color: #1E293B !important;
}
html.nt-light-theme .nt-details-card__action-divider {
  color: #E2E8F0 !important;
}
html.nt-light-theme .nt-details-card__body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1) !important;
}
html.nt-light-theme .nt-details-card__empty {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-details-card__group-toggle {
  color: #64748B !important;
}
html.nt-light-theme .nt-details-card__group-toggle:hover {
  color: #1E293B !important;
}
html.nt-light-theme .nt-details-card__group-count {
  background: #F1F5F9 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-details-card__group-chevron {
  color: #64748B !important;
}
html.nt-light-theme .nt-details-card__activity {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-details-card__activity:hover {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-details-card__activity.is-done {
  background: #F8FAFC !important;
  opacity: 0.6 !important;
}
html.nt-light-theme .nt-details-card__activity-title {
  color: #1E293B !important;
}
html.nt-light-theme .nt-inline-form__header {
  border-bottom-color: #F1F5F9 !important;
  color: #7c3aed !important;
}
html.nt-light-theme .nt-inline-form__title-input {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-inline-form__title-input:focus {
  border-color: #a855f7 !important;
  box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.08) !important;
  background: #FFFFFF !important;
}
html.nt-light-theme .nt-inline-form__title-input-focus-hint {
  color: #a855f7 !important;
}
html.nt-light-theme .nt-inline-form__label {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-inline-form__select, html.nt-light-theme .nt-inline-form__input {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-inline-form__select:focus, html.nt-light-theme .nt-inline-form__input:focus {
  border-color: #a855f7 !important;
}
html.nt-light-theme .nt-inline-form__select option, html.nt-light-theme .nt-inline-form__input option {
  background: #FFFFFF !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-inline-form__desc {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-inline-form__desc:focus {
  border-color: #a855f7 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-inline-form__btn-cancel {
  border-color: #CBD5E1 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-inline-form__btn-cancel:hover {
  border-color: #CBD5E1 !important;
  color: #1E293B !important;
  background: #F1F5F9 !important;
}
html.nt-light-theme .nt-timeline__group-header {
  color: #64748B !important;
}
html.nt-light-theme .nt-timeline__group-header:hover {
  color: #1E293B !important;
}
html.nt-light-theme .nt-timeline__group-dot {
  background: #F4F6F9 !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-timeline__group-dot.is-today {
  border-color: #a855f7 !important;
  background: #a855f7 !important;
  box-shadow: 0 0 8px rgba(168, 85, 247, 0.4) !important;
}
html.nt-light-theme .nt-timeline__group-dot.is-past {
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-timeline__group-label.is-today {
  color: #a855f7 !important;
}
html.nt-light-theme .nt-timeline__group-count {
  background: #F1F5F9 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-billing__title {
  color: #0F172A;
}
html.nt-light-theme .nt-billing__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-billing__section-title {
  color: #0F172A;
}
html.nt-light-theme .nt-billing p {
  color: #64748B !important;
}
html.nt-light-theme .nt-page-header__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-page-header__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-billing-card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-billing-card__title {
  color: #0F172A;
}
html.nt-light-theme .nt-billing-card__price {
  color: #0F172A;
}
html.nt-light-theme .nt-billing-card__price span {
  color: #64748B;
}
html.nt-light-theme .nt-billing-card__desc {
  color: #64748B;
}
html.nt-light-theme .nt-billing-card__features li {
  color: #334155;
}
html.nt-light-theme .nt-billing-card.active {
  border-color: #0088CC;
  background: rgba(0, 136, 204, 0.03);
  box-shadow: 0 0 20px rgba(0, 136, 204, 0.1);
}
html.nt-light-theme .nt-billing-card--featured {
  border-color: rgba(249, 115, 22, 0.3);
  background: rgba(249, 115, 22, 0.01);
}
html.nt-light-theme .nt-billing-card--featured:hover {
  border-color: #F97316;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 0 15px rgba(249, 115, 22, 0.1);
}
html.nt-light-theme .nt-billing-card--featured.active {
  border-color: #F97316;
  background: rgba(249, 115, 22, 0.03);
  box-shadow: 0 0 20px rgba(249, 115, 22, 0.1);
}
html.nt-light-theme .nt-billing-card__detail-box {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-billing-card__detail-box span {
  color: #64748B !important;
}
html.nt-light-theme .nt-addon-row {
  background: #FFFFFF;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-addon-row:hover {
  border-color: rgba(0, 136, 204, 0.4);
  background: #F8FAFC;
}
html.nt-light-theme .nt-addon-row.active {
  border-color: #0EA5E9;
  background: rgba(14, 165, 233, 0.04);
}
html.nt-light-theme .nt-addon-row__checkbox input[type=checkbox] {
  border-color: #CBD5E1;
}
html.nt-light-theme .nt-addon-row__title {
  color: #0F172A;
}
html.nt-light-theme .nt-addon-row__desc {
  color: #64748B;
}
html.nt-light-theme .nt-addon-row__price {
  color: #0F172A;
}
html.nt-light-theme .nt-addon-row--link {
  border-color: rgba(249, 115, 22, 0.3) !important;
  background: rgba(249, 115, 22, 0.01) !important;
}
html.nt-light-theme .nt-addon-row--link:hover {
  border-color: #F97316 !important;
  background: rgba(249, 115, 22, 0.03) !important;
}
html.nt-light-theme .nt-addon-row--link .nt-addon-row__price {
  color: #F97316 !important;
}
html.nt-light-theme .nt-billing-summary {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-billing-summary__title {
  color: #0F172A;
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-billing-summary__item {
  color: #334155;
}
html.nt-light-theme .nt-billing-summary__empty {
  color: #94A3B8;
}
html.nt-light-theme .nt-billing-summary__total-row {
  border-top-color: #E2E8F0;
  color: #0F172A;
}
html.nt-light-theme .nt-billing-summary #summary-payment-divider {
  background: rgba(15, 23, 42, 0.08) !important;
}
html.nt-light-theme .nt-billing-balance-item--has-border {
  border-top-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-billing-balance-label,
html.nt-light-theme .nt-billing-balance-hint {
  color: #64748B !important;
}
html.nt-light-theme .nt-checkout-form {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}
html.nt-light-theme .nt-checkout-form__title {
  color: #0F172A;
}
html.nt-light-theme .nt-checkout-form__methods {
  border-bottom-color: #E2E8F0;
}
html.nt-light-theme .nt-checkout-form__method {
  border-color: #E2E8F0;
  background: #F8FAFC;
  color: #64748B;
}
html.nt-light-theme .nt-checkout-form__method:hover {
  border-color: rgba(0, 136, 204, 0.5);
  background: #F1F5F9;
}
html.nt-light-theme .nt-checkout-form__method.active {
  border-color: #0088CC;
  background: rgba(0, 136, 204, 0.08);
  color: #0088CC;
}
html.nt-light-theme .nt-checkout-form__method.active svg {
  color: #0088CC;
}
html.nt-light-theme .nt-checkout-payment-info {
  background: #F8FAFC !important;
  border: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-checkout-payment-info__text {
  color: #64748B !important;
}
html.nt-light-theme .nt-form-group label {
  color: #64748B !important;
}
html.nt-light-theme .nt-form-control {
  background: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-form-control::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-form-control:focus {
  border-color: #0088CC !important;
  box-shadow: 0 0 0 3px rgba(0, 136, 204, 0.15) !important;
}
html.nt-light-theme .nt-billing-success__card {
  background: #FFFFFF;
  border-color: #E2E8F0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
html.nt-light-theme .nt-billing-success__title {
  color: #0F172A;
}
html.nt-light-theme .nt-billing-success__subtitle {
  color: #64748B;
}
html.nt-light-theme .nt-billing-success__details {
  background: #F8FAFC;
  border-color: #E2E8F0;
}
html.nt-light-theme .nt-billing-success__details-title {
  color: #0F172A;
}
html.nt-light-theme .nt-billing-success__info-row {
  color: #64748B;
}
html.nt-light-theme .nt-billing-success__info-row strong {
  color: #0F172A;
}
html.nt-light-theme .nt-billing-success__divider {
  background: #E2E8F0;
}
html.nt-light-theme .nt-billing-success__item {
  color: #334155;
}
html.nt-light-theme .nt-billing-success__total {
  color: #0F172A;
}
html.nt-light-theme .nt-billing-success__next-steps h3 {
  color: #0F172A;
}
html.nt-light-theme .nt-modal-container {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal-container .nt-modal-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal-container .nt-modal-close {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal-container .nt-modal-close:hover {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal-container .nt-modal-body p {
  color: #64748B !important;
}
html.nt-light-theme .nt-alert--success {
  background: #f0fdf4 !important;
  border-color: rgba(34, 197, 94, 0.3) !important;
  color: #166534 !important;
}
html.nt-light-theme .nt-alert--error {
  background: #fef2f2 !important;
  border-color: rgba(239, 68, 68, 0.3) !important;
  color: #991b1b !important;
}
html.nt-light-theme .nt-alert__btn {
  color: #991b1b !important;
  border-color: rgba(153, 27, 27, 0.3) !important;
}
html.nt-light-theme .nt-alert__btn:hover {
  background: rgba(153, 27, 27, 0.05) !important;
  color: #991b1b !important;
}
html.nt-light-theme .nt-content.myDay .nt-tasks__header {
  background-color: #F4F6F9 !important;
}
html.nt-light-theme .nt-content.myDay .nt-table__head th {
  background-color: #F8FAFC !important;
}
html.nt-light-theme .nt-progress-card.is-expanded .nt-progress-card__stat {
  border-left: 1px solid #E2E8F0 !important;
}
@media screen and (max-width: 1024px), screen and (max-height: 700px) {
  html.nt-light-theme .nt-header__date-nav {
    border-top: 1px solid #E2E8F0 !important;
  }
}
@media screen and (max-width: 768px) {
  html.nt-light-theme .nt-progress-card.is-minimized .nt-progress-card__stats,
  html.nt-light-theme .nt-progress-card:not(.is-expanded) .nt-progress-card__stats {
    border-top: 1px solid #E2E8F0 !important;
  }
  html.nt-light-theme .nt-progress-card.is-minimized .nt-progress-card__stat,
  html.nt-light-theme .nt-progress-card:not(.is-expanded) .nt-progress-card__stat {
    border-left-color: #E2E8F0 !important;
  }
  html.nt-light-theme .nt-progress-card.is-expanded .nt-progress-card__stats {
    border-top-color: #E2E8F0 !important;
  }
  html.nt-light-theme .nt-progress-card.is-expanded .nt-progress-card__stat {
    border-color: #E2E8F0 !important;
  }
}
@media screen and (max-width: 1575px), screen and (max-height: 800px) {
  html.nt-light-theme .nt-progress-card:not(.is-expanded) .nt-progress-card__stat {
    border-left: 1px solid #E2E8F0 !important;
  }
}
html.nt-light-theme .nt-mobile-dropdown {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-mobile-dropdown button {
  color: #1E293B !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-mobile-dropdown button:hover {
  background: #F1F5F9 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-mobile-dropdown button.is-active {
  background: rgba(0, 136, 204, 0.08) !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-mobile-dropdown__title-header {
  color: #64748B !important;
  background: #F8FAFC !important;
  border-top: 1px solid #E2E8F0 !important;
}
html.nt-light-theme .nt-mobile-dropdown__view-segment {
  background: #FFFFFF !important;
}
html.nt-light-theme .nt-mobile-dropdown__view-segment button {
  border-color: #E2E8F0 !important;
  color: #64748B !important;
}
html.nt-light-theme .nt-mobile-dropdown__view-segment button:hover {
  background: #F1F5F9 !important;
  color: #0088CC !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-mobile-dropdown__view-segment button.is-active {
  background: rgba(0, 136, 204, 0.08) !important;
  border-color: #0088CC !important;
  color: #0088CC !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__window {
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(25px) !important;
  -webkit-backdrop-filter: blur(25px) !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.1) !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__header {
  background: rgba(248, 250, 252, 0.6) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__header .nt-chat-widget__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__header .nt-chat-widget__status {
  color: #64748B !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__header .nt-chat-widget__control-btn {
  color: #64748B !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__header .nt-chat-widget__control-btn:hover {
  color: #0F172A !important;
  background: rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__header .nt-chat-widget__close {
  color: #64748B !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__header .nt-chat-widget__close:hover {
  color: #0F172A !important;
  background: rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__usage-panel {
  background: rgba(241, 245, 249, 0.95) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-usage-info {
  color: #64748B !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-usage-info strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-promo-link {
  color: #0088CC !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-promo-link:hover {
  color: rgb(0%, 37.3333333333%, 56%) !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__body {
  background: rgba(248, 250, 252, 0.65) !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--assistant .nt-chat-msg__bubble {
  background: #FFFFFF !important;
  color: #1E293B !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-msg--user .nt-chat-msg__bubble {
  background: #0088CC !important;
  color: #FFFFFF !important;
  border: none !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__footer {
  background: rgba(248, 250, 252, 0.6) !important;
  border-top: 1px solid rgba(226, 232, 240, 0.8) !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__input-wrapper {
  background: #FFFFFF !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__input-wrapper textarea {
  color: #1E293B !important;
  background: transparent !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__input-wrapper textarea::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__promo-details {
  background: #FFFFFF !important;
  border-top: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, 0.06) !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__promo-details .nt-chat-promo-details-header {
  border-bottom: 1px solid rgba(226, 232, 240, 0.9) !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__promo-details .nt-chat-promo-details-header h5 {
  color: #0F172A !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__promo-details .nt-chat-promo-details-header button {
  color: #64748B !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__promo-details .nt-chat-promo-details-header button:hover {
  color: #0F172A !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__promo-details .nt-promo-option h6 {
  color: #0F172A !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__promo-details .nt-promo-option .nt-promo-price {
  color: #0088CC !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__promo-details .nt-promo-option .nt-promo-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__promo-details .nt-promo-option .nt-promo-desc strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__promo-details .nt-promo-option .nt-promo-features li {
  color: #64748B !important;
}
html.nt-light-theme .nt-chat-widget .nt-chat-widget__promo-details .nt-promo-divider {
  background: rgba(226, 232, 240, 0.8) !important;
}
html.nt-light-theme {
  /* ==========================================================================
     Ajustes do Modal de Migração (Neotriad 7.0) para o Modo Claro
     ========================================================================== */
}
html.nt-light-theme .nt-sync-settings-card {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-sync-settings-card .nt-personalization-card__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-sync-settings-card .nt-sync-card {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-sync-settings-card .nt-sync-card:hover:not(.disabled) {
  border-color: #0EA5E9 !important;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.15) !important;
}
html.nt-light-theme .nt-sync-settings-card .nt-sync-card.disabled {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-sync-settings-card .nt-sync-card__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-sync-settings-card .nt-sync-card__desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__header {
  border-bottom-color: #E2E8F0 !important;
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal-close-btn,
html.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__close {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal-close-btn:hover,
html.nt-light-theme .nt-modal--migration .nt-modal__header .nt-modal__close:hover {
  color: #0F172A !important;
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav {
  background: #E2E8F0 !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn {
  color: #475569 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn:hover {
  color: #0F172A !important;
  background: rgba(255, 255, 255, 0.7) !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal-tabs-nav .nt-modal-tab-btn.active {
  background: #0EA5E9 !important;
  color: #FFFFFF !important;
}
html.nt-light-theme .nt-modal--migration {
  /* Elements inside modal body */
}
html.nt-light-theme .nt-modal--migration .nt-wizard-card,
html.nt-light-theme .nt-modal--migration .nt-wizard-summary-card,
html.nt-light-theme .nt-modal--migration .nt-migration-history-card,
html.nt-light-theme .nt-modal--migration .nt-wizard-step-item {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--migration .nt-wizard-card .nt-wizard-card__title,
html.nt-light-theme .nt-modal--migration .nt-wizard-card .nt-wizard-step-title,
html.nt-light-theme .nt-modal--migration .nt-wizard-card .nt-wizard-summary-title,
html.nt-light-theme .nt-modal--migration .nt-wizard-card .nt-wizard-step-name,
html.nt-light-theme .nt-modal--migration .nt-wizard-summary-card .nt-wizard-card__title,
html.nt-light-theme .nt-modal--migration .nt-wizard-summary-card .nt-wizard-step-title,
html.nt-light-theme .nt-modal--migration .nt-wizard-summary-card .nt-wizard-summary-title,
html.nt-light-theme .nt-modal--migration .nt-wizard-summary-card .nt-wizard-step-name,
html.nt-light-theme .nt-modal--migration .nt-migration-history-card .nt-wizard-card__title,
html.nt-light-theme .nt-modal--migration .nt-migration-history-card .nt-wizard-step-title,
html.nt-light-theme .nt-modal--migration .nt-migration-history-card .nt-wizard-summary-title,
html.nt-light-theme .nt-modal--migration .nt-migration-history-card .nt-wizard-step-name,
html.nt-light-theme .nt-modal--migration .nt-wizard-step-item .nt-wizard-card__title,
html.nt-light-theme .nt-modal--migration .nt-wizard-step-item .nt-wizard-step-title,
html.nt-light-theme .nt-modal--migration .nt-wizard-step-item .nt-wizard-summary-title,
html.nt-light-theme .nt-modal--migration .nt-wizard-step-item .nt-wizard-step-name {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-wizard-card .nt-wizard-card__desc,
html.nt-light-theme .nt-modal--migration .nt-wizard-card .nt-wizard-step-desc,
html.nt-light-theme .nt-modal--migration .nt-wizard-card .nt-wizard-summary-desc,
html.nt-light-theme .nt-modal--migration .nt-wizard-summary-card .nt-wizard-card__desc,
html.nt-light-theme .nt-modal--migration .nt-wizard-summary-card .nt-wizard-step-desc,
html.nt-light-theme .nt-modal--migration .nt-wizard-summary-card .nt-wizard-summary-desc,
html.nt-light-theme .nt-modal--migration .nt-migration-history-card .nt-wizard-card__desc,
html.nt-light-theme .nt-modal--migration .nt-migration-history-card .nt-wizard-step-desc,
html.nt-light-theme .nt-modal--migration .nt-migration-history-card .nt-wizard-summary-desc,
html.nt-light-theme .nt-modal--migration .nt-wizard-step-item .nt-wizard-card__desc,
html.nt-light-theme .nt-modal--migration .nt-wizard-step-item .nt-wizard-step-desc,
html.nt-light-theme .nt-modal--migration .nt-wizard-step-item .nt-wizard-summary-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration {
  /* Card de Carregamento & Verificação da Conta em Modo Claro */
}
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.04) !important;
}
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card .nt-checking-spinner-wrap,
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card .nt-checking-spinner-box,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card .nt-checking-spinner-wrap,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card .nt-checking-spinner-box {
  background: rgba(14, 165, 233, 0.1) !important;
  border-color: rgba(14, 165, 233, 0.25) !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card .nt-checking-stage-title,
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card .nt-checking-title,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card .nt-checking-stage-title,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card .nt-checking-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card .nt-checking-stage-subtitle,
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card .nt-checking-desc,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card .nt-checking-stage-subtitle,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card .nt-checking-desc {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card .nt-checking-progress-bar-track,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card .nt-checking-progress-bar-track {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card .nt-checking-item,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card .nt-checking-item {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card .nt-checking-item.active,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card .nt-checking-item.active {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card .nt-checking-item.active .nt-checking-item-icon svg,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card .nt-checking-item.active .nt-checking-item-icon svg {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card .nt-checking-item.done,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card .nt-checking-item.done {
  color: #16A34A !important;
}
html.nt-light-theme .nt-modal--migration .nt-checking-stage-card .nt-checking-item.done .nt-checking-item-icon svg,
html.nt-light-theme .nt-modal--migration .nt-migration-checking-card .nt-checking-item.done .nt-checking-item-icon svg {
  color: #16A34A !important;
}
html.nt-light-theme .nt-modal--migration {
  /* Hero Card de Migração Automática e Dashboard em Modo Claro */
}
html.nt-light-theme .nt-modal--migration .nt-auto-migration-hero-card {
  background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%) !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--migration .nt-auto-migration-hero-card .nt-auto-hero-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-auto-migration-hero-card .nt-auto-hero-desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-modal--migration .nt-auto-migration-hero-card .nt-auto-hero-desc strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-dashboard-section-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-dashboard-section-subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration .nt-migration-progress-track {
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration .nt-migration-log-box {
  background: #F1F5F9 !important;
  border-color: #CBD5E1 !important;
  color: #334155 !important;
}
html.nt-light-theme .nt-modal--migration .nt-wizard-summary-item {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration .nt-wizard-summary-item .summary-label {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration .nt-wizard-summary-item .summary-val {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration {
  /* Side Panel / Drawer in Light Mode */
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel {
  background: #FFFFFF !important;
  border-left-color: #E2E8F0 !important;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.08) !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel__header {
  border-bottom-color: #E2E8F0 !important;
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel__header .nt-side-panel__title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel__header .nt-side-panel__close {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel__header .nt-side-panel__close:hover {
  color: #0F172A !important;
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel__toolbar {
  background: #F1F5F9 !important;
  border-bottom-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel__toolbar .nt-search-input {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel__toolbar .nt-search-input::placeholder {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel__toolbar .nt-side-panel-toggle-migrated {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel__toolbar .nt-side-panel-toggle-migrated:hover {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-team-projects-notice {
  background: rgba(14, 165, 233, 0.08) !important;
  border-color: rgba(14, 165, 233, 0.25) !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-team-projects-notice .notice-body {
  color: #475569 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-team-projects-notice .notice-body strong {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel-group-header {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel-group-header:hover {
  background: rgba(14, 165, 233, 0.1) !important;
  border-color: rgba(14, 165, 233, 0.3) !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel-group-header .group-header-title {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel-item {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel-item:hover {
  background: #F8FAFC !important;
  border-color: #CBD5E1 !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel-item .item-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration .nt-modal__side-panel .nt-side-panel-item .item-subtitle {
  color: #64748B !important;
}
html.nt-light-theme .nt-modal--migration {
  /* Celebration Mode in Light Theme */
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8FAFC 100%) !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-title {
  color: #0F172A !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-desc {
  color: #475569 !important;
}
html.nt-light-theme .nt-modal--migration.celebration-mode .nt-wizard-celebration-card .nt-celebration-feature-item {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
html.nt-light-theme {
  /* Actions bar on Project & Folder Cards in Light Mode */
}
html.nt-light-theme .nt-proj-card__actions,
html.nt-light-theme .nt-folder-card__actions {
  background: #FFFFFF !important;
  border-color: #CBD5E1 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}
html.nt-light-theme .nt-proj-card__actions::after,
html.nt-light-theme .nt-folder-card__actions::after {
  border-color: transparent #FFFFFF transparent transparent !important;
}
html.nt-light-theme .nt-proj-card__actions.nt-actions--left::after,
html.nt-light-theme .nt-folder-card__actions.nt-actions--left::after {
  border-color: transparent transparent transparent #FFFFFF !important;
}
html.nt-light-theme .nt-proj-card__actions button,
html.nt-light-theme .nt-folder-card__actions button {
  color: #475569 !important;
}
html.nt-light-theme .nt-proj-card__actions button:hover,
html.nt-light-theme .nt-folder-card__actions button:hover {
  background: #F1F5F9 !important;
  color: #0EA5E9 !important;
}
html.nt-light-theme .nt-proj-card__actions button.btn-delete:hover,
html.nt-light-theme .nt-folder-card__actions button.btn-delete:hover {
  background: rgba(239, 68, 68, 0.1) !important;
  color: #EF4444 !important;
}
@media (max-width: 768px) {
  html.nt-light-theme .nt-proj-card__actions,
  html.nt-light-theme .nt-folder-card__actions {
    background: transparent !important;
    box-shadow: none !important;
    border-top: 1px solid #E2E8F0 !important;
  }
  html.nt-light-theme .nt-proj-card__actions::after, html.nt-light-theme .nt-proj-card__actions::before,
  html.nt-light-theme .nt-folder-card__actions::after,
  html.nt-light-theme .nt-folder-card__actions::before {
    display: none !important;
  }
  html.nt-light-theme .nt-proj-card__actions button,
  html.nt-light-theme .nt-folder-card__actions button {
    background: #F8FAFC !important;
    border: 1px solid #E2E8F0 !important;
    color: #334155 !important;
  }
  html.nt-light-theme .nt-proj-card__actions button:hover, html.nt-light-theme .nt-proj-card__actions button:active,
  html.nt-light-theme .nt-folder-card__actions button:hover,
  html.nt-light-theme .nt-folder-card__actions button:active {
    background: #F1F5F9 !important;
    color: #0EA5E9 !important;
  }
  html.nt-light-theme .nt-proj-card__actions button.btn-delete,
  html.nt-light-theme .nt-folder-card__actions button.btn-delete {
    color: #EF4444 !important;
    background: #FEF2F2 !important;
    border-color: #FECACA !important;
  }
  html.nt-light-theme .nt-proj-card__actions button.btn-delete:hover, html.nt-light-theme .nt-proj-card__actions button.btn-delete:active,
  html.nt-light-theme .nt-folder-card__actions button.btn-delete:hover,
  html.nt-light-theme .nt-folder-card__actions button.btn-delete:active {
    background: #FEE2E2 !important;
    color: #DC2626 !important;
  }
}
html.nt-light-theme {
  /* Sidebar Tree & Toggle in Light Mode */
}
html.nt-light-theme .nt-projects-board__view-toggle {
  background: #F1F5F9 !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-projects-board__view-toggle .nt-view-btn {
  color: #64748B !important;
}
html.nt-light-theme .nt-projects-board__view-toggle .nt-view-btn:hover {
  color: #0F172A !important;
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-projects-board__view-toggle .nt-view-btn.is-active {
  background: #FFFFFF !important;
  color: #0EA5E9 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree .nt-tree-sidebar__header {
  border-bottom-color: #F1F5F9 !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree .nt-tree-sidebar__title {
  color: #64748B !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree .nt-tree-item__row {
  color: #334155 !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree .nt-tree-item__row:hover {
  background: #F8FAFC !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree .nt-tree-item__row:hover .nt-tree-item__name {
  color: #0F172A !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree .nt-tree-item__row.is-active {
  background: rgba(14, 165, 233, 0.1) !important;
  box-shadow: 0 0 0 1px rgba(14, 165, 233, 0.3) inset !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree .nt-tree-item__row.is-active .nt-tree-item__name {
  color: #0284C7 !important;
  font-weight: 600 !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree .nt-tree-item__row.is-active .nt-tree-item__icon {
  color: #0EA5E9 !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree .nt-tree-item__row .nt-tree-item__name {
  color: #475569 !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree .nt-tree-item__row .nt-tree-item__toggle {
  color: #94A3B8 !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree .nt-tree-item__row .nt-tree-item__toggle:hover {
  color: #0F172A !important;
  background: #E2E8F0 !important;
}
html.nt-light-theme .nt-projects-board__sidebar-tree .nt-tree-children {
  border-left-color: #E2E8F0 !important;
}
html.nt-light-theme {
  /* Skeleton Loader in Light Mode */
}
html.nt-light-theme .is-skeleton {
  background: #FFFFFF !important;
  border-color: #E2E8F0 !important;
}
html.nt-light-theme .nt-skeleton-pulse {
  background: linear-gradient(90deg, #F1F5F9 25%, #E2E8F0 50%, #F1F5F9 75%) !important;
  background-size: 200% 100% !important;
}
html.nt-light-theme {
  /* Context Menu in Light Mode */
}
html.nt-light-theme .nt-context-menu {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: #E2E8F0 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}
html.nt-light-theme .nt-context-menu__item {
  color: #334155 !important;
}
html.nt-light-theme .nt-context-menu__item svg {
  color: #64748B !important;
}
html.nt-light-theme .nt-context-menu__item:hover {
  background: rgba(14, 165, 233, 0.1) !important;
  color: #0284C7 !important;
}
html.nt-light-theme .nt-context-menu__item:hover svg {
  color: #0284C7 !important;
}
html.nt-light-theme .nt-context-menu__item--danger:hover {
  background: rgba(239, 68, 68, 0.1) !important;
  color: #EF4444 !important;
}
html.nt-light-theme .nt-context-menu__item--danger:hover svg {
  color: #EF4444 !important;
}
html.nt-light-theme .nt-context-menu__divider {
  background: #E2E8F0 !important;
}

/*# sourceMappingURL=main.css.map */
