/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  /* font: inherit; */
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

.bodyWrap {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #000507;
  font-family: "Funnel Display", serif;
  font-weight: 400;
  color: #a7bac2;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Goldman", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  line-height: 1.3;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 26px;
}

button {
  background: transparent;
  border: none;
  outline: none;
}

.site-btn {
  font-size: 18px;
  max-width: 350px;
  width: 100%;
  line-height: 100px;
  display: block;
  background: url("assets/images/btn-bg.png") no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
  font-family: "Goldman", serif;
}

.site-btn:hover {
  color: #fff;
  background: url("assets/images/btn-hover.png") no-repeat center;
  background-size: 100% 100%;
}

img {
  max-width: 100%;
}

.brand-color {
  color: #07e8ff;
}

li {
  position: relative;
  padding-left: 20px;
}

li::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  background: #07e8ff;
  border-radius: 50%;
}

/* hero area
==================== */
.hero-area {
  padding: 60px 0;
  text-align: center;
  background: url(assets/images/hero-bg.png) no-repeat top center;
  background-size: 100%;
}

.hero-content h1 {
  font-size: 58px;
}

.hero-content p {
  font-size: 28px;
}

.reg-to-play {
  background: url("assets/images/register-bg.png") no-repeat top / contain;
  padding: 60px 70px 70px;
  margin-top: 50px;
}

