@charset "UTF-8";
/*!
Theme Name: AppForge Pro
Theme URI: https://naeem-ullah.com
Author: Naeem Ullah
Author URI: https://naeem-ullah.com
Description: A professional APK download WordPress theme with a modern design, homepage carousel, category navigation, and full Customizer support.
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appforge
Tags: custom-logo, custom-colors, custom-menu, featured-images, responsive-layout, two-columns
*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #212529;
  background: #f8f9fa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video, canvas {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul, ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

hr {
  border: none;
  border-top: 1px solid #e9ecef;
  margin: 24px 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  background: #00C853;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 12px;
  font-weight: 600;
  z-index: 3000;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 16px;
}

.alignleft {
  float: left;
  margin: 0 24px 16px 0;
}

.alignright {
  float: right;
  margin: 0 0 16px 24px;
}

.aligncenter {
  display: block;
  margin: 0 auto 16px;
}

.alignwide {
  margin-left: -40px;
  margin-right: -40px;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 13px;
  color: #6c757d;
  text-align: center;
  padding: 8px 0;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}
.gallery .gallery-item img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.3;
  color: #212529;
}

h1 {
  font-size: clamp(28px, 4vw, 40px);
}

h2 {
  font-size: clamp(22px, 3vw, 32px);
}

h3 {
  font-size: clamp(18px, 2.5vw, 24px);
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin-bottom: 16px;
  color: #495057;
  line-height: 1.8;
}
p:last-child {
  margin-bottom: 0;
}

.entry-content {
  font-size: 16px;
  line-height: 1.8;
  color: #343a40;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-top: 32px;
  margin-bottom: 16px;
}
.entry-content p {
  margin-bottom: 24px;
}
.entry-content a {
  color: #00C853;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.entry-content a:hover {
  color: #009624;
}
.entry-content ul, .entry-content ol {
  list-style: revert;
  padding-left: 24px;
  margin-bottom: 24px;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 8px;
}
.entry-content blockquote {
  border-left: 4px solid #00C853;
  margin: 32px 0;
  padding: 16px 24px;
  background: #fafafa;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #495057;
}
.entry-content blockquote p {
  margin-bottom: 0;
}
.entry-content code {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 2px 8px;
  border-radius: 8px;
  font-size: 0.875em;
  color: #6200ea;
  font-family: "Courier New", Courier, monospace;
}
.entry-content pre {
  background: #1a1a2e;
  color: #dee2e6;
  padding: 24px;
  border-radius: 16px;
  overflow-x: auto;
  margin-bottom: 24px;
  font-size: 13px;
}
.entry-content pre code {
  background: none;
  border: none;
  padding: 0;
  color: inherit;
}
.entry-content table {
  width: 100%;
  margin-bottom: 24px;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
}
.entry-content table th {
  background: #f8f9fa;
  font-weight: 600;
  padding: 8px 16px;
  text-align: left;
  font-size: 14px;
  border-bottom: 2px solid #dee2e6;
}
.entry-content table td {
  padding: 8px 16px;
  border-bottom: 1px solid #e9ecef;
  font-size: 14px;
}
.entry-content table tr:last-child td {
  border-bottom: none;
}
.entry-content img {
  border-radius: 16px;
  margin: 24px 0;
  max-width: 100%;
  height: auto;
}
.entry-content hr {
  border: none;
  border-top: 1px solid #e9ecef;
  margin: 40px 0;
}

.section-title {
  font-size: 28px;
  font-weight: 800;
  color: #212529;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
}

.section-subtitle {
  font-size: 16px;
  color: #6c757d;
  margin-top: 8px;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  color: #adb5bd;
}
.post-meta a {
  color: #00C853;
  font-weight: 500;
}
.post-meta a:hover {
  text-decoration: underline;
}
.post-meta .sep {
  color: #dee2e6;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
}

.container-wide {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .container-wide {
    padding: 0 16px;
  }
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.text-primary {
  color: #00C853;
}

.text-secondary {
  color: #6200ea;
}

.text-muted {
  color: #adb5bd;
}

.text-dark {
  color: #212529;
}

.text-white {
  color: #ffffff;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.d-inline {
  display: inline;
}

.d-inline-flex {
  display: inline-flex;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.gap-1 {
  gap: 8px;
}

.gap-2 {
  gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mb-4 {
  margin-bottom: 32px;
}

.gradient-text {
  background: linear-gradient(135deg, #00C853, #6200ea);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
.sticky-top {
  position: sticky;
  top: calc(70px + 24px);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 24px;
  border: none;
  border-radius: 9999px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 200, 83, 0.3);
}
.btn-primary {
  background: #00C853;
  color: #ffffff;
}
.btn-primary:hover {
  background: #009624;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 200, 83, 0.25);
}
.btn-primary:active {
  transform: translateY(0);
}
.btn-secondary {
  background: #6200ea;
  color: #ffffff;
}
.btn-secondary:hover {
  background: #3700b3;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(98, 0, 234, 0.25);
}
.btn-gradient {
  background: linear-gradient(135deg, #00C853, #6200ea);
  color: #ffffff;
}
.btn-gradient:hover {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 200, 83, 0.25);
}
.btn-outline {
  background: transparent;
  border: 2px solid #00C853;
  color: #00C853;
}
.btn-outline:hover {
  background: #00C853;
  color: #ffffff;
}
.btn-ghost {
  background: transparent;
  color: #495057;
}
.btn-ghost:hover {
  background: #f8f9fa;
  color: #212529;
}
.btn-white {
  background: #ffffff;
  color: #00C853;
}
.btn-white:hover {
  background: #f8f9fa;
}
.btn-sm {
  height: 36px;
  padding: 0 16px;
  font-size: 13px;
}
.btn-lg {
  height: 52px;
  padding: 0 32px;
  font-size: 18px;
}
.btn-xl {
  height: 60px;
  padding: 0 40px;
  font-size: 20px;
}
.btn-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 44px;
  padding: 0 24px;
  border: none;
  border-radius: 9999px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  background: #00C853;
  color: #ffffff;
  gap: 8px;
}
.btn-download svg, .btn-download .icon {
  width: 18px;
  height: 18px;
}
.btn-download:hover {
  background: #009624;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 200, 83, 0.25);
  color: #ffffff;
}
.btn-download-outline {
  background: transparent;
  border: 2px solid #00C853;
  color: #00C853;
}
.btn-download-outline:hover {
  background: #00C853;
  color: #ffffff;
}

.btn-icon-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-icon-text svg {
  flex-shrink: 0;
}

.card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 24px;
  transition: all 0.3s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.card {
  overflow: hidden;
  transition: all 0.3s ease;
}

.app-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid #e9ecef;
}
.app-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  border-color: rgba(0, 200, 83, 0.2);
}
.app-card__thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f8f9fa;
}
.app-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.app-card__thumb:hover img {
  transform: scale(1.05);
}
.app-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #6200ea, #00C853);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.app-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
.app-card__body {
  padding: 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.app-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.app-card__title a {
  color: inherit;
}
.app-card__title a:hover {
  color: #00C853;
}
.app-card__excerpt {
  font-size: 13px;
  color: #6c757d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
  flex: 1;
}
.app-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
}
.app-card__rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #343a40;
}
.app-card__rating .stars {
  color: #ffc107;
  font-size: 12px;
}
.app-card__category {
  font-size: 11px;
  font-weight: 500;
  color: #00C853;
  background: rgba(0, 200, 83, 0.08);
  padding: 3px 10px;
  border-radius: 9999px;
}
.app-card__downloads {
  font-size: 11px;
  color: #adb5bd;
  display: flex;
  align-items: center;
  gap: 4px;
}
.app-card__footer {
  padding: 8px 16px 16px;
  border-top: 1px solid #f8f9fa;
}

.app-card-list {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #fafafa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
  transition: all 0.2s ease;
  text-decoration: none;
}
.app-card-list:hover {
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 200, 83, 0.2);
}
.app-card-list__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #6200ea, #00C853);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  flex-shrink: 0;
}
.app-card-list__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}
.app-card-list__info {
  flex: 1;
  min-width: 0;
}
.app-card-list__title {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px;
}
.app-card-list__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #adb5bd;
}
.app-card-list__meta .stars {
  color: #ffc107;
}

.post-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.post-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
  border-color: rgba(0, 200, 83, 0.2);
}
.post-card__thumb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f8f9fa;
}
.post-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.post-card__thumb:hover img {
  transform: scale(1.05);
}
.post-card__thumb--placeholder {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.5);
}
.post-card__category-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #00C853;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.post-card__body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.post-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  line-height: 1.3;
}
.post-card__title a {
  color: inherit;
}
.post-card__title a:hover {
  color: #00C853;
}
.post-card__excerpt {
  font-size: 14px;
  color: #6c757d;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
  line-height: 1.8;
  margin-bottom: 16px;
}
.post-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 13px;
  color: #adb5bd;
  padding-top: 16px;
  border-top: 1px solid #f8f9fa;
}
.post-card__meta time {
  font-weight: 500;
}
.post-card__meta .read-more {
  color: #00C853;
  font-weight: 600;
  font-size: 13px;
}
.post-card__meta .read-more:hover {
  text-decoration: underline;
}
.post-card__author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-card__author img {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.badge-primary {
  background: rgba(0, 200, 83, 0.1);
  color: #009624;
}
.badge-secondary {
  background: rgba(98, 0, 234, 0.1);
  color: #6200ea;
}
.badge-success {
  background: rgba(0, 200, 83, 0.1);
  color: #009624;
}
.badge-warning {
  background: rgba(255, 193, 7, 0.15);
  color: #b45309;
}
.badge-danger {
  background: rgba(220, 53, 69, 0.1);
  color: #dc3545;
}
.badge-dark {
  background: #212529;
  color: #ffffff;
}
.badge-light {
  background: #f8f9fa;
  color: #495057;
}
.badge-new {
  background: linear-gradient(135deg, #00C853, #6200ea);
  color: #ffffff;
}

.rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #00C853;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
}
.rating-badge::before {
  content: "★";
  font-size: 11px;
}

.stars {
  color: #ffc107;
  letter-spacing: 1px;
  font-size: 14px;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6c757d;
}
.rating-row .stars {
  color: #ffc107;
}
.rating-row strong {
  color: #212529;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 9999px;
  font-size: 13px;
  color: #495057;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.tag-pill:hover {
  background: #00C853;
  border-color: #00C853;
  color: #ffffff;
  transform: translateY(-1px);
}

.tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #00C853;
  margin-bottom: 8px;
}

.count-pill {
  background: #00C853;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 8px;
  border-radius: 9999px;
  min-width: 22px;
  text-align: center;
}

input[type=text],
input[type=search],
input[type=email],
input[type=url],
input[type=number],
textarea,
select {
  width: 100%;
  padding: 12px 18px;
  border: 1.5px solid #dee2e6;
  border-radius: 9999px;
  background: #ffffff;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #212529;
  outline: none;
  transition: all 0.2s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #ced4da;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #ced4da;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border-color: #00C853;
  box-shadow: 0 0 0 3px rgba(0, 200, 83, 0.12);
}
input[type=text]:user-invalid,
input[type=search]:user-invalid,
input[type=email]:user-invalid,
input[type=url]:user-invalid,
input[type=number]:user-invalid,
textarea:user-invalid,
select:user-invalid {
  border-color: #dc3545;
}

textarea {
  border-radius: 16px;
  resize: vertical;
  min-height: 120px;
}

.search-form {
  display: flex;
  gap: 8px;
}
.search-form input[type=search] {
  flex: 1;
}
.search-form button {
  background: #00C853;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.search-form button:hover {
  background: #009624;
}
.search-form button svg {
  width: 18px;
  height: 18px;
}

.search-input-group {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  border: 1.5px solid #e9ecef;
  border-radius: 9999px;
  padding: 6px 6px 6px 20px;
  transition: all 0.2s ease;
}
.search-input-group:focus-within {
  border-color: #00C853;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(0, 200, 83, 0.1);
}
.search-input-group input {
  flex: 1;
  border: none;
  border-radius: 0;
  background: none;
  padding: 0;
  font-size: 14px;
  color: #212529;
  outline: none;
  min-width: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.search-input-group input::-webkit-search-decoration, .search-input-group input::-webkit-search-cancel-button, .search-input-group input::-webkit-search-results-button, .search-input-group input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search-input-group input::-moz-placeholder {
  color: #ced4da;
}
.search-input-group input::placeholder {
  color: #ced4da;
}
.search-input-group input:focus {
  border-color: transparent;
  box-shadow: none;
}
.search-input-group button {
  background: #00C853;
  border: none;
  padding: 0 16px;
  height: 36px;
  border-radius: 9999px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
}
.search-input-group button:hover {
  background: #009624;
}

.app-filter-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.app-filter-bar__select {
  width: auto;
  padding: 9px 32px 9px 14px;
  border: 1.5px solid #e9ecef;
  border-radius: 12px;
  background: #ffffff;
  font-size: 13px;
  color: #495057;
  cursor: pointer;
}
.app-filter-bar__select:focus {
  border-color: #00C853;
}
.app-filter-bar__apply {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  background: #00C853;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.app-filter-bar__apply:hover {
  background: #009624;
}
.app-filter-bar__clear {
  font-size: 13px;
  color: #ced4da;
  text-decoration: none;
}
.app-filter-bar__clear:hover {
  color: #dc3545;
  text-decoration: underline;
}

.comment-form {
  display: grid;
  gap: 16px;
}
.comment-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  .comment-form .form-row {
    grid-template-columns: 1fr;
  }
}
.comment-form label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #495057;
  margin-bottom: 8px;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  border-radius: 12px;
}
.comment-form .form-submit {
  margin-top: 8px;
}
.comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #00C853;
  cursor: pointer;
  flex-shrink: 0;
}
.comment-form .comment-form-cookies-consent label {
  margin-bottom: 0;
  font-weight: 400;
  color: #6c757d;
  cursor: pointer;
  line-height: 1.6;
}

.pagination,
.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 40px 0;
}

.page-numbers,
.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #495057;
  background: #ffffff;
  border: 1.5px solid #e9ecef;
  text-decoration: none;
  transition: all 0.2s ease;
}
.page-numbers:hover,
.page-link:hover {
  background: #00C853;
  border-color: #00C853;
  color: #ffffff;
}
.page-numbers.current, .page-numbers.active,
.page-link.current,
.page-link.active {
  background: #00C853;
  border-color: #00C853;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 200, 83, 0.25);
}
.page-numbers.dots,
.page-link.dots {
  border: none;
  background: none;
  pointer-events: none;
  color: #ced4da;
}
.page-numbers.prev, .page-numbers.next,
.page-link.prev,
.page-link.next {
  width: auto;
  padding: 0 16px;
  gap: 6px;
}

.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 40px 0;
  border-top: 1px solid #e9ecef;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .post-navigation {
    grid-template-columns: 1fr;
  }
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 24px;
  background: #fafafa;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 200, 83, 0.3);
}
.post-navigation .nav-previous .nav-label, .post-navigation .nav-next .nav-label {
  font-size: 11px;
  font-weight: 600;
  color: #00C853;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-navigation .nav-previous .nav-title, .post-navigation .nav-next .nav-title {
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  line-height: 1.3;
}
.post-navigation .nav-next {
  text-align: right;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.widget {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #e9ecef;
  overflow: hidden;
}
.widget__header {
  padding: 16px 24px;
  border-bottom: 1px solid #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget__title {
  font-size: 14px;
  font-weight: 700;
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.widget__title::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 14px;
  background: #00C853;
  border-radius: 9999px;
  margin-right: 10px;
  vertical-align: middle;
}
.widget__body {
  padding: 16px 24px;
}
.widget__footer {
  padding: 8px 24px 16px;
  text-align: center;
}
.widget__footer a {
  font-size: 13px;
  color: #00C853;
  font-weight: 500;
}
.widget__footer a:hover {
  text-decoration: underline;
}

/* ---- Block-based widgets (added via Appearance → Widgets using the
   native Search/Latest Posts/Latest Comments/Archives/Categories blocks,
   rather than the classic widget wrapper .widget__header/.widget__title
   produce) ---- */
