@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");

:root {
  color-scheme: light;
  --edu-navy: #080516;
  --edu-navy-2: #12073d;
  --edu-purple: #7c3aed;
  --edu-purple-2: #a855f7;
  --edu-pink: #dc8cdb;
  --edu-lilac: #f4e8ff;
  --edu-text: #111827;
  --edu-muted: #6b7280;
  --edu-line: #eef0f7;
  --edu-code-next: "Code Next", "CodeNext", "Open Sans", ui-sans-serif, system-ui, sans-serif;
}

/* BeFreeLancer platform live dashboard refinements */
.bfl-dash-menu-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(87, 63, 220, 0.12));
}

.bfl-dashboard-page--platform .bfl-dash-sidebar nav a {
  min-height: 38px;
}

.bfl-dashboard-page--platform .bfl-dash-sidebar nav a span {
  line-height: 1.2;
}

.bfl-dashboard-page--platform .bfl-dash-category-row button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.bfl-dashboard-page--platform .bfl-dash-category-row .bfl-dash-menu-icon {
  width: 26px;
  height: 26px;
}

.bfl-dashboard-page--platform .bfl-dash-post-btn {
  border: 0;
  cursor: pointer;
  font-family: inherit;
}

.bfl-notification-popover {
  position: absolute;
  top: calc(100% + 12px);
  right: 78px;
  width: min(330px, calc(100vw - 32px));
  padding: 16px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(95, 84, 173, 0.16);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(22, 20, 45, 0.18);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
  z-index: 30;
}

.bfl-notification-popover.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.bfl-notification-popover strong {
  display: block;
  margin-bottom: 10px;
  color: #11142d;
  font-size: 14px;
}

.bfl-notification-popover ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.bfl-notification-popover li {
  padding: 10px 12px;
  border-radius: 12px;
  background: #f7f5ff;
  color: #566078;
  font-size: 12px;
  line-height: 1.45;
}

.bfl-live-analytics {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(360px, 1.1fr);
  gap: 18px;
  margin-top: 18px;
}

.bfl-live-analytics__chooser,
.bfl-live-analytics__chart,
.bfl-level-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(95, 84, 173, 0.14);
  border-radius: 22px;
  box-shadow: 0 22px 56px rgba(37, 29, 95, 0.08);
}

.bfl-live-analytics__chooser {
  position: relative;
  overflow: hidden;
  padding: 18px;
  min-height: 310px;
}

.bfl-live-analytics__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.bfl-live-analytics__head span {
  display: block;
  margin-bottom: 5px;
  color: #716c81;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .09em;
}

.bfl-live-analytics__head h2 {
  margin: 0;
  color: #11142d;
  font-size: clamp(22px, 3vw, 34px);
  letter-spacing: 0;
}

.bfl-add-metric-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: max-content;
  border: 0;
  border-radius: 14px;
  padding: 10px 14px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, #6d4aff, #4c2fe6);
  box-shadow: 0 14px 28px rgba(93, 65, 235, 0.26);
  cursor: pointer;
}

.bfl-add-metric-button b {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}

.bfl-metric-options {
  position: absolute;
  top: 66px;
  right: 18px;
  width: 220px;
  padding: 8px;
  display: grid;
  gap: 6px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(24, 19, 64, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .2s ease, transform .2s ease;
  z-index: 4;
}

.bfl-metric-options.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.bfl-metric-options button {
  border: 0;
  border-radius: 12px;
  padding: 10px 12px;
  background: transparent;
  color: #2c3150;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.bfl-metric-options button:hover {
  background: #f3efff;
  color: #5b35e8;
}

.bfl-live-analytics__list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.bfl-live-analytics__list button {
  border: 1px solid rgba(109, 74, 255, 0.12);
  border-radius: 16px;
  padding: 12px;
  min-height: 76px;
  background: linear-gradient(135deg, rgba(247, 245, 255, .95), rgba(255,255,255,.9));
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.bfl-live-analytics__list button:hover {
  transform: translateY(-2px);
  border-color: rgba(109, 74, 255, 0.34);
  box-shadow: 0 14px 28px rgba(91, 53, 232, .1);
}

.bfl-live-analytics__list span {
  display: block;
  color: #697187;
  font-size: 12px;
  font-weight: 800;
}

.bfl-live-analytics__list strong {
  display: block;
  margin-top: 7px;
  color: #121631;
  font-size: 22px;
  letter-spacing: 0;
}

.bfl-live-analytics__art {
  position: absolute;
  right: -8px;
  bottom: -6px;
  width: 210px;
  max-width: 58%;
  opacity: .9;
}

.bfl-live-analytics__art svg {
  display: block;
  width: 100%;
  height: auto;
}

.bfl-live-analytics__chart {
  padding: 20px;
  min-height: 310px;
  background:
    radial-gradient(circle at 20% 10%, rgba(109,74,255,.1), transparent 28%),
    linear-gradient(135deg, rgba(250,251,255,.98), rgba(238,248,255,.96));
}

.bfl-chart-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.bfl-chart-head span {
  color: #566078;
  font-weight: 900;
  letter-spacing: .04em;
}

.bfl-chart-head strong {
  color: #141936;
  font-size: clamp(30px, 5vw, 54px);
  letter-spacing: 0;
}

.bfl-chart-bars {
  height: 180px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 12px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(83, 111, 255, .1);
}

.bfl-chart-bars i {
  display: block;
  min-height: 18px;
  border-radius: 12px 12px 6px 6px;
  background: linear-gradient(180deg, #6d4aff, #21c99a);
  box-shadow: 0 12px 24px rgba(65, 87, 255, .16);
  transition: height .32s ease;
}

.bfl-live-analytics__chart p {
  margin: 16px 0 0;
  color: #697187;
  font-size: 13px;
  line-height: 1.55;
}

.bfl-dash-mini-title > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #f3efff;
}

.bfl-dash-mini-title .bfl-dash-menu-icon {
  width: 28px;
  height: 28px;
}

.bfl-dash-becoin-card--overview {
  margin-top: 16px;
  background:
    radial-gradient(circle at 22% 14%, rgba(255, 176, 32, .22), transparent 24%),
    linear-gradient(145deg, #08051c, #151044 52%, #261477);
  color: #fff;
  overflow: hidden;
}

.bfl-dash-becoin-card--overview h3,
.bfl-dash-becoin-card--overview .bfl-dash-becoin-balance strong {
  color: #fff;
}

.bfl-dash-becoin-card--overview .bfl-dash-becoin-balance {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.12);
}

.bfl-dash-becoin-card--overview .bfl-dash-becoin-balance img {
  width: 72px;
  height: 72px;
  filter: drop-shadow(0 12px 22px rgba(255,176,32,.35));
}

.bfl-dash-becoin-card--overview li,
.bfl-dash-becoin-card--overview span,
.bfl-dash-becoin-card--overview small {
  color: rgba(255,255,255,.76);
}

.bfl-level-panel {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  padding: 18px;
  margin-top: 18px;
}

.bfl-level-panel > div {
  display: grid;
  grid-template-columns: 54px auto;
  column-gap: 14px;
  align-items: center;
}

.bfl-level-panel img {
  grid-row: span 3;
  width: 54px;
  height: 54px;
}

.bfl-level-panel span:not(.bfl-level-bar) {
  color: #6d4aff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.bfl-level-panel h2 {
  margin: 2px 0;
  color: #11142d;
  letter-spacing: 0;
}

.bfl-level-panel p {
  margin: 0;
  color: #687086;
}

.bfl-level-bar {
  display: block;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #ece8ff;
}

.bfl-level-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6d4aff, #21c99a);
  transition: width .3s ease;
}

.bfl-listing-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(6, 5, 20, 0.58);
  backdrop-filter: blur(10px);
}

.bfl-listing-modal.is-open {
  display: flex;
}

.bfl-listing-modal__panel {
  position: relative;
  width: min(980px, 100%);
  max-height: min(88vh, 860px);
  overflow: auto;
  padding: 26px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 36px 110px rgba(11, 9, 42, .34);
}

.bfl-listing-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f3efff;
  color: #5b35e8;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.bfl-listing-modal__head span {
  color: #6d4aff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.bfl-listing-modal__head h2 {
  max-width: 720px;
  margin: 6px 0 20px;
  color: #11142d;
  font-size: clamp(24px, 4vw, 42px);
  letter-spacing: 0;
}

.bfl-listing-wizard {
  display: grid;
  gap: 16px;
}

.bfl-wizard-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bfl-listing-wizard label {
  display: grid;
  gap: 7px;
  color: #394057;
  font-size: 12px;
  font-weight: 800;
}

.bfl-listing-wizard input,
.bfl-listing-wizard select,
.bfl-listing-wizard textarea {
  width: 100%;
  border: 1px solid rgba(86, 99, 122, .18);
  border-radius: 13px;
  padding: 12px 13px;
  outline: 0;
  color: #161b35;
  background: #fff;
}

.bfl-listing-wizard textarea {
  min-height: 110px;
  resize: vertical;
}

.bfl-wizard-media {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(240px, .8fr) 1fr;
  gap: 14px;
  align-items: stretch;
}

.bfl-wizard-media figure {
  margin: 0;
  min-height: 150px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(135deg, #f3efff, #eefbf6);
  color: #6a7288;
  font-weight: 800;
}

.bfl-wizard-media figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bfl-wizard-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.bfl-wizard-actions button {
  border: 0;
  border-radius: 14px;
  padding: 13px 18px;
  font-weight: 900;
  cursor: pointer;
}

.bfl-wizard-actions button:first-child {
  color: #5b35e8;
  background: #f3efff;
}

.bfl-wizard-actions button:last-child {
  color: #fff;
  background: linear-gradient(135deg, #6d4aff, #4c2fe6);
  box-shadow: 0 16px 30px rgba(93, 65, 235, .25);
}

@media (max-width: 1180px) {
  .bfl-live-analytics,
  .bfl-wizard-media {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .bfl-live-analytics__list,
  .bfl-wizard-grid {
    grid-template-columns: 1fr;
  }

  .bfl-listing-modal {
    padding: 12px;
  }

  .bfl-listing-modal__panel {
    padding: 20px;
    border-radius: 22px;
  }
}

.bfl-dashboard-page--platform .bfl-dash-alerts,
.bfl-dashboard-page--platform .bfl-dash-user {
  display: flex;
}

.bfl-dashboard-page--platform .bfl-dash-alerts {
  position: relative;
}

@media (max-width: 900px) {
  .bfl-dashboard-page--platform .bfl-dash-user div,
  .bfl-dashboard-page--platform .bfl-dash-user button {
    display: none;
  }

  .bfl-dashboard-page--platform .bfl-dash-alerts {
    order: 3;
  }

  .bfl-dashboard-page--platform .bfl-dash-post-btn {
    order: 4;
  }
}

html {
  scroll-behavior: smooth;
  background: #fff;
}

body.bfl-eduwell-mode {
  margin: 0;
  background: #fff;
  color: var(--edu-text);
  font-family: "Open Sans", sans-serif;
}

body.bfl-eduwell-mode #root {
  min-height: 100vh;
}

.edu-page,
.edu-page * {
  box-sizing: border-box;
}

.edu-page {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 100% 3%, rgba(124, 58, 237, 0.08), transparent 25rem),
    #fff;
  color: var(--edu-text);
  font-family: "Open Sans", sans-serif;
}

.edu-container {
  width: min(1140px, calc(100% - 40px));
  margin: 0 auto;
}

.edu-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  min-height: 100px;
  background:
    linear-gradient(135deg, rgba(8, 5, 22, 0.96), rgba(91, 33, 182, 0.92) 58%, rgba(168, 85, 247, 0.84));
  border-bottom-right-radius: 86px;
  box-shadow: 0 18px 55px rgba(17, 7, 50, 0.2);
}