.hero-area h4 {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.reg-to-play input {
  color: #fff;
  border: 2px solid #00d0ff;
  outline: none;
  line-height: 70px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  border-radius: 7px;
  background: radial-gradient(circle, rgba(2, 0, 36, 0) 0%, #013a47);
}

.reg-to-play input::placeholder {
  color: #a7bac2;
}

.reg-to-play button {
  margin-top: 30px;
}

.reg-to-play button {
  width: 100%;
  max-width: 100%;
  background-size: 100% 100%;
}

.ai-wars-content {
  background: url("assets/images/ellipse.png") no-repeat center/ 600px;
  padding: 50px 0 90px;
}

.ai-wars-content h2 {
  font-weight: 500;
}

.ai-wars-content p {
  font-size: 24px;
}

/* gamified section
==================== */

.g-inner-section {
  background: url("assets/images/gamified.png") no-repeat center;
  background-size: 100% 100%;
  padding: 70px;
}

.g-inner-section {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.single-image-box {
  display: flex;
  align-items: self-start;
  gap: 30px;
  padding: 40px;
}

.single-image-box img {
  width: 80px;
}

.single-image-box h4 {
  font-size: 32px;
}

.single-image-box p {
  font-size: 17px;
}

.g-inner-section .single-image-box:nth-child(1),
.g-inner-section .single-image-box:nth-child(3) {
  border-right: 1px solid #013a47;
}

.g-inner-section .single-image-box:nth-child(3),
.g-inner-section .single-image-box:nth-child(4) {
  border-top: 1px solid #013a47;
}

.gamified-section button {
  cursor: pointer;
}

/* Cage section
===================== */

.cage-content {
  padding: 60px 70px;
  background: url("assets/images/cage-bg.png") no-repeat center right;
  background-size: 100% 100%;
}

.cage-section li {
  font-size: 20px;
  position: relative;
  padding-left: 20px;
}

.cage-section img {
  margin-left: -400px;
  max-width: calc(100% + 400px);
  pointer-events: none;
}

/* Flow section
================= */
.flow-section p {
  font-size: 24px;
  letter-spacing: 1px;
}

.flow-section img {
  margin-top: -280px;
  pointer-events: none;
  pointer-events: none;
}

/* Token section
================= */
.token-section {
  overflow: hidden;
  margin-top: -200px;
}

.token-section img {
  transform: scale(1.3);
  pointer-events: none;
}

.token-text {
  margin-left: -100px;
}

.token-text p {
  font-size: 24px;
}

.token-text p.brand-color {
  text-decoration: underline;
}

/* utility-section
=================== */
.utility-section {
  /* background: url("assets/images/girls.png") no-repeat center right; */
  background-size: 50%;
  padding: 200px 0;
  /* background-position: 70%; */
  position: relative;
  margin-top: -160px;
}

.utility-section .container {
  position: relative;
}

.utility-section .girl-image {
  position: absolute;
  right: -21%;
  top: -24%;
  transform: translateY(-0%);
  width: 802px;
  z-index: -1;
  pointer-events: none;
}

.utility-content li {
  font-size: 20px;
}

/* tokenomics-section
=================== */

.list-token li {
  font-size: 24px;
  padding-left: 40px;
  color: #fff;
}

.list-token li::before {
  width: 20px;
  height: 20px;
}

.list-token li:nth-child(3):before {
  background-color: #0c97d7;
}

.list-token li:nth-child(1):before {
  background: #f16dff;
}

/* team-section
=================== */
.team-section {
  padding: 150px 0;
  position: relative;
  overflow-x: hidden;
}

.team-section .container {
  position: relative;
}

.team-section .container::before {
  content: "";
  position: absolute;
  background: url("assets/images/elllips-2.png") no-repeat;
  width: 600px;
  height: 600px;
  background-size: contain;
  left: -200px;
  top: -200px;
  z-index: -1;
}

.single-team {
  max-width: 290px;
}

.single-team h5 {
  margin: 5px 0 10px;
  font-family: "Funnel Display", serif;
}

.single-team span {
  font-size: 14px;
}

.single-team img {
  width: 150px;
  margin-bottom: 10px;
}

.single-team p {
  font-size: 14px;
}

.team-grid {
  display: grid;
  gap: 60px;
}

.team-grid.core-team {
  grid-template-columns: repeat(2, 1fr);
}

/* Supported-section
=================== */

.supported-content {
  text-align: center;
  padding: 80px 65px;
  background: url("assets/images/supported-by-bg.png") no-repeat center;
  background-size: 100% 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.supported-images {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.s-image {
  max-width: 170px;
}

/* Roadmap section
========================== */
section.roadmap-section {
  padding: 170px 0 200px 0;
  position: relative;
  overflow: hidden;
}

section.roadmap-section h2 {
  text-align: center;
  margin-bottom: 80px;
}

.roadmap-text {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.single-roadmap {
  position: relative;
  padding-top: 55px;
}

.single-roadmap h4 {
  font-family: "Funnel Display", serif;
  font-weight: 600;
  margin-bottom: 15px;
}

.roadmap-text::before {
  content: "";
  position: absolute;
  background: url(assets/images/round.png) no-repeat;
  width: 300px;
  height: 300px;
  transform: translate(-29%, -31%);
}

.roadmap-text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(45deg, #07e8ff 70%, transparent);
}

.single-roadmap::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #07e8ff;
  border-radius: 50%;
  top: -5px;
}

section.roadmap-section::before {
  content: "";
  position: absolute;
  width: 1000px;
  height: 119%;
  background: url("assets/images/roadmap.png") no-repeat center left;
  background-size: contain;
  left: calc(50%);
  top: -12%;
  transform: translateX(-103%);
}

.single-roadmap li {
  color: #fff;
}

/* FAQ section
========================== */
ul.faq-accordian {
  border: 1px solid #00d0ff;
  background: linear-gradient(90deg, #0d2a31, transparent, #0d2a31);
}

.accordion-panel {
  display: none;
}

.accordion-panel.is-active {
  display: none;
}

ul.faq-accordian li {
  padding: 32px 40px;
  border-bottom: 1px solid #00d0ff;
}

ul.faq-accordian li::before {
  display: none;
}

ul.faq-accordian p {
  font-size: 20px;
  max-width: 80%;
  margin-top: 10px;
}

ul.faq-accordian li h4 {
  cursor: pointer;
  position: relative;
  padding-right: 32px;
  font-family: "Funnel Display", serif;
  font-weight: 500;
}

.faq-accordian li h4::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background: url("assets/images/trangle.png") no-repeat center;
  background-size: contain;
  top: 0;
  right: 0;
  transform: rotate(180deg);
  transition: 0.3s;
}

.faq-accordian li.is-active h4::after {
  transform: rotate(0deg);
}

/* Footer section
========================== */
.footer-area {
  padding: 200px 0 150px 0;
  background: url("assets/images/footer.png") no-repeat center bottom;
  background-size: 150%;
  position: relative;
}

/* .footer-area::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  background: url("assets/images/footer-left.png") no-repeat center bottom;
  background-size: contain;
  left: 0;
  top: 0;
}
.footer-area::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  background: url("assets/images/footer-right.png") no-repeat center bottom;
  background-size: contain;
  right: 0;
  top: 0;
} */
.footer-content {
  text-align: center;
}

.footer-content .social-links {
  margin: 50px 0 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
}

.footer-content .social-links .s-social-link a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
}

.footer-content .social-links .s-social-link a:hover {
  color: #00d0ff;
}

.email-validate .error {
  display: none;
  color: red;
  width: 100%;
}

.flow-img-mobile {
  display: none;
}

/* popup-section
====================== */
.popup-section {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  display: none;
}

.popup-section.active {
  display: flex;
}

.popup-section .popup-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 40%);
  backdrop-filter: blur(9px);
  z-index: -1;
}

.popup-form .reg-to-play {
  background: url("assets/images/popup-form-bg.png") no-repeat top;
  background-size: 100% 100%;
  position: relative;
}

.popup-form .reg-to-play h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.x-popup {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 40px;
  right: 30px;
  cursor: pointer;
}

.x-popup img {
  object-fit: contain;
}

section.tokenomics-section h2 {
  margin-bottom: 40px !important;
}

ul.list-token {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

section.faq-section h2.text-center.mb-5 {
  margin-bottom: 64px !important;
}

.walletTopBtns {
  position: fixed;
  z-index: 111;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
}

.connectBtns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.connWallet {
  background: #326283;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 9px 25px;
  line-height: 2;
  border-radius: 7px;
  transition: .3s ease all;
}

.connWallet:hover {
  background: #528eb7;
  color: #fff;
}

.walletProfile .dropdown-toggle {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #326283;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 7px;
}

.walletProfile .dropdown-menu {
  background: #326283;
  width: 100%;
  border-radius: 10px;
  list-style: none;
}

.walletProfile .dropdown-menu li::before {
  display: none;
}

.walletProfile .dropdown-menu li {
  padding: 0;
}

.walletProfile .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  transition: .3s;
  padding: 5px 16px;
}

.walletProfile .dropdown-menu li a img {
  display: block;
  width: 25px;
}

.walletProfile .dropdown-menu li a:hover {
  background: #528eb7;
}

.walletProfile .dropdown-menu li a.dropdown-item.logoutLink {
  color: red;
}

.aleartText,
.successText {
  position: fixed;
  z-index: 9999;
  left: 20px;
  bottom: 20px;
  width: auto;
  max-width: 450px;
  display: none;
}

.aleartInner,
.successTextInner {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-size: 18px;
  background: #ff3131;
  padding: 15px 20px;
  border-radius: 20px;
  width: 100%;
  margin: 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

.aleartInner img,
.successTextInner img {
  width: 50px;
  flex-shrink: 0;
}

.successTextInner {
  background-color: #20c066;
}

.modal-content {
  background: #28485a;
  padding: 20px;
}

.frofilePicture {
  display: flex;
  align-items: center;
  gap: 20px;
}

.userName {
  display: flex;
  align-items: center;
  gap: 10px;
}

.userPic {
  position: relative;
  z-index: 1;
  width: 60px;
}

img.userImage {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #28485a;
  object-fit: cover;
}

.profileLink {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 0;
  color: #fff;
}

.pforileLinks {
  margin-top: 15px;
}

.profileLink img {
  display: block;
  width: 30px;
  flex-shrink: 0;
}

.profileLink a {
  color: #fff;
}

.walletUser {
  display: flex;
  align-items: center;
  gap: 15px;
}

.walletUser img {
  display: block;
  width: 100px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
}

.tokkenItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tokkenList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tokkenIcon {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 10px;
  line-height: 112%;
  font-weight: 300;
}

.tokkenIcon>img {
  display: block;
  width: 45px;
}

.tokkenItem h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

.walletEdic {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.crystalCage {
  display: flex;
  align-items: center;
  gap: 10px;
}

img.claimTokkenIcon {
  width: 45px;
}

.availableClaim {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
}

.availableClaim a.claimBtn {
  color: #fff;
  margin-left: auto;
}

.textNote {
  display: flex;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}

.tokkenClaim {
  cursor: pointer;
  transition: all 0.3s ease;
}

.tokkenClaim:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
  background: #666 !important;
  color: #999 !important;
  pointer-events: none;
}

.tokkenClaim:disabled:hover {
  transform: none !important;
  box-shadow: none !important;
}

/* ================================
   MODAL AND POPUP IMPROVEMENTS
   ================================ */

/* Claim Modal Styles */
.claim-modal-content {
  background: #000507;
  border: 1px solid #28485a;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
  overflow: hidden;
}

.claim-modal-header {
  background: linear-gradient(135deg, rgba(40, 72, 90, 0.3) 0%, rgba(0, 5, 7, 0.8) 100%);
  padding: 20px;
  border-bottom: 1px solid #28485a;
  position: relative;
  text-align: center;
}

.claim-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  color: #a7bac2;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.claim-modal-close:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

.claim-header-content .claim-icon {
  margin-bottom: 12px;
}

.claim-header-content .claim-icon img {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 0 10px rgba(167,186,194,0.3));
}

.claim-header-content h3 {
  color: #fff;
  margin: 0 0 6px 0;
  font-family: 'Goldman', serif;
  font-size: 22px;
}

.claim-header-content p {
  color: #a7bac2;
  margin: 0;
  font-size: 13px;
  opacity: 0.9;
}

.claim-modal-body {
  padding: 20px;
}

.claim-user-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background: rgba(255,255,255,0.03);
  border-radius: 10px;
  border: 1px solid #28485a;
  margin-bottom: 20px;
}

.claim-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #28485a;
  background: rgba(255,255,255,0.05);
}

