@font-face{font-family:"Rowdies Metric";src:local("Arial");size-adjust:104%;ascent-override:88%;descent-override:24%;line-gap-override:0%}
@font-face{font-family:"Inter Metric";src:local("Arial");size-adjust:100%;ascent-override:96%;descent-override:24%;line-gap-override:0%}
:root{
  --deep:#10120e;
  --slab:#191c15;
  --slab-2:#212619;
  --slab-3:#2b3120;
  --edge:#343b27;
  --edge-lit:#4a5531;
  --amber:#f5891c;
  --amber-deep:#d9720e;
  --reed:#34a83e;
  --reed-deep:#268a30;
  --gold:#f4c531;
  --ink:#f3efe4;
  --dim:#c6c2b2;
  --faint:#938f7c;
  --on-amber:#1a1206;
  --rad:12px;
  --rad-lg:18px;
  --top-h:66px;
  --rail-w:256px;
  --rail-min:74px;
  --hold:1060px;
  --gut:38px;
  --face-display:"Rowdies","Rowdies Metric",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --face-text:"Inter","Inter Metric",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:calc(var(--top-h) + 16px);overflow-x:hidden}
body{margin:0;padding-top:var(--top-h);max-width:100%;overflow-x:clip;font-family:var(--face-text);
  color:var(--ink);background:var(--deep);line-height:1.63;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--face-display);line-height:1.18;margin:0;font-weight:700}
h2{font-size:clamp(1.5rem,2.7vw,2rem);margin:0 0 .7rem;color:var(--ink)}
h3{font-size:clamp(1.08rem,1.8vw,1.3rem);margin:1.6rem 0 .5rem;color:var(--ink)}
h4{font-size:1.02rem;margin:1.1rem 0 .4rem}
p{margin:0 0 1rem}
p,h1,h2,h3,h4,li,summary,td,th,dt,dd{overflow-wrap:break-word;word-wrap:break-word}
.bw-lead__grid>*,.bw-foot__top>*,.bw-cards>*,.bw-voice>*,.bw-duo>*,.bw-prose{min-width:0}

.bw-hold{width:100%;max-width:calc(var(--hold) + var(--gut)*2);margin-inline:auto;padding-inline:var(--gut)}
.bw-block{padding-top:22px}
.bw-block>.bw-hold,.bw-stamp>.bw-hold{background:var(--slab);border:1px solid var(--edge);
  border-radius:var(--rad-lg);padding-block:26px 30px}
.bw-block>.bw-hold>h2:first-child,.bw-block>.bw-hold>.bw-shelf:first-child{margin-top:0}
.bw-block>.bw-hold>h2~h2{margin-top:2.4rem;padding-top:1.7rem;border-top:1px solid var(--edge)}
.bw-mid{display:flex;justify-content:center;margin-top:24px}
.bw-kick{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--reed);margin-bottom:.3rem}
.bw-chip{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:var(--gold);background:var(--slab-2);border:1px solid var(--edge-lit);padding:.4rem .9rem;border-radius:999px}
.bw-prose{color:var(--dim)}
.bw-prose strong,.bw-block p strong{color:var(--ink)}

.bw-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;border:2px solid transparent;
  font-family:var(--face-text);font-weight:700;font-size:.94rem;line-height:1;padding:.8rem 1.45rem;border-radius:11px;
  white-space:nowrap;transition:background .15s,border-color .15s,color .15s,transform .12s}
