.seller-register-section {
    padding: 30px 0;
    background: linear-gradient(180deg, #f7faf8 0%, #eef5f1 100%);
}

.seller-register-card {
    max-width: 820px;
    margin: 0 auto;
    border: 0;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.seller-register-form-wrap {
    padding: 40px;
}

.seller-register-title {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
}

.seller-register-subtitle {
    color: #5c6b7a !important;
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 16px;
}

.seller-social-btn {
    min-height: 52px;
    border-radius: 14px;
    font-weight: 600;
    border: 1px solid #dce4ee;
    background: #fff;
    color: #16324f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s ease;
}

.seller-social-btn:hover {
    color: #16324f;
    border-color: #c8d6e5;
    background: #f8fbff;
}

.seller-social-btn.google i {
    color: #db4437;
}

.seller-social-btn.facebook i {
    color: #1877f2;
}

.seller-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 24px 0 18px;
    color: #7a8795;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.seller-divider::before,
.seller-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e2e8f0;
}

.form-label {
    font-weight: 600;
    color: #16324f;
    margin-bottom: 8px;
}

.form-control {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid #d7e1ec;
    padding: 0.85rem 1rem;
    color: #16324f;
    background: #fff;
}

.form-control:focus {
    border-color: #39a96b;
}

.input-group-text {
    border-radius: 14px 0 0 14px;
    border: 1px solid #d7e1ec;
    border-right: 0;
    background: #fff;
    color: #5c6b7a;
    min-width: 50px;
    justify-content: center;
}

.input-group .toggle-password {
    border-radius: 0 14px 14px 0;
    border: 1px solid #d7e1ec;
    border-left: 0;
    background: #fff;
    color: #198754;
    min-width: 56px;
}

.seller-submit-btn {
    min-height: 54px;
    border-radius: 14px;
    border: 0;
    background: #198754;
    font-weight: 700;
}

.seller-submit-btn:hover {
    background: #157347;
}

.seller-login-text,
.seller-login-text a,
.form-check-label,
.form-check-label a {
    color: #5c6b7a !important;
}

.seller-register-form {
    display: none;
}

@media (max-width: 767.98px) {
    .seller-register-section {
        padding: 45px 0;
    }

    .seller-register-form-wrap {
        padding: 26px 18px;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.seller-notice {
    background: transparent;
    border-radius: 16px;
    padding: 25px;
    position: relative;
    border: 2px solid transparent;
}

.seller-notice::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(270deg, #198754, #20c997, #198754);
    background-size: 400% 400%;
    animation: borderAnimation 6s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

@keyframes borderAnimation {
    0% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.form-check-input {
    transform: scale(1.5);
    cursor: pointer;
    margin-top: 6px;
}

.form-check-label {
    margin-left: 10px;
    margin-top: 7px;
    cursor: pointer;
    font-size: 15px;
}

.seller-register-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.seller-register-subtitle {
    font-size: 15px;
    color: #5c6b7a;
    margin-bottom: 15px;
}
