@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&family=Open+Sans:wght@400;500;600;700&display=swap");:root{--primary:#008060;--secondary:#004c3f;--background:#e9efdf;--text:#212326;--white:#fff}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Open Sans,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--background);color:var(--text)}h1,h2,h3,h4,h5,h6{font-family:Merriweather,Georgia,serif;font-weight:700}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.ant-layout{min-height:100vh;background:var(--background)!important}.ant-layout-header{background:var(--secondary)!important}.ant-btn-primary:not(:disabled){background:var(--primary)!important;border-color:var(--primary)!important}.ant-btn-primary:not(:disabled):hover{background:var(--secondary)!important;border-color:var(--secondary)!important}.split-container{display:flex;gap:24px;height:calc(100vh - 170px)}.split-left,.split-right{flex:1 1;background:var(--white);border-radius:12px;padding:24px;overflow:auto}.video-container{position:relative;width:100%;aspect-ratio:9/16;max-height:500px;background:#000;border-radius:8px;overflow:hidden;cursor:pointer}.video-container img,.video-container video{width:100%;height:100%;object-fit:contain}.duration-badge{position:absolute;bottom:12px;right:12px;background:var(--primary);color:#fff;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:600}.wysiwyg-toolbar{display:flex;gap:4px;padding:8px;background:#f5f5f5;border:1px solid #d9d9d9;border-radius:8px 8px 0 0;flex-wrap:wrap;align-items:center}.toolbar-separator{width:1px;height:24px;background:#d9d9d9;margin:0 4px}.wysiwyg-editor{min-height:300px;padding:16px;border:1px solid #d9d9d9;border-top:none;border-radius:0 0 8px 8px;outline:none;background:#fff;font-size:15px;line-height:1.7;font-family:Open Sans,sans-serif}.wysiwyg-editor *{background-color:transparent!important}.wysiwyg-editor:focus{border-color:var(--primary)}.wysiwyg-editor h1{font-size:24px;margin:20px 0 10px}.wysiwyg-editor h2{font-size:20px;margin:16px 0 8px}.wysiwyg-editor h3{font-size:17px;margin:12px 0 6px}.wysiwyg-editor p{margin:6px 0}.wysiwyg-editor ol,.wysiwyg-editor ul{padding-left:24px;margin:6px 0}.wysiwyg-editor table{width:100%;border-collapse:collapse;margin:12px 0}.wysiwyg-editor td,.wysiwyg-editor th{border:1px solid #d9d9d9;padding:8px 12px;text-align:left;vertical-align:top}.wysiwyg-editor th{background:#f5f5f5;font-weight:600}.wysiwyg-editor img{max-width:100%;height:auto;border-radius:4px;margin:8px 0;display:block}.wysiwyg-editor a{color:var(--primary);text-decoration:underline}.wysiwyg-editor a:hover{color:var(--secondary)}.version-list{max-height:400px;overflow-y:auto}.version-item{padding:12px;border-bottom:1px solid #eee;cursor:pointer;transition:background .2s}.version-item:hover{background:var(--background)}.version-item.active{background:rgba(0,128,96,.1);border-left:3px solid var(--primary)}