.content-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content-layout .site-header,
.content-layout .footer-box {
    flex-shrink: 0;
}

.content-page {
    width: 100%;
    flex: 1 1 auto;
    padding: 34px 60px 50px;
    background: #06050E;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    box-sizing: border-box;
}

.content-pc,
.content-inner,
.content-main {
    width: 100%;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}

.content-nav {
    display: none;
}

.content-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.content-breadcrumb-link {
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.content-breadcrumb-sep {
    color: #615975;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.content-breadcrumb-current {
    color: #FADC44;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.content-head {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.content-title {
    margin: 0;
    color: #F5F2FC;
    font-size: 32px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 38px;
}

.content-subtitle {
    margin: 0;
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.content-section-text--accent {
    color: #FADC44;
    font-weight: 700;
}

.content-card {
    width: 100%;
    padding: 28px 32px 34px;
    background: #0E0D17;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #2E293D;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    box-sizing: border-box;
}

.content-section {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.content-section-title {
    margin: 0;
    color: #F5F2FC;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 26px;
}

.content-section-text {
    margin: 0;
    align-self: stretch;
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.content-divider {
    align-self: stretch;
    height: 1px;
    background: #2E293D;
}

.content-updated {
    color: #948CA8;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
}

.content-card--faq {
    padding: 22px;
    gap: 0;
}

.content-faq-heading {
    margin: 0;
    color: #F5F2FC;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
}

.content-faq-item {
    align-self: stretch;
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.content-faq-q {
    color: #F5F2FC;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
}

.content-faq-a {
    margin: 0;
    align-self: stretch;
    color: #948CA8;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedback-page {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

body.is-feedback-page .content-page.feedback-page {
    padding: 36px 0;
    background: #0A0A0A;
    gap: 26px;
}

body.is-feedback-page.content-layout {
    background: #0A0A0A;
}

.feedback-shell {
    width: 1120px;
    max-width: calc(100% - 32px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 26px;
    box-sizing: border-box;
}

.feedback-pc {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}

body.is-feedback-page .feedback-pc .content-breadcrumb-link {
    color: #A3A3A3;
}

body.is-feedback-page .feedback-pc .content-breadcrumb-sep {
    color: #D4D4D4;
}

body.is-feedback-page .feedback-pc .content-breadcrumb-current {
    color: #FADC44;
}

body.is-feedback-page .feedback-pc .content-head {
    align-self: stretch;
    overflow: hidden;
}

body.is-feedback-page .feedback-pc .content-title {
    color: #F5F5F5;
    font-size: 32px;
    line-height: 38px;
}

body.is-feedback-page .feedback-pc .content-subtitle {
    color: #A3A3A3;
}

.feedback-nav {
    display: none;
}

.feedback-main {
    align-self: stretch;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    box-sizing: border-box;
}

.feedback-form {
    flex: 1 1 0;
    min-width: 0;
    padding: 22px;
    gap: 18px;
    overflow: visible;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.feedback-form-intro {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.feedback-form-title {
    margin: 0;
    color: #F5F5F5;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
}

.feedback-form-desc {
    margin: 0;
    color: #A3A3A3;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedback-field {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    overflow: visible;
}

.feedback-label {
    color: #F5F5F5;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedback-control {
    align-self: stretch;
    width: 100%;
    height: 50px;
    min-height: 50px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #F5F5F5;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    box-sizing: border-box;
    appearance: none;
}

.feedback-control:focus,
.feedback-control:focus-visible {
    border-color: rgba(250, 220, 68, 0.55);
    outline: none;
    outline-color: transparent;
}

.feedback-control--textarea {
    height: 120px;
    min-height: 120px;
    resize: vertical;
}

.feedback-control::placeholder {
    color: #A3A3A3;
}

.feedback-select {
    width: 100%;
    position: relative;
    z-index: 30;
}

.feedback-select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    height: 58px;
    min-height: 58px;
    text-align: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.feedback-select-value {
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #F5F5F5;
}

.feedback-select-value.is-placeholder {
    color: #A3A3A3;
}

.feedback-select-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0.72;
    filter: brightness(0) invert(1);
    transition: transform 0.18s ease;
}

.feedback-select.is-open .feedback-select-arrow {
    transform: rotate(180deg);
}

.feedback-select-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 40;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #181818;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
}

.feedback-select-menu[hidden] {
    display: none;
}

.feedback-select-option {
    min-height: 40px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #F5F5F5;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.feedback-select-option:hover,
.feedback-select-option:focus {
    background: rgba(250, 220, 68, 0.12);
    border: none;
}

.feedback-select-option.is-active {
    background: rgba(250, 220, 68, 0.18);
    color: #FADC44;
    font-weight: 700;
}

.feedback-upload-wrap {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.feedback-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.feedback-upload-list[hidden] {
    display: none;
}

.feedback-upload-item {
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    flex-shrink: 0;
}

.feedback-upload-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-upload-remove {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 22px;
    height: 22px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
}

.feedback-upload {
    align-self: stretch;
    min-height: 72px;
    height: 72px;
    padding: 18px 16px;
    position: relative;
    background: #181818;
    border-radius: 12px;
    border: 1px dashed rgba(245, 245, 245, 0.30);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

.feedback-upload.is-full {
    display: none;
}

.feedback-upload-input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    overflow: hidden;
}

.feedback-upload-placeholder {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.feedback-upload-plus {
    color: #FADC44;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 26px;
}

.feedback-upload-text {
    color: #A3A3A3;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedback-submit {
    width: 160px;
    height: 46px;
    padding: 0 28px;
    background: #FADC44;
    border: none;
    border-radius: 23px;
    color: #181818;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

.feedback-submit.is-loading,
.feedback-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.feedback-submit.is-loading {
    position: relative;
    padding-left: 40px;
}

.feedback-submit.is-loading::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border: 2px solid rgba(24, 24, 24, 0.25);
    border-top-color: #181818;
    border-radius: 50%;
    animation: feedback-spin 0.7s linear infinite;
}

@keyframes feedback-spin {
    to {
        transform: rotate(360deg);
    }
}

.feedback-aside {
    width: 320px;
    flex-shrink: 0;
    padding: 22px;
    gap: 18px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-sizing: border-box;
}

.feedback-aside-title {
    margin: 0;
    color: #F5F5F5;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 26px;
}

.feedback-aside-block {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    overflow: hidden;
}

.feedback-aside-label {
    color: #F5F5F5;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedback-aside-text {
    margin: 0;
    align-self: stretch;
    color: #A3A3A3;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
}

.feedback-aside-mail {
    color: inherit;
    text-decoration: none;
}

.feedback-aside-block--mail {
    gap: 0;
}

.feedback-aside-block--mail .feedback-aside-label,
.feedback-aside-block--mail .feedback-aside-text,
.feedback-aside-block--mail .feedback-aside-mail {
    color: #FADC44;
    font-size: 12px;
    font-family: "Noto Sans SC", PingFang SC, sans-serif;
    font-weight: 400;
    line-height: 18px;
}

.feedback-aside-block--mail .feedback-aside-label {
    display: inline;
}

.feedback-aside-block--mail .feedback-aside-label::after {
    content: "：";
}

.feedback-aside-block--mail .feedback-aside-text {
    display: inline;
}

@media (max-width: 767px) {
    .content-page {
        padding: 24px 16px 40px;
    }

    .content-card {
        padding: 24px 20px;
    }

    .content-title {
        font-size: 28px;
        line-height: 34px;
    }

    body.is-about-page,
    body.is-agreement-page,
    body.is-privacy-page,
    body.is-help-page,
    body.is-feedback-page {
        background: #07060D;
    }

    body.is-about-page .site-header,
    body.is-about-page .footer-box,
    body.is-about-page .floating-action,
    body.is-about-page .download-fab,
    body.is-agreement-page .site-header,
    body.is-agreement-page .footer-box,
    body.is-agreement-page .floating-action,
    body.is-agreement-page .download-fab,
    body.is-privacy-page .site-header,
    body.is-privacy-page .footer-box,
    body.is-privacy-page .floating-action,
    body.is-privacy-page .download-fab,
    body.is-help-page .site-header,
    body.is-help-page .footer-box,
    body.is-help-page .floating-action,
    body.is-help-page .download-fab,
    body.is-feedback-page .site-header,
    body.is-feedback-page .footer-box,
    body.is-feedback-page .floating-action,
    body.is-feedback-page .download-fab {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    body.is-about-page .content-layout,
    body.is-agreement-page .content-layout,
    body.is-privacy-page .content-layout,
    body.is-help-page .content-layout {
        min-height: 100vh;
        background: #07060D;
    }

    body.is-about-page .content-page,
    body.is-agreement-page .content-page,
    body.is-privacy-page .content-page,
    body.is-help-page .content-page {
        padding: 0;
        background: #07060D;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        min-height: 100vh;
    }

    body.is-about-page .content-pc,
    body.is-agreement-page .content-pc,
    body.is-privacy-page .content-pc,
    body.is-help-page .content-pc {
        display: none;
    }

    body.is-about-page .content-nav,
    body.is-agreement-page .content-nav,
    body.is-privacy-page .content-nav,
    body.is-help-page .content-nav {
        position: sticky;
        top: 0;
        z-index: 40;
        width: 100%;
        height: 48px;
        padding: 0 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        flex-shrink: 0;
        background: #07060D;
    }

    body.is-about-page .content-nav-back,
    body.is-agreement-page .content-nav-back,
    body.is-privacy-page .content-nav-back,
    body.is-help-page .content-nav-back {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    body.is-about-page .content-nav-back img,
    body.is-agreement-page .content-nav-back img,
    body.is-privacy-page .content-nav-back img,
    body.is-help-page .content-nav-back img {
        width: 24px;
        height: 24px;
        display: block;
    }

    body.is-about-page .content-nav-title,
    body.is-agreement-page .content-nav-title,
    body.is-privacy-page .content-nav-title,
    body.is-help-page .content-nav-title {
        margin: 0;
        flex: 1 1 0;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FAF7FF;
        font-size: 18px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 24px;
    }

    body.is-about-page .content-nav-spacer,
    body.is-agreement-page .content-nav-spacer,
    body.is-privacy-page .content-nav-spacer,
    body.is-help-page .content-nav-spacer {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    body.is-about-page .content-main,
    body.is-agreement-page .content-main,
    body.is-privacy-page .content-main,
    body.is-help-page .content-main {
        width: calc(100% - 32px);
        max-width: 343px;
        margin: 0 auto;
        padding: 16px 0;
        align-items: stretch;
        gap: 12px;
        box-sizing: border-box;
    }

    body.is-about-page .about-article {
        display: contents;
    }

    body.is-about-page .content-section {
        width: 100%;
        padding: 14px 16px;
        background: #13111C;
        border-radius: 16px;
        overflow: hidden;
        gap: 8px;
        box-sizing: border-box;
    }

    body.is-about-page .content-divider {
        display: none;
    }

    body.is-about-page .content-section-title {
        color: #FAF7FF;
        font-size: 16px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 22px;
    }

    body.is-about-page .content-section-text {
        color: #9E94AD;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        line-height: 18px;
    }

    body.is-about-page .content-section-text--accent {
        color: #FADC44;
        font-weight: 700;
    }

    body.is-about-page .content-updated,
    body.is-agreement-page .content-updated,
    body.is-privacy-page .content-updated {
        width: 100%;
        color: #9E94AD;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    body.is-agreement-page .legal-article,
    body.is-privacy-page .legal-article {
        width: 100%;
        padding: 14px 16px;
        background: #13111C;
        border-radius: 16px;
        border: none;
        overflow: hidden;
        gap: 10px;
        box-sizing: border-box;
    }

    body.is-agreement-page .content-divider,
    body.is-privacy-page .content-divider {
        display: none;
    }

    body.is-agreement-page .content-section,
    body.is-privacy-page .content-section {
        gap: 6px;
    }

    body.is-agreement-page .content-section-title,
    body.is-privacy-page .content-section-title {
        width: 100%;
        color: #FAF7FF;
        font-size: 14px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 20px;
    }

    body.is-agreement-page .content-section-text,
    body.is-privacy-page .content-section-text {
        color: #9E94AD;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        line-height: 18px;
    }

    body.is-help-page .help-article {
        display: contents;
        padding: 0;
        background: transparent;
        border: none;
        overflow: visible;
    }

    body.is-help-page .content-faq-heading {
        width: 100%;
        color: #FAF7FF;
        font-size: 16px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 22px;
    }

    body.is-help-page .content-faq-item {
        width: 100%;
        padding: 14px 16px;
        background: #13111C;
        border-radius: 16px;
        overflow: hidden;
        gap: 8px;
        box-sizing: border-box;
    }

    body.is-help-page .content-faq-q {
        color: #FADC44;
        font-size: 14px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 20px;
    }

    body.is-help-page .content-faq-a {
        color: #9E94AD;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        line-height: 18px;
    }

    body.is-feedback-page,
    body.is-feedback-page.content-layout {
        background: #0A0A0A;
        padding-bottom: 0;
        min-height: 100vh;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
    }

    body.is-feedback-page .content-page.feedback-page {
        padding: 0;
        background: #0A0A0A;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        min-height: 100vh;
        height: auto;
        overflow: visible;
        flex: 1 1 auto;
    }

    body.is-feedback-page .feedback-shell {
        width: 100%;
        max-width: none;
        padding: 0;
        gap: 0;
        align-items: stretch;
        box-sizing: border-box;
        overflow: visible;
        flex: 1 1 auto;
        min-height: 0;
    }

    body.is-feedback-page .feedback-pc {
        display: none;
    }

    body.is-feedback-page .feedback-nav {
        position: sticky;
        top: 0;
        z-index: 40;
        width: 100%;
        height: 48px;
        padding: 0 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        flex-shrink: 0;
        background: #181818;
        overflow: hidden;
    }

    body.is-feedback-page .feedback-nav-back {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    body.is-feedback-page .feedback-nav-back img {
        width: 24px;
        height: 24px;
        display: block;
        opacity: 1;
        filter: brightness(0) invert(1);
    }

    body.is-feedback-page .feedback-nav-title {
        margin: 0;
        flex: 1 1 0;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #F5F5F5;
        font-size: 18px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 24px;
        overflow: hidden;
    }

    body.is-feedback-page .feedback-nav-spacer {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    body.is-feedback-page .feedback-main {
        width: 343px;
        max-width: calc(100% - 32px);
        margin: 0 auto;
        padding: 16px 0 calc(24px + env(safe-area-inset-bottom, 0px));
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        gap: 12px;
        box-sizing: border-box;
        overflow: visible;
        border: none;
    }

    body.is-feedback-page .feedback-form,
    body.is-feedback-page .feedback-aside {
        position: relative;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 auto;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 16px;
        border: none;
        box-sizing: border-box;
    }

    body.is-feedback-page .feedback-form {
        order: 1;
        padding: 14px 16px;
        gap: 12px;
        overflow: visible;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        height: auto;
        min-height: auto;
    }

    body.is-feedback-page .feedback-form-intro,
    body.is-feedback-page .feedback-field {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        align-self: stretch;
        width: 100%;
        gap: 8px;
        overflow: visible;
    }

    body.is-feedback-page .feedback-form-title {
        margin: 0;
        color: #fff;
        font-size: 16px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 22px;
    }

    body.is-feedback-page .feedback-form-desc {
        width: 100%;
        margin: 0;
        color: rgba(255, 255, 255, 0.60);
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-label {
        color: #fff;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-control {
        align-self: stretch;
        width: 100%;
        min-height: 44px;
        height: 44px;
        padding: 0 12px;
        background: rgba(255, 255, 255, 0.05);
        border: none;
        border-radius: 12px;
        color: rgba(255, 255, 255, 0.95);
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-select {
        align-self: stretch;
        width: 100%;
        position: relative;
        z-index: 2;
    }

    body.is-feedback-page .feedback-select-trigger {
        min-height: 44px;
        height: 44px;
        align-items: center;
    }

    body.is-feedback-page .feedback-control:focus,
    body.is-feedback-page .feedback-control:focus-visible {
        border: 1px solid rgba(250, 220, 68, 0.45);
        outline: none;
        outline-color: transparent;
    }

    body.is-feedback-page .feedback-control--textarea {
        height: 72px;
        min-height: 72px;
        padding: 12px;
        resize: none;
    }

    body.is-feedback-page .feedback-control::placeholder,
    body.is-feedback-page .feedback-select-value.is-placeholder {
        color: rgba(255, 255, 255, 0.60);
    }

    body.is-feedback-page .feedback-select-value {
        color: rgba(255, 255, 255, 0.95);
        font-size: 12px;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-select-arrow {
        filter: brightness(0) invert(1);
        opacity: 0.55;
    }

    body.is-feedback-page .feedback-select-menu {
        background: #181818;
        border: 1px solid rgba(255, 255, 255, 0.10);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
    }

    body.is-feedback-page .feedback-select-option {
        color: rgba(255, 255, 255, 0.90);
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-select-option:hover,
    body.is-feedback-page .feedback-select-option:focus {
        background: rgba(250, 220, 68, 0.12);
        border: none;
    }

    body.is-feedback-page .feedback-select-option.is-active {
        background: rgba(250, 220, 68, 0.18);
        color: #FADC44;
        font-weight: 700;
    }

    body.is-feedback-page .feedback-upload-wrap {
        align-self: stretch;
        width: 100%;
        gap: 8px;
        overflow: visible;
    }

    body.is-feedback-page .feedback-upload-list {
        gap: 8px;
    }

    body.is-feedback-page .feedback-upload-item {
        width: 56px;
        height: 56px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.05);
    }

    body.is-feedback-page .feedback-upload-remove {
        width: 18px;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        top: 2px;
        right: 2px;
    }

    body.is-feedback-page .feedback-upload {
        align-self: stretch;
        width: 100%;
        min-height: 46px;
        height: 46px;
        padding: 0 0 0 12px;
        background: rgba(255, 255, 255, 0.05);
        border: none;
        border-radius: 12px;
        align-items: center;
        gap: 8px;
        overflow: hidden;
    }

    body.is-feedback-page .feedback-upload-placeholder {
        align-items: center;
        gap: 8px;
    }

    body.is-feedback-page .feedback-upload-plus {
        color: #FADC44;
        font-size: 18px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 24px;
    }

    body.is-feedback-page .feedback-upload-text {
        color: rgba(255, 255, 255, 0.60);
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-submit {
        align-self: stretch;
        width: 100%;
        height: 46px;
        padding: 0;
        border-radius: 12px;
        background: #FADC44;
        color: #000;
        font-size: 14px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 20px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        flex-shrink: 0;
    }

    body.is-feedback-page .feedback-submit.is-loading {
        padding-left: 28px;
    }

    body.is-feedback-page .feedback-submit.is-loading::before {
        left: 50%;
        margin-left: -48px;
        border-color: rgba(0, 0, 0, 0.25);
        border-top-color: #000;
    }

    body.is-feedback-page .feedback-aside {
        order: 2;
        flex: 0 0 auto;
        min-height: 0;
        height: auto;
        padding: 12px 16px;
        gap: 5px;
        overflow: visible;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        max-width: 100%;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 16px;
        border: none;
    }

    body.is-feedback-page .feedback-aside-title {
        margin: 0;
        color: #fff;
        font-size: 14px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 20px;
    }

    body.is-feedback-page .feedback-aside-block {
        display: block;
        width: 100%;
        gap: 0;
        overflow: visible;
    }

    body.is-feedback-page .feedback-aside-label {
        display: inline;
        color: rgba(255, 255, 255, 0.60);
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-aside-label::after {
        content: "：";
    }

    body.is-feedback-page .feedback-aside-text {
        display: inline;
        width: auto;
        margin: 0;
        color: rgba(255, 255, 255, 0.60);
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }

    body.is-feedback-page .feedback-aside-block--mail .feedback-aside-label,
    body.is-feedback-page .feedback-aside-block--mail .feedback-aside-text,
    body.is-feedback-page .feedback-aside-mail {
        color: #FADC44;
        font-size: 12px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 400;
        line-height: 18px;
    }
}

/* legal updated sits inside the card on both PC and H5 */

/* richtext dynamic content */
body.is-richtext-page {
    background: #0A0A0A;
}

body.is-richtext-page .content-layout {
    background: #0A0A0A;
}

body.is-richtext-page .content-page.richtext-page {
    padding: 36px 0;
    background: #0A0A0A;
    gap: 28px;
}

body.is-richtext-page .content-pc,
body.is-richtext-page .content-main {
    width: 964px;
    max-width: calc(100% - 32px);
    gap: 28px;
}

body.is-richtext-page .content-breadcrumb-link {
    color: #A3A3A3;
}

body.is-richtext-page .content-breadcrumb-sep {
    color: #D4D4D4;
}

body.is-richtext-page .content-breadcrumb-current {
    color: #FADC44;
}

body.is-richtext-page .content-title {
    color: #F5F5F5;
    font-size: 32px;
    line-height: 38px;
}

body.is-richtext-page .content-subtitle {
    color: #A3A3A3;
}

.richtext-article {
    gap: 28px;
    padding: 28px 32px 34px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    box-sizing: border-box;
}

.richtext-body {
    align-self: stretch;
    color: #A3A3A3;
    font-size: 14px;
    font-family: PingFang SC, "Noto Sans SC", sans-serif;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    overflow-wrap: anywhere;
}

.richtext-body h1,
.richtext-body h2,
.richtext-body h3,
.richtext-body h4 {
    margin: 0 0 14px;
    color: #F5F5F5;
    font-weight: 400;
    line-height: 1.4;
}

.richtext-body h1 { font-size: 22px; line-height: 28px; }
.richtext-body h2 { font-size: 20px; line-height: 26px; }
.richtext-body h3 { font-size: 16px; line-height: 22px; }

.richtext-body p {
    margin: 0 0 14px;
}

.richtext-body p:last-child {
    margin-bottom: 0;
}

.richtext-body hr {
    margin: 28px 0;
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
}

.richtext-body ul,
.richtext-body ol {
    margin: 0 0 14px;
    padding-left: 1.25em;
}

.richtext-body a {
    color: #FADC44;
    text-decoration: none;
}

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

.richtext-body table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 14px;
}

.richtext-body th,
.richtext-body td {
    border: 1px solid rgba(255, 255, 255, 0.10);
    padding: 8px 10px;
}

.richtext-body strong,
.richtext-body b {
    color: #F5F5F5;
    font-weight: 700;
}

@media (max-width: 767px) {
    body.is-richtext-page {
        background: #0A0A0A;
        padding-bottom: 0;
    }

    body.is-richtext-page .site-header,
    body.is-richtext-page .footer-box,
    body.is-richtext-page .floating-action,
    body.is-richtext-page .download-fab {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    body.is-richtext-page .content-layout {
        min-height: 100vh;
        background: #0A0A0A;
    }

    body.is-richtext-page .content-page.richtext-page {
        padding: 0;
        background: #0A0A0A;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        min-height: 100vh;
    }

    body.is-richtext-page .content-pc {
        display: none;
    }

    body.is-richtext-page .content-nav {
        position: sticky;
        top: 0;
        z-index: 40;
        width: 100%;
        height: 48px;
        padding: 0 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        flex-shrink: 0;
        background: #181818;
        overflow: hidden;
    }

    body.is-richtext-page .content-nav-back {
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    body.is-richtext-page .content-nav-back img {
        width: 24px;
        height: 24px;
        display: block;
        filter: brightness(0) invert(1);
        opacity: 0.85;
    }

    body.is-richtext-page .content-nav-title {
        margin: 0;
        flex: 1 1 0;
        height: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #F5F5F5;
        font-size: 18px;
        font-family: "Noto Sans SC", PingFang SC, sans-serif;
        font-weight: 700;
        line-height: 24px;
        overflow: hidden;
    }

    body.is-richtext-page .content-nav-spacer {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    body.is-richtext-page .content-main {
        display: flex;
        width: calc(100% - 32px);
        max-width: 343px;
        margin: 0 auto;
        padding: 16px 0;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        box-sizing: border-box;
    }

    body.is-richtext-page .richtext-article {
        padding: 16px;
        gap: 16px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.05);
    }

    body.is-richtext-page .richtext-body {
        font-size: 13px;
        line-height: 20px;
    }

    body.is-richtext-page .richtext-body h1 { font-size: 18px; line-height: 24px; }
    body.is-richtext-page .richtext-body h2 { font-size: 16px; line-height: 22px; }
    body.is-richtext-page .richtext-body h3 { font-size: 14px; line-height: 20px; }

    body.is-richtext-page .richtext-body hr {
        margin: 16px 0;
    }
}
