:root{
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#172a23;
  background:#f5f6f2;
  font-synthesis:none;
  --green:#173b2e;
  --lime:#d9f78b;
  --muted:#748078;
  --line:#e4e7df}
  *{
    box-sizing:border-box}
    body{
      margin:0}
      button,input,select{
        font:inherit}
        button,a,input,select,summary{
          -webkit-tap-highlight-color:transparent}
          button,a{
            touch-action:manipulation}
            button{
              cursor:pointer}
              a{
                color:inherit;
                text-decoration:none}
                button:disabled{
                  cursor:not-allowed;
                  opacity:.5}
                  button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible,summary:focus-visible{
                    outline:3px solid #73ae43;
                    outline-offset:4px}
                    [hidden]{
                      display:none!important}
                      .sandbox-banner{
                        min-height:33px;
                        background:#dff0cf;
                        display:flex;
                        justify-content:center;
                        align-items:center;
                        gap:9px;
                        padding:8px 16px;
                        font-size:11px;
                        font-weight:650;
                        letter-spacing:.035em;
                        text-align:center}
                        .status-dot{
                          height:6px;
                          width:6px;
                          border-radius:50%;
                          background:#618943;
                          display:inline-block;
                          flex-shrink:0}
                          .app-shell{
                            display:flex;
                            min-height:calc(100vh - 33px)}
                            .sidebar{
                              width:224px;
                              flex-shrink:0;
                              background:#fff;
                              border-right:1px solid var(--line);
                              padding:34px 24px 20px;
                              display:flex;
                              flex-direction:column}
                              .brand{
                                display:flex;
                                align-items:center;
                                gap:12px;
                                font-size:28px;
                                font-weight:780;
                                letter-spacing:-1px}
                                .brand-icon{
                                  width:38px;
                                  height:42px;
                                  background:var(--green);
                                  color:var(--lime);
                                  border-radius:11px;
                                  display:flex;
                                  align-items:center;
                                  justify-content:center;
                                  position:relative;
                                  font-size:33px}
                                  .brand-icon span{
                                    font-size:18px;
                                    margin-top:-15px}
                                    .brand-sub{
                                      display:block;
                                      font-size:8px;
                                      letter-spacing:1.5px;
                                      margin-top:4px;
                                      font-weight:600}
                                      .nav-caption{
                                        font-size:9px;
                                        letter-spacing:1.5px;
                                        color:#929b94;
                                        margin:54px 12px 15px}
                                        nav{
                                          display:grid;
                                          gap:8px}
                                          .nav-link{
                                            display:flex;
                                            align-items:center;
                                            gap:13px;
                                            padding:13px;
                                            border-radius:8px;
                                            font-size:13px;
                                            color:#768178;
                                            font-weight:550}
                                            .nav-link>span:first-child{
                                              font-size:20px;
                                              line-height:20px;
                                              width:20px;
                                              text-align:center}
                                              .nav-link.active{
                                                background:#edf3e7;
                                                color:#254932}
                                                .nav-link:hover{
                                                  background:#f4f6ef}
                                                  .sidebar-note{
                                                    margin-top:auto;
                                                    padding:24px 12px 30px}
                                                    .outline-icon{
                                                      font-size:24px;
                                                      color:#67885d}
                                                      .sidebar-note h3{
                                                        font-size:14px;
                                                        font-weight:600;
                                                        line-height:1.5}
                                                        .sidebar-note p{
                                                          font-size:11px;
                                                          color:var(--muted);
                                                          line-height:1.8}
                                                          .version{
                                                            font-size:8px;
                                                            letter-spacing:1px;
                                                            color:#81917c}
                                                            .sidebar-footer{
                                                              display:flex;
                                                              justify-content:space-between;
                                                              border-top:1px solid var(--line);
                                                              padding-top:19px;
                                                              font-size:10px;
                                                              color:#8a948b}
                                                              .workspace{
                                                                flex:1;
                                                                min-width:0}
                                                                .topbar{
                                                                  height:80px;
                                                                  border-bottom:1px solid var(--line);
                                                                  display:flex;
                                                                  align-items:center;
                                                                  justify-content:space-between;
                                                                  padding:0 44px;
                                                                  background:#fcfcf9}
                                                                  .breadcrumb{
                                                                    font-size:12px;
                                                                    color:#838c84}
                                                                    .breadcrumb span{
                                                                      margin:0 14px;
                                                                      color:#bec4ba}
                                                                      .breadcrumb strong{
                                                                        font-weight:500;
                                                                        color:#344c3f}
                                                                        .topbar-right{
                                                                          display:flex;
                                                                          gap:25px;
                                                                          align-items:center}
                                                                          select{
                                                                            border:1px solid #dfe3d8;
                                                                            background:#fff;
                                                                            border-radius:8px;
                                                                            padding:9px;
                                                                            color:#344c3f}
                                                                            .language-label select{
                                                                              border:0;
                                                                              background:transparent;
                                                                              font-size:11px}
                                                                              .demo-user{
                                                                                display:flex;
                                                                                gap:9px;
                                                                                align-items:center;
                                                                                font-size:11px;
                                                                                color:#60715f}
                                                                                .avatar{
                                                                                  display:grid;
                                                                                  place-items:center;
                                                                                  width:29px;
                                                                                  height:29px;
                                                                                  background:#e8ecdf;
                                                                                  border:1px solid #dce1d2;
                                                                                  border-radius:50%;
                                                                                  font-size:12px}
                                                                                  main{
                                                                                    max-width:1400px;
                                                                                    margin:auto;
                                                                                    padding:40px 44px 0}
                                                                                    .page-heading{
                                                                                      display:flex;
                                                                                      justify-content:space-between;
                                                                                      align-items:center;
                                                                                      gap:15px;
                                                                                      margin-bottom:30px}
                                                                                      .eyebrow{
                                                                                        font-size:9px;
                                                                                        font-weight:650;
                                                                                        letter-spacing:1.7px;
                                                                                        color:#83947e}
                                                                                        h1{
                                                                                          font-size:32px;
                                                                                          letter-spacing:-1.2px;
                                                                                          font-weight:580;
                                                                                          margin:10px 0}
                                                                                          h2{
                                                                                            font-size:20px;
                                                                                            letter-spacing:-.6px;
                                                                                            font-weight:560}
                                                                                            p{
                                                                                              line-height:1.65}
                                                                                              .page-heading p{
                                                                                                font-size:12px;
                                                                                                color:var(--muted);
                                                                                                margin:0}
                                                                                                .pill{
                                                                                                  display:inline-flex;
                                                                                                  align-items:center;
                                                                                                  gap:7px;
                                                                                                  border:1px solid #dde4d6;
                                                                                                  background:#f9fbf5;
                                                                                                  padding:8px 10px;
                                                                                                  border-radius:6px;
                                                                                                  font-size:9px;
                                                                                                  white-space:nowrap;
                                                                                                  color:#6f8169}
                                                                                                  .pill.dark{
                                                                                                    background:#ffffff08;
                                                                                                    border-color:#ffffff25;
                                                                                                    color:#b9cbb6;
                                                                                                    font-size:8px;
                                                                                                    letter-spacing:1px}
                                                                                                    .play-layout{
                                                                                                      display:grid;
                                                                                                      grid-template-columns:minmax(0,1.7fr) minmax(255px,1fr);
                                                                                                      gap:24px}
                                                                                                      .game-card{
                                                                                                        border-radius:16px;
                                                                                                        background:#17382d;
                                                                                                        color:#f3f7e9;
                                                                                                        padding:26px 28px 16px;
                                                                                                        position:relative;
                                                                                                        overflow:hidden}
                                                                                                        .game-top{
                                                                                                          display:flex;
                                                                                                          align-items:center;
                                                                                                          justify-content:space-between;
                                                                                                          gap:10px}
                                                                                                          .small-label{
                                                                                                            font-size:8px;
                                                                                                            letter-spacing:1.6px;
                                                                                                            color:#9eae98}
                                                                                                            .game-top h2{
                                                                                                              font-size:24px;
                                                                                                              margin:9px 0 0}
                                                                                                              .wheel-area{
                                                                                                                height:286px;
                                                                                                                position:relative;
                                                                                                                display:grid;
                                                                                                                place-items:center;
                                                                                                                margin-top:12px}
                                                                                                                .wheel{
                                                                                                                  width:236px;
                                                                                                                  height:236px;
                                                                                                                  border-radius:50%;
                                                                                                                  border:7px solid #c6deab;
                                                                                                                  box-shadow:0 0 0 9px #ffffff0b,0 15px 25px #06191088;
                                                                                                                  position:relative;
                                                                                                                  transition:transform 2.1s cubic-bezier(.15,.75,.13,1);
                                                                                                                  background:conic-gradient(from -22.5deg,#254c3c 0deg 45deg,#e2efb2 45deg 90deg,#739765 90deg 135deg,#254c3c 135deg 180deg,#c1de85 180deg 225deg,#e2efb2 225deg 270deg,#254c3c 270deg 315deg,#d1f685 315deg 360deg)}
                                                                                                                  .wheel-label{
                                                                                                                    position:absolute;
                                                                                                                    left:calc(50% - 20px);
                                                                                                                    top:calc(50% - 12px);
                                                                                                                    width:40px;
                                                                                                                    text-align:center;
                                                                                                                    font-size:16px;
                                                                                                                    font-weight:750;
                                                                                                                    color:#163b2a;
                                                                                                                    transform:rotate(var(--a)) translateY(-83px) rotate(calc(-1 * var(--a)))}
                                                                                                                    .label-0{
                                                                                                                      --a:0deg;
                                                                                                                      color:#e4efcd}
                                                                                                                      .label-1{
                                                                                                                        --a:45deg}
                                                                                                                        .label-2{
                                                                                                                          --a:90deg}
                                                                                                                          .label-3{
                                                                                                                            --a:135deg;
                                                                                                                            color:#e4efcd}
                                                                                                                            .label-4{
                                                                                                                              --a:180deg}
                                                                                                                              .label-5{
                                                                                                                                --a:225deg}
                                                                                                                                .label-6{
                                                                                                                                  --a:270deg;
                                                                                                                                  color:#e4efcd}
                                                                                                                                  .label-7{
                                                                                                                                    --a:315deg}
                                                                                                                                    .wheel-center{
                                                                                                                                      position:absolute;
                                                                                                                                      inset:calc(50% - 33px);
                                                                                                                                      width:66px;
                                                                                                                                      height:66px;
                                                                                                                                      background:#15382c;
                                                                                                                                      border:5px solid #9cb980;
                                                                                                                                      box-shadow:0 3px 7px #132c24;
                                                                                                                                      border-radius:50%;
                                                                                                                                      display:flex;
                                                                                                                                      align-items:center;
                                                                                                                                      justify-content:center;
                                                                                                                                      font-size:39px;
                                                                                                                                      font-weight:700;
                                                                                                                                      color:#d9f78b}
                                                                                                                                      .wheel-center span{
                                                                                                                                        font-size:21px;
                                                                                                                                        margin-top:-12px}
                                                                                                                                        .wheel-pointer{
                                                                                                                                          position:absolute;
                                                                                                                                          top:14px;
                                                                                                                                          left:calc(50% - 11px);
                                                                                                                                          border-left:11px solid transparent;
                                                                                                                                          border-right:11px solid transparent;
                                                                                                                                          border-top:22px solid #edffc5;
                                                                                                                                          z-index:2;
                                                                                                                                          filter:drop-shadow(0 3px 2px #173b2e)}
                                                                                                                                          .orbit{
                                                                                                                                            position:absolute;
                                                                                                                                            border:1px solid #ffffff09;
                                                                                                                                            border-radius:50%;
                                                                                                                                            width:340px;
                                                                                                                                            height:340px;
                                                                                                                                            pointer-events:none}
                                                                                                                                            .orbit-two{
                                                                                                                                              width:430px;
                                                                                                                                              height:430px}
                                                                                                                                              .wheel-decoration{
                                                                                                                                                position:absolute;
                                                                                                                                                color:#b6d39a;
                                                                                                                                                font-size:24px}
                                                                                                                                                .wheel-decoration.one{
                                                                                                                                                  left:6%;
                                                                                                                                                  top:29%}
                                                                                                                                                  .wheel-decoration.two{
                                                                                                                                                    right:6%;
                                                                                                                                                    bottom:27%;
                                                                                                                                                    font-size:33px}
                                                                                                                                                    .spin-result{
                                                                                                                                                      position:relative;
                                                                                                                                                      text-align:center;
                                                                                                                                                      min-height:25px;
                                                                                                                                                      font-size:11px;
                                                                                                                                                      color:#d0dcc5;
                                                                                                                                                      margin:2px 0 20px}
                                                                                                                                                      .game-controls{
                                                                                                                                                        position:relative;
                                                                                                                                                        display:flex;
                                                                                                                                                        gap:20px;
                                                                                                                                                        align-items:flex-end;
                                                                                                                                                        border-top:1px solid #ffffff1a;
                                                                                                                                                        padding-top:20px}
                                                                                                                                                        fieldset{
                                                                                                                                                          padding:0;
                                                                                                                                                          margin:0;
                                                                                                                                                          border:0}
                                                                                                                                                          legend{
                                                                                                                                                            font-size:8px;
                                                                                                                                                            color:#b0c1a8;
                                                                                                                                                            letter-spacing:1px;
                                                                                                                                                            margin-bottom:8px}
                                                                                                                                                            .stake-buttons{
                                                                                                                                                              display:flex;
                                                                                                                                                              border:1px solid #5d7960;
                                                                                                                                                              border-radius:7px;
                                                                                                                                                              padding:3px;
                                                                                                                                                              gap:3px}
                                                                                                                                                              .stake{
                                                                                                                                                                border:0;
                                                                                                                                                                background:transparent;
                                                                                                                                                                color:#c8d5be;
                                                                                                                                                                padding:8px 13px;
                                                                                                                                                                border-radius:4px;
                                                                                                                                                                font-size:11px}
                                                                                                                                                                .stake.selected{
                                                                                                                                                                  background:#f2f8dc;
                                                                                                                                                                  color:#25472d}
                                                                                                                                                                  .button{
                                                                                                                                                                    border:0;
                                                                                                                                                                    border-radius:7px;
                                                                                                                                                                    padding:13px 15px;
                                                                                                                                                                    display:inline-flex;
                                                                                                                                                                    justify-content:center;
                                                                                                                                                                    align-items:center;
                                                                                                                                                                    gap:10px;
                                                                                                                                                                    font-size:11px;
                                                                                                                                                                    font-weight:650;
                                                                                                                                                                    min-height:42px;
                                                                                                                                                                    transition:filter .15s}
                                                                                                                                                                    .button:hover:not(:disabled){
                                                                                                                                                                      filter:brightness(.95)}
                                                                                                                                                                      .button.lime{
                                                                                                                                                                        background:var(--lime);
                                                                                                                                                                        color:#224329;
                                                                                                                                                                        flex:1;
                                                                                                                                                                        justify-content:space-between}
                                                                                                                                                                        .primary{
                                                                                                                                                                          background:var(--green);
                                                                                                                                                                          color:#fff}
                                                                                                                                                                          .secondary{
                                                                                                                                                                            background:#fff;
                                                                                                                                                                            border:1px solid #dde3d5;
                                                                                                                                                                            color:#334d3a}
                                                                                                                                                                            .game-footnote{
                                                                                                                                                                              text-align:center;
                                                                                                                                                                              font-size:8px;
                                                                                                                                                                              color:#a1b398;
                                                                                                                                                                              margin-top:16px;
                                                                                                                                                                              letter-spacing:.3px}
                                                                                                                                                                              .card{
                                                                                                                                                                                background:#fff;
                                                                                                                                                                                border:1px solid var(--line);
                                                                                                                                                                                border-radius:12px;
                                                                                                                                                                                padding:24px}
                                                                                                                                                                                .right-stack{
                                                                                                                                                                                  display:flex;
                                                                                                                                                                                  flex-direction:column;
                                                                                                                                                                                  gap:18px}
                                                                                                                                                                                  .card-label{
                                                                                                                                                                                    display:flex;
                                                                                                                                                                                    justify-content:space-between;
                                                                                                                                                                                    align-items:center;
                                                                                                                                                                                    font-size:9px;
                                                                                                                                                                                    letter-spacing:1.2px;
                                                                                                                                                                                    color:#87957e;
                                                                                                                                                                                    font-weight:600}
                                                                                                                                                                                    .card-label>span:last-child:not(:first-child){
                                                                                                                                                                                      font-size:19px}
                                                                                                                                                                                      .balance-number{
                                                                                                                                                                                        font-size:43px;
                                                                                                                                                                                        font-weight:580;
                                                                                                                                                                                        letter-spacing:-2px;
                                                                                                                                                                                        margin:16px 0 2px}
                                                                                                                                                                                        .muted{
                                                                                                                                                                                          color:var(--muted);
                                                                                                                                                                                          font-size:11px}
                                                                                                                                                                                          .balance-actions{
                                                                                                                                                                                            display:flex;
                                                                                                                                                                                            gap:8px;
                                                                                                                                                                                            margin-top:22px}
                                                                                                                                                                                            .balance-actions .button{
                                                                                                                                                                                              flex:1}
                                                                                                                                                                                              .tiny-note{
                                                                                                                                                                                                font-size:9px;
                                                                                                                                                                                                color:#8b9686;
                                                                                                                                                                                                margin:14px 0 0;
                                                                                                                                                                                                line-height:1.7}
                                                                                                                                                                                                .session-card{
                                                                                                                                                                                                  padding-bottom:22px}
                                                                                                                                                                                                  .limit-line{
                                                                                                                                                                                                    display:flex;
                                                                                                                                                                                                    justify-content:space-between;
                                                                                                                                                                                                    font-size:10px;
                                                                                                                                                                                                    margin-top:18px;
                                                                                                                                                                                                    color:#778773}
                                                                                                                                                                                                    .limit-line strong{
                                                                                                                                                                                                      color:#4c6345;
                                                                                                                                                                                                      font-weight:500}
                                                                                                                                                                                                      progress{
                                                                                                                                                                                                        width:100%;
                                                                                                                                                                                                        height:5px;
                                                                                                                                                                                                        border:0;
                                                                                                                                                                                                        border-radius:8px;
                                                                                                                                                                                                        margin:11px 0 4px;
                                                                                                                                                                                                        background:#edf1e5}
                                                                                                                                                                                                        progress::-webkit-progress-bar{
                                                                                                                                                                                                          background:#edf1e5;
                                                                                                                                                                                                          border-radius:8px}
                                                                                                                                                                                                          progress::-webkit-progress-value{
                                                                                                                                                                                                            background:#89ab60;
                                                                                                                                                                                                            border-radius:8px}
                                                                                                                                                                                                            progress::-moz-progress-bar{
                                                                                                                                                                                                              background:#89ab60;
                                                                                                                                                                                                              border-radius:8px}
                                                                                                                                                                                                              .session-card p{
                                                                                                                                                                                                                font-size:10px}
                                                                                                                                                                                                                .text-link{
                                                                                                                                                                                                                  font-size:10px;
                                                                                                                                                                                                                  color:#546d45;
                                                                                                                                                                                                                  font-weight:600}
                                                                                                                                                                                                                  .quiet-note{
                                                                                                                                                                                                                    display:flex;
                                                                                                                                                                                                                    gap:13px;
                                                                                                                                                                                                                    align-items:center;
                                                                                                                                                                                                                    padding:0 9px}
                                                                                                                                                                                                                    .quiet-note>span{
                                                                                                                                                                                                                      font-size:31px;
                                                                                                                                                                                                                      color:#8da678}
                                                                                                                                                                                                                      .quiet-note p{
                                                                                                                                                                                                                        font-size:10px;
                                                                                                                                                                                                                        color:#8a9681}
                                                                                                                                                                                                                        .section-heading{
                                                                                                                                                                                                                          display:flex;
                                                                                                                                                                                                                          justify-content:space-between;
                                                                                                                                                                                                                          align-items:center;
                                                                                                                                                                                                                          margin:29px 0 13px}
                                                                                                                                                                                                                          .section-heading h2{
                                                                                                                                                                                                                            font-size:16px;
                                                                                                                                                                                                                            margin:0}
                                                                                                                                                                                                                            .activity-list{
                                                                                                                                                                                                                              padding:0;
                                                                                                                                                                                                                              overflow:hidden}
                                                                                                                                                                                                                              .empty{
                                                                                                                                                                                                                                padding:23px;
                                                                                                                                                                                                                                display:flex;
                                                                                                                                                                                                                                gap:14px;
                                                                                                                                                                                                                                align-items:center;
                                                                                                                                                                                                                                font-size:11px;
                                                                                                                                                                                                                                color:#83917b}
                                                                                                                                                                                                                                .empty>span{
                                                                                                                                                                                                                                  font-size:22px;
                                                                                                                                                                                                                                  color:#acb8a1}
                                                                                                                                                                                                                                  .transaction{
                                                                                                                                                                                                                                    display:grid;
                                                                                                                                                                                                                                    grid-template-columns:35px 1fr auto;
                                                                                                                                                                                                                                    gap:12px;
                                                                                                                                                                                                                                    align-items:center;
                                                                                                                                                                                                                                    padding:16px 22px;
                                                                                                                                                                                                                                    border-bottom:1px solid #eff1e9}
                                                                                                                                                                                                                                    .transaction:last-child{
                                                                                                                                                                                                                                      border:0}
                                                                                                                                                                                                                                      .transaction-icon{
                                                                                                                                                                                                                                        width:32px;
                                                                                                                                                                                                                                        height:32px;
                                                                                                                                                                                                                                        display:grid;
                                                                                                                                                                                                                                        place-items:center;
                                                                                                                                                                                                                                        background:#f1f5e9;
                                                                                                                                                                                                                                        color:#758968;
                                                                                                                                                                                                                                        border-radius:9px}
                                                                                                                                                                                                                                        .transaction-title{
                                                                                                                                                                                                                                          font-size:11px;
                                                                                                                                                                                                                                          font-weight:600}
                                                                                                                                                                                                                                          .transaction-meta{
                                                                                                                                                                                                                                            font-size:9px;
                                                                                                                                                                                                                                            color:#89957f;
                                                                                                                                                                                                                                            margin-top:5px}
                                                                                                                                                                                                                                            .transaction-value{
                                                                                                                                                                                                                                              text-align:right;
                                                                                                                                                                                                                                              font-size:12px;
                                                                                                                                                                                                                                              color:#536c41}
                                                                                                                                                                                                                                              .rules{
                                                                                                                                                                                                                                                margin-top:18px;
                                                                                                                                                                                                                                                padding:17px 20px;
                                                                                                                                                                                                                                                font-size:11px}
                                                                                                                                                                                                                                                .rules summary{
                                                                                                                                                                                                                                                  cursor:pointer;
                                                                                                                                                                                                                                                  color:#647358}
                                                                                                                                                                                                                                                  .rules p{
                                                                                                                                                                                                                                                    font-size:11px;
                                                                                                                                                                                                                                                    color:#7c8973;
                                                                                                                                                                                                                                                    max-width:800px}
                                                                                                                                                                                                                                                    .main-footer{
                                                                                                                                                                                                                                                      padding:28px 0 22px;
                                                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                                                      justify-content:space-between;
                                                                                                                                                                                                                                                      gap:20px;
                                                                                                                                                                                                                                                      font-size:8px;
                                                                                                                                                                                                                                                      letter-spacing:.5px;
                                                                                                                                                                                                                                                      color:#8e9787}
                                                                                                                                                                                                                                                      .wallet-hero{
                                                                                                                                                                                                                                                        max-width:520px;
                                                                                                                                                                                                                                                        padding:32px}
                                                                                                                                                                                                                                                        .notice{
                                                                                                                                                                                                                                                          border:1px solid #dee6d4;
                                                                                                                                                                                                                                                          background:#edf3e5;
                                                                                                                                                                                                                                                          padding:18px;
                                                                                                                                                                                                                                                          margin-top:25px;
                                                                                                                                                                                                                                                          border-radius:10px;
                                                                                                                                                                                                                                                          font-size:12px;
                                                                                                                                                                                                                                                          max-width:750px;
                                                                                                                                                                                                                                                          line-height:1.7}
                                                                                                                                                                                                                                                          .safety-grid{
                                                                                                                                                                                                                                                            display:grid;
                                                                                                                                                                                                                                                            grid-template-columns:1fr 1fr;
                                                                                                                                                                                                                                                            gap:22px}
                                                                                                                                                                                                                                                            .safety-grid h2{
                                                                                                                                                                                                                                                              margin-top:0}
                                                                                                                                                                                                                                                              .safety-grid label{
                                                                                                                                                                                                                                                                display:block;
                                                                                                                                                                                                                                                                font-size:11px;
                                                                                                                                                                                                                                                                margin:20px 0 8px}
                                                                                                                                                                                                                                                                .safety-grid select{
                                                                                                                                                                                                                                                                  width:100%}
                                                                                                                                                                                                                                                                  .safety-grid p[data-limit-text]{
                                                                                                                                                                                                                                                                    font-size:12px}
                                                                                                                                                                                                                                                                    dialog{
                                                                                                                                                                                                                                                                      border:1px solid #dce2d3;
                                                                                                                                                                                                                                                                      border-radius:17px;
                                                                                                                                                                                                                                                                      width:min(430px,calc(100% - 30px));
                                                                                                                                                                                                                                                                      padding:28px;
                                                                                                                                                                                                                                                                      color:#233c2b;
                                                                                                                                                                                                                                                                      box-shadow:0 25px 100px #001e1c40}
                                                                                                                                                                                                                                                                      dialog::backdrop{
                                                                                                                                                                                                                                                                        background:#10261dcc;
                                                                                                                                                                                                                                                                        backdrop-filter:blur(4px)}
                                                                                                                                                                                                                                                                        .modal-header{
                                                                                                                                                                                                                                                                          display:flex;
                                                                                                                                                                                                                                                                          justify-content:space-between;
                                                                                                                                                                                                                                                                          align-items:center}
                                                                                                                                                                                                                                                                          .icon-button{
                                                                                                                                                                                                                                                                            font-size:23px;
                                                                                                                                                                                                                                                                            background:transparent;
                                                                                                                                                                                                                                                                            border:0;
                                                                                                                                                                                                                                                                            color:#7e8e71;
                                                                                                                                                                                                                                                                            padding:0 7px}
                                                                                                                                                                                                                                                                            dialog h2{
                                                                                                                                                                                                                                                                              font-size:24px;
                                                                                                                                                                                                                                                                              margin-top:15px}
                                                                                                                                                                                                                                                                              dialog label{
                                                                                                                                                                                                                                                                                font-size:12px;
                                                                                                                                                                                                                                                                                display:block;
                                                                                                                                                                                                                                                                                margin:20px 0 8px}
                                                                                                                                                                                                                                                                                dialog input{
                                                                                                                                                                                                                                                                                  width:100%;
                                                                                                                                                                                                                                                                                  border:1px solid #d4dcc9;
                                                                                                                                                                                                                                                                                  border-radius:8px;
                                                                                                                                                                                                                                                                                  padding:13px;
                                                                                                                                                                                                                                                                                  background:#fafcf7;
                                                                                                                                                                                                                                                                                  color:#23402a}
                                                                                                                                                                                                                                                                                  .error{
                                                                                                                                                                                                                                                                                    font-size:11px;
                                                                                                                                                                                                                                                                                    color:#a14035;
                                                                                                                                                                                                                                                                                    min-height:18px}
                                                                                                                                                                                                                                                                                    .full{
                                                                                                                                                                                                                                                                                      width:100%}
                                                                                                                                                                                                                                                                                      #toast{
                                                                                                                                                                                                                                                                                        position:fixed;
                                                                                                                                                                                                                                                                                        bottom:25px;
                                                                                                                                                                                                                                                                                        left:50%;
                                                                                                                                                                                                                                                                                        transform:translateX(-50%);
                                                                                                                                                                                                                                                                                        z-index:5;
                                                                                                                                                                                                                                                                                        border-radius:10px;
                                                                                                                                                                                                                                                                                        background:#183b2e;
                                                                                                                                                                                                                                                                                        color:#effbd9;
                                                                                                                                                                                                                                                                                        padding:15px 22px;
                                                                                                                                                                                                                                                                                        font-size:12px;
                                                                                                                                                                                                                                                                                        box-shadow:0 10px 30px #173b2e30;
                                                                                                                                                                                                                                                                                        max-width:90vw}
                                                                                                                                                                                                                                                                                        .sr-only{
                                                                                                                                                                                                                                                                                          position:absolute;
                                                                                                                                                                                                                                                                                          width:1px;
                                                                                                                                                                                                                                                                                          height:1px;
                                                                                                                                                                                                                                                                                          margin:-1px;
                                                                                                                                                                                                                                                                                          overflow:hidden;
                                                                                                                                                                                                                                                                                          clip:rect(0,0,0,0);
                                                                                                                                                                                                                                                                                          white-space:nowrap}
                                                                                                                                                                                                                                                                                          @media(min-width:1500px){
                                                                                                                                                                                                                                                                                            main{
                                                                                                                                                                                                                                                                                              padding-top:55px}
                                                                                                                                                                                                                                                                                              .wheel-area{
                                                                                                                                                                                                                                                                                                height:330px}
                                                                                                                                                                                                                                                                                                .wheel{
                                                                                                                                                                                                                                                                                                  width:268px;
                                                                                                                                                                                                                                                                                                  height:268px}
                                                                                                                                                                                                                                                                                                  .wheel-label{
                                                                                                                                                                                                                                                                                                    transform:rotate(var(--a)) translateY(-96px) rotate(calc(-1 * var(--a)))}
                                                                                                                                                                                                                                                                                                    .wheel-pointer{
                                                                                                                                                                                                                                                                                                      top:19px}
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .game-picker {
                                                                                                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                                                                                                      gap:10px;
                                                                                                                                                                                                                                                                                                      margin:-8px 0 22px;
                                                                                                                                                                                                                                                                                                      flex-wrap:wrap;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .game-choice {
                                                                                                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                                                                                                      align-items:center;
                                                                                                                                                                                                                                                                                                      gap:9px;
                                                                                                                                                                                                                                                                                                      padding:12px 17px;
                                                                                                                                                                                                                                                                                                      border:1px solid #dfe5d8;
                                                                                                                                                                                                                                                                                                      border-radius:9px;
                                                                                                                                                                                                                                                                                                      background:#fff;
                                                                                                                                                                                                                                                                                                      color:#64725d;
                                                                                                                                                                                                                                                                                                      font-size:12px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .game-choice.selected {
                                                                                                                                                                                                                                                                                                      background:#233d34;
                                                                                                                                                                                                                                                                                                      color:#eff8da;
                                                                                                                                                                                                                                                                                                      border-color:#233d34;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .new-tag {
                                                                                                                                                                                                                                                                                                      font-size:8px;
                                                                                                                                                                                                                                                                                                      letter-spacing:1px;
                                                                                                                                                                                                                                                                                                      background:#d7eea4;
                                                                                                                                                                                                                                                                                                      color:#324b28;
                                                                                                                                                                                                                                                                                                      padding:3px 5px;
                                                                                                                                                                                                                                                                                                      border-radius:3px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-card {
                                                                                                                                                                                                                                                                                                      position:relative;
                                                                                                                                                                                                                                                                                                      overflow:hidden;
                                                                                                                                                                                                                                                                                                      padding:24px 26px 14px;
                                                                                                                                                                                                                                                                                                      border-radius:16px;
                                                                                                                                                                                                                                                                                                      color:#f3e5c6;
                                                                                                                                                                                                                                                                                                      background:radial-gradient(ellipse at 75% 5%,#46598a66,transparent 50%),linear-gradient(150deg,#202c4a,#111d36 55%,#16253e);
                                                                                                                                                                                                                                                                                                      border:1px solid #63718a;
                                                                                                                                                                                                                                                                                                      box-shadow:inset 0 1px #ffffff20;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .temple-sky {
                                                                                                                                                                                                                                                                                                      position:absolute;
                                                                                                                                                                                                                                                                                                      inset:0;
                                                                                                                                                                                                                                                                                                      pointer-events:none;
                                                                                                                                                                                                                                                                                                      overflow:hidden;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .temple-column {
                                                                                                                                                                                                                                                                                                      position:absolute;
                                                                                                                                                                                                                                                                                                      width:43px;
                                                                                                                                                                                                                                                                                                      height:400px;
                                                                                                                                                                                                                                                                                                      top:85px;
                                                                                                                                                                                                                                                                                                      opacity:.09;
                                                                                                                                                                                                                                                                                                      background:repeating-linear-gradient(90deg,#b9caec 0px 4px,#596d99 4px 10px);
                                                                                                                                                                                                                                                                                                      border-top:12px solid #b2c0d9;
                                                                                                                                                                                                                                                                                                      border-bottom:12px solid #b2c0d9;
                                                                                                                                                                                                                                                                                                      transform:perspective(300px) rotateX(4deg);
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .temple-column.left {
                                                                                                                                                                                                                                                                                                      left:-10px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .temple-column.right {
                                                                                                                                                                                                                                                                                                      right:-10px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .storm-orb {
                                                                                                                                                                                                                                                                                                      position:absolute;
                                                                                                                                                                                                                                                                                                      width:400px;
                                                                                                                                                                                                                                                                                                      height:400px;
                                                                                                                                                                                                                                                                                                      top:-235px;
                                                                                                                                                                                                                                                                                                      left:10%;
                                                                                                                                                                                                                                                                                                      border:1px solid #e9d59c33;
                                                                                                                                                                                                                                                                                                      border-radius:50%;
                                                                                                                                                                                                                                                                                                      box-shadow:0 0 0 25px #cbdaf704,0 0 0 75px #cbdaf704;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-heading {
                                                                                                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                                                                                                      position:relative;
                                                                                                                                                                                                                                                                                                      justify-content:space-between;
                                                                                                                                                                                                                                                                                                      align-items:center;
                                                                                                                                                                                                                                                                                                      min-height:150px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-heading .small-label {
                                                                                                                                                                                                                                                                                                      color:#adbbd5;
                                                                                                                                                                                                                                                                                                      font-size:8px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-heading h2 {
                                                                                                                                                                                                                                                                                                      margin:9px 0 12px;
                                                                                                                                                                                                                                                                                                      font-family:Georgia,serif;
                                                                                                                                                                                                                                                                                                      font-size:53px;
                                                                                                                                                                                                                                                                                                      letter-spacing:7px;
                                                                                                                                                                                                                                                                                                      line-height:1;
                                                                                                                                                                                                                                                                                                      color:#f5dba0;
                                                                                                                                                                                                                                                                                                      text-shadow:0 3px 0 #70532c,0 0 28px #d5a96236;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-heading h2 span {
                                                                                                                                                                                                                                                                                                      display:block;
                                                                                                                                                                                                                                                                                                      font-family:inherit;
                                                                                                                                                                                                                                                                                                      font-size:12px;
                                                                                                                                                                                                                                                                                                      letter-spacing:4px;
                                                                                                                                                                                                                                                                                                      margin-top:10px;
                                                                                                                                                                                                                                                                                                      color:#ccad74;
                                                                                                                                                                                                                                                                                                      text-shadow:none;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-subtitle {
                                                                                                                                                                                                                                                                                                      color:#a5b2ce;
                                                                                                                                                                                                                                                                                                      font-size:10px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .zeus-portrait {
                                                                                                                                                                                                                                                                                                      width:153px;
                                                                                                                                                                                                                                                                                                      height:160px;
                                                                                                                                                                                                                                                                                                      flex-shrink:0;
                                                                                                                                                                                                                                                                                                      filter:drop-shadow(0 7px 14px #050d29aa);
                                                                                                                                                                                                                                                                                                      margin-right:-6px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-meta {
                                                                                                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                                                                                                      position:relative;
                                                                                                                                                                                                                                                                                                      justify-content:space-between;
                                                                                                                                                                                                                                                                                                      border-top:1px solid #b4a07044;
                                                                                                                                                                                                                                                                                                      padding:13px 3px 11px;
                                                                                                                                                                                                                                                                                                      font-size:8px;
                                                                                                                                                                                                                                                                                                      letter-spacing:1.4px;
                                                                                                                                                                                                                                                                                                      color:#b6bcd0;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-machine {
                                                                                                                                                                                                                                                                                                      --cell-height:80px;
                                                                                                                                                                                                                                                                                                      position:relative;
                                                                                                                                                                                                                                                                                                      display:grid;
                                                                                                                                                                                                                                                                                                      grid-template-columns:repeat(5,minmax(0,1fr));
                                                                                                                                                                                                                                                                                                      gap:5px;
                                                                                                                                                                                                                                                                                                      padding:7px;
                                                                                                                                                                                                                                                                                                      background:#091122;
                                                                                                                                                                                                                                                                                                      border:2px solid #ad8e52;
                                                                                                                                                                                                                                                                                                      border-radius:9px;
                                                                                                                                                                                                                                                                                                      box-shadow:0 0 0 3px #d5b76514,inset 0 0 25px #000;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .reel {
                                                                                                                                                                                                                                                                                                      height:calc(3 * var(--cell-height));
                                                                                                                                                                                                                                                                                                      overflow:hidden;
                                                                                                                                                                                                                                                                                                      border-radius:3px;
                                                                                                                                                                                                                                                                                                      background:linear-gradient(#1e2c49,#273759 50%,#1a2948);
                                                                                                                                                                                                                                                                                                      box-shadow:inset 0 0 15px #080f23;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .reel-strip {
                                                                                                                                                                                                                                                                                                      position:relative;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-cell {
                                                                                                                                                                                                                                                                                                      height:var(--cell-height);
                                                                                                                                                                                                                                                                                                      display:grid;
                                                                                                                                                                                                                                                                                                      place-items:center;
                                                                                                                                                                                                                                                                                                      border-bottom:1px solid #90a6d018;
                                                                                                                                                                                                                                                                                                      position:relative;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-cell svg {
                                                                                                                                                                                                                                                                                                      width:min(66px,88%);
                                                                                                                                                                                                                                                                                                      height:70%;
                                                                                                                                                                                                                                                                                                      filter:drop-shadow(0 4px 3px #040d1fc0);
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-cell.winning-cell {
                                                                                                                                                                                                                                                                                                      background:#eecb6429;
                                                                                                                                                                                                                                                                                                      box-shadow:inset 0 0 0 1px #dfbc65;
                                                                                                                                                                                                                                                                                                      border-radius:4px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-cell.winning-cell svg {
                                                                                                                                                                                                                                                                                                      animation:symbol-rise .65s ease-out;
                                                                                                                                                                                                                                                                                                      filter:drop-shadow(0 0 8px #efc27370);
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .reel-strip.moving {
                                                                                                                                                                                                                                                                                                      filter:blur(.6px);
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .lightning-effect {
                                                                                                                                                                                                                                                                                                      position:absolute;
                                                                                                                                                                                                                                                                                                      inset:0;
                                                                                                                                                                                                                                                                                                      width:100%;
                                                                                                                                                                                                                                                                                                      height:100%;
                                                                                                                                                                                                                                                                                                      pointer-events:none;
                                                                                                                                                                                                                                                                                                      opacity:0;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .lightning-effect path {
                                                                                                                                                                                                                                                                                                      stroke:#dcefff;
                                                                                                                                                                                                                                                                                                      stroke-width:3px;
                                                                                                                                                                                                                                                                                                      fill:none;
                                                                                                                                                                                                                                                                                                      filter:drop-shadow(0 0 5px #7cbaff);
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-win .lightning-effect {
                                                                                                                                                                                                                                                                                                      animation:lightning-glow .7s ease-out both;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-result {
                                                                                                                                                                                                                                                                                                      position:relative;
                                                                                                                                                                                                                                                                                                      min-height:46px;
                                                                                                                                                                                                                                                                                                      display:grid;
                                                                                                                                                                                                                                                                                                      place-items:center;
                                                                                                                                                                                                                                                                                                      text-align:center;
                                                                                                                                                                                                                                                                                                      padding:13px 0;
                                                                                                                                                                                                                                                                                                      font-size:11px;
                                                                                                                                                                                                                                                                                                      color:#afbed8;
                                                                                                                                                                                                                                                                                                      line-height:1.5;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-win .slot-result {
                                                                                                                                                                                                                                                                                                      color:#f0d695;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-card .game-controls {
                                                                                                                                                                                                                                                                                                      border-top-color:#b3a07733;
                                                                                                                                                                                                                                                                                                      padding-top:16px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-card legend {
                                                                                                                                                                                                                                                                                                      color:#a5b2ca;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-card .stake-buttons {
                                                                                                                                                                                                                                                                                                      border-color:#727893;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-card .stake {
                                                                                                                                                                                                                                                                                                      color:#b8c4dc;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-card .stake.selected {
                                                                                                                                                                                                                                                                                                      color:#3d3424;
                                                                                                                                                                                                                                                                                                      background:#e8cf94;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .button.gold {
                                                                                                                                                                                                                                                                                                      background:linear-gradient(110deg,#e9cd8a,#f4e0aa);
                                                                                                                                                                                                                                                                                                      color:#443821;
                                                                                                                                                                                                                                                                                                      flex:1;
                                                                                                                                                                                                                                                                                                      justify-content:space-between;
                                                                                                                                                                                                                                                                                                      min-width:100px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .button.gold>span:last-child {
                                                                                                                                                                                                                                                                                                      font-size:23px;
                                                                                                                                                                                                                                                                                                      line-height:16px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .slot-footer {
                                                                                                                                                                                                                                                                                                      position:relative;
                                                                                                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                                                                                                      justify-content:space-between;
                                                                                                                                                                                                                                                                                                      align-items:center;
                                                                                                                                                                                                                                                                                                      margin-top:13px;
                                                                                                                                                                                                                                                                                                      font-size:8px;
                                                                                                                                                                                                                                                                                                      color:#a2b0c8;
                                                                                                                                                                                                                                                                                                      gap:8px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .sound-toggle {
                                                                                                                                                                                                                                                                                                      border:1px solid #64738f;
                                                                                                                                                                                                                                                                                                      background:#ffffff06;
                                                                                                                                                                                                                                                                                                      color:#b7c6de;
                                                                                                                                                                                                                                                                                                      font-size:9px;
                                                                                                                                                                                                                                                                                                      border-radius:5px;
                                                                                                                                                                                                                                                                                                      padding:7px 9px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .paytable {
                                                                                                                                                                                                                                                                                                      overflow-x:auto;
                                                                                                                                                                                                                                                                                                      margin:16px 0;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .paytable table {
                                                                                                                                                                                                                                                                                                      border-collapse:collapse;
                                                                                                                                                                                                                                                                                                      width:100%;
                                                                                                                                                                                                                                                                                                      max-width:580px;
                                                                                                                                                                                                                                                                                                      font-size:12px;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .paytable th,.paytable td {
                                                                                                                                                                                                                                                                                                      padding:10px 12px;
                                                                                                                                                                                                                                                                                                      text-align:left;
                                                                                                                                                                                                                                                                                                      border-bottom:1px solid #e5eadf;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    .paytable th {
                                                                                                                                                                                                                                                                                                      font-size:10px;
                                                                                                                                                                                                                                                                                                      color:#76866c;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    @keyframes lightning-glow {
                                                                                                                                                                                                                                                                                                      0% {
                                                                                                                                                                                                                                                                                                        opacity:0;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      25% {
                                                                                                                                                                                                                                                                                                        opacity:.75;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      100% {
                                                                                                                                                                                                                                                                                                        opacity:0;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    @keyframes symbol-rise {
                                                                                                                                                                                                                                                                                                      from {
                                                                                                                                                                                                                                                                                                        transform:scale(.86);
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      to {
                                                                                                                                                                                                                                                                                                        transform:scale(1);
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    @media(max-width:1150px) {
                                                                                                                                                                                                                                                                                                      .slot-card {
                                                                                                                                                                                                                                                                                                        padding:20px 17px 14px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-heading h2 {
                                                                                                                                                                                                                                                                                                        font-size:43px;
                                                                                                                                                                                                                                                                                                        letter-spacing:5px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .zeus-portrait {
                                                                                                                                                                                                                                                                                                        width:118px;
                                                                                                                                                                                                                                                                                                        height:135px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-subtitle {
                                                                                                                                                                                                                                                                                                        font-size:9px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-machine {
                                                                                                                                                                                                                                                                                                        --cell-height:67px;
                                                                                                                                                                                                                                                                                                        gap:3px;
                                                                                                                                                                                                                                                                                                        padding:5px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    @media(max-width:900px) and (min-width:651px) {
                                                                                                                                                                                                                                                                                                      .slot-heading {
                                                                                                                                                                                                                                                                                                        min-height:120px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .zeus-portrait {
                                                                                                                                                                                                                                                                                                        width:89px;
                                                                                                                                                                                                                                                                                                        height:122px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-heading h2 {
                                                                                                                                                                                                                                                                                                        font-size:38px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-heading h2 span {
                                                                                                                                                                                                                                                                                                        font-size:9px;
                                                                                                                                                                                                                                                                                                        letter-spacing:2px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-subtitle {
                                                                                                                                                                                                                                                                                                        display:none;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-machine {
                                                                                                                                                                                                                                                                                                        --cell-height:58px;
                                                                                                                                                                                                                                                                                                        gap:3px;
                                                                                                                                                                                                                                                                                                        padding:4px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    @media(max-width:650px) {
                                                                                                                                                                                                                                                                                                      .game-picker {
                                                                                                                                                                                                                                                                                                        gap:7px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .game-choice {
                                                                                                                                                                                                                                                                                                        font-size:10px;
                                                                                                                                                                                                                                                                                                        padding:11px 10px;
                                                                                                                                                                                                                                                                                                        gap:6px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-card {
                                                                                                                                                                                                                                                                                                        padding:20px 16px 14px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-heading h2 {
                                                                                                                                                                                                                                                                                                        font-size:47px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .zeus-portrait {
                                                                                                                                                                                                                                                                                                        width:118px;
                                                                                                                                                                                                                                                                                                        height:144px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-heading {
                                                                                                                                                                                                                                                                                                        min-height:143px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-machine {
                                                                                                                                                                                                                                                                                                        --cell-height:68px;
                                                                                                                                                                                                                                                                                                        gap:4px;
                                                                                                                                                                                                                                                                                                        padding:5px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-card .game-controls {
                                                                                                                                                                                                                                                                                                        gap:10px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-card .stake {
                                                                                                                                                                                                                                                                                                        padding:8px 10px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-result {
                                                                                                                                                                                                                                                                                                        font-size:10px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    @media(max-width:360px) {
                                                                                                                                                                                                                                                                                                      .slot-heading h2 {
                                                                                                                                                                                                                                                                                                        font-size:39px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-heading .small-label {
                                                                                                                                                                                                                                                                                                        font-size:7px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .zeus-portrait {
                                                                                                                                                                                                                                                                                                        width:90px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-machine {
                                                                                                                                                                                                                                                                                                        --cell-height:57px;
                                                                                                                                                                                                                                                                                                        gap:3px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-card .stake {
                                                                                                                                                                                                                                                                                                        padding:8px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-card .game-controls {
                                                                                                                                                                                                                                                                                                        gap:7px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                      .slot-footer {
                                                                                                                                                                                                                                                                                                        font-size:7px;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    @media(prefers-reduced-motion:reduce) {
                                                                                                                                                                                                                                                                                                      .lightning-effect,.winning-cell svg {
                                                                                                                                                                                                                                                                                                        animation:none!important;
                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    @media(max-width:1150px){
                                                                                                                                                                                                                                                                                                      .sidebar{
                                                                                                                                                                                                                                                                                                        width:190px;
                                                                                                                                                                                                                                                                                                        padding:30px 16px 20px}
                                                                                                                                                                                                                                                                                                        main{
                                                                                                                                                                                                                                                                                                          padding:30px 25px 0}
                                                                                                                                                                                                                                                                                                          .topbar{
                                                                                                                                                                                                                                                                                                            padding:0 25px}
                                                                                                                                                                                                                                                                                                            .game-card{
                                                                                                                                                                                                                                                                                                              padding:23px 20px 16px}
                                                                                                                                                                                                                                                                                                              .game-controls{
                                                                                                                                                                                                                                                                                                                gap:10px}
                                                                                                                                                                                                                                                                                                                .stake{
                                                                                                                                                                                                                                                                                                                  padding:8px 9px}
                                                                                                                                                                                                                                                                                                                  .play-layout{
                                                                                                                                                                                                                                                                                                                    gap:18px}
                                                                                                                                                                                                                                                                                                                    .button{
                                                                                                                                                                                                                                                                                                                      padding:12px 10px;
                                                                                                                                                                                                                                                                                                                      font-size:10px}
                                                                                                                                                                                                                                                                                                                      .card{
                                                                                                                                                                                                                                                                                                                        padding:20px}
                                                                                                                                                                                                                                                                                                                        .activity-list{
                                                                                                                                                                                                                                                                                                                          padding:0}
                                                                                                                                                                                                                                                                                                                          .page-heading .pill{
                                                                                                                                                                                                                                                                                                                            display:none}
                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                          @media(max-width:900px){
                                                                                                                                                                                                                                                                                                                            .sidebar{
                                                                                                                                                                                                                                                                                                                              width:74px;
                                                                                                                                                                                                                                                                                                                              padding:27px 12px 15px}
                                                                                                                                                                                                                                                                                                                              .brand>span:last-child,.nav-caption,.nav-link>span:last-child,.sidebar-note,.sidebar-footer{
                                                                                                                                                                                                                                                                                                                                display:none}
                                                                                                                                                                                                                                                                                                                                .brand{
                                                                                                                                                                                                                                                                                                                                  justify-content:center}
                                                                                                                                                                                                                                                                                                                                  .brand-icon{
                                                                                                                                                                                                                                                                                                                                    font-size:29px}
                                                                                                                                                                                                                                                                                                                                    .sidebar nav{
                                                                                                                                                                                                                                                                                                                                      margin-top:36px}
                                                                                                                                                                                                                                                                                                                                      .nav-link{
                                                                                                                                                                                                                                                                                                                                        justify-content:center;
                                                                                                                                                                                                                                                                                                                                        padding:13px 8px}
                                                                                                                                                                                                                                                                                                                                        .play-layout{
                                                                                                                                                                                                                                                                                                                                          grid-template-columns:minmax(0,1.4fr) minmax(240px,1fr)}
                                                                                                                                                                                                                                                                                                                                          h1{
                                                                                                                                                                                                                                                                                                                                            font-size:27px}
                                                                                                                                                                                                                                                                                                                                            .game-controls{
                                                                                                                                                                                                                                                                                                                                              flex-wrap:wrap}
                                                                                                                                                                                                                                                                                                                                              .game-controls fieldset{
                                                                                                                                                                                                                                                                                                                                                width:100%}
                                                                                                                                                                                                                                                                                                                                                .stake-buttons{
                                                                                                                                                                                                                                                                                                                                                  display:inline-flex}
                                                                                                                                                                                                                                                                                                                                                  .game-controls .button{
                                                                                                                                                                                                                                                                                                                                                    width:100%;
                                                                                                                                                                                                                                                                                                                                                    min-height:44px}
                                                                                                                                                                                                                                                                                                                                                    .wheel-area{
                                                                                                                                                                                                                                                                                                                                                      height:265px}
                                                                                                                                                                                                                                                                                                                                                      .wheel{
                                                                                                                                                                                                                                                                                                                                                        width:220px;
                                                                                                                                                                                                                                                                                                                                                        height:220px}
                                                                                                                                                                                                                                                                                                                                                        .wheel-label{
                                                                                                                                                                                                                                                                                                                                                          transform:rotate(var(--a)) translateY(-75px) rotate(calc(-1 * var(--a)))}
                                                                                                                                                                                                                                                                                                                                                          .wheel-pointer{
                                                                                                                                                                                                                                                                                                                                                            top:13px}
                                                                                                                                                                                                                                                                                                                                                            .game-top h2{
                                                                                                                                                                                                                                                                                                                                                              font-size:21px}
                                                                                                                                                                                                                                                                                                                                                              .quiet-note{
                                                                                                                                                                                                                                                                                                                                                                margin-top:auto}
                                                                                                                                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                                                                                                                                              @media(max-width:650px){
                                                                                                                                                                                                                                                                                                                                                                .sandbox-banner{
                                                                                                                                                                                                                                                                                                                                                                  font-size:9px;
                                                                                                                                                                                                                                                                                                                                                                  min-height:35px;
                                                                                                                                                                                                                                                                                                                                                                  padding:8px 13px}
                                                                                                                                                                                                                                                                                                                                                                  .app-shell{
                                                                                                                                                                                                                                                                                                                                                                    display:block}
                                                                                                                                                                                                                                                                                                                                                                    .sidebar{
                                                                                                                                                                                                                                                                                                                                                                      position:fixed;
                                                                                                                                                                                                                                                                                                                                                                      bottom:0;
                                                                                                                                                                                                                                                                                                                                                                      left:0;
                                                                                                                                                                                                                                                                                                                                                                      right:0;
                                                                                                                                                                                                                                                                                                                                                                      top:auto;
                                                                                                                                                                                                                                                                                                                                                                      width:100%;
                                                                                                                                                                                                                                                                                                                                                                      height:66px;
                                                                                                                                                                                                                                                                                                                                                                      z-index:4;
                                                                                                                                                                                                                                                                                                                                                                      border-top:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                      padding:7px 9px;
                                                                                                                                                                                                                                                                                                                                                                      background:#fcfdf8}
                                                                                                                                                                                                                                                                                                                                                                      .sidebar .brand{
                                                                                                                                                                                                                                                                                                                                                                        display:none}
                                                                                                                                                                                                                                                                                                                                                                        .sidebar nav{
                                                                                                                                                                                                                                                                                                                                                                          display:flex;
                                                                                                                                                                                                                                                                                                                                                                          margin:0;
                                                                                                                                                                                                                                                                                                                                                                          justify-content:space-around;
                                                                                                                                                                                                                                                                                                                                                                          gap:4px}
                                                                                                                                                                                                                                                                                                                                                                          .nav-link{
                                                                                                                                                                                                                                                                                                                                                                            display:flex;
                                                                                                                                                                                                                                                                                                                                                                            flex-direction:column;
                                                                                                                                                                                                                                                                                                                                                                            gap:4px;
                                                                                                                                                                                                                                                                                                                                                                            padding:5px 10px;
                                                                                                                                                                                                                                                                                                                                                                            flex:1;
                                                                                                                                                                                                                                                                                                                                                                            font-size:9px}
                                                                                                                                                                                                                                                                                                                                                                            .nav-link>span:last-child{
                                                                                                                                                                                                                                                                                                                                                                              display:block}
                                                                                                                                                                                                                                                                                                                                                                              .nav-link>span:first-child{
                                                                                                                                                                                                                                                                                                                                                                                font-size:20px}
                                                                                                                                                                                                                                                                                                                                                                                .topbar{
                                                                                                                                                                                                                                                                                                                                                                                  height:64px;
                                                                                                                                                                                                                                                                                                                                                                                  padding:0 20px}
                                                                                                                                                                                                                                                                                                                                                                                  .breadcrumb{
                                                                                                                                                                                                                                                                                                                                                                                    font-size:11px}
                                                                                                                                                                                                                                                                                                                                                                                    .breadcrumb>span{
                                                                                                                                                                                                                                                                                                                                                                                      margin:0 8px}
                                                                                                                                                                                                                                                                                                                                                                                      .demo-user>span:last-child{
                                                                                                                                                                                                                                                                                                                                                                                        display:none}
                                                                                                                                                                                                                                                                                                                                                                                        .topbar-right{
                                                                                                                                                                                                                                                                                                                                                                                          gap:7px}
                                                                                                                                                                                                                                                                                                                                                                                          main{
                                                                                                                                                                                                                                                                                                                                                                                            padding:27px 18px 80px}
                                                                                                                                                                                                                                                                                                                                                                                            .page-heading{
                                                                                                                                                                                                                                                                                                                                                                                              margin-bottom:24px}
                                                                                                                                                                                                                                                                                                                                                                                              h1{
                                                                                                                                                                                                                                                                                                                                                                                                font-size:28px}
                                                                                                                                                                                                                                                                                                                                                                                                .page-heading p{
                                                                                                                                                                                                                                                                                                                                                                                                  font-size:11px;
                                                                                                                                                                                                                                                                                                                                                                                                  max-width:310px}
                                                                                                                                                                                                                                                                                                                                                                                                  .eyebrow{
                                                                                                                                                                                                                                                                                                                                                                                                    font-size:8px}
                                                                                                                                                                                                                                                                                                                                                                                                    .play-layout{
                                                                                                                                                                                                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                      flex-direction:column;
                                                                                                                                                                                                                                                                                                                                                                                                      gap:18px}
                                                                                                                                                                                                                                                                                                                                                                                                      .game-card{
                                                                                                                                                                                                                                                                                                                                                                                                        padding:24px 23px 19px}
                                                                                                                                                                                                                                                                                                                                                                                                        .wheel-area{
                                                                                                                                                                                                                                                                                                                                                                                                          height:285px}
                                                                                                                                                                                                                                                                                                                                                                                                          .wheel{
                                                                                                                                                                                                                                                                                                                                                                                                            width:238px;
                                                                                                                                                                                                                                                                                                                                                                                                            height:238px}
                                                                                                                                                                                                                                                                                                                                                                                                            .wheel-pointer{
                                                                                                                                                                                                                                                                                                                                                                                                              top:13px}
                                                                                                                                                                                                                                                                                                                                                                                                              .wheel-label{
                                                                                                                                                                                                                                                                                                                                                                                                                transform:rotate(var(--a)) translateY(-82px) rotate(calc(-1 * var(--a)))}
                                                                                                                                                                                                                                                                                                                                                                                                                .game-controls{
                                                                                                                                                                                                                                                                                                                                                                                                                  flex-wrap:nowrap;
                                                                                                                                                                                                                                                                                                                                                                                                                  gap:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                  .game-controls fieldset{
                                                                                                                                                                                                                                                                                                                                                                                                                    width:auto}
                                                                                                                                                                                                                                                                                                                                                                                                                    .game-controls .button{
                                                                                                                                                                                                                                                                                                                                                                                                                      width:auto;
                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:10px}
                                                                                                                                                                                                                                                                                                                                                                                                                      .stake{
                                                                                                                                                                                                                                                                                                                                                                                                                        padding:8px 10px}
                                                                                                                                                                                                                                                                                                                                                                                                                        .right-stack{
                                                                                                                                                                                                                                                                                                                                                                                                                          gap:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                          .balance-card .balance-number{
                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:37px;
                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top:10px}
                                                                                                                                                                                                                                                                                                                                                                                                                            .balance-actions .button{
                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                              .quiet-note{
                                                                                                                                                                                                                                                                                                                                                                                                                                display:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                .main-footer{
                                                                                                                                                                                                                                                                                                                                                                                                                                  flex-direction:column;
                                                                                                                                                                                                                                                                                                                                                                                                                                  gap:8px}
                                                                                                                                                                                                                                                                                                                                                                                                                                  .safety-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                    grid-template-columns:1fr}
                                                                                                                                                                                                                                                                                                                                                                                                                                    .transaction{
                                                                                                                                                                                                                                                                                                                                                                                                                                      padding:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                                      .rules{
                                                                                                                                                                                                                                                                                                                                                                                                                                        padding:17px}
                                                                                                                                                                                                                                                                                                                                                                                                                                        .game-footnote{
                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:8px}
                                                                                                                                                                                                                                                                                                                                                                                                                                          .spin-result{
                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:10px}
                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                          @media(prefers-reduced-motion:reduce){
                                                                                                                                                                                                                                                                                                                                                                                                                                            *,*::before,*::after{
                                                                                                                                                                                                                                                                                                                                                                                                                                              transition:none!important;
                                                                                                                                                                                                                                                                                                                                                                                                                                              scroll-behavior:auto!important}
                                                                                                                                                                                                                                                                                                                                                                                                                                            }
