:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%}.feast-concierge{display:flex;flex-direction:column;height:100vh;max-height:100vh;background:linear-gradient(to bottom right,#eff6ff,#faf5ff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header{background:linear-gradient(to right,#2563eb,#9333ea);color:#fff;padding:1.5rem;box-shadow:0 4px 6px #0000001a}.header-content{max-width:1024px;margin:0 auto}.header-title{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.header-title h1{font-size:1.5rem;font-weight:700;margin:0}.header-subtitle{color:#bfdbfe;margin:0;font-size:.875rem}.quick-actions{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem}.quick-actions-content{max-width:1024px;margin:0 auto;display:flex;gap:.5rem;overflow-x:auto}.quick-action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#eff6ff;color:#1d4ed8;border:none;border-radius:9999px;font-size:.875rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:background .2s}.quick-action-btn:hover{background:#dbeafe}.quick-action-btn svg{flex-shrink:0}.messages-container{flex:1;overflow-y:auto;padding:1rem}.messages-content{max-width:1024px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.message{display:flex;gap:.75rem}.user-message{flex-direction:row-reverse}.assistant-message{flex-direction:row}.message-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.user-avatar{background:#9333ea;color:#fff}.assistant-avatar{background:#2563eb;color:#fff}.message-content{flex:1;padding:1rem;border-radius:.5rem}.user-message .message-content{background:#9333ea;color:#fff;margin-left:3rem}.assistant-message .message-content{background:#fff;color:#1f2937;margin-right:3rem;box-shadow:0 1px 2px #0000000d}.message-text{white-space:pre-wrap;line-height:1.5}.typing-indicator{display:flex;gap:.5rem}.typing-indicator span{width:8px;height:8px;background:#9ca3af;border-radius:50%;animation:bounce 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 bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.input-container{background:#fff;border-top:1px solid #e5e7eb;padding:1rem}.input-content{max-width:1024px;margin:0 auto;display:flex;gap:.5rem}.input-field{flex:1;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:9999px;font-size:1rem;outline:none;transition:border-color .2s,box-shadow .2s}.input-field:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.send-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(to right,#2563eb,#9333ea);color:#fff;border:none;border-radius:9999px;font-weight:500;cursor:pointer;transition:opacity .2s}.send-button:hover{opacity:.9}.footer-text{text-align:center;margin-top:.5rem;font-size:.75rem;color:#6b7280}@media(max-width:768px){.feast-concierge{height:100vh}.user-message .message-content{margin-left:1rem}.assistant-message .message-content{margin-right:1rem}.send-button span{display:none}}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:#f3f4f6}.messages-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.messages-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}
