.bypass-body {
  position: relative;
  min-height: 100vh;
  font-family: Inter, system-ui, sans-serif;
  background:
    radial-gradient(1100px 520px at 50% -8%, rgba(245, 158, 11, 0.16), transparent 58%),
    radial-gradient(900px 480px at 90% 18%, rgba(34, 197, 94, 0.08), transparent 52%),
    #070707;
  color: #f5f5f5;
}

.bypass-atmosphere {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.bypass-atmosphere__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 20%, black 10%, transparent 72%);
  opacity: 0.7;
}

.bypass-atmosphere__glow {
  position: absolute;
  top: 8%;
  left: 50%;
  width: min(720px, 90vw);
  height: 220px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(245, 158, 11, 0.18), transparent 70%);
  filter: blur(18px);
}

.bypass-atmosphere__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(46px);
  animation: bypass-orb-drift 16s ease-in-out infinite alternate;
}

.bypass-atmosphere__orb--a {
  width: 280px;
  height: 280px;
  top: 14%;
  left: 4%;
  background: rgba(245, 158, 11, 0.16);
}

.bypass-atmosphere__orb--b {
  width: 340px;
  height: 340px;
  right: 0;
  bottom: 16%;
  background: rgba(16, 185, 129, 0.1);
  animation-delay: -5s;
}

@keyframes bypass-orb-drift {
  from { transform: translate(0, 0) scale(1); }
  to { transform: translate(22px, -16px) scale(1.06); }
}

.bypass-main {
  position: relative;
  z-index: 1;
  max-width: 820px;
  margin: 0 auto;
  padding: 5rem 1.1rem 3rem;
}

.bypass-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bypass-hero {
  text-align: center;
  margin-bottom: 1.8rem;
  animation: bypass-rise 0.7s ease both;
}

.bypass-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.1rem;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.32);
  background: rgba(245, 158, 11, 0.1);
  color: #fbbf24;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.bypass-hero__live {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.5);
  animation: bypass-pulse 1.8s ease-out infinite;
}

@keyframes bypass-pulse {
  0% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.5); }
  70% { box-shadow: 0 0 0 10px rgba(245, 158, 11, 0); }
  100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); }
}

.bypass-hero__title {
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(2.35rem, 6vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.bypass-hero__line {
  display: block;
  color: #fafafa;
}

.bypass-hero__line--accent {
  background: linear-gradient(105deg, #fde68a 0%, #f59e0b 42%, #34d399 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 28px rgba(245, 158, 11, 0.28));
}

.bypass-hero__sub {
  max-width: 36rem;
  margin: 0 auto 1.15rem;
  color: #a3a3a3;
  font-size: 1.02rem;
  line-height: 1.6;
}

.bypass-hero__perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.15rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bypass-hero__perks li {
  position: relative;
  padding-left: 1.15rem;
  color: #d4d4d4;
  font-size: 0.88rem;
  font-weight: 500;
}

.bypass-hero__perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28rem;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background:
    linear-gradient(#111, #111) padding-box,
    linear-gradient(135deg, #f59e0b, #34d399) border-box;
  border: 1.5px solid transparent;
  box-shadow: inset 0 0 0 2px #111;
}

.bypass-hero__perks li::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.42rem;
  width: 0.28rem;
  height: 0.16rem;
  border-left: 1.6px solid #fbbf24;
  border-bottom: 1.6px solid #fbbf24;
  transform: rotate(-45deg);
}

.bypass-panel {
  position: relative;
  border: 1px solid rgba(245, 158, 11, 0.22);
  border-radius: 1.35rem;
  background:
    linear-gradient(165deg, rgba(24, 24, 24, 0.96), rgba(10, 10, 10, 0.94));
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 0 80px rgba(245, 158, 11, 0.08);
  padding: 1.25rem 1.2rem 1.2rem;
  margin-bottom: 1.5rem;
  animation: bypass-rise 0.75s ease 0.08s both;
  overflow: hidden;
}

.bypass-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.55), transparent);
  opacity: 0.7;
}

@keyframes bypass-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}

.bypass-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.bypass-panel__title {
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0.25rem;
}

.bypass-panel__desc {
  color: #8a8a8a;
  font-size: 0.86rem;
  line-height: 1.45;
}