.bw-cta--fill{background:var(--amber);color:var(--on-amber)}
.bw-cta--fill:hover{background:var(--amber-deep);transform:translateY(-1px)}
.bw-cta--reed{background:var(--reed);color:#08240c}
.bw-cta--reed:hover{background:var(--reed-deep);transform:translateY(-1px)}
.bw-cta--line{background:transparent;color:var(--ink);border-color:var(--edge-lit)}
.bw-cta--line:hover{background:var(--slab-2);border-color:var(--amber)}
.bw-cta--big{padding:.98rem 1.8rem;font-size:1rem}
.bw-cta--wide{width:100%}
:focus-visible{outline:3px solid var(--reed);outline-offset:2px;border-radius:6px}

@keyframes bwPulse{0%,100%{transform:scale(1);box-shadow:0 0 0 rgba(245,137,28,0)}50%{transform:scale(1.04);box-shadow:0 0 24px rgba(245,137,28,.45)}}
.bw-cta--pulse{animation:bwPulse 2.8s ease-in-out infinite;will-change:transform}
.bw-cta--pulse:hover{animation-play-state:paused}
@media (prefers-reduced-motion:reduce){.bw-cta--pulse{animation:none}}

.bw-top{position:fixed;top:0;left:0;right:0;z-index:70;background:var(--slab);border-bottom:1px solid var(--edge)}
.bw-top__in{display:flex;align-items:center;gap:1rem;height:var(--top-h);padding-inline:20px;max-width:none;margin-inline:0}
.bw-mark{display:inline-flex;align-items:center;cursor:pointer;flex:0 0 auto}
.bw-mark img{height:40px;width:auto}
.bw-menu{display:flex;gap:.2rem;margin-left:.5rem}
.bw-menu__item{display:inline-flex;align-items:center;gap:.42rem;padding:.46rem .72rem;border-radius:10px;
  background:var(--slab-2);border:1px solid var(--edge);color:var(--dim);font-weight:600;font-size:.86rem;
  cursor:pointer;transition:background .15s,color .15s,border-color .15s}
.bw-menu__item img{width:17px;height:17px;opacity:.85}
.bw-menu__item:hover{background:var(--slab-3);border-color:var(--edge-lit);color:var(--ink)}
.bw-menu__item:hover img{opacity:1}
.bw-top__act{margin-left:auto;display:flex;align-items:center;gap:.55rem}
.bw-top__act .bw-cta{padding:.62rem 1.1rem}
.bw-toggle{display:flex;flex-direction:column;gap:4px;width:42px;height:42px;background:var(--slab-2);
  border:1px solid var(--edge);border-radius:11px;align-items:center;justify-content:center;cursor:pointer;flex:0 0 auto}
.bw-toggle span{width:18px;height:2px;background:var(--ink);border-radius:2px}

.bw-rail{position:fixed;top:var(--top-h);left:0;bottom:0;width:var(--rail-w);z-index:65;background:var(--slab);
  border-right:1px solid var(--edge);overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;
  padding:16px 12px;transition:width .2s ease,transform .24s ease}
.bw-rail__cap{font-size:.66rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--faint);padding:12px 12px 6px;white-space:nowrap}
.bw-rail__group{display:flex;flex-direction:column;gap:6px}
.bw-rail__link{display:flex;align-items:center;gap:.7rem;padding:.56rem .66rem;border-radius:10px;cursor:pointer;
  background:var(--slab-2);border:1px solid var(--edge);color:var(--dim);font-weight:600;font-size:.88rem;
  white-space:nowrap;transition:background .15s,color .15s,border-color .15s}
.bw-rail__link img{width:22px;height:22px;flex:0 0 auto;opacity:.9}
.bw-rail__link:hover{background:var(--slab-3);border-color:var(--edge-lit);color:var(--ink)}
.bw-rail__link.is-live{background:var(--slab-3);border-color:var(--reed);color:var(--ink)}
.bw-rail__foot{margin-top:auto;padding-top:14px;border-top:1px solid var(--edge);display:flex;flex-direction:column;gap:.5rem}
.bw-rail__act{display:flex;flex-direction:column;gap:.45rem}
.bw-rail__lang{display:flex;align-items:center;gap:.6rem;padding:.55rem .66rem;border:1px solid var(--edge);
  background:var(--slab-2);border-radius:10px;color:var(--dim);font-size:.86rem;cursor:pointer;white-space:nowrap}
.bw-rail__lang img{width:22px;height:14px;border-radius:3px;flex:0 0 auto}
.bw-fold{display:flex;align-items:center;gap:.6rem;padding:.55rem .7rem;border-radius:10px;border:1px solid var(--edge);
  background:var(--slab-2);color:var(--faint);font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap}
