/*
Theme Name: Rummy Apps Hub GeneratePress Child
Theme URI: https://rummyappshub.net/
Description: GeneratePress child theme for Rummy Apps Hub
Author: admin
Author URI: https://rummyappshub.net/
Template: generatepress
Version: 1.0.0
Text Domain: rummyappshub-gp-child
*/

/* 下面可以继续放你自己的首页/全站自定义 CSS */
.rad-page{
  background:#f6f7fb;
  color:#111827;
  padding:20px 0 48px;
}
.rad-wrap{
  width:min(100% - 24px, 1180px);
  margin:0 auto;
}
.rad-breadcrumb{
  margin-bottom:14px;
  font-size:13px;
  color:#64748b;
}
.rad-breadcrumb a{
  color:#3157ff;
  text-decoration:none;
}
.rad-breadcrumb a:hover{
  text-decoration:underline;
}
.rad-hero{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  background:linear-gradient(180deg,#ffffff 0%,#eef4ff 100%);
  border:1px solid #e5ebf7;
  border-radius:24px;
  padding:20px;
  box-shadow:0 12px 30px rgba(15,23,42,.05);
}
.rad-appbox{
  display:flex;
  gap:16px;
  align-items:flex-start;
}
.rad-appbox__icon{
  width:96px;
  height:96px;
  border-radius:22px;
  object-fit:cover;
  background:#fff;
  border:1px solid #dbe4f5;
  flex:0 0 96px;
}
.rad-appbox__meta{
  flex:1;
  min-width:0;
}
.rad-kicker{
  display:inline-block;
  margin-bottom:8px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#3157ff;
}
.rad-title{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.15;
  color:#0f172a;
}
.rad-desc{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#475569;
}
.rad-pillrow{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px;
}
.rad-pill{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #dbe3f5;
  font-size:13px;
  font-weight:700;
  color:#334155;
}
.rad-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}
.rad-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:12px;
  text-decoration:none !important;
  font-size:14px;
  font-weight:800;
  transition:.2s ease;
  box-sizing:border-box;
}
.rad-btn--primary{
  background:#ef1408;
  color:#fff !important;
  border:1px solid #ef1408;
}
.rad-btn--primary:hover{
  background:#d90f05;
  border-color:#d90f05;
}
.rad-btn--ghost{
  background:#fff;
  color:#1e293b !important;
  border:1px solid #d5ddec;
}
.rad-btn--ghost:hover{
  background:#f8fbff;
}
.rad-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  margin-top:22px;
}
.rad-card{
  background:#fff;
  border:1px solid #e5ebf7;
  border-radius:22px;
  padding:20px 18px;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}
.rad-card h2{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.3;
  color:#0f172a;
}
.rad-card h3{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.35;
  color:#0f172a;
}
.rad-card p{
  margin:0 0 12px;
  font-size:15px;
  line-height:1.8;
  color:#475569;
}
.rad-card p:last-child{
  margin-bottom:0;
}
.rad-list{
  margin:0;
  padding-left:18px;
  color:#334155;
}
.rad-list li{
  margin:0 0 8px;
  font-size:14px;
  line-height:1.7;
}
.rad-info{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.rad-info__item{
  background:#f8fbff;
  border:1px solid #e3ebfb;
  border-radius:18px;
  padding:14px;
}
.rad-info__label{
  display:block;
  margin-bottom:6px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#64748b;
}
.rad-info__value{
  display:block;
  font-size:15px;
  font-weight:700;
  line-height:1.6;
  color:#0f172a;
}
.rad-highlight{
  border-left:4px solid #ef1408;
  padding-left:14px;
}
.rad-faq{
  margin-top:22px;
}
.rad-faq h2{
  margin:0 0 14px;
  font-size:24px;
  color:#0f172a;
}
.rad-faq details{
  background:#fff;
  border:1px solid #e5ebf7;
  border-radius:18px;
  padding:0 16px;
  margin-bottom:12px;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}
.rad-faq summary{
  cursor:pointer;
  list-style:none;
  padding:16px 0;
  font-size:15px;
  font-weight:800;
  color:#0f172a;
}
.rad-faq details p{
  margin:0 0 16px;
  font-size:14px;
  line-height:1.8;
  color:#475569;
}
.rad-related{
  margin-top:24px;
}
.rad-related__head{
  margin-bottom:14px;
}
.rad-related__head h2{
  margin:0 0 8px;
  font-size:24px;
  color:#0f172a;
}
.rad-related__head p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#475569;
}
.rad-related__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.rad-mini{
  display:flex;
  gap:14px;
  align-items:flex-start;
  background:#fff;
  border:1px solid #e5ebf7;
  border-radius:20px;
  padding:16px;
  box-shadow:0 10px 24px rgba(15,23,42,.04);
}
.rad-mini__img{
  width:72px;
  height:72px;
  border-radius:18px;
  object-fit:cover;
  background:#fff;
  border:1px solid #dce5f8;
  flex:0 0 72px;
}
.rad-mini__body{
  flex:1;
  min-width:0;
}
.rad-mini__body h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.35;
}
.rad-mini__body p{
  margin:0 0 10px;
  font-size:14px;
  line-height:1.7;
  color:#475569;
}
.rad-mini__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.rad-note{
  margin-top:22px;
  background:#0f172a;
  border-radius:22px;
  padding:20px 18px;
}
.rad-note p{
  margin:0 0 10px;
  font-size:14px;
  line-height:1.8;
  color:#cbd5e1;
}
.rad-note p:last-child{
  margin-bottom:0;
}
@media (min-width:768px){
  .rad-hero{
    grid-template-columns:1.3fr .7fr;
    align-items:center;
    padding:26px;
  }
  .rad-title{
    font-size:38px;
  }
  .rad-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .rad-info{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .rad-related__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media (min-width:1080px){
  .rad-related__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

.rah-footer-note{
  margin:16px auto 0;
  max-width:900px;
  padding:14px 18px;
  border-radius:14px;
  background:#0f172a;
  color:#e5e7eb;
  font-size:13px;
  line-height:1.7;
}

.rah-footer-note p{
  margin:0;
}