.widget .wp-block-group__inner-container,
.widget > .wp-block-search {
  padding: 16px 24px;
}
.widget .wp-block-heading {
  font-size: 14px;
  font-weight: 700;
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0 0 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f8f9fa;
}
.widget .wp-block-heading::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 14px;
  background: #00C853;
  border-radius: 9999px;
  margin-right: 10px;
  vertical-align: middle;
}
.widget .wp-block-search__label {
  font-size: 14px;
  font-weight: 700;
  color: #212529;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 10px;
}
.widget .wp-block-search__inside-wrapper {
  gap: 8px;
}
.widget .wp-block-search__input {
  border-radius: 8px;
  border-color: #e9ecef;
  padding: 10px 14px;
  font-size: 13px;
}
.widget .wp-block-search__input:focus {
  outline: none;
  border-color: #00C853;
}
.widget .wp-block-search__button {
  background: #00C853;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  padding: 10px 18px;
}
.widget .wp-block-search__button:hover {
  background: #009624;
}
.widget .wp-block-latest-posts__list,
.widget .wp-block-categories-list,
.widget .wp-block-archives-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.widget .wp-block-latest-posts__list li,
.widget .wp-block-categories-list li,
.widget .wp-block-archives-list li {
  padding-bottom: 10px;
  border-bottom: 1px solid #f8f9fa;
}
.widget .wp-block-latest-posts__list li:last-child,
.widget .wp-block-categories-list li:last-child,
.widget .wp-block-archives-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget .wp-block-latest-posts__list a,
.widget .wp-block-categories-list a,
.widget .wp-block-archives-list a {
  color: #212529;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.widget .wp-block-latest-posts__list a:hover,
.widget .wp-block-categories-list a:hover,
.widget .wp-block-archives-list a:hover {
  color: #00C853;
}
.widget .wp-block-latest-posts__post-date {
  color: #adb5bd;
  font-size: 12px;
}
.widget .no-comments,
.widget .wp-block-archives-list,
.widget .wp-block-categories-list .cat-item-none {
  color: #888;
  font-style: italic;
  font-size: 13px;
}

.widget-post-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.widget-post-list li {
  padding: 8px 0;
  border-bottom: 1px solid #f8f9fa;
}
.widget-post-list li:last-child {
  border-bottom: none;
}
.widget-post-list a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-decoration: none;
}
.widget-post-list a:hover .widget-post-list__title {
  color: #00C853;
}
.widget-post-list__thumb {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f8f9fa;
}
.widget-post-list__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.widget-post-list__info {
  flex: 1;
  min-width: 0;
}
.widget-post-list__title {
  font-size: 13px;
  font-weight: 600;
  color: #212529;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.3;
  transition: color 0.2s;
  margin-bottom: 3px;
}
.widget-post-list__meta {
  font-size: 11px;
  color: #adb5bd;
}

.widget-app-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 24px;
}

.widget-tag-cloud {
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.widget-search {
  padding: 16px 24px;
}

.widget-about {
  text-align: center;
  padding: 24px;
}
.widget-about__logo {
  font-size: 48px;
  margin-bottom: 16px;
}
.widget-about__logo a {
  display: inline-block;
}
.widget-about__logo img {
  max-width: 160px;
  max-height: 64px;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
.widget-about__name {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}
.widget-about__name span {
  color: #00C853;
}
.widget-about__desc {
  font-size: 13px;
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 16px;
}
.widget-about__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid #f8f9fa;
  border-bottom: 1px solid #f8f9fa;
  margin: 16px 0;
}
.widget-about__stats dt {
  font-size: 20px;
  font-weight: 800;
  color: #212529;
}
.widget-about__stats dd {
  font-size: 11px;
  color: #adb5bd;
}

.widget-social {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 18px;
}
.social-icon:hover {
  background: #00C853;
  color: #ffffff;
  transform: translateY(-2px);
}
.social-icon svg {
  width: 18px;
  height: 18px;
}

.widget-categories {
  list-style: none;
  padding: 8px 24px;
}
.widget-categories li {
  border-bottom: 1px solid #f8f9fa;
}
.widget-categories li:last-child {
  border-bottom: none;
}
.widget-categories a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  color: #495057;
  text-decoration: none;
  transition: color 0.2s;
}
.widget-categories a:hover {
  color: #00C853;
}
.widget-categories a[aria-current] {
  color: #00C853;
  font-weight: 600;
}
.widget-categories .cat-count {
  font-size: 11px;
  background: #f8f9fa;
  color: #adb5bd;
  padding: 2px 8px;
  border-radius: 9999px;
  font-weight: 500;
}

.report-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.report-modal[hidden] {
  display: none;
}
.report-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.report-modal__panel {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  padding: 32px;
  width: 100%;
  max-width: 420px;
  margin: 0 24px;
}
.report-modal__panel h3 {
  font-size: 18px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 24px;
}
.report-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 22px;
  line-height: 1;
  color: #ced4da;
  cursor: pointer;
}
.report-modal__close:hover {
  color: #495057;
}
.report-modal__field {
  margin-bottom: 16px;
}
.report-modal__field label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #495057;
  margin-bottom: 8px;
}
.report-modal__msg {
  font-size: 13px;
  color: #00C853;
  min-height: 18px;
  margin: 8px 0;
}
.report-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}

.btn-report-submit {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  background: #00C853;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 9px 20px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-report-submit:hover {
  background: #009624;
}
.btn-report-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-report-cancel {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  background: #f8f9fa;
  color: #495057;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 20px;
  border-radius: 12px;
  cursor: pointer;
}
.btn-report-cancel:hover {
  background: #e9ecef;
}

.top-nav {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #e9ecef;
  height: 70px;
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  gap: 32px;
}

.nav-logo {
  flex-shrink: 0;
}
.nav-logo img {
  display: block;
  width: auto;
  max-height: 44px;
}
@media (max-width: 768px) {
  .nav-logo img {
    max-height: 34px;
  }
}

.nav-logo a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-icon {
  font-size: 28px;
  background: linear-gradient(135deg, #00C853, #6200ea);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.logo-text {
  font-size: 28px;
  font-weight: 800;
  color: #212529;
}
.logo-text span {
  color: #00C853;
}

.main-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .main-nav {
    display: none;
  }
}
.main-nav[hidden] {
  display: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
.nav-menu > li {
  position: relative;
}
.nav-menu > li:hover > .sub-menu, .nav-menu > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
  text-decoration: none;
  color: #343a40;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
}
.nav-menu > li > a:hover {
  color: #00C853;
}
.nav-menu > .current-menu-item > a,
.nav-menu > .current_page_item > a {
  color: #00C853;
  font-weight: 600;
}

.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform 0.2s ease;
}

.menu-item-has-children:hover > a::after,
.menu-item-has-children:focus-within > a::after {
  transform: rotate(225deg) translateY(2px);
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  min-width: 200px;
  margin-top: 16px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}
.sub-menu li {
  width: 100%;
}
.sub-menu a {
  display: block;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #495057;
  white-space: nowrap;
  transition: all 0.15s ease;
}
.sub-menu a:hover {
  background: #f8f9fa;
  color: #00C853;
}
.sub-menu .current-menu-item > a {
  color: #00C853;
  font-weight: 600;
}

