body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.App-header{background:#fff;border-bottom:1px solid #e8e8e8;padding:1.25rem 2rem}.header-content{align-items:center;display:flex;gap:.75rem;margin:0 auto;max-width:1400px}.header-logo{height:32px;object-fit:contain;width:32px}.header-content h1{color:#1a1a1a;font-size:1.3rem;font-weight:600}.App-main{display:flex;flex:1 1;flex-direction:column}.landing-page{align-items:center;display:flex;flex:1 1;justify-content:center;max-height:calc(100vh - 100px);padding:2rem}.hero-section{max-width:800px;width:100%}.hero-badge{align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:20px;color:#9a3412;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem}.hero-title{color:#1a1a1a;font-size:3.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.highlight{color:#ff9500}.hero-subtitle{color:#666;font-size:1.1rem;font-weight:400;line-height:1.6;margin-bottom:3rem}.hero-search-form{margin-bottom:2rem}.search-wrapper{background:#fff;border:2px solid #e8e8e8;border-radius:50px;display:flex;gap:.5rem;margin:0 auto;max-width:700px;padding:.25rem;transition:all .3s}.search-wrapper:focus-within{border-color:#ff9500;box-shadow:0 0 0 4px #ff95001a}.hero-search-input{background:#0000;border:none;color:#1a1a1a;flex:1 1;font-size:1rem;padding:1rem 1.5rem}.hero-search-input:focus{outline:none}.hero-search-input::placeholder{color:#999}.turnstile-wrap{background:#fff;border-bottom:1px solid #e8e8e8;display:flex;justify-content:center;padding:12px 16px}.hero-search-button{align-items:center;background:#ff9500;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.3rem;font-weight:600;height:48px;justify-content:center;transition:all .2s;width:48px}.hero-search-button:hover:not(:disabled){background:#e08600;transform:scale(1.05)}.hero-search-button:disabled{cursor:not-allowed;opacity:.3}.example-pills{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2.5rem}.example-pill{background:#f5f5f5;border:1px solid #e8e8e8;border-radius:20px;color:#1a1a1a;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1rem;transition:all .2s}.example-pill:hover{background:#fff7ed;border-color:#ff9500;color:#ff9500}.limits-info{color:#999;font-size:.813rem;font-weight:400;text-align:center}.conversation-status{align-items:center;background:#fafafa;border-bottom:1px solid #e8e8e8;display:flex;font-size:.875rem;justify-content:space-between;padding:.875rem 2rem}.status-left{color:#666;font-weight:500}.status-right{align-items:center;display:flex;gap:1rem}.queries-badge{background:#fff7ed;border-radius:16px;color:#ff9500;font-size:.813rem;font-weight:600;padding:.375rem .875rem}.new-conversation-btn{background:#ff9500;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.new-conversation-btn:hover{background:#e08600}.conversation-area{background:#fafafa;flex:1 1;overflow-y:auto;padding:2rem}.messages-container{margin:0 auto;max-width:800px;width:100%}.message-wrapper{display:flex;margin-bottom:1.5rem}.message-wrapper.user{justify-content:flex-end}.message-wrapper.assistant{justify-content:flex-start}.user-message .message-bubble{background:#ff9500;border-radius:16px 16px 2px 16px;color:#fff;font-size:.938rem;line-height:1.5;max-width:600px;padding:.875rem 1.125rem}.assistant-message{align-items:flex-start;display:flex;gap:.875rem;max-width:100%}.assistant-avatar{background:#fff;border:2px solid #e8e8e8;border-radius:50%;flex-shrink:0;height:36px;padding:3px;width:36px}.assistant-avatar img{height:100%;object-fit:contain;width:100%}.assistant-content{flex:1 1}.assistant-message .message-bubble{background:#fff;border:1px solid #e8e8e8;border-radius:12px;color:#1a1a1a;font-size:.938rem;line-height:1.7;padding:1.25rem}.answer-text{white-space:pre-wrap}.typing-indicator{background:#fff;border:1px solid #e8e8e8;border-radius:12px;display:flex;gap:5px;padding:1rem;width:60px}.typing-indicator span{animation:typing 1.4s infinite;background:#ff9500;border-radius:50%;height:6px;width:6px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.message-sources{border-top:1px solid #f0f0f0;margin-top:1rem;padding-top:1rem}.sources-header{color:#999;font-size:.813rem;font-weight:500;letter-spacing:.5px;margin-bottom:.625rem;text-transform:uppercase}.episode-list{display:flex;flex-direction:column;gap:.5rem}.episode-item{color:#666;font-size:.875rem;line-height:1.5}.episode-item strong{color:#ff9500;font-weight:600}.more-sources{color:#999;font-size:.813rem;font-style:italic;margin-top:.25rem}.input-area{background:#fff;border-top:1px solid #e8e8e8;padding:1.25rem 2rem}.error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b}.error-banner,.limit-warning{font-size:.875rem;font-weight:500;margin-bottom:1rem;padding:.875rem;text-align:center}.limit-warning{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;color:#9a3412}.inline-new-btn{background:none;border:none;color:#ff9500;cursor:pointer;font-weight:600;margin-left:.5rem;text-decoration:underline}.input-form{display:flex;gap:.75rem;margin:0 auto;max-width:800px}.chat-input{background:#fafafa;border:1px solid #e8e8e8;border-radius:24px;flex:1 1;font-size:.938rem;padding:.875rem 1.25rem;transition:all .2s}.chat-input:focus{background:#fff;border-color:#ff9500;box-shadow:0 0 0 3px #ff95001a;outline:none}.chat-input::placeholder{color:#999}.send-button{align-items:center;background:#ff9500;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.25rem;font-weight:600;height:44px;justify-content:center;transition:all .2s;width:44px}.send-button:hover:not(:disabled){background:#e08600;transform:scale(1.05)}.send-button:disabled{cursor:not-allowed;opacity:.3}.App-footer{background:#fafafa;border-top:1px solid #e8e8e8;color:#999;font-size:.813rem;padding:1.25rem;text-align:center}@media (max-width:768px){.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem}.conversation-status,.example-pills{flex-direction:column}.conversation-status{align-items:flex-start;gap:.75rem}.status-right{justify-content:space-between;width:100%}.user-message .message-bubble{max-width:85%}.assistant-message{max-width:95%}}@media (max-width:480px){.hero-title{font-size:1.875rem}.header-content h1{font-size:1.125rem}}
/*# sourceMappingURL=main.843b5628.css.map*/