body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #a259ff, #6a11cb);
}

#exitFullscreenButton {
    font-size: 16px;
    cursor: pointer;
    position: fixed;
    top:90px;
    font-size: 16px;
    background-color: #af09a1;
    color: white;
    border: none;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    cursor: pointer;
}
#fullscreenFrame{
    height: 100%;
    width: 100%;
}

h1, h2 {
    margin-bottom: 10px;
}

h2 {
    font-size: 18px;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 20px;
}

ul li {
    background: #e0f7ff;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

/*p {*/
/*    margin: 0 0 20px;*/
/*}*/

.game-container {
    width: 100%;
    height: 100%;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    /*padding: 20px;*/
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: width 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.game-container img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.game-container h1, .game-container p, .game-container button {
    position: relative;
    z-index: 1;
}

.game-container h1 {
    margin: 0 0 10px;
    font-size: 18px;
}

.game-container p {
    margin: 0 0 20px;
    font-size: 14px;
    color: #666;
}

.game-container button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #a259ff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

.game-container button:hover {
    background-color: #6a11cb;
}

.game-container a {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #a259ff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 180px;
    margin: 0 auto;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}

.game-container a:hover {
    background-color: #6a11cb;
}

.toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-bottom: 20px;
}

.toolbar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.toolbar h3 {
    margin: 0;
    font-size: 16px;
}

.toolbar button {
    padding: 8px 16px;
    font-size: 14px;
    background-color: #a259ff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.toolbar button:hover {
    background-color: #6a11cb;
}

.toolbar .share-buttons {
    display: flex;
    gap: 2px;
}

.toolbar .share-buttons button {
    background-color: transparent;
    color: #333;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.toolbar .share-buttons button:hover {
    color: #4CAF50;
}

.header h1 {
    font-size: 2.5em;
    color: #fff;
    margin: 0;
    position: relative;
}

@keyframes wave {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -490;
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    iframe, .toolbar {
        width: 100%;
    }

    .game-frame{
        height: 100%;
    }

    .toolbar {
        align-items: center;
    }

    .toolbar img, .toolbar h3, .toolbar button {
        margin-bottom: 10px;
    }

    .toolbar .share-buttons{
        gap: 2px;
    }

    .header h1 {
        font-size: 1.8em;
    }
}

.box img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.box h2 {
    margin: 10px 0;
    font-size: 1.2em;
}

.box p {
    text-align: center;
    font-size: 0.9em;
    color: #555;
}

/* box 2 start */
.box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 20px;*/
    box-sizing: border-box;
    margin-top: 5px;
    width: 22%;
}

.box2 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.box2 h2 {
    margin: 10px 0;
    font-size: 1.2em;
}

.box2 p {
    text-align: center;
    font-size: 0.9em;
    color: #555;
}

@media (max-width: 768px) {
    .box2 {
        width: 48%;
    }
}
/* box 2 end*/

.description-div {
    /*max-width: 1200px;*/
    margin: 0 auto;
    text-align: left;
    background-color: white;
    margin-top: 20px;
    padding: 20px;
}

.description-div h1, h2 {
    color: #666666;
}

@media (max-width: 768px) {
    .box {
        width: 47%;
    }
}

/*    add 20250223 */
/* Navigation Bar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #a259ff;
    color: white;
    padding: 10px 20px;
    /*position: fixed;*/
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar a{
    text-decoration: none;
}

.navbar .logo {
    display: flex;
    align-items: center;
}

.navbar .logo img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.navbar .logo h1 {
    margin: 0;
    font-size: 20px;
}

.navbar .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar .menu li {
    margin-left: 20px;
    position: relative;
}

.navbar .menu a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.navbar .menu .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #444;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar .menu .submenu a {
    display: block;
    margin: 5px 0;
}

.navbar .menu li:hover .submenu {
    display: block;
}

/* Mobile Menu */
.navbar .mobile-menu {
    display: none;
    cursor: pointer;
}

