.gs-profile-wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #e5e7eb;
}

.gs-profile-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 6px;
}

.gs-profile-subtitle {
    font-size: 14px;
    color: #9ca3af;
    margin-bottom: 22px;
}

.gs-profile-section {
    background: #020617;
    padding: 22px 20px;
    border-radius: 14px;
    margin-bottom: 24px;
    border: 1px solid rgba(148,163,184,0.25);
}

.gs-profile-section h2 {
    font-size: 16px;
    margin-bottom: 14px;
}

.gs-profile-form .gs-form-group {
    margin-bottom: 14px;
}

.gs-form-group label {
    display: block;
    font-size: 13px;
    color: #cbd5e1;
    margin-bottom: 4px;
}

.gs-form-group input {
    width: 100%;
    padding: 9px 10px;
    border-radius: 8px;
    border: 1px solid #1f2933;
    background: #020617;
    color: #e5e7eb;
    font-size: 13px;
}

.gs-form-group input:focus {
    outline: none;
    border-color: #326cd9;
    box-shadow: 0 0 0 1px rgba(50,108,217,0.6);
}

.gs-btn-primary {
    border: none;
    padding: 9px 16px;
    border-radius: 999px;
    background: #326cd9;
    color: #f9fafb;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.gs-btn-primary:hover {
    background: #244aa5;
}

/* پیام‌ها */
.gs-alert-success {
    background: #10b981;
    color: #ecfdf5;
    padding: 10px 14px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(16,185,129,0.35);
}

.gs-alert-error {
    background: #ef4444;
    color: #fef2f2;
    padding: 10px 14px;
    border-radius: 10px;
    margin-bottom: 16px;
    font-size: 13px;
    box-shadow: 0 4px 12px rgba(239,68,68,0.35);
}


