.store-product-card b {
  align-self: start;
  padding: 4px 8px;
  border-radius: 999px;
  background: #3b2d8f;
  color: #d8d3ff;
  font-size: 11px;
  text-transform: lowercase;
}

.store-product-price {
  grid-column: 3;
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.store-purchase-btn {
  width: 100%;
  min-height: 58px;
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
}

body.is-music-filter-route .poems-filter {
  width: 100%;
  max-width: none;
  min-height: 100svh;
  margin: 0;
  padding: 92px 16px calc(98px + env(safe-area-inset-bottom)) !important;
  background: #0f0f0f;
}

body.is-music-filter-route .poems-filter .page-back-row {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 51;
  display: flex;
  width: 74px;
  height: 72px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

body.is-music-filter-route .poems-filter .page-home-link {
  display: none !important;
}

body.is-music-filter-route .poems-filter .page-back-button {
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: #f3f4f6;
  background: #101015;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

body.is-music-filter-route .poems-filter .page-back-button span:last-child {
  display: none;
}

body.is-music-filter-route .poems-filter .pfilter-h1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  height: 72px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 74px;
  border-bottom: 1px solid var(--line);
  color: #f8fafc;
  background: #0f0f0f;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.16;
  text-align: center;
}

body.is-music-filter-route .poems-filter .pfilter-section {
  margin: 0 0 28px;
}

body.is-music-filter-route .poems-filter .pfilter-search-section {
  display: none;
}

body.is-music-filter-route .poems-filter .pfilter-section h2 {
  margin: 0 0 12px;
  color: #d1d5db;
  font-size: 17px;
  font-weight: 760;
  line-height: 1.18;
}

body.is-music-filter-route .poems-filter .pfilter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.is-music-filter-route .poems-filter .pfilter-chip {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #343448;
  border-radius: 14px;
  color: #a7adba;
  background: #1a1a24;
  font-size: 15px;
  font-weight: 760;
}

body.is-music-filter-route .poems-filter .pfilter-chip.active {
  border-color: #6366f1;
  color: #fff;
  background: #6366f1;
}

body.is-music-filter-route .poems-filter .pfilter-chip.skeleton {
  width: 104px;
  border: 0;
  background: rgba(255, 255, 255, 0.08);
}

body.is-music-filter-route .poems-filter .pfilter-foot {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 52;
  margin: 0;
  padding: 14px 16px calc(14px + env(safe-area-inset-bottom));
  border-top: 1px solid var(--line);
  background: #0f0f0f;
}

body.is-music-filter-route .poems-filter .pfilter-apply {
  width: 100%;
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: #6366f1;
  font-size: 16px;
  font-weight: 760;
}

.bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 8px;
  z-index: 42;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 2px;
  width: calc(100% - 14px);
  min-height: 88px;
  padding: 8px 6px 10px;
  border: 1px solid rgba(148, 120, 255, 0.32);
  border-top-color: rgba(255, 138, 61, 0.45);
  border-radius: 20px;
  background: rgba(13, 13, 19, 0.98);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.44);
  transform: translateX(-50%);
}

.bottom-nav a,
.bottom-nav button {
  display: grid;
  grid-template-rows: 34px auto;
  gap: 4px;
  min-width: 0;
  align-items: center;
  justify-items: center;
  border: 0;
  border-radius: 14px;
  color: #8f97a8;
  background: transparent;
  font-size: 11px;
  font-weight: 850;
}

.bottom-nav .active {
  color: var(--accent);
  background: rgba(255, 138, 61, 0.08);
}

.bottom-icon,
.bottom-create-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: currentColor;
  font-size: 20px;
}

.bottom-create-icon {
  color: #fff;
  background: #ff5d3d;
}

.bottom-create:not(.active) {
  color: #8f97a8 !important;
}

.bottom-create:not(.active) .bottom-create-icon {
  opacity: 0.9;
}

.music-menu {
  position: fixed;
  left: 50%;
  bottom: 102px;
  z-index: 41;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  width: calc(100% - 14px);
  min-height: 72px;
  padding: 7px;
  border: 1.5px solid rgba(255, 138, 61, 0.56);
  border-radius: 16px;
  background: rgba(18, 18, 27, 0.99);
  box-shadow: 0 0 32px rgba(255, 138, 61, 0.2), 0 18px 60px rgba(0, 0, 0, 0.38);
  transform: translateX(-50%);
}

