
:root{
  --kz-navy:#07152f;
  --kz-blue:#003f87;
  --kz-red:#d4181c;
  --kz-gold:#f5c451;
  --kz-felt:#086447;
  --kz-cream:#fff8e6;
}

#hcKazino{
  position:fixed;
  inset:0;
  z-index:100030;
  overflow:auto;
  color:#fff;
  font-family:inherit;
  background:
    radial-gradient(circle at 50% 5%,#173762 0,#07152f 50%,#030a18 100%);
}

.kz-shell{
  width:min(100%,760px);
  min-height:100%;
  margin:auto;
  padding:
    calc(18px + env(safe-area-inset-top))
    16px
    calc(28px + env(safe-area-inset-bottom));
  box-sizing:border-box;
}

.kz-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:18px;
}

.kz-round-btn{
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:50%;
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:24px;
  cursor:pointer;
}

.kz-brand{
  text-align:center;
}

.kz-brand small{
  display:block;
  color:#f5c451;
  font-size:11px;
  font-weight:900;
  letter-spacing:2px;
}

.kz-brand strong{
  display:block;
  font-size:19px;
  letter-spacing:.5px;
}

.kz-hero{
  padding:28px 16px 23px;
  text-align:center;
}

.kz-flag{
  font-size:43px;
  filter:drop-shadow(0 6px 12px rgba(0,0,0,.3));
}

.kz-title{
  margin:8px 0 0;
  color:#fff;
  font-size:48px;
  line-height:1;
  letter-spacing:4px;
  text-shadow:0 4px 20px rgba(0,0,0,.35);
}

.kz-tagline{
  margin-top:9px;
  color:#d6deec;
  font-size:15px;
  letter-spacing:.5px;
}

.kz-menu{
  display:grid;
  gap:12px;
  max-width:520px;
  margin:0 auto;
}

.kz-menu button,
.kz-action{
  width:100%;
  border:0;
  border-radius:15px;
  padding:15px;
  font:inherit;
  font-size:15px;
  font-weight:900;
  cursor:pointer;
}

.kz-primary{
  background:linear-gradient(135deg,#f9d46f,#dfaa2f);
  color:#10182a;
  box-shadow:0 9px 24px rgba(245,196,81,.24);
}

.kz-secondary{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.15)!important;
  color:#fff;
}

.kz-game{
  display:none;
}

.kz-game.kz-active{
  display:block;
}

.kz-scorebar{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}

.kz-player{
  display:flex;
  align-items:center;
  gap:9px;
}

.kz-player:last-child{
  flex-direction:row-reverse;
  text-align:right;
}

.kz-avatar{
  width:40px;
  height:40px;
  border:2px solid var(--kz-gold);
  border-radius:50%;
  background:#173762;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
}

.kz-player strong{
  display:block;
  font-size:13px;
}

.kz-player small{
  display:block;
  margin-top:2px;
  color:#aebbd0;
  font-size:11px;
}

.kz-turn{
  border-radius:20px;
  padding:7px 12px;
  background:var(--kz-gold);
  color:#172033;
  font-size:11px;
  font-weight:900;
}

.kz-table{
  position:relative;
  min-height:490px;
  border:7px solid #8f6427;
  border-radius:28px;
  overflow:hidden;
  padding:18px 12px;
  box-sizing:border-box;
  background:
    radial-gradient(circle at center,rgba(255,255,255,.08),transparent 50%),
    repeating-linear-gradient(45deg,rgba(255,255,255,.015) 0 2px,transparent 2px 6px),
    var(--kz-felt);
  box-shadow:
    inset 0 0 45px rgba(0,0,0,.32),
    0 16px 38px rgba(0,0,0,.32);
}

.kz-cpu-hand,
.kz-hand,
.kz-table-cards{
  display:flex;
  align-items:center;
  justify-content:center;
}

.kz-cpu-hand{
  height:90px;
}

.kz-table-cards{
  min-height:220px;
  gap:10px;
  flex-wrap:wrap;
  align-content:center;
}

.kz-hand{
  height:120px;
  margin-top:8px;
}

.kz-card{
  position:relative;
  width:76px;
  height:108px;
  margin:0 -8px;
  border:2px solid rgba(0,0,0,.13);
  border-radius:10px;
  background:#fffefa;
  color:#172033;
  box-shadow:0 7px 14px rgba(0,0,0,.28);
  cursor:pointer;
  transition:transform .18s ease,box-shadow .18s ease;
  user-select:none;
}

