body.tarobot.taroweb2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.taroweb2-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.taroweb2 .tarobot-nav__item {
  text-decoration: none;
}

.taroweb2-energy {
  display: grid;
}

.taroweb2-energy__suffix {
  color: var(--tarobot-text, #f3f4f8);
  font-size: 1.02rem;
  font-weight: 800;
}

.taroweb2-energy__regen {
  color: var(--tarobot-text, #f3f4f8);
  font-size: 0.98rem;
  font-weight: 850;
}

.taroweb2-energy__share-static {
  cursor: default;
}

.taroweb2-energy__share-static:hover {
  transform: none;
  border-color: var(--tarobot-stroke);
  background: rgba(255, 255, 255, 0.04);
}

.taroweb2-panels [data-web2-panel]:not(.is-active) {
  display: none;
}

.taroweb2-empty {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.taroweb2-head .muted {
  max-width: 58rem;
}

.taroweb2-seo {
  max-width: 86rem;
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(243, 244, 248, 0.76);
  font-size: 1.45rem;
  line-height: 1.65;
}

.taroweb2-seo__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 18px;
  color: rgba(243, 244, 248, 0.58);
  font-size: 1.25rem;
}

.taroweb2-seo__breadcrumbs a {
  color: inherit;
  text-decoration-color: rgba(243, 244, 248, 0.28);
  text-underline-offset: 3px;
}

.taroweb2-seo__description > :first-child,
.taroweb2-seo__faq > :first-child {
  margin-top: 0;
}

.taroweb2-seo__description h1 {
  margin: 0 0 16px;
  color: var(--tarobot-text, #f3f4f8);
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.taroweb2-seo__description h2,
.taroweb2-seo__description h3,
.taroweb2-seo__faq h2,
.taroweb2-seo__faq h3 {
  color: var(--tarobot-text, #f3f4f8);
  line-height: 1.3;
  letter-spacing: 0;
}

.taroweb2-seo__description h2,
.taroweb2-seo__faq h2 {
  margin: 26px 0 10px;
  font-size: 1.9rem;
}

.taroweb2-seo__description p {
  margin: 0 0 14px;
}

.taroweb2-seo__faq {
  margin-top: 24px;
}

.taroweb2-seo .faq-pro {
  --accent: var(--tarobot-accent, #7cf3c4);
  --muted: rgba(243, 244, 248, 0.72);
  --bg-card: rgba(255, 255, 255, 0.04);
  --bg-rose: rgba(255, 255, 255, 0.06);
  margin: 0;
  padding: 20px 0 0;
  background: transparent;
  box-shadow: none;
  color: inherit;
}

.taroweb2-seo .faq-pro::before,
.taroweb2-seo .faq-pro::after {
  display: none;
}

.taroweb2-seo details {
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
}

.taroweb2-seo summary {
  position: relative;
  padding: 14px 44px 14px 16px;
  color: var(--tarobot-text, #f3f4f8);
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.taroweb2-seo summary::-webkit-details-marker {
  display: none;
}

.taroweb2-seo summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  color: var(--tarobot-accent, #7cf3c4);
  font-size: 2rem;
  font-weight: 500;
  transform: translateY(-50%);
}

.taroweb2-seo details[open] summary::after {
  content: "–";
}

.taroweb2-seo details > :not(summary) {
  margin-right: 16px;
  margin-left: 16px;
}

.taroweb2-seo details > :last-child {
  margin-bottom: 16px;
}

.taroweb2-seo .faq-pro .answer {
  color: rgba(243, 244, 248, 0.72);
}

.taroweb2-quick-questions {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(120, 242, 200, 0.18);
  background:
    linear-gradient(180deg, rgba(120, 242, 200, 0.07), rgba(120, 242, 200, 0.03)),
    rgba(255, 255, 255, 0.03);
}

.taroweb2-quick-questions__head {
  color: rgba(243, 244, 248, 0.72);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.taroweb2-quick-questions__list {
  display: grid;
  gap: 8px;
}

.taroweb2-quick-question {
  display: block;
  padding: 11px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: var(--tarobot-text, #f3f4f8);
  font-size: clamp(1.1rem, 3.16vw, 1.32rem);
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease;
}

.taroweb2-quick-question:hover,
.taroweb2-quick-question:focus-visible {
  outline: none;
  transform: translateY(-1px);
  border-color: rgba(120, 242, 200, 0.42);
  background: rgba(255, 255, 255, 0.07);
}

.taroweb2-auth-sheet__lead {
  margin: 0 0 16px;
}

.taroweb2-auth-sheet__status {
  margin: 0 0 16px;
}

.taroweb2-auth-sheet__question {
  display: grid;
  gap: 10px;
  margin: 0 0 12px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(120, 242, 200, 0.18);
  background:
    linear-gradient(180deg, rgba(120, 242, 200, 0.08), rgba(120, 242, 200, 0.04)),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.taroweb2-auth-sheet__question-label {
  color: rgba(243, 244, 248, 0.72);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.taroweb2-auth-sheet__spread {
  display: grid;
  gap: 4px;
}

.taroweb2-auth-sheet__spread-title {
  color: #f7f8fb;
  font-size: 1.65rem;
  line-height: 1.25;
  font-weight: 700;
}

.taroweb2-auth-sheet__mini-board {
  --card-w: clamp(28px, 9vw, 51px);
  --gap-r: clamp(5px, 1.7vw, 10px);
  display: grid;
  grid-template-columns: repeat(var(--cols, 1), var(--card-w));
  grid-auto-rows: calc(var(--card-w) * 1.54);
  gap: var(--gap-r);
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: -2px auto 2px;
  overflow-x: auto;
  padding: 2px;
}

.taroweb2-auth-sheet__mini-card {
  display: block;
  width: var(--card-w);
  aspect-ratio: 65 / 100;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.24);
}

.taroweb2-auth-sheet__mini-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.taroweb2-auth-sheet__question-text {
  margin: 0;
  color: #f7f8fb;
  font-size: 1.65rem;
  line-height: 1.45;
  font-weight: 600;
  display: -webkit-box;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.taroweb2-auth-sheet__question-note {
  margin: 0 0 18px;
  color: rgba(243, 244, 248, 0.74);
  font-size: 1.4rem;
  line-height: 1.5;
}

.taroweb2-auth-sheet .tarobot-sheet__backdrop {
  background: rgba(7, 10, 18, 0.78);
  backdrop-filter: blur(16px) saturate(1.08);
}

.taroweb2-auth-sheet .tarobot-sheet__panel {
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(16, 19, 29, 0.97), rgba(20, 24, 36, 0.94));
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.62);
}

.taroweb2-auth-sheet .tarobot-sheet__title {
  color: #f3f4f8;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.25;
}

.taroweb2-auth-sheet__buttons {
  display: grid;
  gap: 12px;
}

.taroweb2-auth-button {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.taroweb2-auth-button:hover,
.taroweb2-auth-button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(120, 242, 200, 0.42);
  background: rgba(255, 255, 255, 0.07);
}

.taroweb2-auth-button__icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.09);
  color: #f3f4f8;
}

.taroweb2-auth-button__icon svg {
  width: 22px;
  height: 22px;
}

.taroweb2-auth-button__icon--yandex {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ff4338;
}

.taroweb2-auth-button__copy {
  display: grid;
  gap: 2px;
}

.taroweb2-auth-button__copy strong {
  font-size: 1.7rem;
  line-height: 1.2;
}

.taroweb2-auth-button__copy span {
  color: rgba(243, 244, 248, 0.7);
  font-size: 1.3rem;
  line-height: 1.35;
}

.taroweb2-auth-button--telegram {
  border-color: rgba(91, 178, 255, 0.24);
}

.taroweb2-auth-button--google {
  border-color: rgba(255, 255, 255, 0.14);
}

.taroweb2-auth-button--yandex {
  border-color: rgba(255, 67, 56, 0.2);
}

.taroweb2-launch {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.taroweb2-launch__card {
  width: min(100%, 42rem);
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 28px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(16, 19, 29, 0.94), rgba(20, 24, 36, 0.92)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.42);
  text-align: center;
}

.taroweb2-launch__card h1 {
  margin: 0;
  font-size: 2.2rem;
  line-height: 1.2;
}

.taroweb2-launch__card p {
  margin: 0;
  color: rgba(243, 244, 248, 0.74);
  font-size: 1.5rem;
  line-height: 1.5;
}

.taroweb2-launch__spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid rgba(120, 242, 200, 0.18);
  border-top-color: #78f2c8;
  animation: taroweb2-launch-spin 0.9s linear infinite;
}

@keyframes taroweb2-launch-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .taroweb2-auth-sheet__question {
    padding: 14px 15px;
    border-radius: 16px;
  }

  .taroweb2-auth-sheet__question-text {
    font-size: 1.55rem;
  }

  .taroweb2-auth-button {
    grid-template-columns: 44px 1fr;
    padding: 13px 14px;
    border-radius: 16px;
  }

  .taroweb2-auth-button__icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .taroweb2-launch__card {
    padding: 24px 18px;
    border-radius: 20px;
  }
}
