/* Shield Security Frontend Styles */

/* Login form captcha */
.shield-captcha {
    margin: 15px 0;
}

/* Maintenance mode message */
.shield-maintenance {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #f9fafb;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.shield-maintenance-content {
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

.shield-maintenance-icon {
    font-size: 64px;
    margin-bottom: 20px;
}

.shield-maintenance-title {
    font-size: 32px;
    margin-bottom: 15px;
    color: #1f2937;
}

.shield-maintenance-message {
    font-size: 16px;
    color: #6b7280;
    line-height: 1.6;
}

/* Blocked access message */
.shield-blocked {
    text-align: center;
    padding: 60px 20px;
}

.shield-blocked-icon {
    font-size: 72px;
    color: #ef4444;
    margin-bottom: 20px;
}

.shield-blocked-title {
    font-size: 36px;
    color: #1f2937;
    margin-bottom: 15px;
}

.shield-blocked-message {
    font-size: 18px;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
}