.kz-card:hover,
.kz-card.kz-selected{
  z-index:4;
  transform:translateY(-13px);
  box-shadow:
    0 0 0 3px var(--kz-gold),
    0 14px 24px rgba(0,0,0,.35);
}

.kz-card.kz-red{
  color:#c9202b;
}

.kz-card-rank{
  position:absolute;
  top:7px;
  left:8px;
  font-size:19px;
  font-weight:900;
  line-height:1;
}

.kz-card-suit{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:39px;
}

.kz-card-back{
  background:
    linear-gradient(135deg,transparent 45%,rgba(255,255,255,.14) 46% 54%,transparent 55%),
    repeating-linear-gradient(45deg,#083f85 0 7px,#d4181c 7px 14px);
  border:4px solid #fff;
}

.kz-card-back::after{
  content:"HC";
  position:absolute;
  inset:18px 12px;
  border:2px solid rgba(255,255,255,.8);
  border-radius:7px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:18px;
  font-weight:1000;
  text-shadow:0 2px 5px rgba(0,0,0,.4);
}

.kz-label{
  text-align:center;
  color:rgba(255,255,255,.75);
  font-size:10px;
  font-weight:900;
  letter-spacing:1.5px;
}

.kz-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:14px;
}

.kz-action.kz-stack{
  background:#fff;
  color:#003f87;
}

