/* --------------------------------------------------------------------------
   Digitana Social - Mein Profil / Korrektur 1 2026-05-10
   Profilseite ohne Kachel-in-Kachel, kompakter Titelbereich, echte Reiter,
   Sichtbarkeit nur im Profilbereich und Konto-Namen getrennt von Freigaben.
   -------------------------------------------------------------------------- */
.ds-profile-panel {
  width: 100%;
  max-width: none;
  align-self: stretch;
  justify-self: stretch;
  padding: 30px 0 10px;
  color: var(--ds-text);
}

.ds-profile-cover {
  position: relative;
  width: 100%;
  min-height: 138px;
  max-height: 156px;
  overflow: hidden;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(3, 18, 31, 0.96) 38%, rgba(0, 0, 0, 1) 100%);
  box-shadow:
    inset 0 0 0 1px rgba(215, 237, 255, 0.08),
    inset 0 -22px 36px rgba(0, 0, 0, 0.44);
}

.ds-profile-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.62;
  pointer-events: none;
}

.ds-profile-cover-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
}

.ds-profile-cover-status {
  position: absolute;
  left: 22px;
  right: 74px;
  bottom: 16px;
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: #dff5ff;
  font-size: 0.94rem;
  line-height: 1.35;
  text-shadow:
    0 0 8px rgba(32, 169, 255, 0.42),
    0 1px 0 #000000;
}

.ds-profile-cover-status span {
  color: rgba(230, 241, 248, 0.86);
  font-size: 0.74rem;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  text-shadow:
    0 0 7px rgba(215, 237, 255, 0.22),
    0 1px 0 #000000;
}

.ds-profile-summary {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 112px;
  padding: 16px 22px 14px;
  background: #000000;
  border-bottom: 1px solid rgba(215, 237, 255, 0.12);
}

.ds-profile-image-center {
  grid-template-columns: 1fr auto 1fr;
  text-align: center;
}

.ds-profile-image-center .ds-profile-avatar-wrap {
  grid-column: 2;
}

.ds-profile-image-center .ds-profile-title-block {
  grid-column: 1 / -1;
}

.ds-profile-image-right {
  grid-template-columns: minmax(0, 1fr) auto;
}

.ds-profile-image-right .ds-profile-avatar-wrap {
  grid-column: 2;
  grid-row: 1;
}

.ds-profile-image-right .ds-profile-title-block {
  grid-column: 1;
  grid-row: 1;
  text-align: right;
}

.ds-profile-avatar-wrap {
  position: relative;
  width: 82px;
  height: 82px;
  flex: 0 0 auto;
}

.ds-profile-avatar-image,
.ds-profile-avatar-placeholder {
  width: 82px;
  height: 82px;
  display: block;
  border-radius: 4px;
  background:
    radial-gradient(circle at 36% 26%, rgba(245, 253, 255, 0.28), transparent 30%),
    linear-gradient(135deg, rgba(20, 54, 78, 0.96), rgba(0, 0, 0, 0.98));
  box-shadow:
    0 0 18px rgba(32, 169, 255, 0.20),
    inset 0 0 0 1px rgba(215, 237, 255, 0.18),
    inset 0 -16px 24px rgba(0, 0, 0, 0.44);
  object-fit: cover;
}

.ds-profile-avatar-placeholder::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 19px auto 6px;
  border-radius: 50%;
  background: rgba(215, 237, 255, 0.56);
  box-shadow: 0 0 12px rgba(32, 169, 255, 0.32);
}

.ds-profile-avatar-placeholder::after {
  content: "";
  display: block;
  width: 46px;
  height: 24px;
  margin: 0 auto;
  border-radius: 50% 50% 4px 4px;
  background: rgba(215, 237, 255, 0.32);
  box-shadow: 0 0 10px rgba(32, 169, 255, 0.18);
}

.ds-profile-title-block h1 {
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3.2vw, 2.38rem);
  font-weight: 700;
  letter-spacing: 0.10em;
  line-height: 1.1;
  text-shadow:
    0 0 9px rgba(255, 255, 255, 0.70),
    0 0 18px rgba(32, 169, 255, 0.38),
    0 1px 0 #000000;
}

