@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}.loading-screen{width:100vw;height:100vh;background-color:#fdfbf7;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}.loading-logo-container{background:#f4efe6;padding:24px;border-radius:50%;margin-bottom:24px;box-shadow:0 8px 32px #2e7d3214;display:flex;align-items:center;justify-content:center}.pulse-animation{animation:pulse-sprout 2s infinite ease-in-out}.loading-title{font-size:2.2rem;font-weight:700;color:#1a241b;margin-bottom:8px;letter-spacing:-.5px}.loading-subtitle{font-size:1.1rem;color:#6c8e71;margin-bottom:40px;font-weight:500}.progress-bar-bg{width:220px;height:4px;background-color:#e5dccb;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;width:0%;background-color:#2e7d32;border-radius:4px;animation:fill-bar 2.5s ease-in-out forwards}@keyframes pulse-sprout{0%{transform:scale(.95);opacity:.8}50%{transform:scale(1.08);opacity:1}to{transform:scale(.95);opacity:.8}}@keyframes fill-bar{0%{width:0%}30%{width:40%}70%{width:80%}to{width:100%}}.fade-in{animation:appFadeIn .8s ease-out forwards}@keyframes appFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}body,html{width:100%;height:100%;background-color:#fdfbf7;color:#3b423c;overflow:hidden}.app-container{display:flex;height:100vh;width:100vw;position:relative}.sidebar{width:260px;background-color:#f4efe6;display:flex;flex-direction:column;flex-shrink:0;transition:margin-left .3s ease;border-right:1px solid #E5DCCB;z-index:20}.sidebar.closed{margin-left:-260px}.sidebar-header{padding:12px;display:flex;justify-content:flex-end}.sidebar-nav{padding:0 12px;display:flex;flex-direction:column;gap:8px;flex:1}.nav-btn{display:flex;align-items:center;gap:12px;padding:12px;background:transparent;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;color:#4a5d4e;transition:background .2s;width:100%;text-align:left}.nav-btn:hover{background:#eae3d5}.new-chat-btn{background:#fff;border:1px solid #E5DCCB;color:#2e7d32;font-weight:600;margin-bottom:10px}.new-chat-btn:hover{background:#fdfbf7}.history-section{margin-top:12px;display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.history-title{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#8fa394;margin-bottom:8px;padding-left:12px;font-weight:600}.history-list{display:flex;flex-direction:column;gap:4px;overflow-y:auto;max-height:calc(100vh - 250px)}.history-list::-webkit-scrollbar{width:4px}.history-list::-webkit-scrollbar-thumb{background-color:#d1ddd4;border-radius:4px}.history-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;cursor:pointer;color:#4a5d4e;transition:all .2s ease;position:relative}.history-item:hover{background-color:#eae3d5}.history-item.active{background-color:#eae3d5;color:#2e7d32;font-weight:600}.history-icon{opacity:.7;flex-shrink:0}.history-text{font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1}.delete-chat-btn{background:none;border:none;color:#d32f2f;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.history-item:hover .delete-chat-btn{opacity:1}.delete-chat-btn:hover{background-color:#d32f2f1a}.sidebar-footer{padding:12px;display:flex;flex-direction:column;gap:10px}.brand{display:flex;align-items:center;gap:10px;font-weight:600;color:#2e7d32;padding:8px;border-top:1px solid #E5DCCB;margin-top:8px}.main-content{flex:1;display:flex;flex-direction:column;position:relative;height:100%;background-color:#fdfbf7}.top-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fdfbf7;z-index:10;height:60px}.hide-on-desktop{visibility:hidden}.icon-btn{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;padding:8px;border-radius:6px;transition:background .2s}.icon-btn:hover{background:#f4efe6}.top-header h2{font-size:1.1rem;font-weight:600;color:#4a5d4e}.placeholder-spacer{width:40px}.chat-area{flex:1;overflow-y:auto;display:flex;flex-direction:column;padding-bottom:120px;scroll-behavior:smooth}.message-row{display:flex;justify-content:center;padding:24px 16px;border-bottom:1px solid transparent}.message-row.bot{background-color:#f8f5f0;border-bottom:1px solid #E5DCCB}.message-content-wrapper{max-width:800px;width:100%;display:flex;gap:20px}.avatar{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user .avatar{background-color:#6c8e71}.bot .avatar{background-color:#2e7d32}.message-text-block{flex:1;line-height:1.65;font-size:1rem;color:#3b423c;padding-top:4px}.message-text-block strong{color:#1a241b;font-weight:600}.sources-container{margin-top:16px;padding:12px 16px;background:#fff;border:1px solid #E5DCCB;border-radius:8px;font-size:.85rem;box-shadow:0 2px 4px #00000005}.sources-title{display:flex;align-items:center;gap:6px;font-weight:600;color:#4a5d4e;margin-bottom:8px}.sources-container ul{margin-left:24px;color:#666}.input-container{position:absolute;bottom:0;width:100%;background:linear-gradient(180deg,#fdfbf700,#fdfbf7 30%);padding:24px 16px 12px;display:flex;flex-direction:column;align-items:center}.input-box{max-width:800px;width:100%;display:flex;align-items:center;background:#fff;border:1px solid #D1CFC8;border-radius:24px;padding:8px 12px;box-shadow:0 4px 15px #0000000a;transition:border-color .2s;gap:8px}.input-box:focus-within{border-color:#2e7d32;box-shadow:0 4px 15px #2e7d3214}.input-box input{flex:1;border:none;outline:none;padding:10px 4px;font-size:1rem;background:transparent;color:#3b423c}.input-box input::placeholder{color:#9ca3af}.action-btn{background:transparent;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.action-btn svg{stroke-width:2.5px;stroke:currentColor;fill:none;width:20px;height:20px;flex-shrink:0}.upload-btn{color:#000}.upload-btn:hover{background:#eae3d5}.send-btn{color:#9ca3af}.send-btn.active{background:#2e7d32;color:#fdfbf7}.send-btn.active:hover{background:#1b5e20}.send-btn:disabled{cursor:not-allowed}.loading-dots span{animation:blink 1.4s infinite both;font-weight:700;font-size:1.2rem;margin:0 2px}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.input-action-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.popup-menu{position:absolute;bottom:calc(100% + 14px);left:-8px;background:#fff;border:1px solid #E5DCCB;border-radius:12px;box-shadow:0 8px 24px #2e7d321f;padding:8px;display:flex;flex-direction:column;gap:4px;min-width:240px;z-index:50;animation:popIn .2s cubic-bezier(.16,1,.3,1) forwards;transform-origin:bottom left}@keyframes popIn{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.popup-item{display:flex;align-items:center;gap:12px;padding:10px 14px;border:none;background:transparent;cursor:pointer;color:#4a5d4e;font-size:.9rem;font-weight:500;border-radius:8px;transition:all .2s ease;text-align:left;width:100%}.popup-item:hover{background:#eae3d5;color:#2e7d32}.tool-btn{color:#6c8e71}.tool-btn:hover{background:#eae3d5;color:#2e7d32}@media(max-width:768px){.sidebar{position:absolute;left:0;height:100%;margin-left:-260px}.sidebar.open{margin-left:0;box-shadow:4px 0 15px #0000000d}.hide-on-desktop{visibility:visible}.overlay{position:absolute;inset:0;background:#0000004d;z-index:15;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.message-content-wrapper{gap:12px}.input-box{border-radius:20px}.history-item:hover .delete-chat-btn{opacity:1}}
