@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 950;
  font-style: normal;
  font-display: swap;
}
:root {
  --bg: #F6F7FB;
  --card: #ffffff;
  --text: #141824;
  --muted: #7E8696;
  --shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  --shadow2: 0 10px 30px rgba(16, 24, 40, 0.06);
  --radius: 28px;
  --accent: #12B5B0;
  --page-transition-duration: 0.32s;
  --page-transition-ease: cubic-bezier(0.32, 0.72, 0, 1);
}

html,
body {
  overflow: hidden;
}

#page-content {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
}
#page-content.is-transitioning {
  overflow: hidden;
}

.inner.no-momentum {
  -webkit-overflow-scrolling: auto;
}

.inner.lock-scroll {
  overflow-y: hidden !important;
}

.page-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100vh;
  background: var(--bg);
  transition: transform var(--page-transition-duration) var(--page-transition-ease);
  backface-visibility: hidden;
  z-index: 1;
  overflow-x: hidden;
}
.page-view.transition-in {
  z-index: 2;
}
.page-view.enter-from-right {
  transform: translateX(100%);
}
.page-view.enter-from-right.animate-in {
  transform: translateX(0);
}
.page-view.exit-to-left {
  transform: translateX(0);
}
.page-view.exit-to-left.animate-out {
  transform: translateX(-38%);
}
.page-view.exit-to-right {
  transform: translateX(0);
}
.page-view.exit-to-right.animate-out {
  transform: translateX(100%);
}
.page-view.enter-from-left {
  transform: translateX(-38%);
}
.page-view.enter-from-left.animate-in {
  transform: translateX(0);
}

.phone {
  max-width: 420px;
  min-height: 90vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.phone .bottom-wrap {
  bottom: 16px;
}
.phone .bottom {
  height: 64px;
  padding: 0 18px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Arial, "Noto Sans", sans-serif;
  background: var(--bg);
  color: var(--text);
}

.screen {
  max-width: 420px;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background: url("../img/bg.png") no-repeat bottom center, radial-gradient(900px 350px at 25% -10%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0) 60%), linear-gradient(#F6F7FB 0%, #F6F7FB 35%, #F1F3F7 100%);
  background-size: contain, auto, auto;
}

.emboss {
  position: absolute;
  left: -20%;
  right: -20%;
  bottom: -12%;
  height: 52%;
  background: radial-gradient(closest-side at 50% 35%, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0) 68%), linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  border-radius: 40px;
  filter: blur(0.2px);
  opacity: 0.55;
  pointer-events: none;
}
.emboss::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(140px 90px at 20% 75%, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0) 70%), radial-gradient(160px 100px at 55% 75%, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0) 70%), radial-gradient(160px 100px at 85% 75%, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0) 70%), linear-gradient(0deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0));
  border-radius: 40px;
  mix-blend-mode: multiply;
  opacity: 0.6;
}

.top {
  padding: 40px 20px 18px;
  position: relative;
  padding-bottom: 60px;
  z-index: 4;
}

.title {
  font-weight: 600;
  letter-spacing: 0.4px;
  font-size: 16px;
  line-height: 1.05;
  text-transform: uppercase;
  color: #2A3242;
  margin: 0;
}

.subtitle {
  margin: 5px 0 0;
  font-size: 14px;
  color: #2A3242;
  opacity: 0.9;
}

.lang-dropdown {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 100;
  width: 44px;
}

.burger-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: #EEF0F6;
  cursor: pointer;
  transition: background 0.2s ease;
  padding: 0;
}
.burger-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.burger-line {
  display: block;
  width: 18px;
  height: 2px;
  background: #2A3242;
  border-radius: 1px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease;
}

.lang-dropdown.is-open .burger-line--1 {
  transform: translateY(6px) rotate(45deg);
}

.lang-dropdown.is-open .burger-line--2 {
  opacity: 0;
  transform: scaleX(0);
}

.lang-dropdown.is-open .burger-line--3 {
  transform: translateY(-6px) rotate(-45deg);
}