.claim-user-info {
  flex: 1;
}

.claim-user-info h5 {
  color: #fff;
  margin: 0 0 4px 0;
  font-family: 'Goldman', serif;
  font-size: 16px;
}

.claim-user-info p {
  color: #a7bac2;
  margin: 0;
  font-size: 12px;
  opacity: 0.8;
}

.claim-status {
  text-align: right;
}

.claim-status .status-dot {
  width: 6px;
  height: 6px;
  background: #4ade80;
  border-radius: 50%;
  margin: 0 0 0 auto 4px;
}

.claim-status span {
  color: #4ade80;
  font-size: 10px;
  font-family: 'Goldman', serif;
}

.claim-balance-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
  border-radius: 12px;
  padding: 20px 16px;
  border: 1px solid #28485a;
  margin-bottom: 20px;
}

.balance-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.balance-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.balance-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
}

.balance-details {
  text-align: center;
}

.balance-amount {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Goldman', serif;
  display: block;
}

.balance-label {
  color: #a7bac2;
  font-size: 11px;
  opacity: 0.8;
}

.conversion-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  opacity: 0.6;
}

.conversion-arrow span {
  color: #a7bac2;
  font-size: 9px;
  font-family: 'Goldman', serif;
}

.claim-note {
  padding-top: 12px;
  border-top: 1px solid rgba(167,186,194,0.1);
  color: #a7bac2;
  font-size: 11px;
  opacity: 0.8;
}

