/* STLBEAST V316 launch rescue: fixes missing header, mobile navigation, route stability, and checkout state clarity. */
.stlb316-header{position:sticky;top:0;z-index:50;width:min(1180px,calc(100% - 20px));margin:10px auto 0;padding:12px;border-radius:24px;border:1px solid rgba(34,211,255,.22);background:linear-gradient(145deg,rgba(5,13,28,.96),rgba(2,6,17,.98));box-shadow:0 22px 70px rgba(0,0,0,.45);backdrop-filter:blur(18px)}
.stlb316-top{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:10px}.stlb316-top span{padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.09);color:#cfe9ff;font-size:.72rem;font-weight:900;letter-spacing:.02em}.stlb316-main{display:grid;grid-template-columns:minmax(250px,440px) minmax(220px,1fr);gap:14px;align-items:center}.stlb316-brand{display:flex;flex-direction:column;gap:4px;color:#fff;text-decoration:none}.stlb316-brand img{width:min(420px,100%);height:auto;display:block}.stlb316-brand span{font-size:.68rem;text-transform:uppercase;letter-spacing:.16em;color:#83eaff;font-weight:950;margin-left:4px}.stlb316-search{display:grid;grid-template-columns:1fr auto;min-height:45px;border-radius:15px;overflow:hidden;border:1px solid rgba(34,211,255,.22);background:rgba(3,8,18,.78)}.stlb316-search input{min-width:0;border:0;outline:0;background:transparent;color:#fff;padding:0 14px}.stlb316-search input::placeholder{color:#8da2ba}.stlb316-search button{border:0;color:#fff;font-weight:950;padding:0 18px;background:linear-gradient(135deg,#16d4ff,#2563eb 55%,#7c3aed)}.stlb316-nav{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.stlb316-nav a{flex:1 1 104px;min-height:40px;display:flex;align-items:center;justify-content:center;border-radius:13px;border:1px solid rgba(255,255,255,.08);background:rgba(3,8,18,.64);color:#dce8f8;text-decoration:none;font-size:.79rem;font-weight:950}.stlb316-nav a.active,.stlb316-nav a:hover{color:#fff;background:linear-gradient(180deg,rgba(34,211,255,.22),rgba(124,58,237,.09));border-color:rgba(34,211,255,.26)}
.stlb316-card .meta span:first-child{max-width:58%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stlb316-status{margin:18px 0;padding:14px;border-radius:18px;border:1px solid rgba(251,191,36,.24);background:rgba(251,191,36,.08);color:#fde68a;line-height:1.55}.stlb316-ready{border-color:rgba(34,211,255,.22);background:rgba(34,211,255,.08);color:#dff8ff}.stlb316-product-note{margin-top:16px;color:#9fb3cb;font-size:.95rem;line-height:1.65}.stlb316-bullets{margin:18px 0 0;padding:0;display:grid;gap:9px;list-style:none}.stlb316-bullets li{padding:10px 12px;border-radius:14px;background:rgba(15,23,42,.7);border:1px solid rgba(56,189,248,.13);color:#d4e4f7}.stlb316-footer{margin-top:34px;padding:34px 0;border-top:1px solid rgba(56,189,248,.16);background:#020617}.stlb316-footer-grid{display:grid;grid-template-columns:minmax(240px,1.2fr) repeat(2,minmax(160px,.5fr));gap:24px}.stlb316-footer-brand{display:flex;align-items:center;gap:10px;color:#fff}.stlb316-footer-brand img{width:58px;height:58px}.stlb316-footer-brand b{font-family:Georgia,serif;font-size:1.18rem}.stlb316-footer-brand b span{color:#20baff}.stlb316-footer-brand small{display:block;color:#9fb3cb;font-size:.62rem;text-transform:uppercase;letter-spacing:.1em}.stlb316-footer p{color:#94a3b8;line-height:1.6}.stlb316-footer nav{display:flex;flex-direction:column;gap:8px}.stlb316-footer nav b{color:#fff}.stlb316-footer a{color:#cbd5e1;text-decoration:none;font-weight:850}.stlb316-footer a:hover{color:#67e8f9}.stlb316-empty{padding:34px;border-radius:24px;border:1px dashed rgba(56,189,248,.3);background:rgba(15,23,42,.55);color:#cbd5e1;text-align:center}.stlb316-checkout-box{margin-top:18px;padding:18px;border-radius:20px;border:1px solid rgba(56,189,248,.18);background:rgba(15,23,42,.66)}
@media(max-width:840px){.stlb316-main{grid-template-columns:1fr}.stlb316-brand{align-items:center;text-align:center}.stlb316-nav{flex-wrap:nowrap;overflow-x:auto;padding-bottom:3px}.stlb316-nav a{flex:0 0 auto;min-width:96px}.stlb316-footer-grid{grid-template-columns:1fr}.stlb316-top span{font-size:.66rem;padding:4px 7px}}
@media(max-width:520px){.stlb316-header{width:min(100% - 12px,1180px);padding:9px;border-radius:18px}.stlb316-brand img{width:min(285px,100%)}.stlb316-brand span{font-size:.55rem}.stlb316-search{min-height:39px}.stlb316-search button{font-size:.74rem;padding:0 10px}.stlb316-nav a{min-width:88px;min-height:35px;font-size:.69rem}.stlb316-top{gap:5px;margin-bottom:8px}.stlb316-top span{font-size:.58rem}}


/* STLBEAST V317: tighter mascot header. Keeps PayPal/checkout files untouched. */
.stlb317-header{
  width:min(1210px,calc(100% - 18px));
  margin:6px auto 0;
  padding:8px 10px;
  border-radius:18px;
  border-color:rgba(34,211,255,.28);
  background:linear-gradient(145deg,rgba(2,8,20,.97),rgba(1,4,12,.985));
  box-shadow:0 14px 42px rgba(0,0,0,.48), inset 0 1px 0 rgba(255,255,255,.055);
}
.stlb317-main{
  display:grid;
  grid-template-columns:210px minmax(0,1fr) 244px;
  gap:10px;
  align-items:center;
}
.stlb317-brand{
  min-width:0;
  align-items:flex-start;
  justify-content:center;
  gap:0;
}
.stlb317-brand img{
  width:205px;
  max-width:100%;
  height:auto;
  max-height:72px;
  object-fit:contain;
  object-position:left center;
  display:block;
  filter:drop-shadow(0 0 12px rgba(34,211,255,.18));
}
.stlb317-brand span{
  display:block;
  margin:-6px 0 0 8px;
  font-size:.46rem;
  line-height:1;
  letter-spacing:.14em;
  color:#8ee9ff;
  opacity:.9;
}
.stlb317-nav{
  margin-top:0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  flex-wrap:nowrap;
  min-width:0;
}
.stlb317-nav a{
  flex:0 1 auto;
  min-width:auto;
  min-height:34px;
  padding:0 9px;
  border-radius:10px;
  font-size:.72rem;
  letter-spacing:.01em;
  background:rgba(3,8,18,.52);
}
.stlb317-search{
  min-height:36px;
  border-radius:12px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);
}
.stlb317-search input{padding:0 11px;font-size:.78rem}
.stlb317-search button{padding:0 12px;font-size:.74rem}
@media(max-width:1080px){
  .stlb317-main{grid-template-columns:200px minmax(0,1fr);gap:8px}
  .stlb317-search{grid-column:1/-1;max-width:520px;justify-self:center;width:100%}
  .stlb317-nav{justify-content:flex-end;overflow-x:auto;padding-bottom:2px}
  .stlb317-brand img{width:194px;max-height:68px}
}
@media(max-width:760px){
  .stlb317-header{width:min(100% - 12px,1210px);padding:8px;border-radius:16px;position:sticky;top:0}
  .stlb317-main{grid-template-columns:1fr;gap:7px}
  .stlb317-brand{align-items:center;text-align:center}
  .stlb317-brand img{width:min(250px,100%);max-height:86px;object-position:center}
  .stlb317-brand span{margin-top:-8px;margin-left:0;font-size:.5rem}
  .stlb317-nav{justify-content:flex-start;overflow-x:auto;scrollbar-width:thin;padding:1px 0 4px}
  .stlb317-nav a{flex:0 0 auto;min-height:32px;padding:0 10px;font-size:.68rem}
  .stlb317-search{min-height:36px;max-width:none}
}
@media(max-width:430px){
  .stlb317-brand img{width:min(225px,100%);max-height:78px}
  .stlb317-nav a{font-size:.64rem;padding:0 8px}
  .stlb317-search button{padding:0 9px}
}


/* STLBEAST V318: premium membership section and membership/pricing pages. PayPal and checkout files are intentionally untouched. */
.stlb318-home-membership{padding:34px 0}.stlb318-member-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:clamp(24px,4vw,42px);border:1px solid rgba(124,58,237,.32);border-radius:30px;background:radial-gradient(circle at 82% 18%,rgba(34,211,255,.18),transparent 26%),radial-gradient(circle at 10% 90%,rgba(124,58,237,.2),transparent 30%),linear-gradient(145deg,rgba(8,18,33,.98),rgba(3,7,18,.99));box-shadow:0 28px 90px rgba(0,0,0,.48)}.stlb318-member-card:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(34,211,255,.12),transparent 32%,rgba(124,58,237,.14));pointer-events:none}.stlb318-member-copy,.stlb318-member-actions{position:relative;z-index:1}.stlb318-member-copy h2{margin:0 0 12px;font-size:clamp(2.1rem,4.7vw,4.15rem);line-height:.93;letter-spacing:-.065em}.stlb318-member-copy p{max-width:820px;color:#b8cae4;line-height:1.65}.stlb318-plan-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.stlb318-plan-pills span{padding:8px 10px;border-radius:999px;border:1px solid rgba(56,189,248,.18);background:rgba(2,6,23,.68);color:#dbeafe;font-weight:900;font-size:.78rem}.stlb318-member-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.stlb318-members-hero{padding:38px 0 22px}.stlb318-members-hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.62fr);gap:24px;align-items:stretch}.stlb318-members-hero-copy,.stlb318-members-snapshot,.stlb318-price-stack,.stlb318-license-band{border:1px solid rgba(56,189,248,.22);border-radius:30px;background:linear-gradient(145deg,rgba(8,18,33,.98),rgba(4,10,20,.99));box-shadow:0 30px 85px rgba(0,0,0,.46)}.stlb318-members-hero-copy{position:relative;overflow:hidden;padding:clamp(28px,5vw,58px);min-height:430px;display:flex;flex-direction:column;justify-content:center}.stlb318-members-hero-copy:after{content:"";position:absolute;right:-90px;top:-120px;width:330px;height:330px;border-radius:999px;background:radial-gradient(circle,rgba(34,211,255,.2),transparent 65%);pointer-events:none}.stlb318-members-hero-copy h1{position:relative;z-index:1;margin:0 0 18px;font-size:clamp(2.65rem,6.3vw,5.8rem);line-height:.88;letter-spacing:-.08em}.stlb318-members-hero-copy .lead,.stlb318-members-hero-copy .actions,.stlb318-members-hero-copy .kicker{position:relative;z-index:1}.stlb318-members-snapshot{display:grid;gap:12px;padding:18px}.stlb318-members-snapshot div{padding:18px;border-radius:20px;border:1px solid rgba(56,189,248,.15);background:rgba(2,6,23,.55)}.stlb318-members-snapshot strong{display:block;color:#fff;font-size:1.08rem}.stlb318-members-snapshot span{display:block;margin-top:6px;color:#aebfd8;line-height:1.55}.stlb318-section-head{align-items:flex-start}.stlb318-tier-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stlb318-tier{position:relative;display:flex;flex-direction:column;gap:14px;min-height:100%;padding:20px;border-radius:24px;border:1px solid rgba(56,189,248,.18);background:linear-gradient(180deg,rgba(8,17,31,.95),rgba(3,7,18,.98));box-shadow:0 20px 58px rgba(0,0,0,.34)}.stlb318-tier.featured{border-color:rgba(34,211,255,.46);box-shadow:0 22px 70px rgba(37,99,235,.28),inset 0 0 0 1px rgba(34,211,255,.12)}.stlb318-tier-badge{align-self:flex-start;padding:7px 9px;border-radius:999px;border:1px solid rgba(34,211,255,.22);background:rgba(34,211,255,.09);color:#a5f3fc;font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:.66rem}.stlb318-tier h3{margin:0;color:#fff;font-size:1.35rem}.stlb318-price strong{display:block;font-size:2rem;letter-spacing:-.04em;color:#fff}.stlb318-price span{display:block;color:#fbbf24;font-weight:850;font-size:.88rem}.stlb318-tier ul{list-style:none;margin:0;padding:0;display:grid;gap:9px;flex:1}.stlb318-tier li{position:relative;padding-left:21px;color:#cbd5e1;line-height:1.45;font-size:.92rem}.stlb318-tier li:before{content:"";position:absolute;left:0;top:.5em;width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,#22d3ee,#7c3aed);box-shadow:0 0 14px rgba(34,211,238,.45)}.stlb318-members-bottom{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.stlb318-pricing-hero .stlb318-members-hero-copy{min-height:360px}.stlb318-price-stack{display:grid;gap:10px;padding:18px}.stlb318-price-stack div{padding:16px;border-radius:20px;border:1px solid rgba(56,189,248,.15);background:rgba(2,6,23,.55)}.stlb318-price-stack .hot{border-color:rgba(34,211,255,.42);background:linear-gradient(135deg,rgba(34,211,255,.14),rgba(124,58,237,.12))}.stlb318-price-stack span{display:block;color:#a5f3fc;font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.stlb318-price-stack strong{display:block;color:#fff;font-size:1.7rem;line-height:1.1;margin-top:5px}.stlb318-price-stack small{display:block;color:#fbbf24;font-weight:850;margin-top:4px}.stlb318-license-band{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:clamp(22px,4vw,36px)}.stlb318-license-band h2{margin:0 0 10px;font-size:clamp(2rem,4.3vw,3.6rem);line-height:.95;letter-spacing:-.06em}.stlb318-license-band p{max-width:760px;color:#b8cae4;line-height:1.65}@media(max-width:1060px){.stlb318-tier-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stlb318-members-hero-grid{grid-template-columns:1fr}.stlb318-member-card{grid-template-columns:1fr}.stlb318-member-actions{justify-content:flex-start}}@media(max-width:760px){.stlb318-tier-grid,.stlb318-members-bottom{grid-template-columns:1fr}.stlb318-members-hero{padding-top:22px}.stlb318-members-hero-copy{min-height:auto}.stlb318-license-band{display:block}.stlb318-license-band .actions{margin-top:16px}.stlb318-member-actions .btn{width:100%}.stlb318-plan-pills span{font-size:.72rem}.stlb318-tier{padding:18px}}
