.message-list{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.message{display:flex;flex-direction:column;max-width:70%}.message.user{align-self:flex-end}.message.assistant{align-self:flex-start}.message.system{align-self:center;max-width:80%}.message-content{background:#f1f3f4;padding:.75rem 1rem;border-radius:1rem;word-wrap:break-word}.message.user .message-content{background:#1a365d;color:#fff}.message.system .message-content{background:#fef5e7;border:1px solid #f6e05e;color:#744210;text-align:center;font-size:.9rem}.message.error .message-content{background:#fed7d7;border:1px solid #f56565;color:#c53030}.message-time{font-size:.75rem;color:#718096;margin-top:.25rem;padding:0 .5rem}.message.user .message-time{text-align:right}.typing-indicator{display:flex;gap:.25rem;align-items:center}.typing-indicator span{width:6px;height:6px;background:#718096;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.message-input-form{border-top:1px solid #e2e8f0;padding:1rem}.input-container{display:flex;gap:.5rem;align-items:flex-end}.message-input{flex:1;border:1px solid #e2e8f0;border-radius:1rem;padding:.75rem 1rem;font-family:inherit;font-size:1rem;resize:none;min-height:44px;max-height:120px;outline:none;transition:border-color .2s}.message-input:focus{border-color:#1a365d;box-shadow:0 0 0 3px #1a365d1a}.message-input:disabled{background:#f7fafc;cursor:not-allowed}.send-button{background:#1a365d;color:#fff;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.send-button:hover:not(:disabled){background:#2d3748;transform:scale(1.05)}.send-button:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.send-button svg{transform:rotate(-90deg)}.suggestion-buttons{padding:1rem;border-top:1px solid #e2e8f0;background:#f7fafc}.suggestions-label{font-size:.875rem;color:#4a5568;margin-bottom:.5rem}.suggestions-list{display:flex;flex-wrap:wrap;gap:.5rem}.suggestion-btn{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;transition:all .2s;color:#4a5568}.suggestion-btn:hover{background:#edf2f7;border-color:#cbd5e0;color:#2d3748}.business-card{background:#f7fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;margin:.5rem 0}.business-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.business-header h3{margin:0;color:#2d3748;font-size:1.125rem}.business-category{background:#e2e8f0;color:#4a5568;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500}.business-address,.business-phone,.business-hours{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;color:#4a5568}.business-rating{display:flex;align-items:center;gap:.5rem;margin:.75rem 0}.rating-stars{color:#f6e05e;font-size:1rem}.rating-value{font-size:.875rem;color:#718096}.view-details-btn{background:#1a365d;color:#fff;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;transition:background-color .2s;width:100%;margin-top:.5rem}.view-details-btn:hover{background:#2d3748}.chat-interface{height:100%;display:flex;flex-direction:column;background:#fff}.chat-messages{flex:1;display:flex;flex-direction:column;overflow:hidden}.messages-end{height:0}.business-explorer{height:100%;display:flex;flex-direction:column;background:#fff;border-radius:8px;overflow:hidden}.explorer-header{padding:1rem;border-bottom:1px solid #e2e8f0}.explorer-header h3{margin:0 0 1rem;color:#2d3748}.search-box input{width:100%;padding:.5rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem}.search-box input:focus{outline:none;border-color:#1a365d;box-shadow:0 0 0 3px #1a365d1a}.category-filters{padding:1rem;border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:.5rem}.category-filters button{background:#f7fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;cursor:pointer;transition:all .2s}.category-filters button:hover,.category-filters button.active{background:#1a365d;color:#fff;border-color:#1a365d}.business-list{flex:1;overflow-y:auto;padding:.5rem}.business-item{padding:.75rem;border-radius:.375rem;cursor:pointer;transition:background-color .2s;margin-bottom:.5rem}.business-item:hover{background:#f7fafc}.business-item.active{background:#e6fffa;border:1px solid #38b2ac}.business-item h4{margin:0 0 .25rem;font-size:.875rem;color:#2d3748}.business-type{margin:0;font-size:.75rem;color:#718096}.rating{font-size:.75rem;color:#f6e05e;margin-top:.25rem}.loading,.no-results{text-align:center;color:#718096;padding:2rem;font-size:.875rem}.context-breadcrumb{display:flex;align-items:center;gap:.5rem;padding:.5rem 0}.breadcrumb-item{font-size:.875rem;text-decoration:none;color:#4a5568;transition:color .2s}.breadcrumb-item.community{background:none;border:none;cursor:pointer;font-family:inherit}.breadcrumb-item.community:hover{color:#1a365d;text-decoration:underline}.breadcrumb-item.current{color:#1a365d;font-weight:500}.separator{color:#cbd5e0;font-weight:700}.modern-chat-interface{display:flex;flex-direction:column;height:600px;background:#fff;border-radius:16px;overflow:hidden}.messages-area{flex:1;overflow-y:auto;padding:1.5rem;scroll-behavior:smooth}.messages-area::-webkit-scrollbar{width:6px}.messages-area::-webkit-scrollbar-track{background:#f3f4f6}.messages-area::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.messages-area::-webkit-scrollbar-thumb:hover{background:#9ca3af}.message{display:flex;gap:.75rem;margin-bottom:1.5rem;animation:messageSlide .3s ease-out}.message.user{flex-direction:row-reverse}.message-avatar{width:32px;height:32px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.message.assistant .message-avatar{background:linear-gradient(135deg,#667eea,#764ba2)}.message-content{max-width:70%;display:flex;flex-direction:column;gap:.25rem}.message.user .message-content{align-items:flex-end}.message-bubble{padding:.75rem 1rem;border-radius:18px;font-size:.95rem;line-height:1.5;word-wrap:break-word}.message.user .message-bubble{background:#667eea;color:#fff;border-bottom-right-radius:4px}.message.assistant .message-bubble{background:#f3f4f6;color:#1f2937;border-bottom-left-radius:4px}.message-time{font-size:.75rem;color:#9ca3af;padding:0 .5rem}.typing-indicator{display:flex;align-items:center;gap:4px;padding:1rem}.typing-indicator span{width:8px;height:8px;background:#9ca3af;border-radius:50%;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:scale(1);opacity:.5}30%{transform:scale(1.2);opacity:1}}.input-area{border-top:1px solid #e5e7eb;background:#f9fafb;padding:1rem}.suggestions-bar{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.suggestions-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.suggestion-chip{padding:.375rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:16px;font-size:.875rem;color:#4b5563;cursor:pointer;transition:all .2s ease}.suggestion-chip:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-1px)}.chat-form{position:relative}.input-wrapper{display:flex;gap:.5rem;align-items:center}.chat-input{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:24px;font-size:1rem;background:#fff;transition:all .2s ease;outline:none}.chat-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.chat-input::placeholder{color:#9ca3af}.send-button{width:44px;height:44px;border-radius:50%;border:none;background:#667eea;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1.2rem}.send-button:hover:not(:disabled){background:#5a67d8;transform:scale(1.05)}.send-button:active:not(:disabled){transform:scale(.95)}.send-button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.send-icon{display:inline-block;transform:translate(1px)}.input-helper{margin-top:.5rem;text-align:center}.helper-text{font-size:.75rem;color:#9ca3af}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.modern-chat-interface{height:500px}.message-content{max-width:85%}.messages-area{padding:1rem}.input-area{padding:.75rem}.suggestions-bar{overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}}@media (prefers-color-scheme: dark){.modern-chat-interface{background:#1a1a1a}.messages-area{background:#0f0f0f}.messages-area::-webkit-scrollbar-track{background:#1f1f1f}.messages-area::-webkit-scrollbar-thumb{background:#374151}.message-avatar{background:#1f1f1f}.message.assistant .message-bubble{background:#1f1f1f;color:#e5e7eb}.input-area{background:#1a1a1a;border-top-color:#2a2a2a}.chat-input{background:#0f0f0f;border-color:#2a2a2a;color:#e5e7eb}.chat-input:focus{border-color:#667eea}.suggestion-chip{background:#1f1f1f;border-color:#2a2a2a;color:#e5e7eb}}.modern-landing{min-height:100vh;display:flex;flex-direction:column;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.modern-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:1rem}.ai-badge{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:16px;box-shadow:0 2px 8px #667eea4d}.site-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.site-tagline{font-size:.875rem;color:#6b7280;margin:0}.community-stats{display:flex;gap:1rem}.stat-pill{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f3f4f6;border-radius:20px;font-size:.875rem;color:#4b5563;transition:all .2s ease}.stat-pill:hover{background:#e5e7eb;transform:translateY(-1px)}.stat-emoji{font-size:1.1rem}.modern-main{flex:1;display:flex;flex-direction:column;max-width:1200px;margin:0 auto;width:100%;padding:2rem}.welcome-section{text-align:center;margin-bottom:2rem;transition:all .3s ease}.welcome-section.collapsed{margin-bottom:1rem}.welcome-content{max-width:700px;margin:0 auto 2rem}.welcome-title{font-size:2rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;line-height:1.3}.welcome-subtitle{font-size:1.125rem;color:#6b7280;line-height:1.6}.example-cards{animation:fadeIn .5s ease-out}.examples-label{font-size:.875rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-weight:500}.examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;max-width:900px;margin:0 auto}.example-card{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;font-size:.95rem;color:#374151;font-weight:500}.example-card:hover{border-color:#667eea;background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.example-card:active{transform:translateY(0)}.example-icon{font-size:1.5rem;flex-shrink:0}.example-text{flex:1}.chat-section{flex:1;display:flex;justify-content:center;margin-bottom:2rem}.chat-container{width:100%;max-width:800px;background:#fff;border:2px solid #e5e7eb;border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.chat-container.focused{border-color:#667eea;box-shadow:0 4px 20px #667eea26}.helper-tips{display:flex;justify-content:center;margin-bottom:2rem}.tip{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#f3f4f6;border-radius:20px;font-size:.875rem;color:#6b7280}.tip-icon{font-size:1.1rem}.modern-footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1.5rem 0}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer-text{color:#6b7280;font-size:.875rem;margin:0}.footer-links{display:flex;align-items:center;gap:.5rem}.footer-link{background:none;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;padding:.25rem .5rem;transition:color .2s ease}.footer-link:hover{color:#667eea}.footer-divider{color:#d1d5db}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.header-container{flex-direction:column;gap:1rem;text-align:center}.community-stats{justify-content:center}.examples-grid{grid-template-columns:1fr}.welcome-title{font-size:1.5rem}.modern-main{padding:1rem}.footer-content{flex-direction:column;gap:1rem;text-align:center}}.example-card:focus,.footer-link:focus{outline:2px solid #667eea;outline-offset:2px}@media (prefers-color-scheme: dark){.modern-landing{background:#0f0f0f}.modern-header{background:#0f0f0ff2;border-bottom-color:#1f1f1f}.site-name{color:#f3f4f6}.site-tagline,.stat-pill{color:#9ca3af}.stat-pill{background:#1f1f1f}.welcome-title{color:#f3f4f6}.welcome-subtitle{color:#9ca3af}.example-card{background:#1a1a1a;border-color:#2a2a2a;color:#e5e7eb}.example-card:hover{background:#1f1f1f}.chat-container{background:#1a1a1a;border-color:#2a2a2a}.tip{background:#1f1f1f;color:#9ca3af}.modern-footer{background:#0a0a0a;border-top-color:#1f1f1f}}.app{min-height:100vh;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#2d3748}.app-header{background:#1a365d;color:#fff;padding:1rem 0;box-shadow:0 2px 4px #0000001a}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:1rem}.community-logo{width:48px;height:48px;border-radius:8px;object-fit:cover}.brand h1{font-size:1.5rem;font-weight:700;margin:0}.brand .tagline{font-size:.875rem;opacity:.9;margin:.25rem 0 0}.app-main{flex:1;display:grid;grid-template-columns:320px 1fr;max-width:1200px;margin:0 auto;width:100%;gap:2rem;padding:2rem}.sidebar{background:#f7fafc;border-radius:8px;padding:0;height:fit-content;max-height:calc(100vh - 200px);overflow:hidden}.chat-section{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;overflow:hidden;display:flex;flex-direction:column;height:calc(100vh - 200px)}.app-footer{background:#2d3748;color:#fff;text-align:center;padding:1rem;font-size:.875rem}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f7fa}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#1a365d;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.theme-default{--primary-color: #1a365d;--secondary-color: #2d3748}.theme-kemptville{--primary-color: #2c5530;--secondary-color: #38a169}@media (max-width: 768px){.app-main{grid-template-columns:1fr;padding:1rem;gap:1rem}.sidebar{order:2;max-height:300px}.chat-section{order:1;height:60vh}.header-content{flex-direction:column;text-align:center;gap:1rem}}
