.document-template-view .document-template-topbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;margin-bottom:20px;background:#fff;border:1px solid #e4e6ef;border-radius:10px;box-shadow:0 1px 2px rgba(15,23,42,.04)}.document-template-view .document-template-topbar-left{display:flex;align-items:center;gap:14px;min-width:0}.document-template-view .document-template-topbar-title{font-size:18px;font-weight:700;color:#181c32;margin:0;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.document-template-view .document-template-topbar-subtitle{font-size:12px;color:#7e8299;font-weight:500;margin-top:2px}.document-template-view .document-template-topbar-right{display:flex;gap:8px;align-items:center}.document-template-view .document-editor-shell,.document-template-view .document-preview-shell{border:1px solid #e4e6ef;border-radius:10px;background:#fff;min-height:640px;display:flex;flex-direction:column;overflow:hidden}.document-template-view .document-editor-actionbar,.document-template-view .document-preview-actionbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid #e4e6ef;background:#fff;flex-wrap:wrap}.document-template-view .document-editor-actionbar-title,.document-template-view .document-preview-actionbar-title{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#181c32;font-size:13px}.document-template-view .document-editor-actionbar-title i,.document-template-view .document-preview-actionbar-title i{color:#7e8299}.document-template-view .document-preview-status{display:inline-flex;align-items:center;gap:6px;margin-left:10px;font-size:11px;font-weight:500;color:#7e8299}.document-template-view .document-preview-status .spinner-border{width:12px;height:12px;border-width:2px}.document-template-view .document-editor-actionbar-right,.document-template-view .document-preview-actionbar-right{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.document-template-view .document-page-settings{border-bottom:1px solid #e4e6ef;background:#f9fbff;padding:12px}.document-template-view .document-page-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}@media(max-width:1199px){.document-template-view .document-page-settings-grid{grid-template-columns:1fr}}.document-template-view .document-page-settings-group{display:flex;flex-direction:column;background:#fff;border:1px solid #e4e6ef;border-radius:8px;padding:10px 12px}.document-template-view .document-page-settings-title{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:#7e8299;text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px}.document-template-view .document-page-settings-text{margin-bottom:8px}.document-template-view .document-page-settings-row{display:flex;gap:6px;align-items:stretch;flex-wrap:wrap;margin-bottom:10px}.document-template-view .document-page-settings-row>.document-page-settings-color,.document-template-view .document-page-settings-row>.document-page-settings-field,.document-template-view .document-page-settings-row>.document-toggle,.document-template-view .document-page-settings-row>select{min-width:0}.document-template-view .document-page-settings-row>select{flex:1 1 140px}.document-template-view .document-page-settings-field{position:relative;flex:0 0 78px}.document-template-view .document-page-settings-field input{padding-right:22px;text-align:right}.document-template-view .document-page-settings-affix{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:11px;color:#a1a5b7;pointer-events:none}.document-template-view .document-page-settings-color{flex:0 0 44px;height:calc(1.5em + .75rem + 2px);padding:0!important;border:1px solid #d8dbe8;border-radius:6px;overflow:hidden;cursor:pointer}.document-template-view .document-page-settings-color::-webkit-color-swatch-wrapper{padding:0;width:100%;height:100%}.document-template-view .document-page-settings-color::-webkit-color-swatch{border:0;border-radius:0;width:100%;height:100%}.document-template-view .document-page-settings-color::-moz-color-swatch{border:0;border-radius:0;width:100%;height:100%}.document-template-view .document-toggle{display:inline-flex;align-items:center;gap:9px;padding:8px 14px;border:1px solid #e4e6ef;border-radius:6px;background:#fff;font-size:12px;line-height:1.2;color:#3f4254;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:calc(1.5em + .75rem + 2px);flex:0 0 auto}.document-template-view .document-toggle>span{line-height:1.2}.document-template-view .document-toggle:hover{border-color:#b5b5c3}.document-template-view .document-toggle input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:16px;height:16px;margin:0;padding:0;border:1.5px solid #d8dbe8;border-radius:4px;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:12px 12px;cursor:pointer;flex-shrink:0;box-sizing:border-box;transition:background-color .15s ease,border-color .15s ease}.document-template-view .document-toggle input[type=checkbox]:hover{border-color:#009ef7}.document-template-view .document-toggle input[type=checkbox]:checked{background-color:#009ef7;border-color:#009ef7;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.5' d='M3.5 8.5l3 3 6-6.5'/%3E%3C/svg%3E")}.document-template-view .document-toggle input[type=checkbox]:focus-visible{outline:2px solid rgba(0,158,247,.35);outline-offset:1px}.document-template-view .document-toggle-block{display:flex;width:100%;padding:10px 14px;margin-bottom:8px;justify-content:flex-start}.document-template-view .document-page-settings-margins{margin-top:auto;padding-top:10px;border-top:1px dashed #e4e6ef}.document-template-view .document-page-settings-margins-label{display:block;font-size:10px;font-weight:700;color:#a1a5b7;text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px}.document-template-view .document-page-settings-margins-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.document-template-view .document-page-settings-margin-field{display:flex;align-items:center;gap:4px;background:#f5f8fa;border:1px solid #e4e6ef;border-radius:6px;padding:0 4px 0 8px;height:calc(1.5em + .5rem + 2px)}.document-template-view .document-page-settings-margin-field>span{font-size:13px;font-weight:700;color:#7e8299;flex-shrink:0}.document-template-view .document-page-settings-margin-field input{border:0;background:transparent;padding:0 4px;height:100%;width:100%;min-width:0;text-align:right;font-size:12px;box-shadow:none}.document-template-view .document-page-settings-margin-field input:focus{outline:none;box-shadow:none}.document-template-view .document-page-settings-margin-field input:disabled{opacity:.5}.document-template-view .document-editor-toolbar{display:flex;flex-wrap:wrap;gap:4px;padding:10px;border-bottom:1px solid #e4e6ef;background:#f5f8fa}.document-template-view .document-editor-toolbar button{width:34px;height:34px;border:0;border-radius:6px;background:#fff;color:#3f4254;font-weight:700}.document-template-view .document-toolbar-select{height:34px;border:1px solid #d8dbe8;border-radius:6px;background:#fff;color:#3f4254;font-size:12px;padding:0 8px}.document-template-view .document-toolbar-select-size{width:72px}.document-template-view .document-editor-divider{width:1px;height:24px;margin:5px 2px;background:#d8dbe8}.document-template-view .document-color-control{width:34px;height:34px;border-radius:6px;background:#fff;color:#3f4254;font-weight:700;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer;overflow:hidden}.document-template-view .document-color-control input{position:absolute;inset:0;opacity:0;cursor:pointer;border:0;width:100%;height:100%}.document-template-view .document-editor{min-height:580px;padding:18px;outline:none;font-size:14px;line-height:1.5}.document-template-view .document-editor:empty:before{content:attr(data-placeholder);color:#a1a5b7}.document-template-view .document-editor table{width:100%;border-collapse:collapse;margin:12px 0}.document-template-view .document-editor td,.document-template-view .document-editor th{border:1px solid #b5b5c3;padding:6px}.document-template-view .document-editor .document-page-break{border-top:2px dashed #9aa4b2;margin:20px 0 12px;position:relative;height:0}.document-template-view .document-editor .document-page-break span{position:absolute;top:-10px;left:50%;transform:translateX(-50%);background:#fff;color:#6b7280;font-size:10px;padding:0 8px}.document-template-view .document-ai-panel{border-bottom:1px solid #e4e6ef;background:#fffbf0;padding:12px}.document-template-view .document-ai-panel-header{font-size:12px;font-weight:700;color:#3f4254;margin-bottom:10px;display:flex;align-items:center;gap:6px}.document-template-view .document-ai-panel-options{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px;padding:10px;background:#fff;border:1px solid #ffe4b5;border-radius:6px}.document-template-view .document-ai-option-check{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.document-template-view .document-ai-option-check input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:16px;height:16px;margin:0;padding:0;border:1.5px solid #d8dbe8;border-radius:4px;background-color:#fff;cursor:pointer;flex-shrink:0;box-sizing:border-box;transition:background-color .15s ease,border-color .15s ease}.document-template-view .document-ai-option-check input[type=checkbox]:hover{border-color:#ffb84d}.document-template-view .document-ai-option-check input[type=checkbox]:checked{background-color:#ffb84d;border-color:#ffb84d}.document-template-view .document-ai-option-check input[type=checkbox]:focus-visible{outline:2px solid rgba(255,184,77,.35);outline-offset:1px}.document-template-view .document-ai-option-checkmark{display:none}.document-template-view .document-ai-option-label{font-size:12px;font-weight:500;color:#3f4254;line-height:1.2}.document-template-view .document-ai-panel-textarea-wrapper{position:relative;margin-bottom:10px;border:1px solid #ffe4b5;border-radius:6px;background:#fff;overflow:hidden;display:flex}.document-template-view .document-ai-panel-textarea{flex:1;padding:10px 12px;border:0;outline:none;font-size:12px;font-family:inherit;line-height:1.4;min-height:80px;resize:none;color:#3f4254}.document-template-view .document-ai-panel-textarea::-moz-placeholder{color:#a1a5b7}.document-template-view .document-ai-panel-textarea::placeholder{color:#a1a5b7}.document-template-view .document-ai-panel-textarea:disabled{background-color:#f5f5f5;color:#a1a5b7;cursor:not-allowed}.document-template-view .document-ai-panel-send-btn{display:flex;align-items:center;justify-content:center;width:44px;height:auto;min-height:80px;padding:0;border:0;border-left:1px solid #ffe4b5;background:linear-gradient(135deg,#ffb84d,#ff9800);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s ease,opacity .2s ease;flex-shrink:0}.document-template-view .document-ai-panel-send-btn:hover:not(:disabled){background:linear-gradient(135deg,#ffaa20,#f57c00)}.document-template-view .document-ai-panel-send-btn:active:not(:disabled){opacity:.9}.document-template-view .document-ai-panel-send-btn:disabled{opacity:.7;cursor:not-allowed}.document-template-view .document-ai-panel-send-btn .spinner-border{width:16px;height:16px;border-width:2px}.document-template-view .document-ai-panel-loading{margin-bottom:8px;padding:8px 10px;background:#fff8f0;border:1px solid #ffe4b5;border-radius:6px}.document-template-view .document-ai-loading-bar{width:100%;height:4px;background:linear-gradient(90deg,transparent,#ffb84d 50%,transparent);background-size:200% 100%;border-radius:2px;margin-bottom:6px;animation:ai-loading-pulse 1.5s ease-in-out infinite}@keyframes ai-loading-pulse{0%{background-position:0 0}to{background-position:200% 0}}.document-template-view .document-ai-loading-text{font-size:11px;color:#ffb84d;font-weight:500;text-align:center;min-height:16px}.document-template-view .document-ai-panel-error{padding:8px 10px;background:#ffebee;border:1px solid #ffcdd2;border-radius:6px;color:#c62828;font-size:11px;font-weight:500}.document-template-view .document-preview{position:relative;overflow:hidden;flex:1;background:#e9ecef}.document-template-view .document-preview-state{min-height:640px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#7e8299;font-weight:600;background:#fff}.document-template-view .document-preview-scroll{min-height:640px;max-height:640px;overflow:hidden;background:#e9ecef;padding:0}.document-template-view .document-preview-pdf-frame{width:100%;height:100%;min-height:640px;border:0;background:#fff}.document-template-view .document-preview-page{width:210mm;min-height:297mm;margin:0 auto;padding:22mm 24mm;transform-origin:top center;background:#fff;box-sizing:border-box;color:#181c32;font-family:Arial,Helvetica,sans-serif;font-size:12px;line-height:1.45;box-shadow:0 0 0 1px #1f1f1f}.document-template-view .document-preview-page h1,.document-template-view .document-preview-page h2,.document-template-view .document-preview-page h3{text-align:center}.document-template-view .document-preview-page table{width:100%;border-collapse:collapse;margin:12px 0}.document-template-view .document-preview-page td,.document-template-view .document-preview-page th{border:1px solid #8f8f8f;padding:6px;text-align:left}.document-template-view .document-preview-page .document-template-missing{background:#fff3cd;color:#7a5200;padding:1px 3px;border-radius:3px}.document-template-view .document-marker-menu{min-width:360px;max-height:420px;overflow:auto}.document-template-view .marker-group-title{padding:10px 14px 4px;color:#7e8299;font-size:12px;font-weight:700;text-transform:uppercase}