/* Authoritative Gambling Viking homepage layer system.
   This file is intentionally loaded after the legacy theme passes. */

body>main:not([class]){
  --gv-bg:#070b0d;
  --gv-panel:#0b1215;
  --gv-panel-2:#121d20;
  --gv-gold:#cda85a;
  --gv-gold-bright:#f0c86b;
  --gv-bone:#eee5d2;
  --gv-muted:#b9b4aa;
  --gv-content:1180px;
  position:relative;
  overflow:hidden;
  background:repeating-linear-gradient(0deg,rgba(255,255,255,.012) 0 1px,transparent 1px 5px),#070b0d;
  color:var(--gv-bone);
}

/* One full-page coordinate system. Every visual layer is positioned from this
   centered frame instead of the viewport or an individual section. */
body>main:not([class])::after{display:none!important;content:none!important}
body>main:not([class]) .pageFrame{
  position:relative;
  isolation:isolate;
  width:min(1800px,100%);
  min-height:100vh;
  margin-inline:auto;
  padding-inline:52px;
  background:#070b0d;
  box-shadow:0 0 80px #000;
}
body>main:not([class]) .pageFrame::before,
body>main:not([class]) .pageFrame::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  z-index:30;
  width:52px;
  pointer-events:none;
  background-repeat:repeat-y;
  background-position:center top;
  background-size:52px auto;
}
body>main:not([class]) .pageFrame::before{left:0;background-image:url('/viking-ui-clean/left-rail-2400.webp')}
body>main:not([class]) .pageFrame::after{right:0;background-image:url('/viking-ui-clean/right-rail-2400.webp')}
body>main:not([class]) .pageFrame>.notice,
body>main:not([class]) .pageFrame>.siteHeader,
body>main:not([class]) .pageFrame>section,
body>main:not([class]) .pageFrame>footer{
  position:relative;
  width:100%!important;
  max-width:none!important;
  margin-inline:auto!important;
  box-sizing:border-box;
}

body>main:not([class]) .shell{width:min(var(--gv-content),calc(100% - 104px));margin-inline:auto}
body>main:not([class]) h1,
body>main:not([class]) h2,
body>main:not([class]) h3,
body>main:not([class]) .rank,
body>main:not([class]) .score{font-family:'Cinzel',serif}