.nav-search-bar {
  display: flex;
  align-items: center;
  width: 320px;
  max-width: 320px;
  min-width: 0;
  margin-left: auto;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background: #fafafa;
  flex-shrink: 1;
  transition: max-width 0.25s ease, margin 0.25s ease, border-color 0.2s;
}
@media (max-width: 992px) {
  .nav-search-bar {
    width: 240px;
    max-width: 240px;
  }
}
.nav-search-bar:focus-within, .nav-search-bar.is-expanded {
  border-color: #00C853;
}
.nav-search-bar.is-expanded {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  flex-shrink: 1;
  min-width: 0;
}
.nav-search-bar button[type=submit] {
  width: 38px;
  height: 38px;
  border: none;
  background: none;
  color: #ced4da;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: color 0.2s;
}
.nav-search-bar button[type=submit]:hover {
  color: #00C853;
}
.nav-search-bar button[type=submit] svg {
  width: 16px;
  height: 16px;
}
.nav-search-bar input {
  flex: 1;
  min-width: 0;
  height: 38px;
  padding: 0 16px 0 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  font-size: 13px;
  color: #212529;
  outline: none;
}
.nav-search-bar input:focus {
  box-shadow: none;
}
.nav-search-bar input::-moz-placeholder {
  color: #ced4da;
}
.nav-search-bar input::placeholder {
  color: #ced4da;
}

.theme-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  border: 1.5px solid #e9ecef;
  color: #6c757d;
  transition: all 0.2s ease;
}
.theme-toggle:hover {
  border-color: #00C853;
  color: #00C853;
}
.theme-toggle svg {
  width: 18px;
  height: 18px;
}
.theme-toggle__icon--sun {
  display: none;
}
.theme-toggle__icon--moon {
  display: block;
}
html[data-theme=dark] .theme-toggle {
  border-color: #495057;
  color: #dee2e6;
}
html[data-theme=dark] .theme-toggle:hover {
  border-color: #00C853;
  color: #00C853;
}

html[data-theme=dark] .theme-toggle__icon--sun {
  display: block;
}

html[data-theme=dark] .theme-toggle__icon--moon {
  display: none;
}

.top-bar {
  background: #fafafa;
  border-bottom: 1px solid #e9ecef;
}

.top-bar__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .top-bar__inner {
    padding: 8px 16px;
  }
}

.top-bar__trust {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #495057;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .top-bar__trust span:not(:first-child) {
    display: none;
  }
}

.top-bar__trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 9999px;
  background: #00C853;
  color: #ffffff;
}
.top-bar__trust-icon svg {
  width: 12px;
  height: 12px;
}

.top-bar__right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.top-bar__social {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .top-bar__social {
    display: none;
  }
}

.top-bar__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
  transition: color 0.2s;
}
.top-bar__social-link svg {
  width: 15px;
  height: 15px;
}
.top-bar__social-link:hover {
  color: #00C853;
}

.top-bar__divider {
  width: 1px;
  height: 18px;
  background: #dee2e6;
}
@media (max-width: 768px) {
  .top-bar__divider {
    display: none;
  }
}

.site-footer {
  background: #fafafa;
  color: #495057;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #e9ecef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.footer-top {
  padding-bottom: 64px;
  border-bottom: 1px solid #e9ecef;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 40px;
}
.footer-grid > *:not(:first-child) {
  border-left: 1px solid #e9ecef;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > *:not(:first-child) {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

.footer-brand {
  text-align: left;
}
.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 16px;
  text-decoration: none;
}
.footer-brand .footer-logo a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.footer-brand .footer-logo img {
  display: block;
  width: auto;
  max-height: 48px;
}
.footer-brand .footer-logo-icon {
  display: flex;
  line-height: 0;
}
.footer-brand .footer-logo-icon svg {
  display: block;
  width: 44px;
  height: 44px;
}
.footer-brand .footer-logo-text {
  font-size: 30px;
  font-weight: 700;
  color: #212529;
  letter-spacing: -0.01em;
}
.footer-brand .footer-logo-text span {
  color: #00C853;
}
.footer-brand p {
  font-size: 16px;
  line-height: 1.8;
  color: #6c757d;
  max-width: 340px;
  margin-bottom: 24px;
}
.footer-brand .footer-social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-brand .social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 1.5px solid #dee2e6;
  background: #ffffff;
  color: #495057;
  text-decoration: none;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.footer-brand .social-btn svg {
  width: 17px;
  height: 17px;
}
.footer-brand .social-btn:hover {
  border-color: #00C853;
  transform: translateY(-2px);
}
.footer-brand .social-btn--facebook {
  color: #1877F2;
}
.footer-brand .social-btn--twitter {
  color: #212529;
}
.footer-brand .social-btn--youtube {
  color: #FF0000;
}
.footer-brand .social-btn--telegram {
  color: #229ED9;
}
.footer-brand .social-btn--instagram {
  color: #E1306C;
}
.footer-brand .social-btn--whatsapp {
  color: #25D366;
}

.footer-col-heading {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #212529;
  margin-bottom: 8px;
}
.footer-col-heading::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 9999px;
  background: #00C853;
  margin-top: 10px;
}

.footer-brand .footer-col-heading {
  margin-bottom: 16px;
  margin-top: 8px;
}

.footer-col nav ul,
.footer-col ul.footer-link-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 24px 0 0;
}
.footer-col a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #6c757d;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer-col a:hover {
  color: #00C853;
}

.footer-link-list--arrow li {
  border-bottom: 1px solid #e9ecef;
}
.footer-link-list--arrow li:last-child {
  border-bottom: none;
}
.footer-link-list--arrow a {
  justify-content: space-between;
  padding: 12px 0;
}
.footer-link-list--arrow a svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #ced4da;
}
.footer-link-list--arrow a:hover svg {
  color: #00C853;
}

.footer-link-list--icon {
  gap: 16px;
}
.footer-link-list--icon a svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #00C853;
}
.footer-link-list--icon.footer-link-list--muted a svg {
  color: #ced4da;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: #6c757d;
}

.footer-bottom-copyright {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-bottom-copyright strong {
  color: #212529;
}

.footer-bottom-shield {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: rgba(0, 200, 83, 0.1);
  color: #00C853;
}
.footer-bottom-shield svg {
  width: 14px;
  height: 14px;
}

.footer-bottom-legal {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-bottom-legal a,
.footer-bottom-legal .footer-credit {
  font-size: 13px;
  color: #6c757d;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer-bottom-legal a:hover,
.footer-bottom-legal .footer-credit:hover {
  color: #00C853;
}
.footer-bottom-legal > *:not(:first-child)::before {
  content: "•";
  color: #e9ecef;
  margin-right: 16px;
}

.footer-credit {
  font-size: 13px;
  color: #6c757d;
}
.footer-credit a {
  color: #00C853;
  text-decoration: none;
  font-weight: 600;
}
.footer-credit a:hover {
  text-decoration: underline;
}

.back-to-top {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 44px;
  height: 44px;
  background: #00C853;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 200, 83, 0.25);
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all 0.3s ease;
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  background: #009624;
  transform: translateY(-2px);
}
.back-to-top svg {
  width: 20px;
  height: 20px;
}

.page-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .page-layout {
    grid-template-columns: 1fr;
  }
}
.page-layout > * {
  min-width: 0;
}
.page-layout:not(:has(.sidebar)) {
  grid-template-columns: 1fr;
  max-width: 860px;
  margin: 0 auto;
}
.page-layout:has(.sidebar--left) {
  grid-template-columns: 320px 1fr;
}
@media (max-width: 992px) {
  .page-layout:has(.sidebar--left) {
    grid-template-columns: 1fr;
  }
}
.page-layout:has(.sidebar--left) .sidebar--left {
  order: -1;
}

.page-layout--no-sidebar {
  grid-template-columns: 1fr;
  max-width: 860px;
  margin: 0 auto;
}

.apps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
}
@media (max-width: 576px) {
  .apps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 32px;
}
@media (max-width: 768px) {
  .posts-grid {
    grid-template-columns: 1fr;
  }
}

.posts-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section {
  padding: 64px 0;
}
.section--sm {
  padding: 40px 0;
}
.section--lg {
  padding: 80px 0;
}
.section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .section__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section__title {
  font-size: 28px;
  font-weight: 800;
  color: #212529;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .section__title {
    font-size: 24px;
  }
}
.section__subtitle {
  font-size: 16px;
  color: #6c757d;
  margin-top: 8px;
}
.section__link {
  font-size: 13px;
  font-weight: 600;
  color: #00C853;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.section__link:hover {
  text-decoration: underline;
}

.scroll-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: #00C853 #e9ecef;
}
.scroll-row::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scroll-row::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 9999px;
}
.scroll-row::-webkit-scrollbar-thumb {
  background: #00C853;
  border-radius: 9999px;
}

.breadcrumbs {
  margin-bottom: 24px;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  color: #ced4da;
}

.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.breadcrumb__link {
  color: #adb5bd;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb__link:hover {
  color: #00C853;
}

.breadcrumb__sep {
  color: #dee2e6;
  font-size: 14px;
  line-height: 1;
}

.breadcrumb__current {
  color: #495057;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 240px;
}

.archive-header {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 40px;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.archive-header__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #00C853;
  margin-bottom: 8px;
}
.archive-header__title {
  font-size: 32px;
  font-weight: 800;
  color: #212529;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .archive-header__title {
    font-size: 28px;
  }
}
.archive-header__desc {
  font-size: 16px;
  color: #6c757d;
  max-width: 600px;
  line-height: 1.8;
}
.archive-header__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.archive-header__meta span {
  font-size: 13px;
  color: #adb5bd;
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #00C853 100%);
  padding: 48px 0 64px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400'%3E%3Ccircle cx='50' cy='50' r='40' fill='rgba(255,255,255,0.04)'/%3E%3Ccircle cx='350' cy='80' r='60' fill='rgba(255,255,255,0.03)'/%3E%3Ccircle cx='200' cy='320' r='80' fill='rgba(255,255,255,0.03)'/%3E%3Ccircle cx='380' cy='350' r='50' fill='rgba(255,255,255,0.04)'/%3E%3C/svg%3E") repeat;
  opacity: 0.6;
}

.hero-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .hero-container {
    padding: 0 16px;
  }
}
.hero-container {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .hero-container {
    grid-template-columns: 1fr;
  }
}

.featured-carousel {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  overflow: hidden;
}

.carousel-container {
  position: relative;
}

.carousel-slide {
  display: none;
}
.carousel-slide.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.carousel-img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.carousel-placeholder {
  width: 100%;
  height: 300px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.4);
}

.carousel-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 24px 24px;
  background: linear-gradient(transparent, rgba(26, 26, 46, 0.85));
  color: #ffffff;
}
.carousel-overlay h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #ffffff;
}
.carousel-overlay p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.carousel-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.2s ease;
}
.carousel-btn:hover {
  background: #00C853;
  border-color: #00C853;
}
.carousel-btn--prev {
  left: 16px;
}
.carousel-btn--next {
  right: 16px;
}

.carousel-dots {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  gap: 6px;
}

.carousel-dot {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}
.carousel-dot.active {
  background: #ffffff;
  width: 20px;
}

.app-promo-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
  margin: -24px 24px 16px;
  position: relative;
  z-index: 2;
}
.app-promo-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #6200ea, #00C853);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.app-promo-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
.app-promo-card__info {
  flex: 1;
  min-width: 0;
}
.app-promo-card__info h3 {
  font-size: 16px;
  font-weight: 700;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
.app-promo-card__info p {
  font-size: 11px;
  color: #adb5bd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}

.hero-sidebar {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 992px) {
  .hero-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .hero-sidebar {
    grid-template-columns: 1fr;
  }
}

.sidebar-heading {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
  margin-bottom: 8px;
}

.use-app-card {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  color: #ffffff;
}
.use-app-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #ffffff;
}
.use-app-card .rating-row {
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}
.use-app-card .btn-download {
  background: #ffffff;
  color: #6200ea;
}
.use-app-card .btn-download:hover {
  background: #f8f9fa;
  box-shadow: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.app-page-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 24px;
}
@media (max-width: 768px) {
  .app-page-wrap {
    padding: 24px 16px;
  }
}

.app-detail-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: start;
}
@media (max-width: 992px) {
  .app-detail-layout {
    grid-template-columns: 1fr;
  }
}

.app-detail-main,
.app-detail-sidebar {
  min-width: 0;
}

.app-header-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  overflow: hidden;
}

