.ccn-body {
  margin: 0;
  background: #07090d;
  color: #eaf0ff;
  font-family: "Outfit", system-ui, -apple-system, sans-serif;
  min-height: 100vh;
}

.ccn-dash-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 1rem;
  margin: 0 0 1.25rem;
  font-size: 0.82rem;
}

.ccn-dash-bar__link {
  color: #00f52a;
  text-decoration: none;
  font-weight: 600;
}

.ccn-dash-bar__link:hover {
  text-decoration: underline;
}

.ccn-dash-bar__note {
  color: rgba(234, 240, 255, 0.55);
  font-weight: 500;
}

.ccn-main {
  max-width: 720px;
  margin: 0 auto;
  padding: 1.5rem 1.1rem 4.5rem;
}

.ccn-dropzone {
  position: relative;
}

.ccn-hero {
  text-align: center;
  margin: 0.35rem 0 2rem;
}

.ccn-kicker {
  margin: 0 0 0.55rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #00f52a;
}

.ccn-badge {
  display: inline-block;
  margin: 0 0 0.85rem;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 245, 42, 0.35);
  background: rgba(0, 245, 42, 0.08);
  color: #b8ffc4;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ccn-title {
  margin: 0 0 0.7rem;
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2.1rem, 8vw, 3.1rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.ccn-sub {
  margin: 0 auto 0.85rem;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(234, 240, 255, 0.78);
}

.ccn-sub a {
  color: #00f52a;
}

.ccn-sub--tight {
  font-size: 0.9rem;
  color: rgba(234, 240, 255, 0.55);
}

.ccn-lead a {
  color: #00f52a;
}

.ccn-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin-top: 0.85rem;
}

.ccn-hero-actions .ccn-btn {
  margin-top: 0;
  width: auto;
  min-width: 12.5rem;
}

.ccn-btn--ghost {
  background: transparent;
  color: #eaf0ff;
  border: 1px solid rgba(0, 245, 42, 0.45);
}

.ccn-btn--ghost:hover {
  background: rgba(0, 245, 42, 0.1);
}

.ccn-section {
  margin: 0 0 2.1rem;
}

.ccn-h2 {
  margin: 0 0 0.45rem;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.3;
}

.ccn-lead {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(234, 240, 255, 0.68);
}

.ccn-video {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #0c0e14;
}

.ccn-video__frame {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 12.5rem;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(ellipse at center, rgba(0, 245, 42, 0.12), transparent 55%),
    #0c0e14;
}

.ccn-video iframe,
.ccn-video__player {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000;
  object-fit: cover;
}

.ccn-drop .ccn-grid {
  margin-bottom: 1rem;
}

.ccn-dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 13.5rem;
  padding: 1.75rem 1.1rem;
  border-radius: 18px;
  border: 2px dashed rgba(0, 245, 42, 0.42);
  background: rgba(0, 245, 42, 0.05);
  cursor: pointer;
  margin: 0 0 1rem;
}

.ccn-dropzone:hover,
.ccn-dropzone:focus-visible {
  outline: none;
  border-color: #00f52a;
  background: rgba(0, 245, 42, 0.1);
}

.ccn-dropzone.is-active {
  border-style: solid;
  border-color: #00f52a;
  background: rgba(0, 245, 42, 0.14);
}

.ccn-dropzone__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.ccn-dropzone__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 1rem;
  margin-bottom: 0.65rem;
  background: rgba(0, 245, 42, 0.14);
  color: #00f52a;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
}

.ccn-dropzone__text {
  margin: 0;
  font-weight: 800;
  font-size: 1.15rem;
}

.ccn-dropzone__hint {
  margin: 0.4rem 0 0;
  font-size: 0.85rem;
  color: rgba(234, 240, 255, 0.55);
}

.ccn-drop-queue {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}

.ccn-drop-queue__item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  background: #11141c;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
}

.ccn-drop-queue__name {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}

.ccn-drop-queue__meta {
  color: rgba(234, 240, 255, 0.5);
  font-size: 0.78rem;
}

.ccn-drop-queue__remove {
  border: 0;
  background: transparent;
  color: rgba(234, 240, 255, 0.7);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0.15rem 0.35rem;
}

.ccn-drop .ccn-btn {
  width: 100%;
}

.ccn-video__play {
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background: #00f52a;
  position: relative;
  margin-bottom: 0.7rem;
}

.ccn-video__play::after {
  content: "";
  position: absolute;
  left: 1.3rem;
  top: 1.05rem;
  border-style: solid;
  border-width: 0.65rem 0 0.65rem 1.05rem;
  border-color: transparent transparent transparent #06240d;
}

.ccn-video__label {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(234, 240, 255, 0.7);
}

.ccn-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.ccn-steps li {
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0c0e14;
}

.ccn-steps__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  background: #00f52a;
  color: #06240d;
  font-weight: 800;
  font-size: 0.9rem;
}

.ccn-steps strong {
  display: block;
  margin-bottom: 0.15rem;
}

.ccn-steps p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(234, 240, 255, 0.65);
}

.ccn-chips,
.ccn-states {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ccn-chips li,
.ccn-states li {
  padding: 0.45rem 0.75rem 0.5rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}

.ccn-chips li {
  background: rgba(0, 245, 42, 0.1);
  color: #b8ffc4;
  border: 1px solid rgba(0, 245, 42, 0.28);
}

.ccn-states li {
  background: #11141c;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ccn-form {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: #0c0e14;
  padding: 1.3rem;
}

.ccn-hp {
  position: absolute;
  left: -9999px;
  height: 0;
  overflow: hidden;
}

.ccn-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media (min-width: 560px) {
  .ccn-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ccn-field--full {
    grid-column: 1 / -1;
  }
}

.ccn-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin: 0;
  padding: 0;
  border: 0;
}