/* Header and navigation */
body>main:not([class]) .notice{font:600 10px/1.3 'Cinzel',serif;letter-spacing:.15em;text-transform:uppercase;color:#cdb77f;background:#080b0c}
body>main:not([class]) .siteHeader{position:relative;top:auto;background:#090e10;border-color:#5b4a31}
body>main:not([class]) .siteHeader .nav{height:78px;margin:0 auto;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body>main:not([class]) .centeredBrand{font:600 17px 'Cinzel',serif;color:var(--gv-bone)}
body>main:not([class]) .centeredBrand .brandLogo{width:58px;height:58px}
body>main:not([class]) .partnerHeaderLink{min-width:150px;min-height:48px;border-radius:0;background:#0b1113;border-color:#58482f}
body>main:not([class]) .sitePageTabs{background:#080c0e;border-color:#4e402c}
body>main:not([class]) .sitePageTabsInner{grid-template-columns:repeat(6,minmax(130px,1fr));width:min(var(--gv-content),calc(100% - 104px));padding:8px 0;gap:5px}
body>main:not([class]) .sitePageTabs a{min-height:46px;border:0!important;border-radius:0!important;background:none!important;border-image:url('/viking-ui-clean/button-dark.webp') 58 112 fill/8px 22px!important;padding:3px 8px!important}
body>main:not([class]) .sitePageTabs b{font:600 12px 'Cinzel',serif}

/* One plaque system, one layer only. */
body>main:not([class]) .dailyOfferHeader,
body>main:not([class]) .sectionHead{
  position:relative!important;
  isolation:isolate;
  box-sizing:border-box;
  width:min(900px,100%)!important;
  min-height:0!important;
  aspect-ratio:2111/313;
  margin:0 auto 18px!important;
  padding:0 18%!important;
  border:0!important;
  background:transparent url('/viking-ui-clean/section-plaque-v2.png') center/contain no-repeat!important;
  display:grid!important;
  place-items:center!important;
  text-align:center;
  overflow:visible;
}
body>main:not([class]) .dailyOfferHeader::before,
body>main:not([class]) .dailyOfferHeader::after,
body>main:not([class]) .sectionHead::before,
body>main:not([class]) .sectionHead::after,
body>main:not([class]) .dailyOfferHeader h2::before,
body>main:not([class]) .dailyOfferHeader h2::after,
body>main:not([class]) .sectionHead h2::before,
body>main:not([class]) .sectionHead h2::after{content:none!important;display:none!important;background:none!important}
body>main:not([class]) .dailyOfferHeader>div,
body>main:not([class]) .sectionHead>div{width:100%;display:grid;place-items:center}
body>main:not([class]) .dailyOfferHeader .eyebrow,
body>main:not([class]) .sectionHead .eyebrow,
body>main:not([class]) .sectionHead>p{display:none!important}
body>main:not([class]) .dailyOfferHeader h2,
body>main:not([class]) .sectionHead h2{margin:0!important;font:600 clamp(28px,2.3vw,38px)/1 'Cinzel',serif!important;white-space:nowrap;text-shadow:0 3px 5px #000}
body>main:not([class]) .dailyVerification{position:absolute!important;right:3%!important;bottom:-18px!important;top:auto!important;z-index:4;font-size:9px}
body>main:not([class]) .rankings::after,
body>main:not([class]) .classic::after,
body>main:not([class]) .guides::after{display:none!important;content:none!important}

/* Daily offers */
body>main:not([class]) .dailyWatch{padding:24px 0 30px;background:#080d0f;border-color:#5a4931}
body>main:not([class]) .dailyOfferGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body>main:not([class]) .dailyOfferCard{
  --rank-x:1.5%;--rank-y:2%;--rank-w:14.5%;--rank-h:31%;
  --provider-logo-x:19.5%;--provider-logo-y:12%;--provider-logo-w:14%;--provider-logo-h:24%;
  --provider-name-x:36%;--provider-name-y:13%;--provider-name-w:53%;--provider-name-h:22%;
  --title-x:8%;--title-y:43%;--title-w:84%;--title-h:10%;
  --labels-x:8%;--labels-y:54%;--labels-w:84%;--labels-h:10%;
  --button-x:10%;--button-y:70%;--button-w:79%;--button-h:17%;
  position:relative!important;display:block!important;container-type:inline-size;isolation:isolate;
  min-width:0;min-height:0!important;aspect-ratio:1306/733;padding:0!important;overflow:visible;
  border:0!important;border-radius:0!important;background:transparent url('/viking-ui-clean/offer-card.webp') center/100% 100% no-repeat!important;box-shadow:none!important;
}
body>main:not([class]) .dailyOfferRank{position:absolute!important;left:var(--rank-x)!important;top:var(--rank-y)!important;width:var(--rank-w)!important;height:var(--rank-h)!important;display:grid;place-items:center;padding:0!important;background:none!important;font:700 clamp(16px,4.8cqi,22px) 'Cinzel',serif;color:var(--gv-gold-bright)}
body>main:not([class]) .dailyProvider{position:absolute!important;inset:0!important;display:block!important;margin:0!important;min-height:0!important}
body>main:not([class]) .dailyProvider .slotProviderLogo{position:absolute;left:var(--provider-logo-x);top:var(--provider-logo-y);width:var(--provider-logo-w)!important;height:var(--provider-logo-h)!important;margin:0;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body>main:not([class]) .dailyProvider .slotProviderName{position:absolute;left:var(--provider-name-x);top:var(--provider-name-y);width:var(--provider-name-w);height:var(--provider-name-h);display:flex;align-items:center;overflow:hidden;font:600 clamp(11px,3.3cqi,16px)/1.1 'Cinzel',serif}
body>main:not([class]) .dailyOfferCard h3{position:absolute!important;left:var(--title-x)!important;top:var(--title-y)!important;width:var(--title-w)!important;height:var(--title-h)!important;margin:0!important;display:flex;align-items:center;justify-content:center;text-align:center;font:600 clamp(9px,3cqi,14px)/1.1 'Cinzel',serif}
body>main:not([class]) .dailyOfferCard>p{display:none!important}
body>main:not([class]) .dailyOfferLabels{position:absolute!important;left:var(--labels-x)!important;top:var(--labels-y)!important;width:var(--labels-w)!important;height:var(--labels-h)!important;min-height:0!important;margin:0!important;display:flex;justify-content:center;align-items:center;gap:4px;overflow:hidden;flex-wrap:nowrap}
body>main:not([class]) .dailyOfferLabels span{padding:2px 5px;border-radius:0;font-size:clamp(7px,2cqi,9px);white-space:nowrap}
body>main:not([class]) .dailyOfferButton{position:absolute!important;left:var(--button-x)!important;top:var(--button-y)!important;width:var(--button-w)!important;height:var(--button-h)!important;min-height:0!important;margin:0!important;padding:0 7px!important;border:0!important;border-image:none!important;background:none!important;display:flex;align-items:center;justify-content:center;font:700 clamp(9px,2.8cqi,12px)/1.1 'Cinzel',serif;color:var(--gv-bone)!important}
body>main:not([class]) .dailyOfferCard small{position:absolute!important;left:8%!important;bottom:3.2%!important;width:84%!important;text-align:center;font-size:clamp(6px,1.8cqi,8px);line-height:1;white-space:nowrap;overflow:hidden}

/* Hero */
body>main:not([class]) .hero{position:relative;min-height:0!important;aspect-ratio:4/1;background:url('/gv-hero-wide-clean.webp') center/cover no-repeat!important;border-color:#7a6135;overflow:hidden}
body>main:not([class]) .heroGrid{position:relative;width:100%!important;max-width:none;height:100%;min-height:0!important;padding:0!important}
body>main:not([class]) .heroLead{position:absolute!important;inset:28px 300px auto 300px!important;text-align:center;z-index:3}
body>main:not([class]) .hero h1{margin:0;font:600 clamp(30px,2.45vw,46px)/1 'Cinzel',serif;letter-spacing:.02em;white-space:nowrap;text-shadow:0 3px 8px #000}
body>main:not([class]) .hero h1 br{display:none}
body>main:not([class]) .hero h1 em{font-style:normal;color:var(--gv-bone)}
body>main:not([class]) .heroLead>.eyebrow,
body>main:not([class]) .heroLead>.lede,
body>main:not([class]) .heroLead>.heroActions,
body>main:not([class]) .heroLead>.trustRow{display:none!important}
body>main:not([class]) .dispatch{position:absolute;right:42px;top:40px;width:240px;padding:17px 18px;background:rgba(5,10,11,.94);border:2px solid #7a6135;border-radius:22px;box-shadow:0 14px 28px #0009;z-index:4}
body>main:not([class]) .dispatch h2{font-size:17px;line-height:1.25}.dispatch li{padding:9px 0}.dispatch li b{font-size:11px}.dispatch li span{font-size:9px}.dispatchNote{display:none}

/* Ranking board */
body>main:not([class]) .rankings{padding:24px 0 30px}
body>main:not([class]) .cards{display:grid;gap:7px;padding:10px;background:#060a0b;border:2px solid #6b5535;box-shadow:0 16px 34px #0009}
body>main:not([class]) .casinoCard{
  --rank-x:3.5%;--rank-y:8%;--rank-w:9.2%;--rank-h:84%;
  --logo-x:14.55%;--logo-y:20%;--logo-w:6.75%;--logo-h:64%;
  --name-x:22.75%;--name-y:20%;--name-w:34.8%;--name-h:64%;
  --score-x:69%;--score-y:10%;--score-w:8.8%;--score-h:80%;
  --action-x:78.8%;--action-y:24%;--action-w:17.2%;--action-h:52%;
  position:relative!important;display:block!important;container-type:inline-size;isolation:isolate;width:100%;min-height:0!important;aspect-ratio:1580/200;padding:0!important;overflow:visible;
  border:0!important;border-radius:0!important;background:transparent url('/viking-ui-clean/ranking-bar.webp') center/100% 100% no-repeat!important;box-shadow:none!important;
}
body>main:not([class]) .casinoCard>.rank{position:absolute!important;left:var(--rank-x)!important;top:var(--rank-y)!important;width:var(--rank-w)!important;height:var(--rank-h)!important;padding:0!important;display:grid;place-items:center;background:none!important;border:0!important;font:700 clamp(18px,2.05cqi,28px) 'Cinzel',serif;color:var(--gv-gold-bright)}
body>main:not([class]) .casinoMain,
body>main:not([class]) .casinoTitle{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:0!important;display:block!important}
body>main:not([class]) .casinoTitle .slotOperatorLogo{position:absolute;left:var(--logo-x);top:var(--logo-y);width:var(--logo-w)!important;height:var(--logo-h)!important;margin:0;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
body>main:not([class]) .casinoTitle .slotOperatorLogo img{width:100%;height:100%;padding:4px;object-fit:contain}
body>main:not([class]) .casinoTitle .slotOperatorName{position:absolute;left:var(--name-x);top:var(--name-y);width:var(--name-w);height:var(--name-h);padding:0 12px;display:flex;align-items:center;overflow:hidden}
body>main:not([class]) .casinoTitle span,
body>main:not([class]) .casinoMain>p,
body>main:not([class]) .casinoMain>ul{display:none!important}
body>main:not([class]) .casinoTitle h3{margin:0;font:600 clamp(18px,1.85cqi,26px)/1.05 'Cinzel',serif;white-space:nowrap;color:var(--gv-bone)}
body>main:not([class]) .verdict{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;padding:0!important;display:block!important;background:none!important;border:0!important}
body>main:not([class]) .verdict>p,
body>main:not([class]) .verdict>.reviewLink{display:none!important}
body>main:not([class]) .score{position:absolute;left:var(--score-x);top:var(--score-y);width:var(--score-w);height:var(--score-h);display:flex;align-items:center;justify-content:center;gap:2px;margin:0}
body>main:not([class]) .score strong{font-size:clamp(22px,2.15cqi,30px);color:var(--gv-gold-bright)}
body>main:not([class]) .score span{font-size:clamp(9px,.82cqi,12px)}
body>main:not([class]) .verdict .button.dark{position:absolute!important;left:var(--action-x)!important;top:var(--action-y)!important;width:var(--action-w)!important;height:var(--action-h)!important;min-height:0!important;margin:0!important;padding:0 7px!important;border:0!important;border-image:none!important;background:none!important;display:flex;align-items:center;justify-content:center;font:800 clamp(10px,1cqi,14px)/1.05 'Cinzel',serif;color:var(--gv-bone)!important}
body>main:not([class]) .finePrint{text-align:center;font-size:9px;margin:8px 0 0}

/* Promo game cards */
body>main:not([class]) .freecashPromo{position:relative;padding:26px 0 32px;overflow:visible;background:#0b1215;border-top:1px solid #6a5434}
body>main:not([class]) .swagbucksPromo{background:#0c1518}
body>main:not([class]) .freecashPromoGrid{text-align:center}
body>main:not([class]) .freecashPromoGrid>div>p:not(.eyebrow),
body>main:not([class]) .freecashPromo .eyebrow{display:none}
body>main:not([class]) .freecashPromo h2{margin:0 0 10px;font:600 30px/1 'Cinzel',serif}
body>main:not([class]) .freecashPromo .heroActions{justify-content:center;margin:0 0 16px;gap:14px}
body>main:not([class]) .promoArtGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:12px;background:#080d0f;border:2px solid #685334}
body>main:not([class]) .promoArtCard{display:grid!important;grid-template-rows:auto minmax(38px,auto) 44px;min-width:0;padding:7px!important;background:#0b1215!important;border:1px solid #695536!important;box-shadow:none!important;text-align:center}
body>main:not([class]) .promoArtCard img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;object-position:center;border:1px solid #6d5938}
body>main:not([class]) .promoArtCard strong{min-height:38px;padding:6px 4px;display:flex;align-items:center;justify-content:center;font:600 12px/1.2 'Cinzel',serif}

/* Shared physical buttons */
body>main:not([class]) a.button,
body>main:not([class]) a.freecashDirect,
body>main:not([class]) .promoArtCard span,
body>main:not([class]) .guideGrid a,
body>main:not([class]) .classicGuide,
body>main:not([class]) .classicGrid .operatorLink,
body>main:not([class]) .newsletter button{box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-height:42px;padding:3px 8px!important;border-style:solid!important;border-width:8px 22px!important;border-image:url('/viking-ui-clean/button-dark.webp') 58 112 fill/8px 22px stretch!important;background:none!important;border-radius:0!important;color:#f4ead5!important;font:700 10px/1.15 'Cinzel',serif;text-align:center;text-shadow:0 2px 3px #000;box-shadow:none!important}
body>main:not([class]) a.button.gold,
body>main:not([class]) .newsletter button{border-image-source:url('/viking-ui-clean/button-gold.webp')!important;color:#f8e9c4!important}

body>main:not([class]) .sectionMascot{position:absolute;bottom:0;height:auto;object-fit:contain;pointer-events:none;filter:drop-shadow(0 10px 16px #000);z-index:2}
body>main:not([class]) .ravenMascot{left:20px;width:150px}.kingMascot{left:20px;width:170px}

/* Methodology */
body>main:not([class]) .method{padding:28px 0 34px;background:#0b1214}
body>main:not([class]) .methodGrid{display:block;text-align:center}
body>main:not([class]) .methodGrid>div:first-child>p{display:none}
body>main:not([class]) .methodGrid>div:first-child h2{margin:0 0 15px;font:600 30px/1 'Cinzel',serif}
body>main:not([class]) .methodList{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));background:#080d0f;border:2px solid #665236}
body>main:not([class]) .methodList div{padding:14px 12px 18px;border-right:1px solid #55462f}
body>main:not([class]) .methodList div:last-child{border-right:0}
body>main:not([class]) .methodList img{display:block;width:80px;height:80px;object-fit:contain;margin:0 auto}
body>main:not([class]) .methodList span{font:700 21px 'Cinzel',serif;color:var(--gv-gold-bright)}
body>main:not([class]) .methodList h3{margin:5px 0;font:600 13px/1.15 'Cinzel',serif}
body>main:not([class]) .methodList p{margin:0;font-size:10px;line-height:1.35;color:#c2beb4}

/* Classic cards */
body>main:not([class]) .classic{padding:28px 0 34px}
body>main:not([class]) .classicCallout{display:none}
body>main:not([class]) .classicGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:stretch}
body>main:not([class]) .classicGrid>article{display:grid;grid-template-areas:'scene' 'title' 'copy' 'warning' 'review' 'action';grid-template-rows:auto auto minmax(0,1fr) auto auto auto;min-width:0;padding:0 16px 16px;background:#0b1215!important;border:2px solid #6a5636!important;box-shadow:none!important;overflow:hidden}
body>main:not([class]) .classicLogoRow{display:none!important}
body>main:not([class]) .classicScene{grid-area:scene;display:block;width:calc(100% + 32px);height:auto;aspect-ratio:4/3;margin:0 -16px 10px;object-fit:cover;object-position:center;border-bottom:1px solid #6b5737}
body>main:not([class]) .classicGrid h3{grid-area:title;margin:0 0 5px;font:600 18px/1.1 'Cinzel',serif}
body>main:not([class]) .classicGrid p{grid-area:copy;margin:0 0 8px;font-size:13px;line-height:1.35;color:#beb9ae}
body>main:not([class]) .classicGrid small{grid-area:warning;margin:0 0 8px;font-size:11px;line-height:1.25;color:#d3ac54}
body>main:not([class]) .classicGrid article>a:not(.operatorLink){grid-area:review;align-self:center;margin:0 0 7px;font-size:12px;font-weight:800}
body>main:not([class]) .classicGrid .operatorLink{grid-area:action;width:100%;min-height:42px;margin:0}
body>main:not([class]) .classicGuide{width:min(460px,100%);margin:14px auto 0}

/* Guide cards */
body>main:not([class]) .guides{padding:28px 0 36px;background:#0d1719;border-top:1px solid #665236}
body>main:not([class]) .guideGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body>main:not([class]) .guideGrid>article{display:grid;grid-template-columns:minmax(88px,28%) minmax(0,1fr);grid-template-areas:'art tag' 'art title' 'art action';grid-template-rows:auto 1fr auto;min-width:0;column-gap:12px;padding:10px;background:#0b1215!important;border:2px solid #695536!important;box-shadow:none!important}
body>main:not([class]) .guideArt{grid-area:art;width:100%;height:auto;aspect-ratio:1;background:#13231f;border:1px solid #655438;overflow:hidden}
body>main:not([class]) .guideArt img{display:block;width:100%;height:100%;padding:8%;object-fit:contain}
body>main:not([class]) .guideArt span,
body>main:not([class]) .guideGrid p{display:none!important}
body>main:not([class]) .guideGrid small{grid-area:tag;margin:0;font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:#d7b45d}
body>main:not([class]) .guideGrid h3{grid-area:title;margin:4px 0;font:600 14px/1.15 'Cinzel',serif}
body>main:not([class]) .guideGrid a{grid-area:action;align-self:end;min-height:38px;font-size:9px}

/* Newsletter and footer */
body>main:not([class]) .newsletter{position:relative;padding:30px 0 32px;overflow:hidden;background:linear-gradient(100deg,#0c1715,#17170e);border-top:1px solid #6b5735}
body>main:not([class]) .newsletterInner{width:min(880px,calc(100% - 260px));display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
body>main:not([class]) .newsletter h2{font:600 28px/1 'Cinzel',serif}
body>main:not([class]) .newsletterProw,
body>main:not([class]) .newsletterMedallion{position:absolute;bottom:0;height:auto;object-fit:contain;pointer-events:none;filter:drop-shadow(0 12px 14px #000)}
body>main:not([class]) .newsletterProw{left:22px;width:150px}.newsletterMedallion{right:26px;width:165px}
body>main:not([class]) footer{padding:34px 0 20px;background:#060a0b;border-top:1px solid #3f3425}

@media(max-width:1099px){
  body>main:not([class]) .shell{width:min(1040px,calc(100% - 88px))}
  body>main:not([class]) .dailyOfferGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body>main:not([class]) .promoArtGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body>main:not([class]) .methodList{grid-template-columns:repeat(2,minmax(0,1fr))}
  body>main:not([class]) .classicGrid,
  body>main:not([class]) .guideGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body>main:not([class]) .heroLead{inset-inline:220px!important}
  body>main:not([class]) .dispatch{right:24px;width:210px}
  body>main:not([class]) .sectionMascot{display:none}
}

@media(max-width:850px){
  body>main:not([class])::after{display:none!important}
  body>main:not([class]) .shell{width:min(100% - 40px,720px)}
  body>main:not([class]) .partnerHeaderLink{display:none}
  body>main:not([class]) .sitePageTabsInner{width:max-content;grid-template-columns:repeat(6,132px);padding-inline:12px}
  body>main:not([class]) .dailyOfferHeader,
  body>main:not([class]) .sectionHead{width:100%!important;margin-bottom:16px!important}
  body>main:not([class]) .dailyOfferHeader h2,
  body>main:not([class]) .sectionHead h2{font-size:clamp(20px,4.8vw,30px)!important}
  body>main:not([class]) .dailyVerification{bottom:-14px!important;right:2%!important}
  body>main:not([class]) .hero{aspect-ratio:3/1}
  body>main:not([class]) .heroLead{inset:20px 210px auto 40px!important;text-align:left}
  body>main:not([class]) .hero h1{font-size:clamp(24px,4vw,34px);white-space:normal}
  body>main:not([class]) .dispatch{right:18px;top:18px;width:190px;padding:12px}
  body>main:not([class]) .casinoCard{aspect-ratio:auto!important;display:grid!important;grid-template-columns:56px minmax(0,1fr);grid-template-areas:'rank main' 'verdict verdict';min-height:132px!important;padding:10px!important;background:linear-gradient(145deg,#111b1e,#070b0d)!important;border:1px solid #665438!important}
  body>main:not([class]) .casinoCard>.rank{grid-area:rank;position:static!important;width:auto!important;height:auto!important;background:#4f3b1d!important}
  body>main:not([class]) .casinoMain{grid-area:main;position:static!important;width:auto!important;height:auto!important;padding:0 10px!important}
  body>main:not([class]) .casinoTitle{position:static!important;width:auto!important;height:auto!important;display:flex!important;align-items:center;gap:10px}
  body>main:not([class]) .casinoTitle .slotOperatorLogo{position:static;width:48px!important;height:48px!important}
  body>main:not([class]) .casinoTitle .slotOperatorName{position:static;width:auto;height:auto;padding:0}
  body>main:not([class]) .verdict{grid-area:verdict;position:static!important;width:auto!important;height:auto!important;display:grid!important;grid-template-columns:72px minmax(0,1fr);gap:8px;margin-top:8px!important}
  body>main:not([class]) .score{position:static;width:auto;height:auto}
  body>main:not([class]) .verdict .button.dark{position:static!important;width:auto!important;height:42px!important;border-image:url('/viking-ui-clean/button-wide.webp') 78 155 fill/9px 25px!important}
  body>main:not([class]) .newsletterInner{width:min(100% - 40px,680px);grid-template-columns:1fr;gap:20px}
  body>main:not([class]) .newsletterProw,
  body>main:not([class]) .newsletterMedallion{display:none}
}

@media(max-width:759px){
  body>main:not([class]) .dailyOfferGrid,
  body>main:not([class]) .promoArtGrid,
  body>main:not([class]) .methodList,
  body>main:not([class]) .classicGrid,
  body>main:not([class]) .guideGrid{grid-template-columns:1fr}
  body>main:not([class]) .dailyOfferCard{aspect-ratio:auto;display:grid!important;grid-template-columns:52px minmax(0,1fr);grid-template-areas:'rank provider' 'title title' 'labels labels' 'button button' 'note note';padding:16px!important;background:linear-gradient(145deg,#111b1e,#070b0d)!important;border:1px solid #675537!important;gap:8px}
  body>main:not([class]) .dailyOfferRank{grid-area:rank;position:static!important;width:auto!important;height:48px!important;background:#5b431f!important}
  body>main:not([class]) .dailyProvider{grid-area:provider;position:static!important;display:flex!important;align-items:center;gap:8px}
  body>main:not([class]) .dailyProvider .slotProviderLogo{position:static;width:48px!important;height:48px!important}
  body>main:not([class]) .dailyProvider .slotProviderName{position:static;width:auto;height:auto}
  body>main:not([class]) .dailyOfferCard h3{grid-area:title;position:static!important;width:auto!important;height:auto!important;justify-content:flex-start;font-size:14px}
  body>main:not([class]) .dailyOfferLabels{grid-area:labels;position:static!important;width:auto!important;height:auto!important;justify-content:flex-start;overflow:visible;flex-wrap:wrap}
  body>main:not([class]) .dailyOfferButton{grid-area:button;position:static!important;width:auto!important;height:44px!important;border-image:url('/viking-ui-clean/button-wide.webp') 78 155 fill/9px 25px!important}
  body>main:not([class]) .dailyOfferCard small{grid-area:note;position:static!important;width:auto!important;text-align:left;white-space:normal}
  body>main:not([class]) .hero{aspect-ratio:auto;min-height:460px!important;background-position:34% center!important}
  body>main:not([class]) .heroLead{inset:20px 20px auto!important;text-align:center}
  body>main:not([class]) .dispatch{left:20px;right:20px;top:auto;bottom:20px;width:auto}
}

/* Header and full-frame correction pass.
   Every decorative piece below is owned by the same pageFrame anchor. */
body>main:not([class]) .pageFrame::before,
body>main:not([class]) .pageFrame::after{
  width:54px;
  background-size:54px auto;
  clip-path:inset(0 1px);
}
body>main:not([class]) .pageFrame::before{left:-1px}
body>main:not([class]) .pageFrame::after{right:-1px}

body>main:not([class]) .notice{
  z-index:20;
  min-height:38px;
  padding:8px 72px!important;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:0!important;
  background:
    linear-gradient(90deg,transparent 0 2%,rgba(202,166,91,.26) 10%,rgba(202,166,91,.1) 50%,rgba(202,166,91,.26) 90%,transparent 98%),
    linear-gradient(#171b1a,#080b0c 62%,#12100c)!important;
  box-shadow:inset 0 2px #463a28,inset 0 -2px #463a28,0 5px 16px #000;
}
body>main:not([class]) .notice::before,
body>main:not([class]) .notice::after{
  content:"";
  position:absolute;
  top:7px;
  bottom:7px;
  width:42px;
  border-top:1px solid #8a7042;
  border-bottom:1px solid #8a7042;
  opacity:.8;
}
body>main:not([class]) .notice::before{left:72px}
body>main:not([class]) .notice::after{right:72px}

body>main:not([class]) .siteHeader{
  padding:0 18px 10px!important;
  overflow:visible!important;
  background:linear-gradient(#080b0c,#090d0f)!important;
  box-shadow:inset 0 -2px #59462b,0 18px 34px #000!important;
}
body>main:not([class]) .siteHeader .nav{
  position:relative!important;
  z-index:2;
  width:min(var(--gv-content),calc(100% - 104px))!important;
  height:116px!important;
  margin:0 auto!important;
  overflow:hidden;
  border:0!important;
  background:#080b0d url('/viking-ui-clean/header-frame.webp') center top/calc(100% + 6px) auto no-repeat!important;
}
body>main:not([class]) .centeredBrand{z-index:4;top:50%;transform:translate(-50%,-50%)!important}
body>main:not([class]) .partnerHeaderLink{
  z-index:5;
  width:202px!important;
  min-width:202px!important;
  min-height:60px!important;
  padding:10px 18px!important;
  overflow:hidden;
  border:0!important;
  border-radius:0!important;
  box-shadow:0 8px 16px #000!important;
}
body>main:not([class]) .swagbucksHeaderLink{
  left:20px!important;
  background:#111413 url('/viking-ui-clean/button-gold.webp') center/calc(100% + 5px) calc(100% + 5px) no-repeat!important;
}
body>main:not([class]) .freecashHeaderLink{
  right:20px!important;
  background:#0b1512 url('/viking-ui-clean/button-dark.webp') center/calc(100% + 5px) calc(100% + 5px) no-repeat!important;
}
body>main:not([class]) .partnerHeaderLink b{font-size:16px!important}
body>main:not([class]) .partnerHeaderLink small{font-size:9px!important;color:#d3c5a8!important}

/* Crop the one-pixel green-key perimeter out of the illustrated masters. */
body>main:not([class]) .dailyOfferCard{
  background-size:calc(100% + 5px) calc(100% + 5px)!important;
  background-position:center!important;
  overflow:hidden!important;
}
body>main:not([class]) .casinoCard{
  background-size:calc(100% + 5px) calc(100% + 5px)!important;
  background-position:center!important;
  overflow:hidden!important;
}

/* Lock each operator mark into the square logo compartment. */
body>main:not([class]) .casinoTitle .slotOperatorLogo{
  display:grid!important;
  place-items:center!important;
  opacity:1!important;
  visibility:visible!important;
  overflow:hidden!important;
}
body>main:not([class]) .casinoTitle .slotOperatorLogo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  padding:3px!important;
  opacity:1!important;
  visibility:visible!important;
  object-fit:contain!important;
}

/* The prow and medallion sit against the inner faces of the two page rails. */
body>main:not([class]) .newsletter{overflow:hidden!important}
body>main:not([class]) .newsletterProw{
  left:0!important;
  bottom:0!important;
  width:176px!important;
  filter:none!important;
}
body>main:not([class]) .newsletterMedallion{
  right:0!important;
  bottom:0!important;
  width:176px!important;
  filter:none!important;
}

@media(max-width:850px){
  body>main:not([class]) .siteHeader .nav{height:88px!important;width:100%!important;background-size:auto 102px!important}
  body>main:not([class]) .partnerHeaderLink{width:58px!important;min-width:58px!important;min-height:54px!important;padding:8px!important}
  body>main:not([class]) .dailyOfferCard,
  body>main:not([class]) .casinoCard{background-size:cover!important}
}

/* Center the complete Gambling Viking mark inside the header shield. */
body>main:not([class]) .centeredBrand{
  left:50%!important;
  top:50%!important;
  width:220px!important;
  height:104px!important;
  max-width:none!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:2px!important;
  padding:4px 10px!important;
  text-align:center!important;
  transform:translate(-50%,-50%)!important;
  font-size:13px!important;
  line-height:1!important;
  letter-spacing:.075em!important;
}
body>main:not([class]) .centeredBrand .brandLogo{
  width:54px!important;
  height:54px!important;
  flex:0 0 54px!important;
  margin:0!important;
}
body>main:not([class]) .centeredBrand>span{
  display:block!important;
  width:100%!important;
  margin:0!important;
  text-align:center!important;
  white-space:nowrap!important;
}

/* Keep the Freecash label centered within its own carved box. */
body>main:not([class]) .freecashHeaderLink{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:3px!important;
  text-align:center!important;
}
body>main:not([class]) .freecashHeaderLink .freecashLogo,
body>main:not([class]) .freecashHeaderLink>small{
  order:initial!important;
  margin:0!important;
}
@media(max-width:900px){
  body>main:not([class]) .partnerHeaderLink{display:none!important}
  body>main:not([class]) .centeredBrand{width:190px!important;height:82px!important}
  body>main:not([class]) .centeredBrand .brandLogo{width:48px!important;height:48px!important;flex-basis:48px!important}
}

/* Shield-safe brand lockup: no part of the mark may escape the center plate. */
body>main:not([class]) .centeredBrand{
  width:148px!important;
  height:104px!important;
  gap:0!important;
  padding:7px 10px 8px!important;
  overflow:hidden!important;
  font-size:11px!important;
  line-height:1.08!important;
  letter-spacing:.09em!important;
}
body>main:not([class]) .centeredBrand .brandLogo{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
  border-width:1px!important;
  box-shadow:0 0 0 2px #18140d,0 0 0 3px #5d4b2d,0 5px 12px #000!important;
}
body>main:not([class]) .centeredBrand>span{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:20px!important;
  white-space:nowrap!important;
  line-height:1!important;
}
body>main:not([class]) .centeredBrand .brandTop{color:#eee5d2!important}
body>main:not([class]) .centeredBrand .brandBottom{color:#efc35d!important;font-weight:700!important}
@media(max-width:900px){
  body>main:not([class]) .centeredBrand{width:138px!important;height:78px!important;padding:3px 8px!important;font-size:9px!important}
  body>main:not([class]) .centeredBrand .brandLogo{width:36px!important;height:36px!important;flex-basis:36px!important}
  body>main:not([class]) .centeredBrand>span{height:17px!important}
}

/* Readability and safe-anchor pass. Keep text legible without detaching it
   from the illustrated compartments that own it. */
body>main:not([class]) .notice{font-size:clamp(10px,.7vw,12px)!important;line-height:1.35;overflow-wrap:anywhere}
body>main:not([class]) .sitePageTabs a,
body>main:not([class]) .dailyOfferCard,
body>main:not([class]) .casinoCard,
body>main:not([class]) .promoArtCard,
body>main:not([class]) .methodList>div,
body>main:not([class]) .classicGrid>article,
body>main:not([class]) .guideGrid>article,
body>main:not([class]) .newsletterInner>*{min-width:0}
body>main:not([class]) .sitePageTabs b{font-size:14px!important;line-height:1.15;white-space:normal;overflow-wrap:anywhere}
body>main:not([class]) .sitePageTabs small{font-size:10px!important;line-height:1.2;white-space:normal;overflow-wrap:anywhere}
body>main:not([class]) .partnerHeaderLink b{font-size:16px!important;line-height:1.1;overflow-wrap:anywhere}
body>main:not([class]) .partnerHeaderLink small{font-size:10px!important;line-height:1.15;overflow-wrap:anywhere}

body>main:not([class]) .dailyVerification{font-size:10px!important;line-height:1.3;max-width:250px;overflow-wrap:anywhere}
body>main:not([class]) .dailyProvider .slotProviderName{
  min-width:0;padding-inline:3px;font-size:clamp(12px,3.5cqi,17px);line-height:1.12;
  white-space:normal;overflow-wrap:anywhere;text-wrap:balance;
}
body>main:not([class]) .dailyOfferCard h3{
  min-width:0;padding-inline:4px;font-size:clamp(10px,3.15cqi,15px);line-height:1.12;
  white-space:normal;overflow-wrap:anywhere;text-wrap:balance;overflow:hidden;
}
body>main:not([class]) .dailyOfferLabels{min-width:0;flex-wrap:wrap;align-content:center;overflow:hidden}
body>main:not([class]) .dailyOfferLabels span{
  min-width:0;max-width:100%;padding:2px 5px;font-size:clamp(8px,2.15cqi,10px);line-height:1.08;
  white-space:normal;overflow-wrap:anywhere;
}
body>main:not([class]) .dailyOfferButton{
  min-width:0;font-size:clamp(10px,2.9cqi,13px);line-height:1.12;
  white-space:normal;overflow-wrap:anywhere;text-wrap:balance;overflow:hidden;
}
body>main:not([class]) .dailyOfferCard small{
  font-size:clamp(7px,1.9cqi,9px);line-height:1.12;white-space:normal;overflow-wrap:anywhere;
}

body>main:not([class]) .dispatchLabel{font-size:10px!important;line-height:1.25;overflow-wrap:anywhere}
body>main:not([class]) .dispatch h2{font-size:18px!important;line-height:1.22;text-wrap:balance;overflow-wrap:anywhere}
body>main:not([class]) .dispatch li b{font-size:12px!important;line-height:1.25}
body>main:not([class]) .dispatch li span{font-size:10.5px!important;line-height:1.35;overflow-wrap:anywhere}

body>main:not([class]) .casinoTitle .slotOperatorName{min-width:0;overflow:hidden}
body>main:not([class]) .casinoTitle h3{
  max-width:100%;font-size:clamp(18px,1.9cqi,27px);line-height:1.08;
  white-space:normal;overflow-wrap:anywhere;text-wrap:balance;
}
body>main:not([class]) .score strong{font-size:clamp(23px,2.2cqi,31px)}
body>main:not([class]) .score span{font-size:clamp(10px,.9cqi,13px);white-space:normal}
body>main:not([class]) .casinoMain>ul{
  position:absolute!important;left:59.15%;top:18%;width:8.9%;height:66%;margin:0!important;padding:0 3px!important;
  display:grid!important;grid-template-rows:1fr 1fr;gap:3px;list-style:none;overflow:hidden;
}
body>main:not([class]) .casinoMain>ul li{
  min-width:0;display:flex;align-items:center;justify-content:center;padding:1px 2px!important;background:none!important;
  font-size:clamp(7px,.72cqi,10px)!important;line-height:1.08;text-align:center;white-space:normal;
  overflow:hidden;overflow-wrap:anywhere;text-wrap:balance;
}
body>main:not([class]) .casinoMain>ul li:nth-child(n+3){display:none}
body>main:not([class]) .verdict .button.dark{
  min-width:0;font-size:clamp(11px,1.05cqi,14px);line-height:1.12;
  white-space:normal;overflow-wrap:anywhere;text-wrap:balance;overflow:hidden;
}
body>main:not([class]) .finePrint{font-size:11px!important;line-height:1.5;overflow-wrap:anywhere}

body>main:not([class]) .freecashPromo h2{font-size:clamp(28px,2.4vw,34px);line-height:1.08;text-wrap:balance}
body>main:not([class]) .promoArtCard strong{
  min-width:0;min-height:44px;font-size:14px!important;line-height:1.25;
  white-space:normal;overflow-wrap:anywhere;text-wrap:balance;
}
body>main:not([class]) .promoArtCard span,
body>main:not([class]) a.freecashDirect,
body>main:not([class]) a.button{font-size:11.5px!important;line-height:1.18;white-space:normal;overflow-wrap:anywhere}

body>main:not([class]) .freecashPromo{overflow:visible!important}
body>main:not([class]) .sectionMascot{
  left:clamp(68px,6vw,124px)!important;bottom:16px!important;width:auto!important;height:auto!important;
  max-width:170px;max-height:calc(100% - 32px);object-fit:contain;object-position:left bottom;
  z-index:2;clip-path:none;filter:drop-shadow(0 10px 16px #000);
}
body>main:not([class]) .ravenMascot{max-width:154px}
body>main:not([class]) .kingMascot{max-width:174px}

body>main:not([class]) .methodList>div{overflow:hidden}
body>main:not([class]) .methodList span{font-size:23px!important;line-height:1.1}
body>main:not([class]) .methodList h3{font-size:15px!important;line-height:1.25;text-wrap:balance;overflow-wrap:anywhere}
body>main:not([class]) .methodList p{font-size:12.5px!important;line-height:1.5;overflow-wrap:anywhere}

body>main:not([class]) .classicGrid h3{font-size:20px!important;line-height:1.18;text-wrap:balance;overflow-wrap:anywhere}
body>main:not([class]) .classicGrid p{font-size:14px!important;line-height:1.5;overflow-wrap:anywhere}
body>main:not([class]) .classicGrid small{font-size:12px!important;line-height:1.4;overflow-wrap:anywhere}
body>main:not([class]) .classicGrid article>a:not(.operatorLink){font-size:13px!important;line-height:1.3;overflow-wrap:anywhere}
body>main:not([class]) .classicGrid .operatorLink,
body>main:not([class]) .classicGuide{font-size:11.5px!important;line-height:1.2;white-space:normal;overflow-wrap:anywhere}

body>main:not([class]) .guideGrid small{font-size:10px!important;line-height:1.25;overflow-wrap:anywhere}
body>main:not([class]) .guideGrid h3{font-size:15.5px!important;line-height:1.25;text-wrap:balance;overflow-wrap:anywhere}
body>main:not([class]) .guideGrid a{font-size:11px!important;line-height:1.2;white-space:normal;overflow-wrap:anywhere}

body>main:not([class]) .newsletter h2{font-size:30px!important;line-height:1.08;text-wrap:balance;overflow-wrap:anywhere}
body>main:not([class]) .newsletter p{font-size:14px;line-height:1.55;overflow-wrap:anywhere}
body>main:not([class]) .newsletter label{font-size:12px!important;line-height:1.3}
body>main:not([class]) .newsletter input{min-width:0;font-size:14px!important}
body>main:not([class]) .newsletter button{font-size:12px!important;line-height:1.2;white-space:normal;overflow-wrap:anywhere}
body>main:not([class]) .newsletter small{font-size:11px!important;line-height:1.35;overflow-wrap:anywhere}

/* New left-side newsletter ornament. The legacy .newsletterProw alias remains
   until the markup swaps class names, preventing a half-migrated layout. */
body>main:not([class]) .newsletterCoin,
body>main:not([class]) .newsletterProw{
  position:absolute;left:clamp(68px,6vw,124px)!important;right:auto!important;bottom:14px!important;
  width:clamp(132px,9vw,168px)!important;height:auto!important;max-height:calc(100% - 28px);
  object-fit:contain;object-position:left bottom;pointer-events:none;filter:none!important;z-index:1;
}
body>main:not([class]) .newsletterMedallion{right:clamp(68px,6vw,124px)!important;bottom:14px!important;width:clamp(140px,9vw,174px)!important;height:auto!important;max-height:calc(100% - 28px);object-fit:contain}

body>main:not([class]) .footerGrid>*{min-width:0}
body>main:not([class]) .footerGrid b{font-size:13px!important;line-height:1.3}
body>main:not([class]) .footerGrid p,
body>main:not([class]) .footerGrid a{font-size:13.5px!important;line-height:1.5;overflow-wrap:anywhere}
body>main:not([class]) .legal{font-size:11.5px!important;line-height:1.55;overflow-wrap:anywhere}

@media(max-width:1099px){
  body>main:not([class]) .sectionMascot{display:none!important}
}
@media(max-width:850px){
  body>main:not([class]) .sitePageTabs b{font-size:13px!important}
  body>main:not([class]) .sitePageTabs small{font-size:9.5px!important}
  body>main:not([class]) .casinoTitle h3{font-size:18px!important;white-space:normal}
  body>main:not([class]) .casinoMain>ul{
    position:static!important;width:auto;height:auto;margin:7px 0 0!important;padding:0!important;
    display:flex!important;gap:5px;flex-wrap:wrap;overflow:visible;
  }
  body>main:not([class]) .casinoMain>ul li{
    display:block;padding:4px 7px!important;border:1px solid #51442f;background:#17231f!important;
    font-size:10.5px!important;line-height:1.25;text-align:left;
  }
  body>main:not([class]) .newsletterCoin,
  body>main:not([class]) .newsletterProw,
  body>main:not([class]) .newsletterMedallion{display:none!important}
}
@media(max-width:759px){
  body>main:not([class]) .dailyProvider .slotProviderName{font-size:15px}
  body>main:not([class]) .dailyOfferCard h3{font-size:15px!important;line-height:1.25}
  body>main:not([class]) .dailyOfferLabels span{font-size:10px;line-height:1.2}
  body>main:not([class]) .dailyOfferButton{font-size:12px}
  body>main:not([class]) .dailyOfferCard small{font-size:10px;line-height:1.35}
  body>main:not([class]) .methodList p{font-size:13px!important}
}