.bw-fold:hover{color:var(--ink);border-color:var(--edge-lit)}
.bw-fold span[aria-hidden]{font-size:1rem;line-height:1}
body.is-rail-min .bw-rail{width:var(--rail-min);padding-inline:8px}
body.is-rail-min .bw-rail__link{justify-content:center;padding-inline:.4rem}
body.is-rail-min .bw-rail__link b,
body.is-rail-min .bw-rail__cap,
body.is-rail-min .bw-rail__lang span,
body.is-rail-min .bw-fold b,
body.is-rail-min .bw-rail__act{display:none}
body.is-rail-min .bw-rail__lang,body.is-rail-min .bw-fold{justify-content:center;padding-inline:.4rem}
.bw-shell{margin-left:var(--rail-w);transition:margin-left .2s ease}
body.is-rail-min .bw-shell{margin-left:var(--rail-min)}
.bw-veil{position:fixed;inset:0;background:rgba(5,7,3,.72);z-index:64;opacity:0;pointer-events:none;transition:opacity .24s}
.bw-veil.is-open{opacity:1;pointer-events:auto}

.bw-trail{background:var(--slab);border-bottom:1px solid var(--edge)}
.bw-trail ol{list-style:none;display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:.55rem 0;font-size:.82rem;color:var(--faint)}
.bw-trail li{display:flex;align-items:center;gap:.4rem}
.bw-trail li+li::before{content:"\203A";color:var(--edge-lit)}
.bw-trail span[role=link]{cursor:pointer;color:var(--dim)}
.bw-trail span[role=link]:hover{color:var(--amber)}
.bw-trail [aria-current=page]{color:var(--dim);font-weight:600}

.bw-lead{background:var(--slab);border-bottom:1px solid var(--edge)}
.bw-lead__grid{display:grid;grid-template-columns:1.16fr .84fr;gap:2rem;align-items:center;padding-block:30px 42px}
.bw-hero-h{font-size:clamp(2rem,4.4vw,3.1rem);margin:.7rem 0 0;color:var(--amber);letter-spacing:.005em}
.bw-lede{color:var(--dim);font-size:1.05rem;margin:1rem 0 1.3rem;max-width:60ch}
.bw-lead__act{display:flex;gap:.65rem;flex-wrap:wrap;margin-bottom:1.15rem}
.bw-badges{list-style:none;display:flex;flex-wrap:wrap;gap:.55rem;margin:0;padding:0}
.bw-badges li{display:inline-flex;align-items:center;gap:.45rem;background:var(--slab-2);border:1px solid var(--edge);
  border-radius:999px;padding:.42rem .9rem;font-size:.83rem;color:var(--dim)}
.bw-badges img{width:20px;height:20px}
.bw-badges b{color:var(--ink)}
.bw-deal{background:var(--slab-2);border:1px solid var(--edge-lit);border-radius:var(--rad-lg);padding:1.45rem}
.bw-deal__tag{display:inline-block;font-size:.67rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;
  color:var(--on-amber);background:var(--amber);padding:.34rem .8rem;border-radius:999px;margin-bottom:.85rem}
.bw-deal__sum{display:block;font-family:var(--face-display);font-weight:700;font-size:clamp(1.6rem,3vw,2.05rem);line-height:1.08;color:var(--ink)}
.bw-deal__extra{display:block;font-weight:700;color:var(--reed);margin-top:.25rem}
.bw-deal__note{color:var(--faint);font-size:.84rem;margin:.7rem 0 .95rem}
.bw-deal__rows{margin:0 0 1rem;display:grid;gap:.42rem}
.bw-deal__rows>div{display:flex;justify-content:space-between;gap:1rem;font-size:.87rem;border-bottom:1px solid var(--edge);padding-bottom:.42rem}
.bw-deal__rows>div:last-child{border-bottom:0;padding-bottom:0}
.bw-deal__rows dt{color:var(--faint);margin:0}
.bw-deal__rows dd{margin:0;font-weight:600}

.bw-open-p{font-size:1.05rem;color:var(--dim)}
.bw-hoard{display:block;border-radius:var(--rad-lg);overflow:hidden;border:1px solid var(--edge);margin:1.3rem 0 0;cursor:pointer}
.bw-hoard img{width:100%;height:auto}
.bw-hoard + .bw-tablebox{margin-top:1.1rem}
.bw-index{background:var(--slab-2);border:1px solid var(--edge);border-radius:var(--rad);padding:1.25rem 1.45rem;margin-top:1.4rem}
.bw-index__intro{color:var(--dim);font-size:.9rem;margin:0 0 .75rem}
.bw-index ol{margin:0;padding-left:1.2rem;columns:2;column-gap:2.2rem;color:var(--dim);font-size:.91rem}
.bw-index li{margin-bottom:.4rem;break-inside:avoid}
.bw-index span{cursor:pointer}
.bw-index span:hover{color:var(--amber)}