.app-header-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  padding: 32px;
}
@media (max-width: 768px) {
  .app-header-top {
    grid-template-columns: 1fr;
  }
}

.app-header-left {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .app-header-left {
    flex-direction: column;
  }
}

.app-icon-wrap {
  position: relative;
  flex-shrink: 0;
}

.app-icon-box {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #6200ea, #00C853);
  border: 2px solid #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}

.app-update-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #f2994a;
  color: #ffffff;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border-radius: 9999px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.app-icon-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 20px;
}

.app-header-details {
  flex: 1;
  min-width: 0;
}

.app-header-name {
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 800;
  color: #212529;
  line-height: 1.25;
  margin: 0 0 8px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.app-header-name .app-version {
  font-size: 13px;
  font-weight: 400;
  color: #ced4da;
}

.app-cat-badge {
  display: inline-block;
  background: rgba(0, 200, 83, 0.1);
  color: #00C853;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  margin-bottom: 8px;
}
.app-cat-badge:hover {
  background: #00C853;
  color: #ffffff;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.app-tagline {
  font-size: 13px;
  color: #adb5bd;
  margin: 0 0 16px;
  font-style: italic;
}

.app-cta-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.btn-dl-apk {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #00C853;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 10px 18px;
  border-radius: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}
.btn-dl-apk svg {
  flex-shrink: 0;
}
.btn-dl-apk:hover {
  background: #009624;
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 200, 83, 0.25);
  transform: translateY(-1px);
}

.btn-telegram-dl {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #229ED9;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  padding: 10px 18px;
  border-radius: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  transition: all 0.2s ease;
}
.btn-telegram-dl:hover {
  background: #1a8ab5;
  color: #ffffff;
  transform: translateY(-1px);
}

.app-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 6px;
  flex-wrap: wrap;
}
.app-rating-row .stars {
  color: #f59e0b;
  letter-spacing: 1px;
}
.app-rating-row strong {
  color: #343a40;
}
.app-rating-row .votes {
  color: #ced4da;
  font-size: 11px;
}

.app-report-link {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  font-size: 11px;
  color: #ced4da;
  cursor: pointer;
  transition: color 0.2s;
}
.app-report-link:hover {
  color: #dc3545;
}

.app-meta-panel {
  min-width: 320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  align-content: start;
  background: #fafafa;
  border: 1px solid #f8f9fa;
  border-radius: 16px;
  padding: 4px 24px;
}
@media (max-width: 768px) {
  .app-meta-panel {
    min-width: 0;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 420px) {
  .app-meta-panel {
    grid-template-columns: 1fr;
  }
}

.app-meta-item {
  display: flex;
  flex-direction: column;
  padding: 7px 0;
  border-bottom: 1px solid #f8f9fa;
}

.app-meta-key {
  font-size: 10px;
  font-weight: 700;
  color: #ced4da;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.app-meta-val {
  font-size: 13px;
  color: #343a40;
  font-weight: 500;
  margin-top: 2px;
}
.app-meta-val a {
  color: #00C853;
  text-decoration: none;
}
.app-meta-val a:hover {
  text-decoration: underline;
}

.btn-gplay {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #212529;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}
.btn-gplay:hover {
  background: #495057;
  color: #ffffff;
}

.app-share-bar {
  display: flex;
  gap: 6px;
  padding: 16px 24px;
  border-top: 1px solid #f8f9fa;
  flex-wrap: wrap;
  background: #fafafa;
}

.app-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 12px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.app-share-btn--fb {
  background: #1877F2;
}
.app-share-btn--tw {
  background: #000;
}
.app-share-btn--pin {
  background: #E60023;
}
.app-share-btn--tg {
  background: #229ED9;
}
.app-share-btn--wa {
  background: #25D366;
}
.app-share-btn:hover {
  filter: brightness(1.15);
  color: #ffffff;
  transform: translateY(-1px);
}
.app-share-btn svg {
  flex-shrink: 0;
}

.app-section {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  overflow: hidden;
}
.app-section__hd {
  padding: 12px 24px;
  border-bottom: 3px solid #00C853;
  background: #fafafa;
}
.app-section__title {
  font-size: 11px;
  font-weight: 800;
  color: #343a40;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0;
}
.app-section__body {
  padding: 24px;
}

.app-desc-collapse {
  position: relative;
  max-height: 170px;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.app-desc-collapse.expanded {
  max-height: 9999px;
}
.app-desc-collapse:not(.expanded)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: linear-gradient(transparent, #ffffff);
  pointer-events: none;
}

.app-read-more {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  display: block;
  margin: 16px auto 0;
  background: #00C853;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 28px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.app-read-more:hover {
  background: #009624;
}

.versions-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.versions-table th {
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  color: #adb5bd;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 10px 16px;
  background: #fafafa;
  border-bottom: 1px solid #e9ecef;
  white-space: nowrap;
}
.versions-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #f8f9fa;
  color: #495057;
  vertical-align: middle;
}
.versions-table td:first-child {
  color: #00C853;
  font-weight: 700;
}
.versions-table tr:last-child td {
  border-bottom: none;
}
.versions-table tr:hover td {
  background: #fafafa;
}

.app-sw {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 24px;
  overflow: hidden;
}
.app-sw__hd {
  padding: 10px 24px;
  border-bottom: 1px solid #f8f9fa;
  background: #fafafa;
}
.app-sw__title {
  font-size: 11px;
  font-weight: 800;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
}
.app-sw__body {
  padding: 16px 16px;
}

.sw-cat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

.sw-cat-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 8px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  color: #495057;
  transition: all 0.2s ease;
}
.sw-cat-link:hover {
  background: rgba(0, 200, 83, 0.08);
  color: #00C853;
}
.sw-cat-link .sw-cat-icon {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: linear-gradient(135deg, #00C853, #6200ea);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
  line-height: 1;
}

.sw-app-list {
  display: flex;
  flex-direction: column;
}

.sw-app-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px;
  border-bottom: 1px solid #f8f9fa;
  text-decoration: none;
}
.sw-app-item:last-child {
  border-bottom: none;
}
.sw-app-item:hover .sw-app-name {
  color: #00C853;
}

.sw-app-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #6200ea, #00C853);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.sw-app-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}

.sw-app-info {
  flex: 1;
  min-width: 0;
}

.sw-app-name {
  font-size: 11px;
  font-weight: 600;
  color: #343a40;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s;
}

.sw-app-dev {
  font-size: 10px;
  color: #ced4da;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sw-app-stars {
  font-size: 10px;
  color: #f59e0b;
  display: block;
}

.toc {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 32px;
  overflow: hidden;
}

.toc__toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 24px;
  background: #fafafa;
  border-bottom: 3px solid #00C853;
  cursor: pointer;
  text-align: left;
}

.toc__title {
  font-size: 11px;
  font-weight: 800;
  color: #343a40;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.toc__chev {
  flex-shrink: 0;
  color: #adb5bd;
  transition: transform 0.25s ease;
}

.toc__body {
  padding: 16px 24px;
}

.toc.is-collapsed .toc__chev {
  transform: rotate(-90deg);
}
.toc.is-collapsed .toc__body {
  display: none;
}

.toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.toc__item a {
  display: block;
  padding: 6px 8px;
  border-radius: 12px;
  font-size: 13px;
  color: #495057;
  text-decoration: none;
  transition: all 0.2s ease;
}
.toc__item a:hover {
  background: rgba(0, 200, 83, 0.08);
  color: #00C853;
}

.toc__item--h3 a {
  margin-left: 24px;
  font-size: 11px;
  color: #adb5bd;
}

.single-post-header {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #e9ecef;
}

.single-post-thumb {
  aspect-ratio: 16/7;
  overflow: hidden;
  background: #f8f9fa;
}
.single-post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.single-post-thumb--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-size: 80px;
  color: rgba(255, 255, 255, 0.3);
}

.single-post-meta-bar {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-bottom: 1px solid #f8f9fa;
}
@media (max-width: 768px) {
  .single-post-meta-bar {
    padding: 16px 24px;
  }
}

.single-post-body {
  padding: 32px 40px;
}
@media (max-width: 768px) {
  .single-post-body {
    padding: 24px;
  }
}

.single-post-title {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 800;
  color: #212529;
  line-height: 1.3;
  margin-bottom: 24px;
}

.author-box {
  background: #fafafa;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .author-box {
    flex-direction: column;
    text-align: center;
  }
}
.author-box__avatar {
  width: 72px;
  height: 72px;
  border-radius: 9999px;
  overflow: hidden;
  flex-shrink: 0;
  border: 3px solid #e9ecef;
}
.author-box__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.author-box__info {
  flex: 1;
}
.author-box__label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00C853;
  margin-bottom: 8px;
}
.author-box__name {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 8px;
}
.author-box__bio {
  font-size: 13px;
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 16px;
}

.app-screenshots-row {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
}
.app-screenshots-row::-webkit-scrollbar {
  height: 4px;
}
.app-screenshots-row::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.app-screenshots-row::-webkit-scrollbar-thumb {
  background: #dee2e6;
  border-radius: 2px;
}

.app-screenshot-thumb {
  flex-shrink: 0;
  width: 160px;
  height: 284px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e9ecef;
  display: block;
}
.app-screenshot-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  .app-screenshot-thumb {
    width: 120px;
    height: 213px;
  }
}

.review-summary {
  display: flex;
  gap: 32px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #f8f9fa;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .review-summary {
    flex-direction: column;
  }
}

.review-summary__score {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  gap: 2px;
}
.review-summary__score .stars {
  color: #f59e0b;
  font-size: 14px;
}

.review-summary__avg {
  font-size: 32px;
  font-weight: 800;
  color: #212529;
  line-height: 1;
}

.review-summary__count {
  font-size: 11px;
  color: #ced4da;
}

.review-summary__bars {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  min-width: 180px;
}

.review-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #adb5bd;
}
.review-bar__label {
  width: 24px;
  flex-shrink: 0;
}
.review-bar__track {
  flex: 1;
  height: 6px;
  background: #f8f9fa;
  border-radius: 9999px;
  overflow: hidden;
}
.review-bar__fill {
  display: block;
  height: 100%;
  background: #f59e0b;
  border-radius: 9999px;
}
.review-bar__pct {
  width: 26px;
  text-align: right;
  flex-shrink: 0;
}

.review-empty {
  color: #ced4da;
  font-size: 13px;
  padding: 16px 0;
}

.review-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}

.review-item {
  display: flex;
  gap: 16px;
}
.review-item__avatar img {
  border-radius: 9999px;
  display: block;
}
.review-item__body {
  flex: 1;
  min-width: 0;
}
.review-item__hd {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.review-item__hd .stars {
  color: #f59e0b;
  font-size: 13px;
}
.review-item__author {
  font-weight: 600;
  color: #343a40;
  font-size: 13px;
}
.review-item__date {
  color: #ced4da;
  font-size: 11px;
  margin-left: auto;
}
.review-item__text {
  color: #6c757d;
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
}

.star-rating-input {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 4px;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 16px;
}
.star-rating-input input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.star-rating-input label {
  cursor: pointer;
  color: #dee2e6;
  transition: color 0.15s;
  margin-bottom: 0 !important;
}
.star-rating-input label::before {
  content: "★";
}
.star-rating-input input:checked ~ label,
.star-rating-input input:checked ~ label ~ label,
.star-rating-input label:hover,
.star-rating-input label:hover ~ label {
  color: #f59e0b;
}

.btn-review-submit {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  background: #00C853;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-review-submit:hover {
  background: #009624;
}

.app-yt-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.app-yt-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.comments-area {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 32px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .comments-area {
    padding: 24px;
  }
}

.comments-title {
  font-size: 20px;
  font-weight: 800;
  color: #212529;
  margin-bottom: 24px;
}

.comment-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 32px;
}
.comment-list .children {
  list-style: none;
  margin-top: 24px;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-left: 2px solid #f8f9fa;
}
@media (max-width: 576px) {
  .comment-list .children {
    padding-left: 16px;
  }
}

