*,:after,:before{box-sizing:border-box}html{font-size:17px}body{margin:0;min-height:100vh;background:#f0ebe3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a,body{color:#1c1c1a}.stale-version-notice{position:fixed;top:0;left:0;right:0;z-index:10000;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.65rem 1rem;padding:.75rem 1rem;border-bottom:1px solid #3a3a36;background:#1c1c1a;color:#f0ebe3;box-shadow:0 4px 16px rgba(28,28,26,.18)}.stale-version-notice__text{margin:0;font-size:.88rem}.stale-version-notice__btn{padding:.45rem .9rem;border:1px solid #f0ebe3;background:#f0ebe3;color:#1c1c1a;font:inherit;font-size:.82rem;font-weight:600;cursor:pointer}.stale-version-notice__btn:hover{background:#e6dfd4;border-color:#e6dfd4}.page-layout{--tool-page-max:82rem;--tool-shell-max:56rem;--tool-layout-gap:1.25rem;--ad-rail-width:160px;flex-direction:column;align-items:center;width:min(100% - 2rem,var(--tool-page-max));min-height:calc(100vh - 5rem);margin-inline:auto;padding:2.5rem 0 3rem}.page-layout,.page-layout__body{display:flex;gap:var(--tool-layout-gap)}.page-layout__body{flex-direction:row;align-items:flex-start;justify-content:center;width:100%}.ad-rail{position:-webkit-sticky;position:sticky;top:1.5rem;align-self:flex-start;flex:0 0 var(--ad-rail-width);width:var(--ad-rail-width);min-height:600px}.ad-zone{display:flex;justify-content:center;width:100%}.ad-zone--desktop-bottom{max-width:728px;margin-top:auto}.ad-zone--mobile-bottom,.ad-zone--mobile-inline,.ad-zone--mobile-top{display:none}.ad-zone--mobile-bottom{margin-top:auto}.ad-slot--mobileBottom,.ad-slot--mobileInline,.ad-slot--mobileTop{width:100%;max-width:320px;margin-inline:auto}.ad-slot--mobileInline{max-width:300px}.shell{flex:1 1 auto;width:100%;max-width:var(--tool-shell-max);min-width:0;margin:0;padding:0}.tool-site-footer{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;width:100%;padding:.75rem 0 0;color:#7a7268;font-size:.82rem}.tool-site-footer a{color:#7a7268}.page-layout__bottom{display:none}.site-header{margin-bottom:2rem}.site-header h1{margin:0 0 .35rem;font-family:Georgia,Times New Roman,Times,serif;font-size:1.75rem;font-weight:400;letter-spacing:-.02em}.site-header p{margin:0;color:#5c5c58;font-size:.95rem}.hub-banner{margin-bottom:1.25rem;padding:.75rem 1rem;border:1px solid #d4ccc0;background:#faf6ef;color:#4a4a46;font-size:.9rem}.hub-banner--warn{border-color:#c8a882;background:#f5ebe0;color:#5c4030}.dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:14rem;padding:2rem;border:1px dashed #b8aea0;background:#f7f3ec;text-align:center;cursor:pointer;transition:border-color .15s ease,background .15s ease}.dropzone.is-dragging,.dropzone:hover{border-color:#8a8074;background:#faf7f2}.dropzone.is-disabled{opacity:.55;cursor:not-allowed}.dropzone-hint,.dropzone-title{pointer-events:none}.dropzone-title{font-weight:600}.dropzone-hint{color:#4a4a46;font-size:.88rem}.file-input{display:none}.preview-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1.5rem}.preview-panel{border:1px solid #d4ccc0;background:#f7f3ec}.preview-label{padding:.5rem .75rem;border-bottom:1px solid #d4ccc0;color:#4a4a46;font-size:.78rem;text-transform:lowercase}.preview-panel img{display:block;width:100%;height:auto}.preview-placeholder{display:flex;align-items:center;justify-content:center;min-height:8rem;color:#4a4a46;font-size:.88rem}.converter-options{display:flex;flex-direction:column;gap:1rem;margin-top:1.25rem}.download-name-field{display:flex;flex-direction:column;gap:.35rem}.download-name-field__wrap{display:flex;align-items:stretch;border:1px solid #d4ccc0;border-radius:8px;background:#f7f3ec;overflow:hidden}.download-name-field__input{flex:1 1;min-width:0;padding:.75rem .85rem;border:none;background:transparent;color:#1c1c1a;font:inherit;font-size:.95rem}.download-name-field__input:focus{outline:none;background:#fff}.download-name-field__ext{display:inline-flex;align-items:center;padding:0 .85rem;border-left:1px solid #d4ccc0;color:#4a4a46;font-size:.95rem;white-space:nowrap}.download-name-field__hint{color:#4a4a46;font-size:.78rem}.converter-field{display:flex;flex-direction:column;gap:.35rem}.converter-field--row{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.field-label{color:#4a4a46;font-size:.82rem;font-weight:600}.custom-select{position:relative;display:flex;flex-direction:column;gap:.35rem}.custom-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.75rem .85rem;border:1px solid #d4ccc0;background:#f7f3ec;color:#1c1c1a;font:inherit;font-size:.95rem;line-height:1.45;text-align:left;cursor:pointer}.custom-select__trigger:focus-visible{outline:none;border-color:#8a8074}.custom-select.is-disabled .custom-select__trigger{opacity:.55;cursor:not-allowed}.custom-select__value{flex:1 1;min-width:0}.custom-select__chevron{color:#4a4a46;font-size:.85rem;transition:transform .15s ease}.custom-select.is-open .custom-select__chevron{transform:rotate(180deg)}.custom-select__menu{position:absolute;z-index:20;top:calc(100% + .35rem);left:0;right:0;margin:0;padding:.35rem 0;list-style:none;max-height:16rem;overflow-y:auto;border:1px solid #d4ccc0;background:#faf6ef;box-shadow:0 8px 24px rgba(28,28,26,.12)}.custom-select__option{display:block;width:100%;padding:.65rem .85rem;border:none;background:transparent;color:#1c1c1a;font:inherit;font-size:.92rem;line-height:1.4;text-align:left;cursor:pointer}.custom-select__option.is-selected,.custom-select__option:hover{background:#e6dfd4}.related-pages-menu{position:relative}.related-pages-menu__trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.75rem .85rem;border:1px solid #d4ccc0;background:#f7f3ec;color:#1c1c1a;font:inherit;font-size:.92rem;cursor:pointer}.related-pages-menu__trigger:focus-visible{outline:none;border-color:#8a8074}.related-pages-menu__chevron{color:#4a4a46;transition:transform .15s ease}.related-pages-menu.is-open .related-pages-menu__chevron{transform:rotate(180deg)}.related-pages-menu__panel{margin-top:.35rem;border:1px solid #d4ccc0;background:#faf6ef;box-shadow:0 4px 16px rgba(28,28,26,.08)}.related-pages-menu__list{margin:0;padding:.35rem 0;list-style:none;max-height:14rem;overflow-y:auto}.related-pages-menu__link{display:block;padding:.55rem .85rem;color:#1c1c1a;font-size:.9rem;text-decoration:none}.related-pages-menu__link:hover{background:#e6dfd4}.field-hint{margin:0;color:#7a7268;font-size:.78rem;line-height:1.45}.tool-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.btn{padding:.55rem 1rem;border:1px solid #1c1c1a;background:#1c1c1a;color:#f0ebe3;font:inherit;font-size:.88rem;cursor:pointer}.btn:hover:not(:disabled){background:#3a3a36;border-color:#3a3a36}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-secondary{background:transparent;color:#1c1c1a}.btn-secondary:hover:not(:disabled){background:#e6dfd4}.status-text{color:#5c5c58;font-size:.88rem}.status-text,.tool-progress{margin:1rem 0 0}.tool-progress__label{margin:0 0 .45rem;color:#1c1c1a;font-size:.88rem;font-weight:600}.tool-progress__row{display:flex;align-items:center;gap:.65rem}.tool-progress__track{flex:1 1;height:.45rem;overflow:hidden;border-radius:999px;background:#ddd5c9}.tool-progress__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#1c1c1a,#4a4a46);transition:width .2s ease}.tool-progress__fill--indeterminate{width:35%!important;animation:tool-progress-indeterminate 1.1s ease-in-out infinite}.tool-progress__percent{min-width:2.5rem;color:#5c5c58;font-size:.78rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}@keyframes tool-progress-indeterminate{0%{transform:translateX(-120%)}to{transform:translateX(320%)}}.browser-notice{margin-top:1.5rem;padding:.75rem 1rem;border:1px dashed #d4ccc0;background:#faf6ef;color:#4a4a46;font-size:.9rem;text-align:center}.ad-slot{width:100%}.ad-slot--left,.ad-slot--right{width:var(--ad-rail-width)}.ad-slot--bottom{width:100%;max-width:728px}.ad-rail:not(.is-enabled){visibility:hidden;pointer-events:none}.ad-zone:not(.is-enabled){display:none!important}.ad-slot-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;max-width:100%;padding:.75rem;border:1px dashed #b8aea0;background:#f7f3ec;color:#6b3a2a;text-align:center;box-sizing:border-box}.ad-slot--bottom .ad-slot-preview{width:100%;max-width:728px;height:90px}.ad-slot-preview-label{color:#6b3a2a;font-size:.82rem;font-weight:600}.ad-slot-preview-size{color:#8a8074;font-size:.72rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.ad-slot-preview-hint{color:#a09890;font-size:.72rem;text-transform:lowercase}.ad-slot-unit.is-filled{min-height:1px}.ad-slot--bottom .ad-slot-unit{width:100%;max-width:728px}.ad-slot--mobileInline .ad-slot-preview,.ad-slot--mobileInline .ad-slot-unit{width:300px;max-width:100%}@media (max-width:959px){html{font-size:16px}.page-layout{width:min(100% - 1.25rem,var(--tool-page-max));padding:1rem 0 2rem;gap:.85rem}.page-layout__body{flex-direction:column;gap:0}.ad-rail--desktop,.ad-zone--desktop-bottom{display:none}.ad-zone--mobile-bottom,.ad-zone--mobile-inline,.ad-zone--mobile-top{display:flex}.site-header{margin-bottom:1.25rem}.site-header h1{font-size:clamp(1.35rem,5.5vw,1.75rem)}.site-header p{font-size:.9rem}.dropzone{min-height:11rem;padding:1.5rem 1rem}.tool-actions{flex-direction:column}.tool-actions .btn{width:100%;min-height:2.75rem}.preview-grid{grid-template-columns:1fr}}@media (max-width:768px){.shell{overflow-x:hidden}.preview-panel{min-width:0;overflow:hidden}.converter-field--row{flex-direction:column;align-items:stretch;gap:.5rem}}@media (max-width:640px){.page-layout{width:min(100% - 1rem,var(--tool-page-max));padding:.75rem 0 1.5rem}.dropzone{min-height:10rem;padding:1.25rem .75rem}.dropzone-hint{font-size:.82rem}}@media (min-width:960px){.ad-zone--mobile-bottom,.ad-zone--mobile-inline,.ad-zone--mobile-top{display:none!important}}.tool-seo{width:100%;padding:2rem 0 4rem}.tool-seo-inner{padding-top:.5rem}.tool-seo-text{margin:0 0 1rem;color:#4a4a46;font-size:.95rem;line-height:1.6}.tool-seo-section{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid #ddd5c9}.tool-seo-heading{margin:0 0 .85rem;font-family:Georgia,Times New Roman,Times,serif;font-size:1.25rem;font-weight:400}.tool-seo-steps{margin:0;padding-left:1.25rem;color:#4a4a46}.tool-seo-steps li{margin-bottom:.45rem}.tool-seo-faq{margin:0}.tool-seo-faq-item{margin-bottom:1rem}.tool-seo-faq-item dt{margin-bottom:.25rem;font-weight:600;color:#1c1c1a}.tool-seo-faq-item dd{margin:0;color:#5c5c58;line-height:1.55}.tool-seo-related{margin:0;padding:0;list-style:none}.tool-seo-related li{margin-bottom:.35rem}.tool-seo-footer{margin:2.5rem 0 0;color:#7a7268;font-size:.82rem}.dropzone--compact{min-height:8rem;margin-bottom:1rem}.document-editor{width:100%;margin:0 0 1.25rem}.document-editor__stats-bar{display:flex;justify-content:flex-end;margin-bottom:.5rem}.document-editor__stats{color:#4a4a46;font-size:.85rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rte-workspace{position:relative;width:100%;border:1px solid #ccc4b8;border-radius:12px;background:#e8e4dc;overflow:visible}.rte-workspace--loading{min-height:24rem}.rte-workspace--loading .rte-page-wrap{pointer-events:none}.rte-page--loading{position:relative;overflow:hidden}.rte-page--loading:before{content:"";position:absolute;inset:96px;border-radius:8px;background:linear-gradient(#efe9df 0 0) 0 0 /72% .8rem no-repeat,linear-gradient(#f5f1eb 0 0) 0 2rem /92% .7rem no-repeat,linear-gradient(#f5f1eb 0 0) 0 3.4rem /86% .7rem no-repeat,linear-gradient(#f5f1eb 0 0) 0 4.8rem /78% .7rem no-repeat}.rte-toolbar{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:.65rem .75rem;background:#faf8f4;border-bottom:1px solid #ddd5c9;position:-webkit-sticky;position:sticky;top:0;z-index:5000;overflow:visible}.rte-toolbar__main{display:flex;flex-direction:column;gap:.45rem;flex:1 1}.rte-toolbar__download{display:flex;flex-direction:column;gap:.45rem;width:14rem}.editor-download-input{width:100%;height:2rem;padding:.35rem .55rem;border:1px solid transparent;border-radius:6px;background:#f3efe8;font:inherit;font-size:.82rem;color:#1c1c1a;outline:none;transition:border-color .12s ease,background .12s ease}.editor-download-input:focus{border-color:#c8bfb2;background:#fff}.editor-download-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;height:2rem;padding:0 .55rem;border:1px solid transparent;border-radius:6px;background:#ece7de;color:#1c1c1a;font:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .12s ease}.editor-download-btn:hover:not(:disabled){background:#ddd5c9;border-color:#c8bfb2}.editor-download-btn:disabled{opacity:.45;cursor:not-allowed}.rte-download-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:0 0 12px 12px}.rte-download-menu{background:#ffffff;padding:1.5rem;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.1);width:100%;max-width:320px;display:flex;flex-direction:column;gap:1rem}.rte-download-menu__title{margin:0;font-size:1.1rem;font-weight:600;color:#1c1c1a}.rte-download-menu__field{display:flex;flex-direction:column;gap:.5rem}.rte-download-menu__hint{margin:0;font-size:.8rem;color:#4a4a46}.rte-download-menu__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.rte-toolbar--loading{align-items:center;justify-content:center;min-height:3.5rem;color:#4a4a46;font-size:.9rem}.rte-toolbar__row{gap:.35rem}.rte-toolbar__group,.rte-toolbar__row{display:flex;flex-wrap:wrap;align-items:center}.rte-toolbar__group{gap:.25rem;padding-right:.45rem;margin-right:.2rem;border-right:1px solid #e5dfd4}.rte-toolbar__group:last-child{border-right:none;margin-right:0;padding-right:0}.rte-toolbar__group--colors{align-items:center}.rte-toolbar__group--dropdowns{align-items:center;gap:.35rem}.rte-btn--text{min-width:auto;padding:0 .55rem;font-size:.82rem;font-weight:600}.rte-tooltip{position:relative;display:inline-flex}.rte-tooltip__bubble{position:fixed;z-index:30000;transform:translateX(-50%);padding:.35rem .55rem;border-radius:4px;background:#2a2824;color:#faf8f4;font-size:.72rem;font-weight:500;line-height:1.2;white-space:nowrap;pointer-events:none;box-shadow:0 8px 18px rgba(28,28,26,.22)}.editor-dropdown{min-width:6.5rem}.rte-toolbar .editor-color-picker .field-label,.rte-toolbar .editor-combo .field-label,.rte-toolbar .editor-dropdown .field-label{display:none}.editor-dropdown .custom-select__trigger{min-height:2rem;padding:.35rem .55rem;font-size:.82rem}.editor-dropdown__trigger-text{flex:1 1;min-width:0;padding:.35rem .45rem;border:none;background:transparent;color:#1c1c1a;font:inherit;font-size:.82rem;line-height:1.2;text-align:left;cursor:pointer}.editor-dropdown__menu{min-width:11rem;max-height:18rem}.editor-dropdown__search-wrap{padding:.35rem .45rem .2rem;border-bottom:1px solid #e5dfd4}.editor-dropdown__search{width:100%;padding:.45rem .55rem;border:1px solid #d4ccc0;border-radius:4px;background:#fff;color:#1c1c1a;font:inherit;font-size:.82rem}.editor-dropdown__list{margin:0;padding:.25rem 0;list-style:none;max-height:15rem;overflow-y:auto;min-height:2.5rem}.editor-dropdown__empty{padding:.5rem .6rem;color:#4a4a46;font-size:.82rem;text-align:center}.editor-dropdown__header-item{padding:.6rem .55rem .2rem;color:#4a4a46;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;cursor:default}.editor-dropdown__option{width:100%}.editor-dropdown__custom{border-top:1px solid #e5dfd4;padding:.35rem .45rem}.editor-dropdown__custom-apply,.editor-dropdown__custom-toggle{width:100%;padding:.45rem .55rem;border:1px solid #d4ccc0;border-radius:4px;background:#f7f3ec;color:#1c1c1a;font:inherit;font-size:.8rem;cursor:pointer}.editor-dropdown__custom-form{display:flex;gap:.35rem}.editor-dropdown__custom-input{flex:1 1;min-width:0;padding:.45rem .55rem;border:1px solid #d4ccc0;border-radius:4px;background:#fff;font:inherit;font-size:.82rem}.editor-style-preview{display:block;font-size:11pt;line-height:1.2}.editor-style-preview--h1{font-size:20pt;font-weight:700}.editor-style-preview--h2{font-size:16pt;font-weight:700}.editor-style-preview--h3{font-size:14pt;font-weight:700}.editor-font-preview{display:block;font-size:.95rem;line-height:1.3}.editor-color-picker{position:relative;display:inline-flex;flex-direction:column;gap:.2rem}.editor-color-picker .field-label{font-size:.68rem}.editor-color-picker__trigger{display:inline-flex;align-items:center;gap:.25rem;min-width:2.4rem;height:2rem;padding:0 .35rem;border:1px solid #d8d0c4;border-radius:6px;background:#fff;cursor:pointer}.editor-color-picker__swatch{width:1.1rem;height:1.1rem;border:1px solid #c8bfb2;border-radius:3px}.editor-color-picker__panel{position:absolute;z-index:25;top:calc(100% + .35rem);left:0;width:11.5rem;padding:.55rem;border:1px solid #d4ccc0;border-radius:8px;background:#faf6ef;box-shadow:0 8px 24px rgba(28,28,26,.12)}.editor-color-picker__native{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.45rem;font-size:.78rem;color:#4a4a46}.editor-color-picker__native input[type=color]{width:2rem;height:1.6rem;padding:0;border:1px solid #d4ccc0;border-radius:4px;background:transparent;cursor:pointer}.editor-color-picker__presets{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.3rem;gap:.3rem}.editor-color-picker__preset{width:100%;aspect-ratio:1;border:1px solid #c8bfb2;border-radius:4px;cursor:pointer}.editor-color-picker__preset.is-selected{outline:2px solid #4a86e8;outline-offset:1px}.editor-color-picker__clear{width:100%;margin-top:.45rem;padding:.4rem .5rem;border:1px solid #d4ccc0;border-radius:4px;background:#f7f3ec;font:inherit;font-size:.78rem;cursor:pointer}.editor-color-picker.is-disabled .editor-color-picker__trigger{opacity:.45;cursor:not-allowed}.rte-image-wrap{position:relative;display:inline-block;line-height:0;vertical-align:middle;max-width:100%}.rte-content [data-resize-container][data-node=image]{display:block;width:-moz-fit-content;width:fit-content;max-width:100%;line-height:0;margin:.35rem 0}.rte-content [data-resize-wrapper]{position:relative;display:inline-block;line-height:0;font-size:0}.rte-content [data-resize-wrapper]>.rte-image,.rte-content [data-resize-wrapper]>img{display:block;max-width:none;margin:0!important;vertical-align:top}.rte-content [data-resize-handle]{position:absolute;width:10px;height:10px;border:2px solid #fff;border-radius:2px;background:#4a86e8;box-shadow:0 0 0 1px rgba(0,0,0,.2);z-index:4;opacity:0;pointer-events:none;transition:opacity .12s ease}.rte-content .ProseMirror-selectednode [data-resize-handle],.rte-content [data-resize-state=true] [data-resize-handle]{opacity:1;pointer-events:auto}.rte-content [data-resize-handle=top-left]{top:-5px;left:-5px;cursor:nwse-resize}.rte-content [data-resize-handle=top-right]{top:-5px;right:-5px;cursor:nesw-resize}.rte-content [data-resize-handle=bottom-left]{bottom:-5px;left:-5px;cursor:nesw-resize}.rte-content [data-resize-handle=bottom-right]{bottom:-5px;right:-5px;cursor:nwse-resize}.rte-content [data-resize-handle=top]{top:-5px;left:50%;transform:translateX(-50%);cursor:ns-resize}.rte-content [data-resize-handle=bottom]{bottom:-5px;left:50%;transform:translateX(-50%);cursor:ns-resize}.rte-content [data-resize-handle=left]{left:-5px;top:50%;transform:translateY(-50%);cursor:ew-resize}.rte-content [data-resize-handle=right]{right:-5px;top:50%;transform:translateY(-50%);cursor:ew-resize}.rte-content .ProseMirror-selectednode[data-resize-container]{outline:2px solid #4a86e8;outline-offset:2px}.rte-content .ProseMirror-selectednode .rte-image,.rte-content .ProseMirror-selectednode img.rte-image{cursor:-webkit-grab;cursor:grab}.rte-content .ProseMirror-selectednode img.rte-image:active{cursor:-webkit-grabbing;cursor:grabbing}.rte-image[style*=width]{max-width:none!important}.editor-combo{position:relative;display:flex;flex-direction:column;gap:.25rem;min-width:4.5rem}.editor-combo__stepper-controls{display:flex;flex-direction:column;border-left:1px solid #e5dfd4;background:transparent;overflow:hidden}.editor-combo__step-btn{display:inline-flex;align-items:center;justify-content:center;flex:1 1;width:1.25rem;padding:0;border:none;background:transparent;color:#4a4a46;font:inherit;font-size:.75rem;line-height:1;cursor:pointer}.editor-combo__step-btn:first-child{border-bottom:1px solid #e5dfd4;padding-top:.1rem}.editor-combo__step-btn:last-child{padding-bottom:.1rem}.editor-combo__step-btn:hover:not(:disabled){background:rgba(0,0,0,.04);color:#1c1c1a}.editor-combo__step-btn:focus-visible{outline:none;background:rgba(0,0,0,.08)}.editor-combo__step-btn:disabled{opacity:.35;cursor:not-allowed}.editor-combo__with-stepper{display:flex;align-items:stretch;gap:0;border:1px solid transparent;border-radius:6px;background:#f3efe8;transition:border-color .12s ease,background .12s ease}.editor-combo.is-focused .editor-combo__with-stepper,.editor-combo.is-open .editor-combo__with-stepper{border-color:#c8bfb2;background:#fff}.editor-combo__with-stepper .editor-combo__control{flex:1 1;min-width:3.5rem;border:none;background:transparent;border-radius:0}.editor-combo__control{display:flex;align-items:stretch;border:1px solid transparent;border-radius:6px;background:#f3efe8;transition:border-color .12s ease,background .12s ease}.editor-combo.is-focused .editor-combo__control,.editor-combo.is-open .editor-combo__control{border-color:#c8bfb2;background:#fff}.editor-combo__input{width:3.25rem;min-width:0;padding:.35rem .45rem;border:none;background:transparent;color:#1c1c1a;font:inherit;font-size:.82rem;line-height:1.2;cursor:default}.editor-combo__with-stepper .editor-combo__input{text-align:center;padding-left:.2rem;padding-right:.2rem}.editor-combo.is-focused .editor-combo__input{cursor:text}.editor-combo__input:focus{outline:none}.editor-combo__chevron{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;padding:0;border:none;border-left:1px solid #e5dfd4;background:transparent;color:#4a4a46;font-size:.75rem;cursor:pointer}.editor-combo__menu{position:absolute;z-index:40;top:calc(100% + .25rem);left:0;min-width:100%;margin:0;padding:.25rem;list-style:none;border:1px solid #d4ccc0;border-radius:6px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08)}.editor-combo__option{display:block;width:100%;padding:.4rem .55rem;border:none;border-radius:4px;background:transparent;color:#1c1c1a;font:inherit;font-size:.82rem;text-align:left;cursor:pointer}.editor-combo__option.is-selected,.editor-combo__option:hover{background:#f3efe8}.rte-btn{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .45rem;border:1px solid transparent;border-radius:6px;background:transparent;color:#1c1c1a;font-size:.92rem;cursor:pointer}.rte-icon{display:block;width:1.25rem;height:1.25rem;fill:currentColor;flex:0 0 auto}.rte-btn:hover:not(:disabled){background:#ece7de;border-color:#d8d0c4}.rte-btn.is-active{background:#ddd5c9;border-color:#c8bfb2}.rte-btn:disabled{opacity:.45;cursor:not-allowed}.rte-underline{text-decoration:underline}.rte-select{display:inline-flex;align-items:center;gap:.25rem}.rte-select__label{color:#4a4a46;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.rte-select select{max-width:8.5rem;padding:0 .45rem;color:#1c1c1a;font-size:.82rem}.rte-color,.rte-select select{height:2rem;border:1px solid #d8d0c4;border-radius:6px;background:#fff}.rte-color{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2rem;cursor:pointer}.rte-color input[type=color]{position:absolute;inset:0;opacity:0;cursor:pointer}.rte-color__label{font-size:.9rem;font-weight:700;pointer-events:none}.rte-color--highlight .rte-color__label{background:#ffff00;padding:0 2px}.rte-page-wrap{max-height:min(72vh,960px);overflow:auto;padding:1.25rem;border-radius:0 0 12px 12px;background:#e8e4dc}.rte-page,.rte-page-wrap{position:relative;z-index:1}.rte-page{width:min(100%,816px);min-height:1056px;margin:0 auto;padding:96px;box-sizing:border-box;background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.08);color:#1c1c1a;font-family:Arial,Helvetica,sans-serif;font-size:11pt;line-height:1.15}.rte-page:has(.rte-import-page){width:100%;max-width:none;min-height:0;margin:0;padding:0;background:transparent;box-shadow:none}.rte-page--loading{min-height:20rem;background:#fff}.rte-content{min-height:calc(1056px - 192px);outline:none}.rte-page:has(.rte-import-page) .rte-content{min-height:0}.rte-content p:has(>img.rte-image:only-child){margin:.35rem 0;line-height:0}.rte-import-page{width:min(100%,816px);min-height:1056px;margin:0 auto 1.5rem;padding:96px;position:relative;background:#fff;border:1px solid #dadce0;border-radius:2px;box-shadow:0 1px 2px rgba(60,64,67,.14),0 2px 6px rgba(60,64,67,.1);box-sizing:border-box;color:#1c1c1a;font-family:Arial,Helvetica,sans-serif;font-size:11pt;line-height:1.15}.rte-import-page:last-child{margin-bottom:0}.rte-import-page h1,.rte-import-page h2,.rte-import-page h3,.rte-import-page p{margin:0}.rte-import-page p.rte-pdf-blank-space{margin:0;padding:0;box-sizing:border-box}.rte-import-page p.rte-pdf-header-row{position:relative;margin:0 0 2pt;text-align:center!important;line-height:1.15;box-sizing:border-box}.rte-import-page p.rte-pdf-logo-slot{position:absolute;top:0;left:0;width:100%;height:0;margin:0;padding:0;overflow:visible;pointer-events:none;z-index:2;line-height:0}.rte-content .rte-import-page img.rte-pdf-page-logo,.rte-import-page img.rte-pdf-page-logo{position:absolute!important;right:0!important;display:block!important;margin:0!important;max-width:none!important;pointer-events:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default}.rte-import-page p.rte-pdf-header-text{text-align:center;margin:0 0 12pt}.rte-content .rte-import-page h1,.rte-content .rte-import-page h2,.rte-content .rte-import-page h3,.rte-content .rte-import-page li,.rte-content .rte-import-page p{margin:0}.rte-content .rte-import-page ol,.rte-content .rte-import-page ul{margin:0 0 0 1.25rem;padding:0}.rte-content .rte-import-page li{margin-bottom:0}.rte-content em,.rte-content i{font-style:italic}.rte-content b,.rte-content strong{font-weight:700}.rte-content .rte-align-center,.rte-content h1[align=center],.rte-content h1[style*="text-align: center"],.rte-content h2[align=center],.rte-content h2[style*="text-align: center"],.rte-content h3[align=center],.rte-content h3[style*="text-align: center"],.rte-content p[align=center],.rte-content p[style*="text-align: center"]{text-align:center!important}.rte-content .rte-align-right,.rte-content h1[align=right],.rte-content h1[style*="text-align: right"],.rte-content h2[align=right],.rte-content h2[style*="text-align: right"],.rte-content h3[align=right],.rte-content h3[style*="text-align: right"],.rte-content p[align=right],.rte-content p[style*="text-align: right"]{text-align:right!important}.rte-content .rte-align-justify,.rte-content h1[align=justify],.rte-content h1[style*="text-align: justify"],.rte-content h2[align=justify],.rte-content h2[style*="text-align: justify"],.rte-content h3[align=justify],.rte-content h3[style*="text-align: justify"],.rte-content p[align=justify],.rte-content p[style*="text-align: justify"]{text-align:justify!important}.rte-content>h1,.rte-content>h2,.rte-content>h3,.rte-content>p{margin:0 0 .75rem}.rte-content h1{font-size:20pt}.rte-content h1,.rte-content h2{margin:0 0 .75rem;font-weight:700}.rte-content h2{font-size:16pt}.rte-content h3{font-size:14pt;margin:0 0 .75rem;font-weight:700}.rte-content ol,.rte-content ul{margin:0 0 .75rem 1.25rem;padding:0}.rte-content li{margin-bottom:.25rem}.rte-content a{color:#1155cc;text-decoration:underline}.rte-content .rte-image,.rte-content img{max-width:100%;height:auto;vertical-align:middle;margin:0 .15rem}.rte-content [data-resize-container] img.rte-image,.rte-content [data-resize-wrapper] img.rte-image{max-width:none;margin:0!important}.rte-content .rte-image-wrap .rte-image{display:block;margin:0}.rte-file-name{max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6a6a64;font-size:.82rem;padding:0 .35rem}.document-editor__surface{position:relative}.document-editor__surface.is-loading{pointer-events:none;opacity:.72}.document-editor__loading{position:absolute;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;background:rgba(250,248,244,.65);color:#4a4a46;font-size:.95rem}.rte-content table{width:100%;border-collapse:collapse;margin:.75rem 0}.rte-content td,.rte-content th{border:1px solid #ccc4b8;padding:.35rem .5rem;vertical-align:top}.rte-content th{background:#f6f2ea;font-weight:700}.rte-content .rte-highlight,.rte-content mark{border-radius:2px;padding:0 1px}.rte-content em,.rte-content em strong,.rte-content i,.rte-content strong em,.rte-import-page em,.rte-import-page em strong,.rte-import-page i,.rte-import-page strong em{font-style:italic}.rte-content p.is-editor-empty:first-child:before{color:#9a9488;content:attr(data-placeholder);float:left;height:0;pointer-events:none}@media (max-width:768px){.document-editor{margin-bottom:1rem}.document-editor__stats-bar{justify-content:flex-start}.rte-toolbar{align-items:stretch;flex-direction:column;gap:.5rem;padding:.5rem}.rte-toolbar__main{min-width:0}.rte-toolbar__row{flex-wrap:nowrap;gap:.3rem;overflow-x:auto;overflow-y:visible;padding-bottom:.15rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.rte-toolbar__group{flex:0 0 auto;flex-wrap:nowrap;padding-right:.25rem;margin-right:.1rem}.rte-toolbar__download{width:100%;flex-direction:row;align-items:center}.editor-download-input{min-width:0}.editor-download-btn{width:auto;min-width:7.5rem}.rte-file-name{max-width:8rem}.editor-dropdown{min-width:5.5rem}.editor-dropdown .custom-select__trigger{max-width:7rem;font-size:.78rem}.rte-swatches{max-width:100%}.rte-page-wrap{padding:.75rem;max-height:min(68dvh,42rem)}.rte-page{width:100%;min-height:34rem;padding:1.35rem 1rem;border-radius:10px;box-shadow:none}.rte-content{min-height:28rem}.rte-page:has(.rte-import-page){border-radius:0}.rte-download-overlay{position:fixed;inset:0;border-radius:0;padding:1rem}.rte-download-menu{max-width:min(100%,22rem);padding:1rem}}@media (max-width:480px){.rte-toolbar__download{flex-direction:column;align-items:stretch}.editor-download-btn{width:100%}.rte-page-wrap{padding:.5rem;max-height:min(66dvh,38rem)}.rte-page{min-height:30rem;padding:1rem .85rem}.rte-content{min-height:25rem}}body,html{overflow-x:clip}@supports not (overflow-x:clip){body{overflow-x:hidden}}@media (max-width:640px){.page-layout{width:min(100% - .75rem,var(--tool-page-max))}.shell{max-width:100%;min-width:0}.site-header{margin-bottom:1rem}.browser-notice,.hub-banner,.status-text,.tool-seo{overflow-wrap:anywhere}.tool-actions{gap:.6rem}.btn,input,select,textarea{max-width:100%}}