*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:18px}html,body,#root{height:100%}body{font-family:-apple-system,system-ui,Segoe UI,sans-serif;font-size:16px;background:#f8f9fb;color:#1e293b;line-height:1.6;-webkit-font-smoothing:antialiased}.projects-view{min-height:100vh;display:flex;justify-content:center;padding:3rem 2rem}.projects-container{max-width:900px;width:100%}.projects-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.projects-header h1{font-size:1.5rem;font-weight:700;color:#0f172a}.new-project-btn{display:flex;align-items:center;gap:.375rem;padding:.625rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}.new-project-btn:hover{background:#2563eb}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.project-card{position:relative;background:#fff;border:1px solid #E2E8F0;border-radius:10px;padding:1.25rem;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .15s}.project-card:hover{border-color:#93c5fd;box-shadow:0 4px 16px #3b82f61a;transform:translateY(-1px)}.project-card-name{font-size:1rem;font-weight:600;margin-bottom:.5rem;padding-right:2rem;color:#0f172a}.project-card-meta{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#64748b}.project-card-filename{margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-card-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.project-card-badge{display:inline-block;font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:4px;background:#eff6ff;color:#2563eb;letter-spacing:.02em}.project-card-date{margin-top:auto}.project-delete-btn{position:absolute;top:.75rem;right:.75rem;background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:.25rem;border-radius:4px;transition:color .2s,background .2s;display:flex;align-items:center;justify-content:center}.project-delete-btn:hover{color:#ef4444;background:#ef444414}.project-delete-btn.confirm{color:#ef4444;background:#ef44441f}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;color:#94a3b8;text-align:center;font-size:.9375rem}@media(max-width:640px){.projects-grid{grid-template-columns:1fr}}.upload-view{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.upload-card{max-width:700px;width:100%;background:#fff;border-radius:12px;padding:2.5rem;border:1px solid #E2E8F0;box-shadow:0 1px 3px #0000000f}.upload-card h1{font-size:1.5rem;font-weight:700;margin-bottom:.25rem;color:#0f172a}.upload-card .subtitle{color:#64748b;font-size:.875rem;margin-bottom:2rem}.drop-zone{border:2px dashed #CBD5E1;border-radius:8px;padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s;margin-bottom:1.5rem}.drop-zone:hover,.drop-zone.drag-over{border-color:#3b82f6;background:#eff6ff}.drop-zone .icon{margin-bottom:.75rem;color:#94a3b8}.drop-zone p{color:#64748b;font-size:.875rem}.drop-zone .formats{color:#94a3b8;font-size:.75rem;margin-top:.25rem}.file-info{background:#f1f5f9;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;border:1px solid #E2E8F0}.file-info .file-name{font-weight:600;font-size:.875rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;color:#0f172a}.file-info .file-meta{display:flex;gap:1rem;font-size:.75rem;color:#64748b;margin-bottom:.75rem}.file-info .preview{font-size:.8125rem;color:#475569;line-height:1.6;max-height:120px;overflow-y:auto;white-space:pre-wrap}.paste-area{margin-bottom:1.5rem}.paste-area label{display:block;font-size:.8125rem;color:#64748b;margin-bottom:.5rem}.paste-area textarea{width:100%;min-height:140px;background:#fff;border:1px solid #CBD5E1;border-radius:8px;padding:.75rem 1rem;color:#1e293b;font-size:.875rem;font-family:inherit;resize:vertical;outline:none;transition:border-color .2s}.paste-area textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.paste-area textarea::placeholder{color:#94a3b8}.generation-mode{margin-bottom:1rem}.mode-tabs{display:flex;gap:0;margin-bottom:.75rem;border-radius:8px;overflow:hidden;border:1px solid #CBD5E1}.mode-tab{flex:1;padding:.625rem;background:#f8fafc;color:#64748b;border:none;cursor:pointer;font-size:.8125rem;font-weight:500;transition:all .2s}.mode-tab.active{background:#3b82f6;color:#fff}.mode-tab:hover:not(.active){background:#f1f5f9}.section-picker{background:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;padding:.75rem}.picker-controls{display:flex;gap:1rem;margin-bottom:.5rem}.picker-link{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:.75rem;padding:0}.picker-link:hover{text-decoration:underline}.section-checkboxes{display:flex;flex-direction:column;gap:.25rem}.section-checkbox{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;border-radius:6px;cursor:pointer;color:#64748b;font-size:.8125rem;transition:background .15s}.section-checkbox:hover{background:#eff6ff}.section-checkbox.checked{color:#1e293b}.section-checkbox .sec-num{font-weight:600;min-width:24px;color:#94a3b8}.section-checkbox.checked .sec-num{color:#3b82f6}.generate-btn{width:100%;padding:.875rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.generate-btn:hover:not(:disabled){background:#2563eb}.generate-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.editor-layout{display:flex;height:100vh;overflow:hidden}.section-nav{width:260px;min-width:260px;background:#fff;border-right:1px solid #E2E8F0;overflow-y:auto;padding:1rem 0;display:flex;flex-direction:column}.section-nav .nav-header{padding:.5rem 1.25rem .25rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.nav-progress{padding:0 1.25rem .75rem;font-size:.6875rem;color:#94a3b8;border-bottom:1px solid #E2E8F0;margin-bottom:.5rem}.nav-item{display:flex;align-items:flex-start;gap:.625rem;padding:.625rem 1.25rem;cursor:pointer;border-left:3px solid transparent;transition:background .15s,border-color .15s;font-size:.8125rem;color:#475569}.nav-item:hover{background:#f8fafc}.nav-item.active{border-left-color:#3b82f6;background:#eff6ff;color:#0f172a}.nav-item .section-num{font-weight:700;color:#94a3b8;min-width:1.25rem;flex-shrink:0}.nav-item.active .section-num{color:#3b82f6}.nav-item .section-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-status{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;flex-shrink:0}.nav-status.done{color:#10b981;background:#ecfdf5}.nav-status.empty{color:#cbd5e1;background:#f1f5f9}.section-panel-wrapper{flex:1;overflow-y:auto;padding:2rem 2.5rem 5rem;position:relative;background:#f1f5f9}.doc-container{display:flex;justify-content:center}.doc-page-frame{background:#fff;color:#1a1a1a;width:100%;max-width:816px;min-height:600px;padding:60px 72px;border-radius:4px;box-shadow:0 1px 8px #00000014,0 0 0 1px #0000000a;font-family:Times New Roman,Georgia,Cambria,serif;font-size:12pt;line-height:1.8}.doc-section-heading{font-family:Times New Roman,Georgia,serif;font-size:16pt;font-weight:700;color:#000;margin:0 0 18pt;padding-bottom:6pt;border-bottom:1.5px solid #333}.doc-block{position:relative}.doc-block-toolbar{display:flex;gap:.375rem;justify-content:flex-end;margin-bottom:6pt;opacity:0;transition:opacity .15s}.doc-block:hover .doc-block-toolbar,.doc-block-toolbar:has(.save){opacity:1}.doc-toolbar-btn{display:flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:4px;font-size:.6875rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:all .15s;font-family:-apple-system,system-ui,sans-serif}.doc-toolbar-btn.edit{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.doc-toolbar-btn.edit:hover,.doc-toolbar-btn.save{background:#eff6ff;border-color:#93c5fd;color:#2563eb}.doc-toolbar-btn.save:hover{background:#dbeafe}.doc-toolbar-btn.cancel{background:transparent;color:#94a3b8}.doc-toolbar-btn.cancel:hover{color:#64748b;background:#f1f5f9}.doc-edit-textarea{width:100%;min-height:300px;padding:12pt;font-family:SF Mono,Fira Code,Cascadia Code,Consolas,monospace;font-size:10.5pt;line-height:1.7;color:#1e293b;background:#fafbfd;border:1px solid #CBD5E1;border-radius:4px;resize:vertical;outline:none;transition:border-color .2s}.doc-edit-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f614}.doc-empty-state{text-align:center;padding:3rem 2rem}.doc-empty-state p{color:#94a3b8;font-family:-apple-system,system-ui,sans-serif;font-size:.9375rem;margin-bottom:1.25rem}.doc-generate-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-family:-apple-system,system-ui,sans-serif;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .2s}.doc-generate-btn:hover{background:#2563eb}.doc-page{min-height:40px}.doc-page p{margin:0 0 8pt;text-align:justify}.doc-page h3{font-size:14pt;font-weight:700;color:#000;margin:16pt 0 8pt}.doc-page h4{font-size:12pt;font-weight:700;color:#000;margin:12pt 0 6pt}.doc-page strong{font-weight:700}.doc-page ul,.doc-page ol{margin:6pt 0 6pt 24pt;padding:0}.doc-page li{margin-bottom:4pt}.doc-page ul li{list-style-type:disc}.doc-page ol li{list-style-type:decimal}.doc-subsection{margin-top:20pt}.doc-subsection-heading{font-family:Times New Roman,Georgia,serif;font-size:13pt;font-weight:700;color:#000;margin:0 0 10pt}.doc-table-wrapper{margin:12pt 0}.doc-table-title{font-weight:700;font-size:11pt;margin-bottom:6pt}.doc-table{width:100%;border-collapse:collapse;font-size:10pt;margin-bottom:8pt}.doc-table th,.doc-table td{padding:5pt 8pt;border:1px solid #CBD5E1;text-align:left;vertical-align:top}.doc-table th{background:#f1f5f9;font-weight:700}.doc-table td{background:#fff}.regen-bar{display:flex;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #E2E8F0}.regen-bar input{flex:1;background:#fff;border:1px solid #CBD5E1;border-radius:6px;padding:.5rem .75rem;color:#1e293b;font-size:.8125rem;outline:none}.regen-bar input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.regen-bar input::placeholder{color:#94a3b8}.regen-btn{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:.375rem;transition:background .2s}.regen-btn:hover:not(:disabled){background:#2563eb}.regen-btn:disabled{opacity:.5;cursor:not-allowed}.regen-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#f1f5f9d9;display:flex;align-items:center;justify-content:center;border-radius:8px;z-index:10}.regen-overlay .spinner-lg{width:32px;height:32px;border:3px solid rgba(59,130,246,.2);border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}.chat-panel{width:320px;min-width:320px;background:#fff;border-left:1px solid #E2E8F0;display:flex;flex-direction:column;height:100vh}.chat-panel-header{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;border-bottom:1px solid #E2E8F0;font-size:.875rem;font-weight:600;color:#0f172a}.chat-section-context{padding:.625rem 1.25rem;font-size:.75rem;color:#64748b;background:#f8fafc;border-bottom:1px solid #E2E8F0}.chat-section-context strong{color:#334155}.chat-messages{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.chat-empty{text-align:center;padding:1.5rem 0}.chat-empty p{color:#94a3b8;font-size:.8125rem;margin-bottom:1rem}.chat-suggestions{display:flex;flex-direction:column;gap:.375rem}.chat-suggestions button{background:#f8fafc;border:1px solid #E2E8F0;border-radius:8px;padding:.5rem .75rem;font-size:.75rem;color:#475569;cursor:pointer;text-align:left;transition:background .15s,border-color .15s}.chat-suggestions button:hover{background:#eff6ff;border-color:#93c5fd;color:#1e40af}.chat-message{max-width:90%}.chat-user{align-self:flex-end}.chat-assistant{align-self:flex-start}.chat-message-content{padding:.5rem .75rem;border-radius:12px;font-size:.8125rem;line-height:1.5}.chat-user .chat-message-content{background:#3b82f6;color:#fff;border-bottom-right-radius:4px}.chat-assistant .chat-message-content{background:#f1f5f9;color:#334155;border-bottom-left-radius:4px}.chat-message-time{font-size:.625rem;color:#94a3b8;margin-top:.25rem;padding:0 .25rem}.chat-user .chat-message-time{text-align:right}.chat-pending{display:flex;align-items:center;gap:.375rem;color:#64748b}@keyframes chat-spin{to{transform:rotate(360deg)}}.chat-spin{animation:chat-spin 1s linear infinite}.chat-input-bar{padding:.75rem 1.25rem;border-top:1px solid #E2E8F0;display:flex;gap:.5rem;align-items:flex-end;background:#fff;margin-bottom:56px}.chat-input-bar textarea{flex:1;background:#f8fafc;border:1px solid #CBD5E1;border-radius:8px;padding:.5rem .75rem;color:#1e293b;font-size:.8125rem;font-family:inherit;resize:none;outline:none;line-height:1.4}.chat-input-bar textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.chat-input-bar textarea::placeholder{color:#94a3b8}.chat-send-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s;flex-shrink:0}.chat-send-btn:hover:not(:disabled){background:#2563eb}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.export-bar{position:fixed;bottom:0;left:260px;right:320px;height:56px;background:#fff;border-top:1px solid #E2E8F0;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;z-index:20}.export-bar .stats{font-size:.8125rem;color:#64748b}.export-bar .stats span{margin-right:.25rem}.export-bar .actions{display:flex;align-items:center;gap:.75rem}.back-btn{padding:.5rem 1rem;background:transparent;border:1px solid #CBD5E1;color:#64748b;border-radius:6px;font-size:.8125rem;cursor:pointer;transition:background .2s,color .2s}.back-btn:hover{background:#f1f5f9;color:#1e293b}.download-btn{padding:.5rem 1.25rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.375rem;transition:background .2s}.download-btn:hover{background:#059669}@media(max-width:900px){.section-nav{width:56px;min-width:56px}.section-nav .nav-header,.nav-item .section-title,.nav-item .word-badge{display:none}.nav-item{justify-content:center;padding:.75rem 0}.nav-item .section-num{min-width:auto;font-size:.75rem}.export-bar{left:56px}.section-panel-wrapper{padding:1.5rem 1.5rem 5rem}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
