/* ============================================================
   ck445.homes — Mobile-first display layer
   Prefix: viewdad78-  |  Breakpoint anchor: 430px
   Palette: #1C2833 base / #FF7F50 accent
   ============================================================ */

/* ---------- Tokens ---------- */
:root{
  --viewdad78-bg:#1C2833;
  --viewdad78-bg-deep:#141d26;
  --viewdad78-bg-soft:#22323f;
  --viewdad78-line:#2f4252;
  --viewdad78-line-soft:#283a48;
  --viewdad78-ink:#f4ece3;
  --viewdad78-ink-mute:#aebac3;
  --viewdad78-ink-faint:#7d8b95;
  --viewdad78-accent:#FF7F50;
  --viewdad78-accent-deep:#e76a3e;
  --viewdad78-warn:#ffd27a;
  --viewdad78-ok:#7ed3a4;
  --viewdad78-shadow:0 10px 24px rgba(0,0,0,.42);
  --viewdad78-r-sm:3px;
  --viewdad78-r-md:5px;
  --viewdad78-r-lg:8px;
  --viewdad78-stroke:1px;
  --viewdad78-head-font:"Segoe UI",system-ui,-apple-system,"Noto Sans Bengali",Roboto,Arial,sans-serif;
  --viewdad78-tech-font:"SFMono-Regular",ui-monospace,Menlo,Consolas,monospace;
  --viewdad78-body-font:"Segoe UI",system-ui,-apple-system,"Noto Sans Bengali","Hind Siliguri",Roboto,Arial,sans-serif;
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box;}
html,body{margin:0;padding:0;}
html{
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
  scroll-behavior:smooth;
}
body{
  background:var(--viewdad78-bg-deep);
  color:var(--viewdad78-ink);
  font-family:var(--viewdad78-body-font);
  font-size:15px;
  line-height:1.55;
  min-height:100vh;
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block;border:0;}
a{color:var(--viewdad78-accent);text-decoration:none;}
button{font-family:inherit;cursor:pointer;border:0;background:transparent;color:inherit;}
ul,ol{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4,p,figure{margin:0;}
:focus-visible{outline:2px solid var(--viewdad78-accent);outline-offset:2px;border-radius:3px;}

/* ---------- Phone canvas ---------- */
.viewdad78-stage{
  position:relative;
  width:100%;
  max-width:430px;            /* 430 anchor — primary breakpoint */
  margin:0 auto;
  background:var(--viewdad78-bg);
  min-height:100vh;
  box-shadow:var(--viewdad78-shadow);
  overflow:hidden;
}
@media (min-width:431px){
  body{background:#0c141b;}
  .viewdad78-stage{border-left:1px solid #0a1118;border-right:1px solid #0a1118;}
}

/* ---------- Header ---------- */
.viewdad78-head{
  position:sticky;
  top:0;
  z-index:60;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  padding:9px 12px;
  background:linear-gradient(180deg,#1d2935 0%,#19222d 100%);
  border-bottom:var(--viewdad78-stroke) solid var(--viewdad78-line);
  min-height:54px;
}
.viewdad78-brand{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.viewdad78-brand-logo{
  width:34px;
  height:34px;
  border-radius:var(--viewdad78-r-sm);
  object-fit:cover;
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
  background:#0f1721;
  flex-shrink:0;
}
.viewdad78-brand-name{
  font-family:var(--viewdad78-tech-font);
  font-size:18px;
  font-weight:700;
  letter-spacing:.5px;
  color:var(--viewdad78-ink);
  line-height:1;
}
.viewdad78-brand-name em{
  color:var(--viewdad78-accent);
  font-style:normal;
}
.viewdad78-head-actions{
  display:flex;
  align-items:center;
  gap:6px;
}
.viewdad78-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-height:38px;
  padding:8px 12px;
  font-size:13px;
  font-weight:600;
  border-radius:var(--viewdad78-r-sm);
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
  background:var(--viewdad78-bg-soft);
  color:var(--viewdad78-ink);
  transition:background .15s ease,color .15s ease,border-color .15s ease,transform .08s ease;
  white-space:nowrap;
}
.viewdad78-btn:active{transform:scale(.96);}
.viewdad78-btn--accent{
  background:var(--viewdad78-accent);
  border-color:var(--viewdad78-accent-deep);
  color:#1a1108;
}
.viewdad78-btn--accent:active{background:var(--viewdad78-accent-deep);}
.viewdad78-btn--ghost{
  background:transparent;
}
.viewdad78-btn--block{
  width:100%;
  padding:12px;
  font-size:14px;
  min-height:46px;
}
.viewdad78-iconbtn{
  width:38px;
  height:38px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:var(--viewdad78-r-sm);
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
  background:var(--viewdad78-bg-soft);
}
.viewdad78-iconbtn:active{transform:scale(.94);}
.viewdad78-iconbtn svg{width:20px;height:20px;display:block;}

/* ---------- Side drawer ---------- */
.viewdad78-drawer-mask{
  position:fixed;
  inset:0;
  background:rgba(6,10,14,.62);
  opacity:0;
  visibility:hidden;
  transition:opacity .2s ease;
  z-index:70;
}
.viewdad78-drawer-mask.is-on{opacity:1;visibility:visible;}
.viewdad78-drawer{
  position:fixed;
  top:0;
  right:0;
  height:100vh;
  width:84%;
  max-width:320px;
  background:var(--viewdad78-bg);
  border-left:var(--viewdad78-stroke) solid var(--viewdad78-line);
  transform:translateX(105%);
  transition:transform .22s ease;
  z-index:71;
  display:flex;
  flex-direction:column;
}
.viewdad78-drawer.is-on{transform:translateX(0);}
.viewdad78-drawer-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:12px 14px;
  border-bottom:var(--viewdad78-stroke) solid var(--viewdad78-line);
  background:var(--viewdad78-bg-deep);
}
.viewdad78-drawer-head .viewdad78-brand-name{font-size:16px;}
.viewdad78-drawer-cta{
  padding:14px;
  display:flex;
  gap:8px;
  border-bottom:var(--viewdad78-stroke) solid var(--viewdad78-line);
}
.viewdad78-drawer-cta .viewdad78-btn{flex:1;}
.viewdad78-drawer-nav{
  padding:6px 8px 16px;
  overflow-y:auto;
  flex:1;
}
.viewdad78-drawer-section{
  margin-top:8px;
  padding:0 6px;
}
.viewdad78-drawer-label{
  font-family:var(--viewdad78-tech-font);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--viewdad78-ink-faint);
  padding:8px 10px 4px;
}
.viewdad78-drawer-link{
  display:flex;
  align-items:center;
  gap:10px;
  padding:11px 10px;
  font-size:14px;
  color:var(--viewdad78-ink);
  border-radius:var(--viewdad78-r-sm);
  border:var(--viewdad78-stroke) solid transparent;
}
.viewdad78-drawer-link:active{
  background:var(--viewdad78-bg-soft);
  border-color:var(--viewdad78-line);
}
.viewdad78-drawer-link .viewdad78-dot{
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--viewdad78-accent);
  flex-shrink:0;
  opacity:.85;
}
.viewdad78-drawer-link.is-active{
  background:var(--viewdad78-bg-soft);
  border-color:var(--viewdad78-line);
  color:var(--viewdad78-accent);
}

/* ---------- Main ---------- */
.viewdad78-main{
  padding-bottom:88px;       /* keep clear of fixed bottom nav */
}
.viewdad78-section{
  padding:18px 14px 6px;
}
.viewdad78-section--tight{padding:12px 14px 4px;}
.viewdad78-section--wide{padding:20px 14px 10px;}

/* ---------- Eyebrow / section heading ---------- */
.viewdad78-eyebrow{
  display:flex;
  align-items:center;
  gap:8px;
  font-family:var(--viewdad78-tech-font);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--viewdad78-accent);
  margin-bottom:6px;
}
.viewdad78-eyebrow::before{
  content:"";
  width:18px;
  height:2px;
  background:var(--viewdad78-accent);
  display:inline-block;
}
.viewdad78-section-title{
  font-family:var(--viewdad78-head-font);
  font-size:18px;
  font-weight:700;
  color:var(--viewdad78-ink);
  letter-spacing:-.2px;
  margin-bottom:4px;
}
.viewdad78-section-sub{
  font-size:13px;
  color:var(--viewdad78-ink-mute);
  margin-bottom:10px;
}
.viewdad78-rule{
  height:1px;
  background:linear-gradient(90deg,var(--viewdad78-line) 0%,transparent 100%);
  margin:8px 0 4px;
}

