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%}}.answer-text{white-space:normal}.answer-text h1,.answer-text h2,.answer-text h3{color:#1a1a1a;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.answer-text h2{font-size:1.2rem}.answer-text h3{font-size:1.05rem}.answer-text strong{color:#ff9500;font-weight:600}.answer-text ol,.answer-text ul{margin:1rem 0;padding-left:1.5rem}.answer-text li{line-height:1.7;margin-bottom:.5rem}.answer-text p{margin-bottom:1rem}.answer-text code{background:#f5f5f5;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.9em;padding:.2rem .4rem}.tabs{display:flex;gap:.5rem}.tab{background:none;border:none;border-bottom:2px solid #0000;color:#666;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.tab.active,.tab:hover{color:#ff9500}.tab.active{border-bottom-color:#ff9500}.guides-tab{background:#fafafa;flex:1 1;overflow-y:auto}.guides-container{margin:0 auto;max-width:1200px;padding:2rem}.guides-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.guides-header h2{font-size:2rem;margin-bottom:.5rem}.guides-subtitle{color:#666;font-size:1rem}.sort-controls{background:#f5f5f5;border-radius:8px;display:flex;gap:.5rem;padding:.25rem}.sort-btn{background:none;border:none;border-radius:6px;color:#666;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.sort-btn.active{background:#fff;box-shadow:0 1px 3px #0000001a;color:#1a1a1a}.guides-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.guide-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;cursor:pointer;padding:1.5rem;position:relative;transition:all .3s}.guide-card:hover{border-color:#ff9500;box-shadow:0 8px 20px #00000014;transform:translateY(-4px)}.view-count-badge{background:#fff7ed;border-radius:16px;color:#ff9500;font-size:.75rem;font-weight:600;padding:.375rem .75rem;position:absolute;right:1rem;top:1rem}.guide-guest-name{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.guide-episode-title{color:#666;font-size:.875rem;line-height:1.4;margin-bottom:1rem}.guide-tldr-preview{color:#333;font-size:.875rem;font-style:italic;line-height:1.6;margin-bottom:1rem}.framework-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.framework-tag{background:#fff7ed;border:1px solid #ff9500;border-radius:12px;color:#ff9500;font-size:.75rem;font-weight:500;padding:.25rem .625rem}.guide-meta-info{color:#999;font-size:.813rem}.modal-overlay{align-items:flex-start;background:#0009;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:3rem 1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;max-height:90vh;max-width:800px;overflow-y:auto;padding:2.5rem;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{background:#f5f5f5;border:none;border-radius:50%;color:#666;cursor:pointer;font-size:1.5rem;height:36px;position:absolute;right:1.5rem;top:1.5rem;transition:all .2s;width:36px}.modal-close:hover{background:#e8e8e8;transform:rotate(90deg)}.modal-header{border-bottom:2px solid #f0f0f0;margin-bottom:2rem;padding-bottom:1.5rem}.modal-guest{color:#ff9500;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.modal-title{color:#666;font-size:1.1rem;margin-bottom:.75rem}.modal-views{color:#999;font-size:.875rem}.tldr-box{background:#fff7ed;border-left:4px solid #ff9500;border-radius:8px;margin-bottom:2rem;padding:1rem}.tldr-box strong{color:#ff9500;display:block;margin-bottom:.5rem}.tldr-box p{color:#1a1a1a;line-height:1.6;margin:0}.guide-section{margin-bottom:2rem}.guide-section h3{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.section-desc{color:#666;font-size:.875rem;margin-bottom:1rem}.frameworks-list{display:flex;flex-direction:column;gap:.75rem}.framework-item{background:#fff7ed;border-left:3px solid #ff9500;border-radius:6px;color:#ff9500;font-weight:500;padding:.75rem 1rem}.action-checklist{list-style:none;padding:0}.action-checklist li{align-items:flex-start;background:#fafafa;border-radius:8px;display:flex;gap:.75rem;line-height:1.6;margin-bottom:.5rem;padding:.75rem}.checkbox{color:#999;flex-shrink:0;font-size:1.25rem}.applies-list{list-style:none;padding:0}.applies-list li{border-bottom:1px solid #f0f0f0;color:#666;font-size:.875rem;line-height:1.6;padding:.5rem 0}.applies-list li:last-child{border-bottom:none}.listen-text{color:#666;font-size:.875rem;line-height:1.6}.trending-tab{background:#fafafa;flex:1 1;overflow-y:auto}.trending-container{margin:0 auto;max-width:900px;padding:2rem}.trending-header{margin-bottom:3rem;text-align:center}.trending-header h2{font-size:2rem;margin-bottom:.5rem}.trending-subtitle{color:#666;font-size:1rem}.trending-list{background:#fff;border:1px solid #e8e8e8;border-radius:12px;overflow:hidden}.trending-item{align-items:center;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:1rem;padding:1.25rem 1.5rem;transition:all .2s}.trending-item:last-child{border-bottom:none}.trending-item:hover{background:#fff7ed}.trending-rank{align-items:center;background:#ff9500;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.938rem;font-weight:600;height:32px;justify-content:center;width:32px}.trending-content{flex:1 1}.trending-query-text{color:#1a1a1a;font-size:.938rem;font-weight:500;margin-bottom:.5rem}.trending-meta{color:#999;display:flex;font-size:.813rem;gap:1rem}@media (max-width:480px){.hero-title{font-size:1.875rem}.header-content h1{font-size:1.125rem}}
/*# sourceMappingURL=main.154b1744.css.map*/