.kz-action.kz-scoop{
  background:linear-gradient(135deg,#f9d46f,#dfaa2f);
  color:#152037;
}

.kz-deck{
  position:absolute;
  right:17px;
  top:115px;
  width:53px;
}

.kz-deck .kz-card{
  width:52px;
  height:74px;
  margin:0;
}

.kz-deck-count{
  margin-top:5px;
  text-align:center;
  font-size:10px;
  font-weight:900;
}

.kz-note{
  margin-top:12px;
  text-align:center;
  color:#aebbd0;
  font-size:12px;
}

@media(max-width:560px){
  .kz-shell{
    padding-left:10px;
    padding-right:10px;
  }

  .kz-title{
    font-size:43px;
  }

  .kz-table{
    min-height:470px;
    border-width:5px;
    border-radius:23px;
  }

  .kz-card{
    width:66px;
    height:96px;
    margin:0 -10px;
  }

  .kz-table-cards{
    gap:7px;
  }
}


.kz-action:disabled{
  opacity:.45;
  cursor:not-allowed;
  filter:grayscale(.3);
}

.kz-scoop-flash{
  position:absolute;
  inset:0;
  z-index:20;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  pointer-events:none;
  opacity:0;
  transform:scale(.65);
  transition:opacity .22s ease,transform .28s ease;
  background:
    radial-gradient(circle,rgba(245,196,81,.34),transparent 55%);
}

.kz-scoop-flash.kz-scoop-show{
  opacity:1;
  transform:scale(1);
}

.kz-scoop-flash strong{
  color:#ffe27f;
  font-size:38px;
  font-weight:1000;
  text-shadow:
    0 3px 0 #8c5d00,
    0 0 24px rgba(255,220,100,.9);
}

.kz-scoop-flash span{
  margin-top:5px;
  color:#fff;
  font-size:18px;
  font-weight:900;
}

.kz-result{
  position:fixed;
  inset:0;
  z-index:100;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  box-sizing:border-box;
  background:rgba(2,8,20,.88);
  backdrop-filter:blur(8px);
}

.kz-result-card{
  width:min(100%,430px);
  padding:28px 22px;
  border:1px solid rgba(245,196,81,.35);
  border-radius:24px;
  background:linear-gradient(160deg,#173762,#07152f);
  text-align:center;
  box-shadow:0 24px 70px rgba(0,0,0,.5);
}

.kz-result-flag{
  font-size:42px;
}

.kz-result-card h2{
  margin:8px 0;
  color:#f5c451;
  font-size:36px;
}

.kz-final-score{
  margin:10px 0 20px;
  color:#fff;
  font-size:48px;
  font-weight:1000;
}

.kz-breakdown{
  display:grid;
  gap:9px;
  margin-bottom:20px;
  text-align:left;
}

.kz-breakdown div{
  padding:12px;
  border-radius:12px;
  background:rgba(255,255,255,.08);
}

.kz-breakdown strong,
.kz-breakdown span{
  display:block;
}

.kz-breakdown span{
  margin-top:3px;
  color:#b9c5d5;
  font-size:12px;
}

.kz-result-card button{
  width:100%;
  margin-top:9px;
  padding:14px;
  border:0;
  border-radius:13px;
  background:#f5c451;
  color:#172033;
  font:inherit;
  font-weight:900;
  cursor:pointer;
}

.kz-result-card .kz-result-secondary{
  background:rgba(255,255,255,.11);
  color:#fff;
}


/* KAZINO DESKTOP CINEMATIC ART V1 */
.kz-title-suits,
.kz-desktop-art{
  display:none;
}

@media (min-width:900px){
  #hcKazino{
    isolation:isolate;
    background:#020916;
  }

  #hcKazino::before{
    content:"";
    position:fixed;
    inset:-28px;
    z-index:-3;
    pointer-events:none;
    background-image:url("/app/haiti-flag.png");
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    filter:blur(9px) saturate(1.25);
    transform:scale(1.06);
    opacity:.54;
  }

  #hcKazino::after{
    content:"";
    position:fixed;
    inset:0;
    z-index:-2;
    pointer-events:none;
    background:
      linear-gradient(
        90deg,
        rgba(1,7,19,.94) 0%,
        rgba(1,8,21,.55) 28%,
        rgba(1,8,21,.40) 50%,
        rgba(1,8,21,.55) 72%,
        rgba(1,7,19,.94) 100%
      ),
      linear-gradient(
        180deg,
        rgba(1,6,17,.38) 0%,
        rgba(1,6,17,.28) 48%,
        rgba(1,6,17,.92) 100%
      ),
      radial-gradient(
        ellipse at center,
        rgba(0,63,135,.12),
        rgba(0,0,0,.58) 75%
      );
  }

  .kz-shell{
    position:relative;
    z-index:2;
    width:min(100%,820px);
  }

  #kzMenu{
    position:relative;
    min-height:calc(100vh - 105px);
  }

  #kzMenu .kz-hero{
    padding-top:30px;
  }

  #kzMenu .kz-flag{
    font-size:34px;
  }

  #kzMenu .kz-title{
    margin-top:6px;
    color:#f8d77c;
    font-family:
      Georgia,
      "Times New Roman",
      serif;
    font-size:clamp(76px,8vw,116px);
    font-weight:900;
    line-height:.88;
    letter-spacing:7px;
    transform:scaleX(1.06);
    text-shadow:
      0 2px 0 #fff0bd,
      0 5px 0 #966717,
      0 10px 22px rgba(0,0,0,.78),
      0 0 34px rgba(245,196,81,.23);
  }

  .kz-title-suits{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:20px;
    font-family:Georgia,serif;
    font-size:34px;
    line-height:1;
    filter:drop-shadow(0 5px 6px rgba(0,0,0,.55));
  }

  .kz-title-suits span:nth-child(1){
    color:#f2c75c;
  }

  .kz-title-suits span:nth-child(2){
    color:#e52b31;
  }

  .kz-title-suits span:nth-child(3){
    color:#f2c75c;
  }

  .kz-title-suits span:nth-child(4){
    color:#e5a63a;
  }

  #kzMenu .kz-tagline{
    margin-top:19px;
    color:#fff;
    font-size:18px;
    font-weight:700;
    letter-spacing:1.1px;
    text-shadow:0 3px 9px rgba(0,0,0,.9);
  }

  #kzMenu .kz-menu{
    position:relative;
    z-index:5;
    max-width:500px;
  }

  #kzMenu .kz-primary{
    color:#fff;
    background:
      linear-gradient(135deg,#e72732,#b90e19);
    box-shadow:
      0 10px 28px rgba(212,24,28,.32),
      inset 0 1px rgba(255,255,255,.25);
  }

  #kzMenu .kz-secondary{
    background:rgba(5,19,42,.82);
    border-color:rgba(255,255,255,.19)!important;
    box-shadow:
      0 8px 22px rgba(0,0,0,.25),
      inset 0 1px rgba(255,255,255,.05);
    backdrop-filter:blur(12px);
  }

  #kzMenu::after{
    content:"Plis ke yon jwèt. Se lakay.";
    display:block;
    position:relative;
    z-index:5;
    width:max-content;
    max-width:90%;
    margin:34px auto 20px;
    color:#fff4df;
    font-family:
      "Snell Roundhand",
      "Segoe Script",
      "Brush Script MT",
      cursive;
    font-size:clamp(29px,3.4vw,45px);
    line-height:1.1;
    text-align:center;
    transform:rotate(-3deg);
    text-shadow:
      0 4px 12px rgba(0,0,0,.95),
      0 0 18px rgba(245,196,81,.20);
  }

  .kz-desktop-art{
    display:block;
    position:fixed;
    inset:0;
    z-index:-1;
    overflow:hidden;
    pointer-events:none;
  }

  .kz-card-fan{
    position:absolute;
    top:50%;
    width:210px;
    height:280px;
    opacity:.72;
    filter:
      drop-shadow(0 22px 25px rgba(0,0,0,.58));
  }

  .kz-card-fan-left{
    left:max(22px,calc(50% - 690px));
    transform:translateY(-39%) rotate(-10deg);
  }

  .kz-card-fan-right{
    right:max(22px,calc(50% - 690px));
    transform:translateY(-39%) rotate(10deg);
  }

  .kz-art-card{
    position:absolute;
    top:38px;
    left:60px;
    width:92px;
    height:132px;
    box-sizing:border-box;
    padding:10px;
    border:3px solid rgba(255,255,255,.88);
    border-radius:12px;
    color:#101728;
    background:
      linear-gradient(145deg,#fff,#ece9df);
    font-family:Georgia,serif;
    font-size:25px;
    font-style:normal;
    font-weight:900;
    box-shadow:
      0 9px 24px rgba(0,0,0,.52);
  }

  .kz-art-card span{
    display:block;
    margin-top:17px;
    font-size:50px;
    line-height:1;
    text-align:center;
  }

  .kz-art-red{
    color:#d4181c;
  }

  .kz-art-gold{
    color:#b67b08;
  }

  .kz-card-fan .kz-art-card:nth-child(1){
    transform:translate(-48px,20px) rotate(-21deg);
  }

  .kz-card-fan .kz-art-card:nth-child(2){
    z-index:2;
    transform:translate(0,-4px);
  }

  .kz-card-fan .kz-art-card:nth-child(3){
    z-index:3;
    transform:translate(48px,20px) rotate(21deg);
  }
}