/* ---------- Hero carousel ---------- */
.viewdad78-hero{
  position:relative;
  margin:12px 14px 4px;
  border-radius:var(--viewdad78-r-lg);
  overflow:hidden;
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
  background:#0e161f;
}
.viewdad78-hero-track{
  display:flex;
  transition:transform .38s ease;
}
.viewdad78-hero-slide{
  flex:0 0 100%;
  position:relative;
}
.viewdad78-hero-slide img{
  width:100%;
  height:170px;
  object-fit:cover;
}
.viewdad78-hero-veil{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(20,29,38,0) 30%,rgba(20,29,38,.92) 100%);
}
.viewdad78-hero-cap{
  position:absolute;
  left:12px;
  right:12px;
  bottom:10px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
}
.viewdad78-hero-cap-txt{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}
.viewdad78-hero-cap-tag{
  font-family:var(--viewdad78-tech-font);
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--viewdad78-accent);
}
.viewdad78-hero-cap-title{
  font-size:14px;
  font-weight:700;
  color:#fff;
  line-height:1.25;
  text-shadow:0 1px 2px rgba(0,0,0,.55);
}
.viewdad78-hero-dots{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:6px;
  display:flex;
  gap:5px;
  z-index:2;
}
.viewdad78-hero-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:rgba(255,255,255,.32);
  border:var(--viewdad78-stroke) solid transparent;
}
.viewdad78-hero-dot.is-on{
  background:var(--viewdad78-accent);
  width:18px;
  border-radius:5px;
}

