














.home .home-main{display:flex;flex-direction:column;gap:0}
.home .home-main > * + *{margin-top:var(--yono-major-gap)}
.home .home-main > .home-directory-stats + .home-featured{margin-top:var(--yono-home-stats-featured-gap)}

.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,40px);
  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,16px);
  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,15px);
    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,9px);
    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:var(--apk-logo-radius);
  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(12px,2.1vw,18px);
  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:14px;
  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(10px,1.9vw,12px);
  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:var(--apk-logo-radius);margin-top:8px}
  .home .featured-card--pos1 .featured-logo,
  .home .featured-card--pos3 .featured-logo{width:64px;height:64px;border-radius:var(--apk-logo-radius);margin-top:0}
  .home .featured-title{
    font-size:clamp(11px,3.2vw,16px);
    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(5px,2.05vw,8px);
    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(9px,2.2vw,11px);
    padding:8px 12px;
  }
}

@media (max-width:380px){
  .home .featured-card{padding-left:6px;padding-right:6px}
  .home .featured-title{font-size:clamp(10px,3.3vw,14px)}
  .home .featured-safe{
    font-size:clamp(4.6px,1.95vw,6.8px);
    gap:1px;
  }
  .home .featured-safe .icon--safe{
    width:10px;
    height:10px;
  }
  .home .featured-btn{
    font-size:clamp(8.5px,2vw,10px);
    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:12px;
  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:var(--yono-body-color);
  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;
}

.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;
}

 

.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:12px;
  color:#2c81fb;
  letter-spacing:.2px;
  padding:8px 0;
}

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

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

.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,
.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 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;
  }
}

