/* ==========================================================================
   bajibet.cyou - shared canvas stylesheet
   Class prefix   : viewbb2a1-
   Custom props   : --viewbb2a1-*
   Canvas         : 320-430px phone frame, centered on wide screens
   Mood           : near-square tool edges, amber on charcoal, light
                    floating game plates, step-driven content rhythm
   ========================================================================== */

:root{
  --viewbb2a1-ink:        #141414;
  --viewbb2a1-void:       #0b0b0c;
  --viewbb2a1-panel:      #1b1b1e;
  --viewbb2a1-panel-lift: #232328;
  --viewbb2a1-line:       #34343b;
  --viewbb2a1-line-soft:  #2a2a30;
  --viewbb2a1-amber:      #FF9500;
  --viewbb2a1-amber-deep: #FF8C00;
  --viewbb2a1-tomato:     #FF6347;
  --viewbb2a1-violet:     #9370DB;
  --viewbb2a1-text:       #f5f2ea;
  --viewbb2a1-muted:      #a8a296;
  --viewbb2a1-radius:     3px;
  --viewbb2a1-font-head:  'Baloo Da 2','Hind Siliguri','Noto Sans Bengali',sans-serif;
  --viewbb2a1-font-body:  'Hind Siliguri','Noto Sans Bengali',sans-serif;
  --viewbb2a1-menuw:      min(86vw,344px);
}

