
:root{
  --bg:#050505;
  --panel:#0d0d0d;
  --panel-2:#141414;
  --text:#ffffff;
  --muted:#a8a8a8;
  --line:#2a2a2a;
  --radius:22px;
  --shadow:0 18px 55px rgba(0,0,0,.55);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  min-width:0;
  background:radial-gradient(circle at 50% -20%,rgba(255,255,255,.08),transparent 34%),var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
button,a{font:inherit;-webkit-tap-highlight-color:transparent}
button{color:inherit}
.app-shell{
  width:min(100%,760px);
  min-height:100vh;
  margin:0 auto;
  padding:max(20px,env(safe-area-inset-top)) 16px calc(110px + env(safe-area-inset-bottom));
}
.hero{padding:34px 4px 24px;animation:fade-down .55s cubic-bezier(.2,.8,.2,1) both}
.eyebrow{margin:0 0 10px;color:var(--muted);font-size:.78rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}
h1{margin:0;font-size:clamp(2.25rem,10vw,4.8rem);line-height:.95;letter-spacing:-.055em}
.subtitle{max-width:560px;margin:18px auto 0;color:var(--muted);font-size:clamp(.96rem,3.6vw,1.08rem);line-height:1.65}
.section-head{display:flex;align-items:center;gap:12px;margin:8px 0 20px;animation:fade-down .42s ease both}
.back-btn{
  width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;
  border:1px solid var(--line);border-radius:14px;background:var(--panel);
  cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease
}
.back-btn:active{transform:scale(.92)}
.section-title{min-width:0;text-align:left}
.section-title h2{margin:0;font-size:clamp(1.55rem,7vw,2.4rem);letter-spacing:-.04em}
.section-title p{margin:5px 0 0;color:var(--muted);font-size:.9rem}
.platform-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.platform-card,.category-btn{
  position:relative;width:100%;min-width:0;overflow:hidden;border:1px solid var(--line);
  background:linear-gradient(145deg,var(--panel-2),var(--panel));box-shadow:var(--shadow);
  cursor:pointer;text-align:left;transition:transform .2s ease,border-color .2s ease,background .2s ease
}
.platform-card{min-height:130px;padding:18px;border-radius:var(--radius);animation:card-in .5s cubic-bezier(.2,.8,.2,1) both}
.platform-card::after,.category-btn::after{
  content:"";position:absolute;inset:auto -35% -65% auto;width:110px;height:110px;border-radius:50%;
  background:rgba(255,255,255,.06);transition:transform .35s ease
}
.platform-card:active,.category-btn:active{transform:scale(.97)}
.platform-card:hover,.category-btn:hover{border-color:#777}
.platform-card:hover::after,.category-btn:hover::after{transform:scale(1.35)}
.platform-name{display:block;font-size:1.08rem;font-weight:850}
.platform-meta{display:block;margin-top:8px;color:var(--muted);font-size:.78rem;line-height:1.4}
.arrow{position:absolute;right:16px;bottom:14px;font-size:1.15rem}
.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px}
.category-btn{min-height:86px;padding:15px;border-radius:18px;animation:card-in .45s ease both}
.category-btn strong{display:block;font-size:1rem}
.category-btn span{display:block;margin-top:7px;color:var(--muted);font-size:.77rem}
.services{display:grid;gap:14px}
.service-card{
  position:relative;overflow:hidden;padding:18px;border:1px solid var(--line);border-radius:var(--radius);
  background:linear-gradient(155deg,#141414,#090909);box-shadow:var(--shadow);text-align:left;
  animation:service-in .5s cubic-bezier(.2,.8,.2,1) both
}
.service-card::before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:linear-gradient(#fff,#555)}
.service-title h3{margin:0;font-size:1.04rem;line-height:1.35}
.copy-id{
  display:inline-flex;align-items:center;gap:7px;margin-top:10px;padding:8px 10px;border:1px solid #3a3a3a;
  border-radius:999px;background:#0b0b0b;color:#fff;cursor:pointer;font-size:.8rem;font-weight:800;
  transition:transform .18s ease,background .18s ease,border-color .18s ease
}
.copy-id:active{transform:scale(.93)}
.copy-id:hover{background:#171717;border-color:#777}
.copy-id svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8}
.features{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0}
.feature{padding:7px 9px;border:1px solid #282828;border-radius:10px;background:#0b0b0b;color:#cfcfcf;font-size:.76rem;line-height:1.2}
.price-row{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:18px;padding-top:15px;border-top:1px solid #242424}
.price-label{color:var(--muted);font-size:.76rem}
.price{margin-top:4px;font-size:1.22rem;font-weight:900;letter-spacing:-.02em}
.empty{padding:32px 20px;border:1px dashed #343434;border-radius:var(--radius);color:var(--muted);background:#0a0a0a;text-align:center;animation:service-in .35s ease both}
.instagram-fab{
  position:fixed;right:max(18px,env(safe-area-inset-right));bottom:max(18px,env(safe-area-inset-bottom));z-index:20;
  width:58px;height:58px;display:grid;place-items:center;border:1px solid #fff;border-radius:19px;background:#fff;color:#000;
  box-shadow:0 14px 40px rgba(0,0,0,.65);text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;animation:fab-in .6s .35s both
}
.instagram-fab:active{transform:scale(.9) rotate(-4deg)}
.instagram-fab:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(0,0,0,.78)}
.instagram-fab svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8}
.toast{
  position:fixed;left:50%;bottom:calc(88px + env(safe-area-inset-bottom));z-index:30;max-width:calc(100vw - 32px);
  padding:11px 15px;border:1px solid #383838;border-radius:999px;background:#111;color:#fff;box-shadow:0 10px 35px rgba(0,0,0,.55);
  font-size:.86rem;opacity:0;transform:translate(-50%,18px) scale(.96);pointer-events:none;transition:opacity .22s ease,transform .22s ease
}
.toast.show{opacity:1;transform:translate(-50%,0) scale(1)}
.ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.2);transform:scale(0);animation:ripple .55s linear;pointer-events:none}
@keyframes ripple{to{transform:scale(4);opacity:0}}
@keyframes fade-down{from{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:none}}
@keyframes card-in{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}
@keyframes service-in{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@keyframes fab-in{from{opacity:0;transform:scale(.65) rotate(-12deg)}to{opacity:1;transform:none}}
@media (min-width:620px){
  .app-shell{padding-left:24px;padding-right:24px}
  .platform-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .services{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:360px){
  .app-shell{padding-left:12px;padding-right:12px}
  .platform-grid,.category-grid{grid-template-columns:1fr}
  .service-card{padding:16px}
}


/* Kleiner Betriebssystem-Hinweis */
.os-welcome-toast{
  position:fixed;
  top:calc(14px + env(safe-area-inset-top));
  left:50%;
  z-index:120;
  width:min(calc(100vw - 28px),320px);
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  background:rgba(15,15,15,.9);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  box-shadow:0 14px 38px rgba(0,0,0,.5);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,-18px) scale(.96);
  transition:opacity .24s ease,transform .34s cubic-bezier(.2,.8,.2,1),visibility .24s ease;
}
.os-welcome-toast.visible{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0) scale(1);
}
.os-welcome-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
  line-height:1.2;
}
.os-welcome-copy strong{
  overflow:hidden;
  color:#fff;
  font-size:.9rem;
  font-weight:850;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.os-welcome-copy small{
  overflow:hidden;
  color:#aaa;
  font-size:.72rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
@media (max-width:380px){
  .os-welcome-toast{top:calc(10px + env(safe-area-inset-top));width:calc(100vw - 20px);padding:9px 11px}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}


/* Instagram Profil- und Shadowban-Check */
.tool-category{
  border-color:#5a5a5a;
  background:linear-gradient(145deg,#1b1b1b,#0b0b0b);
}
.tool-category strong::after{
  content:" BETA";
  margin-left:7px;
  padding:3px 6px;
  border:1px solid #555;
  border-radius:999px;
  color:#bbb;
  font-size:.58rem;
  letter-spacing:.08em;
  vertical-align:middle;
}
.checker-card,.checker-info,.scan-panel,.checker-error{
  position:relative;
  overflow:hidden;
  margin-top:14px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(155deg,#151515,#090909);
  box-shadow:var(--shadow);
  animation:service-in .45s ease both;
}
.checker-card{text-align:left}
.checker-badge{
  display:inline-flex;
  padding:5px 9px;
  border:1px solid #484848;
  border-radius:999px;
  color:#cfcfcf;
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.12em;
}
.checker-card h3{margin:16px 0 8px;font-size:1.35rem}
.checker-intro,.checker-info,.checker-error{
  color:var(--muted);
  line-height:1.65;
  font-size:.9rem;
}
.field-label{
  display:block;
  margin:20px 0 9px;
  color:#ddd;
  font-size:.82rem;
  font-weight:800;
}
.username-row{
  display:flex;
  align-items:center;
  border:1px solid #383838;
  border-radius:16px;
  background:#080808;
  transition:border-color .2s ease,box-shadow .2s ease;
}
.username-row:focus-within{
  border-color:#fff;
  box-shadow:0 0 0 3px rgba(255,255,255,.08);
}
.at-sign{
  padding-left:15px;
  color:#8f8f8f;
  font-size:1.05rem;
  font-weight:800;
}
.username-input{
  width:100%;
  min-width:0;
  padding:15px 15px 15px 6px;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font-size:1rem;
}
.checker-submit,.profile-open{
  position:relative;
  overflow:hidden;
  width:100%;
  margin-top:14px;
  padding:15px 16px;
  border-radius:15px;
  cursor:pointer;
  font-weight:850;
  transition:transform .18s ease,opacity .18s ease,background .18s ease;
}
.checker-submit{
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:1px solid #fff;
  background:#fff;
  color:#000;
}
.profile-open{
  border:1px solid #343434;
  background:#101010;
  color:#fff;
}
.checker-submit:active,.profile-open:active{transform:scale(.97)}
.checker-submit:disabled{opacity:.55;cursor:wait}
.checker-submit.loading span:first-child::after{
  content:"";
  display:inline-block;
  width:12px;
  height:12px;
  margin-left:8px;
  border:2px solid #777;
  border-top-color:#000;
  border-radius:50%;
  animation:spinner .7s linear infinite;
  vertical-align:-2px;
}
.checker-info,.checker-error{margin-top:14px;text-align:left}
.checker-info strong,.checker-error strong{color:#fff}
.checker-info code,.checker-error code{
  padding:2px 5px;
  border:1px solid #333;
  border-radius:6px;
  background:#050505;
  color:#fff;
}
.small-note{font-size:.8rem}
.scan-panel{display:grid;gap:11px;margin-top:14px;text-align:left}
.scan-line{
  display:flex;
  align-items:center;
  gap:10px;
  color:#cfcfcf;
  font-size:.86rem;
}
.scan-line span{
  width:9px;
  height:9px;
  flex:0 0 9px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 0 rgba(255,255,255,.32);
  animation:scan-pulse 1.25s infinite;
}
.scan-line:nth-child(2) span{animation-delay:.2s}
.scan-line:nth-child(3) span{animation-delay:.4s}
.profile-modal-backdrop{
  position:fixed;
  inset:0;
  z-index:100;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:12px;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(8px);
  opacity:0;
  transition:opacity .22s ease;
}
.profile-modal-backdrop.visible{opacity:1}
.profile-modal{
  position:relative;
  width:min(100%,650px);
  max-height:92vh;
  overflow:auto;
  padding:22px;
  border:1px solid #343434;
  border-radius:26px 26px 18px 18px;
  background:linear-gradient(165deg,#181818,#080808);
  box-shadow:0 24px 90px rgba(0,0,0,.8);
  transform:translateY(24px) scale(.98);
  transition:transform .25s cubic-bezier(.2,.8,.2,1);
}
.profile-modal-backdrop.visible .profile-modal{transform:none}
.modal-open{overflow:hidden}
.modal-close{
  position:absolute;
  top:14px;
  right:14px;
  z-index:2;
  width:40px;
  height:40px;
  border:1px solid #3c3c3c;
  border-radius:13px;
  background:#0b0b0b;
  color:#fff;
  cursor:pointer;
  font-size:1.5rem;
}
.profile-head{
  display:flex;
  align-items:center;
  gap:14px;
  padding-right:45px;
}
.profile-avatar{
  width:72px;
  height:72px;
  flex:0 0 72px;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid #444;
  border-radius:50%;
  background:#111;
  font-size:1.7rem;
  font-weight:900;
}
.profile-avatar img{width:100%;height:100%;object-fit:cover}
.profile-identity{min-width:0}
.profile-identity h3{
  margin:0;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:1.25rem;
  white-space:nowrap;
}
.profile-identity p{margin:5px 0;color:#aaa}
.profile-identity a{color:#fff;font-size:.8rem}
.profile-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin:20px 0;
}
.profile-stats div{
  min-width:0;
  padding:13px 6px;
  border:1px solid #292929;
  border-radius:14px;
  background:#0a0a0a;
  text-align:center;
}
.profile-stats strong{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size:1rem;
}
.profile-stats span{display:block;margin-top:4px;color:#999;font-size:.68rem}
.profile-bio{
  margin:0 0 18px;
  color:#c8c8c8;
  font-size:.87rem;
  line-height:1.55;
  white-space:pre-wrap;
}
.shadow-result{
  padding:17px;
  border:1px solid #303030;
  border-radius:18px;
  background:#0b0b0b;
}
.shadow-label{
  color:#999;
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.shadow-result h4{margin:8px 0;font-size:1.08rem}
.shadow-result p,.shadow-result li{
  color:#bbb;
  font-size:.82rem;
  line-height:1.55;
}
.shadow-result ul{margin:12px 0;padding-left:19px}
.shadow-warning{
  margin-top:13px;
  padding:11px;
  border:1px solid #333;
  border-radius:12px;
  color:#aaa;
  font-size:.77rem;
  line-height:1.45;
}
.media-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:21px 0 10px;
}
.media-heading h4{margin:0}
.media-heading span{color:#999;font-size:.75rem}
.media-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:5px;
}
.media-tile{
  position:relative;
  aspect-ratio:1;
  overflow:hidden;
  border:1px solid #242424;
  border-radius:8px;
  background:#111;
  color:#aaa;
  text-decoration:none;
}
.media-tile img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.media-tile:active img{transform:scale(.96)}
.media-tile span{position:absolute;inset:0;display:grid;place-items:center;font-size:.65rem}
.media-empty{
  grid-column:1/-1;
  padding:24px;
  border:1px dashed #333;
  border-radius:14px;
  color:#999;
  font-size:.82rem;
  text-align:center;
}
@keyframes spinner{to{transform:rotate(360deg)}}
@keyframes scan-pulse{
  50%{box-shadow:0 0 0 7px rgba(255,255,255,0);opacity:.45}
}
@media(min-width:620px){
  .profile-modal-backdrop{align-items:center}
  .profile-modal{border-radius:26px}
}


/* Manueller Profil-Check */
.api-status{
  display:flex;
  align-items:center;
  gap:9px;
  margin:14px 0 5px;
  padding:11px 12px;
  border:1px solid #303030;
  border-radius:13px;
  background:#090909;
  color:#bdbdbd;
  font-size:.78rem;
  line-height:1.4;
}
.api-status span{
  width:9px;
  height:9px;
  flex:0 0 9px;
  border-radius:50%;
  background:#888;
}
.api-status.checking span{animation:scan-pulse 1.1s infinite}
.api-status.ready{border-color:#31583c;color:#bfe8c9}
.api-status.ready span{background:#6cdc89}
.api-status.warning{border-color:#665827;color:#e5d593}
.api-status.warning span{background:#ddbd48}
.api-status.error{border-color:#673232;color:#eab0b0}
.api-status.error span{background:#e06c6c}
.manual-toggle{
  position:relative;
  overflow:hidden;
  width:100%;
  margin-top:10px;
  padding:14px 15px;
  border:1px dashed #4a4a4a;
  border-radius:15px;
  background:transparent;
  color:#ddd;
  cursor:pointer;
  font-weight:800;
}
.manual-check{
  margin-top:14px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(155deg,#151515,#080808);
  box-shadow:var(--shadow);
  text-align:left;
  animation:service-in .4s ease both;
}
.manual-head h3{margin:7px 0 0;font-size:1.3rem}
.manual-kicker{
  color:#999;
  font-size:.65rem;
  font-weight:900;
  letter-spacing:.13em;
}
.manual-intro{
  color:#aaa;
  font-size:.86rem;
  line-height:1.6;
}
.manual-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:16px 0;
}
.manual-grid label{min-width:0}
.manual-grid label > span{
  display:block;
  margin:0 0 7px;
  color:#bbb;
  font-size:.72rem;
  font-weight:800;
}
.manual-grid input,.signal-row select{
  width:100%;
  min-width:0;
  padding:12px;
  border:1px solid #333;
  border-radius:12px;
  outline:0;
  background:#080808;
  color:#fff;
}
.manual-grid input:focus,.signal-row select:focus{border-color:#fff}
.signal-list{display:grid;gap:9px}
.signal-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) 108px;
  align-items:center;
  gap:10px;
  padding:11px;
  border:1px solid #292929;
  border-radius:13px;
  background:#0a0a0a;
}
.signal-row span{
  color:#c2c2c2;
  font-size:.78rem;
  line-height:1.4;
}
.manual-submit{margin-top:15px}
.error-action{
  width:100%;
  margin-top:8px;
  padding:12px;
  border:1px solid #fff;
  border-radius:12px;
  background:#fff;
  color:#000;
  cursor:pointer;
  font-weight:850;
}
.shadow-result.high{border-color:#713838}
.shadow-result.medium{border-color:#70612e}
.shadow-result.low{border-color:#31583c}
@media(max-width:390px){
  .manual-grid{grid-template-columns:1fr}
  .signal-row{grid-template-columns:1fr}
}


/* Mathe-Zugang v20 */
body.gate-locked{
  overflow:hidden;
}
body.gate-locked .app-shell,
body.gate-locked .instagram-fab,
body.gate-locked .toast{
  visibility:hidden;
}
.math-gate{
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:max(18px,env(safe-area-inset-top)) 16px max(18px,env(safe-area-inset-bottom));
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.1),transparent 35%),
    rgba(0,0,0,.97);
  backdrop-filter:blur(12px);
  opacity:1;
  transition:opacity .38s ease,visibility .38s ease;
}
.math-gate.unlocked{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.math-gate-card{
  width:min(100%,430px);
  padding:26px 20px 22px;
  border:1px solid #303030;
  border-radius:28px;
  background:linear-gradient(155deg,#171717,#080808);
  box-shadow:0 28px 90px rgba(0,0,0,.8);
  text-align:center;
  animation:math-card-in .55s cubic-bezier(.2,.8,.2,1) both;
}
.math-gate-logo{
  margin-bottom:14px;
  font-size:.82rem;
  font-weight:950;
  letter-spacing:.22em;
}
.math-gate-badge{
  display:inline-flex;
  padding:6px 9px;
  border:1px solid #3a3a3a;
  border-radius:999px;
  color:#aaa;
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.12em;
}
.math-gate h1{
  margin:18px 0 9px;
  font-size:clamp(1.75rem,8vw,2.45rem);
  letter-spacing:-.045em;
}
.math-gate-card > p{
  margin:0 auto;
  max-width:330px;
  color:#a9a9a9;
  font-size:.88rem;
  line-height:1.55;
}
.math-problem{
  margin:24px 0 18px;
  padding:20px 12px;
  border:1px solid #343434;
  border-radius:19px;
  background:#080808;
  font-size:clamp(2rem,12vw,3.25rem);
  font-weight:950;
  letter-spacing:-.04em;
  transition:transform .2s ease,border-color .2s ease;
}
.math-problem.refresh{
  transform:scale(.96);
  border-color:#777;
}
#math-gate-form{
  display:grid;
  gap:10px;
  text-align:left;
}
#math-gate-form label{
  color:#bbb;
  font-size:.76rem;
  font-weight:850;
}
#math-answer{
  width:100%;
  padding:15px 16px;
  border:1px solid #393939;
  border-radius:15px;
  outline:0;
  background:#080808;
  color:#fff;
  font-size:1rem;
  text-align:center;
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
#math-answer:focus{
  border-color:#fff;
  box-shadow:0 0 0 3px rgba(255,255,255,.08);
}
#math-answer.wrong{
  border-color:#a34848;
  animation:math-shake .32s ease;
}
#math-submit{
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  margin-top:3px;
  padding:15px 16px;
  border:1px solid #fff;
  border-radius:15px;
  background:#fff;
  color:#000;
  cursor:pointer;
  font-weight:900;
  transition:transform .18s ease,opacity .18s ease;
}
#math-submit:active{
  transform:scale(.97);
}
.math-feedback{
  min-height:22px;
  margin-top:12px;
  color:#bcbcbc;
  font-size:.82rem;
  font-weight:800;
}
.math-feedback.error{
  color:#ee9696;
}
.math-feedback.success{
  color:#9ee8af;
}
.math-note{
  margin-top:14px!important;
  color:#6f6f6f!important;
  font-size:.68rem!important;
}
@keyframes math-card-in{
  from{opacity:0;transform:translateY(22px) scale(.96)}
  to{opacity:1;transform:none}
}
@keyframes math-shake{
  0%,100%{transform:translateX(0)}
  25%{transform:translateX(-7px)}
  75%{transform:translateX(7px)}
}
@media(max-width:360px){
  .math-gate-card{
    padding:22px 15px 18px;
    border-radius:23px;
  }
  .math-problem{
    margin-top:20px;
  }
}


/* Erfolgsübergang */
.math-gate-card.math-success{
  animation:math-success-out .72s cubic-bezier(.2,.8,.2,1) forwards;
}
.math-gate-card.math-success .math-problem{
  border-color:#75d88e;
  box-shadow:0 0 0 4px rgba(117,216,142,.08),0 0 35px rgba(117,216,142,.12);
}
.math-gate-card.math-success #math-submit{
  background:#dfffe7;
  border-color:#dfffe7;
}
.app-shell.site-reveal{
  animation:site-reveal .75s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes math-success-out{
  0%{
    opacity:1;
    transform:translateY(0) scale(1);
    filter:blur(0);
  }
  35%{
    transform:translateY(-4px) scale(1.025);
  }
  100%{
    opacity:0;
    transform:translateY(-38px) scale(1.09);
    filter:blur(8px);
  }
}
@keyframes site-reveal{
  0%{
    opacity:0;
    transform:translateY(22px) scale(.985);
    filter:blur(6px);
  }
  100%{
    opacity:1;
    transform:none;
    filter:blur(0);
  }
}
@media(prefers-reduced-motion:reduce){
  .math-gate-card.math-success,
  .app-shell.site-reveal{
    animation-duration:.01ms!important;
  }
}


/* Fehlerübergang */
.math-gate-card.math-wrong{
  animation:math-card-wrong .78s cubic-bezier(.36,.07,.19,.97) both;
}
.math-gate-card.math-wrong .math-problem{
  border-color:#ba4d4d;
  background:linear-gradient(145deg,#260c0c,#080808);
  box-shadow:0 0 0 4px rgba(216,76,76,.08),0 0 32px rgba(216,76,76,.16);
}
@keyframes math-card-wrong{
  0%,100%{transform:translateX(0) scale(1)}
  12%{transform:translateX(-9px) rotate(-.4deg)}
  25%{transform:translateX(8px) rotate(.4deg)}
  38%{transform:translateX(-6px)}
  52%{transform:translateX(5px)}
  68%{transform:translateX(-3px)}
  82%{transform:translateX(2px)}
}
@media(prefers-reduced-motion:reduce){
  .math-gate-card.math-wrong{
    animation-duration:.01ms!important;
  }
}


/* Admin- und Rabattzugang v23 */
body.gate-locked .admin-fab,
body.gate-locked .admin-restore,
body.gate-locked .admin-backdrop{
  visibility:hidden;
}
body.admin-open{
  overflow:hidden;
}
.admin-fab{
  position:fixed;
  left:max(14px,env(safe-area-inset-left));
  bottom:max(18px,env(safe-area-inset-bottom));
  z-index:40;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:1px solid #3d3d3d;
  border-radius:11px;
  background:#0c0c0c;
  color:#aaa;
  box-shadow:0 9px 26px rgba(0,0,0,.55);
  cursor:pointer;
  touch-action:none;
  transition:transform .22s ease,opacity .22s ease,border-color .2s ease,color .2s ease;
}
.admin-fab:hover{
  color:#fff;
  border-color:#777;
}
.admin-fab span{
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.02em;
}
.admin-fab.dragging{
  transition:none;
  opacity:.82;
}
.admin-fab.swiped-away{
  opacity:0;
  transform:translateX(-70px)!important;
}
.admin-restore{
  position:fixed;
  left:0;
  bottom:max(25px,env(safe-area-inset-bottom));
  z-index:39;
  width:10px;
  height:42px;
  padding:0;
  border:1px solid #3a3a3a;
  border-left:0;
  border-radius:0 8px 8px 0;
  background:#111;
  cursor:pointer;
}
.admin-restore span{
  display:block;
  width:3px;
  height:17px;
  margin:auto;
  border-radius:999px;
  background:#666;
}
.admin-backdrop{
  position:fixed;
  inset:0;
  z-index:110;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(0,0,0,.78);
  backdrop-filter:blur(9px);
  opacity:0;
  transition:opacity .22s ease;
}
.admin-backdrop.visible{
  opacity:1;
}
.admin-modal{
  position:relative;
  width:min(100%,410px);
  padding:24px 20px 20px;
  border:1px solid #343434;
  border-radius:25px;
  background:linear-gradient(155deg,#171717,#080808);
  box-shadow:0 28px 90px rgba(0,0,0,.82);
  transform:translateY(18px) scale(.97);
  opacity:0;
  transition:transform .24s cubic-bezier(.2,.8,.2,1),opacity .24s ease;
}
.admin-modal.visible{
  transform:none;
  opacity:1;
}
.admin-modal.admin-error{
  animation:admin-shake .35s ease;
}
.admin-close{
  position:absolute;
  top:13px;
  right:13px;
  width:38px;
  height:38px;
  border:1px solid #3b3b3b;
  border-radius:12px;
  background:#0a0a0a;
  color:#fff;
  cursor:pointer;
  font-size:1.35rem;
}
.admin-badge{
  display:inline-flex;
  padding:5px 8px;
  border:1px solid #414141;
  border-radius:999px;
  color:#aaa;
  font-size:.61rem;
  font-weight:950;
  letter-spacing:.12em;
}
.admin-modal h2{
  margin:15px 0 7px;
  font-size:1.65rem;
  letter-spacing:-.04em;
}
.admin-modal > p{
  margin:0 0 18px;
  color:#aaa;
  font-size:.86rem;
  line-height:1.55;
}
#admin-login-form{
  display:grid;
  gap:9px;
}
#admin-login-form label{
  margin-top:4px;
  color:#bbb;
  font-size:.75rem;
  font-weight:850;
}
#admin-name,#admin-code{
  width:100%;
  padding:14px 15px;
  border:1px solid #383838;
  border-radius:14px;
  outline:0;
  background:#080808;
  color:#fff;
  font-size:.96rem;
  transition:border-color .2s ease,box-shadow .2s ease;
}
#admin-name:focus,#admin-code:focus{
  border-color:#fff;
  box-shadow:0 0 0 3px rgba(255,255,255,.08);
}
.admin-submit{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  margin-top:7px;
  padding:14px 15px;
  border:1px solid #fff;
  border-radius:14px;
  background:#fff;
  color:#000;
  cursor:pointer;
  font-weight:900;
  transition:transform .18s ease;
}
.admin-submit:active{
  transform:scale(.97);
}
.admin-feedback{
  min-height:20px;
  margin-top:11px;
  font-size:.79rem;
  font-weight:800;
}
.admin-feedback.error{
  color:#ed9c9c;
}
.admin-feedback.success{
  color:#9ee8af;
}
.admin-active{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:13px;
  padding:12px;
  border:1px solid #2e4d36;
  border-radius:14px;
  background:#0a120c;
}
.admin-active div{
  min-width:0;
}
.admin-active span{
  display:block;
  color:#91b99b;
  font-size:.66rem;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.admin-active strong{
  display:block;
  margin-top:4px;
  overflow:hidden;
  text-overflow:ellipsis;
  color:#d6f8de;
  font-size:.84rem;
  white-space:nowrap;
}
.admin-active button{
  flex:0 0 auto;
  padding:8px 9px;
  border:1px solid #385b41;
  border-radius:10px;
  background:#0e1c12;
  color:#c9efd2;
  cursor:pointer;
  font-size:.72rem;
  font-weight:800;
}
.admin-note{
  margin:13px 0 0!important;
  color:#676767!important;
  font-size:.66rem!important;
}
.discount-price{
  display:grid;
  justify-items:start;
  gap:4px;
}
.old-price{
  color:#777;
  font-size:.8rem;
  font-weight:700;
  text-decoration:line-through;
}
.new-price{
  color:#fff;
  font-size:1.22rem;
  font-weight:950;
}
.discount-pill{
  display:inline-flex;
  padding:4px 7px;
  border:1px solid #34543b;
  border-radius:999px;
  background:#0b140d;
  color:#aee8ba;
  font-size:.63rem;
  font-weight:900;
  letter-spacing:.02em;
}
@keyframes admin-shake{
  0%,100%{transform:translateX(0)}
  25%{transform:translateX(-7px)}
  75%{transform:translateX(7px)}
}
@media(max-width:360px){
  .admin-modal{
    padding:21px 15px 17px;
    border-radius:21px;
  }
}


/* Admin-Icon und Startseitenzugang */
.admin-fab{
  width:46px;
  height:46px;
  padding:3px;
  border-radius:15px;
  background:#fff;
  overflow:hidden;
}
.admin-fab img{
  width:100%;
  height:100%;
  display:block;
  border-radius:11px;
  object-fit:cover;
}
.admin-visual{
  width:86px;
  height:86px;
  margin:0 auto 14px;
  overflow:hidden;
  border:1px solid #3a3a3a;
  border-radius:50%;
  background:#fff;
  box-shadow:0 12px 35px rgba(0,0,0,.45);
}
.admin-visual img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
body:not(.home-view) .admin-fab,
body:not(.home-view) .admin-restore{
  visibility:hidden;
  opacity:0;
  pointer-events:none;
}
body.home-view .admin-fab,
body.home-view .admin-restore{
  visibility:visible;
}
.active-discount-banner{
  display:inline-flex;
  flex-direction:column;
  gap:4px;
  margin-top:17px;
  padding:10px 14px;
  border:1px solid #3d3d3d;
  border-radius:14px;
  background:#0b0b0b;
  animation:service-in .4s ease both;
}
.active-discount-banner span{
  color:#929292;
  font-size:.66rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.active-discount-banner strong{
  color:#fff;
  font-size:.84rem;
}


/* Unsichtbares Adminfenster behoben – v25 */
[hidden]{
  display:none!important;
}
.admin-backdrop{
  visibility:hidden;
  pointer-events:none;
}
.admin-backdrop.visible{
  visibility:visible;
  pointer-events:auto;
}
body.gate-locked .admin-backdrop{
  visibility:hidden!important;
  pointer-events:none!important;
}
.admin-modal{
  pointer-events:none;
}
.admin-modal.visible{
  pointer-events:auto;
}


/* Vertrauensbereich und persönliche Reduzierung – v26 */
.trust-panel{
  display:grid;
  gap:11px;
  margin:2px 0 22px;
}
.trust-card{
  display:flex;
  align-items:flex-start;
  gap:13px;
  padding:15px;
  border:1px solid var(--line);
  border-radius:18px;
  background:linear-gradient(145deg,#121212,#090909);
  text-align:left;
  box-shadow:0 12px 36px rgba(0,0,0,.34);
  animation:service-in .45s ease both;
}
.trust-card:nth-child(2){animation-delay:.06s}
.trust-card:nth-child(3){animation-delay:.12s}
.trust-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  border:1px solid #373737;
  border-radius:12px;
  background:#080808;
  color:#fff;
  font-size:1rem;
  font-weight:900;
}
.trust-card strong{
  display:block;
  margin:1px 0 6px;
  font-size:.92rem;
}
.trust-card p{
  margin:0;
  color:#a8a8a8;
  font-size:.78rem;
  line-height:1.55;
}
.trust-contact{
  display:inline-flex;
  margin-top:10px;
  padding:9px 11px;
  border:1px solid #3a3a3a;
  border-radius:11px;
  background:#0a0a0a;
  color:#fff;
  text-decoration:none;
  font-size:.75rem;
  font-weight:850;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.trust-contact:active{
  transform:scale(.97);
}
.trust-contact:hover{
  border-color:#777;
  background:#151515;
}
.admin-active strong{
  font-size:.92rem;
  color:#fff;
}
@media(min-width:620px){
  .trust-panel{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .trust-card{
    flex-direction:column;
  }
}


/* Preissortierung und Cent-Darstellung – v28 */
.sort-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin:0 0 15px;
  padding:11px 12px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#0b0b0b;
}
.sort-bar label{
  color:#a7a7a7;
  font-size:.75rem;
  font-weight:850;
  letter-spacing:.04em;
}
.price-sort{
  min-width:155px;
  padding:10px 34px 10px 12px;
  border:1px solid #3b3b3b;
  border-radius:11px;
  outline:0;
  background:#111;
  color:#fff;
  font:inherit;
  font-size:.78rem;
  font-weight:850;
  cursor:pointer;
  color-scheme:dark;
}
.price-sort:focus{
  border-color:#fff;
  box-shadow:0 0 0 3px rgba(255,255,255,.08);
}
@media(max-width:390px){
  .sort-bar{
    align-items:stretch;
    flex-direction:column;
  }
  .price-sort{
    width:100%;
  }
}


/* Reparierte Preissortierung – v29 */
.sort-bar{
  align-items:flex-start;
  flex-direction:column;
}
.sort-label{
  color:#a7a7a7;
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.sort-buttons{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
  width:100%;
}
.sort-button{
  min-height:42px;
  padding:9px 8px;
  border:1px solid #383838;
  border-radius:11px;
  background:#101010;
  color:#b8b8b8;
  cursor:pointer;
  font:inherit;
  font-size:.72rem;
  font-weight:850;
  line-height:1.2;
  transition:
    transform .16s ease,
    border-color .16s ease,
    background .16s ease,
    color .16s ease;
  touch-action:manipulation;
}
.sort-button:hover{
  border-color:#666;
  color:#fff;
}
.sort-button:active{
  transform:scale(.96);
}
.sort-button.active{
  border-color:#fff;
  background:#fff;
  color:#000;
  box-shadow:0 7px 22px rgba(255,255,255,.08);
}
@media(max-width:430px){
  .sort-buttons{
    grid-template-columns:1fr;
  }
  .sort-button{
    min-height:44px;
    font-size:.78rem;
  }
}


/* Datenschutzfreundlicher Bestellzähler – v30 */
.order-counter-card{
  position:relative;
  overflow:hidden;
  width:min(100%,430px);
  margin:20px auto 0;
  padding:18px;
  border:1px solid #333;
  border-radius:20px;
  background:
    radial-gradient(circle at 90% 10%,rgba(255,255,255,.08),transparent 32%),
    linear-gradient(145deg,#141414,#080808);
  box-shadow:0 16px 45px rgba(0,0,0,.42);
  text-align:left;
  animation:service-in .5s ease both;
}
.order-counter-top{
  display:flex;
  align-items:center;
  gap:8px;
  color:#aaa;
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.order-counter-dot{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 5px rgba(255,255,255,.07);
}
.order-counter-card > strong{
  display:block;
  margin:12px 0 8px;
  color:#fff;
  font-size:clamp(2.3rem,12vw,4.15rem);
  font-weight:950;
  letter-spacing:-.06em;
  line-height:.95;
}
.order-counter-card > p{
  margin:0;
  color:#858585;
  font-size:.72rem;
  line-height:1.5;
}
@media(min-width:620px){
  .order-counter-card{
    margin-left:0;
  }
}
@media(prefers-reduced-motion:reduce){
  .order-counter-card{
    animation:none;
  }
}


/* Aufpoppender Service-Pfeil – v31 */
.services-scroll-hint{
  position:fixed;
  left:50%;
  bottom:max(18px,env(safe-area-inset-bottom));
  z-index:72;
  display:flex;
  align-items:center;
  gap:9px;
  padding:7px 8px 7px 14px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(10,10,10,.88);
  color:#fff;
  box-shadow:
    0 16px 45px rgba(0,0,0,.62),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translate(-50%,24px) scale(.72);
  cursor:pointer;
  touch-action:manipulation;
  transition:
    opacity .24s ease,
    visibility .24s ease,
    transform .38s cubic-bezier(.2,1.35,.35,1);
}
.services-scroll-hint.visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translate(-50%,0) scale(1);
  animation:services-hint-float 1.8s ease-in-out .45s infinite;
}
.services-scroll-label{
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
  white-space:nowrap;
}
.services-scroll-icon{
  position:relative;
  width:39px;
  height:39px;
  flex:0 0 39px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#000;
  box-shadow:0 7px 22px rgba(255,255,255,.15);
}
.services-scroll-icon::after{
  content:"";
  position:absolute;
  inset:-5px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:50%;
  animation:services-hint-pulse 1.8s ease-out infinite;
}
.services-scroll-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.1;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.services-scroll-hint:active{
  transform:translate(-50%,2px) scale(.95);
}
.services-scroll-hint:focus-visible{
  outline:2px solid #fff;
  outline-offset:4px;
}
#services-start{
  scroll-margin-top:18px;
}
body.admin-open .services-scroll-hint,
body.gate-locked .services-scroll-hint{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
@keyframes services-hint-float{
  0%,100%{transform:translate(-50%,0)}
  50%{transform:translate(-50%,-7px)}
}
@keyframes services-hint-pulse{
  0%{opacity:.5;transform:scale(.82)}
  70%,100%{opacity:0;transform:scale(1.38)}
}
@media(max-width:360px){
  .services-scroll-hint{
    padding-left:11px;
    gap:7px;
  }
  .services-scroll-label{
    font-size:.62rem;
  }
  .services-scroll-icon{
    width:36px;
    height:36px;
    flex-basis:36px;
  }
}
@media(prefers-reduced-motion:reduce){
  .services-scroll-hint,
  .services-scroll-hint.visible,
  .services-scroll-icon::after{
    animation:none!important;
    transition-duration:.01ms!important;
  }
}


/* Kompakter Bestellzähler – v33 */
.order-counter-card{
  padding:16px 18px;
}
.order-counter-card > strong{
  margin-bottom:0;
}


/* Premium Design Refresh – v35 */
:root{
  --bg:#030303;
  --panel:#0a0a0a;
  --panel-2:#111;
  --line:#292929;
  --radius:24px;
  --shadow:0 20px 65px rgba(0,0,0,.58);
}
body{
  background:
    radial-gradient(circle at 14% 5%,rgba(255,255,255,.075),transparent 25rem),
    radial-gradient(circle at 88% 20%,rgba(255,255,255,.045),transparent 22rem),
    #030303;
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.22;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(to bottom,black,transparent 78%);
}
.app-shell{
  width:min(100%,820px);
  padding-top:max(16px,env(safe-area-inset-top));
}
.hero{
  position:relative;
  overflow:hidden;
  margin:8px 0 18px;
  padding:24px 20px 20px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:30px;
  background:
    radial-gradient(circle at 88% 6%,rgba(255,255,255,.14),transparent 25%),
    linear-gradient(145deg,rgba(22,22,22,.94),rgba(7,7,7,.96));
  box-shadow:
    0 28px 75px rgba(0,0,0,.55),
    inset 0 1px 0 rgba(255,255,255,.07);
}
.hero::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-95px;
  bottom:-125px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:50%;
  box-shadow:
    0 0 0 28px rgba(255,255,255,.025),
    0 0 0 58px rgba(255,255,255,.014);
}
.hero-topline{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.hero .eyebrow{
  margin:0;
  font-size:.69rem;
  letter-spacing:.19em;
}
.hero-live{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:6px 9px;
  border:1px solid #363636;
  border-radius:999px;
  background:rgba(0,0,0,.32);
  color:#bdbdbd;
  font-size:.6rem;
  font-weight:900;
  letter-spacing:.1em;
}
.hero-live i{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 5px rgba(255,255,255,.07);
  animation:hero-live-pulse 1.8s ease-in-out infinite;
}
.hero h1{
  position:relative;
  z-index:1;
  margin-top:18px;
  background:linear-gradient(180deg,#fff 30%,#949494);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  text-shadow:0 16px 45px rgba(255,255,255,.07);
}
.hero-kicker{
  position:relative;
  z-index:1;
  margin:10px 0 0;
  color:#fff;
  font-size:.88rem;
  font-weight:820;
  letter-spacing:.01em;
}
.hero .subtitle{
  position:relative;
  z-index:1;
  margin:9px 0 0;
  max-width:590px;
  font-size:.87rem;
  line-height:1.55;
}
.order-counter-card{
  position:relative;
  z-index:1;
  width:100%;
  margin:17px 0 0;
  padding:13px 15px;
  border-color:rgba(255,255,255,.15);
  border-radius:17px;
  background:
    linear-gradient(120deg,rgba(255,255,255,.075),rgba(255,255,255,.02)),
    rgba(0,0,0,.36);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    0 12px 35px rgba(0,0,0,.27);
}
.order-counter-top{
  gap:7px;
  font-size:.62rem;
}
.counter-estimate-badge{
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  margin-left:auto;
  border:1px solid #444;
  border-radius:50%;
  color:#aaa;
  font-size:.7rem;
  line-height:1;
}
.order-counter-card > strong{
  margin:8px 0 0;
  font-size:clamp(2.05rem,10vw,3.45rem);
}
.trust-panel{
  gap:10px;
  margin-bottom:18px;
}
.trust-card{
  position:relative;
  overflow:hidden;
  border-color:rgba(255,255,255,.1);
  background:
    linear-gradient(145deg,rgba(20,20,20,.97),rgba(7,7,7,.98));
  box-shadow:
    0 16px 45px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.045);
}
.trust-card::after{
  content:"";
  position:absolute;
  width:90px;
  height:90px;
  right:-52px;
  top:-52px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:50%;
}
.trust-icon{
  border-color:#444;
  background:linear-gradient(145deg,#191919,#060606);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.platform-grid{
  gap:13px;
}
.platform-card{
  min-height:154px;
  padding:17px;
  border-color:rgba(255,255,255,.11);
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.08),transparent 38%),
    linear-gradient(145deg,#151515,#080808);
  box-shadow:
    0 18px 55px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.055);
}
.platform-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.08),transparent 70%);
  transform:translateX(-125%);
  transition:transform .7s ease;
  pointer-events:none;
}
.platform-card:hover::before{
  transform:translateX(125%);
}
.platform-card:hover{
  transform:translateY(-4px);
  border-color:#666;
}
.platform-mark{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  margin-bottom:18px;
  border:1px solid #3c3c3c;
  border-radius:14px;
  background:#080808;
  color:#fff;
  font-size:.73rem;
  font-weight:950;
  letter-spacing:-.03em;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.platform-name{
  font-size:1.12rem;
  letter-spacing:-.015em;
}
.platform-meta{
  max-width:85%;
  margin-top:7px;
}
.platform-card .arrow{
  width:34px;
  height:34px;
  right:14px;
  bottom:14px;
  display:grid;
  place-items:center;
  border:1px solid #393939;
  border-radius:50%;
  background:#0a0a0a;
  transition:transform .2s ease,background .2s ease,color .2s ease;
}
.platform-card:hover .arrow{
  transform:translateX(3px);
  background:#fff;
  color:#000;
}
.category-btn,
.service-card,
.checker-card,
.checker-info,
.scan-panel,
.checker-error{
  border-color:rgba(255,255,255,.105);
  box-shadow:
    0 18px 55px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.04);
}
.service-card{
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.service-card:hover{
  transform:translateY(-3px);
  border-color:#4d4d4d;
  box-shadow:
    0 24px 70px rgba(0,0,0,.6),
    inset 0 1px 0 rgba(255,255,255,.055);
}
.copy-id,
.feature,
.sort-button,
.trust-contact{
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.instagram-fab,
.admin-fab{
  box-shadow:
    0 18px 45px rgba(0,0,0,.7),
    0 0 0 1px rgba(255,255,255,.1);
}
@keyframes hero-live-pulse{
  0%,100%{opacity:.55;transform:scale(.88)}
  50%{opacity:1;transform:scale(1)}
}
@media(max-width:430px){
  .hero{
    padding:21px 16px 17px;
    border-radius:25px;
  }
  .hero h1{
    font-size:clamp(2.35rem,14vw,3.35rem);
  }
  .hero-kicker{
    font-size:.8rem;
  }
  .hero .subtitle{
    font-size:.8rem;
  }
  .platform-grid{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .platform-card{
    min-height:142px;
    padding:14px;
    border-radius:20px;
  }
  .platform-mark{
    width:37px;
    height:37px;
    margin-bottom:14px;
    border-radius:12px;
  }
  .platform-name{
    font-size:1rem;
  }
  .platform-meta{
    font-size:.68rem;
  }
}
@media(max-width:340px){
  .platform-grid{
    grid-template-columns:1fr;
  }
}
@media(prefers-reduced-motion:reduce){
  .hero-live i{
    animation:none;
  }
}


/* Host Owner CRM & Visual Refresh – v36 */
body.owner-open{
  overflow:hidden;
}
.owner-backdrop{
  position:fixed;
  inset:0;
  z-index:1400;
  display:grid;
  place-items:center;
  padding:max(12px,env(safe-area-inset-top)) 10px max(12px,env(safe-area-inset-bottom));
  background:rgba(0,0,0,.84);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .26s ease,visibility .26s ease;
}
.owner-backdrop.visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.owner-dashboard{
  width:min(100%,980px);
  height:min(94dvh,900px);
  overflow:auto;
  overscroll-behavior:contain;
  border:1px solid rgba(255,255,255,.16);
  border-radius:30px;
  background:
    radial-gradient(circle at 90% 0%,rgba(255,255,255,.1),transparent 28rem),
    linear-gradient(155deg,#151515,#050505 45%);
  box-shadow:
    0 40px 120px rgba(0,0,0,.88),
    inset 0 1px 0 rgba(255,255,255,.08);
  opacity:0;
  transform:translateY(28px) scale(.965);
  transition:opacity .3s ease,transform .42s cubic-bezier(.2,.85,.2,1);
}
.owner-dashboard.visible{
  opacity:1;
  transform:none;
}
.owner-header{
  position:sticky;
  top:0;
  z-index:8;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:24px;
  border-bottom:1px solid rgba(255,255,255,.1);
  background:rgba(8,8,8,.82);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.owner-header h2{
  margin:10px 0 5px;
  font-size:clamp(1.65rem,6vw,2.65rem);
  letter-spacing:-.045em;
}
.owner-header p{
  margin:0;
  color:#969696;
  font-size:.82rem;
}
.owner-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#b7b7b7;
  font-size:.62rem;
  font-weight:950;
  letter-spacing:.13em;
}
.owner-badge span{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 5px rgba(255,255,255,.07);
  animation:owner-status-pulse 1.8s ease-in-out infinite;
}
.owner-close{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border:1px solid #3c3c3c;
  border-radius:14px;
  background:#0a0a0a;
  color:#fff;
  cursor:pointer;
  font-size:1.45rem;
}
.owner-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:18px 24px 0;
}
.owner-stats article{
  padding:15px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:18px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.08),transparent 55%),
    #0c0c0c;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045);
}
.owner-stats span{
  display:block;
  color:#929292;
  font-size:.65rem;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.owner-stats strong{
  display:block;
  margin-top:8px;
  font-size:clamp(1.65rem,6vw,2.6rem);
  letter-spacing:-.045em;
}
.owner-toolbar{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  padding:14px 24px;
}
.owner-search{
  display:flex;
  align-items:center;
  gap:9px;
  padding:0 13px;
  border:1px solid #343434;
  border-radius:15px;
  background:#090909;
}
.owner-search > span{
  color:#888;
  font-size:1.25rem;
}
.owner-search input{
  width:100%;
  min-height:46px;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font:inherit;
}
.owner-primary,
.owner-secondary{
  min-height:46px;
  border-radius:15px;
  cursor:pointer;
  font:inherit;
  font-weight:900;
  transition:transform .18s ease,opacity .18s ease,border-color .18s ease;
}
.owner-primary{
  padding:0 16px;
  border:1px solid #fff;
  background:#fff;
  color:#000;
}
.owner-secondary{
  padding:0 15px;
  border:1px solid #3b3b3b;
  background:#0b0b0b;
  color:#fff;
}
.owner-primary:active,
.owner-secondary:active{
  transform:scale(.97);
}
.owner-profile-form{
  margin:0 24px 18px;
  padding:18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.08),transparent 45%),
    #0b0b0b;
  animation:owner-form-in .35s ease both;
}
.owner-form-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:15px;
  margin-bottom:16px;
}
.owner-form-head span,
.owner-list-head > div > span{
  color:#777;
  font-size:.6rem;
  font-weight:950;
  letter-spacing:.13em;
}
.owner-form-head h3,
.owner-list-head h3{
  margin:5px 0 0;
  font-size:1.12rem;
}
.owner-form-head button{
  width:34px;
  height:34px;
  border:1px solid #373737;
  border-radius:11px;
  background:#090909;
  color:#fff;
  cursor:pointer;
  font-size:1.2rem;
}
.owner-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr 160px;
  gap:12px;
}
.owner-form-grid label{
  display:grid;
  gap:7px;
  color:#aaa;
  font-size:.7rem;
  font-weight:850;
}
.owner-form-grid input,
.owner-form-grid textarea{
  width:100%;
  padding:13px;
  border:1px solid #373737;
  border-radius:13px;
  outline:0;
  resize:vertical;
  background:#070707;
  color:#fff;
  font:inherit;
  transition:border-color .18s ease,box-shadow .18s ease;
}
.owner-form-grid input:focus,
.owner-form-grid textarea:focus{
  border-color:#fff;
  box-shadow:0 0 0 3px rgba(255,255,255,.07);
}
.owner-note-field{
  grid-column:1/-1;
}
.owner-form-actions{
  display:flex;
  justify-content:flex-end;
  gap:9px;
  margin-top:14px;
}
.owner-announcement{
  margin:0 24px 14px;
  padding:12px 14px;
  border:1px solid #356143;
  border-radius:14px;
  background:#0b1a10;
  color:#a9efbb;
  font-size:.78rem;
  font-weight:850;
  animation:owner-announcement-in .3s ease both;
}
.owner-announcement.error{
  border-color:#653737;
  background:#1b0b0b;
  color:#f0aaaa;
}
.owner-list-section{
  padding:5px 24px 28px;
}
.owner-list-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:15px;
  margin-bottom:13px;
}
.owner-backup-actions{
  display:flex;
  gap:7px;
}
.owner-backup-actions button,
.owner-backup-actions label{
  display:inline-flex;
  align-items:center;
  min-height:36px;
  padding:0 11px;
  border:1px solid #343434;
  border-radius:11px;
  background:#090909;
  color:#aaa;
  cursor:pointer;
  font-size:.67rem;
  font-weight:850;
}
.owner-profile-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.owner-profile-card{
  position:relative;
  overflow:hidden;
  padding:16px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.065),transparent 45%),
    linear-gradient(145deg,#111,#070707);
  box-shadow:
    0 18px 48px rgba(0,0,0,.42),
    inset 0 1px 0 rgba(255,255,255,.045);
  animation:owner-card-in .4s ease both;
}
.owner-profile-card.bonus-unlocked{
  border-color:rgba(193,255,205,.28);
  box-shadow:
    0 18px 50px rgba(0,0,0,.46),
    inset 0 1px 0 rgba(203,255,214,.08);
}
.owner-profile-top{
  display:flex;
  align-items:center;
  gap:11px;
}
.owner-avatar{
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:grid;
  place-items:center;
  border:1px solid #444;
  border-radius:15px;
  background:#050505;
  color:#fff;
  font-size:.78rem;
  font-weight:950;
  letter-spacing:-.02em;
}
.owner-profile-identity{
  min-width:0;
  flex:1;
}
.owner-profile-name-row{
  display:flex;
  align-items:center;
  gap:7px;
  min-width:0;
}
.owner-profile-name-row h4{
  overflow:hidden;
  margin:0;
  font-size:1rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owner-profile-identity > p{
  overflow:hidden;
  margin:4px 0 0;
  color:#858585;
  font-size:.7rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owner-loyalty-pill{
  flex:0 0 auto;
  padding:4px 6px;
  border:1px solid #47634e;
  border-radius:999px;
  background:#0d1c11;
  color:#b8edc4;
  font-size:.53rem;
  font-weight:950;
  letter-spacing:.06em;
}
.owner-edit{
  width:34px;
  height:34px;
  flex:0 0 34px;
  border:1px solid #373737;
  border-radius:11px;
  background:#080808;
  color:#aaa;
  cursor:pointer;
}
.owner-profile-note{
  margin:13px 0 0;
  padding:10px 11px;
  border-left:2px solid #4b4b4b;
  border-radius:0 10px 10px 0;
  background:rgba(255,255,255,.025);
  color:#aaa;
  font-size:.72rem;
  line-height:1.48;
}
.owner-order-panel{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-top:15px;
}
.owner-order-panel > div:first-child span{
  display:block;
  color:#777;
  font-size:.59rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.owner-order-panel > div:first-child strong{
  display:block;
  margin-top:4px;
  font-size:2.25rem;
  letter-spacing:-.055em;
  line-height:.9;
}
.owner-order-controls{
  display:flex;
  gap:7px;
}
.owner-order-controls button{
  min-width:42px;
  height:39px;
  padding:0 10px;
  border:1px solid #3b3b3b;
  border-radius:12px;
  background:#0a0a0a;
  color:#fff;
  cursor:pointer;
  font-size:.84rem;
  font-weight:950;
}
.owner-order-controls button:last-child{
  border-color:#fff;
  background:#fff;
  color:#000;
}
.owner-progress{
  margin-top:14px;
}
.owner-progress-track{
  height:5px;
  overflow:hidden;
  border-radius:999px;
  background:#262626;
}
.owner-progress-track span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#777,#fff);
  transition:width .35s ease;
}
.owner-progress p{
  margin:7px 0 0;
  color:#858585;
  font-size:.65rem;
}
.owner-code-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:14px;
  padding:12px;
  border:1px solid #385640;
  border-radius:15px;
  background:linear-gradient(145deg,#102016,#09100b);
}
.owner-code-box span{
  display:block;
  color:#79a984;
  font-size:.53rem;
  font-weight:950;
  letter-spacing:.09em;
}
.owner-code-box strong{
  display:block;
  margin:5px 0 3px;
  color:#d8ffe0;
  font-size:1rem;
  letter-spacing:.04em;
}
.owner-code-box small{
  display:block;
  color:#85a88d;
  font-size:.61rem;
}
.owner-code-box button{
  min-height:36px;
  padding:0 11px;
  border:1px solid #6e9778;
  border-radius:10px;
  background:#dfffe6;
  color:#07100a;
  cursor:pointer;
  font-size:.67rem;
  font-weight:950;
}
.owner-profile-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-top:14px;
  padding-top:11px;
  border-top:1px solid #242424;
}
.owner-profile-bottom span{
  color:#666;
  font-size:.59rem;
}
.owner-profile-bottom button{
  padding:0;
  border:0;
  background:transparent;
  color:#8e6262;
  cursor:pointer;
  font-size:.61rem;
  font-weight:800;
}
.owner-empty,
.owner-no-results{
  display:grid;
  place-items:center;
  min-height:220px;
  padding:25px;
  border:1px dashed #383838;
  border-radius:22px;
  color:#888;
  text-align:center;
}
.owner-empty > span{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  margin-bottom:10px;
  border:1px solid #383838;
  border-radius:17px;
  font-size:1.5rem;
}
.owner-empty strong,
.owner-no-results strong{
  color:#fff;
}
.owner-empty p{
  max-width:320px;
  margin:8px 0 0;
  font-size:.74rem;
  line-height:1.5;
}
.owner-no-results{
  grid-column:1/-1;
  min-height:150px;
}
.owner-no-results span{
  margin-top:6px;
  font-size:.72rem;
}
.owner-footer{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 24px 24px;
  padding:11px 13px;
  border:1px solid #2e2e2e;
  border-radius:13px;
  color:#777;
  font-size:.65rem;
  line-height:1.45;
}
.owner-footer span{
  color:#aaa;
  font-size:.5rem;
}
body.owner-open .instagram-fab,
body.owner-open .admin-fab,
body.owner-open .admin-restore,
body.owner-open .services-scroll-hint{
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* zusätzliche öffentliche Verfeinerungen */
.platform-card,
.service-card,
.category-btn,
.trust-card{
  isolation:isolate;
}
.platform-card::after,
.service-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  border-radius:inherit;
  background:linear-gradient(135deg,rgba(255,255,255,.045),transparent 38%);
  pointer-events:none;
}
.price{
  letter-spacing:-.035em;
}
.new-price{
  text-shadow:0 10px 35px rgba(255,255,255,.1);
}
.section-head{
  padding-bottom:3px;
}
.copy-id{
  transition:transform .16s ease,border-color .16s ease,background .16s ease;
}
.copy-id:active{
  transform:scale(.95);
}

@keyframes owner-status-pulse{
  0%,100%{opacity:.55;transform:scale(.86)}
  50%{opacity:1;transform:scale(1)}
}
@keyframes owner-form-in{
  from{opacity:0;transform:translateY(-8px)}
  to{opacity:1;transform:none}
}
@keyframes owner-card-in{
  from{opacity:0;transform:translateY(12px)}
  to{opacity:1;transform:none}
}
@keyframes owner-announcement-in{
  from{opacity:0;transform:translateY(-6px)}
  to{opacity:1;transform:none}
}

@media(max-width:720px){
  .owner-dashboard{
    width:100%;
    height:100dvh;
    border:0;
    border-radius:0;
  }
  .owner-header{
    padding:19px 16px;
  }
  .owner-stats{
    padding:14px 16px 0;
  }
  .owner-toolbar{
    grid-template-columns:1fr;
    padding:12px 16px;
  }
  .owner-profile-form{
    margin:0 16px 15px;
  }
  .owner-form-grid{
    grid-template-columns:1fr 1fr;
  }
  .owner-form-grid label:nth-child(3){
    grid-column:1/-1;
  }
  .owner-list-section{
    padding:4px 16px 22px;
  }
  .owner-list-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .owner-profile-list{
    grid-template-columns:1fr;
  }
  .owner-footer{
    margin:0 16px 20px;
  }
}
@media(max-width:430px){
  .owner-stats{
    gap:7px;
  }
  .owner-stats article{
    padding:12px 10px;
    border-radius:15px;
  }
  .owner-stats span{
    min-height:26px;
    font-size:.54rem;
  }
  .owner-stats strong{
    font-size:1.7rem;
  }
  .owner-form-grid{
    grid-template-columns:1fr;
  }
  .owner-form-grid label:nth-child(3),
  .owner-note-field{
    grid-column:auto;
  }
  .owner-backup-actions{
    width:100%;
  }
  .owner-backup-actions button,
  .owner-backup-actions label{
    flex:1;
    justify-content:center;
  }
  .owner-code-box{
    align-items:stretch;
    flex-direction:column;
  }
}
@media(prefers-reduced-motion:reduce){
  .owner-dashboard,
  .owner-profile-card,
  .owner-profile-form,
  .owner-announcement,
  .owner-badge span{
    animation:none!important;
    transition-duration:.01ms!important;
  }
}


/* Owner-Katalog, Aufträge und flexible Rabatte – v39 */
.owner-stats{
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.owner-stats article:nth-child(3) strong{
  font-size:clamp(1.15rem,4vw,2rem);
}
.owner-tabs{
  position:sticky;
  top:116px;
  z-index:7;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
  margin:14px 24px;
  padding:5px;
  border:1px solid #303030;
  border-radius:16px;
  background:rgba(7,7,7,.88);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.owner-tabs button{
  min-height:42px;
  border:0;
  border-radius:11px;
  background:transparent;
  color:#858585;
  cursor:pointer;
  font:inherit;
  font-size:.72rem;
  font-weight:900;
}
.owner-tabs button.active{
  background:#fff;
  color:#000;
}
.owner-tab-panel{
  animation:owner-panel-in .28s ease both;
}
.owner-order-form{
  margin:0 24px 18px;
  padding:18px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.08),transparent 45%),
    #0b0b0b;
}
.owner-order-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1.45fr;
  gap:12px;
  align-items:end;
}
.owner-order-grid label{
  display:grid;
  gap:7px;
  color:#aaa;
  font-size:.7rem;
  font-weight:850;
}
.owner-order-grid input{
  width:100%;
  padding:13px;
  border:1px solid #373737;
  border-radius:13px;
  outline:0;
  background:#070707;
  color:#fff;
  font:inherit;
}
.owner-order-grid input:focus{
  border-color:#fff;
  box-shadow:0 0 0 3px rgba(255,255,255,.07);
}
.owner-order-preview{
  min-height:74px;
  padding:11px 12px;
  border:1px solid #303030;
  border-radius:14px;
  background:#080808;
}
.owner-order-preview span{
  display:block;
  color:#777;
  font-size:.55rem;
  font-weight:950;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.owner-order-preview strong{
  display:block;
  overflow:hidden;
  margin-top:5px;
  font-size:.78rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owner-order-preview small{
  display:block;
  margin-top:5px;
  color:#898989;
  font-size:.63rem;
  line-height:1.4;
}
.owner-order-preview b{
  color:#fff;
}
.owner-customer-numbers{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin-top:15px;
}
.owner-customer-numbers > div{
  padding:11px;
  border:1px solid #303030;
  border-radius:14px;
  background:#080808;
}
.owner-customer-numbers span{
  display:block;
  color:#717171;
  font-size:.56rem;
  font-weight:950;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.owner-customer-numbers strong{
  display:block;
  margin-top:5px;
  font-size:1.28rem;
  letter-spacing:-.035em;
}
.owner-order-panel{
  align-items:center;
}
.owner-add-order{
  min-height:39px;
  padding:0 11px;
  border:1px solid #fff;
  border-radius:12px;
  background:#fff;
  color:#000;
  cursor:pointer;
  font-size:.68rem;
  font-weight:950;
}
.owner-order-history{
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid #262626;
}
.owner-order-history-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:8px;
}
.owner-order-history-head span{
  color:#6f6f6f;
  font-size:.54rem;
  font-weight:950;
  letter-spacing:.1em;
}
.owner-order-history-head strong{
  color:#999;
  font-size:.7rem;
}
.owner-order-history-item{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:10px;
  padding:9px 0;
  border-top:1px solid #222;
}
.owner-order-history-item:first-of-type{
  border-top:0;
}
.owner-order-history-item > div:first-child{
  min-width:0;
}
.owner-order-history-item > div:first-child > button{
  padding:3px 6px;
  border:1px solid #3b3b3b;
  border-radius:7px;
  background:#080808;
  color:#fff;
  cursor:pointer;
  font-size:.59rem;
  font-weight:900;
}
.owner-order-history-item > div:first-child > strong{
  display:block;
  overflow:hidden;
  margin-top:5px;
  font-size:.68rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owner-order-history-item small{
  display:block;
  margin-top:3px;
  color:#747474;
  font-size:.58rem;
}
.owner-order-history-item > div:last-child{
  display:flex;
  align-items:center;
  gap:7px;
}
.owner-order-history-item > div:last-child > strong{
  font-size:.72rem;
}
.owner-order-history-item > div:last-child > button{
  width:26px;
  height:26px;
  border:1px solid #4a3030;
  border-radius:8px;
  background:#130909;
  color:#c78484;
  cursor:pointer;
}
.owner-order-history-empty{
  margin:0;
  color:#696969;
  font-size:.65rem;
}
.owner-service-toolbar{
  display:grid;
  grid-template-columns:minmax(0,1fr) 190px;
  gap:10px;
  padding:0 24px 12px;
}
.owner-service-toolbar select{
  min-height:46px;
  padding:0 12px;
  border:1px solid #343434;
  border-radius:15px;
  outline:0;
  background:#090909;
  color:#fff;
  font:inherit;
  font-size:.72rem;
  font-weight:850;
}
.owner-service-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  padding:0 24px 12px;
}
.owner-service-summary article{
  padding:12px;
  border:1px solid #303030;
  border-radius:15px;
  background:#090909;
}
.owner-service-summary span{
  display:block;
  color:#777;
  font-size:.56rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.owner-service-summary strong{
  display:block;
  margin-top:5px;
  font-size:1.35rem;
}
.owner-local-warning{
  margin:0 24px 12px;
  padding:10px 12px;
  border:1px solid #4a402b;
  border-radius:13px;
  background:#17130a;
  color:#c0ad7a;
  font-size:.64rem;
  line-height:1.48;
}
.owner-service-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  padding:0 24px 26px;
}
.owner-service-card{
  padding:14px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:19px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.06),transparent 46%),
    #0a0a0a;
}
.owner-service-card.offline{
  border-color:#4e3333;
  opacity:.78;
}
.owner-service-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.owner-service-card-top > div{
  min-width:0;
}
.owner-service-card-top span:first-child{
  color:#737373;
  font-size:.55rem;
  font-weight:900;
  letter-spacing:.06em;
}
.owner-service-card-top h4{
  overflow:hidden;
  margin:6px 0 0;
  font-size:.78rem;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owner-service-status{
  flex:0 0 auto;
  padding:4px 6px;
  border:1px solid #45624c;
  border-radius:999px;
  background:#0c1b10;
  color:#a9dfb6;
  font-size:.5rem;
  font-weight:950;
}
.owner-service-card.offline .owner-service-status{
  border-color:#694141;
  background:#1b0c0c;
  color:#e0a5a5;
}
.owner-service-card-bottom{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
  align-items:end;
  margin-top:13px;
}
.owner-service-copy{
  display:flex;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:0 10px;
  border:1px solid #3b3b3b;
  border-radius:11px;
  background:#080808;
  color:#fff;
  cursor:pointer;
  font-size:.63rem;
  font-weight:900;
}
.owner-service-copy svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}
.owner-service-price{
  text-align:right;
}
.owner-service-price span{
  display:block;
  color:#777;
  font-size:.52rem;
}
.owner-service-price strong{
  display:block;
  margin-top:3px;
  font-size:.85rem;
}
.owner-service-toggle{
  grid-column:1/-1;
  min-height:36px;
  border:1px solid #444;
  border-radius:11px;
  background:#111;
  color:#fff;
  cursor:pointer;
  font-size:.64rem;
  font-weight:900;
}
.owner-service-card.offline .owner-service-toggle{
  border-color:#fff;
  background:#fff;
  color:#000;
}
.owner-discount-intro{
  margin:0 24px 12px;
  padding:17px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:20px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.08),transparent 45%),
    #0b0b0b;
}
.owner-discount-intro > span,
.owner-discount-list-head span{
  color:#777;
  font-size:.56rem;
  font-weight:950;
  letter-spacing:.12em;
}
.owner-discount-intro h3,
.owner-discount-list-head h3{
  margin:5px 0 0;
  font-size:1.05rem;
}
.owner-discount-intro p{
  margin:8px 0 0;
  color:#8a8a8a;
  font-size:.69rem;
  line-height:1.5;
}
.owner-discount-form{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:10px;
  align-items:end;
  margin:0 24px 18px;
  padding:15px;
  border:1px solid #303030;
  border-radius:18px;
  background:#090909;
}
.owner-discount-form label{
  display:grid;
  gap:7px;
  color:#aaa;
  font-size:.68rem;
  font-weight:850;
}
.owner-discount-form input{
  width:100%;
  min-height:44px;
  padding:0 12px;
  border:1px solid #383838;
  border-radius:12px;
  outline:0;
  background:#060606;
  color:#fff;
  font:inherit;
}
.owner-discount-form input:focus{
  border-color:#fff;
  box-shadow:0 0 0 3px rgba(255,255,255,.07);
}
.owner-discount-form #owner-discount-cancel{
  grid-column:1/-1;
}
.owner-discount-list-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin:0 24px 11px;
}
.owner-discount-list{
  display:grid;
  gap:9px;
  padding:0 24px 26px;
}
.owner-discount-card{
  display:grid;
  grid-template-columns:44px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:13px;
  border:1px solid #303030;
  border-radius:17px;
  background:#090909;
}
.owner-discount-number{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border:1px solid #414141;
  border-radius:13px;
  background:#050505;
  font-size:.75rem;
  font-weight:950;
}
.owner-discount-card span{
  color:#777;
  font-size:.54rem;
  font-weight:950;
  letter-spacing:.09em;
}
.owner-discount-card strong{
  display:block;
  margin-top:4px;
  font-size:.9rem;
}
.owner-discount-card small{
  display:block;
  margin-top:4px;
  color:#737373;
  font-size:.6rem;
}
.owner-discount-actions{
  display:flex;
  gap:6px;
}
.owner-discount-actions button{
  min-height:34px;
  padding:0 9px;
  border:1px solid #3a3a3a;
  border-radius:10px;
  background:#080808;
  color:#aaa;
  cursor:pointer;
  font-size:.61rem;
  font-weight:850;
}
.owner-discount-actions button:last-child{
  color:#bd8080;
}
.owner-discount-empty{
  margin:0;
}
@keyframes owner-panel-in{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:none}
}
@media(max-width:720px){
  .owner-stats{
    grid-template-columns:1fr 1fr;
  }
  .owner-tabs{
    top:104px;
    margin:12px 16px;
  }
  .owner-order-form{
    margin:0 16px 15px;
  }
  .owner-order-grid{
    grid-template-columns:1fr 1fr;
  }
  .owner-order-preview{
    grid-column:1/-1;
  }
  .owner-service-toolbar{
    grid-template-columns:1fr;
    padding:0 16px 10px;
  }
  .owner-service-summary{
    padding:0 16px 10px;
  }
  .owner-local-warning{
    margin:0 16px 10px;
  }
  .owner-service-list{
    grid-template-columns:1fr;
    padding:0 16px 22px;
  }
  .owner-discount-intro,
  .owner-discount-form,
  .owner-discount-list-head{
    margin-left:16px;
    margin-right:16px;
  }
  .owner-discount-list{
    padding:0 16px 22px;
  }
  .owner-discount-form{
    grid-template-columns:1fr 1fr;
  }
  .owner-discount-form .owner-primary{
    grid-column:1/-1;
  }
}
@media(max-width:430px){
  .owner-tabs{
    gap:4px;
  }
  .owner-tabs button{
    min-height:39px;
    font-size:.62rem;
  }
  .owner-order-grid,
  .owner-discount-form{
    grid-template-columns:1fr;
  }
  .owner-order-preview,
  .owner-discount-form .owner-primary{
    grid-column:auto;
  }
  .owner-customer-numbers{
    grid-template-columns:1fr;
  }
  .owner-order-panel{
    align-items:stretch;
    flex-direction:column;
  }
  .owner-add-order{
    width:100%;
  }
  .owner-order-controls{
    width:100%;
  }
  .owner-order-controls button{
    flex:1;
  }
  .owner-service-summary{
    gap:6px;
  }
  .owner-service-summary article{
    padding:10px 8px;
  }
  .owner-discount-list-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .owner-discount-card{
    grid-template-columns:38px minmax(0,1fr);
  }
  .owner-discount-number{
    width:36px;
    height:36px;
  }
  .owner-discount-actions{
    grid-column:1/-1;
  }
  .owner-discount-actions button{
    flex:1;
  }
}
@media(prefers-reduced-motion:reduce){
  .owner-tab-panel{
    animation:none;
  }
}


/* Plattform-Icons – v40 */
.platform-mark--logo,
.section-platform-icon,
.owner-service-mini-icon{
  display:grid;
  place-items:center;
}
.platform-mark--logo svg,
.section-platform-icon svg,
.owner-service-mini-icon svg{
  width:60%;
  height:60%;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.8;
}
.section-title--with-icon{
  display:flex;
  align-items:center;
  gap:12px;
}
.section-title-copy{
  min-width:0;
}
.section-platform-icon{
  flex:0 0 auto;
  width:48px;
  height:48px;
  border:1px solid #303030;
  border-radius:16px;
  background:#090909;
  color:#fff;
}
.owner-service-title-wrap{
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-width:0;
}
.owner-service-title-text{
  min-width:0;
}
.owner-service-mini-icon{
  flex:0 0 auto;
  width:36px;
  height:36px;
  border:1px solid #3b3b3b;
  border-radius:12px;
  background:#070707;
  color:#fff;
}
.owner-service-mini-icon svg{
  width:18px;
  height:18px;
}
@media(max-width:430px){
  .section-platform-icon{
    width:42px;
    height:42px;
    border-radius:14px;
  }
  .owner-service-mini-icon{
    width:32px;
    height:32px;
    border-radius:11px;
  }
  .owner-service-mini-icon svg{
    width:16px;
    height:16px;
  }
}


/* Admin-Rabattlogin-Übertragung – v41 */
.owner-admin-login-export{
  margin:18px 24px 26px;
  padding:17px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.09),transparent 43%),
    #0a0a0a;
}
.owner-admin-login-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.owner-admin-login-head > div{
  min-width:0;
}
.owner-admin-login-head span{
  color:#777;
  font-size:.56rem;
  font-weight:950;
  letter-spacing:.12em;
}
.owner-admin-login-head h3{
  margin:5px 0 0;
  font-size:1.05rem;
}
.owner-admin-login-head p{
  max-width:680px;
  margin:8px 0 0;
  color:#8b8b8b;
  font-size:.68rem;
  line-height:1.52;
}
.owner-admin-login-head > strong{
  flex:0 0 auto;
  min-width:48px;
  min-height:48px;
  display:grid;
  place-items:center;
  border:1px solid #414141;
  border-radius:15px;
  background:#050505;
  font-size:1.2rem;
}
.owner-admin-login-note{
  margin-top:13px;
  padding:11px 12px;
  border:1px solid #3a493d;
  border-radius:13px;
  background:#0b160e;
  color:#9fbea6;
  font-size:.64rem;
  line-height:1.5;
}
.owner-admin-login-note b{
  color:#fff;
}
.owner-admin-login-list{
  display:grid;
  gap:8px;
  margin-top:13px;
}
.owner-admin-login-card{
  display:grid;
  grid-template-columns:54px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:12px;
  border:1px solid #303030;
  border-radius:16px;
  background:#070707;
}
.owner-admin-login-percent{
  min-height:46px;
  display:grid;
  place-items:center;
  border:1px solid #4a4a4a;
  border-radius:13px;
  background:#fff;
  color:#000;
  font-size:.76rem;
  font-weight:950;
}
.owner-admin-login-data{
  min-width:0;
}
.owner-admin-login-data span{
  display:inline-block;
  margin-right:6px;
  color:#696969;
  font-size:.5rem;
  font-weight:950;
  letter-spacing:.09em;
}
.owner-admin-login-data strong,
.owner-admin-login-data code{
  display:inline-block;
  margin-right:12px;
  color:#fff;
  font-size:.7rem;
}
.owner-admin-login-data code{
  padding:3px 6px;
  border:1px solid #333;
  border-radius:7px;
  background:#0c0c0c;
  font-family:ui-monospace,SFMono-Regular,Menlo,monospace;
}
.owner-admin-login-data small{
  display:block;
  margin-top:7px;
  color:#777;
  font-size:.58rem;
}
.owner-admin-login-card-actions{
  display:flex;
  gap:6px;
}
.owner-admin-login-card-actions button{
  min-height:34px;
  padding:0 9px;
  border:1px solid #393939;
  border-radius:10px;
  background:#0a0a0a;
  color:#aaa;
  cursor:pointer;
  font-size:.59rem;
  font-weight:850;
}
.owner-admin-login-actions{
  display:grid;
  grid-template-columns:1fr 1.25fr;
  gap:9px;
  margin-top:13px;
}
.owner-admin-login-actions button{
  min-height:44px;
}
.owner-admin-login-actions button:disabled{
  cursor:not-allowed;
  opacity:.42;
}
.owner-admin-script-status{
  margin-top:10px;
  padding:10px 12px;
  border:1px solid #35533c;
  border-radius:12px;
  background:#0a170d;
  color:#a6d5b0;
  font-size:.63rem;
  line-height:1.45;
}
.owner-admin-script-status.error{
  border-color:#5b3535;
  background:#190c0c;
  color:#d4a0a0;
}
.owner-admin-login-empty{
  margin:0;
}
@media(max-width:720px){
  .owner-admin-login-export{
    margin:16px 16px 22px;
  }
  .owner-admin-login-card{
    grid-template-columns:48px minmax(0,1fr);
  }
  .owner-admin-login-card-actions{
    grid-column:1/-1;
  }
  .owner-admin-login-card-actions button{
    flex:1;
  }
}
@media(max-width:430px){
  .owner-admin-login-head{
    align-items:flex-start;
  }
  .owner-admin-login-head > strong{
    min-width:42px;
    min-height:42px;
    border-radius:13px;
  }
  .owner-admin-login-actions{
    grid-template-columns:1fr;
  }
  .owner-admin-login-data strong,
  .owner-admin-login-data code{
    display:block;
    width:max-content;
    max-width:100%;
    margin:3px 0 7px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}


/* Artikelnummer-Vorschläge – v42 */
.owner-order-service-field{
  position:relative;
}
.owner-order-service-help{
  display:block;
  margin-top:5px;
  color:#6f6f6f;
  font-size:.58rem;
  font-weight:650;
  line-height:1.4;
}
.owner-order-service-combobox{
  position:relative;
}
.owner-order-suggestions{
  position:absolute;
  z-index:80;
  top:calc(100% + 7px);
  left:0;
  right:0;
  max-height:360px;
  overflow:auto;
  padding:6px;
  border:1px solid #3b3b3b;
  border-radius:16px;
  background:rgba(7,7,7,.98);
  box-shadow:0 18px 44px rgba(0,0,0,.58);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.owner-order-suggestion{
  width:100%;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:10px;
  border:1px solid transparent;
  border-radius:12px;
  background:transparent;
  color:#fff;
  cursor:pointer;
  text-align:left;
}
.owner-order-suggestion + .owner-order-suggestion{
  margin-top:3px;
}
.owner-order-suggestion:hover,
.owner-order-suggestion.active{
  border-color:#505050;
  background:#151515;
}
.owner-order-suggestion.offline{
  opacity:.72;
}
.owner-order-suggestion-icon{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid #383838;
  border-radius:11px;
  background:#0b0b0b;
}
.owner-order-suggestion-icon svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.8;
}
.owner-order-suggestion-main{
  min-width:0;
}
.owner-order-suggestion-number{
  display:block;
  color:#9a9a9a;
  font-size:.56rem;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.owner-order-suggestion-main strong{
  display:block;
  overflow:hidden;
  margin-top:4px;
  font-size:.71rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owner-order-suggestion-main small{
  display:block;
  overflow:hidden;
  margin-top:3px;
  color:#747474;
  font-size:.58rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owner-order-suggestion-meta{
  text-align:right;
}
.owner-order-suggestion-meta b{
  display:block;
  font-size:.7rem;
}
.owner-order-suggestion-meta small{
  display:block;
  margin-top:2px;
  color:#717171;
  font-size:.52rem;
}
.owner-order-suggestion-meta em{
  display:inline-block;
  margin-top:5px;
  padding:3px 5px;
  border:1px solid #3e5b45;
  border-radius:999px;
  background:#0b170e;
  color:#9dcca8;
  font-size:.46rem;
  font-style:normal;
  font-weight:950;
}
.owner-order-suggestion.offline .owner-order-suggestion-meta em{
  border-color:#644141;
  background:#190c0c;
  color:#d7a0a0;
}
.owner-order-suggestion-empty{
  padding:14px 12px;
  text-align:center;
}
.owner-order-suggestion-empty strong{
  display:block;
  font-size:.72rem;
}
.owner-order-suggestion-empty span{
  display:block;
  margin-top:5px;
  color:#747474;
  font-size:.61rem;
  line-height:1.4;
}
@media(max-width:520px){
  .owner-order-suggestions{
    position:fixed;
    top:auto;
    left:16px;
    right:16px;
    bottom:18px;
    max-height:min(58vh,420px);
    border-radius:20px;
  }
  .owner-order-suggestion{
    grid-template-columns:36px minmax(0,1fr);
  }
  .owner-order-suggestion-meta{
    grid-column:2;
    display:flex;
    align-items:center;
    gap:7px;
    text-align:left;
  }
  .owner-order-suggestion-meta b,
  .owner-order-suggestion-meta small,
  .owner-order-suggestion-meta em{
    display:inline-block;
    margin:0;
  }
}


/* Öffentliche Service-Suche – v43 */
.public-service-search{
  position:relative;
  z-index:12;
  margin:18px 0 20px;
  padding:18px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:24px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.08),transparent 44%),
    #090909;
}
.public-service-search-heading > span{
  color:#777;
  font-size:.58rem;
  font-weight:950;
  letter-spacing:.13em;
}
.public-service-search-heading h2{
  margin:5px 0 0;
  font-size:clamp(1.15rem,5vw,1.65rem);
  letter-spacing:-.035em;
}
.public-service-search-heading p{
  margin:6px 0 0;
  color:#898989;
  font-size:.72rem;
  line-height:1.45;
}
.public-service-search-box{
  position:relative;
  display:flex;
  align-items:center;
  gap:9px;
  margin-top:14px;
  padding:0 12px;
  border:1px solid #393939;
  border-radius:16px;
  background:#050505;
}
.public-service-search-symbol{
  color:#777;
  font-size:1.2rem;
}
.public-service-search-box input{
  width:100%;
  min-height:50px;
  border:0;
  outline:0;
  background:transparent;
  color:#fff;
  font:inherit;
  font-size:.82rem;
}
.public-service-search-box input::placeholder{
  color:#646464;
}
.public-service-search-box button{
  width:34px;
  height:34px;
  flex:0 0 34px;
  border:1px solid #393939;
  border-radius:10px;
  background:#0d0d0d;
  color:#fff;
  cursor:pointer;
  font-size:1.15rem;
}
.public-service-search-results{
  position:absolute;
  z-index:40;
  top:calc(100% - 7px);
  left:18px;
  right:18px;
  max-height:min(62vh,520px);
  overflow:auto;
  padding:7px;
  border:1px solid #3b3b3b;
  border-radius:18px;
  background:rgba(5,5,5,.98);
  box-shadow:0 26px 70px rgba(0,0,0,.72);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.public-service-search-result{
  display:grid;
  grid-template-columns:minmax(0,1fr) 42px;
  gap:6px;
}
.public-service-search-result + .public-service-search-result{
  margin-top:5px;
}
.public-service-search-open{
  min-width:0;
  display:grid;
  grid-template-columns:40px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:10px;
  border:1px solid transparent;
  border-radius:13px;
  background:#0d0d0d;
  color:#fff;
  cursor:pointer;
  text-align:left;
}
.public-service-search-open:hover,
.public-service-search-open:focus-visible{
  border-color:#555;
  background:#151515;
}
.public-service-search-icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid #393939;
  border-radius:12px;
  background:#070707;
}
.public-service-search-icon svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.8;
}
.public-service-search-copy{
  min-width:0;
}
.public-service-search-copy > span{
  display:block;
  color:#929292;
  font-size:.54rem;
  font-weight:950;
  letter-spacing:.07em;
}
.public-service-search-copy strong{
  display:block;
  overflow:hidden;
  margin-top:4px;
  font-size:.72rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.public-service-search-copy small{
  display:block;
  overflow:hidden;
  margin-top:3px;
  color:#747474;
  font-size:.58rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.public-service-search-price{
  text-align:right;
}
.public-service-search-price strong{
  display:block;
  font-size:.72rem;
}
.public-service-search-price small{
  display:block;
  margin-top:2px;
  color:#747474;
  font-size:.52rem;
}
.public-service-search-copy-button{
  display:grid;
  place-items:center;
  border:1px solid #3d3d3d;
  border-radius:12px;
  background:#0c0c0c;
  color:#fff;
  cursor:pointer;
}
.public-service-search-copy-button svg{
  width:16px;
  height:16px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
}
.public-service-search-empty{
  padding:18px 12px;
  text-align:center;
}
.public-service-search-empty strong{
  display:block;
  font-size:.78rem;
}
.public-service-search-empty span{
  display:block;
  margin-top:5px;
  color:#777;
  font-size:.65rem;
}

/* Komplettes Owner-Tool im hellen Reverse-Design – v43 */
.owner-dashboard{
  color:#111!important;
  border-color:#d1d1d1!important;
  background:
    radial-gradient(circle at 90% 0%,rgba(0,0,0,.035),transparent 28rem),
    linear-gradient(155deg,#fff,#f4f4f4 52%)!important;
  box-shadow:
    0 40px 120px rgba(0,0,0,.48),
    inset 0 1px 0 rgba(255,255,255,.9)!important;
}
.owner-dashboard,
.owner-dashboard button,
.owner-dashboard input,
.owner-dashboard textarea,
.owner-dashboard select{
  color:#111;
}
.owner-dashboard .owner-header{
  border-color:#d7d7d7!important;
  background:rgba(255,255,255,.94)!important;
}
.owner-dashboard .owner-header p,
.owner-dashboard .owner-badge,
.owner-dashboard .owner-stats span,
.owner-dashboard .owner-profile-identity p,
.owner-dashboard .owner-profile-note,
.owner-dashboard .owner-progress p,
.owner-dashboard .owner-order-history-empty,
.owner-dashboard .owner-order-history-item small,
.owner-dashboard .owner-service-card-top span:first-child,
.owner-dashboard .owner-service-price span,
.owner-dashboard .owner-discount-intro p,
.owner-dashboard .owner-discount-card small,
.owner-dashboard .owner-footer,
.owner-dashboard .owner-order-service-help,
.owner-dashboard .owner-order-suggestion-main small,
.owner-dashboard .owner-order-suggestion-meta small{
  color:#626262!important;
}
.owner-dashboard .owner-badge span{
  background:#111!important;
  box-shadow:0 0 0 5px rgba(0,0,0,.08)!important;
}
.owner-dashboard .owner-close{
  border-color:#c9c9c9!important;
  background:#fff!important;
  color:#111!important;
}
.owner-dashboard .owner-tabs{
  border-color:#d4d4d4!important;
  background:rgba(255,255,255,.94)!important;
}
.owner-dashboard .owner-tabs button{
  color:#555!important;
}
.owner-dashboard .owner-tabs button.active{
  background:#111!important;
  color:#fff!important;
}
.owner-dashboard :is(
  .owner-stats article,
  .owner-profile-form,
  .owner-order-form,
  .owner-list-section,
  .owner-profile-card,
  .owner-service-card,
  .owner-discount-intro,
  .owner-discount-form,
  .owner-discount-card,
  .owner-order-preview,
  .owner-customer-numbers > div,
  .owner-order-history,
  .owner-local-warning,
  .owner-service-summary article
){
  border-color:#d5d5d5!important;
  background:#fff!important;
  color:#111!important;
}
.owner-dashboard .owner-search,
.owner-dashboard .owner-service-toolbar select{
  border-color:#cecece!important;
  background:#fff!important;
  color:#111!important;
}
.owner-dashboard input,
.owner-dashboard textarea,
.owner-dashboard select{
  border-color:#cfcfcf!important;
  background:#fff!important;
  color:#111!important;
}
.owner-dashboard input::placeholder,
.owner-dashboard textarea::placeholder{
  color:#929292!important;
}
.owner-dashboard input:focus,
.owner-dashboard textarea:focus,
.owner-dashboard select:focus{
  border-color:#111!important;
  box-shadow:0 0 0 3px rgba(0,0,0,.08)!important;
}
.owner-dashboard .owner-primary,
.owner-dashboard .owner-add-order{
  border-color:#111!important;
  background:#111!important;
  color:#fff!important;
}
.owner-dashboard .owner-secondary,
.owner-dashboard .owner-edit,
.owner-dashboard .owner-backup-actions button,
.owner-dashboard .owner-backup-actions label,
.owner-dashboard .owner-order-controls button,
.owner-dashboard .owner-service-copy,
.owner-dashboard .owner-service-toggle,
.owner-dashboard .owner-discount-actions button,
.owner-dashboard .owner-profile-bottom button{
  border-color:#c9c9c9!important;
  background:#fff!important;
  color:#111!important;
}
.owner-dashboard .owner-avatar,
.owner-dashboard .owner-discount-number,
.owner-dashboard .owner-service-mini-icon,
.owner-dashboard .owner-order-suggestion-icon{
  border-color:#c9c9c9!important;
  background:#f2f2f2!important;
  color:#111!important;
}
.owner-dashboard .owner-progress-track{
  background:#dedede!important;
}
.owner-dashboard .owner-progress-track span{
  background:#111!important;
}
.owner-dashboard .owner-loyalty-pill{
  border-color:#111!important;
  background:#111!important;
  color:#fff!important;
}
.owner-dashboard .owner-order-history,
.owner-dashboard .owner-order-history-item{
  border-color:#dedede!important;
}
.owner-dashboard .owner-order-history-item > div:first-child > button{
  border-color:#c9c9c9!important;
  background:#f4f4f4!important;
  color:#111!important;
}
.owner-dashboard .owner-order-history-item > div:last-child > button{
  border-color:#d4a7a7!important;
  background:#fff2f2!important;
  color:#8a2d2d!important;
}
.owner-dashboard .owner-service-status{
  border-color:#a9c8af!important;
  background:#eef8f0!important;
  color:#276d36!important;
}
.owner-dashboard .owner-service-card.offline .owner-service-status{
  border-color:#d4abab!important;
  background:#fff0f0!important;
  color:#8a3434!important;
}
.owner-dashboard .owner-service-card.offline{
  border-color:#d6b4b4!important;
}
.owner-dashboard .owner-local-warning{
  border-color:#d8c99e!important;
  background:#fff9e9!important;
  color:#745e25!important;
}
.owner-dashboard .owner-announcement.success,
.owner-dashboard .owner-admin-script-status{
  border-color:#abd0b3!important;
  background:#eff9f1!important;
  color:#276a35!important;
}
.owner-dashboard .owner-announcement.error{
  border-color:#d8aaaa!important;
  background:#fff0f0!important;
  color:#8a3131!important;
}
.owner-dashboard .owner-order-suggestions{
  border-color:#c9c9c9!important;
  background:rgba(255,255,255,.99)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.22)!important;
}
.owner-dashboard .owner-order-suggestion{
  color:#111!important;
}
.owner-dashboard .owner-order-suggestion:hover,
.owner-dashboard .owner-order-suggestion.active{
  border-color:#bdbdbd!important;
  background:#f0f0f0!important;
}
.owner-dashboard .owner-order-suggestion-number{
  color:#555!important;
}
.owner-dashboard .owner-order-suggestion-meta em{
  border-color:#a9c8af!important;
  background:#eef8f0!important;
  color:#276d36!important;
}
.owner-dashboard .owner-order-suggestion.offline .owner-order-suggestion-meta em{
  border-color:#d4abab!important;
  background:#fff0f0!important;
  color:#8a3434!important;
}
.owner-dashboard .owner-footer{
  border-color:#d5d5d5!important;
  background:#f7f7f7!important;
}
.owner-dashboard .owner-footer span{
  color:#111!important;
}
@media(max-width:520px){
  .public-service-search-results{
    position:fixed;
    top:auto;
    left:14px;
    right:14px;
    bottom:16px;
    max-height:min(66vh,520px);
    border-radius:20px;
  }
  .public-service-search-open{
    grid-template-columns:38px minmax(0,1fr);
  }
  .public-service-search-price{
    grid-column:2;
    display:flex;
    align-items:center;
    gap:6px;
    text-align:left;
  }
}


/* Interne Verkaufsprofile, Tracking und Ranking */
.customer-fab{
  position:fixed;
  z-index:115;
  right:16px;
  bottom:82px;
  display:flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:5px 12px 5px 5px;
  border:1px solid #303030;
  border-radius:999px;
  background:rgba(8,8,8,.94);
  color:#fff;
  box-shadow:0 14px 36px rgba(0,0,0,.36);
  cursor:pointer;
  font:inherit;
  font-size:.67rem;
  font-weight:900;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.customer-fab-icon{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:#000;
}
.customer-fab-icon svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.8;
}
.customer-account-backdrop{
  position:fixed;
  z-index:310;
  inset:0;
  display:grid;
  place-items:center;
  padding:18px;
  background:rgba(0,0,0,.77);
  opacity:0;
  transition:opacity .23s ease;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.customer-account-backdrop.visible{
  opacity:1;
}
.customer-account-modal{
  width:min(680px,100%);
  max-height:min(88vh,820px);
  overflow:auto;
  border:1px solid #303030;
  border-radius:26px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.08),transparent 36%),
    #080808;
  color:#fff;
  box-shadow:0 36px 100px rgba(0,0,0,.65);
  opacity:0;
  transform:translateY(18px) scale(.985);
  transition:opacity .23s ease,transform .23s ease;
}
.customer-account-modal.visible{
  opacity:1;
  transform:none;
}
.customer-account-header{
  position:sticky;
  z-index:3;
  top:0;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:15px;
  padding:19px;
  border-bottom:1px solid #272727;
  background:rgba(8,8,8,.94);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.customer-account-header span,
.customer-dashboard-identity span,
.customer-orders-head span{
  color:#777;
  font-size:.55rem;
  font-weight:950;
  letter-spacing:.12em;
}
.customer-account-header h2{
  margin:5px 0 0;
  font-size:1.25rem;
}
.customer-account-header p{
  margin:5px 0 0;
  color:#858585;
  font-size:.68rem;
}
.customer-account-header button{
  width:38px;
  height:38px;
  border:1px solid #393939;
  border-radius:12px;
  background:#0e0e0e;
  color:#fff;
  cursor:pointer;
  font-size:1.25rem;
}
.customer-account-feedback{
  margin:14px 18px 0;
  padding:10px 12px;
  border:1px solid #35533c;
  border-radius:12px;
  background:#0a170d;
  color:#a8d6b1;
  font-size:.65rem;
}
.customer-account-feedback.error{
  border-color:#5b3535;
  background:#190c0c;
  color:#d4a0a0;
}
.customer-auth-view,
.customer-dashboard-view{
  padding:18px;
}
.customer-auth-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:5px;
  padding:5px;
  border:1px solid #303030;
  border-radius:15px;
  background:#050505;
}
.customer-auth-tabs button{
  min-height:42px;
  border:0;
  border-radius:11px;
  background:transparent;
  color:#777;
  cursor:pointer;
  font:inherit;
  font-size:.7rem;
  font-weight:900;
}
.customer-auth-tabs button.active{
  background:#fff;
  color:#000;
}
.customer-auth-form{
  display:grid;
  gap:13px;
  margin-top:15px;
}
.customer-auth-form label{
  display:grid;
  gap:7px;
  color:#aaa;
  font-size:.67rem;
  font-weight:850;
}
.customer-auth-form label small{
  color:#6e6e6e;
  font-weight:700;
}
.customer-auth-form input{
  width:100%;
  min-height:48px;
  padding:0 13px;
  border:1px solid #363636;
  border-radius:13px;
  outline:0;
  background:#050505;
  color:#fff;
  font:inherit;
}
.customer-auth-form input:focus{
  border-color:#fff;
  box-shadow:0 0 0 3px rgba(255,255,255,.07);
}
.customer-auth-form button[type="submit"]{
  min-height:48px;
  border:1px solid #fff;
  border-radius:13px;
  background:#fff;
  color:#000;
  cursor:pointer;
  font:inherit;
  font-size:.72rem;
  font-weight:950;
}
.customer-account-local-note{
  margin-top:14px;
  padding:10px 12px;
  border:1px solid #4a402b;
  border-radius:12px;
  background:#17130a;
  color:#c0ad7a;
  font-size:.62rem;
  line-height:1.45;
}
.customer-dashboard-identity{
  display:grid;
  grid-template-columns:minmax(0,1fr) 180px;
  gap:12px;
}
.customer-dashboard-identity > div{
  padding:15px;
  border:1px solid #303030;
  border-radius:18px;
  background:#0b0b0b;
}
.customer-dashboard-identity h3{
  margin:5px 0 0;
  font-size:1.05rem;
}
.customer-dashboard-identity p{
  margin:5px 0 0;
  color:#777;
  font-size:.64rem;
}
.customer-code-card{
  text-align:center;
}
.customer-code-card strong{
  display:block;
  margin-top:5px;
  font-size:2rem;
  letter-spacing:.12em;
}
.customer-code-card button{
  min-height:32px;
  margin-top:7px;
  padding:0 9px;
  border:1px solid #3b3b3b;
  border-radius:9px;
  background:#090909;
  color:#fff;
  cursor:pointer;
  font-size:.58rem;
  font-weight:850;
}
.customer-dashboard-info{
  margin-top:12px;
  padding:11px 13px;
  border:1px solid #3b3b3b;
  border-radius:14px;
  background:#0a0a0a;
  color:#8d8d8d;
  font-size:.65rem;
  line-height:1.45;
}
.customer-dashboard-info strong{
  display:inline-block;
  margin-left:5px;
  color:#fff;
}
.customer-dashboard-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:12px;
}
.customer-dashboard-stats article{
  padding:12px;
  border:1px solid #303030;
  border-radius:15px;
  background:#0a0a0a;
}
.customer-dashboard-stats span{
  display:block;
  color:#777;
  font-size:.54rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.customer-dashboard-stats strong{
  display:block;
  margin-top:5px;
  font-size:1rem;
}
.customer-orders-section{
  margin-top:16px;
}
.customer-orders-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:10px;
}
.customer-orders-head h3{
  margin:5px 0 0;
  font-size:1rem;
}
.customer-orders-head button{
  min-height:34px;
  padding:0 10px;
  border:1px solid #3b3b3b;
  border-radius:10px;
  background:#0a0a0a;
  color:#fff;
  cursor:pointer;
  font-size:.6rem;
  font-weight:850;
}
.customer-orders-list{
  display:grid;
  gap:9px;
  margin-top:10px;
}
.customer-order-card{
  padding:13px;
  border:1px solid #303030;
  border-radius:17px;
  background:#0a0a0a;
}
.customer-order-card-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
}
.customer-order-card-top > div span{
  display:block;
  color:#6e6e6e;
  font-size:.5rem;
  font-weight:950;
  letter-spacing:.08em;
}
.customer-order-card-top > div strong{
  display:block;
  margin-top:4px;
  font-size:.75rem;
}
.customer-order-status{
  flex:0 0 auto;
  padding:5px 7px;
  border:1px solid #555;
  border-radius:999px;
  font-size:.51rem;
  font-weight:950;
}
.customer-order-status.received{border-color:#686868;color:#c4c4c4;background:#151515}
.customer-order-status.confirmed{border-color:#456b8a;color:#a7cbe8;background:#0b1620}
.customer-order-status.processing{border-color:#76652b;color:#d6c47c;background:#191509}
.customer-order-status.completed{border-color:#3e6b48;color:#a4d6ae;background:#0a180d}
.customer-order-status.cancelled{border-color:#744343;color:#d9a5a5;background:#1a0c0c}
.customer-order-card h4{
  margin:10px 0 0;
  font-size:.75rem;
  line-height:1.4;
}
.customer-order-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:7px;
  margin-top:11px;
}
.customer-order-facts > div{
  padding:9px;
  border:1px solid #242424;
  border-radius:11px;
  background:#070707;
}
.customer-order-facts span{
  display:block;
  color:#6f6f6f;
  font-size:.5rem;
}
.customer-order-facts strong{
  display:block;
  margin-top:4px;
  font-size:.65rem;
}
.customer-orders-empty{
  padding:22px 12px;
  border:1px dashed #343434;
  border-radius:16px;
  text-align:center;
}
.customer-orders-empty strong{
  display:block;
  font-size:.78rem;
}
.customer-orders-empty p{
  margin:6px 0 0;
  color:#777;
  font-size:.64rem;
  line-height:1.45;
}
.customer-logout{
  width:100%;
  min-height:42px;
  margin-top:16px;
  border:1px solid #543838;
  border-radius:12px;
  background:#170b0b;
  color:#d49d9d;
  cursor:pointer;
  font:inherit;
  font-size:.65rem;
  font-weight:900;
}

/* Owner Quick Order */
.owner-quick-order{
  margin:0 24px 17px;
  padding:16px;
  border:1px solid #d5d5d5;
  border-radius:20px;
  background:#fff;
}
.owner-quick-order-head span,
.owner-ranking-head > span{
  color:#696969;
  font-size:.55rem;
  font-weight:950;
  letter-spacing:.12em;
}
.owner-quick-order-head h3,
.owner-ranking-head h3{
  margin:5px 0 0;
  font-size:1rem;
}
.owner-quick-order-head p,
.owner-ranking-head p{
  margin:6px 0 0;
  color:#666;
  font-size:.65rem;
}
.owner-quick-order-grid{
  display:grid;
  grid-template-columns:1.25fr .75fr .85fr 1.45fr auto;
  gap:9px;
  align-items:end;
  margin-top:13px;
}
.owner-quick-order-grid label{
  display:grid;
  gap:6px;
  color:#555;
  font-size:.64rem;
  font-weight:850;
}
.owner-quick-order-grid input,
.owner-quick-order-grid select{
  width:100%;
  min-height:43px;
  padding:0 11px;
  border:1px solid #cfcfcf;
  border-radius:11px;
  outline:0;
  background:#fff;
  color:#111;
  font:inherit;
}
.owner-quick-preview{
  min-height:67px;
  padding:10px 11px;
  border:1px solid #d2d2d2;
  border-radius:12px;
  background:#f7f7f7;
}
.owner-quick-preview span{
  display:block;
  color:#777;
  font-size:.5rem;
  font-weight:950;
  letter-spacing:.08em;
}
.owner-quick-preview strong{
  display:block;
  overflow:hidden;
  margin-top:4px;
  font-size:.69rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owner-quick-preview small{
  display:block;
  margin-top:4px;
  color:#666;
  font-size:.56rem;
}
.owner-customer-contact{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:10px;
}
.owner-customer-contact button{
  min-height:30px;
  padding:0 8px;
  border:1px solid #c9c9c9;
  border-radius:9px;
  background:#f5f5f5;
  color:#111;
  cursor:pointer;
  font-size:.58rem;
  font-weight:900;
}
.owner-customer-contact span{
  overflow:hidden;
  color:#666;
  font-size:.59rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owner-order-history-actions{
  display:grid!important;
  grid-template-columns:auto 132px 28px;
  align-items:center!important;
  gap:6px!important;
}
.owner-order-history-actions select{
  min-height:30px;
  padding:0 7px;
  border:1px solid #c9c9c9;
  border-radius:8px;
  background:#fff;
  color:#111;
  font-size:.55rem;
}

/* Owner Ranking */
.owner-ranking-head{
  margin:0 24px 12px;
  padding:16px;
  border:1px solid #d4d4d4;
  border-radius:19px;
  background:#fff;
}
.owner-ranking-summary{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  padding:0 24px 12px;
}
.owner-ranking-summary article{
  padding:12px;
  border:1px solid #d4d4d4;
  border-radius:15px;
  background:#fff;
}
.owner-ranking-summary span{
  display:block;
  color:#6a6a6a;
  font-size:.52rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.owner-ranking-summary strong{
  display:block;
  overflow:hidden;
  margin-top:5px;
  font-size:.92rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owner-ranking-list{
  display:grid;
  gap:8px;
  padding:0 24px 26px;
}
.owner-ranking-card{
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  align-items:center;
  gap:12px;
  padding:12px;
  border:1px solid #d4d4d4;
  border-radius:17px;
  background:#fff;
}
.owner-ranking-position{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#111;
  color:#fff;
  font-size:.75rem;
  font-weight:950;
}
.owner-ranking-customer{
  min-width:0;
}
.owner-ranking-customer span{
  color:#666;
  font-size:.52rem;
  font-weight:950;
  letter-spacing:.08em;
}
.owner-ranking-customer strong{
  display:block;
  margin-top:4px;
  font-size:.78rem;
}
.owner-ranking-customer small{
  display:block;
  overflow:hidden;
  margin-top:3px;
  color:#777;
  font-size:.57rem;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.owner-ranking-values{
  display:flex;
  gap:7px;
}
.owner-ranking-values > div{
  min-width:92px;
  padding:8px;
  border:1px solid #dedede;
  border-radius:11px;
  background:#f7f7f7;
  text-align:right;
}
.owner-ranking-values span{
  display:block;
  color:#777;
  font-size:.49rem;
}
.owner-ranking-values strong{
  display:block;
  margin-top:4px;
  font-size:.68rem;
}
.owner-tabs{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
@media(max-width:850px){
  .owner-quick-order-grid{
    grid-template-columns:1fr 1fr;
  }
  .owner-quick-preview{
    grid-column:1/-1;
  }
  .owner-quick-order-grid > .owner-primary{
    grid-column:1/-1;
  }
}
@media(max-width:620px){
  .customer-fab{
    right:12px;
    bottom:74px;
  }
  .customer-fab-label{
    display:none;
  }
  .customer-fab{
    width:44px;
    height:44px;
    padding:5px;
  }
  .customer-fab-icon{
    width:32px;
    height:32px;
  }
  .customer-dashboard-identity{
    grid-template-columns:1fr;
  }
  .customer-dashboard-stats,
  .customer-order-facts{
    grid-template-columns:1fr;
  }
  .owner-quick-order{
    margin:0 16px 14px;
  }
  .owner-ranking-head{
    margin:0 16px 10px;
  }
  .owner-ranking-summary{
    grid-template-columns:1fr;
    padding:0 16px 10px;
  }
  .owner-ranking-list{
    padding:0 16px 22px;
  }
  .owner-ranking-card{
    grid-template-columns:42px minmax(0,1fr);
  }
  .owner-ranking-position{
    width:40px;
    height:40px;
  }
  .owner-ranking-values{
    grid-column:1/-1;
  }
  .owner-ranking-values > div{
    flex:1;
    text-align:left;
  }
  .owner-order-history-actions{
    grid-template-columns:1fr 28px;
  }
  .owner-order-history-actions > strong{
    grid-column:1/-1;
  }
}
@media(max-width:430px){
  .owner-tabs button{
    font-size:.54rem!important;
  }
  .owner-quick-order-grid{
    grid-template-columns:1fr;
  }
  .owner-quick-preview,
  .owner-quick-order-grid > .owner-primary{
    grid-column:auto;
  }
}


/* Mengenstatistik – v44 */
.customer-dashboard-stats{grid-template-columns:repeat(4,minmax(0,1fr));}
.owner-customer-numbers{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
@media(max-width:620px){.customer-dashboard-stats,.owner-customer-numbers{grid-template-columns:1fr!important;}}



/* Platzsparender Sicherheits-Ausklappbereich – v47 */
.trust-accordion{
  min-width:0;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(20,20,20,.97),rgba(7,7,7,.98));
  box-shadow:0 16px 45px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.045);
  overflow:hidden;
}
.trust-accordion summary{
  display:flex;
  align-items:center;
  gap:11px;
  min-height:58px;
  padding:10px 13px;
  cursor:pointer;
  list-style:none;
  user-select:none;
  -webkit-tap-highlight-color:transparent;
}
.trust-accordion summary::-webkit-details-marker{display:none}
.trust-accordion-summary-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border:1px solid #3d3d3d;
  border-radius:11px;
  background:#080808;
  color:#fff;
  font-weight:900;
}
.trust-accordion-summary-text{
  min-width:0;
  display:flex;
  flex:1;
  flex-direction:column;
  gap:2px;
}
.trust-accordion-summary-text strong{
  font-size:.88rem;
  line-height:1.2;
}
.trust-accordion-summary-text small{
  color:#8f8f8f;
  font-size:.66rem;
  font-weight:700;
}
.trust-accordion-chevron{
  color:#aaa;
  font-size:1.2rem;
  line-height:1;
  transition:transform .22s ease;
}
.trust-accordion[open] .trust-accordion-chevron{transform:rotate(180deg)}
.trust-accordion-content{
  display:grid;
  gap:10px;
  padding:0 10px 10px;
}
.trust-accordion-content .trust-card{
  margin:0;
  box-shadow:none;
}
@media(min-width:620px){
  .trust-panel{
    grid-template-columns:minmax(0,2fr) minmax(230px,1fr);
    align-items:start;
  }
  .trust-accordion-content{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:619px){
  .trust-card-test{
    flex-direction:row;
  }
}


/* Bewegte Oberfläche und plattformspezifischer Icon-Regen – v48 */
body::before,
body::after{
  content:"";
  position:fixed;
  z-index:-1;
  width:48vw;
  height:48vw;
  min-width:300px;
  min-height:300px;
  border-radius:50%;
  filter:blur(80px);
  opacity:.09;
  pointer-events:none;
  animation:ambient-orbit 18s ease-in-out infinite alternate;
}
body::before{top:-20vw;left:-18vw;background:#fff}
body::after{right:-22vw;bottom:-24vw;background:#777;animation-delay:-9s}
.app-shell{position:relative;z-index:2}

.service-icon-rain{
  position:fixed;
  inset:0;
  z-index:1;
  overflow:hidden;
  pointer-events:none;
  opacity:0;
  transition:opacity .45s ease;
  contain:strict;
}
.service-icon-rain.active{opacity:1}
.service-icon-drop{
  position:absolute;
  top:-12vh;
  left:var(--rain-x);
  width:var(--rain-size);
  height:var(--rain-size);
  color:#fff;
  opacity:var(--rain-opacity);
  filter:drop-shadow(0 0 8px rgba(255,255,255,.15));
  animation:service-icon-fall var(--rain-duration) linear var(--rain-delay) infinite;
  will-change:transform;
}
.service-icon-drop svg{
  display:block;
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  vector-effect:non-scaling-stroke;
}

.platform-card,
.category-btn,
.service-card,
.site-highlight-card{
  transform-style:preserve-3d;
  will-change:transform;
}
.platform-card:hover,
.category-btn:hover{
  transform:translateY(-5px) scale(1.015);
  box-shadow:0 24px 70px rgba(0,0,0,.7),inset 0 1px 0 rgba(255,255,255,.08);
}
.platform-card::before,
.category-btn::before,
.service-card::after{
  content:"";
  position:absolute;
  inset:-45% auto -45% -70%;
  width:40%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent);
  transform:skewX(-18deg);
  transition:left .65s cubic-bezier(.2,.8,.2,1);
  pointer-events:none;
}
.platform-card:hover::before,
.category-btn:hover::before,
.service-card:hover::after{left:135%}
.platform-card.is-launching,
.category-btn.is-launching{animation:platform-launch .36s cubic-bezier(.2,.8,.2,1) both}
.platform-mark--logo{animation:platform-float 3.8s ease-in-out infinite}
.section-platform-icon{animation:section-icon-float 3.2s ease-in-out infinite}
.section-head{position:relative;z-index:2}
.section-title h2{animation:title-glow-in .55s cubic-bezier(.2,.8,.2,1) both}
.service-card{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.service-card:hover{
  transform:translateY(-4px);
  border-color:#575757;
  box-shadow:0 24px 65px rgba(0,0,0,.68);
}
.copy-id svg{transition:transform .22s ease}
.copy-id:hover svg{transform:rotate(-8deg) scale(1.12)}
.trust-accordion summary{transition:background .22s ease}
.trust-accordion summary:hover{background:rgba(255,255,255,.035)}
.trust-accordion[open] .trust-accordion-content{animation:accordion-reveal .34s cubic-bezier(.2,.8,.2,1) both}

.site-highlights{
  position:relative;
  overflow:hidden;
  margin:14px 0;
  padding:15px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:20px;
  background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.08),transparent 44%),#090909;
  box-shadow:0 16px 48px rgba(0,0,0,.38);
}
.site-highlights::after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-105px;
  top:-115px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
  animation:highlight-ring 7s linear infinite;
}
.site-highlights-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.site-highlights-head > div > span{
  display:block;
  margin-bottom:4px;
  color:#777;
  font-size:.54rem;
  font-weight:900;
  letter-spacing:.14em;
}
.site-highlights-head h2{
  margin:0;
  font-size:clamp(1.05rem,4.5vw,1.4rem);
  letter-spacing:-.035em;
}
.site-highlights-pulse{
  width:10px;
  height:10px;
  flex:0 0 10px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 0 rgba(255,255,255,.35);
  animation:highlight-pulse 2.1s ease-out infinite;
}
.site-highlights-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:11px;
}
.site-highlight-card{
  position:relative;
  overflow:hidden;
  min-width:0;
  padding:12px;
  border:1px solid #303030;
  border-radius:15px;
  background:#0b0b0b;
  animation:highlight-card-in .52s cubic-bezier(.2,.8,.2,1) var(--highlight-delay) both;
  transition:transform .22s ease,border-color .22s ease,background .22s ease;
}
.site-highlight-card:hover{
  transform:translateY(-4px);
  border-color:#5d5d5d;
  background:#101010;
}
.site-highlight-icon{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  margin-bottom:9px;
  border:1px solid #3b3b3b;
  border-radius:10px;
  background:#fff;
  color:#000;
  font-size:.88rem;
  font-weight:950;
  transition:transform .25s ease;
}
.site-highlight-card:hover .site-highlight-icon{transform:rotate(-5deg) scale(1.08)}
.site-highlight-card strong{display:block;font-size:.72rem}
.site-highlight-card p{margin:6px 0 0;color:#999;font-size:.61rem;line-height:1.45}

@keyframes service-icon-fall{
  0%{transform:translate3d(0,-12vh,0) rotate(0deg)}
  100%{transform:translate3d(var(--rain-drift),124vh,0) rotate(var(--rain-spin))}
}
@keyframes ambient-orbit{
  from{transform:translate3d(-2vw,-1vw,0) scale(.92)}
  to{transform:translate3d(8vw,6vw,0) scale(1.12)}
}
@keyframes platform-float{
  0%,100%{transform:translateY(0) rotate(0)}
  50%{transform:translateY(-5px) rotate(-2deg)}
}
@keyframes section-icon-float{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-4px) scale(1.04)}
}
@keyframes platform-launch{
  0%{transform:scale(1)}
  45%{transform:scale(.96);filter:brightness(1.55)}
  100%{transform:scale(1.04);filter:brightness(1)}
}
@keyframes title-glow-in{
  from{opacity:0;transform:translateX(12px);text-shadow:0 0 24px rgba(255,255,255,.55)}
  to{opacity:1;transform:none;text-shadow:none}
}
@keyframes accordion-reveal{
  from{opacity:0;transform:translateY(-8px)}
  to{opacity:1;transform:none}
}
@keyframes highlight-card-in{
  from{opacity:0;transform:translateY(14px) scale(.97)}
  to{opacity:1;transform:none}
}
@keyframes highlight-pulse{
  70%,100%{box-shadow:0 0 0 12px rgba(255,255,255,0)}
}
@keyframes highlight-ring{to{transform:rotate(360deg)}}

@media(max-width:650px){
  .site-highlights-grid{grid-template-columns:1fr}
  .site-highlight-card{display:grid;grid-template-columns:34px minmax(0,1fr);column-gap:10px;align-items:center}
  .site-highlight-icon{grid-row:1/3;margin:0}
  .site-highlight-card p{margin-top:3px}
}
@media(prefers-reduced-motion:reduce){
  .service-icon-rain{display:none!important}
  body::before,body::after{animation:none!important}
}

/* v54: Sofort verständlicher Einstieg und klare Hauptaktion */
.hero-service-tags{
  position:relative;
  z-index:1;
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:14px;
}
.hero-service-tags span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(255,255,255,.045);
  color:#d8d8d8;
  font-size:.63rem;
  font-weight:780;
  letter-spacing:.015em;
}
.hero-actions{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 13px;
  margin-top:17px;
}
.hero-primary-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:44px;
  padding:0 16px;
  border:1px solid #fff;
  border-radius:14px;
  background:#fff;
  color:#050505;
  font:inherit;
  font-size:.75rem;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 35px rgba(255,255,255,.12);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.hero-primary-cta:hover{
  transform:translateY(-2px);
  box-shadow:0 17px 42px rgba(255,255,255,.18);
}
.hero-primary-cta:active{transform:translateY(0) scale(.98)}
.hero-primary-cta:focus-visible{outline:2px solid #fff;outline-offset:4px}
.hero-primary-cta span{font-size:1rem;line-height:1}
.hero-action-note{
  color:#9c9c9c;
  font-size:.64rem;
  font-weight:720;
}
.site-highlight-step{
  font-variant-numeric:tabular-nums;
  font-size:.82rem;
}
@media(max-width:520px){
  .hero h1{font-size:clamp(2rem,12vw,3.2rem);line-height:.94}
  .hero-actions{align-items:stretch}
  .hero-primary-cta{width:100%}
  .hero-action-note{width:100%;text-align:center}
  .hero-service-tags{gap:6px}
  .hero-service-tags span{padding:5px 8px;font-size:.59rem}
}
.services-overview{
  margin-top:18px;
}
.services-overview-head{
  margin:0 2px 12px;
}
.services-overview-head > span{
  display:block;
  margin-bottom:5px;
  color:#777;
  font-size:.57rem;
  font-weight:900;
  letter-spacing:.15em;
}
.services-overview-head h2{
  margin:0;
  font-size:clamp(1.35rem,5.6vw,1.85rem);
  letter-spacing:-.04em;
}
.services-overview-head p{
  margin:7px 0 0;
  max-width:620px;
  color:#999;
  font-size:.72rem;
  line-height:1.5;
}


/* v55: Automatische geführte Einführung */
body.guided-intro-open{
  overflow-x:hidden;
}
.guided-intro{
  position:fixed;
  inset:0;
  z-index:1500;
  opacity:0;
  visibility:hidden;
  transition:opacity .28s ease,visibility .28s ease;
}
.guided-intro.visible{
  opacity:1;
  visibility:visible;
}
.guided-intro-blocker{
  position:absolute;
  inset:0;
  background:transparent;
  pointer-events:auto;
  touch-action:none;
  transition:background .3s ease;
}
.guided-intro--welcome .guided-intro-blocker{
  background:rgba(0,0,0,.82);
  -webkit-backdrop-filter:blur(7px);
  backdrop-filter:blur(7px);
}
.guided-intro-focus-ring{
  position:fixed;
  z-index:1;
  border:2px solid rgba(255,255,255,.95);
  border-radius:24px;
  background:transparent;
  box-shadow:
    0 0 0 9999px rgba(0,0,0,.78),
    0 0 0 6px rgba(255,255,255,.09),
    0 18px 70px rgba(0,0,0,.62);
  opacity:0;
  pointer-events:none;
  transition:left .38s cubic-bezier(.2,.8,.2,1),top .38s cubic-bezier(.2,.8,.2,1),width .38s cubic-bezier(.2,.8,.2,1),height .38s cubic-bezier(.2,.8,.2,1),opacity .22s ease;
}
.guided-intro-focus-ring.visible{
  opacity:1;
}
.guided-intro-focus-ring.visible::after{
  content:"";
  position:absolute;
  inset:-7px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:29px;
  animation:guided-intro-ring 1.9s ease-in-out infinite;
}
.guided-intro-card{
  position:fixed;
  z-index:3;
  left:50%;
  bottom:max(20px,env(safe-area-inset-bottom));
  width:min(calc(100vw - 28px),470px);
  padding:19px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:25px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.1),transparent 42%),
    rgba(11,11,11,.97);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  box-shadow:0 28px 90px rgba(0,0,0,.78),inset 0 1px 0 rgba(255,255,255,.08);
  transform:translate(-50%,24px) scale(.97);
  transition:top .3s ease,bottom .3s ease,transform .3s cubic-bezier(.2,.8,.2,1);
}
.guided-intro.visible .guided-intro-card{
  transform:translate(-50%,0) scale(1);
}
.guided-intro-card--top{
  top:max(18px,env(safe-area-inset-top));
  bottom:auto;
}
.guided-intro-progress{
  height:3px;
  overflow:hidden;
  margin:-2px 0 15px;
  border-radius:999px;
  background:#292929;
}
.guided-intro-progress span{
  display:block;
  width:100%;
  height:100%;
  border-radius:inherit;
  background:#fff;
  transform:scaleX(0);
  transform-origin:left;
}
.guided-intro-progress span.running{
  animation:guided-intro-progress var(--guided-intro-duration,6500ms) linear forwards;
}
.guided-intro-topline{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.guided-intro-badge{
  display:inline-flex;
  padding:5px 8px;
  border:1px solid #3e3e3e;
  border-radius:999px;
  color:#bdbdbd;
  font-size:.57rem;
  font-weight:950;
  letter-spacing:.13em;
}
.guided-intro-count{
  color:#777;
  font-size:.68rem;
  font-weight:850;
  font-variant-numeric:tabular-nums;
}
.guided-intro-card h2{
  margin:15px 0 8px;
  font-size:clamp(1.35rem,6vw,1.9rem);
  line-height:1.08;
  letter-spacing:-.04em;
}
.guided-intro-card p{
  margin:0;
  color:#aaa;
  font-size:.82rem;
  line-height:1.58;
}
.guided-intro-actions{
  display:grid;
  grid-template-columns:auto minmax(138px,1fr);
  gap:9px;
  margin-top:17px;
}
.guided-intro-actions button{
  min-height:45px;
  border-radius:14px;
  cursor:pointer;
  font-weight:900;
  transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
.guided-intro-actions button:active{
  transform:scale(.97);
}
.guided-intro-actions button:focus-visible{
  outline:2px solid #fff;
  outline-offset:3px;
}
.guided-intro-skip{
  padding:0 14px;
  border:1px solid #343434;
  background:#111;
  color:#aaa;
}
.guided-intro-next{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:0 16px;
  border:1px solid #fff;
  background:#fff;
  color:#050505;
}
@keyframes guided-intro-progress{
  to{transform:scaleX(1)}
}
@keyframes guided-intro-ring{
  0%,100%{opacity:.45;transform:scale(1)}
  50%{opacity:1;transform:scale(1.015)}
}
@media(max-width:430px){
  .guided-intro-card{padding:16px;border-radius:21px}
  .guided-intro-actions{grid-template-columns:1fr}
  .guided-intro-skip{order:2}
  .guided-intro-next{order:1}
}
@media(prefers-reduced-motion:reduce){
  .guided-intro-focus-ring,
  .guided-intro-card,
  .guided-intro{
    transition-duration:.01ms!important;
  }
  .guided-intro-focus-ring.visible::after{animation:none!important}
}


/* v58: Social-App-Navigation und Tinder-Spiel */
.instagram-fab{display:none!important}
body.gate-locked .social-bottom-nav,
body.gate-locked .swipe-game{visibility:hidden!important;pointer-events:none!important}
body.owner-open .social-bottom-nav{opacity:0;visibility:hidden;pointer-events:none}
body.swipe-game-open{overflow:hidden}
body.swipe-game-open .admin-fab,
body.swipe-game-open .admin-restore,
body.swipe-game-open .services-scroll-hint{opacity:0!important;visibility:hidden!important;pointer-events:none!important}

.social-bottom-nav{
  position:fixed;
  left:50%;
  bottom:max(9px,env(safe-area-inset-bottom));
  z-index:180;
  width:min(calc(100vw - 18px),520px);
  min-height:70px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:end;
  gap:3px;
  padding:7px 8px 8px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  background:rgba(8,8,8,.94);
  -webkit-backdrop-filter:blur(22px);
  backdrop-filter:blur(22px);
  box-shadow:0 18px 55px rgba(0,0,0,.72),inset 0 1px 0 rgba(255,255,255,.06);
  transform:translateX(-50%);
  transition:opacity .22s ease,visibility .22s ease,transform .22s ease;
}
.social-nav-item{
  position:relative;
  min-width:0;
  min-height:54px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  padding:5px 2px 3px;
  border:0;
  border-radius:16px;
  background:transparent;
  color:#747474;
  text-decoration:none;
  cursor:pointer;
  transition:color .2s ease,background .2s ease,transform .18s ease;
}
.social-nav-item:active{transform:scale(.92)}
.social-nav-item svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.social-nav-item > span:last-child{max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:.59rem;font-weight:850;white-space:nowrap}
.social-nav-item.active{color:#fff;background:rgba(255,255,255,.07)}
.social-nav-item.active::after{
  content:"";
  position:absolute;
  top:2px;
  width:20px;
  height:2px;
  border-radius:999px;
  background:#fff;
}
.social-nav-tinder{overflow:visible}
.social-nav-tinder-icon{
  width:37px;
  height:37px;
  display:grid;
  place-items:center;
  margin-top:-20px;
  border:1px solid #fff;
  border-radius:14px;
  background:#fff;
  color:#000;
  box-shadow:0 8px 28px rgba(0,0,0,.65),0 0 0 5px #080808;
}
.social-nav-tinder-icon svg{width:22px;height:22px;fill:currentColor;stroke:none}
.social-nav-tinder.active{background:transparent}
.social-nav-tinder.active .social-nav-tinder-icon{transform:translateY(-2px) scale(1.06)}
.social-nav-tinder.active::after{display:none}

body.home-view .admin-fab{bottom:calc(91px + env(safe-area-inset-bottom))}
body.home-view .admin-restore{bottom:calc(99px + env(safe-area-inset-bottom))}
.toast{bottom:calc(96px + env(safe-area-inset-bottom))}

.swipe-game{
  position:fixed;
  inset:0;
  z-index:160;
  display:grid;
  grid-template-rows:auto auto minmax(0,1fr) auto auto;
  gap:10px;
  padding:max(15px,env(safe-area-inset-top)) 14px calc(94px + env(safe-area-inset-bottom));
  overflow:hidden;
  background:
    radial-gradient(circle at 50% -10%,rgba(255,255,255,.13),transparent 32%),
    linear-gradient(180deg,#0b0b0b,#030303 72%);
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .25s ease,visibility .25s ease,transform .25s ease;
}
.swipe-game.visible{opacity:1;visibility:visible;transform:none}
.swipe-game-header{
  width:min(100%,580px);
  margin:0 auto;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
}
.swipe-game-kicker{display:block;color:#858585;font-size:.58rem;font-weight:950;letter-spacing:.18em}
.swipe-game-header h2{margin:4px 0 2px;font-size:clamp(1.45rem,6vw,2rem);letter-spacing:-.045em}
.swipe-game-header p{margin:0;color:#888;font-size:.7rem}
.swipe-game-close{
  width:42px;height:42px;flex:0 0 42px;border:1px solid #353535;border-radius:14px;background:#111;color:#fff;cursor:pointer;font-size:1.45rem;line-height:1
}
.swipe-game-status{
  width:min(100%,580px);
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#777;
  font-size:.69rem;
  font-weight:800;
}
.swipe-game-status strong{color:#fff}
.swipe-game-stage{position:relative;width:min(100%,520px);min-height:0;margin:0 auto;display:grid;place-items:center}
.swipe-game-stack{position:relative;width:100%;height:100%;min-height:320px;max-height:570px}
.swipe-service-card{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  padding:18px;
  border:1px solid #333;
  border-radius:29px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.1),transparent 36%),
    linear-gradient(155deg,#181818,#080808 65%);
  box-shadow:0 30px 90px rgba(0,0,0,.72),inset 0 1px 0 rgba(255,255,255,.06);
  touch-action:none;
  user-select:none;
  will-change:transform,opacity;
  transition:transform .28s cubic-bezier(.2,.75,.25,1),opacity .25s ease,border-color .2s ease;
}
.swipe-service-card-next{
  z-index:0;
  transform:translateY(10px) scale(.955);
  opacity:.55;
  pointer-events:none;
}
.swipe-service-card[data-depth="0"]{z-index:2;cursor:grab}
.swipe-service-card[data-depth="0"]:active{cursor:grabbing}
.swipe-service-card.swipe-card-dragging{transition:none}
.swipe-service-card.swipe-card-returning{transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .2s ease}
.swipe-card-platform{display:flex;align-items:center;gap:11px}
.swipe-card-platform > span{
  width:44px;height:44px;display:grid;place-items:center;border:1px solid #353535;border-radius:15px;background:#0b0b0b
}
.swipe-card-platform svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}
.swipe-card-platform small{display:block;color:#888;font-size:.64rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em}
.swipe-card-platform strong{display:block;margin-top:2px;font-size:.9rem}
.swipe-card-copy{margin:auto 0}
.swipe-card-id{display:inline-flex;padding:6px 9px;border:1px solid #393939;border-radius:999px;color:#c4c4c4;font-size:.62rem;font-weight:900;letter-spacing:.05em}
.swipe-card-copy h3{margin:14px 0 14px;font-size:clamp(1.4rem,6vw,2.2rem);line-height:1.06;letter-spacing:-.045em}
.swipe-card-features{display:flex;flex-wrap:wrap;gap:7px}
.swipe-card-features span{padding:7px 9px;border:1px solid #292929;border-radius:10px;background:#0a0a0a;color:#bdbdbd;font-size:.68rem;line-height:1.2}
.swipe-card-price{display:flex;align-items:end;justify-content:space-between;gap:12px;padding-top:15px;border-top:1px solid #262626}
.swipe-card-price span{color:#777;font-size:.67rem}
.swipe-card-price strong{font-size:1.35rem;letter-spacing:-.03em}
.swipe-card-hint{margin:9px 0 0;color:#5e5e5e;font-size:.61rem;text-align:center}
.swipe-stamp{
  position:absolute;
  top:72px;
  z-index:5;
  padding:7px 10px;
  border:3px solid currentColor;
  border-radius:10px;
  font-size:.85rem;
  font-weight:1000;
  letter-spacing:.08em;
  opacity:0;
  transition:opacity .1s ease;
}
.swipe-stamp-no{right:17px;color:#ff7575;transform:rotate(11deg)}
.swipe-stamp-yes{left:17px;color:#8df0a5;transform:rotate(-11deg)}
.swipe-drag-left .swipe-stamp-no{opacity:1}
.swipe-drag-right .swipe-stamp-yes{opacity:1}
.swipe-drag-left{border-color:rgba(255,117,117,.55)}
.swipe-drag-right{border-color:rgba(141,240,165,.55)}

.swipe-game-actions{width:min(100%,420px);margin:0 auto;display:grid;grid-template-columns:1fr .82fr 1fr;gap:12px;align-items:center}
.swipe-action{
  min-height:52px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #333;border-radius:18px;background:#101010;color:#fff;cursor:pointer;font-size:.67rem;font-weight:850;transition:transform .18s ease,border-color .18s ease,opacity .18s ease
}
.swipe-action:active{transform:scale(.94)}
.swipe-action:disabled{opacity:.28;cursor:not-allowed}
.swipe-action svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.swipe-action-reject{color:#ff8a8a}
.swipe-action-accept{color:#9af1ae}
.swipe-action-undo{min-height:44px;color:#aaa}

.swipe-game-footer{width:min(100%,580px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
.swipe-selection-preview{min-width:0;color:#767676;font-size:.65rem}
.swipe-selection-preview strong{display:block;margin-bottom:5px;color:#aaa}
.swipe-selection-preview > div{display:flex;gap:5px;overflow:hidden}
.swipe-selection-preview > div span{padding:5px 7px;border:1px solid #303030;border-radius:999px;background:#0d0d0d;color:#ddd;white-space:nowrap}
.swipe-selection-preview small{display:block;margin-top:4px}
.swipe-game-finish{
  min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 15px;border:1px solid #fff;border-radius:16px;background:#fff;color:#050505;cursor:pointer;font-size:.7rem;font-weight:950;white-space:nowrap
}
.swipe-game-finish:disabled{border-color:#292929;background:#111;color:#555;cursor:not-allowed}
.swipe-game-finished{text-align:center;padding:28px 20px}
.swipe-game-finished-mark{width:62px;height:62px;display:grid;place-items:center;margin:0 auto 16px;border:1px solid #444;border-radius:22px;background:#fff;color:#000;font-size:1.8rem;font-weight:950}
.swipe-game-finished h3{margin:0;font-size:1.5rem}
.swipe-game-finished p{max-width:350px;margin:9px auto 18px;color:#888;font-size:.78rem;line-height:1.55}
.swipe-game-finished button{min-height:45px;padding:0 15px;border:1px solid #3a3a3a;border-radius:14px;background:#111;color:#fff;cursor:pointer;font-weight:850}

@media(max-height:700px){
  .swipe-game{gap:7px;padding-top:max(9px,env(safe-area-inset-top))}
  .swipe-game-header h2{font-size:1.25rem}
  .swipe-game-stack{min-height:260px}
  .swipe-service-card{padding:14px;border-radius:24px}
  .swipe-card-copy h3{margin:9px 0;font-size:1.25rem}
  .swipe-card-features span:nth-child(n+5){display:none}
  .swipe-card-hint{display:none}
}
@media(max-width:430px){
  .swipe-game{padding-left:10px;padding-right:10px}
  .swipe-game-footer{grid-template-columns:1fr}
  .swipe-selection-preview{display:none}
  .swipe-game-finish{width:100%;justify-content:center}
  .social-bottom-nav{width:calc(100vw - 12px);border-radius:21px}
  .social-nav-item > span:last-child{font-size:.56rem}
}
@media(prefers-reduced-motion:reduce){
  .swipe-game,.swipe-service-card,.social-bottom-nav,.social-nav-item{transition-duration:.01ms!important}
}





/* v63: abschließende Ausrichtungs- und Mobilkorrekturen */
.app-shell{
  width:min(100%,840px);
  padding-bottom:calc(118px + env(safe-area-inset-bottom));
}

/* Nach dem Entfernen des Spiels besitzt die Navigation genau drei Einträge. */
.social-bottom-nav{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.social-nav-item{
  width:100%;
}

/* Gleichmäßige Kartenanordnung bei einer ungeraden Anzahl. */
@media(max-width:619px) and (min-width:341px){
  .platform-grid > .platform-card:last-child:nth-child(odd),
  .category-grid > .category-btn:last-child:nth-child(odd){
    grid-column:1/-1;
    width:calc(50% - 5px);
    justify-self:center;
  }
}

/* Kompaktere Sortierung auf normalen Smartphones. */
@media(min-width:351px) and (max-width:430px){
  .sort-buttons{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .sort-button{
    min-height:42px;
    padding:7px 4px;
    font-size:.62rem;
  }
}

@media(max-width:520px){
  .hero-topline{
    align-items:center;
    gap:9px;
  }
  .hero .eyebrow{
    max-width:none;
    font-size:.58rem;
    line-height:1.35;
    letter-spacing:.13em;
    white-space:nowrap;
  }
  .hero-live{
    flex:0 0 auto;
    padding:5px 8px;
    font-size:.54rem;
  }
  .hero h1{
    margin-top:17px;
  }
  .hero-kicker{
    line-height:1.35;
  }
  .hero .subtitle{
    line-height:1.55;
  }
  .services-overview-head{
    margin-left:1px;
    margin-right:1px;
  }
  .section-head{
    margin-top:3px;
  }
}

@media(max-width:350px){
  .hero-topline{
    align-items:flex-start;
  }
  .hero .eyebrow{
    white-space:normal;
  }
  .sort-buttons{
    grid-template-columns:1fr;
  }
  .platform-grid > .platform-card:last-child:nth-child(odd),
  .category-grid > .category-btn:last-child:nth-child(odd){
    width:100%;
  }
}

/* Fokus und lange Inhalte bleiben vollständig sichtbar. */
.platform-name,
.category-btn strong,
.service-title h3,
.owner-tabs button{
  overflow-wrap:anywhere;
}
.public-service-search-results,
.owner-order-suggestions{
  max-height:min(55vh,430px);
  overflow:auto;
  overscroll-behavior:contain;
}


/* v72: flüssigere Listen, geringere GPU-Last und Spotify-Hervorhebung */
.spotify-promo-card{
  position:relative;
  z-index:1;
  width:100%;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:13px;
  margin-top:15px;
  padding:15px;
  border:1px solid rgba(120,255,165,.34);
  border-radius:18px;
  background:
    radial-gradient(circle at 0 0,rgba(50,215,105,.18),transparent 42%),
    linear-gradient(135deg,rgba(15,33,21,.97),rgba(7,10,8,.98));
  color:#fff;
  text-align:left;
  cursor:pointer;
  box-shadow:0 14px 38px rgba(0,0,0,.34);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
  -webkit-tap-highlight-color:transparent;
}
.spotify-promo-card:hover{
  transform:translateY(-2px);
  border-color:rgba(125,255,170,.65);
  box-shadow:0 18px 48px rgba(0,0,0,.46);
}
.spotify-promo-card:active{transform:scale(.99)}
.spotify-promo-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid rgba(135,255,174,.35);
  border-radius:14px;
  background:#1ed760;
  color:#06170c;
}
.spotify-promo-icon svg{width:24px;height:24px;stroke-width:1.8}
.spotify-promo-copy{min-width:0;display:grid;gap:3px}
.spotify-promo-copy small{
  color:#8cf0ad;
  font-size:.57rem;
  font-weight:950;
  letter-spacing:.12em;
}
.spotify-promo-copy strong{
  font-size:clamp(.82rem,2.8vw,1rem);
  line-height:1.25;
}
.spotify-promo-copy > span{
  color:#b6c7bb;
  font-size:.66rem;
  line-height:1.4;
}
.spotify-promo-action{
  display:inline-flex;
  align-items:center;
  gap:7px;
  white-space:nowrap;
  color:#dfffe9;
  font-size:.65rem;
  font-weight:900;
}
.spotify-promo-action b{font-size:1rem}
.spotify-promo-card--compact{margin:0 0 14px}

/* Lange Kataloge werden erst beim Scrollen gezeichnet. */
.service-card{
  content-visibility:auto;
  contain-intrinsic-size:260px;
  will-change:auto;
}
.platform-card,.category-btn,.site-highlight-card{will-change:auto}

/* Weniger dauerhaft laufende Effekte = flüssiger auf Smartphones. */
@media(max-width:760px){
  body::before,body::after{animation:none;filter:blur(55px)}
  .platform-mark--logo,.section-platform-icon{animation:none}
  .spotify-promo-card{
    grid-template-columns:auto minmax(0,1fr);
    gap:11px;
    padding:13px;
  }
  .spotify-promo-action{
    grid-column:2;
    justify-self:start;
  }
}
@media(max-width:420px){
  .spotify-promo-copy > span{font-size:.62rem}
  .spotify-promo-icon{width:38px;height:38px;border-radius:12px}
}


/* v73: Plattform-Regen nur im Hauptmenü + flüssigere Bedienung */
.service-icon-rain{
  opacity:0;
  transition:opacity .28s ease;
  contain:layout style paint;
}
.service-icon-drop{
  filter:none;
  backface-visibility:hidden;
  transform:translateZ(0);
}
button,
a,.platform-card,.category-btn{
  touch-action:manipulation;
}
.math-gate-card #math-gate-form{
  grid-template-columns:1fr;
}
@media(max-width:760px){
  .service-icon-rain{display:block!important}
  .service-icon-drop{will-change:transform}
  .platform-card,.category-btn,.service-card{
    transition-duration:.18s!important;
  }
}
@media(prefers-reduced-motion:reduce){
  .service-icon-rain{display:none!important}
}

/* v74: eigener Deutschland-Katalog auf Plattformebene */
.platform-card--german{
  grid-column:1/-1;
  min-height:154px;
  border-color:rgba(255,205,73,.56);
  background:
    radial-gradient(circle at 86% 18%,rgba(221,0,0,.16),transparent 32%),
    radial-gradient(circle at 14% 100%,rgba(255,206,0,.13),transparent 34%),
    linear-gradient(145deg,#151515,#090909 62%);
  box-shadow:0 18px 42px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04);
}
.platform-card--german .platform-mark{
  border-color:rgba(255,205,73,.48);
  background:linear-gradient(180deg,rgba(221,0,0,.22),rgba(255,206,0,.13));
}
.platform-card--german .platform-name{font-size:1.2rem}
.platform-card--german .platform-meta{color:#d7d7d7}
.german-card-note{
  display:block;
  margin-top:7px;
  color:#a8a8a8;
  font-size:.72rem;
  line-height:1.4;
}
.german-catalog-intro{
  position:relative;
  overflow:hidden;
  margin:0 0 18px;
  padding:19px;
  border:1px solid rgba(255,205,73,.34);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(221,0,0,.1),rgba(255,206,0,.07) 48%,#0b0b0b);
}
.german-catalog-intro::after{
  content:'🇩🇪';
  position:absolute;
  right:14px;
  bottom:-18px;
  font-size:5.2rem;
  opacity:.075;
  transform:rotate(-8deg);
  pointer-events:none;
}
.german-catalog-intro > span{
  display:block;
  color:#f0c94d;
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.16em;
}
.german-catalog-intro h3{
  position:relative;
  z-index:1;
  margin:8px 0 7px;
  font-size:1.15rem;
  line-height:1.28;
}
.german-catalog-intro p{
  position:relative;
  z-index:1;
  margin:0;
  max-width:620px;
  color:#9d9d9d;
  font-size:.78rem;
  line-height:1.55;
}
.german-platform-grid .platform-card,
.category-btn--german{
  border-color:rgba(255,205,73,.26);
}
.section-platform-icon--german{
  border-color:rgba(255,205,73,.44);
  background:linear-gradient(180deg,rgba(221,0,0,.18),rgba(255,206,0,.1));
}
.german-selection-note{
  margin:-2px 0 14px;
  padding:10px 13px;
  border:1px solid rgba(255,205,73,.22);
  border-radius:14px;
  background:rgba(255,206,0,.045);
  color:#b9b9b9;
  font-size:.72rem;
  line-height:1.45;
}
.service-card--german{
  border-color:rgba(255,205,73,.28);
  background:
    linear-gradient(140deg,rgba(221,0,0,.035),transparent 34%),
    var(--card,#0b0b0b);
}
.german-service-badge{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  margin-bottom:12px;
  padding:0 9px;
  border:1px solid rgba(255,205,73,.34);
  border-radius:999px;
  background:rgba(255,206,0,.06);
  color:#e8cf75;
  font-size:.57rem;
  font-weight:900;
  letter-spacing:.11em;
}
@media(max-width:620px){
  .platform-card--german{
    width:100%!important;
    min-height:145px;
  }
}


/* v76: stabile Karten, kompakter Kontaktbereich und ruhige Premium-Bewegung */

/* Karten richten sich nur innerhalb ihrer jeweiligen Reihe aus.
   Keine global erzwungenen Riesenhöhen und kein 3D-Strecken. */
.platform-grid,
.category-grid,
.services{
  align-items:stretch;
  grid-auto-rows:auto;
}

.platform-card,
.category-btn,
.service-card{
  min-width:0;
  height:auto;
  transform:none;
}

.service-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  contain:layout paint;
  transition:border-color .22s ease,box-shadow .22s ease,background .22s ease;
}

.service-title,
.service-title h3{
  min-width:0;
  max-width:100%;
}

.service-title h3{
  min-height:0;
  overflow:visible;
  overflow-wrap:anywhere;
  word-break:normal;
  text-wrap:pretty;
}

.features{
  align-content:flex-start;
  flex:1 1 auto;
}

.price-row{
  width:100%;
  margin-top:auto;
}

.price-row > div{
  min-width:0;
  width:100%;
}

.price{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:6px;
  overflow-wrap:anywhere;
}

/* Nur eine kleine Anhebung auf Geräten mit echter Maus. Auf Touch kein Ziehen. */
@media(hover:hover) and (pointer:fine){
  .platform-card:hover,
  .category-btn:hover,
  .service-card:hover,
  .site-highlight-card:hover,
  .spotify-promo-card:hover{
    transform:translateY(-2px);
  }
}

@media(hover:none), (pointer:coarse){
  .platform-card:hover,
  .category-btn:hover,
  .service-card:hover,
  .site-highlight-card:hover,
  .spotify-promo-card:hover,
  .platform-card:active,
  .category-btn:active,
  .service-card:active{
    transform:none!important;
  }
}

/* Der Kontaktblock bleibt beim Öffnen und Antippen kompakt. */
.trust-panel{
  align-items:start;
}

.trust-card-test{
  width:100%;
  min-width:0;
  height:auto;
  align-self:start;
  overflow:hidden;
}

.trust-card-test > div{
  min-width:0;
  width:100%;
}

.trust-contact{
  position:relative;
  overflow:hidden;
  width:fit-content;
  max-width:100%;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 13px;
  box-sizing:border-box;
  white-space:normal;
  overflow-wrap:anywhere;
  text-align:center;
  line-height:1.3;
  transform:none!important;
  transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;
}

.trust-contact:active{
  transform:none!important;
  background:#111;
}

.trust-accordion{
  width:100%;
  min-width:0;
  align-self:start;
}

.trust-accordion summary{
  min-width:0;
}

.trust-accordion-content{
  min-width:0;
}

.trust-accordion-content .trust-card{
  min-width:0;
  height:auto;
}

@media(min-width:620px){
  .trust-panel{
    grid-template-columns:minmax(0,1.7fr) minmax(230px,.85fr);
  }
}

@media(max-width:619px){
  .trust-card-test{
    flex-direction:row;
  }
  .trust-contact{
    width:100%;
  }
}

/* Sanfte Animationen statt starker Skalierung und 3D-Verformung. */
.hero{
  overflow:hidden;
}

.hero::after{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  right:-125px;
  top:-125px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:50%;
  box-shadow:0 0 0 28px rgba(255,255,255,.018);
  animation:v76-hero-ring 18s linear infinite;
  pointer-events:none;
}

.platform-card::before,
.category-btn::before,
.service-card::after{
  animation:none;
}

.platform-card:hover::before,
.category-btn:hover::before,
.service-card:hover::after{
  transition-duration:.8s;
}

.service-card::before{
  animation:v76-accent-breathe 4.8s ease-in-out infinite;
}

.copy-id,
.trust-contact,
.hero-primary-cta{
  isolation:isolate;
}

.copy-id::after,
.trust-contact::after,
.hero-primary-cta::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.09) 50%,transparent 65%);
  transform:translateX(-130%);
  transition:transform .65s ease;
  pointer-events:none;
}

@media(hover:hover) and (pointer:fine){
  .copy-id:hover::after,
  .trust-contact:hover::after,
  .hero-primary-cta:hover::after{
    transform:translateX(130%);
  }
}

.social-nav-item{
  transform:none;
  transition:color .18s ease,background .18s ease,box-shadow .18s ease;
}
.social-nav-item:active{
  transform:none;
  background:rgba(255,255,255,.06);
}

@keyframes v76-hero-ring{
  to{transform:rotate(360deg)}
}

@keyframes v76-accent-breathe{
  0%,100%{opacity:.62}
  50%{opacity:1}
}

@media(prefers-reduced-motion:reduce){
  .hero::after,
  .service-card::before{
    animation:none!important;
  }
  .platform-card,
  .category-btn,
  .service-card,
  .site-highlight-card,
  .spotify-promo-card,
  .trust-contact,
  .social-nav-item{
    transition-duration:.01ms!important;
  }
}


/* v77: Kick neben Twitch + dichter Logo-Regen mit Tiefenwirkung */
@media(max-width:619px) and (min-width:341px){
  /* Die Deutschland-Karte zählt als erstes Grid-Element. Dadurch wurde Kick
     fälschlich wie eine alleinstehende ungerade Karte zentriert. */
  .platform-grid > .platform-card:last-child:nth-child(odd):not(.platform-card--german){
    grid-column:auto;
    width:100%;
    justify-self:stretch;
  }
}

.service-icon-rain{
  opacity:0;
  perspective:900px;
  transition:opacity .34s ease;
}
.service-icon-rain.active{opacity:1}
.service-icon-drop{
  z-index:1;
  mix-blend-mode:screen;
  filter:drop-shadow(0 0 8px rgba(255,255,255,.12));
}
.service-icon-drop--far{
  z-index:0;
  filter:blur(.15px) drop-shadow(0 0 5px rgba(255,255,255,.08));
}
.service-icon-drop--mid{
  z-index:1;
  filter:drop-shadow(0 0 9px rgba(255,255,255,.15));
}
.service-icon-drop--near{
  z-index:2;
  filter:blur(.35px) drop-shadow(0 0 13px rgba(255,255,255,.14));
}
.service-icon-drop--far svg{stroke-width:1.55}
.service-icon-drop--mid svg{stroke-width:1.75}
.service-icon-drop--near svg{stroke-width:1.9}

@media(max-width:520px){
  .service-icon-drop--near{
    filter:blur(.25px) drop-shadow(0 0 10px rgba(255,255,255,.12));
  }
}


/* v78: ruhige Startseite und konsequente Performance-Optimierung */
.service-icon-rain,
.service-icon-drop{
  display:none!important;
}

/* Große, dauerhaft animierte Blur-Flächen vollständig entfernen. */
body::before,
body::after{
  content:none!important;
  display:none!important;
  animation:none!important;
  filter:none!important;
}

/* Auf der Startseite keinerlei automatische Animationen mehr. */
body.home-view .app-shell *,
body.home-view .app-shell *::before,
body.home-view .app-shell *::after{
  animation:none!important;
  animation-delay:0s!important;
}

/* Auch beim Wechsel in Kataloge keine unnötigen Dauereffekte. */
.platform-mark--logo,
.section-platform-icon,
.hero-live i,
.services-scroll-hint.visible,
.services-scroll-icon::after,
.site-highlights::after,
.site-highlights-pulse,
.hero::after,
.service-card::before{
  animation:none!important;
}

.hero::after,
.site-highlights::after{
  content:none!important;
}

/* Statische Flächen brauchen keinen permanenten Compositor-/GPU-Layer. */
.platform-card,
.category-btn,
.service-card,
.site-highlight-card,
.spotify-promo-card,
.hero,
.order-counter-card{
  will-change:auto!important;
  transform-style:flat!important;
}

/* Teure Live-Unschärfe bei dauerhaft sichtbaren Navigationselementen vermeiden. */
.social-bottom-nav,
.services-scroll-hint{
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}

/* Direkte, leichte Reaktionen statt verzögerter Skalierungsanimationen. */
.platform-card,
.category-btn,
.service-card,
.site-highlight-card,
.spotify-promo-card,
.hero-primary-cta,
.trust-contact,
.social-nav-item{
  transition-duration:.12s!important;
}

@media(hover:none), (pointer:coarse){
  .platform-card,
  .category-btn,
  .service-card,
  .site-highlight-card,
  .spotify-promo-card,
  .hero-primary-cta,
  .trust-contact{
    transition:none!important;
  }
}


/* v78 Ergänzung: keine automatisch aufpoppenden oder gleitenden Startseiten-Elemente. */
.app-shell.site-reveal{
  animation:none!important;
}
body.home-view .platform-card,
body.home-view .site-highlight-card,
body.home-view .spotify-promo-card,
body.home-view .hero-primary-cta,
body.home-view .trust-contact{
  transition:none!important;
}
body.home-view .platform-card:hover,
body.home-view .site-highlight-card:hover,
body.home-view .spotify-promo-card:hover,
body.home-view .hero-primary-cta:hover,
body.home-view .trust-contact:hover{
  transform:none!important;
}


/* v79: Datenschutzerklärung, Kenntnisnahme und rechtlicher Darstellungshinweis */
body.privacy-open{
  overflow:hidden!important;
}
.math-gate-card{
  max-height:min(94vh,760px);
  overflow-y:auto;
  overscroll-behavior:contain;
}
.math-consent-row{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:10px;
  align-items:start;
  margin-top:4px;
  padding:12px;
  border:1px solid #303030;
  border-radius:14px;
  background:#0b0b0b;
  text-align:left;
}
.math-consent-row input{
  width:19px;
  height:19px;
  margin:1px 0 0;
  accent-color:#fff;
  cursor:pointer;
}
.math-consent-copy{
  min-width:0;
  display:grid;
  gap:5px;
}
.math-consent-row label{
  color:#c9c9c9!important;
  font-size:.72rem!important;
  font-weight:700!important;
  line-height:1.45;
}
.privacy-inline-link{
  display:inline;
  margin:0;
  padding:0;
  border:0;
  background:transparent;
  color:#fff;
  cursor:pointer;
  font:inherit;
  font-weight:900;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:2px;
}
.privacy-inline-link:focus-visible{
  border-radius:4px;
  outline:2px solid #fff;
  outline-offset:3px;
}
.math-consent-help{
  margin:0!important;
  color:#777!important;
  font-size:.66rem!important;
  line-height:1.4!important;
  text-align:left;
}
.privacy-backdrop{
  position:fixed;
  inset:0;
  z-index:1300;
  display:grid;
  place-items:center;
  padding:max(12px,env(safe-area-inset-top)) 12px max(12px,env(safe-area-inset-bottom));
  background:rgba(0,0,0,.88);
  -webkit-backdrop-filter:blur(9px);
  backdrop-filter:blur(9px);
  opacity:0;
  visibility:hidden;
  transition:opacity .18s ease,visibility .18s ease;
}
.privacy-backdrop[hidden]{
  display:none;
}
.privacy-backdrop.visible{
  opacity:1;
  visibility:visible;
}
.privacy-modal{
  width:min(100%,720px);
  max-height:min(92vh,900px);
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  overflow:hidden;
  border:1px solid #343434;
  border-radius:24px;
  background:linear-gradient(155deg,#171717,#080808 70%);
  box-shadow:0 28px 100px rgba(0,0,0,.88);
  color:#fff;
  transform:translateY(10px) scale(.985);
  transition:transform .18s ease;
}
.privacy-backdrop.visible .privacy-modal{
  transform:none;
}
.privacy-modal-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  padding:20px 20px 16px;
  border-bottom:1px solid #2b2b2b;
}
.privacy-modal-header span{
  display:block;
  margin-bottom:5px;
  color:#8f8f8f;
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.12em;
}
.privacy-modal-header h2{
  margin:0;
  font-size:clamp(1.45rem,5vw,2rem);
  letter-spacing:-.035em;
}
.privacy-modal-header p{
  margin:5px 0 0;
  color:#858585;
  font-size:.7rem;
}
.privacy-close{
  flex:0 0 auto;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid #3a3a3a;
  border-radius:12px;
  background:#0b0b0b;
  color:#fff;
  cursor:pointer;
  font-size:1.5rem;
  line-height:1;
}
.privacy-modal-content{
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:18px 20px 24px;
  scrollbar-width:thin;
  scrollbar-color:#444 #111;
}
.privacy-modal-content section + section{
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid #252525;
}
.privacy-modal-content h3{
  margin:0 0 8px;
  color:#f1f1f1;
  font-size:.9rem;
  line-height:1.35;
}
.privacy-modal-content p{
  margin:0;
  color:#b4b4b4;
  font-size:.78rem;
  line-height:1.65;
}
.privacy-modal-content p + p{
  margin-top:10px;
}
.privacy-modal-content a{
  color:#fff;
  font-weight:850;
  text-decoration:underline;
  text-underline-offset:3px;
}
.privacy-modal-content code{
  padding:1px 5px;
  border:1px solid #333;
  border-radius:5px;
  background:#0a0a0a;
  color:#dedede;
  font-size:.72rem;
}
.privacy-modal-footer{
  padding:14px 20px max(14px,env(safe-area-inset-bottom));
  border-top:1px solid #2b2b2b;
  background:#0a0a0a;
}
.privacy-accept-close{
  width:100%;
  padding:13px 16px;
  border:1px solid #fff;
  border-radius:13px;
  background:#fff;
  color:#000;
  cursor:pointer;
  font-weight:950;
}
.social-nav-item[data-bottom-action="privacy"] svg path{
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.7;
}
@media(max-width:520px){
  .math-gate{
    align-items:start;
    overflow-y:auto;
  }
  .math-gate-card{
    margin:auto 0;
    max-height:none;
  }
  .privacy-backdrop{
    padding:8px;
  }
  .privacy-modal{
    max-height:calc(100vh - 16px);
    border-radius:19px;
  }
  .privacy-modal-header,
  .privacy-modal-content,
  .privacy-modal-footer{
    padding-left:15px;
    padding-right:15px;
  }
  .social-bottom-nav{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .social-nav-item span{
    font-size:.58rem;
  }
}
@media(prefers-reduced-motion:reduce){
  .privacy-backdrop,
  .privacy-modal{
    transition-duration:.01ms!important;
  }
}
