:root{--background:#ffffff;--foreground:#171717}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.editor-container{border:1px solid #ddd;border-radius:6px;padding:12px}.editor-container :focus{outline:none;box-shadow:none}.editor-toolbar{margin-bottom:8px}.editor-toolbar button{margin-right:8px;padding:4px 8px;border:1px solid #ccc;background:#f8f8f8;cursor:pointer;border-radius:4px}.editor-toolbar button.active{background:#d0e6ff}.editor-input{min-height:150px;padding:8px;outline:none}.editor-placeholder{color:#999;position:absolute;pointer-events:none}.editor-paragraph{margin-bottom:1em}.editor-bold{font-weight:700}.editor-italic{font-style:italic}.editor-underline{text-decoration:underline}.editor-heading-h1{font-size:2em;font-weight:700;margin-bottom:.5em}.editor-heading-h2{font-size:1.5em;font-weight:700;margin-bottom:.5em}.editor-heading-h3{font-size:1.17em;font-weight:700;margin-bottom:.5em}.editor-ol,.editor-ul{margin-left:1.5rem;padding-left:1rem}.editor-list-item{display:list-item;list-style-type:inherit;margin-bottom:.5em}.editor-list-item-checked,.editor-list-item-unchecked{list-style-type:none;position:relative;padding-left:24px}.editor-list-item-checked:before,.editor-list-item-unchecked:before{content:"";position:absolute;left:0;top:3px;width:16px;height:16px;border:2px solid #999;border-radius:3px;background-color:#fff}.editor-list-item-checked:before{background-color:#007bff;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 20 20' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.629 13.293l-3.95-3.95-1.414 1.414L7.63 16.12l10.607-10.607-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%}.editor-link{color:#1a0dab;text-decoration:underline;cursor:pointer}.editor-image{display:block;max-width:100%;margin:12px 0;border-radius:8px}