/* bitZino rebuild — overrides layer.
   application.css / blackjack.css remain byte-identical to the originals.
   This file only supplies what the original produced server-side or via
   jQuery-UI animated classes, plus the fixed-width guarantee. */

/* the original was a fixed 800px design; guarantee that geometry */
body{min-width:820px}
#body{min-width:820px}

/* dealer/player rows in flow above #info */
#dealer{margin-top:8px}
#player,#dealer{position:relative}
#table .hands{height:150px}
#table .hand{width:100%;left:0}
#table .hands.c2 .hand{width:50%}
#table .hands.c3 .hand{width:33%}
#table .hands.c4 .hand{width:25%}

/* hand total — sits just left of the card stack (as in gameplay footage) */
#table .hand .value{
  right:auto;left:50%;margin-left:-110px;top:24px;width:60px;text-align:right;
  color:#fff;font-size:20px;font-weight:bold;text-shadow:1px 1px #333;
}

/* result line under the cards */
#table .hand .status{
  color:#fff;font-size:17px;text-shadow:1px 1px #333;text-align:center;
}
#table .hand .status.shown{display:block}

/* card fly-in: original removed .undealt via jQuery-UI class animation */
#table .card{
  transition:margin-top .3s ease-out,margin-left .3s ease-out;
}
/* hole-card flip: back fades out on reveal */
#table .card .back{z-index:3;transition:opacity .25s}
#table .card .back.flipping{opacity:0}

/* header logged-in account box */
#header .user{background-color:#c9c9c9;background-image:linear-gradient(#d2d2d2,#ababab)}
#header .user .balance{font-size:14px;white-space:nowrap}

/* keep the guest register icon off the Cash out pill */
#leave .icon{display:block;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8e8e8' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M18 6 6 18M6 6l12 12'/></svg>")}


/* Panel row: More games (LEFT) + Provably Fair (RIGHT), tiles full-width. */
html.bz-embed #panels{position:relative;width:800px;margin:30px auto 0!important;height:auto!important;min-height:60px;overflow:visible!important}
html.bz-embed #panels::after{content:"";display:block;clear:both}
html.bz-embed #fair,html.bz-embed #more_games{
  top:0!important;margin:0!important;
  right:auto!important;left:auto!important;
  width:auto!important;height:auto!important;float:none!important;
}
html.bz-embed #more_games{position:relative!important;left:0!important;width:800px!important;display:block!important}
html.bz-embed #more_games .link{position:relative!important;left:0!important;right:auto!important;float:left!important;display:inline-flex!important;align-items:center!important;gap:10px!important;padding:8px 22px 8px 18px!important;min-height:28px!important;line-height:1!important;cursor:pointer}
html.bz-embed #more_games .link .arrow{position:static!important;flex:0 0 auto!important;margin:0!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important}

html.bz-embed #more_games .more_games_content{display:none;clear:both!important;width:800px!important;box-sizing:border-box;position:relative!important;top:0!important;margin-top:0!important;border-radius:0 10px 10px 10px!important;padding:20px 24px!important;height:auto!important;min-height:176px!important;overflow:visible!important}
html.bz-embed #more_games.active .more_games_content{display:flex!important;flex-wrap:nowrap!important;justify-content:space-between!important;align-items:center!important;gap:0!important;padding-left:24px!important;padding-right:24px!important}


html.bz-embed #fair{position:absolute!important;right:0!important;left:auto!important;top:6px!important;width:auto!important;z-index:2}
html.bz-embed #fair.active{z-index:2147482001!important}
html.bz-embed #fair .link{
  position:relative!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0 2px 1px 24px!important;
  height:auto!important;line-height:1.2!important;
  color:#fff!important;
  font:bold 14px Arial,Helvetica,sans-serif!important;
  text-decoration:none!important;
  text-shadow:1px 1px 0 rgba(0,0,0,0.75)!important;
  border-bottom:0!important;
  cursor:pointer;
}

html.bz-embed #fair .link .arrow{display:none!important}
html.bz-embed #fair .link .icon{
  position:absolute!important;left:0!important;top:50%!important;transform:translateY(-50%)!important;
  width:18px!important;height:18px!important;
  background:url(/bz/img/lock-100-9d34020236d52730a1b6d2ec0b2a2d94.png) no-repeat center/contain!important;
  filter:none!important;
}
html.bz-embed #fair .fair_content{display:none}

/* Fair content becomes a centered modal popup */
html.bz-embed #fair.active .fair_content{
  display:block!important;
  position:fixed!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;
  transform:translate(-50%,-50%)!important;
  width:560px!important;max-width:calc(100vw - 32px)!important;
  height:auto!important;max-height:85vh!important;overflow-y:auto!important;overflow-x:hidden!important;
  z-index:2147483000!important;padding:28px 28px 24px!important;
  background-color:#0b1220!important;color:#ddd!important;border-radius:12px!important;
  box-shadow:0 0 0 1px rgba(0,0,0,.9),0 24px 80px rgba(0,0,0,.85)!important;
  box-sizing:border-box!important;
}
html.bz-embed #fair.active .fair_content .last_hand,
html.bz-embed #fair.active .fair_content .next_hand{
  position:static!important;float:none!important;clear:both!important;
  display:block!important;width:auto!important;height:auto!important;
  left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
  margin:0 0 14px!important;padding:12px 14px!important;
  background:rgba(255,255,255,.03)!important;
  border:1px solid rgba(255,255,255,.08)!important;border-radius:8px!important;
  color:#ddd!important;box-sizing:border-box!important;
}
html.bz-embed #fair.active .fair_content h5{
  position:static!important;float:none!important;display:block!important;
  width:auto!important;height:auto!important;
  margin:0 0 10px!important;padding:0!important;
  color:#fff!important;font:bold 13px Arial,Helvetica,sans-serif!important;
  text-transform:uppercase!important;letter-spacing:.06em!important;
  text-align:left!important;
}
html.bz-embed #fair.active .fair_content .field{
  position:static!important;float:none!important;clear:both!important;
  display:flex!important;align-items:center!important;gap:10px!important;
  width:auto!important;height:auto!important;
  left:auto!important;right:auto!important;top:auto!important;
  margin:0 0 8px!important;padding:0!important;
}
html.bz-embed #fair.active .fair_content .field label{
  position:static!important;float:none!important;display:block!important;
  flex:0 0 110px!important;width:110px!important;height:auto!important;
  margin:0!important;padding:0!important;
  color:#9aa4b2!important;
  font:12px Arial,Helvetica,sans-serif!important;text-align:left!important;
}
html.bz-embed #fair.active .fair_content .long_string{
  position:relative!important;float:none!important;display:block!important;
  flex:1 1 auto!important;width:auto!important;
  height:26px!important;margin:0!important;padding:0!important;
  background:#000!important;border:1px solid #222!important;border-radius:4px!important;
  overflow:hidden!important;
}
html.bz-embed #fair.active .fair_content .long_string .space,
html.bz-embed #fair.active .fair_content .long_string .fade{display:none!important}
html.bz-embed #fair.active .fair_content .long_string input{
  position:static!important;box-sizing:border-box!important;
  display:block!important;width:100%!important;height:26px!important;
  margin:0!important;padding:0 8px!important;border:0!important;
  color:#cfe3ff!important;background:transparent!important;
  font:12px/26px "SFMono-Regular",Menlo,Consolas,monospace!important;
  white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;
}

