.settings-page { min-height: 100vh; background: radial-gradient(circle at 20% -10%, #33236a55, transparent 34%), #090b10; }
.settings-header { height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1140px) / 2)); border-bottom: 1px solid #ffffff10; background: #090b10c7; backdrop-filter: blur(16px); }
.settings-header a { color: #a7afbb; text-decoration: none; font-size: 13px; }
.settings-header div { display: flex; align-items: center; gap: 10px; }
.settings-header span { color: #ff365f; font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.settings-header strong { font-size: 14px; }
.settings-main { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 54px 0 80px; }
.settings-hero { margin-bottom: 36px; }
.settings-hero h1 { margin: 8px 0 10px; font-size: clamp(32px, 5vw, 54px); letter-spacing: -.04em; }
.settings-hero p { max-width: 620px; color: #8f97a4; line-height: 1.6; }
.architecture { display: flex; align-items: center; gap: 14px; margin-top: 26px; overflow-x: auto; }
.architecture span { min-width: 150px; padding: 13px 16px; border: 1px solid #ffffff14; border-radius: 12px; background: #ffffff08; font-size: 13px; font-weight: 800; }
.architecture span.active { border-color: #22e6cf42; background: #22e6cf0d; }
.architecture small, .architecture i { color: #727b88; font-size: 10px; font-style: normal; font-weight: 500; }
.settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.settings-card { padding: 22px; border: 1px solid #ffffff12; border-radius: 18px; background: #11141bcc; box-shadow: 0 18px 50px #0003; }
.card-title, .card-title > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.card-title { margin-bottom: 20px; }
.card-title h2 { margin: 0; font-size: 16px; }
.step { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: #ffffff0a; color: #707987; font-size: 9px; font-weight: 900; }
.status { padding: 5px 8px; border-radius: 999px; background: #ffb72e18; color: #ffbd49; font-size: 10px; }
.status.ok { background: #22e6cf13; color: #22e6cf; }
.settings-card label:not(.switch-row) { display: block; margin-top: 14px; color: #858d99; font-size: 11px; }
.settings-card input:not([type="checkbox"]) { width: 100%; margin-top: 7px; padding: 11px 12px; border: 1px solid #ffffff12; border-radius: 9px; outline: 0; background: #090b10; color: #e8e9ec; }
.settings-card input:focus { border-color: #22e6cf55; }
.settings-card input:disabled { color: #858d99; }
.hint { color: #656e7b; font-size: 10px; line-height: 1.5; }
.switch-row { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; color: #b7bdc6; font-size: 12px; }
.switch-row input { accent-color: #22e6cf; }
dl { margin: 10px 0 0; }
dl div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid #ffffff0b; font-size: 11px; }
dt { color: #747d8a; } dd { margin: 0; max-width: 60%; color: #b9bec7; text-align: right; overflow-wrap: anywhere; }
.save-bar { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 6px; padding: 16px 18px; border: 1px solid #ffffff12; border-radius: 14px; background: #10131a; color: #747d89; font-size: 11px; }
.save-bar button { padding: 10px 18px; border: 0; border-radius: 9px; background: linear-gradient(135deg, #ff365f, #d82ac6); font-weight: 800; cursor: pointer; }
@media (max-width: 720px) { .settings-header { padding: 0 16px; } .settings-header div { display: none; } .settings-main { padding-top: 35px; } .settings-grid { grid-template-columns: 1fr; } .save-bar { grid-column: auto; align-items: stretch; flex-direction: column; } }
