.docx-viewer{--bg:#f3f4f6;--surface:#fff;--border:#e5e7eb;--text:#1f2329;--text-dim:#6b7280;--accent:#2563eb;--accent-soft:#eff4ff;--error-bg:#fef2f2;--error-border:#fecaca;--error-text:#b91c1c;--font:system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans SC", "Microsoft YaHei", sans-serif;position:relative}.docx-viewer,.docx-viewer *{box-sizing:border-box;margin:0;padding:0}.docx-viewer{background:var(--bg);height:100%;min-height:240px;font-family:var(--font);color:var(--text);flex-direction:column;font-size:14px;display:flex;overflow:hidden}.docx-viewer .toolbar{z-index:10;background:var(--surface);border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none;flex:none;align-items:center;padding:6px 12px;display:flex;position:relative}.docx-viewer .toolbar[hidden]{display:none}.docx-viewer .toolbar-divider{background:var(--border);width:1px;height:18px;margin-left:8px;margin-right:8px}.docx-viewer .toolbar-left,.docx-viewer .toolbar-right{flex:1 1 0;align-items:center;display:flex}.docx-viewer .toolbar-right{justify-content:flex-end}.docx-viewer .toolbar-center{align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.docx-viewer .tbtn{font:inherit;min-width:30px;height:30px;color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0 7px;display:inline-flex}.docx-viewer .tbtn svg{display:block}.docx-viewer .tbtn:hover:not(:disabled){background:var(--bg);color:var(--text)}.docx-viewer .tbtn:disabled{opacity:.35;cursor:default}.docx-viewer .tbtn.active{background:var(--accent-soft);color:var(--accent)}.docx-viewer .pager{align-items:center;display:flex}.docx-viewer .pager[hidden]{display:none}.docx-viewer .page-info{align-items:center;display:flex}.docx-viewer .page-input{font:inherit;text-align:center;width:48px;height:28px;color:var(--text);background:var(--surface);border:1px solid var(--border);appearance:textfield;-webkit-user-select:text;user-select:text;border-radius:4px;font-size:13px}.docx-viewer .page-input::-webkit-outer-spin-button{appearance:none}.docx-viewer .page-input::-webkit-inner-spin-button{appearance:none}.docx-viewer .page-input:focus{border-color:var(--accent);outline:none}.docx-viewer .page-total{color:var(--text-dim);font-variant-numeric:tabular-nums;margin-left:6px;font-size:13px}.docx-viewer .zoom-group{border:1px solid var(--border);background:var(--surface);border-radius:6px;align-items:center;display:flex}.docx-viewer .zoom-group>.tbtn{border-radius:0}.docx-viewer .zoom-group>.tbtn:first-child{border-radius:6px 0 0 6px}.docx-viewer .zoom-group>.tbtn:last-child{border-radius:0 6px 6px 0}.docx-viewer .scale-select{position:relative}.docx-viewer .scale-display{border-left:1px solid var(--border);border-right:1px solid var(--border);min-width:78px;color:var(--text);border-radius:0;font-size:13px}.docx-viewer .scale-display svg{margin-left:4px}.docx-viewer .dropdown{background:var(--surface);border:1px solid var(--border);z-index:30;border-radius:6px;min-width:108px;margin-top:6px;padding:4px;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 6px 24px #1018281f}.docx-viewer .dropdown[hidden]{display:none}.docx-viewer .dropdown button{width:100%;font:inherit;text-align:left;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:6px 10px;font-size:13px;display:block}.docx-viewer .dropdown button:hover{background:var(--bg)}.docx-viewer .dropdown button.selected{color:var(--accent);font-weight:600}.docx-viewer .error-banner{background:var(--error-bg);border-bottom:1px solid var(--error-border);color:var(--error-text);flex:none;padding:10px 14px;font-size:13px;line-height:1.6}.docx-viewer .error-banner[hidden]{display:none}.docx-viewer .error-banner strong{margin-right:10px}.docx-viewer .error-banner span{overflow-wrap:anywhere}.docx-viewer .body{flex:auto;min-height:0;display:flex}.docx-viewer .stage{scrollbar-width:thin;flex:auto;min-width:0;padding:24px;position:relative;overflow:auto}.docx-viewer .document{margin:0 auto;position:relative}.docx-viewer .document .docx-wrapper{background:0 0;min-width:0;padding:0}.docx-viewer .document .docx-wrapper>section.docx{box-shadow:0 1px 3px #1018281a,0 0 1px #10182829}.docx-viewer .page-corner{z-index:2;pointer-events:none;border:0 solid #b9bec7;position:absolute}.docx-viewer .page-corner.tl{border-bottom-width:1.5px;border-right-width:1.5px}.docx-viewer .page-corner.tr{border-bottom-width:1.5px;border-left-width:1.5px}.docx-viewer .page-corner.bl{border-top-width:1.5px;border-right-width:1.5px}.docx-viewer .page-corner.br{border-top-width:1.5px;border-left-width:1.5px}.docx-viewer .thumbs{scrollbar-width:thin;background:var(--bg);border-right:1px solid var(--border);-webkit-user-select:none;user-select:none;flex:none;width:148px;padding:16px 0;overflow:hidden auto}.docx-viewer .thumbs[hidden]{display:none}.docx-viewer .thumb{cursor:pointer;width:104px;margin:0 auto 14px}.docx-viewer .thumb-page{background:var(--surface);border:1px solid var(--border);border-radius:2px;width:96px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 1px 2px #10182814}.docx-viewer .thumb:hover .thumb-page{border-color:#c7cdd6}.docx-viewer .thumb.current .thumb-page{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.docx-viewer .thumb-page .docx{pointer-events:none}.docx-viewer .thumbs .docx p:before{content:none!important}.docx-viewer .thumb-label{text-align:center;color:var(--text-dim);font-variant-numeric:tabular-nums;margin-top:5px;font-size:12px}.docx-viewer .thumb.current .thumb-label{color:var(--accent);font-weight:600}@media (max-width:600px){.docx-viewer .thumbs{display:none}}.docx-viewer .loading{color:var(--text-dim);z-index:5;background:#f3f4f6b8;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.docx-viewer .loading[hidden]{display:none}.docx-viewer .spinner{border:3px solid #2563eb2e;border-top-color:var(--accent);border-radius:50%;width:30px;height:30px;margin-bottom:14px;animation:.9s linear infinite viewer-spin}@keyframes viewer-spin{to{transform:rotate(360deg)}}.docx-viewer .docx span[style*=--docx-font-ea][style*=方正仿宋_GBK]{font-weight:500!important}.docx-viewer .password-modal{z-index:20;background:#11182773;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.docx-viewer .password-modal[hidden]{display:none}.docx-viewer .password-card{background:var(--surface);border-radius:12px;width:100%;max-width:360px;padding:22px 22px 18px;box-shadow:0 12px 32px #1018283d}.docx-viewer .password-title{color:var(--text);margin:0 0 6px;font-size:15px;font-weight:600}.docx-viewer .password-hint{color:var(--text-dim);word-break:break-all;margin:0 0 14px;font-size:13px;line-height:1.6}.docx-viewer .password-input{width:100%;height:34px;font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:0 10px;font-size:13px}.docx-viewer .password-input:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft);outline:none}.docx-viewer .password-error{color:var(--error-text);margin:8px 0 0;font-size:12px}.docx-viewer .password-error[hidden]{display:none}.docx-viewer .password-actions{justify-content:flex-end;margin-top:16px;display:flex}.docx-viewer .password-btn{height:32px;font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:6px;margin-left:8px;padding:0 14px;font-size:13px}.docx-viewer .password-btn:hover{border-color:#c7cdd6}.docx-viewer .password-btn.primary{color:#fff;background:var(--accent);border-color:var(--accent)}.docx-viewer .password-btn.primary:hover{background:#1d4ed8}.docx-viewer .password-btn[disabled]{opacity:.6;cursor:default}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after{--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}::backdrop{--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-blue-600:#155dfc;--color-blue-700:#1447e6;--color-gray-50:#f9fafb;--color-gray-300:#d1d5dc;--color-gray-400:#99a1af;--color-gray-800:#1e2939;--color-white:#fff;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--font-weight-medium:500;--font-weight-semibold:600;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}@supports (color:lab(0% 0 0)){:root,:host{--color-blue-600:lab(44.0605% 29.0279 -86.0352);--color-blue-700:lab(36.9089% 35.0961 -85.6872);--color-gray-50:lab(98.2596% -.247031 -.706708);--color-gray-300:lab(85.1236% -.612259 -3.7138);--color-gray-400:lab(65.9269% -.832707 -8.17473);--color-gray-800:lab(16.1051% -1.18239 -11.7533)}}}@layer base{*,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.flex{display:flex}.hidden{display:none}.h-\[600px\]{height:600px}.h-full{height:100%}.h-screen{height:100vh}.min-h-0{min-height:0}.w-full{width:100%}.flex-1{flex:1}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:calc(var(--spacing) * 2)}.overflow-hidden{overflow:hidden}.rounded-lg{border-radius:var(--radius-lg)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-white{background-color:var(--color-white)}.p-4{padding:calc(var(--spacing) * 4)}.px-4{padding-inline:calc(var(--spacing) * 4)}.py-2{padding-block:calc(var(--spacing) * 2)}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-800{color:var(--color-gray-800)}.text-white{color:var(--color-white)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media (hover:hover){.hover\:bg-blue-700:hover{background-color:var(--color-blue-700)}}}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