.comment-body {
  display: flex;
  gap: 16px;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 2px;
}
.comment-author .avatar {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  flex-shrink: 0;
  margin-right: 8px;
}
.comment-author .fn {
  font-weight: 600;
  color: #343a40;
  font-size: 13px;
  font-style: normal;
}
.comment-author .says {
  display: none;
}

.comment-metadata {
  font-size: 11px;
  color: #ced4da;
}
.comment-metadata a {
  color: inherit;
  text-decoration: none;
}
.comment-metadata a:hover {
  color: #00C853;
}

.comment-content {
  color: #6c757d;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 4px;
}
.comment-content p {
  margin-bottom: 8px;
}
.comment-content p:last-child {
  margin-bottom: 0;
}

.comment .reply {
  margin-top: 8px;
}

.comment-reply-link {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  font-size: 11px;
  font-weight: 600;
  color: #00C853;
  cursor: pointer;
}
.comment-reply-link:hover {
  text-decoration: underline;
}

.no-comments {
  color: #ced4da;
  font-size: 13px;
  margin-bottom: 24px;
}

.comment-form-url {
  margin-top: 16px;
}
.comment-form-url label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #495057;
  margin-bottom: 8px;
}

.archive-banner {
  padding: 48px 0;
  background: #ffffff;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 40px;
}
.archive-banner__inner {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .archive-banner__inner {
    flex-direction: column;
    text-align: center;
  }
}
.archive-banner__icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, #6200ea, #00C853);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  flex-shrink: 0;
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.archive-banner__type {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #00C853;
  margin-bottom: 8px;
}
.archive-banner__title {
  font-size: 32px;
  font-weight: 800;
  color: #212529;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .archive-banner__title {
    font-size: 28px;
  }
}
.archive-banner__desc {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.8;
  max-width: 580px;
}
.archive-banner__count {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #adb5bd;
  margin-top: 8px;
}

.cat-section {
  margin-bottom: 40px;
}

.cat-section__hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.cat-section__title {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
}

.cat-tabs {
  display: flex;
  gap: 24px;
}

.cat-tab {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
  color: #adb5bd;
  cursor: pointer;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}
.cat-tab:hover {
  color: #343a40;
}
.cat-tab.active {
  color: #00C853;
  font-weight: 600;
  border-bottom-color: #00C853;
}

.author-profile-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}
.author-profile-card__inner {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 768px) {
  .author-profile-card__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.author-profile-card__avatar {
  width: 100px;
  height: 100px;
  border-radius: 9999px;
  overflow: hidden;
  border: 4px solid #f8f9fa;
  flex-shrink: 0;
}
.author-profile-card__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.author-profile-card__avatar .avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #00C853, #6200ea);
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
}
.author-profile-card__info {
  flex: 1;
}
.author-profile-card__role {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #00C853;
  margin-bottom: 8px;
}
.author-profile-card__name {
  font-size: 32px;
  font-weight: 800;
  color: #212529;
  margin-bottom: 8px;
}
.author-profile-card__bio {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 16px;
}
.author-profile-card__stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .author-profile-card__stats {
    justify-content: center;
  }
}
.author-profile-card__stats dt {
  font-size: 24px;
  font-weight: 800;
  color: #212529;
}
.author-profile-card__stats dd {
  font-size: 11px;
  color: #adb5bd;
}

.date-archive-header {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 40px 0 32px;
}
.date-archive-header__date-block {
  background: linear-gradient(135deg, #00C853, #6200ea);
  border-radius: 20px;
  padding: 16px 24px;
  text-align: center;
  color: #ffffff;
  min-width: 88px;
  flex-shrink: 0;
}
.date-archive-header__date-block .month {
  font-size: 13px;
  font-weight: 600;
  opacity: 0.85;
}
.date-archive-header__date-block .year {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}
.date-archive-header h1 {
  font-size: 28px;
  font-weight: 800;
  color: #212529;
}

.cat-header {
  position: relative;
  display: flex;
  gap: 32px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 40px;
  margin: 32px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cat-header {
    flex-direction: column;
  }
}
.cat-header__icon {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  background: linear-gradient(135deg, #6200ea, #00C853);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.cat-header__body {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 0;
}
.cat-header__title-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.cat-header__title {
  font-size: 32px;
  font-weight: 800;
  color: #212529;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .cat-header__title {
    font-size: 28px;
  }
}
.cat-header__count {
  display: inline-flex;
  align-items: center;
  background: #f8f9fa;
  color: #6c757d;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 9999px;
}
.cat-header__desc {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.8;
  max-width: 560px;
  margin-bottom: 24px;
}
.cat-header__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.cat-header__deco {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 140px;
  height: 140px;
  color: #f8f9fa;
  pointer-events: none;
}
.cat-header__deco svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .cat-header__deco {
    display: none;
  }
}

.cat-badge {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cat-badge__icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(0, 200, 83, 0.1);
  color: #00C853;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cat-badge__icon svg {
  width: 18px;
  height: 18px;
}
.cat-badge strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #212529;
}
.cat-badge small {
  display: block;
  font-size: 11px;
  color: #adb5bd;
}

.cat-section__hd-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cat-section__link {
  font-size: 13px;
  font-weight: 600;
  color: #00C853;
  text-decoration: none;
}
.cat-section__link:hover {
  text-decoration: underline;
}

.cat-carousel-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-family: inherit;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  border: 1px solid #e9ecef;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.cat-carousel-btn:hover {
  background: #00C853;
  border-color: #00C853;
  color: #ffffff;
}

.cat-section__more {
  text-align: center;
  margin-top: 24px;
}

.cat-top-row {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: #00C853 #e9ecef;
}
.cat-top-row::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.cat-top-row::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 9999px;
}
.cat-top-row::-webkit-scrollbar-thumb {
  background: #00C853;
  border-radius: 9999px;
}

.cat-top-card {
  scroll-snap-align: start;
  flex: 0 0 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  text-decoration: none;
  padding: 16px;
  border-radius: 16px;
  transition: all 0.2s ease;
}
.cat-top-card:hover {
  background: #fafafa;
}
.cat-top-card__icon {
  width: 76px;
  height: 76px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #6200ea, #00C853);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.cat-top-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
.cat-top-card__name {
  font-size: 13px;
  font-weight: 600;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.cat-top-card__cat {
  font-size: 11px;
  color: #adb5bd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.cat-top-card__rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  font-weight: 600;
  color: #ffc107;
}

.cat-list {
  display: flex;
  flex-direction: column;
}
.cat-list[hidden] {
  display: none;
}

.cat-list-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f8f9fa;
}
.cat-list-row:last-child {
  border-bottom: none;
}
.cat-list-row__icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #6200ea, #00C853);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.cat-list-row__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}
.cat-list-row__info {
  flex: 1;
  min-width: 0;
}
.cat-list-row__name {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #212529;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cat-list-row__name:hover {
  color: #00C853;
}
.cat-list-row__cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  color: #00C853;
  margin-top: 2px;
}
.cat-list-row__desc {
  font-size: 11px;
  color: #adb5bd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2px;
}
.cat-list-row__rating {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #ffc107;
  min-width: 44px;
}
@media (max-width: 576px) {
  .cat-list-row__rating {
    display: none;
  }
}
.cat-list-row__size {
  flex-shrink: 0;
  font-size: 13px;
  color: #adb5bd;
  min-width: 56px;
  text-align: right;
}
@media (max-width: 576px) {
  .cat-list-row__size {
    display: none;
  }
}
.cat-list-row__dl {
  flex-shrink: 0;
  height: 36px;
  padding: 0 24px;
  font-size: 13px;
}

.cat-newsletter {
  display: flex;
  align-items: center;
  gap: 24px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 32px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cat-newsletter {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}
.cat-newsletter__icon {
  width: 52px;
  height: 52px;
  border-radius: 9999px;
  background: #00C853;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cat-newsletter__icon svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .cat-newsletter__icon {
    margin: 0 auto;
  }
}
.cat-newsletter__body {
  flex: 1;
  min-width: 0;
}
.cat-newsletter__body h3 {
  font-size: 18px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 2px;
}
.cat-newsletter__body p {
  font-size: 13px;
  color: #6c757d;
}
.cat-newsletter__form {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cat-newsletter__form {
    flex-direction: column;
  }
}
.cat-newsletter__form input {
  width: 240px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  font-size: 13px;
  background: #ffffff;
  color: #212529;
}
@media (max-width: 768px) {
  .cat-newsletter__form input {
    width: 100%;
  }
}
.cat-newsletter__form input:focus {
  outline: none;
  border-color: #00C853;
}
.cat-newsletter__form .btn {
  height: 44px;
  white-space: nowrap;
}

.cat-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 40px 0 32px;
  padding: 32px 0;
  border-top: 1px solid #e9ecef;
}
@media (max-width: 768px) {
  .cat-trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .cat-trust-strip {
    grid-template-columns: 1fr;
  }
}

.cat-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cat-trust-item__icon {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: rgba(0, 200, 83, 0.1);
  color: #00C853;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cat-trust-item__icon svg {
  width: 20px;
  height: 20px;
}
.cat-trust-item strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #212529;
}
.cat-trust-item small {
  display: block;
  font-size: 11px;
  color: #adb5bd;
}

.apps-horizontal {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: thin;
  scrollbar-color: #00C853 #e9ecef;
}
.apps-horizontal::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.apps-horizontal::-webkit-scrollbar-track {
  background: #e9ecef;
  border-radius: 9999px;
}
.apps-horizontal::-webkit-scrollbar-thumb {
  background: #00C853;
  border-radius: 9999px;
}

.recommendation-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e9ecef;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .recommendation-card {
    grid-template-columns: 1fr;
  }
}
.recommendation-card__visual {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  font-size: 80px;
  color: rgba(255, 255, 255, 0.7);
  min-height: 200px;
}
.recommendation-card__body {
  padding: 32px 40px;
}
.recommendation-card__badge {
  display: inline-block;
  background: #00C853;
  color: #ffffff;
  padding: 4px 14px;
  border-radius: 9999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}
.recommendation-card__title {
  font-size: 28px;
  font-weight: 800;
  color: #212529;
  margin-bottom: 8px;
}
.recommendation-card__desc {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 24px;
}
.recommendation-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.apk-homepage {
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 24px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 32px;
  align-items: start;
}
@media (max-width: 992px) {
  .apk-homepage {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .apk-homepage {
    padding: 24px 16px;
  }
}

.apk-main,
.apk-sidebar {
  min-width: 0;
}

.discover-section,
.ranked-section,
.hot-section,
.latest-section,
.blog-section {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  padding: 24px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .discover-section,
  .ranked-section,
  .hot-section,
  .latest-section,
  .blog-section {
    padding: 16px;
  }
}

.apk-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.apk-section-header__title {
  font-size: 20px;
  font-weight: 700;
  color: #212529;
  position: relative;
  padding-left: 12px;
}
.apk-section-header__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background: #00C853;
  border-radius: 9999px;
}
.apk-section-header__link {
  font-size: 13px;
  font-weight: 600;
  color: #00C853;
  text-decoration: none;
  border: 1px solid rgba(0, 200, 83, 0.35);
  padding: 4px 14px;
  border-radius: 9999px;
  transition: all 0.2s ease;
}
.apk-section-header__link:hover {
  background: #00C853;
  color: #ffffff;
}

.homepage-carousel {
  border-radius: 0;
  overflow: visible;
  margin-bottom: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  position: relative;
}