html.bz-embed #fair.active .fair_content a.help{
  clear:both;display:inline-block;margin-top:4px;color:#8ab4f8!important;font:12px Arial,Helvetica,sans-serif!important;
}
html.bz-embed #fair.active .fair_content .verify_log{all:unset!important;display:block!important;clear:both!important;float:none!important;width:auto!important;color:#ddd!important;margin:14px 0 0!important;padding:12px 14px!important;background:rgba(255,255,255,.03)!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:8px!important;box-sizing:border-box!important}
html.bz-embed #fair.active .fair_content .verify_log h5{all:unset!important;display:block!important;margin:0 0 8px!important;color:#fff!important;font:bold 13px Arial,Helvetica,sans-serif!important;text-transform:uppercase!important;letter-spacing:.06em!important}
html.bz-embed #fair.active .fair_content .verify_log .verify_rows{display:block!important;max-height:220px!important;overflow-y:auto!important;border:1px solid #222!important;padding:6px 8px!important;background:rgba(0,0,0,.35)!important;border-radius:6px!important;font:11px/1.4 "SFMono-Regular",Menlo,Consolas,monospace!important;color:#cfe3ff!important}

/* Backdrop + close button injected via JS */
html.bz-embed #bz-fair-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.65);z-index:2147482000}
html.bz-embed #fair.active .fair_content .bz-fair-close{
  position:absolute;top:10px;right:10px;cursor:pointer;color:#cfd6e0;
  font:normal 22px/28px Arial,sans-serif;text-align:center;
  width:32px;height:32px;padding:0;border-radius:6px;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);
  z-index:3;user-select:none;
}
html.bz-embed #fair.active .fair_content .bz-fair-close:hover{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.18)}




/* SVG bitZino logo: fit inside 179x36 header slot, no cutoff after the "o" */
#header .logo{width:auto;max-width:200px;padding-right:12px;line-height:0}
#header .logo img{display:block;height:28px;width:auto;max-width:100%}

/* Vertically center the SVG logo within the header */
#header .logo{display:inline-flex;align-items:center;height:36px;vertical-align:middle}

/* Card face text must be BLACK — .bz-page sets color:#ddd which was cascading
   into card rank text, making faces look faded/white. Original bitZino
   rendered rank glyphs (A, K, Q, J, 10…) in solid black. */
html.bz-embed #table .card,
html.bz-embed #table .card .corner,
html.bz-embed #table .card .center,
html.bz-embed #table .card .rank{color:#000!important}

/* Center rank + suit inside the yellow-tinted .center face box */
html.bz-embed #table .card .center{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  gap:1px!important;
}
html.bz-embed #table .card .center .rank{
  width:auto!important;margin:0!important;
  line-height:1!important;text-align:center!important;
}
html.bz-embed #table .card .center .suit{
  margin:0!important;
}

/* Ensure the top corner "Rules" and "Cash out" pills keep their original
   light-grey text (they inherit from .bz-page → #ddd otherwise looked dull). */
html.bz-embed #rules,html.bz-embed #leave{
  color:#e8e8e8!important;
  font:bold 13px Arial,Helvetica,sans-serif!important;
  line-height:22px!important;
  text-shadow:1px 1px 0 rgba(0,0,0,0.6)!important;
  height:24px!important;
  padding:2px 26px 2px 12px!important;
  box-sizing:content-box!important;
  position:absolute!important;top:0!important;
}
html.bz-embed #rules{left:0!important;right:auto!important;border-radius:0 0 10px 0!important}
html.bz-embed #leave{right:0!important;left:auto!important;border-radius:0 0 0 10px!important}
html.bz-embed #rules .icon,html.bz-embed #leave .icon{
  position:absolute!important;
  width:15px!important;height:15px!important;
  right:6px!important;top:50%!important;
  margin:-9px 0 0 0!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
}


/* Info bar text (Split/Double/Hit/Stand/Bet, stake pill, bet amount label)
   uses explicit legacy colors — force them so .bz-page's #ddd body text
   does not leak into the numeric bet input or stake amount. */
html.bz-embed #info input[type=submit]{color:#ddd}
html.bz-embed #info .disabled input[type=submit]{color:#888}
html.bz-embed #stake,html.bz-embed #stake .stake,html.bz-embed #stake .unit{color:#ccc}
html.bz-embed #info #bet .amount label{display:none!important}
html.bz-embed #info #bet .amount input[type=text]{color:#000;background:#fff}

/* Blackjack controls: undo the experimental flex/tall button styling and keep
   the original Wayback geometry — 800px wide, five 160px buttons, 110px tall,
   with the legacy grey bevel gradient on the submit inputs themselves. */
