body{color:#f1f5f9;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;background-color:#0f172a!important}#root{flex-direction:column;height:100vh;display:flex}.logo-area{color:#fff;letter-spacing:1px;background:#002140;border-bottom:1px solid #ffffff0d;justify-content:flex-start;align-items:center;gap:8px;height:64px;padding:0 16px;font-size:1.15rem;font-weight:700;display:flex}.logo-badge{color:#fff;background:#1890ff;border-radius:4px;margin-left:8px;padding:2px 6px;font-size:.6rem;font-weight:600}.sider-footer{background:#001529;border-top:1px solid #ffffff0d;width:100%;padding:16px;position:absolute;bottom:0}.user-card{align-items:center;gap:10px;display:flex}.user-name{color:#ffffffd9;font-size:.85rem;font-weight:600}.user-role{color:#ffffff73;font-size:.7rem}.pdf-viewer-container{background:#374151;border:1px solid #4b5563;border-radius:8px;flex-direction:column;height:100%;display:flex;overflow:hidden}.pdf-viewer-header{color:#fff;background:#1f2937;border-bottom:1px solid #374151;justify-content:space-between;align-items:center;padding:10px 16px;font-size:.8rem;display:flex}.pdf-document-body{scroll-behavior:smooth;flex-direction:column;flex-grow:1;align-items:center;gap:16px;padding:24px;display:flex;overflow-y:auto}.pdf-page-mock{color:#1f2937;background:#fff;border-radius:4px;width:100%;max-width:600px;min-height:700px;padding:36px;font-size:.75rem;line-height:1.6;position:relative;box-shadow:0 4px 12px #0000004d}.pdf-watermark{color:#e5e7eb66;pointer-events:none;letter-spacing:4px;font-size:2.2rem;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-30deg)}.pdf-contract-title{text-align:center;color:#111827;margin-bottom:20px;font-size:1.1rem;font-weight:700}.pdf-meta-row{border-bottom:1px dashed #e5e7eb;justify-content:space-between;margin-bottom:6px;padding-bottom:3px;display:flex}.pdf-meta-label{color:#4b5563;font-weight:600}.pdf-meta-value{color:#111827}.pdf-section-title{color:#111827;border-left:3px solid #1890ff;margin:16px 0 8px;padding-left:6px;font-size:.8rem;font-weight:700}.pdf-item-table{border-collapse:collapse;width:100%;margin:12px 0}.pdf-item-table th,.pdf-item-table td{text-align:left;border:1px solid #d1d5db;padding:6px 8px;font-size:.7rem}.pdf-item-table th{background-color:#f3f4f6;font-weight:600}.pdf-highlight{background-color:#fde04759;border:1px dashed #eab308;border-radius:2px;padding:1px 3px;transition:all .3s}.pdf-highlight.active{background-color:#ef444433;border:2px solid #ef4444;animation:1s infinite alternate flashHighlight}@keyframes flashHighlight{0%{box-shadow:0 0 2px #ef44444d}to{box-shadow:0 0 10px #ef4444b3}}.contract-list-scroll{height:calc(100vh - 200px);padding-right:8px;overflow-y:auto}.contract-card-item{cursor:pointer;background:#fff;border:1px solid #f0f0f0;border-radius:8px;margin-bottom:12px;padding:12px;transition:all .2s}.contract-card-item:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff1a}.contract-card-item.active{background:#e6f7ff;border-color:#1890ff}.extract-meta-scroll-area{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;max-height:480px;margin-bottom:16px;padding:16px;overflow-y:auto}.extract-group-section{border-bottom:1px dashed #f0f0f0;margin-bottom:16px;padding-bottom:12px}.extract-group-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.extract-group-title{color:#555;align-items:center;gap:6px;margin-top:0;margin-bottom:12px;font-size:.8rem;font-weight:600;display:flex}.ai-chatbot-trigger{color:#fff;cursor:pointer;z-index:1000;background:linear-gradient(135deg,#1890ff 0%,#001529 100%);border-radius:28px;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;transition:all .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #1890ff59}.ai-chatbot-trigger:hover{transform:scale(1.1);box-shadow:0 6px 20px #1890ff73}.ai-chatbot-window{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#ffffffe6;border:1px solid #1890ff26;border-radius:12px;flex-direction:column;width:380px;height:480px;transition:all .3s cubic-bezier(.18,.89,.32,1.28);display:flex;position:fixed;bottom:92px;right:24px;overflow:hidden;box-shadow:0 6px 24px #00000026}.ai-chatbot-window.hidden{opacity:0;pointer-events:none;transform:translateY(20px)scale(.9)}.ai-chat-header{color:#fff;background:#001529;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.ai-chat-body{flex-direction:column;flex-grow:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.ai-chat-message{gap:8px;max-width:85%;display:flex}.ai-chat-message.user{flex-direction:row-reverse;align-self:flex-end}.ai-chat-bubble{border-radius:8px;padding:10px 12px;font-size:.8rem;line-height:1.4}.ai-chat-message.assistant .ai-chat-bubble{color:#0050b3;background:#e6f7ff;border:1px solid #bae7ff}.ai-chat-message.user .ai-chat-bubble{color:#fff;background:#1890ff}.ai-chat-footer{background:#fff;border-top:1px solid #f0f0f0;gap:8px;padding:12px;display:flex}.chart-container-svg{background:#fafafa;border:1px solid #f0f0f0;border-radius:6px;margin-top:8px;padding:16px}.deviation-badge{font-family:monospace;font-weight:700}.deviation-danger{color:#ff4d4f}.deviation-warning{color:#faad14}.deviation-normal{color:#52c41a}@media (width<=768px){.ant-layout-content{padding:12px!important}.logo-area{padding:0 12px}.ant-row-space-between{gap:12px;flex-direction:column!important;align-items:stretch!important}.ant-space{flex-wrap:wrap!important}.ai-chatbot-window{width:calc(100vw - 32px)!important;height:400px!important;bottom:80px!important;right:16px!important}.pdf-viewer-container{height:380px!important}.pdf-page-mock{min-height:450px!important;padding:16px!important}}
