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

html,
body {
    height: 100%;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background: #0a1220;
    color: #fff;
}

.menu-page {
    min-height: 100vh;
    background: #0a1220 url("/Public/img/common/bg.jpg") center top / 100% auto no-repeat;
    padding: 12px 14px 50px;
    padding-top: max(12px, env(safe-area-inset-top));
    padding-bottom: max(50px, env(safe-area-inset-bottom));
    position: relative;
}

.bg {
    background-image: url("/Public/img/common/bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.new_page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #fff;
}

.new_header {
    z-index: 1;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    padding-top: 5px;
}

.header_left {
    width: 40px;
    height: 24px;
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.left_image {
    width: 24px;
    height: 14px;
    display: block;
}

.header_center {
    flex: 1;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0;
}

.header_right {
    width: 40px;
    margin-left: 15px;
    margin-right: 12px;
    position: relative;
}

.header_hidden {
    visibility: hidden;
}

.new_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding: 10px 0 0;
}

.content {
    padding: 0 15px;
}

.content-card {
    background: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.t-line {
    height: 4px;
    width: 60px;
    background: #4aa2ff;
    border-radius: 3px;
    margin: 10px 0;
}

.t-text {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.c_bottom {
    margin-top: 16px;
    padding: 0 15px 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.menu-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 18, 32, 0.1) 0%, rgba(10, 18, 32, 0.55) 100%);
    z-index: 0;
}

.menu-header {
    display: flex;
    align-items: center;
    min-height: 50px;
    position: relative;
    z-index: 1;
}

.menu-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 28px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-decoration: none;
    position: relative;
}

.menu-back-icon {
    width: 18px;
    height: 12px;
    display: none;
}

.menu-back::before {
    content: "";
    width: 18px;
    height: 12px;
    display: block;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAYCAYAAACIhL/AAAAAAXNSR0IArs4c6QAAAZxJREFUWEfVlz0zA1EUhp83vgoUaDCioUh+BaUZhUKr8d+UzPgLZvwHCmaMr2hQiEJiHHPiLmutmdiPZKXaTO6e++S955z7HpH4mNk4MAtMAmOAkmsK/m5AF3gGHiW9xON/bm5m/jwPTAEPwJOkTsEwqeHMbCLs68K0gTtJDv6hToCrA6/hx7dBgKWcnvMsAiPAlUNGgAtATdLNMMBSQB3SJLUU5F0GziJZhw1pZjVgBbh0QFevI+l+2GDx/c1szovUAZ3Uz3sgBdGvCKGb1B2wIem03xfT1pnZGnAu6TpPnJRcbDhgU9JJ1sBmtg3sARuSjrLG+eWPN3MBxuB2JB0UCRfaX3bAsuFyAZrZFrAPXADH/SgnabefdYlKzqagmW0Ch5UFDPJHxVFK/uU64ugYys7DXof5D22miEa9Hu7yUhp1Va8694hLfsRuUrtVNgtOWjW75T51tWe3Qjm7QUTS7V+baRnrzezLsKZY/tawjGswqp5yo98sfwzSzatPcz40tZMTVhlqhb19kpwO0+TPoSlx/3lOzlRl7HwHI5n+Bdn1IWYAAAAASUVORK5CYII=") center / contain no-repeat;
}

.menu-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 600;
}

.menu-body {
    position: relative;
    z-index: 1;
    margin-top: 18px;
}

.menu-card {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 20px 16px;
}

.menu-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.menu-card-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.team-level-page .menu-body {
    margin-top: 14px;
}

.level-card {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 16px 14px;
    margin-bottom: 16px;
}

.top-card {
    margin-bottom: 18px;
}