.ccn-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(234, 240, 255, 0.55);
}

.ccn-req {
  color: #00f52a;
}

.ccn-input {
  font: inherit;
  font-size: 0.95rem;
  color: #eaf0ff;
  background: #11141c;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 0.6rem 0.7rem;
  width: 100%;
  box-sizing: border-box;
}

.ccn-input:focus-visible {
  outline: none;
  border-color: rgba(0, 245, 42, 0.65);
  box-shadow: 0 0 0 3px rgba(0, 245, 42, 0.15);
}

.ccn-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 0.9rem;
}

.ccn-checks label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.9rem;
  color: rgba(234, 240, 255, 0.85);
}

.ccn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-weight: 700;
  line-height: 1.35;
  border-radius: 999px;
  padding: 0.85rem 1.4rem 0.95rem;
  cursor: pointer;
  border: 1px solid transparent;
  text-decoration: none;
  box-sizing: border-box;
}

.ccn-form .ccn-btn {
  margin-top: 1.2rem;
  width: 100%;
}

.ccn-btn--primary {
  background: #00f52a;
  color: #06240d;
}

.ccn-btn--primary:hover {
  background: #2bff52;
}

.ccn-btn:disabled {
  opacity: 0.6;
  cursor: default;
}

.ccn-result {
  margin: 1rem 0 0;
  font-size: 0.9rem;
  line-height: 1.45;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(0, 245, 42, 0.3);
  background: rgba(0, 245, 42, 0.07);
}

.ccn-result--err {
  border-color: rgba(255, 90, 90, 0.45);
  background: rgba(255, 70, 70, 0.1);
  color: #ffd4d4;
}

.ccn-fine {
  margin: 0.9rem 0 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(234, 240, 255, 0.45);
}

.ccn-fine a,
.ccn-rules a {
  color: #00f52a;
}

.ccn-h3 {
  margin: 1.25rem 0 0.55rem;
  font-size: 1.02rem;
  font-weight: 800;
}

.ccn-rules {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.ccn-rules li {
  position: relative;
  padding: 0.7rem 0.85rem 0.7rem 1.15rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0c0e14;
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(234, 240, 255, 0.82);
}

.ccn-rules li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 3px;
  border-radius: 3px;
  background: #00f52a;
}

.ccn-rules--warn li::before {
  background: #ffb020;
}

.ccn-pay {
  display: grid;
  gap: 0.45rem;
  margin: 0 0 0.5rem;
}

.ccn-pay__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(0, 245, 42, 0.18);
  background: rgba(0, 245, 42, 0.05);
}

.ccn-pay__item {
  font-size: 0.9rem;
  line-height: 1.4;
  color: rgba(234, 240, 255, 0.86);
}

.ccn-pay__rate {
  flex: 0 0 auto;
  font-weight: 800;
  color: #00f52a;
  font-size: 0.95rem;
}

.ccn-agree {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 1.1rem 0 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(234, 240, 255, 0.78);
}

.ccn-agree input {
  margin-top: 0.2rem;
  flex: 0 0 auto;
}

.ccn-agree a {
  color: #00f52a;
}

.ccn-main.ccn-guide {
  max-width: 46rem;
}

.ccn-hero--recruit {
  margin: 0.2rem 0 2.4rem;
  padding: 0.4rem 0 0.2rem;
}

.ccn-title--recruit {
  font-size: clamp(1.85rem, 7.2vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.ccn-title__line {
  display: block;
}

.ccn-title__line--accent {
  color: #00f52a;
}

.ccn-path {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.ccn-path li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 0.95rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(0, 245, 42, 0.22);
  background:
    linear-gradient(180deg, rgba(0, 245, 42, 0.08), transparent 42%),
    #0c0e14;
}

.ccn-path__n {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00f52a;
}

.ccn-path__name {
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.2;
}

.ccn-path p {
  margin: 0.15rem 0 0;
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(234, 240, 255, 0.65);
}

@media (min-width: 640px) {
  .ccn-path {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.7rem;
  }

  .ccn-path li {
    min-height: 100%;
  }
}

.ccn-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.ccn-benefits li {
  padding: 1rem 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0c0e14;
}

.ccn-benefits strong {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 1.02rem;
}

.ccn-benefits p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(234, 240, 255, 0.65);
}

@media (min-width: 560px) {
  .ccn-benefits {
    grid-template-columns: 1fr 1fr;
  }
}

.ccn-cta-band {
  margin: 0 0 2.4rem;
  padding: 1.35rem 1.15rem 1.45rem;
  border-radius: 18px;
  text-align: center;
  border: 1px solid rgba(0, 245, 42, 0.28);
  background:
    radial-gradient(ellipse at top, rgba(0, 245, 42, 0.14), transparent 58%),
    #0c0e14;
}

.ccn-cta-band__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.2rem, 4.5vw, 1.55rem);
  font-weight: 800;
  line-height: 1.25;
}

.ccn-cta-band .ccn-lead {
  max-width: 28rem;
  margin-left: auto;
  margin-right: auto;
}

.ccn-cta-band--end {
  margin-bottom: 0.5rem;
}
