.conversation-panel{border:0;border-radius:0;background-color:transparent;background-image:url(/assets/parchment-dialogue.png);background-position:50%;background-repeat:no-repeat;background-size:100% auto;-webkit-backdrop-filter:none;backdrop-filter:none;bottom:7vh;width:min(560px,48vw);aspect-ratio:2.2/1;height:auto;max-height:none;overflow:hidden;box-shadow:none;color:#402513;cursor:-webkit-grab;cursor:grab;font-family:var(--tarot-body);padding:clamp(31px,3.2vw,40px) clamp(43px,4.5vw,57px) clamp(28px,2.8vw,35px)}.conversation-panel:after,.conversation-panel:before{display:none}.conversation-panel .eyebrow{color:#7a441f}.conversation-panel .dialogue{max-height:calc(100% - 58px);scrollbar-width:none;-ms-overflow-style:none}.conversation-panel .dialogue::-webkit-scrollbar{width:0;height:0}.conversation-panel .dialogue p{font-family:var(--tarot-body);font-size:16px;letter-spacing:.025em;line-height:1.8;white-space:pre-line}.conversation-panel .chat-input input{font-family:var(--tarot-body);font-size:15px;letter-spacing:.03em}.conversation-panel .chat-input button,.conversation-panel .primary{font-family:var(--tarot-body)}.conversation-panel.is-dragging{cursor:-webkit-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.conversation-panel .dialogue,.conversation-panel button,.conversation-panel input{cursor:auto}.reader-typewriter{min-height:1.8em}.reader-cursor{display:inline-block;margin-left:2px;color:rgba(101,59,25,.72);font-family:var(--tarot-display-latin);animation:reader-cursor-blink .9s step-end infinite}@keyframes reader-cursor-blink{50%{opacity:0}}@media (max-width:720px){.conversation-panel{right:12px;bottom:16px;width:calc(100% - 24px);aspect-ratio:1.65/1;height:auto;max-height:none;padding:34px 35px 31px;background-size:auto 100%;box-shadow:none}}@media (prefers-reduced-motion:reduce){.reader-cursor{animation:none}}