:root{--space-chat-primary: #6366f1;--space-chat-primary-dark: #4f46e5;--space-chat-primary-light: #818cf8;--space-chat-secondary: #a855f7;--space-chat-secondary-dark: #9333ea;--space-chat-text: #1f2937;--space-chat-text-light: #6b7280;--space-chat-background: #ffffff;--space-chat-background-muted: #f9fafb;--space-chat-border: rgba(99, 102, 241, .2);--space-chat-shadow: 0 10px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);--space-chat-radius: 1rem;--space-chat-radius-sm: .5rem;--space-chat-transition: all .3s ease}.space-chat-button{position:fixed;bottom:1rem;right:1rem;padding:1rem;border-radius:9999px;background:linear-gradient(to right,var(--space-chat-primary),var(--space-chat-secondary));color:#fff;border:none;box-shadow:var(--space-chat-shadow);cursor:pointer;z-index:50;transition:var(--space-chat-transition);display:flex;align-items:center;justify-content:center}.space-chat-button:hover{background:linear-gradient(to right,var(--space-chat-primary-dark),var(--space-chat-secondary-dark));transform:scale(1.05)}@keyframes sparkle{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}.space-chat-icon{width:1.5rem;height:1.5rem;animation:sparkle 2s infinite}.space-chat-icon-sm{width:1.25rem;height:1.25rem}.space-chat-window{position:fixed;bottom:1rem;right:1rem;width:calc(100% - 2rem);max-width:400px;background-color:#ffffff0d;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--space-chat-shadow);border-radius:var(--space-chat-radius);display:flex;flex-direction:column;overflow:hidden;z-index:50;border:1px solid rgba(255,255,255,.1);transition:var(--space-chat-transition)}@media (min-width: 768px){.space-chat-window{right:1.5rem}}.space-chat-open{height:80vh;max-height:600px;opacity:1;transform:scale(1)}.space-chat-closed{height:0;opacity:0;transform:scale(.95);pointer-events:none}.space-chat-header{background:linear-gradient(to right,var(--space-chat-primary),var(--space-chat-secondary));color:#fff;padding:1rem;display:flex;justify-content:space-between;align-items:center}.space-chat-title{font-size:1.125rem;font-weight:600;display:flex;align-items:center;margin:0}.space-chat-title-icon{margin-right:.5rem;width:1.25rem;height:1.25rem}.space-chat-close-btn{color:#fff;background:transparent;border:none;border-radius:9999px;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--space-chat-transition)}.space-chat-messages{padding:1rem;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;background-image:linear-gradient(to bottom,var(--space-chat-background),rgba(255,255,255,.8));background-blend-mode:overlay;background-size:cover;background-position:center;max-height:calc(80vh - 120px)}.space-chat-suggestions{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem}.space-chat-help-text{text-align:center;color:var(--space-chat-text-light);margin-bottom:1rem}.space-chat-suggestion-btn{display:block;width:100%;text-align:left;padding:.75rem 1rem;border-radius:var(--space-chat-radius);background:linear-gradient(to right,#6366f11a,#a855f71a);border:1px solid var(--space-chat-border);transition:var(--space-chat-transition);cursor:pointer}.space-chat-suggestion-btn:hover{background:linear-gradient(to right,#6366f133,#a855f733)}.space-chat-suggestion-text{background:linear-gradient(to right,var(--space-chat-primary),var(--space-chat-secondary));-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:500}.space-chat-message-container{display:flex}.space-chat-user{justify-content:flex-end}.space-chat-assistant{justify-content:flex-start}.space-chat-message-wrapper{display:flex;flex-direction:column;max-width:85%}.space-chat-message-user{align-items:flex-end}.space-chat-message-assistant{align-items:flex-start}.space-chat-message-sender{font-size:.75rem;margin-bottom:.25rem}.space-chat-sender-user{color:var(--space-chat-primary-light)}.space-chat-sender-assistant{color:var(--space-chat-text-light)}.space-chat-message{padding:.75rem 1rem;border-radius:var(--space-chat-radius);word-break:break-word}.space-chat-message-text{background:linear-gradient(to right,var(--space-chat-primary),var(--space-chat-secondary));color:#fff;border-top-right-radius:.25rem;box-shadow:0 1px 3px #0000001a}.space-chat-message-html{background:linear-gradient(to bottom right,#6366f11a,#a855f71a);border:1px solid var(--space-chat-border);color:var(--space-chat-text);border-top-left-radius:.25rem;box-shadow:0 1px 3px #0000000d}.space-chat-form{display:flex;align-items:flex-end;padding:.75rem;border-top:1px solid rgba(0,0,0,.1);background-color:#f9fafb4d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);flex-shrink:0}.space-chat-input-container{position:relative;flex:1}.space-chat-textarea{width:100%;min-height:40px;max-height:150px;padding:.5rem 3rem .5rem 1rem;background-color:var(--space-chat-background);color:var(--space-chat-text);border:1px solid var(--space-chat-border);border-radius:var(--space-chat-radius);resize:none;overflow:hidden;transition:height .2s ease;font-family:inherit;font-size:.875rem;line-height:1.5}.space-chat-textarea:focus{outline:none;border-color:var(--space-chat-primary-light);box-shadow:0 0 0 2px #6366f14d}.space-chat-textarea::-moz-placeholder{color:var(--space-chat-text-light);opacity:.7}.space-chat-textarea::placeholder{color:var(--space-chat-text-light);opacity:.7}.space-chat-send-btn{position:absolute;right:.5rem;bottom:.6rem;height:2rem;width:2rem;border-radius:9999px;background:linear-gradient(to right,var(--space-chat-primary),var(--space-chat-secondary));color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--space-chat-transition)}.space-chat-send-btn:hover:not(:disabled){background:linear-gradient(to right,var(--space-chat-primary-dark),var(--space-chat-secondary-dark))}.space-chat-btn-disabled{opacity:.7;cursor:not-allowed}.space-chat-clear-btn{margin-left:.5rem;height:2.25rem;width:2.25rem;border-radius:9999px;background:transparent;color:var(--space-chat-text-light);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--space-chat-transition)}.space-chat-clear-btn:hover{color:#ef4444;background-color:#ef44441a}.space-chat-spin{animation:space-chat-spin 1s linear infinite}@keyframes space-chat-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-link{color:var(--space-chat-primary-light);text-decoration:underline;transition:color .2s ease}.custom-link:hover{color:var(--space-chat-primary)}.space-chat-message-html a{color:var(--space-chat-primary-light);text-decoration:underline;transition:color .2s ease}.space-chat-message-html a:hover{color:var(--space-chat-primary)}.space-chat-message-html p{margin-bottom:.75rem}.space-chat-message-html p:last-child{margin-bottom:0}.space-chat-message-html ul,.space-chat-message-html ol{margin-left:1.5rem;margin-bottom:.75rem}.space-chat-message-html li{margin-bottom:.25rem}.space-chat-message-html strong{font-weight:600}.space-chat-messages::-webkit-scrollbar{width:6px}.space-chat-messages::-webkit-scrollbar-track{background:transparent}.space-chat-messages::-webkit-scrollbar-thumb{background-color:#818cf84d;border-radius:20px}.space-chat-messages::-webkit-scrollbar-thumb:hover{background-color:#818cf880}@media (prefers-color-scheme: dark){:root{--space-chat-text: #e5e7eb;--space-chat-text-light: #9ca3af;--space-chat-background: #1f2937;--space-chat-background-muted: #111827;--space-chat-border: rgba(99, 102, 241, .3)}.space-chat-window{background-color:#1f2937f2}.space-chat-message-html{background:linear-gradient(to bottom right,#6366f133,#a855f733)}.space-chat-form{background-color:#1118274d}}.space-chat-window{display:flex;flex-direction:column;height:80vh;max-height:600px}.appointment-flow{background-color:var(--space-chat-background-muted);border:1px solid var(--space-chat-border);border-radius:var(--space-chat-radius);padding:1rem;margin-bottom:1rem;box-shadow:var(--space-chat-shadow);color:var(--space-chat-text)}.appointment-flow p{margin-bottom:.5rem;font-weight:500}.appointment-flow button{margin:.25rem .25rem .25rem 0;padding:.5rem 1rem;background:linear-gradient(to right,var(--space-chat-primary),var(--space-chat-secondary));color:#fff;border:none;border-radius:var(--space-chat-radius-sm);cursor:pointer;transition:var(--space-chat-transition)}.appointment-flow button:hover{background:linear-gradient(to right,var(--space-chat-primary-dark),var(--space-chat-secondary-dark))}.appointment-flow input[type=text],.appointment-flow input[type=date]{width:100%;padding:.5rem;border:1px solid var(--space-chat-border);border-radius:var(--space-chat-radius);margin-bottom:.5rem;font-size:.875rem}
