.Settings-module__h9_rbW__container{max-width:900px;margin:0 auto;animation:.5s forwards Settings-module__h9_rbW__fadeIn}.Settings-module__h9_rbW__header{margin-bottom:2.5rem}.Settings-module__h9_rbW__title{margin-bottom:.5rem;font-size:2rem;font-weight:700}.Settings-module__h9_rbW__subtitle{color:hsl(var(--muted-foreground))}.Settings-module__h9_rbW__section{margin-bottom:3rem}.Settings-module__h9_rbW__sectionTitle{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;display:flex}.Settings-module__h9_rbW__grid,.Settings-module__h9_rbW__connectionsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.Settings-module__h9_rbW__platformCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius);background:#18152880;border:1px solid #332d5333;justify-content:space-between;align-items:center;padding:1.25rem;transition:all .2s;display:flex}.Settings-module__h9_rbW__platformCard:hover{border-color:hsla(var(--primary) / .4);background:#1f1b3280}.Settings-module__h9_rbW__platformInfo{align-items:center;gap:1rem;display:flex}.Settings-module__h9_rbW__platformIcon{background:hsla(var(--muted) / .5);border-radius:.75rem;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.Settings-module__h9_rbW__platformName{font-size:1rem;font-weight:600}.Settings-module__h9_rbW__platformStatus,.Settings-module__h9_rbW__cardSubtitle{color:hsl(var(--muted-foreground));font-size:.8rem;line-height:1.4}.Settings-module__h9_rbW__connectionCard{flex-direction:column;justify-content:space-between;gap:1.25rem;height:100%;display:flex}.Settings-module__h9_rbW__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.Settings-module__h9_rbW__cardTitleSection{flex-direction:column;gap:.25rem;display:flex}.Settings-module__h9_rbW__cardTitle{font-size:1.1rem;font-weight:600}.Settings-module__h9_rbW__connectBtn{width:100%;margin-top:1rem}.Settings-module__h9_rbW__connectedList{border-top:1px solid hsla(var(--border) / .5);margin-top:1.25rem;padding-top:1rem}.Settings-module__h9_rbW__connectedTitle{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;font-weight:600}.Settings-module__h9_rbW__handlePill{border-radius:2rem;align-items:center;gap:.5rem;padding:.4rem .6rem .4rem .8rem;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.Settings-module__h9_rbW__removeBtn{color:inherit;cursor:pointer;opacity:.6;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:2px;transition:all .2s;display:flex}.Settings-module__h9_rbW__removeBtn:hover{opacity:1;background:#ffffff1a}.Settings-module__h9_rbW__switch{width:44px;height:24px;display:inline-block;position:relative}.Settings-module__h9_rbW__switch input{opacity:0;width:0;height:0}.Settings-module__h9_rbW__slider{cursor:pointer;background-color:hsla(var(--muted) / .8);border-radius:24px;transition:all .4s;position:absolute;inset:0}.Settings-module__h9_rbW__slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #0003}input:checked+.Settings-module__h9_rbW__slider{background-color:hsl(var(--primary))}input:focus+.Settings-module__h9_rbW__slider{box-shadow:0 0 1px hsl(var(--primary))}input:checked+.Settings-module__h9_rbW__slider:before{transform:translate(20px)}.Settings-module__h9_rbW__footer{border-top:1px solid hsla(var(--border) / .5);justify-content:flex-end;margin-top:4rem;padding-top:2rem;display:flex}.Settings-module__h9_rbW__saveBtn{background:hsl(var(--primary));color:hsl(var(--primary-foreground));cursor:pointer;border:none;border-radius:.75rem;padding:.75rem 2rem;font-weight:600;transition:all .2s}.Settings-module__h9_rbW__saveBtn:hover{filter:brightness(1.1);box-shadow:0 4px 12px hsla(var(--primary) / .3);transform:translateY(-2px)}.Settings-module__h9_rbW__saveBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:768px){.Settings-module__h9_rbW__grid,.Settings-module__h9_rbW__connectionsGrid{grid-template-columns:1fr}.Settings-module__h9_rbW__title{font-size:1.5rem}.Settings-module__h9_rbW__sectionTitle{font-size:1.1rem}}