.grammar-highlight{position:relative;display:inline;cursor:pointer;transition:all .2s ease-in-out}.grammar-highlight-high{background-image:linear-gradient(90deg,#ef4444 0,#ef4444 40%,transparent 0,transparent)}.grammar-highlight-high,.grammar-highlight-medium{background-size:6px 2px;background-repeat:repeat-x;background-position:0 calc(100% - 1px);color:inherit}.grammar-highlight-medium{background-image:linear-gradient(90deg,#f97316 0,#f97316 40%,transparent 0,transparent)}.grammar-highlight-low{background-image:linear-gradient(90deg,#3b82f6 0,#3b82f6 40%,transparent 0,transparent);background-size:6px 2px;background-repeat:repeat-x;background-position:0 calc(100% - 1px);color:inherit}.grammar-highlight-hovered,.grammar-highlight:hover{background-color:rgba(59,130,246,.1);border-radius:2px;padding:1px 2px;margin:-1px -2px}.grammar-highlight-high.grammar-highlight-hovered,.grammar-highlight-high:hover{background-color:rgba(239,68,68,.1)}.grammar-highlight-medium.grammar-highlight-hovered,.grammar-highlight-medium:hover{background-color:rgba(249,115,22,.1)}.grammar-highlight-low.grammar-highlight-hovered,.grammar-highlight-low:hover{background-color:rgba(59,130,246,.1)}.text-highlight-overlay{pointer-events:none;font-family:inherit;font-size:inherit;line-height:inherit;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;z-index:1}.text-highlight-overlay .grammar-highlight{pointer-events:auto;position:relative;z-index:5}.grammar-highlight:focus{outline:2px solid currentColor;outline-offset:1px;border-radius:2px}@media (prefers-color-scheme:dark){.grammar-highlight-high{background-image:linear-gradient(90deg,#f87171 0,#f87171 40%,transparent 0,transparent)}.grammar-highlight-medium{background-image:linear-gradient(90deg,#fb923c 0,#fb923c 40%,transparent 0,transparent)}.grammar-highlight-low{background-image:linear-gradient(90deg,#60a5fa 0,#60a5fa 40%,transparent 0,transparent)}.grammar-highlight-high.grammar-highlight-hovered,.grammar-highlight-high:hover{background-color:rgba(248,113,113,.15)}.grammar-highlight-medium.grammar-highlight-hovered,.grammar-highlight-medium:hover{background-color:rgba(251,146,60,.15)}.grammar-highlight-low.grammar-highlight-hovered,.grammar-highlight-low:hover{background-color:rgba(96,165,250,.15)}}.grammar-highlight-high{--grammar-highlight-color:#ef4444}.grammar-highlight-medium{--grammar-highlight-color:#f97316}.grammar-highlight-low{--grammar-highlight-color:#3b82f6}.grammar-highlight-wavy{text-decoration:underline;text-decoration-style:wavy;text-decoration-color:var(--grammar-highlight-color);text-underline-offset:2px;text-decoration-thickness:2px}.grammar-highlight-multiline{box-decoration-break:clone;-webkit-box-decoration-break:clone}@keyframes grammar-highlight-appear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.grammar-highlight-new{animation:grammar-highlight-appear .3s ease-out}.grammar-correction{background-color:rgba(34,197,94,.2);border-radius:2px;padding:1px 2px;font-weight:500;border-bottom:2px solid rgba(34,197,94,.4)}@media print{.grammar-highlight{background-image:none!important;background-color:transparent!important;text-decoration:underline;text-decoration-color:#666}.grammar-correction{background-color:transparent!important;border:none!important;font-weight:400!important}}