
body{
  margin:0;font-family:Arial,sans-serif;color:#fff;overflow-x:hidden;
  background:radial-gradient(circle at top,#123b8b 0%,#3b020c 14%,#12000a 32%,#030712 65%,#000 100%);
}
.container{max-width:920px;margin:0 auto;padding:14px 12px 28px}
.notice-bar{
  position:sticky;top:0;z-index:20;
  background:linear-gradient(90deg,#7f1d1d,#2563eb,#ea580c);
  color:#fff;padding:8px 12px;text-align:center;font-weight:900;font-size:13px;
}
.top-bonus{
  display:block;text-align:center;text-decoration:none;color:#fff;
  font-size:28px;font-weight:900;padding:16px;border-radius:18px;
  background:linear-gradient(90deg,#ff003c,#ff5a00 55%,#2563eb);
  box-shadow:0 0 18px rgba(255,0,60,.42),0 0 28px rgba(37,99,235,.22);
  margin-bottom:10px;
}
.bonus-marquee-wrap{
  margin:8px 0 10px;overflow:hidden;border-radius:14px;padding:9px 0;
  background:linear-gradient(90deg,rgba(37,99,235,.15),rgba(255,0,0,.18));
  border:1px solid rgba(255,255,255,.06);
}
.bonus-marquee-track{display:flex;width:max-content;animation:marqLoop 22s linear infinite}
.bonus-marquee-item{
  flex:0 0 auto;padding:0 24px;font-size:12px;font-weight:900;color:#fff;white-space:nowrap
}
.bonus-dot{color:#fbbf24;margin:0 10px}
@keyframes marqLoop{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

.top-mini,.fast-access{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:8px
}
.mini-chip,.fast-card{
  background:linear-gradient(145deg,rgba(0,255,120,.08),rgba(0,0,0,.25));
  border:1px solid rgba(0,255,120,.25);border-radius:12px;padding:8px 10px;
}
.mini-title,.fast-title{font-size:10px;color:#93c5fd;font-weight:900;letter-spacing:.5px}
.mini-value,.fast-value{font-size:15px;font-weight:900;margin-top:4px}
.fast-value{color:#00ff88;text-shadow:0 0 6px rgba(0,255,120,.55)}
.online-dot{color:#00ff88;text-shadow:0 0 8px #00ff88;margin-right:6px}

.featured-download{
  margin:8px 0 10px;border-radius:16px;padding:10px;
  background:linear-gradient(135deg,rgba(0,255,136,.10),rgba(37,99,235,.16),rgba(255,0,60,.10));
  border:1px solid rgba(255,255,255,.08);
}
.featured-badge{
  display:inline-block;background:linear-gradient(90deg,#00ff88,#22c55e);
  color:#04150c;font-weight:900;font-size:10px;padding:5px 9px;border-radius:999px;
  margin-bottom:8px;
}
.featured-inner{display:grid;grid-template-columns:1.3fr .7fr;gap:10px;align-items:center}
.featured-title{font-size:20px;font-weight:900;line-height:1.05}
.featured-sub{margin-top:5px;font-size:12px;color:#dbeafe;line-height:1.45}
.featured-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}
.site-btn{
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none;
  border-radius:12px;padding:9px 12px;font-weight:900;font-size:12px;color:#fff
}
.btn-primary-real{background:linear-gradient(90deg,#ff003c,#ff5a00)}
.btn-secondary-real{background:linear-gradient(90deg,#2563eb,#38bdf8)}
.featured-right{display:flex;align-items:center;justify-content:center}
.featured-right img,.featured-fallback{
  width:82px;height:82px;border-radius:18px;background:#fff;object-fit:contain;
  display:flex;align-items:center;justify-content:center;color:#111827;font-size:30px;font-weight:900
}

.apps-main-grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:8px 0 10px
}
.real-app-card{
  text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:space-between;
  min-height:100px;padding:10px 7px;border-radius:12px;background:linear-gradient(145deg,#071326,#0f1f3d);
  border:1px solid rgba(37,99,235,.24);box-shadow:0 0 12px rgba(37,99,235,.12);color:#fff
}
.app-card-logo{
  width:44px;height:44px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden
}
.app-card-logo img{width:100%;height:100%;object-fit:contain}
.app-card-logo span{color:#111827;font-size:18px;font-weight:900}
.app-card-name{font-size:11px;font-weight:900;margin-top:6px;text-align:center}
.app-card-btn{
  margin-top:6px;padding:6px 10px;border-radius:999px;background:linear-gradient(90deg,#00ff88,#22c55e);
  color:#03120b;font-size:10px;font-weight:900
}

.section{
  margin:0 0 8px;padding:10px;border-radius:16px;background:linear-gradient(180deg,#08162f,#091226)
}
.section h2{margin:0 0 8px;font-size:13px;color:#93c5fd}
.live-row{
  display:grid;grid-template-columns:1fr auto;gap:8px;font-size:11px;font-weight:900;
  padding:4px 0;border-bottom:1px solid rgba(255,255,255,.06)
}
.live-row:last-child{border-bottom:none}
.live-amount{color:#fbbf24}

.footer{text-align:center;margin-top:10px;padding-bottom:10px}
.footer a{
  color:#93c5fd;text-decoration:none;font-weight:900;margin:0 6px;
  background:rgba(37,99,235,.10);padding:10px 12px;border-radius:12px;font-size:12px
}

.popup{
  position:fixed;left:50%;bottom:58px;transform:translateX(-50%) translateY(140%);
  width:min(84%,280px);z-index:99;background:linear-gradient(180deg,#0f2b66,#7f1d1d);
  color:#fff;border-radius:14px;padding:9px 11px;transition:transform .35s ease
}
.popup.show{transform:translateX(-50%) translateY(0)}
.popup-title{font-size:9px;color:#fde68a;font-weight:900;text-transform:uppercase}
.popup-main{font-size:13px;font-weight:900;margin-top:3px}
.popup-sub{font-size:10px;color:#dbeafe;margin-top:2px}

.admin-wrap{max-width:820px;margin:0 auto;padding:22px 12px}
.admin-card{background:linear-gradient(180deg,#0f172a,#111827);border-radius:24px;padding:22px}
.admin-card h1{margin:0 0 18px;text-align:center;color:#fff}
input,button{font-family:inherit}
input[type=text],input[type=password],input[type=file]{width:100%;padding:14px;border-radius:16px;border:none;outline:none;margin-bottom:12px;background:#fff;color:#111}
button,.green-btn,.orange-btn{
  display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:none;cursor:pointer;
  padding:13px 18px;border-radius:15px;font-weight:800;color:#fff
}
.green-btn,button{background:linear-gradient(90deg,#16a34a,#22c55e)}
.orange-btn{background:linear-gradient(90deg,#2563eb,#38bdf8)}
.list-item{padding:14px;border-radius:16px;background:rgba(255,255,255,.06);margin-bottom:10px;color:#fff}
.small-actions a{color:#93c5fd;text-decoration:none;margin-right:10px}
.upload-note{font-size:12px;color:#93c5fd;margin:-6px 0 10px}

@media(max-width:640px){
  .featured-inner{grid-template-columns:1fr auto}
}

/* Premium icon system */
.icon-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  border-radius:50%;
  margin-right:8px;
  position:relative;
  vertical-align:middle;
  flex:0 0 auto;
}
.icon-badge::before{
  content:"";
  display:block;
  width:10px;
  height:10px;
  background:#fff;
  opacity:.96;
}
.icon-live{
  background:linear-gradient(135deg,#00ff88,#22c55e);
  box-shadow:0 0 12px rgba(0,255,136,.35);
}
.icon-live::before{
  width:8px;height:8px;border-radius:50%;
}
.icon-star{
  background:linear-gradient(135deg,#fbbf24,#f59e0b);
  box-shadow:0 0 12px rgba(251,191,36,.28);
}
.icon-star::before{
  width:11px;height:11px;
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}
.icon-bolt{
  background:linear-gradient(135deg,#60a5fa,#2563eb);
  box-shadow:0 0 12px rgba(37,99,235,.28);
}
.icon-bolt::before{
  width:10px;height:14px;
  clip-path:polygon(42% 0,100% 0,63% 45%,87% 45%,22% 100%,40% 58%,14% 58%);
}
.icon-gift{
  background:linear-gradient(135deg,#fb7185,#e11d48);
  box-shadow:0 0 12px rgba(225,29,72,.28);
}
.icon-gift::before{
  width:12px;height:10px;
  border-radius:2px;
  box-shadow:
    inset 0 -2px 0 rgba(0,0,0,.15),
    5px 0 0 -4px transparent;
}
.icon-gift::after{
  content:"";
  position:absolute;
  width:2px;height:12px;background:#fff;border-radius:2px;
}
.icon-badge-title{
  display:inline-flex;
  align-items:center;
}
.mini-title .icon-badge{width:16px;height:16px;margin-right:6px}
.mini-title .icon-badge::before{width:6px;height:6px}
.bonus-marquee-item .icon-mini{
  display:inline-block;
  width:10px;height:10px;border-radius:50%;margin-right:7px;
  background:linear-gradient(135deg,#00ff88,#22c55e);
  box-shadow:0 0 10px rgba(0,255,136,.35);
  vertical-align:middle;
}
.bonus-marquee-item .icon-mini.alt{
  background:linear-gradient(135deg,#60a5fa,#2563eb);
  box-shadow:0 0 10px rgba(37,99,235,.35);
}
.bonus-marquee-item .icon-mini.red{
  background:linear-gradient(135deg,#fb7185,#ef4444);
  box-shadow:0 0 10px rgba(239,68,68,.35);
}

/* Compact grid for many apps */
.apps-main-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:6px !important;
}

.real-app-card{
  min-height:82px !important;
  padding:8px 6px !important;
  border-radius:10px !important;
}

.app-card-logo{
  width:36px !important;
  height:36px !important;
  border-radius:10px !important;
}

.app-card-name{
  font-size:10px !important;
  margin-top:5px !important;
}

.app-card-btn{
  margin-top:5px !important;
  padding:5px 8px !important;
  font-size:9px !important;
  border-radius:999px !important;
}

/* Make featured block slightly smaller */
.featured-title{
  font-size:18px !important;
}

.featured-sub{
  font-size:11px !important;
}

.featured-right img,
.featured-fallback{
  width:68px !important;
  height:68px !important;
  border-radius:16px !important;
}

@media(max-width:640px){
  .apps-main-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

input[type=text]{
  word-break:break-all;
}

/* ===== NEON STAT BLOCK REDESIGN ===== */

.top-mini,
.fast-access{
  gap:10px !important;
}

.mini-chip,
.fast-card{
  background:linear-gradient(145deg,#03140f,#071a14) !important;
  border:1px solid rgba(0,255,120,.55) !important;
  box-shadow:
    0 0 12px rgba(0,255,120,.25),
    inset 0 0 12px rgba(0,255,120,.08);
  border-radius:16px !important;
  padding:12px 14px !important;
}

.mini-title,
.fast-title{
  font-size:12px !important;
  color:#9ca3af !important;
  letter-spacing:.5px;
}

.mini-value,
.fast-value{
  font-size:22px !important;
  font-weight:900 !important;
  margin-top:6px !important;
  color:#00ff88 !important;
  text-shadow:
    0 0 8px rgba(0,255,120,.8),
    0 0 18px rgba(0,255,120,.6);
}

#countdown{
  color:#ffffff !important;
  text-shadow:0 0 10px rgba(255,255,255,.4);
}

.icon-live{
  box-shadow:0 0 14px rgba(0,255,120,.8) !important;
}

@media(max-width:640px){
  .mini-value,
  .fast-value{
    font-size:18px !important;
  }
}

/* ===== FEATURED BLOCK COMPACT / CLEAN ===== */
.featured-download{
  margin:6px 0 8px !important;
  padding:8px 10px !important;
  border-radius:14px !important;
}
.featured-badge{
  font-size:9px !important;
  padding:4px 8px !important;
  margin-bottom:6px !important;
}
.featured-inner{
  grid-template-columns:1.45fr .55fr !important;
  gap:8px !important;
  align-items:center !important;
}
.featured-title{
  font-size:16px !important;
  line-height:1 !important;
}
.featured-sub{
  font-size:10px !important;
  margin-top:4px !important;
  line-height:1.35 !important;
  max-width:95%;
}
.featured-actions{
  margin-top:7px !important;
  gap:6px !important;
  flex-wrap:nowrap !important;
}
.site-btn{
  padding:7px 10px !important;
  font-size:10px !important;
  border-radius:10px !important;
  min-width:110px;
}
.featured-right img,
.featured-fallback{
  width:58px !important;
  height:58px !important;
  border-radius:12px !important;
  font-size:22px !important;
}

@media (max-width:640px){
  .featured-inner{
    grid-template-columns:1fr auto !important;
    gap:8px !important;
  }
  .featured-title{
    font-size:15px !important;
  }
  .featured-sub{
    font-size:10px !important;
  }
  .site-btn{
    min-width:96px;
    padding:7px 8px !important;
    font-size:10px !important;
  }
  .featured-right img,
  .featured-fallback{
    width:52px !important;
    height:52px !important;
    border-radius:10px !important;
  }
}

/* ===== COMPACT BUTTONS ===== */
.site-btn{
  padding:6px 9px !important;
  font-size:9px !important;
  border-radius:8px !important;
  min-width:90px !important;
}

.app-card-btn{
  padding:4px 7px !important;
  font-size:8px !important;
  border-radius:999px !important;
}

/* ===== DOWNLOAD PROGRESS ===== */
.download-progress{
  margin-top:6px;
}

.progress-bar{
  width:100%;
  height:6px;
  background:rgba(255,255,255,.08);
  border-radius:999px;
  overflow:hidden;
}

.progress-fill{
  height:100%;
  width:75%;
  background:linear-gradient(90deg,#00ff88,#22c55e);
  box-shadow:0 0 10px rgba(0,255,120,.6);
  transition:width .6s ease;
}

.progress-text{
  font-size:9px;
  margin-top:4px;
  color:#9ca3af;
}

.progress-fill{
  transform-origin:left center;
}
.progress-text{
  font-size:10px !important;
  color:#cbd5e1 !important;
}

/* Swipe pages for app cards */
.apps-pager-wrap{
  margin:8px 0 10px;
}
.apps-pager{
  display:flex;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
.apps-pager::-webkit-scrollbar{display:none}
.apps-page{
  min-width:100%;
  scroll-snap-align:start;
}
.apps-page .apps-main-grid{
  margin:0 !important;
}
.apps-pager-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:8px;
}
.pager-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.28);
  box-shadow:0 0 8px rgba(255,255,255,.08);
  transition:.25s;
}
.pager-dot.active{
  width:20px;
  border-radius:999px;
  background:linear-gradient(90deg,#00ff88,#2563eb);
  box-shadow:0 0 10px rgba(0,255,136,.28);
}

.bonus-marquee-wrap{
  padding:7px 0 !important;
  margin:7px 0 9px !important;
}
.bonus-marquee-item{
  font-size:10px !important;
  padding:0 18px !important;
  letter-spacing:.1px !important;
}
.bonus-dot{
  margin:0 8px !important;
}

/* Featured 3 buttons */
.featured-actions{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px !important;
}
.site-btn{
  min-width:0 !important;
  gap:6px;
}
.btn-guide{
  background:linear-gradient(90deg,#00ff88,#22c55e);
  color:#04150c !important;
  box-shadow:0 10px 20px rgba(0,255,136,.18);
}
.btn-icon{
  display:inline-flex;
  width:14px;
  height:14px;
  position:relative;
  flex:0 0 auto;
}
.btn-icon::before,
.btn-icon::after{
  content:"";
  position:absolute;
  display:block;
}
.btn-icon-download::before{
  left:5px; top:1px; width:4px; height:8px; background:currentColor; border-radius:2px;
}
.btn-icon-download::after{
  left:2px; top:7px; width:10px; height:6px;
  clip-path:polygon(50% 100%,0 35%,28% 35%,28% 0,72% 0,72% 35%,100% 35%);
  background:currentColor;
}
.btn-icon-grid::before{
  left:1px; top:1px; width:4px; height:4px; background:currentColor; border-radius:2px;
  box-shadow:8px 0 0 currentColor, 0 8px 0 currentColor, 8px 8px 0 currentColor;
}
.btn-icon-guide::before{
  left:2px; top:1px; width:10px; height:12px; border:2px solid currentColor; border-radius:2px;
}
.btn-icon-guide::after{
  left:4px; top:4px; width:6px; height:2px; background:currentColor;
  box-shadow:0 4px 0 currentColor;
}
@media(max-width:640px){
  .featured-actions{
    grid-template-columns:1fr 1fr 1fr !important;
    gap:6px !important;
  }
  .site-btn{
    font-size:9px !important;
    padding:7px 6px !important;
  }
  .btn-icon{
    width:12px; height:12px;
  }
}

body.modal-open{
  overflow:hidden;
}
.guide-modal-backdrop{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.62);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:120;
  padding:18px;
}
.guide-modal-backdrop.show{
  display:flex;
}
.guide-modal-card{
  width:min(92%,420px);
  background:linear-gradient(180deg,#0b1730,#111827);
  border:1px solid rgba(37,99,235,.25);
  border-radius:20px;
  padding:18px 16px 16px;
  box-shadow:0 20px 40px rgba(0,0,0,.45),0 0 20px rgba(37,99,235,.18);
  position:relative;
}
.guide-close{
  position:absolute;
  top:10px;
  right:10px;
  width:30px;
  height:30px;
  border:none;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  color:#fff;
  font-size:22px;
  line-height:1;
  cursor:pointer;
}
.guide-modal-title{
  font-size:18px;
  font-weight:900;
  margin-bottom:14px;
  color:#fff;
}
.guide-step{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  color:#dbeafe;
  font-size:14px;
  font-weight:700;
}
.guide-step:last-child{
  border-bottom:none;
}
.guide-step span{
  width:24px;
  height:24px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(90deg,#00ff88,#22c55e);
  color:#04150c;
  font-size:12px;
  font-weight:900;
  flex:0 0 auto;
}

/* Promo glow + blink */
.promo-glow{
  cursor:pointer;
  animation:promoPulse 1.6s infinite;
  padding:4px 10px;
  border-radius:12px;
  background:linear-gradient(90deg,#ff004c,#ff7a00,#2563eb);
  background-size:200% 200%;
  box-shadow:0 0 12px rgba(255,0,76,.6),0 0 18px rgba(37,99,235,.4);
  transition:.3s;
  display:inline-block;
}
.promo-glow:hover{
  transform:scale(1.05);
}
.promo-glow.copied{
  animation:none;
  background:linear-gradient(90deg,#00ff88,#22c55e);
  box-shadow:0 0 14px rgba(0,255,136,.7);
}
@keyframes promoPulse{
  0%{box-shadow:0 0 8px rgba(255,0,76,.6),0 0 12px rgba(37,99,235,.3);}
  50%{box-shadow:0 0 18px rgba(255,0,76,1),0 0 26px rgba(37,99,235,.8);}
  100%{box-shadow:0 0 8px rgba(255,0,76,.6),0 0 12px rgba(37,99,235,.3);}
}

/* Stronger promo flashing */
.promo-glow{
  animation:promoFlash 1s ease-in-out infinite !important;
  background:linear-gradient(90deg,#ff004c,#ff7a00,#2563eb) !important;
  box-shadow:
    0 0 10px rgba(255,0,76,.8),
    0 0 22px rgba(255,0,76,.75),
    0 0 34px rgba(37,99,235,.55),
    inset 0 0 8px rgba(255,255,255,.08) !important;
}
.top-bonus{
  animation:topBonusPulse 1.2s ease-in-out infinite !important;
  box-shadow:
    0 0 12px rgba(255,0,76,.65),
    0 0 28px rgba(255,90,0,.45),
    0 0 42px rgba(37,99,235,.35) !important;
}
@keyframes promoFlash{
  0%{
    transform:scale(1);
    filter:brightness(1);
    box-shadow:0 0 8px rgba(255,0,76,.55),0 0 18px rgba(255,90,0,.35),0 0 28px rgba(37,99,235,.2);
  }
  50%{
    transform:scale(1.025);
    filter:brightness(1.18);
    box-shadow:0 0 18px rgba(255,0,76,1),0 0 32px rgba(255,90,0,.85),0 0 52px rgba(37,99,235,.8);
  }
  100%{
    transform:scale(1);
    filter:brightness(1);
    box-shadow:0 0 8px rgba(255,0,76,.55),0 0 18px rgba(255,90,0,.35),0 0 28px rgba(37,99,235,.2);
  }
}
@keyframes topBonusPulse{
  0%{filter:brightness(1)}
  50%{filter:brightness(1.08)}
  100%{filter:brightness(1)}
}

/* ===== LAYOUT FIX ===== */
.top-bonus{
  width:100%;
  margin:8px 0 10px !important;
  padding:12px 14px !important;
  min-height:auto !important;
  border-radius:16px !important;
  font-size:18px !important;
  line-height:1.15 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

.promo-glow{
  width:100%;
  text-align:center;
  padding:8px 10px !important;
  font-size:18px !important;
  border-radius:12px !important;
  box-sizing:border-box;
}

.bonus-marquee-wrap{
  margin:8px 0 10px !important;
}

.featured-download{
  margin:8px 0 10px !important;
  padding:10px !important;
  border-radius:16px !important;
}

.featured-inner{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 74px !important;
  gap:10px !important;
  align-items:center !important;
}

.featured-right{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.featured-right img,
.featured-fallback{
  width:74px !important;
  height:74px !important;
  border-radius:16px !important;
}

.featured-title{
  font-size:18px !important;
  margin:0 !important;
}

.featured-sub{
  font-size:11px !important;
  line-height:1.35 !important;
  margin-top:4px !important;
  max-width:100% !important;
}

.download-progress{
  margin-top:6px !important;
}

.featured-actions{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:6px !important;
  margin-top:8px !important;
  width:100% !important;
}

.site-btn{
  width:100% !important;
  min-width:0 !important;
  padding:8px 6px !important;
  font-size:10px !important;
  line-height:1.1 !important;
  border-radius:10px !important;
  box-sizing:border-box !important;
  white-space:nowrap !important;
}

.btn-icon{
  width:12px !important;
  height:12px !important;
  margin-right:4px !important;
}

.apps-pager-wrap{
  margin-top:8px !important;
}

.apps-main-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:8px !important;
}

.real-app-card{
  min-height:108px !important;
  padding:10px 6px !important;
  box-sizing:border-box !important;
}

.app-card-logo{
  width:40px !important;
  height:40px !important;
}

.app-card-name{
  font-size:10px !important;
  line-height:1.2 !important;
}

.app-card-btn{
  font-size:9px !important;
  padding:5px 8px !important;
}

@media (max-width:640px){
  .top-bonus{
    font-size:16px !important;
    padding:10px 12px !important;
  }
  .promo-glow{
    font-size:16px !important;
    padding:8px !important;
  }
  .featured-inner{
    grid-template-columns:minmax(0,1fr) 64px !important;
  }
  .featured-right img,
  .featured-fallback{
    width:64px !important;
    height:64px !important;
    border-radius:14px !important;
  }
  .featured-title{
    font-size:17px !important;
  }
  .featured-actions{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:5px !important;
  }
  .site-btn{
    font-size:9px !important;
    padding:7px 4px !important;
  }
}
