.form-success {
  margin: 14px 0;
  padding: 12px 14px;
  border: 1px solid rgba(123, 244, 207, .35);
  background: rgba(123, 244, 207, .08);
  color: #7bf4cf;
  font-size: 13px;
  line-height: 1.6;
}
.code-input {
  text-align: center;
  font-size: 28px !important;
  font-weight: 900;
  letter-spacing: .45em;
}
.resend-form {
  margin-top: 20px;
  text-align: center;
  color: #91a2a6;
  font-size: 12px;
}
.text-button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #7bf4cf;
  background: transparent;
  color: #7bf4cf;
  cursor: pointer;
}
.forgot-link, .back-link {
  display: inline-block;
  margin-top: 13px;
  color: #7bf4cf;
  font-size: 12px;
}
.back-link { margin-top: 24px; }
.account-settings-link {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid rgba(145, 162, 166, .3);
  background: rgba(145, 162, 166, .08);
  color: #b8c8ca;
  font-size: 12px;
  text-align: center;
}
.account-settings-link:hover {
  border-color: rgba(184, 200, 202, .55);
  background: rgba(145, 162, 166, .14);
}
.account-controls {
  display: flex;
  gap: 9px;
  align-items: center;
}
.profile-owner-actions{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap;margin-top:18px}.profile-owner-actions>form,.profile-account-switcher{flex:0 1 210px;margin:0}.profile-owner-actions .button{display:flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:51px;margin:0;padding:14px 18px}.profile-account-switcher{position:relative}.profile-account-switcher>summary,.profile-switch-add>summary{list-style:none;cursor:pointer}.profile-account-switcher>summary::-webkit-details-marker,.profile-switch-add>summary::-webkit-details-marker{display:none}.profile-account-switcher[open]>summary{border-color:#7bf4cf;color:#7bf4cf}.profile-account-switcher-menu{position:absolute;z-index:50;left:0;top:calc(100% + 9px);width:min(370px,calc(100vw - 44px));padding:15px;border:1px solid rgba(123,244,207,.36);background:#071215;box-shadow:0 22px 58px rgba(0,0,0,.56)}.profile-account-switcher-menu>p{margin:0 0 11px;color:#91a2a6;font-size:12px;line-height:1.45}.profile-switch-account-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-top:1px solid rgba(123,244,207,.13)}.profile-switch-account-row img{width:38px;height:38px;border-radius:10px;object-fit:cover}.profile-switch-account-row span{min-width:0;flex:1}.profile-switch-account-row strong,.profile-switch-account-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-switch-account-row strong{font-size:13px}.profile-switch-account-row small{margin-top:3px;color:#91a2a6;font-size:10px}.profile-switch-account-row button{padding:8px 9px;border:1px solid rgba(123,244,207,.3);background:rgba(123,244,207,.07);color:#7bf4cf;font-size:9px;font-weight:900;cursor:pointer}.profile-switch-account-row button:disabled{opacity:.5;cursor:default}.profile-switch-add{padding-top:10px;border-top:1px solid rgba(123,244,207,.13)}.profile-switch-add>summary{color:#7bf4cf;font-size:11px;font-weight:900;letter-spacing:.06em}.profile-switch-add form{display:grid;gap:10px;margin-top:9px}.profile-switch-add .field{margin:0}.profile-switch-add .field span{font-size:9px}.profile-switch-add .field input{padding:10px}.profile-switch-add .auth-button{margin:0}.profile-switch-errors{max-width:440px;margin-top:15px}@media(max-width:520px){.profile-owner-actions{display:grid;grid-template-columns:1fr}.profile-owner-actions>form,.profile-account-switcher{width:100%}.profile-account-switcher-menu{width:100%}}
.notification-bell {
  position: relative;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #5ee6d2;
  background: rgba(94, 230, 210, .07);
  color: #7bf4cf;
  box-shadow: none;
  transform: none;
}
.notification-badge {
  position: absolute;
  top: -8px;
  right: -8px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #071013;
  border-radius: 999px;
  background: #ff6b75;
  color: #fff;
  font: 900 10px/1 Arial, sans-serif;
  letter-spacing: 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .4);
}
.notification-bell:hover {
  border-color: #7bf4cf;
  background: rgba(123, 244, 207, .16);
  color: #effffc;
  transform: none;
}
.notification-bell.active {
  border-color: #7bf4cf;
  background: rgba(123, 244, 207, .12);
  color: #7bf4cf;
  box-shadow: none;
  transform: none;
}
.notification-bell svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.owner-link {
  padding: 9px 12px;
  border: 1px solid rgba(255, 189, 74, .3);
  background: rgba(255, 189, 74, .07);
  color: #ffbd4a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}
.owner-link:hover {
  border-color: rgba(255, 189, 74, .6);
}
.owner-link.verified {
  border-color: rgba(123, 244, 207, .35);
  background: rgba(123, 244, 207, .08);
  color: #7bf4cf;
}
.settings-shell {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 10%, rgba(56, 217, 245, .13), transparent 28rem),
    #071013;
}
.settings-nav { max-width: 1120px; }
.settings-content {
  position: relative;
  z-index: 1;
  width: min(100% - 40px, 1120px);
  margin: 0 auto;
  padding: 72px 0 100px;
}
.settings-header { margin-bottom: 32px; }
.settings-header h1 {
  margin: 10px 0 8px;
  font-size: clamp(48px, 8vw, 82px);
  letter-spacing: -.06em;
}
.settings-header > p:last-child { color: #91a2a6; }
.settings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.settings-card {
  padding: 30px;
  border: 1px solid rgba(123, 244, 207, .18);
  background: linear-gradient(145deg, rgba(15, 29, 32, .98), rgba(7, 16, 19, .98));
}
.settings-card h2 { margin: 8px 0; font-size: 27px; }
.settings-card > p:not(.settings-index) {
  min-height: 42px;
  color: #91a2a6;
  font-size: 13px;
  line-height: 1.55;
}
.settings-index {
  margin: 0;
  color: #53666a;
  font-family: monospace;
  font-size: 11px;
}
.secondary-action {
  border: 1px solid rgba(123, 244, 207, .25);
  background: transparent;
  color: #7bf4cf;
}
.danger-card { border-color: rgba(255, 107, 117, .3); }
.confirm-delete {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 16px;
  color: #ff9ca3;
  font-size: 12px;
  line-height: 1.45;
}
.confirm-delete input {
  width: auto;
  margin-top: 2px;
}
.delete-button {
  background: #ff6b75;
  color: #071013;
}
@media (max-width: 760px) {
  .settings-content { padding-top: 48px; }
  .settings-grid { grid-template-columns: 1fr; }
  .settings-card { padding: 24px; }
}