.lang-menu {
  position: absolute;
  top: 52px;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 44px;
  border-radius: 999px;
  background: #EEF0F6;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 101;
  overflow: hidden;
}
.lang-menu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  color: #2A3242;
  font-weight: 600;
  font-size: 12px;
  transition: background 0.15s ease;
}
.lang-option:hover {
  background: rgba(0, 0, 0, 0.05);
}
.lang-option.active {
  color: var(--accent);
}

.lang-info-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  border: none;
  background: transparent;
  color: #2A3242;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.15s ease;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.lang-info-btn img {
  width: 20px;
  height: 20px;
  opacity: 0.85;
  filter: grayscale(1);
  opacity: 0.5;
}
.lang-info-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.list {
  padding: 0px 16px 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.item {
  box-shadow: 0 12px 28px 0 rgba(9, 22, 47, 0.02);
  background: #fff;
  border-radius: 30px;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.item:active {
  transform: scale(0.98);
}

.thumb {
  width: 82px;
  height: 82px;
  border-radius: 999px;
  overflow: hidden;
  flex: 0 0 auto;
  background: #F3F4F7;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.08);
  position: relative;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}
.thumb.anthem {
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 30% 20%, #fff, #F2F4F8 70%);
}
.thumb.anthem svg {
  width: 38px;
  height: 38px;
  color: #12B5B0;
}

.itext {
  flex: 1;
  font-size: 15px;
  line-height: 20px;
  color: #2A3242;
  font-weight: 400;
}

.chev {
  width: 26px;
  height: 26px;
  color: #2A3242;
  opacity: 1;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  height: 320px;
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
  overflow: hidden;
  background: #cfe9f0;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.36));
  z-index: 1;
  pointer-events: none;
}

.back {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 36px;
  height: 36px;
  border: none;
  z-index: 3;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}
.back svg {
  width: 18px;
  height: 18px;
}

.hero-title {
  position: absolute;
  left: 16px;
  bottom: 18px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.05;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.dots {
  position: absolute;
  display: none !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  display: flex;
  gap: 6px;
  opacity: 0.95;
  z-index: 2;
}

.dot {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.5);
}
.dot.active {
  background: rgba(255, 255, 255, 0.95);
  width: 8px;
}

.content {
  padding: 18px 16px 20px;
  flex: 1;
}

#anthemAudio2 {
  display: none;
}

.anthem-player {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 999px;
  padding: 16px;
  margin-bottom: 18px;
  box-shadow: 0 12px 28px 0 rgba(9, 22, 47, 0.02);
  min-height: 56px;
}
.anthem-player__wave {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
}
.anthem-player__wave img {
  width: 100%;
  margin: 0 !important;
}
.anthem-player__title {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.anthem-player__play {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  background: transparent;
  color: var(--accent);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  justify-content: center;
  align-items: center;
  display: flex;
}
.anthem-player__play svg {
  height: 15px;
  width: 15px;
}
.anthem-player__play:active {
  transform: scale(0.97);
}
.anthem-player__play.playing {
  color: #fff;
}
.anthem-player__play.playing .anthem-player__icon-play {
  display: none;
}
.anthem-player__play.playing .anthem-player__icon-pause {
  display: block;
}
.anthem-player .anthem-player__icon-pause {
  display: none;
}

.card {
  background: var(--card);
  border-radius: var(--radius);
  padding: 10px 0;
  box-shadow: 0 12px 28px 0 rgba(9, 22, 47, 0.02);
}

.row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 16px;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  color: inherit;
}
.row:active {
  background: rgba(0, 0, 0, 0.03);
}

.icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #C2C6CF;
  background: #F7F8FB;
  flex: 0 0 auto;
}
.icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.row-title {
  font-size: 15px;
  font-weight: 400;
  flex: 1;
}

.row .chev {
  color: #000000;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.divider {
  height: 1px;
  background: #EEF0F5;
  margin: 0 16px;
}

body.hide-bottom .bottom-wrap {
  display: none;
}

.bottom-wrap {
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 5;
  pointer-events: none;
  margin-bottom: 100px;
}
.bottom-wrap button {
  border: none;
  background: none;
  filter: grayscale(1) !important;
  opacity: 0.5;
}