.claim-note span {
  color: #ff6b6b;
  margin-right: 6px;
}

.claim-btn-styled {
  background: url("assets/images/btn-bg.png") no-repeat center;
  background-size: 100% 100%;
  border: none;
  color: #fff;
  font-family: 'Goldman', serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  height: 50px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.claim-btn-styled:hover {
  background: url("assets/images/btn-hover.png") no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}

.claim-loading {
  display: none;
  text-align: center;
  margin: 20px 0;
}

.claim-spinner {
  border: 3px solid rgba(167, 186, 194, 0.2);
  border-top: 3px solid #a7bac2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  margin: 0 auto 15px;
}

.loading-title {
  color: #a7bac2;
  margin: 0 0 5px 0;
  font-size: 14px;
  font-family: 'Goldman', serif;
}

.loading-subtitle {
  color: #a7bac2;
  margin: 0;
  font-size: 12px;
  opacity: 0.8;
}

/* Wallet Connection Section */
.wallet-connection-section {
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.03) 100%);
  border-radius: 12px;
  border: 1px solid #28485a;
}

.wallet-icon-wrapper {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  border: 2px solid #28485a;
}

.wallet-connection-section h5 {
  color: #fff;
  margin: 0 0 8px 0;
  font-family: 'Goldman', serif;
  font-size: 18px;
}