/* ---------- Quick stat strip ---------- */
.viewdad78-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:6px;
  margin:6px 14px 4px;
}
.viewdad78-strip-cell{
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
  background:var(--viewdad78-bg-soft);
  border-radius:var(--viewdad78-r-md);
  padding:9px 4px;
  text-align:center;
}
.viewdad78-strip-num{
  font-family:var(--viewdad78-tech-font);
  font-size:15px;
  font-weight:700;
  color:var(--viewdad78-accent);
  line-height:1.1;
}
.viewdad78-strip-lbl{
  font-size:10px;
  color:var(--viewdad78-ink-mute);
  margin-top:3px;
  letter-spacing:.02em;
}

/* ---------- Category chips ---------- */
.viewdad78-chips{
  display:flex;
  gap:6px;
  overflow-x:auto;
  padding:4px 14px 8px;
  scrollbar-width:none;
}
.viewdad78-chips::-webkit-scrollbar{display:none;}
.viewdad78-chip{
  flex-shrink:0;
  padding:7px 12px;
  font-size:12px;
  font-weight:600;
  color:var(--viewdad78-ink-mute);
  border-radius:var(--viewdad78-r-sm);
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
  background:var(--viewdad78-bg-soft);
}
.viewdad78-chip.is-active{
  color:#1a1108;
  background:var(--viewdad78-accent);
  border-color:var(--viewdad78-accent-deep);
}