.navbar .mobile-menu i {
    font-size: 24px;
    color: white;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .navbar {
        flex-direction: row;
        justify-content: space-between;
    }

    .navbar .menu {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #333;
        padding: 10px;
    }

    .navbar .menu li {
        margin: 10px 0;
    }

    .navbar .menu .submenu {
        position: static;
        background-color: #444;
        margin-top: 10px;
    }

    .navbar .mobile-menu {
        display: block;
    }
}

/* Main Content */
.container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px; /* Adjust for navbar height */
}

.left-div {
    background-color: #f00c40;
    background-image: url(https://gg.footballbros.me/res/ts-bg.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.iframe-container {
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: opacity 0.5s ease;
}

.iframe-container {
    display: none;
    position: relative;
}

.iframe-container iframe {
    width: 100%;
    height: calc(65vh - 60px); /* Adjust for navbar height */
    border: none;
}

.right-div {
    background-color: #163a3b;
    padding: 20px;
    box-sizing: border-box;
}

.game-main-image {
    /*width: 100%;*/
    height: 50%;
    width: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border-radius: 8px;
}

.game-title {
    font-size: 24px;
    margin: 20px 0;
    color: #a259ff;
}

.play-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #a259ff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.play-button:hover {
    background-color: #6a11cb;
}

.image-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.image-list-item {
    display: flex;
    /*margin-bottom: 20px;*/
    cursor: pointer;
}

/*.image-list-item:hover{
    border: 4px solid #2cffc3;
}*/

.image-list-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.image-list-item img {
    height: auto;
    border-radius: 8px;
    margin-right: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.item-title{
    width: 100%; /* 设置宽度 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
    color: rgba(0, 0, 0, .75);
    font-size: 13px;
}

.image-list-item a{
    text-decoration: none;
    width: 100%;
}

/* 设置图片列表的样式 */
.top-bar-image-list {
    display: flex; /* 使用flex布局 */
    margin-top: 8px;
}

.top-bar-image-list img {
    height: 90%;
    width: auto; /* 自动调整高度 */
}

.game-list-container5 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap:1%;
    padding: 5px;
    overflow: auto;
    box-sizing: border-box;
}

.box5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*padding: 20px;*/
    box-sizing: border-box;
    width: 19%;
    padding: 2px;
}

.box5 img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.box5 h2 {
    margin: 10px 0;
    font-size: 1.2em;
}

.box5 p {
    text-align: center;
    font-size: 0.9em;
    color: #555;
}

@media (max-width: 768px) {
    .box5 {
        width: 49%;
    }
}
.image-list-item {
    display: flex;
    /*margin-bottom: 20px;*/
    cursor: pointer;
}

/*.image-list-item:hover{
    border: 4px solid #2cffc3;
}*/

.image-list-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.image-list-item img {
    height: auto;
    border-radius: 8px;
    margin-right: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.item-title{
    width: 100%; /* 设置宽度 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 显示省略号 */
    color: rgba(0, 0, 0, .75);
    font-size: 13px;
}

.image-list-item a{
    text-decoration: none;
    width: 100%;
}

.image-list-item h3{
    font-size: 14px;
    margin: 0px;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .game-main-image {
        width: 80%;
        height: auto;
    }

    .game-title{
        font-size: 16px;
    }

    .left-div{
        display: none;
    }
    .iframe-container {
        width: 100%;
        height: 65vh;
    }

    .iframe-container{
        padding: 0px;
    }

    .right-div {
        width: 100%;
    }
}

/* Media query for desktop devices */
@media (min-width: 769px) {
    .left-div{
        width: 28%;
        height: 65vh;
    }
    .iframe-container {
        width: 100%;
        height: 65vh;
    }

    .right-div {
        width: 25%;
        margin-left: 10px;
    }
}

#tesseract-splash-button {
    justify-content: center;
    align-items: center;
    position: relative;
    top: 5%;
    margin: 0 auto;
    outline: none;
    flex-direction: row;
    width: 13rem;
    font-weight: 600;
    font-size: 16px;
    border-radius: 86.154px;
    background: #a259ff !important;
    color: #eee;
    margin-bottom:30px;
}