.bypass-panel__mode {
  flex-shrink: 0;
  padding: 0.35rem 0.7rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #e5e5e5;
  font-size: 0.75rem;
  font-weight: 600;
}

.bypass-composer {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

@media (min-width: 700px) {
  .bypass-composer {
    flex-direction: row;
    align-items: stretch;
  }
}

.bypass-composer__field {
  position: relative;
  flex: 1;
  min-width: 0;
}

.bypass-composer__icon {
  position: absolute;
  left: 0.95rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.05rem;
  height: 1.05rem;
  color: #737373;
  pointer-events: none;
}

.bypass-composer__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.bypass-input {
  width: 100%;
  height: 3.25rem;
  padding: 0 1rem 0 2.7rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.35);
  color: #f5f5f5;
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.bypass-input::placeholder {
  color: #6b6b6b;
}

.bypass-input:focus {
  border-color: rgba(251, 191, 36, 0.55);
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.12);
}

.bypass-submit {
  flex-shrink: 0;
  height: 3.25rem;
  min-width: 8.2rem;
  padding: 0 1.25rem;
  border: none;
  border-radius: 0.95rem;
  background: linear-gradient(135deg, #fbbf24, #f59e0b 55%, #d97706);
  color: #111;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(245, 158, 11, 0.28);
  transition: transform 0.15s ease, filter 0.15s ease, opacity 0.15s ease;
}

.bypass-submit:hover:not(:disabled) {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.bypass-submit:disabled {
  opacity: 0.72;
  cursor: wait;
}

.bypass-submit__busy {
  display: none;
  align-items: center;
  gap: 0.45rem;
}

.bypass-submit.is-busy .bypass-submit__idle {
  display: none;
}

.bypass-submit.is-busy .bypass-submit__busy {
  display: inline-flex;
}

.bypass-spinner {
  width: 0.9rem;
  height: 0.9rem;
  border: 2px solid rgba(17, 17, 17, 0.25);
  border-top-color: #111;
  border-radius: 50%;
  animation: bypass-spin 0.7s linear infinite;
}

@keyframes bypass-spin {
  to { transform: rotate(360deg); }
}

.bypass-popular {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.7rem;
  margin-top: 1rem;
}

.bypass-popular__label {
  color: #737373;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bypass-popular__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.bypass-chip {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: #cfcfcf;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.bypass-chip:hover {
  border-color: rgba(251, 191, 36, 0.35);
  color: #fde68a;
  background: rgba(245, 158, 11, 0.08);
}

.bypass-chip--link {
  border-color: transparent;
  background: transparent;
  color: #fbbf24;
}

.bypass-chip--link:hover {
  background: transparent;
  color: #fde68a;
}

.bypass-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 2rem;
  animation: bypass-rise 0.8s ease 0.12s both;
}

.bypass-stat {
  text-align: center;
  padding: 1rem 0.6rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(12, 12, 12, 0.55);
}

.bypass-stat strong {
  display: block;
  font-family: Outfit, Inter, sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 0.2rem;
}

.bypass-stat span {
  color: #737373;
  font-size: 0.75rem;
}

.bypass-status {
  margin-top: 1rem;
  padding: 0.8rem 0.95rem;
  border-radius: 0.75rem;
  font-size: 0.88rem;
  line-height: 1.45;
}

.bypass-status.is-error {
  border: 1px solid rgba(248, 113, 113, 0.35);
  background: rgba(127, 29, 29, 0.25);
  color: #fecaca;
}

.bypass-status.is-info {
  border: 1px solid rgba(251, 191, 36, 0.28);
  background: rgba(120, 53, 15, 0.22);
  color: #fde68a;
}

.bypass-result {
  margin-top: 1.1rem;
  padding: 1rem;
  border-radius: 0.95rem;
  border: 1px solid rgba(251, 191, 36, 0.28);
  background: linear-gradient(160deg, rgba(69, 26, 3, 0.35), rgba(12, 12, 12, 0.8));
  animation: bypass-rise 0.45s ease both;
}

.bypass-result__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.bypass-result__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fef3c7;
}

.bypass-result__badge {
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  color: #fde68a;
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(251, 191, 36, 0.28);
}

