/* Praxoria Startseite – v551: Transfer-Demo an Kontext/Rückmeldung angeglichen.
   Rein visuelle Feinabstimmung. Texte und Interaktionslogik unverändert. */

html body.home.homeRefinedV551 #studioPanel3 .studioBody{
  padding: clamp(1.05rem, 1.7vw, 1.45rem) !important;
}

html body.home.homeRefinedV551 #studioPanel3 .studioCardLite{
  padding: clamp(1rem, 1.55vw, 1.25rem) !important;
  border-radius: 18px !important;
  border: 1px solid color-mix(in oklab, var(--border) 84%, transparent) !important;
  background:
    linear-gradient(180deg,
      color-mix(in oklab, var(--surface) 82%, transparent),
      color-mix(in oklab, var(--surface2) 50%, transparent)) !important;
  box-shadow: inset 0 1px 0 color-mix(in oklab, white 60%, transparent) !important;
}

html body.home.homeRefinedV551 #studioPanel3 .studioCardLite > .k{
  display: block !important;
  color: color-mix(in oklab, var(--muted2) 74%, var(--accent2)) !important;
  font-size: .74rem !important;
  line-height: 1.18 !important;
  letter-spacing: .11em !important;
  font-weight: 720 !important;
  text-transform: uppercase !important;
}

html body.home.homeRefinedV551 #studioPanel3 .studioCardLite > .k::before{
  content: none !important;
}

html body.home.homeRefinedV551 #studioPanel3 .studioCardLite > .v{
  margin-top: .55rem !important;
  max-width: 44rem !important;
  color: color-mix(in oklab, var(--text) 94%, var(--muted)) !important;
  font-size: clamp(1.08rem, 1.28vw, 1.24rem) !important;
  line-height: 1.34 !important;
  letter-spacing: -.015em !important;
  font-weight: 790 !important;
}

html body.home.homeRefinedV551 #studioPanel3 .transferOpts{
  counter-reset: none !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  margin-top: clamp(1rem, 1.55vw, 1.35rem) !important;
  border-top: 1px solid color-mix(in oklab, var(--border) 78%, transparent) !important;
  border-bottom: 1px solid color-mix(in oklab, var(--border) 62%, transparent) !important;
}

html body.home.homeRefinedV551 #studioPanel3 .transferOpt{
  counter-increment: none !important;
  display: grid !important;
  grid-template-columns: 1rem minmax(0, 1fr) !important;
  align-items: baseline !important;
  column-gap: .72rem !important;
  min-height: 0 !important;
  width: 100% !important;
  padding: .88rem .18rem .88rem .06rem !important;
  border: 0 !important;
  border-bottom: 1px solid color-mix(in oklab, var(--border) 58%, transparent) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: color-mix(in oklab, var(--text) 82%, var(--muted)) !important;
  font-size: clamp(.98rem, 1.06vw, 1.05rem) !important;
  line-height: 1.42 !important;
  font-weight: 620 !important;
  letter-spacing: -.004em !important;
  transition: color .2s ease, background .2s ease, transform .2s ease !important;
}

html body.home.homeRefinedV551 #studioPanel3 .transferOpt:last-child{
  border-bottom: 0 !important;
}

html body.home.homeRefinedV551 #studioPanel3 .transferOpt::before{
  content: "" !important;
  display: block !important;
  width: .48rem !important;
  height: .48rem !important;
  margin-top: .45em !important;
  border-radius: 999px !important;
  background: color-mix(in oklab, var(--accent2) 32%, var(--border-strong)) !important;
  box-shadow: none !important;
  opacity: .42 !important;
  transition: opacity .2s ease, transform .2s ease, background .2s ease, box-shadow .2s ease !important;
}

html body.home.homeRefinedV551 #studioPanel3 .transferOpt::after{
  content: none !important;
}

html body.home.homeRefinedV551 #studioPanel3 .transferOpt:hover{
  transform: none !important;
  color: var(--text) !important;
  border-color: color-mix(in oklab, var(--border) 58%, transparent) !important;
  box-shadow: none !important;
  background: color-mix(in oklab, var(--accent2) 3.5%, transparent) !important;
}

