/* V601: dezente Browser-Anmutung im Laptop-Display mit Praxoria-Logo. */
html body.home.homeRefinedV601 .sceneLearnV588 .browserChromeV601{
  position:absolute !important;
  left:15.5% !important;
  top:18px !important;
  width:69% !important;
  height:34px !important;
  z-index:16 !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:0 12px !important;
  border-radius:15px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.78), rgba(247,253,255,.52)) !important;
  border:1px solid rgba(69,168,204,.11) !important;
  box-shadow:0 12px 34px rgba(18,36,58,.035), inset 0 1px 0 rgba(255,255,255,.78) !important;
  pointer-events:none !important;
  opacity:0;
  transform:translateY(-4px);
  animation:v601BrowserChrome 8.8s cubic-bezier(.2,.72,.18,1) 1 forwards !important;
}

html body.home.homeRefinedV601 .sceneLearnV588 .browserDotsV601{
  display:inline-flex !important;
  align-items:center !important;
  gap:5px !important;
  flex:0 0 auto !important;
  opacity:.56 !important;
}

html body.home.homeRefinedV601 .sceneLearnV588 .browserDotsV601 i{
  display:block !important;
  width:6px !important;
  height:6px !important;
  border-radius:50% !important;
  background:rgba(23,33,52,.18) !important;
}

html body.home.homeRefinedV601 .sceneLearnV588 .browserBrandV601{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  width:78px !important;
  min-width:78px !important;
  height:20px !important;
  overflow:hidden !important;
  opacity:.86 !important;
}

html body.home.homeRefinedV601 .sceneLearnV588 .browserBrandV601 img{
  display:block !important;
  max-width:100% !important;
  max-height:18px !important;
  width:auto !important;
  height:auto !important;
  object-fit:contain !important;
  filter:saturate(.9) opacity(.92) !important;
}

html body.home.homeRefinedV601 .sceneLearnV588 .browserAddressV601{
  min-width:0 !important;
  flex:1 1 auto !important;
  height:20px !important;
  display:flex !important;
  align-items:center !important;
  padding:0 10px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.62) !important;
  border:1px solid rgba(69,168,204,.09) !important;
  color:rgba(23,33,52,.44) !important;
  font-size:10px !important;
  line-height:1 !important;
  letter-spacing:.02em !important;
  font-weight:760 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

/* Etwas Luft unter der Browserleiste, damit Cockpit und Logo nicht konkurrieren. */
html body.home.homeRefinedV601 .sceneLearnV588 .cockpitMomentV595{
  top:58px !important;
  min-height:252px !important;
  padding-top:18px !important;
}

html body.home.homeRefinedV601 .sceneLearnV588 .cockpitMomentV595 > strong{
  max-width:390px !important;
}

html body.home.homeRefinedV601 .sceneLearnV588 .courseFlowV588{
  margin:16px 0 15px !important;
  gap:10px !important;
}

html body.home.homeRefinedV601 .sceneLearnV588 .nextPillV588{
  min-height:56px !important;
}

html body.home.homeRefinedV601 .sceneLearnV588 .accessMomentV595{
  top:158px !important;
}

html body.home.homeRefinedV601 .sceneLearnV588 .unitMomentV595{
  top:205px !important;
}

@keyframes v601BrowserChrome{
  0%,34%{ opacity:0; transform:translateY(-4px); }
  44%,100%{ opacity:1; transform:translateY(0); }
}

@media (prefers-reduced-motion: reduce){
  html body.home.homeRefinedV601 .sceneLearnV588 .browserChromeV601{
    animation:none !important;
    opacity:1 !important;
    transform:none !important;
  }
}

@media (max-width:680px){
  html body.home.homeRefinedV601 .sceneLearnV588 .browserChromeV601{
    left:14% !important;
    width:72% !important;
    gap:7px !important;
  }
  html body.home.homeRefinedV601 .sceneLearnV588 .browserBrandV601{
    width:64px !important;
    min-width:64px !important;
  }
  html body.home.homeRefinedV601 .sceneLearnV588 .browserAddressV601{
    font-size:9px !important;
    padding:0 8px !important;
  }
}