.bottom {
  pointer-events: auto;
  height: 72px;
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0 4px;
}

.tab {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 10px 14px;
  border-radius: 999px;
  cursor: pointer;
  width: 85px;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  filter: grayscale(100%);
}
.tab .ticon {
  width: 22px;
  height: 22px;
}
.tab img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.tab svg {
  width: 22px;
  height: 22px;
  color: #B0B4BE;
}
.tab span {
  font-weight: 400;
  font-size: 11px;
  color: #B0B4BE;
}
.tab.active {
  filter: grayscale(0%);
}
.tab.active span {
  color: var(--accent);
}
.tab.active svg {
  color: var(--accent);
}

body.body-kk .title {
  font-size: 15px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

.preloader-content {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 90%;
}

.preloader-text {
  text-align: left;
}

.preloader-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #2E3A4F;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.preloader-subtitle {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #2A3242;
  opacity: 0.8;
}

.preloader-loading {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 400;
  color: #7E8696;
}
.preloader-loading .dot {
  opacity: 0;
  animation: dotFade 1.4s infinite;
}
.preloader-loading .dot:nth-child(1) {
  animation-delay: 0s;
}
.preloader-loading .dot:nth-child(2) {
  animation-delay: 0.2s;
}
.preloader-loading .dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dotFade {
  0%, 20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60%, 100% {
    opacity: 0;
  }
}
.sun-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Лучи изначально скрыты */
.sun-ray {
  opacity: 0;
  transform-origin: 200px 200px;
  /* Плавное изменение прозрачности без рывков */
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Состояние активации появления */
.active .sun-ray {
  opacity: 1;
}

.bird {
  width: 100px;
  margin-top: -40px;
}

.sun-center {
  opacity: 1;
  z-index: 2;
}

.category-title {
  font-size: 18px;
  font-weight: 600;
  color: #2A3242;
  margin: 24px 0 12px;
  padding: 0 16px;
}
.category-title:first-of-type {
  margin-top: 0;
}

.detail-accordion {
  margin-bottom: 8px;
}

.detail-content {
  padding: 18px 16px 110px;
  color: rgba(30, 28, 31, 0.5019607843);
  font-size: 15px;
  position: relative;
}
.detail-content img {
  width: 100%;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.detail-content .back-to-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 50;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.92);
  color: #000000;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, background 0.2s ease;
}
.detail-content .back-to-top svg {
  width: 24px;
  height: 24px;
}
.detail-content .back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.img-loading {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.img-loading > img {
  opacity: 0;
  transition: opacity 0.35s ease;
}
.img-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #e8eaef 0%, #e8eaef 40%, #f2f4f8 50%, #e8eaef 60%, #e8eaef 100%);
  background-size: 200% 100%;
  animation: img-shimmer 1.2s ease-in-out infinite;
  z-index: 0;
}
.img-loading.loaded::after {
  display: none;
}
.img-loading.loaded > img {
  opacity: 1;
  position: relative;
  z-index: 1;
}

@keyframes img-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.thumb .img-loading,
.hero .img-loading {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 30px;
}

.detail-content .img-loading,
.author-card .img-loading {
  display: block;
  width: 100%;
}

.author-card .img-loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}

.date-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  margin: 16px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.date-block .date-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
  color: #7E8696;
  padding-right: 20px;
}
.date-block .date-value {
  text-align: center;
  color: var(--accent);
  font-weight: 500;
}
.date-block .date-value .date-day {
  font-size: 20px;
  line-height: 1;
}
.date-block .date-value .date-month {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}
.date-block .date-value .date-year {
  font-size: 22px;
  line-height: 1.2;
}

.inner-page .category-title {
  padding-top: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.inner-page strong {
  font-weight: 600;
}

.accordion-header {
  color: var(--text);
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.author-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 20px;
  padding: 16px;
  margin: 16px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}
.author-card .author-photo {
  width: 60px;
  height: 60px;
  border-radius: 0;
  object-fit: cover;
  flex-shrink: 0;
  margin: 0 !important;
}
.author-card .author-info {
  flex: 1;
}
.author-card .author-info .author-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 4px;
}
.author-card .author-info .author-role {
  font-size: 13px;
  color: #7E8696;
  font-style: italic;
  line-height: 1.3;
}