html.bz-embed #info{height:110px!important;bottom:0!important}
html.bz-embed #info .button{
  position:absolute!important;
  top:0!important;
  width:160px!important;
  height:110px!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  display:block!important;
}
html.bz-embed #info .button form{width:100%!important;height:110px!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
html.bz-embed #info input[type=submit]{
  width:100%!important;
  height:110px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  /* Original bitZino divider: chiseled groove — 2px dark line with a 1px
     highlight on the right side, running the full height of the button. */
  border-right:2px solid #000!important;
  box-shadow:inset -3px 0 0 rgba(255,255,255,0.05), 1px 0 0 rgba(255,255,255,0.09)!important;
  border-radius:0!important;
  color:#f4f4f4!important;
  font:normal 24px Arial,Helvetica,sans-serif!important;
  line-height:110px!important;
  text-align:center!important;
  text-shadow:0 -1px 0 rgba(0,0,0,0.6)!important;
  letter-spacing:0!important;
  background-color:#5a5a5a!important;
  background-image:linear-gradient(to bottom,#6d6d6d 0%,#7a7a7a 12%,#868686 25%,#5d5d5d 39%,#3a3a3a 64%,#262626 71%,#363636 81%,#242424 91%,#161616 100%)!important;
  cursor:pointer;
}
html.bz-embed #info .button:not(.disabled) form:not(.disabled) input[type=submit]:hover{
  background-image:linear-gradient(to bottom,#7d7d7d 0%,#8a8a8a 12%,#969696 25%,#6d6d6d 39%,#444 64%,#303030 71%,#404040 81%,#2c2c2c 91%,#1e1e1e 100%)!important;
}
html.bz-embed #info input[type=submit]:active{
  box-shadow:inset -3px 0 0 rgba(255,255,255,0.05), 1px 0 0 rgba(255,255,255,0.09), inset 0 2px 6px rgba(0,0,0,0.5)!important;
}
html.bz-embed #info #bet input[type=submit]{border-right:0!important;box-shadow:none!important}
html.bz-embed #info #split input[type=submit]{border-radius:0 0 0 10px!important}
html.bz-embed #info #bet input[type=submit]{border-radius:0 0 10px 0!important}
/* Active (enabled) Bet button — brighter, greenish-tinted bevel so it clearly
   reads as the primary action. */
html.bz-embed #info:not(.dealing) #bet form:not(.disabled) input[type=submit]{
  color:#fff!important;
  text-shadow:0 -1px 0 rgba(0,0,0,0.7)!important;
  background-color:#6e6e6e!important;
  background-image:linear-gradient(to bottom,#8a8a8a 0%,#979797 12%,#a3a3a3 25%,#6e6e6e 39%,#3f3f3f 64%,#2a2a2a 71%,#3a3a3a 81%,#282828 91%,#191919 100%)!important;
}
html.bz-embed #info:not(.dealing) #bet form:not(.disabled) input[type=submit]:hover{
  background-image:linear-gradient(to bottom,#9a9a9a 0%,#a7a7a7 12%,#b3b3b3 25%,#7e7e7e 39%,#4a4a4a 64%,#333 71%,#444 81%,#303030 91%,#1e1e1e 100%)!important;
}

/* Disabled state — clearly flatter, darker, muted so the eye separates it
   from the live-clickable buttons. */
html.bz-embed #info .disabled input[type=submit],
html.bz-embed #info.dealing input[type=submit]{
  color:#5c5c5c!important;
  text-shadow:0 1px 0 rgba(0,0,0,0.4)!important;
  background-color:#2a2a2a!important;
  background-image:linear-gradient(to bottom,#333 0%,#333 45%,#252525 55%,#1c1c1c 100%)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.03), inset -3px 0 0 rgba(0,0,0,0.2), 1px 0 0 rgba(255,255,255,0.04)!important;
  cursor:default!important;
}
html.bz-embed #info .disabled input[type=submit]:hover,
html.bz-embed #info.dealing input[type=submit]:hover{
  background-image:linear-gradient(to bottom,#333 0%,#333 45%,#252525 55%,#1c1c1c 100%)!important;
}

/* Desktop: bet operators (x2 +1 -1 ½) + amount input — same 34px height,
   perfectly centered labels. Sits flush above the #info button row. */
html.bz-embed #operators{top:-37px!important;height:34px!important;left:auto!important;right:166px!important;width:200px!important}
html.bz-embed #operators > div{
  height:34px!important;
  padding:0!important;
  text-indent:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
  cursor:pointer!important;
  transition:background 120ms ease, box-shadow 120ms ease, transform 60ms ease, color 120ms ease!important;
}
html.bz-embed #operators > div:hover{
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.14), 0 0 8px rgba(160,120,220,.25)!important;
}
html.bz-embed #operators > div:active{
  background:linear-gradient(to bottom,#2a2a2a,#3f3f3f)!important;
  box-shadow:inset 0 2px 4px rgba(0,0,0,.6)!important;
  transform:translateY(1px)!important;
}
html.bz-embed #info #bet .amount{
  top:-37px!important;
  height:34px!important;
  left:0!important;
  right:0!important;
  width:152px!important;
  display:flex!important;
  align-items:center!important;
  background:#fff!important;
  border:1px solid #8a8a8a!important;
  border-radius:4px!important;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.18)!important;
  padding:0 8px!important;
  gap:8px!important;
  margin-left:0!important;
  transition:border-color 120ms ease, box-shadow 120ms ease, background 120ms ease!important;
}
html.bz-embed #info #bet .amount:hover{background:#faf7ff!important;border-color:#a988d4!important}
html.bz-embed #info #bet .amount:focus-within{
  background:#fff!important;
  border-color:#a06fe0!important;
  box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 0 0 1px rgba(160,111,224,.4), 0 0 10px rgba(160,111,224,.4)!important;
}
html.bz-embed #info #bet .amount input[type=text]{
  position:static!important;
  height:32px!important;
  box-sizing:border-box!important;
  padding:0!important;
  line-height:32px!important;
  text-align:left!important;
  background:transparent!important;
  border:0!important;
  outline:none!important;
  color:#111!important;
  font-weight:bold!important;
  text-shadow:none!important;
  flex:1!important;
  min-width:0!important;
}
html.bz-embed #info #bet .amount label{
  position:static!important;
  top:auto!important;
  line-height:32px!important;
  color:#555!important;
  font:bold 10px Arial!important;
  letter-spacing:1px!important;
  text-transform:uppercase!important;
  text-shadow:none!important;
  background:transparent!important;
  border:0!important;
  padding:0!important;
}

