   
                         
                                                            
                                                                               
   



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

.home .hero-media{
  position:relative;
  height:clamp(360px,29vw,430px);
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(27,121,82,.40);
  background:#043a24;
  box-shadow:
    0 7px 20px rgba(13,42,92,.11),
    0 0 0 2px rgba(37,166,102,.05);
}

.home .hero-media img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center top;
}

.home .home-hero__content{
  position:absolute;
  z-index:2;
  inset:0;
  color:#fff;
  font-family:var(--home-hero-font,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif);
  pointer-events:none;
}

.home .home-hero__title{
  position:absolute;
  left:var(--home-hero-desktop-title-x,30%);
  top:var(--home-hero-desktop-title-y,30%);
  width:var(--home-hero-desktop-title-width,67%);
  height:var(--home-hero-desktop-title-height,25%);
  margin:0;
  color:var(--home-hero-desktop-title-color,#f4c95d);
  font-size:var(--home-hero-desktop-title-font-size,42px);
  font-weight:var(--home-hero-desktop-title-font-weight,900);
  line-height:1.08;
  letter-spacing:-.02em;
  text-align:var(--home-hero-desktop-title-align,left);
  -webkit-text-stroke:var(--home-hero-desktop-title-outline-width,1.1px) var(--home-hero-desktop-title-outline-color,#3b2a0b);
  paint-order:stroke fill;
  text-shadow:
    0 2px 12px rgba(0,22,12,.75),
    0 0 var(--home-hero-desktop-title-glow-strength,5px) var(--home-hero-desktop-title-glow-color,#163b22);
  text-wrap:wrap;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.home .home-hero__lead{
  position:absolute;
  left:var(--home-hero-desktop-lead-x,30%);
  top:var(--home-hero-desktop-lead-y,57%);
  width:var(--home-hero-desktop-lead-width,67%);
  height:var(--home-hero-desktop-lead-height,28%);
  margin:0;
  color:var(--home-hero-desktop-lead-color,#fff);
  font-size:var(--home-hero-desktop-lead-font-size,18px);
  font-weight:var(--home-hero-desktop-lead-font-weight,650);
  line-height:1.48;
  text-align:var(--home-hero-desktop-lead-align,left);
  -webkit-text-stroke:var(--home-hero-desktop-lead-outline-width,.8px) var(--home-hero-desktop-lead-outline-color,#123621);
  paint-order:stroke fill;
  text-shadow:
    0 2px 12px rgba(0,22,12,.75),
    0 0 var(--home-hero-desktop-lead-glow-strength,5px) var(--home-hero-desktop-lead-glow-color,#062719);
  text-wrap:pretty;
}

@media (max-width:767px){
  .home .home-hero{padding:6px 0 0}
  .home .hero-media{
    height:auto;
    aspect-ratio:1796/876;
    border-radius:14px;
  }
  .home .home-hero__title{
    left:var(--home-hero-mobile-title-x,29.5%);
    top:var(--home-hero-mobile-title-y,24%);
    width:var(--home-hero-mobile-title-width,68.5%);
    height:var(--home-hero-mobile-title-height,23%);
    color:var(--home-hero-mobile-title-color,#f4c95d);
    font-size:var(--home-hero-mobile-title-font-size,17px);
    font-weight:var(--home-hero-mobile-title-font-weight,900);
    line-height:1.08;
    text-align:var(--home-hero-mobile-title-align,left);
    -webkit-text-stroke:var(--home-hero-mobile-title-outline-width,.6px) var(--home-hero-mobile-title-outline-color,#3b2a0b);
    text-shadow:
      0 1px 7px rgba(0,18,10,.88),
      0 0 var(--home-hero-mobile-title-glow-strength,3px) var(--home-hero-mobile-title-glow-color,#163b22);
    text-wrap:wrap;
    white-space:normal;
    overflow-wrap:normal;
    word-break:normal;
    hyphens:none;
  }
  .home .home-hero__lead{
    left:var(--home-hero-mobile-lead-x,29.5%);
    top:var(--home-hero-mobile-lead-y,50%);
    width:var(--home-hero-mobile-lead-width,68.5%);
    height:var(--home-hero-mobile-lead-height,30%);
    color:var(--home-hero-mobile-lead-color,#fff);
    font-size:var(--home-hero-mobile-lead-font-size,11px);
    font-weight:var(--home-hero-mobile-lead-font-weight,650);
    line-height:1.26;
    text-align:var(--home-hero-mobile-lead-align,left);
    -webkit-text-stroke:var(--home-hero-mobile-lead-outline-width,.5px) var(--home-hero-mobile-lead-outline-color,#123621);
    text-shadow:
      0 1px 7px rgba(0,18,10,.88),
      0 0 var(--home-hero-mobile-lead-glow-strength,3px) var(--home-hero-mobile-lead-glow-color,#062719);
  }
}

.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 .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-controls{
  display:flex;
  gap:0;
  margin:10px 0;
  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;
}

@media (min-width:768px) and (max-width:1023px){
  .home .hero-media{height:clamp(340px,41vw,400px)}
  .home .home-hero__title{font-size:calc(var(--home-hero-desktop-title-font-size,42px) * .86)}
  .home .home-hero__lead{font-size:calc(var(--home-hero-desktop-lead-font-size,18px) * .89)}
}

.home .apk-pagination{
  display:flex;
  justify-content:center;
  width:100%;
  padding:18px 0 6px;
}

.home .apk-pagination__inner{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
}

.home .apk-pagination .page-numbers{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:40px;
  min-height:40px;
  padding:7px 12px;
  border:1px solid rgba(31,99,190,.24);
  border-radius:9px;
  background:#fff;
  color:#184d95;
  font-weight:800;
  line-height:1;
  transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.home .apk-pagination a.page-numbers:hover{
  border-color:#2f7fe0;
  background:rgba(47,127,224,.08);
  box-shadow:0 5px 12px rgba(47,127,224,.12);
}

.home .apk-pagination .page-numbers.current{
  border-color:#2f7fe0;
  background:linear-gradient(180deg,#5a9df1 0%,#3b82e6 100%);
  color:#fff;
}

@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--top{margin:0 0 10px}

.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:12px;
  align-items:center;
  flex:0 0 auto;
  padding-right:12px;
}

.home .marquee__item{
  flex:0 0 auto;
  white-space:nowrap;
  display:inline-flex;
  align-items:center;
  font-weight:650;
  font-size:14px;
  color:#2c81fb;
  letter-spacing:.2px;
  padding:8px 0;
}

.home .marquee__separator{
  flex:0 0 auto;
  color:#d57b0a;
  font-size:12px;
  line-height:1;
}

@media (max-width:560px){
  .home .marquee__group{gap:10px;padding-right:10px}
  .home .marquee__item{font-size:12.5px;padding:7px 0}
  .home .marquee__separator{font-size:10px}
  .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}

.home .home-editor-content{
  padding:10px 0 0;
}

.home .home-editor-content__body{
  position:relative;
  width:100%;
  margin:0;
  padding:clamp(20px,3vw,38px) clamp(16px,3.4vw,44px);
  border:1px solid rgba(35,124,185,.16);
  border-top:0;
  border-radius:0 0 18px 18px;
  background:linear-gradient(180deg,#f3fbff 0%,#fff 44%);
  box-shadow:0 12px 32px rgba(13,77,125,.09);
  color:#223248;
}

.home .home-editor-content__body::before{
  content:"";
  position:absolute;
  top:0;
  left:-1px;
  right:-1px;
  height:4px;
  background:linear-gradient(90deg,#2f7fe0 0%,#0aa09c 100%);
}

.home .home-editor-content__body > :first-child{margin-top:0}
.home .home-editor-content__body > :last-child{margin-bottom:0}

.home .home-editor-content__body h2{
  margin:clamp(26px,3vw,38px) 0 12px;
  color:#126c96;
  font-size:clamp(23px,2.2vw,32px);
  line-height:1.2;
}

.home .home-editor-content__body h3{
  margin:clamp(20px,2.5vw,30px) 0 10px;
  color:#14757d;
  font-size:clamp(18px,1.6vw,24px);
  line-height:1.25;
}

  
                                                                          
                                                                              
                                                                            
   
.home .home-editor-content__body h2,
.home .home-editor-content__body h3,
.home .home-editor-content__body h4{
  text-wrap:wrap;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}

.home .home-editor-content__body p,
.home .home-editor-content__body li{
  font-size:clamp(15px,.35vw + 14px,17px);
  line-height:1.72;
}

.home .home-editor-content__body p{margin:0 0 16px}
.home .home-editor-content__body ul,
.home .home-editor-content__body ol{margin:0 0 18px;padding-left:1.35em}
.home .home-editor-content__body li + li{margin-top:7px}

.home .home-editor-content__body a{
  color:#096cc2;
  text-decoration:underline;
  text-decoration-thickness:.08em;
  text-underline-offset:.16em;
}

.home .home-editor-content__body img,
.home .home-editor-content__body iframe,
.home .home-editor-content__body table{max-width:100%}

@media (max-width:560px){
  .home .home-editor-content__body{
    padding:20px 15px 24px;
    border-radius:0 0 14px 14px;
  }
}