.wallet-connection-section p {
  color: #a7bac2;
  margin: 0 0 20px 0;
  font-size: 13px;
  opacity: 0.9;
}

.wallet-status-box {
  background: rgba(0,0,0,0.2);
  border-radius: 10px;
  padding: 15px;
  margin: 15px 0;
  border: 1px dashed rgba(167,186,194,0.3);
}

.status-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 10px;
}

.status-dot-red {
  width: 6px;
  height: 6px;
  background: #ef4444;
  border-radius: 50%;
}

.status-indicator span {
  color: #ef4444;
  font-size: 11px;
  font-family: 'Goldman', serif;
}

.wallet-status-box p {
  color: #a7bac2;
  margin: 0;
  font-size: 12px;
  opacity: 0.8;
}

.wallet-note {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(167,186,194,0.1);
  color: #a7bac2;
  font-size: 11px;
  opacity: 0.8;
}

.wallet-note span {
  color: #ff6b6b;
  margin-right: 6px;
}

/* Profile Modal Styles */
.profile-modal-content {
  background: #000507;
  border: 1px solid #28485a;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.9);
  overflow: hidden;
}

/* Wallet Balances Modal */
.wallet-balances-dialog {
  max-width: 480px !important;
}

.wallet-balances-dialog .profile-modal-content {
  max-height: 90vh;
  overflow-y: auto;
}

.profile-modal-header {
  background: linear-gradient(135deg, rgba(40, 72, 90, 0.3) 0%, rgba(0, 5, 7, 0.8) 100%);
  padding: 20px;
  border-bottom: 1px solid #28485a;
  text-align: center;
  position: relative;
}

.profile-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  color: #a7bac2;
  font-size: 24px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.profile-modal-close:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
}

.profile-modal-header h3 {
  color: #fff;
  margin: 0;
  font-family: 'Goldman', serif;
  font-size: 20px;
}

.profile-modal-body {
  padding: 20px;
}

.profile-picture-section {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #28485a;
}

.profile-username {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: 'Goldman', serif;
}

.profile-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.profileLink {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(255,255,255,0.03);
  border-radius: 10px;
  border: 1px solid #28485a;
  transition: all 0.3s ease;
}

.profileLink:hover {
  background: rgba(255,255,255,0.06);
}

.profileLink img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.profile-link-content {
  flex: 1;
}

.profile-link-content p {
  margin: 0;
  color: #a7bac2;
  font-size: 14px;
}

.profile-link-content a {
  color: #fff;
  text-decoration: none;
  font-family: 'Goldman', serif;
  font-weight: 600;
}

.claim-link {
  background: #326283 !important;
  color: #fff !important;
  padding: 4px 12px !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  transition: all 0.3s ease !important;
}

.claim-link:hover {
  background: #528eb7 !important;
}

/* CAGE Claim Button Styling */
.cage-claim-button {
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  background: linear-gradient(135deg, rgba(50, 98, 131, 0.2) 0%, rgba(40, 72, 90, 0.1) 100%) !important;
  border: 1px solid #326283 !important;
}

.cage-claim-button:hover {
  background: linear-gradient(135deg, rgba(50, 98, 131, 0.4) 0%, rgba(40, 72, 90, 0.2) 100%) !important;
  border-color: #528eb7 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(50, 98, 131, 0.3) !important;
}