@media (min-width:900px) and (max-height:760px){
  #kzMenu .kz-hero{
    padding:5px 16px 14px;
  }

  #kzMenu .kz-title{
    font-size:68px;
  }

  .kz-title-suits{
    margin-top:12px;
    font-size:27px;
  }

  #kzMenu::after{
    margin-top:20px;
    font-size:30px;
  }
}


/* KAZINO PWA CINEMATIC DESIGN V1 */

/*
 * Reliable background for desktop and PWA.
 * Directly applying the image avoids negative z-index issues.
 */
#hcKazino{
  isolation:isolate;
  background:
    linear-gradient(
      180deg,
      rgba(1,8,22,.42) 0%,
      rgba(1,8,22,.54) 48%,
      rgba(1,6,16,.94) 100%
    ),
    linear-gradient(
      90deg,
      rgba(0,27,67,.54),
      rgba(113,12,22,.28),
      rgba(0,27,67,.54)
    ),
    url("/app/haiti-flag.png")
      center center / cover
      no-repeat fixed;
}

#hcKazino::before,
#hcKazino::after{
  display:none;
}

#hcKazino .kz-shell{
  position:relative;
  z-index:2;
}

@media (max-width:899px){
  #hcKazino{
    background-position:center top;
  }

  #hcKazino .kz-shell{
    width:100%;
    min-height:100%;
    padding:
      calc(14px + env(safe-area-inset-top))
      17px
      calc(24px + env(safe-area-inset-bottom));
  }

  #hcKazino .kz-head{
    position:relative;
    z-index:8;
    margin-bottom:4px;
  }

  #hcKazino .kz-brand small{
    color:#f5c451;
    font-size:9px;
    letter-spacing:1.7px;
  }

  #hcKazino .kz-brand strong{
    color:#fff;
    font-size:18px;
    text-shadow:0 3px 8px rgba(0,0,0,.85);
  }

  #kzMenu{
    position:relative;
    min-height:
      calc(
        100vh -
        90px -
        env(safe-area-inset-top)
      );
  }

  #kzMenu .kz-hero{
    position:relative;
    z-index:4;
    padding:23px 4px 22px;
  }

  #kzMenu .kz-flag{
    font-size:31px;
  }

  #kzMenu .kz-title{
    margin-top:10px;
    color:#f8d77c;
    font-family:
      Georgia,
      "Times New Roman",
      serif;
    font-size:clamp(55px,18vw,78px);
    font-weight:900;
    line-height:.9;
    letter-spacing:3px;
    transform:scaleX(1.03);
    text-shadow:
      0 2px 0 #fff1bd,
      0 4px 0 #926213,
      0 9px 18px rgba(0,0,0,.88),
      0 0 24px rgba(245,196,81,.20);
  }

  #kzMenu .kz-title-suits{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:16px;
    font-family:Georgia,serif;
    font-size:28px;
    line-height:1;
    filter:drop-shadow(0 5px 7px rgba(0,0,0,.76));
  }

  #kzMenu .kz-title-suits span:nth-child(1){
    color:#efc65e;
  }

  #kzMenu .kz-title-suits span:nth-child(2){
    color:#e42c32;
  }

  #kzMenu .kz-title-suits span:nth-child(3){
    color:#efc65e;
  }

  #kzMenu .kz-title-suits span:nth-child(4){
    color:#e6a53a;
  }

  #kzMenu .kz-tagline{
    margin-top:18px;
    color:#fff;
    font-size:16px;
    font-weight:700;
    letter-spacing:.6px;
    text-shadow:
      0 3px 9px rgba(0,0,0,.95);
  }

  #kzMenu .kz-menu{
    position:relative;
    z-index:6;
    gap:11px;
    max-width:520px;
  }

  #kzMenu .kz-menu button{
    min-height:53px;
    border-radius:14px;
    font-size:15px;
  }

  #kzMenu .kz-primary{
    color:#fff;
    background:
      linear-gradient(135deg,#eb2c37,#b90d19);
    box-shadow:
      0 10px 26px rgba(212,24,28,.34),
      inset 0 1px rgba(255,255,255,.25);
  }

  #kzMenu .kz-secondary{
    color:#fff;
    background:rgba(4,20,45,.85);
    border-color:
      rgba(255,255,255,.18)!important;
    box-shadow:
      0 8px 20px rgba(0,0,0,.33),
      inset 0 1px rgba(255,255,255,.05);
    backdrop-filter:blur(13px);
    -webkit-backdrop-filter:blur(13px);
  }

  #kzMenu::after{
    content:"Plis ke yon jwèt. Se lakay.";
    display:block;
    position:relative;
    z-index:6;
    width:max-content;
    max-width:92%;
    margin:28px auto 14px;
    color:#fff4df;
    font-family:
      "Snell Roundhand",
      "Segoe Script",
      "Brush Script MT",
      cursive;
    font-size:clamp(29px,9vw,42px);
    line-height:1.05;
    text-align:center;
    transform:rotate(-3deg);
    text-shadow:
      0 4px 12px rgba(0,0,0,.98),
      0 0 17px rgba(245,196,81,.22);
  }

  /*
   * Subtle decorative card images behind the PWA menu.
   */
  #kzMenu .kz-desktop-art{
    display:block;
    position:fixed;
    inset:0;
    z-index:1;
    overflow:hidden;
    pointer-events:none;
  }

  #kzMenu .kz-card-fan{
    position:absolute;
    top:43%;
    width:105px;
    height:145px;
    opacity:.18;
    filter:blur(.2px);
  }

  #kzMenu .kz-card-fan-left{
    left:-39px;
    transform:rotate(-17deg);
  }

  #kzMenu .kz-card-fan-right{
    right:-39px;
    transform:rotate(17deg);
  }

  #kzMenu .kz-art-card{
    position:absolute;
    top:20px;
    left:28px;
    width:53px;
    height:76px;
    box-sizing:border-box;
    padding:5px;
    border:2px solid #fff;
    border-radius:7px;
    color:#111827;
    background:#fffdf4;
    font-family:Georgia,serif;
    font-size:14px;
    font-style:normal;
    font-weight:900;
    box-shadow:0 7px 16px rgba(0,0,0,.62);
  }

  #kzMenu .kz-art-card span{
    display:block;
    margin-top:7px;
    font-size:27px;
    line-height:1;
    text-align:center;
  }

  #kzMenu .kz-art-red{
    color:#d4181c;
  }

  #kzMenu .kz-art-gold{
    color:#a96f08;
  }

  #kzMenu .kz-art-card:nth-child(1){
    transform:
      translate(-25px,12px)
      rotate(-20deg);
  }

  #kzMenu .kz-art-card:nth-child(2){
    z-index:2;
  }

  #kzMenu .kz-art-card:nth-child(3){
    z-index:3;
    transform:
      translate(25px,12px)
      rotate(20deg);
  }
}

