* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    overflow: hidden;
    margin: 0;
    line-height: normal;
}

.w-light-icon {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

/* Ensure full coverage */
html {
    height: 100%;
}


/* Header Navigation Styles */
.navigation-parent {
  	width: 100%;
  	position: fixed;
  	top: 0;
  	left: 0;
  	height: 20px;
  	text-align: center;
  	font-size: 7px;
  	color: #fff;
  	font-family: 'Bricolage Grotesque';
  	z-index: 1000;
}
.navigation {
  	position: absolute;
  	top: 10px;
   left: 50%;
   transform: translateX(-50%) scale(2.2);
  	height: 20px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	gap: 10px;
}
.nav-left {
    position: absolute;
    left: 358px; /* moved 200px to the right from original position */
    top: 10px; /* aligned vertically with .navigation */
    transform: scale(2.2);
    font-size: 7px;
    color: #fff;
    font-family: 'Bricolage Grotesque';
    z-index: 1001;
    font-weight: 600;
}
.nav-text {
  	position: relative;
  	line-height: 20px;
  	display: flex;
  	align-items: center;
  	cursor: pointer;
  	font-weight: 500;
  	font-size: 7px;
}

.border-parent {
  	width: 100%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%) scale(2.2);
  	height: 140px;
  	text-align: left;
  	font-size: 7px;
  	color: #fff;
  	font-family: 'Bricolage Grotesque';
}

.center-vertical-line {
  	position: absolute;
  	top: 0;
  	left: 50%;
  	transform: translateX(-50%);
  	width: 1px;
  	height: 100%;
  	background-color: rgba(255,255,255,0.5); /* slightly transparent */
  	z-index: 900; /* lower so payout box appears above */
}

.border2 {
	position: absolute;
	top: calc(50% - 29px);
	left: calc(50% - 60px);
	border-radius: 7px;
	background-color: rgba(15, 14, 14, 0.65);
	border: 1px solid #fff;
	box-sizing: border-box;
	width: 120px;
	height: 24px;
}

.border3 {
	position: absolute;
	top: calc(50% + 12px);
	left: calc(50% + 6px);
	border-radius: 7px;
	background-color: rgba(15, 14, 14, 0.65);
	border: 1px solid #fff;
	box-sizing: border-box;
	width: 54px;
	height: 24px;
}
.border4 {
	position: absolute;
	top: calc(50% + 12px);
	left: calc(50% - 60px);
	border-radius: 7px;
	background-color: rgba(15, 14, 14, 0.65);
	border: 1px solid #fff;
	box-sizing: border-box;
	width: 54px;
	height: 24px;
}
.payout {
	position: absolute;
	top: calc(50% - 55px);
	left: calc(50% - 13px);
	letter-spacing: -0.1px;
	line-height: 32px;
	font-weight: 500;
	display: flex;
	align-items: center;
	width: 25px;
	height: 34px;
	font-size: 7px;
}
.k {
  	position: absolute;
  	top: calc(50% + 12px);
  	left: calc(50% - 60px);
  	font-size: 9px;
  	letter-spacing: -0.1px;
  	line-height: 32px;
  	font-weight: 500;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 54px;
  	height: 24px;
}
.div {
  	position: absolute;
  	top: calc(50% - 85px);
  	left: calc(50% - 15px);
  	font-size: 12px;
  	letter-spacing: -0.1px;
  	line-height: 32px;
  	font-weight: 500;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	width: 30px;
  	height: 20px;
  	cursor: pointer;
}

.border-div {
	position: absolute;
	top: calc(50% + 12px);
	left: calc(50% + 6px);
	font-size: 9px;
	letter-spacing: -0.1px;
	line-height: 32px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 24px;
}
.market-cap {
	position: absolute;
	top: calc(50% - 13px);
	left: calc(50% - 49px);
	letter-spacing: -0.1px;
	line-height: 32px;
	font-weight: 500;
	display: flex;
	align-items: center;
	width: 38px;
	height: 34px;
	font-size: 6px;
}
.holders {
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% + 22px);
	letter-spacing: -0.1px;
	line-height: 32px;
	font-weight: 500;
	display: flex;
	align-items: center;
	width: 25px;
	height: 34px;
	font-size: 6px;
}
.div2 {
  	position: absolute;
  	top: calc(50% - 27px);
  	left: calc(50% - 19px);
  	font-size: 8px;
  	letter-spacing: -0.1px;
  	line-height: 32px;
  	font-weight: 500;
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	min-width: 38px;
  	height: 20px;
  	color: #00bc00;
  	z-index: 1002; /* bring payout above center vertical line */
  	background-color: transparent;
  	border: none;
  	border-radius: 7px;
  	padding: 0 6px; /* give breathing room but keep tight */
  	box-sizing: border-box;
  	cursor: pointer;
}
.txt {
	display: inline-flex;
	align-items: center;
	gap: 0; /* no gap between symbol/icon and number */
}
.txt > * {
	margin: 0;
	padding: 0;
}
.span {
	color: #fff;
	position: relative;
	left: -6px; /* moved number 2px further left */
	margin-left: 0;
	padding-left: 0;
}
#currencySymbol {
	color: #00bc00;
	font-weight: 600;
	line-height: 1;
	margin-right: 0;
	padding: 0;
}
#solIcon {
	display: inline-block !important;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	position: relative;
	top: -0.5px;
	left: 0; /* reset icon offset */
	margin: 0;
	margin-right: 0;
}

/* Number change animation */
@keyframes fadeIn {
    0% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.fade-animation {
    animation: fadeIn 0.6s ease-in-out;
}

/* Timer animations */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounce {
    0% {
        transform: scale(1) rotate(0deg);
    }
    25% {
        transform: scale(1.3) rotate(10deg);
    }
    50% {
        transform: scale(0.9) rotate(-5deg);
    }
    75% {
        transform: scale(1.1) rotate(3deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

/* Dropdown Styles */
.dropdown-container {
    position: absolute;
    top: calc(50% + 56px);
    left: calc(50% - 23px);
    width: 50px;
    z-index: 1000;
}

.dropdown-header {
    background-color: transparent;
    border: none;
    border-radius: 4px;
    padding: 2px 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    font-size: 8px;
    font-weight: 500;
    color: #fff;
    font-family: 'Bricolage Grotesque';
    transition: all 0.3s ease;
}

.dropdown-header:hover {
    background-color: transparent;
}

.dropdown-arrow {
    transition: transform 0.3s ease;
    font-size: 4px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    overflow: hidden;
    z-index: 1001;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.dropdown-item {
    padding: 2px 4px;
    color: #fff;
    font-size: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: none;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Force display changes for currency toggle */
#solIcon[style*="display: none"] {
    display: none !important;
}

#currencySymbol[style*="display: inline"] {
    display: inline !important;
}

.dropdown-content.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .w-light-icon {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }
}

@media (max-width: 480px) {
    .w-light-icon {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }
}