html, body { padding: 0; margin: 0; width: 100%; height: 100%; overflow: hidden; background: #001b18 }
#wallet-gate { position: fixed; inset: 0; z-index: 20; display: flex; align-items: center; justify-content: center; color: #fff; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif; background: linear-gradient(135deg, #063c34 0%, #052f31 44%, #03161d 100%) }
#wallet-gate::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, rgba(0, 255, 194, 0.08) 0 4px, transparent 4px 24px); opacity: 0.42 }
#wallet-gate::after { content: ""; position: absolute; inset: auto 26px 28px 26px; height: 2px; border-top: 2px dotted rgba(255, 255, 255, 0.72); border-bottom: 2px dotted rgba(255, 255, 255, 0.28) }
#wallet-gate.wallet-hidden { display: none }
#wallet-panel { position: relative; z-index: 1; width: min(760px, calc(100vw - 38px)); padding: 22px 24px 28px; box-sizing: border-box; text-align: center }
#wallet-logo { display: block; width: min(690px, 92vw); max-height: 230px; object-fit: contain; margin: 0 auto 20px; filter: drop-shadow(0 18px 22px rgba(0, 0, 0, 0.55)) }
#wallet-copy { max-width: 620px; margin: 0 auto 22px; font-family: Arial, sans-serif; font-size: 15px; font-weight: 800; line-height: 1.35; color: rgba(255, 255, 255, 0.86); letter-spacing: 0; text-transform: uppercase }
#wallet-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 560px; margin: 0 auto }
#wallet-actions button { position: relative; height: 52px; border: 0; padding: 0 26px; color: #03201a; background: #00dfaa; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", Arial, sans-serif; font-size: 20px; font-weight: 900; letter-spacing: 0; text-transform: uppercase; cursor: pointer; clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 9px), calc(100% - 10px) 100%, 0 100%) }
#wallet-actions button::after { content: ""; position: absolute; right: 0; bottom: 0; width: 34px; height: 9px; background: #021b16 }
#connect-wallet-button { background: #00e0aa }
#skip-wallet-button { background: #4a4a4a; color: #fff }
#wallet-actions button:hover { filter: brightness(1.12) }
#wallet-actions button:disabled { opacity: 0.65; cursor: default }
#wallet-status { min-height: 20px; margin-top: 15px; color: #00e0aa; font-family: Arial, sans-serif; font-size: 13px; font-weight: 800; line-height: 1.35; text-transform: uppercase }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 0; top: 0; width: 100vw; height: 100vh; transform: none }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { width: 100%; height: 100%; display: block; background: #FFFFFF }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-logo-title-footer { float:left; width: 102px; height: 38px; background: url('unity-logo-title-footer.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
@media (max-width: 640px) {
  #wallet-panel { padding-left: 16px; padding-right: 16px }
  #wallet-logo { margin-bottom: 16px }
  #wallet-actions { grid-template-columns: 1fr; gap: 12px }
  #wallet-actions button { height: 50px; font-size: 18px }
}
