body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:color(#fff);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{margin:0}.App,.chat-root{min-height:100vh;padding:0}.chat-root{background:linear-gradient(135deg,#fff,#efefef);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;justify-content:center}[data-md-color-scheme=slate] .chat-root{background:linear-gradient(135deg,#232327,#1a1a1d)}.chat-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;display:flex;flex-direction:column;height:calc(100vh - 60px);max-height:calc(100vh - 60px);padding:30px;transition:all .3s ease;width:100%}[data-md-color-scheme=slate] .chat-card{background:#232327f2;box-shadow:0 20px 40px #0006}.chat-header{margin-bottom:15px;padding-bottom:0;text-align:center}.chat-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f37c20,#fabd90);background-clip:text;-webkit-background-clip:text;font-size:20px;font-weight:700;margin:0 0 8px}.chat-subtitle{color:#666;font-size:16px;font-weight:400;margin:0}[data-md-color-scheme=slate] .chat-subtitle{color:#aaa}.suggestion-header{color:#666;font-weight:500;margin-bottom:10px;text-align:center}[data-md-color-scheme=slate] .suggestion-header{color:#aaa}.suggestions-wrap{margin-bottom:20px}.suggestions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.suggestion-pill{background:#f8ebe1;border:1px solid #e2e8f0;border-radius:16px;color:#334155;cursor:pointer;font-size:13px;font-weight:500;padding:8px 12px;transition:all .2s ease}.suggestion-pill:hover{background:#e6d3c5;transform:translateY(-1px)}[data-md-color-scheme=slate] .suggestion-pill{background:#3a3a3f;border:1px solid #4a4a4f;color:#d9d9de}[data-md-color-scheme=slate] .suggestion-pill:hover{background:#4a4a4f}.messages{-ms-overflow-style:none;background:#f8fafc80;border:1px solid #0000000d;border-radius:16px;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin-bottom:20px;min-height:0;overflow-y:auto;padding:20px;scrollbar-width:none;transition:all .3s ease}[data-md-color-scheme=slate] .messages{background:#1a1a1d80;border:1px solid #ffffff1a}.messages::-webkit-scrollbar{display:none}.messages.empty{align-items:normal;justify-content:flex-start;min-height:0}.messages.has-messages{min-height:0}.empty-state{color:#94a3b8;font-size:14px;font-style:italic;opacity:.7;text-align:center}[data-md-color-scheme=slate] .empty-state{color:#7a8a9a}.composer{align-items:center;background:#fffc;border:1px solid #667eea33;border-radius:20px;box-shadow:0 4px 12px #0000000d;display:flex;flex-shrink:0;gap:12px;padding:16px}[data-md-color-scheme=slate] .composer{background:#232327e6;border:1px solid #ffffff1a;box-shadow:0 4px 12px #0000004d}.composer-input{background:#fff;border:1px solid #f47b20;border-radius:25px;flex:1 1;font-size:16px;outline:none;padding:14px 20px;transition:all .3s ease}.composer-input:focus{border-color:#f79c58;box-shadow:0 0 0 3px #667eea1a}[data-md-color-scheme=slate] .composer-input{background:#2a2a2e;border:1px solid #f47b20;color:#d9d9de}[data-md-color-scheme=slate] .composer-input:focus{border-color:#f79c58;box-shadow:0 0 0 3px #f47b2033}[data-md-color-scheme=slate] .composer-input::placeholder{color:#888}.composer-send{align-items:center!important;background-color:#f47b20!important;border:none;border-radius:50%!important;color:#fff!important;cursor:pointer;display:flex!important;flex-shrink:0;height:48px!important;justify-content:center!important;min-height:48px!important;min-width:48px!important;padding:0!important;transition:all .3s ease!important;width:48px!important}.composer-send:hover{background-color:#f79c58!important;transform:translateY(-2px)!important}.composer-send:active{transform:translateY(0)}.composer-send:disabled{background-color:#ccc!important;cursor:not-allowed;opacity:.5}.composer-send:disabled:hover{background-color:#ccc!important;transform:none!important}.new-chat-button{background-color:#f47b20!important;border:none;border-radius:50%!important;color:#fff!important;cursor:pointer;flex-shrink:0;height:48px!important;min-height:48px!important;min-width:48px!important;padding:12px!important;transition:all .3s ease!important;width:48px!important}.new-chat-button:hover{background-color:#f79c58!important;transform:translateY(-2px)!important}.typing-indicator,.typing-indicator .msg-content{align-items:center;display:flex}.typing-indicator .msg-content{padding:10px 15px}.typing-indicator span{animation:typing 1.4s infinite both;background-color:#f37c20;border-radius:50%;display:inline-block;height:8px;margin:0 2px;width:8px}.typing-indicator span:first-child{animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}to{opacity:.5;transform:scale(1)}}@media (max-width:600px){.chat-root{bottom:0;max-height:100vh;overflow:hidden;padding:0}.chat-card{border-radius:15px;height:calc(100vh - 20px);max-height:calc(100vh - 20px);padding:20px}.chat-card,.msg .msg-content{overflow:hidden}.chat-title{font-size:15px}.chat-subtitle{font-size:12px}.composer{flex-shrink:0;gap:8px;padding:12px}.composer-input{flex:1 1;font-size:15px;padding:12px 16px}.composer-send,.new-chat-button{height:44px!important;min-height:44px!important;min-width:44px!important;width:44px!important}.messages{flex:1 1;margin-bottom:15px;padding:15px}.messages,.messages.empty{min-height:0}.chat-header{margin-bottom:10px;padding-bottom:0}.chat-header,.doc-ai-bot-logo-container{flex-shrink:0}}@media (max-width:400px){.chat-card{height:calc(100vh - 20px);max-height:calc(100vh - 20px);overflow:hidden!important;padding:15px}.composer{flex-shrink:0;padding:10px}.composer-input{font-size:14px;padding:10px 14px}.composer-send,.new-chat-button{height:40px!important;min-height:40px!important;min-width:40px!important;padding:10px!important;width:40px!important}.messages{flex:1 1;margin-bottom:12px;padding:10px}.messages,.messages.empty{min-height:0}}.sub{color:#666;font-size:14px;margin-top:6px}.msg{align-items:flex-end;animation:fadeIn .5s ease-in-out;display:flex;margin-bottom:12px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes messageSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.msg .msg-content{word-wrap:break-word;border-radius:20px;box-shadow:0 2px 8px #0000001a;font-size:15px;line-height:1.5;max-width:100%;padding:14px 18px;position:relative}.msg.user{justify-content:flex-end}.msg.user .msg-content{background:#f47b20;border-bottom-right-radius:8px;color:#fff}.msg.bot{justify-content:flex-start}.msg.bot .msg-content{background:#fff;border:1px solid #667eea1a;border-bottom-left-radius:8px;color:#334155}[data-md-color-scheme=slate] .msg.bot .msg-content{background:#2a2a2e;border:1px solid #ffffff1a;color:#d9d9de}.msg.bot .msg-content h1,.msg.bot .msg-content h2,.msg.bot .msg-content h3,.msg.bot .msg-content h4,.msg.bot .msg-content h5,.msg.bot .msg-content h6{font-weight:600;margin-bottom:.5em;margin-top:1em}.msg.bot .msg-content h1:first-child,.msg.bot .msg-content h2:first-child,.msg.bot .msg-content h3:first-child{margin-top:0}.msg.bot .msg-content p:last-child{margin-bottom:0}.msg.bot .msg-content ol,.msg.bot .msg-content ul{margin-left:0;padding-left:1.5em}.msg.bot .msg-content li{margin-bottom:.2em}.msg.bot .msg-content pre{font-size:.9em}.msg.bot .msg-content code,.msg.bot .msg-content pre{font-family:Monaco,Menlo,Ubuntu Mono,monospace}.msg.bot .msg-content blockquote{border-radius:4px;padding:.8em 1em}[data-md-color-scheme=slate] .msg.bot .msg-content code{background:#1a1a1d;color:#d9d9de}[data-md-color-scheme=slate] .msg.bot .msg-content pre{background:#1a1a1d;border:1px solid #3a3a3f}[data-md-color-scheme=slate] .msg.bot .msg-content blockquote{background:#2a2a2e;border-left:3px solid #f47b20}.msg.bot .msg-content a:hover{text-decoration:underline}.msg.bot .msg-content>:first-child{margin-top:0}.msg.bot .msg-content>:last-child{margin-bottom:0}.msg.bot .msg-content h4{color:#f47b20!important}.msg.bot .msg-content h3{color:#613412!important}[data-md-color-scheme=slate] .msg.bot .msg-content h3,[data-md-color-scheme=slate] .msg.bot .msg-content h4{color:#f79c58!important}.msg.bot .msg-content .a{color:#f47b20}.msg.bot .msg-content a{color:#2844de!important;text-decoration:underline!important}.msg.bot .msg-content a:visited{color:#7a8cff!important}[data-md-color-scheme=slate] .msg.bot .msg-content a{color:#6b9dff!important}[data-md-color-scheme=slate] .msg.bot .msg-content a:visited{color:#9fb3ff!important}.feedback-section{align-items:center;display:flex;justify-content:flex-end;margin-top:8px}.feedback-btn{align-items:center;background:none;border:none;color:#6c757d;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:color .2s ease-in-out,transform .2s ease-in-out}.feedback-btn:hover{color:#343a40;transform:scale(1.1)}[data-md-color-scheme=slate] .feedback-btn{color:#999}[data-md-color-scheme=slate] .feedback-btn:hover{color:#ccc}.feedback-btn.selected{color:#f47b20}.feedback-btn svg{font-size:18px}.feedback-comment-box{animation:slideDown .3s ease-in-out;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:12px;padding:12px}[data-md-color-scheme=slate] .feedback-comment-box{background:#2a2a2e;border:1px solid #3a3a3f}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.feedback-comment-title{color:#6c757d;font-size:13px;font-weight:500;margin:0 0 8px}[data-md-color-scheme=slate] .feedback-comment-title{color:#aaa}.feedback-comment-input{border:1px solid #dee2e6;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:14px;min-height:60px;padding:8px 12px;resize:vertical;transition:border-color .2s ease-in-out;width:100%}.feedback-comment-input:focus{border-color:#f47b20;box-shadow:0 0 0 2px #f47b201a;outline:none}.feedback-comment-input::placeholder{color:#adb5bd}[data-md-color-scheme=slate] .feedback-comment-input{background:#1a1a1d;border:1px solid #4a4a4f;color:#d9d9de}[data-md-color-scheme=slate] .feedback-comment-input::placeholder{color:#666}.feedback-submit-btn{background:#f47b20;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;margin-top:8px;padding:6px 16px;transition:background-color .2s ease-in-out,opacity .2s ease-in-out}.feedback-submit-btn:hover:not(:disabled){background:#d66a1a}.feedback-submit-btn:disabled{cursor:not-allowed;opacity:.5}.feedback-btn:disabled{cursor:not-allowed;opacity:.6}.doc-ai-bot-logo-container{padding:0;text-align:center}.doc-ai-bot-logo{height:auto;max-width:150px;width:50%}.disclaimer{color:#666;font-size:.5rem;text-align:center}[data-md-color-scheme=slate] .disclaimer{color:#aaa}.scroll-to-bottom{align-items:center;background:#fff;border:.1px solid #685d5d;border-radius:50%;bottom:110px;box-shadow:0 6px 18px #0000000f;color:#000000a6;cursor:pointer;display:flex;height:36px;justify-content:center;left:50%;padding:0;position:absolute;transform:translateX(-50%);transition:transform .18s ease,background .18s ease,box-shadow .18s ease;width:36px;z-index:30}.scroll-to-bottom:hover{background:#ffffff17;box-shadow:0 10px 28px #00000017;transform:translateX(-50%) translateY(-3px)}.scroll-to-bottom:active{transform:translateX(-50%) translateY(0)}
/*# sourceMappingURL=main.3677554a.css.map*/