.level-card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.level-card-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.level-card-value {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.level-tip {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    margin-bottom: 12px;
}

.manager-rule-body {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

.manager-rule-body p {
    margin: 0 0 8px;
}

.manager-rule-note {
    margin-top: -6px;
}

.my-invest-page .invest-item {
    padding: 0;
}

.my-invest-page .invest-item + .invest-item {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.my-invest-page .invest-item .detail-row {
    border-bottom: none;
    padding: 10px 6px;
}

.my-invest-page .invest-item .detail-row + .detail-row {
    padding-top: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.my-invest-page .account-detail-card {
    margin-bottom: 8px;
}

.be-vip-page .vip-row {
    border-bottom: none;
    padding-bottom: 6px;
}

.be-vip-page .vip-desc {
    padding-top: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
}

.be-vip-page .vip-title {
    font-weight: 600;
    color: #fff;
}

.be-vip-page .vip-require {
    margin-top: 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.be-vip-page .vip-action {
    margin-left: auto;
}

.be-vip-page .vip-desc-text {
    width: 100%;
    line-height: 1.6;
}

.level-actions {
    display: flex;
    gap: 10px;
}

.level-action {
    flex: 1;
    text-align: center;
    padding: 8px 10px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.level-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.level-right {
    text-align: right;
}

.level-footer {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.be-manager-page .menu-body {
    margin-top: 16px;
}

.rule-card {
    background: #fff;
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.rule-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eef2f5;
}

.rule-item:last-child {
    border-bottom: none;
}

.rule-bar {
    width: 40px;
    height: 4px;
    border-radius: 3px;
    background: #4ea0ff;
    margin-top: 8px;
    flex: 0 0 auto;
}

.rule-item p {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
}

.rule-note {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.rule-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rule-title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

.manager-level-page .menu-body {
    margin-top: 8px;
}

.medal-wrap {
    display: flex;
    justify-content: center;
    margin: 10px 0 14px;
}

.medal {
    width: 150px;
    height: 130px;
    background: linear-gradient(180deg, #d9d3c1 0%, #9a927f 100%);
    clip-path: polygon(25% 6%, 75% 6%, 95% 50%, 75% 94%, 25% 94%, 5% 50%);
    position: relative;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.medal::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #f4f1e5 0%, #d6d1bf 55%, #b1aa97 100%);
}
.medal::after {
    content: "";
    position: absolute;
    inset: 8px;
    clip-path: inherit;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
}

.manager-summary {
    background: rgba(0, 0, 0, 0.35);
}

.manager-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.manager-row:first-child {
    padding-top: 0;
}

.manager-row:last-of-type {
    border-bottom: none;
}

.manager-status {
    color: #f6b352;
    font-weight: 600;
}

.manager-actions {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.manager-btn {
    flex: 1;
    text-align: center;
    padding: 8px 10px;
    border-radius: 18px;
    background: rgba(50, 220, 225, 0.18);
    border: 1px solid rgba(120, 255, 255, 0.5);
    color: #bdfcff;
    text-decoration: none;
    font-size: 13px;
    box-shadow: inset 0 0 10px rgba(120, 255, 255, 0.4);
}

.recharge-page .menu-body {
    margin-top: 8px;
}

.menu-note-icon {
    position: absolute;
    right: 10px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 18px;
}

.recharge-balance {
    text-align: center;
    margin: 6px 0 12px;
}

.balance-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.balance-switch {
    font-size: 16px;
    color: #9ad3ff;
}

.balance-value {
    font-size: 32px;
    font-weight: 600;
    margin-top: 6px;
}

.recharge-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.tab-item {
    padding: 6px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tab-item.active {
    background: #6aa9ff;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 14px rgba(106, 169, 255, 0.35);
}

.recharge-field {
    margin: 10px 0;
}

.field-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 6px;
}

.field-input {
    height: 44px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    padding: 0 14px;
    width: 100%;
    outline: none;
}

.recharge-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

.recharge-upload {
    margin: 10px 0 12px;
}

.upload-box {
    width: 86px;
    height: 86px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.5);
}

.upload-card {
    position: relative;
    margin-top: 8px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
}

.upload-card-dashed {
    border: 1.5px dashed rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.04);
}

.upload-card .file-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-btn {
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(180deg, #7bb6ff 0%, #5a90e8 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(90, 144, 232, 0.35);
}

.upload-thumb {
    width: 100%;
    height: 140px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.upload-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
}

.upload-placeholder {
    position: absolute;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 0 10px;
}

.realname-mask {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.realname-mask.show {
    display: flex;
}

.realname-mask-card {
    width: min(92vw, 420px);
    background: rgba(18, 26, 36, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 18px 16px;
    color: #fff;
    text-align: center;
}

.realname-mask-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.realname-mask-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 14px;
}

.realname-mask-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.realname-mask-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 8px;
}

.realname-mask-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 6px;
}

.realname-mask-img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.25);
}

.realname-done-card {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 16px 14px;
}

.realname-done-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.realname-done-row {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 6px;
}

.realname-done-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.realname-done-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 8px;
}

.realname-done-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 6px;
}

.realname-done-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.25);
}

.recharge-tip {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    margin: 12px 0 18px;
}

.recharge-record-btn {
    margin-top: 12px;
    height: 44px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.recharge-submit {
    height: 46px;
    border-radius: 24px;
    background: linear-gradient(180deg, #7bb6ff 0%, #5a90e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 8px 16px rgba(90, 144, 232, 0.35);
    width: 100%;
    box-sizing: border-box;
}

.bank-bind-page .menu-body {
    margin-top: 10px;
}

.bind-form {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 16px 14px;
}

.bind-field {
    margin-bottom: 12px;
}

.bind-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 6px;
}

.bind-input {
    width: 100%;
    height: 42px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    padding: 0 12px;
    outline: none;
}

.bind-input::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.bind-tip {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
}

.bind-submit {
    margin-top: 18px;
    height: 46px;
    border-radius: 24px;
    background: linear-gradient(180deg, #7bb6ff 0%, #5a90e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 8px 16px rgba(90, 144, 232, 0.35);
    width: 100%;
    box-sizing: border-box;
}

.yuebao-page .menu-body {
    margin-top: 8px;
}

.yuebao-summary {
    background: #4d9bff;
    border-radius: 14px;
    padding: 16px 14px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    text-align: center;
    color: #fff;
}

.yuebao-summary .summary-item {
    padding: 6px 0;
}

.summary-label {
    font-size: 12px;
    opacity: 0.9;
}

.summary-value {
    font-size: 20px;
    font-weight: 600;
    margin-top: 6px;
}

.yuebao-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 16px 0 18px;
}

.yuebao-input .field-input {
    width: 100%;
    box-sizing: border-box;
}

.yuebao-btns {
    display: flex;
    gap: 12px;
}

.yuebao-btn {
    flex: 1;
    height: 44px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.yuebao-btn-blue {
    background: linear-gradient(180deg, #77b7ff 0%, #4f8fe6 100%);
}

.yuebao-btn-gold {
    background: linear-gradient(180deg, #f6c063 0%, #e49a31 100%);
}

.yuebao-rule {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    font-size: 13px;
}

.yuebao-rule .rule-title {
    font-weight: 600;
    margin-bottom: 8px;
}

.yuebao-detail {
    margin: 22px auto 0;
    width: 70%;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(120, 255, 255, 0.35);
    color: #c9f7ff;
    box-shadow: inset 0 0 10px rgba(120, 255, 255, 0.35);
}

.transfer-page .menu-body {
    margin-top: 8px;
}

.transfer-balance {
    text-align: center;
    margin: 6px 0 14px;
}

.transfer-field {
    margin-bottom: 14px;
}

.transfer-input {
    height: 44px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    color: rgba(255, 255, 255, 0.6);
}

.placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.transfer-all {
    color: #fff;
    font-size: 13px;
}

.transfer-submit {
    margin-top: 10px;
    height: 46px;
    border-radius: 24px;
    background: linear-gradient(180deg, #7bb6ff 0%, #5a90e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 8px 16px rgba(90, 144, 232, 0.35);
}

.withdraw-form .transfer-submit[type="submit"],
.transfer-form .transfer-submit[type="submit"] {
    width: 100%;
    box-sizing: border-box;
}

.invite-page .menu-body {
    margin-top: 6px;
}

.invite-card {
    position: relative;
    padding: 22px 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
}

.invite-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 12px;
}

.invite-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 4px;
}

.invite-code {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.invite-copy {
    display: inline-block;
    padding: 6px 24px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f6c063 0%, #e49a31 100%);
    color: #fff;
    font-size: 14px;
    margin-bottom: 16px;
}

.invite-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.qr-box {
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-sizing: border-box;
}

.qr-box::before {
    content: none;
}

.qr-text {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.invite-submit {
    margin-top: 18px;
    height: 46px;
    border-radius: 24px;
    background: linear-gradient(180deg, #7bb6ff 0%, #5a90e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 8px 16px rgba(90, 144, 232, 0.35);
    width: 100%;
    box-sizing: border-box;
}

.my-team-page .menu-body {
    margin-top: 8px;
}

.team-card {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 14px 12px;
}

.team-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.team-row:last-child {
    border-bottom: none;
}

.team-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}

.team-value {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.team-search {
    display: flex;
    gap: 10px;
    margin: 14px 0 10px;
}

.search-box {
    flex: 1;
    height: 40px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    color: rgba(255, 255, 255, 0.6);
}

.search-icon {
    font-size: 14px;
}

.search-box input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
}

.search-box input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-btn {
    width: 70px;
    height: 40px;
    border-radius: 20px;
    background: linear-gradient(180deg, #7bb6ff 0%, #5a90e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.team-tabs {
    display: flex;
    gap: 10px;
}

.team-tab {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.team-tab.active {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.45);
}

.account-detail-page .menu-body {
    margin-top: 8px;
}

.account-top-card {
    background: linear-gradient(180deg, #f6c063 0%, #e49a31 100%);
    border-radius: 14px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-bottom: 14px;
}

.account-top-label {
    font-size: 14px;
    opacity: 0.95;
}

.account-top-value {
    font-size: 26px;
    font-weight: 700;
    margin-top: 6px;
    text-align: center;
}

.account-top-divider {
    width: 1px;
    height: 46px;
    background: rgba(255, 255, 255, 0.5);
}

.account-detail-card {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 6px 12px;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-link {
    color: rgba(255, 255, 255, 0.85);
}

.trade-detail-page .menu-body {
    margin-top: 8px;
}

.trade-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.trade-item {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 4px 8px;
}

.trade-detail-page .detail-row {
    border-bottom: none;
    padding: 10px 6px;
}

.trade-detail-page .detail-row + .detail-row {
    padding-top: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.trade-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}

.trade-more {
    display: block;
    margin-top: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 13px;
}

.pagination-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.trade-tab {
    padding: 8px 16px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.trade-tab.active {
    background: #6aa9ff;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 14px rgba(106, 169, 255, 0.35);
}

.trade-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    padding: 8px 14px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 13px;
}

.menu-page .pagination-wrap {
    margin-top: 14px;
    text-align: center;
}

.menu-page .pagination-wrap ul {
    list-style: none;
    display: inline-flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-page .pagination-wrap li {
    display: inline-flex;
}

.menu-page .pagination-wrap a,
.menu-page .pagination-wrap span {
    display: inline-flex;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    text-decoration: none;
}

.menu-page .pagination-wrap .current {
    background: #6aa9ff;
    color: #fff;
    border-color: transparent;
}

.empty-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    color: rgba(255, 255, 255, 0.6);
}

.empty-icon {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 12px;
}

.empty-text {
    font-size: 14px;
}

.my-invest-page .menu-body {
    margin-top: 10px;
    text-align: center;
}

.invest-total {
    margin: 16px 0 10px;
    text-align: center;
}

.invest-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.invest-value {
    font-size: 26px;
    font-weight: 700;
    margin-top: 6px;
}

.coupon-page .menu-body {
    margin-top: 8px;
}

.coupon-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 28px;
}

.coupon-tab {
    padding: 8px 16px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

.coupon-tab.active {
    background: #6aa9ff;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 14px rgba(106, 169, 255, 0.35);
}

.risk-fund-page .menu-body {
    margin-top: 8px;
}

.risk-card {
    position: relative;
    border-radius: 16px;
    padding: 18px 16px;
    background: linear-gradient(135deg, #3aa3ff 0%, #5b63ff 100%);
    color: #fff;
    margin-bottom: 16px;
    overflow: hidden;
}

.risk-amount {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
}

.risk-title {
    font-size: 16px;
    font-weight: 600;
}

.risk-subtitle {
    font-size: 14px;
    opacity: 0.9;
    margin-top: 4px;
}

.risk-icon {
    position: absolute;
    right: 16px;
    top: 18px;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.15);
}

.risk-tabs {
    display: flex;
    gap: 20px;
    margin: 6px 0 12px;
}

.risk-tab {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    padding-bottom: 8px;
}

.risk-tab.active {
    color: #6aa9ff;
    font-weight: 600;
}

.risk-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 2px;
    background: #6aa9ff;
    border-radius: 2px;
}

.risk-list {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 10px 12px;
    margin-bottom: 16px;
}

.risk-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.risk-item:last-child {
    border-bottom: none;
}

.risk-time {
    margin-top: 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.risk-rule-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.risk-rule p {
    margin: 0 0 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

.rate-page .menu-body {
    margin-top: 20px;
    text-align: center;
}

.rate-box {
    margin-top: 60px;
}

.rate-title {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

.rate-value {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.equity-page .menu-body {
    margin-top: 12px;
    text-align: center;
}

.equity-total {
    margin: 18px 0 14px;
}

.equity-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.equity-value {
    font-size: 30px;
    font-weight: 700;
    margin-top: 6px;
}

.equity-item {
    margin: 18px auto 10px;
    max-width: 320px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.equity-title {
    font-size: 14px;
    color: #fff;
    margin-bottom: 4px;
}

.equity-time {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.equity-num {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.equity-more {
    margin-top: 16px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
}

.equity-more::before,
.equity-more::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.equity-more::before {
    right: 60%;
}

.equity-more::after {
    left: 60%;
}

.policy-equity-page {
    background: #0a1220 url("../img/policy/bg.jpg") center top / cover no-repeat;
}

.policy-body {
    margin-top: 200px;
    padding: 0 6px;
}

.policy-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.policy-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(16, 29, 41, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.policy-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(72, 154, 214, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.policy-icon img {
    width: 24px;
    height: 24px;
}

.policy-text {
    flex: 1;
}

.policy-item-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.policy-item-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.policy-arrow {
    width: 14px;
    height: 14px;
    opacity: 0.9;
}

.equity-sign-page {
    background: #0a1220 url("../img/policy/sign-bg.jpg") center top / cover no-repeat;
}

.equity-dividend-page {
    background: #0a1220 url("../img/policy/sign-bg.jpg") center top / cover no-repeat;
}

.equity-reward-page {
    background: #0a1220 url("../img/policy/sign-bg.jpg") center top / cover no-repeat;
}

.mutual-help-page {
    background: #0a1220 url("../img/policy/sign-bg.jpg") center top / cover no-repeat;
}

.public-sign-page {
    background: #0a1220 url("../img/policy/sign-bg.jpg") center top / cover no-repeat;
}

.mutual-body {
    margin-top: 10px;
}

.mutual-card {
    background: linear-gradient(180deg, #2f7ad3 0%, #2f5ea9 100%);
    border-radius: 18px;
    padding: 16px;
    position: relative;
    min-height: 140px;
    color: #fff;
}

.mutual-card-text {
    font-size: 13px;
    line-height: 1.6;
    padding-right: 80px;
}

.mutual-building {
    position: absolute;
    right: 10px;
    bottom: 18px;
    width: 70px;
    height: 70px;
    opacity: 0.85;
}

.mutual-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(23, 68, 114, 0.9);
    padding: 6px 16px;
    border-radius: 0 18px 0 18px;
    font-size: 13px;
    font-weight: 600;
}

.mutual-list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mutual-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(16, 29, 41, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    color: #fff;
}

.mutual-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(90, 168, 220, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #e7f5ff;
    flex: 0 0 auto;
}

.mutual-icon-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 auto;
}

.mutual-info {
    flex: 1;
}

.mutual-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.mutual-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

.mutual-arrow {
    width: 14px;
    height: 14px;
    opacity: 0.9;
}

.content-page .menu-body {
    margin-top: 12px;
}

.content-card {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 16px;
}

.content-body {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
}

.content-note {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.reward-body {
    margin-top: 14px;
}

.reward-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 16px;
    color: #1a1a1a;
    line-height: 1.6;
    font-size: 13px;
}

.reward-card p {
    margin: 0;
}

.reward-line {
    display: block;
    width: 60px;
    height: 4px;
    background: #4aa2ff;
    border-radius: 3px;
    margin: 10px 0;
}

.reward-note {
    margin-top: 14px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
    text-align: center;
}

.equity-release-page {
    background: #0a1220 url("../img/policy/sign-bg.jpg") center top / cover no-repeat;
}

.release-body {
    margin-top: 8px;
}

.release-summary {
    text-align: center;
    margin-bottom: 16px;
}

.release-summary-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.release-summary-value {
    font-size: 26px;
    font-weight: 700;
    margin-top: 4px;
}

.release-panel {
    background: rgba(16, 29, 41, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 16px;
}

.release-panel-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
}

.release-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.release-amount-label {
    font-size: 13px;
}

.release-amount-control {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(16, 29, 41, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 6px 10px;
}

.release-amount-control .amount-input {
    width: 60px;
    height: 28px;
    border-radius: 8px;
    border: none;
    background: transparent;
    color: #fff;
    text-align: center;
}

.release-amount-control .amount-btn {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.release-rules {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-top: 8px;
}

.release-rules .rules-title {
    margin-bottom: 6px;
}

.release-note {
    margin-top: 12px;
    color: #d39b4c;
    font-size: 12px;
    line-height: 1.6;
}

.release-footer {
    margin-top: 14px;
}

.release-footer .confirm-btn {
    width: 100%;
    height: 44px;
    border-radius: 22px;
    border: none;
    background: linear-gradient(180deg, #9ad0f2 0%, #479ce7 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 6px 16px rgba(60, 151, 230, 0.35);
}

.sign-body {
    margin-top: 40px;
    text-align: center;
}

.sign-hero {
    padding: 10px 20px 0;
}

.sign-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #f0f0f0;
}

.sign-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    margin-bottom: 18px;
}

.sign-illustration {
    width: 220px;
    height: auto;
    margin: 0 auto 20px;
    display: block;
}

.sign-action {
    margin: 0 auto;
    width: 58%;
}

.sign-btn {
    width: 100%;
    height: 40px;
    border-radius: 22px;
    border: none;
    background: linear-gradient(180deg, #9ad0f2 0%, #479ce7 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    box-shadow: 0 6px 16px rgba(60, 151, 230, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.sign-btn.disabled {
    background: #6c7c8f;
    box-shadow: none;
    opacity: 0.75;
}

.sign-note {
    margin-top: 8px;
    font-size: 12px;
    color: #66b7ff;
}

.sign-countdown {
    margin-top: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.sign-countdown .countdown-value {
    color: #ffffff;
    font-weight: 600;
    margin-left: 4px;
}

.sign-rules {
    text-align: left;
    margin-top: 18px;
    padding: 0 14px;
}

.rules-title {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.rules-item {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 8px;
}

.released-equity-page .menu-body {
    margin-top: 8px;
    text-align: center;
}

.equity-cert-page .menu-body {
    margin-top: 12px;
}

.realname-page .menu-body {
    margin-top: 8px;
}

.realname-field {
    margin-bottom: 14px;
}

.upload-section {
    margin-bottom: 18px;
}

.realname-page .field-input {
    color: rgba(255, 255, 255, 0.9);
}

.upload-section .upload-box {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.login-pass-page .menu-body {
    margin-top: 8px;
}

.pass-field {
    margin-bottom: 14px;
}

.pass-input {
    height: 44px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    width: 100%;
    outline: none;
}

.eye {
    color: rgba(255, 255, 255, 0.7);
}

.pass-captcha {
    display: flex;
    gap: 10px;
    align-items: center;
}

.pass-captcha .pass-input {
    flex: 1;
}

.captcha-box {
    width: 90px;
    height: 36px;
    border-radius: 6px;
    background: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 2px;
}

.pass-submit {
    margin-top: 16px;
    height: 46px;
    border-radius: 24px;
    background: linear-gradient(180deg, #7bb6ff 0%, #5a90e8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 8px 16px rgba(90, 144, 232, 0.35);
}

.pass-submit[type="submit"] {
    width: 100%;
    box-sizing: border-box;
}

.usdt-bind-page .menu-body {
    margin-top: 8px;
}

.usdt-tip {
    margin-top: 8px;
    font-size: 12px;
    color: #f35b5b;
    line-height: 1.5;
}

.company-intro-page .menu-body {
    margin-top: 8px;
}

.intro-globe {
    height: 120px;
    margin-bottom: 16px;
    background: radial-gradient(circle at 50% 30%, rgba(61, 156, 255, 0.7) 0%, rgba(28, 78, 150, 0.4) 45%, rgba(0,0,0,0) 70%);
}

.intro-item {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    text-decoration: none;
    color: inherit;
}

.intro-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #6aa9ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.intro-text {
    flex: 1;
}

.intro-title {
    font-size: 16px;
    font-weight: 600;
}

.intro-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 4px;
}

.intro-arrow {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.6);
}

.company-qual-page .menu-body {
    margin-top: 8px;
}

.qual-img {
    width: 100%;
    border-radius: 6px;
    background: #fff;
}

.qual-note {
    margin-top: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

.company-site-page .menu-body {
    margin-top: 8px;
}

.site-frame {
    height: 420px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.3);
}

.site-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.whitepaper-page .menu-body {
    margin-top: 8px;
}

.whitepaper-img {
    width: 100%;
    border-radius: 6px;
    background: #fff;
}

.company-video-page .menu-body {
    margin-top: 8px;
}

.video-section {
    margin-bottom: 18px;
}

.video-title {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 10px;
    text-align: center;
}

.video-box {
    height: 180px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.coupon-list,
.yuebao-list,
.cert-list,
.equity-list,
.team-list {
    margin-top: 12px;
}

.coupon-item,
.yuebao-item,
.cert-item,
.equity-item,
.team-item {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 10px;
    font-size: 13px;
}

.coupon-title,
.cert-item > div:first-child {
    font-weight: 600;
    margin-bottom: 6px;
}

.team-sub,
.yuebao-time,
.equity-time,
.cert-time {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 4px;
}

.detail-btn {
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 12px;
}

.detail-status {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.risk-amount {
    margin-left: 6px;
    color: #9dd1ff;
}

.toast-container {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    pointer-events: none;
}

.toast-item {
    background: rgba(0, 0, 0, 0.78);
    color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13px;
    margin: 8px 0;
    opacity: 0;
    transform: translateY(-8px);
    transition: all 0.25s ease;
}

.toast-item.show {
    opacity: 1;
    transform: translateY(0);
}

.toast-success {
    background: rgba(40, 167, 69, 0.9);
}

.toast-error {
    background: rgba(220, 53, 69, 0.9);
}