#tesseract-splash-button>p {
    margin-left: 1rem;
}

.exit-btn {
    position: fixed;
    top: 10px;
    left: 10px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 5px;
    display: none; /* 默认不显示 */
    z-index: 1000;
}

iframe.fullscreen {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
}

.also-like-container {
    display: flex;
    align-items: center; /* 垂直居中对齐 */
    justify-content: flex-start; /* 水平起始对齐 */
    gap: 16px; /* 图片和文字之间的间距 */
    background-color: #2cffc3;
    padding: 20px;
    /*border-radius: 8px;*/
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.also-like-container img {
    width: 50px; /* 图片宽度 */
    height: auto; /* 保持图片比例 */
    border-radius: 8px; /* 圆角效果 */
}
.also-like-container .text {
    text-align: left; /* 文字靠左对齐 */
    flex: 1; /* 占据剩余空间 */
}
.also-like-container .text h2 {
    margin: 0 0 8px; /* 标题与段落的间距 */
    color: white;
}
.also-like-container .text p {
    margin: 0;
}

footer {
    /*background-color: #f2f2f2;*/
    padding: 20px 0;
    text-align: center;
    font-family: Arial, sans-serif;
}
footer a {
    color: #333;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
}
footer a:hover {
    text-decoration: underline;
}

/* new 3 cols start */
.new-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    padding: 8px;
    border-radius: 8px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.new-left, .new-middle, .new-right {
    /*padding: 20px;*/
    box-sizing: border-box; /* 包含内边距和边框 */
}

.new-left {
    /*background-color: #f9f9f9;*/
    padding: 3px;
}

.new-middle {
    background: rgba(162, 89, 255, 0.10);
    box-shadow: 0 8px 32px 0 rgba(162, 89, 255, 0.15), 0 1.5px 8px 0 rgba(106, 17, 203, 0.08);
    border-radius: 24px;
    padding: 32px 16px 24px 16px;
    margin: 24px auto 0 auto;
    max-width: 540px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s, background 0.3s;
}
@media (max-width: 768px) {
    .new-middle {
        padding: 16px 4px 12px 4px;
        max-width: 98vw;
        border-radius: 14px;
        margin: 12px auto 0 auto;
    }
}

.game-preload{
    background-color: #a259ff;
    background-image: url(https://gg.footballbros.me/res/ts-bg.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px;
    box-sizing: border-box;
    height: 50vh;
    border-radius: 10px;
}

.new-right {
    /*background-color: #264036;*/
    padding: 5px;
}

/* 默认的PC端样式 */
.new-left {
    width: 100%;
}

.new-middle {
    width: 100%;
}

.new-right {
    width: 100%;
}

/* 移动端样式 */
@media (max-width: 768px) {
    .new-left, .new-middle, .new-right {
        width: 100%;
    }
}

/*  nav start   */
.nav{
    /*max-width: 1200px;*/
    margin: 0 auto;
}

.nav a{
    display: flex;
}
.nav h1{
    margin: 0;
    margin-left: 10px;
}
.logo{
    width: 40px;
    border-radius: 50px;
    height: 40px;
    margin-top: 0px;
}
@media (max-width: 768px) {
    .logo {
        width: 40px;
    }
}

.new-header{
    margin-bottom: 10px;
}

.new-games-logo{
    width: 50px;
    float: left;
}

.new-title{
    line-height: 50px;
    color: #009688;
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
}
/*  nav end  */

/*  pop start  */
#pop {
    width: calc(100% - 30px);
    margin: 5px auto 15px;
    overflow-x: hidden;
    max-width: 1200px;
    margin: 0 auto;
    margin-top:20px;
}
#pop .sortTitle {
    display: flex
;
    justify-content: space-between;
    margin-bottom: 40px;
}

