html{height:100%;overflow-x:hidden}body,html{margin:0;padding:0;max-width:100vw}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#fff;color:#333;box-sizing:border-box;height:100vh;position:relative;overflow:hidden}body:before{background-image:url(/images/books-pattern.svg),radial-gradient(circle at 25px 25px,rgba(0,112,243,.1) 2%,transparent 0),radial-gradient(circle at 75px 75px,rgba(0,112,243,.1) 2%,transparent 0);background-size:200px 200px,100px 100px,100px 100px;background-position:50%;background-repeat:repeat;opacity:.15}body:after,body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}body:after{background-image:url(/images/books-left.svg),url(/images/books-right.svg);background-size:300px auto,300px auto;background-position:0 100%,100% 100%;background-repeat:no-repeat;opacity:.1}*,:after,:before{box-sizing:inherit}h1,h2,h3,h4,h5,h6{margin:0;padding:0}.h1{text-align:center;margin-bottom:20px;color:#2d3748;text-shadow:0 2px 4px rgba(0,0,0,.1);font-size:2.5em;position:relative;padding-bottom:15px}.h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:3px;background:linear-gradient(90deg,#0070f3,#00a8ff);border-radius:2px}a{color:#0070f3;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:1200px;padding:0 1rem;position:relative;z-index:1;background:hsla(0,0%,100%,.8);border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.1);margin:20px auto}.container,.input-container{width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.input-container{background-color:hsla(0,0%,100%,.95);padding:30px;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);margin-bottom:20px;border:1px solid hsla(0,0%,100%,.2);text-align:left;display:flex;flex-direction:column;gap:15px}.url-input-group{display:flex;gap:10px;align-items:center;width:100%}.url-input-group input[type=text]{flex:1 1;margin-bottom:0}.visit-button{background-color:#0070f3;color:#fff;border:none;border-radius:5px;padding:12px 32px;font-size:16px;font-weight:500;transition:background-color .2s ease;cursor:pointer;white-space:nowrap;min-width:auto;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}.visit-button:hover{background-color:#005bb5}.visit-button:disabled{background-color:#ccc;cursor:not-allowed}input[type=text],textarea{width:100%;padding:12px;border:1px solid #e9ecef;border-radius:5px;margin-bottom:15px;font-size:16px;background-color:#f8f9fa;box-sizing:border-box;text-align:left;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;color:#333}input[type=text]::placeholder{color:#666;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}input[type=text]:focus,textarea:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 2px rgba(0,112,243,.1);text-align:left}button,input[type=text]:focus,textarea:focus{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}button{cursor:pointer;background-color:#0070f3;color:#fff;border:none;border-radius:5px;padding:12px 32px;font-size:16px;font-weight:500;transition:background-color .2s ease;width:auto;min-width:200px;display:block;margin:0 auto}button:hover{background-color:#005bb5}button:disabled{background-color:#ccc;cursor:not-allowed}label{font-weight:700}input[type=radio]{margin-right:10px}.accordion{background-color:#fff;border:1px solid #ccc;border-radius:5px;margin-top:10px}.accordion-header{padding:10px;cursor:pointer}.accordion-content{padding:10px;display:none}.accordion-content.active{display:block}.quiz-container{margin-top:20px;padding:30px;background-color:hsla(0,0%,100%,.95);border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.question-container{margin-bottom:20px;padding:20px;border:1px solid rgba(0,0,0,.1);border-radius:8px;background-color:hsla(0,0%,100%,.8);transition:transform .2s ease;text-align:left}.question-container:hover{transform:translateY(-2px)}.question-container p,.question-container p.question{text-align:left;margin-bottom:15px;font-size:1.1em;color:#2d3748;padding-left:0;margin-left:0}.question-container p.question{font-weight:500}.options-list{list-style-type:none;padding:0;margin:10px 0}.option-item{padding:8px 12px;margin:5px 0;background-color:#f8f9fa;border-radius:4px;border:1px solid #e9ecef;display:flex;align-items:center;cursor:pointer;transition:background-color .2s ease;justify-content:flex-start;text-align:left}.option-item:hover{background-color:#e9ecef}.option-item.correct{background-color:#d4edda;border-color:#c3e6cb}.option-item.incorrect{background-color:#f8d7da;border-color:#f5c6cb}.option-item input[type=radio]{margin-right:12px;width:18px;height:18px;cursor:pointer;margin-left:0}.option-item label{flex:1 1;cursor:pointer;margin:0;font-weight:400;text-align:left}.submit-button{background-color:#28a745;padding:12px 32px;font-size:16px;font-weight:500;transition:background-color .2s ease;width:auto;min-width:200px;display:block;margin:20px auto 0}.submit-button:hover{background-color:#218838}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}.results-container{margin-top:30px;padding:20px;background-color:rgba(248,249,250,.95);border-radius:8px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.results-container h3{margin-bottom:15px;color:#333}.results-container p{margin:10px 0;font-size:18px;color:#333}.error{color:#dc3545;padding:10px;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;width:100%;max-width:600px;margin:10px auto}.error,.submission-info{font-weight:500;text-align:center}.submission-info{color:#666;font-size:14px;margin-top:10px}.p{color:#4a5568;text-align:center;margin-bottom:20px;font-size:1.2em;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto}.url-dropdown{width:100%;border:1px solid #e9ecef;border-radius:5px;margin-bottom:15px;font-size:16px;background-color:#f8f9fa;box-sizing:border-box;text-align:left;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;color:#333;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding:12px 40px 12px 12px}.url-dropdown:focus{outline:none;border-color:#0070f3;box-shadow:0 0 0 2px rgba(0,112,243,.1)}.url-dropdown option{padding:12px;font-size:16px;background-color:#fff;color:#333}.url-dropdown option:hover{background-color:#f8f9fa}@media (max-width:768px){.h1{font-size:2rem;padding:0 1rem}.container{padding:0 .5rem}button{padding:.75rem 1rem;font-size:.9rem}input[type=text],textarea{font-size:16px;padding:.75rem}}.query-interface{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.query-form{display:flex;flex-direction:column;gap:1rem}.query-input-container{position:relative;display:flex;gap:.5rem}.query-textarea{flex:1 1;padding:1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;resize:vertical;transition:border-color .2s;font-family:inherit}.query-textarea:focus{outline:none;border-color:#667eea}.query-submit-button{padding:.75rem 1.25rem!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;border:none!important;border-radius:.5rem!important;cursor:pointer;transition:transform .2s;display:flex!important;align-items:center;justify-content:center;font-family:inherit;font-size:inherit;height:-moz-fit-content!important;height:fit-content!important;min-height:auto!important;max-height:-moz-fit-content!important;max-height:fit-content!important;align-self:center!important;flex-shrink:0!important;width:auto!important;box-sizing:border-box!important}.query-submit-button:hover:not(:disabled){transform:scale(1.05)}.query-submit-button:disabled{opacity:.5;cursor:not-allowed}.query-submit-icon{width:18px;height:18px}.query-suggestions{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.suggestions-title{font-weight:600;margin-bottom:.5rem;color:#374151}.suggestions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.suggestion-item{padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;transition:all .2s}.suggestion-item:hover{background:#f3f4f6;border-color:#667eea}.query-hint{font-size:.875rem;color:#6b7280;text-align:center}.dynamic-visualization{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.visualization-header{margin-bottom:1.5rem}.visualization-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.visualization-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.visualization-description{color:#6b7280;font-size:.875rem}.visualization-content{margin:1.5rem 0}.visualization-table{overflow-x:auto}.visualization-table table{width:100%;border-collapse:collapse}.visualization-table td,.visualization-table th{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.visualization-table th{background:#f9fafb;font-weight:600}.visualization-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.visualization-footer-content{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.visualization-clear-cache-button{padding:.5rem;background:#ede9fe;border:1px solid #ddd6fe;border-radius:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#667eea;transition:all .2s;flex-shrink:0}.visualization-clear-cache-button:hover{background:#ddd6fe;border-color:#667eea;color:#764ba2}.visualization-clear-cache-button:active{transform:scale(.95)}.visualization-clear-cache-button-footer{padding:.375rem;background:transparent;border:none;border-radius:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:all .2s;flex-shrink:0}.visualization-clear-cache-button-footer:hover{background:#f3f4f6;color:#667eea}.visualization-clear-cache-button-footer:active{transform:scale(.95)}.bar-chart-legend{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.bar-chart-legend-title{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem}.bar-chart-legend-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:.75rem;gap:.75rem}.bar-chart-legend-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#f9fafb;border-radius:.375rem;transition:background .2s}.bar-chart-legend-item:hover{background:#f3f4f6}.bar-chart-legend-color{width:16px;height:16px;border-radius:3px;flex-shrink:0;border:1px solid rgba(0,0,0,.1)}.bar-chart-legend-number{font-weight:600;color:#374151;min-width:24px;font-size:.875rem}.bar-chart-legend-label{flex:1 1;color:#374151;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-chart-legend-value{font-weight:600;color:#6b7280;font-size:.875rem;min-width:50px;text-align:right}@media (max-width:768px){.bar-chart-legend-grid{grid-template-columns:1fr}}.visualization-query{font-size:.875rem;color:#6b7280;font-style:italic;flex:1 1;margin:0;word-break:break-word}.visualization-empty{text-align:center;padding:3rem;color:#6b7280}.insight-panel{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.insight-panel-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#374151}.insight-section{margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:.5rem;overflow:hidden}.insight-section-header{width:100%;padding:1rem;background:#f9fafb;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-weight:600;transition:background .2s;color:#374151!important;font-family:inherit;font-size:inherit}.insight-section-header span{color:#374151!important}.insight-section-header:hover{background:#f3f4f6}.insight-section-content{padding:1rem;background:#fff;color:#374151}.insight-section-content ul{margin:0;padding-left:1.5rem}.insight-section-content li{margin-bottom:.5rem}.follow-up-questions{margin-top:2rem;padding-top:2rem;border-top:2px solid #e5e7eb}.follow-up-questions h4{margin-bottom:1rem;font-size:1.1rem;color:#374151}.follow-up-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.follow-up-question{width:100%;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;text-align:left;cursor:pointer;transition:all .2s;font-family:inherit;font-size:inherit}.follow-up-question:hover{background:#f3f4f6;border-color:#667eea}.prebuilt-views{display:flex;flex-direction:column;gap:2rem}.view-selector{display:flex;gap:1rem;background:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.view-button{padding:.75rem 1.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s;font-family:inherit;font-size:inherit;color:#374151;font-weight:500}.view-button:hover{background:#f3f4f6;border-color:#667eea;color:#667eea}.view-button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;font-weight:600}.view-content{display:grid;grid-template-columns:2fr 1fr;grid-gap:2rem;gap:2rem}.view-insights,.view-visualization{padding:1.5rem}.error-state,.loading-state,.view-insights,.view-visualization{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.error-state,.loading-state{text-align:center;padding:3rem}.error-state button{margin-top:1rem;padding:.75rem 1.5rem;background:#667eea;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-family:inherit}.conversation-history{background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.history-header h3{margin:0}.history-actions{display:flex;gap:.5rem;align-items:center}.refresh-button{padding:.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;font-size:1.25rem;transition:all .2s}.refresh-button:hover{background:#2563eb;transform:rotate(90deg)}.clear-history-button{padding:.5rem 1rem;background:#fee2e2;color:#991b1b;border:1px solid #fca5a5;border-radius:.375rem;cursor:pointer;font-family:inherit;transition:all .2s}.clear-history-button:hover{background:#fecaca;border-color:#f87171}.history-content{display:grid;grid-template-columns:1fr 2fr;grid-gap:2rem;gap:2rem}.history-list{display:flex;flex-direction:column;gap:0;max-height:600px;overflow-y:auto;padding-right:.5rem}.history-item{padding:0;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .2s;display:flex;align-items:stretch;justify-content:space-between;gap:0;overflow:visible;margin-bottom:.5rem}.history-item-content{flex:1 1;padding:1rem;cursor:pointer;min-width:0;overflow:visible}.history-item:hover{background:#f3f4f6}.history-item.active{background:#ede9fe;border-color:#667eea}.history-item-reexecute-button{padding:.5rem;background:transparent;border:none;border-left:1px solid #e5e7eb;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s;flex-shrink:0;align-self:stretch;min-width:48px;max-width:48px;width:48px}.history-item-reexecute-button:hover{background:#f3f4f6;color:#667eea}.history-item.active .history-item-reexecute-button{border-left-color:#c4b5fd}.history-item.active .history-item-reexecute-button:hover{background:#ddd6fe;color:#764ba2}.history-item-query{font-weight:500;margin-bottom:.25rem;color:#374151;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;line-height:1.5}.history-item-time{font-size:.875rem;color:#6b7280;margin-top:.25rem}.history-detail{background:#fff;border-radius:.75rem;display:flex;flex-direction:column;gap:1rem}.history-detail-header{background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.history-detail-header-content{display:flex;flex-direction:column;gap:1rem}.history-detail-actions-row{width:100%}.history-detail-actions{gap:.5rem;width:100%}.history-detail-query-row,.history-detail-title-section{width:100%}.history-detail-title-row{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.history-detail-query{font-size:1.25rem;font-weight:600;color:#374151;margin:0;flex:1 1;min-width:0;word-wrap:break-word}.history-status-badge{padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:600;white-space:nowrap}.history-status-badge.success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.history-status-badge.error{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.history-detail-time{font-size:.875rem;color:#6b7280;margin:0}.history-detail-actions{display:flex;gap:.375rem;flex-wrap:nowrap}.history-action-button{padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#374151;font-size:.8125rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.375rem;transition:all .2s;white-space:nowrap;flex-shrink:1;min-width:-moz-fit-content;min-width:fit-content}.history-action-button:hover{background:#f9fafb;border-color:#667eea;color:#667eea}.history-action-button.reexecute{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.history-action-button.reexecute:hover{transform:translateY(-1px);box-shadow:0 4px 6px rgba(102,126,234,.3)}.history-action-button.delete{background:#fff;color:#dc2626;border-color:#fca5a5}.history-action-button.delete:hover{background:#fef2f2;border-color:#dc2626;color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px rgba(220,38,38,.2)}.history-action-button svg{flex-shrink:0}.history-detail-error-card{background:#fef2f2;border-radius:.75rem;padding:1.25rem;border:1px solid #fecaca;border-left:4px solid #ef4444}.history-detail-error-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;color:#991b1b;font-size:1rem}.history-detail-error-card p{color:#7f1d1d;margin:0;line-height:1.6}.history-result-summary{display:flex;gap:1rem;flex-wrap:wrap}.history-summary-badge{background:#ede9fe;border:1px solid #ddd6fe;border-radius:.5rem;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem}.summary-label{font-size:.875rem;color:#6b7280}.summary-value{font-size:1rem;font-weight:600;color:#667eea}.history-visualization-preview{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.history-section-preview-title{font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.history-mini-chart{max-height:300px;overflow:hidden}.history-mini-chart .dynamic-visualization{padding:0;box-shadow:none}.history-mini-chart .visualization-footer,.history-mini-chart .visualization-header{display:none}.history-mini-chart .visualization-content{margin:0}.history-mini-chart [class*=recharts-responsive-container]{height:250px!important}.history-mini-chart .bar-chart-legend{display:none}.history-accordion-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.history-accordion-header{width:100%;padding:1rem 1.25rem;background:#f9fafb;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s;text-align:left}.history-accordion-header:hover{background:#f3f4f6}.history-accordion-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;font-size:.9375rem}.history-accordion-title svg{transition:transform .2s;flex-shrink:0}.history-accordion-icon{font-size:1.25rem;font-weight:600;color:#667eea;width:24px;text-align:center;flex-shrink:0}.history-accordion-content{padding:1.25rem;background:#fff;border-top:1px solid #e5e7eb}.history-sql-container{position:relative;background:#1e293b;border-radius:.5rem;padding:1rem;overflow-x:auto}.history-sql-query{color:#e2e8f0;font-family:Courier New,monospace;font-size:.875rem;line-height:1.6;margin:0;white-space:pre-wrap;word-break:break-word}.history-copy-button{position:absolute;top:.75rem;right:.75rem;padding:.375rem .75rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:.375rem;color:#e2e8f0;font-size:.75rem;cursor:pointer;display:flex;align-items:center;gap:.375rem;transition:all .2s}.history-copy-button:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.3)}.history-insights-formatted{background:#f9fafb;border-radius:.5rem;padding:1rem;overflow-x:auto}.history-insights-formatted pre{margin:0;font-family:inherit;font-size:.875rem;line-height:1.6;color:#374151;white-space:pre-wrap;word-wrap:break-word}.history-data-table-container{display:flex;flex-direction:column;gap:.75rem}.history-data-table-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.history-data-count{font-size:.875rem;color:#6b7280}.history-view-all-button{padding:.375rem .75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;color:#374151;font-size:.875rem;cursor:pointer;transition:all .2s}.history-view-all-button:hover{background:#f3f4f6;border-color:#667eea;color:#667eea}.history-data-table-wrapper{overflow-x:auto;border:1px solid #e5e7eb;border-radius:.5rem}.history-data-table{width:100%;border-collapse:collapse;font-size:.875rem}.history-data-table th{background:#f9fafb;padding:.75rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:1}.history-data-table td{padding:.75rem;border-bottom:1px solid #e5e7eb;color:#374151;max-width:200px;word-wrap:break-word}.history-data-table tr:hover{background:#f9fafb}.history-data-table tr:last-child td{border-bottom:none}.history-empty{text-align:center;padding:3rem;color:#6b7280}@media (max-width:1024px){.history-content,.view-content{grid-template-columns:1fr}.history-detail-actions{width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto}.history-action-button{flex-shrink:1;min-width:-moz-fit-content;min-width:fit-content;padding:.5rem .625rem}}@media (max-width:768px){.history-data-table{font-size:.75rem}.history-data-table td,.history-data-table th{padding:.5rem;max-width:150px}.history-detail-title-row{flex-direction:column;align-items:flex-start}}