.cage-claim-button .profile-link-content p:first-child {
  color: #fff !important;
  font-family: 'Goldman', serif !important;
}

.cage-claim-button .profile-link-content p:last-child {
  color: #a7bac2 !important;
}

.claim-arrow {
  display: flex;
  align-items: center;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.cage-claim-button:hover .claim-arrow {
  opacity: 1;
  transform: translateX(3px);
}

.telegram-disconnect-section {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(167, 186, 194, 0.1);
}

.telegram-disconnect-section a {
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
  padding: 6px 12px;
  border-radius: 6px;
}

.telegram-disconnect-section a:hover {
  background: rgba(255, 107, 107, 0.1);
  color: #ff6b6b !important;
}

/* Telegram Modal Styles */
.telegram-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 10000;
  backdrop-filter: blur(4px);
}

.telegram-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000507;
  border: 1px solid #28485a;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.9);
  max-width: 400px;
  width: 90%;
  overflow: hidden;
}

.telegram-modal-header {
  background: linear-gradient(135deg, rgba(40, 72, 90, 0.3) 0%, rgba(0, 5, 7, 0.8) 100%);
  padding: 25px 20px;
  text-align: center;
  border-bottom: 1px solid #28485a;
}

.telegram-modal-header img {
  margin-bottom: 12px;
  filter: drop-shadow(0 0 10px rgba(167,186,194,0.3));
}

.telegram-modal-header h3 {
  color: #fff;
  margin: 0 0 8px 0;
  font-family: 'Goldman', serif;
  font-size: 20px;
}

.telegram-modal-header p {
  color: #a7bac2;
  margin: 0;
  font-size: 13px;
  opacity: 0.9;
}

.telegram-modal-body {
  padding: 25px 20px;
  text-align: center;
}

.telegram-modal-footer {
  padding: 15px 20px 20px;
  text-align: center;
  border-top: 1px solid #28485a;
}

.telegram-cancel-btn {
  background: transparent;
  border: 1px solid #28485a;
  color: #a7bac2;
  padding: 8px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Goldman', serif;
  font-size: 13px;
  transition: all 0.3s ease;
}

.telegram-cancel-btn:hover {
  background: #28485a;
  color: #fff;
}

/* Improved Dropdown Styles */
.walletProfile .dropdown-toggle {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #326283;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 8px;
  border: none;
  font-family: 'Goldman', serif;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.walletProfile .dropdown-toggle:hover {
  background: #528eb7;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.walletProfile .dropdown-toggle::after {
  margin-left: auto;
}

.walletProfile .dropdown-menu {
  background: #000507;
  border: 1px solid #28485a;
  border-radius: 12px;
  padding: 8px 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
  margin-top: 5px;
}

.walletProfile .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a7bac2;
  transition: all 0.3s ease;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 0;
  font-family: 'Funnel Display', serif;
}

.walletProfile .dropdown-menu li a:hover {
  background: rgba(40, 72, 90, 0.3);
  color: #fff;
}

.walletProfile .dropdown-menu li a.logoutLink {
  color: #ff6b6b;
  border-top: 1px solid #28485a;
  margin-top: 4px;
}

.walletProfile .dropdown-menu li a.logoutLink:hover {
  background: rgba(255, 107, 107, 0.1);
  color: #ff6b6b;
}

/* Enhanced Connect Wallet Button */
.connWallet {
  background: linear-gradient(135deg, #326283 0%, #07e8ff 100%);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Goldman', serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(7, 232, 255, 0.2), 0 2px 8px rgba(0,0,0,0.3);
  border: 1px solid rgba(7, 232, 255, 0.3);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  min-width: 140px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.connWallet::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: all 0.6s;
}

.connWallet:hover::before {
  left: 100%;
}

.connWallet:hover {
  background: linear-gradient(135deg, #07e8ff 0%, #326283 100%);
  color: #fff;
  box-shadow: 0 6px 20px rgba(7, 232, 255, 0.4), 0 4px 12px rgba(0,0,0,0.4);
  transform: translateY(-2px);
  border-color: rgba(7, 232, 255, 0.6);
}

.connWallet:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(7, 232, 255, 0.3), 0 1px 4px rgba(0,0,0,0.3);
}

/* Wallet Icon and Text Styling */
.connWallet .wallet-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  filter: brightness(0) invert(1);
  transition: all 0.3s ease;
}