.bw-block p{color:var(--dim)}
.bw-lede+*,.bw-open-p{margin-top:0}
.bw-ul{margin:0 0 1.15rem;padding-left:1.2rem;color:var(--dim);display:grid;gap:.44rem}
.bw-ul strong{color:var(--ink)}
.bw-ol{margin:0 0 1.15rem;padding-left:1.3rem;color:var(--dim);display:grid;gap:.56rem}
.bw-ol strong{color:var(--ink)}

.bw-tablebox{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;border:1px solid var(--edge);border-radius:var(--rad);margin:0 0 1.35rem}
.bw-grid{width:100%;border-collapse:collapse;font-size:.89rem;min-width:640px;background:var(--slab-2)}
.bw-grid th,.bw-grid td{padding:.74rem 1.05rem;text-align:left;border-top:1px solid var(--edge)}
.bw-grid thead th{background:var(--slab-3);color:var(--gold);font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;border-top:0;white-space:nowrap}
.bw-grid tbody th{color:var(--ink);font-weight:600;white-space:nowrap}
.bw-grid td{color:var(--dim)}
.bw-grid tbody tr:nth-child(even){background:var(--slab-3)}

.bw-shelf{margin-bottom:26px}
.bw-shelf__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:12px}
.bw-shelf__title{font-size:1.2rem;margin:0}
.bw-shelf__nav{display:flex;gap:8px}
.bw-arrow{width:36px;height:36px;border-radius:10px;background:var(--slab-2);border:1px solid var(--edge);color:var(--ink);
  font-size:1.15rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}
.bw-arrow:hover{border-color:var(--amber);background:var(--slab-3)}
.bw-track{display:grid;grid-auto-flow:column;grid-auto-columns:180px;gap:13px;overflow-x:auto;
  scroll-snap-type:x proximity;scrollbar-width:none;padding-bottom:6px}
.bw-track::-webkit-scrollbar{display:none}
.bw-cardg{scroll-snap-align:start;display:flex;flex-direction:column;cursor:pointer}
.bw-cardg__art{position:relative;overflow:hidden;border-radius:11px;background:var(--slab-3);border:1px solid var(--edge);aspect-ratio:360/472}
.bw-cardg__art img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
.bw-cardg:hover .bw-cardg__art img{transform:scale(1.05)}
.bw-cardg__rtp{position:absolute;right:7px;top:7px;z-index:2;background:rgba(10,12,7,.86);border:1px solid var(--edge-lit);
  color:var(--gold);font-size:.69rem;font-weight:700;padding:.2rem .46rem;border-radius:7px}
.bw-cardg__hover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;
  background:rgba(8,10,5,.66);transition:opacity .18s}
