.settings-header { height:96px; }
.settings-layout { height:calc(100% - 115px); display:grid; grid-template-columns:330px 1fr; gap:28px; }
.settings-menu { padding:18px; border-radius:25px; background:rgba(255,255,255,.055); border:1px solid var(--line); }
.settings-tab { width:100%; height:67px; margin-bottom:10px; padding:0 22px; text-align:left; border-radius:16px; background:transparent; color:#bfcdc5; font-size:18px; font-weight:700; }
.settings-tab.active { background:rgba(29,216,97,.13); color:#caffda; }
.settings-tab.danger { color:#ff9ba1; }
.settings-panel { overflow-y:auto; padding:36px 42px; border-radius:25px; background:rgba(255,255,255,.055); border:1px solid var(--line); }
.settings-panel h2 { margin:0 0 10px; font-size:34px; }
.settings-panel > p { margin:0 0 30px; color:var(--muted); font-size:17px; }
.setting-card { display:flex; justify-content:space-between; align-items:center; gap:28px; min-height:88px; padding:17px 21px; margin-bottom:14px; border-radius:17px; background:rgba(255,255,255,.055); border:1px solid var(--line); }
.setting-card-copy b { display:block; font-size:18px; }
.setting-card-copy span { display:block; margin-top:6px; color:var(--muted); font-size:14px; }
.choice-group { display:flex; gap:10px; }
.choice-btn { min-width:105px; height:48px; padding:0 16px; border-radius:13px; background:rgba(255,255,255,.07); border:1px solid var(--line); color:#c7d3cc; font-weight:700; }
.choice-btn.active { background:var(--green); color:#07120b; border-color:var(--green); }
.account-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
.account-field { min-height:92px; padding:18px; border-radius:17px; background:rgba(255,255,255,.055); border:1px solid var(--line); }
.account-field span { display:block; color:var(--muted); font-size:13px; }
.account-field b { display:block; margin-top:10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:19px; }
.protection-banner { padding:24px; border-radius:18px; background:rgba(29,216,97,.08); border:1px solid rgba(29,216,97,.26); }
.protection-banner b { display:block; color:#caffd9; font-size:20px; }
.protection-banner p { margin:8px 0 0; color:#a9c1b2; line-height:1.45; }