/* ---------- Game block ---------- */
.viewdad78-block{
  margin-top:8px;
  padding:8px 14px 4px;
}
.viewdad78-block-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-bottom:8px;
}
.viewdad78-block-head-l{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.viewdad78-block-mark{
  width:4px;
  height:22px;
  border-radius:2px;
  background:var(--viewdad78-accent);
  flex-shrink:0;
}
.viewdad78-block-title{
  font-size:16px;
  font-weight:700;
  color:var(--viewdad78-ink);
  line-height:1.1;
}
.viewdad78-block-count{
  font-family:var(--viewdad78-tech-font);
  font-size:11px;
  color:var(--viewdad78-ink-faint);
  letter-spacing:.06em;
}
.viewdad78-block-link{
  font-size:12px;
  color:var(--viewdad78-accent);
  white-space:nowrap;
  font-weight:600;
}

/* ---------- Game grid (4 cols, square) ---------- */
.viewdad78-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px 7px;
}
@media (min-width:375px){
  .viewdad78-grid{gap:9px 8px;}
}
.viewdad78-card{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  cursor:pointer;
  background:transparent;
  text-align:left;
  padding:0;
  border-radius:var(--viewdad78-r-md);
  transition:transform .08s ease;
}
.viewdad78-card:active{transform:scale(.95);}
.viewdad78-card-thumb{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  border-radius:var(--viewdad78-r-md);
  overflow:hidden;
  background:#0e161f;
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
}
.viewdad78-card-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.viewdad78-card-tag{
  position:absolute;
  top:3px;
  left:3px;
  font-family:var(--viewdad78-tech-font);
  font-size:9px;
  letter-spacing:.04em;
  padding:1px 5px;
  border-radius:2px;
  background:rgba(20,29,38,.78);
  color:var(--viewdad78-accent);
  border:var(--viewdad78-stroke) solid rgba(255,127,80,.32);
}
.viewdad78-card-name{
  margin-top:4px;
  font-size:11px;
  line-height:1.25;
  color:var(--viewdad78-ink);
  text-align:center;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:28px;
}

/* ---------- Banner CTA ---------- */
.viewdad78-cta-band{
  margin:14px 14px 4px;
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
  border-left:3px solid var(--viewdad78-accent);
  background:linear-gradient(135deg,#22323f 0%,#1b2731 100%);
  border-radius:var(--viewdad78-r-md);
  padding:14px;
  display:flex;
  align-items:center;
  gap:12px;
}
.viewdad78-cta-band-txt{flex:1;min-width:0;}
.viewdad78-cta-band-h{
  font-size:15px;
  font-weight:700;
  color:var(--viewdad78-ink);
  margin-bottom:3px;
}
.viewdad78-cta-band-p{
  font-size:12px;
  color:var(--viewdad78-ink-mute);
  line-height:1.4;
}
.viewdad78-cta-band-btns{
  display:flex;
  flex-direction:column;
  gap:6px;
  flex-shrink:0;
}

/* ---------- Editorial article (SEO content) ---------- */
.viewdad78-article{
  padding:16px 14px 4px;
}
.viewdad78-article p{
  font-size:14px;
  line-height:1.7;
  color:var(--viewdad78-ink-mute);
  margin-bottom:10px;
}
.viewdad78-article p .viewdad78-inline{
  color:var(--viewdad78-accent);
  font-weight:600;
}
.viewdad78-article h2{
  font-size:17px;
  font-weight:700;
  color:var(--viewdad78-ink);
  margin:14px 0 6px;
  line-height:1.35;
}
.viewdad78-article h3{
  font-size:14px;
  font-weight:700;
  color:var(--viewdad78-accent);
  margin:12px 0 4px;
}
.viewdad78-article ul{
  padding-left:18px;
  margin:0 0 10px;
  list-style:disc;
}
.viewdad78-article ul li{
  font-size:13px;
  line-height:1.65;
  color:var(--viewdad78-ink-mute);
  margin-bottom:4px;
}
.viewdad78-article ul li a{color:var(--viewdad78-accent);}

/* ---------- Info grid (Payment/Requirements) ---------- */
.viewdad78-info{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px;
  padding:8px 14px 4px;
}
.viewdad78-info-cell{
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
  background:var(--viewdad78-bg-soft);
  border-radius:var(--viewdad78-r-md);
  padding:10px;
}
.viewdad78-info-h{
  font-family:var(--viewdad78-tech-font);
  font-size:11px;
  letter-spacing:.1em;
  color:var(--viewdad78-accent);
  text-transform:uppercase;
  margin-bottom:4px;
}
.viewdad78-info-t{
  font-size:13px;
  font-weight:600;
  color:var(--viewdad78-ink);
  margin-bottom:3px;
}
.viewdad78-info-d{
  font-size:11.5px;
  color:var(--viewdad78-ink-mute);
  line-height:1.5;
}

/* ---------- Testimonials ---------- */
.viewdad78-quotes{
  display:flex;
  gap:8px;
  overflow-x:auto;
  padding:6px 14px 10px;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
}
.viewdad78-quotes::-webkit-scrollbar{display:none;}
.viewdad78-quote{
  flex:0 0 84%;
  scroll-snap-align:start;
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
  background:var(--viewdad78-bg-soft);
  border-radius:var(--viewdad78-r-md);
  padding:12px;
}
.viewdad78-quote-top{
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:6px;
}
.viewdad78-quote-avatar{
  width:30px;
  height:30px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--viewdad78-accent),#7a3a22);
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:var(--viewdad78-tech-font);
  font-size:13px;
  font-weight:700;
  color:#1a1108;
  flex-shrink:0;
}
.viewdad78-quote-name{
  font-size:13px;
  font-weight:600;
  color:var(--viewdad78-ink);
  line-height:1.1;
}
.viewdad78-quote-meta{
  font-size:10.5px;
  color:var(--viewdad78-ink-faint);
}
.viewdad78-quote-body{
  font-size:12.5px;
  line-height:1.55;
  color:var(--viewdad78-ink-mute);
}
.viewdad78-quote-stars{
  color:var(--viewdad78-warn);
  font-size:11px;
  letter-spacing:1px;
}