/* Original start prompt layout, but explicitly center the two paragraphs so
   global paragraph text-align rules cannot pull the second line off-center. */
html.bz-embed #start_message{
  width:340px!important;
  height:150px!important;
  top:70px!important;
  left:50%!important;
  margin-left:-170px!important;
  padding:0!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:24px!important;
  font-size:22px!important;
  line-height:1.15!important;
  text-align:center!important;
}
html.bz-embed #start_message p{margin:0 30px!important;text-align:center!important;line-height:1.15!important}

/* "More games" tiles — restore original Arial typography and prevent the
   two-line labels ("Video Poker", "3 Card Poker") from being clipped by the
   tile's overflow:hidden. Match Wayback: 74px wide anchors, Arial 14px labels
   sitting under the artwork, text vertically centered in the label band. */
html.bz-embed #more_games a{
  width:144px!important;height:136px!important;padding:12px 4px!important;
  overflow:visible!important;
  font-family:Arial,Helvetica,sans-serif!important;
  text-align:center!important;
  box-sizing:border-box!important;
}
html.bz-embed #more_games a div{
  position:absolute!important;left:0!important;right:0!important;bottom:12px!important;
  margin:0!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.15!important;
  text-align:center!important;
  color:#fff!important;
  text-shadow:1px 1px #000!important;
  white-space:nowrap!important;
}
html.bz-embed #more_games a div span{
  display:inline-block!important;
  padding:2px 4px!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-weight:700!important;
  white-space:nowrap!important;
}
html.bz-embed #more_games img{
  position:absolute!important;left:50%!important;top:16px!important;
  transform:translateX(-50%)!important;
  margin:0!important;height:72px!important;width:auto!important;
}
html.bz-embed #more_games .video_poker img{width:96px!important;height:72px!important;margin:0!important}

/* Playful hover: tile brightens with a soft cyan glow, icon lifts + tilts,
   label nudges up. Uses transforms only so no layout thrash. */
html.bz-embed #more_games a{
  transition:background-color .25s ease, box-shadow .3s ease, transform .3s cubic-bezier(.2,.8,.2,1)!important;
}
html.bz-embed #more_games img{
  transition:transform .35s cubic-bezier(.2,.8,.2,1), filter .3s ease!important;
  transform-origin:50% 90%!important;
  will-change:transform, filter;
}
html.bz-embed #more_games a div{
  transition:transform .3s cubic-bezier(.2,.8,.2,1), text-shadow .3s ease!important;
}
html.bz-embed #more_games a:hover{
  background-color:rgba(90,170,220,0.18)!important;
  box-shadow:0 0 18px 2px rgba(120,200,255,0.35), inset 0 0 12px rgba(120,200,255,0.15)!important;
  transform:translateY(-2px)!important;
}
html.bz-embed #more_games a:hover img{
  transform:translateX(-50%) translateY(-6px) rotate(-6deg) scale(1.08)!important;
  filter:drop-shadow(0 6px 10px rgba(0,0,0,0.55)) drop-shadow(0 0 8px rgba(140,210,255,0.75))!important;
}
html.bz-embed #more_games a:hover div{
  transform:translateY(-2px)!important;
  text-shadow:1px 1px #000, 0 0 8px rgba(160,220,255,0.7)!important;
}
html.bz-embed #more_games a:active img{
  transform:translateX(-50%) translateY(-3px) rotate(-3deg) scale(1.04)!important;
}

/* Crisp card suits — replace legacy sprite PNGs with MDI SVGs via CSS mask
   so hearts/diamonds stay red, spades/clubs stay black, and all four scale
   perfectly at any DPI. Applies to both the corner (15px) and center (25px)
   suit glyphs used by the blackjack card renderer. */