/* --------------------------------------------------------------------------
   Base / canvas
   -------------------------------------------------------------------------- */
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;background:var(--viewbb2a1-void)}
body{
  margin:0 auto;
  max-width:430px;
  min-height:100vh;
  background:var(--viewbb2a1-ink);
  color:var(--viewbb2a1-text);
  font-family:var(--viewbb2a1-font-body);
  font-size:15px;
  line-height:1.7;
  box-shadow:0 0 0 1px #000,0 0 42px rgba(0,0,0,.6);
  overflow-x:hidden;
}
img{display:block;max-width:100%;height:auto;border:0}
button{font:inherit;color:inherit;background:none;border:0;margin:0;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}
a{color:var(--viewbb2a1-amber);text-decoration:none}
ul,ol{margin:0;padding:0;list-style:none}
h1,h2,h3{font-family:var(--viewbb2a1-font-head);font-weight:700;line-height:1.45;margin:0}
p{margin:0 0 10px}
a:focus-visible,button:focus-visible{outline:2px solid var(--viewbb2a1-amber);outline-offset:2px}
.viewbb2a1-vhide{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* --------------------------------------------------------------------------
   Top bar : brand layer + action layer
   -------------------------------------------------------------------------- */
.viewbb2a1-topbar{
  position:fixed;top:0;left:50%;transform:translateX(-50%);
  width:100%;max-width:430px;z-index:70;
  background:linear-gradient(180deg,#1a1a1c 0%,#141414 100%);
  border-bottom:1px solid var(--viewbb2a1-line-soft);
}
.viewbb2a1-brandrow{
  display:flex;align-items:center;justify-content:space-between;
  min-height:50px;padding:7px 12px 5px;
}
.viewbb2a1-brand{display:flex;align-items:center;gap:9px;color:var(--viewbb2a1-text)}
.viewbb2a1-brand img{
  width:33px;height:33px;
  border:1px solid var(--viewbb2a1-line);
  border-radius:var(--viewbb2a1-radius);
  background:#0f0f10;
}
.viewbb2a1-brandname{
  font-family:var(--viewbb2a1-font-head);
  font-size:20px;font-weight:700;letter-spacing:.5px;
  color:var(--viewbb2a1-amber);
}
.viewbb2a1-actionrow{display:flex;gap:8px;align-items:stretch;padding:0 12px 10px}

/* Buttons : solid primary + outlined secondary */
.viewbb2a1-btn-solid{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  min-height:44px;padding:10px 16px;
  background:linear-gradient(135deg,var(--viewbb2a1-amber) 0%,var(--viewbb2a1-amber-deep) 100%);
  color:var(--viewbb2a1-ink);font-weight:700;font-size:15px;
  border-radius:var(--viewbb2a1-radius);
  box-shadow:0 2px 0 rgba(0,0,0,.5);
}
.viewbb2a1-btn-solid:active{transform:translateY(1px);box-shadow:none}
.viewbb2a1-btn-line{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  min-height:44px;padding:10px 16px;
  background:transparent;color:var(--viewbb2a1-amber);
  border:1px solid var(--viewbb2a1-amber);
  font-weight:600;font-size:15px;
  border-radius:var(--viewbb2a1-radius);
}
.viewbb2a1-btn-line:active{background:rgba(255,149,0,.12)}
.viewbb2a1-actionbtn{flex:1}

/* Hamburger trigger */
.viewbb2a1-menubtn{
  width:48px;min-height:44px;flex:0 0 48px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;
  border:1px solid var(--viewbb2a1-line);border-radius:var(--viewbb2a1-radius);
  background:var(--viewbb2a1-panel);
}
.viewbb2a1-menubtn:active{border-color:var(--viewbb2a1-amber-deep)}
.viewbb2a1-menuline{display:block;width:18px;height:2px;background:var(--viewbb2a1-text);border-radius:1px}

/* --------------------------------------------------------------------------
   Full-height slide-in menu layer (locked to the canvas edge)
   -------------------------------------------------------------------------- */
.viewbb2a1-scrim{
  position:fixed;top:0;bottom:0;left:50%;transform:translateX(-50%);
  width:100%;max-width:430px;z-index:80;
  background:rgba(6,6,7,.68);
  opacity:0;visibility:hidden;
  transition:opacity .26s ease,visibility .26s;
}
.viewbb2a1-scrim.viewbb2a1-on{opacity:1;visibility:visible}
.viewbb2a1-menu{
  position:fixed;top:0;bottom:0;left:50%;
  width:var(--viewbb2a1-menuw);
  margin-left:calc(min(215px,50vw) - var(--viewbb2a1-menuw));
  z-index:90;
  background:#17171a;
  border-left:1px solid var(--viewbb2a1-line);
  box-shadow:-8px 0 24px rgba(0,0,0,.45);
  transform:translateX(100%);
  visibility:hidden;
  transition:transform .3s ease,visibility .3s;
  display:flex;flex-direction:column;
  padding:12px 14px calc(20px + env(safe-area-inset-bottom));
  overflow-y:auto;
}
.viewbb2a1-menu.viewbb2a1-on{transform:translateX(0);visibility:visible}
.viewbb2a1-menuhead{
  display:flex;align-items:center;gap:9px;
  padding:6px 2px 12px;border-bottom:1px solid var(--viewbb2a1-line-soft);
}
.viewbb2a1-menuhead img{width:28px;height:28px;border-radius:2px}
.viewbb2a1-menuhead b{font-family:var(--viewbb2a1-font-head);font-size:17px;color:var(--viewbb2a1-amber);flex:1}
.viewbb2a1-menuclose{
  width:44px;height:44px;display:flex;align-items:center;justify-content:center;
  border:1px solid var(--viewbb2a1-line);border-radius:var(--viewbb2a1-radius);
  color:var(--viewbb2a1-text);font-size:17px;margin:-6px -8px 0 0;
}
.viewbb2a1-menulist{padding:10px 0;display:flex;flex-direction:column}
.viewbb2a1-menulist a{
  display:flex;align-items:center;gap:9px;
  min-height:46px;padding:9px 10px;
  color:var(--viewbb2a1-text);font-size:15px;
  border-radius:var(--viewbb2a1-radius);
  border-left:3px solid transparent;
}
.viewbb2a1-menulist a:active{background:var(--viewbb2a1-panel-lift);border-left-color:var(--viewbb2a1-amber-deep)}
.viewbb2a1-menulist a.viewbb2a1-here{background:var(--viewbb2a1-panel-lift);border-left-color:var(--viewbb2a1-amber);color:var(--viewbb2a1-amber);font-weight:700}
.viewbb2a1-menudot{width:7px;height:7px;border-radius:1px;background:var(--viewbb2a1-line);flex:0 0 7px}
.viewbb2a1-menulist a.viewbb2a1-here .viewbb2a1-menudot{background:var(--viewbb2a1-amber)}
.viewbb2a1-menunote{
  margin-top:auto;padding:12px 10px;
  border:1px solid var(--viewbb2a1-line-soft);border-radius:var(--viewbb2a1-radius);
  font-size:12px;color:var(--viewbb2a1-muted);line-height:1.65;
}

/* --------------------------------------------------------------------------
   Main column
   -------------------------------------------------------------------------- */
.viewbb2a1-main{padding:116px 12px 8px}
.viewbb2a1-hero h1{
  font-size:22px;color:var(--viewbb2a1-text);
  padding-bottom:10px;margin-bottom:10px;
  border-bottom:2px solid var(--viewbb2a1-amber);
}
.viewbb2a1-lede{font-size:14px;color:var(--viewbb2a1-muted)}
.viewbb2a1-quickrow{display:flex;flex-wrap:wrap;gap:7px;margin:4px 0 6px}
.viewbb2a1-quicktag{
  display:inline-flex;align-items:center;gap:5px;
  font-size:11.5px;color:var(--viewbb2a1-text);
  background:var(--viewbb2a1-panel);border:1px solid var(--viewbb2a1-line-soft);
  padding:5px 9px;border-radius:2px;
}
.viewbb2a1-quicktag i{width:6px;height:6px;border-radius:1px;background:var(--viewbb2a1-amber);font-style:normal}
.viewbb2a1-quicktag:nth-child(2) i{background:var(--viewbb2a1-tomato)}
.viewbb2a1-quicktag:nth-child(3) i{background:var(--viewbb2a1-violet)}

/* --------------------------------------------------------------------------
   Banner carousel
   -------------------------------------------------------------------------- */
.viewbb2a1-carousel{margin:16px 0 4px;position:relative}
.viewbb2a1-slidewrap{
  display:flex;overflow:hidden;
  border:1px solid var(--viewbb2a1-line-soft);border-radius:4px;
  background:#101012;
  transition:transform .4s ease;
}
.viewbb2a1-slide{position:relative;flex:0 0 100%;display:block;width:100%;text-align:left;padding:0}
.viewbb2a1-slide img{width:100%;aspect-ratio:430/182;object-fit:cover}
.viewbb2a1-slidecap{
  position:absolute;left:0;right:0;bottom:0;
  display:block;padding:30px 12px 9px;
  background:linear-gradient(180deg,rgba(20,20,20,0) 0%,rgba(20,20,20,.92) 78%);
}
.viewbb2a1-slidecap strong{
  display:block;font-family:var(--viewbb2a1-font-head);
  font-size:16.5px;font-weight:700;color:var(--viewbb2a1-text);line-height:1.4;
}
.viewbb2a1-slidecap em{font-style:normal;font-size:12px;color:var(--viewbb2a1-amber)}
.viewbb2a1-dots{display:flex;justify-content:center;gap:9px;margin:9px 0 2px}
.viewbb2a1-dot{
  width:22px;height:6px;border-radius:1px;
  background:var(--viewbb2a1-line);
  transition:background .2s ease;
}
.viewbb2a1-dot:active{background:var(--viewbb2a1-muted)}
.viewbb2a1-dot.viewbb2a1-dot-on{background:var(--viewbb2a1-amber)}

/* --------------------------------------------------------------------------
   Game shelves : floating plate cards on a stable grid
   -------------------------------------------------------------------------- */
.viewbb2a1-shelf{margin:28px 0 4px}
.viewbb2a1-main h2{
  font-size:18px;color:var(--viewbb2a1-text);
  border-left:3px solid var(--viewbb2a1-amber);
  padding-left:9px;margin-bottom:7px;
}
.viewbb2a1-shelflede{font-size:13px;color:var(--viewbb2a1-muted);margin-bottom:13px}
.viewbb2a1-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.viewbb2a1-gcard{
  display:flex;flex-direction:column;gap:5px;
  background:var(--viewbb2a1-panel);
  border:1px solid var(--viewbb2a1-line-soft);
  border-radius:4px;
  padding:6px 5px 7px;min-width:0;
  transition:transform .18s ease,border-color .18s ease;
}
.viewbb2a1-gcard:hover,.viewbb2a1-gcard:active{
  transform:translateY(-3px);
  border-color:var(--viewbb2a1-amber-deep);
}
.viewbb2a1-gplate{
  display:block;background:#0f0f11;border-radius:2px;padding:3px;
  box-shadow:inset 0 0 0 1px #26262c;
}
.viewbb2a1-gplate img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:2px}
.viewbb2a1-gname{
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  font-size:11px;line-height:1.5;color:var(--viewbb2a1-text);text-align:center;
  min-height:2.4em;word-break:break-word;
}

/* --------------------------------------------------------------------------
   Editorial modules
   -------------------------------------------------------------------------- */
.viewbb2a1-module{margin:30px 0 4px}
.viewbb2a1-featuremap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:12px}
.viewbb2a1-featuretile{min-width:0;padding:11px 10px;background:linear-gradient(155deg,#25252a 0%,#19191c 100%);border:1px solid var(--viewbb2a1-line);border-top:3px solid var(--viewbb2a1-amber);border-radius:var(--viewbb2a1-radius)}
.viewbb2a1-featuremark{display:block;font:700 12px var(--viewbb2a1-font-head);color:var(--viewbb2a1-tomato);letter-spacing:.08em;margin-bottom:4px}
.viewbb2a1-featuretile h3{font-size:14px;color:var(--viewbb2a1-text);margin-bottom:4px}
.viewbb2a1-featuretile p{font-size:12px;color:var(--viewbb2a1-muted);line-height:1.55;margin:0 0 7px}
.viewbb2a1-featuretile strong{display:block;font-size:11px;line-height:1.45;color:var(--viewbb2a1-amber);font-weight:600}
.viewbb2a1-troubleshoot{display:flex;flex-direction:column;gap:9px;margin-top:12px}
.viewbb2a1-troubleshoot article{padding:11px 12px;background:#19191c;border:1px solid var(--viewbb2a1-line-soft);border-left:3px solid var(--viewbb2a1-tomato);border-radius:var(--viewbb2a1-radius)}
.viewbb2a1-troubleshoot h3{font-size:14px;color:var(--viewbb2a1-text);margin:3px 0 4px}
.viewbb2a1-troubleshoot p{font-size:12.5px;color:var(--viewbb2a1-muted);line-height:1.65;margin:0 0 3px}
.viewbb2a1-troubleshoot b{color:var(--viewbb2a1-text);font-weight:600}
.viewbb2a1-problem{display:inline-block;font-size:11px;color:var(--viewbb2a1-amber);border-bottom:1px solid var(--viewbb2a1-amber);padding-bottom:2px}
.viewbb2a1-faq{display:flex;flex-direction:column;gap:8px;margin-top:12px}
.viewbb2a1-faq details{background:var(--viewbb2a1-panel);border:1px solid var(--viewbb2a1-line-soft);border-radius:var(--viewbb2a1-radius);padding:0 11px}
.viewbb2a1-faq summary{display:flex;align-items:center;min-height:46px;padding:7px 18px 7px 0;position:relative;cursor:pointer;color:var(--viewbb2a1-text);font-size:13.5px;font-weight:600;list-style:none}
.viewbb2a1-faq summary::-webkit-details-marker{display:none}
.viewbb2a1-faq summary::after{content:"+";position:absolute;right:0;color:var(--viewbb2a1-amber);font-size:20px;font-weight:400}
.viewbb2a1-faq details[open] summary::after{content:"−"}
.viewbb2a1-faq details p{font-size:12.5px;color:var(--viewbb2a1-muted);line-height:1.7;border-top:1px solid var(--viewbb2a1-line-soft);padding:8px 0 10px;margin:0}
.viewbb2a1-featuregames{margin-top:12px}

.viewbb2a1-module > p{font-size:13.5px;color:var(--viewbb2a1-muted)}
.viewbb2a1-leadstrong{color:var(--viewbb2a1-text);font-weight:600}

/* Step-driven list */
.viewbb2a1-steps{display:flex;flex-direction:column;gap:10px;margin-top:12px}
.viewbb2a1-step{
  display:flex;gap:10px;align-items:flex-start;
  background:var(--viewbb2a1-panel);
  border:1px solid var(--viewbb2a1-line-soft);
  border-left:3px solid var(--viewbb2a1-amber-deep);
  border-radius:var(--viewbb2a1-radius);
  padding:10px 11px;
}
.viewbb2a1-stepno{
  flex:0 0 26px;width:26px;height:26px;
  display:flex;align-items:center;justify-content:center;
  background:#0f0f11;border:1px solid var(--viewbb2a1-line);
  color:var(--viewbb2a1-amber);font-weight:700;font-size:13px;
  font-family:var(--viewbb2a1-font-head);border-radius:2px;
}
.viewbb2a1-step h3{font-size:14px;margin-bottom:3px;color:var(--viewbb2a1-text)}
.viewbb2a1-step p{font-size:12.5px;color:var(--viewbb2a1-muted);margin:0;line-height:1.65}

/* Winners feed */
.viewbb2a1-wins{margin-top:12px;display:flex;flex-direction:column;gap:7px}
.viewbb2a1-win{
  display:grid;grid-template-columns:1fr auto;gap:2px 10px;
  background:var(--viewbb2a1-panel);border:1px solid var(--viewbb2a1-line-soft);
  border-radius:var(--viewbb2a1-radius);padding:9px 11px;
  position:relative;overflow:hidden;
}
.viewbb2a1-win::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:3px;
  background:linear-gradient(180deg,var(--viewbb2a1-amber),var(--viewbb2a1-tomato));
}
.viewbb2a1-winwho{font-size:12px;color:var(--viewbb2a1-muted)}
.viewbb2a1-winamt{font-family:var(--viewbb2a1-font-head);font-weight:700;color:var(--viewbb2a1-amber);font-size:14px;text-align:right}
.viewbb2a1-wingame{font-size:13px;color:var(--viewbb2a1-text);font-weight:600}
.viewbb2a1-wintime{font-size:11px;color:var(--viewbb2a1-muted);text-align:right}

/* Play style comparison */
.viewbb2a1-styles{display:flex;flex-direction:column;gap:10px;margin-top:12px}
.viewbb2a1-style{
  background:var(--viewbb2a1-panel);
  border:1px solid var(--viewbb2a1-line-soft);
  border-top:3px solid var(--viewbb2a1-violet);
  border-radius:var(--viewbb2a1-radius);
  padding:11px 12px;
}
.viewbb2a1-style:nth-child(2){border-top-color:var(--viewbb2a1-amber)}
.viewbb2a1-style:nth-child(3){border-top-color:var(--viewbb2a1-tomato)}
.viewbb2a1-style h3{font-size:14.5px;margin-bottom:5px}
.viewbb2a1-style p{font-size:12.5px;color:var(--viewbb2a1-muted);margin:0}
.viewbb2a1-styleeye{
  margin-top:7px;padding:7px 9px;
  background:#101012;border-left:2px solid var(--viewbb2a1-amber);
  font-size:12px;color:var(--viewbb2a1-text);
}

/* CTA block */
.viewbb2a1-ctablock{
  margin-top:14px;
  background:linear-gradient(150deg,#221a10 0%,#1b1b1e 55%);
  border:1px solid var(--viewbb2a1-line);
  border-radius:4px;
  padding:14px 13px;
}
.viewbb2a1-ctarow{display:flex;flex-direction:column;gap:9px;margin-top:12px}
.viewbb2a1-ctarow .viewbb2a1-btn-solid,.viewbb2a1-ctarow .viewbb2a1-btn-line{width:100%}

/* Scenario guidance */
.viewbb2a1-cases{display:flex;flex-direction:column;gap:9px;margin-top:12px}
.viewbb2a1-case{
  display:flex;gap:10px;align-items:flex-start;
  background:var(--viewbb2a1-panel);border:1px solid var(--viewbb2a1-line-soft);
  border-radius:var(--viewbb2a1-radius);padding:11px 12px;
}
.viewbb2a1-caseic{
  flex:0 0 30px;width:30px;height:30px;
  display:flex;align-items:center;justify-content:center;
  border:1px solid var(--viewbb2a1-line);border-radius:2px;
  background:#0f0f11;color:var(--viewbb2a1-amber);
}
.viewbb2a1-caseic svg{width:16px;height:16px;fill:currentColor}
.viewbb2a1-case h3{font-size:14px;margin-bottom:3px}
.viewbb2a1-case p{font-size:12.5px;color:var(--viewbb2a1-muted);margin:0}

/* Glossary */
.viewbb2a1-terms{margin-top:12px;display:flex;flex-direction:column;gap:8px}
.viewbb2a1-term{
  background:var(--viewbb2a1-panel);
  border:1px solid var(--viewbb2a1-line-soft);
  border-radius:var(--viewbb2a1-radius);
  padding:10px 12px;
}
.viewbb2a1-term dt{
  font-family:var(--viewbb2a1-font-head);font-weight:700;
  font-size:14px;color:var(--viewbb2a1-amber);
  display:flex;align-items:center;gap:7px;
}
.viewbb2a1-term dt::before{content:"";width:6px;height:6px;background:var(--viewbb2a1-violet);border-radius:1px}
.viewbb2a1-term dd{margin:4px 0 0;font-size:12.5px;color:var(--viewbb2a1-muted);line-height:1.68}

/* --------------------------------------------------------------------------
   Extended footer (homepage only)
   -------------------------------------------------------------------------- */
.viewbb2a1-exfoot{
  margin:34px 0 0;padding:16px 0 6px;
  border-top:1px solid var(--viewbb2a1-line-soft);
}
.viewbb2a1-dir{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 4px}
.viewbb2a1-dirchip{
  display:inline-flex;align-items:center;gap:6px;
  min-height:40px;padding:8px 11px;
  background:var(--viewbb2a1-panel);border:1px solid var(--viewbb2a1-line-soft);
  border-radius:var(--viewbb2a1-radius);
  color:var(--viewbb2a1-text);font-size:12.5px;
}
.viewbb2a1-dirchip svg{width:15px;height:15px;fill:var(--viewbb2a1-amber);flex:0 0 15px}
.viewbb2a1-dirchip:active{border-color:var(--viewbb2a1-amber-deep)}
.viewbb2a1-brandnote{
  display:flex;gap:11px;align-items:flex-start;
  margin:20px 0 16px;padding:12px;
  background:var(--viewbb2a1-panel);border:1px solid var(--viewbb2a1-line-soft);
  border-radius:var(--viewbb2a1-radius);
}
.viewbb2a1-brandnote img{width:42px;height:42px;border:1px solid var(--viewbb2a1-line);border-radius:2px;flex:0 0 42px}
.viewbb2a1-brandnote p{font-size:12.5px;color:var(--viewbb2a1-muted);margin:0}
.viewbb2a1-promos{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:12px}
.viewbb2a1-promocard{
  display:flex;flex-direction:column;align-items:flex-start;gap:6px;
  min-height:64px;padding:10px 11px;
  background:linear-gradient(140deg,#241c11 0%,#1b1b1e 80%);
  border:1px solid var(--viewbb2a1-line);border-radius:var(--viewbb2a1-radius);
  text-align:left;
}
.viewbb2a1-promocard svg{width:17px;height:17px;fill:var(--viewbb2a1-amber)}
.viewbb2a1-promocard b{font-size:13px;color:var(--viewbb2a1-text);font-weight:600}
.viewbb2a1-promocard span{font-size:11px;color:var(--viewbb2a1-muted);line-height:1.4}
.viewbb2a1-promocard:active{border-color:var(--viewbb2a1-amber)}
.viewbb2a1-note{
  margin-top:16px;padding:11px 12px;
  border-left:3px solid var(--viewbb2a1-tomato);
  background:#191214;
  font-size:11.5px;color:var(--viewbb2a1-muted);line-height:1.7;
}

/* --------------------------------------------------------------------------
   Common footer + bottom dock
   -------------------------------------------------------------------------- */
.viewbb2a1-foot{
  margin-top:22px;padding:16px 12px 10px;
  border-top:1px solid var(--viewbb2a1-line-soft);
  text-align:center;
}
.viewbb2a1-foot p{font-size:12px;color:var(--viewbb2a1-muted);margin:0}
.viewbb2a1-foot b{color:var(--viewbb2a1-amber);font-weight:600}

.viewbb2a1-dock{
  position:fixed;bottom:0;left:50%;transform:translateX(-50%);
  width:100%;max-width:430px;z-index:70;
  background:rgba(18,18,20,.98);
  border-top:1px solid var(--viewbb2a1-line-soft);
  display:grid;grid-template-columns:repeat(5,1fr);align-items:end;
  padding:7px 4px calc(7px + env(safe-area-inset-bottom));
}
.viewbb2a1-dockitem{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
  min-height:48px;color:var(--viewbb2a1-muted);
  border-radius:var(--viewbb2a1-radius);
}
.viewbb2a1-dockitem svg{width:22px;height:22px;fill:currentColor}
.viewbb2a1-dockitem span{
  font-size:10.5px;line-height:1.2;
  transition:transform .18s ease,color .18s ease;
}
.viewbb2a1-dockitem:active span{transform:scale(1.14)}
.viewbb2a1-dockitem[aria-current="page"]{color:var(--viewbb2a1-amber)}
.viewbb2a1-dockitem[aria-current="page"] span{font-weight:700;color:var(--viewbb2a1-amber);transform:scale(1.1)}
.viewbb2a1-dockhub{
  position:relative;
  width:56px;height:56px;
  margin:-22px auto 0;
  transform:translateY(-12px);
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,var(--viewbb2a1-amber) 0%,var(--viewbb2a1-amber-deep) 100%);
  border-radius:50%;
  box-shadow:0 5px 16px rgba(255,140,0,.4),0 0 0 5px #131315;
  color:var(--viewbb2a1-ink);
}
.viewbb2a1-dockhub svg{width:27px;height:27px;fill:var(--viewbb2a1-ink)}
.viewbb2a1-dockhub span{
  position:absolute;left:50%;bottom:-17px;transform:translateX(-50%);
  font-size:10px;font-weight:700;color:var(--viewbb2a1-amber);white-space:nowrap;
}
.viewbb2a1-dockhub:active{transform:translateY(-14px) scale(.96)}

/* Main content clears the fixed chrome */
.viewbb2a1-page{padding-bottom:104px;display:block}

/* --------------------------------------------------------------------------
   Wide-phone tuning : 5 columns once the canvas reaches 375px
   -------------------------------------------------------------------------- */
@media (min-width:375px){
  .viewbb2a1-grid{grid-template-columns:repeat(5,1fr);gap:9px}
  .viewbb2a1-main h2{font-size:18.5px}
  .viewbb2a1-hero h1{font-size:23px}
  .viewbb2a1-ctarow{flex-direction:row}
  .viewbb2a1-promos{grid-template-columns:repeat(4,1fr)}
  .viewbb2a1-featuremap{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:359px){
  .viewbb2a1-gname{font-size:10.5px}
  .viewbb2a1-hero h1{font-size:20px}
}

/* Respect reduced-motion preferences */
@media (prefers-reduced-motion:reduce){
  .viewbb2a1-menu,.viewbb2a1-scrim,.viewbb2a1-slidewrap,.viewbb2a1-gcard,
  .viewbb2a1-dockitem span,.viewbb2a1-dockhub,.viewbb2a1-dot{transition:none}
}