html body.home.homeRefinedV551 #studioPanel3 .transferOpt.isOn{
  color: color-mix(in oklab, var(--text) 96%, var(--accent2)) !important;
  border-color: color-mix(in oklab, var(--border) 58%, transparent) !important;
  background: color-mix(in oklab, var(--accent2) 5.5%, transparent) !important;
  box-shadow: none !important;
  font-weight: 760 !important;
}

html body.home.homeRefinedV551 #studioPanel3 .transferOpt.isOn::before{
  opacity: 1 !important;
  transform: scale(1.18) !important;
  background: color-mix(in oklab, var(--accent2) 76%, white) !important;
  box-shadow: 0 0 0 5px color-mix(in oklab, var(--accent2) 11%, transparent) !important;
}

html body.home.homeRefinedV551 #studioPanel3 #studioTransferNote{
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: .45rem !important;
  margin-top: clamp(1rem, 1.5vw, 1.25rem) !important;
  padding: clamp(.92rem, 1.35vw, 1.05rem) clamp(1rem, 1.45vw, 1.16rem) !important;
  border: 1px solid color-mix(in oklab, var(--accent2) 18%, var(--border)) !important;
  border-radius: 16px !important;
  background:
    linear-gradient(180deg,
      color-mix(in oklab, var(--accent2) 5%, var(--surface)),
      color-mix(in oklab, var(--surface2) 62%, var(--surface))) !important;
  box-shadow:
    inset 0 1px 0 color-mix(in oklab, white 58%, transparent),
    0 12px 28px -28px color-mix(in oklab, var(--accent2) 44%, transparent) !important;
  min-height: 0 !important;
}

html body.home.homeRefinedV551 #studioPanel3 #studioTransferNote[hidden]{
  display: none !important;
}

html body.home.homeRefinedV551 #studioPanel3 #studioTransferNote .demoNoticeLabel{
  display: block !important;
  margin: 0 !important;
  color: color-mix(in oklab, var(--muted2) 76%, var(--accent2)) !important;
  font-size: .72rem !important;
  line-height: 1.2 !important;
  letter-spacing: .12em !important;
  font-weight: 760 !important;
  text-transform: uppercase !important;
}

html body.home.homeRefinedV551 #studioPanel3 #studioTransferNote .demoNoticeLabel::before{
  content: none !important;
}

html body.home.homeRefinedV551 #studioPanel3 #studioTransferNote .demoNoticeText{
  display: block !important;
  max-width: 62rem !important;
  color: color-mix(in oklab, var(--text) 89%, var(--muted)) !important;
  font-size: clamp(.98rem, 1.12vw, 1.08rem) !important;
  line-height: 1.52 !important;
  font-weight: 480 !important;
  letter-spacing: 0 !important;
}

html body.home.homeRefinedV551 #studioPanel3 #studioTransferNote.isChanging .demoNoticeLabel,
html body.home.homeRefinedV551 #studioPanel3 #studioTransferNote.isChanging .demoNoticeText{
  animation: praxoriaTransferNoteInV551 .34s cubic-bezier(.22,.72,.18,1) both !important;
}

@keyframes praxoriaTransferNoteInV551{
  from{ opacity: 0; transform: translateY(3px); filter: blur(.8px); }
  to{ opacity: 1; transform: translateY(0); filter: blur(0); }
}

@media (max-width: 760px){
  html body.home.homeRefinedV551 #studioPanel3 .studioCardLite{
    padding: 1rem !important;
  }
  html body.home.homeRefinedV551 #studioPanel3 .transferOpt{
    grid-template-columns: .9rem minmax(0, 1fr) !important;
    padding: .82rem 0 !important;
  }
}

@media (prefers-reduced-motion: reduce){
  html body.home.homeRefinedV551 #studioPanel3 .transferOpt,
  html body.home.homeRefinedV551 #studioPanel3 .transferOpt::before,
  html body.home.homeRefinedV551 #studioPanel3 #studioTransferNote .demoNoticeLabel,
  html body.home.homeRefinedV551 #studioPanel3 #studioTransferNote .demoNoticeText{
    transition: none !important;
    animation: none !important;
  }
}