/* ---------- Site overview band ---------- */
.viewdad78-overview{
  margin:8px 14px 0;
  padding:14px;
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
  background:var(--viewdad78-bg-soft);
  border-radius:var(--viewdad78-r-md);
}
.viewdad78-overview-h{
  font-size:15px;
  font-weight:700;
  color:var(--viewdad78-ink);
  margin-bottom:6px;
}
.viewdad78-overview p{
  font-size:13px;
  line-height:1.6;
  color:var(--viewdad78-ink-mute);
  margin-bottom:8px;
}
.viewdad78-overview-tags{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
}
.viewdad78-overview-tag{
  font-family:var(--viewdad78-tech-font);
  font-size:10.5px;
  padding:3px 8px;
  border-radius:2px;
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
  color:var(--viewdad78-ink-mute);
  background:var(--viewdad78-bg);
}

/* ---------- Extended footer ---------- */
.viewdad78-extfoot{
  margin-top:16px;
  padding:18px 14px 6px;
  border-top:var(--viewdad78-stroke) solid var(--viewdad78-line);
  background:var(--viewdad78-bg-deep);
}
.viewdad78-extfoot-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 10px;
}
.viewdad78-extfoot-brand{
  grid-column:1 / -1;
  padding-bottom:10px;
  border-bottom:var(--viewdad78-stroke) dashed var(--viewdad78-line);
  margin-bottom:4px;
}
.viewdad78-extfoot-brand .viewdad78-brand-name{font-size:16px;margin-bottom:6px;display:block;}
.viewdad78-extfoot-brand p{
  font-size:12.5px;
  line-height:1.6;
  color:var(--viewdad78-ink-mute);
}
.viewdad78-extfoot-col h4{
  font-family:var(--viewdad78-tech-font);
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--viewdad78-accent);
  margin-bottom:7px;
}
.viewdad78-extfoot-col ul li{margin-bottom:5px;}
.viewdad78-extfoot-col a{
  font-size:12.5px;
  color:var(--viewdad78-ink-mute);
}
.viewdad78-extfoot-col a:active{color:var(--viewdad78-accent);}
.viewdad78-extfoot-promos{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  padding-top:6px;
  border-top:var(--viewdad78-stroke) dashed var(--viewdad78-line);
}
.viewdad78-extfoot-promos .viewdad78-btn{
  padding:9px 8px;
  font-size:12px;
  min-height:42px;
}
.viewdad78-disclaimer{
  grid-column:1 / -1;
  margin-top:8px;
  padding:10px;
  border:var(--viewdad78-stroke) dashed var(--viewdad78-line);
  border-radius:var(--viewdad78-r-sm);
  font-size:11.5px;
  color:var(--viewdad78-ink-faint);
  line-height:1.55;
}