.edu-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
}

.edu-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: 0;
}

.edu-logo img {
  width: 38px;
  height: 38px;
  filter: drop-shadow(0 0 18px rgba(240, 171, 252, 0.75));
}

.edu-nav nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 38px);
}

.edu-nav nav a,
.edu-menu {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.edu-nav nav a:hover,
.edu-nav nav a.active {
  color: #fff;
  opacity: 0.74;
}

.edu-menu {
  display: none;
  font-weight: 700;
}

.edu-hero {
  position: relative;
  min-height: 760px;
  padding: 150px 0 80px;
}

.edu-hero::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  width: min(530px, 42vw);
  height: 470px;
  z-index: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(220, 140, 219, 0.24), transparent 13rem),
    linear-gradient(145deg, rgba(124, 58, 237, 0.12), transparent);
  border-bottom-right-radius: 190px;
  border-top-right-radius: 30px;
}

.edu-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 108px;
  width: 520px;
  height: 520px;
  z-index: 0;
  background:
    radial-gradient(circle at 54% 48%, rgba(240, 171, 252, 0.22), transparent 16rem),
    radial-gradient(circle at 68% 32%, rgba(124, 58, 237, 0.15), transparent 18rem);
  border-radius: 50%;
}

.edu-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  align-items: center;
  gap: clamp(36px, 7vw, 92px);
}

.edu-hero__copy h6,
.edu-section-heading h6,
.edu-cta h6 {
  margin: 0 0 16px;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.edu-hero__copy h1 {
  max-width: 650px;
  margin: 0;
  color: #111;
  font-size: clamp(42px, 4.9vw, 62px);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.edu-gradient-word {
  display: inline-block;
  color: transparent;
  background:
    linear-gradient(90deg, #7c3aed, #dc8cdb, #22d3ee, #a855f7, #f0abfc, #7c3aed);
  background-size: 320% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: edu-rainbow-text 4.2s linear infinite;
  filter: drop-shadow(0 10px 28px rgba(124, 58, 237, 0.18));
}

.edu-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 36px;
  padding: 0 31px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--edu-purple), var(--edu-pink));
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 18px 42px rgba(124, 58, 237, 0.22);
}

.edu-path-button {
  min-width: 244px;
  min-height: 58px;
  padding: 0 34px;
  border: 1px solid rgba(124, 58, 237, 0.28);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(18, 7, 61, 0.96), rgba(124, 58, 237, 0.95) 54%, rgba(220, 140, 219, 0.92));
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 20px 55px rgba(124, 58, 237, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.edu-path-button::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.32), transparent 24%),
    linear-gradient(135deg, rgba(124, 58, 237, 0.38), rgba(18, 7, 61, 0.88));
}

.edu-path-button::after {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c3aed, #dc8cdb, #22d3ee, #a855f7, #f0abfc, #7c3aed);
  background-size: 320% 100%;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.edu-path-button:hover::after,
.edu-path-button:focus-visible::after {
  opacity: 1;
  animation: edu-rainbow-text 4.2s linear infinite;
}

.edu-path-button__paths {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  opacity: 0.42;
  pointer-events: none;
}

.edu-path-button__paths i {
  position: absolute;
  width: 180px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  transform: rotate(-17deg);
  animation: edu-button-path-drift 7s ease-in-out infinite alternate;
}

.edu-path-button__paths i:nth-child(1) {
  left: -46px;
  top: 4px;
}

.edu-path-button__paths i:nth-child(2) {
  left: 44px;
  top: -18px;
  animation-delay: -1.2s;
}

.edu-path-button__paths i:nth-child(3) {
  right: -54px;
  bottom: -12px;
  animation-delay: -2.1s;
}

.edu-path-button__shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.34) 45%, transparent 58% 100%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
  pointer-events: none;
}

.edu-path-button:hover .edu-path-button__shine,
.edu-path-button:focus-visible .edu-path-button__shine {
  transform: translateX(120%);
}

.edu-path-button__label {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.34s ease, opacity 0.34s ease;
}

.edu-path-button__label--default {
  transform: translateY(0);
}

.edu-path-button__label--hover {
  position: absolute;
  opacity: 0;
  transform: translateY(-115%);
}

.edu-path-button:hover .edu-path-button__label--default,
.edu-path-button:focus-visible .edu-path-button__label--default {
  opacity: 0;
  transform: translateY(115%);
}

.edu-path-button:hover .edu-path-button__label--hover,
.edu-path-button:focus-visible .edu-path-button__label--hover {
  opacity: 1;
  transform: translateY(0);
}

.edu-button--light {
  background: #fff;
  color: var(--edu-purple);
}

.edu-hero__visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.edu-logo-stage {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: clamp(250px, 34vw, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.98) 0 28%, rgba(244, 232, 255, 0.88) 29% 52%, rgba(124, 58, 237, 0.08) 53% 100%);
  box-shadow:
    0 0 0 1px rgba(124, 58, 237, 0.07),
    0 32px 95px rgba(91, 33, 182, 0.16),
    inset 0 0 70px rgba(240, 171, 252, 0.26);
}

.edu-logo-stage img {
  width: 42%;
  filter:
    drop-shadow(0 0 28px rgba(240, 171, 252, 0.95))
    drop-shadow(0 0 58px rgba(124, 58, 237, 0.72));
  animation: edu-logo-float 4.8s ease-in-out infinite;
}

.edu-logo-glow {
  position: absolute;
  inset: 21%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(240, 171, 252, 0.62), rgba(124, 58, 237, 0.24) 48%, transparent 72%);
  filter: blur(22px);
  animation: edu-neon-pulse 3.2s ease-in-out infinite;
}

.edu-neon-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 42% 58% 56% 44%;
  background:
    radial-gradient(circle at 70% 18%, rgba(124, 58, 237, 0.18), transparent 10rem),
    linear-gradient(135deg, rgba(8, 5, 22, 0.9), rgba(54, 22, 116, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 42px 100px rgba(8, 5, 22, 0.18);
}

.edu-neon-orbit--one {
  width: 78%;
  height: 58%;
  right: 0;
  top: 8%;
  transform: rotate(-9deg);
}

.edu-neon-orbit--two {
  width: 58%;
  height: 44%;
  left: 6%;
  bottom: 6%;
  transform: rotate(12deg);
  opacity: 0.82;
}

.edu-floating-dot {
  position: absolute;
  z-index: 4;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f0abfc, #8b5cf6);
  box-shadow: 0 0 36px rgba(240, 171, 252, 0.58);
}

.edu-floating-dot--one {
  right: 18%;
  top: 19%;
}

.edu-floating-dot--two {
  left: 14%;
  bottom: 18%;
  width: 28px;
  height: 28px;
}

.edu-section-heading {
  position: relative;
  z-index: 2;
  margin-bottom: 48px;
}

.edu-section-heading--center {
  max-width: 650px;
  margin-inline: auto;
  text-align: center;
}

.edu-section-heading h2 {
  margin: 0;
  color: #111;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.35;
}

.edu-section-heading h2 em {
  color: var(--edu-purple);
  font-style: normal;
}

.edu-section-heading p,
.edu-course-card p,
.edu-testimonial p,
.edu-contact__form p {
  color: var(--edu-muted);
  font-size: 14px;
  line-height: 1.75;
}

.edu-services {
  position: relative;
  padding: 60px 0 110px;
}

.edu-services::before,
.edu-courses::before,
.edu-testimonials::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.1), transparent 68%);
  pointer-events: none;
}

.edu-services::before {
  left: -90px;
  top: 20px;
}

.edu-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.edu-service-card {
  min-height: 255px;
  padding: 36px 26px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid var(--edu-line);
  text-align: center;
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.06);
}

.edu-service-card img {
  height: 64px;
  object-fit: contain;
  margin-bottom: 24px;
}

.edu-service-card h4,
.edu-course-card h4,
.edu-testimonial h4,
.edu-contact__info h4 {
  margin: 0 0 14px;
  color: #111;
  font-size: 20px;
  font-weight: 800;
}

.edu-service-card p {
  margin: 0;
  color: var(--edu-muted);
  font-size: 14px;
  line-height: 1.75;
}

.edu-courses {
  position: relative;
  padding: 104px 0;
  background: #fff;
}

.edu-courses::before {
  display: none;
  right: -80px;
  top: 12%;
}

.edu-course-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-bottom: 38px;
}

.edu-skill-orbit {
  position: relative;
  width: min(900px, 100%);
  height: 640px;
  margin: 42px auto 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
  isolation: isolate;
}

.edu-skill-orbit::before,
.edu-skill-orbit::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.edu-skill-orbit::after {
  width: 620px;
  height: 620px;
  border-color: rgba(99, 102, 241, 0.14);
  animation: edu-orbit-spin 18s linear infinite;
}

.edu-skill-orbit__center {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 8;
  display: grid;
  place-items: center;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  border: 1px solid rgba(124, 58, 237, 0.2);
  background:
    radial-gradient(circle at 50% 42%, #fff, rgba(244, 232, 255, 0.9) 52%, rgba(124, 58, 237, 0.18));
  box-shadow: 0 0 46px rgba(124, 58, 237, 0.28), inset 0 0 36px rgba(255, 255, 255, 0.7);
  transform: translate(-50%, -50%);
}

.edu-skill-orbit__center img {
  width: 62px;
  filter: brightness(0) saturate(1) drop-shadow(0 0 16px rgba(255, 255, 255, 0.85));
}

.edu-skill-orbit__center strong {
  display: none;
}

.edu-skill-orbit__center span {
  display: none;
}

.edu-skill-node {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 5;
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transform:
    translate(-50%, -50%)
    rotate(calc((360deg / 5) * var(--i)))
    translateX(205px)
    rotate(calc((360deg / -5) * var(--i)));
  transition: opacity 200ms ease, filter 200ms ease;
}

.edu-skill-node__pulse {
  position: absolute;
  inset: calc(-1px * var(--energy) / 5);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.18), transparent 72%);
  opacity: 0.62;
}

.edu-skill-node__icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid rgba(124, 58, 237, 0.3);
  background: #111827;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.edu-skill-node__title {
  position: absolute;
  left: 50%;
  top: 66px;
  width: max-content;
  max-width: 150px;
  color: #33235f;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  transform: translateX(-50%);
  pointer-events: none;
}

.edu-skill-card {
  position: absolute;
  left: 50%;
  top: 86px;
  z-index: 12;
  display: grid;
  gap: 10px;
  width: 250px;
  padding: 18px;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  color: #111827;
  box-shadow: 0 24px 70px rgba(31, 41, 55, 0.14), 0 0 32px rgba(124, 58, 237, 0.13);
  text-align: left;
  opacity: 0;
  transform: translate(-50%, 12px) scale(0.95);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.edu-skill-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.edu-skill-card__top strong {
  padding: 4px 8px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 10px;
}

.edu-skill-card__top em {
  color: rgba(17, 24, 39, 0.58);
  font-style: normal;
  font-size: 11px;
}

.edu-skill-card__title {
  font-size: 14px;
  font-weight: 900;
}

.edu-skill-card__text {
  color: rgba(17, 24, 39, 0.72);
  font-size: 12px;
  line-height: 1.6;
}

.edu-skill-card__energy {
  overflow: hidden;
  height: 5px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.12);
}

.edu-skill-card__energy i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22d3ee, #7c3aed, #f0abfc);
}

.edu-skill-node:hover,
.edu-skill-node.is-active {
  z-index: 20;
  filter: drop-shadow(0 18px 34px rgba(124, 58, 237, 0.24));
}

