:root{--bg:#050604;--panel:#10130b;--panel2:#1b2111;--text:#f8fafc;--muted:#c2c7b8;--red:#fa5301;--blue:#474f27;--green:#474f27;--orange:#fa5301;--white:#fff;--gold:#f8c66a;--line:rgba(255,255,255,.13);--shadow:0 24px 70px rgba(0,0,0,.42);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:radial-gradient(circle at top left,rgba(22,119,201,.22),transparent 32rem),linear-gradient(180deg,#050604,#090b06 35%,#050604);color:var(--text);line-height:1.55}.wrap{width:min(1160px,92vw);margin:auto}a{color:inherit}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;z-index:99;background:#fff;color:#000;padding:.7rem 1rem;border-radius:10px}.topbar{position:sticky;top:0;z-index:40;background:rgba(8,10,15,.82);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0}.brand{display:flex;align-items:center;gap:.8rem;text-decoration:none;font-weight:900;letter-spacing:.02em}.brand img{width:48px;height:48px;border-radius:12px;object-fit:cover;border:1px solid var(--line)}.brand span{font-size:1.08rem}.links{display:flex;align-items:center;gap:.25rem}.links a{padding:.65rem .8rem;border-radius:999px;text-decoration:none;color:var(--muted);font-weight:700;font-size:.92rem}.links a:hover,.links a.active{background:rgba(255,255,255,.08);color:#fff}.socials{display:flex;gap:.4rem}.socials a,.iconbtn{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid var(--line);text-decoration:none;font-weight:900}.cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.82rem 1rem;border-radius:999px;background:linear-gradient(135deg,var(--red),#bc3a00);color:#fff;text-decoration:none;font-weight:900;border:0;cursor:pointer;box-shadow:0 14px 35px rgba(239,35,60,.24)}.cta.secondary{background:rgba(255,255,255,.08);box-shadow:none;border:1px solid var(--line)}.cta.blue{background:linear-gradient(135deg,var(--blue),#32391b);box-shadow:0 14px 35px rgba(22,119,201,.24)}.menuBtn{display:none}.hero{position:relative;min-height:760px;display:grid;align-items:center;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,8,12,.96) 0%,rgba(6,8,12,.82) 42%,rgba(6,8,12,.3)),url('/assets/hero-gunny-logo-bg-current.png?v=20260516-hero-acorn-current-1') center/cover no-repeat;z-index:-2}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 70%,#090b06);z-index:-1}.heroGrid{display:grid;grid-template-columns:1.05fr .95fr;gap:2.2rem;align-items:center}.badge{display:inline-flex;gap:.55rem;align-items:center;color:#fff;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);border-radius:999px;padding:.45rem .72rem;font-weight:800;font-size:.9rem}.hero h1{font-size:clamp(2.65rem,7vw,6.1rem);line-height:.92;margin:1rem 0 .8rem;letter-spacing:-.07em;text-transform:uppercase}.accent{background:linear-gradient(90deg,#fff,#ffb178 42%,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.lead{font-size:clamp(1.05rem,2vw,1.34rem);color:#ecebdd;max-width:720px}.btnrow{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.45rem 0}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-top:1.25rem;max-width:680px}.stat{border:1px solid var(--line);background:rgba(255,255,255,.06);padding:1rem;border-radius:18px}.stat strong{display:block;font-size:1.45rem}.heroCard{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.04));border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.heroCard img{width:100%;display:block}.cardBody{padding:1.25rem}.section{padding:82px 0}.section.alt{background:rgba(255,255,255,.025);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.eyebrow{color:#f2a161;font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem}.section h2{font-size:clamp(2rem,4vw,3.4rem);line-height:1;margin:.35rem 0 1rem;letter-spacing:-.04em}.section p.sub{color:var(--muted);font-size:1.08rem;max-width:780px}.grid{display:grid;gap:1rem}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.two{grid-template-columns:repeat(2,1fr)}.card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border-radius:var(--radius);padding:1.25rem;box-shadow:0 10px 34px rgba(0,0,0,.16)}.card h3{margin:.2rem 0 .5rem;font-size:1.25rem}.card p,.card li{color:#c7d0df}.pill{display:inline-flex;padding:.35rem .6rem;border-radius:999px;background:rgba(22,119,201,.16);color:#ffd3b6;font-weight:800;font-size:.8rem;margin:.2rem}.feature{display:flex;gap:.9rem}.feature .num{flex:0 0 42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--red));display:grid;place-items:center;font-weight:900}.videoMock{aspect-ratio:16/9;background:linear-gradient(135deg,#000,#1c2435);border-radius:18px;border:1px solid var(--line);display:grid;place-items:center;position:relative;overflow:hidden}.videoMock:before{content:"▶";font-size:3rem;background:#fff;color:#000;width:82px;height:82px;border-radius:50%;display:grid;place-items:center;padding-left:.2rem}.list{display:grid;gap:.8rem;margin-top:1rem}.item{display:flex;justify-content:space-between;gap:1rem;align-items:center;border:1px solid var(--line);background:rgba(255,255,255,.05);border-radius:16px;padding:1rem}.item small{color:var(--muted)}.form{display:grid;gap:.9rem}.field{display:grid;gap:.35rem}.field label{font-weight:800;color:#e9eef8}.field input,.field textarea,.field select{width:100%;padding:.95rem 1rem;border-radius:14px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#fff;font:inherit}.field textarea{min-height:130px;resize:vertical}.footer{padding:48px 0;border-top:1px solid var(--line);background:#06080c}.footerGrid{display:grid;grid-template-columns:1.15fr .75fr .75fr .85fr;gap:1rem}.footer a{color:#cbd5e1;text-decoration:none}.footer a:hover{color:#fff}.adminLayout{display:grid;grid-template-columns:300px 1fr;gap:1rem}.adminSide{position:sticky;top:86px;align-self:start}.tabs{display:grid;gap:.5rem}.tabBtn{width:100%;text-align:left;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#fff;border-radius:14px;padding:.8rem 1rem;font-weight:900;cursor:pointer}.tabBtn.active{background:linear-gradient(135deg,var(--blue),var(--red))}.tabPanel{display:none}.tabPanel.active{display:block}.toolbar{display:flex;gap:.6rem;flex-wrap:wrap;margin:.8rem 0}.editor{min-height:220px;border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:14px;padding:1rem;outline:none}.adminTable{width:100%;border-collapse:collapse;overflow:hidden;border-radius:16px}.adminTable th,.adminTable td{border-bottom:1px solid var(--line);padding:.8rem;text-align:left;color:#ecebdd}.adminTable th{color:#fff;background:rgba(255,255,255,.07)}.notice{border:1px solid rgba(255,209,102,.35);background:rgba(255,209,102,.08);border-radius:18px;padding:1rem;color:#ffe7a3}.pageHero{padding:80px 0 34px;background:linear-gradient(180deg,rgba(22,119,201,.18),transparent)}.pageHero h1{font-size:clamp(2.2rem,6vw,4.8rem);line-height:.96;margin:.4rem 0;letter-spacing:-.05em}.empty{color:#aeb8c7;border:1px dashed var(--line);padding:1.2rem;border-radius:16px}.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.day{min-height:100px;border:1px solid var(--line);border-radius:14px;padding:.55rem;background:rgba(255,255,255,.04)}.day b{display:block;margin-bottom:.3rem}.jobchip{font-size:.75rem;background:rgba(22,119,201,.22);padding:.25rem .35rem;border-radius:8px;margin:.25rem 0}.mobileOnly{display:none}@media(max-width:940px){.links{display:none;position:absolute;left:4vw;right:4vw;top:72px;background:#090b06;border:1px solid var(--line);border-radius:20px;padding:.7rem;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.links.open{display:flex}.links a{border-radius:12px}.menuBtn{display:inline-grid}.hero{min-height:auto;padding:72px 0}.heroGrid,.grid.three,.grid.two,.footerGrid,.adminLayout{grid-template-columns:1fr}.heroCard{order:-1}.stats{grid-template-columns:1fr}.adminSide{position:static}.socials.hideSm{display:none}.mobileOnly{display:block}.section{padding:56px 0}.calendar{grid-template-columns:1fr 1fr}.item{display:block}.nav .cta{display:none}}@media(max-width:560px){.brand span{font-size:.96rem}.hero h1{font-size:3rem}.calendar{grid-template-columns:1fr}.btnrow .cta{width:100%}.nav{gap:.5rem}.brand img{width:42px;height:42px}.section h2{font-size:2.1rem}}

.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.socialIcon{font-family:Inter,system-ui,sans-serif;font-size:1rem;line-height:1;color:#fff;transition:transform .18s ease, background .18s ease}.socialIcon:hover{transform:translateY(-2px)}.socialIcon.facebook{background:#1877f2}.socialIcon.tiktok{background:linear-gradient(135deg,#111,#ff0050 52%,#00f2ea)}.socialIcon.instagram{background:radial-gradient(circle at 30% 110%,#feda75,#fa7e1e 30%,#d62976 55%,#962fbf 75%,#4f5bd5)}
.cleanSocialCard{display:flex;gap:.8rem;align-items:center;justify-content:center;flex-wrap:wrap}.bigSocial{min-width:150px;display:flex;align-items:center;justify-content:center;gap:.65rem;padding:1rem 1.1rem;border-radius:18px;text-decoration:none;color:#fff;font-weight:900;border:1px solid rgba(255,255,255,.15);box-shadow:0 14px 32px rgba(0,0,0,.18)}.bigSocial span{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.18);font-size:1.25rem}.bigSocial.facebook{background:#1877f2}.bigSocial.tiktok{background:linear-gradient(135deg,#111,#ff0050 52%,#00f2ea)}.bigSocial.instagram{background:radial-gradient(circle at 30% 110%,#feda75,#fa7e1e 30%,#d62976 55%,#962fbf 75%,#4f5bd5)}
.usmcMini{display:inline-grid;place-items:center;background:linear-gradient(135deg,#7a0612,#fa5301);color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.2rem .45rem;font-size:.72rem;letter-spacing:.08em}.usmcCard{position:relative;overflow:hidden}.usmcCard:after{content:"";position:absolute;right:-50px;bottom:-60px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(239,35,60,.18),transparent 68%)}.usmcBadge{width:112px;height:112px;border-radius:50%;display:grid;place-items:center;margin-bottom:1rem;background:linear-gradient(135deg,#7a0612,#121826);border:2px solid rgba(255,255,255,.22);box-shadow:0 18px 45px rgba(0,0,0,.24);text-align:center}.usmcBadge span{font-size:1.4rem;font-weight:1000;letter-spacing:.08em}.usmcBadge small{margin-top:-1.8rem;color:#ffd166;font-weight:900;text-transform:uppercase;font-size:.72rem;letter-spacing:.12em}

/* Polished social logos and embedded video cards */
.socialIcon{overflow:hidden;background:#fff;padding:0;border-color:rgba(255,255,255,.22)}
.socialIcon img{width:100%;height:100%;object-fit:cover;display:block;border-radius:999px}
.bigSocial{min-height:74px;display:flex!important;align-items:center;justify-content:flex-start;gap:1rem;padding:1rem 1.1rem!important;border-radius:20px!important;background:rgba(255,255,255,.07);border:1px solid var(--line);text-decoration:none;transition:.18s ease;overflow:hidden}
.bigSocial:hover{transform:translateY(-2px);background:rgba(255,255,255,.11)}
.bigSocial img{width:46px;height:46px;border-radius:14px;object-fit:cover;background:#fff;box-shadow:0 10px 24px rgba(0,0,0,.22)}
.bigSocial b{font-size:1.08rem}
.cleanSocialCard{display:grid;gap:.8rem}
.videoCard{display:flex;flex-direction:column;gap:.45rem}
.videoEmbed{position:relative;width:100%;aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#000;border:1px solid var(--line);box-shadow:0 16px 38px rgba(0,0,0,.24)}
.videoEmbed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000}
.verticalEmbed{aspect-ratio:9/16;max-height:640px;margin-inline:auto;background:#050505}
.fbEmbed{aspect-ratio:16/10}
.videoFallback{aspect-ratio:16/9;border-radius:18px;background:linear-gradient(135deg,#000,#1c2435);display:grid;place-items:center;text-decoration:none;border:1px solid var(--line);text-align:center}
.videoFallback span{font-size:2.4rem;background:#fff;color:#000;width:76px;height:76px;border-radius:50%;display:grid;place-items:center;margin:auto;padding-left:.2rem}
.videoFallback b{display:block;margin-top:.75rem;color:#fff}
.marineLogoBadge{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.marineLogoBadge img{width:min(180px,60vw);height:auto;border-radius:50%;background:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 50px rgba(0,0,0,.32)}
.helpText{display:block;color:var(--muted);font-size:.85rem;margin-top:.3rem}
@media(max-width:940px){.verticalEmbed{max-height:560px}.fbEmbed{aspect-ratio:4/5}}

/* Updated portrait-first social video embeds */
.fbReelEmbed{aspect-ratio:9/16;max-width:430px;max-height:760px;margin-inline:auto;background:#000}
.fbReelEmbed iframe{width:100%;height:100%;overflow:hidden}
.verticalEmbed iframe{overflow:hidden}
.videoCard .cta.secondary{margin-top:auto;width:auto;align-self:flex-start}
.heroCard img{aspect-ratio:1.43/1;object-fit:cover;object-position:center}
@media(max-width:940px){.fbReelEmbed{max-height:680px;max-width:390px}}
@media(max-width:560px){.fbReelEmbed,.verticalEmbed{max-height:620px;max-width:100%}.heroCard img{aspect-ratio:1.25/1}}

/* Header social placement update */
.brandCluster{display:flex;align-items:center;gap:.75rem;min-width:0;flex:0 0 auto}
.headerSocials{align-items:center;gap:.38rem;flex:0 0 auto}
.headerSocials .socialIcon{width:36px;height:36px;background:transparent;border:0;padding:0;box-shadow:0 8px 20px rgba(0,0,0,.2)}
.headerSocials .socialIcon img{object-fit:contain;background:transparent;border-radius:10px}
.links{margin-left:auto}
.socialIcon img{object-fit:contain;background:transparent}

/* Latest content cards */
.latestGrid .latestCard{align-items:flex-start;min-height:215px}
.latestCard .num{font-size:1.15rem}
.latestCard p{margin:.35rem 0 .65rem}
.inlineLink{display:inline-flex;margin-top:.35rem;color:#ffd3b6;font-weight:900;text-decoration:none;border-bottom:1px solid rgba(207,227,255,.45)}
.inlineLink:hover{color:#fff;border-color:#fff}

/* Logo-only social follow section */
.socialFollowBlock{align-items:center}
.socialLogoRow{display:flex;gap:1rem;align-items:center;justify-content:center;flex-wrap:wrap}
.bigLogoOnly{width:94px;height:94px;border-radius:24px;display:grid;place-items:center;text-decoration:none;background:rgba(255,255,255,.06);border:1px solid var(--line);box-shadow:0 16px 38px rgba(0,0,0,.22);transition:transform .18s ease, background .18s ease}
.bigLogoOnly:hover{transform:translateY(-3px);background:rgba(255,255,255,.1)}
.bigLogoOnly img{width:72px;height:72px;object-fit:contain;border-radius:18px;background:transparent;display:block}

@media(max-width:940px){
  .nav{position:relative;justify-content:flex-start}
  .brandCluster{gap:.55rem;flex:1 1 auto;min-width:0}
  .brand span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:170px}
  .headerSocials{display:flex!important}
  .headerSocials .socialIcon{width:32px;height:32px}
  .menuBtn{margin-left:auto;flex:0 0 auto}
  .links{margin-left:0}
  .socials.hideSm{display:flex}
  .bigLogoOnly{width:84px;height:84px;border-radius:22px}
  .bigLogoOnly img{width:64px;height:64px}
}
@media(max-width:560px){
  .brandCluster{gap:.45rem}
  .brand{gap:.45rem}
  .brand span{max-width:125px;font-size:.88rem}
  .headerSocials .socialIcon{width:29px;height:29px}
  .socialLogoRow{justify-content:flex-start}
  .bigLogoOnly{width:78px;height:78px}
  .bigLogoOnly img{width:58px;height:58px}
}

/* Legal pages and clean transparent social logos */
.legalContent{display:grid;gap:1rem;max-width:940px}.legalCard h2{font-size:1.5rem;margin:.2rem 0 .75rem}.legalCard p{color:#c7d0df}.socialIcon,.socialIcon.facebook,.socialIcon.instagram,.socialIcon.tiktok{background:transparent!important;border-color:rgba(255,255,255,.16)}.socialIcon img{object-fit:contain!important;background:transparent!important}.footer .socialIcon{background:transparent!important}.bigLogoOnly img{background:transparent!important}
@media(max-width:940px){.footerGrid{grid-template-columns:1fr 1fr}.legalContent{max-width:100%}}@media(max-width:560px){.footerGrid{grid-template-columns:1fr}}


/* YouTube social icon support */
.socialIcon.youtube{background:transparent!important}
.socialIcon.youtube img{object-fit:contain!important;background:transparent!important}
@media(max-width:560px){.headerSocials{gap:.28rem}.headerSocials .socialIcon{width:27px;height:27px}.brand span{max-width:112px}}


/* Footer copyright */
.footerBottom{margin-top:1.75rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.12);color:#8e99aa;font-size:.9rem;text-align:center}
.footerBottom span{display:inline-block}

/* Dropdown menu + merch/raw additions */
.nav{position:relative}.links{display:none;position:absolute;right:0;top:68px;z-index:80;min-width:230px;background:#090b06;border:1px solid var(--line);border-radius:20px;padding:.7rem;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.links.open{display:flex}.links a{border-radius:12px}.menuBtn{display:inline-flex;width:auto;min-width:88px;padding:0 .95rem;gap:.35rem}.socialIcon.facebook,.socialIcon.instagram{background:transparent}.socialIcon img{max-width:100%;max-height:100%;object-fit:contain}.merchGrid{grid-template-columns:repeat(4,1fr)}.merchCard img{width:100%;height:190px;object-fit:cover;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid var(--line)}.merchFeature{background:rgba(255,255,255,.018);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.adminHint{display:block;color:var(--muted);margin-top:.35rem;font-size:.86rem}.rawBadge{display:inline-flex;align-items:center;gap:.35rem;border:1px solid rgba(239,35,60,.35);background:rgba(239,35,60,.12);border-radius:999px;padding:.35rem .6rem;color:#ffd8de;font-weight:900;font-size:.78rem;text-transform:uppercase;letter-spacing:.09em}
@media(max-width:1100px){.merchGrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.headerSocials .socialIcon{width:32px;height:32px}.brandCluster{gap:.45rem}.merchGrid{grid-template-columns:1fr}.links{left:auto;right:0;min-width:min(86vw,260px)}}
.checkline{display:flex;align-items:center;gap:.55rem;font-weight:900;color:#e9eef8}.checkline input{width:18px;height:18px}.helpText,.adminHint{color:#aeb8c7;font-size:.9rem}.merchCard img{width:100%;height:210px;object-fit:cover;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.04)}


/* Final admin polish: readable controls and clear dashboard guide */
.menuBtn,.iconbtn.menuBtn{color:#fff!important;background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.22)!important}
.menuBtn:hover,.iconbtn.menuBtn:hover{background:rgba(255,255,255,.16)!important;color:#fff!important}
.field input,.field textarea,.field select,.editor{color:#fff!important;background-color:rgba(255,255,255,.075)!important}
.field input::placeholder,.field textarea::placeholder{color:#96a3b7!important;opacity:1}
.field select option,.field select optgroup{background:#10130b!important;color:#fff!important}
.field select:focus,.field input:focus,.field textarea:focus,.editor:focus{outline:2px solid rgba(145,184,255,.55);border-color:rgba(145,184,255,.75)}
.adminGuideGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}
.adminGuideCard{display:flex;flex-direction:column;gap:.55rem;border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border-radius:18px;padding:1rem;min-height:180px}
.adminGuideCard h3{margin:.1rem 0;font-size:1.12rem;color:#fff}
.adminGuideCard p{margin:0;color:#c7d0df;font-size:.95rem;line-height:1.5}
.adminGuideCard .tabBtn{margin-top:auto;text-align:center;background:linear-gradient(135deg,var(--blue),var(--red));border:0;color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;width:100%}
.adminGuideCard .tabBtn:hover{filter:brightness(1.08)}
@media(max-width:760px){.adminGuideGrid{grid-template-columns:1fr}.adminGuideCard{min-height:auto}}
.videoEmbed video{position:absolute;inset:0;width:100%;height:100%;border:0;background:#000;object-fit:contain}
.uploadedVideoEmbed{background:#000}

/* Merch card polish */
.merchCard{padding:1rem!important;min-height:0;display:flex;flex-direction:column;gap:.45rem}
.merchCard img{height:145px!important;border-radius:14px!important;object-fit:cover}
.merchCard h3{font-size:1.05rem;line-height:1.2;margin:.15rem 0}
.merchCard .eyebrow{font-size:.72rem;margin:0}
.merchCard .cta{margin-top:auto;padding:.72rem .9rem}
.merchDesc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.45;min-height:4.35em;margin:.1rem 0 .45rem;color:#c7d0df}
.priceTag{display:inline-flex;align-items:center;width:max-content;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.18);padding:.28rem .65rem;color:#fff;font-weight:1000;margin:.05rem 0 .15rem}
@media(max-width:560px){.merchCard img{height:155px!important}.merchDesc{min-height:auto}}

/* Homepage final ordering: merch, videos, Gunny Raw, events */
.sectionHead{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}
.sectionHead .sub{margin-bottom:0}
.latestFeature{max-width:760px}
.latestContentCard{max-width:760px}
.latestPlaceholder{max-width:760px;border-style:dashed;background:rgba(255,255,255,.035)}
.homeLatestSection:nth-of-type(even){background:rgba(255,255,255,.018)}
@media(max-width:760px){.sectionHead{display:grid;align-items:start}.sectionHead .cta{width:100%}.latestFeature{max-width:100%}}

/* Homepage merch + single latest section layout */
#homeMerchSection{padding-top:72px;padding-bottom:72px}
#homeMerch .merchEmptyCard{grid-column:1/-1;max-width:720px}
#latestFromGunnySection{background:rgba(255,255,255,.018);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.latestFromGunnyGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;align-items:stretch}
.latestFromGunnyGrid .latestSlot{max-width:none;display:flex}
.latestFromGunnyGrid .card{width:100%;display:flex;flex-direction:column}
.latestFromGunnyGrid .videoCard .videoEmbed,.latestFromGunnyGrid .videoPlaceholderFrame,.latestFromGunnyGrid .eventPoster{aspect-ratio:9/16;max-height:560px;width:100%;max-width:360px;margin-inline:auto}
.videoPlaceholderFrame,.eventPosterEmpty{border-radius:18px;border:1px solid var(--line);background:linear-gradient(135deg,rgba(239,35,60,.16),rgba(22,119,201,.18));display:grid;place-items:center;color:#fff;font-weight:1000;text-transform:uppercase;letter-spacing:.12em}
.eventPoster{display:block;object-fit:cover;border-radius:18px;border:1px solid var(--line);background:#050505}
.eventFeatureCard .cta{margin-top:auto;width:auto;align-self:flex-start}
.latestButtons{justify-content:center;margin-top:1.25rem}
.eventListCard{display:grid;grid-template-columns:170px 1fr;gap:1rem;align-items:start;margin-bottom:1rem}
.eventListImage{width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:16px;border:1px solid var(--line);background:#050505}
@media(max-width:980px){.latestFromGunnyGrid{grid-template-columns:1fr}.latestFromGunnyGrid .videoCard .videoEmbed,.latestFromGunnyGrid .videoPlaceholderFrame,.latestFromGunnyGrid .eventPoster{max-width:430px}.eventListCard{grid-template-columns:1fr}.eventListImage{max-width:340px}}
@media(max-width:560px){.latestButtons .cta{width:auto}.latestFromGunnyGrid .videoCard .videoEmbed,.latestFromGunnyGrid .videoPlaceholderFrame,.latestFromGunnyGrid .eventPoster{max-width:100%;max-height:620px}}

.merchFeature .sectionHead{align-items:center}.merchFeature .sectionHead .sub{max-width:820px}.merchFeature #homeMerch:empty{display:none}.latestPlaceholder .cta{margin-top:auto}.latestPlaceholder p{min-height:3.2rem}


/* Admin polish */
#adminApp .tabBtn.active,#adminApp .adminGuideCard .tabBtn,#adminLogin .cta,#adminApp .cta{background:var(--blue);box-shadow:0 12px 28px rgba(22,119,201,.22);border-color:rgba(255,255,255,.14);}
#adminApp .cta.secondary{background:rgba(255,255,255,.08);box-shadow:none;border:1px solid var(--line);}
.adminActions{display:flex;gap:.45rem;flex-wrap:wrap;align-items:center}.smallAction{width:auto;min-width:82px;text-align:center;padding:.55rem .75rem;border-radius:11px}.smallAction[data-edit]{background:var(--blue);border-color:rgba(255,255,255,.16)}.smallAction[data-del]{background:rgba(255,255,255,.08)}
.cancelEditBtn{width:auto;display:inline-flex!important;align-items:center;justify-content:center;background:rgba(255,255,255,.08)!important;margin-top:.25rem}.cancelEditBtn[style*=none]{display:none!important}
@media(max-width:940px){#adminApp .pageHero{padding:42px 0 18px}#adminApp .pageHero h1{font-size:2rem}#adminApp .pageHero .sub{font-size:.98rem}.adminSide{padding:.85rem}.adminSide h3{margin:.1rem 0 .55rem}.adminSide .grid.two{grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.adminSide .stat{padding:.48rem;border-radius:12px}.adminSide .stat strong{font-size:1rem}.adminSide .stat span{font-size:.72rem;line-height:1.15;display:block}.tabs{gap:.38rem}.tabBtn{padding:.68rem .8rem;border-radius:12px}.adminGuideGrid{gap:.7rem}.adminGuideCard{padding:.85rem}.adminGuideCard p{font-size:.9rem}.adminTable{font-size:.9rem}.adminTable th,.adminTable td{padding:.6rem}.adminActions{display:grid;grid-template-columns:1fr 1fr}.smallAction{width:100%;min-width:0}}
@media(max-width:560px){.adminSide .grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.adminActions{grid-template-columns:1fr}.adminTable{display:block;overflow-x:auto;white-space:nowrap}}




/* Final hero and latest-button polish */
.whiteBtn{background:rgba(255,255,255,.88)!important;color:#090b06!important;border:1px solid rgba(255,255,255,.8)!important;box-shadow:0 14px 35px rgba(255,255,255,.12)!important}
.whiteBtn:hover{background:#fff!important;color:#06080c!important}
.heroCardActions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin:1.1rem 0 0}
.heroCardActions .cta{width:auto;min-width:0;padding-inline:1.05rem}
.latestButtons{justify-content:center;align-items:center}.latestButtons .cta{width:auto;min-width:150px}
.latestFromGunnyGrid .videoCard .cta,.latestFromGunnyGrid .eventFeatureCard .cta,.latestPlaceholder .cta{width:auto;align-self:flex-start;margin-top:auto}
.latestFromGunnyGrid .videoCard,.latestFromGunnyGrid .eventFeatureCard,.latestFromGunnyGrid .latestPlaceholder{min-height:100%}
@media(max-width:560px){.heroCardActions{display:grid;grid-template-columns:1fr;gap:.7rem}.heroCardActions .cta{width:100%}.latestButtons{display:grid;grid-template-columns:1fr;gap:.7rem}.latestButtons .cta{width:100%}.latestFromGunnyGrid .videoCard .cta,.latestFromGunnyGrid .eventFeatureCard .cta,.latestPlaceholder .cta{width:auto;max-width:100%;align-self:flex-start}}


/* Final hero/latest CTA cleanup */
#latestFromGunnySection .latestButtons{display:none!important}
.merchFeature .sectionHead .cta.blue{background:linear-gradient(135deg,var(--blue),#32391b)!important;box-shadow:0 14px 35px rgba(22,119,201,.24)!important;color:#fff!important}
.heroCardActions{justify-content:flex-start!important}
.heroCardActions .whiteBtn{background:rgba(255,255,255,.94)!important;color:#090b06!important;border-color:rgba(255,255,255,.95)!important}
.latestFromGunnyGrid .videoCard .cta:not(.whiteBtn):not(.blue):not(.secondary),
.latestFromGunnyGrid .latestPlaceholder .cta:not(.whiteBtn):not(.blue):not(.secondary){background:linear-gradient(135deg,var(--red),#bc3a00)!important;color:#fff!important;box-shadow:0 14px 35px rgba(239,35,60,.24)!important}
.latestFromGunnyGrid .videoCard .cta.whiteBtn,
.latestFromGunnyGrid .latestPlaceholder .cta.whiteBtn{background:rgba(255,255,255,.94)!important;color:#090b06!important;border-color:rgba(255,255,255,.95)!important}
.latestFromGunnyGrid .eventFeatureCard .cta.blue{background:linear-gradient(135deg,var(--blue),#32391b)!important;color:#fff!important;box-shadow:0 14px 35px rgba(22,119,201,.24)!important}
.latestFromGunnyGrid .videoCard .cta,
.latestFromGunnyGrid .eventFeatureCard .cta,
.latestPlaceholder .cta{width:auto!important;max-width:max-content!important;padding-inline:1rem!important}
@media(max-width:560px){.heroCardActions{display:flex!important;flex-wrap:wrap!important}.heroCardActions .cta{width:auto!important;flex:0 0 auto}.latestFromGunnyGrid .videoCard .cta,.latestFromGunnyGrid .eventFeatureCard .cta,.latestPlaceholder .cta{width:auto!important;max-width:100%!important}}

/* Final social/menu polish */
.menuBtn,.iconbtn.menuBtn{color:#fff!important;background:linear-gradient(135deg,var(--red),#c9182f)!important;border-color:rgba(255,255,255,.22)!important;box-shadow:0 12px 30px rgba(239,35,60,.26)!important;}
.menuBtn:hover,.iconbtn.menuBtn:hover{background:linear-gradient(135deg,#ff334f,#d51f35)!important;color:#fff!important;transform:translateY(-1px);}
.socialIcon.x,.socialIcon.bluesky,.socialIcon.substack{background:transparent!important;border:0!important;padding:0!important;}
.socialIcon.x img,.socialIcon.bluesky img,.socialIcon.substack img{object-fit:contain!important;background:transparent!important;border-radius:10px!important;}

/* Final social/menu polish */
.menuBtn,.iconbtn.menuBtn{color:#fff!important;background:linear-gradient(135deg,var(--red),#c9182f)!important;border-color:rgba(255,255,255,.28)!important;box-shadow:0 12px 30px rgba(239,35,60,.28)!important;}
.menuBtn:hover,.iconbtn.menuBtn:hover{background:linear-gradient(135deg,#ff334f,#d51f35)!important;color:#fff!important;transform:translateY(-1px);}
.socialFollowBlock .socialLogoRow{display:grid;grid-template-columns:repeat(7,minmax(54px,86px));gap:.9rem;justify-content:center;align-items:center;}
.socialFollowBlock .bigLogoOnly{width:86px;height:86px;border-radius:22px;}
.socialFollowBlock .bigLogoOnly img{width:62px;height:62px;}
@media(max-width:720px){.socialFollowBlock .socialLogoRow{grid-template-columns:repeat(4,minmax(56px,78px));justify-content:start}.socialFollowBlock .bigLogoOnly{width:76px;height:76px}.socialFollowBlock .bigLogoOnly img{width:56px;height:56px}}
@media(max-width:420px){.socialFollowBlock .socialLogoRow{grid-template-columns:repeat(3,minmax(56px,74px))}.socialFollowBlock .bigLogoOnly{width:72px;height:72px}.socialFollowBlock .bigLogoOnly img{width:52px;height:52px}}

/* Social follower stat cards */
.socialStats{grid-template-columns:repeat(3,1fr)}
.socialStatCard{text-decoration:none;color:#fff;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.socialStatCard:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.09)}
.socialStatCard img{width:34px;height:34px;object-fit:contain;margin-bottom:.45rem;border-radius:10px}
.socialStatCard strong{display:block;font-size:1.45rem;line-height:1}
.socialStatCard span{display:block;color:#c7d0df}
@media(max-width:560px){.socialStats{grid-template-columns:1fr}.socialStatCard{display:grid;grid-template-columns:42px 1fr;align-items:center;text-align:left;column-gap:.75rem}.socialStatCard img{grid-row:1/3;margin:0}.socialStatCard strong{font-size:1.25rem}}


/* Mobile header and safe social video fallback cleanup */
.videoCard img,.latestFromGunnyGrid img{max-width:100%;height:auto;}
.socialFallbackEmbed{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;text-align:center;text-decoration:none;color:#fff;padding:1rem;background:linear-gradient(135deg,#101624,#07090f);}
.socialFallbackEmbed .fallbackPlatformLogo{width:72px!important;height:72px!important;max-width:38%!important;max-height:38%!important;object-fit:contain!important;border-radius:18px!important;background:transparent!important;display:block!important;margin:0 auto!important;}
.socialFallbackEmbed span{font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#f2a161;}
.socialFallbackEmbed b{font-size:1rem;}
@media(max-width:720px){
  .topbar .nav{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;column-gap:.65rem!important;row-gap:.35rem!important;padding:.65rem 0!important;}
  .topbar .brandCluster{display:grid!important;grid-template-columns:1fr!important;gap:.38rem!important;min-width:0!important;}
  .topbar .brand{min-width:0!important;gap:.55rem!important;}
  .topbar .brand img{width:38px!important;height:38px!important;border-radius:10px!important;flex:0 0 38px!important;}
  .topbar .brand span{font-size:.88rem!important;max-width:none!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .topbar .headerSocials{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:.28rem!important;align-items:center!important;justify-content:flex-start!important;overflow:visible!important;max-width:100%!important;}
  .topbar .headerSocials .socialIcon{width:25px!important;height:25px!important;min-width:25px!important;flex:0 0 25px!important;border-radius:7px!important;}
  .topbar .headerSocials .socialIcon img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:7px!important;}
  .topbar .menuBtn{grid-column:2!important;grid-row:1 / span 2!important;align-self:start!important;justify-self:end!important;min-width:78px!important;height:38px!important;padding:0 .7rem!important;font-size:.86rem!important;}
  .topbar .links{top:62px!important;right:0!important;left:auto!important;min-width:min(86vw,270px)!important;}
}
@media(max-width:390px){
  .topbar .headerSocials .socialIcon{width:23px!important;height:23px!important;min-width:23px!important;flex-basis:23px!important;}
  .topbar .headerSocials{gap:.22rem!important;}
  .topbar .menuBtn{min-width:72px!important;font-size:.8rem!important;}
}


/* Final fix: hero follower stat logos and mobile header social row */
.socialStats{align-items:stretch!important;}
.socialStats .socialStatCard{overflow:hidden!important;min-width:0!important;display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;column-gap:.75rem!important;text-align:left!important;}
.socialStats .socialStatCard img,.socialStats .socialStatCard .socialStatLogo{width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;max-height:34px!important;object-fit:contain!important;display:block!important;margin:0!important;border-radius:9px!important;grid-row:1/3!important;background:transparent!important;}
.socialStats .socialStatCard strong,.socialStats .socialStatCard span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.socialStats .socialStatCard strong{font-size:1.24rem!important;line-height:1.05!important;}
.socialStats .socialStatCard span{font-size:.9rem!important;line-height:1.2!important;}
@media(min-width:761px){.socialStats{grid-template-columns:repeat(3,minmax(0,1fr))!important;}.socialStats .socialStatCard{padding:.95rem!important;}}
@media(max-width:720px){
  .topbar .brandCluster{width:100%!important;max-width:100%!important;}
  .topbar .headerSocials{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:.30rem!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;max-width:100%!important;margin-top:.12rem!important;}
  .topbar .headerSocials .socialIcon{width:26px!important;height:26px!important;min-width:26px!important;flex:0 0 26px!important;}
  .topbar .headerSocials .socialIcon img{width:26px!important;height:26px!important;max-width:26px!important;max-height:26px!important;object-fit:contain!important;}
}
@media(max-width:430px){
  .topbar .headerSocials{gap:.22rem!important;}
  .topbar .headerSocials .socialIcon{width:23px!important;height:23px!important;min-width:23px!important;flex-basis:23px!important;}
  .topbar .headerSocials .socialIcon img{width:23px!important;height:23px!important;max-width:23px!important;max-height:23px!important;}
}

/* FINAL MOBILE / SOCIAL STATS / HOMEPAGE ORDER FIX */
.hero .socialStats,
.hero #socialStatsCards{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:.7rem!important;max-width:680px!important;align-items:stretch!important;}
.hero .socialStats .socialStatCard,
.hero #socialStatsCards .socialStatCard{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;column-gap:.72rem!important;text-align:left!important;overflow:hidden!important;min-width:0!important;max-width:100%!important;padding:1rem!important;}
.hero .socialStats .socialStatCard img.socialStatLogo,
.hero #socialStatsCards .socialStatCard img.socialStatLogo{width:34px!important;height:34px!important;min-width:34px!important;max-width:34px!important;min-height:34px!important;max-height:34px!important;object-fit:contain!important;display:block!important;grid-row:1 / span 2!important;margin:0!important;border-radius:9px!important;background:transparent!important;transform:none!important;}
.hero .socialStats .socialStatCard strong,
.hero #socialStatsCards .socialStatCard strong{font-size:1.24rem!important;line-height:1.05!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.hero .socialStats .socialStatCard span,
.hero #socialStatsCards .socialStatCard span{font-size:.9rem!important;line-height:1.2!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;}
.blogPreviewImage{width:100%;height:220px;object-fit:cover;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.04);margin-bottom:.9rem}.blogPreviewCard{display:flex;flex-direction:column}.blogPreviewCard .cta{align-self:flex-start;margin-top:auto}
@media(max-width:760px){
  .topbar .nav{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto auto!important;align-items:start!important;gap:.35rem .55rem!important;padding:.55rem 0!important;}
  .topbar .brandCluster{grid-column:1!important;grid-row:1 / span 2!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:.28rem .5rem!important;min-width:0!important;max-width:100%!important;}
  .topbar .brand{flex:0 1 auto!important;min-width:0!important;gap:.5rem!important;}
  .topbar .brand img{width:42px!important;height:42px!important;flex:0 0 42px!important;}
  .topbar .brand span{font-size:.9rem!important;line-height:1.05!important;max-width:145px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;}
  .topbar .headerSocials{order:3!important;flex:0 0 100%!important;width:100%!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:.28rem!important;margin-top:.16rem!important;overflow:hidden!important;max-width:100%!important;}
  .topbar .headerSocials .socialIcon{width:25px!important;height:25px!important;min-width:25px!important;flex:0 0 25px!important;border-radius:7px!important;}
  .topbar .headerSocials .socialIcon img{width:25px!important;height:25px!important;max-width:25px!important;max-height:25px!important;object-fit:contain!important;border-radius:7px!important;}
  .topbar .menuBtn{grid-column:2!important;grid-row:1!important;justify-self:end!important;align-self:start!important;min-width:74px!important;height:38px!important;padding:0 .68rem!important;font-size:.84rem!important;margin:0!important;}
  .topbar .links{top:58px!important;right:0!important;left:auto!important;min-width:min(86vw,260px)!important;}
  .hero .socialStats,.hero #socialStatsCards{grid-template-columns:1fr!important;gap:.65rem!important;max-width:100%!important;}
  .hero .socialStats .socialStatCard,.hero #socialStatsCards .socialStatCard{padding:.82rem!important;}
}
@media(max-width:390px){
  .topbar .brand span{max-width:118px!important;font-size:.84rem!important;}
  .topbar .headerSocials{gap:.22rem!important;}
  .topbar .headerSocials .socialIcon,.topbar .headerSocials .socialIcon img{width:22px!important;height:22px!important;min-width:22px!important;max-width:22px!important;max-height:22px!important;}
  .topbar .menuBtn{min-width:68px!important;font-size:.78rem!important;padding:0 .55rem!important;}
}

/* Support page gateway cards */
.supportWaysSection{background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(22,119,201,.045));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.supportGatewayGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.25rem}
.supportGatewayCard{display:grid;grid-template-columns:76px minmax(0,1fr);gap:.9rem;align-items:center;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.038));border-radius:24px;padding:1rem;box-shadow:0 18px 44px rgba(0,0,0,.22);min-height:154px;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.supportGatewayCard:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.28);background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.055))}
.supportLogoWrap{width:72px;height:72px;border-radius:20px;display:grid;place-items:center;overflow:hidden;background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.16);flex:0 0 auto}
.supportLogoWrap img{width:72px;height:72px;max-width:72px;max-height:72px;object-fit:contain;display:block}
.supportCardText{display:grid;gap:.25rem;min-width:0}.supportCardText strong{font-size:1.12rem;line-height:1.1}.supportCardText em{font-style:normal;color:#c7d0df;font-size:.92rem;line-height:1.35}.supportCardCta{display:inline-flex;align-items:center;justify-content:center;width:max-content;margin-top:.35rem;border-radius:999px;padding:.42rem .7rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:#fff}
.supportMissionSection .usmcCard{min-height:100%}
@media(max-width:1080px){.supportGatewayGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.supportGatewayGrid{grid-template-columns:1fr}.supportGatewayCard{grid-template-columns:58px minmax(0,1fr);min-height:auto;border-radius:20px;padding:.9rem}.supportLogoWrap,.supportLogoWrap img{width:56px;height:56px;max-width:56px;max-height:56px;border-radius:16px}.supportCardText strong{font-size:1.02rem}.supportCardText em{font-size:.88rem}.supportCardCta{font-size:.72rem}}

/* Support page cleanup + responsive social row + blog cards/modal */
.supportWaysSection{padding-top:72px!important;}
.socialFollowBlock{overflow:hidden;}
.socialFollowBlock .socialLogoRow{max-width:100%;}
@media(max-width:1180px){
  .socialFollowBlock{grid-template-columns:1fr!important;gap:1.35rem!important;}
  .socialFollowBlock .socialLogoRow{display:grid!important;grid-template-columns:repeat(4,86px)!important;gap:.8rem!important;justify-content:flex-start!important;align-items:center!important;}
  .socialFollowBlock .bigLogoOnly{width:86px!important;height:86px!important;}
  .socialFollowBlock .bigLogoOnly img{width:64px!important;height:64px!important;}
}
@media(max-width:520px){
  .socialFollowBlock .socialLogoRow{grid-template-columns:repeat(4,minmax(56px,1fr))!important;gap:.45rem!important;width:100%!important;}
  .socialFollowBlock .bigLogoOnly{width:100%!important;height:68px!important;border-radius:18px!important;}
  .socialFollowBlock .bigLogoOnly img{width:48px!important;height:48px!important;}
}
@media(max-width:360px){
  .socialFollowBlock .socialLogoRow{grid-template-columns:repeat(3,minmax(56px,1fr))!important;}
}
.blogCardGrid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;}
.blogCard{display:flex;flex-direction:column;min-height:100%;overflow:hidden;}
.blogCardImage{width:100%;height:210px;object-fit:cover;border-radius:16px;border:1px solid var(--line);background:rgba(255,255,255,.04);margin-bottom:1rem;}
.blogCard h2{font-size:1.45rem!important;line-height:1.12!important;margin:.25rem 0 .55rem!important;letter-spacing:-.025em;}
.blogCard p{margin:.25rem 0 .85rem;}
.blogCardActions{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:auto;align-items:center;}
.blogCardActions .cta{box-shadow:none;}
body.modalOpen{overflow:hidden;}
.blogModal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:clamp(.8rem,2vw,1.4rem);}
.blogModal.open{display:flex;}
.blogModalBackdrop{position:absolute;inset:0;background:rgba(0,0,0,.76);backdrop-filter:blur(8px);}
.blogModalPanel{position:relative;width:min(980px,94vw);max-height:90vh;overflow:auto;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#151b27,#090b06);border-radius:26px;box-shadow:0 34px 90px rgba(0,0,0,.58);padding:clamp(1.1rem,3vw,2.2rem);}
.blogModalClose{position:sticky;top:0;float:right;z-index:2;width:44px;height:44px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(239,35,60,.96);color:#fff;font-size:2rem;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 14px 30px rgba(239,35,60,.24);}
.blogModalImage{width:100%;max-height:420px;object-fit:cover;border-radius:20px;border:1px solid var(--line);margin:0 0 1.25rem;background:rgba(255,255,255,.04);}
.blogModalPanel h2{font-size:clamp(2rem,5vw,4rem);line-height:1;margin:.35rem 0 1rem;letter-spacing:-.045em;}
.blogModalBody{color:#d9e3f3;font-size:1.06rem;line-height:1.72;}
.blogModalBody p{color:#d9e3f3;}
.blogModalBody img{max-width:100%;height:auto;border-radius:16px;}
@media(max-width:940px){.blogCardGrid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:620px){.blogCardGrid{grid-template-columns:1fr;}.blogCardImage{height:190px}.blogModalPanel{max-height:92vh;border-radius:20px}.blogModalClose{width:40px;height:40px;font-size:1.75rem}}


/* Final social follow layout fix: always use neat rows, never one long squeezed row */
.socialFollowBlock{
  align-items:center!important;
  overflow:hidden!important;
}
.socialFollowBlock .socialLogoRow{
  display:grid!important;
  grid-template-columns:repeat(4, minmax(68px, 86px))!important;
  gap:.85rem!important;
  justify-content:center!important;
  align-items:center!important;
  max-width:calc((86px * 4) + (.85rem * 3))!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.socialFollowBlock .bigLogoOnly{
  width:86px!important;
  height:86px!important;
  min-width:0!important;
  border-radius:22px!important;
}
.socialFollowBlock .bigLogoOnly img{
  width:62px!important;
  height:62px!important;
  max-width:62px!important;
  max-height:62px!important;
  object-fit:contain!important;
}
@media(max-width:900px){
  .socialFollowBlock{grid-template-columns:1fr!important;text-align:left!important;}
  .socialFollowBlock .socialLogoRow{justify-content:flex-start!important;margin-left:0!important;margin-right:0!important;}
}
@media(max-width:520px){
  .socialFollowBlock .socialLogoRow{
    grid-template-columns:repeat(4, minmax(50px, 1fr))!important;
    gap:.45rem!important;
    width:100%!important;
    max-width:100%!important;
  }
  .socialFollowBlock .bigLogoOnly{height:64px!important;width:100%!important;border-radius:18px!important;}
  .socialFollowBlock .bigLogoOnly img{width:46px!important;height:46px!important;max-width:46px!important;max-height:46px!important;}
}
@media(max-width:350px){
  .socialFollowBlock .socialLogoRow{grid-template-columns:repeat(3, minmax(54px, 1fr))!important;}
}


/* Gunny green/orange theme refresh */
body{background:radial-gradient(circle at top left,rgba(71,79,39,.42),transparent 34rem),linear-gradient(180deg,#050604,#0a0c07 36%,#050604)!important;color:var(--text)}
.topbar{background:rgba(5,6,4,.9)!important;border-bottom:1px solid rgba(250,83,1,.22)}
.links.open{background:#090b06!important}.links a:hover,.links a.active{background:rgba(250,83,1,.14)!important;color:#fff}.iconbtn.menuBtn{background:linear-gradient(135deg,var(--orange),#bc3a00)!important;color:#fff!important;box-shadow:0 12px 34px rgba(250,83,1,.25)}
.cta{background:linear-gradient(135deg,var(--orange),#bc3a00)!important;box-shadow:0 14px 35px rgba(250,83,1,.25)!important;color:#fff!important}.cta.blue{background:linear-gradient(135deg,#64713a,var(--green))!important;box-shadow:0 14px 35px rgba(71,79,39,.34)!important;color:#fff!important}.cta.secondary,.tabBtn,.smallAction{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.15)!important;color:#fff!important;box-shadow:none!important}.whiteBtn{background:rgba(255,255,255,.92)!important;color:#111!important}.tabBtn.active,.tabBtn:hover{background:linear-gradient(135deg,#64713a,var(--green))!important;color:#fff!important}.accent{background:linear-gradient(90deg,#fff,#ffb178 42%,#fff);-webkit-background-clip:text;background-clip:text;color:transparent}.eyebrow{color:#ffb178!important}.badge .usmcMini,.usmcMini{background:linear-gradient(135deg,var(--orange),#bc3a00)!important;color:#fff}.hero:before{background:linear-gradient(90deg,rgba(5,6,4,.96) 0%,rgba(5,6,4,.82) 42%,rgba(5,6,4,.35)),url('/assets/hero-gunny-logo-bg-current.png?v=20260516-hero-acorn-current-1') center/cover no-repeat!important}.hero:after{background:linear-gradient(180deg,transparent 70%,#050604)!important}.pageHero{background:linear-gradient(180deg,rgba(71,79,39,.32),transparent)!important}.section.alt{background:rgba(71,79,39,.08)!important}.card,.heroCard,.supportOption,.adminSide,.day,.stat,.bigLogoOnly{background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(71,79,39,.09))!important;border-color:rgba(255,255,255,.14)!important}.notice{border-color:rgba(250,83,1,.45)!important;background:rgba(250,83,1,.08)!important;color:#ffd9c2!important}.jobchip{background:rgba(250,83,1,.2)!important}.adminTable th{background:rgba(71,79,39,.35)!important}.field input,.field textarea,.field select{background:#090b06!important;border-color:rgba(255,255,255,.17)!important;color:#fff!important}.field select option{background:#090b06;color:#fff}.heroCardActions .cta:first-child{background:linear-gradient(135deg,var(--orange),#bc3a00)!important}.heroCardActions .cta.blue{background:linear-gradient(135deg,#64713a,var(--green))!important}.supportOption:hover,.card:hover{border-color:rgba(250,83,1,.38)}
.socialFollowBlock .socialLogoRow{display:grid!important;grid-template-columns:repeat(4,94px);gap:1rem;justify-content:center;align-items:center;max-width:430px;margin-left:auto}.socialFollowBlock .bigLogoOnly{width:94px;height:94px}.socialFollowBlock .bigLogoOnly img{width:70px;height:70px}
@media(max-width:1050px){.socialFollowBlock .socialLogoRow{grid-template-columns:repeat(4,82px);max-width:380px}.socialFollowBlock .bigLogoOnly{width:82px;height:82px}.socialFollowBlock .bigLogoOnly img{width:60px;height:60px}}
@media(max-width:940px){.socialFollowBlock .socialLogoRow{margin:1.5rem 0 0;justify-content:start;grid-template-columns:repeat(4,78px);max-width:100%}.hero:before{background:linear-gradient(180deg,rgba(5,6,4,.94),rgba(5,6,4,.72)),url('/assets/hero-gunny-logo-bg-current.png?v=20260516-hero-acorn-current-1') center/cover no-repeat!important}}
@media(max-width:560px){.socialFollowBlock .socialLogoRow{grid-template-columns:repeat(3,76px);gap:.75rem}.socialFollowBlock .bigLogoOnly{width:76px;height:76px}.socialFollowBlock .bigLogoOnly img{width:56px;height:56px}}


/* 20260516 final green/orange polish */
:root{--bg:#050604;--panel:#10130b;--panel2:#1b2111;--text:#f8fafc;--muted:#c2c7b8;--green:#474f27;--blue:#474f27;--orange:#fa5301;--red:#fa5301;}
body{background:radial-gradient(circle at top left,rgba(71,79,39,.34),transparent 34rem),linear-gradient(180deg,#050604,#090b06 35%,#050604)!important;}
.topbar,.footer{background:linear-gradient(180deg,#050604,#0b0d07)!important;border-color:rgba(250,83,1,.22)!important;}
.footer{box-shadow:inset 0 1px 0 rgba(250,83,1,.12)!important;}
.footer h3,.footer .brand span{color:#fff!important;}
.footer a:hover{color:#ffb178!important;}
.footerBottom{border-top:1px solid rgba(250,83,1,.18)!important;color:#c2c7b8!important;}
.menuBtn,.iconbtn.menuBtn{background:linear-gradient(135deg,var(--orange),#bc3a00)!important;color:#fff!important;border-color:rgba(250,83,1,.45)!important;box-shadow:0 12px 30px rgba(250,83,1,.26)!important;}
.menuBtn:hover,.iconbtn.menuBtn:hover{background:linear-gradient(135deg,#64713a,var(--green))!important;color:#fff!important;border-color:rgba(255,255,255,.28)!important;box-shadow:0 12px 32px rgba(71,79,39,.35)!important;transform:translateY(-1px);}
.links.open{background:#090b06!important;border-color:rgba(250,83,1,.22)!important;}
.links a:hover,.links a.active{background:rgba(71,79,39,.45)!important;color:#fff!important;}
.socialIcon:hover,.socialLogoLink:hover{border-color:rgba(250,83,1,.45)!important;box-shadow:0 12px 26px rgba(250,83,1,.18)!important;}
.cta{background:linear-gradient(135deg,var(--orange),#bc3a00)!important;color:#fff!important;box-shadow:0 14px 35px rgba(250,83,1,.25)!important;}
.cta:hover{filter:brightness(1.06);}
.cta.blue{background:linear-gradient(135deg,#64713a,var(--green))!important;color:#fff!important;box-shadow:0 14px 35px rgba(71,79,39,.34)!important;}
.cta.secondary:hover,.smallAction:hover{background:rgba(71,79,39,.38)!important;border-color:rgba(250,83,1,.3)!important;}
.card,.heroCard,.supportOption,.adminSide,.day,.stat,.bigLogoOnly{background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(71,79,39,.11))!important;border-color:rgba(255,255,255,.14)!important;}
.card:hover,.supportOption:hover{border-color:rgba(250,83,1,.38)!important;}
.pageHero{background:linear-gradient(180deg,rgba(71,79,39,.32),transparent)!important;}
.section.alt{background:rgba(71,79,39,.08)!important;border-color:rgba(250,83,1,.16)!important;}
.eyebrow{color:#ffb178!important;}
.feature .num,.tabBtn.active,.tabBtn:hover{background:linear-gradient(135deg,#64713a,var(--green))!important;}
.badge .usmcMini,.usmcMini{background:linear-gradient(135deg,var(--orange),#bc3a00)!important;}
.notice{border-color:rgba(250,83,1,.45)!important;background:rgba(250,83,1,.08)!important;color:#ffd9c2!important;}
.jobchip{background:rgba(250,83,1,.20)!important;}
.adminTable th{background:rgba(71,79,39,.35)!important;}
.field input,.field textarea,.field select{background:#090b06!important;border-color:rgba(255,255,255,.17)!important;color:#fff!important;}
.field select option{background:#090b06;color:#fff;}
.brand img{background:#474f27!important;}

/* Live Giveaway integration */
.giveawayAdminFrame{width:100%;min-height:1180px;border:1px solid rgba(250,83,1,.35);border-radius:22px;background:#080a0f;box-shadow:0 18px 50px rgba(0,0,0,.35);}
@media(max-width:900px){.giveawayAdminFrame{min-height:1400px;border-radius:16px}}

/* === Final global menu click/visual cleanup === */
.topbar{z-index:5000!important;}
.topbar .nav{position:relative!important;}
.topbar .menuBtn{display:inline-flex!important;width:auto!important;min-width:88px!important;height:42px!important;padding:0 .95rem!important;gap:.35rem!important;background:linear-gradient(135deg,#fa5301,#bc3a00)!important;color:#fff!important;border:0!important;border-radius:999px!important;box-shadow:0 14px 35px rgba(250,83,1,.28)!important;align-items:center!important;justify-content:center!important;}
.topbar .links{display:none!important;position:absolute!important;right:0!important;left:auto!important;top:68px!important;z-index:5100!important;min-width:230px!important;background:#090b06!important;border:1px solid rgba(250,83,1,.22)!important;border-radius:20px!important;padding:.7rem!important;box-shadow:0 24px 70px rgba(0,0,0,.55)!important;flex-direction:column!important;align-items:stretch!important;gap:.15rem!important;margin-left:0!important;}
.topbar .links.open{display:flex!important;}
.topbar .links a{display:block!important;border-radius:12px!important;padding:.72rem .95rem!important;text-align:center!important;color:#ecebdd!important;font-weight:900!important;text-decoration:none!important;}
.topbar .links a:hover,.topbar .links a.active{background:rgba(71,79,39,.66)!important;color:#fff!important;}

/* Clint Custom Tech footer credit link */
.footerCreatorCta{margin:.85rem 0 0!important;}
.footerCreatorCta a{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(250,83,1,.35);background:rgba(250,83,1,.1);color:#ffe3c6!important;border-radius:999px;padding:.48rem .78rem;font-weight:900;text-decoration:none!important;font-size:.88rem;box-shadow:0 10px 24px rgba(0,0,0,.18);}
.footerCreatorCta a:hover{background:rgba(71,79,39,.72)!important;color:#fff!important;border-color:rgba(255,255,255,.24)!important;}

/* Clint Custom Tech footer CTA: Gunny green */
.footerCreatorCta a{background:linear-gradient(135deg,#474f27,#6b7639)!important;border-color:rgba(190,210,119,.55)!important;color:#fff7e8!important;box-shadow:0 12px 28px rgba(71,79,39,.36),inset 0 1px 0 rgba(255,255,255,.16)!important;}
.footerCreatorCta a:hover{background:linear-gradient(135deg,#5d6a31,#819044)!important;border-color:rgba(255,255,255,.34)!important;color:#fff!important;}

/* Live giveaway admin priority */
.tabBtn.liveGiveawayNav{background:linear-gradient(135deg,#fa5301,#ff8a2a)!important;color:#120700!important;border-color:rgba(250,83,1,.95)!important;font-weight:900!important;box-shadow:0 10px 24px rgba(250,83,1,.22)!important;}
.tabBtn.liveGiveawayNav:hover{filter:brightness(1.05);transform:translateY(-1px);}
.adminGuideCard.liveGiveawayOverview{border-color:rgba(250,83,1,.55)!important;box-shadow:0 18px 42px rgba(250,83,1,.16)!important;}
.adminGuideCard.liveGiveawayOverview h3{color:#ff8a2a!important;}


/* Home giveaway chooser */
.homeGiveawaySection{padding:68px 0 56px}.homeGiveawaySection .sectionHead{margin-bottom:1.15rem}.giveawayChoiceHead{display:block}.homeGiveawayCards{display:grid;gap:1rem;max-width:980px}.homeGiveawayCard{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1.1rem 1.15rem;border-radius:28px;border:1px solid rgba(255,255,255,.14);text-decoration:none;color:#fff;background:radial-gradient(circle at 15% 50%,rgba(250,83,1,.12),transparent 32%),linear-gradient(90deg,rgba(71,79,39,.22),rgba(250,83,1,.08) 70%,rgba(250,83,1,.18));box-shadow:0 18px 44px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.06);overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.homeGiveawayCard:before{content:"";position:absolute;inset:10px;border-radius:22px;border:1px solid rgba(255,255,255,.09);pointer-events:none}.homeGiveawayCard:hover{transform:translateY(-2px);border-color:rgba(250,83,1,.42);box-shadow:0 24px 54px rgba(0,0,0,.28),0 0 0 1px rgba(250,83,1,.08)}.homeGiveawayMembers{background:radial-gradient(circle at 18% 50%,rgba(250,83,1,.16),transparent 30%),linear-gradient(90deg,rgba(71,79,39,.28),rgba(71,79,39,.14) 58%,rgba(250,83,1,.24))}.homeGiveawayFree{background:radial-gradient(circle at 18% 50%,rgba(71,79,39,.2),transparent 30%),linear-gradient(90deg,rgba(71,79,39,.16),rgba(250,83,1,.08) 58%,rgba(71,79,39,.24))}.homeGiveawayLogoWrap{position:relative;z-index:1;width:72px;height:72px;flex:0 0 72px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(180deg,rgba(113,128,55,.88),rgba(71,79,39,.92));border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.homeGiveawayLogo{width:58px;height:58px;object-fit:contain;display:block}.homeGiveawayText,.homeGiveawayOpen{position:relative;z-index:1}.homeGiveawayKicker{margin:0 0 .2rem;color:#ffbe8e;font-weight:900;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem}.homeGiveawayText h3{margin:0 0 .2rem;font-size:clamp(1.35rem,2.3vw,2rem);line-height:1.02;letter-spacing:-.03em}.homeGiveawayText p:last-child{margin:0;color:#f1f2e8;font-size:1.02rem;max-width:720px}.homeGiveawayOpen{display:inline-flex;align-items:center;justify-content:center;min-width:110px;padding:.95rem 1.2rem;border-radius:999px;font-weight:900;white-space:nowrap;background:linear-gradient(135deg,var(--orange),#bc3a00);box-shadow:0 14px 30px rgba(250,83,1,.28)}.homeGiveawayFree .homeGiveawayOpen{background:linear-gradient(135deg,#7e8740,var(--green));box-shadow:0 14px 30px rgba(71,79,39,.3)}@media(max-width:900px){.homeGiveawayCard{grid-template-columns:auto 1fr;align-items:start}.homeGiveawayOpen{grid-column:2;justify-self:start;margin-top:.2rem}}@media(max-width:640px){.homeGiveawaySection{padding:56px 0 44px}.homeGiveawayCard{grid-template-columns:1fr;gap:.9rem;padding:1rem}.homeGiveawayLogoWrap{width:68px;height:68px}.homeGiveawayOpen{width:100%}.homeGiveawayText p:last-child{font-size:.98rem}}


/* Home giveaway chooser - final mobile card fix */
.homeGiveawaySection{padding:68px 0 56px}.homeGiveawaySection .sectionHead{margin-bottom:1.15rem}.giveawayChoiceHead{display:block}.homeGiveawayCards{display:grid!important;gap:1rem!important;max-width:980px}.homeGiveawayCard{position:relative;display:grid!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:1rem!important;padding:1.1rem 1.15rem!important;border-radius:28px!important;border:1px solid rgba(255,255,255,.14)!important;text-decoration:none!important;color:#fff!important;background:radial-gradient(circle at 15% 50%,rgba(250,83,1,.12),transparent 32%),linear-gradient(90deg,rgba(71,79,39,.22),rgba(250,83,1,.08) 70%,rgba(250,83,1,.18))!important;box-shadow:0 18px 44px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.06)!important;overflow:hidden!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.homeGiveawayCard:before{content:"";position:absolute;inset:10px;border-radius:22px;border:1px solid rgba(255,255,255,.09);pointer-events:none}.homeGiveawayCard:hover{transform:translateY(-2px);border-color:rgba(250,83,1,.42);box-shadow:0 24px 54px rgba(0,0,0,.28),0 0 0 1px rgba(250,83,1,.08)}.homeGiveawayMembers{background:radial-gradient(circle at 18% 50%,rgba(250,83,1,.16),transparent 30%),linear-gradient(90deg,rgba(71,79,39,.28),rgba(71,79,39,.14) 58%,rgba(250,83,1,.24))!important}.homeGiveawayFree{background:radial-gradient(circle at 18% 50%,rgba(71,79,39,.2),transparent 30%),linear-gradient(90deg,rgba(71,79,39,.16),rgba(250,83,1,.08) 58%,rgba(71,79,39,.24))!important}.homeGiveawayLogoWrap{position:relative;z-index:1;width:72px!important;height:72px!important;max-width:72px!important;max-height:72px!important;flex:0 0 72px;border-radius:18px;display:grid!important;place-items:center!important;background:linear-gradient(180deg,rgba(113,128,55,.88),rgba(71,79,39,.92))!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08);overflow:hidden}.homeGiveawayLogo{width:58px!important;height:58px!important;max-width:58px!important;max-height:58px!important;object-fit:contain!important;display:block!important}.homeGiveawayText,.homeGiveawayOpen{position:relative;z-index:1}.homeGiveawayKicker{margin:0 0 .2rem!important;color:#ffbe8e!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.16em!important;font-size:.72rem!important}.homeGiveawayText h3{margin:0 0 .2rem!important;font-size:clamp(1.35rem,2.3vw,2rem)!important;line-height:1.02!important;letter-spacing:-.03em!important}.homeGiveawayText p:last-child{margin:0!important;color:#f1f2e8!important;font-size:1.02rem!important;max-width:720px!important}.homeGiveawayOpen{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:110px!important;padding:.95rem 1.2rem!important;border-radius:999px!important;font-weight:900!important;white-space:nowrap!important;background:linear-gradient(135deg,var(--orange),#bc3a00)!important;box-shadow:0 14px 30px rgba(250,83,1,.28)!important}.homeGiveawayFree .homeGiveawayOpen{background:linear-gradient(135deg,#7e8740,var(--green))!important;box-shadow:0 14px 30px rgba(71,79,39,.3)!important}@media(max-width:900px){.homeGiveawayCard{grid-template-columns:auto 1fr!important;align-items:start!important}.homeGiveawayOpen{grid-column:2!important;justify-self:start!important;margin-top:.2rem!important}}@media(max-width:640px){.homeGiveawaySection{padding:52px 0 42px!important}.homeGiveawayCard{grid-template-columns:auto 1fr!important;gap:.85rem!important;padding:.95rem!important;border-radius:22px!important}.homeGiveawayLogoWrap{width:62px!important;height:62px!important;max-width:62px!important;max-height:62px!important;flex-basis:62px!important;border-radius:16px!important}.homeGiveawayLogo{width:50px!important;height:50px!important;max-width:50px!important;max-height:50px!important}.homeGiveawayOpen{grid-column:1 / -1!important;width:100%!important;margin-top:.15rem!important}.homeGiveawayText p:last-child{font-size:.94rem!important}.homeGiveawayText h3{font-size:1.42rem!important}}

/* Giveaway chooser button colors */
.homeGiveawayMembers .homeGiveawayOpen{background:linear-gradient(135deg,var(--orange),#bc3a00)!important;box-shadow:0 14px 30px rgba(250,83,1,.3)!important;color:#fff!important}.homeGiveawayFree .homeGiveawayOpen{background:linear-gradient(135deg,#7e8740,var(--green))!important;box-shadow:0 14px 30px rgba(71,79,39,.34)!important;color:#fff!important}

/* Final giveaway card polish */
.homeGiveawayOpen{font-size:1.06rem!important;letter-spacing:.015em!important;text-transform:uppercase!important;font-weight:1000!important;padding:1rem 1.3rem!important}.homeGiveawayMembers .homeGiveawayOpen{background:linear-gradient(135deg,var(--orange),#bc3a00)!important;box-shadow:0 16px 34px rgba(250,83,1,.34)!important}.homeGiveawayFree{background:radial-gradient(circle at 12% 50%,rgba(127,145,72,.32),transparent 34%),linear-gradient(90deg,rgba(71,79,39,.34),rgba(71,79,39,.2) 58%,rgba(127,145,72,.30))!important;border-color:rgba(127,145,72,.38)!important}.homeGiveawayFree .homeGiveawayOpen{background:linear-gradient(135deg,#7f9148,#474f27)!important;box-shadow:0 16px 34px rgba(127,145,72,.36)!important;color:#fff!important}.homeGiveawayFree .homeGiveawayKicker{color:#dce8af!important}@media(max-width:640px){.homeGiveawayOpen{font-size:1.03rem!important;padding:1rem 1.15rem!important}.homeGiveawayText h3{font-size:1.5rem!important}}


/* Gunny Raw coming soon watch-frame polish */
.rawComingHero{padding:clamp(1.35rem,3.4vw,3.2rem) 0 clamp(1.5rem,3vw,2.75rem);background:radial-gradient(circle at 78% 12%,rgba(250,83,1,.22),transparent 36%),linear-gradient(180deg,#090b08 0%,#10140f 100%);border-bottom:1px solid rgba(250,83,1,.16)}
.rawHeroLayout{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(460px,1.15fr);gap:clamp(1rem,3vw,2rem);align-items:start}
.rawHeroCopy{padding-top:.25rem}
.rawSoonTag{display:inline-flex;margin-bottom:.7rem;padding:.45rem .85rem;border-radius:999px;background:rgba(250,83,1,.14);border:1px solid rgba(250,83,1,.4);color:#ffd7bf;font-weight:900;letter-spacing:.14em;font-size:.78rem}
.rawHeroCopy h1{font-size:clamp(2.1rem,5.2vw,4.8rem);line-height:.92;margin:.2rem 0 .8rem;letter-spacing:-.055em;max-width:760px}
.rawHeroCopy .sub{font-size:clamp(1rem,1.35vw,1.18rem);max-width:700px;color:#d8ded4}
.rawInterestPanel{margin:1.1rem 0;display:grid;grid-template-columns:auto minmax(220px,1fr);gap:.9rem;align-items:stretch;max-width:650px}
.rawInterestBtn{min-height:74px;font-size:1.05rem;padding:1rem 1.25rem;white-space:nowrap;box-shadow:0 18px 42px rgba(250,83,1,.28)}
.rawInterestBtn.disabled,.rawInterestBtn:disabled{opacity:.85;filter:saturate(.8);cursor:not-allowed}
.rawInterestCounter{border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border-radius:22px;padding:1rem 1.15rem;box-shadow:0 18px 42px rgba(0,0,0,.22)}
.rawInterestCounter span,.rawInterestCounter small{display:block;color:#c4cbbe}
.rawInterestCounter span{font-weight:900;text-transform:uppercase;letter-spacing:.09em;font-size:.75rem;color:#ffbf8a}
.rawInterestCounter strong{display:block;color:#fff;font-size:clamp(2.6rem,5vw,4.4rem);line-height:.9;margin:.35rem 0 .3rem;text-shadow:0 0 24px rgba(250,83,1,.22)}
.rawFeatureList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.15rem;max-width:720px}
.rawFeatureList div{padding:1rem;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1)}
.rawFeatureList b{display:block;color:#fff;margin-bottom:.28rem}
.rawFeatureList span{display:block;color:#cdd4ca;font-size:.94rem;line-height:1.45}
.rawHeroFrameWrap{position:sticky;top:88px;min-width:0}
.gunnyRawFrame{background:#070807;border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.38);max-width:900px;margin-left:auto}
.gunnyRawFrame.featured{border-color:rgba(250,83,1,.28)}
.rawFrameTop{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem .95rem;background:#050505;border-bottom:1px solid rgba(255,255,255,.08)}
.rawFrameTop>button{border:0;background:transparent;color:#fff;font-size:1.45rem;line-height:1;cursor:pointer;opacity:.86}
.rawFrameBrand{display:flex;align-items:center;gap:.7rem;min-width:0}
.rawFrameBrand img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid rgba(250,83,1,.62);background:#111}
.rawFrameBrand strong{display:block;color:#fff;font-size:1.02rem;line-height:1.08;text-transform:uppercase;letter-spacing:.02em}
.rawFrameBrand span{display:block;color:#9aa3ad;font-size:.88rem;margin-top:.15rem}
.rawFramePlayer{background:#000;padding:.75rem;display:grid;place-items:center}
.rawPlayerMedia{width:100%;aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden;display:grid;place-items:center}
.rawPlayerMedia iframe,.rawPlayerMedia video{width:100%;height:100%;border:0;background:#000}
.rawPlayerMedia.vertical iframe,.rawPlayerMedia.vertical video,.rawPlayerMedia.uploaded video{width:min(100%,360px);max-width:48%;height:100%;object-fit:contain;margin:0 auto}
.rawPlayerMedia.image img{width:100%;height:100%;object-fit:cover;display:block}
.rawOpenLink{color:#fff;text-decoration:none;font-weight:900;gap:.35rem}
.rawFrameInfo{padding:.9rem 1rem .45rem}
.rawFrameInfo h2{margin:0 0 .35rem;color:#fff;font-size:clamp(1.08rem,2.2vw,1.55rem);line-height:1.05;text-transform:uppercase;letter-spacing:-.02em}
.rawFrameMeta{margin:0;color:#9ea6b0;font-size:.9rem}
.rawFrameDesc{margin:.55rem 0 0;color:#d6ddd2;line-height:1.45}
.rawFrameActions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem 1rem 1rem;flex-wrap:wrap}
.rawReactionBar{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}
.rawReactionButton{appearance:none;border:1px solid rgba(255,255,255,.1);background:#111411;color:#fff;border-radius:16px;padding:.42rem .64rem;display:inline-flex;align-items:center;gap:.42rem;min-height:54px;cursor:pointer;font-weight:900;box-shadow:0 10px 20px rgba(0,0,0,.2);transition:transform .18s ease,border-color .18s ease,background .18s ease}
.rawReactionButton:hover{transform:translateY(-1px);border-color:rgba(250,83,1,.5)}
.rawReactionButton.active{background:rgba(250,83,1,.18);border-color:rgba(250,83,1,.65)}
.rawReactionButton img{width:34px;height:34px;object-fit:contain;display:block}
.rawReactionButton span{font-size:.95rem;white-space:nowrap}
.rawShareButton{border:1px solid rgba(255,255,255,.12);background:#151915;color:#fff;border-radius:16px;padding:.85rem 1rem;font-weight:900;cursor:pointer}
.rawFrameComments{padding:0 1rem 1rem}
.rawCommentsTitle{display:flex;justify-content:space-between;gap:1rem;color:#fff;margin:.3rem 0 .7rem}
.rawCommentsTitle span{color:#ffbd86;font-weight:900;font-size:.9rem}
.rawAddComment{width:100%;text-align:left;border:1px solid rgba(255,255,255,.1);background:#151615;color:#969fa7;border-radius:16px;padding:.85rem 1rem;margin-bottom:.8rem;cursor:pointer;font-size:1rem}
.rawComment{display:grid;grid-template-columns:38px 1fr auto;gap:.7rem;align-items:start;padding:.55rem 0;border-bottom:1px solid rgba(255,255,255,.055)}
.rawComment img{width:38px;height:38px;border-radius:50%;object-fit:cover;background:#111}
.rawComment p{margin:0;color:#e4e8e1;line-height:1.35}
.rawComment p:first-child{margin-bottom:.18rem}
.rawComment span{color:#8f98a4;font-size:.85rem;font-weight:500}
.rawComment button{border:0;background:transparent;color:#aeb6be;font-size:1.1rem;cursor:pointer}
.rawMoreComments{border:0;background:transparent;color:#68a8ff;font-weight:900;margin-top:.7rem;padding:0;cursor:pointer}
.rawMoreSection{padding-top:2rem}
.rawVideoList{display:grid;gap:1.25rem}
.rawEmptyState{border-radius:22px}
@media(max-width:1180px){.rawHeroLayout{grid-template-columns:1fr}.rawHeroFrameWrap{position:relative;top:auto;order:-1}.gunnyRawFrame{margin:0 auto}.rawHeroCopy h1{max-width:900px}.rawFeatureList{max-width:100%}}
@media(max-width:760px){.rawComingHero{padding-top:1.1rem}.rawInterestPanel{grid-template-columns:1fr}.rawInterestBtn{min-height:62px;width:100%;justify-content:center}.rawFeatureList{grid-template-columns:1fr}.gunnyRawFrame{border-radius:20px}.rawFrameTop{padding:.72rem}.rawFrameBrand img{width:42px;height:42px}.rawFrameBrand strong{font-size:.92rem}.rawFrameBrand span{font-size:.8rem}.rawFramePlayer{padding:.5rem}.rawPlayerMedia{border-radius:13px}.rawFrameActions{align-items:stretch}.rawReactionBar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:.5rem}.rawReactionButton{justify-content:center;width:100%;min-height:52px}.rawReactionButton:nth-child(5){grid-column:1/-1}.rawShareButton{width:100%}.rawPlayerMedia.vertical iframe,.rawPlayerMedia.vertical video,.rawPlayerMedia.uploaded video{max-width:68%}.rawHeroCopy h1{font-size:2.35rem}}
@media(max-width:460px){.rawReactionButton img{width:30px;height:30px}.rawReactionButton span{font-size:.9rem}.rawFrameInfo,.rawFrameActions,.rawFrameComments{padding-left:.75rem;padding-right:.75rem}.rawPlayerMedia.vertical iframe,.rawPlayerMedia.vertical video,.rawPlayerMedia.uploaded video{max-width:80%}.rawInterestCounter strong{font-size:3.1rem}}


/* Final Gunny Raw above-the-fold tightening */
.rawComingHero{min-height:calc(100vh - 76px);display:flex;align-items:center;padding:clamp(.75rem,2vw,1.5rem) 0;background:radial-gradient(circle at 78% 12%,rgba(250,83,1,.22),transparent 34%),linear-gradient(180deg,#080a07 0%,#10140f 100%)}
.rawHeroLayout{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(420px,1.05fr);gap:clamp(.9rem,2.5vw,1.75rem);align-items:center}
.rawHeroCopy h1{font-size:clamp(2rem,4.9vw,4.25rem);line-height:.93;margin:.15rem 0 .65rem}
.rawHeroCopy .sub{font-size:clamp(.96rem,1.2vw,1.08rem);line-height:1.55;margin-bottom:.7rem}
.rawSoonTag{margin-bottom:.55rem}
.rawInterestPanel{margin:.85rem 0;grid-template-columns:minmax(150px,210px) minmax(230px,1fr);gap:.75rem}
.rawInterestBtn{min-height:68px}
.rawInterestCounter{padding:.82rem 1rem}
.rawInterestCounter strong{font-size:clamp(2.8rem,5vw,4.8rem)}
.rawFeatureList{gap:.55rem;margin-top:.8rem}
.rawFeatureList div{padding:.82rem .9rem}
.rawFeatureList span{font-size:.9rem}
.rawHeroFrameWrap{position:relative;top:auto}
.gunnyRawFrame{max-width:820px}
.rawFrameTop{padding:.62rem .82rem}
.rawFrameBrand img{width:40px;height:40px}
.rawFrameBrand strong{font-size:.92rem}
.rawFrameBrand span{font-size:.8rem}
.rawFramePlayer{padding:.52rem}
.rawPlayerMedia{border-radius:13px}
.rawFrameInfo{padding:.7rem .85rem .25rem}
.rawFrameInfo h2{font-size:clamp(1rem,1.8vw,1.32rem);margin-bottom:.2rem}
.rawFrameMeta{font-size:.78rem}
.rawFrameDesc{font-size:.88rem;line-height:1.35;margin-top:.38rem}
.rawFrameActions{padding:.5rem .85rem .72rem;gap:.5rem}
.rawReactionBar{gap:.42rem}
.rawReactionButton{min-height:46px;border-radius:14px;padding:.34rem .52rem}
.rawReactionButton img{width:30px;height:30px}
.rawReactionButton span{font-size:.86rem}
.rawShareButton{padding:.72rem .9rem;border-radius:14px}
.rawFrameComments{padding:0 .85rem .75rem}
.rawCommentsTitle{margin:.15rem 0 .45rem;font-size:.92rem}
.rawAddComment{padding:.65rem .82rem;margin-bottom:.5rem;font-size:.92rem}
.rawComment{grid-template-columns:32px 1fr auto;gap:.55rem;padding:.42rem 0}
.rawComment img{width:32px;height:32px}
.rawComment p{font-size:.86rem}
.rawMoreComments{font-size:.88rem;margin-top:.45rem}
.rawMoreSection{display:none!important}
.rawToast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,22px);z-index:99999;max-width:min(92vw,520px);padding:1rem 1.1rem;border-radius:18px;background:linear-gradient(180deg,#191d17,#0d0f0c);border:1px solid rgba(250,83,1,.42);color:#fff;font-weight:800;box-shadow:0 24px 70px rgba(0,0,0,.42);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease;text-align:center}
.rawToast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1180px){
  .rawComingHero{min-height:auto;align-items:flex-start;padding:1rem 0 1.7rem}
  .rawHeroLayout{grid-template-columns:1fr}
  .rawHeroFrameWrap{order:-1}
  .gunnyRawFrame{margin:0 auto;max-width:760px}
}
@media(max-width:760px){
  .rawComingHero{padding:.75rem 0 1.25rem}
  .rawHeroLayout{gap:1rem}
  .rawHeroCopy h1{font-size:2.22rem}
  .rawHeroCopy .sub{font-size:.96rem}
  .rawInterestPanel{grid-template-columns:1fr}
  .rawFeatureList{grid-template-columns:1fr}
  .gunnyRawFrame{border-radius:18px}
  .rawFramePlayer{padding:.45rem}
  .rawPlayerMedia.vertical iframe,.rawPlayerMedia.vertical video,.rawPlayerMedia.uploaded video{max-width:72%}
  .rawReactionBar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}
  .rawReactionButton{min-height:44px;padding:.3rem .36rem}
  .rawReactionButton img{width:28px;height:28px}
  .rawReactionButton span{font-size:.82rem}
  .rawReactionButton:nth-child(5){grid-column:auto}
  .rawShareButton{width:100%}
}
@media(max-width:460px){
  .rawHeroCopy h1{font-size:2rem}
  .rawInterestCounter strong{font-size:3.35rem}
  .rawFrameInfo,.rawFrameActions,.rawFrameComments{padding-left:.65rem;padding-right:.65rem}
  .rawReactionBar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rawReactionButton:nth-child(5){grid-column:1/-1}
  .rawPlayerMedia.vertical iframe,.rawPlayerMedia.vertical video,.rawPlayerMedia.uploaded video{max-width:84%}
}


/* Final Gunny Raw fan polish + cache-bust v4 */
.rawComingHero{min-height:calc(100vh - 72px);padding:clamp(.65rem,1.6vw,1.2rem) 0;background:radial-gradient(circle at 79% 10%,rgba(250,83,1,.26),transparent 35%),linear-gradient(180deg,#080a07 0%,#10140f 100%)}
.rawHeroLayout{grid-template-columns:minmax(310px,.88fr) minmax(460px,1.12fr);align-items:center;gap:clamp(1rem,2.3vw,1.85rem)}
.rawHeroCopy h1{font-size:clamp(2rem,4.65vw,4rem);line-height:.94;margin:.15rem 0 .65rem}
.rawHeroCopy .sub{font-size:clamp(.96rem,1.12vw,1.06rem);line-height:1.58;max-width:720px}
.rawInterestPanel{grid-template-columns:minmax(170px,210px) minmax(250px,1fr);gap:.78rem;align-items:stretch;margin:.9rem 0}
.rawInterestBtn,
button.rawInterestBtn,
.rawInterestPanel .rawInterestBtn{border-radius:16px!important;min-height:62px!important;width:100%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:1.02rem!important;line-height:1.1!important;padding:.9rem 1rem!important;box-shadow:0 16px 38px rgba(250,83,1,.24)!important}
.rawInterestBtn:disabled{opacity:.78;cursor:not-allowed}
.rawInterestCounter{border-radius:18px;padding:.82rem 1rem}
.rawInterestCounter strong{font-size:clamp(3rem,5.1vw,5rem)}
.rawFeatureList{grid-template-columns:repeat(2,minmax(0,1fr));gap:.58rem;margin-top:.85rem}
.rawFeatureList div{border-radius:16px;padding:.88rem .95rem;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));border-color:rgba(255,255,255,.12)}
.rawFeatureList b{font-size:.98rem}
.rawFeatureList span{font-size:.9rem}
.gunnyRawFrame{max-width:850px}
.rawFramePlayer{padding:.58rem;background:#000}
.rawPlayerMedia{aspect-ratio:16/10;min-height:clamp(270px,39vh,420px);border-radius:14px;background:#000}
.rawPlayerMedia.landscape iframe{width:100%;height:100%}
.rawPlayerMedia.vertical iframe,
.rawPlayerMedia.vertical video,
.rawPlayerMedia.uploaded video{width:min(86vw,300px)!important;max-width:54%!important;height:100%!important;object-fit:contain!important;margin:0 auto!important}
.rawPlayerMedia.image img{object-fit:cover}
.rawReactionButton{position:relative;transform-origin:center center;overflow:visible;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;z-index:1}
.rawReactionButton:hover,
.rawReactionButton:focus-visible{transform:translateY(-2px) scale(1.16);z-index:8;border-color:rgba(250,83,1,.75);box-shadow:0 16px 40px rgba(0,0,0,.42),0 0 22px rgba(250,83,1,.18)}
.rawReactionButton.active{transform:translateY(-1px) scale(1.1);z-index:7;border-color:rgba(250,83,1,.8);background:rgba(250,83,1,.2)}
.rawReactionButton.active img{animation:rawReactionPop .26s ease both}
@keyframes rawReactionPop{0%{transform:scale(.8)}60%{transform:scale(1.28)}100%{transform:scale(1)}}
.rawReactionButton img{transition:transform .16s ease;width:32px;height:32px}
.rawReactionButton:hover img,
.rawReactionButton:focus-visible img{transform:scale(1.28)}
.rawShareButton:hover{border-color:rgba(250,83,1,.55);box-shadow:0 14px 32px rgba(0,0,0,.28)}
@media(max-width:1180px){
  .rawComingHero{min-height:auto;padding:1rem 0 1.5rem}
  .rawHeroLayout{grid-template-columns:1fr}
  .rawHeroFrameWrap{order:-1}
  .gunnyRawFrame{max-width:820px}
}
@media(max-width:760px){
  .rawHeroLayout{gap:1rem}
  .rawInterestPanel{grid-template-columns:1fr}
  .rawFeatureList{grid-template-columns:1fr}
  .rawPlayerMedia{min-height:clamp(230px,46vh,380px)}
  .rawPlayerMedia.vertical iframe,
  .rawPlayerMedia.vertical video,
  .rawPlayerMedia.uploaded video{max-width:74%!important}
  .rawReactionBar{grid-template-columns:repeat(3,minmax(0,1fr))}
  .rawReactionButton:hover,
  .rawReactionButton:focus-visible{transform:translateY(-1px) scale(1.07)}
}
@media(max-width:460px){
  .rawPlayerMedia{min-height:clamp(220px,44vh,340px)}
  .rawPlayerMedia.vertical iframe,
  .rawPlayerMedia.vertical video,
  .rawPlayerMedia.uploaded video{max-width:86%!important}
  .rawReactionBar{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rawReactionButton:nth-child(5){grid-column:1/-1}
}


/* Gunny Raw final video fit + CTA button v5 */
.rawInterestBtn,
button.rawInterestBtn,
.rawInterestPanel .rawInterestBtn{
  min-height:78px!important;
  border-radius:18px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:.18rem!important;
  padding:.82rem 1.15rem!important;
  letter-spacing:.01em!important;
}
.rawInterestBtn span{
  display:block!important;
  font-size:1.24rem!important;
  line-height:1.05!important;
  font-weight:950!important;
}
.rawInterestBtn small{
  display:block!important;
  font-size:.83rem!important;
  line-height:1.05!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  opacity:.92!important;
}
.rawFramePlayer{
  padding:.7rem!important;
}
.rawPlayerMedia{
  aspect-ratio:16/10.8!important;
  min-height:clamp(340px,46vh,510px)!important;
  max-height:calc(100vh - 360px)!important;
  background:#000!important;
  overflow:hidden!important;
}
.rawPlayerMedia iframe,
.rawPlayerMedia video{
  border:0!important;
  background:#000!important;
}
.rawPlayerMedia.landscape iframe{
  width:100%!important;
  height:100%!important;
}
.rawPlayerMedia.vertical iframe,
.rawPlayerMedia.vertical video{
  width:min(100%,340px)!important;
  max-width:46%!important;
  height:96%!important;
  max-height:96%!important;
  object-fit:contain!important;
  margin:auto!important;
  display:block!important;
}
.rawPlayerMedia.uploaded video{
  width:100%!important;
  max-width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.rawPlayerMedia.image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  background:#000!important;
}
.rawFrameInfo{padding-top:.62rem!important}
.rawFrameActions{padding-top:.45rem!important}
@media(max-width:1280px){
  .rawPlayerMedia{
    min-height:clamp(320px,44vh,470px)!important;
    max-height:none!important;
  }
  .rawPlayerMedia.vertical iframe,
  .rawPlayerMedia.vertical video{
    max-width:52%!important;
  }
}
@media(max-width:1180px){
  .rawPlayerMedia{
    min-height:clamp(310px,48vh,500px)!important;
  }
  .rawPlayerMedia.vertical iframe,
  .rawPlayerMedia.vertical video{
    max-width:58%!important;
  }
}
@media(max-width:760px){
  .rawInterestBtn,
  button.rawInterestBtn,
  .rawInterestPanel .rawInterestBtn{
    min-height:74px!important;
  }
  .rawInterestBtn span{font-size:1.2rem!important}
  .rawInterestBtn small{font-size:.78rem!important}
  .rawPlayerMedia{
    aspect-ratio:16/12!important;
    min-height:clamp(290px,52vh,430px)!important;
  }
  .rawPlayerMedia.vertical iframe,
  .rawPlayerMedia.vertical video{
    width:min(100%,310px)!important;
    max-width:76%!important;
    height:96%!important;
  }
}
@media(max-width:460px){
  .rawPlayerMedia{
    min-height:clamp(270px,50vh,390px)!important;
  }
  .rawPlayerMedia.vertical iframe,
  .rawPlayerMedia.vertical video{
    max-width:88%!important;
  }
}


/* Gunny Raw live counter + unseen footage copy polish v6 */
.rawHeroCopy h1{max-width:760px}
.rawHeroCopy .sub{max-width:760px}
.rawInterestBtn span{font-size:1.28rem!important}
.rawInterestBtn small{font-size:.86rem!important}
.rawInterestCounter strong.rawCountBump{animation:rawCountBump .42s ease both}
@keyframes rawCountBump{0%{transform:scale(1)}45%{transform:scale(1.13);color:#ffb06f;text-shadow:0 0 30px rgba(250,83,1,.45)}100%{transform:scale(1)}}
.rawFeatureList div:nth-child(1){background:linear-gradient(180deg,rgba(250,83,1,.11),rgba(255,255,255,.028))}
.rawFeatureList div:nth-child(2){background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.028))}
.rawFeatureList b{letter-spacing:.01em}
.rawPlayerMedia{aspect-ratio:16/11.2!important;min-height:clamp(360px,48vh,540px)!important}
.rawPlayerMedia.vertical iframe,
.rawPlayerMedia.vertical video{width:min(100%,315px)!important;max-width:43%!important;height:94%!important;max-height:94%!important}
.rawPlayerMedia.uploaded video{object-fit:contain!important}
@media(max-width:1280px){
  .rawPlayerMedia{min-height:clamp(340px,46vh,500px)!important}
  .rawPlayerMedia.vertical iframe,.rawPlayerMedia.vertical video{max-width:48%!important}
}
@media(max-width:1180px){
  .rawPlayerMedia{min-height:clamp(330px,50vh,520px)!important}
  .rawPlayerMedia.vertical iframe,.rawPlayerMedia.vertical video{max-width:58%!important}
}
@media(max-width:760px){
  .rawPlayerMedia{aspect-ratio:16/12.5!important;min-height:clamp(310px,54vh,450px)!important}
  .rawPlayerMedia.vertical iframe,.rawPlayerMedia.vertical video{max-width:74%!important}
}
@media(max-width:460px){
  .rawPlayerMedia{min-height:clamp(285px,52vh,400px)!important}
  .rawPlayerMedia.vertical iframe,.rawPlayerMedia.vertical video{max-width:88%!important}
}


/* Gunny Raw comment reactions v6 */
.rawCommentReactions{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;margin-top:.44rem}
.rawCommentReactionButton{appearance:none;border:1px solid rgba(255,255,255,.1);background:#111411;color:#fff;border-radius:999px;padding:.2rem .42rem;display:inline-flex;align-items:center;gap:.28rem;min-height:31px;cursor:pointer;font-weight:900;transition:transform .16s ease,border-color .16s ease,background .16s ease}
.rawCommentReactionButton img{width:20px;height:20px;object-fit:contain;display:block;transition:transform .16s ease}
.rawCommentReactionButton span{font-size:.76rem;line-height:1}
.rawCommentReactionButton:hover,.rawCommentReactionButton:focus-visible{transform:translateY(-1px) scale(1.08);border-color:rgba(250,83,1,.55)}
.rawCommentReactionButton:hover img,.rawCommentReactionButton:focus-visible img{transform:scale(1.25)}
.rawCommentReactionButton.active{background:rgba(250,83,1,.18);border-color:rgba(250,83,1,.68)}
.rawCommentReactionButton:disabled{cursor:default;opacity:1}.rawCommentActions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-top:.38rem}.rawCommentActions .rawCommentReactions{margin-top:0}
@media(max-width:460px){.rawCommentReactionButton img{width:18px;height:18px}.rawCommentReactionButton span{font-size:.72rem}}


/* Gunny Raw mobile reaction row + top toast v8 */
.rawToast{
  top:calc(72px + env(safe-area-inset-top, 0px))!important;
  bottom:auto!important;
  left:50%!important;
  transform:translate(-50%,-18px)!important;
  z-index:99999!important;
  max-width:min(92vw,560px)!important;
}
.rawToast.show{
  transform:translate(-50%,0)!important;
}
@media(max-width:760px){
  .rawFrameActions{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    align-items:center!important;
    gap:.42rem!important;
    padding:.48rem .58rem .62rem!important;
  }
  .rawReactionBar{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:.28rem!important;
    width:100%!important;
    min-width:0!important;
  }
  .rawReactionButton,
  .rawReactionButton:nth-child(5){
    grid-column:auto!important;
    min-height:38px!important;
    border-radius:12px!important;
    padding:.2rem .18rem!important;
    gap:.18rem!important;
    justify-content:center!important;
    width:auto!important;
    min-width:0!important;
  }
  .rawReactionButton img{
    width:23px!important;
    height:23px!important;
  }
  .rawReactionButton span{
    font-size:.68rem!important;
    line-height:1!important;
  }
  .rawShareButton{
    width:auto!important;
    min-width:58px!important;
    padding:.55rem .5rem!important;
    border-radius:12px!important;
    font-size:.78rem!important;
    white-space:nowrap!important;
    align-self:stretch!important;
  }
  .rawReactionButton:hover,
  .rawReactionButton:focus-visible{
    transform:translateY(-1px) scale(1.05)!important;
  }
}
@media(max-width:430px){
  .rawFrameActions{
    grid-template-columns:1fr auto!important;
    gap:.32rem!important;
    padding-left:.46rem!important;
    padding-right:.46rem!important;
  }
  .rawReactionBar{
    gap:.22rem!important;
  }
  .rawReactionButton{
    min-height:35px!important;
    padding:.16rem .12rem!important;
    gap:.12rem!important;
  }
  .rawReactionButton img{
    width:20px!important;
    height:20px!important;
  }
  .rawReactionButton span{
    font-size:.62rem!important;
  }
  .rawShareButton{
    min-width:52px!important;
    padding:.48rem .42rem!important;
    font-size:.72rem!important;
  }
}


/* Final Raw CTA button containment + Coming Soon badge v9 */
.rawHeroCopy{
  position:relative;
}
.rawSoonTag{
  font-size:1rem!important;
  padding:.7rem 1.12rem!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#fa5301,#ff9d48)!important;
  border:1px solid rgba(129,178,74,.75)!important;
  color:#19300f!important;
  font-weight:1000!important;
  letter-spacing:.13em!important;
  box-shadow:0 14px 34px rgba(250,83,1,.25), inset 0 0 0 1px rgba(255,255,255,.16)!important;
  text-shadow:0 1px 0 rgba(255,255,255,.25)!important;
  white-space:nowrap!important;
}
.rawInterestBtn,
button.rawInterestBtn,
.rawInterestPanel .rawInterestBtn{
  min-height:84px!important;
  height:auto!important;
  max-width:100%!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  white-space:normal!important;
  overflow:hidden!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  text-wrap:balance!important;
  padding:.85rem .95rem!important;
  gap:.22rem!important;
}
.rawInterestBtn span,
button.rawInterestBtn span,
.rawInterestPanel .rawInterestBtn span{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  font-size:clamp(1.06rem,1.8vw,1.26rem)!important;
  line-height:1.02!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  text-align:center!important;
}
.rawInterestBtn small,
button.rawInterestBtn small,
.rawInterestPanel .rawInterestBtn small{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  font-size:clamp(.68rem,1.05vw,.82rem)!important;
  line-height:1.08!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  text-align:center!important;
  letter-spacing:.055em!important;
}
@media(max-width:1180px){
  .rawHeroCopy .rawSoonTag{
    position:absolute!important;
    top:.25rem!important;
    left:0!important;
    z-index:5!important;
    margin:0!important;
  }
  .rawHeroCopy{
    padding-top:3.7rem!important;
  }
}
@media(max-width:760px){
  .rawSoonTag{
    font-size:.92rem!important;
    padding:.62rem .92rem!important;
    border-radius:15px!important;
  }
  .rawInterestBtn,
  button.rawInterestBtn,
  .rawInterestPanel .rawInterestBtn{
    min-height:78px!important;
    padding:.78rem .82rem!important;
  }
  .rawInterestBtn span,
  button.rawInterestBtn span,
  .rawInterestPanel .rawInterestBtn span{
    font-size:1.12rem!important;
  }
  .rawInterestBtn small,
  button.rawInterestBtn small,
  .rawInterestPanel .rawInterestBtn small{
    font-size:.72rem!important;
    letter-spacing:.04em!important;
  }
}
@media(max-width:430px){
  .rawHeroCopy{
    padding-top:3.45rem!important;
  }
  .rawSoonTag{
    font-size:.84rem!important;
    padding:.56rem .78rem!important;
    max-width:calc(100vw - 2rem)!important;
  }
  .rawInterestBtn span,
  button.rawInterestBtn span,
  .rawInterestPanel .rawInterestBtn span{
    font-size:1.02rem!important;
  }
  .rawInterestBtn small,
  button.rawInterestBtn small,
  .rawInterestPanel .rawInterestBtn small{
    font-size:.66rem!important;
  }
}


/* Gunny Raw custom interest modal + final CTA text v10 */
.rawInterestBtn,
button.rawInterestBtn,
.rawInterestPanel .rawInterestBtn{
  min-height:88px!important;
  padding:.88rem .95rem!important;
}
.rawInterestBtn span,
button.rawInterestBtn span,
.rawInterestPanel .rawInterestBtn span{
  font-size:clamp(.98rem,1.55vw,1.18rem)!important;
  line-height:1.08!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
}
.rawInterestBtn small,
button.rawInterestBtn small,
.rawInterestPanel .rawInterestBtn small{
  font-size:clamp(.82rem,1.15vw,.95rem)!important;
  line-height:1.05!important;
  letter-spacing:.08em!important;
}
.rawInterestModal[hidden]{display:none!important}
.rawInterestModal.open{position:fixed;inset:0;z-index:99998;display:grid;place-items:center;padding:1.25rem}
.rawInterestModalBackdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(7px)}
.rawInterestModalCard{position:relative;width:min(520px,94vw);border-radius:28px;border:1px solid rgba(250,83,1,.42);background:radial-gradient(circle at top right,rgba(250,83,1,.18),transparent 38%),linear-gradient(180deg,#171c14,#090b08);box-shadow:0 30px 100px rgba(0,0,0,.62);padding:1.35rem;color:#fff;text-align:left;overflow:hidden}
.rawInterestModalCard::before{content:"";position:absolute;inset:0;border-radius:28px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);pointer-events:none}
.rawInterestModalClose{position:absolute;right:1rem;top:1rem;border:0;border-radius:999px;width:38px;height:38px;background:#fa5301;color:#fff;font-size:1.45rem;font-weight:900;line-height:1;cursor:pointer;box-shadow:0 10px 28px rgba(0,0,0,.35)}
.rawInterestModalBadge{display:inline-flex;margin-bottom:.8rem;padding:.48rem .8rem;border-radius:999px;background:rgba(250,83,1,.16);border:1px solid rgba(250,83,1,.4);color:#ffd7bf;font-weight:950;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem}
.rawInterestModalCard h2{margin:.05rem 2.5rem .55rem 0;font-size:clamp(1.7rem,4.5vw,2.45rem);line-height:1;letter-spacing:-.04em;color:#fff}
.rawInterestModalCard p{margin:0;color:#d8dfd3;line-height:1.55;font-size:1rem}
.rawInterestModalActions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.1rem}
.rawInterestConfirmBtn{min-height:52px!important;border-radius:16px!important}
.rawInterestCancelBtn{min-height:52px!important;border-radius:16px!important}
@media(max-width:520px){
  .rawInterestModalCard{padding:1.1rem;border-radius:22px}
  .rawInterestModalActions{display:grid;grid-template-columns:1fr}
  .rawInterestBtn span{font-size:.98rem!important}
  .rawInterestBtn small{font-size:.76rem!important}
}


/* Homepage Gunny Raw preview section v11 */
.homeRawPreviewSection{background:radial-gradient(circle at 20% 0%,rgba(250,83,1,.12),transparent 34%),linear-gradient(180deg,#10140f,#0a0c09);border-top:1px solid rgba(250,83,1,.14);border-bottom:1px solid rgba(250,83,1,.12)}
.homeRawPreviewGrid{display:grid;grid-template-columns:minmax(320px,1.08fr) minmax(300px,.92fr);gap:clamp(1.1rem,3vw,2.1rem);align-items:center}
.homeRawPreviewImage{display:block;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 26px 80px rgba(0,0,0,.42);background:#050505;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.homeRawPreviewImage:hover,.homeRawPreviewImage:focus-visible{transform:translateY(-3px);border-color:rgba(250,83,1,.52);box-shadow:0 32px 95px rgba(0,0,0,.55),0 0 34px rgba(250,83,1,.15)}
.homeRawPreviewImage img{display:block;width:100%;height:auto}
.homeRawPreviewCopy h2{font-size:clamp(2rem,4.2vw,4.25rem);line-height:.96;letter-spacing:-.055em;margin:.2rem 0 .8rem}
.homeRawPreviewCopy .sub{max-width:690px;color:#d8ded4}
.homeRawInterestCard{display:inline-grid;min-width:min(100%,290px);margin:1rem 0 .95rem;padding:1rem 1.15rem;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 48px rgba(0,0,0,.24)}
.homeRawInterestCard span{color:#ffbf8a;text-transform:uppercase;letter-spacing:.09em;font-weight:950;font-size:.76rem}
.homeRawInterestCard strong{color:#fff;font-size:clamp(2.7rem,5vw,4.7rem);line-height:.9;margin:.32rem 0;text-shadow:0 0 26px rgba(250,83,1,.23)}
.homeRawInterestCard small{color:#c8d0c4;line-height:1.35}
.homeRawActions{align-items:center}
.homeRawInterestBtn{min-height:52px!important;border-radius:16px!important;padding:.85rem 1rem!important}
.homeRawInterestBtn.disabled,.homeRawInterestBtn:disabled{opacity:.72;cursor:not-allowed}
@media(max-width:980px){.homeRawPreviewGrid{grid-template-columns:1fr}.homeRawPreviewImage{order:2}.homeRawPreviewCopy{order:1}.homeRawPreviewCopy h2{font-size:2.5rem}}
@media(max-width:560px){.homeRawPreviewSection{padding-top:2rem;padding-bottom:2rem}.homeRawPreviewImage{border-radius:20px}.homeRawActions{display:grid;grid-template-columns:1fr}.homeRawActions .cta{width:100%;justify-content:center}.homeRawPreviewCopy h2{font-size:2.05rem}.homeRawInterestCard{width:100%}}


/* Homepage Gunny Raw preview cleanup v12 */
.homeRawPreviewSection{
  padding-top:clamp(2rem,4vw,3.5rem)!important;
  padding-bottom:clamp(2rem,4vw,3.5rem)!important;
}
.homeRawPreviewGrid{
  grid-template-columns:minmax(260px,520px) minmax(300px,1fr)!important;
  gap:clamp(1.1rem,3vw,2rem)!important;
  max-width:1120px!important;
}
.homeRawPreviewImage{
  max-width:520px!important;
  justify-self:start!important;
  border-radius:22px!important;
}
.homeRawPreviewCopy h2{
  font-size:clamp(1.75rem,3.2vw,3.35rem)!important;
  max-width:720px!important;
}
.homeRawPreviewCopy .sub{
  max-width:700px!important;
}
.homeRawInterestCard{
  min-width:0!important;
  width:min(100%,340px)!important;
  padding:1rem 1.1rem!important;
  margin:.85rem 0 .9rem!important;
}
.homeRawInterestCard strong{
  font-size:clamp(3.25rem,6vw,5.45rem)!important;
  margin:.34rem 0 0!important;
}
.homeRawInterestCard small{
  display:none!important;
}
@media(max-width:980px){
  .homeRawPreviewGrid{
    grid-template-columns:1fr!important;
    max-width:760px!important;
  }
  .homeRawPreviewImage{
    max-width:min(100%,560px)!important;
    justify-self:center!important;
  }
  .homeRawPreviewCopy{
    text-align:left!important;
  }
}
@media(max-width:560px){
  .homeRawPreviewSection{
    padding-top:1.65rem!important;
    padding-bottom:1.65rem!important;
  }
  .homeRawPreviewImage{
    max-width:92vw!important;
    border-radius:18px!important;
  }
  .homeRawInterestCard{
    width:100%!important;
  }
  .homeRawInterestCard strong{
    font-size:3.85rem!important;
  }
}


/* Restored Gunny Speaks Out FAQ page and homepage FAQ section */
.faqHero{background:radial-gradient(circle at top right,rgba(250,83,1,.22),transparent 34rem),linear-gradient(180deg,rgba(71,79,39,.28),transparent)}
.faqHeroGrid{display:grid;grid-template-columns:1.05fr .95fr;gap:1.25rem;align-items:stretch}
.faqShortAnswer{background:linear-gradient(180deg,rgba(250,83,1,.13),rgba(255,255,255,.045));display:flex;flex-direction:column;justify-content:center}
.faqShortAnswer h2{font-size:clamp(2rem,4vw,3.4rem);line-height:.95;margin:.25rem 0 .75rem;letter-spacing:-.05em;text-transform:uppercase}
.faqShortAnswer p{font-size:1.05rem}
.faqList{display:grid;gap:.75rem}
.faqItem{border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));box-shadow:0 12px 34px rgba(0,0,0,.14);overflow:hidden}
.faqItem summary{cursor:pointer;list-style:none;padding:1.05rem 1.15rem;font-weight:950;font-size:1.04rem;color:#fff;display:flex;justify-content:space-between;gap:1rem}
.faqItem summary::-webkit-details-marker{display:none}
.faqItem summary:after{content:"+";color:#f2a161;font-size:1.35rem;line-height:1;font-weight:900}
.faqItem[open] summary:after{content:"–"}
.faqItem p{margin:0;padding:0 1.15rem 1.15rem;color:#c7d0df}
.homeFaqSection{border-top:1px solid var(--line);background:radial-gradient(circle at bottom left,rgba(250,83,1,.12),transparent 30rem)}
.homeFaqList{max-width:1000px;margin:0 auto;display:grid;gap:.75rem}
.homeFaqSection .sectionHead{align-items:end;gap:1rem}
.homeFaqSection .sectionHead .sub{max-width:760px}
.homeFaqGrid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:1rem}
.faqPreviewCard{min-height:100%;display:flex;flex-direction:column}
.faqPreviewCard h3{font-size:1.18rem;line-height:1.1;margin:.35rem 0 .6rem}
.faqPreviewCard p{margin-bottom:0}
.faqPreviewCard.highlight{background:linear-gradient(180deg,rgba(250,83,1,.15),rgba(255,255,255,.04));border-color:rgba(250,83,1,.34)}
.faqCtaSection .cleanSocialCard{display:grid;gap:.75rem}
@media(max-width:940px){.faqHeroGrid,.homeFaqGrid{grid-template-columns:1fr}.faqShortAnswer{order:-1}.faqItem summary{font-size:1rem}.homeFaqSection .sectionHead .cta{width:100%}}
@media(max-width:760px){.homeFaqSection{padding:56px 0 48px}.homeFaqSection .sectionHead{display:grid;gap:1rem}.homeFaqSection .sectionHead .cta{width:100%;justify-content:center}.homeFaqList{gap:.65rem}.faqItem summary{padding:1rem;font-size:.98rem}.faqItem p{padding:0 1rem 1rem;font-size:.95rem}}


/* Gunny Raw protected preview video — 20260610-raw-preview-video-8 */
.homeRawPreviewVideo,
.protectedRawVideoWrap{position:relative;display:block;overflow:hidden}
.homeRawPreviewVideo .protectedRawVideo,
.protectedRawVideoWrap .protectedRawVideo{
  display:block;
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
  border-radius:inherit;
  background:#050704;
  user-select:none;
  -webkit-user-select:none;
}
.homeRawPreviewVideo{border-radius:28px;background:#050704}
.rawVideoLockBadge,
.rawVideoProtectionNote{
  position:absolute;
  left:14px;
  bottom:14px;
  z-index:3;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.62);
  color:#fff;
  border-radius:999px;
  padding:.48rem .72rem;
  font-size:.78rem;
  font-weight:1000;
  letter-spacing:.04em;
  backdrop-filter:blur(12px);
}
.rawPlayerMedia.video{position:relative;background:#050704}
.rawPlayerMedia.video .protectedRawVideo{aspect-ratio:16/9;max-height:520px}
@media(max-width:720px){
  .homeRawPreviewVideo .protectedRawVideo,
  .protectedRawVideoWrap .protectedRawVideo{min-height:220px}
}


/* Click-to-play Gunny Raw preview controls — 20260610-raw-video-click-play-9 */
.rawVideoShell{position:relative;overflow:hidden;background:#050704}
.rawVideoShell .protectedRawVideo{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  background:#050704;
  cursor:pointer;
}
.rawCustomControls{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:5;
  display:flex;
  align-items:center;
  gap:.75rem;
  pointer-events:none;
}
.rawCustomControls button{
  pointer-events:auto;
  border:1px solid rgba(255,255,255,.26);
  background:rgba(0,0,0,.68);
  color:#fff;
  box-shadow:0 16px 38px rgba(0,0,0,.35);
  backdrop-filter:blur(12px);
  cursor:pointer;
}
.rawPlayToggle{
  width:74px;
  height:74px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:2rem;
  line-height:1;
  padding-left:.12rem;
}
.rawVolumeToggle{
  width:48px;
  height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:1.25rem;
}
.rawVideoShell:hover .rawPlayToggle,
.rawVideoShell:hover .rawVolumeToggle{transform:scale(1.04)}
.homeRawPreviewVideo .protectedRawVideo{min-height:320px;aspect-ratio:16/10}
.rawPlayerMedia.uploaded .protectedRawVideo{aspect-ratio:16/9;max-height:540px}
.rawPlayerMedia.uploaded{position:relative}
@media(max-width:720px){
  .rawPlayToggle{width:62px;height:62px;font-size:1.7rem}
  .rawVolumeToggle{width:44px;height:44px;font-size:1.1rem}
  .homeRawPreviewVideo .protectedRawVideo{min-height:240px}
}


/* Gunny Raw full watch-frame containers on home/latest — 20260610-raw-frame-container-preview-10 */
.homeRawPreviewFrameHost{
  width:100%;
  min-width:0;
}
.homeRawPreviewFrameHost .gunnyRawFrame,
.latestFromGunnyGrid .gunnyRawFrame{
  margin:0;
  width:100%;
  max-width:100%;
  border-radius:30px;
  box-shadow:0 24px 70px rgba(0,0,0,.32);
}
.homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
  transform:none;
}
.homeRawPreviewFrameHost .rawFrameInfo h2,
.latestFromGunnyGrid .rawFrameInfo h2{
  font-size:clamp(1.15rem,2vw,1.65rem);
}
.homeRawPreviewFrameHost .rawFrameComments{
  max-height:260px;
  overflow:auto;
}
.latestFromGunnyGrid .latestFeature:has(.gunnyRawFrame){
  padding:0;
  background:transparent;
  border:0;
  box-shadow:none;
}
.latestFromGunnyGrid .latestRawFramePreview .rawFrameComments{
  display:block;
  max-height:235px;
  overflow:auto;
}
.latestFromGunnyGrid .latestRawFramePreview .rawFrameMeta,
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameMeta{
  font-size:.82rem;
}
.latestFromGunnyGrid .latestRawFramePreview .rawFrameDesc,
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameDesc{
  font-size:.95rem;
}
.latestFromGunnyGrid .latestRawFramePreview .rawPlayerMedia.uploaded .protectedRawVideo{
  max-height:300px;
}
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded .protectedRawVideo{
  min-height:330px;
  max-height:460px;
}
@media(max-width:900px){
  .homeRawPreviewFrameHost .rawPlayerMedia.uploaded .protectedRawVideo{min-height:240px}
}


/* Final Gunny Raw frame/player polish — 20260610-raw-final-player-polish-11 */
.homeRawPreviewSection .homeRawPreviewGrid{
  align-items:center;
  gap:clamp(1rem,3vw,2rem);
}
.homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
  border-radius:28px;
  max-width:560px;
  margin-inline:auto;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameTop{
  padding:.7rem .8rem;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameBrand img{
  width:38px;
  height:38px;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameInfo{
  padding:.82rem .95rem .55rem;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameInfo h2{
  font-size:clamp(1rem,2.2vw,1.35rem);
  margin-bottom:.15rem;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameMeta{
  font-size:.76rem;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameDesc{
  font-size:.86rem;
  line-height:1.35;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameActions{
  padding:.55rem .78rem;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawReactionButton{
  transform:scale(.9);
  transform-origin:left center;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameComments{
  max-height:185px;
  overflow:auto;
  padding:.65rem .8rem .85rem;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawComment:nth-of-type(n+3){
  display:none;
}
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded .protectedRawVideo{
  min-height:220px!important;
  max-height:330px!important;
  aspect-ratio:16/9;
}
.latestFromGunnyGrid .latestFeature:has(.videoCard){
  padding:0;
}
.latestFromGunnyGrid .videoCard .uploadedVideoEmbed{
  aspect-ratio:16/9;
  max-height:240px;
}
.latestFromGunnyGrid .videoCard .uploadedVideoEmbed video{
  width:100%;
  height:100%;
  object-fit:cover;
}
.rawCustomControls{display:none!important}
.rawBigPlayButton{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  z-index:6;
  width:76px;
  height:76px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.28);
  background:rgba(0,0,0,.68);
  color:#fff;
  box-shadow:0 18px 44px rgba(0,0,0,.42);
  backdrop-filter:blur(12px);
  display:grid;
  place-items:center;
  font-size:2rem;
  line-height:1;
  cursor:pointer;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.rawBigPlayButton:hover{
  transform:translate(-50%,-50%) scale(1.05);
}
.rawBigPlayButton.isHidden{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,-50%) scale(.92);
}
.rawBigPlayButton.small{
  width:58px;
  height:58px;
  font-size:1.45rem;
}
.protectedRawVideoWrap.rawVideoShell{
  position:relative;
}
.protectedRawVideoWrap video::-webkit-media-controls-timeline,
.protectedRawVideoWrap video::-webkit-media-controls-play-button,
.protectedRawVideoWrap video::-webkit-media-controls-volume-slider,
.protectedRawVideoWrap video::-webkit-media-controls-mute-button{
  display:flex;
}
@media(max-width:760px){
  .homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{max-width:100%}
  .homeRawPreviewFrameHost .rawPlayerMedia.uploaded .protectedRawVideo{min-height:200px!important}
}


/* Buttoned-up Gunny Raw compact preview + mobile video card — 20260610-raw-buttoned-up-12 */
.homeRawPreviewSection{
  padding-top:clamp(2.2rem,5vw,4rem)!important;
  padding-bottom:clamp(2.2rem,5vw,4rem)!important;
}
.homeRawPreviewSection .homeRawPreviewGrid{
  grid-template-columns:minmax(280px,460px) 1fr!important;
  align-items:center!important;
  gap:clamp(1rem,3vw,2.2rem)!important;
}
.homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
  max-width:460px!important;
  border-radius:24px!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameTop{
  padding:.55rem .65rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameBrand img{
  width:32px!important;
  height:32px!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameBrand strong{
  font-size:.86rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameBrand span{
  font-size:.72rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameInfo{
  padding:.58rem .72rem .35rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameInfo h2{
  font-size:1rem!important;
  line-height:1.08!important;
  margin:0 0 .12rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameMeta{
  font-size:.68rem!important;
  margin:0!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameDesc{
  display:none!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameActions{
  padding:.38rem .58rem!important;
  gap:.45rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawReactionBar{
  gap:.28rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawReactionButton{
  min-width:42px!important;
  padding:.24rem .34rem!important;
  gap:.18rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawReactionButton img{
  width:21px!important;
  height:21px!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawReactionButton span{
  font-size:.65rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawShareButton{
  padding:.36rem .55rem!important;
  font-size:.72rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameComments{
  max-height:112px!important;
  padding:.45rem .6rem .55rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawCommentsTitle,
.homeRawPreviewFrameHost .homeRawFramePreview .rawAddComment,
.homeRawPreviewFrameHost .homeRawFramePreview .rawMoreComments{
  display:none!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawComment{
  padding:.42rem 0!important;
  gap:.45rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawComment img{
  width:26px!important;
  height:26px!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawComment p{
  font-size:.72rem!important;
  line-height:1.18!important;
  margin:.05rem 0!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawCommentReactions{
  display:none!important;
}
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded .protectedRawVideo{
  min-height:0!important;
  max-height:260px!important;
  height:auto!important;
  aspect-ratio:9/16!important;
  width:min(100%,235px)!important;
  margin-inline:auto!important;
  object-fit:cover!important;
  background:#050704!important;
}
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded{
  background:#050704!important;
  display:grid!important;
  place-items:center!important;
  padding:.4rem 0!important;
}
.videoEmbed.uploadedVideoEmbed.mobileRawEmbed{
  aspect-ratio:9/16!important;
  width:min(100%,230px)!important;
  max-height:410px!important;
  margin-inline:auto!important;
  background:#050704!important;
  border-radius:22px!important;
}
.videoEmbed.uploadedVideoEmbed.mobileRawEmbed video{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:22px!important;
}
.rawPlayerMedia.uploaded.mobileRawEmbed{
  background:#050704!important;
  display:grid!important;
  place-items:center!important;
}
.rawPlayerMedia.uploaded.mobileRawEmbed video{
  aspect-ratio:9/16!important;
  width:min(100%,300px)!important;
  max-height:620px!important;
  object-fit:cover!important;
  border-radius:20px!important;
}
.rawVideoProtectionNote,
.rawVideoLockBadge{
  display:none!important;
}
@media(max-width:920px){
  .homeRawPreviewSection .homeRawPreviewGrid{
    grid-template-columns:1fr!important;
  }
  .homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
    max-width:440px!important;
  }
}
@media(max-width:560px){
  .homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
    max-width:100%!important;
  }
  .homeRawPreviewFrameHost .rawPlayerMedia.uploaded .protectedRawVideo{
    width:min(100%,210px)!important;
    max-height:235px!important;
  }
}


/* Revert Gunny Raw previews to admin-upload driven, consistent card sizing — 20260610-raw-use-admin-upload-13 */
.homeRawPreviewSection{
  padding-top:clamp(2.5rem,6vw,4.5rem)!important;
  padding-bottom:clamp(2.5rem,6vw,4.5rem)!important;
}
.homeRawPreviewSection .homeRawPreviewGrid{
  grid-template-columns:minmax(320px,560px) 1fr!important;
  gap:clamp(1.25rem,3vw,2.5rem)!important;
  align-items:center!important;
}
.homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
  max-width:560px!important;
  margin:0 auto!important;
  border-radius:28px!important;
}
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded,
.homeRawPreviewFrameHost .rawPlayerMedia.landscape,
.homeRawPreviewFrameHost .rawPlayerMedia.image{
  padding:0!important;
  display:block!important;
  background:#050704!important;
}
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded .protectedRawVideo,
.homeRawPreviewFrameHost .rawPlayerMedia video,
.homeRawPreviewFrameHost .rawPlayerMedia iframe,
.homeRawPreviewFrameHost .rawPlayerMedia img{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
  border-radius:0!important;
  margin:0!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameInfo{
  padding:.9rem 1rem .6rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameInfo h2{
  font-size:clamp(1.15rem,2vw,1.55rem)!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameDesc{
  display:block!important;
  font-size:.92rem!important;
  line-height:1.35!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawFrameComments{
  max-height:210px!important;
  overflow:auto!important;
  padding:.75rem 1rem 1rem!important;
}
.homeRawPreviewFrameHost .homeRawFramePreview .rawCommentsTitle,
.homeRawPreviewFrameHost .homeRawFramePreview .rawAddComment,
.homeRawPreviewFrameHost .homeRawFramePreview .rawMoreComments{
  display:flex!important;
}
.latestFromGunnyGrid .latestFeature{
  min-width:0!important;
}
.latestFromGunnyGrid .videoCard .uploadedVideoEmbed,
.latestFromGunnyGrid .videoCard .videoEmbed{
  width:100%!important;
  max-width:100%!important;
  margin:0!important;
  aspect-ratio:16/9!important;
  max-height:none!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
.latestFromGunnyGrid .videoCard .uploadedVideoEmbed video,
.latestFromGunnyGrid .videoCard .videoEmbed video,
.latestFromGunnyGrid .videoCard .videoEmbed iframe,
.latestFromGunnyGrid .videoCard .videoEmbed img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:18px!important;
}
.mobileRawEmbed{
  width:100%!important;
  max-width:100%!important;
  aspect-ratio:16/9!important;
}
.rawVideoLockBadge,
.rawVideoProtectionNote{
  display:none!important;
}
@media(max-width:900px){
  .homeRawPreviewSection .homeRawPreviewGrid{
    grid-template-columns:1fr!important;
  }
  .homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
    max-width:100%!important;
  }
}


/* Gunny Raw admin-upload display: portrait/mobile everywhere Raw previews appear — 20260610-raw-admin-mobile-display-14 */

/* Homepage Raw preview: keep the full Raw frame, but make the video itself mobile shaped and centered. */
.homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
  max-width:520px!important;
  margin:0 auto!important;
}
.homeRawPreviewFrameHost .rawFramePlayer{
  background:#050704!important;
  display:grid!important;
  place-items:center!important;
  padding:.65rem!important;
}
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded,
.homeRawPreviewFrameHost .rawPlayerMedia.rawUploadedPortrait{
  width:min(100%,260px)!important;
  max-width:260px!important;
  aspect-ratio:9/16!important;
  margin:0 auto!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#050704!important;
  display:block!important;
}
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded video,
.homeRawPreviewFrameHost .rawPlayerMedia.rawUploadedPortrait video{
  width:100%!important;
  height:100%!important;
  aspect-ratio:9/16!important;
  object-fit:cover!important;
  border-radius:22px!important;
  display:block!important;
}

/* Raw page hero/watch-frame preview: portrait/mobile video, centered inside the existing frame. */
.rawHeroFrameWrap .rawPortraitPreview .rawFramePlayer,
.rawHeroFrameWrap .rawFramePlayer{
  background:#050704!important;
  display:grid!important;
  place-items:center!important;
  padding:.75rem!important;
}
.rawHeroFrameWrap .rawUploadedPortrait,
.rawHeroFrameWrap .rawPlayerMedia.uploaded{
  width:min(100%,315px)!important;
  max-width:315px!important;
  aspect-ratio:9/16!important;
  margin:0 auto!important;
  border-radius:24px!important;
  overflow:hidden!important;
  background:#050704!important;
}
.rawHeroFrameWrap .rawUploadedPortrait video,
.rawHeroFrameWrap .rawPlayerMedia.uploaded video{
  width:100%!important;
  height:100%!important;
  aspect-ratio:9/16!important;
  object-fit:cover!important;
  border-radius:24px!important;
  display:block!important;
}

/* Latest from Gunny: keep it a normal card, but display the Gunny Raw upload as portrait/mobile, like the social/mobile videos. */
.latestFromGunnyGrid .rawLatestCard .videoCard{
  height:100%!important;
}
.latestFromGunnyGrid .rawLatestCard .uploadedPortraitCandidate,
.latestFromGunnyGrid .rawLatestCard .uploadedVideoEmbed{
  width:min(100%,230px)!important;
  max-width:230px!important;
  aspect-ratio:9/16!important;
  margin:0 auto .85rem!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#050704!important;
}
.latestFromGunnyGrid .rawLatestCard .uploadedPortraitCandidate video,
.latestFromGunnyGrid .rawLatestCard .uploadedVideoEmbed video{
  width:100%!important;
  height:100%!important;
  aspect-ratio:9/16!important;
  object-fit:cover!important;
  border-radius:22px!important;
  display:block!important;
}

/* Stop older override blocks from stretching Raw previews back to 16:9. */
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded .protectedRawVideo,
.rawHeroFrameWrap .rawPlayerMedia.uploaded .protectedRawVideo,
.latestFromGunnyGrid .rawLatestCard .uploadedVideoEmbed .protectedRawVideo{
  min-height:0!important;
  max-height:none!important;
}

/* Keep download/preview labels hidden. */
.rawVideoLockBadge,
.rawVideoProtectionNote{
  display:none!important;
}

@media(max-width:640px){
  .homeRawPreviewFrameHost .rawPlayerMedia.uploaded,
  .homeRawPreviewFrameHost .rawPlayerMedia.rawUploadedPortrait{
    width:min(100%,225px)!important;
  }
  .rawHeroFrameWrap .rawUploadedPortrait,
  .rawHeroFrameWrap .rawPlayerMedia.uploaded{
    width:min(100%,260px)!important;
  }
  .latestFromGunnyGrid .rawLatestCard .uploadedPortraitCandidate,
  .latestFromGunnyGrid .rawLatestCard .uploadedVideoEmbed{
    width:min(100%,215px)!important;
  }
}


/* FINAL REPAIR: uniform Latest cards + sane Gunny Raw preview — 20260610-raw-layout-repair-16 */

/* Latest from Gunny: every card gets the exact same top media window. */
.homeLatestSection .latestFromGunnyGrid{
  align-items:stretch!important;
}
.homeLatestSection .latestSlot,
.homeLatestSection .latestFeature,
.homeLatestSection .latestFeature .card,
.homeLatestSection .latestFeature .videoCard{
  height:100%!important;
}
.homeLatestSection .videoCard,
.homeLatestSection .latestPlaceholder,
.homeLatestSection .eventFeatureCard{
  display:flex!important;
  flex-direction:column!important;
  min-height:560px!important;
}
.homeLatestSection .videoEmbed,
.homeLatestSection .uploadedVideoEmbed,
.homeLatestSection .videoPlaceholderFrame,
.homeLatestSection .eventFeatureCard > img,
.homeLatestSection .eventFeatureCard .eventFeatureImage,
.homeLatestSection .eventFeatureCard picture,
.homeLatestSection .eventFeatureCard .imageFrame{
  width:100%!important;
  height:315px!important;
  min-height:315px!important;
  max-height:315px!important;
  aspect-ratio:auto!important;
  margin:0 0 1.35rem!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#050704!important;
  display:block!important;
}
.homeLatestSection .videoEmbed iframe,
.homeLatestSection .videoEmbed video,
.homeLatestSection .videoEmbed img,
.homeLatestSection .uploadedVideoEmbed video,
.homeLatestSection .eventFeatureCard > img,
.homeLatestSection .eventFeatureCard picture img,
.homeLatestSection .eventFeatureCard .eventFeatureImage img,
.homeLatestSection .eventFeatureCard .imageFrame img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:22px!important;
  display:block!important;
}
.homeLatestSection .videoCard .rawBigPlayButton.small{
  width:64px!important;
  height:64px!important;
  font-size:1.55rem!important;
}

/* Homepage Gunny Raw preview: full frame, but compact and balanced. */
.homeRawPreviewSection{
  padding-top:clamp(2.75rem,6vw,5rem)!important;
  padding-bottom:clamp(2.75rem,6vw,5rem)!important;
}
.homeRawPreviewSection .homeRawPreviewGrid{
  grid-template-columns:minmax(320px,560px) minmax(320px,1fr)!important;
  gap:clamp(1.5rem,3vw,3rem)!important;
  align-items:center!important;
}
.homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
  width:100%!important;
  max-width:560px!important;
  margin:0 auto!important;
  border-radius:28px!important;
  overflow:hidden!important;
}
.homeRawPreviewFrameHost .rawFrameTop{
  padding:.75rem .9rem!important;
}
.homeRawPreviewFrameHost .rawFramePlayer{
  background:#050704!important;
  display:block!important;
  padding:0!important;
}
.homeRawPreviewFrameHost .rawPlayerMedia,
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded,
.homeRawPreviewFrameHost .rawPlayerMedia.landscape,
.homeRawPreviewFrameHost .rawPlayerMedia.image{
  width:100%!important;
  height:315px!important;
  min-height:315px!important;
  max-height:315px!important;
  aspect-ratio:auto!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  background:#050704!important;
  display:block!important;
}
.homeRawPreviewFrameHost .rawPlayerMedia video,
.homeRawPreviewFrameHost .rawPlayerMedia iframe,
.homeRawPreviewFrameHost .rawPlayerMedia img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
  display:block!important;
}
.homeRawPreviewFrameHost .rawFrameInfo{
  padding:.9rem 1rem .55rem!important;
}
.homeRawPreviewFrameHost .rawFrameInfo h2{
  font-size:clamp(1.1rem,2vw,1.45rem)!important;
  line-height:1.08!important;
  margin:0 0 .2rem!important;
}
.homeRawPreviewFrameHost .rawFrameMeta{
  font-size:.78rem!important;
}
.homeRawPreviewFrameHost .rawFrameDesc{
  font-size:.9rem!important;
  line-height:1.35!important;
  margin:.35rem 0 0!important;
}
.homeRawPreviewFrameHost .rawFrameActions{
  padding:.65rem .85rem!important;
}
.homeRawPreviewFrameHost .rawReactionBar{
  gap:.38rem!important;
}
.homeRawPreviewFrameHost .rawReactionButton{
  padding:.34rem .42rem!important;
  min-width:48px!important;
}
.homeRawPreviewFrameHost .rawReactionButton img{
  width:24px!important;
  height:24px!important;
}
.homeRawPreviewFrameHost .rawReactionButton span{
  font-size:.7rem!important;
}
.homeRawPreviewFrameHost .rawFrameComments{
  max-height:150px!important;
  overflow:auto!important;
  padding:.65rem .9rem .8rem!important;
}
.homeRawPreviewFrameHost .rawCommentReactions{
  display:none!important;
}
.homeRawPreviewFrameHost .rawAddComment,
.homeRawPreviewFrameHost .rawMoreComments{
  display:none!important;
}
.rawVideoProtectionNote,
.rawVideoLockBadge{
  display:none!important;
}
@media(max-width:980px){
  .homeRawPreviewSection .homeRawPreviewGrid{
    grid-template-columns:1fr!important;
  }
  .homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
    max-width:620px!important;
  }
}
@media(max-width:640px){
  .homeLatestSection .videoEmbed,
  .homeLatestSection .uploadedVideoEmbed,
  .homeLatestSection .videoPlaceholderFrame,
  .homeLatestSection .eventFeatureCard > img,
  .homeLatestSection .eventFeatureCard .eventFeatureImage,
  .homeLatestSection .eventFeatureCard picture,
  .homeLatestSection .eventFeatureCard .imageFrame{
    height:235px!important;
    min-height:235px!important;
    max-height:235px!important;
  }
  .homeLatestSection .videoCard,
  .homeLatestSection .latestPlaceholder,
  .homeLatestSection .eventFeatureCard{
    min-height:auto!important;
  }
  .homeRawPreviewFrameHost .rawPlayerMedia,
  .homeRawPreviewFrameHost .rawPlayerMedia.uploaded,
  .homeRawPreviewFrameHost .rawPlayerMedia.landscape,
  .homeRawPreviewFrameHost .rawPlayerMedia.image{
    height:235px!important;
    min-height:235px!important;
    max-height:235px!important;
  }
}


/* HOME REPAIR ONLY: Gunny Raw preview + Latest from Gunny — 20260610-home-raw-latest-repair-17 */

/* Latest from Gunny: reset the media windows so the regular video card, Raw card, and event card line up cleanly. */
.homeLatestSection .latestFromGunnyGrid{
  align-items:stretch!important;
}
.homeLatestSection .latestSlot,
.homeLatestSection .latestFeature{
  min-width:0!important;
}
.homeLatestSection .latestFeature .card,
.homeLatestSection .latestFeature .videoCard{
  height:100%!important;
  min-height:0!important;
}
.homeLatestSection .videoCard{
  display:flex!important;
  flex-direction:column!important;
}
.homeLatestSection .videoEmbed,
.homeLatestSection .uploadedVideoEmbed,
.homeLatestSection .fbEmbed,
.homeLatestSection .fbReelEmbed,
.homeLatestSection .verticalEmbed,
.homeLatestSection .eventFeatureCard > img,
.homeLatestSection .eventFeatureCard picture,
.homeLatestSection .eventFeatureCard .eventFeatureImage,
.homeLatestSection .eventFeatureCard .imageFrame,
.homeLatestSection .videoPlaceholderFrame{
  width:100%!important;
  height:270px!important;
  min-height:270px!important;
  max-height:270px!important;
  aspect-ratio:auto!important;
  margin:0 0 1.25rem!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#050704!important;
}
.homeLatestSection .videoEmbed iframe,
.homeLatestSection .videoEmbed video,
.homeLatestSection .videoEmbed img,
.homeLatestSection .uploadedVideoEmbed video,
.homeLatestSection .eventFeatureCard > img,
.homeLatestSection .eventFeatureCard picture img,
.homeLatestSection .eventFeatureCard .eventFeatureImage img,
.homeLatestSection .eventFeatureCard .imageFrame img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:22px!important;
  display:block!important;
}
.homeLatestSection .fbEmbed iframe,
.homeLatestSection .fbReelEmbed iframe,
.homeLatestSection .verticalEmbed iframe{
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:22px!important;
}

/* Home Gunny Raw preview: keep the Raw container, but stop the giant black dead space. */
.homeRawPreviewSection{
  padding-top:clamp(2.5rem,5vw,4rem)!important;
  padding-bottom:clamp(2.5rem,5vw,4rem)!important;
}
.homeRawPreviewSection .homeRawPreviewGrid{
  grid-template-columns:minmax(320px,540px) minmax(320px,1fr)!important;
  gap:clamp(1.5rem,3vw,3rem)!important;
  align-items:center!important;
}
.homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
  width:100%!important;
  max-width:540px!important;
  margin:0 auto!important;
  border-radius:28px!important;
  overflow:hidden!important;
}
.homeRawPreviewFrameHost .rawFrameTop{
  padding:.75rem .9rem!important;
}
.homeRawPreviewFrameHost .rawFramePlayer{
  background:#050704!important;
  display:block!important;
  padding:0!important;
}
.homeRawPreviewFrameHost .rawPlayerMedia,
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded,
.homeRawPreviewFrameHost .rawPlayerMedia.landscape,
.homeRawPreviewFrameHost .rawPlayerMedia.vertical,
.homeRawPreviewFrameHost .rawPlayerMedia.image{
  width:100%!important;
  height:300px!important;
  min-height:300px!important;
  max-height:300px!important;
  aspect-ratio:auto!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  overflow:hidden!important;
  background:#050704!important;
  display:block!important;
}
.homeRawPreviewFrameHost .rawPlayerMedia video,
.homeRawPreviewFrameHost .rawPlayerMedia iframe,
.homeRawPreviewFrameHost .rawPlayerMedia img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  border-radius:0!important;
  display:block!important;
}
.homeRawPreviewFrameHost .rawFrameInfo{
  padding:.85rem 1rem .55rem!important;
}
.homeRawPreviewFrameHost .rawFrameInfo h2{
  font-size:clamp(1.1rem,2vw,1.45rem)!important;
  line-height:1.08!important;
  margin:0 0 .18rem!important;
}
.homeRawPreviewFrameHost .rawFrameMeta{
  font-size:.78rem!important;
}
.homeRawPreviewFrameHost .rawFrameDesc{
  font-size:.9rem!important;
  line-height:1.35!important;
  margin:.35rem 0 0!important;
}
.homeRawPreviewFrameHost .rawFrameActions{
  padding:.65rem .85rem!important;
}
.homeRawPreviewFrameHost .rawFrameComments{
  max-height:145px!important;
  overflow:auto!important;
  padding:.65rem .9rem .8rem!important;
}
.homeRawPreviewFrameHost .rawCommentReactions,
.homeRawPreviewFrameHost .rawMoreComments{
  display:none!important;
}
.rawVideoProtectionNote,
.rawVideoLockBadge{
  display:none!important;
}
@media(max-width:980px){
  .homeRawPreviewSection .homeRawPreviewGrid{
    grid-template-columns:1fr!important;
  }
  .homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
    max-width:620px!important;
  }
}
@media(max-width:640px){
  .homeLatestSection .videoEmbed,
  .homeLatestSection .uploadedVideoEmbed,
  .homeLatestSection .fbEmbed,
  .homeLatestSection .fbReelEmbed,
  .homeLatestSection .verticalEmbed,
  .homeLatestSection .eventFeatureCard > img,
  .homeLatestSection .eventFeatureCard picture,
  .homeLatestSection .eventFeatureCard .eventFeatureImage,
  .homeLatestSection .eventFeatureCard .imageFrame,
  .homeLatestSection .videoPlaceholderFrame{
    height:220px!important;
    min-height:220px!important;
    max-height:220px!important;
  }
  .homeRawPreviewFrameHost .rawPlayerMedia,
  .homeRawPreviewFrameHost .rawPlayerMedia.uploaded,
  .homeRawPreviewFrameHost .rawPlayerMedia.landscape,
  .homeRawPreviewFrameHost .rawPlayerMedia.vertical,
  .homeRawPreviewFrameHost .rawPlayerMedia.image{
    height:220px!important;
    min-height:220px!important;
    max-height:220px!important;
  }
}


/* EMERGENCY FIX: restore homepage render + uploaded mobile video shape — 20260610-home-render-video-page-restore-18 */

/* Videos page and uploaded reel/mobile videos: keep uploaded videos in a vertical/mobile frame unless a page-specific container overrides it. */
.videoCard .uploadedMobileVideoEmbed,
#videosList .uploadedMobileVideoEmbed{
  width:min(100%,260px)!important;
  max-width:260px!important;
  aspect-ratio:9/16!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0 auto 1.25rem!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#050704!important;
}
.videoCard .uploadedMobileVideoEmbed video,
#videosList .uploadedMobileVideoEmbed video{
  width:100%!important;
  height:100%!important;
  aspect-ratio:9/16!important;
  object-fit:cover!important;
  border-radius:22px!important;
  display:block!important;
}

/* Latest from Gunny: only the uploaded Raw card can be vertical; do not touch the YouTube embed card. */
.homeLatestSection .uploadedMobileVideoEmbed{
  width:min(100%,260px)!important;
  max-width:260px!important;
  aspect-ratio:9/16!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  margin:0 auto 1.25rem!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#050704!important;
}
.homeLatestSection .uploadedMobileVideoEmbed video{
  width:100%!important;
  height:100%!important;
  aspect-ratio:9/16!important;
  object-fit:cover!important;
  border-radius:22px!important;
}

/* Reset the YouTube/latest iframe card so it is not affected by Raw/uploaded video fixes. */
.homeLatestSection .fbEmbed,
.homeLatestSection .fbReelEmbed,
.homeLatestSection .videoEmbed:not(.uploadedMobileVideoEmbed){
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:16/9!important;
  margin:0 0 1.25rem!important;
}
.homeLatestSection .videoEmbed:not(.uploadedMobileVideoEmbed) iframe{
  width:100%!important;
  height:100%!important;
  aspect-ratio:16/9!important;
  border-radius:22px!important;
}

/* Homepage Raw preview: stop any remaining giant blank space without applying rules globally. */
.homeRawPreviewFrameHost .gunnyRawFrame.homeRawFramePreview{
  max-width:540px!important;
  margin:0 auto!important;
}
.homeRawPreviewFrameHost .rawFramePlayer{
  background:#050704!important;
}
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded.uploadedMobileVideoEmbed{
  width:min(100%,260px)!important;
  max-width:260px!important;
  aspect-ratio:9/16!important;
  margin:0 auto!important;
  border-radius:22px!important;
  overflow:hidden!important;
}
.homeRawPreviewFrameHost .rawPlayerMedia.uploaded.uploadedMobileVideoEmbed video{
  width:100%!important;
  height:100%!important;
  aspect-ratio:9/16!important;
  object-fit:cover!important;
}
.rawVideoProtectionNote,
.rawVideoLockBadge{
  display:none!important;
}


/* FINAL MOBILE VIDEO SIZE REPAIR — 20260610-mobile-video-size-repair-19
   Scope: uploaded/mobile videos on /videos and the Gunny Raw card in Latest from Gunny only.
   Does NOT touch the homepage Gunny Raw coming-soon preview section. */

/* Videos page uploaded videos: vertical/mobile size, centered in the card. */
#videosList .videoCard .uploadedMobileVideoEmbed,
#videosList .videoCard .uploadedVideoEmbed.verticalEmbed{
  width:min(100%,260px)!important;
  max-width:260px!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:9/16!important;
  margin:0 auto 1.25rem!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#050704!important;
  display:block!important;
}
#videosList .videoCard .uploadedMobileVideoEmbed video,
#videosList .videoCard .uploadedVideoEmbed.verticalEmbed video{
  width:100%!important;
  height:100%!important;
  aspect-ratio:9/16!important;
  object-fit:cover!important;
  border-radius:22px!important;
  display:block!important;
}

/* Latest from Gunny: ONLY the Gunny Raw uploaded-video card goes vertical/mobile.
   The YouTube card and Event card are left alone. */
.homeLatestSection #latestRawFeature .latestRawMobileCard .uploadedMobileVideoEmbed,
.homeLatestSection #latestRawFeature .latestRawMobileCard .uploadedVideoEmbed.verticalEmbed{
  width:min(100%,260px)!important;
  max-width:260px!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:9/16!important;
  margin:0 auto 1.25rem!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#050704!important;
  display:block!important;
}
.homeLatestSection #latestRawFeature .latestRawMobileCard .uploadedMobileVideoEmbed video,
.homeLatestSection #latestRawFeature .latestRawMobileCard .uploadedVideoEmbed.verticalEmbed video{
  width:100%!important;
  height:100%!important;
  aspect-ratio:9/16!important;
  object-fit:cover!important;
  border-radius:22px!important;
  display:block!important;
}

/* Undo the bad blanket Latest-from-Gunny media rule ONLY for the Raw upload wrapper.
   This beats previous .homeLatestSection .videoEmbed height:270px rules. */
.homeLatestSection #latestRawFeature .latestRawMobileCard .videoEmbed.uploadedMobileVideoEmbed{
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:9/16!important;
}

/* Make the latest Raw card content line up cleanly after the centered vertical video. */
.homeLatestSection #latestRawFeature .latestRawMobileCard .videoCard{
  height:100%!important;
}


/* FINAL UNIFORM MOBILE MEDIA REPAIR — 20260610-uniform-mobile-media-20
   Scope: Latest from Gunny cards + Videos page cards only.
   This intentionally does NOT target #homeRawPreview or the Gunny Raw coming-soon preview section. */

/* Latest from Gunny: make all three top media boxes match the event black box size. */
.homeLatestSection .latestFromGunnyGrid{
  align-items:stretch!important;
}
.homeLatestSection .latestFeature,
.homeLatestSection .latestFeature .card,
.homeLatestSection .latestFeature .videoCard,
.homeLatestSection .latestRawMobileCard{
  height:100%!important;
  min-width:0!important;
}
.homeLatestSection .videoCard{
  display:flex!important;
  flex-direction:column!important;
}
.homeLatestSection .videoEmbed,
.homeLatestSection .uploadedVideoEmbed,
.homeLatestSection .uploadedMobileVideoEmbed,
.homeLatestSection .fbEmbed,
.homeLatestSection .fbReelEmbed,
.homeLatestSection .verticalEmbed,
.homeLatestSection .videoPlaceholderFrame,
.homeLatestSection .eventFeatureCard > img,
.homeLatestSection .eventFeatureCard picture,
.homeLatestSection .eventFeatureCard .eventFeatureImage,
.homeLatestSection .eventFeatureCard .imageFrame{
  width:100%!important;
  height:560px!important;
  min-height:560px!important;
  max-height:560px!important;
  aspect-ratio:auto!important;
  margin:0 0 1.25rem!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#050704!important;
  display:block!important;
}
.homeLatestSection .videoEmbed video,
.homeLatestSection .uploadedVideoEmbed video,
.homeLatestSection .uploadedMobileVideoEmbed video,
.homeLatestSection .videoEmbed iframe,
.homeLatestSection .fbEmbed iframe,
.homeLatestSection .fbReelEmbed iframe,
.homeLatestSection .verticalEmbed iframe,
.homeLatestSection .videoEmbed img,
.homeLatestSection .eventFeatureCard > img,
.homeLatestSection .eventFeatureCard picture img,
.homeLatestSection .eventFeatureCard .eventFeatureImage img,
.homeLatestSection .eventFeatureCard .imageFrame img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  border-radius:22px!important;
  display:block!important;
  border:0!important;
}

/* Videos page: every video card media window uses the same vertical/mobile frame. */
#videosList .videoCard{
  display:flex!important;
  flex-direction:column!important;
}
#videosList .videoEmbed,
#videosList .uploadedVideoEmbed,
#videosList .uploadedMobileVideoEmbed,
#videosList .fbEmbed,
#videosList .fbReelEmbed,
#videosList .verticalEmbed{
  width:min(100%,330px)!important;
  height:585px!important;
  min-height:585px!important;
  max-height:585px!important;
  aspect-ratio:auto!important;
  margin:0 auto 1.25rem!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#050704!important;
  display:block!important;
}
#videosList .videoEmbed video,
#videosList .uploadedVideoEmbed video,
#videosList .uploadedMobileVideoEmbed video,
#videosList .videoEmbed iframe,
#videosList .fbEmbed iframe,
#videosList .fbReelEmbed iframe,
#videosList .verticalEmbed iframe,
#videosList .videoEmbed img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
  border-radius:22px!important;
  display:block!important;
  border:0!important;
}

/* Keep any earlier Raw-home fixes from leaking into these two areas. */
.homeLatestSection #latestRawFeature .videoEmbed.uploadedMobileVideoEmbed,
#videosList .videoCard .videoEmbed.uploadedMobileVideoEmbed{
  max-width:none!important;
}

@media(max-width:760px){
  .homeLatestSection .videoEmbed,
  .homeLatestSection .uploadedVideoEmbed,
  .homeLatestSection .uploadedMobileVideoEmbed,
  .homeLatestSection .fbEmbed,
  .homeLatestSection .fbReelEmbed,
  .homeLatestSection .verticalEmbed,
  .homeLatestSection .videoPlaceholderFrame,
  .homeLatestSection .eventFeatureCard > img,
  .homeLatestSection .eventFeatureCard picture,
  .homeLatestSection .eventFeatureCard .eventFeatureImage,
  .homeLatestSection .eventFeatureCard .imageFrame{
    height:430px!important;
    min-height:430px!important;
    max-height:430px!important;
  }
  #videosList .videoEmbed,
  #videosList .uploadedVideoEmbed,
  #videosList .uploadedMobileVideoEmbed,
  #videosList .fbEmbed,
  #videosList .fbReelEmbed,
  #videosList .verticalEmbed{
    width:min(100%,285px)!important;
    height:505px!important;
    min-height:505px!important;
    max-height:505px!important;
  }
}


/* LATEST FROM GUNNY EQUAL MEDIA FIX — 20260610-latest-equal-media-fix-22
   All three cards use the same top media window size as the event block. */
.homeLatestSection .latestFromGunnyGrid {
  align-items: stretch !important;
}
.homeLatestSection .latestFeature,
.homeLatestSection .latestFeature .card,
.homeLatestSection .latestFeature .videoCard,
.homeLatestSection #latestRawFeature,
.homeLatestSection #latestVideoFeature,
.homeLatestSection #latestEventFeature {
  min-width: 0 !important;
  height: 100% !important;
}
.homeLatestSection .videoCard,
.homeLatestSection .eventFeatureCard,
.homeLatestSection .latestPlaceholder {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* One media size for Raw, YouTube, and Event. */
.homeLatestSection #latestRawFeature .videoEmbed,
.homeLatestSection #latestRawFeature .uploadedVideoEmbed,
.homeLatestSection #latestRawFeature .uploadedMobileVideoEmbed,
.homeLatestSection #latestVideoFeature .videoEmbed,
.homeLatestSection #latestVideoFeature .fbEmbed,
.homeLatestSection #latestVideoFeature .fbReelEmbed,
.homeLatestSection #latestVideoFeature .verticalEmbed,
.homeLatestSection #latestEventFeature .videoPlaceholderFrame,
.homeLatestSection #latestEventFeature .eventFeatureCard > img,
.homeLatestSection #latestEventFeature .eventFeatureCard picture,
.homeLatestSection #latestEventFeature .eventFeatureCard .eventFeatureImage,
.homeLatestSection #latestEventFeature .eventFeatureCard .imageFrame {
  width: 100% !important;
  max-width: 100% !important;
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;
  aspect-ratio: auto !important;
  margin: 0 0 1.25rem !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #050704 !important;
  display: block !important;
}

/* Fill the equal media window. */
.homeLatestSection #latestRawFeature .videoEmbed video,
.homeLatestSection #latestRawFeature .uploadedVideoEmbed video,
.homeLatestSection #latestRawFeature .uploadedMobileVideoEmbed video,
.homeLatestSection #latestVideoFeature .videoEmbed iframe,
.homeLatestSection #latestVideoFeature .fbEmbed iframe,
.homeLatestSection #latestVideoFeature .fbReelEmbed iframe,
.homeLatestSection #latestVideoFeature .verticalEmbed iframe,
.homeLatestSection #latestVideoFeature .videoEmbed video,
.homeLatestSection #latestVideoFeature .videoEmbed img,
.homeLatestSection #latestEventFeature .eventFeatureCard > img,
.homeLatestSection #latestEventFeature .eventFeatureCard picture img,
.homeLatestSection #latestEventFeature .eventFeatureCard .eventFeatureImage img,
.homeLatestSection #latestEventFeature .eventFeatureCard .imageFrame img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  border-radius: 22px !important;
  display: block !important;
  border: 0 !important;
}

/* Kill earlier skinny/portrait max-width rules in this section only. */
.homeLatestSection #latestRawFeature .uploadedMobileVideoEmbed,
.homeLatestSection #latestRawFeature .uploadedVideoEmbed.verticalEmbed,
.homeLatestSection #latestRawFeature .videoEmbed.uploadedMobileVideoEmbed {
  width: 100% !important;
  max-width: 100% !important;
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;
  margin: 0 0 1.25rem !important;
  aspect-ratio: auto !important;
}

@media (max-width: 760px) {
  .homeLatestSection #latestRawFeature .videoEmbed,
  .homeLatestSection #latestRawFeature .uploadedVideoEmbed,
  .homeLatestSection #latestRawFeature .uploadedMobileVideoEmbed,
  .homeLatestSection #latestVideoFeature .videoEmbed,
  .homeLatestSection #latestVideoFeature .fbEmbed,
  .homeLatestSection #latestVideoFeature .fbReelEmbed,
  .homeLatestSection #latestVideoFeature .verticalEmbed,
  .homeLatestSection #latestEventFeature .videoPlaceholderFrame,
  .homeLatestSection #latestEventFeature .eventFeatureCard > img,
  .homeLatestSection #latestEventFeature .eventFeatureCard picture,
  .homeLatestSection #latestEventFeature .eventFeatureCard .eventFeatureImage,
  .homeLatestSection #latestEventFeature .eventFeatureCard .imageFrame {
    height: 430px !important;
    min-height: 430px !important;
    max-height: 430px !important;
  }
  .homeLatestSection #latestRawFeature .uploadedMobileVideoEmbed,
  .homeLatestSection #latestRawFeature .uploadedVideoEmbed.verticalEmbed,
  .homeLatestSection #latestRawFeature .videoEmbed.uploadedMobileVideoEmbed {
    height: 430px !important;
    min-height: 430px !important;
    max-height: 430px !important;
  }
}


/* LATEST RAW CARD FULL-SIZE MEDIA FIX — 20260610-latest-raw-size-fix-23
   Fix only the Gunny Raw card in Latest from Gunny. */
.homeLatestSection #latestRawFeature .videoCard > .videoEmbed,
.homeLatestSection #latestRawFeature .videoCard > .uploadedVideoEmbed,
.homeLatestSection #latestRawFeature .videoCard > .uploadedMobileVideoEmbed,
.homeLatestSection #latestRawFeature .latestRawMobileCard .videoCard > .videoEmbed,
.homeLatestSection #latestRawFeature .latestRawMobileCard .videoCard > .uploadedVideoEmbed,
.homeLatestSection #latestRawFeature .latestRawMobileCard .videoCard > .uploadedMobileVideoEmbed {
  width: 100% !important;
  max-width: 100% !important;
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;
  aspect-ratio: auto !important;
  margin: 0 0 1.25rem !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #050704 !important;
  display: block !important;
}

.homeLatestSection #latestRawFeature .videoCard > .videoEmbed video,
.homeLatestSection #latestRawFeature .videoCard > .uploadedVideoEmbed video,
.homeLatestSection #latestRawFeature .videoCard > .uploadedMobileVideoEmbed video,
.homeLatestSection #latestRawFeature .latestRawMobileCard .videoCard > .videoEmbed video,
.homeLatestSection #latestRawFeature .latestRawMobileCard .videoCard > .uploadedVideoEmbed video,
.homeLatestSection #latestRawFeature .latestRawMobileCard .videoCard > .uploadedMobileVideoEmbed video {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: auto !important;
  object-fit: cover !important;
  border-radius: 22px !important;
  display: block !important;
}

@media (max-width: 760px) {
  .homeLatestSection #latestRawFeature .videoCard > .videoEmbed,
  .homeLatestSection #latestRawFeature .videoCard > .uploadedVideoEmbed,
  .homeLatestSection #latestRawFeature .videoCard > .uploadedMobileVideoEmbed,
  .homeLatestSection #latestRawFeature .latestRawMobileCard .videoCard > .videoEmbed,
  .homeLatestSection #latestRawFeature .latestRawMobileCard .videoCard > .uploadedVideoEmbed,
  .homeLatestSection #latestRawFeature .latestRawMobileCard .videoCard > .uploadedMobileVideoEmbed {
    height: 430px !important;
    min-height: 430px !important;
    max-height: 430px !important;
  }
}


/* Homepage Community Giveaway section — 20260610-homepage-community-giveaway-section-31 */
.homeCommunityGiveawaySection{
  position:relative!important;
  overflow:hidden!important;
  background:
    radial-gradient(circle at 78% 24%, rgba(250,83,1,.20), transparent 34%),
    radial-gradient(circle at 18% 80%, rgba(126,143,56,.18), transparent 30%),
    linear-gradient(180deg,#070907,#0c1009)!important;
}
.homeCommunityGiveawaySection::before{
  content:''!important;
  position:absolute!important;
  inset:1.2rem!important;
  border:1px solid rgba(250,83,1,.12)!important;
  border-radius:36px!important;
  pointer-events:none!important;
}
.homeCommunityGiveawayWrap{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(320px,440px)!important;
  gap:clamp(1.25rem,5vw,4rem)!important;
  align-items:center!important;
}
.homeCommunityGiveawayCopy h2{
  max-width:760px!important;
  font-size:clamp(2.6rem,7vw,5.7rem)!important;
  line-height:.92!important;
  margin:.35rem 0 1rem!important;
}
.homeCommunityGiveawayCopy .sub{
  max-width:690px!important;
  color:#dfe8d1!important;
  font-size:clamp(1rem,2vw,1.2rem)!important;
  line-height:1.6!important;
}
.homeCommunityGiveawayActions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:.85rem!important;
  margin:1.4rem 0 .85rem!important;
}
.homeCommunityFinePrint{
  max-width:640px!important;
  margin:0!important;
  color:#aeb8a1!important;
  font-size:.92rem!important;
  line-height:1.45!important;
}
.homeCommunityWheelCard{
  position:relative!important;
  isolation:isolate!important;
  min-height:470px!important;
  display:grid!important;
  place-items:center!important;
  padding:1.5rem!important;
  text-decoration:none!important;
  color:#fff!important;
  border:1px solid rgba(250,83,1,.32)!important;
  border-radius:34px!important;
  background:
    linear-gradient(150deg,rgba(250,83,1,.20),transparent 45%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  box-shadow:0 28px 90px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.04)!important;
  overflow:hidden!important;
}
.homeCommunityWheelCard::before{
  content:''!important;
  position:absolute!important;
  width:150%!important;
  height:70%!important;
  left:-25%!important;
  bottom:-35%!important;
  background:radial-gradient(circle,rgba(250,83,1,.35),transparent 62%)!important;
  z-index:-1!important;
}
.homeCommunityWheel{
  position:relative!important;
  width:min(320px,74vw)!important;
  aspect-ratio:1!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:conic-gradient(from -18deg,#fa5301 0 16.66%,#7e8f38 0 33.33%,#11170d 0 50%,#fa5301 0 66.66%,#7e8f38 0 83.33%,#11170d 0 100%)!important;
  box-shadow:0 0 0 10px rgba(255,255,255,.08),0 0 0 18px rgba(250,83,1,.14),0 28px 70px rgba(0,0,0,.5)!important;
  animation:homeCommunityWheelSpin 13s linear infinite!important;
}
@keyframes homeCommunityWheelSpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
.homeCommunityWheel::after{
  content:''!important;
  position:absolute!important;
  inset:15%!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.22)!important;
  background:radial-gradient(circle,rgba(0,0,0,.2),rgba(0,0,0,.55))!important;
}
.homeCommunityWheel b{
  position:relative!important;
  z-index:3!important;
  width:98px!important;
  height:98px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#10160d!important;
  border:1px solid rgba(255,255,255,.25)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.45)!important;
  animation:homeCommunityWheelCounter 13s linear infinite!important;
}
@keyframes homeCommunityWheelCounter{
  from{transform:rotate(0deg)}
  to{transform:rotate(-360deg)}
}
.homeCommunityWheel b img{
  width:72px!important;
  height:72px!important;
  object-fit:contain!important;
}
.homeCommunityWheelPointer{
  position:absolute!important;
  right:1.15rem!important;
  top:calc(50% - 42px)!important;
  width:0!important;
  height:0!important;
  border-top:24px solid transparent!important;
  border-bottom:24px solid transparent!important;
  border-left:42px solid #fff!important;
  filter:drop-shadow(0 4px 12px rgba(0,0,0,.45))!important;
  z-index:5!important;
}
.homeCommunityWheel .wheelName{
  position:absolute!important;
  z-index:2!important;
  font-weight:1000!important;
  font-size:.82rem!important;
  color:#fff!important;
  text-shadow:0 2px 6px rgba(0,0,0,.65)!important;
  animation:homeCommunityWheelCounter 13s linear infinite!important;
}
.homeCommunityWheel .n1{top:12%;left:46%}
.homeCommunityWheel .n2{top:33%;right:12%}
.homeCommunityWheel .n3{bottom:25%;right:17%}
.homeCommunityWheel .n4{bottom:12%;left:43%}
.homeCommunityWheel .n5{bottom:30%;left:13%}
.homeCommunityWheel .n6{top:30%;left:16%}
.homeCommunityWheelLabel{
  text-align:center!important;
  margin-top:1.55rem!important;
}
.homeCommunityWheelLabel small{
  display:block!important;
  color:#ffb07a!important;
  text-transform:uppercase!important;
  letter-spacing:.16em!important;
  font-weight:1000!important;
}
.homeCommunityWheelLabel strong{
  display:block!important;
  font-size:clamp(1.8rem,5vw,2.7rem)!important;
  line-height:1!important;
  margin:.28rem 0!important;
}
.homeCommunityWheelLabel em{
  color:#dfe8d1!important;
  font-style:normal!important;
  font-weight:900!important;
}
.homeCommunityWheelCard:hover .homeCommunityWheel{
  animation-duration:4.5s!important;
}
@media(max-width:880px){
  .homeCommunityGiveawayWrap{grid-template-columns:1fr!important}
  .homeCommunityWheelCard{min-height:auto!important}
  .homeCommunityGiveawayCopy h2{font-size:clamp(2.25rem,13vw,4.25rem)!important}
}
@media(prefers-reduced-motion:reduce){
  .homeCommunityWheel,
  .homeCommunityWheel b,
  .homeCommunityWheel .wheelName{
    animation:none!important;
  }
}


/* Homepage Community Giveaway image-wheel fix — 20260610-homepage-wheel-image-fix-32 */
.homeCommunityGiveawayCopy h2{
  max-width:760px!important;
  font-size:clamp(2.6rem,7vw,5.7rem)!important;
  line-height:.92!important;
  margin:.35rem 0 1rem!important;
}
.homeCommunityWheelImageCard{
  position:relative!important;
  isolation:isolate!important;
  display:grid!important;
  place-items:center!important;
  padding:1.15rem!important;
  text-decoration:none!important;
  color:#fff!important;
  border:1px solid rgba(250,83,1,.32)!important;
  border-radius:34px!important;
  background:
    radial-gradient(circle at 50% 42%, rgba(250,83,1,.22), transparent 54%),
    linear-gradient(150deg,rgba(250,83,1,.16),transparent 48%),
    linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035))!important;
  box-shadow:0 28px 90px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.04)!important;
  overflow:hidden!important;
}
.homeCommunityWheelImageCard::before{
  content:''!important;
  position:absolute!important;
  inset:auto -24% -42% -24%!important;
  height:70%!important;
  background:radial-gradient(circle,rgba(250,83,1,.36),transparent 62%)!important;
  z-index:-1!important;
}
.homeCommunityWheelImage{
  width:min(100%,430px)!important;
  max-width:430px!important;
  height:auto!important;
  object-fit:contain!important;
  display:block!important;
  filter:drop-shadow(0 24px 42px rgba(0,0,0,.54))!important;
  transform:translateZ(0)!important;
}
.homeCommunityWheelImageCard:hover .homeCommunityWheelImage{
  transform:scale(1.025)!important;
}
.homeCommunityWheelImageCard .homeCommunityWheelLabel{
  text-align:center!important;
  margin-top:.65rem!important;
}
.homeCommunityWheelImageCard .homeCommunityWheelLabel small{
  display:block!important;
  color:#ffb07a!important;
  text-transform:uppercase!important;
  letter-spacing:.16em!important;
  font-weight:1000!important;
}
.homeCommunityWheelImageCard .homeCommunityWheelLabel strong{
  display:block!important;
  font-size:clamp(1.6rem,4vw,2.35rem)!important;
  line-height:1!important;
  margin:.24rem 0!important;
}
.homeCommunityWheelImageCard .homeCommunityWheelLabel em{
  color:#dfe8d1!important;
  font-style:normal!important;
  font-weight:900!important;
}
@media(max-width:880px){
  .homeCommunityWheelImage{max-width:360px!important}
}


/* Homepage Gunny Raw launch preview — 20260614 */
#homeRawPreview.homeRawPreviewSection{
  padding-block:clamp(2.5rem,5vw,4.5rem)!important;
}
#homeRawPreview .homeRawPreviewGrid{
  grid-template-columns:minmax(300px,1.05fr) minmax(280px,.95fr)!important;
  gap:clamp(1.25rem,4vw,3rem)!important;
  align-items:center!important;
  max-width:1180px!important;
}
#homeRawPreview .homeRawPreviewFrameHost{
  width:100%!important;
  min-width:0!important;
}
#homeRawPreview .homeRawPreviewMediaShell{
  width:100%!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  border-radius:26px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:#030403!important;
  box-shadow:0 26px 75px rgba(0,0,0,.42)!important;
}
#homeRawPreview .homeRawPreviewMediaShell .rawPlayerMedia{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  border-radius:0!important;
  background:#030403!important;
  overflow:hidden!important;
}
#homeRawPreview .homeRawPreviewMediaShell .rawPlayerMedia.vertical{
  width:min(100%,360px)!important;
  aspect-ratio:9/16!important;
  justify-self:center!important;
}
#homeRawPreview .homeRawPreviewMediaShell iframe,
#homeRawPreview .homeRawPreviewMediaShell video,
#homeRawPreview .homeRawPreviewMediaShell img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  border:0!important;
  border-radius:0!important;
  margin:0!important;
  background:#030403!important;
}
#homeRawPreview .homeRawPreviewMediaShell .rawOpenLink{
  display:grid!important;
  place-items:center!important;
  align-content:center!important;
  gap:.6rem!important;
  color:#fff!important;
  text-decoration:none!important;
}
#homeRawPreview .homeRawPreviewEmpty{
  aspect-ratio:16/9;
  display:grid;
  place-items:center;
  align-content:center;
  gap:.35rem;
  padding:1rem;
  text-align:center;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(145deg,rgba(250,83,1,.13),rgba(0,0,0,.6));
}
#homeRawPreview .homeRawPreviewEmpty strong{font-size:clamp(1.5rem,3vw,2.4rem)}
#homeRawPreview .homeRawPreviewEmpty span{color:#cbd3c8}
#homeRawPreview .homeRawPreviewCopy h2{
  font-size:clamp(2rem,4.4vw,4.4rem)!important;
  line-height:.96!important;
  max-width:700px!important;
}
#homeRawPreview .homeRawPreviewCopy .sub{
  max-width:680px!important;
  font-size:clamp(1rem,1.4vw,1.15rem)!important;
  line-height:1.65!important;
}
#homeRawPreview .homeRawActions{margin-top:1.25rem!important}
#homeRawPreview .homeRawActions .cta{min-height:52px!important}
@media(max-width:900px){
  #homeRawPreview .homeRawPreviewGrid{grid-template-columns:1fr!important;max-width:760px!important}
  #homeRawPreview .homeRawPreviewFrameHost{order:1!important}
  #homeRawPreview .homeRawPreviewCopy{order:2!important}
}
@media(max-width:560px){
  #homeRawPreview.homeRawPreviewSection{padding-block:2rem!important}
  #homeRawPreview .homeRawPreviewMediaShell,
  #homeRawPreview .homeRawPreviewEmpty{border-radius:20px!important}
  #homeRawPreview .homeRawActions{display:block!important}
  #homeRawPreview .homeRawActions .cta{width:100%!important;justify-content:center!important;text-align:center!important}
}

/* Homepage Gunny Raw adaptive video sizing — 20260614 */
#homeRawPreview .homeRawPreviewGrid{
  grid-template-columns:minmax(320px,.92fr) minmax(360px,1.08fr)!important;
  max-width:1220px!important;
}
#homeRawPreview .homeRawPreviewFrameHost{
  display:grid!important;
  place-items:center!important;
}
#homeRawPreview .homeRawPreviewMediaShell{
  transition:width .2s ease,aspect-ratio .2s ease!important;
}
#homeRawPreview .homeRawPreviewMediaShell.isLandscape,
#homeRawPreview .homeRawPreviewMediaShell.isDetecting{
  width:min(100%,650px)!important;
  aspect-ratio:16/9!important;
}
#homeRawPreview .homeRawPreviewMediaShell.isPortrait{
  width:min(100%,300px)!important;
  aspect-ratio:9/16!important;
}
#homeRawPreview .homeRawPreviewMediaShell.isSquare{
  width:min(100%,460px)!important;
  aspect-ratio:1/1!important;
}
#homeRawPreview .homeRawPreviewMediaShell.isPortrait .rawPlayerMedia,
#homeRawPreview .homeRawPreviewMediaShell.isLandscape .rawPlayerMedia,
#homeRawPreview .homeRawPreviewMediaShell.isSquare .rawPlayerMedia{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  aspect-ratio:auto!important;
}
#homeRawPreview .homeRawPreviewMediaShell video,
#homeRawPreview .homeRawPreviewMediaShell iframe{
  object-fit:contain!important;
}
@media(max-width:900px){
  #homeRawPreview .homeRawPreviewGrid{
    grid-template-columns:1fr!important;
    max-width:820px!important;
  }
  #homeRawPreview .homeRawPreviewMediaShell.isPortrait{
    width:min(100%,310px)!important;
  }
}
@media(max-width:560px){
  #homeRawPreview .homeRawPreviewMediaShell.isPortrait{
    width:min(100%,390px)!important;
  }
  #homeRawPreview .homeRawPreviewMediaShell.isLandscape,
  #homeRawPreview .homeRawPreviewMediaShell.isDetecting,
  #homeRawPreview .homeRawPreviewMediaShell.isSquare{
    width:100%!important;
  }
}


/* Homepage Gunny Raw supporting image and compact player — 20260615 */
#homeRawPreview .homeRawPreviewCopy{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  min-width:0!important;
}
#homeRawPreview .homeRawPromoImage{
  display:block!important;
  width:min(100%,560px)!important;
  aspect-ratio:16/7!important;
  max-height:245px!important;
  margin:1.15rem 0 1rem!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:22px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 20px 54px rgba(0,0,0,.34)!important;
}
#homeRawPreview .homeRawActions{
  margin-top:0!important;
}
@media(max-width:900px){
  #homeRawPreview .homeRawPreviewCopy{align-items:stretch!important}
  #homeRawPreview .homeRawPromoImage{width:100%!important;max-width:680px!important}
  #homeRawPreview .homeRawActions{align-self:flex-start!important}
}
@media(max-width:560px){
  #homeRawPreview .homeRawPromoImage{
    max-height:none!important;
    border-radius:18px!important;
    margin:.95rem 0 .9rem!important;
  }
  #homeRawPreview .homeRawActions{align-self:stretch!important}
}

/* Gunny Raw subscriber feed */
.rawHubHero{padding:clamp(2rem,5vw,4.5rem) 0 1.8rem;background:radial-gradient(circle at 15% 0%,rgba(250,83,1,.2),transparent 35%),linear-gradient(180deg,#10140f,#080a08);border-bottom:1px solid rgba(250,83,1,.2)}
.rawHubHeroInner{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}
.rawHubHero h1{font-size:clamp(2.8rem,7vw,6.2rem);line-height:.9;letter-spacing:-.065em;margin:.15rem 0 .8rem;max-width:920px}
.rawHubHero p:not(.eyebrow){max-width:800px;color:#d5ddd2;font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.6;margin:0}
.rawHubAccount{display:flex;gap:.7rem;flex-wrap:wrap;justify-content:flex-end;min-width:max-content}
.rawSignedIn{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;justify-content:flex-end;color:#d9e0d6}.rawSignedIn strong{color:#fff}
.rawHubSection{padding:clamp(1.4rem,4vw,3rem) 0 5rem;background:radial-gradient(circle at 85% 15%,rgba(71,79,39,.16),transparent 34%),#080a08;min-height:60vh}
.rawHubFeed{display:grid;gap:1.5rem;max-width:980px;margin:0 auto}
.rawFeedSkeleton{display:grid;gap:1.2rem}.rawSkeletonCard{padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));box-shadow:0 24px 70px rgba(0,0,0,.22)}.rawSkeletonHeader{display:flex;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.rawSkeletonHeader span,.rawSkeletonLine,.rawSkeletonReactionRow span,.rawSkeletonComment,.rawSkeletonVideo{position:relative;overflow:hidden;background:rgba(255,255,255,.08)}.rawSkeletonHeader span::after,.rawSkeletonLine::after,.rawSkeletonReactionRow span::after,.rawSkeletonComment::after,.rawSkeletonVideo::after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:rawSkeletonPulse 1.3s ease-in-out infinite}.rawSkeletonHeader span:first-child{width:160px;height:16px;border-radius:999px}.rawSkeletonHeader span:last-child{width:86px;height:16px;border-radius:999px}.rawSkeletonVideo{height:min(58vw,420px);min-height:240px;border-radius:22px}.rawSkeletonLine{height:16px;border-radius:999px;margin-top:.9rem}.rawSkeletonLine.short{width:58%}.rawSkeletonReactionRow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem;margin-top:1rem}.rawSkeletonReactionRow span{height:52px;border-radius:16px}.rawSkeletonComment{height:110px;border-radius:18px;margin-top:1rem}.rawHubLoading,.rawEmptyFeed{padding:3rem 1.25rem;text-align:center;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:rgba(255,255,255,.035);color:#d3dbd0}.rawHubLoading{display:grid;place-items:center;min-height:280px;font-weight:800;letter-spacing:.01em}
@keyframes rawSkeletonPulse{100%{transform:translateX(100%)}}
.rawHubLoading,.rawEmptyFeed{padding:3rem 1.25rem;text-align:center;border:1px solid rgba(255,255,255,.12);border-radius:26px;background:rgba(255,255,255,.035);color:#d3dbd0}
.rawEmptyFeed img{width:86px;height:86px;border-radius:20px;object-fit:cover}.rawEmptyFeed h2{margin:.8rem 0 .4rem}
.rawFeedPost{background:linear-gradient(180deg,#0d100d,#080908);border:1px solid rgba(255,255,255,.13);border-radius:26px;overflow:hidden;box-shadow:0 28px 90px rgba(0,0,0,.36)}
.rawPostHeader{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;background:#070807;border-bottom:1px solid rgba(255,255,255,.08)}
.rawPostBrand{display:flex;align-items:center;gap:.75rem}.rawPostBrand img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(250,83,1,.55)}.rawPostBrand strong{display:block;text-transform:uppercase;letter-spacing:.045em}.rawPostBrand span{display:block;color:#98a39a;font-size:.86rem;margin-top:.15rem}
.rawPostPermalink{color:#ffb37e;font-weight:900;text-decoration:none;font-size:.88rem}.rawPostPermalink:hover{text-decoration:underline}
.rawPostVideo{background:#000;display:grid;place-items:center;overflow:hidden;min-height:240px}.rawPostVideo video,.rawPostVideo iframe{display:block;width:100%;border:0;background:#000}.rawPostVideo video{max-height:68vh;object-fit:contain}.rawPostVideo iframe{aspect-ratio:16/9;min-height:260px}.rawPostVideo.portrait iframe,.rawPostVideo.portrait video{aspect-ratio:9/16;max-width:520px;max-height:74vh}.rawPostVideo.uploaded.portrait video{width:min(100%,520px)}
.rawPostOpenLink{min-height:360px;text-decoration:none;color:#fff;gap:1rem;align-content:center}.rawPostOpenLink img{width:70px;height:70px;object-fit:contain}
.rawPostContent{padding:1rem 1.1rem .65rem}.rawPostContent h2{margin:0 0 .45rem;font-size:clamp(1.35rem,3vw,2rem);line-height:1.05}.rawPostContent p{margin:0;color:#d2d9cf;line-height:1.58}
.rawPostActions{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.65rem 1.1rem 1rem;border-bottom:1px solid rgba(255,255,255,.08)}
.rawFeedReactions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.rawFeedReaction{appearance:none;border:1px solid rgba(255,255,255,.13);background:#111511;color:#fff;border-radius:16px;padding:.38rem .58rem;display:inline-flex;align-items:center;gap:.38rem;min-height:52px;cursor:pointer;font-weight:950;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}
.rawFeedReaction:hover:not(:disabled),.rawFeedReaction:focus-visible:not(:disabled){transform:translateY(-2px) scale(1.08);border-color:rgba(250,83,1,.72);box-shadow:0 14px 32px rgba(0,0,0,.35)}.rawFeedReaction.active{background:rgba(250,83,1,.2);border-color:rgba(250,83,1,.75)}.rawFeedReaction:disabled{cursor:default;opacity:1}.rawFeedReaction img{width:34px;height:34px;object-fit:contain}.rawFeedReaction span{font-size:.9rem;min-width:1.2rem;text-align:center}
.rawCopyShare{appearance:none;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.07);color:#fff;border-radius:999px;padding:.8rem 1rem;font-weight:950;cursor:pointer}.rawCopyShare:hover{border-color:rgba(250,83,1,.65);background:rgba(250,83,1,.13)}
.rawCommentsBlock{padding:1rem 1.1rem 1.2rem}.rawCommentsHeading{display:flex;align-items:center;gap:.5rem;margin-bottom:.85rem}.rawCommentsHeading h3{margin:0}.rawCommentsHeading span{display:grid;place-items:center;min-width:28px;height:28px;padding:0 .45rem;border-radius:999px;background:rgba(250,83,1,.16);color:#ffbd91;font-weight:900}
.rawCommentForm,.rawReplyForm{display:grid;gap:.65rem;margin-bottom:1rem}.rawCommentForm textarea,.rawReplyForm textarea{width:100%;min-height:86px;resize:vertical;border-radius:16px;border:1px solid rgba(255,255,255,.15);background:#111511;color:#fff;padding:.85rem;font:inherit}.rawCommentForm textarea:focus,.rawReplyForm textarea:focus{outline:2px solid rgba(250,83,1,.5);border-color:transparent}.rawCommentForm .cta,.rawReplyForm .cta{justify-self:start}
.rawCommentSignIn{width:100%;border:1px dashed rgba(250,83,1,.5);background:rgba(250,83,1,.08);color:#ffd0ae;border-radius:16px;padding:.9rem;font-weight:900;cursor:pointer;margin-bottom:1rem}
.rawCommentList{display:grid;gap:.9rem}.rawFeedComment{display:grid;grid-template-columns:42px 1fr;gap:.7rem}.rawFeedComment.reply{grid-template-columns:34px 1fr}.rawCommentAvatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#ff671f,#6f2c0a);color:#fff;font-weight:950;border:1px solid rgba(255,255,255,.18)}.rawFeedComment.reply .rawCommentAvatar{width:34px;height:34px;font-size:.86rem}
.rawCommentBody{min-width:0;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:.75rem .85rem}.rawCommentMeta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.rawCommentMeta span{color:#929d94;font-size:.82rem}.rawCommentBody p{color:#e2e7df;line-height:1.48;margin:.35rem 0 .45rem;overflow-wrap:anywhere}.rawReplyButton{appearance:none;border:0;background:transparent;color:#ffb07a;font-weight:900;padding:0;cursor:pointer}.rawReplyFormHost{margin-top:.65rem}.rawReplyForm>div{display:flex;gap:.5rem;flex-wrap:wrap}.rawReplies{display:grid;gap:.7rem;margin-top:.8rem}
.rawNoComments{color:#9da79f;margin:.2rem 0}.rawSubscribeGate{display:grid;grid-template-columns:1fr auto;gap:1.5rem;align-items:center;padding:clamp(1.4rem,4vw,2.4rem);border-radius:28px;border:1px solid rgba(250,83,1,.34);background:radial-gradient(circle at 90% 0%,rgba(250,83,1,.24),transparent 40%),linear-gradient(145deg,#15120e,#0a0d09);box-shadow:0 28px 80px rgba(0,0,0,.32)}.rawSubscribeGate h2{font-size:clamp(1.8rem,4vw,3.25rem);line-height:1;margin:.2rem 0 .65rem;max-width:700px}.rawSubscribeGate p:not(.eyebrow){color:#d6ddd2;line-height:1.55;max-width:760px}.rawSubscribeGateActions{display:grid;gap:.7rem;min-width:240px}
.rawAuthModal{position:fixed;inset:0;z-index:3000;background:rgba(0,0,0,.78);backdrop-filter:blur(9px);display:none;place-items:center;padding:1rem}.rawAuthModal.open{display:grid}.rawAuthCard{position:relative;width:min(520px,100%);max-height:92vh;overflow:auto;border-radius:26px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#151915,#090b09);padding:clamp(1.25rem,4vw,2rem);box-shadow:0 30px 100px rgba(0,0,0,.65)}.rawAuthCard h2{font-size:clamp(2rem,6vw,3.4rem);line-height:.95;margin:.2rem 0 .65rem}.rawAuthLead{color:#cbd4c9;line-height:1.55}.rawAuthClose{position:absolute;right:1rem;top:1rem;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.07);color:#fff;font-size:1.6rem;cursor:pointer}.rawAuthTabs{display:grid;grid-template-columns:1fr 1fr;gap:.45rem;margin:1rem 0}.rawAuthTabs button{border:1px solid rgba(255,255,255,.12);background:#0c0f0c;color:#d8dfd6;border-radius:14px;padding:.75rem;font-weight:900;cursor:pointer}.rawAuthTabs button.active{background:#fa5301;border-color:#fa5301;color:#fff}.rawAuthForm{display:grid;gap:.8rem}.rawAuthForm[hidden]{display:none}.rawAuthForm label{display:grid;gap:.35rem;color:#eef2ec;font-weight:800}.rawAuthForm input{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.15);background:#0b0e0b;color:#fff;padding:.85rem;font:inherit}.rawAuthForm input:focus{outline:2px solid rgba(250,83,1,.5);border-color:transparent}.rawAuthForm .cta{width:100%;justify-content:center;margin-top:.25rem}.formError{min-height:1.4em;color:#ff9f88;font-weight:800}.rawCommunityToast{position:fixed;left:50%;bottom:1.2rem;z-index:4000;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:#fff;color:#111;border-radius:999px;padding:.8rem 1rem;font-weight:950;box-shadow:0 20px 60px rgba(0,0,0,.45);transition:.2s ease}.rawCommunityToast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:800px){.rawHubHeroInner{display:grid}.rawHubAccount{justify-content:flex-start;min-width:0}.rawSubscribeGate{grid-template-columns:1fr}.rawSubscribeGateActions{min-width:0}.rawPostActions{align-items:stretch}.rawFeedReactions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}.rawFeedReaction{justify-content:center}.rawCopyShare{width:100%}.rawPostVideo video{max-height:62vh}}
@media(max-width:520px){.rawSkeletonCard{padding:.8rem}.rawSkeletonVideo{min-height:180px;height:58vw}.rawSkeletonReactionRow{gap:.32rem}.rawSkeletonReactionRow span{height:48px}.rawSkeletonComment{height:96px}}
@media(max-width:520px){.rawHubHero{padding-top:1.4rem}.rawHubHero h1{font-size:2.75rem}.rawHubAccount{display:grid;grid-template-columns:1fr 1fr;width:100%}.rawHubAccount .cta{justify-content:center}.rawSignedIn{display:grid;grid-template-columns:1fr}.rawFeedPost{border-radius:20px}.rawPostHeader,.rawPostContent,.rawPostActions,.rawCommentsBlock{padding-left:.75rem;padding-right:.75rem}.rawPostBrand img{width:42px;height:42px}.rawFeedReactions{grid-template-columns:repeat(2,minmax(0,1fr))}.rawFeedReaction:nth-child(5){grid-column:1/-1}.rawFeedReaction img{width:31px;height:31px}.rawPostVideo{min-height:190px}.rawPostVideo iframe{min-height:220px}.rawPostVideo.portrait iframe,.rawPostVideo.portrait video{max-width:100%}.rawFeedComment{grid-template-columns:34px 1fr}.rawCommentAvatar{width:34px;height:34px;font-size:.86rem}.rawSubscribeGate{border-radius:22px}.rawAuthCard{border-radius:22px;padding:1.2rem}.rawAuthTabs{grid-template-columns:1fr}}
.rawAdminStats{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1rem}.rawAdminComment{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.rawAdminComment:last-child{border-bottom:0}.rawAdminComment.isHidden{opacity:.7}.rawAdminComment h3{margin:.2rem 0}.rawAdminComment p{overflow-wrap:anywhere}.dangerAction{border-color:rgba(255,92,92,.5)!important;color:#ffb1b1!important}@media(max-width:720px){.rawAdminStats{grid-template-columns:1fr}}


/* Gunny Raw subscriber profile picture and blank-auth forms — 20260620 */
.rawProfileUpload{display:grid;grid-template-columns:96px 1fr;gap:1rem;align-items:center;padding:1rem;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.035)}
.rawProfilePreview{appearance:none;-webkit-appearance:none;width:96px;height:96px;padding:0;border-radius:50%;overflow:hidden;display:grid;place-items:center;align-content:center;gap:.15rem;background:radial-gradient(circle at 35% 25%,rgba(250,83,1,.42),rgba(39,45,34,.95));border:2px solid rgba(250,83,1,.6);color:#fff;text-align:center;box-shadow:0 12px 34px rgba(0,0,0,.32);cursor:pointer;font:inherit}
.rawProfilePreview:hover{border-color:#ff7a38;filter:brightness(1.06)}.rawProfilePreview:focus-visible{outline:3px solid rgba(255,122,56,.85);outline-offset:3px}.rawProfilePreview span{font-size:2rem;font-weight:950;line-height:.9}.rawProfilePreview small{font-size:.67rem;font-weight:900;letter-spacing:.04em}.rawProfilePreview img{width:100%;height:100%;object-fit:cover;display:block}
.rawProfileUploadCopy{display:grid;gap:.35rem}.rawProfileUploadCopy strong{font-size:1rem;color:#fff}.rawProfileUploadCopy p{margin:0;color:#bfc8bd;font-size:.84rem;line-height:1.4}
.rawProfileChoose{display:inline-flex!important;align-items:center;justify-content:center;width:max-content;min-height:40px;margin-top:.2rem;padding:.55rem .8rem;border-radius:12px;background:#fa5301;color:#fff!important;font-weight:950!important;cursor:pointer;box-shadow:0 10px 28px rgba(250,83,1,.2)}
.rawProfileChoose:hover{filter:brightness(1.08)}.rawProfileChoose input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;padding:0!important;border:0!important}.rawProfileStatus{display:block;color:#aeb8ad;font-size:.75rem;line-height:1.3;word-break:break-word}
.rawCommentAvatar img{width:100%;height:100%;object-fit:cover;display:block}.rawSignedInIdentity{display:flex;align-items:center;gap:.6rem}.rawSignedInAvatar{width:38px;height:38px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:linear-gradient(145deg,#ff671f,#6f2c0a);color:#fff;font-weight:950;border:1px solid rgba(255,255,255,.18)}.rawSignedInAvatar img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:520px){.rawProfileUpload{grid-template-columns:78px 1fr;padding:.8rem;gap:.75rem}.rawProfilePreview{width:78px;height:78px}.rawProfileUploadCopy p{font-size:.78rem}.rawProfileChoose{width:100%}.rawSignedInIdentity{align-items:flex-start}.rawSignedInAvatar{flex:0 0 auto}}


/* Gunny Raw chronological ads + dedicated admin content manager */
.rawFeedAd{display:block;width:min(100%,728px);margin:0 auto;text-decoration:none;line-height:0;overflow:hidden}
.rawFeedAd img{display:block;width:100%;height:auto;aspect-ratio:728/90;object-fit:contain}
.rawAdminChoiceGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}
.rawAdminChoice{display:grid;gap:.55rem;text-align:left;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));border-radius:18px;padding:1rem;color:#fff;cursor:pointer}
.rawAdminChoice strong{font-size:1.12rem}.rawAdminChoice span{color:#c7d0c7;line-height:1.45}
.rawAdminChoice:hover,.rawAdminChoice.active{border-color:rgba(250,83,1,.7);box-shadow:0 14px 34px rgba(250,83,1,.14)}
.rawAdminComposer[hidden]{display:none}.rawAdminComposer{margin-top:1rem}
.rawAdPreview{display:grid;place-items:center;min-height:120px;border:1px dashed rgba(255,255,255,.2);border-radius:14px;background:#090b09;overflow:hidden;color:#aeb7ae;text-align:center;padding:.75rem}
.rawAdPreview img{display:block;width:min(100%,728px);height:auto;aspect-ratio:728/90;object-fit:cover;border-radius:8px}
.rawFeedTypeBadge{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .55rem;font-size:.74rem;font-weight:950;text-transform:uppercase;letter-spacing:.08em;background:rgba(250,83,1,.13);color:#ffad79;border:1px solid rgba(250,83,1,.35)}
@media(max-width:720px){.rawAdminChoiceGrid{grid-template-columns:1fr}}

/* Gunny Raw compact intro + subscriber profile settings — 20260620 */
.rawHubHero{padding:clamp(1.15rem,2.8vw,2.2rem) 0 clamp(.95rem,2vw,1.35rem)}
.rawHubHeroInner{align-items:center;gap:clamp(1rem,3vw,2rem)}
.rawHubHero h1{font-size:clamp(2.35rem,5.4vw,4.85rem);line-height:.92;margin:.08rem 0 .45rem;max-width:760px}
.rawHubHero p:not(.eyebrow){font-size:clamp(.92rem,1.35vw,1.05rem);line-height:1.45;max-width:700px}
.rawHubSection{padding-top:clamp(.8rem,2vw,1.35rem)}
.rawHubFeed{gap:1.2rem}
.rawSignedIn{gap:.7rem}
.rawAccountButtons{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;justify-content:flex-end}
.rawAccountButtons .cta{min-height:42px;padding:.65rem .9rem}
.rawProfileCard{width:min(590px,100%)}
.rawAccountEmail{display:grid;gap:.28rem;padding:.8rem .9rem;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.035)}
.rawAccountEmail span{color:#aeb8ad;font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.rawAccountEmail strong{color:#fff;overflow-wrap:anywhere}
.rawPasswordChange{display:grid;gap:.75rem;margin:.2rem 0 0;padding:1rem;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(255,255,255,.025)}
.rawPasswordChange legend{padding:0 .35rem;color:#fff;font-weight:950}
.rawPasswordChange legend small{color:#aeb8ad;font-weight:800;margin-left:.3rem}
.rawPasswordChange>p{margin:-.2rem 0 .1rem;color:#aeb8ad;font-size:.82rem;line-height:1.4}
@media(max-width:800px){
  .rawHubHeroInner{gap:.85rem}
  .rawHubAccount{width:100%;justify-content:flex-start}
  .rawSignedIn{justify-content:flex-start;width:100%}
  .rawAccountButtons{justify-content:flex-start}
}
@media(max-width:520px){
  .rawHubHero{padding:1rem 0 .9rem}
  .rawHubHero h1{font-size:2.35rem;line-height:.94;margin-bottom:.38rem}
  .rawHubHero p:not(.eyebrow){font-size:.92rem;line-height:1.4}
  .rawHubSection{padding-top:.7rem}
  .rawHubAccount{display:block}
  .rawSignedIn{display:grid;gap:.6rem}
  .rawAccountButtons{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .rawAccountButtons .cta{justify-content:center;width:100%}
  .rawProfileCard{padding:1.1rem}
  .rawPasswordChange{padding:.85rem}
}

/* Gunny Raw compact mobile reactions + profile modal visibility — 20260620 */
.rawAuthModal{z-index:12000!important}
@media(max-width:520px){
  .rawFeedReactions{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:.3rem!important;
    width:100%!important;
  }
  .rawFeedReaction,
  .rawFeedReaction:nth-child(5){
    grid-column:auto!important;
    width:100%!important;
    min-width:0!important;
    min-height:56px!important;
    padding:.25rem .12rem!important;
    border-radius:14px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:center!important;
    gap:.06rem!important;
  }
  .rawFeedReaction img{
    width:27px!important;
    height:27px!important;
  }
  .rawFeedReaction span{
    min-width:0!important;
    font-size:.76rem!important;
    line-height:1!important;
  }
  .rawFeedReaction:hover:not(:disabled),
  .rawFeedReaction:focus-visible:not(:disabled){
    transform:none!important;
  }
  .rawCommentReactions{
    display:grid!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:.24rem!important;
    width:100%!important;
  }
  .rawCommentReactionButton{
    width:100%!important;
    min-width:0!important;
    min-height:34px!important;
    padding:.12rem .08rem!important;
    justify-content:center!important;
    gap:.1rem!important;
  }
  .rawCommentReactionButton img{
    width:18px!important;
    height:18px!important;
  }
  .rawCommentReactionButton span{
    font-size:.7rem!important;
  }
  .rawCommentReactionButton:hover,
  .rawCommentReactionButton:focus-visible{
    transform:none!important;
  }
  .rawAuthModal{
    align-items:start!important;
    padding:max(.65rem,env(safe-area-inset-top,0px)) .65rem max(.65rem,env(safe-area-inset-bottom,0px))!important;
    overflow-y:auto!important;
  }
  .rawAuthCard{
    max-height:calc(100dvh - 1.3rem - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important;
    margin:0 auto!important;
  }
  .rawAuthClose{
    z-index:5!important;
  }
}
@media(max-width:360px){
  .rawFeedReactions{gap:.2rem!important}
  .rawFeedReaction,
  .rawFeedReaction:nth-child(5){min-height:52px!important;padding:.2rem .06rem!important;border-radius:12px!important}
  .rawFeedReaction img{width:24px!important;height:24px!important}
  .rawFeedReaction span{font-size:.7rem!important}
  .rawCommentReactions{gap:.16rem!important}
  .rawCommentReactionButton img{width:16px!important;height:16px!important}
  .rawCommentReactionButton span{font-size:.66rem!important}
}

.rawUsernameHelp{display:block;margin:-.35rem 0 .2rem;color:#9eaa9f;font-size:.78rem;line-height:1.35}
.rawSharePreview{margin:.75rem 0 1rem;min-height:130px;border:1px dashed rgba(255,255,255,.22);border-radius:14px;background:#080b09;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#aab5ad;text-align:center;padding:.75rem}
.rawSharePreview img{display:block;width:100%;max-width:600px;aspect-ratio:1200/630;object-fit:cover;border-radius:10px}

/* Gunny Raw pagination and compact comment previews — 20260620 */
.rawFeedPagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding:.85rem 1rem;margin:.25rem 0 1rem;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.035)}
.rawFeedPagination.bottom{margin:1.1rem 0 .2rem}.rawFeedPageSummary{color:#cbd4ca;font-size:.92rem}.rawFeedPageSummary strong{color:#fff}.rawFeedPagination label{display:flex;align-items:center;gap:.55rem;color:#cbd4ca;font-size:.88rem;font-weight:700}.rawFeedPagination select{min-width:72px;padding:.55rem .75rem;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#111512;color:#fff;font:inherit}.rawFeedPageButtons{display:flex;align-items:center;gap:.65rem}.rawFeedPageButtons button,.rawMoreComments{display:inline-flex;align-items:center;justify-content:center;padding:.62rem .9rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#171b18;color:#fff;font:inherit;font-weight:800;cursor:pointer;text-decoration:none}.rawFeedPageButtons button:hover:not(:disabled),.rawMoreComments:hover{border-color:#ef4a0b;background:#24130c}.rawFeedPageButtons button:disabled{opacity:.42;cursor:not-allowed}.rawFeedPageButtons span{min-width:94px;text-align:center;color:#cbd4ca;font-size:.88rem}.rawMoreComments{margin:.9rem auto 0}.rawMoreReplies{display:inline-flex;margin-top:.6rem;color:#ff965f;font-size:.86rem;font-weight:800;text-decoration:none}.rawMoreReplies:hover{text-decoration:underline}
.rawAdminPager{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap;margin-top:1rem;padding-top:.9rem;border-top:1px solid rgba(255,255,255,.1)}.rawAdminPager label{display:flex;align-items:center;gap:.5rem;font-size:.86rem;color:#bfc7be}.rawAdminPager select{padding:.48rem .65rem;border:1px solid rgba(255,255,255,.13);border-radius:10px;background:#111512;color:#fff}.rawAdminPagerButtons{display:flex;align-items:center;gap:.55rem}.rawAdminPagerButtons span{font-size:.86rem;color:#cbd4ca}.rawAdminPagerButtons button{padding:.5rem .72rem}.rawAdminPagerButtons button:disabled{opacity:.4;cursor:not-allowed}
@media(max-width:640px){.rawFeedPagination{align-items:stretch}.rawFeedPagination label,.rawFeedPageSummary{justify-content:center;text-align:center}.rawFeedPageButtons{width:100%;justify-content:space-between}.rawFeedPageButtons button{flex:1}.rawFeedPageButtons span{min-width:auto}.rawAdminPager{align-items:stretch}.rawAdminPager label{justify-content:center}.rawAdminPagerButtons{width:100%;justify-content:space-between}.rawAdminPagerButtons button{flex:1}}


/* Gunny Raw wordmark hero polish — 20260620 */
.rawHubWordmark{display:grid;gap:.04em;margin:0;max-width:760px;text-transform:uppercase;line-height:.84;text-shadow:0 10px 28px rgba(0,0,0,.45)}
.rawHubWordmarkGunny{display:block;font-size:clamp(3rem,7vw,6rem);font-weight:1000;letter-spacing:-.085em;color:#f5f5f2}
.rawHubWordmarkRaw{display:block;font-size:clamp(2.6rem,6.1vw,5rem);font-weight:1000;font-style:italic;letter-spacing:-.065em;color:#fa5301;text-shadow:0 12px 28px rgba(250,83,1,.18),0 8px 16px rgba(0,0,0,.38)}
.rawHubTagline{margin:.55rem 0 .45rem;color:#d8e0d6;font-size:clamp(.82rem,1.25vw,1rem);font-weight:950;letter-spacing:.12em;text-transform:uppercase}
@media(max-width:520px){.rawHubWordmarkGunny{font-size:2.95rem}.rawHubWordmarkRaw{font-size:2.55rem}.rawHubTagline{font-size:.78rem;letter-spacing:.1em}}


/* Gunny Raw compact scrollable comment previews — 20260620 */
.rawCommentsBlock.compact .rawCommentList{position:relative;display:grid;gap:.75rem;max-height:250px;overflow-y:auto;overscroll-behavior:contain;padding:.15rem .55rem .15rem 0;scrollbar-width:thin;scrollbar-color:rgba(250,83,1,.72) rgba(255,255,255,.06)}
.rawCommentsBlock.compact .rawCommentList::-webkit-scrollbar{width:9px}
.rawCommentsBlock.compact .rawCommentList::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:999px}
.rawCommentsBlock.compact .rawCommentList::-webkit-scrollbar-thumb{background:rgba(250,83,1,.72);border-radius:999px;border:2px solid #0a0c0a}
.rawCommentsBlock.compact .rawCommentList:focus-visible{outline:2px solid rgba(250,83,1,.55);outline-offset:4px;border-radius:12px}
.rawCommentsBlock.compact .rawCommentBody>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;max-height:4.55em}
.rawCommentsBlock.compact .rawReplies{margin-top:.55rem;gap:.5rem}
.rawCommentsBlock.compact .rawFeedComment.reply .rawCommentBody>p{-webkit-line-clamp:2;max-height:3.05em}
.rawCommentsBlock.compact .rawCommentList.loadingMore::after{content:"Loading more comments…";position:sticky;bottom:0;display:block;margin-top:.25rem;padding:.5rem .7rem;border-radius:10px;background:rgba(8,10,8,.94);color:#cbd4ca;text-align:center;font-size:.78rem;font-weight:800}
.rawCommentsFooter{display:flex;justify-content:flex-end;margin-top:.85rem}
.rawViewAllComments{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.68rem .9rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#171b18;color:#fff;font-size:.88rem;font-weight:900;text-decoration:none}
.rawViewAllComments:hover,.rawViewAllComments:focus-visible{border-color:#ef4a0b;background:#24130c;outline:none}
@media(max-width:520px){.rawCommentsBlock.compact .rawCommentList{max-height:220px;padding-right:.4rem}.rawCommentsFooter{justify-content:stretch}.rawViewAllComments{width:100%}}


/* Gunny Raw navigation, compact paging, sharing, and resizable comments — 20260620 */
.headerRawCta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.62rem 1rem;border-radius:999px;background:linear-gradient(135deg,#66743c,#424b25);border:1px solid rgba(255,255,255,.16);box-shadow:0 12px 28px rgba(71,79,39,.32);color:#fff;text-decoration:none;font-size:.9rem;font-weight:950;white-space:nowrap;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}
.headerRawCta:hover,.headerRawCta:focus-visible,.headerRawCta.active{filter:brightness(1.12);transform:translateY(-1px);box-shadow:0 15px 34px rgba(71,79,39,.42);outline:none}
.topbar .links .rawNavStandard{display:none!important}
.mobileRawMenuCta{display:none!important}
.rawHubWordmarkLink{display:inline-block;color:inherit;text-decoration:none;border-radius:16px}
.rawHubWordmarkLink:hover .rawHubWordmark,.rawHubWordmarkLink:focus-visible .rawHubWordmark{filter:brightness(1.08);transform:translateY(-1px)}
.rawHubWordmarkLink:focus-visible{outline:2px solid rgba(250,83,1,.72);outline-offset:7px}
.rawHubWordmark{transition:filter .16s ease,transform .16s ease}
.rawPostBrandLink{text-decoration:none;color:inherit;border-radius:12px}
.rawPostBrandLink:hover strong,.rawPostBrandLink:focus-visible strong{color:#ffad79}
.rawPostBrandLink:focus-visible{outline:2px solid rgba(250,83,1,.64);outline-offset:4px}
.rawHubShareButton{border-color:rgba(250,83,1,.38)!important;background:rgba(250,83,1,.09)!important;color:#ffd4b9!important}
.rawHubShareButton:hover,.rawHubShareButton:focus-visible{background:rgba(250,83,1,.18)!important;border-color:rgba(250,83,1,.72)!important}
.rawFeedPagination{padding:.55rem .65rem!important;border-radius:16px!important;margin:.15rem 0 .85rem!important}
.rawFeedPagerCompact{display:flex;align-items:center;justify-content:space-between;gap:.65rem;width:100%}
.rawFeedPageSummary{display:inline-flex;align-items:center;white-space:nowrap;font-size:.86rem!important}
.rawFeedPageSize{margin-left:auto}
.rawFeedPageSize select{min-width:62px!important;padding:.42rem .55rem!important;border-radius:10px!important}
.rawFeedPageButtons{gap:.4rem!important}
.rawFeedPageButtons button{width:38px;height:38px;padding:0!important;border-radius:12px!important;font-size:1.45rem!important;line-height:1!important}
.rawFeedPageButtons button span{display:block;transform:translateY(-1px)}
.rawFeedCurrentPage{min-width:54px!important;font-size:.8rem!important}
.rawCommentsBlock.compact .rawCommentList{height:250px;min-height:180px;max-height:min(72vh,760px);resize:vertical;overflow:auto!important}
.rawCommentsBlock.compact .rawCommentList::after{pointer-events:none}
@media(max-width:720px){
  .headerRawCta{display:none!important}
  .topbar .links .mobileRawMenuCta{display:grid!important;gap:.12rem;margin-top:.42rem;padding:.9rem 1rem!important;border-radius:15px!important;background:linear-gradient(135deg,#fa5301,#bb3900)!important;color:#fff!important;box-shadow:0 12px 28px rgba(250,83,1,.28);text-align:center!important}
  .topbar .links .mobileRawMenuCta strong{font-size:1.02rem;letter-spacing:.02em}
  .topbar .links .mobileRawMenuCta span{font-size:.74rem;color:rgba(255,255,255,.84);font-weight:750}
  .topbar .links .mobileRawMenuCta:hover,.topbar .links .mobileRawMenuCta:focus-visible,.topbar .links .mobileRawMenuCta.active{background:linear-gradient(135deg,#ff6a22,#d84700)!important;outline:none}
  .rawFeedPagerCompact{display:grid;grid-template-columns:auto auto 1fr;gap:.45rem}
  .rawPagerLabel,.rawPagerOf{display:none}
  .rawFeedPageSize{margin:0}
  .rawFeedPageButtons{justify-self:end}
  .rawFeedPagination.bottom{margin-top:.75rem!important}
  .rawCommentsBlock.compact .rawCommentList{height:220px;min-height:170px;max-height:70vh;padding-right:.4rem}
}
@media(max-width:390px){
  .rawFeedPagination{padding:.45rem!important}
  .rawFeedPagerCompact{grid-template-columns:auto 58px 1fr;gap:.3rem}
  .rawFeedPageSummary{font-size:.76rem!important}
  .rawFeedPageSize select{min-width:56px!important;padding:.38rem .4rem!important}
  .rawFeedPageButtons{gap:.25rem!important}
  .rawFeedPageButtons button{width:34px;height:34px;font-size:1.3rem!important}
  .rawFeedCurrentPage{min-width:44px!important;font-size:.73rem!important}
}


/* Gunny Raw comment scroller, share icons, and header action alignment — 20260620 */
.headerRawCta{margin-left:auto!important;margin-right:.45rem!important;flex:0 0 auto}
.rawShareIcon{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:2.15;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.rawCopyShare,.rawHubShareButton{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.48rem!important}
.rawCommentsBlock.compact .rawCommentList{
  height:250px;
  min-height:180px;
  max-height:min(72vh,760px);
  resize:vertical;
  overflow:auto!important;
  padding:.7rem .75rem!important;
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  background:rgba(255,255,255,.025);
  scrollbar-gutter:stable;
}
.rawCommentsBlock.compact .rawCommentList:empty{min-height:180px}
.rawCommentsBlock.compact .rawCommentList::after{pointer-events:none}
.rawCommentsFooter,.rawViewAllComments{display:none!important}
@media(max-width:720px){
  .headerRawCta{display:none!important;margin:0!important}
  .rawCommentsBlock.compact .rawCommentList{height:220px;min-height:170px;max-height:70vh;padding:.6rem!important}
}


/* Gunny Raw natural-height comment cards + classic share arrow — 20260620 */
.rawCommentsBlock.compact .rawCommentList{
  display:grid!important;
  grid-auto-rows:max-content!important;
  align-content:start!important;
  align-items:start!important;
  overflow-y:scroll!important;
  overflow-x:hidden!important;
}
.rawCommentsBlock.compact .rawFeedComment,
.rawCommentsBlock.compact .rawCommentBody,
.rawCommentsBlock.compact .rawReplies,
.rawCommentsBlock.compact .rawNoComments{
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
}
.rawCommentsBlock.compact .rawFeedComment{width:100%!important}
.rawShareIcon{
  width:20px!important;
  height:20px!important;
  fill:currentColor!important;
  stroke:none!important;
  overflow:visible!important;
}


/* Gunny Raw subscriber-list admin modal — 20260621 */
.rawSubscriberStatButton{appearance:none;-webkit-appearance:none;width:100%;font:inherit;text-align:left;cursor:pointer;color:inherit;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.rawSubscriberStatButton:hover,.rawSubscriberStatButton:focus-visible{transform:translateY(-2px);border-color:rgba(250,83,1,.62);box-shadow:0 16px 36px rgba(0,0,0,.24);outline:none}
.rawSubscriberStatButton small{display:block;margin-top:.35rem;color:#ffad7c;font-size:.72rem;font-weight:900;letter-spacing:.03em}
.rawSubscriberModal[hidden]{display:none!important}
.rawSubscriberModal.open{position:fixed;inset:0;z-index:20000;display:grid;place-items:center;padding:clamp(.65rem,2vw,1.25rem)}
.rawSubscriberModalBackdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.82);backdrop-filter:blur(8px);cursor:default}
.rawSubscriberModalCard{position:relative;display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(820px,96vw);height:min(760px,calc(100dvh - 2rem));max-height:calc(100dvh - 2rem);overflow:hidden;border:1px solid rgba(255,255,255,.15);border-radius:26px;background:linear-gradient(180deg,#151915,#080a08);box-shadow:0 34px 110px rgba(0,0,0,.7)}
.rawSubscriberModalHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.2rem 1.25rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}
.rawSubscriberModalHeader h2{margin:.15rem 0 .35rem;font-size:clamp(1.65rem,4vw,2.5rem);line-height:1}
.rawSubscriberModalHeader .sub{margin:0}
.rawSubscriberModalClose{flex:0 0 auto;width:42px;height:42px;border:1px solid rgba(255,255,255,.15);border-radius:50%;background:rgba(255,255,255,.07);color:#fff;font-size:1.6rem;line-height:1;cursor:pointer}
.rawSubscriberModalClose:hover,.rawSubscriberModalClose:focus-visible{background:#fa5301;border-color:#fa5301;outline:none}
.rawSubscriberList{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:.7rem 1rem 1rem;scrollbar-color:#fa5301 rgba(255,255,255,.06);scrollbar-width:thin}
.rawSubscriberList::-webkit-scrollbar{width:11px}.rawSubscriberList::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:999px}.rawSubscriberList::-webkit-scrollbar-thumb{background:#d84a09;border:2px solid #101310;border-radius:999px}
.rawSubscriberRow{display:grid;grid-template-columns:38px minmax(0,1fr);gap:.8rem;align-items:start;padding:.9rem .85rem;border-bottom:1px solid rgba(255,255,255,.08)}
.rawSubscriberRow:last-child{border-bottom:0}
.rawSubscriberIndex{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:rgba(250,83,1,.14);border:1px solid rgba(250,83,1,.35);color:#ffb07c;font-size:.78rem;font-weight:950}
.rawSubscriberDetails{display:grid;gap:.24rem;min-width:0}
.rawSubscriberDetails strong{color:#fff;font-size:1rem;overflow-wrap:anywhere}
.rawSubscriberDetails a{color:#ffad7c;text-decoration:none;overflow-wrap:anywhere}.rawSubscriberDetails a:hover{text-decoration:underline}
.rawSubscriberDetails span{color:#9da89e;font-size:.8rem}
.rawSubscriberLoadStatus{min-height:1.2rem;margin:0;padding:.65rem 1rem .8rem;border-top:1px solid rgba(255,255,255,.08);color:#aeb8ad;text-align:center;font-size:.78rem;font-weight:800}
body.rawSubscriberModalOpen{overflow:hidden}
@media(max-width:560px){.rawSubscriberModal.open{padding:.35rem}.rawSubscriberModalCard{width:100%;height:calc(100dvh - .7rem);max-height:calc(100dvh - .7rem);border-radius:20px}.rawSubscriberModalHeader{padding:1rem}.rawSubscriberList{padding:.45rem .65rem .75rem}.rawSubscriberRow{grid-template-columns:32px minmax(0,1fr);padding:.8rem .55rem}.rawSubscriberIndex{width:28px;height:28px}}


/* Admin table overflow protection — 20260621 */
.adminTableWrap{width:100%;max-width:100%;overflow-x:auto;border-radius:16px;scrollbar-gutter:stable}
.adminTable{table-layout:fixed;min-width:760px}
.adminTable th,.adminTable td{vertical-align:top;min-width:0;overflow-wrap:anywhere;word-break:break-word}
.adminTable .adminCol--actions,.adminTable .adminCell--actions{width:176px}
.adminTable .adminCol--featured,.adminTable .adminCell--featured{width:82px}
.adminTable .adminCol--price,.adminTable .adminCell--price{width:92px}
.adminTable .adminCell--url{max-width:260px}
.adminTableLink{display:inline-flex;max-width:100%;align-items:center;padding:.35rem .55rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:#ffb178;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.adminTableLink:hover{border-color:rgba(250,83,1,.62);background:rgba(250,83,1,.12);color:#fff}
.adminCompactValue{display:inline-block;color:#bfc7be;font-size:.88rem}
.adminActions{position:sticky;right:0;z-index:2;background:#171a16;box-shadow:-12px 0 20px rgba(0,0,0,.24)}
.adminTable th.adminCol--actions{position:sticky;right:0;z-index:3;background:#31371f!important;box-shadow:-12px 0 20px rgba(0,0,0,.24)}
.adminActions .smallAction{min-width:0;padding:.58rem .68rem}
@media(max-width:940px){.adminTable{min-width:700px}.adminTable .adminCol--actions,.adminTable .adminCell--actions{width:150px}}
@media(max-width:560px){.adminTableWrap{margin-inline:-.2rem;width:calc(100% + .4rem)}.adminTable{display:table;white-space:normal;min-width:660px}.adminTable .adminCol--actions,.adminTable .adminCell--actions{width:130px}.adminActions{display:grid!important;grid-template-columns:1fr!important;gap:.4rem}.adminTableLink{max-width:180px}}

/* Gunny Raw subscriber + support hero panel — 20260622 */
.rawHubHeroInner{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(560px,1.38fr);align-items:center;gap:clamp(1.5rem,4vw,3.5rem)}
.rawHubAccount{display:block;min-width:0;width:100%}
.rawHeroPanel{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.08fr);overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:linear-gradient(145deg,rgba(18,21,18,.96),rgba(7,9,8,.96));box-shadow:0 24px 70px rgba(0,0,0,.32)}
.rawHeroCommunity,.rawHeroSupport{padding:clamp(1rem,2.2vw,1.55rem)}
.rawHeroCommunity{display:grid;gap:1rem;border-right:1px solid rgba(255,255,255,.11)}
.rawSubscriberMetric{display:flex;align-items:center;gap:.9rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}
.rawHeroMetricIcon,.rawHeroSupportIcon{display:grid;place-items:center;flex:0 0 auto;color:#fa5301}
.rawHeroMetricIcon{width:54px;height:54px;border-radius:16px;background:rgba(250,83,1,.1);box-shadow:inset 0 0 0 1px rgba(250,83,1,.18)}
.rawHeroMetricIcon svg{width:32px;height:32px;fill:currentColor}
.rawSubscriberMetric strong{display:block;color:#fff;font-size:clamp(1.8rem,3.6vw,2.65rem);line-height:1;font-weight:1000;letter-spacing:-.04em}
.rawSubscriberMetric>div>span{display:block;margin-top:.3rem;color:#cbd4c9;font-size:1rem}
.rawHeroAccountState{display:grid;gap:.85rem}
.rawSignedInIdentity{justify-content:flex-start;color:#dce3da}
.rawSignedOutPrompt{display:grid;gap:.2rem;color:#fff}.rawSignedOutPrompt span{color:#b9c2b8;font-size:.86rem;line-height:1.4}
.rawHeroCommunity .rawAccountButtons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;justify-content:stretch}
.rawHeroCommunity .rawAccountButtons .cta{width:100%;min-height:42px;padding:.62rem .72rem;justify-content:center;font-size:.84rem;white-space:nowrap}
.rawHeroCommunity .rawAccountButtons .rawHubShareButton{grid-column:1/-1}
.rawHeroSupport{display:grid;align-content:center;gap:.8rem;background:radial-gradient(circle at 90% 10%,rgba(250,83,1,.1),transparent 50%)}
.rawHeroSupportHeading{display:flex;align-items:flex-start;gap:.75rem}
.rawHeroSupportIcon{width:42px;height:42px}.rawHeroSupportIcon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linejoin:round}
.rawHeroSupportHeading h2{margin:0;color:#fff;font-size:clamp(1.2rem,2.2vw,1.65rem);line-height:1.08}
.rawHeroSupport p{margin:0;color:#c4cdc2;line-height:1.5}
.rawHeroSupportButton{width:100%;min-height:54px;justify-content:center;padding:.85rem 1rem;font-size:clamp(1.2rem,2.3vw,1.48rem);font-weight:950;letter-spacing:.01em;box-shadow:0 14px 34px rgba(250,83,1,.18)}
.rawHeroSupportButton span{font-size:1.55rem;line-height:.7;margin-left:.25rem}
.rawHeroSupport small{color:#9da89e}
@media(max-width:1050px){
  .rawHubHeroInner{grid-template-columns:minmax(250px,.72fr) minmax(480px,1.28fr);gap:1.4rem}
  .rawHeroCommunity,.rawHeroSupport{padding:1rem}
  .rawHeroCommunity .rawAccountButtons .cta{font-size:.78rem}
}
@media(max-width:860px){
  .rawHubHeroInner{grid-template-columns:1fr;gap:1.15rem}
  .rawHubAccount{width:100%}
}
@media(max-width:620px){
  .rawHeroPanel{grid-template-columns:1fr;border-radius:20px}
  .rawHeroCommunity{border-right:0;border-bottom:1px solid rgba(255,255,255,.11)}
  .rawHeroCommunity,.rawHeroSupport{padding:1rem}
  .rawSubscriberMetric{padding-bottom:.8rem}
  .rawHeroCommunity .rawAccountButtons{grid-template-columns:1fr 1fr}
  .rawHeroSupportButton{min-height:52px}
}
@media(max-width:390px){
  .rawHeroCommunity .rawAccountButtons{grid-template-columns:1fr}
  .rawHeroCommunity .rawAccountButtons .rawHubShareButton{grid-column:auto}
}

/* Gunny Raw coupon codes and simplified admin sections */
.rawMerchCodeBox{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;width:auto;max-width:100%;margin:.55rem 0 0;padding:0;border:0;background:transparent}
.rawMerchOfferLink{display:inline;color:#fff2df;font-size:.86rem;font-weight:900;text-decoration:underline;text-decoration-color:#fa5301;text-underline-offset:3px}
.rawMerchSubscribeOffer{appearance:none;-webkit-appearance:none;margin:0;padding:0;border:0;background:transparent;font-family:inherit;color:#fff2df;cursor:pointer;text-align:left}
.rawMerchSubscribeOffer:hover,.rawMerchSubscribeOffer:focus-visible{color:#ff9a5d;outline:none}
.rawMerchSubscribeBox{margin-top:.45rem}
.rawMerchCodeRow{display:inline-flex;align-items:center;gap:.3rem;min-width:0}
.rawMerchCodeRow code{display:inline-block;max-width:12rem;padding:.28rem .48rem;border-radius:7px;background:#080a07;border:1px dashed rgba(255,255,255,.32);color:#fff;font:800 .78rem/1.1 ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:.035em;user-select:text;-webkit-user-select:text;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rawMerchCopyButton{display:inline-grid;place-items:center;width:28px;height:28px;min-width:28px;padding:0;border:1px solid rgba(250,83,1,.55);border-radius:7px;background:rgba(250,83,1,.16);color:#ff8a4d;cursor:pointer;transition:.18s ease}
.rawMerchCopyButton:hover,.rawMerchCopyButton:focus-visible{background:#fa5301;color:#fff;transform:translateY(-1px)}
.rawMerchCopyButton.copied{background:#315a22;border-color:#6da94e;color:#fff}
.rawMerchCopyButton svg{width:15px;height:15px;fill:currentColor}
.rawMerchCopyStatus{min-width:0;color:#b8e59d;font-size:.74rem;font-weight:800;white-space:nowrap}
.rawMerchCodeBox small{color:#d8c7b8;font-size:.76rem}
.protectedRawVideo{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
.rawAdminSectionPicker .rawAdminChoice.active{border-color:#fa5301;box-shadow:0 0 0 2px rgba(250,83,1,.24)}
.rawAdminSection{scroll-margin-top:1rem}
.rawCouponStats{margin:1rem 0}
.rawSubscriberCoupon{display:block;color:#ffd7b6!important}
.rawSubscriberCoupon strong{font-family:ui-monospace,SFMono-Regular,Consolas,monospace;color:#fff}
@media(max-width:640px){
  .rawMerchCodeBox{gap:.35rem .45rem}
  .rawMerchOfferLink{font-size:.82rem}
  .rawMerchCodeRow code{max-width:9.5rem}
  .rawAdminSectionPicker{grid-template-columns:1fr!important}
}

/* Gunny Raw Phase 1 ad manager — 2026-06-25 */
.rawFeedAdSlot{width:min(100%,760px);margin:1.15rem auto;padding:.38rem .52rem .52rem;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(0,0,0,.18));box-shadow:0 12px 30px rgba(0,0,0,.24)}
.rawFeedAdLabel{display:block;margin:0 0 .3rem .15rem;color:#9fa89f;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;line-height:1.2}
.rawFeedAd{display:block;width:min(100%,728px);margin:0 auto;text-decoration:none;line-height:0;overflow:hidden;border-radius:9px;box-shadow:0 8px 22px rgba(0,0,0,.3);transition:transform .18s ease,box-shadow .18s ease}
.rawFeedAd:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.38)}
.rawFeedAd picture,.rawFeedAd img{display:block;width:100%}
.rawFeedAd img{height:auto;aspect-ratio:728/90;object-fit:contain;background:#090b09}
.rawAdSettingsCard{background:linear-gradient(180deg,rgba(70,80,39,.2),rgba(9,11,9,.92))}
.rawAdSettingsGrid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(180px,.7fr) minmax(0,1.3fr);gap:1rem;align-items:stretch}
.rawAdSwitch{display:flex;align-items:flex-start;gap:.7rem;padding:.86rem;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.045);cursor:pointer}
.rawAdSwitch input{width:20px;height:20px;margin:.12rem 0 0;accent-color:#fa5301;flex:0 0 auto}
.rawAdSwitch span{display:grid;gap:.2rem}.rawAdSwitch strong{color:#fff}.rawAdSwitch small{color:#b9c2b9;line-height:1.35}
.rawAdFrequencyField{display:flex;align-items:center;gap:.55rem}.rawAdFrequencyField input{max-width:100px}.rawAdFrequencyField span{font-weight:900;color:#fff}
.rawAdStatusPill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.35rem .7rem;border-radius:999px;background:rgba(250,83,1,.16);border:1px solid rgba(250,83,1,.45);color:#ffd9c7;font-weight:900;white-space:nowrap}
.rawAdStatusPill.off{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.15);color:#aeb7ae}
.rawAdPreviewGrid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.7fr);gap:1rem;margin-top:.25rem}
.rawAdPreviewGrid section{display:grid;gap:.5rem;min-width:0}.rawAdPreviewGrid section>strong{color:#f7d7c5;font-size:.84rem;letter-spacing:.03em}
.rawAdPreviewGrid canvas{display:block;width:100%;height:auto;max-width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:#090b09;box-shadow:0 12px 28px rgba(0,0,0,.28)}
.rawAdPreviewGrid section:last-child canvas{width:min(100%,320px)}
.rawAdLibraryGrid{display:grid;gap:1rem}.rawAdLibraryCard{border:1px solid rgba(255,255,255,.13);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.035)}
.rawAdLibraryCard.isInactive{opacity:.72}.rawAdLibraryPreview{padding:.65rem;background:#070907}.rawAdLibraryPreview picture,.rawAdLibraryPreview img{display:block;width:min(100%,728px);margin:0 auto}.rawAdLibraryPreview img{aspect-ratio:728/90;object-fit:contain;border-radius:8px;background:#0a0b0a}
.rawAdLibraryBody{padding:1rem}.rawAdLibraryTitle{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.rawAdLibraryTitle h3{margin:0 0 .25rem}.rawAdLibraryTitle p{margin:0;color:#b8c2b8;line-height:1.45}
.rawAdStats{display:flex;gap:.55rem;flex-wrap:wrap;margin:.8rem 0}.rawAdStats span{display:inline-flex;gap:.25rem;align-items:center;padding:.4rem .58rem;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.1);color:#c8d0c8;font-size:.82rem}.rawAdStats strong{color:#fff}
@media(max-width:900px){.rawAdSettingsGrid{grid-template-columns:1fr}.rawAdPreviewGrid{grid-template-columns:1fr}.rawAdPreviewGrid section:last-child canvas{width:100%;max-width:320px}}
@media(max-width:640px){.rawFeedAdSlot{width:min(100%,342px);padding:.35rem .45rem .45rem}.rawFeedAd img{aspect-ratio:320/100}.rawAdLibraryPreview picture,.rawAdLibraryPreview img{width:min(100%,320px)}.rawAdLibraryPreview img{aspect-ratio:320/100}.rawAdLibraryTitle{flex-direction:column}.rawAdStatusPill{align-self:flex-start}.rawAdSettingsCard .sectionHead,#rawAdComposer .sectionHead{align-items:flex-start;flex-direction:column}}


/* Gunny Raw ad refinements + back-to-top button — 20260625 */
.rawFeedAdSlot{padding:.52rem;border-radius:14px}
.rawLiveAd{position:relative;display:grid!important;grid-template-columns:116px minmax(0,1fr) 126px;align-items:center;gap:18px;min-height:90px;padding:0 16px 0 0!important;background:linear-gradient(135deg,#0b0d0a,#2e351d);color:#fff;line-height:1.15!important;overflow:hidden}
.rawLiveAd:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(110deg,transparent 0 34px,rgba(255,255,255,.035) 34px 44px);pointer-events:none}
.rawLiveAd>*{position:relative;z-index:1}
.rawLiveAdMedia{display:block;align-self:stretch;overflow:hidden;background:#111}
.rawLiveAdMedia img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;background:transparent}
.rawLiveAdCopy{display:grid;gap:.34rem;min-width:0}
.rawLiveAdCopy strong{font-size:clamp(1rem,2.65vw,1.55rem);font-weight:950;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rawLiveAdCopy small{display:flex;align-items:center;gap:.5rem;color:#f7d9c3;font-size:clamp(.7rem,1.55vw,.9rem);font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rawLiveAdPrice:before{content:"•";margin-right:.5rem}
.rawLiveAdButton{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.62rem .8rem;border-radius:12px;background:#fa5301;color:#fff;font-size:.92rem;font-weight:950;letter-spacing:.06em;white-space:nowrap}
.rawLiveAd--featured{grid-template-columns:minmax(0,1fr) 94px 112px;padding:0 12px 0 22px!important;background:linear-gradient(135deg,#101612,#465027)}
.rawLiveAd--featured .rawLiveAdCopy{order:1}.rawLiveAd--featured .rawLiveAdMedia{order:2;align-self:center;width:86px;height:72px;border-radius:18px;border:3px solid rgba(255,255,255,.1)}.rawLiveAd--featured .rawLiveAdButton{order:3;background:#f1b34a;color:#19140a}
.rawLiveAd--drop{grid-template-columns:138px minmax(0,1fr) 120px;background:linear-gradient(135deg,#130b08,#6a2510);gap:10px;padding-right:15px!important}
.rawLiveAd--drop .rawLiveAdMedia{clip-path:polygon(0 0,100% 0,80% 100%,0 100%)}.rawLiveAd--drop .rawLiveAdButton{background:#ff7a22}
.rawLiveAd--shop{grid-template-columns:74px minmax(0,1fr) 116px;padding-left:14px!important;background:linear-gradient(135deg,#111,#293220)}
.rawLiveAd--shop .rawLiveAdMedia{align-self:center;width:72px;height:72px;border-radius:50%;border:4px solid rgba(209,82,11,.24)}.rawLiveAd--shop .rawLiveAdButton{background:#d1520b}
.rawLiveAd--exclusive{grid-template-columns:minmax(0,1fr) 110px 86px;padding:0 10px 0 18px!important;background:linear-gradient(135deg,#17120a,#4c3919)}
.rawLiveAd--exclusive:after{content:"SUBSCRIBER";position:absolute;left:18px;top:7px;padding:.2rem .45rem;border-radius:999px;background:#ffd166;color:#17120a;font-size:.58rem;font-weight:950;letter-spacing:.09em}
.rawLiveAd--exclusive .rawLiveAdCopy{padding-top:12px}.rawLiveAd--exclusive .rawLiveAdMedia{order:3;align-self:center;width:82px;height:72px;border-radius:16px}.rawLiveAd--exclusive .rawLiveAdButton{order:2;background:#ffd166;color:#17120a}
.rawAdPriceToggle{margin-top:.65rem}
.rawScrollTop{position:fixed;right:clamp(12px,2.2vw,28px);bottom:clamp(16px,3vw,30px);z-index:80;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:linear-gradient(145deg,#fa5301,#b63600);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.42);font:950 1.45rem/1 system-ui,sans-serif;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease,box-shadow .2s ease}
.rawScrollTop.show{opacity:1;visibility:visible;transform:translateY(0)}
.rawScrollTop:hover{box-shadow:0 16px 34px rgba(250,83,1,.28);transform:translateY(-2px)}
.rawScrollTop:focus-visible{outline:3px solid #fff;outline-offset:3px}
@media(max-width:640px){
  .rawFeedAdSlot{padding:.42rem}
  .rawLiveAd{grid-template-columns:70px minmax(0,1fr) 72px;gap:8px;min-height:100px;padding-right:8px!important}
  .rawLiveAdMedia{width:auto!important;height:100%!important;border-radius:0!important;border:0!important}
  .rawLiveAdCopy strong{font-size:.98rem;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
  .rawLiveAdCopy small{font-size:.68rem;white-space:normal;display:block;line-height:1.25}
  .rawLiveAdButton{min-height:30px;padding:.45rem .45rem;border-radius:9px;font-size:.67rem;letter-spacing:.03em}
  .rawLiveAd--featured{grid-template-columns:minmax(0,1fr) 68px 70px;padding:0 6px 0 10px!important}.rawLiveAd--featured .rawLiveAdMedia{order:2}.rawLiveAd--featured .rawLiveAdButton{order:3}
  .rawLiveAd--drop{grid-template-columns:78px minmax(0,1fr) 72px;padding-right:8px!important}.rawLiveAd--drop .rawLiveAdMedia{clip-path:polygon(0 0,100% 0,82% 100%,0 100%)}
  .rawLiveAd--shop{grid-template-columns:64px minmax(0,1fr) 72px;padding-left:7px!important}.rawLiveAd--shop .rawLiveAdMedia{align-self:center!important;height:64px!important;border-radius:50%!important}
  .rawLiveAd--exclusive{grid-template-columns:minmax(0,1fr) 72px 68px;padding:0 5px 0 10px!important}.rawLiveAd--exclusive:after{left:10px;top:5px;font-size:.48rem}.rawLiveAd--exclusive .rawLiveAdCopy{padding-top:15px}.rawLiveAd--exclusive .rawLiveAdMedia{order:3;height:68px!important;border-radius:12px!important}.rawLiveAd--exclusive .rawLiveAdButton{order:2}
  .rawScrollTop{right:12px;bottom:16px;width:42px;height:42px;font-size:1.25rem}
}

/* Gunny Raw unified text, image, GIF and video posts — 2026-06-25 */
.rawPostHeaderRight{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-wrap:wrap}
.rawPostKindBadge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:.28rem .62rem;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.055);color:#c9d2c9;font-size:.7rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
.rawTextPost{position:relative;display:grid;place-items:center;height:clamp(360px,52vw,500px);box-sizing:border-box;padding:clamp(1.35rem,5vw,3.5rem);overflow:hidden;color:#fff;text-align:center;isolation:isolate}
.rawTextPost:before,.rawTextComposerPreview:before,.rawTextModalPost:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:radial-gradient(circle at 20% 18%,rgba(255,255,255,.15),transparent 32%),radial-gradient(circle at 84% 76%,rgba(0,0,0,.28),transparent 38%)}
.rawTextPostInner{position:relative;z-index:1;width:min(100%,880px);max-height:100%;display:grid;justify-items:center;gap:.8rem}
.rawTextPost h2{max-width:25ch;margin:0;font-size:clamp(1.45rem,4.4vw,3rem);font-weight:950;line-height:1.02;letter-spacing:-.025em;text-wrap:balance}
.rawTextPostBody{max-width:30ch;margin:0;font-size:clamp(1.55rem,4.8vw,3.35rem);font-weight:950;line-height:1.05;letter-spacing:-.035em;text-wrap:balance;overflow-wrap:anywhere}
.rawTextPostBody[data-raw-text-clamp]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}
.rawTextReadMore{appearance:none;border:0;background:rgba(0,0,0,.32);color:#fff;border-radius:999px;padding:.6rem .9rem;font:900 .92rem/1 system-ui,sans-serif;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22);transition:transform .18s ease,background .18s ease}
.rawTextReadMore:hover{transform:translateY(-1px);background:rgba(0,0,0,.48)}
.rawTextReadMore:focus-visible{outline:3px solid #fff;outline-offset:3px}
.rawTextBackground--orange{background:linear-gradient(145deg,#d1520b 0%,#fa5301 48%,#7e2600 100%)}
.rawTextBackground--olive{background:linear-gradient(145deg,#222719 0%,#687242 48%,#303820 100%)}
.rawTextBackground--patriot{background:linear-gradient(135deg,#7f1420 0%,#c51e2f 43%,#f3eee5 43%,#f3eee5 48%,#17375e 48%,#081c35 100%)}
.rawTextBackground--midnight{background:linear-gradient(145deg,#020403 0%,#151b17 52%,#2a352b 100%)}
.rawTextBackground--steel{background:linear-gradient(145deg,#32383d 0%,#66717a 48%,#20262b 100%)}
.rawPostImage{position:relative;margin:0;background:#050605;display:grid;place-items:center;overflow:hidden;min-height:260px}
.rawPostImage img{display:block;width:100%;max-height:76vh;object-fit:contain;background:#050605}
.rawGifBadge{position:absolute;right:.75rem;bottom:.75rem;display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:30px;padding:.3rem .55rem;border-radius:8px;background:rgba(0,0,0,.78);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:.74rem;font-weight:950;letter-spacing:.1em}
.rawTextPostModal[hidden]{display:none!important}
.rawTextPostModal{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:clamp(.75rem,3vw,1.5rem)}
.rawTextPostModalBackdrop{position:absolute;inset:0;background:rgba(0,0,0,.82);backdrop-filter:blur(6px)}
.rawTextPostModalCard{position:relative;z-index:1;width:min(760px,96vw);max-height:92vh;overflow:auto;border:1px solid rgba(255,255,255,.2);border-radius:24px;background:#080a08;box-shadow:0 32px 100px rgba(0,0,0,.7)}
.rawTextPostModalClose{position:sticky;float:right;top:.7rem;right:.7rem;z-index:2;width:42px;height:42px;margin:.7rem .7rem -52px 0;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(0,0,0,.68);color:#fff;font:900 1.55rem/1 system-ui,sans-serif;cursor:pointer}
.rawTextPostModalClose:focus-visible{outline:3px solid #fff;outline-offset:3px}
.rawTextModalPost{position:relative;isolation:isolate;min-height:420px;padding:clamp(3.5rem,8vw,5rem) clamp(1.25rem,6vw,3.5rem) clamp(2rem,6vw,3.5rem);display:grid;align-content:center;justify-items:center;gap:1rem;color:#fff;text-align:center}
.rawTextModalPost h2{max-width:26ch;margin:0;font-size:clamp(1.5rem,4vw,2.65rem);line-height:1.05;text-wrap:balance}
.rawTextModalPost p{max-width:35ch;margin:0;font-size:clamp(1.25rem,3.5vw,2.35rem);font-weight:900;line-height:1.14;overflow-wrap:anywhere}
.rawModalOpen{overflow:hidden}
.srOnly{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.rawTextComposerPreview{position:relative;isolation:isolate;min-height:260px;margin-top:.75rem;padding:1.25rem;border-radius:18px;display:grid;align-content:center;justify-items:center;gap:.65rem;text-align:center;color:#fff;overflow:hidden}
.rawTextComposerPreview>*{position:relative;z-index:1}
.rawTextModalPost>*{position:relative;z-index:1}
.rawTextComposerPreview strong{font-size:clamp(1.15rem,2vw,1.75rem);line-height:1.05;text-wrap:balance}
.rawTextComposerPreview p{max-width:28ch;margin:0;font-size:clamp(1.4rem,3vw,2.3rem);font-weight:950;line-height:1.08;overflow-wrap:anywhere}
@media(max-width:640px){
  .rawPostHeaderRight{gap:.4rem}.rawPostKindBadge{min-height:25px;padding:.22rem .48rem;font-size:.61rem}.rawPostPermalink{font-size:.76rem}
  .rawTextPost{height:360px;padding:1.25rem .9rem}.rawTextPost h2{font-size:clamp(1.25rem,7vw,2rem)}.rawTextPostBody{font-size:clamp(1.45rem,8vw,2.45rem);-webkit-line-clamp:6!important}
  .rawPostImage{min-height:200px}.rawPostImage img{max-height:68vh}
  .rawTextModalPost{min-height:360px;padding:4rem 1rem 2rem}.rawTextPostModalCard{border-radius:18px}.rawTextModalPost p{font-size:clamp(1.25rem,6vw,1.9rem)}
}


/* Gunny Raw scheduling, pinning, and protected post media */
.rawPublishControls{margin-top:1rem;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.025)}
.rawPinPostChoice{display:flex;align-items:center;gap:.75rem;min-height:64px;padding:.8rem 1rem;border:1px solid rgba(250,83,1,.28);border-radius:14px;background:rgba(250,83,1,.07);cursor:pointer}
.rawPinPostChoice input{width:20px;height:20px;accent-color:#fa5301;flex:0 0 auto}
.rawPinPostChoice span{display:grid;gap:.18rem}.rawPinPostChoice strong{color:#fff}.rawPinPostChoice small{color:#aeb8c7}
.rawAdminPinnedRow{background:rgba(250,83,1,.055)}
.rawPinnedBadge{display:inline-flex;align-items:center;gap:.3rem;min-height:28px;padding:.28rem .62rem;border:1px solid rgba(250,83,1,.34);border-radius:999px;background:rgba(250,83,1,.12);color:#ffb17d;font-size:.72rem;font-weight:900;letter-spacing:.03em}
.rawFeedPost.isPinned{border-color:rgba(250,83,1,.38);box-shadow:0 14px 38px rgba(250,83,1,.08)}
.rawPostImage.protectedRawMedia{position:relative;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
.rawPostImage.protectedRawMedia img{-webkit-user-drag:none;user-drag:none;pointer-events:none;-webkit-user-select:none;user-select:none}
.rawMediaShield{position:absolute;inset:0;z-index:3;background:transparent;cursor:default;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
.rawGifBadge{z-index:5}
@media(max-width:700px){.rawPublishControls{padding:.8rem}.rawPinPostChoice{min-height:58px}.rawPinnedBadge{font-size:.65rem;padding:.22rem .48rem}}

/* Gunny Raw post save feedback */
.rawPostSaveStatus{min-height:1.5rem;margin:.25rem 0 .65rem;font-weight:800;color:var(--muted)}
.rawPostSaveStatus.is-working{color:#8b5a16}
.rawPostSaveStatus.is-success{color:#267046}
.rawPostSaveStatus.is-error{color:#a92727}