@media (max-width:899px) and (max-height:720px){
  #kzMenu .kz-hero{
    padding:7px 4px 13px;
  }

  #kzMenu .kz-flag{
    font-size:24px;
  }

  #kzMenu .kz-title{
    font-size:49px;
  }

  #kzMenu .kz-title-suits{
    margin-top:11px;
    font-size:23px;
  }

  #kzMenu .kz-tagline{
    margin-top:12px;
    font-size:14px;
  }

  #kzMenu .kz-menu button{
    min-height:46px;
    padding:11px;
  }

  #kzMenu::after{
    margin-top:18px;
    font-size:28px;
  }
}


/* KAZINO UNIFORM BACKGROUND VISIBILITY V1 */
#hcKazino{
  background-image:
    linear-gradient(
      rgba(2,10,25,.70),
      rgba(2,10,25,.70)
    ),
    url("/app/haiti-flag.png");
  background-position:
    center center,
    center center;
  background-size:
    cover,
    cover;
  background-repeat:
    no-repeat,
    no-repeat;
  background-attachment:
    fixed,
    fixed;
}


/* KAZINO FINAL FULL-SCREEN BACKGROUND V1 */
#hcKazino{
  background-color:#020a18;
  background-image:
    linear-gradient(
      rgba(2,10,25,.70),
      rgba(2,10,25,.70)
    ),
    url("/app/kazino/kazino-background-mobile-v2.png");
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
}