.bypass-result__block {
  margin-bottom: 0.7rem;
}

.bypass-result__block--main {
  padding: 0.75rem 0.85rem;
  border-radius: 0.7rem;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.bypass-result__label {
  display: block;
  margin-bottom: 0.28rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #a8a29e;
}

.bypass-result__link {
  display: block;
  word-break: break-all;
  color: #d4d4d4;
  font-size: 0.86rem;
  line-height: 1.45;
  text-decoration: none;
}

.bypass-result__link:hover {
  color: #fff;
  text-decoration: underline;
}

.bypass-result__link--accent {
  color: #fcd34d;
  font-weight: 600;
}

.bypass-result__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.bypass-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4rem;
  padding: 0 0.95rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f5f5;
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.bypass-action-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}

.bypass-action-btn--primary {
  border-color: transparent;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #111;
}

.bypass-action-btn--primary:hover {
  filter: brightness(1.05);
  background: linear-gradient(135deg, #f59e0b, #d97706);
}

.bypass-result__meta {
  margin-top: 0.75rem;
  color: #a8a29e;
  font-size: 0.75rem;
}

.bypass-supported {
  animation: bypass-rise 0.8s ease 0.16s both;
  scroll-margin-top: 5rem;
}

.bypass-supported__head {
  margin-bottom: 0.9rem;
}

.bypass-supported__head h2 {
  font-family: Outfit, Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #f5f5f5;
  margin-bottom: 0.3rem;
}

.bypass-supported__head p {
  color: #737373;
  font-size: 0.86rem;
}

.bypass-supported__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.bypass-supported__loading {
  padding: 1.2rem;
  text-align: center;
  color: #737373;
  font-size: 0.9rem;
}

.bypass-group {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.9rem;
  background: rgba(12, 12, 12, 0.72);
  overflow: hidden;
}

.bypass-group__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border: none;
  background: transparent;
  color: #f5f5f5;
  cursor: pointer;
  text-align: left;
}

.bypass-group__toggle:hover {
  background: rgba(255, 255, 255, 0.03);
}

.bypass-group__name {
  font-size: 0.92rem;
  font-weight: 650;
}

.bypass-group__count {
  flex-shrink: 0;
  color: #a3a3a3;
  font-size: 0.75rem;
}

.bypass-group__body {
  display: none;
  padding: 0 1rem 0.95rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.bypass-group.is-open .bypass-group__body {
  display: block;
}

.bypass-item {
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.bypass-item:last-child {
  border-bottom: none;
  padding-bottom: 0.15rem;
}

.bypass-item__name {
  display: block;
  margin-bottom: 0.2rem;
  color: #e5e5e5;
  font-size: 0.86rem;
  font-weight: 600;
}

.bypass-item__domains {
  color: #737373;
  font-size: 0.75rem;
  word-break: break-all;
}

.bypass-footer {
  position: relative;
  z-index: 1;
  margin-top: 3.5rem;
  padding: 0 1.1rem 2.4rem;
}

.bypass-footer__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 1.35rem 1.2rem 1.2rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 42%),
    rgba(10, 10, 10, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-align: center;
}

.bypass-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.85rem;
}

.bypass-footer__mark {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.14), 0 0 18px rgba(245, 158, 11, 0.35);
}

.bypass-footer__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.12rem;
  text-align: left;
}

.bypass-footer__copy strong {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f5f5f5;
}

.bypass-footer__copy span {
  font-size: 0.72rem;
  color: #a8a29e;
  letter-spacing: 0.02em;
}

.bypass-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35rem 0.9rem;
  margin-bottom: 0.9rem;
}

.bypass-footer__links a {
  color: #a3a3a3;
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.15s ease;
}

.bypass-footer__links a:hover {
  color: #fcd34d;
}

.bypass-footer__legal {
  color: #525252;
  font-size: 0.72rem;
  line-height: 1.45;
}

@media (max-width: 560px) {
  .bypass-stats {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bypass-atmosphere__orb,
  .bypass-hero__live,
  .bypass-hero,
  .bypass-panel,
  .bypass-stats,
  .bypass-supported,
  .bypass-result,
  .bypass-spinner {
    animation: none !important;
  }
}
