body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}body{width:100%;min-height:100vh;background:linear-gradient(#0c1328,#090c15);background-repeat:no-repeat;background-size:cover}.left-right-input-groups{width:60%;margin:10px auto auto;display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.input-group_{width:30%;margin:10px}.foty-percent{width:20%;margin-top:23px;display:flex;justify-content:center}.button-actions-row_{width:80%;margin:auto;display:flex;align-items:center;justify-content:center;padding:10px 0}.input-group-label{font-size:13px;color:#fff;margin-bottom:4px;text-transform:capitalize}.input-field_{width:100%;height:30px;background:transparent;padding-left:12px;font-size:14px;color:#fff;border:none;border:1px solid #757575;border-radius:4px;outline:none}.input-field_::-webkit-inner-spin-button{display:none}.primary-button_{width:100%;height:40px;background:linear-gradient(#324fbf,#1f2d74);color:#fff;font-size:17px;border-radius:8px;border:none;outline:none;margin:auto;border:1px solid #2E469B}.error-text{color:#e91100}@media screen and (min-width: 1024px){.left-right-input-groups{flex-wrap:wrap;justify-content:center}.input-group_{width:30%}.foty-percent{width:35%;display:flex;justify-content:flex-end;margin-top:10px}}@media screen and (max-width:768px){.left-right-input-groups{width:100%;margin:10px auto auto;display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.input-group_{width:45%;margin:0 4px}.foty-percent{width:30%;margin-top:10px}.button-actions-row_{width:100%;padding:5px 0}.input-group-label{font-size:13px;margin-bottom:4px;text-transform:capitalize}.input-field_{width:100%;height:30px}.primary-button_{width:100%;height:40px;font-size:14px}}.golden-chip-container{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#000,#1a1a1a);z-index:99999;position:fixed;top:0;left:0}.loader-wrapper{position:relative}.golden-chip{position:relative;border-radius:50%;box-shadow:0 20px 40px #00000080;background:conic-gradient(from 0deg,gold,#ffed4e,#fbbf24,#f59e0b,#d97706,gold);animation:spinChip 2s linear infinite}.chip-outer-ring{position:absolute;inset:8px;border-radius:50%;border:4px solid rgba(255,210,32,.6);background:linear-gradient(135deg,#fde047,#eab308,#ca8a04)}.chip-inner-ring{position:absolute;inset:12px;border-radius:50%;border:2px solid rgba(255,255,255,.8)}.chip-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;background:linear-gradient(135deg,#fef3c7,#fbbf24);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 8px #0000004d}.chip-center-dot{width:16px;height:16px;background:linear-gradient(135deg,#d97706,#92400e);border-radius:50%}.radial-line{position:absolute;top:50%;left:50%;width:1px;height:30px;background-color:#fff6;transform-origin:bottom}.diamond-dot{position:absolute;top:50%;left:50%;width:8px;height:8px;background-color:#ffffffb3;border-radius:50%;transform:translate(-50%,-50%)}.chip-shine{position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,transparent,rgba(255,255,255,.3),transparent);animation:pulse 2s ease-in-out infinite}.chip-edge-highlight{position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 4px 8px #ffffff4d,inset 0 -4px 8px #0003}.sparkle{position:absolute;width:4px;height:4px;background-color:#fde047;border-radius:50%;animation:sparkleAnimation 2s infinite}.outer-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;opacity:.5;background:conic-gradient(from 0deg,transparent,#ffd700,transparent,#ffd700,transparent);animation:spinGlow 3s linear infinite reverse}.loading-text-wrapper{margin-top:32px;text-align:center}.loading-message{color:#fbbf24;font-size:1.25rem;font-weight:700;margin-bottom:12px;animation:pulse 2s ease-in-out infinite}.loading-dots{display:flex;justify-content:center;gap:4px}.loading-dot{width:8px;height:8px;background-color:#fbbf24;border-radius:50%;animation:bounce 1s infinite}.compact-chip-container{display:flex;align-items:center;justify-content:center}.compact-chip-wrapper{position:relative}.compact-chip{border-radius:50%;box-shadow:0 8px 16px #0000004d;background:linear-gradient(135deg,gold,#ffed4e,#fbbf24);animation:spin 1.5s linear infinite}.compact-chip-inner{position:absolute;inset:4px;border-radius:50%;border:2px solid rgba(255,210,32,.6);background:linear-gradient(135deg,#fde047,#eab308)}.compact-chip-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background-color:#ffffffe6;border-radius:50%}.compact-chip-shine{position:absolute;inset:0;border-radius:50%;background:linear-gradient(135deg,transparent,rgba(255,255,255,.4),transparent)}@keyframes spinChip{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinGlow{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.8}}@keyframes sparkleAnimation{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}}@media (max-width: 640px){.loading-message{font-size:1rem}.golden-chip{transform:scale(.8)}}@media (prefers-color-scheme: dark){.golden-chip-container{background:linear-gradient(135deg,#0f0f0f,#000,#0f0f0f)}}#hide{opacity:0;cursor:none;visibility:hidden}.simple-header{width:100%;height:60px;display:flex;align-items:center;z-index:9999;background-color:#070b17}.simple-nav{width:95%;height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between}.nav-left-section{display:flex;align-items:center;gap:15px}.nav-right-section{display:flex;align-items:center}.home-nav .nav-logo{flex:1;display:flex;justify-content:center}.back-button .back-icon{width:45px;height:18px;cursor:pointer}.nav-search-and-balance{display:flex;align-items:center;font-family:Kanit;font-weight:400}.search-group{width:90%;height:34px;position:relative;background-color:transparent;border:1px solid #7485B8;border-radius:12px;margin:10px auto}.search-icon{color:#fff;position:absolute;top:50%;left:10px;transform:translateY(-50%);display:flex;align-items:center}.search-input{width:70%;height:100%;position:absolute;left:50px;top:0;background-color:transparent;border:none;outline:none;color:#fff}.user-balance{display:flex;align-items:center;margin-left:10px}.balance-icon .icon{width:60px;height:60px}.rupee-icon .icon{width:17px;height:17px;margin-left:5px;margin-top:0}.balance-amount{font-size:17px;color:#fff;margin-left:3px}.open-btn{padding:10px 20px;color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:8px;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;background:linear-gradient(129.57deg,#324fbf 7.66%,#1f2d74 92.34%)}.search-container{background:#070b17;width:50%;margin:10px auto;padding:10px;height:70px;border-radius:8px}@media screen and (max-width:768px){.simple-nav{width:95%;height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between}.nav-left-section{gap:10px}.search-container{width:95%}.search-group{width:90%;height:30px;border-radius:8px}.search-input{font-size:14px}.search-icon{left:8px}.nav-right-section{display:flex;align-items:center}.user-balance{margin-left:10px}.balance-icon .icon{width:50px;height:50px}.rupee-icon{margin-right:5px;margin-left:3px}.balance-amount{font-size:16px;color:#fff}}*{text-decoration:none}.satta-market-game-section{width:100%;overflow-x:hidden}.satta-market-bazar-header{width:70%;height:30px;margin:10px auto auto;display:flex;align-items:center;justify-content:center;background:#070b17;border-radius:8px}.satta-market-bazar-header .satta-market-bazar-name{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:500}.satta-market-bazar-header .satta-market-bazar-name span{color:#eaba13;margin:0 3px}.old-result-container_{width:70%;height:28px;margin:10px auto auto;display:flex;align-items:center;justify-content:center;background:#070b17;border-radius:8px;font-size:17px;font-weight:500;text-transform:uppercase}.old-result-container_ .old-result-label{color:#eaba13}.old-result-container_ .old-result-value_{color:#fff;margin-left:10px}.satta-market-bazar-name{color:#fff;font-size:13px}.satta-market-game-layout,.game-layout-container{width:100%}.game-layout-indo{width:60%;margin:auto;text-align:center}.game-layout-indo{margin-top:10px}.result-type-marker{width:120px;height:35px;border:none;outline:none;background-color:#353540;color:#eaba13;text-transform:uppercase;font-size:12px;font-weight:500}.game-bazar-rate{margin-top:7px;color:#fff;font-size:13px;font-weight:500}.market-dealer-detail{margin-top:20px;font-size:15px;color:#fff;font-weight:500}.satta-market-game-frame{width:70%;height:auto;margin:5px auto auto}.satta-market-frame-img{width:100%;height:100%}.market-live-marker{width:100%;height:35px;display:flex;justify-content:center;align-items:center;background:linear-gradient(#324fbf,#1f2d74);margin-top:6psatta-market-bazar-headerx;position:relative}.live-marker{width:100px;height:24px;display:flex;align-items:center;justify-content:center;background-color:#d80000;color:#fff;position:absolute;left:50%;top:-24px;transform:translate(-50%);font-size:11px}.live-marker-bazar-name{font-size:19px;font-weight:800;color:#fff;text-transform:uppercase}.satta-market-open-close-info{width:100%}.satta-market-open-close-container{width:30%;display:flex;align-items:center;justify-content:space-between;margin:10px auto auto}.market-time-divider{width:3px;height:35px;background-color:#eaba13}.satta-market-open-close-info{text-align:center}.market-open-close-time-text{font-size:14px;font-weight:500;color:#fff;text-transform:capitalize}.market-open-close-time-in-hourse{font-size:13px;font-weight:400;color:#eaba13;margin-top:2px}.satta-game-akda-buttons-section{width:100%;margin-top:20px}.satta-game-akda-buttons-container{width:70%;margin:12px auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 14px;justify-items:center}.game-type-box_{width:100%;max-width:120px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}.game-type-image_{width:68px;height:68px}.game-type-name_{font-size:11px;color:#fff;text-transform:uppercase;margin-top:-3px}@media screen and (max-width: 768px){.game-type-box_{max-width:100px}.game-type-image_{width:78px;height:78px}.game-type-name_{font-size:11px}}@media screen and (min-width: 344px) and (max-width: 360px){.game-type-box_{max-width:80px}.game-type-image_{width:68px;height:68px}.game-type-name_{font-size:11px}}@media screen and (max-width: 768px){.satta-market-bazar-name{font-size:12px}.game-layout-indo{width:80%;margin:auto}.game-layout-indo{margin-top:10px}.market-dealer-detail{margin-top:20px;font-size:15px}.satta-market-game-frame{width:95%;margin-top:5px}.live-marker-bazar-name{font-size:14px}.satta-market-open-close-container{width:90%}.market-open-close-time-text,.market-open-close-time-in-hourse{font-size:13px}.satta-game-akda-buttons-container{width:95%;margin:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 10px;justify-items:center}.game-type-box_{max-width:110px}.game-type-image_{width:60px;height:60px}.game-type-name_{font-size:11px}}