.discover-row {
  display: grid;
  grid-template-columns: repeat(var(--af-cols-desktop, 6), 1fr);
  gap: 0;
}
@media (max-width: 900px) {
  .discover-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .discover-row {
    grid-template-columns: repeat(var(--af-cols-mobile, 3), 1fr);
  }
}
@media (max-width: 480px) {
  .discover-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.app-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 0;
  text-decoration: none;
  color: #343a40;
  padding: 16px 8px;
  border-radius: 16px;
  transition: all 0.2s ease;
}
.app-tile:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  color: #00C853;
}
.app-tile__icon {
  width: 92px;
  height: 92px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(135deg, #6200ea, #00C853);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.app-tile__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 16px;
}
.app-tile__name {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  color: inherit;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.app-tile__rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 11px;
  font-weight: 600;
  color: #6c757d;
}
.app-tile__star {
  color: #f59e0b;
  font-size: 11px;
}

/* Podium (top 3) and list rows (rank 4+) are separate grids so they never
   awkwardly pair up (a wide podium card sharing a row with a differently
   styled list row) — but both now honor the admin's column settings; an
   uneven wrap within a single container (e.g. 2 cards + 1 alone on its
   own row) is harmless, unlike mixing two different card styles. */
.ranked-podiums {
  display: grid;
  grid-template-columns: repeat(var(--af-cols-desktop, 3), 1fr);
  gap: 16px;
  margin-top: 14px;
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .ranked-podiums {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ranked-podiums {
    grid-template-columns: repeat(var(--af-cols-mobile, 1), 1fr);
  }
}

.ranked-list {
  display: grid;
  grid-template-columns: repeat(var(--af-cols-desktop, 3), 1fr);
  gap: 12px;
}
@media (max-width: 900px) {
  .ranked-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .ranked-list {
    grid-template-columns: repeat(var(--af-cols-mobile, 1), 1fr);
  }
}

/* ---- Most Popular: header ---- */
.apk-section-header--ranked {
  align-items: flex-start;
}
.ranked-trophy {
  font-size: 0.8em;
  margin-left: 4px;
}
.ranked-subtitle {
  font-size: 13px;
  color: #888;
  margin: 4px 0 0;
}
.ranked-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1.5px solid #00C853;
  color: #00C853;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
  flex-shrink: 0;
}
.ranked-view-all:hover {
  background: #00C853;
  color: #fff;
}

/* ---- Most Popular: top-3 podium cards ---- */
.ranked-podium {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
  color: #212529;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 14px;
  padding: 18px;
  position: relative;
  transition: box-shadow 0.2s ease;
}
.ranked-podium:hover {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.ranked-podium--gold {
  background: linear-gradient(180deg, #fff9e8 0%, #ffffff 60%);
  border-color: #f5dd8f;
}
.ranked-podium--silver {
  background: linear-gradient(180deg, #f7f8f9 0%, #ffffff 60%);
  border-color: #e2e5e8;
}
.ranked-podium--bronze {
  background: linear-gradient(180deg, #fdf0e9 0%, #ffffff 60%);
  border-color: #f2c9ae;
}
.ranked-medal {
  position: absolute;
  top: -10px;
  left: 14px;
  font-size: 28px;
  line-height: 1;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15));
}
.ranked-podium__main {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.ranked-podium__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ranked-podium__name {
  display: block;
  max-width: 100%;
  font-size: 15px;
  font-weight: 700;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ranked-podium__cat {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #888;
}
.ranked-podium__cat svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.ranked-podium__stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  font-weight: 700;
  color: #495057;
  flex-shrink: 0;
}
.ranked-podium__stars span {
  color: #f59e0b;
}
.ranked-view-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px;
  border-radius: 9999px;
  width: 100%;
}

/* ---- Most Popular: monogram avatar (fallback icon) ---- */
.ranked-mono {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #6200ea, #00C853);
}
.ranked-mono img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ranked-mono--sm {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 14px;
}

/* ---- Most Popular: rank 4+ list rows ---- */
.ranked-list-row {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  text-decoration: none;
  color: #212529;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 14px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ranked-list-row:hover {
  border-color: rgba(0, 200, 83, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.ranked-num-badge {
  font-size: 12px;
  font-weight: 800;
  color: #00C853;
  background: rgba(0, 200, 83, 0.1);
  width: 26px;
  height: 26px;
  border-radius: 9999px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ranked-list-row__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ranked-list-row__info strong {
  display: block;
  max-width: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ranked-list-row__cat {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #adb5bd;
}
.ranked-list-row__cat svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}
.ranked-list-row__stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  font-weight: 600;
  color: #495057;
  flex-shrink: 0;
}
.ranked-list-row__stars span {
  color: #f59e0b;
}
.ranked-chevron {
  color: #ced4da;
  flex-shrink: 0;
}

.latest-app-item, .hot-app-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  text-decoration: none;
  color: #212529;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 16px;
  transition: all 0.2s ease;
}
.latest-app-item:hover, .hot-app-item:hover {
  border-color: rgba(0, 200, 83, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

.latest-grid, .hot-apps-grid {
  display: grid;
  grid-template-columns: repeat(var(--af-cols-desktop, 3), 1fr);
  gap: 16px;
}
@media (max-width: 900px) {
  .latest-grid, .hot-apps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .latest-grid, .hot-apps-grid {
    grid-template-columns: repeat(var(--af-cols-mobile, 1), 1fr);
  }
}

.hot-app-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #6200ea, #00C853);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.hot-app-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}
.hot-app-item__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hot-app-item__name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #212529;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-app-item__cat {
  font-size: 11px;
  color: #adb5bd;
}
.hot-app-item__dl {
  font-size: 11px;
  color: #00C853;
  font-weight: 500;
}

.latest-app-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #6200ea, #00C853);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}
.latest-app-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}
.latest-app-item__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.latest-app-item__name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #212529;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.latest-app-item__cat {
  font-size: 11px;
  color: #adb5bd;
}
.latest-app-item__ver {
  font-size: 11px;
  color: #ced4da;
}

.apk-sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.apk-widget {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.apk-widget__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  border-bottom: 1px solid #f8f9fa;
}
.apk-widget__header::before {
  content: "";
  display: block;
  width: 3px;
  height: 16px;
  background: #00C853;
  border-radius: 9999px;
  flex-shrink: 0;
}
.apk-widget__title {
  font-size: 13px;
  font-weight: 700;
  color: #343a40;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0;
}
.apk-widget__body {
  padding: 16px 24px;
}

.apk-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.apk-tag {
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  color: #495057;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0;
  padding: 4px 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.apk-tag:hover {
  background: #00C853;
  color: #ffffff;
  border-color: #00C853;
}

.apk-promo-widget {
  background: #ffffff;
  border-radius: 0;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.apk-promo-widget__image {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.apk-promo-widget__image-placeholder {
  width: 100%;
  height: 160px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
}
.apk-promo-widget__body {
  padding: 16px 24px;
}
.apk-promo-widget__name {
  font-size: 16px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 4px;
}
.apk-promo-widget__cat {
  font-size: 11px;
  color: #adb5bd;
  margin-bottom: 16px;
}
.apk-promo-widget__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.apk-promo-widget__meta .btn {
  border-radius: 0;
}

.editor-pick-list {
  display: flex;
  flex-direction: column;
}

.editor-pick-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #212529;
  padding: 8px 0;
  border-bottom: 1px solid #f8f9fa;
  transition: all 0.2s ease;
}
.editor-pick-item:last-child {
  border-bottom: none;
}
.editor-pick-item:hover {
  color: #00C853;
}
.editor-pick-item__num {
  font-size: 11px;
  font-weight: 800;
  color: #dee2e6;
  width: 16px;
  flex-shrink: 0;
  text-align: center;
}
.editor-pick-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #6200ea, #00C853);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}
.editor-pick-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 12px;
}
.editor-pick-item__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.editor-pick-item__name {
  display: block;
  font-size: 13px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editor-pick-item__cat {
  font-size: 11px;
  color: #adb5bd;
}
.editor-pick-item__stars {
  font-size: 11px;
  color: #f59e0b;
  margin-left: auto;
  flex-shrink: 0;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(var(--af-cols-desktop, 3), 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: repeat(var(--af-cols-mobile, 1), 1fr);
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #212529;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.blog-card:hover {
  border-color: rgba(0, 200, 83, 0.35);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.blog-card__thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  flex-shrink: 0;
}
.blog-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.blog-card__thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.blog-card:hover .blog-card__thumb img {
  transform: scale(1.04);
}
.blog-card__body {
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-card__cat {
  font-size: 11px;
  font-weight: 600;
  color: #00C853;
  background: rgba(0, 200, 83, 0.08);
  padding: 2px 8px;
  border-radius: 9999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.blog-card__date {
  font-size: 11px;
  color: #adb5bd;
  margin-left: auto;
}
.blog-card__title {
  font-size: 14px;
  font-weight: 700;
  color: #212529;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.blog-card__excerpt {
  font-size: 13px;
  color: #6c757d;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

.error-404-page {
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 24px;
  text-align: center;
}

.error-404-inner {
  max-width: 560px;
  animation: fadeInUp 0.5s ease;
}

.error-404-graphic {
  font-size: 96px;
  margin-bottom: 24px;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.1));
}

.error-404-number {
  font-size: clamp(80px, 15vw, 140px);
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #00C853, #6200ea);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 16px;
}

.error-404-title {
  font-size: 28px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 8px;
}

.error-404-desc {
  font-size: 16px;
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 32px;
}

.error-404-search {
  margin-bottom: 32px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.error-404-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.search-results-header {
  padding: 40px 0 24px;
}
.search-results-header h1 {
  font-size: 32px;
  font-weight: 800;
  color: #212529;
}
.search-results-header h1 span {
  color: #00C853;
}
.search-results-header .search-count {
  font-size: 16px;
  color: #adb5bd;
  margin-top: 8px;
}

.no-results {
  text-align: center;
  padding: 80px 24px;
}
.no-results__icon {
  font-size: 64px;
  margin-bottom: 24px;
  opacity: 0.4;
}
.no-results__title {
  font-size: 24px;
  font-weight: 700;
  color: #495057;
  margin-bottom: 8px;
}
.no-results__desc {
  font-size: 16px;
  color: #adb5bd;
  margin-bottom: 32px;
}
.no-results__suggestions {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e9ecef;
}
.no-results__suggestions p {
  font-size: 13px;
  color: #adb5bd;
  margin-bottom: 8px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dl-page-wrap {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
  background: #fafafa;
}

.dl-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 40px 32px;
  max-width: 480px;
  width: 100%;
  text-align: center;
}

.dl-app-info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  text-align: left;
}

.dl-app-icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  background: linear-gradient(135deg, #6200ea, #00C853);
  border: 2px solid #f8f9fa;
}
.dl-app-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 20px;
}

.dl-app-meta {
  flex: 1;
  min-width: 0;
}

.dl-app-name {
  font-size: 20px;
  font-weight: 800;
  color: #212529;
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dl-app-version {
  font-size: 13px;
  color: #adb5bd;
  margin: 0;
}

.dl-progress-wrap {
  position: relative;
  width: 90px;
  height: 90px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dl-spinner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.dl-spinner__track {
  stroke: #f8f9fa;
}
.dl-spinner__fill {
  stroke: #00C853;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s linear;
}

.dl-countdown {
  font-size: 28px;
  font-weight: 800;
  color: #212529;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.dl-status {
  font-size: 13px;
  color: #adb5bd;
  margin: 0 0 24px;
}

.dl-manual-btn {
  margin: 0 auto 24px;
}

.dl-back-link {
  font-size: 13px;
  color: #ced4da;
  margin: 0;
}
.dl-back-link a {
  color: #00C853;
  text-decoration: none;
}
.dl-back-link a:hover {
  text-decoration: underline;
}

html[data-theme=dark] {
  color-scheme: dark;
  --dt-bg: #0f1115;
  --dt-bg-alt: #14161b;
  --dt-surface: #1a1d24;
  --dt-surface-2: #22252d;
  --dt-border: #2c303a;
  --dt-border-soft: #23262e;
  --dt-text: #e8eaed;
  --dt-text-2: #c3c7cf;
  --dt-text-muted: #8b909c;
  --dt-text-faint: #5b606b;
}
html[data-theme=dark] body {
  background: var(--dt-bg);
  color: var(--dt-text);
}
html[data-theme=dark] hr {
  border-top-color: var(--dt-border);
}
html[data-theme=dark] h1, html[data-theme=dark] h2, html[data-theme=dark] h3, html[data-theme=dark] h4, html[data-theme=dark] h5, html[data-theme=dark] h6 {
  color: var(--dt-text);
}
html[data-theme=dark] p {
  color: var(--dt-text-2);
}
html[data-theme=dark] .section-title {
  color: var(--dt-text);
}
html[data-theme=dark] .section-subtitle {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .post-meta {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .post-meta .sep {
  color: var(--dt-border);
}
html[data-theme=dark] .text-muted {
  color: var(--dt-text-muted) !important;
}
html[data-theme=dark] .text-dark {
  color: var(--dt-text) !important;
}
html[data-theme=dark] .entry-content {
  color: var(--dt-text-2);
}
html[data-theme=dark] .entry-content blockquote {
  background: var(--dt-surface-2);
  color: var(--dt-text-2);
}
html[data-theme=dark] .entry-content code {
  background: var(--dt-surface-2);
  border-color: var(--dt-border);
}
html[data-theme=dark] .entry-content table {
  border-color: var(--dt-border);
}
html[data-theme=dark] .entry-content table th {
  background: var(--dt-surface-2);
  border-bottom-color: var(--dt-border);
}
html[data-theme=dark] .entry-content table td {
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .entry-content hr {
  border-top-color: var(--dt-border);
}
html[data-theme=dark] .wp-caption .wp-caption-text {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .top-nav {
  background: var(--dt-surface);
  border-bottom-color: var(--dt-border);
}
html[data-theme=dark] .logo-text {
  color: var(--dt-text);
}
html[data-theme=dark] .nav-menu > li > a {
  color: var(--dt-text-2);
}
html[data-theme=dark] .nav-search-bar {
  background: var(--dt-surface-2);
  border-color: var(--dt-border);
}
html[data-theme=dark] .nav-search-bar input {
  color: var(--dt-text);
}
html[data-theme=dark] .top-bar {
  background: var(--dt-bg-alt);
  border-bottom-color: var(--dt-border);
}
html[data-theme=dark] .top-bar__trust {
  color: var(--dt-text-2);
}
html[data-theme=dark] .top-bar__social-link {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .top-bar__divider {
  background: var(--dt-border);
}
html[data-theme=dark] .sub-menu {
  background: var(--dt-surface);
  border-color: var(--dt-border);
}
html[data-theme=dark] .sub-menu a {
  color: var(--dt-text-2);
}
html[data-theme=dark] .sub-menu a:hover {
  background: var(--dt-surface-2);
}
html[data-theme=dark] .site-footer {
  background: var(--dt-surface);
  color: var(--dt-text-2);
  border-top-color: var(--dt-border);
}
html[data-theme=dark] .footer-top {
  border-bottom-color: var(--dt-border);
}
html[data-theme=dark] .footer-grid > *:not(:first-child) {
  border-left-color: var(--dt-border);
}
html[data-theme=dark] .footer-brand .footer-logo-text,
html[data-theme=dark] .footer-col-heading {
  color: var(--dt-text);
}
html[data-theme=dark] .footer-brand p,
html[data-theme=dark] .footer-col a,
html[data-theme=dark] .footer-bottom-copyright,
html[data-theme=dark] .footer-bottom-legal a,
html[data-theme=dark] .footer-bottom-legal .footer-credit {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .footer-bottom-copyright strong {
  color: var(--dt-text);
}
html[data-theme=dark] .footer-bottom-legal > *:not(:first-child)::before {
  color: var(--dt-border);
}
html[data-theme=dark] .social-btn {
  background: var(--dt-surface-2);
  border-color: var(--dt-border);
}
html[data-theme=dark] .social-btn--twitter {
  color: var(--dt-text);
}
html[data-theme=dark] .footer-link-list--arrow li {
  border-bottom-color: var(--dt-border);
}
html[data-theme=dark] .footer-link-list--arrow a svg {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .footer-link-list--muted a svg {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .card,
html[data-theme=dark] .app-card,
html[data-theme=dark] .post-card {
  background: var(--dt-surface);
  border-color: var(--dt-border);
}
html[data-theme=dark] .app-card__thumb,
html[data-theme=dark] .post-card__thumb {
  background: var(--dt-bg-alt);
}
html[data-theme=dark] .app-card__title,
html[data-theme=dark] .post-card__title {
  color: var(--dt-text);
}
html[data-theme=dark] .app-card__excerpt,
html[data-theme=dark] .app-card__downloads,
html[data-theme=dark] .app-card__rating,
html[data-theme=dark] .post-card__excerpt,
html[data-theme=dark] .post-card__meta {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .app-card__footer,
html[data-theme=dark] .post-card__meta {
  border-top-color: var(--dt-border-soft);
}
html[data-theme=dark] .app-card-list {
  background: var(--dt-surface-2);
  border-color: var(--dt-border);
}
html[data-theme=dark] .app-card-list:hover {
  background: var(--dt-surface);
}
html[data-theme=dark] .app-card-list__title {
  color: var(--dt-text);
}
html[data-theme=dark] .app-card-list__meta {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .widget {
  background: var(--dt-surface);
  border-color: var(--dt-border);
}
html[data-theme=dark] .widget__header {
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .widget__title {
  color: var(--dt-text);
}
html[data-theme=dark] .widget .wp-block-heading {
  color: var(--dt-text);
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .widget .wp-block-search__input {
  border-color: var(--dt-border);
  background: var(--dt-bg-alt);
  color: var(--dt-text);
}
html[data-theme=dark] .widget .wp-block-latest-posts__list li,
html[data-theme=dark] .widget .wp-block-categories-list li,
html[data-theme=dark] .widget .wp-block-archives-list li {
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .widget .wp-block-latest-posts__list a,
html[data-theme=dark] .widget .wp-block-categories-list a,
html[data-theme=dark] .widget .wp-block-archives-list a {
  color: var(--dt-text);
}
html[data-theme=dark] .widget-post-list li {
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .widget-post-list__thumb {
  background: var(--dt-bg-alt);
}
html[data-theme=dark] .widget-post-list__title {
  color: var(--dt-text);
}
html[data-theme=dark] .widget-post-list__meta {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .widget-about__desc {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .widget-about__stats {
  border-color: var(--dt-border-soft);
}
html[data-theme=dark] .widget-about__stats dt {
  color: var(--dt-text);
}
html[data-theme=dark] .widget-about__stats dd {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .social-icon {
  background: var(--dt-surface-2);
  color: var(--dt-text-muted);
}
html[data-theme=dark] .widget-categories li {
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .widget-categories a {
  color: var(--dt-text-2);
}
html[data-theme=dark] .widget-categories .cat-count {
  background: var(--dt-surface-2);
  color: var(--dt-text-muted);
}
html[data-theme=dark] input[type=text], html[data-theme=dark] input[type=search], html[data-theme=dark] input[type=email],
html[data-theme=dark] input[type=url], html[data-theme=dark] input[type=number], html[data-theme=dark] textarea, html[data-theme=dark] select {
  background: var(--dt-surface-2);
  border-color: var(--dt-border);
  color: var(--dt-text);
}
html[data-theme=dark] input[type=text]::-moz-placeholder, html[data-theme=dark] input[type=search]::-moz-placeholder, html[data-theme=dark] input[type=email]::-moz-placeholder, html[data-theme=dark] input[type=url]::-moz-placeholder, html[data-theme=dark] input[type=number]::-moz-placeholder, html[data-theme=dark] textarea::-moz-placeholder, html[data-theme=dark] select::-moz-placeholder {
  color: var(--dt-text-faint);
}
html[data-theme=dark] input[type=text]::placeholder, html[data-theme=dark] input[type=search]::placeholder, html[data-theme=dark] input[type=email]::placeholder,
html[data-theme=dark] input[type=url]::placeholder, html[data-theme=dark] input[type=number]::placeholder, html[data-theme=dark] textarea::placeholder, html[data-theme=dark] select::placeholder {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .search-input-group {
  background: var(--dt-surface-2);
  border-color: var(--dt-border);
}
html[data-theme=dark] .search-input-group:focus-within {
  background: var(--dt-surface);
}
html[data-theme=dark] .search-input-group input {
  color: var(--dt-text);
}
html[data-theme=dark] .search-input-group input::-moz-placeholder {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .search-input-group input::placeholder {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .app-filter-bar__select {
  background: var(--dt-surface-2);
  border-color: var(--dt-border);
  color: var(--dt-text-2);
}
html[data-theme=dark] .app-filter-bar__clear {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .comment-form label {
  color: var(--dt-text-2);
}
html[data-theme=dark] .comment-form-cookies-consent label {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .btn-ghost {
  color: var(--dt-text-2);
}
html[data-theme=dark] .btn-ghost:hover {
  background: var(--dt-surface-2);
  color: var(--dt-text);
}
html[data-theme=dark] .btn-white {
  background: var(--dt-surface);
  color: #00C853;
}
html[data-theme=dark] .btn-white:hover {
  background: var(--dt-surface-2);
}
html[data-theme=dark] .btn-report-cancel {
  background: var(--dt-surface-2);
  color: var(--dt-text-2);
}
html[data-theme=dark] .btn-report-cancel:hover {
  background: var(--dt-border);
}
html[data-theme=dark] .report-modal__panel {
  background: var(--dt-surface);
}
html[data-theme=dark] .report-modal__panel h3 {
  color: var(--dt-text);
}
html[data-theme=dark] .report-modal__close {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .report-modal__close:hover {
  color: var(--dt-text-2);
}
html[data-theme=dark] .report-modal__field label {
  color: var(--dt-text-2);
}
html[data-theme=dark] .page-numbers, html[data-theme=dark] .page-link {
  background: var(--dt-surface);
  border-color: var(--dt-border);
  color: var(--dt-text-2);
}
html[data-theme=dark] .page-numbers.dots, html[data-theme=dark] .page-link.dots {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .post-navigation {
  border-top-color: var(--dt-border);
}
html[data-theme=dark] .post-navigation .nav-previous a, html[data-theme=dark] .post-navigation .nav-next a {
  background: var(--dt-surface-2);
  border-color: var(--dt-border);
}
html[data-theme=dark] .post-navigation .nav-previous a:hover, html[data-theme=dark] .post-navigation .nav-next a:hover {
  background: var(--dt-surface);
}
html[data-theme=dark] .post-navigation .nav-title {
  color: var(--dt-text);
}
html[data-theme=dark] .badge-light {
  background: var(--dt-surface-2);
  color: var(--dt-text-2);
}
html[data-theme=dark] .tag-pill {
  background: var(--dt-surface-2);
  border-color: var(--dt-border);
  color: var(--dt-text-2);
}
html[data-theme=dark] .rating-row {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .rating-row strong {
  color: var(--dt-text);
}
html[data-theme=dark] .breadcrumb__link {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .breadcrumb__current {
  color: var(--dt-text-2);
}
html[data-theme=dark] .breadcrumb__sep {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .archive-header {
  background: var(--dt-surface);
  border-color: var(--dt-border);
}
html[data-theme=dark] .archive-header__title {
  color: var(--dt-text);
}
html[data-theme=dark] .archive-header__desc, html[data-theme=dark] .archive-header__meta span {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .hero-sidebar {
  background: rgba(26, 29, 36, 0.92);
  border-color: var(--dt-border);
}
html[data-theme=dark] .app-promo-card {
  background: var(--dt-surface);
}
html[data-theme=dark] .app-promo-card__info h3 {
  color: var(--dt-text);
}
html[data-theme=dark] .app-promo-card__info p {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .sidebar-heading {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .archive-banner {
  background: var(--dt-surface);
  border-bottom-color: var(--dt-border);
}
html[data-theme=dark] .archive-banner__title {
  color: var(--dt-text);
}
html[data-theme=dark] .archive-banner__desc, html[data-theme=dark] .archive-banner__count {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .cat-section__title {
  color: var(--dt-text);
}
html[data-theme=dark] .cat-tab {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .cat-tab:hover {
  color: var(--dt-text-2);
}
html[data-theme=dark] .author-profile-card {
  background: var(--dt-surface);
  border-color: var(--dt-border);
}
html[data-theme=dark] .author-profile-card__name {
  color: var(--dt-text);
}
html[data-theme=dark] .author-profile-card__bio {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .author-profile-card__stats dt {
  color: var(--dt-text);
}
html[data-theme=dark] .author-profile-card__stats dd {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .date-archive-header h1 {
  color: var(--dt-text);
}
html[data-theme=dark] .cat-header {
  background: var(--dt-surface);
  border-color: var(--dt-border);
}
html[data-theme=dark] .cat-header__title {
  color: var(--dt-text);
}
html[data-theme=dark] .cat-header__count {
  background: var(--dt-surface-2);
  color: var(--dt-text-muted);
}
html[data-theme=dark] .cat-header__desc {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .cat-header__deco {
  color: var(--dt-surface-2);
}
html[data-theme=dark] .cat-badge__icon {
  background: rgba(0, 200, 83, 0.16);
}
html[data-theme=dark] .cat-badge strong {
  color: var(--dt-text);
}
html[data-theme=dark] .cat-badge small {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .cat-section__link {
  color: #00C853;
}
html[data-theme=dark] .cat-carousel-btn {
  background: var(--dt-surface);
  border-color: var(--dt-border);
  color: var(--dt-text-2);
}
html[data-theme=dark] .cat-top-card:hover {
  background: var(--dt-surface-2);
}
html[data-theme=dark] .cat-top-card__name {
  color: var(--dt-text);
}
html[data-theme=dark] .cat-top-card__cat {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .cat-list-row {
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .cat-list-row__name {
  color: var(--dt-text);
}
html[data-theme=dark] .cat-list-row__desc {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .cat-list-row__size {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .cat-newsletter {
  background: var(--dt-surface);
  border-color: var(--dt-border);
}
html[data-theme=dark] .cat-newsletter__body h3 {
  color: var(--dt-text);
}
html[data-theme=dark] .cat-newsletter__body p {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .cat-newsletter__form input {
  background: var(--dt-surface-2);
  border-color: var(--dt-border);
  color: var(--dt-text);
}
html[data-theme=dark] .cat-trust-strip {
  border-top-color: var(--dt-border);
}
html[data-theme=dark] .cat-trust-item__icon {
  background: rgba(0, 200, 83, 0.16);
}
html[data-theme=dark] .cat-trust-item strong {
  color: var(--dt-text);
}
html[data-theme=dark] .cat-trust-item small {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .recommendation-card {
  background: var(--dt-surface);
  border-color: var(--dt-border);
}
html[data-theme=dark] .recommendation-card__title {
  color: var(--dt-text);
}
html[data-theme=dark] .recommendation-card__desc {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .app-header-card,
html[data-theme=dark] .app-section,
html[data-theme=dark] .app-sw,
html[data-theme=dark] .toc,
html[data-theme=dark] .single-post-header,
html[data-theme=dark] .comments-area {
  background: var(--dt-surface);
  border-color: var(--dt-border);
}
html[data-theme=dark] .app-section__title,
html[data-theme=dark] .comments-title {
  color: var(--dt-text);
}
html[data-theme=dark] .app-icon-box {
  border-color: var(--dt-border);
}
html[data-theme=dark] .app-header-name {
  color: var(--dt-text);
}
html[data-theme=dark] .app-header-name .app-version {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .app-tagline {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .app-rating-row strong {
  color: var(--dt-text-2);
}
html[data-theme=dark] .app-rating-row .votes {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .app-report-link {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .app-meta-panel {
  background: var(--dt-surface-2);
  border-color: var(--dt-border-soft);
}
html[data-theme=dark] .app-meta-item {
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .app-meta-key {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .app-meta-val {
  color: var(--dt-text-2);
}
html[data-theme=dark] .app-share-bar {
  background: var(--dt-surface-2);
  border-top-color: var(--dt-border-soft);
}
html[data-theme=dark] .app-section__hd {
  background: var(--dt-surface-2);
}
html[data-theme=dark] .app-section__title {
  color: var(--dt-text-2);
}
html[data-theme=dark] .app-desc-collapse:not(.expanded)::after {
  background: linear-gradient(transparent, var(--dt-surface));
}
html[data-theme=dark] .versions-table th {
  background: var(--dt-surface-2);
  border-bottom-color: var(--dt-border);
  color: var(--dt-text-faint);
}
html[data-theme=dark] .versions-table td {
  border-bottom-color: var(--dt-border-soft);
  color: var(--dt-text-2);
}
html[data-theme=dark] .versions-table tr:hover td {
  background: var(--dt-surface-2);
}
html[data-theme=dark] .app-sw__hd {
  background: var(--dt-surface-2);
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .app-sw__title {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .sw-cat-link {
  color: var(--dt-text-2);
}
html[data-theme=dark] .sw-app-item {
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .sw-app-name {
  color: var(--dt-text-2);
}
html[data-theme=dark] .sw-app-dev {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .toc__toggle {
  background: var(--dt-surface-2);
}
html[data-theme=dark] .toc__title {
  color: var(--dt-text-2);
}
html[data-theme=dark] .toc__chev {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .toc__item a {
  color: var(--dt-text-2);
}
html[data-theme=dark] .toc__item--h3 a {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .single-post-meta-bar {
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .single-post-thumb {
  background: var(--dt-bg-alt);
}
html[data-theme=dark] .single-post-title {
  color: var(--dt-text);
}
html[data-theme=dark] .author-box {
  background: var(--dt-surface-2);
  border-color: var(--dt-border);
}
html[data-theme=dark] .author-box__avatar {
  border-color: var(--dt-border);
}
html[data-theme=dark] .author-box__name {
  color: var(--dt-text);
}
html[data-theme=dark] .author-box__bio {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .app-screenshot-thumb {
  border-color: var(--dt-border);
}
html[data-theme=dark] .app-screenshots-row::-webkit-scrollbar-track {
  background: var(--dt-surface-2);
}
html[data-theme=dark] .app-screenshots-row::-webkit-scrollbar-thumb {
  background: var(--dt-border);
}
html[data-theme=dark] .review-summary {
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .review-summary__avg {
  color: var(--dt-text);
}
html[data-theme=dark] .review-summary__count {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .review-bar {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .review-bar__track {
  background: var(--dt-surface-2);
}
html[data-theme=dark] .review-empty {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .review-item__author {
  color: var(--dt-text-2);
}
html[data-theme=dark] .review-item__date {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .review-item__text {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .star-rating-input label {
  color: var(--dt-border);
}
html[data-theme=dark] .comment-list .children {
  border-left-color: var(--dt-border);
}
html[data-theme=dark] .comment-author .fn {
  color: var(--dt-text-2);
}
html[data-theme=dark] .comment-metadata {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .comment-content {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .no-comments {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .comment-form-url label {
  color: var(--dt-text-2);
}
html[data-theme=dark] .discover-section,
html[data-theme=dark] .ranked-section,
html[data-theme=dark] .hot-section,
html[data-theme=dark] .latest-section,
html[data-theme=dark] .blog-section {
  background: var(--dt-surface);
  border-color: var(--dt-border);
}
html[data-theme=dark] .apk-section-header__title {
  color: var(--dt-text);
}
html[data-theme=dark] .app-tile {
  color: var(--dt-text-2);
}
html[data-theme=dark] .app-tile:hover {
  background: var(--dt-surface-2);
}
html[data-theme=dark] .app-tile__rating {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .ranked-card,
html[data-theme=dark] .hot-app-item,
html[data-theme=dark] .latest-app-item {
  background: var(--dt-surface);
  border-color: var(--dt-border);
  color: var(--dt-text);
}
html[data-theme=dark] .ranked-card__badge {
  background: var(--dt-surface-2);
  color: var(--dt-text-muted);
}
html[data-theme=dark] .ranked-card__name,
html[data-theme=dark] .hot-app-item__name,
html[data-theme=dark] .latest-app-item__name {
  color: var(--dt-text);
}
html[data-theme=dark] .ranked-card__cat,
html[data-theme=dark] .ranked-card__stars,
html[data-theme=dark] .hot-app-item__cat,
html[data-theme=dark] .latest-app-item__cat,
html[data-theme=dark] .latest-app-item__ver {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .apk-tag {
  background: var(--dt-surface-2);
  border-color: var(--dt-border);
  color: var(--dt-text-2);
}
html[data-theme=dark] .apk-widget,
html[data-theme=dark] .apk-promo-widget {
  background: var(--dt-surface);
  border-color: var(--dt-border);
}
html[data-theme=dark] .apk-widget__header {
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .apk-widget__title {
  color: var(--dt-text-2);
}
html[data-theme=dark] .apk-promo-widget__name {
  color: var(--dt-text);
}
html[data-theme=dark] .apk-promo-widget__cat {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .editor-pick-item {
  color: var(--dt-text);
  border-bottom-color: var(--dt-border-soft);
}
html[data-theme=dark] .editor-pick-item__num {
  color: var(--dt-border);
}
html[data-theme=dark] .editor-pick-item__cat {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .blog-card {
  background: var(--dt-surface);
  border-color: var(--dt-border);
  color: var(--dt-text);
}
html[data-theme=dark] .blog-card__title {
  color: var(--dt-text);
}
html[data-theme=dark] .blog-card__excerpt, html[data-theme=dark] .blog-card__date {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .dl-page-wrap {
  background: var(--dt-bg-alt);
}
html[data-theme=dark] .dl-card {
  background: var(--dt-surface);
  border-color: var(--dt-border);
}
html[data-theme=dark] .dl-app-icon {
  border-color: var(--dt-border);
}
html[data-theme=dark] .dl-app-name, html[data-theme=dark] .dl-countdown {
  color: var(--dt-text);
}
html[data-theme=dark] .dl-app-version {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .dl-spinner__track {
  stroke: var(--dt-border);
}
html[data-theme=dark] .dl-status {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .dl-back-link {
  color: var(--dt-text-faint);
}
html[data-theme=dark] .error-404-title {
  color: var(--dt-text);
}
html[data-theme=dark] .error-404-desc {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .search-results-header h1 {
  color: var(--dt-text);
}
html[data-theme=dark] .search-count {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .no-results__title {
  color: var(--dt-text-2);
}
html[data-theme=dark] .no-results__desc {
  color: var(--dt-text-muted);
}
html[data-theme=dark] .no-results__suggestions {
  border-top-color: var(--dt-border);
}
html[data-theme=dark] .no-results__suggestions p {
  color: var(--dt-text-muted);
}

/* ---- Cookie consent banner ---- */
.af-cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 9999;
  width: 360px;
  max-width: calc(100vw - 40px);
  background: #ffffff;
  color: #212529;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.16), 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 1px solid #eef0f2;
}
.af-cookie-banner[hidden] {
  display: none;
}
.af-cookie-banner__icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(0, 200, 83, 0.1);
  color: #00C853;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.af-cookie-banner__icon svg {
  width: 18px;
  height: 18px;
}
.af-cookie-banner__text {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.6;
  color: #495057;
}
.af-cookie-banner__link {
  color: #00C853;
  font-weight: 600;
  text-decoration: none;
  margin-left: 4px;
  white-space: nowrap;
}
.af-cookie-banner__link:hover {
  text-decoration: underline;
}
.af-cookie-banner__actions {
  display: flex;
  gap: 10px;
}
.af-cookie-btn {
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  flex: 1;
  transition: background 0.15s, border-color 0.15s;
}
.af-cookie-btn--accept {
  background: #00C853;
  color: #ffffff;
}
.af-cookie-btn--accept:hover {
  background: #009624;
}
.af-cookie-btn--reject {
  background: #ffffff;
  color: #495057;
  border: 1px solid #dee2e6;
}
.af-cookie-btn--reject:hover {
  background: #f8f9fa;
  border-color: #ced4da;
}
@media (max-width: 480px) {
  .af-cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    max-width: none;
  }
}

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