.edu-skill-node:hover .edu-skill-node__icon,
.edu-skill-node.is-active .edu-skill-node__icon {
  background: #7c3aed;
  color: #fff;
  transform: scale(1.35);
  box-shadow: 0 0 34px rgba(124, 58, 237, 0.35);
}

.edu-skill-node:hover .edu-skill-card,
.edu-skill-node.is-active .edu-skill-card {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.edu-skill-node.is-related .edu-skill-node__icon {
  border-color: #fff;
  background: rgba(124, 58, 237, 0.18);
  color: #111827;
  animation: edu-related-pulse 1.4s ease-in-out infinite;
}

.edu-course-tabs button {
  min-height: 42px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: var(--edu-purple);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 35px rgba(17, 24, 39, 0.06);
}

.edu-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.edu-course-card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(17, 24, 39, 0.08);
}

.edu-course-card__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.edu-course-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.edu-course-card__body {
  padding: 28px;
}

.edu-course-card__body > span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--edu-purple);
  font-size: 18px;
  font-weight: 800;
}

.edu-course-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.edu-course-card__meta strong {
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--edu-lilac);
  color: var(--edu-navy-2);
  font-size: 12px;
}

.edu-course-card a {
  color: var(--edu-purple);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.edu-cta {
  padding: 92px 0;
  color: #fff;
  background:
    radial-gradient(circle at 12% 16%, rgba(240, 171, 252, 0.32), transparent 18rem),
    linear-gradient(135deg, var(--edu-navy), #201059 58%, var(--edu-purple));
}

.edu-cta__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
}

.edu-cta__media img {
  width: 100%;
  max-height: 330px;
  object-fit: contain;
  filter: saturate(0.86) hue-rotate(46deg);
}

.edu-cta h6,
.edu-cta h2,
.edu-cta p {
  color: #fff;
}

.edu-cta h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.14;
}

.edu-cta p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.edu-testimonials {
  position: relative;
  padding: 104px 0;
}

.edu-testimonials::before {
  left: -70px;
  bottom: 6%;
}

.edu-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.edu-testimonial {
  position: relative;
  min-height: 240px;
  padding: 32px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--edu-line);
  box-shadow: 0 22px 65px rgba(17, 24, 39, 0.06);
}

.edu-testimonial > img {
  width: 42px;
  height: auto;
  margin-bottom: 20px;
}

.edu-testimonial span {
  color: var(--edu-purple);
  font-size: 13px;
  font-weight: 800;
}

.edu-forum-scroll {
  position: relative;
  min-height: 1120px;
  padding: 110px 0 130px;
  background:
    radial-gradient(circle at 50% 18%, rgba(124, 58, 237, 0.12), transparent 20rem),
    linear-gradient(180deg, #fff 0%, #fff 62%, rgba(244, 232, 255, 0.36) 100%);
  overflow: hidden;
}

.edu-forum-scroll__stage {
  position: sticky;
  top: 78px;
  display: grid;
  gap: 42px;
  align-items: center;
  min-height: min(760px, calc(100vh - 90px));
  perspective: 1000px;
}

.edu-forum-scroll__header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  transform: translateY(var(--forum-header-translate, 0));
  transition: transform 80ms linear;
}

.edu-forum-scroll__header h6 {
  margin: 0 0 18px;
  color: var(--edu-purple);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.edu-forum-scroll__header h2 {
  margin: 0;
  color: #111;
  font-size: clamp(36px, 5.2vw, 74px);
  line-height: 1.02;
  font-weight: 900;
}

.edu-forum-scroll__header h2 em {
  color: var(--edu-purple);
  font-style: normal;
}

.edu-forum-scroll__header p {
  max-width: 680px;
  margin: 22px auto 0;
  color: var(--edu-muted);
  font-size: 15px;
  line-height: 1.8;
}

.edu-forum-device {
  width: min(960px, 100%);
  margin: 0 auto;
  transform:
    translateY(var(--forum-translate, 0))
    rotateX(var(--forum-rotate, 22deg))
    scale(var(--forum-scale, 1.06));
  transform-origin: center top;
  transition: transform 80ms linear;
}

.edu-forum-device__bezel {
  height: clamp(430px, 52vw, 610px);
  padding: clamp(10px, 2vw, 22px);
  border: 4px solid #6c6c6c;
  border-radius: 30px;
  background: #222;
  box-shadow:
    0 9px 20px rgba(0, 0, 0, 0.29),
    0 37px 37px rgba(0, 0, 0, 0.25),
    0 84px 50px rgba(0, 0, 0, 0.15),
    0 149px 60px rgba(0, 0, 0, 0.04);
}

.edu-forum-screen {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 211, 238, 0.2), transparent 17rem),
    radial-gradient(circle at 12% 82%, rgba(124, 58, 237, 0.28), transparent 18rem),
    linear-gradient(135deg, #f8f7ff, #fff 46%, #eef8ff);
}

.edu-forum-screen::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124, 58, 237, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124, 58, 237, 0.07) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.76), transparent 92%);
  pointer-events: none;
}

.edu-forum-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(20px, 4vw, 46px);
}

.edu-forum-topbar span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
}

.edu-forum-topbar img {
  width: 32px;
  height: 32px;
}

.edu-forum-topbar button {
  min-height: 38px;
  padding: 0 18px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--edu-purple), var(--edu-pink));
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(124, 58, 237, 0.23);
}

.edu-forum-hero-card {
  position: relative;
  z-index: 2;
  width: min(430px, calc(100% - 40px));
  margin: 8px auto 24px;
  padding: 24px;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 65px rgba(17, 24, 39, 0.08);
  text-align: center;
  backdrop-filter: blur(14px);
}

.edu-forum-hero-card strong {
  display: block;
  color: #111827;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900;
  line-height: 1;
}

.edu-forum-hero-card p {
  margin: 14px 0 18px;
  color: rgba(17, 24, 39, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.edu-forum-hero-card div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.edu-forum-hero-card span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.1);
  color: var(--edu-purple);
  font-size: 12px;
  font-weight: 900;
}

.edu-forum-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  width: min(820px, calc(100% - 46px));
  margin: 0 auto;
}

.edu-forum-layout aside,
.edu-forum-thread-list article {
  border: 1px solid rgba(124, 58, 237, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.06);
  backdrop-filter: blur(12px);
}

.edu-forum-layout aside {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border-radius: 16px;
}

.edu-forum-layout aside strong {
  color: #111827;
  font-size: 13px;
}

.edu-forum-layout aside span {
  padding: 10px 12px;
  border-radius: 10px;
  color: rgba(17, 24, 39, 0.68);
  font-size: 12px;
  font-weight: 800;
}

.edu-forum-layout aside .is-live {
  background: rgba(124, 58, 237, 0.11);
  color: var(--edu-purple);
}

.edu-forum-thread-list {
  display: grid;
  gap: 12px;
}

.edu-forum-thread-list article {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 82px;
  padding: 14px;
  border-radius: 16px;
}

.edu-forum-thread-list i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #111827;
  color: #fff;
  font-style: normal;
  font-weight: 900;
}

.edu-forum-thread-list strong {
  display: block;
  color: #111827;
  font-size: 14px;
  line-height: 1.35;
}

.edu-forum-thread-list p {
  margin: 6px 0 0;
  color: rgba(17, 24, 39, 0.58);
  font-size: 12px;
}

.edu-forum-thread-list em {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(34, 211, 238, 0.15);
  color: #0f6470;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}

.edu-3d-testimonials {
  position: relative;
  padding: 132px 0 156px;
  background:
    radial-gradient(circle at 18% 24%, rgba(124, 58, 237, 0.12), transparent 19rem),
    radial-gradient(circle at 82% 64%, rgba(34, 211, 238, 0.11), transparent 18rem),
    linear-gradient(180deg, rgba(244, 232, 255, 0.36), #fff 24%, #fff 76%, rgba(244, 232, 255, 0.34));
  overflow: hidden;
}

.edu-3d-testimonials__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 94px);
  align-items: center;
}

.edu-3d-testimonials__copy {
  max-width: 430px;
}

.edu-3d-testimonials__copy h6 {
  margin: 0 0 18px;
  color: var(--edu-purple);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.edu-3d-testimonials__copy h2 {
  margin: 0;
  color: #111;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.02;
}

.edu-3d-testimonials__copy p {
  margin: 24px 0 0;
  color: var(--edu-muted);
  font-size: 15px;
  line-height: 1.85;
}

.edu-3d-testimonials__scene {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(590px, 48vw, 710px);
  min-width: 0;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 50%, rgba(124, 58, 237, 0.08), transparent 17rem),
    rgba(255, 255, 255, 0.58);
  overflow: hidden;
  perspective: 320px;
}

.edu-3d-testimonials__tilt {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 18px;
  transform: translateX(-8px) translateZ(-100px) rotateX(20deg) rotateY(-10deg) rotateZ(20deg);
  transform-style: preserve-3d;
}

.edu-3d-marquee {
  --marquee-duration: 40s;
  --marquee-gap: 14px;
  display: flex;
  height: 680px;
  overflow: hidden;
  padding: 8px;
}

.edu-3d-marquee__track {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: var(--marquee-gap);
  animation: edu-marquee-vertical var(--marquee-duration) linear infinite;
}

.edu-3d-marquee--reverse .edu-3d-marquee__track {
  animation-direction: reverse;
}

.edu-3d-marquee:hover .edu-3d-marquee__track {
  animation-play-state: paused;
}

.edu-3d-review {
  width: 212px;
  padding: 18px;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  color: #111827;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(12px);
}

.edu-3d-review__person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.edu-3d-review__person img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--edu-lilac);
}