html.bz-embed #table .card .corner .suit,
html.bz-embed #table .card .center .suit{
  background-image:none!important;
  background-position:0 0!important;
  background-repeat:no-repeat!important;
  background-color:#000;
  -webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2C2C9%2C7%204%2C9%204%2C14C4%2C16%206%2C18%208%2C18C9%2C18%2010%2C18%2011%2C17C11%2C17%2011.32%2C19%209%2C22H15C13%2C19%2013%2C17%2013%2C17C14%2C18%2015%2C18%2016%2C18C18%2C18%2020%2C16%2020%2C14C20%2C9%2015%2C7%2012%2C2Z%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
          mask:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2C2C9%2C7%204%2C9%204%2C14C4%2C16%206%2C18%208%2C18C9%2C18%2010%2C18%2011%2C17C11%2C17%2011.32%2C19%209%2C22H15C13%2C19%2013%2C17%2013%2C17C14%2C18%2015%2C18%2016%2C18C18%2C18%2020%2C16%2020%2C14C20%2C9%2015%2C7%2012%2C2Z%22%2F%3E%3C%2Fsvg%3E") center/contain no-repeat;
}
html.bz-embed #table .card .suit.h{
  background-color:#c1121f;
  -webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2C21.35L10.55%2C20.03C5.4%2C15.36%202%2C12.27%202%2C8.5C2%2C5.41%204.42%2C3%207.5%2C3C9.24%2C3%2010.91%2C3.81%2012%2C5.08C13.09%2C3.81%2014.76%2C3%2016.5%2C3C19.58%2C3%2022%2C5.41%2022%2C8.5C22%2C12.27%2018.6%2C15.36%2013.45%2C20.03L12%2C21.35Z%22%2F%3E%3C%2Fsvg%3E");
          mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2C21.35L10.55%2C20.03C5.4%2C15.36%202%2C12.27%202%2C8.5C2%2C5.41%204.42%2C3%207.5%2C3C9.24%2C3%2010.91%2C3.81%2012%2C5.08C13.09%2C3.81%2014.76%2C3%2016.5%2C3C19.58%2C3%2022%2C5.41%2022%2C8.5C22%2C12.27%2018.6%2C15.36%2013.45%2C20.03L12%2C21.35Z%22%2F%3E%3C%2Fsvg%3E");
}
html.bz-embed #table .card .suit.d{
  background-color:#c1121f;
  -webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%2C12L12%2C22L5%2C12L12%2C2%22%2F%3E%3C%2Fsvg%3E");
          mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M19%2C12L12%2C22L5%2C12L12%2C2%22%2F%3E%3C%2Fsvg%3E");
}
html.bz-embed #table .card .suit.c{
  background-color:#000;
  -webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2C2C14.3%2C2%2016.3%2C4%2016.3%2C6.2C16.21%2C8.77%2014.34%2C9.83%2014.04%2C10C15.04%2C9.5%2016.5%2C9.5%2016.5%2C9.5C19%2C9.5%2021%2C11.3%2021%2C13.8C21%2C16.3%2019%2C18%2016.5%2C18C16.5%2C18%2015%2C18%2013%2C17C13%2C17%2012.7%2C19%2015%2C22H9C11.3%2C19%2011%2C17%2011%2C17C9%2C18%207.5%2C18%207.5%2C18C5%2C18%203%2C16.3%203%2C13.8C3%2C11.3%205%2C9.5%207.5%2C9.5C7.5%2C9.5%208.96%2C9.5%209.96%2C10C9.66%2C9.83%207.79%2C8.77%207.7%2C6.2C7.7%2C4%209.7%2C2%2012%2C2Z%22%2F%3E%3C%2Fsvg%3E");
          mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%2C2C14.3%2C2%2016.3%2C4%2016.3%2C6.2C16.21%2C8.77%2014.34%2C9.83%2014.04%2C10C15.04%2C9.5%2016.5%2C9.5%2016.5%2C9.5C19%2C9.5%2021%2C11.3%2021%2C13.8C21%2C16.3%2019%2C18%2016.5%2C18C16.5%2C18%2015%2C18%2013%2C17C13%2C17%2012.7%2C19%2015%2C22H9C11.3%2C19%2011%2C17%2011%2C17C9%2C18%207.5%2C18%207.5%2C18C5%2C18%203%2C16.3%203%2C13.8C3%2C11.3%205%2C9.5%207.5%2C9.5C7.5%2C9.5%208.96%2C9.5%209.96%2C10C9.66%2C9.83%207.79%2C8.77%207.7%2C6.2C7.7%2C4%209.7%2C2%2012%2C2Z%22%2F%3E%3C%2Fsvg%3E");
}



/* ============================================================
   Mobile pass (≤768px) — the legacy game canvas is 820px wide; we
   scale ONLY the card play area (dealer/player) and un-zoom the
   info bar, rules pills, and side panels so their text renders at
   real mobile size. More-games becomes a 3×2 grid.
   ============================================================ */
