html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#f3f4f6;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:#fff;padding:12px 20px 0;border-bottom:none;display:flex;flex-direction:column;gap:12px;flex-shrink:0;z-index:10}.header__top{display:flex;align-items:center;justify-content:space-between}.header__brand{display:flex;align-items:baseline;gap:12px}.header__title{margin:0;font-size:16px;font-weight:600;color:#111827;letter-spacing:-.01em}.header__subtitle{margin:0;font-size:13px;color:#6b7280}.header-actions{display:flex;align-items:center;gap:12px}.file-input{font-family:inherit;font-size:13px;color:#4b5563;background:#fdfdfd;border:1px solid #d1d5db;border-radius:6px;padding:4px 8px;cursor:pointer;transition:all .15s ease;max-width:250px}.file-input:hover{border-color:#9ca3af;background:#f9fafb}.file-input::file-selector-button{border:none;background:#e5e7eb;padding:4px 10px;border-radius:4px;color:#374151;cursor:pointer;font-weight:500;font-family:inherit;margin-right:12px;transition:background .15s ease}.file-input::file-selector-button:hover{background:#d1d5db}.toolbar{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.toolbar button,.toolbar select,.toolbar input[type=color]{height:32px;border:1px solid transparent;border-radius:6px;background:transparent;color:#374151;padding:0 8px;font-size:13px;font-weight:400;box-sizing:border-box;transition:all .1s ease}.toolbar select{border-color:#e5e7eb}.toolbar input[type=color]{border-color:#e5e7eb;padding:2px;border-radius:4px}.toolbar button{cursor:pointer;min-width:32px;display:inline-flex;align-items:center;justify-content:center}.toolbar button:hover{background:#f3f4f6;color:#111827}.toolbar button[data-active=true]{background:#e0e7ff;color:#1d4ed8;font-weight:500}.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}.toolbar .status{margin-left:auto;display:inline-flex;align-items:center;gap:8px;font-size:12px;color:#4b5563;flex-wrap:wrap;justify-content:flex-end;text-align:right}.toolbar .status__primary{font-weight:600;color:#111827}.toolbar .status[data-state=dirty] .status__primary{color:#b45309}.toolbar .status[data-state=saved] .status__primary{color:#166534}.toolbar .status[data-state=loading] .status__primary{color:#1d4ed8}.toolbar .status__secondary{color:#6b7280}.toolbar .status__badge{border:none;border-radius:999px;padding:2px 8px;background:#f3f4f6;color:#374151;font-weight:500}.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:#fff;border-bottom:1px solid #e5e7eb}.editor-ruler__surface{transform-origin:top center;margin:0 auto}.editor-ruler__track{position:relative;height:24px;background:#e4e7eb;border-top:1px solid #d1d5db;border-bottom:1px solid #d1d5db;-webkit-user-select:none;user-select:none;overflow:visible;box-shadow:inset 0 1px 2px #00000008}.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:#a3a3a3}.editor-ruler__tick--major{height:9px;background:#737373}.editor-ruler__tick--medium{height:5px;background:#9ca3af}.editor-ruler__tick--minor{height:3px;background:#d1d5db}.editor-ruler__label{position:absolute;bottom:9px;left:50%;transform:translate(-50%);font-size:10.5px;letter-spacing:-.2px;font-weight:500;line-height:1;color:#616161;font-family:Segoe UI,Arial,system-ui,sans-serif;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 #52525b}.editor-ruler__marker--first-line.editor-ruler__marker--hover .editor-ruler__marker-cap{border-top-color:#2563eb}.editor-ruler__marker--first-line.editor-ruler__marker--active .editor-ruler__marker-cap{border-top-color:#1d4ed8;filter:drop-shadow(0 2px 4px rgba(37,99,235,.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 #52525b}.editor-ruler__marker--left .editor-ruler__marker-cap:after{content:"";width:10px;height:5px;background:#52525b;margin-top:1px}.editor-ruler__marker--left.editor-ruler__marker--hover .editor-ruler__marker-cap:before{border-bottom-color:#2563eb}.editor-ruler__marker--left.editor-ruler__marker--hover .editor-ruler__marker-cap:after{background:#2563eb}.editor-ruler__marker--left.editor-ruler__marker--active .editor-ruler__marker-cap:before{border-bottom-color:#1d4ed8}.editor-ruler__marker--left.editor-ruler__marker--active .editor-ruler__marker-cap:after{background:#1d4ed8}.editor-ruler__marker--left.editor-ruler__marker--active .editor-ruler__marker-cap{filter:drop-shadow(0 2px 4px rgba(37,99,235,.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 #52525b}.editor-ruler__marker--right.editor-ruler__marker--hover .editor-ruler__marker-cap{border-bottom-color:#2563eb}.editor-ruler__marker--right.editor-ruler__marker--active .editor-ruler__marker-cap{border-bottom-color:#1d4ed8;filter:drop-shadow(0 2px 4px rgba(37,99,235,.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}.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 4px 8px #0000001a;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:0;margin:0;list-style-position:inside;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:"⯈ "}.editor-list-ol{padding:0;margin:0;list-style-position:inside}.editor-listitem{margin:0;line-height:1.2}.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{vertical-align:sub;font-size:.8em}.editor-text-superscript{vertical-align:super;font-size:.8em}.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}.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{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}}
