.chat-container{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:0;margin:0;background:radial-gradient(circle at center center,#fff,#fdf2f8,#eef2ff)}.chat-content{width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;padding:80px 20px 40px;margin:0 auto}.header-icon{display:flex;justify-content:center;align-items:center;margin-bottom:20px;width:100%}.header-icon svg{stroke:#111827;fill:none;stroke-width:1.5;width:32px;height:32px}.greeting-container{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:20px}.greeting-text{font-family:Inter,sans-serif;font-size:24px;font-weight:700;text-align:center;margin:0;padding:0;background:linear-gradient(to right,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.main-heading{font-family:Inter,sans-serif;font-size:32px;font-weight:400;color:#111827;letter-spacing:-.02em;margin:0 0 48px;text-align:center;line-height:1.2;width:100%}.messages-container{width:100%;display:flex;flex-direction:column;gap:24px;margin-bottom:40px;align-items:flex-start;flex:1;min-height:0}.message-wrapper{display:flex;flex-direction:column;width:100%;align-items:flex-start}.message-wrapper.user{align-items:flex-end}.message-label{font-family:Inter,sans-serif;font-size:10px;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;padding:4px 8px;line-height:1;border-radius:4px;display:inline-block}.message-wrapper.user .message-label{background-color:#4da6ff;color:#fff;align-self:flex-end}.message-wrapper.ai .message-label{color:#9ca3af;background-color:transparent}.message-bubble{width:fit-content;max-width:85%;border-radius:12px;border:1px solid rgba(0,0,0,.05);background:#fff;box-shadow:0 1px 2px #0000000d;word-wrap:break-word;overflow-wrap:break-word}.message-bubble.user{padding:12px 16px;background-color:#4da6ff;border:none}.message-bubble.user .message-text{color:#fff}.message-bubble.ai{padding:16px 20px;max-width:90%;display:flex;flex-direction:column}.message-image-container{width:100%;margin-bottom:12px;border-radius:8px;overflow:hidden;max-width:100%}.message-image{width:100%;max-width:500px;max-height:400px;height:auto;display:block;border-radius:8px;object-fit:contain;cursor:pointer;transition:transform .2s ease}.message-image:hover{transform:scale(1.02)}.message-bubble.ai .message-image-container{margin-bottom:12px}.message-bubble.ai .message-image-container:last-child{margin-bottom:0}.message-text{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.5;white-space:pre-line;margin:0;padding:0;word-break:break-word}.message-bubble.ai .message-text{color:#374151}.message-bubble.ai .message-text:not(:first-child){margin-top:12px}.message-content{width:100%}.message-section{margin-top:20px}.message-section:first-of-type{margin-top:0}.message-section-title{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:#111827;margin:0 0 10px;padding:0;line-height:1.4}.message-section-list{margin:0;padding-left:20px;list-style-type:disc}.message-section-item{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#374151;line-height:1.6;margin-bottom:8px;padding-left:4px}.message-section-item:last-child{margin-bottom:0}.input-container{width:100%;position:relative;display:flex;align-items:center}.chat-input{width:100%;height:56px;padding:0 56px 0 20px;background:#fff;border:1px solid #d1d5db;border-radius:12px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#111827;outline:none;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 2px #0000000d}.chat-input::placeholder{color:#9ca3af}.chat-input:focus{border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b81a}.send-button{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:32px;height:32px;display:flex;justify-content:center;align-items:center;background:transparent;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;transition:all .2s ease;outline:none;padding:0}.send-button:hover{background:#94a3b81a;color:#64748b}.send-button:active{transform:translateY(-50%) scale(.95)}.send-button:focus{outline:2px solid rgba(148,163,184,.3);outline-offset:2px}.send-button svg{stroke-width:1.5;width:20px;height:20px}.send-button:disabled{opacity:.5;cursor:not-allowed}.send-button:disabled:hover{background:transparent;color:#94a3b8}.loading-indicator{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:14px;color:#9ca3af}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.chat-content{padding:60px 16px 32px}.header-icon{margin-bottom:16px}.main-heading{font-size:28px;margin-bottom:40px}.messages-container{gap:20px;margin-bottom:32px}.message-bubble{max-width:90%}.message-bubble.ai{max-width:95%}.chat-input{height:52px;padding:0 52px 0 16px}.send-button{right:10px;width:32px;height:32px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}
