/* ============================================================
   CHERISH PHR - 認証画面スタイル（SCR-000, SCR-000a）
   ============================================================ */

.auth-container {
    text-align: center;
}

.auth-welcome {
    font-size: 14px;
    color: var(--color-text-light);
    margin-bottom: 8px;
}

.auth-subtitle {
    font-size: 13px;
    color: var(--color-text-muted);
    margin-bottom: 32px;
}

/* --- 送信完了画面 --- */
.sent-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-full);
    background-color: var(--color-primary-bg);
}

.sent-icon svg {
    color: var(--color-primary);
}

.sent-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-text);
    margin-bottom: 12px;
}

.sent-email {
    font-size: 15px;
    font-weight: 600;
    color: var(--color-primary-dark);
    margin-bottom: 16px;
    word-break: break-all;
}

.sent-description {
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.7;
    margin-bottom: 24px;
}

.sent-help {
    background-color: var(--color-bg);
    border-radius: var(--radius-md);
    padding: 16px;
    margin-top: 20px;
}

.sent-help-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 8px;
}

.sent-help-text {
    font-size: 12px;
    color: var(--color-text-light);
    line-height: 1.6;
}

.resend-link {
    display: inline-block;
    margin-top: 16px;
    font-size: 14px;
    color: var(--color-primary);
    text-decoration: underline;
    cursor: pointer;
}

.resend-link:hover {
    color: var(--color-primary-dark);
}

.resend-link.disabled {
    color: var(--color-text-muted);
    cursor: not-allowed;
    text-decoration: none;
}
