.chat-module__r3ZgIG__page{background:var(--background);flex-direction:column;min-height:100vh;display:flex}.chat-module__r3ZgIG__header{border-bottom:1px solid var(--border);background:var(--background);z-index:20;padding:1rem;position:sticky;top:0}.chat-module__r3ZgIG__headerContent{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.chat-module__r3ZgIG__logo{letter-spacing:-.05em;font-size:1.25rem;font-weight:700}.chat-module__r3ZgIG__subtitle{color:#9ca3af;font-size:.875rem}.chat-module__r3ZgIG__chatArea{flex-direction:column;flex:1;gap:1.5rem;width:100%;max-width:42rem;margin:0 auto;padding:2rem 1.5rem;display:flex;position:relative}.chat-module__r3ZgIG__messageRow{gap:1rem;display:flex}.chat-module__r3ZgIG__messageRowUser{flex-direction:row-reverse}.chat-module__r3ZgIG__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.chat-module__r3ZgIG__avatarAi{background:var(--primary);color:#fff}.chat-module__r3ZgIG__avatarUser{background:var(--surface-highlight);color:#d1d5db}.chat-module__r3ZgIG__messageContent{flex-direction:column;gap:.5rem;max-width:80%;display:flex}.chat-module__r3ZgIG__bubble{border-radius:1rem;padding:1rem;line-height:1.5}.chat-module__r3ZgIG__bubbleAi{background:var(--surface-highlight);border:1px solid var(--border);color:#f3f4f6}.chat-module__r3ZgIG__bubbleUser{background:var(--primary);color:#fff}.chat-module__r3ZgIG__resultCard{background:linear-gradient(135deg,var(--surface-highlight),black);border:1px solid var(--primary);border-radius:1rem;margin-top:1rem;padding:1.5rem;position:relative;overflow:hidden}.chat-module__r3ZgIG__checkIcon{opacity:.1;color:#fff;padding:.75rem;position:absolute;top:0;right:0}.chat-module__r3ZgIG__cardTitle{color:#fff;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.chat-module__r3ZgIG__priceDisplay{background:linear-gradient(to right,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:1.875rem;font-weight:700}.chat-module__r3ZgIG__disclaimerBox{background:var(--background);border:1px solid var(--border);border-radius:.5rem;margin-bottom:1.5rem;padding:.75rem}.chat-module__r3ZgIG__disclaimerText{color:#d1d5db;font-size:.875rem}.chat-module__r3ZgIG__highlight{color:var(--accent);font-weight:700}.chat-module__r3ZgIG__inputArea{border-top:1px solid var(--border);background:var(--background);padding:1rem;position:sticky;bottom:0}.chat-module__r3ZgIG__inputContainer{max-width:42rem;margin:0 auto}.chat-module__r3ZgIG__form{gap:.5rem;display:flex}.chat-module__r3ZgIG__input{background:var(--surface-highlight);border:1px solid var(--border);color:#fff;border-radius:99px;outline:none;flex:1;padding:.75rem 1.5rem;transition:border-color .2s}.chat-module__r3ZgIG__input:focus{border-color:var(--primary)}.chat-module__r3ZgIG__sendButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:3rem;height:3rem;transition:background .2s;display:flex}.chat-module__r3ZgIG__sendButton:hover{background:#2563eb}.chat-module__r3ZgIG__sendButton:disabled{opacity:.5;cursor:not-allowed}.chat-module__r3ZgIG__typingIndicator{align-items:center;gap:.25rem;padding:0 .5rem;display:flex}.chat-module__r3ZgIG__dot{background:#9ca3af;border-radius:50%;width:.5rem;height:.5rem;animation:1.4s ease-in-out infinite both chat-module__r3ZgIG__bounce}.chat-module__r3ZgIG__dot:first-child{animation-delay:-.32s}.chat-module__r3ZgIG__dot:nth-child(2){animation-delay:-.16s}@keyframes chat-module__r3ZgIG__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-module__r3ZgIG__fullButton{justify-content:space-between;width:100%}
