

.home .home-hero{padding:8px 0 0}

.home .hero-media{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(47,127,224,.30);
  background:linear-gradient(180deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.01) 100%);
  box-shadow:
    0 10px 26px rgba(13,42,92,.16),
    0 0 0 3px rgba(88,167,255,.08);
}

.home .hero-media::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:inherit;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}

.home .hero-media img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}

.home .home-featured{padding:2px 0 0}

.home .featured-wrap{
  position:relative;
  display:flex;
  gap:0;
  background:#fff;
  overflow:visible;
  padding:22px 0 2px;
  border-radius:18px;
}

.home .featured-card{
  position:relative;
  flex:0 0 33.3333%;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:18px 14px 10px;
  background:transparent;
  min-width:0;
}

.home .featured-card + .featured-card{border-left:0}

.home .featured-card--pos2{
  z-index:3;
  transform:translateY(-18px);
}

.home .featured-rank{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:-18px;
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}

.home .featured-rank img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
}

.home .featured-logo{
  width:76px;
  height:76px;
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.95) 0%,rgba(245,248,252,.92) 100%);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:10px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    0 8px 18px rgba(12,34,74,.10);
}

.home .featured-logo img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.home .featured-title{
  margin:12px 0 6px;
  font-size:clamp(14px,2.1vw,20px);
  line-height:1.2;
  font-weight:800;
  letter-spacing:.1px;
  color:#1b2940;
}

.home .featured-stars img{
  height:16px;
  width:auto;
  display:block;
}

.home .featured-safe{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:3px;
  color:#4c5f78;
  font-weight:700;
  font-size:16px;
  line-height:1.2;
  white-space:nowrap;
  flex-wrap:nowrap;
  width:100%;
  min-width:0;
  margin:8px 0;
}

.home .featured-safe .icon--safe{flex:0 0 auto}

.home .featured-safe span{
  display:block;
  min-width:0;
  white-space:nowrap;
}

.home .icon--safe{color:#16a34a;width:16px;height:16px}

.home .featured-action{
  display:flex;
  justify-content:center;
  width:100%;
}

.home .featured-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:40px;
  max-width:100%;
  border-radius:12px;
  background:linear-gradient(180deg,#ff2f63 0%,#e71c4d 100%);
  color:#fff;
  font-weight:800;
  border:1px solid rgba(180,14,59,.16);
  text-decoration:none;
  line-height:1;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.16),
    0 8px 18px rgba(231,28,77,.20);
  white-space:nowrap;
  font-size:clamp(12px,1.9vw,14px);
  padding:clamp(8px,1.8vw,10px) clamp(10px,2vw,14px);
}

.home .featured-btn .icon,
.home .featured-btn .icon--sm{flex:0 0 auto}

.home .featured-btn:hover{filter:brightness(.97)}
.home .featured-btn:active{filter:brightness(.92)}
.home .featured-btn[disabled]{opacity:.6;cursor:not-allowed}

@media (max-width:560px){
  .home .home-hero{padding:6px 0 0}
  .home .hero-media{border-radius:14px}
  .home .featured-wrap{
    padding:18px 0 0;
    border-radius:16px;
    overflow:visible;
  }
  .home .featured-card{padding:16px 6px 10px}
  .home .featured-card--pos2{flex-basis:35%;z-index:3;transform:translateY(-16px)}
  .home .featured-card--pos1,
  .home .featured-card--pos3{flex-basis:32.5%;padding-top:24px}
  .home .featured-rank{top:-14px;width:34px;height:34px}
  .home .featured-card--pos2 .featured-logo{width:66px;height:66px;border-radius:16px;margin-top:8px}
  .home .featured-card--pos1 .featured-logo,
  .home .featured-card--pos3 .featured-logo{width:64px;height:64px;border-radius:16px;margin-top:0}
  .home .featured-title{
    font-size:clamp(13px,3.2vw,18px);
    line-height:1.12;
    margin:10px 0 5px;
  }
  .home .featured-stars img{height:clamp(12px,3.2vw,14px)}
  .home .featured-safe{
    gap:2px;
    font-size:clamp(7px,2.05vw,10px);
    letter-spacing:-.01em;
    margin:4px 0 6px;
  }
  .home .featured-safe .icon--safe{
    width:11px;
    height:11px;
  }
  .home .featured-btn{
    min-height:36px;
    border-radius:10px;
    font-size:clamp(11px,2.2vw,13px);
    padding:8px 12px;
  }
}

