.platform-user {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.platform-user-img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.platform-user-texts {
  padding-left: 5px;
}
.user-id { padding-left: 10px; }
.fit { display: inline-block; }
.grid { display: grid; }
.flex { display: flex; }
.pool { display: grid; }
.insert { outline: 0; }
.dropdown {
  cursor: pointer;
  outline: 0;
}
.handle {
  cursor: pointer;
  outline: 0;
}
.full-height { height: 100%; }
.absolute { position: absolute; }
.i-select-wrapper { position: relative; }
.i-select-overlay {
  position: fixed;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
}
.i-select-container {
  position: absolute;
  max-height: 200px;
  width: 100%;
  white-space: normal;
  overflow: auto;
  z-index: 3;
  display: grid;
}
.i-select-option {
  display: block;
  padding: 7px;
  width: 100%;
  cursor: pointer;
}
.togglerarrow-icons { padding-right: 5px; }
.courses {
  padding: 10px;
}
.courses-product-name {
  display: block;
  font-size: 20px;
  padding: 10px;
}
.courses-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.course-item {
  position: relative;
  min-height: 90px;
  margin-right: 10px;
  cursor: pointer;
  background-color: #434343;
  color: #ffffff;
}
.course-item-image {
  display: block;
  width: 100%;
  height: auto;
}
.course-texts {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto min-content min-content;
  grid-gap: 10px;
  padding: 10px;
  text-align: center;
  top: 0;
}
.unavailable-course-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #00000059;
  backdrop-filter: blur(1px);
  font-size: 30px;
  display: grid;
  align-content: center;
  justify-content: center;
  text-decoration: none;
}
.course-container {
  display: grid;
  position: fixed;
  grid-template-rows: min-content auto;
  width: 100vw;
  height: 100svh;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  white-space: normal;
}
.course-wrapper {
  display: grid;
  height: 55px;
  grid-template-columns: min-content auto;
  grid-gap: 20px;
  padding: 10px 20px;
  border-bottom: 1px solid #3e4143;
  color: #ffffff;
  background-color: #1c1d1f;
  align-items: center;
  color: white;
  text-align: start;
}
.course-image {
  height: calc(55px - 20px);
}
.course-name {
  padding-left: 10px;
  border-left: 1px solid #3e4143;
}
.course-grid {
  display: grid;
  grid-template-columns: 73% 27%;
  grid-template-areas: 'a c' 'b c';
  max-height: calc(100svh - 55px);
}
.course-video-container {
  height: 100%;
  grid-area: a;
  background: black;
  display: grid;
  align-content: center;
}
.course-video {
  width: 70%;
  aspect-ratio: 16 / 9;
  display: block;
  margin: 0 auto;
}
.tutorial-description-container {
  grid-area: b;
  overflow: auto;
}
.tutorial-description-grid {
  display: grid;
  grid-gap: 20px;
  padding: 10px 20px;
}
.tutorial-name {
  display: block;
  font-size: 22px;
  color: black;
  border-bottom: 1px solid lightgray;
  padding-bottom: 5px;
}
.tutorial-name a {
  color: #ffee0a;
}
.tutorial-description {
  display: block;
  color: black;
}
.tutorial-description a {
  color: #ffee0a;
  text-decoration: none;
}
.tutorial-list-container {
  display: grid;
  height: 100%;
  overflow: auto;
  font-size: 19px;
  grid-area: c;
  max-height: calc(100svh - 55px);
  grid-template-rows: min-content auto;
}
.close-course-grid {
  display: grid;
  grid-template-columns: auto min-content;
  padding: 15px;
  grid-gap: 15px;
  align-items: center;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #d1d7dc;
  font-weight: bold;
  background-color:#ffffff;
}
.close-course-text {
  color: black;
  text-align: center;
}
.close-course-container {
  border: 0;
  cursor: pointer;
  background-color: #ffffff;
  color: #000000;
  padding: 0;
}
.module-wrapper {
  display: grid;
  padding: 15px;
  border-top: 1px solid #d1d7dc;
  background-color: #f7f9fa;
  font-weight: bold;
  cursor: pointer;
  grid-template-columns: min-content auto;
  grid-gap: 15px;
  color: black;
  text-align: start;
}
.tutorial-name-list-wrapper {
  display: grid;
  padding: 15px;
  cursor: pointer;
  grid-gap: 15px;
  grid-template-columns: min-content auto;
  color: black;
  text-align: start;
  width: 100%;
}
.tutorial-active { color: gray; }
.tutorial-thumbnail {
  width: 120px;
  height: 70px;
}
.tutorial-name-list {
  white-space: initial;
}
  @media only screen and (max-width: 802px) {
      .courses-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .course-grid {
    grid-template-areas: 'a' 'b' 'c';
    grid-template-columns: 1fr;
  }
  }
