.docx-viewer-container{display:flex;flex-direction:column;gap:1.5rem}.viewer-toolbar{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--bg-secondary, #f8f9fa);border-radius:8px;flex-wrap:wrap}.file-info{flex:1;display:flex;align-items:center;gap:.5rem;font-weight:500;min-width:200px}.file-name{color:var(--text-primary, #212529);max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-box{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--border-color, #dee2e6);border-radius:20px;padding:.25rem .75rem}.search-box input{border:none;outline:none;font-size:.875rem;width:150px}.search-count{font-size:.75rem;color:var(--text-secondary, #6c757d)}.toolbar-actions{display:flex;gap:.5rem}.document-container{background:var(--bg-secondary, #f8f9fa);border:1px solid var(--border-color, #dee2e6);border-radius:8px;min-height:500px;max-height:75vh;overflow-y:auto;padding:2rem}.document-content{background:#fff;padding:3rem;border-radius:4px;box-shadow:0 1px 3px #0000001a;max-width:800px;margin:0 auto;line-height:1.7;font-size:1rem}.document-content h1{font-size:1.75rem;margin-top:0;margin-bottom:1rem;color:var(--text-primary, #212529)}.document-content h2{font-size:1.5rem;margin-top:1.5rem;margin-bottom:.75rem}.document-content h3{font-size:1.25rem;margin-top:1.25rem;margin-bottom:.5rem}.document-content p{margin-bottom:1rem}.document-content ul,.document-content ol{margin-bottom:1rem;padding-left:2rem}.document-content li{margin-bottom:.25rem}.document-content table{width:100%;border-collapse:collapse;margin:1rem 0}.document-content th,.document-content td{border:1px solid var(--border-color, #dee2e6);padding:.5rem .75rem;text-align:left}.document-content th{background:var(--bg-secondary, #f8f9fa);font-weight:600}.document-content img{max-width:100%;height:auto;margin:1rem 0}.document-content a{color:var(--primary-color, #007bff);text-decoration:underline}.document-content mark{background:#fff59d;padding:.1em .2em;border-radius:2px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem;color:var(--text-secondary, #6c757d)}.spinner{width:40px;height:40px;border:3px solid var(--border-color, #dee2e6);border-top-color:var(--primary-color, #007bff);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{padding:1rem;background:var(--color-error-subtle);border:1px solid var(--color-error);border-radius:8px;color:var(--color-error);display:flex;flex-direction:column;gap:.75rem}.privacy-note{text-align:center;padding:1rem;color:var(--text-secondary, #6c757d);font-size:.875rem}@media(max-width:600px){.viewer-toolbar{flex-direction:column;align-items:stretch}.file-info{justify-content:center}.search-box{width:100%}.search-box input{flex:1;width:auto}.toolbar-actions{justify-content:center}.document-container{padding:1rem}.document-content{padding:1.5rem}}