.edu-3d-review__person strong {
  display: block;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.edu-3d-review__person span {
  color: rgba(17, 24, 39, 0.52);
  font-size: 11px;
}

.edu-3d-review__person small {
  display: block;
  margin-top: 3px;
  color: rgba(17, 24, 39, 0.52);
  font-size: 12px;
  font-weight: 700;
}

.edu-3d-review p {
  margin: 14px 0 0;
  color: rgba(17, 24, 39, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.edu-3d-testimonials__fade {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.edu-3d-testimonials__fade--top {
  inset: 0 0 auto;
  height: 26%;
  background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
}

.edu-3d-testimonials__fade--bottom {
  inset: auto 0 0;
  height: 26%;
  background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
}

.edu-3d-testimonials__fade--left {
  inset: 0 auto 0 0;
  width: 20%;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.edu-3d-testimonials__fade--right {
  inset: 0 0 0 auto;
  width: 20%;
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.edu-3d-testimonials__headline {
  width: min(980px, 100%);
  margin: 0 auto 48px;
  text-align: center;
}

.edu-3d-testimonials__headline h2 {
  margin: 0;
  color: #111;
  font-size: clamp(42px, 5.6vw, 82px);
  font-weight: 900;
  line-height: 1.02;
}

.edu-3d-testimonials__headline h2:not(:first-of-type),
.edu-3d-testimonials__headline p {
  display: none;
}

.edu-3d-testimonials__outro {
  display: grid;
  justify-items: center;
  gap: 26px;
  width: min(980px, 100%);
  margin: 52px auto 0;
  text-align: center;
}

.edu-3d-testimonials__outro p {
  margin: 0;
  color: rgba(17, 24, 39, 0.7);
  font-size: clamp(16px, 1.55vw, 21px);
  line-height: 1.8;
}

.edu-3d-testimonials__outro p span {
  color: var(--edu-purple);
  font-weight: 900;
}

.edu-liquid-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  min-width: 214px;
  height: 58px;
  border: 2px solid rgba(17, 24, 39, 0.88);
  border-radius: 14px;
  background: #05051f;
  color: #fff;
  isolation: isolate;
  overflow: visible;
  text-decoration: none;
  box-shadow: 0 22px 56px rgba(11, 6, 252, 0.18);
}

.edu-liquid-button__glow {
  position: absolute;
  inset: -14px -18px;
  border-radius: 18px;
  filter: blur(18px);
  opacity: 0.76;
  overflow: hidden;
  z-index: -1;
}

.edu-liquid-button__surface {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  background: #05051f;
}

.edu-liquid-button__surface::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 12px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  mix-blend-mode: overlay;
  pointer-events: none;
}

.edu-liquid-button__blob {
  position: absolute;
  width: 180%;
  height: 330%;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background:
    radial-gradient(circle at 18% 38%, #fff 0 8%, transparent 14%),
    radial-gradient(circle at 34% 55%, #9089e2 0 17%, transparent 27%),
    radial-gradient(circle at 52% 44%, #1e10c5 0 19%, transparent 31%),
    radial-gradient(circle at 72% 62%, #7d7bf4 0 18%, transparent 30%),
    radial-gradient(circle at 84% 38%, #0b06fc 0 16%, transparent 28%);
  mix-blend-mode: difference;
  transform: translate(-50%, -50%) rotate(0deg);
  animation: edu-liquid-spin 14s linear infinite;
}

.edu-liquid-button__blob--two {
  animation-duration: 22s;
  animation-direction: reverse;
  transform: translate(-50%, -50%) rotate(110deg);
  opacity: 0.88;
}

.edu-liquid-button__blob--three {
  animation-duration: 30s;
  transform: translate(-55%, -46%) rotate(-30deg);
  mix-blend-mode: hard-light;
  opacity: 0.62;
}

.edu-liquid-button__text {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
}

.edu-liquid-button:hover .edu-liquid-button__blob {
  animation-duration: 7s;
}

.edu-contact {
  padding: 92px 0 0;
  background:
    linear-gradient(180deg, rgba(244, 232, 255, 0.44), #fff);
}

.edu-contact__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.edu-contact__info {
  display: grid;
  gap: 20px;
}

.edu-contact__info > div {
  padding: 30px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--edu-navy), var(--edu-purple));
  color: #fff;
  box-shadow: 0 24px 60px rgba(91, 33, 182, 0.18);
}

.edu-contact__info h4,
.edu-contact__info p {
  color: #fff;
  margin: 0;
}

.edu-contact__form {
  display: grid;
  gap: 16px;
  padding: 38px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 28px 78px rgba(17, 24, 39, 0.08);
}

.edu-contact__form .edu-section-heading {
  margin-bottom: 10px;
}

.edu-contact__form input,
.edu-contact__form textarea {
  width: 100%;
  border: 1px solid var(--edu-line);
  border-radius: 8px;
  background: #fafafa;
  padding: 14px 16px;
  color: #111;
  font: inherit;
  font-size: 14px;
}

.edu-contact__form textarea {
  min-height: 122px;
  resize: vertical;
}

.edu-contact__form button {
  justify-self: start;
  min-height: 44px;
  padding: 0 26px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--edu-purple), var(--edu-pink));
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

body.edu-modal-open {
  overflow: hidden;
}

body.edu-modal-open .edu-page {
  filter: blur(10px) saturate(0.82);
  transform: scale(0.988);
  transform-origin: top center;
  transition: filter 0.24s ease, transform 0.24s ease;
}

.edu-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  place-items: center;
  padding: clamp(16px, 3vw, 34px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.edu-auth-modal.is-open {
  display: grid;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.edu-auth-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background:
    radial-gradient(circle at 26% 18%, rgba(124, 58, 237, 0.32), transparent 28%),
    radial-gradient(circle at 78% 82%, rgba(34, 211, 238, 0.18), transparent 30%),
    rgba(4, 2, 13, 0.72);
  cursor: pointer;
}

.edu-auth-modal__panel {
  position: relative;
  width: min(1060px, 100%);
  max-height: min(88vh, 820px);
  overflow: auto;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(10, 7, 30, 0.96), rgba(20, 9, 62, 0.94) 54%, rgba(7, 4, 19, 0.98)),
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.14), transparent 34%);
  color: #fff;
  box-shadow:
    0 34px 110px rgba(8, 3, 32, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  animation: edu-modal-in 0.34s ease both;
}

.edu-auth-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.edu-auth-modal__close:hover,
.edu-auth-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  transform: rotate(8deg) scale(1.04);
}

.edu-auth-modal__intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  max-width: 780px;
  padding-right: 48px;
}

.edu-auth-modal__logo {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.88), rgba(220, 140, 219, 0.34) 46%, rgba(124, 58, 237, 0.16));
  box-shadow: 0 0 34px rgba(220, 140, 219, 0.36);
}

.edu-auth-modal__logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.32));
}

.edu-auth-modal__intro h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--edu-code-next);
  font-size: clamp(31px, 5vw, 56px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

.edu-auth-modal__intro p,
.edu-auth-modal__tokens-head p,
.edu-auth-modal__flow p {
  margin: 0;
  color: rgba(235, 231, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.edu-auth-modal__roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.edu-auth-role {
  min-height: 120px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  color: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.edu-auth-role strong,
.edu-auth-modal__flow strong,
.edu-auth-modal__tokens-head h3 {
  display: block;
  color: #fff;
  font-family: var(--edu-code-next);
  font-size: 17px;
  font-weight: 900;
}

.edu-auth-role span {
  display: block;
  margin-top: 9px;
  color: rgba(232, 225, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.edu-auth-role:hover,
.edu-auth-role:focus-visible,
.edu-auth-role.is-active {
  border-color: rgba(220, 140, 219, 0.68);
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.22), rgba(34, 211, 238, 0.08));
  transform: translateY(-2px);
}

.edu-auth-modal__flow {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.edu-auth-modal__flow p {
  margin-top: 7px;
}

.edu-auth-tags,
.edu-auth-subtags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.edu-auth-tags button,
.edu-auth-subtags span {
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(244, 240, 255, 0.86);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.edu-auth-tags button {
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.edu-auth-tags button:hover,
.edu-auth-tags button:focus-visible,
.edu-auth-tags button.is-active {
  border-color: rgba(34, 211, 238, 0.64);
  background: rgba(34, 211, 238, 0.14);
  transform: translateY(-1px);
}

.edu-auth-modal__tokens {
  margin-top: 24px;
}

.edu-auth-modal__tokens-head h3 {
  margin: 0 0 6px;
  font-family: var(--edu-code-next);
  font-size: 20px;
}

.edu-token-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.edu-token-grid--compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.edu-token-grid--compact .edu-token-button {
  min-height: 74px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 12px;
  border-radius: 16px;
}

.edu-token-grid--compact .edu-token-button__icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

.edu-token-grid--compact .edu-token-button__copy strong {
  font-size: 12px;
}

.edu-token-grid--compact .edu-token-button__copy small,
.edu-token-grid--compact .edu-token-button__arrow {
  display: none;
}

.edu-token-button {
  --token-one: #7c3aed;
  --token-two: #22d3ee;
  --token-three: #fff;
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 92px;
  width: 100%;
  padding: 17px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--token-one) 50%, transparent);
  border-radius: 20px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--token-one) 24%, transparent), rgba(4, 4, 12, 0.76) 52%, color-mix(in srgb, var(--token-two) 16%, transparent));
  color: #fff;
  text-align: left;
  cursor: pointer;
  box-shadow:
    0 18px 46px color-mix(in srgb, var(--token-one) 22%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.11);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.edu-token-button--google {
  --token-one: #4285f4;
  --token-two: #34a853;
  --token-three: #fbbc05;
}

.edu-token-button--github {
  --token-one: #f5f5f5;
  --token-two: #6e7681;
  --token-three: #24292f;
}

.edu-token-button--facebook {
  --token-one: #1877f2;
  --token-two: #79b2ff;
  --token-three: #0b4fb3;
}

.edu-token-button--discord {
  --token-one: #5865f2;
  --token-two: #9aa4ff;
  --token-three: #2f3ac4;
}

.edu-token-button:hover,
.edu-token-button:focus-visible {
  border-color: color-mix(in srgb, var(--token-one) 78%, white 8%);
  box-shadow:
    0 22px 58px color-mix(in srgb, var(--token-one) 34%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transform: translateY(-3px) scale(1.01);
}

.edu-token-button:disabled {
  cursor: default;
}

.edu-token-button.is-connected {
  --token-one: #22c55e;
  --token-two: #86efac;
  border-color: rgba(34, 197, 94, 0.68);
}

.edu-token-button__sweep {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 34%, color-mix(in srgb, var(--token-one) 34%, white 8%) 49%, transparent 64% 100%);
  transform: translateX(-120%);
  transition: transform 0.72s ease;
}

.edu-token-button:hover .edu-token-button__sweep,
.edu-token-button:focus-visible .edu-token-button__sweep {
  transform: translateX(120%);
}

.edu-token-button__icon {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(135deg, color-mix(in srgb, var(--token-one) 35%, transparent), color-mix(in srgb, var(--token-two) 12%, transparent));
}

.edu-token-button--google .edu-token-button__icon {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(66, 133, 244, 0.12);
}

.edu-token-button--github .edu-token-button__icon {
  background: #0d1117;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.edu-token-button--facebook .edu-token-button__icon {
  background: #1877f2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.edu-token-button--discord .edu-token-button__icon {
  background: #5865f2;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.edu-token-logo {
  display: block;
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.edu-token-button--google .edu-token-logo {
  width: 31px;
  height: 31px;
}

.edu-token-button__icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
  color: var(--token-three);
}

.edu-token-button--github .edu-token-button__icon svg {
  color: #fff;
}

.edu-google-g {
  font-size: 26px;
  font-weight: 1000;
  background: conic-gradient(from 30deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.edu-token-button__copy,
.edu-token-button__arrow {
  position: relative;
  z-index: 1;
}

.edu-token-button__copy strong,
.edu-token-button__copy small {
  display: block;
}

.edu-token-button__copy strong {
  color: #fff;
  font-family: var(--edu-code-next);
  font-size: 16px;
  font-weight: 900;
}

.edu-token-button__copy small {
  margin-top: 5px;
  color: color-mix(in srgb, var(--token-one) 72%, white 24%);
  font-size: 12px;
  line-height: 1.4;
}

.edu-token-button__arrow {
  color: color-mix(in srgb, var(--token-one) 72%, white 18%);
  font-size: 26px;
  font-weight: 900;
  transition: transform 0.24s ease;
}

.edu-token-button:hover .edu-token-button__arrow,
.edu-token-button:focus-visible .edu-token-button__arrow {
  transform: translateX(3px);
}

.edu-token-button.is-connecting .edu-token-button__icon::after {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid color-mix(in srgb, var(--token-one) 48%, white 18%);
  border-top-color: transparent;
  border-radius: 50%;
  animation: edu-token-spin 0.82s linear infinite;
}

.edu-token-button.is-connecting .edu-token-button__icon > * {
  display: none;
}

.edu-auth-modal--stepped .edu-auth-modal__panel {
  display: none;
}

.edu-auth-modal--stepped .edu-auth-modal__panel.is-active {
  display: block;
}

.edu-auth-modal--stepped [data-auth-step="choice"] {
  width: min(1120px, 100%);
}

.edu-auth-modal--stepped [data-auth-step="freelancer-login"],
.edu-auth-modal--stepped [data-auth-step="buyer-category"] {
  width: min(930px, 100%);
}

.edu-auth-modal--stepped [data-auth-step="account"] {
  width: min(1060px, 100%);
}

.edu-auth-modal__panel--choice {
  min-height: 430px;
  padding-right: min(430px, 41%);
}

.edu-auth-modal__panel--choice .edu-auth-modal__intro {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  max-width: 620px;
  padding-right: 0;
}

.edu-auth-modal__panel--choice .edu-auth-modal__logo {
  width: 52px;
  height: 52px;
  align-self: start;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.edu-auth-modal__panel--choice .edu-auth-modal__logo img {
  width: 44px;
  height: 44px;
  filter: brightness(0) invert(1) drop-shadow(0 8px 16px rgba(255, 255, 255, 0.16));
}

.edu-auth-modal__panel--choice .edu-auth-modal__intro h2 {
  margin-bottom: 7px;
}

.edu-auth-modal__panel--choice .edu-auth-modal__roles {
  max-width: 620px;
}

.edu-auth-choice-art {
  position: absolute;
  right: clamp(24px, 4vw, 54px);
  top: 50%;
  width: min(38%, 420px);
  margin: 0;
  transform: translateY(-47%);
  pointer-events: none;
}

.edu-auth-choice-art img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.26));
}

.edu-auth-modal__backlink {
  min-height: 36px;
  margin: 0 0 18px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(244, 240, 255, 0.86);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.edu-auth-modal__backlink:hover,
.edu-auth-modal__backlink:focus-visible {
  border-color: rgba(220, 140, 219, 0.48);
  background: rgba(220, 140, 219, 0.14);
  transform: translateX(-2px);
}

.edu-auth-role--primary {
  background:
    radial-gradient(circle at 16% 20%, rgba(220, 140, 219, 0.23), transparent 30%),
    rgba(255, 255, 255, 0.065);
}

.edu-auth-role--secondary {
  background:
    radial-gradient(circle at 16% 20%, rgba(34, 211, 238, 0.17), transparent 30%),
    rgba(255, 255, 255, 0.065);
}

.edu-manual-register,
.edu-auth-continue,
.edu-account-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 18px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c3aed, #dc8cdb 58%, #22d3ee);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 48px rgba(124, 58, 237, 0.26);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.edu-manual-register {
  width: 100%;
}

.edu-auth-continue:hover,
.edu-auth-continue:focus-visible,
.edu-manual-register:hover,
.edu-manual-register:focus-visible,
.edu-account-form button:hover,
.edu-account-form button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(124, 58, 237, 0.36);
}

.edu-buyer-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.edu-buyer-category-grid button {
  min-height: 68px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.065);
  color: rgba(246, 241, 255, 0.9);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.edu-buyer-category-grid button:hover,
.edu-buyer-category-grid button:focus-visible,
.edu-buyer-category-grid button.is-active {
  border-color: rgba(34, 211, 238, 0.62);
  background: linear-gradient(135deg, rgba(34, 211, 238, 0.15), rgba(124, 58, 237, 0.1));
  transform: translateY(-2px);
}

.edu-account-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: 24px;
  align-items: stretch;
}

.edu-account-tokens {
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.edu-account-tokens__head {
  display: grid;
  gap: 4px;
}

.edu-account-tokens__head strong {
  color: #fff;
  font-family: var(--edu-code-next);
  font-size: 14px;
}

.edu-account-tokens__head span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.edu-auth-modal__intro--compact {
  max-width: none;
}

.edu-account-form {
  display: grid;
  gap: 13px;
  margin-top: 24px;
}

.edu-account-form label {
  display: grid;
  gap: 8px;
}

.edu-account-form label span {
  color: rgba(244, 240, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
}

.edu-account-form input {
  min-height: 50px;
  width: 100%;
  padding: 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  outline: none;
}

.edu-account-form input:focus {
  border-color: rgba(220, 140, 219, 0.62);
  box-shadow: 0 0 0 3px rgba(220, 140, 219, 0.12);
}

.edu-account-form button {
  justify-self: start;
}

.edu-account-form.is-preview-ready button {
  background: linear-gradient(135deg, #22c55e, #86efac);
}

.edu-profile-preview {
  position: relative;
  min-height: 430px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.2), transparent 30%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.edu-profile-preview::before {
  content: "";
  position: absolute;
  inset: -30% -20% auto;
  height: 230px;
  background: radial-gradient(circle, rgba(220, 140, 219, 0.42), transparent 64%);
}

.edu-profile-preview--buyer::before {
  background: radial-gradient(circle, rgba(34, 211, 238, 0.38), transparent 64%);
}

.edu-profile-preview__badge,
.edu-profile-preview__avatar,
.edu-profile-preview h3,
.edu-profile-preview p,
.edu-profile-preview__stats {
  position: relative;
  z-index: 1;
}

.edu-profile-preview__badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(246, 241, 255, 0.9);
  font-size: 11px;
  font-weight: 900;
}

.edu-profile-preview__avatar {
  width: 106px;
  height: 106px;
  display: grid;
  place-items: center;
  margin-top: 52px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.24);
}

.edu-profile-preview__avatar img {
  width: 70px;
  height: 70px;
}

.edu-profile-preview h3 {
  margin: 22px 0 10px;
  color: #fff;
  font-family: var(--edu-code-next);
  font-size: 28px;
  line-height: 1.05;
}

.edu-profile-preview p {
  margin: 0;
  color: rgba(244, 240, 255, 0.72);
  font-size: 14px;
  line-height: 1.65;
}

.edu-profile-preview__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.edu-profile-preview__stats span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(246, 241, 255, 0.84);
  font-size: 12px;
  font-weight: 900;
}

.edu-brand-mark {
  color: #fff;
  font-size: 17px;
  font-weight: 1000;
  letter-spacing: 0;
}

.edu-footer {
  margin-top: 0;
  padding: 42px 0 24px;
  color: rgba(224, 214, 255, 0.84);
  background: #070413;
}

.edu-footer__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(34px, 9vw, 120px);
  padding-bottom: 46px;
}

