:root{--primary-color:#6366f1;--primary-hover:#a9a5e8;--primary-active:#4338ca;--primary-inactive:#b4b0ec;--danger-color:#ef4444;--danger-hover:#dc2626;--danger-active:#b91c1c;--success-color:#10b981;--text-primary:#1f2937;--text-secondary:#6b7280;--border-color:#d1d5db;--border-focus:#93c5fd;--background-primary:#fff;--background-secondary:#f9fafb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--transition:all .2s ease-in-out}
.settings-form-container{background:var(--background-secondary);border-radius:5px;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:.1rem;display:flex}.settings-form-title{color:var(--text-primary);text-align:center;margin-bottom:.5rem;font-size:1.2rem;font-weight:700;position:relative}.border-bottom-line{border-bottom:1px solid #e0e0e0;max-width:32%;margin-bottom:16px;padding-bottom:8px}.settings-form-title:after{content:"";background:linear-gradient(90deg,var(--primary-color),var(--success-color));border-radius:2px;width:3rem;height:3px;position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%)}.settings-form-content{background:var(--background-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);min-width:450px;max-width:800px;margin:2rem 3rem;padding:1rem 3rem 0}