.connWallet .wallet-text {
  font-size: inherit;
}

/* Enhanced Alert and Success Messages */
.aleartInner {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Goldman', serif;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  background: linear-gradient(135deg, #ff3131 0%, #cc2626 100%);
  border: 1px solid #ff6b6b;
}

/* Enhanced Success Modal */
.success-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 10000;
  backdrop-filter: blur(8px);
  animation: fadeIn 0.3s ease-out;
}

.success-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000507;
  border: 2px solid #20c066;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(32, 192, 102, 0.2), 0 0 40px rgba(32, 192, 102, 0.1);
  max-width: 450px;
  width: 90%;
  overflow: hidden;
  animation: successSlideIn 0.4s ease-out;
}

.success-modal-header {
  background: linear-gradient(135deg, rgba(32, 192, 102, 0.2) 0%, rgba(26, 153, 85, 0.1) 100%);
  padding: 25px 20px 20px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid rgba(32, 192, 102, 0.3);
}

.success-icon-wrapper {
  margin-bottom: 15px;
  animation: successPulse 1.5s ease-in-out infinite;
}

.success-modal-header h3 {
  color: #20c066;
  margin: 0;
  font-family: 'Goldman', serif;
  font-size: 24px;
  text-shadow: 0 0 10px rgba(32, 192, 102, 0.3);
}

.success-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  color: #a7bac2;
  font-size: 28px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.success-modal-close:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  transform: rotate(90deg);
}

.success-modal-body {
  padding: 25px;
}

.success-message {
  text-align: center;
  margin-bottom: 25px;
}

.success-message p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-family: 'Funnel Display', serif;
  font-weight: 500;
}

.success-details {
  background: rgba(32, 192, 102, 0.05);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  border: 1px solid rgba(32, 192, 102, 0.2);
}

.success-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.success-stat:last-child {
  margin-bottom: 0;
}

.success-label {
  color: #a7bac2;
  font-size: 14px;
  font-family: 'Funnel Display', serif;
}

.success-value {
  color: #20c066;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Goldman', serif;
}

.success-actions {
  display: flex;
  gap: 12px;
}

.success-btn-primary,
.success-btn-secondary {
  flex: 1;
  padding: 12px 20px;
  border-radius: 10px;
  font-family: 'Goldman', serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.success-btn-primary {
  background: linear-gradient(135deg, #20c066 0%, #1a9955 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(32, 192, 102, 0.3);
}

.success-btn-primary:hover {
  background: linear-gradient(135deg, #1a9955 0%, #158f4a 100%);
  box-shadow: 0 6px 20px rgba(32, 192, 102, 0.4);
  transform: translateY(-2px);
}

.success-btn-secondary {
  background: rgba(32, 192, 102, 0.1);
  color: #20c066;
  border: 1px solid rgba(32, 192, 102, 0.3);
}

.success-btn-secondary:hover {
  background: rgba(32, 192, 102, 0.2);
  border-color: #20c066;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes successSlideIn {
  from { 
    opacity: 0;
    transform: translate(-50%, -60%);
    scale: 0.9;
  }
  to { 
    opacity: 1;
    transform: translate(-50%, -50%);
    scale: 1;
  }
}

@keyframes successPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Custom Alert Modal */
.alert-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 10001;
  backdrop-filter: blur(8px);
  animation: fadeIn 0.3s ease-out;
}

.alert-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000507;
  border: 2px solid #ff6b6b;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(255, 107, 107, 0.2), 0 0 40px rgba(255, 107, 107, 0.1);
  max-width: 450px;
  width: 90%;
  overflow: hidden;
  animation: alertSlideIn 0.4s ease-out;
}

.alert-modal-header {
  background: linear-gradient(135deg, rgba(255, 107, 107, 0.2) 0%, rgba(204, 38, 38, 0.1) 100%);
  padding: 25px 20px 20px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid rgba(255, 107, 107, 0.3);
}

.alert-icon-wrapper {
  margin-bottom: 15px;
  animation: alertPulse 1.5s ease-in-out infinite;
}

.alert-modal-header h3 {
  color: #ff6b6b;
  margin: 0;
  font-family: 'Goldman', serif;
  font-size: 24px;
  text-shadow: 0 0 10px rgba(255, 107, 107, 0.3);
}

.alert-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: transparent;
  border: none;
  color: #a7bac2;
  font-size: 28px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.alert-modal-close:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  transform: rotate(90deg);
}

