.tos-pane { background: transparent; border-radius: 16px; padding: 32px 48px; margin-bottom: 32px; max-width: 100%; min-width: 0; box-shadow: none; }
.tos-tabs { display: flex; border-bottom: 2px solid #444; margin-bottom: 18px; padding-left: 0; }
.tos-tabs li { list-style: none; padding: 12px 40px; cursor: pointer; color: #bbb; font-weight: 600; font-size: 1.15em; border-radius: 12px 12px 0 0; margin-right: 12px; }
.tos-tabs li.active { background: #fff; color: #23243a; }
/* .tos-content { } */
.tos-tab-content { display: none; }
.tos-tab-content.active { display: block; }

.tos-plain {
    background: rgba(255,255,255,0.08);
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 16px 22px;
    margin-top: 12px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1em;
}

.dark-scheme .tos-plain {
    background: rgba(255,255,255,0.10);
    border-color: #444;
    color: #fff;
}

/* Terms of Service 强调加粗样式 */
.tos-strong {
    font-weight: 800 !important;
    font-size: 1.35em !important;
    letter-spacing: 0.01em;
    color: #fff;
}

.dark-scheme .tos-strong {
    color: #fff;
}

.tos-subitem { 
    margin-bottom: 1.5em; 
}