#pop .pop .swiper-slide {
    width: 130px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .02);
}

#pop .pop .swiper-slide a .thum {
    width: 110px !important;
    height: 110px !important;
    margin: -20px auto 10px;
    border-radius: 10px;
    overflow: hidden;
}

#pop .pop .swiper-slide a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#pop .pop .swiper-slide a h3 {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

#pop .pop .swiper-slide a .desc {
    font-size: 12px;
    color: #999;
}

#pop .pop .swiper-slide a .desc span {
    color: #f99d01;
}

#pop .pop .swiper-slide a.play {
    display: block;
    margin: 10px auto 15px;
    color: #fff;
    font-size: 14px;
    background-color: #19cea9;
    width: 60px;
    height: 26px;
    line-height: 26px;
    border-radius: 14px;
}
#pop .pop .swiper-slide a {
    text-align: center;
}
a{
    text-decoration: none;
}
.play {
    display: block;
    color: #fff;
    background-color: #19cea9;
    font-size: 18px;
    font-weight: 700;
    width: 80%;
    margin: 15px auto;
    text-align: center;
    height: 46px;
    line-height: 46px;
    border-radius: 24px;
    text-decoration: none;
    animation: playAnimate 500mslinear infinite alternate;
}
/*  pop end  */


.football-game-item img {
    width: 100%;
    height: auto;
    display: block;
}

.football-game-info h3 {
    margin: 0 0 10px;
    font-size: 1.2em;
}

.football-game-info .rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.football-game-info .rating span {
    margin-right: 5px;
}

