/* Praxoria Startseite – v554: Studio-Rahmen ohne doppelten oberen Abschluss.
   Nur Darstellung; keine Text- oder Ablaufänderungen. */

html body.home.homeRefinedV554 #supportDemo{
  padding: 0 !important;
  border: 1px solid color-mix(in oklab, var(--border) 70%, transparent) !important;
  background:
    radial-gradient(760px 320px at 15% 0%, color-mix(in oklab, var(--demoAccent) 5%, transparent), transparent 68%),
    linear-gradient(145deg, color-mix(in oklab, var(--surface) 96%, transparent), color-mix(in oklab, var(--surface2) 44%, transparent)) !important;
  background-clip: padding-box !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

html body.home.homeRefinedV554 #supportDemo .studioPanels{
  margin-top: 0 !important;
  border-radius: inherit !important;
  overflow: hidden !important;
}

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

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

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

html body.home.homeRefinedV554 #supportDemo .studioChrome{
  margin: 0 !important;
  border-radius: 0 !important;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid color-mix(in oklab, var(--border) 52%, transparent) !important;
  background:
    linear-gradient(180deg,
      color-mix(in oklab, var(--surface) 90%, transparent) 0%,
      color-mix(in oklab, var(--surface2) 50%, transparent) 100%) !important;
  background-clip: border-box !important;
  box-shadow: none !important;
}

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

html body.home.homeRefinedV554 #supportDemo .studioBody{
  border-top: 0 !important;
}

html body.home.homeRefinedV554 #supportDemo .studioChrome .crumb{
  box-shadow: none !important;
}

@media (max-width: 680px){
  html body.home.homeRefinedV554 #supportDemo{
    border-radius: 22px !important;
  }
}