.bw-cardg:hover .bw-cardg__hover{opacity:1}
.bw-cardg__play{background:var(--amber);color:var(--on-amber);font-weight:700;font-size:.79rem;padding:.44rem 1.05rem;border-radius:999px}
.bw-cardg__foot{padding:.5rem .14rem 0}
.bw-cardg__name{display:block;font-weight:700;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bw-cardg__dev{display:block;color:var(--faint);font-size:.73rem;margin-top:.1rem}
.bw-cardg__dev b{color:var(--reed);font-weight:700}

.bw-feed{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;padding:0;margin:0}
.bw-feed li{display:flex;align-items:center;gap:.7rem;min-width:0;background:var(--slab-2);border:1px solid var(--edge);
  border-radius:11px;padding:.55rem .8rem;transition:border-color .4s ease}
.bw-feed li.is-fresh{animation:bwFeedIn .5s ease}
@keyframes bwFeedIn{from{opacity:0;transform:translateY(-8px);border-color:var(--amber)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.bw-feed li.is-fresh{animation:none}}
.bw-feed img{width:44px;height:58px;object-fit:cover;border-radius:7px;flex:0 0 auto}
.bw-feed span{flex:1;min-width:0;display:flex;flex-direction:column}
.bw-feed b{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.bw-feed small{color:var(--faint);font-size:.75rem}
.bw-feed em{font-style:normal;font-weight:700;color:var(--gold);font-size:.97rem;flex:0 0 auto}

.bw-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-top:1rem}
.bw-cards--quad{grid-template-columns:repeat(4,1fr)}
.bw-panelcard{background:var(--slab-2);border:1px solid var(--edge);border-radius:var(--rad);
  padding:1.25rem;display:flex;flex-direction:column;gap:.45rem;transition:border-color .15s,background .15s}
.bw-panelcard:hover{border-color:var(--edge-lit);background:var(--slab-3)}
.bw-panelcard__ic{width:48px;height:48px}
.bw-panelcard h3{margin:.2rem 0 0;font-size:1.06rem}
.bw-panelcard p{color:var(--dim);font-size:.89rem;margin:0;flex:1}
.bw-panelcard .bw-cta{align-self:flex-start;margin-top:.45rem}
.bw-panelcard--sm .bw-panelcard__ic{width:42px;height:42px}

.bw-duo{display:grid;grid-template-columns:1.35fr .9fr;gap:1.6rem;align-items:start}
.bw-duo__fig{border:1px solid var(--edge);border-radius:var(--rad);overflow:hidden;background:var(--slab-2)}
.bw-duo__fig img{width:100%;height:auto;display:block}
.bw-spec{background:var(--slab-2);border:1px solid var(--edge);border-radius:var(--rad);padding:1.3rem;margin-top:1rem}
.bw-spec h3{margin:0 0 .4rem;font-size:1.04rem}
.bw-spec dl{margin:0;display:grid;gap:.45rem}
.bw-spec dl>div{display:flex;justify-content:space-between;gap:1rem;font-size:.86rem;border-bottom:1px solid var(--edge);padding-bottom:.45rem}
.bw-spec dl>div:last-child{border-bottom:0;padding-bottom:0}
.bw-spec dt{color:var(--faint);margin:0}
.bw-spec dd{margin:0;font-weight:600;text-align:right}
.bw-store{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:1rem}
.bw-store__btn{display:inline-flex;align-items:center;gap:.6rem;cursor:pointer;background:var(--slab-2);
  border:1px solid var(--edge);border-radius:11px;padding:.6rem 1.05rem;transition:border-color .15s,background .15s}
.bw-store__btn:hover{border-color:var(--amber);background:var(--slab-3)}
.bw-store__btn img{width:26px;height:26px}
.bw-store__btn span{display:flex;flex-direction:column;line-height:1.2}
.bw-store__btn small{color:var(--faint);font-size:.69rem}
.bw-store__btn b{font-size:.92rem}

.bw-brands{list-style:none;display:grid;grid-template-columns:repeat(8,1fr);gap:.55rem;padding:0;margin:0 0 1.35rem}
.bw-brands li{background:var(--slab-2);border:1px solid var(--edge);border-radius:10px;padding:.6rem .4rem;
  display:flex;align-items:center;justify-content:center;min-width:0}
.bw-brands img{max-width:100%;height:auto;max-height:30px;width:auto;object-fit:contain}
.bw-brands--dev{grid-template-columns:repeat(6,1fr)}
.bw-brands--dev img{max-height:26px;opacity:.92}

.bw-voice{display:grid;grid-template-columns:repeat(3,1fr);gap:.9rem;margin-top:1rem}
.bw-voice__card{background:var(--slab-2);border:1px solid var(--edge);border-radius:var(--rad);padding:1.15rem}
.bw-voice__card header{display:flex;align-items:center;gap:.65rem;margin-bottom:.45rem}
.bw-voice__card header img{width:48px;height:48px;border-radius:50%}
.bw-voice__card header b{display:block;font-size:.92rem}
.bw-voice__card header small{color:var(--faint);font-size:.77rem}
.bw-voice__stars{color:var(--gold);letter-spacing:.06em;margin-bottom:.35rem}
.bw-voice__card p{color:var(--dim);font-size:.87rem;margin:0}

.bw-ask{display:grid;gap:.5rem}
.bw-ask details{background:var(--slab-2);border:1px solid var(--edge);border-radius:11px;overflow:hidden}
.bw-ask details[open]{border-color:var(--edge-lit)}
.bw-ask summary{list-style:none;cursor:pointer;padding:.98rem 1.15rem;font-family:var(--face-display);font-weight:400;font-size:1rem;
  display:flex;justify-content:space-between;gap:1rem;align-items:center}
.bw-ask summary::-webkit-details-marker{display:none}
.bw-ask summary h3{flex:1;margin:0;font:inherit;font-weight:400;color:inherit}
.bw-ask summary::after{content:"+";color:var(--amber);font-size:1.4rem;line-height:1;flex:0 0 auto}
.bw-ask details[open] summary::after{content:"\2013"}
.bw-ask__a{padding:0 1.15rem 1.05rem}
.bw-ask__a p{margin:0;color:var(--dim);font-size:.9rem}

.bw-stamp{padding-top:22px}
.bw-stamp__box{display:flex;align-items:center;gap:.9rem}
.bw-stamp__box img{width:36px;height:36px;flex:0 0 auto}
.bw-stamp__box p{margin:0;color:var(--dim);font-size:.88rem}
.bw-stamp__box strong{color:var(--ink)}
.bw-stamp__box time{color:var(--gold);font-weight:600}

.bw-foot{border-top:1px solid var(--edge);background:var(--slab);padding:clamp(26px,4vw,40px) 0 28px;margin-top:46px}
.bw-foot__top{display:grid;grid-template-columns:1.9fr 1fr 1fr 1.15fr;gap:1.6rem;margin-bottom:1.4rem}
.bw-foot__brand img{height:44px;width:auto;margin-bottom:.65rem}
.bw-foot__brand p{color:var(--dim);font-size:.85rem;max-width:46ch}
.bw-foot__soc{margin-top:.9rem}
.bw-foot__soc .bw-foot__label{color:var(--faint);font-size:.79rem;margin:0 0 .45rem}
.bw-foot__soc ul{list-style:none;display:flex;flex-wrap:wrap;gap:.45rem;padding:0;margin:0}
.bw-foot__soc li span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;cursor:pointer;
  background:var(--slab-2);border:1px solid var(--edge);border-radius:11px;transition:border-color .15s,background .15s}
.bw-foot__soc li span:hover{border-color:var(--reed);background:var(--slab-3)}
.bw-foot__soc img{width:22px;height:22px}
.bw-foot__col{display:flex;flex-direction:column;gap:.42rem}
.bw-foot__label{font-family:var(--face-display);font-weight:400;font-size:.98rem;color:var(--ink);margin:0 0 .3rem}
.bw-foot__col span[role=link]{color:var(--dim);font-size:.85rem;cursor:pointer}
.bw-foot__col span[role=link]:hover{color:var(--amber)}
.bw-foot__get p:not(.bw-foot__label){color:var(--faint);font-size:.83rem;margin:0 0 .55rem}
.bw-foot__legal{border-top:1px solid var(--edge);padding-top:1.2rem}
.bw-foot__pay{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center;
  padding:0 0 1.1rem;margin:0 0 1.1rem;border-bottom:1px solid var(--edge)}
.bw-foot__pay li{background:var(--slab-2);border:1px solid var(--edge);border-radius:9px;padding:.42rem .72rem;
  display:flex;align-items:center;justify-content:center}
.bw-foot__pay img{max-height:24px;width:auto;max-width:100%;object-fit:contain}
.bw-foot__seals{list-style:none;display:grid;grid-template-columns:repeat(9,1fr);gap:.5rem;align-items:center;padding:0;margin:0 0 1.2rem}
.bw-foot__seals li{display:flex;align-items:center;justify-content:center;min-width:0}
.bw-foot__seals a{display:flex;align-items:center;justify-content:center;width:100%;background:var(--slab-2);
  border:1px solid var(--edge);border-radius:9px;padding:.5rem .32rem;transition:border-color .15s,background .15s}
.bw-foot__seals a:hover{border-color:var(--amber);background:var(--slab-3)}
.bw-foot__seals img{max-height:30px;max-width:100%;width:auto;height:auto;object-fit:contain}
.bw-foot__seals--square a{aspect-ratio:1/1;max-width:70px;margin-inline:auto}
.bw-foot__disc{color:var(--dim);font-size:.83rem;margin:.5rem 0}
.bw-foot__disc strong{color:var(--ink)}
.bw-foot__copy{color:var(--faint);font-size:.75rem;line-height:1.6;margin:.7rem 0 0}

.bw-up{position:fixed;right:20px;bottom:20px;z-index:75;width:46px;height:46px;border-radius:12px;cursor:pointer;
  display:flex;align-items:center;justify-content:center;border:1px solid var(--edge-lit);
  background:var(--slab-2);color:var(--amber);font-size:1.3rem;line-height:1;
  opacity:0;visibility:hidden;transition:opacity .22s,visibility .22s,background .15s,border-color .15s}
.bw-up.is-on{opacity:1;visibility:visible}
.bw-up:hover{background:var(--slab-3);border-color:var(--amber)}

#providers,#safety,#voices{content-visibility:auto;contain-intrinsic-size:640px}

@media(max-width:1240px){.bw-brands{grid-template-columns:repeat(4,1fr)}}
@media(max-width:1120px){
  .bw-rail{transform:translateX(-100%);width:min(84vw,286px)}
  body.is-rail-open .bw-rail{transform:translateX(0)}
  body.is-rail-min .bw-rail{width:min(84vw,286px);padding-inline:12px}
  body.is-rail-min .bw-rail__link{justify-content:flex-start;padding-inline:.66rem}
  body.is-rail-min .bw-rail__link b,
  body.is-rail-min .bw-rail__cap,
  body.is-rail-min .bw-rail__lang span,
  body.is-rail-min .bw-rail__act{display:revert}
  .bw-fold{display:none}
  .bw-shell,body.is-rail-min .bw-shell{margin-left:0}
  .bw-lead__grid{grid-template-columns:1fr;gap:1.5rem}
  .bw-deal{order:-1}
  .bw-cards,.bw-cards--quad{grid-template-columns:1fr 1fr}
  .bw-voice{grid-template-columns:1fr 1fr}
  .bw-feed{grid-template-columns:1fr 1fr}
  .bw-duo{grid-template-columns:1fr}
  .bw-foot__top{grid-template-columns:1fr 1fr}
}
@media(max-width:1000px){
  .bw-brands--dev{grid-template-columns:repeat(4,1fr)}
  .bw-foot__seals{grid-template-columns:repeat(5,1fr)}
}
@media(max-width:760px){
  .bw-hold{--gut:24px}
  .bw-block>.bw-hold,.bw-stamp>.bw-hold{padding-block:20px 24px;border-radius:var(--rad)}
  .bw-menu{display:none}
  .bw-top__act .bw-cta--line{display:none}
  .bw-voice{grid-template-columns:1fr}
  .bw-feed{grid-template-columns:1fr}
  .bw-index ol{columns:1}
  .bw-grid{min-width:560px;font-size:.83rem}
  .bw-grid th,.bw-grid td{padding:.58rem .68rem}
}
@media(max-width:560px){
  .bw-hold{--gut:18px}
  .bw-foot__seals{grid-template-columns:repeat(3,1fr)}
  .bw-brands,.bw-brands--dev{grid-template-columns:repeat(3,1fr)}
  .bw-cards,.bw-cards--quad{grid-template-columns:1fr}
  .bw-foot__top{grid-template-columns:1fr}
  .bw-track{grid-auto-columns:156px}
  .bw-grid{min-width:480px;font-size:.78rem}
  .bw-grid th,.bw-grid td{padding:.48rem .52rem}
  .bw-up{right:12px;bottom:12px;width:42px;height:42px}
}
@media(max-width:430px){
  .bw-top__in{gap:.5rem;padding-inline:12px}
  .bw-mark img{height:32px}
  .bw-top__act .bw-cta{padding:.55rem .82rem;font-size:.85rem}
  .bw-toggle{width:38px;height:38px}
}
@media(max-width:380px){
  .bw-hold{--gut:14px}
  .bw-track{grid-auto-columns:144px}
  .bw-grid{min-width:420px;font-size:.73rem}
  .bw-grid th,.bw-grid td{padding:.4rem .38rem}
}