.football-game-info .recommendation {
    font-weight: bold;
    color: #5cb85c;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}


.game-details {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}
.game-details .game-category {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.game-details .game-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}
.game-details .game-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.game-details .screenshots {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.game-details .screenshots img {
    width: 48%;
    object-fit: cover;
}
.game-details .short-description {
    font-size: 16px;
    margin-bottom: 20px;
}
.game-details .full-description {
    font-size: 16px;
    margin-bottom: 20px;
}
.game-details .full-description h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.game-details .full-description img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}
.game-details .player-reviews {
    font-size: 16px;
}
.game-details .player-reviews h3 {
    margin-bottom: 10px;
}
.game-details .player-reviews .review {
    margin-bottom: 15px;
}
.game-details .player-reviews .review .rating {
    color: #ffcc00;
    font-size: 14px;
}

.rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.rating-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.rating img{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.rating-item div{
    width:80%;
}

@media (max-width: 768px) {
    .football-game-item {
        width: calc(50% - 20px);
    }
    .game-details .screenshots img{
        width: 48%;
        object-fit: cover;
    }
}

/* Modern Header Styles */
.modern-header {
  width: 100%;
  background: linear-gradient(90deg, #08b7ff 0%, #b1ff44 100%);
  box-shadow: 0 4px 24px rgba(0,0,0,0.08), 0 1.5px 4px rgba(0,0,0,0.08);
  border-radius: 0 0 18px 18px;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  height: 64px;
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.header-logo .logo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.header-title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.header-nav {
  display: flex;
  align-items: center;
}
.header-menu {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}
.header-menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  padding: 8px 16px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  position: relative;
}
.header-menu li a:hover, .header-menu li a:focus {
  background: rgba(255,255,255,0.18);
  color: #222;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 12px;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #fff;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .header-inner {
    padding: 0 8px;
    height: 54px;
  }
  .header-title {
    font-size: 1.2rem;
  }
  .header-menu {
    gap: 8px;
  }
  .header-menu li a {
    font-size: 0.95rem;
    padding: 6px 8px;
  }
}
@media (max-width: 700px) {
  .header-inner {
    flex-direction: row;
    height: 54px;
  }
  .header-menu {
    position: absolute;
    top: 54px;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, #08b7ff 0%, #b1ff44 100%);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 0;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    display: none;
    z-index: 999;
  }
  .header-menu.show {
    display: flex;
  }
  .header-menu li {
    width: 100%;
  }
  .header-menu li a {
    width: 100%;
    display: block;
    padding: 12px 24px;
    font-size: 1.1rem;
    border-radius: 0;
  }
  .menu-toggle {
    display: flex;
  }
}

/* Simple Minimal Header */
.simple-header {
  width: 100%;
  background: transparent;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 100;
}
.simple-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.simple-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10);
}
.simple-title {
  font-size: 2.1rem;
  font-weight: 700;
  color: #222;
  letter-spacing: 1px;
}
.simple-nav-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.simple-nav-list {
  display: flex;
  gap: 8px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 8px 18px;
  margin: 0 auto;
  list-style: none;
  overflow-x: auto;
  max-width: 98vw;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simple-nav-list::-webkit-scrollbar {
  display: none;
}
.simple-nav-list li {
  display: flex;
}
.simple-nav-list a {
  display: block;
  color: #222;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 24px;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  position: relative;
}
.simple-nav-list a:hover, .simple-nav-list a:focus {
  background: linear-gradient(90deg, #08b7ff 0%, #b1ff44 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
@media (max-width: 700px) {
  .simple-header-logo {
    margin-top: 12px;
    margin-bottom: 8px;
  }
  .simple-title {
    font-size: 1.2rem;
  }
  .simple-nav-list {
    padding: 6px 4px;
    gap: 2px;
    max-width: 100vw;
  }
  .simple-nav-list a {
    font-size: 0.95rem;
    padding: 7px 10px;
  }
}

/* Hamburger icon for mobile */
.simple-menu-icon {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 12px;
  padding: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}
.simple-menu-icon span {
  display: block;
  width: 28px;
  height: 3px;
  background: #222;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s;
}
@media (max-width: 700px) {
  .simple-menu-icon {
    display: flex;
  }
  .simple-nav-bar {
    display: none;
  }
}

/* Modal menu styles - update for scrollable content */
.simple-menu-content {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  padding: 32px 18px 18px 18px;
  min-width: 70vw;
  max-width: 90vw;
  min-height: 200px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  animation: popIn 0.22s;
  overflow: hidden;
}
.simple-menu-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-y: auto;
  max-height: calc(80vh - 60px);
  -webkit-overflow-scrolling: touch;
}
.simple-menu-content li {
  margin: 12px 0;
  text-align: center;
}
.simple-menu-content a {
  color: #222;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 0;
  border-radius: 16px;
  display: block;
  transition: background 0.18s, color 0.18s;
}
.simple-menu-content a:hover, .simple-menu-content a:focus {
  background: linear-gradient(90deg, #08b7ff 0%, #b1ff44 100%);
  color: #fff;
}
.simple-menu-close {
  position: absolute;
  top: 10px;
  right: 18px;
  background: none;
  border: none;
  font-size: 2rem;
  color: #222;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
}
.simple-menu-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.18);
    align-items: center;
    justify-content: center;
    z-index: 2000;
}
@media (min-width: 701px) {
  .simple-menu-modal {
    display: none !important;
  }
}
.neon-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 36px;
    border: none;
    border-radius: 50px;
    background: #a259ff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0 0 20px #a259ff80, 0 0 40px #6a11cb40;
    transition: background 0.3s;
    z-index: 1;
}
.neon-button .neon-text {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}
.neon-button .neon-glow {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50px;
    background: linear-gradient(270deg, #a259ff, #6a11cb, #a259ff, #6a11cb);
    background-size: 400% 400%;
    filter: blur(6px);
    z-index: 0;
    animation: neon-glow-move 2.5s linear infinite;
    opacity: 0.8;
}
@keyframes neon-glow-move {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.neon-button:hover {
    background: #6a11cb;
    color: #fff;
    box-shadow: 0 0 30px #a259ff, 0 0 60px #6a11cb;
}
@media (max-width: 768px) {
    .simple-header .simple-nav-bar {
        display: none;
    }
}