.is2-task14-discord-host,
.is2-task14-discord-host *,
[data-is2-task14-shell],
[data-is2-task14-shell] * {
  box-sizing: border-box;
}

.is2-task14-discord {
  min-height: calc(100vh - 64px);
  color: #f8fafc;
  background: #05070b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif;
  position: relative;
  z-index: 1;
}

.is2-task14-discord a {
  color: inherit;
  text-decoration: none;
}

.is2-task14-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  min-height: 40px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, .06);
  color: #f8fafc;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

.is2-task14-hero {
  position: relative;
  min-height: calc(100vh - 64px);
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(127, 29, 29, .42), rgba(5, 7, 11, .74) 48%, rgba(30, 64, 175, .46)),
    linear-gradient(180deg, rgba(5, 7, 11, .2), #05070b);
  background-size: cover;
  background-position: center top;
}

.is2-task14-hero-inner {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(96px, 10vh, 132px) 0 clamp(34px, 5vh, 64px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.is2-task14-copy {
  max-width: 760px;
}

.is2-task14-logo {
  width: min(360px, 58vw);
  height: auto;
  display: block;
  margin: 0 0 18px;
  object-fit: contain;
}

.is2-task14-kicker,
.is2-task14-section-kicker {
  color: #fbbf24;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.is2-task14-title {
  margin: 12px 0 14px;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(34px, 4.8vw, 66px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff7d6;
  text-shadow: 0 4px 20px rgba(0, 0, 0, .55);
}

.is2-task14-lead {
  width: min(680px, 100%);
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.6;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .5);
}

.is2-task14-actions,
.is2-task14-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.is2-task14-btn {
  min-height: 48px;
  padding: 12px 20px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

.is2-task14-btn.primary {
  border-color: rgba(96, 165, 250, .72);
  background: linear-gradient(135deg, rgba(29, 78, 216, .96), rgba(126, 34, 206, .84));
}

.is2-task14-btn.ghost {
  background: rgba(5, 7, 11, .42);
}

.is2-task14-meta span {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  padding: 8px 10px;
  background: rgba(0, 0, 0, .28);
  color: rgba(255, 255, 255, .82);
  font-size: 12px;
}

.is2-task14-overview,
.is2-task14-channel-card,
.is2-task14-feature,
.is2-task14-mini,
.is2-task14-cta {
  border: 1px solid rgba(245, 158, 11, .34);
  border-radius: 8px;
  background: rgba(4, 8, 14, .66);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .45);
  backdrop-filter: blur(10px);
}

.is2-task14-overview,
.is2-task14-channel-card {
  padding: 22px;
}

.is2-task14-panel-title {
  margin: 0 0 16px;
  text-align: center;
  color: #fbbf24;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 18px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.is2-task14-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.is2-task14-stat {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 14px 10px;
  background: rgba(255, 255, 255, .04);
  text-align: center;
}

.is2-task14-stat strong {
  display: block;
  font-size: clamp(20px, 2.4vw, 30px);
  color: #fff7d6;
}

.is2-task14-stat span {
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
}

.is2-task14-avatars {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  overflow: hidden;
}

.is2-task14-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(251, 191, 36, .6);
  background: linear-gradient(135deg, #0ea5e9, #7c2d12);
  font-size: 12px;
  font-weight: 900;
}

.is2-task14-right {
  display: grid;
  gap: 18px;
}

.is2-task14-channel-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 24px;
}

.is2-task14-channel-list h3 {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  text-transform: uppercase;
}

.is2-task14-channel-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.is2-task14-channel-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
}

.is2-task14-pill {
  border-radius: 999px;
  background: rgba(239, 68, 68, .94);
  padding: 2px 7px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.is2-task14-features {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 42px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.is2-task14-feature {
  padding: 18px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.is2-task14-feature strong {
  display: block;
  margin-bottom: 8px;
  color: #fde68a;
  font-size: 15px;
}

.is2-task14-feature p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.45;
}

.is2-task14-feature-action {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(96, 165, 250, .55);
  border-radius: 8px;
  background: rgba(29, 78, 216, .42);
  color: #f8fafc;
  font-size: 12px;
  font-weight: 900;
}

.is2-task14-bottom {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto;
  padding: 0 0 54px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.is2-task14-mini {
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: center;
}

.is2-task14-mini strong {
  display: block;
  margin-bottom: 5px;
  color: #fff7d6;
}

.is2-task14-mini span {
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
}

.is2-task14-cta {
  width: min(1500px, calc(100% - 48px));
  margin: 0 auto 42px;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(5, 7, 11, .72);
}

.is2-task14-event-page {
  background-image:
    linear-gradient(90deg, rgba(127, 29, 29, .34), rgba(5, 7, 11, .76) 52%, rgba(30, 64, 175, .38)),
    linear-gradient(180deg, rgba(5, 7, 11, .14), #05070b);
  background-size: cover;
  background-position: center top;
}

.is2-task14-event-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(108px, 12vh, 150px) 0 64px;
}

.is2-task14-event-card {
  margin-top: 28px;
  border: 1px solid rgba(245, 158, 11, .34);
  border-radius: 8px;
  background: rgba(4, 8, 14, .72);
  box-shadow: 0 18px 48px rgba(0, 0, 0, .45);
  padding: 24px;
}

.is2-task14-event-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.is2-task14-event-list article {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  padding: 18px;
  display: grid;
  gap: 8px;
}

.is2-task14-event-list strong {
  color: #fde68a;
}

.is2-task14-event-list span,
.is2-task14-event-list em,
.is2-task14-event-card p {
  color: rgba(255, 255, 255, .72);
}

.is2-task14-cta h2 {
  margin: 0;
  color: #fbbf24;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(24px, 3vw, 38px);
}

.is2-task14-cta p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, .74);
}

.is2-task14-footer {
  border-top: 1px solid rgba(255, 255, 255, .1);
  background: #05070b;
  padding: 26px 0;
}

.is2-task14-footer-inner {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255, 255, 255, .66);
  font-size: 13px;
}

.is2-task14-admin-discord {
  display: grid;
  gap: 16px;
}

.is2-task14-admin-discord .is2-admin-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
}

.is2-task14-admin-discord input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #09090b;
  color: #fff;
  padding: 10px 12px;
}

.is2-task14-admin-discord label {
  display: block;
  margin-bottom: 6px;
  color: #a1a1aa;
  font-size: 12px;
  font-weight: 800;
}

.is2-task14-admin-note {
  color: #a1a1aa;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .is2-task14-hero-inner {
    grid-template-columns: 1fr;
  }

  .is2-task14-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .is2-task14-event-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .is2-task14-hero-inner,
  .is2-task14-features,
  .is2-task14-bottom,
  .is2-task14-cta,
  .is2-task14-event-wrap,
  .is2-task14-footer-inner {
    width: min(100% - 28px, 1500px);
  }

  .is2-task14-stats,
  .is2-task14-channel-list,
  .is2-task14-features,
  .is2-task14-bottom,
  .is2-task14-event-list {
    grid-template-columns: 1fr;
  }

  .is2-task14-cta,
  .is2-task14-footer-inner,
  .is2-task14-admin-discord .is2-admin-row {
    align-items: stretch;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
