*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,sans-serif;background:#f3f4f6;color:#111827;min-height:100vh}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#6b7280;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}button{font-family:inherit}.sentence-row{display:flex;gap:10px;align-items:flex-start}@media (max-width: 768px){.sentence-row{flex-direction:column;gap:4px}}textarea{font-family:inherit}
