/* WEISS PADEL CONNECT · verbindliches kompaktes Premium-Profilsystem für alle Kontotypen */
body.wp-excellence.account-signed-in{
  --wp-profile-shell-width:var(--wpd-content,var(--wpx-content,1500px));
  --wp-profile-nav-width:292px;
  --wp-profile-nav-item-height:68px;
  --wp-profile-nav-number-size:42px;
  --wp-profile-nav-title-size:14px;
  --wp-profile-nav-subtitle-size:11px;
  --wp-profile-identity-height:132px;
  --wp-profile-page-head-height:132px;
  --wp-profile-page-title-size:26px;
  --wp-profile-page-copy-size:14px;
  --wp-profile-kicker-size:10px;
  --wp-profile-content-gap:22px;
  --wp-profile-radius:22px;
  --wp-profile-card-radius:17px;
  --wp-profile-ink:#172438;
  --wp-profile-copy:#66758a;
  --wp-profile-soft:#f4f7f8;
  --wp-profile-line:#d7e2e7;
  --wp-profile-teal:#078783;
  --wp-profile-violet:#7044e8;
  --wp-profile-gradient:linear-gradient(108deg,#7044ef 0%,#427ed2 56%,#16b7bb 100%);
  --wp-profile-shadow:0 22px 58px rgba(22,39,57,.08);
  --wp-profile-card-shadow:0 10px 28px rgba(25,43,60,.055);
}

/* Stabiles Raster: Kopf, Navigation und Inhalt verändern ihre Position nicht. */
body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile){
  display:grid;
  grid-template-columns:var(--wp-profile-nav-width) minmax(0,1fr);
  grid-template-rows:var(--wp-profile-identity-height) auto;
  column-gap:28px;
  row-gap:20px;
  width:min(var(--wp-profile-shell-width),calc(100% - 44px));
  max-width:var(--wp-profile-shell-width);
  margin:24px auto 0;
  padding:0;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile)>.account-profile-head{
  box-sizing:border-box;
  position:relative;
  grid-column:2;
  grid-row:1;
  display:flex;
  width:100%;
  height:var(--wp-profile-identity-height);
  min-height:var(--wp-profile-identity-height);
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin:0;
  padding:22px 28px;
  overflow:hidden;
  border:1px solid var(--wp-profile-line);
  border-radius:var(--wp-profile-radius);
  background:linear-gradient(120deg,#fff 0%,#fbfdfd 66%,#f2faf9 100%);
  color:var(--wp-profile-ink);
  box-shadow:var(--wp-profile-shadow);
}
body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile)>.account-profile-head::before{
  position:absolute;
  inset:0 auto 0 0;
  width:5px;
  border-radius:var(--wp-profile-radius) 0 0 var(--wp-profile-radius);
  background:linear-gradient(180deg,var(--wp-profile-violet),#12aaa7);
  content:"";
}
body.wp-excellence.account-signed-in .account-profile-identity{display:flex;align-items:center;gap:18px;min-width:0}
body.wp-excellence.account-signed-in .account-profile-avatar{display:grid;width:76px;height:76px;flex:0 0 76px;place-items:center;overflow:hidden;border:4px solid #eef7f7;border-radius:50%;background:var(--wp-profile-gradient);color:#fff;font-size:11px;font-weight:900;letter-spacing:.08em;box-shadow:0 10px 24px rgba(66,90,172,.15)}
body.wp-excellence.account-signed-in .account-profile-avatar img{display:block;width:100%;height:100%;object-fit:cover}
body.wp-excellence.account-signed-in .account-profile-identity>div:last-child{min-width:0}
body.wp-excellence.account-signed-in .account-profile-identity .eyebrow{margin:0 0 5px;color:var(--wp-profile-teal)!important;font-size:var(--wp-profile-kicker-size)!important;font-weight:900;line-height:1.25;letter-spacing:.17em}
body.wp-excellence.account-signed-in .account-profile-identity h2{margin:0;color:var(--wp-profile-ink);font-size:28px;font-weight:850;line-height:1.06;letter-spacing:-.035em}
body.wp-excellence.account-signed-in .account-profile-identity p:last-child{max-width:760px;margin:7px 0 0;overflow:hidden;color:var(--wp-profile-copy);font-size:14px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}
body.wp-excellence.account-signed-in .account-profile-head-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}
body.wp-excellence.account-signed-in .account-role-pill{display:inline-flex;min-height:36px;align-items:center;padding:7px 12px;border:1px solid #bfe3e2;border-radius:999px;background:#effafa;color:var(--wp-profile-teal);font-size:10px;font-weight:900;letter-spacing:.11em;white-space:nowrap}
body.wp-excellence.account-signed-in .account-profile-head-actions .reset-button{display:inline-flex;width:auto;min-height:40px;align-items:center;justify-content:center;margin:0;padding:8px 14px;border:1px solid #ccd9e0;border-radius:11px;background:#f6f9fa;color:#59677a;font-size:12px;font-weight:800;box-shadow:none}

/* Feste Navigationshöhen, feste Textzeilen und getrennte Live-Zähler. */
body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile)>.player-account-tabs{box-sizing:border-box;position:sticky;top:14px;grid-column:1;grid-row:1/span 2;display:flex;align-self:start;flex-direction:column;gap:6px;width:var(--wp-profile-nav-width);margin:0;padding:90px 13px 16px;overflow:hidden;border:1px solid var(--wp-profile-line);border-radius:var(--wp-profile-radius);background:#fff;box-shadow:var(--wp-profile-shadow)}
body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile)>.player-account-tabs::before{box-sizing:border-box;position:absolute;inset:0 0 auto;display:flex;height:76px;align-items:center;padding:0 22px;border-bottom:1px solid #e1e8ed;color:var(--wp-profile-teal);font-size:11px;font-weight:900;line-height:1.55;letter-spacing:.15em;white-space:pre;content:"DEIN KONTO\A Alle Bereiche"}
body.wp-excellence.account-signed-in .player-account-tabs button{box-sizing:border-box;display:grid;grid-template-columns:var(--wp-profile-nav-number-size) minmax(0,1fr) auto;width:100%;height:var(--wp-profile-nav-item-height);min-height:var(--wp-profile-nav-item-height);max-height:var(--wp-profile-nav-item-height);align-items:center;gap:11px;padding:8px 10px;overflow:hidden;border:1px solid transparent;border-radius:14px;background:transparent;color:#53627a;text-align:left;transform:none;box-shadow:none}
body.wp-excellence.account-signed-in .player-account-tabs button:hover{border-color:#dce7eb;background:#f4f8f9;color:var(--wp-profile-ink);transform:none}
body.wp-excellence.account-signed-in .player-account-tabs button.active,body.wp-excellence.account-signed-in .player-account-tabs button[aria-selected="true"]{border-color:transparent;background:var(--wp-profile-gradient);color:#fff;box-shadow:0 13px 30px rgba(83,88,204,.22)}
body.wp-excellence.account-signed-in .player-account-tabs .player-tab-symbol{box-sizing:border-box;display:grid;width:var(--wp-profile-nav-number-size);height:var(--wp-profile-nav-number-size);place-items:center;border:1px solid #e6ddff;border-radius:12px;background:#f0ecff;color:var(--wp-profile-violet);font-size:12px;font-weight:900;line-height:1;letter-spacing:.02em}
body.wp-excellence.account-signed-in .player-account-tabs button.active .player-tab-symbol,body.wp-excellence.account-signed-in .player-account-tabs button[aria-selected="true"] .player-tab-symbol{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.18);color:#fff}
body.wp-excellence.account-signed-in .player-account-tabs button>span:nth-child(2){display:grid;align-content:center;gap:3px;min-width:0}
body.wp-excellence.account-signed-in .player-account-tabs strong{display:block;overflow:hidden;color:inherit;font-size:var(--wp-profile-nav-title-size);font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
body.wp-excellence.account-signed-in .player-account-tabs small{display:block;overflow:hidden;color:#7a879a;font-size:var(--wp-profile-nav-subtitle-size);font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
body.wp-excellence.account-signed-in .player-account-tabs button.active small,body.wp-excellence.account-signed-in .player-account-tabs button[aria-selected="true"] small{color:rgba(255,255,255,.84)}
body.wp-excellence.account-signed-in .player-account-tabs .player-tab-count{box-sizing:border-box;display:grid;width:26px;min-width:26px;height:26px;place-items:center;justify-self:end;padding:0;border:2px solid #fff;border-radius:999px;background:var(--wp-profile-violet);color:#fff;font-size:11px;font-weight:900;line-height:1;box-shadow:0 4px 11px rgba(79,52,177,.18)}
body.wp-excellence.account-signed-in .player-account-tabs .player-tab-count[hidden]{display:none!important}
body.wp-excellence.account-signed-in .player-account-tabs button.active .player-tab-count,body.wp-excellence.account-signed-in .player-account-tabs button[aria-selected="true"] .player-tab-count{border-color:rgba(255,255,255,.55);background:#fff;color:var(--wp-profile-ink)}

/* Jeder Unterpunkt besitzt dieselbe Außenfläche. */
body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile)>.player-account-panel{
  box-sizing:border-box;
  grid-column:2;
  grid-row:2;
  width:100%;
  min-width:0;
  min-height:560px;
  margin:0;
  padding:0;
  animation:none!important;
  transform:none!important;
}
body.wp-excellence.account-signed-in .player-account-panel[hidden]{display:none!important}
body.wp-excellence.account-signed-in .player-account-panel:not([hidden]){
  overflow:hidden;
  border:1px solid var(--wp-profile-line);
  border-radius:var(--wp-profile-radius);
  background:#fff;
  box-shadow:var(--wp-profile-shadow);
}
body.wp-excellence.account-signed-in .player-account-panel>:is(
  .admin-form,
  .account-booking-dashboard,
  .account-match-dashboard,
  .player-statistics-dashboard,
  .trainer-times-dashboard,
  .trainer-calendar-dashboard,
  .trainer-statistics-dashboard,
  .player-messages-dashboard,
  .friends-dashboard,
  .trainer-groups-dashboard,
  .account-guide-dashboard,
  .referral-program
){
  box-sizing:border-box;
  width:100%;
  margin:0;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}

/* Ein einziger verbindlicher Kopf steht auf jeder Profil-Unterseite an erster Stelle. */
body.wp-excellence.account-signed-in .wp-profile-page-head{
  box-sizing:border-box;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  width:100%;
  height:var(--wp-profile-page-head-height);
  min-height:var(--wp-profile-page-head-height);
  align-items:center;
  gap:22px;
  margin:0;
  padding:24px 28px;
  overflow:hidden;
  border:0;
  border-bottom:1px solid #dfe7eb;
  background:linear-gradient(120deg,#fff 0%,#fbfdfd 72%,#f4faf9 100%);
}
body.wp-excellence.account-signed-in .wp-profile-page-copy{min-width:0}
body.wp-excellence.account-signed-in .wp-profile-page-head .eyebrow{
  margin:0 0 5px!important;
  color:var(--wp-profile-teal)!important;
  font-size:var(--wp-profile-kicker-size)!important;
  font-weight:900!important;
  line-height:1.25!important;
  letter-spacing:.17em!important;
  text-transform:uppercase;
}
body.wp-excellence.account-signed-in .wp-profile-page-head h3{
  margin:0!important;
  overflow:hidden;
  color:var(--wp-profile-ink)!important;
  font-size:var(--wp-profile-page-title-size)!important;
  font-weight:850!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.wp-excellence.account-signed-in .wp-profile-page-copy>p:last-child{
  display:-webkit-box;
  max-width:780px;
  margin:7px 0 0!important;
  overflow:hidden;
  color:var(--wp-profile-copy)!important;
  font-size:var(--wp-profile-page-copy-size)!important;
  font-weight:450!important;
  line-height:1.45!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
body.wp-excellence.account-signed-in .wp-profile-page-actions{display:flex;max-width:420px;align-items:center;justify-content:flex-end;gap:10px}
body.wp-excellence.account-signed-in .wp-profile-page-actions:empty{display:none}
body.wp-excellence.account-signed-in .wp-profile-page-utility{box-sizing:border-box;margin:0!important;align-self:center;justify-self:end}
body.wp-excellence.account-signed-in .wp-profile-legacy-head{display:none!important}
body.wp-excellence.account-signed-in [data-profile-legacy-head="true"]{display:none!important}

/* Einheitlicher Seitenkopf: identische Höhe, Typografie und Ausrichtung. */
body.wp-excellence.account-signed-in :is(
  .account-editorial-form-head,
  .booking-dashboard-head,
  .account-match-head,
  .player-statistics-head,
  .trainer-section-head,
  .trainer-calendar-dashboard-head,
  .player-messages-head,
  .friends-dashboard-head,
  .trainer-groups-head,
  .account-guide-hero,
  .referral-head
){
  box-sizing:border-box;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  width:100%;
  height:var(--wp-profile-page-head-height);
  min-height:var(--wp-profile-page-head-height)!important;
  align-items:center!important;
  gap:22px!important;
  margin:0!important;
  padding:24px 28px!important;
  overflow:hidden;
  border:0!important;
  border-bottom:1px solid #dfe7eb!important;
  border-radius:0!important;
  background:linear-gradient(120deg,#fff 0%,#fbfdfd 72%,#f4faf9 100%)!important;
  box-shadow:none!important;
}
body.wp-excellence.account-signed-in :is(
  .account-editorial-form-head,
  .booking-dashboard-head,
  .account-match-head,
  .player-statistics-head,
  .trainer-section-head,
  .trainer-calendar-dashboard-head,
  .player-messages-head,
  .friends-dashboard-head,
  .trainer-groups-head,
  .account-guide-hero,
  .referral-head
)>div{min-width:0}
body.wp-excellence.account-signed-in :is(
  .account-editorial-form-head,
  .booking-dashboard-head,
  .account-match-head,
  .player-statistics-head,
  .trainer-section-head,
  .trainer-calendar-dashboard-head,
  .player-messages-head,
  .friends-dashboard-head,
  .trainer-groups-head,
  .account-guide-hero,
  .referral-head
) :is(.eyebrow,.referral-kicker),
body.wp-excellence.account-signed-in .account-editorial-form-head>div>span{
  display:block;
  margin:0 0 5px!important;
  color:var(--wp-profile-teal)!important;
  font-size:var(--wp-profile-kicker-size)!important;
  font-weight:900!important;
  line-height:1.25!important;
  letter-spacing:.17em!important;
  text-transform:uppercase;
}
body.wp-excellence.account-signed-in :is(
  .account-editorial-form-head,
  .booking-dashboard-head,
  .account-match-head,
  .player-statistics-head,
  .trainer-section-head,
  .trainer-calendar-dashboard-head,
  .player-messages-head,
  .friends-dashboard-head,
  .trainer-groups-head,
  .account-guide-hero,
  .referral-head
) :is(h2,h3){
  display:block;
  margin:0!important;
  overflow:hidden;
  color:var(--wp-profile-ink)!important;
  font-size:var(--wp-profile-page-title-size)!important;
  font-weight:850!important;
  line-height:1.08!important;
  letter-spacing:-.04em!important;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body.wp-excellence.account-signed-in :is(
  .account-editorial-form-head,
  .booking-dashboard-head,
  .account-match-head,
  .player-statistics-head,
  .trainer-section-head,
  .trainer-calendar-dashboard-head,
  .player-messages-head,
  .friends-dashboard-head,
  .trainer-groups-head,
  .account-guide-hero,
  .referral-head
)>div>p:last-child{
  display:-webkit-box;
  max-width:780px;
  margin:7px 0 0!important;
  overflow:hidden;
  color:var(--wp-profile-copy)!important;
  font-size:var(--wp-profile-page-copy-size)!important;
  font-weight:450!important;
  line-height:1.45!important;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
body.wp-excellence.account-signed-in :is(
  .account-editorial-form-head,
  .booking-dashboard-head,
  .account-match-head,
  .player-statistics-head,
  .trainer-section-head,
  .trainer-calendar-dashboard-head,
  .player-messages-head,
  .friends-dashboard-head,
  .trainer-groups-head,
  .account-guide-hero
)>:last-child:not(div){
  box-sizing:border-box;
  align-self:center;
  justify-self:end;
  max-width:240px;
}
.player-messages-head-mark,.friends-head-mark,.trainer-groups-head-mark{display:none!important}

/* Einheitliche Innenabstände unter dem Seitenkopf. */
body.wp-excellence.account-signed-in .player-account-panel>.admin-form>.account-form-section{margin:0!important}
body.wp-excellence.account-signed-in .player-account-panel>.admin-form>.account-save-bar{margin:0!important}
body.wp-excellence.account-signed-in .account-booking-dashboard>.profile-booking-list,
body.wp-excellence.account-signed-in .account-match-dashboard>.account-match-list,
body.wp-excellence.account-signed-in .player-statistics-dashboard>#player-statistics-content,
body.wp-excellence.account-signed-in .trainer-statistics-dashboard>#trainer-statistics-content{margin:0!important;padding:var(--wp-profile-content-gap) 30px 30px}
body.wp-excellence.account-signed-in .trainer-times-dashboard>.trainer-times-editor-slot{padding:var(--wp-profile-content-gap) 30px 22px}
body.wp-excellence.account-signed-in .trainer-times-dashboard>.trainer-times-save{display:flex;width:min(420px,calc(100% - 60px));margin:0 30px 28px auto}
body.wp-excellence.account-signed-in .trainer-times-dashboard>.account-message{margin:0 30px 24px;text-align:right}
body.wp-excellence.account-signed-in .trainer-calendar-dashboard>:not(.trainer-calendar-dashboard-head){margin-right:30px!important;margin-left:30px!important}
body.wp-excellence.account-signed-in .trainer-calendar-dashboard>.trainer-calendar-dashboard-stats{margin-top:var(--wp-profile-content-gap)!important}
body.wp-excellence.account-signed-in .trainer-calendar-dashboard>.trainer-calendar-dashboard-actions{margin-bottom:28px!important}
body.wp-excellence.account-signed-in .player-messages-dashboard>.player-chat-shell{margin:var(--wp-profile-content-gap) 30px 30px!important}
body.wp-excellence.account-signed-in .friends-dashboard>:not(.friends-dashboard-head),
body.wp-excellence.account-signed-in .trainer-groups-dashboard>:not(.trainer-groups-head){margin-right:30px!important;margin-left:30px!important}
body.wp-excellence.account-signed-in .friends-dashboard>.friend-search-form,
body.wp-excellence.account-signed-in .friends-dashboard>.friend-discovery-panel,
body.wp-excellence.account-signed-in .trainer-groups-dashboard>.trainer-group-owner-tools{margin-top:var(--wp-profile-content-gap)!important}
body.wp-excellence.account-signed-in .friends-dashboard>.friends-message,
body.wp-excellence.account-signed-in .trainer-groups-dashboard>.friends-message{margin-bottom:28px!important}
body.wp-excellence.account-signed-in .account-guide-dashboard>.account-guide-section{margin:var(--wp-profile-content-gap) 30px 0!important}
body.wp-excellence.account-signed-in .account-guide-dashboard>.account-guide-tip{margin:22px 30px 30px!important}
body.wp-excellence.account-signed-in .referral-program>.referral-how{margin-top:var(--wp-profile-content-gap)}
body.wp-excellence.account-signed-in .referral-program>.referral-body{padding-bottom:30px}

/* Gemeinsame Karten- und Schriftsprache für die Unterinhalte. */
body.wp-excellence.account-signed-in .player-account-panel :is(
  .account-form-section,
  .profile-booking-card,
  .account-match-card,
  .player-stat-kpi,
  .player-stat-chart-card,
  .player-stat-insights>article,
  .trainer-calendar-dashboard-stats>article,
  .trainer-calendar-preview-list,
  .friend-search-form,
  .friend-section,
  .trainer-group-owner-tools>form,
  .trainer-favorites-section,
  .trainer-group-list-section,
  .account-guide-card,
  .account-guide-profile-grid>article,
  .referral-how,
  .referral-stat,
  .referral-card
){border-color:var(--wp-profile-line)!important;border-radius:var(--wp-profile-card-radius)!important;box-shadow:var(--wp-profile-card-shadow)!important}
body.wp-excellence.account-signed-in .player-account-panel :is(h4,h5):not(:where(.wp-player-card-face *)){color:var(--wp-profile-ink)}
body.wp-excellence.account-signed-in .player-account-panel h4:not(:where(.wp-player-card-face *)){font-size:17px;line-height:1.25;letter-spacing:-.02em}
body.wp-excellence.account-signed-in .player-account-panel h5:not(:where(.wp-player-card-face *)){font-size:15px;line-height:1.3}

/* Court-Anbieter verwendet dieselben Maße und Tokens. */
body.wp-excellence.account-signed-in.provider-workspace-active .provider-account{
  width:min(var(--wp-profile-shell-width),calc(100% - 44px));
  max-width:var(--wp-profile-shell-width);
  margin:24px auto 0;
  overflow:hidden;
  border:1px solid var(--wp-profile-line);
  border-radius:var(--wp-profile-radius);
  background:var(--wp-profile-soft);
  box-shadow:var(--wp-profile-shadow);
}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-header{box-sizing:border-box;height:var(--wp-profile-identity-height);min-height:var(--wp-profile-identity-height);padding:22px 28px;border-bottom:1px solid var(--wp-profile-line);background:linear-gradient(120deg,#fff 0%,#fbfdfd 66%,#f2faf9 100%);color:var(--wp-profile-ink)}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-header h2{font-size:28px;line-height:1.06;letter-spacing:-.035em}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-header .eyebrow{color:var(--wp-profile-teal)!important;font-size:var(--wp-profile-kicker-size)!important}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-header p{color:var(--wp-profile-copy);font-size:14px}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-shell{grid-template-columns:var(--wp-profile-nav-width) minmax(0,1fr)}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-sidebar{padding:20px 13px 18px;border-right:1px solid var(--wp-profile-line);background:#fff;color:var(--wp-profile-ink)}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-identity{box-sizing:border-box;min-height:64px;padding:4px 8px 15px;border-bottom:1px solid #e1e8ed}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-identity small{color:var(--wp-profile-teal);font-size:10px}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-identity strong{color:var(--wp-profile-ink);font-size:14px}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-nav{display:flex;flex-direction:column;gap:6px;margin-top:15px}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-nav button{box-sizing:border-box;display:grid;grid-template-columns:var(--wp-profile-nav-number-size) minmax(0,1fr);grid-template-rows:auto auto;width:100%;height:var(--wp-profile-nav-item-height);min-height:var(--wp-profile-nav-item-height);max-height:var(--wp-profile-nav-item-height);align-items:center;gap:3px 11px;padding:8px 10px;overflow:hidden;border:1px solid transparent;border-radius:14px;background:transparent;color:#53627a;text-align:left;transform:none}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-nav button:hover{border-color:#dce7eb;background:#f4f8f9;color:var(--wp-profile-ink);transform:none}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-nav button.active{border-color:transparent;background:var(--wp-profile-gradient);color:#fff;box-shadow:0 13px 30px rgba(83,88,204,.22)}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-nav button>span{box-sizing:border-box;display:grid;grid-row:1/3;width:var(--wp-profile-nav-number-size);height:var(--wp-profile-nav-number-size);place-items:center;border:1px solid #e6ddff;border-radius:12px;background:#f0ecff;color:var(--wp-profile-violet);font-size:12px;font-weight:900}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-nav button strong{overflow:hidden;color:inherit;font-size:var(--wp-profile-nav-title-size);font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-nav button small{overflow:hidden;color:#7a879a;font-size:var(--wp-profile-nav-subtitle-size);font-weight:700;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-nav button.active>span{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.18);color:#fff}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-nav button.active small{color:rgba(255,255,255,.84)}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-content{padding:24px 26px 30px}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-panel{overflow:hidden;border:1px solid var(--wp-profile-line);border-radius:var(--wp-profile-radius);background:#fff;box-shadow:var(--wp-profile-card-shadow);animation:none!important;transform:none!important}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-panel>:not(.wp-profile-page-head):not([data-profile-legacy-head="true"]){margin-right:24px;margin-left:24px}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-panel>:last-child{margin-bottom:28px}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-panel-heading{box-sizing:border-box;display:grid;grid-template-columns:minmax(0,1fr) auto;width:100%;min-height:var(--wp-profile-page-head-height);align-items:center;gap:22px;margin:0 0 22px;padding:24px 26px;border:1px solid var(--wp-profile-line);border-radius:var(--wp-profile-radius);background:linear-gradient(120deg,#fff 0%,#fbfdfd 72%,#f4faf9 100%);box-shadow:var(--wp-profile-card-shadow)}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-panel-heading .eyebrow{margin:0 0 5px;color:var(--wp-profile-teal)!important;font-size:var(--wp-profile-kicker-size)!important;letter-spacing:.17em}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-panel-heading h3{margin:0;color:var(--wp-profile-ink);font-size:var(--wp-profile-page-title-size)!important;line-height:1.08;letter-spacing:-.04em}
body.wp-excellence.account-signed-in.provider-workspace-active .provider-panel-heading>div>p:last-child{max-width:780px;margin:7px 0 0;color:var(--wp-profile-copy);font-size:var(--wp-profile-page-copy-size)!important;line-height:1.45}
body.wp-excellence.account-signed-in.provider-workspace-active :is(.provider-overview-metrics>article,.provider-dashboard-card,.provider-channel-summary,.provider-location-overview,.provider-statistics-card,.provider-profile-card){border-color:var(--wp-profile-line);border-radius:var(--wp-profile-card-radius);box-shadow:var(--wp-profile-card-shadow)}

@media(max-width:1100px) and (min-width:901px){
  body.wp-excellence.account-signed-in{--wp-profile-nav-width:272px}
  body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile){width:calc(100% - 40px);column-gap:24px}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-account{width:calc(100% - 40px)}
  body.wp-excellence.account-signed-in .account-profile-identity p:last-child{max-width:520px}
}

@media(max-width:900px){
  body.wp-excellence.account-signed-in{--wp-profile-nav-item-height:64px;--wp-profile-nav-number-size:40px;--wp-profile-page-title-size:24px;--wp-profile-page-copy-size:13px;--wp-profile-content-gap:18px}
  body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile){display:block;width:calc(100% - 30px);margin-top:22px}
  body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile)>.account-profile-head{height:144px;min-height:144px;margin-bottom:16px;padding:22px}
  body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile)>.player-account-tabs{position:relative;top:auto;display:flex;width:100%;flex-direction:row;gap:9px;margin-bottom:16px;padding:11px;overflow-x:auto;border-radius:20px;scroll-snap-type:x proximity}
  body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile)>.player-account-tabs::before{display:none}
  body.wp-excellence.account-signed-in .player-account-tabs button{flex:0 0 200px;scroll-snap-align:start}
  body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile)>.player-account-panel{min-height:0}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-account{width:calc(100% - 30px);margin-top:22px}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-header{height:144px;min-height:144px}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-shell{display:block}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-sidebar{border-right:0;border-bottom:1px solid var(--wp-profile-line)}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-nav{display:flex;flex-direction:row;gap:9px;overflow-x:auto;scroll-snap-type:x proximity}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-nav button{flex:0 0 200px;scroll-snap-align:start}
}

@media(max-width:640px){
  body.wp-excellence.account-signed-in{--wp-profile-page-head-height:180px;--wp-profile-page-title-size:23px;--wp-profile-page-copy-size:13px;--wp-profile-radius:18px}
  body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile),
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-account{width:calc(100% - 20px);margin-top:16px}
  body.wp-excellence.account-signed-in :is(.account-profile:not(.provider-account),.trainer-self-profile)>.account-profile-head{position:relative;display:flex;height:156px;min-height:156px;align-items:flex-start;flex-direction:column;gap:10px;padding:18px}
  body.wp-excellence.account-signed-in .account-profile-identity{gap:12px;padding-right:0}
  body.wp-excellence.account-signed-in .account-profile-avatar{width:60px;height:60px;flex-basis:60px;border-width:4px}
  body.wp-excellence.account-signed-in .account-profile-identity h2{font-size:24px}
  body.wp-excellence.account-signed-in .account-profile-identity p:last-child{display:-webkit-box;margin-top:6px;font-size:12px;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}
  body.wp-excellence.account-signed-in .account-profile-head-actions{width:100%;justify-content:flex-end}
  body.wp-excellence.account-signed-in .account-role-pill{display:none}
  body.wp-excellence.account-signed-in .player-account-tabs button{flex-basis:230px}
  body.wp-excellence.account-signed-in .wp-profile-page-head{
    grid-template-columns:minmax(0,1fr);
    grid-template-rows:minmax(0,1fr) auto;
    height:var(--wp-profile-page-head-height);
    min-height:var(--wp-profile-page-head-height);
    align-content:center;
    gap:10px;
    padding:20px 18px;
  }
  body.wp-excellence.account-signed-in .wp-profile-page-head h3{white-space:normal}
  body.wp-excellence.account-signed-in .wp-profile-page-actions{width:100%;max-width:100%;justify-content:flex-start;overflow:hidden}
  body.wp-excellence.account-signed-in :is(
    .account-editorial-form-head,
    .booking-dashboard-head,
    .account-match-head,
    .player-statistics-head,
    .trainer-section-head,
    .trainer-calendar-dashboard-head,
    .player-messages-head,
    .friends-dashboard-head,
    .trainer-groups-head,
    .account-guide-hero,
    .referral-head
  ){
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:minmax(0,1fr) auto;
    height:var(--wp-profile-page-head-height);
    min-height:var(--wp-profile-page-head-height)!important;
    align-content:center;
    gap:10px!important;
    padding:20px 18px!important;
  }
  body.wp-excellence.account-signed-in :is(
    .account-editorial-form-head,
    .booking-dashboard-head,
    .account-match-head,
    .player-statistics-head,
    .trainer-section-head,
    .trainer-calendar-dashboard-head,
    .player-messages-head,
    .friends-dashboard-head,
    .trainer-groups-head,
    .account-guide-hero
  )>:last-child:not(div){justify-self:start;max-width:100%}
  body.wp-excellence.account-signed-in :is(
    .account-editorial-form-head,
    .booking-dashboard-head,
    .account-match-head,
    .player-statistics-head,
    .trainer-section-head,
    .trainer-calendar-dashboard-head,
    .player-messages-head,
    .friends-dashboard-head,
    .trainer-groups-head,
    .account-guide-hero,
    .referral-head
  ) :is(h2,h3){white-space:normal}
  body.wp-excellence.account-signed-in .account-booking-dashboard>.profile-booking-list,
  body.wp-excellence.account-signed-in .account-match-dashboard>.account-match-list,
  body.wp-excellence.account-signed-in .player-statistics-dashboard>#player-statistics-content,
  body.wp-excellence.account-signed-in .trainer-statistics-dashboard>#trainer-statistics-content{padding:20px}
  body.wp-excellence.account-signed-in .trainer-times-dashboard>.trainer-times-editor-slot{padding:20px}
  body.wp-excellence.account-signed-in .trainer-times-dashboard>.trainer-times-save{width:calc(100% - 40px);margin:0 20px 22px}
  body.wp-excellence.account-signed-in .player-messages-dashboard>.player-chat-shell{margin:20px!important}
  body.wp-excellence.account-signed-in .friends-dashboard>:not(.friends-dashboard-head),
  body.wp-excellence.account-signed-in .trainer-groups-dashboard>:not(.trainer-groups-head){margin-right:20px!important;margin-left:20px!important}
  body.wp-excellence.account-signed-in .account-guide-dashboard>.account-guide-section{margin:20px 20px 0!important}
  body.wp-excellence.account-signed-in .account-guide-dashboard>.account-guide-tip{margin:18px 20px 22px!important}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-header{height:168px;min-height:168px;gap:12px;padding:18px}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-header h2{font-size:24px}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-header-actions{width:100%;align-items:center;justify-content:flex-start;flex-direction:row!important;gap:8px}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-header :is(.provider-beta-pill,.reset-button){min-height:36px;padding:7px 10px;font-size:10px}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-workspace-content{padding:18px}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-panel-heading{grid-template-columns:1fr;min-height:var(--wp-profile-page-head-height);padding:20px 18px}
  body.wp-excellence.account-signed-in.provider-workspace-active .provider-panel-heading h3{font-size:var(--wp-profile-page-title-size)!important}
}

@media(prefers-reduced-motion:reduce){
  body.wp-excellence.account-signed-in .player-account-panel,
  body.wp-excellence.account-signed-in .provider-workspace-panel{scroll-behavior:auto}
}

/* Muss nach allen älteren Kopfregeln stehen, damit kein Doppelkopf zurückkehren kann. */
body.wp-excellence.account-signed-in [data-profile-legacy-head="true"][data-profile-legacy-head="true"]{display:none!important}
