/* iOS glassmorphism — login, user tiles, category strip */
html,body,button,input,select,textarea{font-family:"Montserrat",system-ui,-apple-system,"Segoe UI",sans-serif}
html,body{background:#0b0f14!important}

.ios-auth{position:relative;min-height:calc(100vh - 180px);padding:28px 0 60px;overflow:hidden}
.ios-auth-bg{position:absolute;inset:-40px;pointer-events:none;background:
  radial-gradient(circle at 18% 20%, rgba(99,102,241,.38), transparent 42%),
  radial-gradient(circle at 82% 10%, rgba(14,165,233,.28), transparent 38%),
  radial-gradient(circle at 70% 80%, rgba(16,185,129,.22), transparent 40%),
  #0b0f14}
.ios-auth-shell{position:relative;z-index:1;max-width:980px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;border-radius:28px;overflow:hidden;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 80px rgba(0,0,0,.45);backdrop-filter:blur(28px) saturate(160%);-webkit-backdrop-filter:blur(28px) saturate(160%)}
.ios-auth-brand{padding:48px 40px;background:linear-gradient(165deg,#312e81 0%,#4338ca 42%,#1e1b4b 100%);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}
.ios-auth-brand img{width:210px;height:auto;filter:drop-shadow(0 12px 30px rgba(0,0,0,.35))}
.ios-auth-brand h1{margin:22px 0 8px;color:#fff;font-size:32px;letter-spacing:-.04em}
.ios-auth-brand p{margin:0 0 22px;color:rgba(255,255,255,.68);line-height:1.55;max-width:280px}
.ios-auth-cta{display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.92);color:#111;border:0;border-radius:999px;padding:12px 22px;font-weight:800;text-decoration:none}
.ios-auth-form{padding:48px 42px;background:rgba(8,10,14,.35)}
.ios-auth-form h2{margin:0 0 8px;color:#fff;font-size:30px;letter-spacing:-.04em}
.ios-auth-form .hint{margin:0 0 26px;color:rgba(255,255,255,.55);font-size:14px}
.ios-field{margin-bottom:14px}
.ios-field input{width:100%;height:52px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff;padding:0 16px;font-size:16px;outline:0}
.ios-field input::placeholder{color:rgba(255,255,255,.42)}
.ios-field input:focus{border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.12);box-shadow:0 0 0 4px rgba(99,102,241,.18)}
.ios-submit{width:100%;height:52px;border:0;border-radius:999px;background:#fff;color:#111;font-weight:800;letter-spacing:.04em;cursor:pointer;margin-top:6px}
.ios-otp-input{letter-spacing:.38em;text-align:center;font-size:26px!important;font-weight:800!important}
.ios-submit:hover{transform:translateY(-1px)}
.ios-err{display:none;margin-bottom:14px;padding:12px 14px;border-radius:14px;background:rgba(239,68,68,.16);border:1px solid rgba(239,68,68,.28);color:#fecaca;font-size:13px}
.ios-err.show{display:block;animation:iosShake .4s ease}
.ios-logged{text-align:center;color:#fff}
.ios-logged img{width:110px;margin-bottom:10px}
@keyframes iosShake{10%,90%{transform:translateX(-2px)}20%,80%{transform:translateX(4px)}30%,50%,70%{transform:translateX(-6px)}40%,60%{transform:translateX(6px)}}

.ios-success{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;background:rgba(6,8,12,.62);backdrop-filter:blur(18px)}
.ios-success-card{width:min(380px,90%);text-align:center;padding:36px 28px;border-radius:28px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);box-shadow:0 30px 80px rgba(0,0,0,.4);color:#fff;animation:iosPop .45s cubic-bezier(.2,1.1,.3,1)}
.ios-check{width:78px;height:78px;margin:0 auto 16px;border-radius:50%;background:rgba(16,185,129,.16);display:flex;align-items:center;justify-content:center}
.ios-check svg{width:42px;height:42px}
.ios-check path{stroke:#34d399;stroke-width:3;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60;stroke-dashoffset:60;animation:iosDraw .7s .15s ease forwards}
.ios-success-card h3{margin:0 0 6px;font-size:22px}
.ios-success-card p{margin:0;color:rgba(255,255,255,.65)}
@keyframes iosDraw{to{stroke-dashoffset:0}}
@keyframes iosPop{from{transform:scale(.86);opacity:0}to{transform:scale(1);opacity:1}}

.ios-order-overlay{position:fixed;inset:0;z-index:600;display:none;align-items:center;justify-content:center;padding:22px;
  background:rgba(6,8,14,.58);backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%)}
.ios-order-overlay.show{display:flex;animation:iosFade .28s ease}
.ios-order-card{width:min(420px,100%);text-align:center;padding:32px 26px 22px;border-radius:28px;color:#fff;
  background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 30px 80px rgba(0,0,0,.45);
  backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);
  animation:iosPop .48s cubic-bezier(.2,1.1,.3,1)}
.ios-order-card.err{border-color:rgba(248,113,113,.35)}
.ios-order-card dotlottie-player{width:140px;height:140px;margin:0 auto 6px}
.ios-order-fail{width:72px;height:72px;margin:0 auto 14px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:34px;font-weight:800;color:#fecaca;background:rgba(239,68,68,.16);border:1px solid rgba(239,68,68,.28)}
.ios-order-card h3{margin:0 0 8px;font-size:24px;letter-spacing:-.03em}
.ios-order-card p{margin:0 0 20px;color:rgba(255,255,255,.68);line-height:1.55;font-size:14px}
.ios-order-actions{display:flex;flex-direction:column;gap:10px}
.ios-order-main,.ios-order-ghost{width:100%;border:0;border-radius:14px;padding:14px 16px;min-height:48px;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}
.ios-order-main{background:#fff;color:#111}
.ios-order-ghost{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.12)}
@keyframes iosFade{from{opacity:0}to{opacity:1}}

.ios-pay{position:fixed;inset:0;z-index:620;display:none;align-items:center;justify-content:center;padding:20px;
  background:rgba(6,8,14,.58);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%)}
.ios-pay.show{display:flex;animation:iosFade .25s ease}
.ios-pay-card{width:min(400px,100%);padding:22px 20px 12px;border-radius:26px;color:#fff;text-align:center;
  background:rgba(22,26,34,.78);border:1px solid rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 28px 70px rgba(0,0,0,.45);
  backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);
  animation:iosPop .42s cubic-bezier(.2,1.1,.3,1)}
.ios-pay-card h3{margin:0 0 6px;font-size:21px;letter-spacing:-.03em}
.ios-pay-item{margin:0;color:rgba(255,255,255,.58);font-size:13px;line-height:1.4}
.ios-pay-price{margin:10px 0 18px;font-size:30px;font-weight:800;letter-spacing:-.045em}
.ios-pay-opt{width:100%;display:flex;align-items:center;gap:12px;text-align:left;margin:0 0 8px;padding:13px 14px;
  border-radius:16px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);color:#fff;cursor:pointer;
  font:inherit;transition:transform .16s ease,background .16s ease,border-color .16s ease}
.ios-pay-opt:hover{transform:translateY(-1px);background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.22)}
.ios-pay-ico{width:56px;height:56px;border-radius:0;display:flex;align-items:center;justify-content:center;flex:0 0 56px;background:transparent!important;overflow:visible}
.ios-pay-ico svg{display:none}
.ios-pay-ico img{width:56px;height:56px;object-fit:contain;display:block;background:transparent!important;filter:drop-shadow(0 8px 14px rgba(0,0,0,.45))}
.ios-pay-ico.bal,.ios-pay-ico.card{background:transparent!important;color:#fff}
.ios-pay-opt b{display:block;font-size:14px;font-weight:800}
.ios-pay-opt small{display:block;margin-top:3px;color:rgba(255,255,255,.55);font-size:12px;font-weight:500}
.ios-pay-cancel{width:100%;margin-top:4px;border:0;background:transparent;color:rgba(255,255,255,.5);font-weight:700;padding:12px;cursor:pointer;font-size:14px}

.user-panel-wrapper{background:#0c1016!important}
.user-panel-menu.glass-user-panel{width:340px!important;max-width:100%!important;background:transparent!important;border:0!important;padding:0!important;display:flex!important;flex-direction:column;gap:14px;float:none}
.glass-tile{aspect-ratio:auto;min-height:96px;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:22px!important;border:1px solid rgba(255,255,255,.1)!important;
  background:rgba(255,255,255,.07)!important;color:#fff!important;text-decoration:none!important;cursor:pointer;margin:0!important;width:auto!important;height:auto!important;padding:12px 8px!important;
  backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 24px rgba(0,0,0,.18);
  transition:transform .16s ease,background .16s ease,color .16s ease}
.glass-tile i{font-size:26px!important;margin:0!important;color:inherit}
.glass-tile span{font-size:12px;font-weight:700;text-align:center;line-height:1.25;padding:0 8px}
.glass-tile:hover{transform:translateY(-2px);background:rgba(255,255,255,.12)!important}
.glass-tile.active{background:rgba(255,255,255,.92)!important;color:#111!important;border-color:transparent!important}
.glass-user-hero{display:flex;align-items:center;gap:14px;padding:16px;border-radius:24px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);
  box-shadow:0 16px 40px rgba(0,0,0,.22)}
.glass-user-hero img{width:56px;height:56px;border-radius:18px;object-fit:cover}
.glass-user-hero strong{display:block;color:#fff;font-size:16px}
.glass-user-hero .bal{color:#34d399;font-weight:800;font-size:13px;margin-top:3px}
.glass-user-hero a{margin-left:auto;color:rgba(255,255,255,.7);font-size:11px;font-weight:800;text-decoration:none;letter-spacing:.06em}
.glass-user-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.glass-tile{aspect-ratio:auto;min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border-radius:22px;border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.07);color:#fff;text-decoration:none;cursor:pointer;
  backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 24px rgba(0,0,0,.18);
  transition:transform .16s ease,background .16s ease,color .16s ease}
.glass-tile i{font-size:26px;margin:0}
.glass-tile span{font-size:12px;font-weight:700;text-align:center;line-height:1.25;padding:0 8px}
.glass-tile:hover{transform:translateY(-2px);background:rgba(255,255,255,.12)}
.glass-tile.active{background:rgba(255,255,255,.92);color:#111;border-color:transparent}
.glass-tile.active i{color:#111}
.user-panel-menu-button.glass-tile{width:auto;height:auto;margin:0;padding:12px 8px;float:none}

.category-buttons nav{display:flex;align-items:center;gap:0;overflow-x:auto;scrollbar-width:none;border-radius:16px;background:#101318;border:1px solid rgba(255,255,255,.06)}
.category-buttons nav::-webkit-scrollbar{display:none}
.category-buttons a{flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-width:120px;height:64px;padding:0 18px;border-right:1px solid rgba(255,255,255,.08);opacity:.85;transition:background .15s ease,opacity .15s ease}
.category-buttons a:last-child{border-right:0}
.category-buttons a img{max-height:34px;width:auto;filter:none}
.category-buttons a:hover{opacity:1;background:rgba(255,255,255,.06)}
.category-buttons a.active{background:#fff;opacity:1}
.category-buttons a.active img{filter:brightness(0)}

@media (max-width:860px){
  .ios-auth-shell{grid-template-columns:1fr}
  .ios-auth-brand{padding:32px 24px}
  .ios-auth-form{padding:28px 22px}
  .glass-user-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .user-panel-menu.glass-user-panel{width:100%!important}
  .glass-tile{aspect-ratio:auto;min-height:84px}
}
@media (max-width:520px){
  .glass-user-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .glass-tile{border-radius:18px}
  .category-buttons nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ios-logo-name{max-width:none;overflow:visible;text-overflow:clip}
}

section.container:has(.site-header){padding-top:28px!important}
.site-header{display:flex!important;align-items:center;justify-content:space-between;gap:16px;width:100%!important;max-width:none!important;margin:0 0 12px!important;padding:8px 22px!important;height:auto!important;min-height:108px;
  background:rgba(10,14,20,.72)!important;backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);
  border:1px solid rgba(255,255,255,.1)!important;border-radius:20px!important;position:relative;z-index:30;overflow:visible;box-sizing:border-box}
.site-header .container{display:flex!important;align-items:center;gap:16px;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;height:auto!important;grid-template-columns:none!important}
.site-header-side.left,.site-header-side.right{width:auto!important;flex:1 1 0;min-width:0;position:relative;z-index:36}
.site-header-side.left{justify-self:start;display:flex!important;align-items:center;justify-content:flex-start}
.site-header-side.right{display:flex!important;align-items:center;gap:8px;position:relative;z-index:40;margin-left:0;justify-self:end;justify-content:flex-end}
.site-header-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(480px,calc(100% - 680px));min-width:220px;z-index:35;margin:0!important;display:flex;justify-content:center}
.site-header-center form{width:100%;max-width:none;margin:0}
.site-header-center input{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:16px!important;color:#fff!important;width:100%;height:48px!important}
.top-navigation{background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:18px!important;backdrop-filter:blur(18px);overflow:hidden;position:relative;z-index:1}
.toy-lang{position:relative;z-index:50}
.toy-lang-btn{background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:12px!important}
.toy-lang-list{display:none!important;visibility:hidden;pointer-events:none;z-index:80}
.toy-lang.open .toy-lang-list{display:block!important;visibility:visible;pointer-events:auto}
.toy-order{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.1)!important;backdrop-filter:blur(16px);animation:iosRise .4s ease}
.toy-order:hover{background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.2)!important}
.toy-order-cta{background:rgba(255,255,255,.1)!important}
.toy-detail,.toy-code,.toy-wait-box,.toy-guide{background:rgba(255,255,255,.05)!important;border-color:rgba(255,255,255,.1)!important}
.dds-track{background:#141a21!important;border:1px solid #323844!important;backdrop-filter:none!important;box-shadow:0 10px 28px rgba(0,0,0,.22)!important;overflow:visible!important}
.user-panel-body .settings-box{overflow:visible!important}

.site-header-side.left{display:flex!important;align-items:center;flex-direction:row!important}
.ios-logo{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:8px;height:96px;text-decoration:none;color:#fff;flex-shrink:0;min-width:0}
.ios-logo-img{display:block!important;height:92px!important;width:auto!important;max-width:420px;object-fit:contain;filter:none}
.ios-logo-mark{display:none!important}
.ios-logo-name{display:none!important}
.ios-logo-text{display:none}

.category-buttons{margin:8px auto 18px!important}
.dds-games-strip{padding:18px 18px 16px!important;border-radius:22px!important;background:rgba(16,20,28,.92)!important;border:1px solid rgba(255,255,255,.1)!important;box-shadow:0 12px 32px rgba(0,0,0,.22)}
.dds-games-strip-head,section.dds-games-strip>header.dds-games-strip-head{display:block!important;width:auto!important;max-width:max-content;margin:0 0 12px!important;padding:0!important;background:transparent!important;box-shadow:none!important;border:0!important;overflow:visible!important;position:relative;z-index:1}
.dds-games-strip-head:before,section.dds-games-strip>header.dds-games-strip-head:before{display:none!important;content:none!important;background:none!important}
.dds-games-strip-head h2,section.dds-games-strip>header.dds-games-strip-head h2{margin:0;padding:0!important;font-size:15px;font-weight:700;letter-spacing:.01em;color:#fff;line-height:1.3;background:transparent!important}
.category-buttons nav{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;background:transparent!important;border:0!important;overflow:visible!important;border-radius:0!important}
.category-buttons a,.cat-tile{flex:none!important;display:flex!important;flex-direction:column!important;align-items:center;justify-content:center;gap:8px;
  min-width:0!important;width:auto!important;height:auto!important;min-height:108px;padding:16px 12px 14px!important;margin:0!important;
  border:1px solid rgba(255,255,255,.08)!important;border-right:1px solid rgba(255,255,255,.08)!important;border-radius:18px!important;
  background:rgba(255,255,255,.04)!important;opacity:1!important;text-decoration:none;color:#fff;
  isolation:isolate;overflow:hidden;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}
.category-buttons a:hover,.cat-tile:hover{transform:translateY(-4px) scale(1.02);background:rgba(255,255,255,.1)!important;border-color:rgba(255,255,255,.22)!important;box-shadow:0 14px 28px rgba(0,0,0,.28)}
.category-buttons a.active,.cat-tile.active{background:rgba(255,255,255,.92)!important;color:#111}
.category-buttons a img,.cat-tile-icon img,.category-buttons nav a img{
  display:block!important;height:44px!important;width:auto!important;max-height:44px!important;max-width:72%!important;
  object-fit:contain!important;filter:brightness(0) invert(1)!important;opacity:1!important;visibility:visible!important;transition:transform .2s ease}
.category-buttons a.active img,.cat-tile.active img,.category-buttons nav a.active img{filter:brightness(0)!important}
.category-buttons a:hover img,.cat-tile:hover img,.category-buttons nav a:hover img{filter:brightness(0) invert(1)!important;transform:scale(1.08)}
.cat-tile-icon{height:52px;width:100%;display:flex;align-items:center;justify-content:center;flex:0 0 52px}
.cat-tile-name{font-size:12px;font-weight:700;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;color:inherit;opacity:.86}

.ios-chip{display:flex;align-items:center;gap:0;padding:3px;border-radius:14px;height:44px;box-sizing:border-box;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(22px) saturate(170%);-webkit-backdrop-filter:blur(22px) saturate(170%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1);animation:iosRise .45s ease}
.ios-chip-user{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff;padding:0 10px 0 2px;min-width:0;height:100%}
.ios-chip-user img{width:36px;height:36px;border-radius:10px;object-fit:cover;flex:0 0 36px;display:block}
.ios-chip-user span{display:flex;flex-direction:column;justify-content:center;gap:1px;min-width:0}
.ios-chip-user b{display:block;font-size:12px;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:132px}
.ios-chip-user em{display:block;font-style:normal;color:#34d399;font-size:12px;font-weight:700;letter-spacing:-.02em;line-height:1.2}
.ios-chip-actions{display:flex;align-items:center;gap:4px;padding:0 3px 0 8px;margin-left:2px;border-left:1px solid rgba(255,255,255,.1);height:100%}
.ios-chip-btn{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.88);
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);transition:background .16s ease,color .16s ease;flex:0 0 32px}
.ios-chip-btn svg{width:16px;height:16px;display:block}
.ios-chip-btn:hover{background:rgba(255,255,255,.14);color:#fff;transform:none}

.user-panel-body .settings,.user-panel-body .settings-box{background:transparent!important;border:0!important;box-shadow:none!important}
.user-panel-body .settings-box{background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:24px!important;padding:26px!important;
  backdrop-filter:blur(22px) saturate(160%);-webkit-backdrop-filter:blur(22px) saturate(160%);animation:iosRise .4s ease;overflow:visible!important}
.user-panel-body .settings-box h1{margin:0 0 18px;font-size:24px;letter-spacing:-.03em;color:#fff}
.user-panel-body .settings-box hr{display:none}
.user-panel-body input[type=text],.user-panel-body input[type=date],.user-panel-body input[type=password],.user-panel-body textarea,.user-panel-body .form-control{
  background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;border-radius:14px!important;padding:12px 14px!important}
.user-panel-wrapper{display:flex!important;gap:22px;align-items:flex-start}
.user-panel-body{flex:1;min-width:0;width:100%}

.tk-list{display:flex;flex-direction:column;gap:12px}
.tk-card{display:flex;align-items:center;gap:14px;padding:16px 16px 16px 18px;border-radius:18px;text-decoration:none;color:#fff;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);transition:transform .18s ease,background .18s ease,border-color .18s ease;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.tk-card:hover{transform:translateY(-2px);background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2)}
.tk-card h3{margin:0 0 4px;font-size:16px}
.tk-card time{color:#f5b942;font-size:12px;font-weight:700}
.tk-card p{margin:6px 0 0;color:rgba(255,255,255,.55);font-size:13px;line-height:1.45}
.tk-badge{margin-left:auto;border-radius:6px;padding:5px 9px;font-size:11px;font-weight:500;letter-spacing:.02em;white-space:nowrap;border:1px solid rgba(148,163,184,.4);background:transparent}
.tk-badge.wait{background:transparent;color:#b8ad96;border-color:rgba(180,160,120,.34)}
.tk-badge.ok{background:transparent;color:#86c9a0;border-color:rgba(52,211,153,.3)}
.tk-empty{text-align:center;padding:36px 16px;color:rgba(255,255,255,.55)}
.tk-actions{display:flex;gap:10px;margin-bottom:16px;flex-wrap:wrap}
.tk-msg{padding:14px 16px;border-radius:16px;margin-bottom:10px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);animation:iosRise .35s ease}
.tk-msg.me{background:rgba(99,102,241,.16);border-color:rgba(99,102,241,.28)}
.tk-msg b{display:block;margin-bottom:4px;font-size:12px}
.tk-msg span{color:rgba(255,255,255,.78);font-size:13px;line-height:1.5}

.bank-tabs{display:flex;gap:8px;margin-bottom:16px}
.bank-tabs a{flex:1;text-align:center;padding:12px;border-radius:14px;text-decoration:none;color:#fff;font-weight:800;font-size:13px;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.bank-tabs a.active{background:rgba(255,255,255,.92);color:#111}
.bank-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.bank-card{border-radius:22px;padding:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(18px);animation:iosRise .45s ease}
.bank-card img{height:36px;object-fit:contain;margin-bottom:12px}
.bank-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:13px}
.bank-row:last-child{border-bottom:0}
.bank-row label{color:rgba(255,255,255,.5)}
.bank-row div,.bank-row strong{color:#fff;text-align:right;word-break:break-all}
.bank-copy{width:100%;margin-top:12px;border:0;border-radius:12px;padding:11px;font-weight:800;cursor:pointer;background:#fff;color:#111}

.rev-card{display:flex;gap:14px;align-items:center;padding:14px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);margin-bottom:10px}
.rev-card img{width:64px;height:52px;object-fit:cover;border-radius:12px}

.site-header .dds-login-btn,.site-header .btn.btn-blue{
  display:inline-flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:8px;
  height:44px!important;min-height:44px;max-height:44px;padding:0 16px!important;margin:0!important;
  border-radius:14px!important;box-sizing:border-box;white-space:nowrap;line-height:1!important;
  font-size:13px!important;font-weight:700;align-self:center;overflow:hidden}
.site-header .dds-login-btn svg,.site-header .btn.btn-blue svg,.site-header .btn.btn-blue .icon{
  width:16px!important;height:16px!important;flex:0 0 16px;display:block}

.top-banner{margin:4px 0 18px;width:100%;max-width:none!important}
.dds-hero,.dds-hero *{box-sizing:border-box}
.dds-hero{
  display:grid;
  grid-template-columns:minmax(0,2fr) minmax(0,1fr);
  gap:18px;
  width:100%;
  align-items:stretch;
  isolation:isolate;
}
.dds-hero a{
  display:block;
  position:relative;
  overflow:hidden;
  border-radius:16px;
  background:#0b0f14;
  border:1px solid rgba(255,255,255,.1);
  min-height:0;
  min-width:0;
  line-height:0;
}
.dds-hero-main{
  aspect-ratio:16/9;
  width:100%;
  height:auto;
  position:relative;
  overflow:hidden;
  border-radius:16px;
  background:#0b0f14;
  border:1px solid rgba(255,255,255,.1);
  min-height:0;
  min-width:0;
  justify-self:stretch;
}
.dds-hero-slides{position:absolute;inset:0}
.dds-hero-slides a{
  position:absolute;inset:0;display:block;height:100%;width:100%;
  opacity:0;visibility:hidden;pointer-events:none;
  border-radius:0;border:0;line-height:0;
  transition:opacity .75s cubic-bezier(.22,.61,.36,1),visibility .75s;
}
.dds-hero-slides a.is-on{opacity:1;visibility:visible;pointer-events:auto;z-index:1}
.dds-hero-nav{
  position:absolute;top:50%;transform:translateY(-50%);z-index:4;
  width:38px;height:38px;border:0;border-radius:12px;cursor:pointer;
  background:rgba(8,10,14,.5);color:#fff;display:flex;align-items:center;justify-content:center;
  backdrop-filter:blur(8px);transition:background .2s ease,transform .2s ease;
}
.dds-hero-nav:hover{background:rgba(8,10,14,.78);transform:translateY(-50%) scale(1.05)}
.dds-hero-nav[data-dir=prev]{left:10px}
.dds-hero-nav[data-dir=next]{right:10px}
.dds-hero-nav svg{width:16px;height:16px;display:block}
.dds-hero-dots{
  position:absolute;left:0;right:0;bottom:12px;z-index:4;
  display:flex;justify-content:center;gap:6px;pointer-events:none;
}
.dds-hero-dots button{
  pointer-events:auto;width:7px;height:7px;padding:0;border:0;border-radius:99px;
  background:rgba(255,255,255,.35);cursor:pointer;transition:width .25s ease,background .25s ease;
}
.dds-hero-dots button.is-on{width:18px;background:#fff}
.dds-hero-col{
  display:grid;
  grid-template-rows:1fr 1fr;
  gap:18px;
  min-height:0;
  min-width:0;
  height:auto;
  align-self:stretch;
}
.dds-hero-side{
  position:relative;
  min-height:0;
  min-width:0;
  overflow:hidden;
  border-radius:16px;
  height:auto;
}
.dds-hero-side img{
  position:absolute!important;
  inset:0;
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center;
}
.dds-hero-main img,.dds-hero-slides img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:cover!important;
  object-position:center;
}
.dds-slider{position:relative;border-radius:20px;overflow:hidden;background:#12171e;
  border:1px solid rgba(255,255,255,.08);width:100%;aspect-ratio:16/9;height:auto}
.dds-slider-track{position:absolute;inset:0;display:flex;width:100%;height:100%;transition:transform .4s ease}
.dds-slider-track a{flex:0 0 100%;max-width:100%;min-width:100%;height:100%;display:block;position:relative}
.dds-slider-track img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;
  opacity:1!important;visibility:visible!important;background:#12171e;padding:0!important;box-sizing:border-box}
.dds-slide-hero{background:#fff!important}
.top-banner .dds-slider .dds-slide-hero img{object-fit:contain!important;background:#fff!important}
.dds-slider-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;border:0;border-radius:12px;
  background:rgba(8,10,14,.55);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}
.dds-slider-nav[data-direction=prev]{left:12px}
.dds-slider-nav[data-direction=next]{right:12px}
.dds-slider-nav svg{width:18px;height:18px;display:block}

@keyframes iosRise{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.ios-success-card dotlottie-player{width:132px;height:132px;margin:0 auto}

.dds-games-panel h1{margin:0 0 18px}
.dds-games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}
.dds-game-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:124px;padding:20px 14px 16px;
  border-radius:18px;text-decoration:none;color:#fff;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);
  transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}
.dds-game-card:hover{transform:translateY(-4px) scale(1.03);background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);box-shadow:0 16px 32px rgba(0,0,0,.3)}
.dds-game-logo{height:48px;width:100%;display:flex;align-items:center;justify-content:center}
.dds-game-logo img{height:42px;width:auto;max-width:88%;object-fit:contain;display:block;transition:transform .2s ease}
.dds-game-card:hover .dds-game-logo img{transform:scale(1.08)}
.dds-game-name{font-size:12px;font-weight:700;letter-spacing:.01em;text-align:center;opacity:.86}

.site-footer-top{padding:28px 0 8px}
.site-footer-top .container{gap:14px}
.site-footer-top-box{background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:20px!important;padding:22px 18px!important;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.site-footer-top-box:hover{transform:translateY(-3px);background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.18)!important}
.site-footer-top-box .icon{width:36px;height:36px;fill:#fff;margin-bottom:10px}
.site-footer-top-box h3{margin:0 0 8px;font-size:16px;color:#fff}
.site-footer-top-box p{margin:0;color:rgba(255,255,255,.55);font-size:13px;line-height:1.5}
.site-footer-bottom .text-center{font-size:13px;color:rgba(255,255,255,.55);letter-spacing:.01em}

@media (max-width:860px){
  .bank-grid{grid-template-columns:1fr}
  .user-panel-wrapper{flex-direction:column}
  .ios-logo{height:56px}
  .ios-logo-img{height:52px!important;max-width:260px}
  .site-header{min-height:0;padding:10px 12px!important}
  .site-header-center{position:static;left:auto;top:auto;transform:none;width:100%;min-width:0;margin:0!important;justify-content:stretch}
  .site-header-center form{max-width:none}
  .category-buttons nav{grid-template-columns:repeat(3,minmax(0,1fr))}
  .category-buttons a,.cat-tile{height:auto!important;min-height:92px;padding:14px 8px 12px!important}
  .dds-games-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

html:has(body.gg-auth),body.gg-auth{background:#f3f4f6!important;color:#111!important;min-height:100vh;margin:0;color-scheme:light}
body.gg-auth .site-footer,body.gg-auth .site-header,body.gg-auth .top-navigation{display:none!important}
.gg-auth{display:flex;flex-direction:column;min-height:100vh;font-family:Arial,Helvetica,sans-serif}
.gg-top{display:flex;align-items:center;justify-content:space-between;padding:22px 36px 8px;position:relative;z-index:20}
.gg-brand{display:inline-flex;align-items:center;gap:0;text-decoration:none;color:#111}
.gg-brand img{height:44px;width:auto;max-width:240px;object-fit:contain;border-radius:0;display:block}
.gg-brand span{display:none}
.gg-lang-btn{background:#fff!important;color:#111!important;border:1px solid #e5e7eb!important;border-radius:10px!important;padding:8px 12px;font-weight:700;cursor:pointer}
.gg-auth .toy-lang-list{background:#fff;border:1px solid #e5e7eb;box-shadow:0 12px 30px rgba(0,0,0,.08)}
.gg-auth .toy-lang-list a{color:#111}
.gg-auth .toy-lang-list a:hover,.gg-auth .toy-lang-list a.active{background:#f3f4f6;color:#111}
.gg-main{flex:1;display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center;width:min(1120px,calc(100% - 48px));margin:0 auto;padding:24px 0 64px}
.gg-hello h1{margin:0 0 12px;font-size:clamp(36px,5vw,64px);line-height:1.05;letter-spacing:-.05em;font-weight:800;color:#111;max-width:11ch}
.gg-hello p{margin:0;font-size:clamp(28px,4vw,52px);line-height:1.1;letter-spacing:-.045em;font-weight:800;color:#111;max-width:16ch}
.gg-hello .gg-save{color:#16a34a}
.gg-card{background:#fff;border-radius:16px;box-shadow:0 18px 50px rgba(17,24,39,.08);padding:36px 32px 28px;width:100%;max-width:420px;justify-self:end}
.gg-card h2{margin:0 0 22px;font-size:28px;letter-spacing:-.04em;color:#111}
.gg-hint{margin:0 0 18px;color:#6b7280;font-size:14px;line-height:1.5}
.gg-or{display:flex;align-items:center;gap:12px;margin:0 0 18px;color:#9ca3af;font-size:13px;font-weight:600}
.gg-or:before,.gg-or:after{content:"";flex:1;height:1px;background:#eceff3}
.gg-or span{white-space:nowrap}
.gg-field{display:block;position:relative;margin:0 0 12px}
body.gg-auth .gg-field input,body.gg-auth .gg-otp{width:100%;height:52px;border:0;border-radius:12px;background:#f3f4f6!important;color:#111!important;-webkit-text-fill-color:#111!important;caret-color:#111!important;padding:0 44px 0 16px;font-size:15px;outline:0;box-sizing:border-box}
body.gg-auth .gg-field input::placeholder,body.gg-auth .gg-otp::placeholder{color:#9ca3af!important;opacity:1!important;-webkit-text-fill-color:#9ca3af!important}
body.gg-auth .gg-field input::-webkit-input-placeholder,body.gg-auth .gg-otp::-webkit-input-placeholder{color:#9ca3af!important;-webkit-text-fill-color:#9ca3af!important}
body.gg-auth .gg-field input::-moz-placeholder,body.gg-auth .gg-otp::-moz-placeholder{color:#9ca3af!important;opacity:1}
body.gg-auth .gg-field input:-ms-input-placeholder,body.gg-auth .gg-otp:-ms-input-placeholder{color:#9ca3af!important}
body.gg-auth .gg-field input:focus,body.gg-auth .gg-otp:focus{background:#eceff3!important;box-shadow:0 0 0 3px rgba(22,163,74,.18);color:#111!important;-webkit-text-fill-color:#111!important}
body.gg-auth .gg-field input:-webkit-autofill,body.gg-auth .gg-field input:-webkit-autofill:hover,body.gg-auth .gg-field input:-webkit-autofill:focus{-webkit-text-fill-color:#111!important;box-shadow:0 0 0 1000px #f3f4f6 inset!important;transition:background-color 9999s ease-out}
.gg-field .gg-ico{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#9ca3af;display:flex}
.gg-otp{letter-spacing:.42em;text-align:center;font-size:22px!important;font-weight:800!important;padding:0 16px!important}
.gg-trust{display:flex;align-items:flex-start;gap:8px;margin:0 0 16px;padding:11px 12px;border-radius:12px;background:#f0fdf4;color:#166534;font-size:13px;font-weight:600;line-height:1.4}
.gg-trust svg{flex:0 0 16px;width:16px;height:16px;margin-top:1px;color:#16a34a}
.gg-steps{display:flex;gap:8px;margin:0 0 18px;padding:0;list-style:none}
.gg-steps li{flex:1;height:4px;border-radius:99px;background:#e5e7eb}
.gg-steps li.on{background:#22c55e}
.gg-otp-row{display:flex;gap:8px;justify-content:space-between;margin:0 0 16px}
body.gg-auth .gg-otp-d{width:48px;height:56px;padding:0;text-align:center;font-size:22px;font-weight:800;border:0;border-radius:12px;background:#f3f4f6!important;color:#111!important;-webkit-text-fill-color:#111!important;caret-color:#111;outline:0;box-sizing:border-box}
body.gg-auth .gg-otp-d:focus{background:#eceff3!important;box-shadow:0 0 0 3px rgba(22,163,74,.18)}
.gg-submit{display:flex;align-items:center;justify-content:center;width:100%;height:52px;border:0;border-radius:12px;background:#22c55e;color:#fff;font-size:16px;font-weight:800;cursor:pointer;text-decoration:none;margin-top:6px}
.gg-submit:hover{background:#16a34a}
.gg-legal{margin:16px 0 0;color:#4b5563;font-size:12px;line-height:1.55}
.gg-switch{margin:18px 0 0;color:#111;font-size:14px}
.gg-switch a{color:#16a34a;font-weight:800;text-decoration:none}
.gg-err{display:none;margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#fef2f2;color:#b91c1c;font-size:13px}
.gg-err.show{display:block}
.gg-alts{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}
.gg-alts button{border:0;background:transparent;color:#6b7280;font-size:13px;font-weight:700;cursor:pointer;padding:0}
.gg-alts button:hover{color:#111}
.gg-foot{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;padding:18px 16px 28px;color:#9ca3af;font-size:12px}
.gg-foot a{color:#6b7280;text-decoration:none}
.gg-foot a:hover{color:#111}
.gg-auth .ios-success-card{background:#fff;color:#111;border:1px solid #e5e7eb}
.gg-auth .ios-success-card p{color:#6b7280}
@media (max-width:860px){
  .gg-top{padding:16px 18px}
  .gg-main{grid-template-columns:1fr;gap:28px;width:calc(100% - 32px);padding:12px 0 40px}
  .gg-hello h1,.gg-hello p{max-width:none;font-size:28px}
  .gg-hello h1{font-size:36px}
  .gg-card{justify-self:stretch;max-width:none;padding:28px 22px}
  body.gg-auth .gg-otp-d{width:44px;height:52px;font-size:20px}
}
@media (max-width:380px){
  .gg-otp-row{gap:6px}
  body.gg-auth .gg-otp-d{width:40px;height:50px;font-size:18px}
}
