/**
 * Template: Modern Minimal
 * Location: /hc-login-pro/assets/css/templates/template-modern.css
 *
 * HC Login Pro - Modern Minimal Template
 * @package HC_Login_Pro
 */

/* Modern Minimal Template Styles */
.hc-template-modern .hc-login-page,
.hc-template-modern .hc-register-page,
.hc-template-modern .hc-reset-page,
.hc-template-modern .hc-profile-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: #f8fafc;
    color-scheme: light only;
}

.hc-template-modern .hc-login-form-wrapper {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 48px 40px;
    position: relative;
    border: 1px solid #e2e8f0;
    animation: fadeIn 0.3s ease;
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    color: #333;
}

.hc-template-modern .hc-logo-default {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #1a202c;
    font-weight: 700;
    font-size: 28px;
}

.hc-template-modern .hc-logo-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.hc-template-modern .hc-logo-image {
    max-height: 60px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
}

.hc-template-modern .hc-page-title {
    font-size: 32px;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 8px 0;
    text-align: center;
}

.hc-template-modern .hc-page-description {
    color: #718096;
    font-size: 16px;
    margin: 0 0 32px 0;
    text-align: center;
}

.hc-template-modern .hc-form-input {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #1a202c;
    background: #ffffff;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.hc-template-modern .hc-password-wrapper .hc-form-input {
    padding-right: 60px;
}

.hc-template-modern .hc-form-input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.hc-template-modern .hc-form-input:hover {
    border-color: #cbd5e0;
}

.hc-template-modern .hc-btn-primary {
    width: 100%;
    padding: 16px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    visibility: visible !important;
    opacity: 1 !important;
    text-indent: 0 !important;
    z-index: 999 !important;
    clip: auto !important;
    clip-path: none !important;
    overflow: visible !important;
    white-space: normal !important;
    word-wrap: normal !important;
}

.hc-template-modern .hc-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.hc-template-modern .hc-link {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.hc-template-modern .hc-link:hover {
    color: #5a67d8;
}

.hc-template-modern .hc-checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
}

.hc-template-modern .hc-checkbox:checked {
    background: #667eea;
    border-color: #667eea;
}

.hc-template-modern .hc-checkbox-text {
    color: #4a5568;
    font-size: 14px;
    font-weight: 500;
}

.hc-template-modern .hc-divider {
    position: relative;
    text-align: center;
    margin: 32px 0;
    color: #a0aec0;
    font-size: 14px;
}

.hc-template-modern .hc-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e2e8f0;
}

.hc-template-modern .hc-divider span {
    background: white;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}

.hc-template-modern .hc-social-btn {
    width: 100%;
    padding: 14px 20px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: white;
    color: #4a5568;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 12px;
}

.hc-template-modern .hc-social-btn:hover {
    border-color: #cbd5e0;
    background: #f7fafc;
    transform: translateY(-1px);
}

.hc-template-modern .hc-social-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Modern Template Form Label Styles */
.hc-template-modern .hc-form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #374151 !important;
    margin-bottom: 8px;
    font-size: 14px !important;
    /* 텍스트 숨김 방지 */
    text-indent: 0 !important;
    line-height: 1.4 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Modern Template Button Styles */
.hc-template-modern .hc-btn,
.hc-template-modern .hc-btn-primary {
    /* 텍스트 숨김 방지 */
    text-indent: 0 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Modern Template Page Text Styles */
.hc-template-modern .hc-page-title,
.hc-template-modern .hc-page-description,
.hc-template-modern .hc-logo-text,
.hc-template-modern .hc-logo-subtitle,
.hc-template-modern .hc-checkbox-text,
.hc-template-modern .hc-login-text,
.hc-template-modern .hc-form-help,
.hc-template-modern .hc-strength-text,
.hc-template-modern .hc-password-match,
.hc-template-modern .hc-divider span {
    color: #374151 !important;
}

.hc-template-modern .hc-form-label .hc-label-icon {
    color: #667eea !important;
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.hc-template-modern .hc-form-label .hc-required {
    color: #ef4444 !important;
    font-weight: 500;
    margin-left: 4px;
}

.hc-template-modern .hc-form-label .hc-required {
    color: #ef4444;
    font-weight: 500;
    margin-left: 4px;
}

/* Modern Template Label Text Styles */
.hc-template-modern .hc-form-label .hc-label-text {
    color: #374151 !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-indent: 0 !important;
    display: inline !important;
    font-weight: 500 !important;
}

.hc-template-modern .hc-form-help {
    color: #6b7280;
    font-size: 12px;
    margin-top: 4px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 480px) {
    .hc-template-modern .hc-login-form-wrapper {
        padding: 32px 24px;
        margin: 16px;
    }
    
    .hc-template-modern .hc-page-title {
        font-size: 28px;
    }
    
    .hc-template-modern .hc-form-input {
        padding: 14px 16px;
    }
    
    .hc-template-modern .hc-btn-primary {
        padding: 14px 20px;
    }
} 