.cozy-code{--cozy-code-max-height: 42vh;--cozy-code-font-size: clamp(.85rem, 2.4vmin, 1.1rem);position:relative;display:block;width:100%;max-width:100%;margin:.5em 0;text-align:left;box-sizing:border-box}.cozy-code pre{margin:0;padding:.75em 1em;max-height:var(--cozy-code-max-height);overflow:auto;background:var(--tn-background);color:var(--tn-foreground);border:1px solid var(--tn-line-number);border-radius:8px;font-family:Fira Code,JetBrains Mono,Consolas,Courier New,monospace;font-size:var(--cozy-code-font-size);font-weight:400;font-style:normal;letter-spacing:normal;text-transform:none;text-shadow:none;font-variant-ligatures:none;line-height:1.5;white-space:pre;-moz-tab-size:4;tab-size:4;text-align:left;-webkit-hyphens:none;hyphens:none;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--tn-line-number) transparent}.cozy-code pre code{display:block;background:transparent;padding:0;border:0;font:inherit;color:inherit;white-space:inherit}.cozy-code:after{content:"";position:absolute;left:1px;right:1px;bottom:1px;height:3.25em;border-radius:0 0 8px 8px;background:linear-gradient(to bottom,transparent,var(--tn-background) 85%);opacity:0;pointer-events:none;transition:opacity .16s ease}.cozy-code__more{position:absolute;left:50%;bottom:.55em;transform:translate(-50%,4px);padding:.2em .7em .2em .55em;border-radius:999px;background:var(--tn-selection);color:var(--tn-cursor);border:1px solid var(--tn-line-number);font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.02em;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .16s ease,transform .16s ease}.cozy-code__more:before{content:"";display:inline-block;width:.42em;height:.42em;margin:0 .45em .15em 0;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);animation:cozy-code-nudge 1.4s ease-in-out infinite}.cozy-code--scrollable:not(.cozy-code--at-end):after,.cozy-code--scrollable:not(.cozy-code--at-end) .cozy-code__more{opacity:1}.cozy-code--scrollable:not(.cozy-code--at-end) .cozy-code__more{transform:translate(-50%)}@keyframes cozy-code-nudge{0%,to{transform:translateY(0) rotate(45deg)}50%{transform:translateY(2px) rotate(45deg)}}@media (prefers-reduced-motion: reduce){.cozy-code__more:before{animation:none}}button .cozy-code,[role=button] .cozy-code,label .cozy-code{--cozy-code-max-height: 9.5em;--cozy-code-font-size: clamp(.78rem, 2vmin, .95rem);margin:.25em 0}button .cozy-code pre{cursor:auto}.rich-content code:not(.hljs),.cozy-question-text code:not(.hljs){font-family:Fira Code,JetBrains Mono,Consolas,Courier New,monospace;font-variant-ligatures:none;font-size:.9em;padding:.1em .35em;border-radius:4px;background:var(--tn-background);color:var(--tn-foreground)}
