.markdown-content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:var(--foreground);max-width:100%;word-wrap:break-word;font-size:16px}.markdown-h1{font-size:2.5em;font-weight:700;margin:1.5em 0 .8em;padding-bottom:.3em;border-bottom:3px solid #e1e5e9;color:var(--foreground);line-height:1.2}.markdown-h2{font-size:2em;margin:1.3em 0 .7em;padding-bottom:.2em;border-bottom:2px solid #e1e5e9;line-height:1.3}.markdown-h2,.markdown-h3{font-weight:600;color:var(--foreground)}.markdown-h3{font-size:1.5em;margin:1.2em 0 .6em;line-height:1.4}.markdown-h4{font-size:1.25em;margin:1em 0 .5em}.markdown-h4,.markdown-h5{font-weight:600;color:var(--foreground);line-height:1.4}.markdown-h5{font-size:1.1em;margin:.9em 0 .4em}.markdown-h6{font-size:1em;font-weight:600;margin:.8em 0 .3em;color:#666;line-height:1.4}.markdown-paragraph{margin:0 0 1em;line-height:1.7;color:var(--foreground)}.markdown-ol,.markdown-ul{margin:.8em 0;padding-left:2em}.markdown-li{margin:.3em 0;line-height:1.6}.markdown-li::marker{color:#0066cc;font-weight:700}.markdown-link{color:#0066cc;text-decoration:none;border-bottom:1px solid transparent;transition:all .2s ease}.markdown-link:hover{color:#0052a3;border-bottom-color:#0066cc;background-color:rgba(0,102,204,.1);padding:2px 4px;margin:-2px -4px;border-radius:4px}.markdown-blockquote{margin:1.5em 0;padding:1em 1.5em;border-left:4px solid #0066cc;background-color:rgba(0,102,204,.05);border-radius:0 8px 8px 0;font-style:italic;position:relative}.markdown-blockquote:before{content:'"';font-size:4em;color:rgba(0,102,204,.3);position:absolute;top:-10px;left:10px;font-family:Georgia,serif}.markdown-inline-code{background-color:rgba(175,184,193,.2);padding:2px 6px;border-radius:4px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em;color:#e83e8c;border:1px solid rgba(175,184,193,.3)}.markdown-code{background-color:#f6f8fa;padding:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em}.markdown-code,.markdown-table-container{border-radius:8px;overflow-x:auto;border:1px solid #e1e5e9}.markdown-table-container{margin:1.5em 0}.markdown-table{width:100%;border-collapse:collapse;font-size:.95em}.markdown-thead{background-color:#f6f8fa}.markdown-th{text-align:left;font-weight:600;border-bottom:2px solid #e1e5e9}.markdown-td,.markdown-th{padding:12px 16px;color:var(--foreground)}.markdown-td{border-bottom:1px solid #e1e5e9}.markdown-tr:nth-child(2n){background-color:rgba(0,0,0,.02)}.markdown-tr:hover{background-color:rgba(0,102,204,.05)}.markdown-hr{border:none;height:2px;background:linear-gradient(90deg,transparent,#e1e5e9,transparent);margin:2em 0}.markdown-strong{font-weight:700;color:var(--foreground)}.markdown-em{font-style:italic;color:var(--foreground)}@media (prefers-color-scheme:dark){.markdown-h1,.markdown-h2{border-bottom-color:#30363d}.markdown-h6{color:#8b949e}.markdown-link{color:#58a6ff}.markdown-link:hover{color:#79c0ff;border-bottom-color:#58a6ff;background-color:rgba(88,166,255,.1)}.markdown-blockquote{border-left-color:#58a6ff;background-color:rgba(88,166,255,.1)}.markdown-blockquote:before{color:rgba(88,166,255,.3)}.markdown-inline-code{background-color:rgba(110,118,129,.4);color:#f47067;border-color:rgba(110,118,129,.6)}.markdown-code{background-color:#161b22}.markdown-code,.markdown-table-container{border-color:#30363d}.markdown-thead{background-color:#161b22}.markdown-td,.markdown-th{border-color:#30363d}.markdown-tr:nth-child(2n){background-color:rgba(255,255,255,.03)}.markdown-tr:hover{background-color:rgba(88,166,255,.1)}.markdown-hr{background:linear-gradient(90deg,transparent,#30363d,transparent)}}@media (max-width:768px){.markdown-content{font-size:14px}.markdown-h1{font-size:2em}.markdown-h2{font-size:1.7em}.markdown-h3{font-size:1.4em}.markdown-table-container{font-size:.9em}.markdown-td,.markdown-th{padding:8px 12px}.markdown-ol,.markdown-ul{padding-left:1.5em}}@keyframes fadeIn{0%{transform:translateY(10px)}to{transform:translateY(0)}}.llm-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 1rem}.llm-page-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;color:var(--foreground)}.llm-container{max-width:800px;margin:0 auto;background:var(--background);border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.llm-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:2.5rem 2rem;text-align:center;color:white}.llm-title{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.llm-subtitle{font-size:1.1rem;opacity:.9;margin:0;font-weight:300}.llm-search-section{padding:2rem;border-bottom:1px solid #e1e5e9;background:rgba(255,255,255,.5)}.llm-search-form{margin-bottom:2rem}.llm-input-group{display:flex;gap:1rem;align-items:stretch}.llm-search-input{flex:1 1;padding:1rem 1.5rem;border:2px solid #e1e5e9;border-radius:12px;font-size:1rem;transition:all .3s ease;background:white;box-shadow:0 2px 8px rgba(0,0,0,.05)}.llm-search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.llm-search-input::placeholder{color:#a0a0a0}.llm-quick-searches{text-align:center}.llm-quick-label{margin:0 0 1rem;font-size:.9rem;color:#666;font-weight:500}.llm-quick-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.llm-button-quick{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#333;padding:.75rem 1.5rem;font-size:.9rem;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.llm-button-quick:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.llm-conversation-section{padding:2rem;border-bottom:1px solid #e1e5e9;background:rgba(255,255,255,.3);min-height:400px;max-height:70vh;flex:1 1;display:flex;flex-direction:column}.llm-conversation-title{margin:0 0 1.5rem;font-size:1.2rem;color:#333;font-weight:600}.llm-conversation-history{flex:1 1;overflow-y:auto;padding:0;scroll-behavior:smooth;overflow-anchor:auto;display:flex;flex-direction:column;gap:1rem;min-height:0}.llm-message{padding:1rem;border-radius:12px;position:relative;flex-shrink:0}.llm-message-user{background:linear-gradient(135deg,#667eea,#764ba2);color:white;margin-left:2rem;text-align:right}.llm-message-assistant{background:#f8f9fa;color:#333;margin-right:2rem;border:1px solid #e1e5e9}.llm-message-content{margin-bottom:.5rem;line-height:1.5}.llm-message-time{font-size:.8rem;opacity:.7}.llm-assistant-content{width:100%}.llm-assistant-content .llm-block{margin-bottom:1rem;animation:llm-slideIn .5s ease-out}.llm-assistant-content .llm-block:last-child{margin-bottom:0}.llm-streaming-message{opacity:1;transition:opacity .3s ease}.llm-typing-indicator{opacity:.7;animation:llm-pulse 1.5s infinite}@keyframes llm-pulse{0%,to{opacity:.7}50%{opacity:1}}.llm-followup-section{padding:2rem;border-bottom:1px solid #e1e5e9;background:rgba(255,248,220,.5);border-left:4px solid #ffc107}.llm-followup-form{margin:0}.llm-controls{padding:2rem;border-bottom:1px solid #e1e5e9;background:rgba(255,255,255,.5)}.llm-control-group{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.llm-button{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none;box-shadow:0 4px 15px rgba(0,0,0,.1)}.llm-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s}.llm-button:hover:before{left:100%}.llm-button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.llm-button-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.4)}.llm-button-secondary{background:linear-gradient(135deg,#f093fb,#f5576c);color:white}.llm-button-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(240,147,251,.4)}.llm-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.llm-button-icon{font-size:1.2rem}.llm-loading-indicator{display:flex;align-items:center;gap:.75rem;color:#667eea;font-weight:500}.llm-spinner{width:20px;height:20px;border:2px solid #e1e5e9;border-top-color:#667eea;border-radius:50%;animation:llm-spin 1s linear infinite}@keyframes llm-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.llm-content{padding:2rem;min-height:200px;max-height:70vh;overflow-y:auto}.llm-content::-webkit-scrollbar{width:8px}.llm-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.llm-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.llm-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.llm-block{margin-bottom:1.5rem;animation:llm-slideIn .5s ease-out}.llm-block:last-child{margin-bottom:0}@keyframes llm-slideIn{0%{transform:translateY(20px)}to{transform:translateY(0)}}.llm-empty-state{text-align:center;padding:3rem 1rem;color:#666}.llm-empty-icon{font-size:3rem;margin-bottom:1rem;animation:llm-float 3s ease-in-out infinite}.llm-empty-state p{font-size:1.1rem;margin:0}@keyframes llm-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-color-scheme:dark){.llm-page{background:linear-gradient(135deg,#2d3748,#4a5568)}.llm-container{background:#1a202c;border-color:rgba(255,255,255,.1)}.llm-controls,.llm-search-section{background:rgba(45,55,72,.5);border-color:#4a5568}.llm-content::-webkit-scrollbar-track{background:#2d3748}.llm-content::-webkit-scrollbar-thumb{background:#4a5568}.llm-content::-webkit-scrollbar-thumb:hover{background:#718096}.llm-empty-state{color:#a0aec0}.llm-search-input{background:#2d3748;border-color:#4a5568;color:white}.llm-search-input::placeholder{color:#718096}.llm-search-input:focus{border-color:#667eea}.llm-quick-label{color:#a0aec0}.llm-conversation-section{background:rgba(45,55,72,.3);border-color:#4a5568}.llm-conversation-title{color:#e2e8f0}.llm-message-assistant{background:#2d3748;color:#e2e8f0;border-color:#4a5568}.llm-followup-section{background:rgba(68,51,34,.5);border-left-color:#d69e2e}}@media (max-width:768px){.llm-page{padding:1rem .5rem}.llm-container{border-radius:12px;margin:0 .5rem}.llm-header{padding:2rem 1.5rem}.llm-title{font-size:2rem}.llm-subtitle{font-size:1rem}.llm-controls,.llm-search-section{padding:1.5rem}.llm-control-group{flex-direction:column;align-items:stretch}.llm-button{justify-content:center}.llm-content{padding:1.5rem}.llm-loading-indicator{justify-content:center}.llm-input-group,.llm-quick-buttons{flex-direction:column}.llm-quick-buttons{align-items:stretch}.llm-button-quick{text-align:center}.llm-conversation-section,.llm-followup-section{padding:1.5rem}.llm-conversation-history{max-height:200px}.llm-message-user{margin-left:1rem}.llm-message-assistant{margin-right:1rem}}@media (max-width:480px){.llm-page{padding:.5rem}.llm-container{border-radius:8px}.llm-header{padding:1.5rem 1rem}.llm-title{font-size:1.75rem}.llm-content,.llm-controls,.llm-conversation-section,.llm-followup-section,.llm-search-section{padding:1rem}.llm-conversation-history{max-height:150px}.llm-message-user{margin-left:.5rem}.llm-message-assistant{margin-right:.5rem}.llm-message{padding:.75rem}}.llm-container{animation:llm-fadeInUp .1s ease-out}@keyframes llm-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}