.music-menu a {
  display: grid;
  min-width: 0;
  min-height: 56px;
  align-content: center;
  justify-items: center;
  gap: 4px;
  padding: 6px 2px;
  border-radius: 12px;
  color: #aeb4c2;
  text-align: center;
}

.music-menu a.active {
  color: #fff2e8;
  background: rgba(255, 138, 61, 0.18);
}

.music-menu span {
  font-size: 20px;
  line-height: 1;
}

.music-menu strong {
  max-width: 100%;
  overflow: hidden;
  font-size: 10px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.music-menu-scrim {
  position: fixed;
  inset: 0 0 102px;
  z-index: 40;
  background: rgba(0, 0, 0, 0.38);
}

.mini-player {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 88px;
  z-index: 43;
  width: 100%;
  padding: 8px 14px 10px;
  border-top: 1px solid rgba(255, 138, 61, 0.48);
  border-radius: 0;
  background: rgba(12, 12, 18, 0.98);
  box-shadow: 0 -12px 36px rgba(0, 0, 0, 0.5);
}

.mini-player-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 40px 42px 40px 40px;
  gap: 8px;
  align-items: center;
}

.mini-player img {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  object-fit: cover;
}

.mini-player-info {
  min-width: 0;
}

.mini-player strong,
.mini-player span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mini-player span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.mini-player-action {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(246, 241, 232, 0.13);
  border-radius: 999px;
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.065);
}

.mini-player-action.active {
  border-color: rgba(255, 138, 61, 0.62);
  color: var(--accent);
  background: rgba(255, 138, 61, 0.14);
}

.mini-player-toggle {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 138, 61, 0.18);
  box-shadow: inset 0 0 0 2px rgba(255, 138, 61, 0.92), 0 0 22px rgba(255, 138, 61, 0.34);
  font-size: 18px;
  font-weight: 1000;
}

.mini-player-close {
  display: none;
}

.mini-player-progress {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 7px;
}

.mini-player-time {
  display: none;
}

#mini-player-seek {
  width: 100%;
  height: 12px;
  accent-color: var(--accent);
}

.poems-mobile-header,
.poems-drawer-layer {
  display: none;
}

body.is-poems-route .site-header,
body.is-poems-route .site-footer {
  display: none !important;
}

body.poems-drawer-open {
  overflow: hidden;
}

body.is-poems-route .poems-screen {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 14px 10px calc(118px + env(safe-area-inset-bottom));
}

body.is-poems-route .poems-mobile-header {
  display: block;
  margin: 0 0 4px;
}

body.is-poems-route .poems-top-row {
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  gap: 12px;
  margin: 0 0 4px;
}

body.is-poems-route .poems-mobile-header .android-icon-btn {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: #14141c;
}

body.is-poems-route .poems-title-pill,
body.is-poems-route .poems-header-search-pill {
  min-height: 54px;
  border-radius: 18px;
  background: #12121a;
}

body.is-poems-route .poems-title-pill strong {
  font-size: 20px;
  font-weight: 950;
}

body.is-poems-route .poems-header-search-pill {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(167, 139, 250, 0.58);
  color: #f8fafc;
}

body.is-poems-route .poems-header-search-pill input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f8fafc;
  font-size: 15px;
  font-weight: 800;
}

body.is-poems-route .poems-header-search-pill input::placeholder {
  color: #6b7280;
}

body.is-poems-route .poems-toolbar {
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin: 4px 0 12px;
}

body.is-poems-route .poems-screen.search-open .poems-toolbar {
  display: none;
}

body.is-poems-route .poems-fav-btn {
  flex: 0 0 54px;
  width: 54px;
  height: 40px;
  padding: 0 8px;
  justify-content: center;
  border-radius: 14px;
  font-size: 11px;
}

body.is-poems-route .poems-fav-btn svg {
  width: 18px;
  height: 18px;
}

body.is-poems-route .poems-seg {
  flex: 0 0 auto;
  height: 40px;
  padding: 3px;
  border-radius: 14px;
}

body.is-poems-route .poems-seg a {
  min-width: 38px;
  height: 32px;
  padding: 0 8px;
  border-radius: 11px;
  font-size: 12px;
}

body.is-poems-route .poems-clear-btn {
  width: 40px;
  height: 40px;
  border-radius: 14px;
}

body.is-poems-route .poems-filter-btn {
  flex: 1 1 0;
  min-width: 0;
  min-height: 40px;
  height: 40px;
  gap: 7px;
  padding: 0 10px;
  border-radius: 14px;
}

