.tiptap-editor-wrapper{display:flex;flex-direction:column;height:100vh;background:#fff}.dark .tiptap-editor-wrapper{background:#18181b}.save-status-bar{padding:8px 16px;background:#f9fafb;border-top:1px solid #e5e7eb;font-size:12px;text-align:right;color:#6b7280}.dark .save-status-bar{background:#27272a;border-top-color:#3f3f46;color:#9ca3af}.save-status-bar .saving{color:#f59e0b;font-weight:500}.save-status-bar .saved{color:#10b981;font-weight:500}.save-toast{position:fixed;bottom:80px;right:24px;background:#10b981;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;align-items:center;gap:8px;font-weight:500;font-size:14px;z-index:9999;animation:slideInUp .3s ease-out,fadeOut .3s ease-in 2.7s;animation-fill-mode:both}@keyframes slideInUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.menubar{display:flex;gap:4px;padding:8px 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;align-items:center}.dark .menubar{background:#27272a;border-bottom-color:#3f3f46}.menubar-divider{width:1px;height:24px;background:#e5e7eb;margin:0 8px}.dark .menubar-divider{background:#3f3f46}.menubar button{padding:6px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;color:#374151;transition:all .15s}.dark .menubar button{background:#18181b;border-color:#3f3f46;color:#e5e7eb}.menubar button:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.dark .menubar button:hover:not(:disabled){background:#27272a;border-color:#52525b}.menubar button:disabled{opacity:.5;cursor:not-allowed}.menubar button.is-active{background:#3b82f6;border-color:#3b82f6;color:#fff}.dark .menubar button.is-active{background:#2563eb;border-color:#2563eb}.tiptap-editor-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:32px;height:0}.tiptap-editor-content .ProseMirror{outline:none;min-height:100%}.ProseMirror h1{font-size:2.25rem;font-weight:700;line-height:2.5rem;margin-top:0;margin-bottom:1rem;color:#111827}.dark .ProseMirror h1{color:#f9fafb}.ProseMirror h2{font-size:1.875rem;font-weight:700;line-height:2.25rem;margin-top:2rem;margin-bottom:1rem;color:#111827}.dark .ProseMirror h2{color:#f9fafb}.ProseMirror h3{font-size:1.5rem;font-weight:600;line-height:2rem;margin-top:1.5rem;margin-bottom:.75rem;color:#111827}.dark .ProseMirror h3{color:#f9fafb}.ProseMirror p{margin-top:.75rem;margin-bottom:.75rem;line-height:1.75rem;color:#374151}.dark .ProseMirror p{color:#e5e7eb}.ProseMirror strong{font-weight:600;color:#111827}.dark .ProseMirror strong{color:#f9fafb}.ProseMirror em{font-style:italic}.ProseMirror ul,.ProseMirror ol{padding-left:1.5rem;margin-top:.75rem;margin-bottom:.75rem}.ProseMirror ul{list-style-type:disc}.ProseMirror ol{list-style-type:decimal}.ProseMirror li{margin-top:.25rem;margin-bottom:.25rem;line-height:1.75rem}.ProseMirror blockquote{border-left:4px solid #e5e7eb;padding-left:1rem;font-style:italic;margin-top:1rem;margin-bottom:1rem;color:#6b7280}.dark .ProseMirror blockquote{border-left-color:#374151;color:#9ca3af}.ProseMirror code{background-color:#f3f4f6;padding:.125rem .375rem;border-radius:.25rem;font-size:.875em;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Monaco,Consolas,monospace}.dark .ProseMirror code{background-color:#374151;color:#f9fafb}.ProseMirror pre{background-color:#1f2937;color:#f9fafb;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-top:1rem;margin-bottom:1rem}.ProseMirror pre code{background-color:transparent;padding:0;color:inherit}.ProseMirror hr{border:none;border-top:2px solid #e5e7eb;margin:2rem 0}.dark .ProseMirror hr{border-top-color:#374151}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#9ca3af;pointer-events:none;height:0}.ProseMirror s{text-decoration:line-through}.ProseMirror mark{background-color:#fef08a;padding:.125rem 0}.dark .ProseMirror mark{background-color:#854d0e}.property-data-section{margin:1.5rem 0;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 1px 3px #0000000d;-webkit-user-select:none;user-select:none;pointer-events:none}.dark .property-data-section{border-color:#3f3f46;background:linear-gradient(180deg,#27272a,#18181b)}.property-data-section .section-header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(135deg,#0f4c81,#1e3a5f);color:#fff}.property-data-section .section-icon{width:40px;height:40px;background:#ffffff26;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.property-data-section .section-icon svg{width:22px;height:22px;stroke:#fff}.property-data-section .section-title-wrapper{flex:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.property-data-section .section-title{font-size:1.125rem;font-weight:600;margin:0;color:#fff}.property-data-section .readonly-badge{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;background:#fff3;padding:4px 10px;border-radius:20px;color:#ffffffe6}.property-data-section .lock-icon{width:12px;height:12px}.property-data-section .section-content{padding:20px}.property-data-section .data-table{width:100%;border-collapse:collapse;font-size:.875rem}.property-data-section .data-table tr{border-bottom:1px solid #f1f5f9}.dark .property-data-section .data-table tr{border-bottom-color:#3f3f46}.property-data-section .data-table tr:last-child{border-bottom:none}.property-data-section .data-table td{padding:10px 12px;vertical-align:top}.property-data-section .data-table td.label{color:#64748b;font-weight:500;width:40%}.dark .property-data-section .data-table td.label{color:#9ca3af}.property-data-section .data-table td.value{color:#1e293b;font-weight:500}.dark .property-data-section .data-table td.value{color:#f1f5f9}.property-data-section .data-table .subsection-header td{background:#f8fafc;color:#475569;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;padding:8px 12px}.dark .property-data-section .data-table .subsection-header td{background:#27272a;color:#a1a1aa}.property-data-section .na-value{color:#9ca3af;font-style:italic}.property-data-section .no-data{color:#9ca3af;font-style:italic;text-align:center;padding:20px}.property-data-section .value-highlight{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #6ee7b7;border-radius:10px;padding:20px;margin-bottom:20px;text-align:center}.dark .property-data-section .value-highlight{background:linear-gradient(135deg,#064e3b,#065f46);border-color:#059669}.property-data-section .value-highlight-label{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#047857;margin-bottom:8px}.dark .property-data-section .value-highlight-label{color:#6ee7b7}.property-data-section .value-highlight-label .icon{width:18px;height:18px}.property-data-section .value-highlight-amount{font-size:2rem;font-weight:700;color:#065f46;margin-bottom:8px}.dark .property-data-section .value-highlight-amount{color:#ecfdf5}.property-data-section .metric-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:20px}.property-data-section .metric-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px;text-align:center}.dark .property-data-section .metric-card{background:#27272a;border-color:#3f3f46}.property-data-section .metric-icon{font-size:1.5rem;margin-bottom:8px}.property-data-section .metric-value{font-size:1.25rem;font-weight:700;color:#0f4c81;margin-bottom:4px}.dark .property-data-section .metric-value{color:#60a5fa}.property-data-section .metric-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.dark .property-data-section .metric-label{color:#9ca3af}.property-data-section .status-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.property-data-section .status-excellent{background:#dcfce7;color:#166534}.dark .property-data-section .status-excellent{background:#166534;color:#dcfce7}.property-data-section .status-good{background:#dbeafe;color:#1e40af}.dark .property-data-section .status-good{background:#1e40af;color:#dbeafe}.property-data-section .status-average{background:#fef3c7;color:#92400e}.dark .property-data-section .status-average{background:#92400e;color:#fef3c7}.property-data-section .status-poor{background:#fee2e2;color:#991b1b}.dark .property-data-section .status-poor{background:#991b1b;color:#fee2e2}.property-data-section .status-neutral{background:#f3f4f6;color:#4b5563}.dark .property-data-section .status-neutral{background:#3f3f46;color:#d1d5db}
