/* =========================================================
   bxb casino - mobile-first base stylesheet
   Palette: #1B263B base / #4A4A4A + #708090 support
            #C0C0C0 + #A9A9A9 text / #FFC0CB accent
   Direction: compact brand bar + layered dropdown menu +
              compact icon rack + borderless symbols +
              fill-change active + restrained glow feedback
   Class prefix: uifed28-
   ========================================================= */

/* ---------- design tokens ---------- */
:root{
  --uifed28-ink:#1B263B;          /* primary dark background */
  --uifed28-ink-2:#23324a;        /* raised surface */
  --uifed28-ink-3:#2c3e5e;        /* hover surface */
  --uifed28-graphite:#4A4A4A;     /* secondary dark */
  --uifed28-slate:#708090;        /* mid neutral */
  --uifed28-silver:#C0C0C0;       /* primary light text */
  --uifed28-mist:#A9A9A9;         /* secondary light text */
  --uifed28-blush:#FFC0CB;        /* brand accent */
  --uifed28-blush-deep:#f7a8b8;   /* accent press */
  --uifed28-line:rgba(192,192,192,.16);
  --uifed28-line-strong:rgba(255,192,203,.34);
  --uifed28-shadow:0 14px 32px rgba(0,0,0,.42);
  --uifed28-glow:0 0 0 1px rgba(255,192,203,.55), 0 8px 22px rgba(255,192,203,.22);
  --uifed28-r-sm:10px;
  --uifed28-r-md:16px;
  --uifed28-r-lg:22px;
  --uifed28-topbar-h:54px;
  --uifed28-nav-h:64px;
  --uifed28-shell:430px;
}

/* ---------- reset & base ---------- */
*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{
  font-family:"Segoe UI",system-ui,-apple-system,Roboto,"Helvetica Neue",Arial,sans-serif;
  background:var(--uifed28-ink);
  color:var(--uifed28-silver);
  line-height:1.55;
  font-size:15px;
  overflow-x:hidden;
  background-image:
    radial-gradient(120% 60% at 80% -10%, rgba(255,192,203,.10), transparent 60%),
    radial-gradient(120% 50% at -10% 12%, rgba(112,128,144,.18), transparent 60%);
}
img{max-width:100%;display:block;border:0;}
a{color:var(--uifed28-blush);text-decoration:none;}
button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit;}
ul,ol{list-style:none;}

/* phone canvas + content safe area */
.uifed28-shell{
  max-width:var(--uifed28-shell);
  margin:0 auto;
  min-height:100vh;
  position:relative;
  background:linear-gradient(180deg,#1B263B 0%, #182238 40%, #15203a 100%);
  box-shadow:var(--uifed28-shadow);
}
.uifed28-stage{
  padding-top:calc(var(--uifed28-topbar-h) + 6px);
  padding-bottom:calc(var(--uifed28-nav-h) + 28px);
}
.uifed28-container{padding:0 12px;width:100%;}

/* ---------- top brand bar ---------- */
.uifed28-topbar{
  position:fixed;top:0;left:50%;transform:translateX(-50%);
  width:100%;max-width:var(--uifed28-shell);
  height:var(--uifed28-topbar-h);
  display:flex;align-items:center;justify-content:space-between;
  padding:0 12px;gap:8px;
  background:rgba(20,30,50,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--uifed28-line);
  z-index:60;
}
.uifed28-brand{display:flex;align-items:center;gap:8px;min-width:0;flex:1;}
.uifed28-logo{
  width:34px;height:34px;border-radius:9px;object-fit:cover;
  border:1px solid var(--uifed28-line-strong);
  box-shadow:0 0 0 2px rgba(255,192,203,.10);
  flex-shrink:0;
}
.uifed28-brand-text{display:flex;flex-direction:column;line-height:1.1;min-width:0;}
.uifed28-brand-name{
  font-size:15px;font-weight:800;letter-spacing:.2px;color:#fff;
  white-space:nowrap;
}
.uifed28-brand-name b{color:var(--uifed28-blush);font-weight:800;}
.uifed28-brand-tag{
  font-size:10px;color:var(--uifed28-mist);letter-spacing:.7px;
  text-transform:uppercase;white-space:nowrap;
}
.uifed28-actions{display:flex;align-items:center;gap:6px;}

.uifed28-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  min-height:36px;padding:0 12px;border-radius:999px;
  font-size:13px;font-weight:700;letter-spacing:.2px;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space:nowrap;
}
.uifed28-btn-login{
  background:transparent;color:var(--uifed28-silver);
  border:1px solid var(--uifed28-line);
}
.uifed28-btn-login:hover{color:#fff;border-color:var(--uifed28-line-strong);}
.uifed28-btn-register{
  background:linear-gradient(135deg,var(--uifed28-blush) 0%, var(--uifed28-blush-deep) 100%);
  color:#1B263B;font-weight:800;
  box-shadow:0 6px 16px rgba(255,192,203,.30);
}
.uifed28-btn-register:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(255,192,203,.42);}
.uifed28-btn-register:active{transform:translateY(0);}

