*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-size:16px}body{color:var(--color-brand-ink-900);background-color:var(--color-brand-dove-50);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.5}#root{width:100%;height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.25}p{margin:0}a{color:var(--color-brand-plum-500);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:inherit;line-height:inherit}input,textarea,select{font-family:inherit;font-size:inherit}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-brand-dove-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-brand-dove-600)}::selection{background:var(--color-brand-plum-500);color:var(--color-brand-dove-50)}:focus-visible{outline:2px solid var(--color-brand-plum-500);outline-offset:2px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.chat-message{gap:16px;max-width:900px;margin:0 auto;padding:24px 32px;display:flex}.chat-message.user{background-color:#0000}.chat-message.assistant{background-color:#f7f7f8}.message-avatar{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chat-message.user .message-avatar{color:#fff;background-color:#5436da}.chat-message.assistant .message-avatar{color:#fff;background-color:#10a37f}.message-content{flex:1;min-width:0}.message-role{color:#1f2328;margin-bottom:8px;font-size:14px;font-weight:600}.message-text{color:#374151;font-size:16px;line-height:1.7}.message-text p{margin:0 0 16px}.message-text p:last-child{margin-bottom:0}.message-text h1,.message-text h2,.message-text h3,.message-text h4,.message-text h5,.message-text h6{color:#1f2328;margin:24px 0 12px;font-weight:600}.message-text h1:first-child,.message-text h2:first-child,.message-text h3:first-child{margin-top:0}.message-text code{background-color:#f1f3f5;border-radius:4px;padding:2px 6px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:14px}.message-text pre{color:#d4d4d4;background-color:#1e1e1e;border-radius:8px;margin:16px 0;padding:16px;overflow-x:auto}.message-text pre code{color:inherit;background:0 0;padding:0}.message-text ul,.message-text ol{margin:12px 0;padding-left:24px}.message-text li{margin:8px 0}.message-text blockquote{color:#6b7280;border-left:4px solid #e5e7eb;margin:16px 0;padding:8px 16px}.message-text table{border-collapse:collapse;width:100%;margin:16px 0}.message-text th,.message-text td{text-align:left;border:1px solid #e5e7eb;padding:8px 12px}.message-text th{background-color:#f9fafb;font-weight:600}.message-text a{color:#5436da;text-decoration:none}.message-text a:hover{text-decoration:underline}@media (width<=768px){.chat-message{gap:12px;padding:16px}.message-avatar{width:32px;height:32px}.message-avatar svg{width:20px;height:20px}.message-text{font-size:15px}}.chat-container{background:#fff;flex-direction:column;height:100%;display:flex}.chat-messages{scroll-behavior:smooth;flex:1;overflow-y:auto}.chat-welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:48px 24px;display:flex}.welcome-icon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:24px;display:flex}.chat-welcome h2{color:#1f2328;margin:0 0 12px;font-size:28px;font-weight:700}.chat-welcome p{color:#636c76;max-width:400px;margin:0 0 32px;font-size:16px}.welcome-suggestions{flex-wrap:wrap;justify-content:center;gap:12px;max-width:600px;display:flex}.suggestion-button{color:#374151;cursor:pointer;background:#f7f7f8;border:1px solid #e5e7eb;border-radius:24px;padding:12px 20px;font-size:14px;transition:all .2s}.suggestion-button:hover{color:#5436da;background:#fff;border-color:#5436da}.typing-indicator{gap:4px;padding:8px 0;display:flex}.typing-indicator span{background:#9ca3af;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite typing}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chat-error{color:#dc2626;background:#fef2f2;border-top:1px solid #fecaca;align-items:center;gap:12px;padding:12px 24px;font-size:14px;display:flex}.chat-error>svg{flex-shrink:0}.chat-error .error-message{flex:1}.chat-error .error-actions{gap:8px;display:flex}.chat-error .retry-button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.chat-error .retry-button:hover{background:#b91c1c}.chat-error .dismiss-button{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #fecaca;border-radius:6px;padding:6px 12px;font-size:13px;transition:all .2s}.chat-error .dismiss-button:hover{background:#fee2e2}@media (width<=768px){.chat-welcome{padding:32px 16px}.chat-welcome h2{font-size:24px}.welcome-icon{border-radius:16px;width:64px;height:64px}.welcome-icon svg{width:36px;height:36px}.welcome-suggestions{flex-direction:column;width:100%}.suggestion-button{width:100%}}.error-boundary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.error-boundary-content{text-align:center;background:#fff;border-radius:16px;max-width:480px;padding:48px;box-shadow:0 10px 40px #00000026}.error-icon{color:#dc2626;background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex}.error-boundary-content h1{color:#1f2328;margin:0 0 12px;font-size:24px;font-weight:700}.error-boundary-content p{color:#636c76;margin:0 0 24px;font-size:15px;line-height:1.6}.error-details{text-align:left;margin-bottom:24px}.error-details summary{cursor:pointer;color:#636c76;margin-bottom:8px;font-size:14px}.error-details pre{color:#dc2626;white-space:pre-wrap;word-break:break-word;background:#f7f7f8;border-radius:8px;padding:12px;font-size:12px;overflow-x:auto}.error-actions{justify-content:center;gap:12px;display:flex}.error-button{cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s}.error-button.primary{color:#fff;background:#5436da}.error-button.primary:hover{background:#4328b5;transform:translateY(-1px)}.error-button.secondary{color:#374151;background:#f7f7f8;border:1px solid #e5e7eb}.error-button.secondary:hover{color:#5436da;background:#fff;border-color:#5436da}.session-warning-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.session-warning-modal{text-align:center;background:#fff;border-radius:16px;max-width:400px;margin:24px;padding:32px;animation:.3s slideUp;box-shadow:0 20px 60px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.warning-icon{color:#d97706;background:#fef3c7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.session-warning-modal h2{color:#1f2328;margin:0 0 12px;font-size:20px;font-weight:700}.session-warning-modal p{color:#636c76;margin:0 0 24px;font-size:15px;line-height:1.5}.warning-actions{justify-content:center;gap:12px;display:flex}.extend-button{color:#fff;cursor:pointer;background:#5436da;border:none;border-radius:8px;padding:12px 24px;font-size:15px;font-weight:600;transition:all .2s}.extend-button:hover:not(:disabled){background:#4328b5}.extend-button:disabled{opacity:.7;cursor:not-allowed}.session-warning-modal .logout-button{color:#636c76;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;padding:12px 24px;font-size:15px;font-weight:500;transition:all .2s}.session-warning-modal .logout-button:hover{color:#1f2328;background:#f7f7f8}@media (width<=480px){.warning-actions{flex-direction:column}.extend-button,.session-warning-modal .logout-button{width:100%}}.response-panel{background:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.response-panel.loading{justify-content:flex-start}.response-header{border-bottom:1px solid #e5e7eb;padding:16px 24px}.response-title{color:#1f2937;margin:0;font-size:18px;font-weight:600}.response-content{flex:1;padding:24px;overflow-y:auto}.question-display{color:#4b5563;border-bottom:1px solid #e5e7eb;margin-bottom:20px;padding-bottom:16px;font-size:15px;font-weight:500}.answer-content{color:#374151;font-size:15px;line-height:1.7}.answer-content p{margin:0 0 16px}.answer-content p:last-child{margin-bottom:0}.answer-content h1,.answer-content h2,.answer-content h3,.answer-content h4,.answer-content h5,.answer-content h6{color:#1f2937;margin:24px 0 16px;font-weight:600;line-height:1.3}.answer-content h1:first-child,.answer-content h2:first-child,.answer-content h3:first-child{margin-top:0}.answer-content h1{border-bottom:2px solid #e5e7eb;padding-bottom:8px;font-size:24px}.answer-content h2{border-bottom:1px solid #e5e7eb;padding-bottom:6px;font-size:20px}.answer-content h3{font-size:18px}.answer-content h4{font-size:16px}.answer-content ul,.answer-content ol{margin:16px 0;padding-left:24px}.answer-content li{margin:8px 0}.answer-content li>p{margin:4px 0}.answer-content code{color:#dc2626;background:#f3f4f6;border-radius:4px;padding:2px 6px;font-family:Courier New,monospace;font-size:14px}.answer-content pre{color:#f3f4f6;background:#1f2937;border-radius:8px;margin:16px 0;padding:16px;overflow-x:auto}.answer-content pre code{color:inherit;background:0 0;padding:0;font-size:13px}.answer-content blockquote{color:#6b7280;border-left:4px solid #5436da;margin:16px 0;padding-left:16px;font-style:italic}.answer-content hr{border:none;border-top:2px solid #e5e7eb;margin:24px 0}.answer-content table{border-collapse:collapse;width:100%;margin:16px 0}.answer-content th,.answer-content td{text-align:left;border:1px solid #e5e7eb;padding:8px 12px}.answer-content th{background:#f3f4f6;font-weight:600}.answer-content a{color:#5436da;border-bottom:1px solid #0000;text-decoration:none;transition:border-color .2s}.answer-content a:hover{border-bottom-color:#5436da}.answer-content strong{color:#1f2937;font-weight:600}.answer-content em{font-style:italic}.response-actions{border-top:1px solid #e5e7eb;gap:8px;margin-top:24px;padding-top:16px;display:flex}.action-button{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.action-button:hover{color:#1f2937;background:#f3f4f6;border-color:#d1d5db}.action-button.copied{color:#059669;background:#d1fae5;border-color:#10b981}.loading-content{flex-direction:column;flex:1;align-items:flex-start;padding:32px 24px;display:flex}.thinking-indicator{background:#f3f4f6;border-radius:20px;align-items:center;gap:4px;padding:12px 20px;display:flex}.thinking-dot{background:#5436da;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both bounce}.thinking-dot:first-child{animation-delay:-.32s}.thinking-dot:nth-child(2){animation-delay:-.16s}.thinking-dot:nth-child(3){animation-delay:0}.thinking-text{color:#6b7280;margin-left:8px;font-size:14px}@keyframes bounce{0%,80%,to{transform:scale(.6)}40%{transform:scale(1)}}@media (width<=768px){.response-content{padding:16px}}.streaming-cursor{color:#5436da;margin-left:2px;font-weight:300;animation:1s step-end infinite blink;display:inline}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.answer-content.streaming{min-height:40px}.history-panel{background:#fff;flex-direction:column;height:100%;display:flex}.history-header{border-bottom:1px solid #e5e7eb;align-items:center;gap:12px;padding:20px 24px;display:flex}.back-button{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.back-button:hover{color:#1f2937;background:#f3f4f6}.history-header h2{color:#1f2937;margin:0;font-size:18px;font-weight:600}.history-content{flex:1;padding:16px;overflow-y:auto}.history-empty{color:#9ca3af;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:32px;display:flex}.history-empty svg{opacity:.5;margin-bottom:16px}.history-empty p{color:#6b7280;margin:0 0 4px;font-size:16px;font-weight:500}.history-empty span{color:#9ca3af;font-size:14px}.history-group{margin-bottom:24px}.group-title{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px 8px;font-size:12px;font-weight:600}.history-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.history-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:12px 16px;transition:all .2s;display:flex}.history-item:hover{background:#f3f4f6}.item-question{color:#1f2937;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.item-meta{color:#9ca3af;align-items:center;gap:6px;font-size:12px;display:flex}@media (width<=768px){.history-header{padding:16px}.history-content{padding:12px}.history-item{padding:10px 12px}}.query-input-container{background:#fff;flex-direction:column;align-items:center;gap:12px;padding:16px 32px 24px;display:flex}.query-input-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-end;width:100%;max-width:800px;padding:4px;transition:all .2s;display:flex}.query-input-wrapper:focus-within{border-color:#5436da;box-shadow:0 0 0 3px #5436da1a}.query-input-wrapper.disabled{opacity:.7;background:#f9fafb}.query-textarea{color:#1f2937;resize:none;background:0 0;border:none;outline:none;flex:1;min-height:44px;max-height:150px;padding:10px 16px;font-family:inherit;font-size:15px;line-height:1.5}.query-textarea::placeholder{color:#9ca3af}.query-textarea:disabled{cursor:not-allowed}.submit-button{color:#fff;cursor:pointer;background:#5436da;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin:2px;transition:all .2s;display:flex}.submit-button:hover:not(:disabled){background:#4228b8}.submit-button:disabled{cursor:not-allowed;background:#d1d5db}.query-disclaimer{color:#9ca3af;text-align:center;margin:0;font-size:12px}@media (width<=768px){.query-input-container{padding:12px 16px 20px}.query-textarea{font-size:16px}}.xml-viewer{color:#1f2937;background:#fff;border-left:1px solid #e5e7eb;flex-direction:column;width:50%;min-width:400px;max-width:700px;display:flex;overflow:hidden}.xml-viewer-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.xml-viewer-header-left{align-items:center;gap:8px;display:flex}.xml-viewer-icon{color:#5436da}.xml-viewer-title{color:#1f2937;margin:0;font-size:14px;font-weight:600}.xml-viewer-header-right{align-items:center;gap:8px;display:flex}.xml-viewer-close{color:#6b7280;cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}.xml-viewer-close:hover{color:#1f2937;background:#f3f4f6;border-color:#d1d5db}.xml-viewer-tabs{background:#f9fafb;border-bottom:1px solid #e5e7eb;gap:0;padding:0 16px;display:flex;overflow-x:auto}.xml-tab{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s}.xml-tab:hover{color:#1f2937;background:#f3f4f6}.xml-tab.active{color:#5436da;border-bottom-color:#5436da}.xml-viewer-meta{background:#f9fafb;border-bottom:1px solid #e5e7eb;gap:16px;padding:10px 16px;display:flex}.xml-meta-item{align-items:center;gap:6px;display:flex}.xml-meta-label{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-size:11px;font-weight:600}.xml-meta-value{color:#1f2937;font-family:SF Mono,Monaco,Courier New,monospace;font-size:13px;font-weight:500}.xml-viewer-search{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:8px;padding:8px 16px;display:flex}.xml-search-icon{color:#9ca3af;flex-shrink:0}.xml-search-input{color:#1f2937;background:0 0;border:none;outline:none;flex:1;padding:4px 0;font-size:13px}.xml-search-input::placeholder{color:#d1d5db}.xml-search-clear{color:#6b7280;cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .15s;display:flex}.xml-search-clear:hover{color:#1f2937;background:#e5e7eb}.xml-viewer-content{background:#fafbfc;flex:1;padding:0;overflow:auto}.xml-code{color:#374151;margin:0;padding:12px 0;font-family:SF Mono,Monaco,Courier New,monospace;font-size:12px;line-height:1.7}.xml-code code{color:inherit;background:0 0;padding:0}.xml-line{align-items:flex-start;min-height:20px;padding:0 16px 0 0;display:flex}.xml-line:hover{background:#f3f4f6}.xml-line-number{text-align:right;color:#d1d5db;-webkit-user-select:none;user-select:none;flex-shrink:0;min-width:44px;padding:0 12px;font-size:11px;line-height:1.7;display:inline-block}.xml-line-content{white-space:pre-wrap;word-break:break-word;flex:1;min-width:0}.xml-tag-bracket{color:#6b7280}.xml-tag-name{color:#5436da;font-weight:500}.xml-attr-name{color:#7c3aed}.xml-attr-value{color:#b45309}.xml-text{color:#1f2937}.xml-toggle-button.disabled{opacity:.5;cursor:not-allowed}@media (width<=1024px){.xml-viewer{width:100%;min-width:unset;max-width:unset;border-top:1px solid #e5e7eb;border-left:none;max-height:50vh}}.sv-view-toggle{border:1px solid #e5e7eb;border-radius:6px;display:flex;overflow:hidden}.sv-view-toggle-btn{color:#9ca3af;cursor:pointer;background:#fff;border:none;justify-content:center;align-items:center;width:32px;height:28px;transition:all .15s;display:flex}.sv-view-toggle-btn:first-child{border-right:1px solid #e5e7eb}.sv-view-toggle-btn:hover{color:#6b7280;background:#f3f4f6}.sv-view-toggle-btn.active{color:#fff;background:#5436da}.sv-view-toggle-btn.active:hover{color:#fff;background:#4228b8}.sv-container{flex-direction:column;gap:12px;padding:16px;display:flex}.sv-fallback{padding:16px}.sv-fallback p{color:#6b7280;margin:0 0 12px;font-size:13px}.sv-status-row{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;display:flex}.sv-status-label{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-size:11px;font-weight:600}.sv-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:600}.sv-badge-success{color:#065f46;background:#d1fae5}.sv-badge-error{color:#991b1b;background:#fee2e2}.sv-tiers{flex-direction:column;gap:8px;display:flex}.sv-tier-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.sv-tier-header{cursor:pointer;text-align:left;background:#f9fafb;border:none;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;transition:background .15s;display:flex}.sv-tier-header:hover{background:#f3f4f6}.sv-tier-header-left{align-items:center;gap:6px;display:flex}.sv-chevron{color:#9ca3af;flex-shrink:0;transition:transform .2s}.sv-chevron-open{transform:rotate(90deg)}.sv-tier-name{color:#1f2937;font-size:14px;font-weight:600}.sv-tier-summary{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.sv-pill{white-space:nowrap;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:500}.sv-pill-primary{color:#4228b8;background:#e9e4fb}.sv-pill-green{color:#065f46;background:#d1fae5}.sv-pill-amber{color:#92400e;background:#fef3c7}.sv-pill-red{color:#991b1b;background:#fee2e2}.sv-tier-body{border-top:1px solid #e5e7eb;flex-direction:column;gap:12px;padding:12px 14px;display:flex}.sv-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.sv-section-exclusion{background:#fffbeb;border-color:#fde68a}.sv-section-header{text-transform:uppercase;letter-spacing:.04em;color:#5436da;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.sv-section-header svg{flex-shrink:0}.sv-section-header>span{display:inline-block}.sv-section-header-exclusion{color:#b45309}.sv-label-tag{color:#4b5563;text-transform:none;letter-spacing:normal;background:#e5e7eb;border-radius:4px;margin-left:2px;padding:2px 8px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:11px;font-weight:500;display:inline-block}.sv-note{color:#6b7280;background:#eff6ff;border-left:3px solid #3b82f6;border-radius:4px;padding:6px 8px;font-size:12px;font-style:italic}.sv-kv-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px 16px;padding:4px 0;display:grid}.sv-kv{flex-direction:column;gap:2px;display:flex}.sv-kv-label{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-size:10px;font-weight:600}.sv-kv-value{color:#1f2937;font-size:13px;font-weight:500}.sv-rule-block{background:#fff;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden}.sv-rule-toggle{cursor:pointer;text-align:left;background:#f9fafb;border:none;align-items:center;gap:6px;width:100%;padding:6px 10px;transition:background .15s;display:flex}.sv-rule-toggle:hover{background:#f3f4f6}.sv-rule-toggle-label{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-size:11px;font-weight:600}.sv-chevron-sm{color:#9ca3af;flex-shrink:0;transition:transform .2s}.sv-chevron-sm-open{transform:rotate(90deg)}.sv-rule-content{border-top:1px solid #e5e7eb;flex-direction:column;gap:8px;padding:8px 12px;display:flex}.sv-rule-prefix{color:#6b7280;font-size:12px;font-style:italic}.sv-rule-categories{flex-direction:column;gap:4px;display:flex}.sv-rule-cat-label{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;font-size:10px;font-weight:600}.sv-rule-cat-list{flex-direction:column;gap:2px;margin:0;padding:0 0 0 16px;display:flex}.sv-rule-cat-list li{color:#374151;font-size:12px;line-height:1.4}.sv-rule-clause{color:#1f2937;background:#f0fdf4;border-left:3px solid #5436da;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:500}.sv-rule-raw{color:#4b5563;word-break:break-word;font-size:12px;line-height:1.5}.sv-subsection-title{text-transform:uppercase;letter-spacing:.04em;color:#6b7280;padding-top:4px;font-size:11px;font-weight:600}.sv-limits{flex-direction:column;gap:6px;display:flex}.sv-limit-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-direction:column;gap:6px;padding:8px 10px;display:flex}.sv-limit-header{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.sv-limit-summary{color:#1f2937;font-size:13px;font-weight:500}.sv-accumulator{flex-direction:column;gap:4px;display:flex}.sv-acc-bar-container{flex-direction:column;gap:3px;display:flex}.sv-acc-labels{color:#6b7280;justify-content:space-between;font-size:11px;display:flex}.sv-acc-bar{background:#e5e7eb;border-radius:3px;height:6px;overflow:hidden}.sv-acc-bar-fill{background:#5436da;border-radius:3px;height:100%;transition:width .3s}.sv-acc-bar-warn{background:#f59e0b}.sv-acc-bar-full{background:#ef4444}.sv-exclusion-item{border-bottom:1px solid #0000000f;flex-direction:column;gap:6px;padding:8px 0;display:flex}.sv-exclusion-item:last-child{border-bottom:none;padding-bottom:0}.sv-exclusion-label{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.main-content{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}.home-view{justify-content:center;align-items:center}.home-centered-content{flex-direction:column;align-items:center;width:100%;max-width:900px;padding:0 24px;display:flex}.content-header{text-align:center;margin-bottom:24px}.app-title{color:#5436da;margin:0;font-size:28px;font-weight:600}.filter-error{color:#dc2626;text-align:center;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;width:100%;margin-top:8px;padding:10px 16px;font-size:14px}.content-body{width:100%;margin-top:16px}.content-decoration{pointer-events:none;width:400px;height:400px;position:absolute;top:0;right:0;overflow:hidden}.geometric-pattern{width:100%;height:100%}.response-view{flex-direction:column}.response-view.with-xml-viewer{flex-direction:row}.response-view.with-xml-viewer>div:first-child{z-index:10;position:absolute;top:0;left:0;right:50%}.response-main-area{flex-direction:column;flex:1;min-width:0;margin-top:0;display:flex}.response-view.with-xml-viewer .response-main-area{margin-top:72px}.conversation-thread{flex:1;min-height:0;overflow-y:auto}.conversation-thread .response-panel{border-bottom:1px solid #e5e7eb;height:auto}.conversation-thread .response-panel:last-child{border-bottom:none}.response-input-area{background:#f9fafb;border-top:1px solid #e5e7eb}.response-main-area{position:relative}.scroll-to-bottom-fade{pointer-events:none;z-index:5;background:linear-gradient(#fff0 0%,#ffffffd9 60%,#fff 100%);justify-content:center;height:64px;padding-bottom:12px;animation:.2s fadeIn;display:flex;position:absolute;bottom:auto;left:0;right:0}.scroll-to-bottom-button{pointer-events:auto;color:#6b7280;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:50%;justify-content:center;align-self:flex-end;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;box-shadow:0 2px 6px #0000001a}.scroll-to-bottom-button:hover{color:#1f2937;background:#f3f4f6;border-color:#9ca3af;box-shadow:0 3px 10px #00000026}.response-input-toolbar{align-items:center;gap:8px;padding:8px 32px 0;display:flex}.xml-toggle-button{color:#4b5563;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.xml-toggle-button:hover{color:#1f2937;background:#e5e7eb}.xml-toggle-button.active{color:#fff;background:#5436da;border-color:#5436da}.xml-toggle-button.active:hover{background:#4228b8}@media (width<=1024px){.content-decoration{width:300px;height:300px}.response-view.with-xml-viewer{flex-direction:column}}@media (width<=768px){.home-view{padding:24px 0}.app-title{font-size:24px}.home-centered-content{padding:0 16px}.content-decoration{display:none}.response-input-toolbar{padding:8px 16px 0}}