.ds-profile-real-name {
  margin: 5px 0 0;
  color: #b8dcf1;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

.ds-profile-line {
  margin: 9px 0 0;
  color: #d6f1ff;
  font-size: 0.94rem;
  line-height: 1.35;
}

.ds-profile-image-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.ds-profile-camera {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(232, 248, 255, 0.34), rgba(42, 119, 169, 0.58) 42%, rgba(0, 0, 0, 0.95));
  color: #ffffff;
  cursor: pointer;
  font-size: 0.88rem;
  box-shadow:
    0 0 12px rgba(32, 169, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    inset 0 -8px 14px rgba(0, 0, 0, 0.38);
}

.ds-profile-cover-upload .ds-profile-camera {
  top: 12px;
  right: 14px;
}

.ds-profile-avatar-upload .ds-profile-camera {
  right: -8px;
  bottom: -7px;
}

.ds-profile-tabs {
  display: inline-flex;
  align-items: flex-end;
  gap: 0;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid rgba(215, 237, 255, 0.15);
  background: transparent;
  -webkit-overflow-scrolling: touch;
}

.ds-profile-tabs-plain {
  margin-top: 0;
}

.ds-profile-tab {
  flex: 0 0 auto;
  min-width: 112px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border: 1px solid rgba(215, 237, 255, 0.12);
  border-right-width: 0;
  color: #acd3e8;
  background: linear-gradient(180deg, rgba(4, 13, 23, 0.96), rgba(0, 0, 0, 0.98));
  text-decoration: none;
  box-shadow: inset 0 7px 14px rgba(0, 0, 0, 0.58);
}

.ds-profile-tab:last-child {
  border-right-width: 1px;
}

.ds-profile-tab-active {
  color: #ffffff;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(215, 237, 255, 0.22), transparent 58%),
    linear-gradient(135deg, rgba(210, 232, 246, 0.26), rgba(51, 126, 174, 0.36) 35%, rgba(5, 18, 31, 0.98) 78%);
  box-shadow:
    0 0 16px rgba(32, 169, 255, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -8px 15px rgba(0, 0, 0, 0.28);
}

.ds-profile-body {
  min-height: 242px;
  padding: 20px 22px 24px;
  background: #000000;
  box-shadow: inset 0 0 0 1px rgba(215, 237, 255, 0.06);
}

.ds-profile-overview-flat {
  max-width: 980px;
}

.ds-profile-line-block {
  margin: 0 0 18px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.ds-profile-line-block h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(32, 169, 255, 0.24);
}

.ds-profile-line-block p,
.ds-profile-contact-lines p,
.ds-profile-empty-line,
.ds-profile-quiet-area {
  margin: 5px 0;
  color: #d8f0ff;
  font-size: 0.94rem;
  line-height: 1.45;
}

.ds-profile-contact-lines span {
  color: #8edfff;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}



.ds-profile-form-note {
  margin: 6px 0 0;
  color: #9fc4d8;
  font-size: 0.76rem;
}

.ds-profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.ds-profile-error-note {
  width: fit-content;
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: 4px;
  background: rgba(32, 169, 255, 0.10);
  color: #dff5ff;
  box-shadow: inset 0 0 0 1px rgba(32, 169, 255, 0.16);
}

.ds-profile-error-note {
  background: rgba(120, 10, 20, 0.22);
  color: #ffd8df;
  box-shadow: inset 0 0 0 1px rgba(255, 120, 140, 0.24);
}

.ds-profile-quiet-area {
  min-height: 120px;
  display: flex;
  align-items: center;
  color: #9db8ca;
}

.ds-profile-accent-blue { --ds-profile-accent: #20a9ff; }
.ds-profile-accent-silver { --ds-profile-accent: #d7edff; }
.ds-profile-accent-violet { --ds-profile-accent: #b58cff; }
.ds-profile-accent-green { --ds-profile-accent: #55ff9a; }
.ds-profile-accent-red { --ds-profile-accent: #ff6278; }
.ds-profile-accent-gold { --ds-profile-accent: #ffd76a; }

.ds-profile-panel .ds-profile-cover,
.ds-profile-panel .ds-profile-avatar-image,
.ds-profile-panel .ds-profile-avatar-placeholder,
.ds-profile-panel .ds-profile-camera,
.ds-profile-panel .ds-profile-tab-active {
  box-shadow:
    0 0 16px color-mix(in srgb, var(--ds-profile-accent, #20a9ff) 38%, transparent),
    inset 0 0 0 1px rgba(215, 237, 255, 0.12),
    inset 0 -18px 28px rgba(0, 0, 0, 0.32);
}

.ds-profile-pattern-tech_lines .ds-profile-cover::before,
.ds-profile-cover.ds-profile-pattern-tech_lines::before {
  background:
    repeating-linear-gradient(90deg, rgba(32, 169, 255, 0.12) 0 1px, transparent 1px 52px),
    linear-gradient(90deg, transparent, rgba(32, 169, 255, 0.10), transparent);
}

.ds-profile-pattern-grid .ds-profile-cover::before,
.ds-profile-cover.ds-profile-pattern-grid::before {
  background:
    repeating-linear-gradient(90deg, rgba(32, 169, 255, 0.10) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(215, 237, 255, 0.07) 0 1px, transparent 1px 32px);
}

.ds-profile-pattern-waves .ds-profile-cover::before,
.ds-profile-cover.ds-profile-pattern-waves::before {
  background:
    radial-gradient(ellipse at 20% 70%, rgba(32, 169, 255, 0.22), transparent 34%),
    radial-gradient(ellipse at 78% 28%, rgba(215, 237, 255, 0.14), transparent 36%);
}

.ds-profile-pattern-stars .ds-profile-cover::before,
.ds-profile-cover.ds-profile-pattern-stars::before {
  background:
    radial-gradient(circle at 18% 26%, rgba(255,255,255,0.72) 0 1px, transparent 2px),
    radial-gradient(circle at 42% 58%, rgba(142,223,255,0.64) 0 1px, transparent 2px),
    radial-gradient(circle at 76% 34%, rgba(255,255,255,0.58) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 72%, rgba(142,223,255,0.50) 0 1px, transparent 2px);
  background-size: 180px 90px;
}

.ds-profile-pattern-nature .ds-profile-cover::before,
.ds-profile-cover.ds-profile-pattern-nature::before {
  background:
    linear-gradient(135deg, rgba(39, 123, 91, 0.20), transparent 42%),
    radial-gradient(ellipse at 75% 70%, rgba(86, 255, 154, 0.16), transparent 38%);
}

.ds-profile-pattern-music .ds-profile-cover::before,
.ds-profile-cover.ds-profile-pattern-music::before {
  background:
    repeating-linear-gradient(0deg, transparent 0 17px, rgba(32, 169, 255, 0.13) 18px 19px, transparent 20px 34px),
    radial-gradient(ellipse at 70% 50%, rgba(215, 237, 255, 0.12), transparent 40%);
}

@media (max-width: 820px) {
  .ds-profile-panel {
    padding-top: 28px;
  }

  .ds-profile-cover {
    min-height: 118px;
  }

  .ds-profile-summary,
  .ds-profile-image-right,
  .ds-profile-image-center {
    grid-template-columns: auto minmax(0, 1fr);
    text-align: left;
    padding: 14px;
  }

  .ds-profile-image-center .ds-profile-avatar-wrap,
  .ds-profile-image-center .ds-profile-title-block,
  .ds-profile-image-right .ds-profile-avatar-wrap,
  .ds-profile-image-right .ds-profile-title-block {
    grid-column: auto;
    grid-row: auto;
    text-align: left;
  }

  .ds-profile-avatar-wrap,
  .ds-profile-avatar-image,
  .ds-profile-avatar-placeholder {
    width: 66px;
    height: 66px;
  }

  .ds-profile-title-block h1 {
    font-size: clamp(1.25rem, 7vw, 1.78rem);
    letter-spacing: 0.06em;
  }

  .ds-profile-tabs {
    width: 100%;
  }

  .ds-profile-tab {
    min-width: 104px;
    min-height: 34px;
    padding: 7px 12px;
  }

  .ds-profile-body {
    padding: 16px 14px 20px;
  }

}
/* --------------------------------------------------------------------------
   Mein Profil - Finalblock Profil/Feed/Freunde/Mobile 2026-05-11
   Ergänzt die bestehende Optik, ohne Radar/Glocke optisch zu verändern.
   -------------------------------------------------------------------------- */
.ds-profile-panel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  --ds-profile-accent: #20a9ff;
  --ds-profile-neutral-silver: rgba(215, 237, 255, 0.36);
}

.ds-profile-accent-blue { --ds-profile-accent: #20a9ff; }
.ds-profile-accent-silver { --ds-profile-accent: #d7edff; }
.ds-profile-accent-violet { --ds-profile-accent: #b58cff; }
.ds-profile-accent-green { --ds-profile-accent: #55ff9a; }
.ds-profile-accent-red { --ds-profile-accent: #ff6278; }
.ds-profile-accent-gold { --ds-profile-accent: #ffd76a; }

.ds-profile-cover {
  min-height: 170px;
  max-height: none;
  isolation: isolate;
}

.ds-profile-cover-image {
  transform: scale(var(--ds-cover-zoom, 1));
  transform-origin: center;
  object-position: var(--ds-cover-x, 50%) var(--ds-cover-y, 50%);
}

.ds-profile-cover-title {
  position: absolute;
  z-index: 3;
  left: 22px;
  top: 18px;
  max-width: min(520px, calc(100% - 110px));
  text-shadow: 0 0 10px rgba(0,0,0,0.86), 0 0 18px color-mix(in srgb, var(--ds-profile-accent) 34%, transparent);
}

.ds-profile-cover-title h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.58rem, 3.4vw, 2.55rem);
  letter-spacing: 0.10em;
  color: #ffffff;
}

.ds-profile-cover-title p {
  margin: 4px 0 0;
  color: #d5ebf8;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}

.ds-profile-cover-status {
  z-index: 4;
  right: auto;
  max-width: min(440px, calc(100% - 44px));
}

.ds-profile-status-top_left { left: 22px; top: 76px; bottom: auto; justify-content: flex-start; }
.ds-profile-status-top_center { left: 50%; top: 76px; bottom: auto; transform: translateX(-50%); text-align: center; justify-content: center; }
.ds-profile-status-top_right { left: auto; right: 22px; top: 76px; bottom: auto; text-align: right; justify-content: flex-end; }
.ds-profile-status-bottom_left { left: 22px; bottom: 12px; justify-content: flex-start; }
.ds-profile-status-bottom_center { left: 50%; bottom: 16px; transform: translateX(-50%); text-align: center; justify-content: center; }
.ds-profile-status-bottom_right { left: auto; right: 22px; bottom: 16px; text-align: right; justify-content: flex-end; }

.ds-profile-status-edit {
  display: inline-flex;
  margin-left: 10px;
  color: #8fe2ff;
  font-size: 0.76rem;
}

.ds-profile-status-edit summary,
.ds-profile-feed-visibility summary,
.ds-profile-inline-editor summary {
  cursor: pointer;
  color: #8fe2ff;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-shadow: 0 0 8px rgba(32, 169, 255, 0.42);
  list-style: none;
}

.ds-profile-status-edit summary::-webkit-details-marker,
.ds-profile-feed-visibility summary::-webkit-details-marker,
.ds-profile-inline-editor summary::-webkit-details-marker {
  display: none;
}

.ds-profile-status-edit form {
  position: absolute;
  right: 0;
  top: 24px;
  width: min(360px, calc(100vw - 56px));
  display: grid;
  gap: 8px;
  padding: 12px;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(40, 68, 86, 0.96), rgba(0,0,0,0.98));
  box-shadow: 0 18px 36px rgba(0,0,0,0.58), inset 0 0 0 1px rgba(215,237,255,0.14);
}

.ds-profile-cover-adjust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 14px;
  padding: 10px 18px;
  color: #bfdcef;
  background: linear-gradient(90deg, rgba(0,0,0,0.98), rgba(4,17,27,0.96), rgba(0,0,0,0.98));
  box-shadow: inset 0 1px 0 rgba(215,237,255,0.08);
}

.ds-profile-cover-adjust span {
  color: #ffffff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ds-profile-cover-adjust label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
}

.ds-profile-cover-adjust input[type="range"] {
  width: 96px;
  accent-color: var(--ds-profile-accent);
}

.ds-mini-text-action,
.ds-profile-glow-link-button {
  border: 0;
  background: transparent;
  color: #8fe2ff;
  padding: 0;
  font: inherit;
  font-size: 0.78rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  text-shadow: 0 0 8px rgba(32,169,255,0.42);
}

.ds-mini-text-action:hover,
.ds-profile-glow-link-button:hover,
.ds-profile-icon-link:hover {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(215,237,255,0.72), 0 0 20px color-mix(in srgb, var(--ds-profile-accent) 45%, transparent);
}


.ds-profile-summary {
  border-bottom: 0;
  background: transparent;
  align-items: start;
}

.ds-profile-main-divider {
  width: min(560px, 76%);
  height: 2px;
  margin: 16px auto 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--ds-profile-accent) 38%, rgba(215,237,255,0.22)), rgba(255,255,255,0.52), color-mix(in srgb, var(--ds-profile-accent) 38%, rgba(215,237,255,0.22)), transparent);
  box-shadow: inset 0 1px 0 rgba(0,0,0,0.72), 0 0 10px color-mix(in srgb, var(--ds-profile-accent) 22%, transparent);
}

.ds-profile-social-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 250px);
  gap: 22px;
  align-items: start;
}


.ds-profile-friends-box {
  min-width: 0;
  max-height: 470px;
  padding: 12px;
  border-radius: 10px;
  background: linear-gradient(130deg, rgba(5,12,18,0.98), rgba(0,0,0,0.99));
  box-shadow: inset 0 0 0 1px rgba(215,237,255,0.10), 0 12px 24px rgba(0,0,0,0.22);
}

.ds-profile-friends-head strong {
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ds-profile-friends-head span {
  min-width: 22px;
  min-height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px 7px;
  border-radius: 999px;
  color: #f7fbff;
  line-height: 1;
  background:
    radial-gradient(ellipse at 28% 18%, rgba(255, 255, 255, 0.28), transparent 52%),
    linear-gradient(135deg, rgba(215, 237, 255, 0.20), rgba(18, 28, 36, 0.62) 58%, rgba(0, 0, 0, 0.78));
  box-shadow:
    inset 0 0 0 1px rgba(235, 248, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.20),
    0 0 10px rgba(215, 237, 255, 0.16);
  text-shadow:
    0 1px 0 #000000,
    0 0 7px rgba(235, 248, 255, 0.26);
}

.ds-profile-friend-search {
  width: 100%;
  margin: 10px 0;
  height: 32px;
  padding: 7px 9px;
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, rgba(54,60,66,0.98), rgba(6,8,10,0.99));
  color: var(--ds-text);
  box-shadow: inset 0 0 0 1px rgba(215,237,255,0.36), inset 0 8px 14px rgba(0,0,0,0.46), 0 0 9px rgba(215,237,255,0.08);
  outline: none;
}

.ds-profile-friend-list {
  display: grid;
  gap: 7px;
  max-height: 370px;
  overflow-y: auto;
  padding-right: 4px;
}

.ds-profile-friend-row {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 12px;
  gap: 8px;
  align-items: center;
  text-decoration: none;
}

.ds-profile-friend-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(215,237,255,0.18), rgba(0,0,0,0.96));
  overflow: hidden;
}

.ds-profile-friend-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ds-profile-online-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #45ff8c;
  box-shadow: 0 0 8px rgba(69,255,140,0.74);
}

.ds-profile-relationship-actions {
  margin-top: 10px;
}

@media (max-width: 920px) {
  .ds-profile-social-layout {
    grid-template-columns: 1fr;
  }
  .ds-profile-friends-box {
    order: -1;
    max-height: 260px;
  }
  .ds-profile-friend-list {
    max-height: 190px;
  }
}

@media (max-width: 820px) {
  .ds-content-frame {
    overflow-x: clip;
  }
  .ds-profile-panel,
  .ds-profile-body,
  .ds-profile-cover,
  .ds-profile-social-layout,
  .ds-profile-feed-column,
  .ds-profile-friends-box {
    max-width: 100%;
    min-width: 0;
  }
  .ds-profile-cover {
    min-height: 150px;
  }
  .ds-profile-cover-title {
    left: 14px;
    top: 14px;
    max-width: calc(100% - 72px);
  }
  .ds-profile-cover-title h1 {
    font-size: clamp(1.25rem, 7vw, 1.82rem);
    letter-spacing: 0.06em;
  }
  .ds-profile-status-edit form {
    left: 0;
    right: auto;
    width: min(330px, calc(100vw - 70px));
  }
  .ds-profile-cover-adjust {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ds-profile-tabs {
    width: 100%;
    max-width: 100%;
  }
  .ds-profile-tab {
    min-width: 96px;
    padding: 7px 10px;
  }
  .ds-profile-body {
    padding: 14px 12px 18px;
  }
  .ds-profile-summary,
  .ds-profile-image-right,
  .ds-profile-image-center {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  .ds-profile-image-center .ds-profile-title-block,
  .ds-profile-image-right .ds-profile-title-block {
    text-align: left;
  }
  .ds-profile-link-card {
    grid-template-columns: 1fr;
  }
  .ds-profile-link-card img {
    width: 100%;
    height: auto;
    max-height: 180px;
  }
}

/* --------------------------------------------------------------------------
   Profil Korrektur 1 - Status direkt, Sichtbarkeit, Titelbild-Ausschnitt,
   Steckbrief-Anordnung und dezente Feed-/Kommentar-Aktionen 2026-05-11
   -------------------------------------------------------------------------- */
.ds-profile-cover-image {
  object-position: var(--ds-cover-x, 50%) var(--ds-cover-y, 50%);
  transform: scale(var(--ds-cover-zoom, 1));
  transform-origin: var(--ds-cover-x, 50%) var(--ds-cover-y, 50%);
}

.ds-profile-cover-status {
  overflow: visible;
}

.ds-profile-status-inline-form {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: min(340px, 70vw);
}

.ds-profile-status-input {
  width: min(300px, 62vw);
  min-height: 24px;
  padding: 2px 4px;
  border: 0;
  border-radius: 4px;
  background: transparent;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  outline: none;
  text-shadow: inherit;
}

.ds-profile-status-input::placeholder {
  color: rgba(215, 237, 255, 0.62);
  font-weight: 400;
}

.ds-profile-status-input:focus {
  background: rgba(0, 0, 0, 0.38);
  box-shadow:
    inset 0 0 0 1px rgba(215, 237, 255, 0.28),
    0 0 10px color-mix(in srgb, var(--ds-profile-accent) 26%, transparent);
}


.ds-profile-status-send {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.92);
  transition: opacity 0.14s ease, transform 0.14s ease;
}

.ds-profile-status-inline-form:focus-within .ds-profile-status-send,
.ds-profile-status-inline-form.ds-profile-status-editing .ds-profile-status-send {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}

.ds-profile-cover-adjust {
  gap: 8px 13px;
}

.ds-profile-cover-adjust input[type="range"] {
  width: 105px;
  accent-color: #d7edff;
}


.ds-profile-summary {
  gap: 28px;
  align-items: center;
  min-height: 148px;
  padding: 24px 32px 18px;
}

.ds-profile-info-block {
  min-width: 0;
  color: #eaf6ff;
  line-height: 1.42;
}

.ds-profile-info-left {
  text-align: right;
  justify-self: end;
}

.ds-profile-info-right {
  text-align: left;
  justify-self: start;
}

.ds-profile-image-center {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.ds-profile-image-center .ds-profile-info-left {
  grid-column: 1;
  grid-row: 1;
}

.ds-profile-image-center .ds-profile-avatar-wrap {
  grid-column: 2;
  grid-row: 1;
}

.ds-profile-image-center .ds-profile-info-right {
  grid-column: 3;
  grid-row: 1;
}

.ds-profile-image-left {
  grid-template-columns: auto minmax(0, 1fr);
}

.ds-profile-image-left .ds-profile-avatar-wrap {
  grid-column: 1;
  grid-row: 1;
}

.ds-profile-image-left .ds-profile-info-left,
.ds-profile-image-left .ds-profile-info-right {
  grid-column: 2;
  text-align: left;
  justify-self: start;
}

.ds-profile-image-left .ds-profile-info-left {
  grid-row: 1;
  align-self: end;
}

.ds-profile-image-left .ds-profile-info-right {
  grid-row: 2;
  margin-top: 6px;
}

.ds-profile-image-right {
  grid-template-columns: minmax(0, 1fr) auto;
}

.ds-profile-image-right .ds-profile-info-left,
.ds-profile-image-right .ds-profile-info-right {
  grid-column: 1;
  text-align: left;
  justify-self: start;
}

.ds-profile-image-right .ds-profile-info-left {
  grid-row: 1;
  align-self: end;
}

.ds-profile-image-right .ds-profile-info-right {
  grid-row: 2;
  margin-top: 6px;
}

.ds-profile-image-right .ds-profile-avatar-wrap {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.ds-profile-line {
  margin: 0 0 8px;
  color: #dff5ff;
}

.ds-profile-line-block {
  margin: 6px 0 0;
}

.ds-profile-line-block h2 {
  margin: 0 0 5px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgba(32,169,255,0.28);
}

.ds-profile-line-block p,
.ds-profile-contact-lines p {
  margin: 4px 0;
  color: #eaf6ff;
  font-size: 0.86rem;
}

.ds-profile-contact-lines span {
  color: #8fe2ff;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}


@media (max-width: 820px) {
  .ds-profile-status-inline-form {
    min-width: 0;
    width: 100%;
  }

  .ds-profile-status-input {
    width: min(250px, calc(100vw - 104px));
  }

  .ds-profile-cover-adjust input[type="range"] {
    width: 100%;
  }

  .ds-profile-summary,
  .ds-profile-image-left,
  .ds-profile-image-center,
  .ds-profile-image-right {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 18px 16px 14px;
    justify-items: start;
  }

  .ds-profile-image-left .ds-profile-avatar-wrap,
  .ds-profile-image-center .ds-profile-avatar-wrap,
  .ds-profile-image-right .ds-profile-avatar-wrap,
  .ds-profile-image-left .ds-profile-info-left,
  .ds-profile-image-left .ds-profile-info-right,
  .ds-profile-image-center .ds-profile-info-left,
  .ds-profile-image-center .ds-profile-info-right,
  .ds-profile-image-right .ds-profile-info-left,
  .ds-profile-image-right .ds-profile-info-right {
    grid-column: 1;
    grid-row: auto;
    text-align: left;
    justify-self: start;
    margin-top: 0;
  }

  .ds-profile-info-left,
  .ds-profile-info-right {
    text-align: left;
  }

  .ds-profile-inline-editor form {
    min-width: min(330px, calc(100vw - 70px));
  }
}


/* --------------------------------------------------------------------------
   Mein Profil - Feinschliff 2026-05-11
   Nur Profilbereich: Bildhöhe, Mobile, Trenner, Dialoge, Profilfarben.
   Radar/Glocke, Mein Konto, Core und Startseite bleiben unangetastet.
   -------------------------------------------------------------------------- */
.ds-profile-panel {
  --ds-profile-bg-1: rgba(6, 28, 48, 0.88);
  --ds-profile-bg-2: rgba(2, 8, 16, 0.98);
  --ds-profile-bg-3: rgba(0, 0, 0, 1);
  --ds-profile-divider: color-mix(in srgb, var(--ds-profile-accent) 62%, rgba(235, 248, 255, 0.58));
}

.ds-profile-accent-blue { --ds-profile-accent: #20a9ff; --ds-profile-bg-1: rgba(7, 56, 96, 0.92); --ds-profile-bg-2: rgba(3, 22, 42, 0.98); }
.ds-profile-accent-blue_deep { --ds-profile-accent: #2377ff; --ds-profile-bg-1: rgba(5, 32, 91, 0.94); --ds-profile-bg-2: rgba(2, 12, 42, 0.99); }
.ds-profile-accent-blue_steel { --ds-profile-accent: #6aa6c9; --ds-profile-bg-1: rgba(35, 68, 86, 0.92); --ds-profile-bg-2: rgba(9, 21, 31, 0.99); }
.ds-profile-accent-silver { --ds-profile-accent: #d7edff; --ds-profile-bg-1: rgba(76, 93, 105, 0.74); --ds-profile-bg-2: rgba(24, 31, 38, 0.99); }
.ds-profile-accent-graphite { --ds-profile-accent: #9aa7b3; --ds-profile-bg-1: rgba(44, 50, 58, 0.86); --ds-profile-bg-2: rgba(12, 14, 18, 0.99); }
.ds-profile-accent-green { --ds-profile-accent: #31d879; --ds-profile-bg-1: rgba(3, 92, 48, 0.92); --ds-profile-bg-2: rgba(2, 36, 22, 0.99); }
.ds-profile-accent-green_deep { --ds-profile-accent: #18b965; --ds-profile-bg-1: rgba(2, 72, 35, 0.94); --ds-profile-bg-2: rgba(1, 28, 16, 0.99); }
.ds-profile-accent-olive { --ds-profile-accent: #9aa83d; --ds-profile-bg-1: rgba(72, 80, 18, 0.88); --ds-profile-bg-2: rgba(28, 32, 8, 0.99); }
.ds-profile-accent-petrol { --ds-profile-accent: #22c7bd; --ds-profile-bg-1: rgba(3, 81, 78, 0.90); --ds-profile-bg-2: rgba(2, 30, 32, 0.99); }
.ds-profile-accent-violet { --ds-profile-accent: #b58cff; --ds-profile-bg-1: rgba(58, 30, 104, 0.90); --ds-profile-bg-2: rgba(22, 10, 42, 0.99); }
.ds-profile-accent-purple_dark { --ds-profile-accent: #8f5bff; --ds-profile-bg-1: rgba(45, 18, 90, 0.92); --ds-profile-bg-2: rgba(18, 7, 39, 0.99); }
.ds-profile-accent-burgundy { --ds-profile-accent: #c64162; --ds-profile-bg-1: rgba(90, 14, 36, 0.90); --ds-profile-bg-2: rgba(36, 5, 16, 0.99); }
.ds-profile-accent-red_dark { --ds-profile-accent: #d83b42; --ds-profile-bg-1: rgba(92, 15, 18, 0.90); --ds-profile-bg-2: rgba(35, 4, 6, 0.99); }
.ds-profile-accent-rose_dark { --ds-profile-accent: #d15c86; --ds-profile-bg-1: rgba(82, 21, 50, 0.88); --ds-profile-bg-2: rgba(33, 8, 22, 0.99); }
.ds-profile-accent-gold { --ds-profile-accent: #ffd76a; --ds-profile-bg-1: rgba(95, 68, 12, 0.84); --ds-profile-bg-2: rgba(36, 24, 4, 0.99); }
.ds-profile-accent-bronze { --ds-profile-accent: #c88346; --ds-profile-bg-1: rgba(86, 45, 14, 0.86); --ds-profile-bg-2: rgba(34, 16, 5, 0.99); }

.ds-profile-body {
  min-width: 0;
  background:
    radial-gradient(ellipse at 50% 0%, color-mix(in srgb, var(--ds-profile-accent) 34%, transparent), transparent 32%),
    linear-gradient(180deg, var(--ds-profile-bg-1) 0%, var(--ds-profile-bg-2) 46%, var(--ds-profile-bg-3) 100%);
}

.ds-profile-pattern-grid {
  background-image:
    linear-gradient(180deg, var(--ds-profile-bg-1) 0%, var(--ds-profile-bg-2) 48%, #000 100%),
    repeating-linear-gradient(90deg, rgba(215,237,255,0.14) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(0deg, rgba(215,237,255,0.12) 0 1px, transparent 1px 32px);
}
.ds-profile-pattern-tech_lines {
  background-image:
    linear-gradient(180deg, var(--ds-profile-bg-1) 0%, var(--ds-profile-bg-2) 50%, #000 100%),
    repeating-linear-gradient(90deg, color-mix(in srgb, var(--ds-profile-accent) 34%, rgba(215,237,255,0.10)) 0 1px, transparent 1px 54px);
}
.ds-profile-pattern-waves {
  background-image:
    radial-gradient(ellipse at 18% 14%, color-mix(in srgb, var(--ds-profile-accent) 42%, transparent), transparent 44%),
    radial-gradient(ellipse at 82% 62%, rgba(215,237,255,0.14), transparent 42%),
    linear-gradient(180deg, var(--ds-profile-bg-1) 0%, var(--ds-profile-bg-2) 56%, #000 100%);
}
.ds-profile-pattern-stars {
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.56) 0 1px, transparent 2px),
    radial-gradient(circle at 70% 60%, color-mix(in srgb, var(--ds-profile-accent) 60%, transparent) 0 1px, transparent 2px),
    linear-gradient(180deg, var(--ds-profile-bg-1) 0%, var(--ds-profile-bg-2) 54%, #000 100%);
  background-size: 190px 110px, 190px 110px, auto;
}
.ds-profile-pattern-nature {
  background-image:
    radial-gradient(ellipse at 50% 6%, color-mix(in srgb, var(--ds-profile-accent) 28%, transparent), transparent 38%),
    linear-gradient(180deg, color-mix(in srgb, var(--ds-profile-bg-1) 68%, #000000) 0%, rgba(0, 0, 0, 0.94) 66%, #000000 100%);
}
.ds-profile-pattern-music {
  background-image:
    linear-gradient(180deg, var(--ds-profile-bg-1) 0%, var(--ds-profile-bg-2) 52%, #000 100%),
    repeating-linear-gradient(0deg, transparent 0 17px, color-mix(in srgb, var(--ds-profile-accent) 34%, rgba(215,237,255,0.10)) 18px 19px, transparent 20px 34px);
}

.ds-profile-avatar-image,
.ds-profile-avatar-placeholder {
  width: 96px;
  height: 96px;
}
.ds-profile-image-right .ds-profile-avatar-wrap,
.ds-profile-image-left .ds-profile-avatar-wrap {
  align-self: start;
  margin-top: 0;
}
.ds-profile-image-right .ds-profile-avatar-wrap { justify-self: end; }

.ds-profile-facts-block h2 { display: none; }
.ds-profile-facts-block p,
.ds-profile-contact-lines p {
  display: block;
  max-width: 46ch;
  margin: 5px 0;
  color: #eaf6ff;
  line-height: 1.45;
  overflow-wrap: anywhere;
}
.ds-profile-facts-block span,
.ds-profile-contact-lines span {
  color: rgba(215, 237, 255, 0.76);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ds-profile-main-divider {
  width: min(720px, 82%);
  height: 3px;
  margin: 18px auto 22px;
  background: linear-gradient(90deg, transparent, var(--ds-profile-divider), rgba(255,255,255,0.82), var(--ds-profile-divider), transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--ds-profile-accent) 44%, transparent), 0 0 2px rgba(255,255,255,0.70);
}

.ds-profile-cover-delete-form {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 12px;
}

.ds-profile-local-editor {
  display: block;
  margin: 8px 0;
}
.ds-profile-local-editor form {
  display: grid;
  gap: 8px;
  max-width: 760px;
  margin-top: 8px;
}


.ds-profile-color-choice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap: 8px 10px;
}
.ds-profile-color-choice {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 8px;
  border-radius: 7px;
  background: rgba(0,0,0,0.34);
  box-shadow: inset 0 0 0 1px rgba(215,237,255,0.10);
  color: #dff5ff;
  font-size: 0.82rem;
}
.ds-profile-color-choice input { accent-color: var(--ds-profile-accent); }
.ds-profile-color-dot {
  width: 28px;
  height: 18px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.22), 0 0 10px rgba(0,0,0,0.34);
}
.ds-profile-color-choice-blue .ds-profile-color-dot { background: linear-gradient(135deg, #1672ac, #020812); }
.ds-profile-color-choice-blue_deep .ds-profile-color-dot { background: linear-gradient(135deg, #164ddd, #020812); }
.ds-profile-color-choice-blue_steel .ds-profile-color-dot { background: linear-gradient(135deg, #6aa6c9, #111922); }
.ds-profile-color-choice-silver .ds-profile-color-dot { background: linear-gradient(135deg, #cfe4f5, #222932); }
.ds-profile-color-choice-graphite .ds-profile-color-dot { background: linear-gradient(135deg, #697582, #0a0c10); }
.ds-profile-color-choice-green .ds-profile-color-dot { background: linear-gradient(135deg, #22bd68, #02170d); }
.ds-profile-color-choice-green_deep .ds-profile-color-dot { background: linear-gradient(135deg, #0d8d48, #01140a); }
.ds-profile-color-choice-olive .ds-profile-color-dot { background: linear-gradient(135deg, #8c9638, #171a05); }
.ds-profile-color-choice-petrol .ds-profile-color-dot { background: linear-gradient(135deg, #15aaa2, #021819); }
.ds-profile-color-choice-violet .ds-profile-color-dot { background: linear-gradient(135deg, #9e78ea, #150829); }
.ds-profile-color-choice-purple_dark .ds-profile-color-dot { background: linear-gradient(135deg, #6f42cf, #100521); }
.ds-profile-color-choice-burgundy .ds-profile-color-dot { background: linear-gradient(135deg, #a8294c, #1f020d); }
.ds-profile-color-choice-red_dark .ds-profile-color-dot { background: linear-gradient(135deg, #a82028, #1d0204); }
.ds-profile-color-choice-rose_dark .ds-profile-color-dot { background: linear-gradient(135deg, #b94d75, #1d0614); }
.ds-profile-color-choice-gold .ds-profile-color-dot { background: linear-gradient(135deg, #d8aa38, #211504); }
.ds-profile-color-choice-bronze .ds-profile-color-dot { background: linear-gradient(135deg, #b36f35, #1f0e04); }

@media (max-width: 820px) {
  .ds-profile-summary,
  .ds-profile-image-right,
  .ds-profile-image-center,
  .ds-profile-image-left {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .ds-profile-info-left,
  .ds-profile-info-right {
    width: 100%;
    text-align: center;
  }
  .ds-profile-facts-block p,
  .ds-profile-contact-lines p {
    max-width: 100%;
  }
  .ds-profile-avatar-image,
  .ds-profile-avatar-placeholder {
    width: 104px;
    height: 104px;
  }
  .ds-profile-cover-delete-form {
    right: 14px;
    bottom: 10px;
  }
  .ds-profile-color-choice-grid {
    grid-template-columns: 1fr;
  }
}

/* --------------------------------------------------------------------------
   Mein Profil - Korrektur 2 2026-05-11
   Nur besprochene Punkte: ruhiger Verlauf, Feed-Bildgröße, Overlay-Vordergrund,
   Overlay bleibt offen, Aktionszeilen/Textlinks/Nickname-Optik.
   -------------------------------------------------------------------------- */
@media (max-width: 820px) {
  .ds-profile-post-image {
    max-width: 100%;
    max-height: 320px;
  }


  .ds-profile-inline-delete {
    margin-left: 0;
  }
}