.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:var(--apk-logo-radius);
  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(12px,2.1vw,18px);
  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:14px;
  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(10px,1.9vw,12px);
  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:var(--apk-logo-radius);margin-top:8px}
  .home .featured-card--pos1 .featured-logo,
  .home .featured-card--pos3 .featured-logo{width:64px;height:64px;border-radius:var(--apk-logo-radius);margin-top:0}
  .home .featured-title{
    font-size:clamp(11px,3.2vw,16px);
    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(5px,2.05vw,8px);
    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(9px,2.2vw,11px);
    padding:8px 12px;
  }
}

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

 
.home .featured-card--placeholder .featured-logo{background:transparent;box-shadow:none;border:1px dashed rgba(148,163,184,.28)}
.home .featured-card--placeholder .featured-stars,
.home .featured-card--placeholder .featured-safe,
.home .featured-card--placeholder .featured-btn--empty{visibility:hidden}
.home .home-tabs .apk-list-grid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;width:100%;max-width:none;margin-inline:auto}
@media(max-width:560px){.home .home-tabs .apk-list-grid{gap:8px!important}}


 
.home .home-hero{padding:16px 0 10px}.home .hero-directory{padding:34px 24px;border-radius:20px;background:linear-gradient(120deg,#061827 0%,#063a35 55%,#07513d 100%);color:#fff;text-align:center;border:1px solid rgba(16,185,129,.28);box-shadow:0 10px 28px rgba(2,20,30,.10)}
.home .hero-directory .home-hero__title{position:static;width:auto;height:auto;margin:0;color:#fff;font-family:inherit;font-size:var(--yono-h1-size);font-weight:var(--yono-h1-weight);line-height:1.08;letter-spacing:-.025em;text-align:center;-webkit-text-stroke:0;text-shadow:none}
.home .hero-directory .home-hero__lead{position:static;width:min(760px,100%);height:auto;margin:12px auto 0;color:rgba(255,255,255,.88);font-size:clamp(12px,1.4vw,16px);font-weight:450;line-height:1.55;text-align:center;-webkit-text-stroke:0;text-shadow:none}
@media(max-width:520px){.home .home-hero{padding:10px 0 8px}.home .hero-directory{padding:24px 14px;border-radius:16px}.home .hero-directory .home-hero__title{font-size:var(--yono-h1-size)}.home .hero-directory .home-hero__lead{font-size:12px}}


 
.home .home-tabs .tabs-controls{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}

 
.home .featured-card--placeholder{padding-bottom:2px!important;min-height:0!important}
.home .featured-card--placeholder .featured-title,
.home .featured-card--placeholder .featured-stars,
.home .featured-card--placeholder .featured-safe,
.home .featured-card--placeholder .featured-action{display:none!important}
.home .featured-card--placeholder .featured-logo{margin-bottom:0!important}
.home .featured-wrap{padding-bottom:0!important}
.home .home-featured{padding-bottom:0!important;margin-bottom:0!important}
.home .home-tabs{padding-top:0!important}
.home .home-tabs .tabs-controls{
  display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:6px!important;margin:8px auto 10px!important;width:100%!important;max-width:none!important;
  padding:4px!important;border-radius:14px!important;background:#edf4fd!important;
  box-shadow:0 6px 16px rgba(13,42,92,.07)!important;overflow:visible!important
}
.home .home-tabs .tab-btn{
  min-height:46px!important;border:0!important;border-radius:10px!important;
  padding:10px 12px!important;font-size:clamp(12px,1.2vw,14px)!important;
  overflow:visible!important;text-overflow:clip!important;white-space:nowrap!important
}
.home .home-tabs .tab-btn:not(.is-active){background:#fff!important;color:#24364f!important;box-shadow:inset 0 0 0 1px rgba(31,99,190,.12)!important}
.home .home-tabs .tab-btn.is-active{background:linear-gradient(180deg,#5a9df1 0%,#3b82e6 100%)!important;color:#fff!important}
@media(max-width:560px){
  .home .featured-wrap{padding-top:16px!important}
  .home .home-tabs .tabs-controls{gap:4px!important;margin-top:6px!important;padding:3px!important}
  .home .home-tabs .tabs-controls > *{width:auto!important;min-width:0!important;overflow:visible!important;text-overflow:clip!important}
  .home .home-tabs .tab-btn{width:100%!important;min-height:44px!important;padding:9px 7px!important;font-size:12px!important;gap:5px!important}
  .home .home-tabs .tab-btn span{display:block;min-width:0;white-space:nowrap!important;overflow:visible!important}
  .home .home-tabs .tab-btn .icon{width:15px;height:15px}
}


 
.home .home-directory-stats{padding:10px 0 6px}
.home .home-directory-stats__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:6px 8px;border:1px solid var(--yono-surface-border,#d7e5f2);border-radius:14px;background:var(--yono-stats-surface,#eef7fb)}
.home .home-directory-stat{display:grid;grid-template-columns:26px minmax(0,max-content) 26px;align-items:center;justify-content:center;column-gap:9px;min-width:0;padding:10px 12px;border-radius:0;background:transparent;text-align:center}
.home .home-directory-stat::after{content:"";width:26px;height:1px}
.home .home-directory-stat__icon{width:26px;height:26px;color:#2f7fe0}
.home .home-directory-stat>div{display:flex;flex-direction:column;align-items:center;min-width:0;text-align:center}
.home .home-directory-stat strong{font-size:clamp(20px,3.4vw,32px);line-height:1;color:#12345d;white-space:nowrap}
.home .home-directory-stat span{margin-top:4px;color:#66758d;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.03em}

 
.home .home-tags-ticker{padding:10px 0 0}
.home .home-tags-ticker__shell{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:stretch;overflow:hidden;border:1px solid rgba(35,124,185,.18);border-radius:12px;background:linear-gradient(90deg,#fff7d4 0%,#effbfa 100%)}
.home .home-tags-ticker__label{display:flex;align-items:center;padding:9px 12px;background:#173a63;color:#fff;font-size:11px;font-weight:900;letter-spacing:.02em;z-index:2}
.home .home-tags-ticker__marquee{min-width:0;overflow:hidden;border:0;background:transparent}
.home .home-tags-ticker__track{display:flex;width:max-content;will-change:transform;animation:apkpkrs-marquee var(--marquee-duration,28s) linear infinite}
.home .home-tags-ticker__group{display:flex;align-items:center;gap:8px;flex:0 0 auto;padding:6px 10px 6px 0}
.home .home-tags-ticker__category{flex:0 0 auto;white-space:nowrap;font-size:11px;font-weight:900}
.home .home-tags-ticker__category--yono{color:#ffd24a;text-shadow:0 1px 0 rgba(74,54,0,.18)}
.home .home-tags-ticker__category--rummy{color:#64e49a;text-shadow:0 1px 0 rgba(0,64,37,.14)}
.home .home-tags-ticker__category--lottery{color:#c4b5fd;text-shadow:0 1px 0 rgba(76,29,149,.14)}
.home .home-tags-ticker__pill{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border:1px solid rgba(37,83,127,.12);border-radius:999px;background:#fff;color:#355273;font-size:10.5px;font-weight:750;white-space:nowrap;box-shadow:0 2px 6px rgba(18,52,93,.05)}
@media(max-width:560px){
  .home .home-directory-stats{padding-top:6px}
  .home .home-directory-stats__inner{gap:7px;padding:5px 6px;border-radius:12px}
  .home .home-directory-stat{grid-template-columns:20px minmax(0,max-content) 20px;column-gap:6px;padding:9px 7px}
  .home .home-directory-stat::after{width:20px}
  .home .home-directory-stat__icon{width:20px;height:20px}
  .home .home-directory-stat strong{font-size:clamp(16px,6vw,23px)}
  .home .home-directory-stat span{font-size:7.5px}
  .home .home-tags-ticker__label{padding:7px 9px;font-size:9px}
  .home .home-tags-ticker__group{gap:6px;padding-top:5px;padding-bottom:5px}
  .home .home-tags-ticker__category{font-size:9px}
  .home .home-tags-ticker__pill{min-height:25px;padding:3px 8px;font-size:9px}
}

 
.home .home-directory-stat:first-child .home-directory-stat__icon{color:var(--yono-primary-blue,#1f78dc)}
.home .home-directory-stat:last-child .home-directory-stat__icon{color:var(--yono-rummy-green,#18a36a)}

 
.home .home-app-searches{padding:10px 0 0}
.home .home-app-searches__shell{
  border:1px solid rgba(35,124,185,.18);
  border-radius:16px;
  background:linear-gradient(135deg,#f8fbff 0%,#f3fbf7 100%);
  box-shadow:0 8px 22px rgba(18,52,93,.06);
  overflow:hidden;
}
.home .home-app-searches__head{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  padding:10px 14px;
  border-bottom:1px solid rgba(35,124,185,.14);
  background:rgba(255,255,255,.72);
  text-align:center;
}
.home .home-app-searches__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--yono-primary-blue,#1f78dc)}
.home .home-app-searches__icon .icon{width:17px;height:17px}
.home .home-app-searches__head h2{margin:0;color:#1b2d46;font-size:15px;font-weight:800;line-height:1.25}
.home .home-app-searches__count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:26px;
  height:22px;
  padding:0 7px;
  border-radius:999px;
  background:#e8f2ff;
  color:#2b64aa;
  font-size:10px;
  font-weight:800;
}
.home .home-app-searches__links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:12px 14px 14px;
}
.home .home-app-searches__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:5px 10px;
  border:1px solid rgba(36,82,132,.14);
  border-radius:999px;
  background:#fff;
  color:#36516f;
  font-size:11px;
  font-weight:700;
  line-height:1.2;
  text-align:center;
  box-shadow:0 2px 7px rgba(18,52,93,.045);
  transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease;
}
.home .home-app-searches__link:hover,
.home .home-app-searches__link:focus-visible{
  border-color:rgba(31,120,220,.35);
  background:#eef6ff;
  color:#165fae;
  transform:translateY(-1px);
}

@media(max-width:767px){
  .home .home-app-searches__head{min-height:42px;padding:9px 10px}
  .home .home-app-searches__head h2{font-size:13px}
  .home .home-app-searches__links{gap:6px;padding:10px}
  .home .home-app-searches__link{min-height:28px;padding:4px 8px;font-size:9.5px}
}

 
.home .home-editor-content__body{
  padding:18px 0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.home .home-editor-content__body::before{display:none!important}
.home .home-main-introduction{margin:0}
.home .home-main-introduction > h2{text-align:center}
.home .home-main-introduction > p{max-width:920px;margin-left:auto;margin-right:auto;text-align:center}
.home .home-fixed-content{margin-top:var(--yono-major-gap);padding:0;background:transparent}
.home .home-fixed-content > .container{display:flex;flex-direction:column;gap:var(--yono-content-section-gap,20px)}
.home .home-fixed-benefits,.home .home-fixed-faq{margin:0;background:transparent}
.home .home-fixed-benefits > h2,.home .home-fixed-faq > h2{
  margin:0 0 var(--yono-h2-after,9px);
  color:var(--yono-h2-color,#182840);
  font-size:var(--yono-h2-size);
  font-weight:var(--yono-h2-weight,700);
  line-height:1.25;
  text-align:center;
}
.home .home-fixed-benefits__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.home .home-fixed-benefit{
  min-width:0;padding:16px;border:1px solid var(--yono-surface-border,#d7e5f2);border-radius:14px;
  display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:start;background:#fff;
}
.home .home-fixed-benefit__icon{
  width:38px;height:38px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;
  color:var(--home-benefit-accent,var(--yono-primary-blue,#1f78dc));
  background:color-mix(in srgb,var(--home-benefit-accent,var(--yono-primary-blue,#1f78dc)) 10%,#fff 90%);
}
.home .home-fixed-benefit__icon svg{width:21px;height:21px}
.home .home-fixed-benefit__copy h3{margin:0 0 5px;color:#203852;font-size:15px;line-height:1.35;font-weight:800}
.home .home-fixed-benefit__copy p{margin:0;color:var(--yono-body-color,#40526b);font-size:var(--yono-body-size);line-height:1.65}
.home .home-fixed-benefit--safe{--home-benefit-accent:#16a56a}
.home .home-fixed-benefit--bonus{--home-benefit-accent:#e5a100}
.home .home-fixed-benefit--withdraw{--home-benefit-accent:#168a72}
.home .home-fixed-benefit--download{--home-benefit-accent:#267fdb}
.home .home-fixed-faq__list{display:grid;gap:8px}
.home .home-fixed-faq__item{margin:0;overflow:hidden;border:1px solid var(--yono-surface-border,#d7e5f2);border-radius:13px;background:#fff;box-shadow:none}
.home .home-fixed-faq__heading{margin:0!important;padding:0!important;font-size:inherit!important;line-height:inherit!important}
.home .home-fixed-faq__toggle{
  width:100%;min-height:52px;margin:0;padding:12px 16px;border:0;
  background:linear-gradient(90deg,
    color-mix(in srgb,var(--yono-primary-blue,#1f78dc) 11%,var(--yono-accordion-closed-surface,#fff) 89%) 0%,
    color-mix(in srgb,var(--yono-rummy-green,#18a36a) 13%,var(--yono-accordion-closed-surface,#fff) 87%) 100%);
  display:grid;grid-template-columns:minmax(0,1fr) 10px;gap:12px;align-items:center;
  color:#29425f;text-align:left;font:inherit;font-weight:800;cursor:pointer;
  transition:background .18s ease,color .18s ease;
}
.home .home-fixed-faq__item.is-open .home-fixed-faq__toggle{
  background:linear-gradient(90deg,
    color-mix(in srgb,var(--yono-primary-blue,#1f78dc) 24%,var(--yono-accordion-open-surface,#eefbf5) 76%) 0%,
    color-mix(in srgb,var(--yono-rummy-green,#18a36a) 28%,var(--yono-accordion-open-surface,#eefbf5) 72%) 100%);
  color:#0f5f56;
}
.home .home-fixed-faq__chevron{width:8px;height:8px;border-right:2px solid #667b90;border-bottom:2px solid #667b90;transform:rotate(45deg);transition:transform .16s ease}
.home .home-fixed-faq__item.is-open .home-fixed-faq__chevron{transform:rotate(225deg);border-color:#0f6e5c}
.home .home-fixed-faq__panel{padding:13px 16px 15px;border-top:1px solid color-mix(in srgb,var(--yono-primary-blue,#1f78dc) 16%,var(--yono-accordion-divider-color,#c9dceb) 84%);background:var(--yono-accordion-panel-surface,#fff);color:var(--yono-body-color,#40526b);font-size:var(--yono-body-size);line-height:1.7}
.home .home-fixed-faq__panel[hidden]{display:none!important}
.home .home-fixed-faq__panel p{margin:0}
@media(max-width:767px){
  .home .home-editor-content__body{padding:14px 0!important}
  .home .home-main-introduction > p{text-align:left}
  .home .home-fixed-content > .container{gap:var(--yono-content-section-gap,20px)}
  .home .home-fixed-benefits__grid{grid-template-columns:1fr;gap:8px}
  .home .home-fixed-benefit{padding:13px;grid-template-columns:32px minmax(0,1fr);gap:10px}
  .home .home-fixed-benefit__icon{width:32px;height:32px;border-radius:9px}
  .home .home-fixed-benefit__icon svg{width:18px;height:18px}
  .home .home-fixed-benefit__copy h3{font-size:13px}
  .home .home-fixed-faq__toggle{min-height:48px;padding:11px 13px;font-size:12px;line-height:1.45}
  .home .home-fixed-faq__panel{padding:12px 13px 14px;font-size:12px}
}
 
.home .featured-wrap{background:transparent;border-radius:0}


 
.home .home-app-searches__link[hidden]{display:none!important}
.home .home-app-searches__actions{display:flex;justify-content:center;padding:0 12px 12px}
.home .home-app-searches__toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:32px;padding:6px 13px;border:1px solid rgba(31,120,220,.18);border-radius:999px;background:#fff;color:#2c5f97;font-size:10.5px;font-weight:800;line-height:1.2;cursor:pointer;box-shadow:0 2px 6px rgba(18,52,93,.035)}
.home .home-app-searches__toggle[hidden]{display:none!important}
.home .home-app-searches__toggle-chevron{width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .15s ease}
.home .home-app-searches__toggle[aria-expanded="true"] .home-app-searches__toggle-chevron{transform:rotate(225deg) translate(-1px,-1px)}
.home .home-main-introduction{max-width:920px;margin:0 auto!important;padding:2px 0}
.home .home-main-introduction > h2{margin-bottom:14px!important;text-align:center;letter-spacing:-.01em}
.home .home-main-introduction > p{max-width:860px;margin-left:auto!important;margin-right:auto!important;text-align:left!important;line-height:1.78}
.home .home-main-introduction > p + p{margin-top:12px!important}
.home .home-main-introduction__lead{color:#314a66;font-weight:500}
.home .home-main-introduction__details{color:var(--yono-body-color,#40526b)}
@media(max-width:767px){
  .home .home-app-searches__actions{padding:0 10px 10px}
  .home .home-app-searches__toggle{min-height:30px;padding:5px 11px;font-size:9.5px}
  .home .home-main-introduction{padding:0 2px}
  .home .home-main-introduction > h2{margin-bottom:10px!important}
  .home .home-main-introduction > p{font-size:max(var(--yono-body-size),13px)!important;line-height:1.76!important}
  .home .home-main-introduction > p + p{margin-top:10px!important}
}

 
.home .home-seo-categories,
.home .home-seo-modes,
.home .home-seo-register{margin:0;background:transparent}
.home .home-seo-categories > h2,
.home .home-seo-modes > h2,
.home .home-seo-register > h2{
  margin:0 0 var(--yono-h2-after,9px);
  color:var(--yono-h2-color,#182840);
  font-size:var(--yono-h2-size);
  font-weight:var(--yono-h2-weight,700);
  line-height:1.25;
  text-align:center;
}
.home .home-seo-categories__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.home .home-seo-category{
  position:relative;
  min-width:0;
  padding:17px 18px 18px;
  border:1px solid var(--yono-surface-border,#d7e5f2);
  border-radius:15px;
  background:linear-gradient(135deg,#fff 0%,var(--home-seo-tint,#f4f9ff) 100%);
  overflow:hidden;
}
.home .home-seo-category::before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:3px;
  background:var(--home-seo-accent,var(--yono-primary-blue,#1f78dc));
}
.home .home-seo-category--yono{--home-seo-accent:var(--yono-yono-gold,#e4aa13);--home-seo-tint:#fff9e8}
.home .home-seo-category--rummy{--home-seo-accent:var(--yono-rummy-green,#18a36a);--home-seo-tint:#eefbf5}
.home .home-seo-category h3{margin:0 0 7px;color:#203852;font-size:15px;line-height:1.35;font-weight:800}
.home .home-seo-category p{margin:0;color:var(--yono-body-color,#40526b);font-size:var(--yono-body-size);line-height:1.72}

.home .home-seo-modes__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  overflow:hidden;
  border:1px solid var(--yono-surface-border,#d7e5f2);
  border-radius:15px;
  background:#fff;
}
.home .home-seo-mode{display:grid;grid-template-columns:30px minmax(0,1fr);gap:11px;align-items:start;padding:16px 17px}
.home .home-seo-mode:nth-child(odd){border-right:1px solid #e2ebf2}
.home .home-seo-mode:nth-child(n+3){border-top:1px solid #e2ebf2}
.home .home-seo-mode__index{
  display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;
  background:linear-gradient(135deg,#e9f4ff,#eafaf2);color:#1d6fa8;font-size:12px;font-weight:900;
}
.home .home-seo-mode h3{margin:0 0 5px;color:#203852;font-size:14px;line-height:1.35;font-weight:800}
.home .home-seo-mode p{margin:0;color:var(--yono-body-color,#40526b);font-size:var(--yono-body-size);line-height:1.68}
.home .home-seo-modes__note{
  max-width:760px;margin:11px auto 0!important;padding:9px 13px;border-radius:999px;
  background:#f3f8fd;color:#48637f;text-align:center;font-size:12px;line-height:1.55;
}

.home .home-seo-register__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.home .home-seo-register__step{
  min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start;
  padding:15px 16px;border:1px solid var(--yono-surface-border,#d7e5f2);border-radius:14px;background:#fff;
}
.home .home-seo-register__number{
  display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;
  background:linear-gradient(135deg,var(--yono-primary-blue,#1f78dc),var(--yono-rummy-green,#18a36a));
  color:#fff;font-size:12px;font-weight:900;box-shadow:0 3px 8px rgba(31,120,220,.13);
}
.home .home-seo-register__step h3{margin:0 0 5px;color:#203852;font-size:14px;line-height:1.35;font-weight:800}
.home .home-seo-register__step p{margin:0;color:var(--yono-body-color,#40526b);font-size:var(--yono-body-size);line-height:1.68}
.home .home-fixed-faq__panel .seo-context-link,
.home .home-seo-category .seo-context-link,
.home .home-seo-modes__note .seo-context-link{font-weight:800}

@media(max-width:767px){
  .home .home-seo-categories__grid,
  .home .home-seo-register__grid{grid-template-columns:1fr;gap:8px}
  .home .home-seo-category{padding:14px 14px 15px;border-radius:13px}
  .home .home-seo-category h3{font-size:13px}
  .home .home-seo-category p{font-size:max(var(--yono-body-size),12px);line-height:1.7}
  .home .home-seo-modes__grid{grid-template-columns:1fr;border-radius:13px}
  .home .home-seo-mode{grid-template-columns:27px minmax(0,1fr);gap:10px;padding:13px 14px}
  .home .home-seo-mode:nth-child(odd){border-right:0}
  .home .home-seo-mode:nth-child(n+2){border-top:1px solid #e2ebf2}
  .home .home-seo-mode__index{width:27px;height:27px;border-radius:9px;font-size:11px}
  .home .home-seo-mode h3{font-size:13px}
  .home .home-seo-mode p{font-size:12px;line-height:1.68}
  .home .home-seo-modes__note{margin-top:9px!important;padding:8px 11px;border-radius:12px;text-align:left;font-size:11.5px}
  .home .home-seo-register__step{grid-template-columns:30px minmax(0,1fr);gap:10px;padding:13px;border-radius:12px}
  .home .home-seo-register__number{width:30px;height:30px;font-size:11px}
  .home .home-seo-register__step h3{font-size:13px}
  .home .home-seo-register__step p{font-size:12px;line-height:1.68}
}