.edu-footer__column {
  display: grid;
  align-content: start;
  gap: 16px;
}

.edu-footer__column h4 {
  margin: 0 0 2px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.edu-footer__column a {
  color: rgba(224, 214, 255, 0.84);
  font-size: 14px;
  line-height: 1.1;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.edu-footer__column a:hover {
  color: #fff;
  transform: translateX(3px);
}

.edu-footer__bottom {
  display: grid;
  gap: 8px;
  color: rgba(224, 214, 255, 0.86);
}

.edu-footer__bottom p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.edu-footer__bottom .edu-gradient-word {
  display: inline-block;
  margin-left: clamp(16px, 4vw, 70px);
  font-size: 14px;
  font-weight: 900;
}

@keyframes edu-logo-float {
  0%, 100% {
    transform: translateY(0) rotate(-5deg) scale(1);
  }
  50% {
    transform: translateY(-12px) rotate(2deg) scale(1.035);
  }
}

@keyframes edu-modal-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes edu-token-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes edu-rainbow-text {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 320% 50%;
  }
}

@keyframes edu-button-path-drift {
  from {
    transform: translateX(-8px) rotate(-17deg);
  }
  to {
    transform: translateX(18px) rotate(-11deg);
  }
}

@keyframes edu-orbit-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes edu-related-pulse {
  0%, 100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 0 28px rgba(255, 255, 255, 0.34);
  }
}

@keyframes edu-neon-pulse {
  0%, 100% {
    opacity: 0.52;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

@keyframes edu-marquee-vertical {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-33.333% - var(--marquee-gap)));
  }
}

