.r34 { box-sizing: border-box; width: 100%; max-width: 1420px; margin: 0 auto; padding: 16px 16px 120px; color: var(--color-text, #fdfdfd); } .r34-hero { padding: 24px 8px 28px; text-align: center; } .r34-hero__eyebrow { display: inline-flex; align-items: center; gap: 7px; padding: 6px 14px; margin-bottom: 14px; border-radius: 999px; background: rgba(255, 94, 98, .12); border: 1px solid rgba(255, 94, 98, .3); color: #ff8a8d; font-size: 12px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; } .r34-hero__eyebrow i, .r34-hero__eyebrow svg { width: 14px; height: 14px; } .r34-hero__title { font-size: clamp(30px, 5vw, 54px); margin: 0 0 12px; letter-spacing: -0.02em; font-weight: 800; background: linear-gradient(135deg, #fff 0%, #ff5e62 60%, #ff9966 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; } .r34-hero__intro { max-width: 760px; margin: 0 auto 22px; color: var(--color-text-muted, #c4c4c4); font-size: clamp(14px, 1.2vw, 16px); line-height: 1.65; } .r34-feed { margin-top: 8px; } .r34-feed__head { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; } .r34-feed__title, .r34-about__title { display: flex; align-items: center; gap: 9px; margin: 0; font-size: clamp(19px, 2vw, 24px); font-weight: 700; color: #fff; } .r34-feed__title i, .r34-feed__title svg { width: 20px; height: 20px; color: #ff5e62; } .r34-sort { display: flex; flex-wrap: wrap; gap: 8px; } .r34-sort__chip { padding: 8px 15px; border-radius: 999px; border: 1px solid #3a3a3a; background: #1f1f1f; color: var(--color-text-muted, #c4c4c4); font-size: 13px; font-weight: 600; cursor: pointer; transition: background var(--transition-fast, .18s ease), color var(--transition-fast, .18s ease), border-color var(--transition-fast, .18s ease); } .r34-sort__chip:hover { background: #2b2b2b; color: #fff; border-color: #4a4a4a; } .r34-sort__chip.is-active { background: linear-gradient(135deg, #ff5e62, #ff9966); border-color: transparent; color: #1a1a1a; } .r34-grid { transition: opacity .2s ease; } .r34-grid[aria-busy="true"] { opacity: .45; pointer-events: none; } .r34-grid__empty { padding: 40px 0; text-align: center; color: var(--color-text-muted, #c4c4c4); } .r34-more { display: flex; justify-content: center; margin-top: 28px; } .r34-more__button { display: inline-flex; align-items: center; gap: 8px; padding: 13px 30px; border-radius: 999px; border: 1px solid #3a3a3a; background: linear-gradient(145deg, #2a2a2a, #1c1c1c); color: #fff; font-size: 14px; font-weight: 700; cursor: pointer; transition: border-color var(--transition-fast, .18s ease), transform var(--transition-fast, .18s ease); } .r34-more__button:hover:not([disabled]) { border-color: #ff5e62; transform: translateY(-1px); } .r34-more__button[disabled] { opacity: .55; cursor: default; } .r34-more__button i, .r34-more__button svg { width: 16px; height: 16px; } .r34-about { margin-top: 56px; padding: 28px; border-radius: var(--radius-lg, 16px); background: linear-gradient(145deg, #1e1e1e, #171717); border: 1px solid #2e2e2e; } .r34-about__body { margin: 16px 0 0; max-width: 900px; } .r34-about__body p { margin: 0 0 14px; color: var(--color-text-muted, #c4c4c4); font-size: 15px; line-height: 1.75; } .r34-about__body p:last-child { margin-bottom: 0; } .r34-faq { margin-top: 26px; display: grid; gap: 10px; } .r34-faq__item { border-radius: var(--radius-md, 12px); background: #1a1a1a; border: 1px solid #2e2e2e; overflow: hidden; } .r34-faq__q { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 18px; color: #fff; font-size: 15px; font-weight: 600; cursor: pointer; list-style: none; } .r34-faq__q::-webkit-details-marker { display: none; } .r34-faq__q i, .r34-faq__q svg { width: 17px; height: 17px; flex: 0 0 auto; color: #ff5e62; transition: transform var(--transition-fast, .18s ease); } .r34-faq__item[open] .r34-faq__q i, .r34-faq__item[open] .r34-faq__q svg { transform: rotate(180deg); } .r34-faq__a { margin: 0; padding: 0 18px 17px; color: var(--color-text-muted, #c4c4c4); font-size: 14px; line-height: 1.7; } @media (max-width: 900px) { .r34-about { padding: 22px 18px; } } @media (max-width: 767px) { .r34 { padding: 12px 12px 90px; } .r34-feed__head { flex-direction: column; align-items: flex-start; } .r34-sort { width: 100%; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; } .r34-sort::-webkit-scrollbar { display: none; } .r34-sort__chip { flex: 0 0 auto; } } @media (prefers-reduced-motion: reduce) { .r34-more__button, .r34-grid, .r34-faq__q i, .r34-faq__q svg { transition: none; } .r34-more__button:hover:not([disabled]) { transform: none; } }