  /* 51³Ô¹ÏÍø Small Manufacturer Signup -- form + interstitial styles */

.nam-smm-verify-wrap {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.nam-smm-verify-btn {
    padding: 6px 14px;
    background: #003366;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.nam-smm-verify-btn:disabled {
    background: #888;
    cursor: not-allowed;
}

.nam-smm-verify-status {
    font-size: 13px;
}

.nam-smm-verify-status.info { color: #555; }
.nam-smm-verify-status.success { color: #2a7f3f; font-weight: bold; }
.nam-smm-verify-status.error { color: #b3261e; font-weight: bold; }

.nam-smm-gathering {
    max-width: 560px;
    margin: 80px auto;
    padding: 40px;
    background: #f8f9fb;
    border-radius: 8px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.nam-smm-gathering h2 {
    margin-bottom: 16px;
    font-size: 1.5em;
    color: #003366;
}

.nam-smm-status {
    font-size: 1.05em;
    color: #444;
    margin-bottom: 20px;
}

.nam-smm-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e4eb;
    border-top-color: #003366;
    border-radius: 50%;
    margin: 0 auto 20px;
    animation: nam-smm-spin 1s linear infinite;
}

@keyframes nam-smm-spin {
    to { transform: rotate(360deg); }
}

.nam-smm-tip {
    color: #777;
    font-size: 0.9em;
}

.nam-smm-verify-success,
.nam-smm-verify-error {
    max-width: 560px;
    margin: 60px auto;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.nam-smm-verify-success h2 {
    color: #2a7f3f;
}

.nam-smm-verify-error h2 {
    color: #b3261e;
}
