.elementor-32794 .elementor-element.elementor-element-1f07c9b{--display:flex;}/* Start custom CSS */:root {
    --ai-blue: #1e40af;
    --ai-purple: #7e3af2;
    --ai-pink: #ff2d7d;
    --glass-bg: rgba(255, 255, 255, 0.03);
    --glass-border: rgba(255, 255, 255, 0.1);
}

body {
    background: radial-gradient(circle at top right, #1a1c4b, #07081a) !important;
}

.ai4good-master-wrapper {
    background: radial-gradient(circle at top right, #1a1c4b, #07081a);
    font-family: -apple-system, sans-serif;
    color: #fff;
    min-height: 100vh !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    padding: 60px 20px !important;
    box-sizing: border-box;
}
.apple-card {
    background: var(--glass-bg);
    backdrop-filter: blur(30px) saturate(150%);
    -webkit-backdrop-filter: blur(30px) saturate(150%);
    border: 1px solid var(--glass-border);
    border-radius: 32px;
    padding: 40px;
    box-shadow: 0 40px 100px rgba(0,0,0,0.6);
}
.dashboard-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; max-width: 1300px; margin: 0 auto;
}
@media (max-width: 900px) { .dashboard-grid { grid-template-columns: 1fr; } }
.field-box { margin-bottom: 25px !important; }
.field-box label { display: block !important; font-size: 11px !important; font-weight: 700 !important; color: rgba(255,255,255,0.4) !important; margin-bottom: 10px !important; text-transform: uppercase !important; letter-spacing: 1px !important; }
input, select {
    width: 100% !important; background: rgba(255, 255, 255, 0.06) !important; border: none !important; border-radius: 20px !important; padding: 16px 20px !important; color: #fff !important; font-size: 16px !important; outline: none !important; box-sizing: border-box; color-scheme: dark !important;
}
input:focus, select:focus {
    background: rgba(255, 255, 255, 0.1) !important; box-shadow: 0 0 0 1px rgba(255,255,255,0.1), 0 0 30px -5px #1e40af, 15px 0 30px -10px #a80fc4, -15px 0 30px -10px #d84de8 !important;
}
.btn-vibrant {
    width: 100%; padding: 20px; 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; align-items: center; justify-content: 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; }
.gender-grid { display: flex !important; gap: 12px !important; }
.gender-btn {
    flex: 1 !important; padding: 15px !important; background: rgba(255,255,255,0.05) !important; border-radius: 20px !important; cursor: pointer !important; display: flex !important; flex-direction: column !important; align-items: center !important; gap: 6px !important; transition: 0.3s !important; color: rgba(255,255,255,0.3) !important;
}
.gender-btn.active { color: #fff !important; background: rgba(255,255,255,0.15) !important; box-shadow: 0 0 20px -5px #a80fc4 !important; }
.gender-btn svg { width: 22px !important; height: 22px !important; fill: currentColor !important; }
.gender-btn span { font-size: 9px !important; font-weight: 800 !important; }
.student-card {
    padding: 20px; border-radius: 20px; display: flex; justify-content: space-between; align-items: center; background: rgba(255, 255, 255, 0.03); border: 1px solid var(--glass-border); margin-bottom: 15px; transition: 0.3s;
}
.student-card:hover { background: rgba(255, 255, 255, 0.08); transform: translateY(-3px); }
.student-card h4 { margin: 0 0 5px 0; font-size: 17px; }
.student-card p { margin: 0 0 8px 0; font-size: 13px; color: rgba(255,255,255,0.6); }
.badge { background: rgba(255, 45, 125, 0.15); color: #ff2d7d; padding: 4px 10px; border-radius: 8px; font-size: 11px; font-weight: 700; border: 1px solid rgba(255, 45, 125, 0.3); }
.action-btns { display: flex; gap: 10px; }
.icon-btn { background: rgba(255,255,255,0.05); border: none; color: #fff; padding: 8px 12px; border-radius: 12px; cursor: pointer; transition: 0.2s; font-size: 13px; font-weight: 600; }
.icon-btn.edit:hover { background: rgba(30, 64, 175, 0.5); }
.icon-btn.delete:hover { background: rgba(255, 45, 125, 0.5); }
.ai-modal { display: none; position: fixed; z-index: 100000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); backdrop-filter: blur(5px); justify-content: center; align-items: center; padding: 20px; box-sizing: border-box; }
.ai-modal-content { background: #121430; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 24px; padding: 40px; width: 100%; max-height: 85vh; overflow-y: auto; color: #fff; position: relative; box-shadow: 0 20px 60px rgba(0,0,0,0.8); }
.ai-modal-content::-webkit-scrollbar { width: 8px; }
.ai-modal-content::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.05); border-radius: 10px; }
.ai-modal-content::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.2); border-radius: 10px; }
.ai-modal-close { position: absolute; top: 20px; right: 25px; color: #fff; font-size: 30px; font-weight: bold; cursor: pointer; transition: 0.3s; line-height: 1; }
.ai-modal-close:hover { color: #ff2d7d; }
.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); } }
.ai-toast { position: fixed; top: 30px; right: 30px; padding: 16px 24px; border-radius: 16px; background: rgba(25, 28, 33, 0.9); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.1); color: #fff; font-size: 15px; font-weight: 600; display: flex; align-items: center; gap: 12px; box-shadow: 0 15px 40px rgba(0,0,0,0.5); z-index: 100001; transform: translateX(150%); transition: transform 0.4s cubic-bezier(0.2, 1, 0.3, 1); }
.ai-toast.show { transform: translateX(0); }
.ai-toast.success { border-color: #00ff88; color: #00ff88; background: rgba(0, 255, 136, 0.1); }
.ai-toast.error { border-color: #ff2d7d; color: #ff2d7d; background: rgba(255, 45, 125, 0.1); }/* End custom CSS */