html,body {
          font-family: Arial, sans-serif;    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 768'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='239.67' y1='855.23' x2='606.28' y2='-152.04' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23d5e6f2'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg%3E%3Cpath fill='url(%23a)' d='M0 0h1024v214L786.37 768H0V0z'/%3E%3C/g%3E%3C/svg%3E%0A");background-attachment: fixed;background-position-x: 100%;
background-position-y: 0px;
background-repeat: no-repeat;
background-size: 100%;min-height: 100vh;}
body {padding-bottom:100px;}
.uO8sM6qK4oI2 {margin:0px 6px;}

.rating-wrap{
  position:relative;
  display:inline-block;
  font-size:18px;
  line-height:1;
}
.rating-base{
  color:#ccc;
}
.rating-fill{
  position:absolute;
  top:0;
  left:0;
  white-space:nowrap;
  overflow:hidden;
  color:#ffc107;
}


/* ===== Site Learn / Rating Info Section ===== */
.vQbwRcxSdyTe{
  background: #0f172a; /* dark navy backdrop */
  color: #e2e8f0;
  border-radius: 16px;
  padding: 28px 22px;
  margin: 0px 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  line-height: 1.6;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.vQbwRcxSdyTe ul{
  list-style:none;
  margin:1rem 0;
  padding:0;
}
.vQbwRcxSdyTe li{
  margin:.5rem 0;
  padding-left:1.6rem;
  position:relative;
  line-height:1.55;
}

.Mo0CeQs4GiUw{
  text-align:center;
  padding:20px 0 30px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#e2e8f0;
  line-height:1.6;
}

.Mo0CeQs4GiUw p{
  font-size:1rem;
  max-width:680px;
  margin:0 auto 16px;
}

.jsBKT2bktCLU{
  display:inline-block;
  background:linear-gradient(90deg,#38bdf8,#22d3ee);
  color:#0f172a;
  font-weight:700;
  text-decoration:none;
  border-radius:10px;
  padding:10px 20px;
  font-size:.95rem;
  transition:transform .2s ease,filter .2s ease;
}
.jsBKT2bktCLU:hover{
  transform:translateY(-1px);
  filter:brightness(1.1);
}



/* Headings */
.vQbwRcxSdyTe h2{
  font-size:1.5rem;
  margin:0 0 1rem;
  color:#38bdf8;
  font-weight:800;
  letter-spacing:-.2px;
}
.vQbwRcxSdyTe h3{
  font-size:1.2rem;
  margin:1.5rem 0 .6rem;
  color:#22d3ee;
  font-weight:700;
}

/* Paragraphs */
.vQbwRcxSdyTe p{
  font-size:.97rem;
  margin:.6rem 0;
  color:inherit;
  max-width:720px;
}

/* Highlight keywords or numbers if you ever wrap them in <b> or <strong> */
.vQbwRcxSdyTe strong,
.vQbwRcxSdyTe b{
  color:#fbbf24;
  font-weight:700;
}

/* Optional decorative divider under H2 */
.vQbwRcxSdyTe h2::after{
  content:"";
  display:block;
  width:70px;
  height:3px;
  border-radius:2px;
  margin-top:6px;
  background:linear-gradient(90deg,#38bdf8,#22d3ee);
}

/* Responsive typography */
@media (max-width:640px){
  .vQbwRcxSdyTe{
    padding:20px 16px;
  }
  .vQbwRcxSdyTe h2{font-size:1.3rem;}
  .vQbwRcxSdyTe h3{font-size:1.1rem;}
  .vQbwRcxSdyTe p{font-size:.95rem;}
}


/* ===== Trusted Sites Cards (AMP) ===== */

body{background:#0b1220}

/* container */
.lwHS3epALW7i{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:14px;
  margin:10px 0 16px;
  align-items:stretch;
}

/* responsive */
@media (min-width:1100px){
  .lwHS3epALW7i>div{grid-column:span 3;}
}
@media (min-width:700px) and (max-width:1099.98px){
  .lwHS3epALW7i{grid-template-columns:repeat(8,1fr);}
  .lwHS3epALW7i>div{grid-column:span 4;}
}
@media (max-width:699.98px){
  .lwHS3epALW7i{grid-template-columns:repeat(4,1fr);}
  .lwHS3epALW7i>div{grid-column:1/-1;}
}

/* cards */
.qGWcsIYeuK0g{
  position:relative;
  background:#10192b;
  border:1px solid rgba(255,255,255,.06);
  border-radius:18px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  padding:14px;
  overflow:hidden;
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
  outline:none;
}
.qGWcsIYeuK0g:focus,
.qGWcsIYeuK0g:focus-visible{
  box-shadow:0 0 0 3px rgba(89,176,255,.35);
  border-color:rgba(89,176,255,.45);
}
.qGWcsIYeuK0g:hover{transform:translateY(-3px);}
.qGWcsIYeuK0g::before{
  content:"";
  position:absolute;inset:0;
  background:radial-gradient(1200px 500px at -10% -20%,rgba(89,176,255,.09),transparent 50%),
             radial-gradient(900px 420px at 120% 120%,rgba(57,226,157,.08),transparent 55%);
  pointer-events:none;
}

/* info */
.RyfWDk1Ip6Nu{
  display:grid;
  grid-template-rows:auto auto 1fr;
  gap:10px;
  min-height:110px;
}

/* title */
.LmXy9KlWx8Jk{
  font-weight:800;
  font-size:clamp(16px,1.1rem,22px);
  color:#e8eef5;
  line-height:1.2;
  display:flex;
  align-items:center;
  gap:10px;
}

/* provider */
.aYSMGAuoic60{
  color:#8aa0b3;
  font-size:.92rem;
  line-height:1.35;
  display:flex;
  align-items:center;
  gap:8px;
}
.aYSMGAuoic60  b {color:#fff;}
.aYSMGAuoic60::before{
  content:"";
  width:7px;height:7px;border-radius:99px;
  background:linear-gradient(135deg,#59b0ff,#39e29d);
  box-shadow:0 0 0 3px rgba(89,176,255,.12);flex:0 0 7px;
}

/* button */
.JiRqZy7GfOnW{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:10px 14px;
  border-radius:12px;
  font-weight:700;
  background:linear-gradient(135deg,#59b0ff,#39e29d);
  color:#04121b;
  box-shadow:0 6px 18px rgba(57,226,157,.25);
  transition:transform .15s ease,filter .15s ease;
}

.qGWcsIYeuK0g:hover .JiRqZy7GfOnW{
  transform:translateY(-1px);
  filter:brightness(1.03);
}


/* ===== Site Tags ===== */
.UEo8SCm6QAk4{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:8px;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}

/* individual tag pill */
.aWPIBung92VO{
  display:inline-block;
  background:rgba(56,189,248,.12);
  border:1px solid rgba(56,189,248,.25);
  color:#38bdf8;
  font-size:10px;
  font-weight:600;
  border-radius:999px;
  padding:4px 10px;
  line-height:1.2;
  white-space:nowrap;
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}

/* hover & focus */
.aWPIBung92VO:hover,
.aWPIBung92VO:focus{
  background:linear-gradient(90deg,#38bdf8,#22d3ee);
  color:#0f172a;
  border-color:transparent;
}

.info-warning {
  background: rgba(10, 20, 40, 0.9);
  border: 1px solid rgba(0, 255, 255, 0.5);
  color: #bdeaff;
  font-size: 15px;
  line-height: 1.6;
  padding: 16px 20px;
  border-radius: 10px;
  margin: 20px 6px;
  max-width: 700px;
  box-shadow: 0 0 12px rgba(0, 255, 255, 0.25);
  text-shadow: 0 0 6px rgba(0, 255, 255, 0.3);
}

.info-warning strong {
  color: #00e6ff;
  text-shadow: 0 0 8px rgba(0, 255, 255, 0.6);
}



    