*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f1f5f9;color:#464646}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#004e9a;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);position:relative;z-index:10}.header-brand{display:flex;align-items:center;gap:16px}.header-logo{height:52px;width:auto;background:#fff;padding:6px 10px;border-radius:8px}.header-text h1{margin:0;font-size:1.5rem;font-weight:600;letter-spacing:-.01em}.header-actions{display:flex;align-items:center;gap:8px}.new-chat-btn,.stats-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.875rem;font-family:inherit;cursor:pointer;transition:all .2s}.new-chat-btn:hover,.stats-btn:hover{background:#fff3;border-color:#ffffff4d}.stats-btn{background:#669b414d;border-color:#669b4180}.stats-btn:hover{background:#669b4180;border-color:#669b41b3}@media(max-width:480px){.new-chat-btn span,.stats-btn span{display:none}.new-chat-btn,.stats-btn{padding:8px}}.welcome-screen{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px;overflow-y:auto}.welcome-content{max-width:600px;text-align:center}.welcome-content h1{font-size:2rem;font-weight:700;color:#004e9a;margin:0 0 12px}.welcome-subtitle{font-size:1rem;color:#787878;margin:0 0 32px;line-height:1.6}.suggestions{display:flex;flex-direction:column;gap:10px}.suggestions-label{font-size:.875rem;color:#787878;margin:0 0 8px;text-align:left}.suggestion-button{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;text-align:left;font-size:.9375rem;color:#464646;transition:all .2s}.suggestion-button:hover{background:#f8fafc;border-color:#187bc0;color:#004e9a}.suggestion-button svg{flex-shrink:0;color:#787878}.suggestion-button:hover svg{color:#187bc0}.suggestion-button span{flex:1}.sources-container{margin-top:16px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.sources-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;background:#f8fafc;border:none;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;color:#004e9a;transition:background-color .2s}.sources-header:hover{background:#f1f5f9}.sources-header-left{display:flex;align-items:center;gap:8px}.sources-list{display:flex;flex-direction:column;gap:8px;padding:12px;background:#fff}.source-card{display:flex;gap:12px;padding:12px;background:#f8fafc;border-radius:6px;border-left:3px solid #669B41;transition:all .2s}.source-card:hover{background:#f1f5f9;border-left-color:#326820}.source-badge{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#669b41;color:#fff;font-size:.75rem;font-weight:600;border-radius:4px}.source-content{flex:1;min-width:0}.source-citation{font-weight:600;color:#004e9a;font-size:.875rem;margin-bottom:4px}.source-details{display:flex;flex-direction:column;gap:2px;font-size:.8rem;color:#787878}.source-title{color:#464646}.source-chapter,.source-section{padding-left:8px}.chat-message{display:flex;gap:12px;padding:16px 20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-message.user,.chat-message.assistant{background:transparent}.message-avatar{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.message-content{flex:1;min-width:0;line-height:1.6;color:#464646}.message-content p{margin:0 0 12px}.message-content p:last-child{margin-bottom:0}.message-content h1,.message-content h2,.message-content h3,.message-content h4,.message-content h5,.message-content h6{margin:16px 0 8px;color:#004e9a;font-weight:600}.message-content h1{font-size:1.25rem}.message-content h2{font-size:1.125rem}.message-content h3{font-size:1rem}.message-content ul,.message-content ol{margin:8px 0;padding-left:24px}.message-content li{margin:4px 0}.message-content blockquote{margin:12px 0;padding:12px 16px;background:#f8fafc;border-left:3px solid #004E9A;border-radius:0 8px 8px 0;font-style:italic;color:#787878}.message-content code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:.875em;font-family:SF Mono,Monaco,monospace}.message-content pre{background:#1e293b;color:#e2e8f0;padding:16px;border-radius:8px;overflow-x:auto;margin:12px 0}.message-content pre code{background:none;padding:0;color:inherit}.message-content hr{border:none;border-top:1px solid #e2e8f0;margin:16px 0}.message-content a{color:#187bc0;text-decoration:underline}.message-content strong{font-weight:600;color:#464646}.message-text{display:inline}.message-text>*{display:inline}.message-text p{display:inline}.citation-link{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;margin:0 2px;background:#669b41;color:#fff;font-size:.7rem;font-weight:600;font-family:inherit;border:none;border-radius:4px;cursor:pointer;transition:all .2s;vertical-align:middle}.citation-link:hover{background:#326820;transform:scale(1.1)}.source-highlight{animation:highlightPulse 2s ease}@keyframes highlightPulse{0%,to{background:#f8fafc}25%,75%{background:#d4edda;border-left-color:#326820}}.chat-input-container{background:#fff;border-radius:12px;padding:8px;box-shadow:0 2px 12px #00000014}.chat-input-wrapper{display:flex;gap:12px;align-items:flex-end;background:#fff;border:none;border-radius:8px;padding:4px 4px 4px 12px}.chat-input-wrapper textarea{flex:1;border:none;background:none;resize:none;font-size:15px;line-height:1.5;padding:8px 0;color:#464646;font-family:inherit;min-height:24px;max-height:200px}.chat-input-wrapper textarea:focus{outline:none}.chat-input-wrapper textarea::placeholder{color:#94a3b8}.chat-input-wrapper textarea:disabled{opacity:.6}.chat-input-wrapper button{flex-shrink:0;width:40px;height:40px;border:none;border-radius:8px;background:#004e9a;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .1s}.chat-input-wrapper button:hover:not(:disabled){background:#187bc0}.chat-input-wrapper button:active:not(:disabled){transform:scale(.95)}.chat-input-wrapper button:disabled{background:#cbd5e1;cursor:not-allowed}.chat-input-hint{margin:8px 0 0;font-size:12px;color:#94a3b8;text-align:center}.loading-indicator{display:flex;gap:12px;padding:16px 20px;background:#fff;animation:fadeIn .3s ease}.loading-indicator .message-avatar{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.loading-dots{display:flex;gap:4px;align-items:center;padding:8px 0}.loading-dots span{width:8px;height:8px;background:#94a3b8;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.statistics-overlay{position:fixed;inset:0;background:#0009;z-index:100;display:flex;justify-content:center;align-items:center;padding:24px}.statistics-panel{background:#fff;border-radius:12px;width:95%;max-width:1200px;height:90vh;max-height:900px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.statistics-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#004e9a;color:#fff}.statistics-header-content{display:flex;align-items:center;gap:12px}.statistics-header h2{margin:0;font-size:1.25rem;font-weight:600}.statistics-close{background:#ffffff1a;border:none;color:#fff;padding:8px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.statistics-close:hover{background:#fff3}.statistics-loading{padding:60px;text-align:center;color:#787878}.statistics-content{padding:24px;overflow-y:auto;flex:1}.stats-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media(max-width:768px){.stats-overview{grid-template-columns:repeat(2,1fr)}}.stat-card{background:#f8fafc;border-radius:10px;padding:16px;display:flex;align-items:center;gap:12px;border:1px solid #e2e8f0}.stat-icon{width:40px;height:40px;border-radius:8px;background:#004e9a;color:#fff;display:flex;align-items:center;justify-content:center}.stat-value{font-size:1.5rem;font-weight:700;color:#004e9a;line-height:1}.stat-label{font-size:.8rem;color:#787878;margin-top:2px}.title-selector{margin-bottom:24px}.title-selector label{display:block;font-weight:600;color:#464646;margin-bottom:8px}.select-wrapper{position:relative}.select-wrapper select{width:100%;padding:12px 40px 12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;font-family:inherit;color:#464646;background:#fff;appearance:none;cursor:pointer}.select-wrapper select:focus{outline:none;border-color:#187bc0;box-shadow:0 0 0 3px #187bc01a}.select-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#787878;pointer-events:none}.title-details h3{color:#004e9a;font-size:1.125rem;margin:0 0 16px}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}@media(max-width:768px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}.metric-card{background:#f8fafc;border-radius:8px;padding:12px 16px;border-left:3px solid #669B41}.metric-header{font-size:.75rem;color:#787878;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.metric-value{font-size:1.125rem;font-weight:600;color:#464646}.readability-section{margin-bottom:24px}.readability-section h4{color:#464646;font-size:.9375rem;margin:0 0 12px}.readability-display{display:flex;align-items:center;gap:20px;background:#f8fafc;border-radius:10px;padding:16px 20px}.readability-score{width:64px;height:64px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:700;flex-shrink:0}.readability-info{flex:1}.readability-label{font-weight:600;color:#464646;margin-bottom:8px}.readability-scale{width:100%}.scale-bar{height:8px;background:linear-gradient(to right,#d15420,#de9027,#669b41);border-radius:4px;position:relative}.scale-marker{position:absolute;top:-4px;width:16px;height:16px;background:#fff;border:3px solid #004E9A;border-radius:50%;transform:translate(-50%);box-shadow:0 2px 4px #0003}.scale-labels{display:flex;justify-content:space-between;margin-top:4px;font-size:.7rem;color:#787878}.chapters-section h4{color:#464646;font-size:.9375rem;margin:0 0 12px}.chapters-chart{background:#f8fafc;border-radius:10px;padding:16px}.chapter-bar-container{display:flex;align-items:center;gap:8px;margin-bottom:8px}.chapter-bar-container:last-child{margin-bottom:0}.chapter-name{width:50px;font-size:.75rem;color:#787878;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.chapter-bar-wrapper{flex:1;height:20px;background:#e2e8f0;border-radius:4px;overflow:hidden}.chapter-bar{height:100%;border-radius:4px;transition:width .3s ease}.chapter-value{width:30px;font-size:.75rem;color:#464646;text-align:right;flex-shrink:0}.chapters-more{text-align:center;font-size:.8rem;color:#787878;margin-top:8px;padding-top:8px;border-top:1px solid #e2e8f0}.keywords-section{margin-top:24px}.keywords-section h4{color:#464646;font-size:.9375rem;margin:0 0 12px}.keywords-legend{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px;padding:12px 16px;background:#f8fafc;border-radius:8px}.legend-item{display:flex;align-items:center;gap:6px}.legend-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.legend-label{font-size:.75rem;color:#464646}.keywords-chart{background:#f8fafc;border-radius:10px;padding:16px;position:relative}.stacked-bar-container{display:flex;align-items:center;gap:8px;margin-bottom:6px}.stacked-bar-container:last-child{margin-bottom:0}.stacked-bar-label{width:50px;font-size:.75rem;color:#787878;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.stacked-bar-wrapper{flex:1;height:24px;background:#e2e8f0;border-radius:4px;overflow:hidden}.stacked-bar{height:100%;display:flex;border-radius:4px;overflow:hidden;min-width:20px}.stacked-segment{height:100%;transition:opacity .15s;cursor:pointer}.stacked-segment:hover{opacity:.8}.stacked-bar-total{width:40px;font-size:.75rem;color:#464646;text-align:right;flex-shrink:0;font-weight:500}.keyword-tooltip{position:fixed;background:#1e293b;color:#fff;padding:10px 14px;border-radius:8px;font-size:.8125rem;z-index:200;transform:translate(-50%,-100%);pointer-events:none;box-shadow:0 4px 12px #0000004d;max-width:300px}.keyword-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1e293b}.tooltip-chapter{font-size:.75rem;color:#94a3b8;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tooltip-keyword{display:flex;align-items:center;gap:6px}.tooltip-color{width:10px;height:10px;border-radius:2px;flex-shrink:0}.similarity-section{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.similarity-section h4{color:#464646;font-size:.9375rem;margin:0 0 8px}.similarity-description{font-size:.8125rem;color:#787878;margin:0 0 16px;line-height:1.5}.similarity-selectors{display:flex;gap:16px;margin-bottom:16px}@media(max-width:640px){.similarity-selectors{flex-direction:column}}.similarity-select-group{flex:1;min-width:0}.similarity-select-group label{display:block;font-weight:500;color:#464646;margin-bottom:6px;font-size:.8125rem}.similarity-results{background:#f8fafc;border-radius:10px;padding:16px}.selected-section-info{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e2e8f0}.selected-section-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;color:#787878;margin-bottom:4px}.selected-section-title{font-weight:600;color:#004e9a;font-size:.9375rem}.similar-sections-header{font-size:.8125rem;font-weight:600;color:#464646;margin-bottom:12px}.similar-sections-list{display:flex;flex-direction:column;gap:8px}.similar-section-card{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.similar-section-rank{font-size:.75rem;font-weight:600;color:#787878;min-width:24px}.similar-section-content{flex:1;min-width:0}.similar-section-title{font-weight:500;color:#464646;font-size:.875rem;margin-bottom:4px;word-break:break-word}.similar-section-source{font-size:.75rem;color:#787878}.similar-section-score{text-align:center;flex-shrink:0}.score-badge{display:inline-block;padding:4px 10px;border-radius:12px;color:#fff;font-weight:600;font-size:.8125rem}.score-label{font-size:.65rem;color:#787878;margin-top:2px}.no-similarities{text-align:center;color:#787878;font-size:.875rem;padding:20px}.chat-sidebar{width:260px;background:#f8fafc;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;height:100%;flex-shrink:0}.sidebar-header{padding:16px;border-bottom:1px solid #e2e8f0}.new-chat-button{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#004e9a;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:background .2s}.new-chat-button:hover{background:#003d7a}.sidebar-content{flex:1;overflow-y:auto;padding:8px 0}.sidebar-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;color:#787878;font-size:.875rem}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:40px 20px;color:#787878;text-align:center}.sidebar-empty p{margin:0;font-size:.875rem}.sidebar-empty-hint{font-size:.75rem!important;color:#a0a0a0}.chat-list{display:flex;flex-direction:column}.chat-group{margin-bottom:8px}.chat-group-label{padding:8px 16px 4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#787878}.chat-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 16px;background:transparent;border:none;text-align:left;font-size:.8125rem;font-family:inherit;color:#464646;cursor:pointer;transition:background .15s}.chat-item:hover{background:#e2e8f0}.chat-item.active{background:#dbeafe;color:#004e9a}.chat-item.active:hover{background:#bfdbfe}.chat-item svg{flex-shrink:0;color:#787878}.chat-item.active svg{color:#004e9a}.chat-item-title{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:768px){.chat-sidebar{width:100%;max-width:300px;position:fixed;left:0;top:0;bottom:0;z-index:50;transform:translate(-100%);transition:transform .2s ease}.chat-sidebar.open{transform:translate(0)}}.app{height:100vh;background:#fff;position:relative;overflow:hidden}.app-layout{display:flex;height:100%}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.background-logo{position:fixed;bottom:-80px;right:-80px;width:400px;height:400px;opacity:.08;pointer-events:none;z-index:0}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;width:100%}.chat-area{flex:1;display:flex;flex-direction:column;overflow:hidden;max-width:800px;width:100%;margin:0 auto}.messages-container{flex:1;overflow-y:auto;overflow-x:hidden}.messages{min-height:100%;max-width:800px;margin:0 auto;padding:0 20px}.error-message{padding:12px 20px;margin:12px 0;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem}.error-message p{margin:0}.input-section{padding:20px;max-width:800px;width:100%;margin:0 auto;box-sizing:border-box}.footer{padding:10px 20px;text-align:center;font-size:.7rem;color:#787878;background:#f8fafc;border-top:1px solid #e2e8f0;line-height:1.4;width:100%}
