body {
    margin: 0;
    overflow: hidden !important;
}


.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#anneroadmap {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

#roadmap-container, #roadmap-wrap, #anneroadmap {
    width: 100%;
    height: calc(100vh - 105px);
    min-height: 100vh;
    /* max-height: 80vh; */
    background: #171717;
    max-width: 100% !important;
    overflow: hidden !important;


   
}

/* .has-global-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 100vw !important;
} */
.logo {
    background: url(../img/anne_logo_no_ball.png) no-repeat center center;
    background-size: contain;
    width: min(761px, 80vw);
    height: min(549px, 60vh);
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
}

.ring-title {
    font-size: clamp(5px, 1.2vw, 10px);
    color: #FFF;
    font-family: sans-serif;
    padding: 2px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background: rgba(0, 0, 0, .5);
    opacity: .6;
    max-height: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1;
}
#csscontainer {
    position: relative;
}
.ring-title.active {
    opacity:1;
}

#leftRoadmapMenu {
    position: absolute;
    top: 70px;
    left: 20px;
    width: 100%;
    max-width: 305px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    padding: 16px 8px;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    scrollbar-width: 4px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content:flex-start;
    align-items: center;
}
.hide {
    display: none;
}
    #leftRoadmapMenu::before {
        content: '';
        display: block;
        width: 40px;
        height: 4px;
        background: #fff;
        border-radius: 2px;
        margin: 0 auto 12px;
        opacity: 0.5;
        cursor: pointer;
    }

    #leftRoadmapMenu.collapsed {
        height: 70px;
        max-height: 70px;
    }

    #leftRoadmapMenu.collapsed .roadmap-btns {
        display: none;
    }
div#leftRoadmapMenu img:first-child{
    margin-bottom: 10px;
    
}

p.det_para, .roadmap-cat{
    margin-bottom: 10px;
}

.roadmap-btns {
    display: block;
    flex-direction: column;
    gap: 1px;
    max-height: 70vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #ffffff #000000;
    width: calc(100% - 10px);
}

.roadmap-btn {
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 4px 6px;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #fefe17;
    text-align: left;
    font-size: 0.8em;
    text-transform: uppercase;
    font-family: 'Archivo Narrow';
    letter-spacing: 2px;
}

.roadmap-btn.active {
    background: rgba(0, 255, 0, 0.25);
    border-color: #0f0;
    color: #0f0;
    font-weight: bold;
}

.roadmap-btn.active{
    font-weight:900;
    color:#00ff00;
    background-color: black;
}

.roadmap-details {
    background-color: #171717e1;
    color: #eee;
    font-size: 1.2em;
    font-family: 'Arial';
    padding: 6px;
    max-width: 350px;
    text-align: left;
    height: 0%;
    padding-top: 0px;
    padding-bottom: 6px;
    cursor: default;
    font-family: 'League Spartan';
    line-height: 1.5;
}

.det_para {
    margin-top:0px!important;
    padding-top:10px;
}

.roadmap-cat {
    background-color:#171717;
    color:#00ffff;
    font-weight:900;
    display:block;
    text-align:left;
    font-size:.8rem;
}
.roadmap-status {
    font-size:.8rem;
    font-weight:900;
}
.color-white {
    color:whitesmoke;
}
.color-green {
    color:#00ff00;
}
.color-yellow {
    color:#fefe17;
}
.color-teal {
    color:#00ffff;
}
a:link.link-yellow, a:visited.link-yellow {
    color: rgb(243 247 5);
    -webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
a:link.link-yellow:hover{
    background-color:#fefe17;
    color:#171717!important;
}
.show {
	opacity: 1;
	display: "";
}
.hide {
	opacity: 0;
	display: none !important;
}
#preloader {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: calc(100% - 50px);
    max-width: 700px;
}

#preloader img {
    width: 100%;
    height: auto;
}

#launchButton {
    padding: 10px 20px;
    font-size: 18px;
    color: #fefe17;
    background-color: #171717;
    border: none;
    border-radius: 5px;
    cursor: pointer;
        border: 1px solid;
}
#launchButton:hover {
  background-color: #fefe17;
  color: #171717;
}
.rma a {
    color: #fefe17 !important;
    background: black;
    padding: 2px 5px;
}
.f1em {
    font-size: 1em;
}
.f12em {
    font-size: 1.2em;
}
@keyframes inlinespinner-kf
{
	0%
	{
		transform: rotate(0deg);
	}

	100%
	{
		transform: rotate(360deg);
	}
}

.inlinespinner,
.inlinespinner:before
{
	display: inline-block;
	width: 11px;
	height: 11px;
	transform-origin: 50%;
	border-color: 2px solid transparent;
	border-color: #74a8d0 #74a8d0 transparent transparent;
	border-radius: 50%;
	content: "";
	animation: linear inlinespinner-kf 900ms infinite;
	position: relative;
	vertical-align: inherit;
	line-height: inherit;
}

.inlinespinner
{
	top: 3px;
	margin: 0 3px;
}

