.elementor-32755 .elementor-element.elementor-element-41f2332{--display:flex;}.elementor-32755 .elementor-element.elementor-element-41f2332.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-32755 .elementor-element.elementor-element-8f63aa1{--display:flex;}.elementor-32755 .elementor-element.elementor-element-3660523{--display:flex;}@media(min-width:768px){.elementor-32755 .elementor-element.elementor-element-41f2332{--width:107.755%;}}/* Start custom CSS */body {
background-image: radial-gradient( circle 490.7px at 3.1% 21.8%,  rgba(82,6,135,1) 0%, rgba(22,1,34,1) 100.3% );
}

/* Réutilisation de vos variables et styles de base */
.ai4good-master-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #fff;
    width: 100vw !important;
    margin: 0 !important;
}

.apple-card {
    width: 100%;
    max-width: 400px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(30px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.6);
}

:root {
    --ai-blue: #1e40af;
    --ai-purple: #7e3af2;
    --ai-pink: #ff2d7d;
    --ai-green: #00ff88;
    --glass-border: rgba(255, 255, 255, 0.1);
}

.login-inner-container {
    width: 100%;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.form-title {
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(to right, #fff, #a0aab2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-subtitle {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.field-box { 
    margin-bottom: 20px; 
}

.field-box label { 
    display: block; 
    font-size: 11px; 
    font-weight: 700; 
    color: rgba(255,255,255,0.4); 
    margin-bottom: 10px; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
}

.ai4-form-view input {
    width: 100%;
    background: rgba(255, 255, 255, 0.06);
    border: none;
    border-radius: 20px;
    padding: 16px 20px;
    color: #fff;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s;
}

.ai4-form-view input:focus { 
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 0 30px -5px var(--ai-blue), 15px 0 30px -10px #a80fc4, -15px 0 30px -10px #d84de8;
}

.btn-vibrant {
    width: 100%;
    padding: 18px;
    border-radius: 20px;
    border: none;
    background: linear-gradient(135deg, var(--ai-blue), var(--ai-purple), var(--ai-pink));
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-vibrant:hover:not(:disabled) { 
    transform: translateY(-2px); 
    box-shadow: 0 10px 30px rgba(126, 58, 242, 0.4); 
}

.btn-vibrant:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.forgot-link-container {
    text-align: right;
    margin-bottom: 25px;
}

.back-link-container {
    text-align: center;
    margin-top: 20px;
}

.magenta-link {
    color: var(--ai-pink);
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.magenta-link:hover {
    color: #fff;
}

/* Status Messages */
.status-box { margin-bottom: 20px; }
.status-box:empty { margin-bottom: 0; }

.ai-success-msg {
    color: var(--ai-green);
    background: rgba(0, 255, 136, 0.1);
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(0, 255, 136, 0.3);
    font-size: 14px;
    font-weight: 600;
}

.ai-error-msg {
    color: var(--ai-pink);
    background: rgba(255, 45, 125, 0.1);
    padding: 15px;
    border-radius: 12px;
    border: 1px solid rgba(255, 45, 125, 0.3);
    font-size: 14px;
    font-weight: 600;
}

.ai-loader {
    border: 3px solid rgba(255,255,255,0.3);
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    margin-right: 10px;
}
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
.btn-vibrant:hover { transform: scale(1.02); opacity: 0.9; }/* End custom CSS */