html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#f8f9fa;color:#1f2937;margin:0;padding:0;height:100%;min-height:100vh;display:flex;flex-direction:column;overflow:hidden}#app-root{flex:1 1 auto;min-height:0;display:flex}.app-container{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;min-width:0;width:100%}.header{background:#f9fbfd;padding:12px 16px 10px;border-bottom:1px solid #c7c7c7;flex-shrink:0;z-index:10}.header__toolbar-row{display:flex;align-items:center;gap:12px;min-height:52px;flex-wrap:nowrap}.header__file-entry{position:relative;flex:0 0 auto}.header__file-trigger{min-width:0;height:36px;display:inline-flex;align-items:center;gap:8px;padding:0 8px;border:1px solid transparent;border-radius:8px;background:transparent;color:#334155;cursor:pointer;transition:background .12s ease,color .12s ease}.header__file-trigger:hover{background:#e8eef6;color:#0f172a}.header__file-trigger[aria-expanded=true]{background:#dbe7f6;color:#0f172a}.header__file-trigger-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:transparent;color:currentColor;flex:0 0 auto}.header__file-trigger-copy{display:flex;align-items:center;line-height:1;min-width:0}.header__file-trigger-copy strong{font-size:14px;font-weight:600;color:#0f172a}.header__file-trigger-caret{margin-left:auto;color:#64748b;flex:0 0 auto}.header__file-panel{position:absolute;top:calc(100% + 10px);left:0;min-width:248px;padding:10px;border:1px solid #d6dee8;border-radius:16px;background:#fff;box-shadow:0 18px 40px #0f172a29;display:flex;flex-direction:column;gap:6px;z-index:30}.header__panel-action{all:unset;box-sizing:border-box;display:inline-flex;align-items:center;gap:10px;width:100%;min-height:40px;padding:0 12px;border-radius:10px;color:#1e293b;font-size:13px;cursor:pointer;transition:background .12s ease,color .12s ease}.header__panel-action:hover{background:#f3f7fb;color:#0f172a}.header__panel-action--primary{background:#eff6ff;color:#1d4ed8;font-weight:600}.header__panel-action--primary:hover{background:#dbeafe;color:#1d4ed8}.header__drafts-section{margin-top:4px;padding-top:10px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px}.header__drafts-title{padding:0 4px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.header__drafts-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.header__drafts-toolbar{display:flex;align-items:center;gap:4px;flex-wrap:wrap;justify-content:flex-end}.header__drafts-toolbar-action{all:unset;box-sizing:border-box;min-height:28px;padding:0 8px;border-radius:8px;font-size:12px;font-weight:600;color:#1d4ed8;cursor:pointer}.header__drafts-toolbar-action:hover{background:#dbeafe}.header__drafts-toolbar-action:disabled{opacity:.45;cursor:default}.header__drafts-toolbar-action--danger{color:#b42318}.header__drafts-toolbar-action--danger:hover{background:#fee4e2}.header__drafts-list{display:flex;flex-direction:column;gap:6px;max-height:260px;overflow:auto;padding-right:2px}.header__draft-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}.header__draft-card--selected{background:#eff6ff;border-color:#93c5fd}.header__draft-open,.header__draft-rename,.header__draft-delete{all:unset;box-sizing:border-box;cursor:pointer}.header__draft-open{display:flex;min-width:0;flex-direction:column;gap:2px}.header__draft-open--selectable{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center}.header__draft-open-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.header__draft-check{width:16px;height:16px;border-radius:5px;border:1.5px solid #94a3b8;background:#fff;box-sizing:border-box;position:relative;flex:0 0 auto}.header__draft-check--selected{background:#1d4ed8;border-color:#1d4ed8}.header__draft-check--selected:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.header__draft-name{font-size:13px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__draft-meta{font-size:11px;color:#64748b}.header__draft-delete{min-height:28px;padding:0 8px;border-radius:8px;font-size:12px;font-weight:600;color:#b42318}.header__draft-actions{display:flex;align-items:center;gap:4px}.header__draft-rename{min-height:28px;padding:0 8px;border-radius:8px;font-size:12px;font-weight:600;color:#1d4ed8}.header__draft-rename:hover{background:#dbeafe}.header__draft-delete:hover{background:#fee4e2}.header__drafts-empty{padding:0 4px 2px;font-size:12px;color:#64748b}.toolbar{display:flex;align-items:center;gap:4px;padding:8px 12px;background:#f0f4f9;border-radius:24px;margin:0;flex:1 1 auto;min-width:0;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.toolbar::-webkit-scrollbar{display:none}.toolbar{scrollbar-width:none}.toolbar button,.toolbar select,.toolbar input[type=color]{height:32px;border:1px solid transparent;border-radius:4px;background:transparent;color:#374151;padding:0 8px;font-size:13px;font-weight:400;box-sizing:border-box;transition:all .1s ease}.toolbar select{border:none;background:transparent;outline:none;cursor:pointer}.toolbar input[type=color]{border:none;padding:2px;border-radius:4px}.toolbar button{cursor:pointer;min-width:32px;display:inline-flex;align-items:center;justify-content:center;color:#444746}.toolbar button:hover{background:#e1e5ea;color:#1f1f1f}.toolbar button:disabled{background:transparent;color:#9ca3af;opacity:.42;cursor:not-allowed;box-shadow:none}.toolbar button:disabled:hover{background:transparent;color:#9ca3af}.toolbar button[data-active=true]{background:#d3e3fd;color:#041e49}.app-tooltip{position:fixed;transform:translate(-50%);padding:6px 8px;border-radius:8px;background:#0f172af0;color:#f8fafc;font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap;pointer-events:none;z-index:2000;box-shadow:0 10px 24px #0f172a38}.toolbar button[data-mixed=true],.toolbar select[data-mixed=true]{background:#fef3c7;color:#92400e}.toolbar .separator{width:1px;height:20px;background:#e5e7eb;margin:0 4px}.status{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#4b5563;flex-wrap:wrap;justify-content:flex-end;text-align:right;flex:0 0 auto;min-width:0;white-space:nowrap}.status__icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eef2ff;color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb24}.status__icon svg{width:16px;height:16px;display:block}.status[data-icon-kind=saving] .status__icon{background:#f8fafc;color:#64748b;box-shadow:inset 0 0 0 1px #64748b33}.status[data-icon-kind=error] .status__icon{background:#fef2f2;color:#dc2626;box-shadow:inset 0 0 0 1px #dc262629}.status[data-icon-kind=saved] .status__icon{background:#ecfeff;color:#0891b2;box-shadow:inset 0 0 0 1px #0891b229}@media(max-width:1280px){.header__toolbar-row{flex-wrap:wrap}.toolbar{order:3;width:100%}}.status__badge{display:none}.editor-layout{flex:1;display:flex;align-items:flex-start;gap:24px;padding:0 24px 24px;overflow:auto;min-height:0;min-width:0;justify-content:center}#editor-wrapper{background:transparent;border-radius:0;box-shadow:none;padding:0;flex:0 0 auto;min-height:0;min-width:0;display:flex;flex-direction:column;gap:0;align-items:center}.editor-ruler{width:100%;overflow:visible;padding:0;margin-bottom:6px;line-height:0;flex:0 0 auto;position:sticky;top:0;z-index:6;background:#f8f9fa;border-bottom:1px solid transparent}.editor-ruler__surface{transform-origin:top center;margin:0 auto}.editor-ruler__track{position:relative;height:22px;background:#f8f9fa;border-top:none;border-bottom:1px solid transparent;-webkit-user-select:none;user-select:none;overflow:visible}.editor-ruler__content-lane{position:absolute;top:0;bottom:0;background:#fff}.editor-ruler__active-lane{display:none}.editor-ruler__tick{position:absolute;bottom:0;width:1px;background:#dadce0}.editor-ruler__tick--major{height:8px}.editor-ruler__tick--medium{height:5px}.editor-ruler__tick--minor{height:3px}.editor-ruler__label{position:absolute;bottom:8px;left:50%;transform:translate(-50%);font-size:10px;letter-spacing:-.2px;font-weight:500;line-height:1;color:#5f6368;font-family:inherit;pointer-events:none;white-space:nowrap}.editor-ruler__marker{position:absolute;transform:translate(-50%);cursor:ew-resize;z-index:6;pointer-events:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.editor-ruler__marker-cap{display:block;transition:filter .08s ease,border-color .08s ease;filter:drop-shadow(0 1px 2px rgba(0,0,0,.25))}.editor-ruler__marker--first-line{top:-1px}.editor-ruler__marker--first-line .editor-ruler__marker-cap{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #1a73e8}.editor-ruler__marker--first-line.editor-ruler__marker--hover .editor-ruler__marker-cap{border-top-color:#174ea6}.editor-ruler__marker--first-line.editor-ruler__marker--active .editor-ruler__marker-cap{border-top-color:#1a73e8;filter:drop-shadow(0 2px 4px rgba(26,115,232,.4))}.editor-ruler__marker--left{bottom:-1px}.editor-ruler__marker--left .editor-ruler__marker-cap{display:flex;flex-direction:column;align-items:center;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.editor-ruler__marker--left .editor-ruler__marker-cap:before{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:7px solid #1a73e8}.editor-ruler__marker--left .editor-ruler__marker-cap:after{content:"";width:10px;height:5px;background:#1a73e8;margin-top:1px}.editor-ruler__marker--left.editor-ruler__marker--hover .editor-ruler__marker-cap:before{border-bottom-color:#174ea6}.editor-ruler__marker--left.editor-ruler__marker--hover .editor-ruler__marker-cap:after{background:#174ea6}.editor-ruler__marker--left.editor-ruler__marker--active .editor-ruler__marker-cap:before{border-bottom-color:#1a73e8}.editor-ruler__marker--left.editor-ruler__marker--active .editor-ruler__marker-cap:after{background:#1a73e8}.editor-ruler__marker--left.editor-ruler__marker--active .editor-ruler__marker-cap{filter:drop-shadow(0 2px 4px rgba(26,115,232,.4))}.editor-ruler__marker--right{bottom:-1px}.editor-ruler__marker--right .editor-ruler__marker-cap{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:8px solid #1a73e8}.editor-ruler__marker--right.editor-ruler__marker--hover .editor-ruler__marker-cap{border-bottom-color:#174ea6}.editor-ruler__marker--right.editor-ruler__marker--active .editor-ruler__marker-cap{border-bottom-color:#1a73e8;filter:drop-shadow(0 2px 4px rgba(26,115,232,.4))}.editor-ruler__tab-type-selector{position:absolute;top:2px;transform:translate(-50%);width:18px;height:18px;border:1px solid rgba(148,163,184,.8);border-radius:4px;background:linear-gradient(180deg,#fffffffa,#f1f5f9fa);box-shadow:0 1px 2px #0f172a1f;display:flex;align-items:flex-end;justify-content:center;padding-bottom:2px;box-sizing:border-box;cursor:pointer;z-index:7}.editor-ruler__tab-type-selector:hover{border-color:#60a5fa;background:linear-gradient(180deg,#fff,#eff6ff);box-shadow:0 2px 6px #2563eb2e}.editor-ruler__tab-type-selector .editor-ruler__tab-stop{position:relative;left:auto;bottom:auto;transform:none;cursor:inherit;pointer-events:none}.editor-ruler__tab-stop{position:absolute;bottom:-1px;transform:translate(-50%);width:10px;height:10px;cursor:ew-resize;z-index:5;pointer-events:auto;background:transparent;box-sizing:border-box;--udf-ruler-tab-color: #3f3f46}.editor-ruler__tab-stop:before,.editor-ruler__tab-stop:after{content:"";position:absolute;background:var(--udf-ruler-tab-color);transition:background-color .1s ease}.editor-ruler__tab-stop:before{left:2px;bottom:0;width:1.5px;height:7px}.editor-ruler__tab-stop:after{left:2px;bottom:0;width:6px;height:1.5px}.editor-ruler__tab-stop--center{width:10px;height:10px}.editor-ruler__tab-stop--center:before{left:1px;bottom:0;width:8px;height:1.5px}.editor-ruler__tab-stop--center:after{left:4.25px;bottom:0;width:1.5px;height:7px}.editor-ruler__tab-stop--right{width:10px;height:10px}.editor-ruler__tab-stop--right:before{left:auto;right:2px;bottom:0;width:1.5px;height:7px}.editor-ruler__tab-stop--right:after{left:auto;right:2px;bottom:0;width:6px;height:1.5px}.editor-ruler__tab-stop--hover{--udf-ruler-tab-color: #2563eb}.editor-ruler__tab-stop--active{--udf-ruler-tab-color: #1d4ed8}.editor-ruler__tab-stop--default{--udf-ruler-tab-color: rgba(63, 63, 70, .25);z-index:2;pointer-events:none;cursor:default}.editor-ruler__guide-line{position:absolute;top:0;bottom:-2000px;width:0;border-left:1px dashed rgba(37,99,235,.4);pointer-events:none;z-index:3}.editor-ruler__tooltip{position:absolute;top:calc(100% + 6px);transform:translate(-50%);background:#18181b;color:#f8fafc;font-size:10.5px;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1;padding:4px 6px;border-radius:4px;white-space:nowrap;pointer-events:none;z-index:20;box-shadow:0 4px 12px #00000026}.editor-ruler__tooltip:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #18181b}.editor-layout{display:flex;align-items:flex-start;gap:18px}.document-navigator{width:280px;flex:0 0 280px;position:sticky;top:20px;align-self:flex-start;background:#fff;border:1px solid #d1d5db;border-radius:10px;box-shadow:0 2px 6px #00000014;padding:14px;max-height:calc(100vh - 40px);overflow:hidden;display:flex;flex-direction:column;gap:12px}.document-navigator__header{display:flex;justify-content:space-between;align-items:baseline;gap:8px;font-size:12px;color:#475569}.document-navigator__header strong{font-size:14px;color:#0f172a}.document-navigator__search{width:100%;height:34px;border:1px solid #cbd5e1;border-radius:8px;padding:0 10px;font-size:13px;color:#0f172a;box-sizing:border-box}.document-navigator__groups{overflow:auto;display:flex;flex-direction:column;gap:14px;padding-right:2px}.document-navigator__group{display:flex;flex-direction:column;gap:8px}.document-navigator__group h3{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.document-navigator__item{width:100%;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;display:flex;flex-direction:column;gap:4px;color:#0f172a;overflow:hidden}.document-navigator__item:hover{border-color:#94a3b8;background:#f8fafc}.document-navigator__item[data-active=true]{border-color:#fb923c;background:#fff7ed}.document-navigator__item-main{width:100%;text-align:left;border:0;background:transparent;padding:10px 11px 6px;display:flex;flex-direction:column;gap:4px;color:inherit;cursor:pointer}.document-navigator__actions{display:flex;gap:8px;flex-wrap:wrap;padding:0 11px 10px}.document-navigator__action{border:1px solid #cbd5e1;border-radius:999px;background:#fff;padding:4px 10px;font-size:12px;color:#334155;cursor:pointer}.document-navigator__actions--details{padding:0}.document-navigator__item-title{font-size:13px;font-weight:600}.document-navigator__item-preview,.document-navigator__item-meta,.document-navigator__empty{font-size:12px;color:#475569;line-height:1.4;margin:0}.document-navigator__item-badges{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.document-navigator__item-badge{display:inline-flex;align-items:center;min-height:22px;border:1px solid #fed7aa;border-radius:999px;background:#fff7ed;padding:0 8px;font-size:11px;line-height:1;color:#9a3412}.document-navigator__details{border-top:1px solid #e2e8f0;padding-top:12px;display:flex;flex-direction:column;gap:10px}.document-navigator__details-header{display:flex;justify-content:space-between;align-items:baseline;gap:8px;font-size:12px;color:#64748b}.document-navigator__details-header strong{font-size:14px;color:#0f172a}.document-navigator__details-preview{margin:0;font-size:13px;line-height:1.45;color:#334155}.document-navigator__details-grid{display:grid;grid-template-columns:auto 1fr;gap:6px 10px;font-size:12px;color:#64748b}.document-navigator__details-grid strong{color:#0f172a;font-weight:600}.table-dialog__backdrop{position:fixed;inset:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;padding:24px;z-index:30}.table-dialog{width:min(560px,100%);background:#fff;border:1px solid #d1d5db;border-radius:14px;box-shadow:0 20px 48px #0f172a38;padding:18px 18px 16px}.table-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.table-dialog__header h3{margin:0;font-size:18px;color:#0f172a}.table-dialog__close{width:34px;height:34px;border-radius:999px;border:1px solid #cbd5e1;background:#f8fafc;cursor:pointer;font-size:20px;line-height:1}.table-dialog__form{display:flex;flex-direction:column;gap:14px}.table-dialog__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.table-dialog label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#334155}.table-dialog input,.table-dialog select{height:38px;border:1px solid #cbd5e1;border-radius:8px;padding:0 10px;font-size:14px;box-sizing:border-box}.table-dialog__error{margin:0;color:#b91c1c;font-size:13px}.table-dialog__actions{display:flex;justify-content:flex-end;gap:8px}.table-dialog__actions button{height:38px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;padding:0 14px;cursor:pointer}.table-dialog__actions #table-dialog-submit{border-color:#ea580c;background:#fff7ed;color:#9a3412}.image-dialog{width:min(640px,100%)}.image-dialog__form{gap:16px}.image-dialog__preview-frame{border:1px solid #dbe2ea;border-radius:10px;background:#f8fafc;padding:12px;display:flex;align-items:center;justify-content:center;min-height:240px;overflow:hidden}.image-dialog__preview-frame img{display:block;max-width:100%;max-height:380px;object-fit:contain;border-radius:6px}.image-dialog__grid input[disabled]{background:#f1f5f9;color:#475569}.image-dialog__actions #image-dialog-submit{border-color:#15803d;background:#dcfce7;color:#166534}.sign-document-dialog{width:min(620px,100%)}.sign-document-dialog__form{gap:16px}.sign-document-dialog__subtitle{margin:4px 0 0;color:#64748b;font-size:12px;line-height:1.45}.sign-document-dialog__hint,.sign-document-dialog__success{margin:0;font-size:13px;line-height:1.5}.sign-document-dialog__hint{color:#475569}.sign-document-dialog__success{color:#166534}.sign-document-dialog__certificate-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:12px 14px;border:1px solid #dbe2ea;border-radius:10px;background:#f8fafc}.sign-document-dialog__certificate-summary div{display:flex;flex-direction:column;gap:4px;min-width:0}.sign-document-dialog__certificate-summary strong{color:#0f172a;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sign-document-dialog__certificate-summary span{color:#475569;font-size:12px;line-height:1.45;word-break:break-word}.sign-document-dialog__actions{align-items:center;justify-content:space-between}.sign-document-dialog__refresh{margin-right:auto}#sign-document-dialog-submit{border-color:#15803d;background:#dcfce7;color:#166534}.page-setup-dialog{width:min(620px,100%)}.page-setup-dialog__form{gap:16px}.page-setup-dialog__preview-shell{display:flex;justify-content:center;padding:4px 0 8px}.page-setup-dialog__preview-page{width:120px;height:170px;border:1px solid #cbd5e1;border-radius:10px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:inset 0 1px #fffc;padding:10px;box-sizing:border-box}.page-setup-dialog__preview-content{width:100%;height:100%;border:1px dashed #cbd5e1;background:#f8fafce6;box-sizing:border-box}.page-setup-dialog__preview-inner{width:100%;height:100%;border-radius:4px;background:linear-gradient(180deg,#0f172a14,#0f172a08)}.page-setup-dialog__fieldset{margin:0;border:1px solid #dbe2ea;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:12px}.page-setup-dialog__orientation-group{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.page-setup-dialog__radio{display:inline-flex;flex-direction:row!important;align-items:center;gap:8px!important;font-size:14px!important;color:#0f172a!important}.page-setup-dialog__radio input{width:16px;height:16px;margin:0}.page-setup-dialog__fieldset legend{padding:0 6px;font-size:13px;color:#334155;font-weight:600}.page-setup-dialog__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.list-preset-dialog{width:min(760px,calc(100vw - 32px))}.list-preset-dialog__hint{margin:0;color:#475569;font-size:.95rem}.list-preset-dialog__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;max-height:min(52vh,420px);overflow:auto;padding-right:4px}.list-preset-dialog__option{display:grid;gap:4px;padding:12px 14px;border:1px solid #cbd5e1;border-radius:12px;background:#f8fafc;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.list-preset-dialog__option input{position:absolute;opacity:0;pointer-events:none}.list-preset-dialog__option[data-selected=true]{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 1px #2563eb2e}.list-preset-dialog__option-label{font-weight:700;color:#0f172a}.list-preset-dialog__option-preview{font-family:Times New Roman,serif;font-size:1.05rem;color:#111827}.list-preset-dialog__option-description{color:#64748b;font-size:.9rem}#page-setup-dialog-submit{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.udf-inline-image{position:relative;-webkit-user-select:none;user-select:none}.udf-inline-image[data-udf-image-selected=true]{outline:2px solid rgba(37,99,235,.55);outline-offset:2px;border-radius:4px}.udf-inline-image[data-udf-image-selected=true][data-udf-image-resizing=true]{outline-color:#15803d99}.udf-image-resize-handle{position:absolute;right:-7px;bottom:-7px;width:14px;height:14px;border-radius:999px;border:2px solid #ffffff;background:#2563eb;box-shadow:0 2px 6px #0f172a47;cursor:nwse-resize;display:none;pointer-events:auto;z-index:3}.udf-inline-image[data-udf-image-selected=true] .udf-image-resize-handle{display:block}#editor{outline:none;width:794px;min-height:1123px;margin:0 auto;box-sizing:border-box;padding:56px 48px 72px;position:relative;background-color:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;font-family:Times New Roman,serif;font-size:12pt;line-height:1.2;color:#000;white-space:pre-wrap;overflow-wrap:anywhere;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.editor-list-ul{padding-left:25pt;padding-inline-start:25pt;margin:0;list-style-position:outside;list-style-type:"◆ "}.editor-list-ul .editor-list-ul{list-style-type:"■ "}.editor-list-ul .editor-list-ul .editor-list-ul{list-style-type:"● "}.editor-list-ul .editor-list-ul .editor-list-ul .editor-list-ul{list-style-type:"□ "}.editor-list-ul .editor-list-ul .editor-list-ul .editor-list-ul .editor-list-ul{list-style-type:"⯈ "}@counter-style udf-number-dot{system:extends decimal;suffix:". "}@counter-style udf-number-dash{system:extends decimal;suffix:"- "}@counter-style udf-number-paren{system:extends decimal;suffix:") "}@counter-style udf-upper-roman-dot{system:extends upper-roman;suffix:". "}@counter-style udf-lower-roman-dot{system:extends lower-roman;suffix:". "}@counter-style udf-lower-roman-paren{system:extends lower-roman;suffix:") "}@counter-style udf-upper-alpha-dot{system:extends upper-alpha;suffix:". "}@counter-style udf-lower-alpha-paren{system:extends lower-alpha;suffix:") "}@counter-style udf-lower-alpha-wrapped-paren{system:alphabetic;symbols:"a" "b" "c" "d" "e" "f" "g" "h" "i" "j" "k" "l" "m" "n" "o" "p" "q" "r" "s" "t" "u" "v" "w" "x" "y" "z";prefix:"(";suffix:") "}@counter-style udf-lower-alpha-dot{system:extends lower-alpha;suffix:". "}.editor-list-ol{padding-left:25pt;padding-inline-start:25pt;margin:0;list-style-position:outside}.editor-listitem{margin:0;line-height:1.2}.editor-listitem[data-udf-list-wrapper=true]{list-style-type:none!important}.editor-listitem[data-udf-list-wrapper=true]::marker{content:""!important}.editor-listitem[data-udf-list-marker-text]::marker{content:attr(data-udf-list-marker-text) " "!important}.editor-listitem[data-udf-list-style-type=udf-number-dot]::marker{content:counters(list-item,".") ". "}.editor-listitem[data-udf-list-style-type=udf-number-dash]::marker{content:counter(list-item,decimal) "- "}.editor-listitem[data-udf-list-style-type=udf-number-paren]::marker{content:counter(list-item,decimal) ") "}.editor-listitem[data-udf-list-style-type=udf-upper-roman-dot]::marker{content:counter(list-item,upper-roman) ". "}.editor-listitem[data-udf-list-style-type=udf-lower-roman-dot]::marker{content:counter(list-item,lower-roman) ". "}.editor-listitem[data-udf-list-style-type=udf-lower-roman-paren]::marker{content:counter(list-item,lower-roman) ") "}.editor-listitem[data-udf-list-style-type=udf-upper-alpha-dot]::marker{content:counter(list-item,upper-alpha) ". "}.editor-listitem[data-udf-list-style-type=udf-lower-alpha-paren]::marker{content:counter(list-item,lower-alpha) ") "}.editor-listitem[data-udf-list-style-type=udf-lower-alpha-dot]::marker{content:counter(list-item,lower-alpha) ". "}.editor-listitem[data-udf-list-style-type=udf-lower-alpha-wrapped-paren]::marker{content:"(" counter(list-item,lower-alpha) ") "}.editor-paragraph{margin:0;line-height:1.2;min-height:1em}.editor-paragraph[data-active-caret-format=true]{font-size:var(--udf-active-caret-font-size, inherit)}.editor-tab{white-space:pre-wrap}.editor-tab[data-udf-tab-text-render=true]{white-space:pre-wrap;letter-spacing:var(--udf-tab-letter-spacing, 0px)}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}.editor-text-underline-strikethrough{text-decoration:underline line-through}.editor-text-subscript{position:relative;vertical-align:baseline;top:.32em;font-size:.72em;line-height:1}.editor-text-superscript{position:relative;vertical-align:baseline;top:-.46em;font-size:.72em;line-height:1}.editor-table{border-collapse:collapse;width:100%;table-layout:fixed;margin:0}.editor-tablecell{border:1px solid #000;padding:1.5pt 2pt;vertical-align:top}.editor-table[data-udf-ghost-borders=true]{outline:1px solid transparent;outline-offset:-1px;transition:outline-color .12s ease}.editor-table[data-udf-ghost-borders=true]:hover{outline-color:#64748b8c}.editor-table[data-udf-ghost-borders=true]:hover .editor-tablecell[data-udf-ghost-border-cell=true]{box-shadow:inset 0 0 0 1px #64748b73}.floating-table-settings-button{position:fixed;transform:translate(-100%,-100%);width:28px;height:28px;border:1px solid rgba(148,163,184,.42);border-radius:999px;background:#ffffffe6;color:#64748b;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0f172a1a;z-index:24;cursor:pointer;opacity:.55;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease,opacity .15s ease,color .15s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:0}.floating-table-settings-button svg{width:16px;height:16px}.floating-table-settings-button:hover{background:#fff;opacity:1;color:#334155;box-shadow:0 6px 16px #0f172a26;transform:translate(-100%,-100%) scale(1.05)}.floating-table-settings-button:active{transform:translate(-100%,-100%) scale(.95)}.feedback-panel{position:fixed;right:14px;bottom:14px;width:min(440px,calc(100vw - 28px));max-height:min(60vh,540px);overflow:auto;background:#111827f5;color:#f9fafb;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;border-radius:10px;box-shadow:0 12px 32px #00000052;z-index:9999;padding:10px;font-size:12px;line-height:1.45}.feedback-panel .row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px}.feedback-panel button{background:#0f172a;color:#e5e7eb;border:1px solid #334155;border-radius:6px;padding:6px 8px;cursor:pointer;font-size:12px}.feedback-panel button:hover{border-color:#64748b}.feedback-panel pre{margin:0;white-space:pre-wrap;word-break:break-word}@media(max-width:960px){.table-dialog__grid,.list-preset-dialog__options,.sign-document-dialog__certificate-summary{grid-template-columns:1fr}}@media(max-width:840px){body{padding:8px}.header{margin-bottom:12px}.editor-layout{flex-direction:column}.document-navigator{position:static;width:100%;max-height:none}#editor{width:100%;min-height:70vh;padding:32px 20px 44px}.sign-document-dialog__actions{flex-wrap:wrap}.sign-document-dialog__refresh{width:100%;margin-right:0}}