.inlinespinner:before
{
	border-color: #74a8d0 #74a8d0 transparent transparent;
	position: absolute;
	left: -2px;
	top: -2px;
	border-style: solid;
}
@media screen and (max-width: 1440px) {
     #leftRoadmapMenu {
        right: 20px;
        left: unset;
    }
}

@media screen and (max-width: 1024px) {

    .ring-title {
        font-size: clamp(4px, 1.5vw, 8px);
    }
    
    .logo {
        width: min(600px, 70vw);
        height: min(433px, 50vh);
    }
}

@media (max-width: 768px) {
    #roadmap-container, 
    #roadmap-wrap, 
    #anneroadmap {
        min-height: 100vh;
    }
    
    #leftRoadmapMenu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        max-width: 100%;
        border-radius: 16px 16px 0 0;
        transition: height 0.3s ease;
        z-index: 20;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(4px);
        overflow: hidden;
        height: auto;
        max-height: 70vh;
    }



    .roadmap-btns {
        justify-content: flex-start;
        max-height: 30vh;
        overflow-y: auto;
        overflow-x: hidden;
        width: calc(100% - 60px);
    }

    .roadmap-btn {
        flex: 1 0 calc(33% - 8px);
        min-width: 100px;
        text-align: center;
        padding: 10px 8px;
        background: rgba(0, 0, 0, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 6px;
        color: #fefe17;
    }

    .roadmap-item-container {
        position: fixed;
        top: 10px;
        left: 10px;
        right: 10px;
        width: auto;
        z-index: 25;
        background: rgba(0, 0, 0, 0.95);
        border-radius: 12px;
        max-height: 80vh;
        overflow-y: auto;
    }

    .roadmap-btn.active {
        border-left: none;
        border-bottom: 2px solid var(--primary-green);
    }


        

.roadmap-details {
        width: calc(100% - 50px);
        max-width: 760px;
}
    .ring-title {
        font-size: clamp(3px, 1.2vw, 6px);
        padding: 1px 2px;
    }
    
    .logo {
        width: min(400px, 80vw);
        height: min(289px, 40vh);
    }

     .ring-title {
        font-size: 10px;
        padding: 2px 4px;
        white-space: normal;
        max-width: 80px;
        word-break: break-word;
    }




}

@media screen and (max-width: 480px) {
    .roadmap-btn {
        flex: 1 0 100%;
        min-width: 100%;
        padding: 8px;
    }
    
    .ring-title {
        font-size: 3px;
    }
    
    .logo {
        width: min(300px, 85vw);
        height: min(217px, 35vh);
    }
    
    #launchButton {
        padding: 8px 16px;
        font-size: 14px;
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    #leftRoadmapMenu {
        max-height: 35vh;
    }


    
    .logo {
        width: min(300px, 40vw);
        height: min(217px, 30vh);
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2), 
       screen and (min-resolution: 192dpi) {
    .ring-title {
        -webkit-font-smoothing: antialiased;
        font-weight: 500;
    }
}

@media (prefers-reduced-motion: reduce) {
    .roadmap-btn,
    #launchButton,
    .inlinespinner,
    .inlinespinner:before {
        transition: none;
        animation: none;
    }
}



.ring-title {
    font-size: 14px;
    padding: 4px 8px;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    background: rgba(0,0,0,0.6);
    border-radius: 4px;
    color: #fff;
    transition: all 0.2s ease;
}


.roadmap-btn.active {
    background: rgba(0,255,0,0.3);
    border-color: #0f0;
}

.roadmap-item-container {
    background: rgba(0,0,0,0.7);
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #ddd;
    margin-top: 8px;
    transition: all 0.2s ease;
}

@media (max-width: 1024px) {
    .ring-title {
        font-size: 12px;
        padding: 3px 6px;
    }
}



@media (max-width: 480px) {
    .ring-title {
        font-size: 8px;
        padding: 1px 3px;
        max-width: 60px;
    }
    .roadmap-btn {
        flex: 1 0 100%;
        min-width: 100%;
        text-align: center;
    }
}

@media (max-height: 600px) and (orientation: landscape) {
    #leftRoadmapMenu {
        top: 5px;
        left: 5px;
        width: 260px;
        bottom: auto;
        position: absolute;
        border-radius: 8px;
    }

    .roadmap-btns {
        max-height: 35vh;
    }

    .roadmap-btn {
        font-size: 0.7rem;
    }


}

@media (max-height: 500px) {
    .roadmap-btn {
        font-size: 0.65rem;
    }
    .roadmap-btns {
        max-height: 35vh;
    }
}

.roadmap-hide {
    display: none !important;
}

.detail-close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #fefe17;
    cursor: pointer;
    z-index: 1;
}
.detail-close-btn:hover {
    color: #fff;
}

#leftRoadmapMenu.mobile-details-open {
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.roadmap-item-container {
    position: relative;
}

.detail-close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    color: #fefe17;
    cursor: pointer;
    z-index: 10; 
}


@media (max-width: 768px) {
    #leftRoadmapMenu {
        z-index: 20;
        transition: transform 0.3s ease;
    }
    .roadmap-item-container {
        z-index: 25;
    }
    .menu-toggle {
        z-index: 30;   
          display: flex;
        align-items: center;
        justify-content: center;
    }
}