@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.ytv-account-viewer-2026,
.ytv-account-viewer-2026 * {
  box-sizing: border-box;
}

.ytv-account-viewer-2026 {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2428;
  font-family: Arial, Helvetica, sans-serif;
}

.ytv-account-viewer-2026-section {
  width: 100% !important;
  overflow: hidden;
}

.ytv-account-viewer-2026-section-white {
  background: #ffffff;
}

.ytv-account-viewer-2026-section-tint {
  background: linear-gradient(180deg, #fff5f3 0%, #f9fbfb 100%);
}

.ytv-account-viewer-2026-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  min-width: 0;
}

.ytv-account-viewer-2026 h2,
.ytv-account-viewer-2026 h3,
.ytv-account-viewer-2026 p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.ytv-account-viewer-2026 h2 {
  color: #15191c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
}

.ytv-account-viewer-2026-intro {
  color: #5f686f;
  line-height: 1.7;
  max-width: 760px;
  margin-top: 0;
  margin-bottom: 0;
}

.ytv-account-viewer-2026-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.ytv-account-viewer-2026-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  border: 1px solid #f0d8d5;
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(194, 34, 34, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 360ms ease;
}

.ytv-account-viewer-2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 0, 0, 0.09), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ytv-account-viewer-2026-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(255, 0, 0, 0.28);
  box-shadow: 0 22px 54px rgba(194, 34, 34, 0.16);
}

.ytv-account-viewer-2026-card:hover::before {
  opacity: 1;
}

.ytv-account-viewer-2026-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff0000 0%, #c9142e 48%, #111827 100%);
  box-shadow: 0 12px 28px rgba(255, 0, 0, 0.22);
  text-align: center !important;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ytv-account-viewer-2026-card:hover .ytv-account-viewer-2026-icon {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(255, 0, 0, 0.28);
}

.ytv-account-viewer-2026-i {
  display: block;
  line-height: 1;
  text-align: center !important;
}

.ytv-account-viewer-2026 h3 {
  position: relative;
  color: #202427;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.ytv-account-viewer-2026-card p {
  position: relative;
  color: #626b72;
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 0;
}

.ytv-account-viewer-2026.ytv-js-ready .ytv-account-viewer-2026-card {
  opacity: 0;
  transform: translateY(18px);
}

.ytv-account-viewer-2026.ytv-js-ready .ytv-account-viewer-2026-card.ytv-revealed {
  opacity: 1;
  transform: translateY(0);
}

.ytv-account-viewer-2026.ytv-js-ready .ytv-account-viewer-2026-card.ytv-revealed:hover {
  transform: translateY(-7px) scale(1.01);
}

@media (min-width: 1024px) {
  .ytv-account-viewer-2026-section {
    padding: 88px 0;
  }

  .ytv-account-viewer-2026-container {
    padding: 0 24px;
  }

  .ytv-account-viewer-2026 h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .ytv-account-viewer-2026-intro {
    font-size: 17px;
  }

  .ytv-account-viewer-2026-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
  }

  .ytv-account-viewer-2026-card {
    min-height: 296px;
    padding: 34px 28px 30px;
  }

  .ytv-account-viewer-2026-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    margin-bottom: 24px;
    font-size: 29px;
  }

  .ytv-account-viewer-2026 h3 {
    font-size: 21px;
  }

  .ytv-account-viewer-2026-card p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ytv-account-viewer-2026-section {
    padding: 70px 0;
  }

  .ytv-account-viewer-2026-container {
    padding: 0 22px;
  }

  .ytv-account-viewer-2026 h2 {
    font-size: 34px;
  }

  .ytv-account-viewer-2026-intro {
    font-size: 16px;
  }

  .ytv-account-viewer-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
  }

  .ytv-account-viewer-2026-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 16px;
  }

  .ytv-account-viewer-2026-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .ytv-account-viewer-2026 h3 {
    font-size: 19px;
  }

  .ytv-account-viewer-2026-card p {
    font-size: 14px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ytv-account-viewer-2026-section {
    padding: 52px 0;
  }

  .ytv-account-viewer-2026-container {
    padding: 0 16px;
  }

  .ytv-account-viewer-2026 h2 {
    font-size: 28px;
  }

  .ytv-account-viewer-2026-intro {
    font-size: 14px;
    line-height: 1.58;
  }

  .ytv-account-viewer-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
  }

  .ytv-account-viewer-2026-card {
    min-height: 226px;
    padding: 22px 14px 20px;
    border-radius: 14px;
  }

  .ytv-account-viewer-2026-icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    margin-bottom: 15px;
    font-size: 21px;
  }

  .ytv-account-viewer-2026 h3 {
    font-size: 16px;
  }

  .ytv-account-viewer-2026-card p {
    font-size: 12.5px;
    line-height: 1.52;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ytv-account-viewer-2026-section {
    padding: 46px 0;
  }

  .ytv-account-viewer-2026-container {
    padding: 0 12px;
  }

  .ytv-account-viewer-2026 h2 {
    font-size: 25px;
  }

  .ytv-account-viewer-2026-intro {
    font-size: 13px;
    line-height: 1.52;
  }

  .ytv-account-viewer-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
  }

  .ytv-account-viewer-2026-card {
    min-height: 220px;
    padding: 20px 11px 18px;
    border-radius: 13px;
  }

  .ytv-account-viewer-2026-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin-bottom: 13px;
    font-size: 19px;
  }

  .ytv-account-viewer-2026 h3 {
    font-size: 15px;
  }

  .ytv-account-viewer-2026-card p {
    font-size: 12px;
    line-height: 1.48;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ytv-account-viewer-2026-section {
    padding: 40px 0;
  }

  .ytv-account-viewer-2026-container {
    padding: 0 10px;
  }

  .ytv-account-viewer-2026 h2 {
    font-size: 23px;
  }

  .ytv-account-viewer-2026-intro {
    font-size: 12.5px;
    line-height: 1.48;
  }

  .ytv-account-viewer-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }

  .ytv-account-viewer-2026-card {
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 12px;
  }

  .ytv-account-viewer-2026-icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .ytv-account-viewer-2026 h3 {
    font-size: 14px;
  }

  .ytv-account-viewer-2026-card p {
    font-size: 11.5px;
    line-height: 1.44;
  }
}