/* Praxoria Startseite – v545: Handschrift-Feinschliff.
   Keine Textänderungen: Quote wieder typografisch wie im Kontext-Hinweis; sauberere SVG-Linien für problematische Wortstellen. */

html body.home.homeRefinedV545 #studioPanel2 .studioTileQuote .answerWriteText{
  padding-left: 20px !important;
  --hand-ink: color-mix(in oklab, var(--text) 82%, var(--accent2));
  --hand-ink-soft: color-mix(in oklab, var(--text) 60%, var(--accent2));
  --hand-quote-static: color-mix(in oklab, var(--accent2) 32%, transparent);
}

/* Das Quote-Motiv entspricht wieder dem statischen Hinweis-Motiv aus „Begriffe im Kontext“.
   Die handschriftliche SVG-Quote aus v543/v544 wird bewusst ausgeblendet. */
html body.home.homeRefinedV545 #studioPanel2 .studioTileQuote .answerWriteText::before{
  content: "\201C" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  top: -0.10em !important;
  font-size: 1.84rem !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  color: var(--hand-quote-static) !important;
  opacity: .86 !important;
  pointer-events: none !important;
}

html body.home.homeRefinedV545 #studioPanel2 .studioTileQuote .answerWriteText .answerHandOpeningQuote{
  display: none !important;
}

html body.home.homeRefinedV545 #studioPanel2 .studioTileQuote .answerWriteText .answerHandInk{
  word-spacing: .048em !important;
}

html body.home.homeRefinedV545 #studioPanel2 .studioTileQuote .answerWriteText .answerHandWord{
  margin-right: .215em !important;
  vertical-align: -.30em !important;
}

html body.home.homeRefinedV545 #studioPanel2 .studioTileQuote .answerWriteText .answerHandLetterPath{
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 1.26 !important;
  filter: blur(.012px) !important;
}

html body.home.homeRefinedV545 #studioPanel2 .studioTileQuote .answerWriteText .answerHandLetterShadow{
  stroke-width: 2.9 !important;
  filter: blur(2px) !important;
  opacity: .10 !important;
}

html body.home.homeRefinedV545 #studioPanel2 .studioTileQuote .answerWriteText .answerHandConnectorPath:not(.answerHandLetterShadow){
  stroke-width: .82 !important;
  opacity: 0 !important;
}

html body.home.homeRefinedV545 #studioPanel2 .studioTileQuote .answerWriteText .answerHandWord::after{
  height: .058em !important;
  top: 1.02em !important;
  background: linear-gradient(90deg,
    transparent,
    color-mix(in oklab, var(--hand-ink) 34%, transparent) 38%,
    color-mix(in oklab, var(--accent2) 28%, transparent) 58%,
    transparent 100%) !important;
  box-shadow: 0 0 10px color-mix(in oklab, var(--accent2) 10%, transparent) !important;
}

html body.home.homeRefinedV545 #studioPanel2 .studioTileQuote .answerWriteText .answerHandInk.isActive .answerHandLetterPath{
  animation-timing-function: cubic-bezier(.24,.70,.20,1) !important;
}

html body.home.homeRefinedV545 #studioPanel2 .studioTileQuote .answerWriteText.isComplete .answerHandLetterPath{
  opacity: .92 !important;
  stroke-width: 1.24 !important;
  filter: none !important;
}

@media (prefers-reduced-motion: reduce){
  html body.home.homeRefinedV545 #studioPanel2 .studioTileQuote .answerWriteText .answerHandOpeningQuote{
    display:none !important;
  }
}
