.settings-module__xylGOW__container{background-color:var(--bg-primary);min-height:100vh;color:var(--fg-primary);max-width:720px;margin:0 auto;padding:0 1.5rem 3rem}.settings-module__xylGOW__header{border-bottom:1px solid var(--border-subtle);align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1.5rem 0;display:flex}.settings-module__xylGOW__backBtn{width:32px;height:32px;color:var(--fg-secondary);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:6px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.settings-module__xylGOW__backBtn:hover{background:var(--bg-tertiary);color:var(--fg-primary)}.settings-module__xylGOW__headerTitle{margin:0;font-size:1.25rem;font-weight:600}.settings-module__xylGOW__section{margin-bottom:2rem}.settings-module__xylGOW__sectionTitle{color:var(--fg-primary);align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:.95rem;font-weight:600;display:flex}.settings-module__xylGOW__sectionDesc{color:var(--fg-secondary);margin:0 0 .75rem;font-size:.82rem;line-height:1.5}.settings-module__xylGOW__profileCard{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:10px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 1.25rem;display:flex}.settings-module__xylGOW__profileLeft{align-items:center;gap:.85rem;display:flex}.settings-module__xylGOW__avatar{object-fit:cover;border:2px solid var(--border-subtle);border-radius:50%;width:48px;height:48px}.settings-module__xylGOW__avatarFallback{background:var(--bg-tertiary);border:2px solid var(--border-subtle);width:48px;height:48px;color:var(--fg-secondary);border-radius:50%;justify-content:center;align-items:center;display:flex}.settings-module__xylGOW__profileInfo{flex-direction:column;gap:.2rem;display:flex}.settings-module__xylGOW__profileName{font-size:.95rem;font-weight:600}.settings-module__xylGOW__profileEmail{color:var(--fg-secondary);align-items:center;gap:.35rem;font-size:.8rem;display:flex}.settings-module__xylGOW__profileMeta{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.settings-module__xylGOW__metaItem{color:var(--fg-secondary);align-items:center;gap:.35rem;font-size:.78rem;display:flex}.settings-module__xylGOW__providerBadge{text-transform:capitalize;background:var(--bg-tertiary);border-radius:4px;padding:.1rem .45rem;font-size:.72rem;font-weight:500}.settings-module__xylGOW__planPro{color:#d4a72c;align-items:center;gap:.25rem;font-size:.78rem;font-weight:600;display:flex}.settings-module__xylGOW__planFree{color:var(--fg-secondary);font-size:.78rem}.settings-module__xylGOW__tokenCard{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:10px;padding:1rem 1.25rem}.settings-module__xylGOW__tokenRow{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.settings-module__xylGOW__tokenValue{font-family:var(--font-mono);background:var(--bg-tertiary);color:var(--fg-primary);word-break:break-all;border-radius:5px;flex:1;padding:.35rem .65rem;font-size:.8rem}.settings-module__xylGOW__tokenAction{border:1px solid var(--border-subtle);background:var(--bg-tertiary);width:30px;height:30px;color:var(--fg-secondary);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.settings-module__xylGOW__tokenAction:hover{background:var(--accent);color:#fff}.settings-module__xylGOW__tokenNone{color:var(--fg-secondary);font-size:.82rem;font-style:italic}.settings-module__xylGOW__tokenMsg{color:var(--accent);margin-bottom:.5rem;font-size:.78rem}.settings-module__xylGOW__tokenGenBtn{border:1px solid var(--border-subtle);background:var(--bg-tertiary);color:var(--fg-primary);cursor:pointer;border-radius:6px;align-items:center;gap:.35rem;margin-bottom:.75rem;padding:.45rem .85rem;font-size:.8rem;font-weight:500;transition:background .15s;display:inline-flex}.settings-module__xylGOW__tokenGenBtn:hover{background:var(--accent);color:#fff}.settings-module__xylGOW__tokenGenBtn:disabled{opacity:.5;cursor:not-allowed}.settings-module__xylGOW__tokenHelp{color:var(--fg-secondary);border-top:1px solid var(--border-subtle);padding-top:.65rem;font-size:.75rem;line-height:1.6}.settings-module__xylGOW__tokenHelp span{margin-bottom:.25rem;font-weight:600;display:block}.settings-module__xylGOW__tokenHelp code{font-family:var(--font-mono);background:var(--bg-tertiary);word-break:break-all;border-radius:4px;padding:.2rem .4rem;font-size:.72rem;display:block}.settings-module__xylGOW__dangerSection{border-top:1px solid #da3633;padding-top:1.5rem}.settings-module__xylGOW__dangerSection .settings-module__xylGOW__sectionTitle{color:#da3633}.settings-module__xylGOW__dangerCard{background:#da36330f;border:1px solid #da36334d;border-radius:10px;padding:1rem 1.25rem}.settings-module__xylGOW__dangerInfo{margin-bottom:1rem}.settings-module__xylGOW__dangerTitle{color:#da3633;margin:0 0 .35rem;font-size:.9rem;font-weight:600}.settings-module__xylGOW__dangerDesc{color:var(--fg-secondary);margin:0;font-size:.8rem;line-height:1.5}.settings-module__xylGOW__dangerActions{flex-direction:column;gap:.5rem;max-width:300px;display:flex}.settings-module__xylGOW__dangerLabel{color:var(--fg-secondary);font-size:.8rem}.settings-module__xylGOW__dangerInput{font-size:.82rem;font-family:var(--font-mono);background:var(--bg-primary);color:var(--fg-primary);border:1px solid #da36334d;border-radius:6px;outline:none;padding:.4rem .65rem}.settings-module__xylGOW__dangerInput:focus{border-color:#da3633}.settings-module__xylGOW__dangerBtn{color:#da3633;cursor:pointer;background:0 0;border:1px solid #da3633;border-radius:6px;align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.8rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.settings-module__xylGOW__dangerBtn:hover:not(:disabled){color:#fff;background:#da3633}.settings-module__xylGOW__dangerBtn:disabled{opacity:.4;cursor:not-allowed}@media (max-width:600px){.settings-module__xylGOW__container{padding:0 1rem 2rem}.settings-module__xylGOW__profileCard{flex-direction:column;align-items:flex-start}.settings-module__xylGOW__profileMeta{flex-flow:wrap;align-items:flex-start;gap:.75rem}}