:root {
  --bg: #0c0c10;
  --s1: #14141a;
  --s2: #1b1b24;
  --s3: #22222e;
  --s4: #2a2a38;
  --border: #28283a;
  --border2: #32324a;
  --accent: #5cff8f;
  --accent2: #4f8fff;
  --accent2-dim: rgba(79, 142, 247, 0.12);
  --accent3: #ff7c5c;
  --green: #5cff8f;
  --green-dim: rgba(34, 197, 94, 0.1);
  --blue: #4f8fff;
  --yellow: #ffd166;
  --purple: #a78bfa;
  --purple-dim: rgba(124, 58, 237, 0.12);
  --red: #ff5c5c;
  --red-dim: rgba(239, 68, 68, 0.1);
  --text: #e4e4f0;
  --text2: #9090b0;
  --muted: #52526a;
  --sans: 'Syne', sans-serif;
  --mono: 'JetBrains Mono', monospace;
}
.topbar-logo {
  width: 32px;
  height: 32px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.dash {
  background: var(--bg);
  font-family: var(--sans);
  color: var(--text);
  min-height: 100vh;
  padding: 0;
}
/* topbar */
.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-bottom: 1px solid var(--border);
  background: var(--s1);
}
.logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  letter-spacing: -0.3px;
  font-family: var(--mono);
}
.logo-icon {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  width: 18px;
  height: 18px;
}
.logo-icon span {
  border-radius: 2px;
}
.user-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--s3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: var(--text2);
  border: 1px solid var(--border2);
}
.user-name {
  font-size: 13px;
  color: var(--text2);
}
.badge-row {
  display: flex;
  gap: 6px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 99px;
  font-size: 10px;
  font-weight: 500;
  cursor: default;
  position: relative;
  font-family: var(--mono);
}
.badge-early {
  background: rgba(255, 209, 102, 0.1);
  color: var(--yellow);
  border: 1px solid rgba(255, 209, 102, 0.2);
}
.badge-byok {
  background: var(--purple-dim);
  color: var(--purple);
  border: 1px solid rgba(167, 139, 250, 0.25);
}
.badge-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.badge-early .badge-dot {
  background: var(--yellow);
}
.badge-byok .badge-dot {
  background: var(--purple);
}
.tooltip {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--s3);
  border: 1px solid var(--border2);
  border-radius: 8px;
  padding: 9px 11px;
  width: 180px;
  z-index: 99;
  pointer-events: none;
}
.tooltip-title {
  font-size: 11px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}
