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.2rem;
  font-weight: 800;
}

.taroweb2-energy__regen {
  color: var(--tarobot-text, #f3f4f8);
  font-size: 1.2rem;
  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 .taroweb2-head__title {
  max-width: 58rem;
  margin: 0 0 2px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.taroweb2-head .muted {
  max-width: 58rem;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

.taroweb2-head {
  margin-bottom: 8px;
}

.taroweb2-head--with-rating {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 8px;
  align-items: center;
}

.taroweb2-head--with-rating .taroweb2-head__title {
  grid-column: 1;
  min-width: 0;
  margin-bottom: 0;
}

.taroweb2-head--with-rating .muted {
  grid-column: 1 / -1;
}

.taroweb2-review-trigger {
  grid-column: 2;
  grid-row: 1;
  display: inline-grid;
  gap: 3px;
  justify-self: end;
  justify-items: end;
  min-height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(243, 244, 248, 0.66);
  font: inherit;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.taroweb2-review-trigger:hover,
.taroweb2-review-trigger:focus-visible {
  color: var(--tarobot-text, #f3f4f8);
}

.taroweb2-review-trigger:focus-visible {
  outline: 2px solid var(--tarobot-accent, #7cf3c4);
  outline-offset: 3px;
  border-radius: 4px;
}

.taroweb2-review-dialog__stars,
.taroweb2-review-dialog__head p span {
  color: #ffd66b;
  letter-spacing: 0.05em;
}

.taroweb2-review-trigger__label {
  color: rgba(243, 244, 248, 0.52);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.taroweb2-review-trigger__metric {
  display: inline-flex;
  gap: 5px;
  align-items: baseline;
}

.taroweb2-review-trigger__stars {
  color: #d7b65d;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.taroweb2-review-trigger strong {
  color: var(--tarobot-text, #f3f4f8);
  font-size: 1.45rem;
  font-variant-numeric: tabular-nums;
}

.taroweb2-review-trigger__total {
  color: rgba(243, 244, 248, 0.56);
  font-size: 0.9rem;
  font-style: normal;
}

.taroweb2-review-dialog:not([open]) {
  display: none;
}

.taroweb2-review-dialog[open] {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  align-items: end;
  justify-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 12px;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: var(--tarobot-text, #f3f4f8);
}

.taroweb2-review-dialog::backdrop {
  background: rgba(5, 7, 12, 0.7);
  backdrop-filter: blur(5px);
}

.taroweb2-review-dialog__sheet {
  display: grid;
  gap: 9px;
  width: min(62rem, 100%);
  max-height: min(48rem, calc(100dvh - 24px));
  padding: 10px 12px calc(13px + env(safe-area-inset-bottom));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(120, 242, 200, 0.08), rgba(255, 255, 255, 0.025) 45%),
    #171a23;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55);
}

.taroweb2-review-dialog__grab {
  width: 42px;
  height: 4px;
  margin: 0 auto 1px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.taroweb2-review-dialog__head {
  display: flex;
  gap: 12px;
  align-items: center;
}

.taroweb2-review-dialog__head > div {
  min-width: 0;
  flex: 1;
}

.taroweb2-review-dialog__head h2,
.taroweb2-review-dialog__head p {
  margin: 0;
}

.taroweb2-review-dialog__head h2 {
  font-size: 1.55rem;
  line-height: 1.25;
}

.taroweb2-review-dialog__head p {
  margin-top: 2px;
  color: rgba(243, 244, 248, 0.58);
  font-size: 1.08rem;
}

.taroweb2-review-dialog__close {
  display: grid;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--tarobot-text, #f3f4f8);
  font: inherit;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.taroweb2-review-dialog__close:hover,
.taroweb2-review-dialog__close:focus-visible {
  border-color: rgba(120, 242, 200, 0.42);
  outline: none;
  background: rgba(255, 255, 255, 0.07);
}

.taroweb2-review-dialog__list {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 1px 0 3px;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(120, 242, 200, 0.28) transparent;
  -webkit-overflow-scrolling: touch;
}

.taroweb2-review-dialog__card {
  flex: 0 0 min(30rem, 78vw);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 6px;
  min-height: 12.2rem;
  margin: 0;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  scroll-snap-align: start;
}

.taroweb2-review-dialog__stars {
  font-size: 1.05rem;
}

.taroweb2-review-dialog__card blockquote {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: rgba(243, 244, 248, 0.9);
  font-size: 1.22rem;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.taroweb2-review-dialog__card figcaption {
  color: rgba(243, 244, 248, 0.52);
  font-size: 1.05rem;
  line-height: 1.35;
}

.taroweb2-review-dialog__card a,
.taroweb2-review-dialog__card a:visited {
  color: rgba(184, 255, 228, 0.9);
  text-decoration-color: rgba(120, 242, 200, 0.34);
  text-underline-offset: 2px;
}

@media (max-width: 480px) {
  .taroweb2-review-dialog[open] {
    padding: 0;
  }

  .taroweb2-review-dialog__sheet {
    width: 100%;
    max-height: min(65dvh, 42rem);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 18px 18px 0 0;
  }

  .taroweb2-review-dialog__card {
    flex-basis: min(28rem, 84vw);
  }
}

@media (max-width: 350px) {
  .taroweb2-review-trigger__label {
    font-size: 0.75rem;
  }
}

.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 a,
.taroweb2-seo__description a:visited {
  color: var(--tarobot-accent, #7cf3c4);
  text-decoration-color: rgba(124, 243, 196, 0.46);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.taroweb2-seo__description a:hover,
.taroweb2-seo__description a:focus-visible {
  color: #b8ffe4;
  text-decoration-color: currentColor;
}

.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-legal-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: space-between;
  max-width: 86rem;
  margin: 34px auto 0;
  padding: 20px 0 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(243, 244, 248, 0.56);
  font-size: 1.2rem;
  line-height: 1.5;
}

.taroweb2-legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}

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

.taroweb2-legal-footer a:hover,
.taroweb2-legal-footer a:focus-visible {
  color: var(--tarobot-text, #f3f4f8);
}

.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-vokzal-examples {
  margin-top: 28px;
}

.taroweb2-vokzal-examples > h2,
.taroweb2-vokzal-page__header h1 {
  margin: 0 0 10px;
  color: var(--tarobot-text, #f3f4f8);
  line-height: 1.25;
  letter-spacing: 0;
}

.taroweb2-vokzal-examples > h2 {
  font-size: 1.9rem;
}

.taroweb2-vokzal-examples__intro,
.taroweb2-vokzal-page__header p {
  margin: 0 0 16px;
}

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

.taroweb2-vokzal-example-card {
  display: flex;
  min-width: 0;
  min-height: 18rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(120, 242, 200, 0.055), transparent 58%),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.taroweb2-vokzal-example-card__question {
  margin: 0 0 14px;
  color: var(--tarobot-text, #f3f4f8);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.taroweb2-vokzal-example-card__meta {
  margin: auto 0 12px;
  color: rgba(243, 244, 248, 0.58);
  font-size: 1.2rem;
  font-weight: 650;
  line-height: 1.4;
}

.taroweb2-vokzal-example-card__link,
.taroweb2-vokzal-example-card__link:visited,
.taroweb2-vokzal-examples__all a,
.taroweb2-vokzal-examples__all a:visited {
  color: var(--tarobot-accent, #7cf3c4);
  font-weight: 750;
  text-decoration-color: rgba(124, 243, 196, 0.46);
  text-underline-offset: 3px;
}

.taroweb2-vokzal-example-card__link:hover,
.taroweb2-vokzal-example-card__link:focus-visible,
.taroweb2-vokzal-examples__all a:hover,
.taroweb2-vokzal-examples__all a:focus-visible {
  color: #b8ffe4;
  text-decoration-color: currentColor;
}

.taroweb2-vokzal-examples__all {
  margin: 18px 0 0;
}

.taroweb2-vokzal-page__content {
  margin-top: 18px;
}

.taroweb2-vokzal-page__header {
  margin-bottom: 28px;
}

.taroweb2-vokzal-page__header h1 {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
}

.taroweb2-vokzal-cta,
.taroweb2-vokzal-cta:visited {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border: 1px solid rgba(120, 242, 200, 0.3);
  border-radius: 13px;
  background: rgba(120, 242, 200, 0.08);
  color: var(--tarobot-accent, #7cf3c4);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.taroweb2-vokzal-cta:hover,
.taroweb2-vokzal-cta:focus-visible {
  border-color: rgba(120, 242, 200, 0.56);
  background: rgba(120, 242, 200, 0.13);
  color: #b8ffe4;
}

.taroweb2-vokzal-pagination {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.taroweb2-vokzal-pagination__pages {
  grid-column: 2;
  display: flex;
  gap: 7px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.taroweb2-vokzal-pagination a,
.taroweb2-vokzal-pagination span {
  display: inline-flex;
  min-width: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  color: rgba(243, 244, 248, 0.78);
  font-size: 1.25rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
}

.taroweb2-vokzal-pagination a:hover,
.taroweb2-vokzal-pagination a:focus-visible {
  border-color: rgba(120, 242, 200, 0.42);
  color: #b8ffe4;
}

.taroweb2-vokzal-pagination span[aria-current="page"] {
  border-color: rgba(120, 242, 200, 0.42);
  background: rgba(120, 242, 200, 0.11);
  color: var(--tarobot-text, #f3f4f8);
}

.taroweb2-vokzal-pagination__direction[rel="prev"] {
  grid-column: 1;
  justify-self: start;
}

.taroweb2-vokzal-pagination__direction[rel="next"] {
  grid-column: 3;
  justify-self: end;
}

.taroweb2-vokzal-page__footer-cta {
  margin: 28px 0 0;
  text-align: center;
}

@media (max-width: 767px) {
  .taroweb2-vokzal-example-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .taroweb2-vokzal-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .taroweb2-vokzal-pagination__pages {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .taroweb2-vokzal-pagination__direction {
    grid-row: 2;
  }

  .taroweb2-vokzal-pagination__direction[rel="prev"] {
    grid-column: 1;
  }

  .taroweb2-vokzal-pagination__direction[rel="next"] {
    grid-column: 2;
  }
}

@media (max-width: 520px) {
  .taroweb2-vokzal-example-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .taroweb2-vokzal-example-card {
    min-height: 0;
  }

  .taroweb2-vokzal-example-card__meta {
    margin-top: 8px;
  }

  .taroweb2-vokzal-pagination__direction {
    font-size: 0;
  }

  .taroweb2-vokzal-pagination__direction:first-child::after {
    content: "← Назад";
    font-size: 1.2rem;
  }

  .taroweb2-vokzal-pagination__direction:last-child::after {
    content: "Вперёд →";
    font-size: 1.2rem;
  }
}

.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: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
  overflow-wrap: break-word;
  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-legal-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .taroweb2-legal-footer nav {
    flex-direction: column;
  }

  .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;
  }
}
