body {
    margin: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.legal-container[data-v-be67dc3b] {
    min-height: 100vh;
    background-color: #f8f9fa;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif
}

.top-nav[data-v-be67dc3b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    color: #666
}

.top-nav .nav-path[data-v-be67dc3b] {
    font-family: monospace
}

.top-nav .nav-icon[data-v-be67dc3b] {
    color: orange;
    font-size: 16px
}

.legal-header[data-v-be67dc3b] {
    background: linear-gradient(135deg,#667eea 0%,#764ba2 100%);
    color: #fff;
    text-align: center;
    padding: 60px 20px;
    margin-bottom: 0
}

.legal-header h1[data-v-be67dc3b] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: -.5px
}

.legal-header .subtitle[data-v-be67dc3b] {
    font-size: 1.2rem;
    margin: 0;
    opacity: .9;
    font-weight: 300
}

.legal-content[data-v-be67dc3b] {
    max-width: 800px;
    margin: -20px auto 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px #0000001a;
    position: relative;
    z-index: 1;
    padding: 40px
}

.content-header[data-v-be67dc3b] {
    margin-bottom: 30px
}

.content-header h2[data-v-be67dc3b] {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 15px
}

.content-header .content-description[data-v-be67dc3b] {
    font-size: 1rem;
    line-height: 1.6;
    color: #6c757d;
    margin: 0
}

.info-table[data-v-be67dc3b] {
    margin-bottom: 30px
}

.info-table table[data-v-be67dc3b] {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden
}

.info-table table tbody tr[data-v-be67dc3b] {
    border-bottom: 1px solid #f0f0f0
}

.info-table table tbody tr[data-v-be67dc3b]:last-child {
    border-bottom: none
}

.info-table table tbody tr[data-v-be67dc3b]:hover {
    background-color: #f8f9fa
}

.info-table table tbody td[data-v-be67dc3b] {
    padding: 16px 20px;
    vertical-align: top
}

.info-table table tbody td.label[data-v-be67dc3b] {
    font-weight: 600;
    color: #2c3e50;
    width: 200px;
    min-width: 200px;
    background-color: #f8f9fa;
    border-right: 1px solid #e0e0e0;
    text-align: left;
    font-size: 12px
}

.info-table table tbody td.value[data-v-be67dc3b] {
    color: #495057;
    line-height: 1.5;
    text-align: left;
    font-size: 12px;
    white-space: pre-line
}

.info-table table tbody td.value a[data-v-be67dc3b] {
    color: #007bff;
    text-decoration: none
}

.info-table table tbody td.value a[data-v-be67dc3b]:hover {
    text-decoration: underline
}

.important-notice[data-v-be67dc3b] {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px
}

.important-notice h3[data-v-be67dc3b] {
    color: #856404;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 10px
}

.important-notice p[data-v-be67dc3b] {
    color: #856404;
    margin: 0;
    line-height: 1.6;
    font-size: .95rem
}

.back-button[data-v-be67dc3b] {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0
}

.back-button .el-button[data-v-be67dc3b] {
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 6px
}

@media (max-width: 768px) {
    .legal-content[data-v-be67dc3b] {
        margin:-20px 10px 0;
        padding: 20px
    }

    .legal-header[data-v-be67dc3b] {
        padding: 40px 20px
    }

    .legal-header h1[data-v-be67dc3b] {
        font-size: 2rem
    }

    .legal-header .subtitle[data-v-be67dc3b] {
        font-size: 1rem
    }

    .info-table table tbody td[data-v-be67dc3b] {
        padding: 12px 15px
    }

    .info-table table tbody td.label[data-v-be67dc3b] {
        width: 120px;
        min-width: 120px;
        font-size: .9rem
    }

    .info-table table tbody td.value[data-v-be67dc3b] {
        font-size: .9rem
    }

    .content-header h2[data-v-be67dc3b] {
        font-size: 1.5rem
    }
}

@media (max-width: 480px) {
    .legal-content[data-v-be67dc3b] {
        margin:-20px 5px 0;
        padding: 15px
    }

    .info-table table tbody td[data-v-be67dc3b] {
        padding: 10px 12px;
        display: block;
        width: 100%!important;
        min-width: 100%!important;
        border-right: none!important;
        border-bottom: 1px solid #e0e0e0
    }

    .info-table table tbody td.label[data-v-be67dc3b] {
        background-color: #f8f9fa;
        font-weight: 600;
        margin-bottom: 5px
    }

    .info-table table tbody td.value[data-v-be67dc3b] {
        background-color: #fff;
        padding-top: 5px
    }
}