@media (max-width: 768px){
  body,#body{min-width:0}
  html.bz-embed body,html.bz-embed #body{min-width:0}

  html.bz-embed #table_holder{
    width:100%!important;min-width:0!important;margin:0!important;
    /* Fixed 310px tall canvas; table is fit-to-height and overflows sideways */
    height:290px!important;max-height:290px!important;
    overflow:hidden!important;position:relative!important;
    border-radius:10px!important;
    /* Same blue radial gradient as the desktop #table felt so any area not
       covered by the scaled table blends in seamlessly. */
    background-color:#2982cd!important;
    background-image:radial-gradient(ellipse farthest-corner at bottom center,#67aee5 0%,#207cca 80%,#1b559b 100%)!important;
    box-shadow:rgba(0,0,0,.5) 3px 3px 3px 3px!important;
  }

  /* Table is transparent on mobile so the holder's gradient shows through;
     the "bitZino" watermark logo stays but is centered inside the holder
     independently of the scaled table. */
  html.bz-embed #table{
    width:800px!important;height:450px!important;min-width:0!important;
    position:absolute!important;
    left:50%!important;top:50%!important;
    margin:0!important;padding:0!important;
    transform-origin:center center!important;
    transform:translate(-50%,-50%) scale(var(--bz-table-scale, 1)) translate(0,75px)!important;
     overflow:visible!important;
     background:transparent!important;box-shadow:none!important;
   }
 
   /* Move the .logo watermark out of the scaled table and pin it centered
      inside #table_holder at its natural size (scaled to fit). */
   html.bz-embed #table > .logo{
     position:absolute!important;
     left:50%!important;top:50%!important;
     transform:translate(-50%,-50%) translate(0,-75px) scale(.7)!important;
    margin:0!important;opacity:.1!important;z-index:0!important;
    pointer-events:none!important;
  }

  /* Tighten vertical gap between dealer and player hand rows on mobile */
  html.bz-embed #table .hands{height:110px!important}
  html.bz-embed #dealer{margin-top:0!important}
  html.bz-embed #player{margin-top:-10px!important}

  /* Pull split hands toward center so wide layouts (c2/c3/c4) don't clip
     off the sides of the scaled mobile table. */
  html.bz-embed #table .hands.c2 .hand.n0{transform:translateX(22%)!important}
  html.bz-embed #table .hands.c2 .hand.n1{transform:translateX(-22%)!important}
  html.bz-embed #table .hands.c3 .hand.n0{transform:translateX(30%)!important}
  html.bz-embed #table .hands.c3 .hand.n2{transform:translateX(-30%)!important}
  html.bz-embed #table .hands.c4 .hand.n0{transform:translateX(45%)!important}
  html.bz-embed #table .hands.c4 .hand.n1{transform:translateX(15%)!important}
  html.bz-embed #table .hands.c4 .hand.n2{transform:translateX(-15%)!important}
  html.bz-embed #table .hands.c4 .hand.n3{transform:translateX(-45%)!important}

  /* Rules / Cash-out pills reparented to #table_holder so they pin to the
     visible holder corners (the table overflows sideways). */
  html.bz-embed #table_holder > #rules,
  html.bz-embed #table_holder > #leave{
    position:absolute!important;top:0!important;
    height:26px!important;line-height:24px!important;
    font-size:13px!important;padding:1px 30px 0 12px!important;
    box-shadow:0 2px 4px rgba(0,0,0,.4)!important;z-index:5!important;
  }
  html.bz-embed #table_holder > #rules{border-radius:10px 0 10px 0!important;left:0!important;right:auto!important}
  html.bz-embed #table_holder > #leave{border-radius:0 10px 0 10px!important;right:0!important;left:auto!important}
  html.bz-embed #table_holder > #rules .icon,
  html.bz-embed #table_holder > #leave .icon{
    width:14px!important;height:14px!important;margin:-7px 0 0!important;right:10px!important;
  }

  /* Welcome/start message: centered box that fits inside the 310px holder,
     styled to match the desktop rounded panel. */
  html.bz-embed #start_message{
    position:absolute!important;
    left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;
    transform:translate(-50%,-50%) translate(0,-40px)!important;
    width:min(86%,340px)!important;height:auto!important;
    margin:0!important;padding:22px 22px!important;
    font-size:19px!important;line-height:1.35!important;gap:10px!important;
    background:rgba(0,0,0,.32)!important;
    border:1px solid rgba(0,0,0,.5)!important;border-radius:14px!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 4px 14px rgba(0,0,0,.35)!important;
    color:#f0f0f0!important;text-shadow:1px 1px 0 rgba(0,0,0,.6)!important;
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;
    text-align:center!important;
    z-index:3!important;
  }
  html.bz-embed #start_message p{margin:6px 0!important;text-align:center!important;line-height:1.35!important;font-size:19px!important}
  html.bz-embed #start_message h1,
  html.bz-embed #start_message h2,
  html.bz-embed #start_message h3{font-size:22px!important;margin:0 0 4px!important}


  /* Info panel: 2-col grid — Split/Double, Hit/Stand, [Operators | Amount], Bet */
  html.bz-embed #info{
    position:relative!important;
    width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;
    height:auto!important;
    bottom:auto!important;top:auto!important;
    margin:14px 0 0!important;padding:10px!important;
    background:linear-gradient(180deg,#2a2a2a,#151515)!important;
    border:1px solid #000!important;border-radius:12px!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    grid-template-rows:50px 50px 44px 52px!important;
    grid-auto-flow:row!important;column-gap:10px!important;row-gap:20px!important;
  }
  html.bz-embed #info .button:not(#bet){
    position:relative!important;left:auto!important;top:auto!important;
    width:100%!important;height:50px!important;
    margin:0!important;padding:0!important;
    background:transparent!important;box-shadow:none!important;border:0!important;
    display:block!important;border-radius:10px!important;
  }
  html.bz-embed #info #split      {grid-column:1;grid-row:1}
  html.bz-embed #info #double-down{grid-column:2;grid-row:1}
  html.bz-embed #info #hit        {grid-column:1;grid-row:2}
  html.bz-embed #info #stand      {grid-column:2;grid-row:2}
  html.bz-embed #info .button:not(#bet) form{width:100%!important;height:50px!important;background:transparent!important;border:0!important;box-shadow:none!important}
  html.bz-embed #info .button:not(#bet) input[type=submit]{
    width:100%!important;height:50px!important;line-height:50px!important;
    font:bold 16px Arial,Helvetica,sans-serif!important;
    padding:0!important;margin:0!important;
    border:1px solid #000!important;border-radius:10px!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 2px rgba(0,0,0,.5)!important;
    color:#fff!important;-webkit-text-fill-color:#fff!important;
    background-color:#6a6a6a!important;
    background-image:linear-gradient(180deg,#8a8a8a 0%,#6a6a6a 55%,#3a3a3a 100%)!important;
    text-shadow:0 -1px 0 rgba(0,0,0,.6)!important;letter-spacing:.02em!important;
  }
  html.bz-embed #info .disabled input[type=submit],
  html.bz-embed #info.dealing input[type=submit],
  html.bz-embed #info input[type=submit]:disabled{
    color:rgba(255,255,255,.22)!important;
    -webkit-text-fill-color:rgba(255,255,255,.22)!important;
    background-image:linear-gradient(180deg,#242424 0%,#1a1a1a 55%,#0f0f0f 100%)!important;
    border-color:#0a0a0a!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.02)!important;
    text-shadow:none!important;
    opacity:.45!important;
    cursor:not-allowed!important;
    filter:grayscale(1)!important;
  }
  html.bz-embed #info #bet.disabled input[type=submit],
  html.bz-embed #info.dealing #bet input[type=submit],
  html.bz-embed #info #bet form.disabled input[type=submit],
  html.bz-embed #info #bet input[type=submit]:disabled{
    color:rgba(255,255,255,.22)!important;
    -webkit-text-fill-color:rgba(255,255,255,.22)!important;
    opacity:.4!important;
    cursor:not-allowed!important;
    text-shadow:none!important;
    filter:grayscale(1)!important;
  }

  html.bz-embed #stake{display:none!important}

  html.bz-embed #table_holder #bz-mstake{
    position:absolute!important;left:0!important;bottom:0!important;
    z-index:5!important;pointer-events:none!important;
    padding:6px 12px!important;
    background:#000!important;color:#e8e8e8!important;
    font-size:14px!important;line-height:1!important;
    border-top-right-radius:10px!important;
    border-top:1px solid #222!important;border-right:1px solid #222!important;
    font-family:Arial,Helvetica,sans-serif!important;
  }
  html.bz-embed #table_holder #bz-mstake .stake,
  html.bz-embed #table_holder #bz-mstake .unit{color:#e8e8e8!important;font-size:14px!important}

  /* Flatten #bet + its form into #info's grid so operators (sibling of #bet)
     and the amount input (child of #bet) sit on the SAME row. */
  html.bz-embed #info #bet{display:contents!important}
  html.bz-embed #info #bet form{display:contents!important}

  /* Mobile: only 3 adjusters — x2, +1, ½ (hide -1). */
  html.bz-embed #operators .minus_1{display:none!important}

  html.bz-embed #operators{
    position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important;
    grid-column:1!important;grid-row:3!important;
    margin-top:0!important;margin-bottom:0!important;
    display:flex!important;justify-content:space-between!important;align-items:stretch!important;gap:6px!important;
    width:100%!important;height:44px!important;padding:0!important;box-sizing:border-box!important;
  }
  html.bz-embed #operators > div{
    position:static!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;
    flex:1 1 0!important;min-width:0!important;width:auto!important;max-width:none!important;
    box-sizing:border-box!important;
    height:44px!important;line-height:1!important;
    font-size:15px!important;color:#e8e8e8!important;
    background:linear-gradient(to bottom,#3f3f3f,#2a2a2a)!important;
    border:1px solid #000!important;border-radius:8px!important;
    margin:0!important;padding:0!important;text-indent:0!important;float:none!important;
    display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 1px 2px rgba(0,0,0,.5)!important;cursor:pointer;
    transition:background 120ms ease, box-shadow 120ms ease, transform 60ms ease!important;
  }
  html.bz-embed #operators > div *{
    margin:0!important;padding:0!important;text-indent:0!important;float:none!important;
    display:inline-block!important;text-align:center!important;
  }
  html.bz-embed #operators > div:hover{
    background:rgba(255,255,255,.12)!important;color:#fff!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.14), 0 0 8px rgba(160,120,220,.25)!important;
  }
  html.bz-embed #operators > div:active{
    background:linear-gradient(to bottom,#2a2a2a,#3f3f3f)!important;
    box-shadow:inset 0 2px 4px rgba(0,0,0,.6)!important;transform:translateY(1px)!important;
  }
  html.bz-embed #info #bet .amount{
    position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;
    grid-column:2!important;grid-row:3!important;
    margin-top:0!important;margin-bottom:0!important;
    width:auto!important;height:44px!important;
    background:#fff!important;border:1px solid #8a8a8a!important;border-radius:6px!important;
    box-shadow:inset 0 1px 2px rgba(0,0,0,.18)!important;
    padding:0 10px!important;
    display:flex!important;align-items:center!important;gap:8px!important;
    transition:border-color 120ms ease, box-shadow 120ms ease, background 120ms ease!important;
  }
  html.bz-embed #info #bet .amount:hover{background:#faf7ff!important;border-color:#a988d4!important}
  html.bz-embed #info #bet .amount:focus-within{
    background:#fff!important;border-color:#a06fe0!important;
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 0 0 1px rgba(160,111,224,.4), 0 0 10px rgba(160,111,224,.4)!important;
  }
  html.bz-embed #info #bet .amount label{display:none!important}
  html.bz-embed #info #bet .amount input[type=text]{
    position:static!important;
    flex:1 1 auto!important;width:100%!important;height:42px!important;
    background:transparent!important;color:#111!important;
    border:0!important;border-radius:0!important;outline:none!important;
    padding:0!important;font-size:18px!important;font-weight:bold!important;
    text-align:right!important;text-shadow:none!important;
  }
  html.bz-embed #info #bet input[type=submit]{
    grid-column:1 / -1!important;grid-row:4!important;
    width:100%!important;height:52px!important;line-height:52px!important;
    font:bold 18px Arial,Helvetica,sans-serif!important;
    padding:0!important;margin:0!important;
    border:1px solid #000!important;border-radius:10px!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 1px 2px rgba(0,0,0,.5)!important;
    color:#fff!important;-webkit-text-fill-color:#fff!important;
    background-color:#1a1a1a!important;
    background-image:linear-gradient(180deg,#3a3a3a 0%,#1e1e1e 55%,#0a0a0a 100%)!important;
    text-shadow:0 -1px 0 rgba(0,0,0,.7)!important;
  }

  html.bz-embed #panels{
    position:relative!important;
    width:auto!important;margin:16px 0 0!important;
    display:flex!important;flex-direction:column!important;gap:10px!important;
    min-height:0!important;
  }
  html.bz-embed #more_games,html.bz-embed #fair{
    position:relative!important;
    width:100%!important;left:auto!important;right:auto!important;top:auto!important;float:none!important;
  }
  html.bz-embed #fair .link,
  html.bz-embed #more_games .link{
    display:flex!important;align-items:center!important;gap:10px!important;
    width:100%!important;box-sizing:border-box!important;
    padding:14px 16px 14px 44px!important;
    min-height:52px!important;font-size:16px!important;font-weight:bold!important;
    background:linear-gradient(180deg,#1a3352,#0d2036)!important;
    border:1px solid #000!important;border-radius:10px!important;
    color:#fff!important;text-shadow:1px 1px 0 rgba(0,0,0,.75)!important;float:none!important;
  }
  html.bz-embed #more_games .link{padding-left:16px!important}
  html.bz-embed #fair .link .icon{
    left:14px!important;width:22px!important;height:22px!important;top:50%!important;
    transform:translateY(-50%)!important;
  }
  html.bz-embed #more_games .link .arrow{margin-left:auto!important;position:static!important}

  html.bz-embed #more_games .more_games_content{
    width:100%!important;box-sizing:border-box!important;
    margin-top:8px!important;padding:14px!important;
    background:rgba(0,0,0,.35)!important;
    border:1px solid #000!important;border-radius:10px!important;min-height:0!important;
  }
  html.bz-embed #more_games.active .more_games_content{
    display:grid!important;grid-template-columns:repeat(3,1fr)!important;
    gap:10px!important;padding:14px!important;
  }
  html.bz-embed #more_games a{
    position:relative!important;
    width:100%!important;height:118px!important;
    padding:8px 4px!important;margin:0!important;
    background:rgba(255,255,255,.04)!important;
    border:1px solid rgba(255,255,255,.06)!important;
    border-radius:10px!important;box-sizing:border-box!important;
  }
  html.bz-embed #more_games img{top:12px!important;height:56px!important;width:auto!important}
  html.bz-embed #more_games .video_poker img{width:76px!important;height:56px!important}
  html.bz-embed #more_games a div,
  html.bz-embed #more_games a div span{
    bottom:10px!important;font-size:13px!important;white-space:normal!important;
  }

  html.bz-embed #fair.active .fair_content{
    position:fixed!important;
    top:0!important;left:0!important;right:0!important;bottom:0!important;
    transform:none!important;
    width:100vw!important;height:100vh!important;
    max-width:none!important;max-height:none!important;
    margin:0!important;border-radius:0!important;
    padding:20px 18px calc(24px + env(safe-area-inset-bottom))!important;
    overflow-y:auto!important;z-index:2147483647!important;
  }
  html.bz-embed #fair .bz-fair-close{
    top:10px!important;right:10px!important;
    width:44px!important;height:44px!important;
    font-size:28px!important;line-height:44px!important;border-radius:22px!important;
  }

  html.bz-embed #rules_content{
    width:calc(100vw - 32px)!important;max-width:340px!important;
    left:50%!important;transform:translateX(-50%)!important;
    top:50px!important;font-size:14px!important;
  }
}