.alert-modal-body {
  padding: 25px;
}

.alert-message {
  text-align: center;
  margin-bottom: 25px;
}

.alert-message p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  font-family: 'Funnel Display', serif;
  font-weight: 500;
  line-height: 1.5;
}

.alert-actions {
  display: flex;
  gap: 12px;
}

.alert-btn-primary,
.alert-btn-secondary {
  flex: 1;
  padding: 12px 20px;
  border-radius: 10px;
  font-family: 'Goldman', serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.alert-btn-primary {
  background: linear-gradient(135deg, #ff6b6b 0%, #cc3838 100%);
  color: #fff;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
}

.alert-btn-primary:hover {
  background: linear-gradient(135deg, #cc3838 0%, #b32d2d 100%);
  box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
  transform: translateY(-2px);
}

.alert-btn-secondary {
  background: rgba(255, 107, 107, 0.1);
  color: #ff6b6b;
  border: 1px solid rgba(255, 107, 107, 0.3);
}

.alert-btn-secondary:hover {
  background: rgba(255, 107, 107, 0.2);
  border-color: #ff6b6b;
}

/* Different alert types */
.alert-modal.success {
  border-color: #20c066;
  box-shadow: 0 25px 50px rgba(32, 192, 102, 0.2), 0 0 40px rgba(32, 192, 102, 0.1);
}

.alert-modal.success .alert-modal-header {
  background: linear-gradient(135deg, rgba(32, 192, 102, 0.2) 0%, rgba(26, 153, 85, 0.1) 100%);
  border-bottom-color: rgba(32, 192, 102, 0.3);
}

.alert-modal.success .alert-modal-header h3 {
  color: #20c066;
  text-shadow: 0 0 10px rgba(32, 192, 102, 0.3);
}

.alert-modal.success .alert-btn-primary {
  background: linear-gradient(135deg, #20c066 0%, #1a9955 100%);
  box-shadow: 0 4px 15px rgba(32, 192, 102, 0.3);
}

.alert-modal.success .alert-btn-primary:hover {
  background: linear-gradient(135deg, #1a9955 0%, #158f4a 100%);
  box-shadow: 0 6px 20px rgba(32, 192, 102, 0.4);
}

.alert-modal.warning {
  border-color: #ff8c00;
  box-shadow: 0 25px 50px rgba(255, 140, 0, 0.2), 0 0 40px rgba(255, 140, 0, 0.1);
}

.alert-modal.warning .alert-modal-header {
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.2) 0%, rgba(204, 112, 0, 0.1) 100%);
  border-bottom-color: rgba(255, 140, 0, 0.3);
}

.alert-modal.warning .alert-modal-header h3 {
  color: #ff8c00;
  text-shadow: 0 0 10px rgba(255, 140, 0, 0.3);
}

.alert-modal.warning .alert-btn-primary {
  background: linear-gradient(135deg, #ff8c00 0%, #cc7000 100%);
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}

.alert-modal.warning .alert-btn-primary:hover {
  background: linear-gradient(135deg, #cc7000 0%, #b36300 100%);
  box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
}

@keyframes alertSlideIn {
  from { 
    opacity: 0;
    transform: translate(-50%, -60%);
    scale: 0.9;
  }
  to { 
    opacity: 1;
    transform: translate(-50%, -50%);
    scale: 1;
  }
}

@keyframes alertPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}