body {
    margin: 0;
    background: #000;
    color: #fff;
    font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif, "PingFang TC", "Noto Sans JP", "Noto Sans KR";
}

a {
    color: #df92f9;
}

.textcenter {
    text-align: center;
}

.avatarbg img {
    width: 100%;
    height: auto;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.mainpadding {
    max-width: 92%;
}

.both {
    clear: both;
    height: 10px;
}

.title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.title b {
    font-size: 12px;
}

.title h5 {
    font-weight: normal;
}

.title-sec {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    font-weight: normal;
}

.recent-updates-card {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.carousel {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    gap: 5px;
    border-radius: 5px;
}

.slide {
    flex: 0 0 auto;
    width: 160px;
    scroll-snap-align: start;
    overflow: hidden;
    border-radius: 5px;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 9/16;
}

.text-card {
    width: 100%;
}

.text-card .overlay-text h2 {
    padding: 10px 10px 0;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
}

.text-card .overlay-text p {
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    font-weight: normal;
}

.text-card .overlay-text small {
    text-align: center;
    display: block;
}

.circle-btn {
    width: 72px;
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    margin: 0 5px 0 0;
    background: #7d2547;
    color: white;
}

.menus {
    font-size: small;
    display: flex;
    margin: -10px auto;
}

.tobtn {
    min-width: 340px;
    justify-self: center;
    text-align: center;
    margin: 0;
    background: linear-gradient(125deg, #8e18ac, #000000);
    border-radius: 5px;
    min-height: 56px;
}

.innercolor {
    background: linear-gradient(125deg, #b83669, #000000);
}

.tobtn img {
    width: 45px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    margin-left: -166px;
    margin-top: 4px;
    border-radius: 5px;
    border: 1px solid #ef6666;
}

.tobtn h4 {
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    font-size: 1.2em;
}

.tobtn h5 {
    text-align: center;
    font-size: 10px;
    color: #e988da;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-weight: normal;
}

.faq {
    width: 100%;
}

.faq details {
    border-bottom: 1px solid #000;
    background: #222;
}

.faq img {
    text-align: center;
}

.faq summary {
    font-weight: bold;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    padding: 12px;
}

.faq p {
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    padding: 15px;
    background-color: black;
}

.tobtn .forxiuren {
    background: linear-gradient(135deg, #7d7ff7, #e78b8b);
}

.tobtn .forpatreon {
    background: linear-gradient(0deg, #404043, #d74dea);
}

.avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto 0;
    justify-self: center;
}

.top {
    margin: auto 0;
    top: -40px;
    position: relative;
    display: grid;
}

.avatar img {
    width: 100%;
}

.faqimg {
    height: 50px;
    overflow: hidden;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
}

.header {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    justify-content: center;
    gap: 5%;
}

.feature {
    position: relative;
    margin-top: 5px;
    text-align: center;
}

.feature img {
    width: 98%;
    border-radius: 5px;
    object-fit: cover;
}

.feature .shortdesc h4 {
    margin: 0;
    padding: 2px 0 0;
}

.feature .shortdesc h5 {
    margin: 0;
    font-weight: normal;
    padding: 0 0 10px;
    font-size: 12px;
    color: #ccc;
}

.split img {
    width: 100%;
}

.splittitle {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.nomargin {
    margin: 0;
}

.fullscreen-video {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
    margin-top: -25px;
}

#events {
    max-width: 90%;
}

.eventbg {
    margin: 0;
    background: linear-gradient(47deg, #7d2547, #13050b);
    border-radius: 5px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 10px;
}

.otherbg {
    background: linear-gradient(47deg, #4b1958, #a71515);
}

.eventbg::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 5px;
    background: linear-gradient(90deg, #FFD700, #e25050, #FFD700);
    background-size: 200% 200%;
    z-index: -1;
    animation: borderGlow 3s linear infinite;
}

.eventbg a {
    display: block;
    max-width: 100%;
    background: #6d1384;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
}

.eventcontdesc {
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

@keyframes borderGlow {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 0%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.eventbg h6 {
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 5px;
}

.eventcontdesc small {
    font-size: 12px;
    padding-left: 5px
}

.eventconttips {
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: #dcf231;
}

:root {--overlay-bg: rgba(0, 0, 0, 0.65);--modal-bg: #fff;--accent: #e63946}

.blurred {filter: blur(8px) brightness(.9);pointer-events: none;user-select: none}

.age-modal-overlay {position: fixed;inset: 0;display: flex;align-items: center;justify-content: center;background: var(--overlay-bg);z-index: 9999}

.age-modal {width: clamp(300px, 60vw, 520px);background: var(--modal-bg);border-radius: 12px;padding: 22px;box-shadow: 0 10px 30px rgba(0, 0, 0, .35);text-align: center;transform: translateY(0);}

.age-modal h2 {margin: 0 0 8px;font-size: 1.25rem}

.age-modal p {margin: 0 0 18px;color: #333;line-height: 1.4}

.age-actions {display: flex;gap: 10px;justify-content: center}

.btn {padding: 10px 16px;border-radius: 8px;border: 0;font-weight: 600;cursor: pointer}

.btn-primary {background: var(--accent);color: #fff}

.btn-secondary {background: #f1f1f1;color: #222}

.age-note {font-size: .85rem;color: #666;margin-top: 12px}

#ageTitle {color: red}

#page-content p { padding-left: 10px; padding-right: 10px}

#page-content img {width: 95%; max-width: 500px; height: auto; text-align: center; margin: 0 auto; display: block; padding-bottom: 15px;}

.grid-table { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #ccc; font-size: 12px; background: black}

.grid-table > div { padding: 10px; border-bottom: 1px solid #eee; }

.grid-table > div:nth-child(3n) { border-right: none;}

.rem { font-weight: bold; color: greenyellow}