@media (max-width: 768px){
  /* Keep dealer/player rows visible even before first bet so the info panel
     stays anchored below the card area (start_message overlays them). */
}

/* ============= Classic bitZino register / login / deposits / withdrawals / support / tos ============= */
.bz-classic-page{max-width:820px;margin:20px auto 60px;padding:0 16px;color:#222;font:14px/1.5 Arial,Helvetica,sans-serif}
.bz-classic-h1{font-size:28px;font-weight:bold;margin:20px 0 18px;color:#fff;text-shadow:1px 1px 0 rgba(0,0,0,0.6);text-align:center;letter-spacing:.5px}
.bz-classic-two{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width:768px){.bz-classic-two{grid-template-columns:1fr}}
.bz-classic-card{background:#f4f2ee;border:1px solid #c9c4bb;border-radius:6px;padding:18px 20px;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset,0 2px 6px rgba(0,0,0,0.25)}
.bz-classic-card h2{font-size:16px;margin:0 0 10px;color:#333;font-weight:bold;border-bottom:1px solid #d5cfc3;padding-bottom:6px}
.bz-classic-card p{margin:6px 0}
.bz-classic-card label{display:block;font-weight:bold;color:#444;margin:10px 0 4px;font-size:12px;text-transform:uppercase;letter-spacing:.5px}
.bz-classic-input{width:100%;box-sizing:border-box;background:#fff;border:1px solid #b7b0a1;border-radius:4px;padding:8px 10px;font-size:13px;color:#222;font-family:inherit}
.bz-classic-input:focus{outline:none;border-color:#6b8fd6;box-shadow:0 0 0 2px rgba(107,143,214,0.25)}
.bz-classic-btn{display:inline-block;background:linear-gradient(#5b7bbf,#3f5c9c);border:1px solid #2c437a;border-radius:4px;color:#fff;padding:8px 16px;font-weight:bold;font-size:13px;text-shadow:0 -1px 0 rgba(0,0,0,0.3);cursor:pointer;text-decoration:none;margin-top:10px}
.bz-classic-btn:hover{background:linear-gradient(#6b8bd0,#4f6cad)}
.bz-classic-btn[disabled]{opacity:.55;cursor:not-allowed}
.bz-classic-err{color:#a02020;background:#f7dede;border:1px solid #e0a0a0;padding:8px 12px;border-radius:4px;margin-top:12px}
.bz-classic-ok{color:#25612a;background:#dff0d8;border:1px solid #a3c890;padding:8px 12px;border-radius:4px;margin-top:12px}
.bz-classic-foot{margin-top:22px;text-align:center;color:#eee;text-shadow:1px 1px 0 rgba(0,0,0,0.5)}
.bz-classic-foot a{color:#8fb6ff}
.bz-muted{color:#888}
.bz-classic-table{width:100%;border-collapse:collapse;font-size:12px}
.bz-classic-table th,.bz-classic-table td{padding:6px 8px;border-bottom:1px solid #d5cfc3;text-align:left}
.bz-classic-table th{background:#e8e4dc;font-weight:bold;color:#333}
.bz-tos h2{margin-top:16px}
.bz-chain-picker{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
.bz-chain-btn{background:#e6e2d7;border:1px solid #b7b0a1;border-radius:4px;padding:8px 14px;font-size:13px;cursor:pointer;color:#333}
.bz-chain-btn.sel{background:linear-gradient(#5b7bbf,#3f5c9c);color:#fff;border-color:#2c437a;font-weight:bold}
.bz-deposit-addr{display:flex;gap:14px;align-items:center;margin-top:8px}
.bz-deposit-addr img{background:#fff;padding:6px;border:1px solid #b7b0a1;border-radius:4px}
@media (max-width:768px){.bz-deposit-addr{flex-direction:column;align-items:stretch}}
.bz-bal-row{display:flex;justify-content:space-between;gap:20px;margin:10px 0 12px;padding:10px 12px;background:#e8e4dc;border:1px solid #c9c4bb;border-radius:4px}
.bz-swap-mini{display:grid;grid-template-columns:80px 1fr;gap:8px;align-items:center}
.bz-swap-mini label{margin:0;text-transform:none;letter-spacing:0;font-size:13px}
.bz-swap-mini button{grid-column:2/3;justify-self:start}

/* Header inline login form (signed-out state) */
.bz-header-login{display:flex;align-items:center;gap:6px}
.bz-header-login input{background:#fff;border:1px solid #999;border-radius:3px;padding:5px 8px;font-size:12px;width:120px;color:#222}
.bz-header-login input:focus{outline:none;border-color:#6b8fd6}
.bz-header-login button{background:linear-gradient(#5b7bbf,#3f5c9c);border:1px solid #2c437a;color:#fff;font-weight:bold;font-size:12px;padding:5px 12px;border-radius:3px;cursor:pointer;text-shadow:0 -1px 0 rgba(0,0,0,0.3)}
.bz-header-login button:hover{background:linear-gradient(#6b8bd0,#4f6cad)}
.bz-header-register{color:#8fb6ff;font-weight:bold;font-size:12px;text-decoration:none;margin-left:4px;text-shadow:1px 1px 0 rgba(0,0,0,0.5)}
.bz-header-register:hover{color:#b6cfff;text-decoration:underline}
.bz-header-err{color:#ff8080;font-weight:bold;padding:0 4px}
@media (max-width:768px){
  .bz-header-login input{width:88px;font-size:11px;padding:4px 6px}
  .bz-header-login button,.bz-header-register{font-size:11px;padding:4px 8px}
}