@media (max-width:380px){
  .home .featured-card{padding-left:6px;padding-right:6px}
  .home .featured-title{font-size:clamp(12px,3.3vw,16px)}
  .home .featured-safe{
    font-size:clamp(6.6px,1.95vw,8.8px);
    gap:1px;
  }
  .home .featured-safe .icon--safe{
    width:10px;
    height:10px;
  }
  .home .featured-btn{
    font-size:clamp(10.5px,2vw,12px);
    padding:8px 10px;
  }
}

.home .section-head{margin:8px 0 12px}
.home .section-head h2{margin:0 0 6px}

.home .tabs-head{margin:8px 0 10px}

.home .tabs-controls{
  display:flex;
  gap:0;
  margin:10px 0 12px;
  max-width:100%;
  font-size:14px;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 8px 18px rgba(13,42,92,.08);
}

.home .tabs-controls > *{
  flex:1 1 0;
  width:0;
  min-width:0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.home .tab-btn{
  width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  border-radius:0;
  padding:12px 8px;
  border:1px solid rgba(31,99,190,.22);
  border-right:0;
  background:#fff;
  color:#223248;
  cursor:pointer;
  text-align:center;
  font-weight:800;
  transition:background .2s ease,color .2s ease,box-shadow .2s ease;
}

.home .tabs-controls > :last-child .tab-btn,
.home .tabs-controls > .tab-btn:last-child{
  border-right:1px solid rgba(31,99,190,.22);
}

.home .tab-btn:hover{
  background:rgba(47,127,224,.06);
  color:#184d95;
}

.home .tab-btn.is-active{
  background:linear-gradient(180deg,#5a9df1 0%,#3b82e6 100%);
  color:#fff;
  border-color:#2f7fe0;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.18),
    0 6px 14px rgba(47,127,224,.18);
}

.home .tab-btn .icon{
  color:currentColor;
  flex:0 0 auto;
}

.home .tab-panel{
  width:100%;
  min-width:0;
}

.home .home-tabs .apk-list-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:0px;
}

@supports (container-type:inline-size){
  .home .tab-panel{
    container-type:inline-size;
    container-name:home-tab-panel;
  }

  @container home-tab-panel (min-width:720px){
    .home .home-tabs .apk-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  }

  @container home-tab-panel (min-width:1140px){
    .home .home-tabs .apk-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  }
}

@supports not (container-type:inline-size){
  @media (min-width:720px){
    .home .home-tabs .apk-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  }

  @media (min-width:1140px){
    .home .home-tabs .apk-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  }
}

@media (max-width:900px){
  .home .home-tabs .apk-list-grid{gap:0px}
}

@media (max-width:720px){
  .home .tabs-controls{overflow:hidden}
  .home .tab-btn{flex:1 1 0;width:0;min-width:0}
}

.home .home-marquee__seo{margin:0 0 10px}
.home .home-marquee__h1{margin:0 0 6px;font-size:28px;line-height:1.15;letter-spacing:.2px}
.home .home-marquee__lead{margin:0;color:var(--muted);font-weight:650}

.home .marquee{
  overflow:hidden;
  border-style:dashed;
  border-color:#f5a33b;
  border-width:2px 0;
  background-color:#ffea80;
}

.home .marquee__track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:apkpkrs-marquee var(--marquee-duration,18s) linear infinite;
}

.home .marquee__group{
  display:flex;
  gap:28px;
  align-items:center;
  flex:0 0 auto;
  padding-right:28px;
}

.home .marquee__item{
  flex:0 0 auto;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
}

.home .marquee__item--h1{
  font-weight:800;
  font-size:20px;
  color:#2c81fb;
  letter-spacing:.2px;
}

.home .marquee__item--quote{
  font-weight:650;
  font-size:14px;
  color:#2c81fb;
  padding:8px 12px;
  background:rgba(255,255,255,.03);
}

.home .marquee__item--text{
  font-weight:650;
  font-size:14px;
  color:#2c81fb;
  letter-spacing:.2px;
  padding:8px 12px;
}

@keyframes apkpkrs-marquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(calc(-1 * var(--marquee-shift,50%)),0,0)}
}

@media (max-width:900px){
  .home .home-marquee__h1{font-size:22px}
}

@media (max-width:560px){
  .home .marquee__item--h1{font-size:16px}
  .home .marquee__item--quote{font-size:12.5px;padding:7px 12px}
  .home .marquee__item--text{font-size:12.5px}
  .home .marquee__track{animation-duration:var(--marquee-duration-mobile,14s)}
}

@media (prefers-reduced-motion: reduce){
  .home .marquee__track{animation:none}
}

.home #marquee2{margin-top:10px}