@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&family=DM+Serif+Display:ital@0;1&display=swap";.chat-toggle{color:#fff;cursor:pointer;z-index:9998;background:#4f46e5;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;transition:box-shadow .2s,transform .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 16px #4f46e559,0 1px 4px #4f46e533}.chat-toggle:hover{transform:translateY(-2px);box-shadow:0 6px 24px #4f46e573,0 2px 6px #4f46e540}.chat-badge{color:#fff;white-space:nowrap;letter-spacing:.02em;background:#0f172a;border-radius:100px;padding:.2rem .6rem;font-family:DM Sans,sans-serif;font-size:.67rem;font-weight:600;position:absolute;top:-.45rem;right:-1rem}.chat-container{z-index:9999;background:#fff;border:1px solid #00000014;border-radius:16px;flex-direction:column;width:380px;height:580px;display:flex;position:fixed;bottom:6.25rem;right:2rem;overflow:hidden;box-shadow:0 16px 48px #0000001f,0 4px 16px #0000000f,0 0 0 1px #4f46e50f}@media (width<=640px){.chat-container{border:none;border-radius:0;width:100%;height:100dvh;bottom:0;left:0;right:0}.chat-toggle{bottom:1.25rem;right:1.25rem}}.chat-header{background:#fff;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.chat-header-avatar{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.chat-header-info{flex:1}.chat-header-info h3{color:#0f172a;margin:0;font-family:DM Sans,sans-serif;font-size:.88rem;font-weight:600;line-height:1.2}.chat-status{color:#6b7280;align-items:center;gap:.35rem;margin-top:.1rem;font-family:DM Sans,sans-serif;font-size:.7rem;display:flex}.chat-status-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2s infinite pulse-green}@keyframes pulse-green{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.chat-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;padding:0;font-size:1.2rem;line-height:1;transition:background .15s,color .15s;display:flex}.chat-close:hover{color:#374151;background:#f3f4f6}.chat-messages{background:#f8f9fc;flex-direction:column;flex:1;gap:.75rem;padding:1.25rem 1rem;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:3px}.chat-messages::-webkit-scrollbar-track{background:0 0}.chat-messages::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.message{align-items:flex-end;gap:.5rem;display:flex}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.msg-avatar{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#6366f1 100%);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:1.6rem;height:1.6rem;margin-bottom:1px;font-family:DM Sans,sans-serif;font-size:.65rem;font-weight:700;display:flex}.message-content{word-wrap:break-word;border-radius:12px;max-width:78%;padding:.65rem .9rem;font-family:DM Sans,sans-serif;font-size:.84rem;font-weight:400;line-height:1.65}.message.user .message-content{color:#fff;background:#4f46e5;border-bottom-right-radius:3px}.message.assistant .message-content{color:#374151;background:#fff;border:1px solid #00000012;border-bottom-left-radius:3px;box-shadow:0 1px 4px #0000000d}.typing-indicator{background:#fff;border:1px solid #00000012;border-radius:12px 12px 12px 3px;align-items:center;gap:4px;width:fit-content;padding:.65rem .9rem;display:flex;box-shadow:0 1px 4px #0000000d}.typing-indicator span{background:#9ca3af;border-radius:50%;width:5px;height:5px;animation:1.2s infinite typing}.typing-indicator span:nth-child(2){animation-delay:.15s}.typing-indicator span:nth-child(3){animation-delay:.3s}@keyframes typing{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.chat-input-container{background:#fff;border-top:1px solid #0000000f;align-items:center;gap:.5rem;padding:.875rem 1rem;display:flex}.chat-input{color:#0f172a;background:#f3f4f6;border:1px solid #00000012;border-radius:9px;outline:none;flex:1;padding:.625rem .9rem;font-family:DM Sans,sans-serif;font-size:.84rem;font-weight:400;transition:border-color .18s,background .18s,box-shadow .18s}.chat-input:focus{background:#fff;border-color:#4f46e54d;box-shadow:0 0 0 3px #4f46e512}.chat-input::placeholder{color:#9ca3af}.chat-input:disabled{opacity:.5;cursor:not-allowed}.chat-send{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:background .18s,transform .15s,box-shadow .18s;display:flex;box-shadow:0 2px 6px #4f46e54d}.chat-send:hover:not(:disabled){background:#4338ca;transform:translateY(-1px);box-shadow:0 4px 10px #4f46e559}.chat-send:disabled{opacity:.35;cursor:not-allowed;box-shadow:none;transform:none}.chat-intro{flex-wrap:wrap;gap:.4rem;padding:.25rem 0 .5rem;display:flex}.chat-intro-chip{color:#4f46e5;cursor:pointer;white-space:nowrap;background:#eef2ff;border:1px solid #4f46e52e;border-radius:100px;padding:.25rem .7rem;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:500;transition:background .15s,border-color .15s}.chat-intro-chip:hover{background:#e0e7ff;border-color:#4f46e54d}:root{--bg:#fff;--surface:#fafafa;--surface-2:#f3f4f6;--border:#00000012;--border-hover:#00000021;--accent:#111827;--accent-soft:#1118270d;--indigo:#4f46e5;--indigo-hover:#4338ca;--indigo-light:#eef2ff;--indigo-border:#4f46e52e;--green:#10b981;--text-primary:#0f172a;--text-secondary:#374151;--text-tertiary:#6b7280;--shadow-sm:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014,0 2px 4px #0000000a;--shadow-lg:0 12px 40px #0000001a,0 4px 12px #0000000f;--radius:12px;--radius-sm:7px;--max-w:780px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:DM Sans,sans-serif;font-size:16px;line-height:1.6;overflow-x:hidden}#root{min-height:100vh}::selection{background:var(--indigo-light);color:var(--indigo)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#00000026;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#00000040}.section{max-width:var(--max-w);margin:0 auto;padding:6rem 1.5rem}.section-label{letter-spacing:.14em;text-transform:uppercase;color:var(--indigo);margin-bottom:1rem;font-size:.68rem;font-weight:600}.section-title{color:var(--text-primary);margin-bottom:.75rem;font-family:DM Serif Display,serif;font-size:clamp(1.9rem,5vw,2.6rem);font-weight:400;line-height:1.15}.divider{background:var(--border);width:100%;height:1px}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:box-shadow .22s,border-color .22s,transform .22s}.card:hover{box-shadow:var(--shadow-md);border-color:var(--indigo-border);transform:translateY(-2px)}.tag{color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--border);white-space:nowrap;border-radius:4px;align-items:center;padding:.22rem .6rem;font-size:.7rem;font-weight:500;display:inline-flex}.badge-available{color:#065f46;letter-spacing:.01em;background:#f0fdf4;border:1px solid #10b98140;border-radius:100px;align-items:center;gap:.45rem;padding:.3rem .85rem;font-size:.72rem;font-weight:600;display:inline-flex}.badge-available .dot{background:var(--green);border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s infinite pulse-green}@media (width<=640px){.section{padding:4.5rem 1.25rem}}@media (width<=520px){.hero-stats{grid-template-columns:repeat(2,1fr)!important}.hero-stats>div:nth-child(2){border-right:none!important}.hero-stats>div:nth-child(3){border-right:1px solid var(--border)!important;padding-left:0!important}}
/*# sourceMappingURL=path0.789f9f3a.css.map */