.uifed28-menu-btn{
  width:38px;height:38px;border-radius:10px;
  display:grid;place-items:center;
  border:1px solid var(--uifed28-line);
  background:rgba(255,255,255,.04);
  color:var(--uifed28-silver);
  transition:background .18s ease, color .18s ease, border-color .18s ease;
}
.uifed28-menu-btn:hover{color:#fff;border-color:var(--uifed28-line-strong);background:rgba(255,192,203,.10);}
.uifed28-menu-btn svg{width:18px;height:18px;}
.uifed28-menu-btn[aria-expanded="true"]{color:var(--uifed28-blush);}

/* ---------- layered dropdown menu ---------- */
.uifed28-menu{
  position:fixed;top:calc(var(--uifed28-topbar-h) + 4px);left:50%;
  transform:translate(-50%,-14px);
  width:calc(100% - 16px);max-width:calc(var(--uifed28-shell) - 16px);
  background:linear-gradient(180deg,#1f2c46 0%, #1a253c 100%);
  border:1px solid var(--uifed28-line-strong);
  border-radius:var(--uifed28-r-md);
  box-shadow:var(--uifed28-shadow);
  padding:10px;gap:10px;
  z-index:59;opacity:0;visibility:hidden;
  transition:transform .22s ease, opacity .22s ease, visibility .22s ease;
  max-height:calc(100vh - var(--uifed28-topbar-h) - 80px);
  overflow-y:auto;
}
.uifed28-menu-open{transform:translate(-50%,0);opacity:1;visibility:visible;}
.uifed28-menu-group{
  border:1px solid var(--uifed28-line);
  border-radius:var(--uifed28-r-sm);
  padding:8px 10px;background:rgba(255,255,255,.02);
}
.uifed28-menu-label{
  font-size:10px;letter-spacing:1.2px;text-transform:uppercase;
  color:var(--uifed28-blush);font-weight:800;margin-bottom:6px;
}
.uifed28-menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;}
.uifed28-menu-item{
  display:flex;flex-direction:column;gap:2px;
  padding:8px 10px;border-radius:10px;min-height:44px;
  background:rgba(255,255,255,.03);
  border:1px solid transparent;
  transition:background .16s ease, border-color .16s ease, transform .16s ease;
}
.uifed28-menu-item span{font-size:13px;font-weight:700;color:#fff;}
.uifed28-menu-item small{font-size:10.5px;color:var(--uifed28-mist);}
.uifed28-menu-item:hover{background:rgba(255,192,203,.10);border-color:var(--uifed28-line-strong);transform:translateX(2px);}
.uifed28-menu-current{
  background:rgba(255,192,203,.14);
  border-color:var(--uifed28-line-strong);
}
.uifed28-menu-current span{color:var(--uifed28-blush);}

/* ---------- hero ---------- */
.uifed28-hero{
  padding:14px 12px 6px;
}
.uifed28-hero h1{
  font-size:22px;line-height:1.25;color:#fff;font-weight:800;
  letter-spacing:.2px;margin-bottom:8px;
}
.uifed28-hero h1 em{font-style:normal;color:var(--uifed28-blush);}
.uifed28-hero p{
  font-size:13.5px;color:var(--uifed28-mist);margin-bottom:12px;max-width:42ch;
}
.uifed28-hero-actions{display:flex;gap:8px;flex-wrap:wrap;}
.uifed28-hero-actions .uifed28-btn{flex:1;min-width:120px;padding:0 16px;min-height:40px;font-size:14px;}

/* ---------- carousel ---------- */
.uifed28-carousel{
  position:relative;border-radius:var(--uifed28-r-lg);overflow:hidden;
  margin:12px;border:1px solid var(--uifed28-line);
  box-shadow:var(--uifed28-shadow);
}
.uifed28-track{display:flex;transition:transform .42s cubic-bezier(.4,.0,.2,1);}
.uifed28-slide{
  flex:0 0 100%;position:relative;
  display:block;
}
.uifed28-slide img{width:100%;height:188px;object-fit:cover;}
.uifed28-slide-shade{
  position:absolute;inset:0;
  background:linear-gradient(180deg, rgba(20,30,50,.10) 30%, rgba(20,30,50,.85) 100%);
}
.uifed28-slide-cap{
  position:absolute;left:14px;right:14px;bottom:12px;color:#fff;
}
.uifed28-slide-cap h2{font-size:16px;font-weight:800;line-height:1.2;margin-bottom:3px;}
.uifed28-slide-cap p{font-size:11.5px;color:var(--uifed28-silver);margin-bottom:0;}
.uifed28-carousel-ctrl{
  position:absolute;bottom:10px;right:12px;display:flex;gap:5px;
}
.uifed28-dot{
  width:8px;height:8px;border-radius:50%;
  background:rgba(255,255,255,.45);
  border:0;transition:background .2s ease, transform .2s ease;
}
.uifed28-dot-active{background:var(--uifed28-blush);transform:scale(1.25);}
.uifed28-carousel-arrow{
  position:absolute;top:50%;transform:translateY(-50%);
  width:32px;height:32px;border-radius:50%;
  background:rgba(20,30,50,.6);color:#fff;
  display:grid;place-items:center;z-index:2;
  border:1px solid var(--uifed28-line);
}
.uifed28-carousel-arrow svg{width:16px;height:16px;}
.uifed28-carousel-prev{left:8px;}
.uifed28-carousel-next{right:8px;}

/* ---------- section / game grid ---------- */
.uifed28-section{padding:18px 12px 4px;}
.uifed28-section-head{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:10px;margin-bottom:12px;padding-bottom:8px;
  border-bottom:1px solid var(--uifed28-line);
}
.uifed28-section-head h2{
  font-size:17px;color:#fff;font-weight:800;line-height:1.25;
}
.uifed28-section-head h2 em{font-style:normal;color:var(--uifed28-blush);}
.uifed28-section-head p{font-size:11.5px;color:var(--uifed28-mist);margin-top:2px;}
.uifed28-section-link{
  font-size:11.5px;font-weight:700;color:var(--uifed28-blush);
  white-space:nowrap;display:inline-flex;align-items:center;gap:3px;
}
.uifed28-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px 8px;
}
.uifed28-game{
  display:flex;flex-direction:column;align-items:center;gap:5px;
  padding:6px 4px 8px;border-radius:var(--uifed28-r-sm);
  background:rgba(255,255,255,.03);
  border:1px solid var(--uifed28-line);
  transition:transform .16s ease, border-color .16s ease, box-shadow .16s ease;
  text-align:center;
}
.uifed28-game:hover{
  transform:translateY(-2px);
  border-color:var(--uifed28-line-strong);
  box-shadow:0 6px 14px rgba(255,192,203,.18);
}
.uifed28-game:active{transform:translateY(0);}
.uifed28-game-img{
  width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;
  background:#0f1730;
}
.uifed28-game-name{
  font-size:10.5px;line-height:1.2;color:var(--uifed28-silver);
  font-weight:600;overflow:hidden;display:-webkit-box;
  -webkit-line-clamp:2;-webkit-box-orient:vertical;
  min-height:26px;
}

/* ---------- content cards / modules ---------- */
.uifed28-card{
  background:linear-gradient(180deg, rgba(35,50,74,.7), rgba(27,38,59,.7));
  border:1px solid var(--uifed28-line);
  border-radius:var(--uifed28-r-md);
  padding:14px;margin-bottom:10px;
}
.uifed28-card h2{
  font-size:16px;color:#fff;font-weight:800;line-height:1.3;margin-bottom:8px;
}
.uifed28-card h2 em{font-style:normal;color:var(--uifed28-blush);}
.uifed28-card h3{
  font-size:13.5px;color:var(--uifed28-blush);font-weight:700;margin:10px 0 5px;
}
.uifed28-card p{font-size:13px;color:var(--uifed28-silver);margin-bottom:8px;}
.uifed28-card p a{font-weight:700;}

/* achievement chips */
.uifed28-chips{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;}
.uifed28-chip{
  background:rgba(255,255,255,.04);border:1px solid var(--uifed28-line);
  border-radius:var(--uifed28-r-sm);padding:10px;
}
.uifed28-chip b{display:block;font-size:18px;color:var(--uifed28-blush);font-weight:800;line-height:1;}
.uifed28-chip span{font-size:11px;color:var(--uifed28-mist);display:block;margin-top:4px;}

/* list variants */
.uifed28-list{padding-left:0;}
.uifed28-list li{
  position:relative;padding:6px 0 6px 18px;font-size:13px;color:var(--uifed28-silver);
  border-bottom:1px dashed var(--uifed28-line);
}
.uifed28-list li:last-child{border-bottom:0;}
.uifed28-list li::before{
  content:"";position:absolute;left:4px;top:13px;width:6px;height:6px;border-radius:50%;
  background:var(--uifed28-blush);box-shadow:0 0 6px rgba(255,192,203,.6);
}

/* takeaways */
.uifed28-takeaways{display:grid;grid-template-columns:1fr;gap:8px;}
.uifed28-takeaway{
  display:flex;gap:10px;align-items:flex-start;
  padding:10px;border-radius:var(--uifed28-r-sm);
  background:rgba(255,192,203,.06);border:1px solid var(--uifed28-line);
}
.uifed28-takeaway-num{
  width:26px;height:26px;border-radius:8px;flex-shrink:0;
  background:linear-gradient(135deg,var(--uifed28-blush),var(--uifed28-blush-deep));
  color:#1B263B;font-weight:800;font-size:13px;display:grid;place-items:center;
}
.uifed28-takeaway p{font-size:12.5px;color:var(--uifed28-silver);margin:0;}

/* relationship map */
.uifed28-relmap{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;}
.uifed28-relnode{
  border:1px solid var(--uifed28-line);border-radius:var(--uifed28-r-sm);
  padding:10px;background:rgba(255,255,255,.03);
}
.uifed28-relnode b{display:block;color:var(--uifed28-blush);font-size:12.5px;font-weight:800;margin-bottom:3px;}
.uifed28-relnode span{font-size:11.5px;color:var(--uifed28-mist);}

/* mobile app download module */
.uifed28-approw{
  display:flex;gap:10px;align-items:center;flex-wrap:wrap;
}
.uifed28-approw .uifed28-btn{flex:1;min-width:120px;}
.uifed28-app-badge{
  display:flex;align-items:center;gap:8px;padding:10px 12px;
  border-radius:12px;background:rgba(255,255,255,.04);
  border:1px solid var(--uifed28-line);flex:1;min-width:140px;
}
.uifed28-app-badge svg{width:20px;height:20px;color:var(--uifed28-blush);}
.uifed28-app-badge b{font-size:13px;color:#fff;display:block;}
.uifed28-app-badge small{font-size:10.5px;color:var(--uifed28-mist);}

/* CTA strip */
.uifed28-cta{
  margin:14px 12px;padding:16px;border-radius:var(--uifed28-r-md);
  background:linear-gradient(135deg, rgba(255,192,203,.18), rgba(112,128,144,.12));
  border:1px solid var(--uifed28-line-strong);
  text-align:center;
}
.uifed28-cta h2{font-size:17px;color:#fff;font-weight:800;margin-bottom:6px;}
.uifed28-cta h2 em{font-style:normal;color:var(--uifed28-blush);}
.uifed28-cta p{font-size:12.5px;color:var(--uifed28-silver);margin-bottom:12px;}

/* ---------- extended footer ---------- */
.uifed28-extfoot{padding:18px 12px 8px;}
.uifed28-extfoot-head{
  font-size:10px;letter-spacing:1.4px;text-transform:uppercase;
  color:var(--uifed28-blush);font-weight:800;margin-bottom:8px;
}
.uifed28-extfoot-brand{
  font-size:13px;color:var(--uifed28-silver);margin-bottom:14px;line-height:1.6;
}
.uifed28-extfoot-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;}
.uifed28-extfoot-col h4{
  font-size:12px;color:#fff;font-weight:800;margin-bottom:6px;letter-spacing:.3px;
}
.uifed28-extfoot-col a{
  display:block;font-size:12px;color:var(--uifed28-mist);padding:3px 0;
  transition:color .16s ease;
}
.uifed28-extfoot-col a:hover{color:var(--uifed28-blush);}
.uifed28-extfoot-promos{
  display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px;
}
.uifed28-extfoot-promos .uifed28-btn{
  flex:1;min-width:90px;padding:8px 10px;font-size:11.5px;background:rgba(255,255,255,.04);
  border:1px solid var(--uifed28-line);color:var(--uifed28-silver);
}
.uifed28-extfoot-promos .uifed28-btn:hover{color:#fff;border-color:var(--uifed28-line-strong);}
.uifed28-disclaimer{
  font-size:11px;color:var(--uifed28-mist);line-height:1.6;
  border-top:1px solid var(--uifed28-line);padding-top:10px;
}

/* ---------- common footer ---------- */
.uifed28-foot{
  padding:14px 12px 10px;border-top:1px solid var(--uifed28-line);
  text-align:center;
}
.uifed28-foot small{font-size:10.5px;color:var(--uifed28-mist);display:block;line-height:1.6;}
.uifed28-foot a{font-size:10.5px;color:var(--uifed28-silver);}

/* ---------- mobile bottom nav ---------- */
.uifed28-nav{
  position:fixed;left:50%;bottom:0;transform:translateX(-50%);
  width:100%;max-width:var(--uifed28-shell);
  height:var(--uifed28-nav-h);
  display:grid;grid-template-columns:repeat(5,1fr);
  background:rgba(18,27,45,.96);
  backdrop-filter:blur(10px);
  border-top:1px solid var(--uifed28-line);
  z-index:60;
}
.uifed28-nav-btn{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;
  color:var(--uifed28-mist);position:relative;
  transition:color .18s ease;
  min-height:44px;
}
.uifed28-nav-btn svg{
  width:21px;height:21px;stroke:currentColor;fill:none;
  stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;
  transition:fill .18s ease, stroke .18s ease, transform .18s ease, filter .18s ease;
}
.uifed28-nav-btn span{font-size:10px;font-weight:700;letter-spacing:.2px;}
.uifed28-nav-btn:hover{color:var(--uifed28-silver);}
.uifed28-nav-btn:hover svg{transform:translateY(-1px);}
.uifed28-nav-active{color:var(--uifed28-blush);}
.uifed28-nav-active svg{
  fill:rgba(255,192,203,.18);stroke:var(--uifed28-blush);
  filter:drop-shadow(0 0 6px rgba(255,192,203,.55));
}
.uifed28-nav-active::before{
  content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:22px;height:3px;border-radius:0 0 4px 4px;background:var(--uifed28-blush);
  box-shadow:0 0 8px rgba(255,192,203,.7);
}

/* ---------- utility ---------- */
.uifed28-skip{
  position:absolute;left:-9999px;top:0;background:#fff;color:#1B263B;
  padding:8px 12px;border-radius:6px;z-index:200;font-size:13px;
}
.uifed28-skip:focus{left:8px;top:8px;}
:focus-visible{outline:2px solid var(--uifed28-blush);outline-offset:2px;border-radius:6px;}

/* ---------- responsive: keep phone canvas, allow 5-col at 375+ ---------- */
@media (min-width:360px){
  .uifed28-hero h1{font-size:23px;}
  .uifed28-game-name{font-size:11px;}
}
@media (min-width:375px){
  .uifed28-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;}
  .uifed28-chips{grid-template-columns:repeat(3,1fr);}
  .uifed28-extfoot-cols{grid-template-columns:1fr 1fr 1fr;}
  .uifed28-hero h1{font-size:24px;}
  .uifed28-slide img{height:210px;}
}
@media (min-width:414px){
  .uifed28-hero h1{font-size:26px;}
  body{font-size:15.5px;}
}

/* ---------- feature and help reading modules ---------- */
.uifed28-feature-intro{padding:8px 12px 2px;}
.uifed28-answer{display:flex;gap:10px;align-items:flex-start;border-left:3px solid var(--uifed28-blush);padding:11px 12px;background:rgba(255,192,203,.07);border-radius:0 12px 12px 0;}
.uifed28-answer-mark{width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px;border-radius:50%;background:var(--uifed28-blush);color:var(--uifed28-ink);font-weight:900;}
.uifed28-answer p,.uifed28-lead-note{font-size:13px;color:var(--uifed28-silver);margin:0;}
.uifed28-lead-note{padding:9px 2px 0;color:var(--uifed28-mist);}
.uifed28-route{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:12px 0;}
.uifed28-route div{padding:9px;border:1px solid var(--uifed28-line);background:rgba(255,255,255,.035);border-radius:9px;}
.uifed28-route b,.uifed28-prep-grid b{display:block;color:var(--uifed28-blush);font-size:11px;margin-bottom:3px;letter-spacing:.3px;}
.uifed28-route span,.uifed28-prep-grid span{display:block;color:var(--uifed28-mist);font-size:11.5px;line-height:1.4;}
.uifed28-actionline{margin:12px 0 0!important;color:var(--uifed28-silver)!important;}
.uifed28-text-action{color:var(--uifed28-blush);font-weight:800;text-decoration:underline;min-height:44px;padding:0 3px;}
.uifed28-tool-list{display:grid;gap:9px;margin:10px 0 13px;}
.uifed28-tool-list article{display:grid;grid-template-columns:32px 1fr;gap:9px;padding:9px 0;border-top:1px solid var(--uifed28-line);}
.uifed28-tool-list article:first-child{border-top:0;}
.uifed28-tool-list h3{margin:0 0 3px;font-size:13px;color:#fff;}
.uifed28-tool-list p{margin:0;font-size:12.5px;}
.uifed28-tool-icon{width:30px;height:30px;border:1px solid var(--uifed28-line-strong);border-radius:8px;display:grid;place-items:center;color:var(--uifed28-blush);font-weight:800;font-size:10px;}
.uifed28-compare{border:1px solid var(--uifed28-line);border-radius:10px;overflow:hidden;margin:11px 0;}
.uifed28-compare>div{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--uifed28-line);}
.uifed28-compare>div:first-child{border-top:0;}
.uifed28-compare span{padding:8px;font-size:11.5px;color:var(--uifed28-mist);}
.uifed28-compare span+span{border-left:1px solid var(--uifed28-line);color:var(--uifed28-silver);}
.uifed28-compare-head{background:rgba(255,192,203,.08);font-weight:800;}
.uifed28-compare-head span{color:var(--uifed28-blush)!important;font-size:11px;}
.uifed28-steprail{display:grid;gap:8px;margin:10px 0 12px;}
.uifed28-steprail div{border-left:2px solid var(--uifed28-slate);padding:7px 9px;}
.uifed28-steprail b{color:#fff;font-size:12.5px;}
.uifed28-steprail p{font-size:12px!important;margin:3px 0 0!important;}
.uifed28-prep-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:11px 0;}
.uifed28-prep-grid div{padding:9px;border-radius:9px;background:rgba(255,255,255,.035);border:1px solid var(--uifed28-line);}
.uifed28-boundary{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin:11px 0;}
.uifed28-boundary span{padding:8px 3px;text-align:center;border:1px solid var(--uifed28-line-strong);border-radius:8px;color:var(--uifed28-blush);font-size:10.5px;font-weight:800;}

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