@keyframes edu-liquid-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 980px) {
  .edu-header {
    position: relative;
    min-height: 86px;
    border-bottom-right-radius: 42px;
  }

  .edu-nav nav {
    display: none;
  }

  .edu-menu {
    display: inline-flex;
  }

  .edu-hero {
    padding-top: 70px;
    min-height: auto;
  }

  .edu-hero__grid,
  .edu-cta__grid,
  .edu-contact__grid {
    grid-template-columns: 1fr;
  }

  .edu-3d-testimonials {
    padding: 110px 0 132px;
  }

  .edu-3d-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .edu-3d-testimonials__copy {
    max-width: 720px;
    text-align: center;
    margin-inline: auto;
  }

  .edu-3d-testimonials__scene {
    height: 570px;
  }

  .edu-3d-testimonials__tilt {
    transform: translateX(-86px) translateZ(-100px) rotateX(20deg) rotateY(-10deg) rotateZ(20deg);
  }

  .edu-forum-scroll {
    min-height: 1060px;
  }

  .edu-forum-layout {
    grid-template-columns: 1fr;
    width: min(680px, calc(100% - 38px));
  }

  .edu-forum-layout aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-forum-layout aside strong {
    grid-column: 1 / -1;
  }

  .edu-hero__copy {
    text-align: center;
  }

  .edu-hero__copy h1 {
    margin-inline: auto;
  }

  .edu-hero__visual {
    min-height: 420px;
  }

  .edu-service-grid,
  .edu-course-grid,
  .edu-testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-skill-orbit {
    height: 620px;
  }

  .edu-skill-node {
    transform:
      translate(-50%, -50%)
      rotate(calc((360deg / 5) * var(--i)))
      translateX(165px)
      rotate(calc((360deg / -5) * var(--i)));
  }

  .edu-auth-modal__roles,
  .edu-token-grid {
    grid-template-columns: 1fr;
  }

  .edu-token-grid--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-auth-modal__panel--choice {
    padding-right: clamp(22px, 4vw, 38px);
  }

  .edu-auth-choice-art {
    position: relative;
    right: auto;
    top: auto;
    width: min(360px, 80%);
    margin: 28px auto 0;
    transform: none;
  }

  .edu-buyer-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .edu-account-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .edu-container {
    width: min(100% - 30px, 1140px);
  }

  .edu-logo {
    font-size: 18px;
  }

  .edu-logo img {
    width: 34px;
    height: 34px;
  }

  .edu-hero {
    padding-top: 52px;
  }

  .edu-hero__copy h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .edu-hero__visual {
    min-height: 330px;
  }

  .edu-service-grid,
  .edu-course-grid,
  .edu-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .edu-forum-scroll {
    min-height: 1180px;
    padding: 76px 0 92px;
  }

  .edu-3d-testimonials {
    padding: 84px 0 104px;
  }

  .edu-3d-testimonials__copy h6 {
    font-size: 11px;
  }

  .edu-3d-testimonials__copy h2 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .edu-3d-testimonials__copy p {
    font-size: 13px;
  }

  .edu-3d-testimonials__scene {
    height: 500px;
    width: calc(100% + 42px);
    margin-left: -21px;
    border-radius: 0;
    border-inline: 0;
  }

  .edu-3d-testimonials__tilt {
    gap: 12px;
    transform: translateX(-138px) translateZ(-100px) rotateX(20deg) rotateY(-10deg) rotateZ(20deg);
  }

  .edu-3d-testimonials__headline {
    margin-bottom: 34px;
  }

  .edu-3d-testimonials__headline h2 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .edu-3d-testimonials__outro {
    gap: 20px;
    margin-top: 38px;
  }

  .edu-3d-testimonials__outro p {
    font-size: 14px;
  }

  .edu-liquid-button {
    min-width: 184px;
    height: 54px;
  }

  .edu-auth-modal {
    padding: 10px;
    align-items: end;
  }

  .edu-auth-modal__panel {
    max-height: 92vh;
    padding: 22px 16px 18px;
    border-radius: 22px 22px 18px 18px;
  }

  .edu-auth-modal__close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
  }

  .edu-auth-modal__intro {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-right: 44px;
  }

  .edu-auth-modal__panel--choice .edu-auth-modal__intro {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding-right: 38px;
  }

  .edu-auth-modal__panel--choice .edu-auth-modal__logo {
    width: 42px;
    height: 42px;
  }

  .edu-auth-modal__panel--choice .edu-auth-modal__logo img {
    width: 36px;
    height: 36px;
  }

  .edu-auth-modal__logo {
    width: 68px;
    height: 68px;
  }

  .edu-auth-modal__logo img {
    width: 48px;
    height: 48px;
  }

  .edu-auth-modal__intro h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .edu-auth-modal__intro p,
  .edu-auth-modal__tokens-head p,
  .edu-auth-modal__flow p {
    font-size: 13px;
  }

  .edu-auth-modal__roles {
    margin-top: 18px;
  }

  .edu-auth-role {
    min-height: auto;
    padding: 16px;
  }

  .edu-auth-modal__flow {
    padding: 15px;
  }

  .edu-token-button {
    min-height: 82px;
    padding: 14px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
  }

  .edu-token-button__icon {
    width: 46px;
    height: 46px;
  }

  .edu-token-button__copy strong {
    font-size: 14px;
  }

  .edu-token-button__copy small {
    font-size: 11px;
  }

  .edu-token-grid--compact {
    grid-template-columns: 1fr;
  }

  .edu-token-grid--compact .edu-token-button {
    min-height: 62px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .edu-buyer-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .edu-buyer-category-grid button {
    min-height: 58px;
    font-size: 12px;
  }

  .edu-account-layout {
    gap: 18px;
  }

  .edu-profile-preview {
    min-height: 320px;
    padding: 18px;
  }

  .edu-profile-preview__avatar {
    width: 82px;
    height: 82px;
    margin-top: 34px;
    border-radius: 22px;
  }

  .edu-profile-preview__avatar img {
    width: 54px;
    height: 54px;
  }

  .edu-profile-preview h3 {
    font-size: 23px;
  }

  .edu-account-form button,
  .edu-auth-continue {
    width: 100%;
  }

  .edu-3d-marquee {
    --marquee-duration: 46s;
    --marquee-gap: 12px;
    height: 590px;
    padding: 6px;
  }

  .edu-3d-review {
    width: 190px;
    padding: 14px;
  }

  .edu-3d-review__person img {
    width: 34px;
    height: 34px;
  }

  .edu-3d-review__person strong,
  .edu-3d-review p {
    font-size: 12px;
  }

  .edu-forum-scroll__stage {
    top: 64px;
    min-height: calc(100vh - 70px);
    gap: 30px;
  }

  .edu-forum-scroll__header h6 {
    font-size: 11px;
  }

  .edu-forum-scroll__header h2 {
    font-size: clamp(34px, 11vw, 50px);
    line-height: 1.08;
  }

  .edu-forum-scroll__header p {
    font-size: 13px;
  }

  .edu-forum-device {
    width: 100%;
  }

  .edu-forum-device__bezel {
    height: 650px;
    padding: 8px;
    border-width: 3px;
    border-radius: 26px;
  }

  .edu-forum-screen {
    border-radius: 19px;
  }

  .edu-forum-topbar {
    padding: 16px;
  }

  .edu-forum-topbar span {
    font-size: 16px;
  }

  .edu-forum-topbar button {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .edu-forum-hero-card {
    width: calc(100% - 24px);
    padding: 18px;
  }

  .edu-forum-layout {
    width: calc(100% - 24px);
    gap: 12px;
  }

  .edu-forum-layout aside {
    grid-template-columns: 1fr 1fr;
    padding: 14px;
  }

  .edu-forum-layout aside span {
    padding: 8px;
    font-size: 11px;
  }

  .edu-forum-thread-list article {
    grid-template-columns: 38px 1fr;
    min-height: auto;
    padding: 12px;
  }

  .edu-forum-thread-list i {
    width: 38px;
    height: 38px;
  }

  .edu-forum-thread-list em {
    grid-column: 2;
    justify-self: start;
  }

  .edu-skill-orbit {
    height: auto;
    min-height: 0;
    padding: 144px 0 0;
  }

  .edu-skill-orbit::before,
  .edu-skill-orbit::after {
    width: 240px;
    height: 240px;
    top: 92px;
  }

  .edu-skill-orbit__center {
    top: 92px;
    width: 94px;
    height: 94px;
  }

  .edu-skill-orbit__center img {
    width: 48px;
  }

  .edu-skill-node {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 58px 1fr;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 86px;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    text-align: left;
    transform: none;
    box-shadow: 0 18px 50px rgba(31, 41, 55, 0.08);
  }

  .edu-skill-node__pulse {
    display: none;
  }

  .edu-skill-node__icon {
    margin: 0;
  }

  .edu-skill-node__title {
    position: static;
    width: auto;
    max-width: none;
    color: #33235f;
    font-size: 13px;
    text-align: left;
    transform: none;
  }

  .edu-skill-card {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 10px;
    box-shadow: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .edu-skill-node:hover,
  .edu-skill-node.is-active {
    z-index: 5;
    filter: none;
  }

  .edu-skill-node:hover .edu-skill-node__icon,
  .edu-skill-node.is-active .edu-skill-node__icon,
  .edu-skill-node.is-related .edu-skill-node__icon {
    border-color: rgba(124, 58, 237, 0.3);
    background: #111827;
    color: #fff;
    transform: none;
    box-shadow: none;
    animation: none;
  }

  .edu-skill-node:hover .edu-skill-card,
  .edu-skill-node.is-active .edu-skill-card {
    opacity: 1;
    transform: none;
  }

  .edu-services,
  .edu-courses,
  .edu-testimonials,
  .edu-contact,
  .edu-cta {
    padding-block: 70px;
  }

  .edu-contact__form {
    padding: 26px;
  }

  .edu-footer {
    padding: 34px 0 22px;
  }

  .edu-footer__grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 36px;
  }

  .edu-footer__column {
    gap: 12px;
  }

  .edu-footer__bottom .edu-gradient-word {
    display: block;
    margin-left: 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  .edu-logo-stage img,
  .edu-logo-glow,
  .edu-3d-marquee__track,
  .edu-liquid-button__blob,
  .edu-token-button__sweep,
  .edu-token-button.is-connecting .edu-token-button__icon::after {
    animation: none;
  }
}

.bfl-platform-mode {
  margin: 0;
  background: #f8f7ff;
}

.bfl-platform-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 84% 9%, rgba(124, 58, 237, 0.16), transparent 28rem),
    linear-gradient(180deg, #fff 0%, #f7f3ff 46%, #fff 100%);
  color: #111827;
  font-family: var(--edu-font);
}

.bfl-platform-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(124, 58, 237, 0.1);
  backdrop-filter: blur(18px);
}

.bfl-platform-brand,
.bfl-platform-nav nav {
  display: flex;
  align-items: center;
}

.bfl-platform-brand {
  gap: 10px;
  color: #111827;
  font-weight: 1000;
  text-decoration: none;
}

.bfl-platform-brand img {
  width: 38px;
  height: 38px;
}

.bfl-platform-nav nav {
  gap: 16px;
  flex-wrap: wrap;
}

.bfl-platform-nav nav a {
  color: #4b5563;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.bfl-platform-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: 34px;
  align-items: center;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 74px 0 46px;
}

.bfl-platform-hero__copy span {
  color: var(--edu-purple);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.12em;
}

.bfl-platform-hero__copy h1 {
  max-width: 760px;
  margin: 12px 0 18px;
  color: #0f1020;
  font-family: var(--edu-code-next);
  font-size: clamp(38px, 6vw, 72px);
  line-height: 0.98;
}

.bfl-platform-hero__copy p {
  max-width: 680px;
  color: #5f6574;
  font-size: 16px;
  line-height: 1.85;
}

.bfl-platform-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.bfl-platform-hero__actions a,
.bfl-platform-login,
.bfl-platform-actions button {
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #7c3aed, #4f46e5);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 1000;
  padding: 14px 18px;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(124, 58, 237, 0.25);
}

.bfl-platform-hero__actions a + a {
  background: #fff;
  color: #3d2f68;
  border: 1px solid rgba(124, 58, 237, 0.16);
  box-shadow: none;
}

.bfl-platform-orb {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
}

.bfl-platform-orb__glow {
  position: absolute;
  width: 290px;
  height: 290px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.32), transparent 68%);
  filter: blur(8px);
}

.bfl-platform-orb__card {
  position: relative;
  display: grid;
  gap: 12px;
  width: min(330px, 100%);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background: linear-gradient(145deg, #08051a, #20105b);
  color: #fff;
  box-shadow: 0 34px 90px rgba(17, 7, 50, 0.24);
}

.bfl-platform-orb__card img {
  width: 86px;
  height: 86px;
  padding: 15px;
  border-radius: 22px;
  background: #fff;
  filter: drop-shadow(0 0 26px rgba(168, 85, 247, 0.48));
}

.bfl-platform-orb__card strong {
  font-family: var(--edu-code-next);
  font-size: 28px;
  line-height: 1.05;
}

.bfl-platform-orb__card span {
  color: rgba(255, 255, 255, 0.68);
}

.bfl-platform-shell {
  display: grid;
  grid-template-columns: minmax(260px, 0.28fr) minmax(0, 1fr);
  gap: 22px;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 24px 0 90px;
}

.bfl-platform-sidebar,
.bfl-platform-workspace {
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 26px 70px rgba(17, 7, 50, 0.08);
}

.bfl-platform-sidebar {
  align-self: start;
  display: grid;
  gap: 14px;
  padding: 18px;
  position: sticky;
  top: 84px;
}

.bfl-platform-profile {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 18px;
  background: #0c0823;
  color: #fff;
}

.bfl-platform-profile img {
  width: 78px;
  height: 78px;
  border-radius: 18px;
}

.bfl-platform-profile strong {
  font-size: 21px;
}

.bfl-platform-profile span,
.bfl-platform-profile p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.bfl-platform-profile div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bfl-platform-profile em {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  padding: 7px 10px;
}

.bfl-platform-status {
  border-radius: 14px;
  background: rgba(124, 58, 237, 0.08);
  color: #5b21b6;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.5;
  padding: 12px;
}

.bfl-platform-status.is-authenticated {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}

.bfl-platform-workspace {
  padding: clamp(18px, 3vw, 34px);
}

.bfl-platform-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.bfl-platform-tabs button {
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #31264c;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 1000;
  padding: 11px 16px;
}

.bfl-platform-tabs button.is-active {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(79, 70, 229, 0.12));
  border-color: rgba(124, 58, 237, 0.4);
}

.bfl-platform-panel {
  display: none;
}

.bfl-platform-panel.is-active {
  display: block;
}

.bfl-platform-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.bfl-platform-panel__head h2 {
  margin: 0;
  font-family: var(--edu-code-next);
  font-size: clamp(24px, 3vw, 36px);
}

.bfl-platform-panel__head span {
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.1);
  color: var(--edu-purple);
  font-size: 12px;
  font-weight: 1000;
  padding: 8px 12px;
}

.bfl-platform-panel__head span[data-state="error"] {
  background: rgba(239, 68, 68, 0.12);
  color: #dc2626;
}

.bfl-platform-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bfl-platform-form-grid__wide {
  grid-column: 1 / -1;
}

.bfl-platform-form-grid label {
  display: grid;
  gap: 8px;
  color: #4b5563;
  font-size: 12px;
  font-weight: 1000;
}

.bfl-platform-form-grid input,
.bfl-platform-form-grid select,
.bfl-platform-form-grid textarea {
  width: 100%;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 13px;
  background: #fff;
  color: #111827;
  font: inherit;
  padding: 13px 14px;
}

.bfl-platform-form-grid textarea {
  min-height: 122px;
  resize: vertical;
}

