.ed{overflow:hidden;border-radius:14px;background:linear-gradient(to right,transparent 4rem,rgba(197,83,53,.4) 4rem,rgba(197,83,53,.4) calc(4rem + 1.5px),transparent calc(4rem + 1.5px)),repeating-linear-gradient(to bottom,transparent 0,transparent 30px,rgba(31,53,83,.18) 30px,rgba(31,53,83,.18) 31px),var(--ed-paper);box-shadow:0 1px 2px #1716150a,0 14px 36px #17161512}.ed-paper{max-width:var(--ed-column);margin:0 auto;padding:1.75rem 1.5rem 2rem 4.5rem}.ed-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:1.25rem;line-height:30px}.ed-eye{color:var(--color-muted);color:var(--ed-ballpoint);font-family:var(--ed-title);font-size:1.45rem;line-height:30px;transform:rotate(-.6deg)}.ed-meta{color:var(--color-muted);font-family:var(--ed-label);font-size:1rem;line-height:30px}.ed-transcript{display:flex;min-height:19rem;max-height:32rem;flex-direction:column;gap:1.05rem;overflow-y:auto;scroll-behavior:smooth}.ed-byline{margin-bottom:0;color:var(--ed-ballpoint);font-family:var(--ed-label);font-size:1rem;line-height:30px;opacity:.72}.ed-byline:before{content:"— "}.ed-msg{margin:0;color:var(--ed-ballpoint);font-family:var(--ed-body);font-size:1.1rem;font-weight:400;line-height:30px}.ed-turn-user .ed-msg{color:var(--ed-pencil)}.ed-drafts{position:relative;display:inline-block;min-width:8rem;height:30px;padding:0}.ed-draft{position:absolute;top:0;left:0;color:var(--ed-ballpoint);font-family:var(--ed-body);font-size:1.1rem;line-height:30px;opacity:0;white-space:nowrap}.ed-draft:after{position:absolute;top:50%;right:-2px;left:-2px;height:2px;background:var(--ed-red-pen);content:"";opacity:1;transform:scaleX(0) translateY(-1px);transform-origin:left}.ed-draft.d1{animation:ed-draft 4.8s 0s infinite}.ed-draft.d1:after{animation:ed-strike 4.8s 0s infinite}.ed-draft.d2{animation:ed-draft 4.8s 1.6s infinite}.ed-draft.d2:after{animation:ed-strike 4.8s 1.6s infinite}.ed-draft.d3{animation:ed-draft 4.8s 3.2s infinite}.ed-draft.d3:after{animation:ed-strike 4.8s 3.2s infinite}.ed-prompts{display:flex;flex-direction:column;align-items:center;gap:.3rem;margin:1.45rem 0 0;text-align:center}.ed-prompts[hidden]{display:none}.ed-prompts-label{color:var(--ed-pencil);font-family:var(--ed-label);font-size:1rem;line-height:30px}.ed-prompts-label:before,.ed-prompts-label:after{color:var(--ed-red-pen);content:" ~ "}.ed-prompt{cursor:pointer;border:0;background:none;color:var(--ed-ballpoint);font-family:var(--ed-body);font-size:1.05rem;line-height:30px;padding:0;text-align:center;transition:color .16s ease}.ed-prompt:hover,.ed-prompt:focus-visible{color:var(--ed-red-pen);outline:none;text-decoration:underline;text-decoration-color:var(--ed-red-pen);text-underline-offset:.18em}.ed-form{display:flex;align-items:flex-start;gap:.65rem;margin-top:1.5rem;border-top:1px dotted var(--ed-rule);padding-top:.9rem;line-height:30px}.ed-em{flex-shrink:0;color:var(--ed-red-pen);font-family:var(--ed-label);font-size:1.4rem;line-height:30px}.ed-input{flex:1;min-width:0;resize:none;min-height:90px;border:1.5px dotted rgba(31,53,83,.32);border-radius:4px;background:#fdfaf2a3;color:var(--ed-ballpoint);font-family:var(--ed-body);font-size:1.1rem;line-height:30px;outline:none;padding:.2rem .45rem;transition:border-color .16s ease,background-color .16s ease}.ed-input:focus{border-color:#b8362a80;background:#fdfaf2db}.ed-input::placeholder{color:#1d3a826b}.ed-input:disabled{cursor:default;opacity:.78}.ed-form-page-full .ed-input{border-color:#b8362a6b;color:var(--ed-red-pen)}.ed-send{flex-shrink:0;cursor:pointer;margin-top:.25rem;border:1.5px solid var(--ed-ballpoint);border-radius:4px;background:none;color:var(--ed-ballpoint);font-family:var(--ed-label);font-size:1rem;line-height:1;padding:.25rem .85rem;transform:rotate(-1deg)}.ed-send:hover:not(:disabled){color:var(--ed-red-pen);border-color:var(--ed-red-pen);text-decoration:underline;text-decoration-color:var(--ed-red-pen);text-underline-offset:.18em}.ed-send:disabled{cursor:not-allowed;border-color:#4a464259;color:#4a464294}.ed-status{min-height:1.4rem;margin:.8rem 0 0;color:var(--ed-pencil);font-family:var(--ed-label);font-size:1rem;line-height:30px;text-align:center}.ed-status.error{color:var(--ed-red-pen)}.ed-status a{color:var(--ed-ballpoint);font-weight:600;text-decoration-color:#1d3a8273}.ed-status a:hover,.ed-status a:focus-visible{color:var(--ed-red-pen);text-decoration-color:currentColor}@keyframes ed-draft{0%{opacity:0;clip-path:inset(0 100% 0 0)}4%{opacity:1;clip-path:inset(0 100% 0 0)}14%{opacity:1;clip-path:inset(0)}23%{opacity:1;clip-path:inset(0)}29%{opacity:.55}33%,to{opacity:0}}@keyframes ed-strike{0%,19%{opacity:1;transform:scaleX(0) translateY(-1px)}25%,33%{opacity:1;transform:scaleX(1) translateY(-1px)}36%{opacity:0;transform:scaleX(1) translateY(-1px)}to{opacity:0;transform:scaleX(0) translateY(-1px)}}@media(prefers-reduced-motion:reduce){.ed-draft,.ed-draft:after{animation:none}.ed-draft{opacity:0}.ed-draft.d1{opacity:1}.ed-draft.d1:after{display:none}}@media(max-width:420px){.ed{background:linear-gradient(to right,transparent 2.6rem,rgba(197,83,53,.4) 2.6rem,rgba(197,83,53,.4) calc(2.6rem + 1.5px),transparent calc(2.6rem + 1.5px)),repeating-linear-gradient(to bottom,transparent 0,transparent 30px,rgba(31,53,83,.18) 30px,rgba(31,53,83,.18) 31px),var(--ed-paper)}.ed-paper{padding:1.5rem 1rem 1.5rem 3.1rem}.ed-head{align-items:flex-start;flex-direction:column;gap:.1rem;margin-bottom:.9rem}.ed-msg,.ed-draft{font-size:1.02rem}.ed-form{align-items:flex-start;flex-wrap:wrap;gap:.5rem}.ed-input{min-height:90px;flex-basis:calc(100% - 1.8rem)}.ed-send{margin-left:1.8rem;padding-inline:.65rem}}