@media (max-width:899px){
  #hcKazino{
    background-position:center center;
    background-size:cover;
  }

  #hcKazino .kz-shell,
  #kzMenu{
    min-height:100dvh;
  }
}


/* KAZINO IOS PWA BACKGROUND LAYER V1 */
@media (max-width:899px){
  #hcKazino{
    isolation:isolate;
    background:#020a18;
  }

  #hcKazino::before{
    content:"";
    display:block;
    position:fixed;
    inset:0;
    z-index:0;
    pointer-events:none;
    background-image:
      linear-gradient(
        rgba(2,10,25,.70),
        rgba(2,10,25,.70)
      ),
      url("/app/kazino/kazino-background-mobile-v2.png");
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
  }

  #hcKazino::after{
    display:none;
  }

  #hcKazino .kz-shell{
    position:relative;
    z-index:2;
    background:transparent;
  }
}


/* KAZINO SINGLE-PLAYER AVATARS V1 */
.kz-avatar{
  position:relative;
  flex:0 0 auto;
  overflow:hidden;
}

.kz-avatar img{
  display:block;
  width:100%;
  height:100%;
  border-radius:50%;
  object-fit:cover;
}

.kz-avatar-fallback{
  display:none;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:#173762;
  font-size:14px;
  font-weight:900;
}

.kz-user-avatar{
  background:#173762;
}

.kz-jean-avatar{
  padding:2px;
  background:#fff;
}

.kz-jean-avatar img{
  object-fit:cover;
}

/* KAZINO PWA: player photo fills inside of gold avatar ring */
.kz-user-avatar{
  box-sizing:border-box;
  overflow:hidden;
  padding:0;
}

.kz-user-avatar img{
  display:block;
  width:100%;
  height:100%;
  min-width:100%;
  min-height:100%;
  border-radius:50%;
  object-fit:cover;
  object-position:center;
}

/* KAZINO PWA: larger current-player avatar */
.kz-user-avatar{
  width:48px;
  height:48px;
  min-width:48px;
  min-height:48px;
}