.bfl-platform-package-row,
.bfl-platform-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.bfl-platform-package-row article,
.bfl-platform-drafts article {
  display: grid;
  gap: 7px;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, rgba(244, 232, 255, 0.55));
  padding: 18px;
}

.bfl-platform-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.bfl-platform-actions button:last-child {
  background: linear-gradient(135deg, #111827, #312e81);
}

.bfl-platform-preview-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.58fr);
}

.bfl-platform-listing-card {
  overflow: hidden;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(17, 7, 50, 0.08);
}

.bfl-platform-listing-card__cover {
  display: grid;
  place-items: center;
  min-height: 180px;
  background:
    radial-gradient(circle at 50% 44%, rgba(124, 58, 237, 0.28), transparent 14rem),
    linear-gradient(145deg, #09051a, #241167);
}

.bfl-platform-listing-card__cover img {
  width: 94px;
  height: 94px;
  padding: 16px;
  border-radius: 24px;
  background: #fff;
}

.bfl-platform-listing-card__body {
  display: grid;
  gap: 12px;
  padding: 24px;
}

.bfl-platform-listing-card__body > span {
  color: var(--edu-purple);
  font-size: 12px;
  font-weight: 1000;
}

.bfl-platform-listing-card h3 {
  margin: 0;
  font-size: 25px;
}

.bfl-platform-listing-card p {
  color: #667085;
  line-height: 1.75;
}

.bfl-platform-listing-card [data-platform-preview-tags] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bfl-platform-listing-card i {
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.1);
  color: var(--edu-purple);
  font-size: 11px;
  font-style: normal;
  font-weight: 1000;
  padding: 7px 10px;
}

.bfl-platform-listing-card footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #eef0f5;
  padding-top: 14px;
}

.bfl-platform-listing-card footer strong {
  color: #111827;
  font-size: 26px;
}

.bfl-platform-drafts {
  display: grid;
  align-content: start;
  gap: 10px;
}

.bfl-platform-empty {
  border: 1px dashed rgba(124, 58, 237, 0.24);
  border-radius: 16px;
  color: #667085;
  line-height: 1.6;
  margin: 0;
  padding: 18px;
}

.bfl-platform-command {
  position: relative;
  display: grid;
  gap: 18px;
  align-content: center;
  min-height: 430px;
  padding: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 18%, rgba(124, 58, 237, 0.28), transparent 12rem),
    linear-gradient(145deg, #070414, #17113b 54%, #2b145f);
  color: #fff;
  box-shadow: 0 34px 90px rgba(30, 16, 80, 0.22);
  overflow: hidden;
}

.bfl-platform-command::after {
  content: "";
  position: absolute;
  inset: auto -10% -22% 24%;
  height: 190px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(4px);
}

.bfl-platform-command__brand,
.bfl-platform-command__stats,
.bfl-platform-command__flow {
  position: relative;
  z-index: 1;
}

.bfl-platform-command__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bfl-platform-command__brand img {
  width: 52px;
  height: 52px;
  padding: 10px;
  border-radius: 16px;
  background: #fff;
}

.bfl-platform-command__search {
  position: relative;
  z-index: 1;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.bfl-platform-command__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.bfl-platform-command__stats span {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  font-weight: 800;
}

.bfl-platform-command__stats b {
  color: #fff;
  font-size: 25px;
  line-height: 1;
}

.bfl-platform-command__flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bfl-platform-command__flow i {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.bfl-platform-side-nav,
.bfl-level-card {
  display: grid;
  gap: 10px;
}

.bfl-platform-side-nav a {
  padding: 12px 13px;
  border: 1px solid rgba(124, 58, 237, 0.1);
  border-radius: 12px;
  background: #fff;
  color: #33245b;
  font-size: 13px;
  font-weight: 900;
}

.bfl-level-card {
  padding: 18px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 85% 10%, rgba(220, 140, 219, 0.22), transparent 7rem),
    linear-gradient(145deg, #0b061c, #241061);
  color: #fff;
}

.bfl-level-card span,
.bfl-level-card small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
}

.bfl-level-card strong {
  color: #fff;
  font-size: 20px;
}

.bfl-level-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.6;
}

.bfl-level-meter {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.bfl-level-meter i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #7c3aed, #dc8cdb);
}

.bfl-market-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.bfl-market-toolbar h2,
.bfl-market-toolbar p {
  margin: 0;
}

.bfl-market-toolbar h2 {
  color: #111827;
  font-family: var(--edu-code-next);
  font-size: clamp(28px, 4vw, 46px);
}

.bfl-market-toolbar p {
  margin-top: 8px;
  color: #667085;
}

.bfl-market-toolbar label {
  display: grid;
  gap: 8px;
  min-width: min(100%, 320px);
  color: #667085;
  font-size: 12px;
  font-weight: 900;
}

.bfl-market-toolbar input {
  min-height: 48px;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 14px;
  padding: 0 16px;
  font: inherit;
  outline: none;
}

.bfl-category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.bfl-category-strip button {
  min-height: 40px;
  border: 1px solid rgba(124, 58, 237, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #33245b;
  padding: 0 15px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.bfl-category-strip button.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, var(--edu-purple), var(--edu-pink));
  color: #fff;
}

.bfl-market-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 18px;
  margin-bottom: 24px;
}

.bfl-market-card {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(124, 58, 237, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 70px rgba(30, 16, 80, 0.08);
}

.bfl-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.bfl-service-card,
.bfl-request-card,
.bfl-buyer-preview-card,
.bfl-draft-item {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(124, 58, 237, 0.1);
  border-radius: 16px;
  background: #fff;
}

.bfl-service-card div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.bfl-service-card img {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(124, 58, 237, 0.09);
}

.bfl-service-card span,
.bfl-request-card span,
.bfl-buyer-preview-card > span,
.bfl-draft-item em {
  color: var(--edu-purple);
  font-size: 11px;
  font-style: normal;
  font-weight: 1000;
}

.bfl-service-card h3,
.bfl-request-card h3,
.bfl-buyer-preview-card h3,
.bfl-draft-item strong {
  margin: 0;
  color: #111827;
  font-size: 17px;
  line-height: 1.25;
}

.bfl-service-card p,
.bfl-request-card p,
.bfl-buyer-preview-card p {
  margin: 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.62;
}

.bfl-service-card footer,
.bfl-request-card footer,
.bfl-buyer-preview-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 10px;
  border-top: 1px solid #eef0f5;
}

.bfl-request-list {
  display: grid;
  gap: 12px;
}

.bfl-request-card button {
  min-height: 38px;
  border: 0;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
}

.bfl-builder-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.bfl-builder-steps span {
  padding: 10px;
  border-radius: 12px;
  background: rgba(124, 58, 237, 0.08);
  color: #33245b;
  font-size: 11px;
  font-weight: 1000;
  text-align: center;
}

.bfl-panel-note {
  margin: -8px 0 18px;
  color: #667085;
  line-height: 1.7;
}

.bfl-buyer-preview-card {
  background:
    radial-gradient(circle at 85% 5%, rgba(124, 58, 237, 0.12), transparent 8rem),
    #fff;
}

@media (max-width: 980px) {
  .bfl-platform-hero,
  .bfl-platform-shell,
  .bfl-market-grid,
  .bfl-platform-preview-grid {
    grid-template-columns: 1fr;
  }

  .bfl-platform-sidebar {
    position: static;
  }

  .bfl-market-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .bfl-service-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .bfl-platform-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .bfl-platform-hero {
    padding-top: 42px;
  }

  .bfl-platform-form-grid,
  .bfl-platform-package-row,
  .bfl-platform-command__stats,
  .bfl-service-grid,
  .bfl-builder-steps {
    grid-template-columns: 1fr;
  }

  .bfl-platform-panel__head,
  .bfl-platform-listing-card footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

.bfl-dashboard-page,
.bfl-dashboard-page * {
  box-sizing: border-box;
}

.bfl-dashboard-page {
  min-height: 100vh;
  background: #f8f9fd;
  color: #12172f;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.bfl-dash-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 260px 44px minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 18px;
  min-height: 72px;
  padding: 0 28px;
  border-bottom: 1px solid #e9ecf4;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.bfl-dash-brand,
.bfl-dash-mainnav,
.bfl-dash-alerts,
.bfl-dash-user {
  display: flex;
  align-items: center;
}

.bfl-dash-brand {
  gap: 10px;
  color: #12172f;
  text-decoration: none;
}

.bfl-dash-brand img {
  width: 38px;
  height: 38px;
}

.bfl-dash-brand strong {
  color: #5336e8;
  font-size: 25px;
  font-weight: 900;
}

.bfl-dash-icon,
.bfl-dash-alerts button,
.bfl-dash-user button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #27304f;
  cursor: pointer;
  font: inherit;
}

.bfl-dash-mainnav {
  justify-content: center;
  gap: 30px;
  height: 72px;
}

.bfl-dash-mainnav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: #252c47;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.bfl-dash-mainnav a.is-active {
  color: #4f34e8;
}

.bfl-dash-mainnav a.is-active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: #5a39f0;
}

.bfl-dash-mainnav span,
.bfl-dash-alerts span {
  display: inline-grid;
  place-items: center;
  min-width: 18px;
  height: 18px;
  margin-left: 4px;
  border-radius: 999px;
  background: #5a39f0;
  color: #fff;
  font-size: 11px;
}

.bfl-dash-post-btn,
.bfl-dash-mini-card button,
.bfl-dash-becoin-actions button:last-child {
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #6f45f2, #4d2bdd);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(86, 57, 232, 0.22);
}

.bfl-dash-post-btn {
  padding: 13px 20px;
  white-space: nowrap;
}

.bfl-dash-alerts {
  gap: 8px;
}

.bfl-dash-alerts button {
  position: relative;
  border: 1px solid #edf0f7;
  background: #fff;
}

.bfl-dash-alerts span {
  position: absolute;
  top: -5px;
  right: -5px;
  margin: 0;
}

.bfl-dash-user {
  gap: 11px;
}

.bfl-dash-user img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

.bfl-dash-user strong {
  display: block;
  color: #12172f;
  font-size: 14px;
}

.bfl-dash-user small {
  color: #6f7896;
  font-size: 12px;
}

.bfl-dash-layout {
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
}

.bfl-dash-sidebar {
  min-height: calc(100vh - 72px);
  padding: 24px 16px;
  border-right: 1px solid #e9ecf4;
  background: #fff;
}

.bfl-dash-sidebar h4 {
  margin: 0 10px 12px;
  color: #10162d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.bfl-dash-sidebar nav {
  display: grid;
  gap: 4px;
  padding-bottom: 24px;
  margin-bottom: 18px;
  border-bottom: 1px solid #edf0f7;
}

.bfl-dash-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 39px;
  padding: 0 12px;
  border-radius: 8px;
  color: #303854;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.bfl-dash-sidebar nav a.is-active {
  background: #f0edff;
  color: #5a39f0;
}

.bfl-dash-promo {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 11px;
  margin: 26px 8px 0;
  padding: 22px;
  overflow: hidden;
  border-radius: 12px;
  background:
    radial-gradient(circle at 80% 64%, rgba(111, 69, 242, 0.45), transparent 7rem),
    linear-gradient(145deg, #070923, #10124a);
  color: #fff;
}

.bfl-dash-promo strong {
  font-size: 18px;
  line-height: 1.25;
}

.bfl-dash-promo p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.bfl-dash-promo img {
  position: absolute;
  right: -18px;
  bottom: 28px;
  width: 110px;
  height: 110px;
}

.bfl-dash-promo button {
  position: relative;
  z-index: 1;
  width: 138px;
  min-height: 36px;
  border: 0;
  border-radius: 7px;
  background: #fff;
  color: #5a39f0;
  font-weight: 800;
}

.bfl-dash-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 18px;
  padding: 22px 28px 28px;
}