body.is-poems-route .poems-filter-btn > svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

body.is-poems-route .poems-filter-title {
  font-size: 13px;
  line-height: 1.05;
}

body.is-poems-route .poems-filter-sub {
  font-size: 11px;
  line-height: 1.05;
}

body.is-poems-route .poems-filter-arrow {
  font-size: 18px;
}

body.is-poems-route .poem-feed {
  gap: 10px;
}

body.is-poems-route .pcard {
  grid-template-columns: 48px minmax(0, 1fr) 40px;
  gap: 8px 12px;
  min-height: 118px;
  padding: 12px;
  border-radius: 14px;
  background: #111116;
}

body.is-poems-route .pcard-icon {
  width: 46px;
  height: 46px;
  border-radius: 13px;
}

body.is-poems-route .pcard-title {
  font-size: 15px;
  line-height: 1.28;
}

body.is-poems-route .pcard-year {
  font-size: 11px;
}

body.is-poems-route .pcard-author {
  font-size: 12px;
}

body.is-poems-route .pcard-preview {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.42;
}

body.is-poems-route .pcard-controls {
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
}

body.is-poems-route .pcard-adapt-slot {
  flex: 0 0 auto;
  display: inline-flex;
}

body.is-poems-route .poem-adapt-badge {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(239, 68, 68, 0.55);
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.16);
  color: #f87171;
}

body.is-poems-route .poem-adapt-badge svg {
  width: 20px;
  height: 20px;
}

body.is-poems-route .pcard-lang button {
  min-width: 40px;
  height: 30px;
  padding: 0 9px;
  font-size: 11px;
}

body.is-poems-route .pcard-make {
  width: auto;
  min-width: 126px;
  height: 34px;
  margin-left: auto;
  padding: 0 10px;
  justify-content: center;
  border-radius: 11px;
  font-size: 11px;
}

body.is-poems-route .pcard-fav,
body.is-poems-route .pcard-expand {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

body.is-poems-route .pcard-expand {
  height: 34px;
  align-self: end;
}

body.poem-adapt-modal-open {
  overflow: hidden;
}

.poem-adapt-modal-layer {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: grid;
  place-items: center;
  padding: 22px;
}

.poem-adapt-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.62);
}

.poem-adapt-modal {
  position: relative;
  z-index: 1;
  width: min(100%, 380px);
  padding: 20px;
  border: 1px solid #3a2630;
  border-radius: 18px;
  background: #15131a;
  text-align: center;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.44);
}

.poem-adapt-modal-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border: 1px solid rgba(239, 68, 68, 0.55);
  border-radius: 50%;
  background: rgba(239, 68, 68, 0.16);
  color: #f87171;
}

.poem-adapt-modal-icon svg {
  width: 24px;
  height: 24px;
}

.poem-adapt-modal h2 {
  margin: 0 0 10px;
  color: #f8fafc;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 900;
}

.poem-adapt-modal p {
  margin: 0 0 18px;
  color: #cbd5e1;
  font-size: 14px;
  line-height: 1.5;
}

.poem-adapt-modal-close {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 12px;
  background: #6366f1;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.cpoem-card-wrap {
  display: flex;
  align-items: stretch;
  gap: 8px;
}

.cpoem-card-wrap .cpoem-card {
  flex: 1 1 auto;
  min-width: 0;
}

.cpoem-adapt-badge {
  flex: 0 0 40px;
  width: 40px;
  min-height: 40px;
  align-self: stretch;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(239, 68, 68, 0.55);
  border-radius: 12px;
  background: rgba(239, 68, 68, 0.16);
  color: #f87171;
}

.cpoem-adapt-badge svg {
  width: 20px;
  height: 20px;
}

body.is-poems-route .poems-drawer-layer {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  background: rgba(0, 0, 0, 0.56);
}

body.is-poems-route .poems-drawer-panel {
  position: relative;
  z-index: 1;
  width: min(304px, 74vw);
  min-height: 100svh;
  padding: calc(10px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom));
  border-right: 1px solid #17171e;
  background: #070709;
  box-shadow: 18px 0 46px rgba(0, 0, 0, 0.45);
}

body.is-poems-route .poems-drawer-backdrop {
  flex: 1 1 auto;
}

body.is-poems-route .poems-drawer-profile {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
}

body.is-poems-route .poems-drawer-avatar {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  background: #ff5a7a;
  color: #fff;
  font-weight: 900;
}

