body {
    background-color: #f8f9fa;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.register-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}

.card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #fff;
    border-bottom: none;
    padding: 20px;
    text-align: center;
}

.form-control {
    border-radius: 10px;
    padding: 12px;
}

.btn-register {
    border-radius: 10px;
    padding: 12px;
    background-color: #0d6efd;
    border: none;
}

.btn-register:hover {
    background-color: #0b5ed7;
}

.qr-code-container {
    text-align: center;
    margin: 20px 0;
    display: none;
}

.qr-code-placeholder {
    width: 200px;
    height: 200px;
    background-color: #f8f9fa;
    margin: 0 auto;
    border: 1px dashed #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.password-requirements {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

.terms-content {
    font-size: 0.8rem;
}

.terms-content h5 {
    font-size: 1rem;
    font-weight: 600;
}

.terms-content h6 {
    font-size: 0.9rem;
    font-weight: 600;
}

.terms-content p {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.terms-content ul {
    font-size: 0.8rem;
    padding-left: 1.5rem;
}

.terms-content li {
    margin-bottom: 0.25rem;
}

.password-check {
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.password-check i {
    width: 14px;
    height: 14px;
    font-size: 12px;
}