.tooltip-desc {
  font-size: 10px;
  color: var(--text2);
  line-height: 1.5;
  font-family: var(--sans);
}
.badge:hover .tooltip {
  display: block;
}
/* layout */
.body {
  display: grid;
  grid-template-columns: 1fr;
  min-height: calc(100vh - 57px);
}
/* sidebar */
.sidebar {
  background: var(--s1);
  border-right: 1px solid var(--border);
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.nav-item {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px 10px;
  border-radius: 7px;
  font-size: 13px;
  color: var(--text2);
  cursor: pointer;
  transition: all 0.15s;
}
.nav-item:hover {
  background: var(--s2);
  color: var(--text);
}
.nav-item.active {
  background: var(--accent2-dim);
  color: var(--accent2);
}
.nav-icon {
  font-size: 14px;
  width: 18px;
  text-align: center;
}
.nav-divider {
  height: 1px;
  background: var(--border);
  margin: 8px 0;
}
/* main */
.main {
  padding: 2rem 2.5rem;
  overflow-y: auto;
}
.page {
  display: none;
}
.page.active {
  display: block;
}
.page-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1.5rem;
}
/* cta hero */
.cta-hero {
  background: linear-gradient(135deg, #1a1830 0%, #111320 100%);
  border: 1px solid var(--border2);
  border-radius: 12px;
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.cta-hero::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(83, 74, 183, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
.cta-hero h2 {
  font-size: 17px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 5px;
}
.cta-hero p {
  font-size: 13px;
  color: var(--text2);
  line-height: 1.5;
}
.cta-btn {
  background: var(--accent2);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.15s;
  font-family: var(--sans);
}
.cta-btn:hover {
  opacity: 0.85;
}
/* metrics */
.metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 1.5rem;
}
.metric-card {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1rem 1.25rem;
}
.metric-label {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 7px;
  font-family: var(--mono);
}
.metric-value {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
}
.metric-sub {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
  font-family: var(--mono);
}
.metric-green {
  color: var(--green);
}
/* section */
.section-label {
  font-size: 10px;
  font-weight: 500;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0.85rem;
  font-family: var(--mono);
}
/* cursos */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 1.5rem;
}
.course-card {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.15s, transform 0.15s;
}
.course-card:hover {
  border-color: var(--border2);
  transform: translateY(-2px);
}
.course-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.course-tag {
  position: absolute;
  top: 8px;
  left: 9px;
  background: rgba(0, 0, 0, 0.55);
  color: var(--text2);
  font-size: 9px;
  padding: 2px 7px;
  border-radius: 99px;
  border: 1px solid var(--border);
  font-family: var(--mono);
}
.course-count {
  position: absolute;
  bottom: 8px;
  right: 9px;
  font-size: 9px;
  color: var(--text2);
  background: rgba(0, 0, 0, 0.55);
  padding: 2px 7px;
  border-radius: 99px;
  border: 1px solid var(--border);
  font-family: var(--mono);
}
.course-info {
  padding: 11px 14px 13px;
}
.course-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 3px;
}
.course-desc {
  font-size: 11px;
  color: var(--text2);
  line-height: 1.4;
}
/* financeiro */
.fin-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.card {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 1.25rem;
}
.card-title {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 1rem;
  font-family: var(--mono);
}
.inv-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding: 7px 0;
  border-bottom: 1px solid var(--border);
}
.inv-row:last-child {
  border: none;
}
.inv-date {
  color: var(--text2);
  font-family: var(--mono);
  font-size: 11px;
}
.inv-val {
  font-weight: 500;
  color: var(--text);
  font-family: var(--mono);
}
.status {
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 99px;
  font-family: var(--mono);
}
.paid {
  background: var(--green-dim);
  color: var(--green);
}
.pending {
  background: rgba(255, 209, 102, 0.1);
  color: var(--yellow);
}
/* planos page */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 2rem;
}
.plan-card {
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.5rem;
  position: relative;
  transition: border-color 0.15s;
}
.plan-card.current {
  border-color: var(--accent2);
}
.plan-card.highlighted {
  border-color: var(--purple);
}
.current-tag {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent2);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 99px;
  white-space: nowrap;
  font-family: var(--mono);
}
.popular-tag {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--purple);
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 99px;
  white-space: nowrap;
  font-family: var(--mono);
}
.plan-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}
.plan-price {
  font-size: 26px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 2px;
  font-family: var(--mono);
}
.plan-price span {
  font-size: 12px;
  color: var(--text2);
}
.plan-desc {
  font-size: 11px;
  color: var(--text2);
  margin-bottom: 1.1rem;
  line-height: 1.5;
}
.plan-features {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 1.25rem;
}
.plan-feat {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: var(--text2);
}
.feat-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}
.plan-btn {
  width: 100%;
  padding: 9px;
  border-radius: 7px;
  border: 1px solid var(--border2);
  background: transparent;
  color: var(--text2);
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
  font-family: var(--sans);
}
.plan-btn:hover {
  background: var(--s2);
  color: var(--text);
}
.plan-btn.primary {
  background: var(--accent2);
  border-color: var(--accent2);
  color: #fff;
}
.plan-btn.primary:hover {
  opacity: 0.85;
}
.plan-btn.current-btn {
  border-color: var(--accent2);
  color: var(--accent2);
  cursor: default;
}
.danger-zone {
  background: var(--red-dim);
  border: 1px solid rgba(255, 92, 92, 0.2);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.danger-text h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  margin-bottom: 3px;
}
.danger-text p {
  font-size: 11px;
  color: var(--text2);
  line-height: 1.5;
}
.cancel-btn {
  background: transparent;
  border: 1px solid var(--red);
  color: var(--red);
  font-size: 12px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 7px;
  cursor: pointer;
  white-space: nowrap;
  font-family: var(--sans);
  transition: all 0.15s;
}
.cancel-btn:hover {
  background: var(--red-dim);
}
/* course page */
.back-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: var(--text2);
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  margin-bottom: 1.25rem;
  font-family: var(--sans);
  transition: color 0.15s;
}
.back-btn:hover {
  color: var(--text);
}
.back-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 7px solid currentColor;
}
.course-header-thumb {
  width: 100%;
  max-height: 200px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: 56px;
}
.course-header h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.course-header p {
  font-size: 13px;
  color: var(--text2);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.lessons-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.lesson-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--s1);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 11px 14px;
  cursor: pointer;
  transition: border-color 0.15s;
}
.lesson-item:hover {
  border-color: var(--border2);
}
.lesson-num {
  font-size: 10px;
  color: var(--muted);
  min-width: 22px;
  font-family: var(--mono);
}
.lesson-play {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accent2-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lesson-play-arrow {
  width:0;
  height:0;
  border-top:4px solid transparent;
  border-bottom:4px solid transparent;
  border-left:8px solid var(--blue);
  margin-left:2px;
}
.lesson-title {
  font-size: 13px;
  font-weight: 500;
  color: var(--text);
  flex: 1;
}
.lesson-dur {
  font-size: 10px;
  color: var(--muted);
  font-family: var(--mono);
}
.__ym8BUm4f {
  display: none !important;
}
.__wU1NBnlI {
  display: none !important;
}
.__LAX7WfPt {
  background-color: #00000000 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-width: 0px !important;
}
.__uGdAPAAN {
  width: 25px !important;
  height: 25px !important;
}
.__HxrNKrei {
  background: var(--s2) !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.__HxrNKrei:hover {
  color: var(--text2) !important;
}
.__pFAnAcUR {
  width: 100% !important;
  background-color: #00000000 !important;
  border-width: 0px !important;
  color: var(--text) !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.__dEdt45WJ {
  display: flex !important;
  flex-direction: row-reverse !important;
  gap: 13px !important;
}
.__FMuuWNHX {
  width: 23px !important;
  height: 23px !important;
}
.__fbYTVh0l {
  height: 21px !important;
  width: 21px !important;
}
.__kCbpxTzb {
  display: none !important;
}
.__GmwJ8ZLt {
  display: none !important;
}
.__UC7hUgqe {
  display: none !important;
}
.__EtZz4sj3 {
  display: none !important;
}
.hidden {
  display: none !important;
  /*position: absolute !important;
  z-index: -9999 !important;
  top: -20404px !important;
  opacity: 0 !important;*/
}