.content-section {
  margin-bottom: 24px;
}

.anthem-lyrics {
  background: #F7F8FB;
  border-radius: 12px;
  padding: 16px 20px;
  font-size: 15px;
}
.anthem-lyrics p {
  margin-bottom: 4px;
}
.anthem-lyrics p:empty {
  height: 12px;
}

.anthem-audio {
  background: #F7F8FB;
  border-radius: 12px;
  padding: 12px 16px;
}
.anthem-audio audio {
  width: 100%;
  height: 40px;
}

.authors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
.authors-grid .author-item {
  text-align: center;
}
.authors-grid .author-item img {
  width: 100%;
  border-radius: 8px;
}
.authors-grid .author-item small {
  color: #7E8696;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
h6.text-center {
  text-align: center;
}
h6.mt-3 {
  margin-top: 16px;
}
h6.mt-4 {
  margin-top: 24px;
}
h6.mb-1 {
  margin-bottom: 4px;
}
h6.mb-3 {
  margin-bottom: 12px;
}

.media-content {
  padding-top: 6px;
}

.media-accordion {
  padding: 0px 16px 60px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.media-accordion-item {
  margin-bottom: 0;
}

.media-accordion-toggle {
  box-shadow: 0 12px 28px 0 rgba(9, 22, 47, 0.02);
  background: #fff;
  border-radius: 30px;
  padding: 16px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  padding-left: 57px;
}
.media-accordion-toggle:active {
  transform: scale(0.98);
}
.media-accordion-toggle .itext {
  flex: 1;
  font-size: 15px;
  line-height: 20px;
  color: #2A3242;
  font-weight: 400;
}
.media-accordion-toggle .chev {
  width: 26px;
  height: 26px;
  color: #2A3242;
  opacity: 1;
  flex: 0 0 auto;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
  transform: rotate(-90deg);
}

.media-accordion-item.is-open .media-accordion-toggle .chev {
  transform: rotate(90deg);
}

.media-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.media-accordion-item.is-open .media-accordion-content {
  max-height: 10000px;
}

.media-accordion-content .media-content {
  padding: 16px 0 8px;
}

.media-accordion-content .media-grid {
  margin-bottom: 18px;
}

.media-accordion-content .video-grid {
  margin-bottom: 18px;
}

.media-section-title {
  font-size: 15px;
  font-weight: 600;
  color: #2A3242;
  margin: 40px 0 20px;
  text-align: left;
}

.media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.media-card {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.media-card:active {
  transform: scale(0.99);
}

.media-img {
  display: block;
  width: 100%;
  height: 140px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 28px 0 rgba(9, 22, 47, 0.02);
}
.media-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
.media-img .img-loading {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}
.media-img .img-loading > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.media-sheet-open #page-content {
  overflow: hidden;
}

body.media-sheet-open .bottom-wrap {
  display: none;
}

.media-sheet {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}
.media-sheet.is-open {
  display: block;
}

.media-sheet__backdrop {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.media-sheet.is-open .media-sheet__backdrop {
  opacity: 1;
}

.media-sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  box-shadow: 0 -24px 60px rgba(0, 0, 0, 0.18);
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
  padding: 0 16px 40px;
  max-height: 86vh;
  overflow: auto;
}

.media-sheet.is-open .media-sheet__panel {
  transform: translateY(0);
}

.media-sheet__header {
  position: relative;
  flex-shrink: 0;
  padding-top: 10px;
}

.media-sheet__grab {
  width: 44px;
  height: 5px;
  border-radius: 99px;
  background: #E6E8EF;
  margin: 6px auto 12px;
}

.media-sheet__close {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(-25%);
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: #2A3242;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background 0.2s ease;
}
.media-sheet__close:hover, .media-sheet__close:active {
  background: rgba(0, 0, 0, 0.06);
}
.media-sheet__close svg {
  width: 22px;
  height: 22px;
}

.media-sheet__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 40px;
}

.media-sheet__img {
  width: 100%;
  max-height: 56vh;
  object-fit: contain;
  border-radius: 20px;
  background: #F7F8FB;
}

.media-sheet__caption {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  color: #2A3242;
  padding: 0 2px 4px;
}

.media-section-title.first {
  margin-top: 10px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.video-card {
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 28px 0 rgba(9, 22, 47, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.video-card:active {
  transform: scale(0.99);
}

.video-card__wrapper {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.video-card__thumb {
  position: relative;
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center;
  background-color: #F7F8FB;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.video-card__thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease;
}
.video-card__thumb:hover::before, .video-card__thumb:active::before {
  background: rgba(0, 0, 0, 0.3);
}

.video-card__play {
  position: relative;
  z-index: 1;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.video-card__play:active {
  transform: scale(0.95);
}
.video-card__play svg {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.video-card__body {
  padding: 12px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

.video-card__title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #2A3242;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.video-modal-open #page-content {
  overflow: hidden;
}

body.video-modal-open .bottom-wrap {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}
.video-modal.is-open {
  display: block;
}

.video-modal__backdrop {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.video-modal.is-open .video-modal__backdrop {
  opacity: 1;
}

.video-modal__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  background: #000;
}

.video-modal__header {
  position: relative;
  flex-shrink: 0;
  padding: 16px;
  z-index: 1;
}

.video-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 0;
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background 0.2s ease, transform 0.2s ease;
}
.video-modal__close:hover, .video-modal__close:active {
  background: rgba(255, 255, 255, 0.25);
  transform: scale(0.95);
}
.video-modal__close svg {
  width: 24px;
  height: 24px;
}

.video-modal__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 16px 16px;
  overflow: auto;
}

.media-sources-disclaimer {
  font-size: 11px;
  color: #6b7280;
  text-align: center;
  margin: 24px 16px 16px;
  padding: 0;
  position: absolute;
  bottom: 20px;
  transform: translate(50%, -50%);
  right: 50%;
  width: 100%;
}

.video-modal__player {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}
.video-modal__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

body.apps-sheet-open #page-content {
  overflow: hidden;
}

body.apps-sheet-open .bottom-wrap {
  display: none;
}

.apps-sheet {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
}
.apps-sheet.is-open {
  display: block;
}

.apps-sheet__backdrop {
  position: absolute;
  inset: 0;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.apps-sheet.is-open .apps-sheet__backdrop {
  opacity: 1;
}

.apps-sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  box-shadow: 0 -24px 60px rgba(0, 0, 0, 0.18);
  transform: translateY(100%);
  transition: transform 0.32s cubic-bezier(0.32, 0.72, 0, 1);
  padding: 0 16px 40px;
  max-height: 86vh;
  overflow: auto;
}

.apps-sheet.is-open .apps-sheet__panel {
  transform: translateY(0);
}

.apps-sheet__header {
  position: relative;
  flex-shrink: 0;
  padding-top: 10px;
}

.apps-sheet__grab {
  width: 44px;
  height: 5px;
  border-radius: 99px;
  background: #E6E8EF;
  margin: 6px auto 12px;
}

.apps-sheet__close {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(-25%);
  width: 40px;
  height: 40px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: #2A3242;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background 0.2s ease;
}
.apps-sheet__close:hover, .apps-sheet__close:active {
  background: rgba(0, 0, 0, 0.06);
}
.apps-sheet__close svg {
  width: 22px;
  height: 22px;
}

.apps-sheet__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 40px;
}

.apps-buttons {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
}

.app-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  width: 50%;
  background: #fff;
  border: 2px solid #E6E8EF;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}
.app-button:hover, .app-button:active {
  background: #F7F8FB;
  border-color: #00AFCA;
  transform: scale(0.98);
}
.app-button__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  object-fit: contain;
}
.app-button__text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.app-button__label {
  font-size: 14px;
  font-weight: 600;
  color: #2A3242;
  line-height: 1.4;
}
.app-button__sublabel {
  font-size: 10px;
  font-weight: 400;
  color: #6b7280;
  line-height: 1.3;
  margin-top: 4px;
}

@media (max-width: 360px) {
  .video-card__title {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */
