/* Praxoria Startseite – v553: Support-Demo-Navigation und sauberer Studio-Rahmen. */

html body.home.homeRefinedV553 .supportCard .subHead .sub.homeLead .supportInlineTab{
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline !important;
  margin: 0 !important;
  padding: 0 .02em !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(to top, color-mix(in oklab, var(--accent) 13%, transparent) 0 .42em, transparent .42em) !important;
  box-shadow: none !important;
  color: var(--text) !important;
  font: inherit !important;
  font-weight: 840 !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-align: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
  box-decoration-break: clone !important;
  -webkit-box-decoration-break: clone !important;
  transition: background-size .18s ease, color .18s ease, filter .18s ease !important;
}

html body.home.homeRefinedV553 .supportCard .subHead .sub.homeLead .supportInlineTab[data-demo="task"]{
  background: linear-gradient(to top, color-mix(in oklab, var(--accent3) 14%, transparent) 0 .42em, transparent .42em) !important;
}

html body.home.homeRefinedV553 .supportCard .subHead .sub.homeLead .supportInlineTab[data-demo="transfer"]{
  background: linear-gradient(to top, color-mix(in oklab, var(--accent2) 13%, transparent) 0 .42em, transparent .42em) !important;
}

html body.home.homeRefinedV553 .supportCard .subHead .sub.homeLead .supportInlineTab:hover,
html body.home.homeRefinedV553 .supportCard .subHead .sub.homeLead .supportInlineTab:focus-visible,
html body.home.homeRefinedV553 .supportCard .subHead .sub.homeLead .supportInlineTab.isActive{
  filter: saturate(1.12) !important;
  color: color-mix(in oklab, var(--text) 90%, var(--demoAccent, var(--accent))) !important;
}

html body.home.homeRefinedV553 .supportCard .subHead .sub.homeLead .supportInlineTab:focus-visible{
  outline: 2px solid color-mix(in oklab, var(--accent) 32%, transparent) !important;
  outline-offset: 3px !important;
  border-radius: 5px !important;
}

html body.home.homeRefinedV553 #supportDemo{
  overflow: hidden !important;
  isolation: isolate !important;
}

html body.home.homeRefinedV553 #supportDemo .studioPanels,
html body.home.homeRefinedV553 #supportDemo .studioPanel,
html body.home.homeRefinedV553 #supportDemo .studioFrame{
  border-radius: inherit !important;
  overflow: hidden !important;
}

html body.home.homeRefinedV553 #supportDemo .studioFrame{
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.home.homeRefinedV553 #supportDemo .studioFrame::before,
html body.home.homeRefinedV553 #supportDemo .studioFrame::after{
  content: none !important;
  display: none !important;
}

html body.home.homeRefinedV553 #supportDemo .studioChrome{
  position: relative !important;
  margin: 0 !important;
  border-top-left-radius: inherit !important;
  border-top-right-radius: inherit !important;
  border-bottom: 1px solid color-mix(in oklab, var(--border) 58%, transparent) !important;
  background:
    linear-gradient(180deg,
      color-mix(in oklab, var(--surface) 86%, transparent),
      color-mix(in oklab, var(--surface2) 52%, transparent)) !important;
  background-clip: padding-box !important;
  box-shadow: inset 0 1px 0 color-mix(in oklab, white 62%, transparent) !important;
}

html body.home.homeRefinedV553 #supportDemo .studioChrome::before,
html body.home.homeRefinedV553 #supportDemo .studioChrome::after{
  content: none !important;
  display: none !important;
}

html body.home.homeRefinedV553 #supportDemo .studioChrome .studioDotNav{
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  width: 10px !important;
  height: 10px !important;
  min-width: 10px !important;
  min-height: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  cursor: pointer !important;
  opacity: .34 !important;
  box-shadow: 0 0 0 0 color-mix(in oklab, currentColor 0%, transparent) !important;
  transform: translateY(0) scale(1) !important;
  transition: opacity .18s ease, transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

html body.home.homeRefinedV553 #supportDemo .studioChrome .studioDotNav:hover,
html body.home.homeRefinedV553 #supportDemo .studioChrome .studioDotNav:focus-visible{
  opacity: .86 !important;
  transform: translateY(-1px) scale(1.06) !important;
  filter: saturate(1.08) !important;
}

html body.home.homeRefinedV553 #supportDemo .studioChrome .studioDotNav.isHot,
html body.home.homeRefinedV553 #supportDemo .studioChrome .studioDotNav[aria-pressed="true"]{
  opacity: .96 !important;
  box-shadow: 0 0 0 5px color-mix(in oklab, var(--demoAccent) 12%, transparent) !important;
}

html body.home.homeRefinedV553 #supportDemo .studioChrome .studioDotNav:focus-visible{
  outline: 2px solid color-mix(in oklab, var(--demoAccent) 40%, transparent) !important;
  outline-offset: 4px !important;
}

html body.home.homeRefinedV553 #supportDemo .studioChrome .studioDotNav.d1{ background: var(--accent) !important; }
html body.home.homeRefinedV553 #supportDemo .studioChrome .studioDotNav.d2{ background: var(--accent3) !important; }
html body.home.homeRefinedV553 #supportDemo .studioChrome .studioDotNav.d3{ background: var(--accent2) !important; }

html body.home.homeRefinedV553 #supportDemo .studioChrome .crumb{
  position: relative !important;
  z-index: 1 !important;
}

@media (prefers-reduced-motion: reduce){
  html body.home.homeRefinedV553 .supportCard .subHead .sub.homeLead .supportInlineTab,
  html body.home.homeRefinedV553 #supportDemo .studioChrome .studioDotNav{
    transition: none !important;
  }
}