.bfl-dash-primary {
  min-width: 0;
}

.bfl-dash-search-card,
.bfl-dash-featured,
.bfl-dash-mini-card,
.bfl-dash-progress-card,
.bfl-dash-becoin-card,
.bfl-dash-activity-card,
.bfl-dash-stats {
  border: 1px solid #e6e9f1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 23, 47, 0.04);
}

.bfl-dash-search-card {
  padding: 18px;
}

.bfl-dash-search-card h2,
.bfl-dash-featured h2,
.bfl-dash-mini-card h3,
.bfl-dash-progress-card h3,
.bfl-dash-becoin-card h3,
.bfl-dash-activity-card h3 {
  margin: 0;
  color: #11172f;
  font-size: 20px;
  font-weight: 900;
}

.bfl-dash-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px 98px;
  gap: 0;
  margin-top: 16px;
}

.bfl-dash-search-row label {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid #dfe4ef;
  border-right: 0;
  border-radius: 8px 0 0 8px;
}

.bfl-dash-search-row input,
.bfl-dash-search-row select,
.bfl-dash-mini-card input,
.bfl-dash-mini-card select {
  width: 100%;
  border: 1px solid #dfe4ef;
  border-radius: 7px;
  background: #fff;
  color: #222a45;
  font: inherit;
  font-size: 13px;
  outline: none;
}

.bfl-dash-search-row input {
  border: 0;
}

.bfl-dash-search-row select {
  min-height: 46px;
  border-radius: 0;
  padding: 0 14px;
}

.bfl-dash-search-row button {
  border-radius: 0 8px 8px 0;
}

.bfl-dash-category-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(92px, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.bfl-dash-category-row button {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  border: 1px solid #e7ebf4;
  border-radius: 9px;
  background: #fff;
  color: #44506e;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  line-height: 1.25;
  padding: 8px 10px;
  text-align: left;
}

.bfl-dash-category-row button::first-letter {
  color: #5a39f0;
}

.bfl-dash-category-row button.is-active {
  border-color: #d8d1ff;
  background: #f5f2ff;
  color: #5a39f0;
}

.bfl-dash-featured {
  margin-top: 18px;
  padding: 18px;
}

.bfl-dash-section-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 15px;
}

.bfl-dash-section-head a {
  color: #5a39f0;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.bfl-dash-service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bfl-dash-service-card {
  overflow: hidden;
  min-width: 0;
  border: 1px solid #e7ebf4;
  border-radius: 10px;
  background: #fff;
}

.bfl-dash-service-card__cover {
  position: relative;
  height: 148px;
  overflow: hidden;
  background: #0c102a;
}

.bfl-dash-service-card__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bfl-dash-service-card__cover span {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 9px;
  border-radius: 6px;
  background: #5a39f0;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.bfl-dash-service-card__seller,
.bfl-dash-service-card__meta,
.bfl-dash-service-card footer {
  display: flex;
  align-items: center;
}

.bfl-dash-service-card__seller {
  gap: 8px;
  padding: 13px 14px 0;
}

.bfl-dash-service-card__seller img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.bfl-dash-service-card__seller strong {
  color: #1d2440;
  font-size: 12px;
}

.bfl-dash-service-card__seller i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #18bf78;
}

.bfl-dash-service-card__seller small {
  margin-left: auto;
  color: #7a839d;
  font-size: 11px;
}

.bfl-dash-service-card h3 {
  min-height: 48px;
  margin: 15px 14px 8px;
  color: #10172f;
  font-size: 17px;
  line-height: 1.35;
}

.bfl-dash-service-card p {
  min-height: 43px;
  margin: 0 14px 12px;
  color: #68728e;
  font-size: 13px;
  line-height: 1.45;
}

.bfl-dash-service-card__meta {
  justify-content: space-between;
  margin: 0 14px 13px;
}

.bfl-dash-service-card__meta span {
  color: #12172f;
  font-size: 13px;
}

.bfl-dash-service-card__meta span::first-letter {
  color: #f59e0b;
}

.bfl-dash-service-card__meta small {
  color: #7a839d;
  font-size: 11px;
}

.bfl-dash-service-card footer {
  justify-content: space-between;
  gap: 10px;
  padding: 0 14px 16px;
}

.bfl-dash-service-card footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.bfl-dash-service-card em {
  padding: 5px 8px;
  border-radius: 5px;
  background: #f3f5fa;
  color: #76809c;
  font-size: 10px;
  font-style: normal;
}

.bfl-dash-service-card footer strong {
  white-space: nowrap;
  color: #10172f;
  font-size: 18px;
}

.bfl-dash-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}

.bfl-dash-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c5cada;
}

.bfl-dash-dots i.is-active {
  background: #5a39f0;
}

.bfl-dash-right {
  display: grid;
  align-content: start;
  gap: 18px;
}

.bfl-dash-mini-card {
  display: grid;
  gap: 13px;
  padding: 20px;
}

.bfl-dash-mini-title {
  display: flex;
  gap: 12px;
}

.bfl-dash-mini-title > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f0edff;
  color: #5a39f0;
}

.bfl-dash-mini-card p {
  margin: 4px 0 0;
  color: #6f7896;
  font-size: 13px;
  line-height: 1.45;
}

.bfl-dash-mini-card label {
  display: grid;
  gap: 7px;
  color: #202844;
  font-size: 12px;
  font-weight: 700;
}

.bfl-dash-mini-card input,
.bfl-dash-mini-card select {
  min-height: 38px;
  padding: 0 12px;
}

.bfl-dash-mini-card button {
  min-height: 44px;
}

.bfl-dash-mini-card small[data-state="error"] {
  color: #dc2626;
}

.bfl-dash-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 10px;
  margin: 6px 0 8px;
}

.bfl-dash-steps i {
  display: grid;
  place-items: center;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #dbe0eb;
  color: #a4acc0;
  font-size: 11px;
  font-style: normal;
}

.bfl-dash-steps i.is-active {
  border-color: transparent;
  background: #5a39f0;
  color: #fff;
}

.bfl-dash-mini-card h4 {
  margin: 0;
  color: #10172f;
  font-size: 15px;
}

.bfl-dash-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.bfl-dash-ghost {
  border: 1px solid #d8d1ff !important;
  background: #fff !important;
  color: #5a39f0 !important;
  box-shadow: none !important;
}

.bfl-dash-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 18px;
  margin-top: 0;
}

.bfl-dash-progress-card,
.bfl-dash-becoin-card,
.bfl-dash-activity-card {
  padding: 18px;
}

.bfl-dash-progress-card > div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) minmax(210px, 0.8fr);
  gap: 20px;
  align-items: center;
  padding: 16px;
  border: 1px solid #edf0f7;
  border-radius: 12px;
}

.bfl-dash-progress-card img {
  width: 112px;
  height: 112px;
}

.bfl-dash-progress-card strong {
  display: block;
  color: #5a39f0;
  font-size: 32px;
}

.bfl-dash-progress-card em {
  display: inline-block;
  margin-left: 8px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #f0edff;
  color: #5a39f0;
  font-size: 10px;
  font-style: normal;
}

.bfl-dash-progress-card p {
  color: #707b98;
  font-size: 13px;
}

.bfl-dash-progress-card span {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #ebeef6;
}

.bfl-dash-progress-card span i {
  display: block;
  height: 100%;
  background: #5a39f0;
}

.bfl-dash-progress-card ul,
.bfl-dash-becoin-card ul,
.bfl-dash-activity-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bfl-dash-progress-card li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #27304f;
  font-size: 13px;
}

.bfl-dash-progress-card li::first-letter {
  color: #10b981;
}

.bfl-dash-progress-card button,
.bfl-dash-activity-card button,
.bfl-dash-becoin-actions button {
  min-height: 36px;
  border: 1px solid #5a39f0;
  border-radius: 7px;
  background: #fff;
  color: #5a39f0;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.bfl-dash-progress-card > button {
  display: block;
  width: 170px;
  margin: 16px auto 0;
}

.bfl-dash-becoin-balance {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 18px 0;
}

.bfl-dash-becoin-balance img {
  width: 68px;
  height: 68px;
}

.bfl-dash-becoin-balance span,
.bfl-dash-becoin-balance small {
  color: #7b849d;
  font-size: 12px;
}

.bfl-dash-becoin-balance strong {
  display: block;
  color: #10172f;
  font-size: 34px;
}

.bfl-dash-becoin-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.bfl-dash-becoin-card ul {
  margin-top: 18px;
}

.bfl-dash-becoin-card li {
  color: #27304f;
  font-size: 13px;
}

.bfl-dash-becoin-card a {
  display: inline-block;
  margin-top: 12px;
  color: #5a39f0;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.bfl-dash-activity-card li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #edf0f7;
}

.bfl-dash-activity-card li i {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f0edff;
  color: #5a39f0;
  font-style: normal;
}

.bfl-dash-activity-card li strong {
  color: #1f2945;
  font-size: 13px;
}

.bfl-dash-activity-card li span,
.bfl-dash-activity-card li small {
  color: #7b849d;
  font-size: 12px;
}

.bfl-dash-activity-card button {
  width: 100%;
  margin-top: 12px;
}

.bfl-dash-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  padding: 18px;
  margin-top: -4px;
}

.bfl-dash-stats div {
  display: grid;
  gap: 5px;
  padding: 0 24px;
  border-right: 1px solid #edf0f7;
}

.bfl-dash-stats div:last-child {
  border-right: 0;
}

.bfl-dash-stats span {
  color: #7b849d;
  font-size: 12px;
}

.bfl-dash-stats strong {
  color: #10172f;
  font-size: 24px;
}

.bfl-dash-stats em {
  color: #10b981;
  font-size: 12px;
  font-style: normal;
}

@media (max-width: 1280px) {
  .bfl-dash-topbar {
    grid-template-columns: 230px 40px minmax(0, 1fr) auto;
  }

  .bfl-dash-alerts,
  .bfl-dash-user {
    display: none;
  }

  .bfl-dash-main {
    grid-template-columns: 1fr;
  }

  .bfl-dash-right {
    grid-template-columns: 1fr 1fr;
  }

  .bfl-dash-bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .bfl-dash-layout {
    grid-template-columns: 1fr;
  }

  .bfl-dash-sidebar {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #e9ecf4;
  }

  .bfl-dash-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bfl-dash-mainnav {
    display: none;
  }

  .bfl-dash-topbar {
    grid-template-columns: 1fr auto auto;
  }

  .bfl-dash-icon {
    order: 2;
  }

  .bfl-dash-post-btn {
    order: 3;
  }

  .bfl-dash-service-grid,
  .bfl-dash-right,
  .bfl-dash-stats {
    grid-template-columns: 1fr 1fr;
  }

  .bfl-dash-category-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .bfl-dash-topbar,
  .bfl-dash-main {
    padding-right: 14px;
    padding-left: 14px;
  }

  .bfl-dash-search-row,
  .bfl-dash-category-row,
  .bfl-dash-service-grid,
  .bfl-dash-right,
  .bfl-dash-two,
  .bfl-dash-progress-card > div,
  .bfl-dash-stats {
    grid-template-columns: 1fr;
  }

  .bfl-dash-search-row label,
  .bfl-dash-search-row select,
  .bfl-dash-search-row button {
    border: 1px solid #dfe4ef;
    border-radius: 8px;
  }

  .bfl-dash-stats div {
    border-right: 0;
    border-bottom: 1px solid #edf0f7;
    padding: 12px 0;
  }
}
