:root{--identity-primary:#17324d;--identity-accent:#f97316;--identity-bg:#f5f9ff;--identity-radius:4px;}
body.identity-article{margin:0;background:var(--identity-bg);color:#17202a;font-family:Arial,Helvetica,sans-serif;line-height:1.65;}
.identity-header{display:flex;gap:24px;align-items:center;justify-content:space-between;padding:18px max(22px,calc((100vw - 1040px)/2));background:var(--identity-primary);color:#fff;}
.identity-header a{color:#fff;text-decoration:none;font-weight:700;}
.identity-header ul{display:flex;gap:14px;list-style:none;margin:0;padding:0;flex-wrap:wrap;}
.identity-main{max-width:1040px;margin:0 auto;padding:34px 22px 54px;}
.identity-main article{display:flex;flex-direction:row;gap:28px;align-items:flex-start;flex-wrap:wrap;}
.identity-main h1{font-size:clamp(28px,4vw,46px);line-height:1.08;margin:0 0 14px;color:var(--identity-primary);}
.identity-lead{font-size:18px;max-width:760px;}
.identity-kicker{color:var(--identity-primary);font-weight:700;text-transform:uppercase;font-size:13px;letter-spacing:.08em;}
.identity-hero{width:min(420px,100%);aspect-ratio:4/3;object-fit:cover;border-radius:var(--identity-radius);border:4px solid var(--identity-accent);}
.identity-main h2{margin-top:28px;color:var(--identity-primary);}
.identity-main ul,.identity-main ol{background:#fff;border-left:5px solid var(--identity-accent);padding:18px 22px 18px 34px;border-radius:var(--identity-radius);}
.identity-footer{padding:22px;text-align:center;background:#111;color:#fff;display:flex;justify-content:center;gap:18px;flex-wrap:wrap;}
.identity-footer a{color:#fff;}
.site-unique-angle{border-top:4px solid var(--identity-accent,#ddd);padding-top:18px;}
.footer-ledger-layout li:nth-child(3){background:rgba(255,255,255,.09)!important;border-color:var(--identity-accent)!important;}
@media (max-width:720px){.identity-header{align-items:flex-start;flex-direction:column;}.identity-main article{display:block;}}

/* category readability 20260526 */
.single-entry .entry-content.single-content{
  width:min(100%,920px);
  margin:0 auto;
  color:var(--cs-text,#eef7ff);
  font-size:17px;
  line-height:1.78;
}
.single-entry .entry-content.single-content .entry-title{
  margin:0 0 18px;
  padding:0 0 18px;
  color:var(--cs-text,#fff);
  font-size:clamp(30px,4.8vw,48px);
  line-height:1.08;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.single-entry .entry-content.single-content > h2{
  position:relative;
  margin:34px 0 14px;
  padding:18px 18px 18px 22px;
  border:1px solid rgba(255,255,255,.14);
  border-left:5px solid var(--cs-accent,#ffb703);
  border-radius:8px;
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  color:var(--cs-text,#fff);
  font-size:clamp(22px,3.2vw,30px);
  line-height:1.22;
}
.single-entry .entry-content.single-content > h2:first-of-type{
  margin-top:12px;
  border-left-color:var(--cs-green,#2ec27e);
}
.single-entry .entry-content.single-content > h3{
  margin:26px 0 10px;
  color:var(--cs-accent-light,#ffd277);
  font-size:clamp(18px,2.4vw,23px);
  line-height:1.28;
}
.single-entry .entry-content.single-content > p{
  margin:0 0 16px;
  color:var(--cs-muted,#bdd1e2);
}
.single-entry .entry-content.single-content > h1 + h2 + p,
.single-entry .entry-content.single-content > h1 + h2 + p + p{
  padding:16px 18px;
  margin-bottom:12px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  background:rgba(255,255,255,.05);
}
.single-entry .entry-content.single-content strong{
  color:var(--cs-text,#fff);
}
.single-entry .entry-content.single-content > ul,
.single-entry .entry-content.single-content > ol{
  display:grid;
  gap:10px;
  margin:18px 0 24px;
  padding:0;
  list-style:none;
}
.single-entry .entry-content.single-content > ul li,
.single-entry .entry-content.single-content > ol li{
  position:relative;
  padding:14px 16px 14px 46px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:8px;
  background:rgba(255,255,255,.055);
  color:var(--cs-muted,#bdd1e2);
}
.single-entry .entry-content.single-content > ul li::before{
  content:"";
  position:absolute;
  left:18px;
  top:1.55em;
  width:9px;
  height:9px;
  border-radius:50%;
  background:var(--cs-accent,#ffb703);
  box-shadow:0 0 0 5px rgba(255,183,3,.14);
}
.single-entry .entry-content.single-content > ol{
  counter-reset:content-step;
}
.single-entry .entry-content.single-content > ol li{
  counter-increment:content-step;
}
.single-entry .entry-content.single-content > ol li::before{
  content:counter(content-step);
  position:absolute;
  left:14px;
  top:13px;
  width:23px;
  height:23px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--cs-accent,#ffb703);
  color:var(--cs-btn-text,#091521);
  font-size:13px;
  font-weight:800;
}
.single-entry .entry-content.single-content .cs-winners-table{
  width:100%;
  margin:22px 0 30px;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
  background:rgba(8,20,33,.72);
  box-shadow:0 16px 40px rgba(0,0,0,.18);
}
.single-entry .entry-content.single-content .cs-winners-table th,
.single-entry .entry-content.single-content .cs-winners-table td{
  padding:14px 16px;
  text-align:left;
  vertical-align:top;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.single-entry .entry-content.single-content .cs-winners-table th{
  color:var(--cs-btn-text,#091521);
  background:linear-gradient(135deg,var(--cs-accent,#ffb703),var(--cs-accent-strong,#fb8500));
  font-weight:800;
}
.single-entry .entry-content.single-content .cs-winners-table td{
  color:var(--cs-muted,#bdd1e2);
}
.single-entry .entry-content.single-content .cs-winners-table tr:last-child td{
  border-bottom:0;
}
.single-entry .entry-content.single-content > h2:nth-last-of-type(1) ~ h3,
.single-entry .entry-content.single-content > h2:last-of-type ~ h3{
  padding:14px 16px 0;
  margin-top:18px;
  border-top:1px solid rgba(255,255,255,.12);
}
.single-entry .entry-content.single-content > h3 + p{
  padding:0 16px 16px;
  border-bottom:1px solid rgba(255,255,255,.12);
}
.site-structure-links{
  width:min(100% - 32px,920px);
  margin:26px auto 0;
  border-top:1px solid rgba(255,255,255,.14);
}
.site-structure-links ul{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  padding:0;
  list-style:none;
}
.site-structure-links a{
  display:inline-flex;
  padding:10px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:rgba(255,255,255,.055);
  color:var(--cs-text,#fff);
}
@media (max-width:760px){
  .content-container.site-container{
    width:100%;
    padding-left:14px;
    padding-right:14px;
  }
  .single-entry .entry-content.single-content{
    font-size:16px;
    line-height:1.72;
  }
  .single-entry .entry-content.single-content .entry-title{
    font-size:30px;
  }
  .single-entry .entry-content.single-content > h2{
    margin-top:26px;
    padding:14px 14px 14px 16px;
    font-size:21px;
  }
  .single-entry .entry-content.single-content > p{
    margin-bottom:14px;
  }
  .single-entry .entry-content.single-content > ul li,
  .single-entry .entry-content.single-content > ol li{
    padding:13px 13px 13px 42px;
  }
  .single-entry .entry-content.single-content .cs-winners-table{
    display:block;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    white-space:normal;
  }
  .single-entry .entry-content.single-content .cs-winners-table th,
  .single-entry .entry-content.single-content .cs-winners-table td{
    min-width:180px;
    padding:12px 13px;
  }
  .footer-ledger-layout{
    grid-template-columns:1fr!important;
  }
  .site-structure-links ul{
    display:grid;
  }
}
@media (min-width:761px) and (max-width:1024px){
  .footer-ledger-layout{
    grid-template-columns:repeat(2,1fr)!important;
  }
}