/* ---------- Copyright ---------- */
.viewdad78-copy{
  padding:12px 14px 90px;       /* bottom padding to clear nav */
  text-align:center;
  font-size:11.5px;
  color:var(--viewdad78-ink-faint);
  background:var(--viewdad78-bg-deep);
  border-top:var(--viewdad78-stroke) solid var(--viewdad78-line);
}
.viewdad78-copy .viewdad78-copy-brand{
  font-family:var(--viewdad78-tech-font);
  color:var(--viewdad78-ink-mute);
  font-weight:600;
}

/* ---------- Bottom nav (5 roles) ---------- */
.viewdad78-bottomnav{
  position:fixed;
  left:50%;
  transform:translateX(-50%);
  bottom:0;
  width:100%;
  max-width:430px;            /* 430 anchor */
  z-index:65;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  background:linear-gradient(180deg,#1d2935 0%,#121a23 100%);
  border-top:var(--viewdad78-stroke) solid var(--viewdad78-line);
  padding:6px 4px calc(6px + env(safe-area-inset-bottom));
}
.viewdad78-nav-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:3px;
  padding:5px 2px 3px;
  min-height:50px;
  color:var(--viewdad78-ink-mute);
  position:relative;
  border-radius:var(--viewdad78-r-sm);
  transition:transform .1s ease,color .15s ease;
}
.viewdad78-nav-item:active{transform:scale(.9);}
.viewdad78-nav-item.is-active{
  color:var(--viewdad78-accent);
  transform:translateY(-2px);
}
.viewdad78-nav-item.is-active::before{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:24px;
  height:2px;
  background:var(--viewdad78-accent);
  border-radius:0 0 2px 2px;
}
.viewdad78-nav-icon{
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.viewdad78-nav-icon svg{width:22px;height:22px;}
.viewdad78-nav-label{
  font-size:10px;
  line-height:1;
  letter-spacing:.02em;
  font-weight:600;
}
.viewdad78-nav-item--promo .viewdad78-nav-icon{
  background:rgba(255,127,80,.14);
  border-radius:50%;
  border:var(--viewdad78-stroke) solid rgba(255,127,80,.4);
  width:30px;
  height:30px;
}
.viewdad78-nav-item--promo .viewdad78-nav-icon svg{width:16px;height:16px;color:var(--viewdad78-accent);}

/* ---------- Back to top ---------- */
.viewdad78-totop{
  position:fixed;
  right:12px;
  bottom:74px;
  z-index:55;
  width:38px;
  height:38px;
  display:none;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--viewdad78-bg-soft);
  border:var(--viewdad78-stroke) solid var(--viewdad78-line);
  color:var(--viewdad78-accent);
}
.viewdad78-totop.is-on{display:flex;}
.viewdad78-totop svg{width:18px;height:18px;}

/* ---------- Utility ---------- */
.viewdad78-sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}
.viewdad78-nowrap{white-space:nowrap;}
.viewdad78-mt-0{margin-top:0;}
.viewdad78-mt-6{margin-top:6px;}
.viewdad78-mt-10{margin-top:10px;}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion:reduce){
  *{transition:none !important;animation:none !important;}
  html{scroll-behavior:auto;}
}
