body,html{-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;height:100%;margin:0;overflow:hidden;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.chat{background:#f8f9fa;border-color:#666;border-radius:12px;border-width:.5px;box-shadow:0 8px 20px #0000001a;display:flex;flex-direction:column;font-family:Segoe UI,sans-serif;height:96dvh;margin:10px auto 0;max-width:98%;overflow:hidden}.history-open-btn{background:#0000;border:1px solid #fff6;border-radius:8px;color:#fff;cursor:pointer;height:34px;margin-right:10px;width:34px}.history-drawer-backdrop{background:#0000005c;inset:0;position:fixed;z-index:1100}.history-drawer{background:#fff;border-right:none;display:flex;flex-direction:column;flex-shrink:0;max-width:42%;overflow:hidden;transition:width .25s ease;width:0}.history-drawer.open{border-right:1px solid #ececec;width:280px}.history-drawer-header{align-items:center;border-bottom:1px solid #ececec;display:flex;gap:8px;justify-content:flex-start;padding:14px 16px}.history-drawer-header h3{color:#111;font-size:1rem;margin:0}.history-close-btn{background:#0000;border:none;color:#444;cursor:pointer;font-size:1.3rem;margin-left:auto}.history-new-btn{background:#000;border:1px solid #ddd;border-radius:8px;color:#fff;cursor:pointer;font-size:.8rem;font-weight:600;height:30px;padding:0 10px;width:95%}.history-section{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;padding:12px 14px}.history-section-title{color:#666;font-size:.75rem;font-weight:700;letter-spacing:.04em;margin:0 0 8px;text-transform:uppercase}.history-card{background:#fafafa;border:1px solid #eee;border-radius:10px;padding:10px 11px}.history-card-title{color:#111;font-size:.9rem;font-weight:600;margin:0 0 4px}.history-card-sub{color:#666;font-size:.8rem;margin:0}.history-list{display:flex;flex:1 1;flex-direction:column;gap:8px;min-height:0;overflow-y:auto}.history-item{background:#fff;border:1px solid #eee;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:5px;padding:9px 10px;text-align:left}.history-item:hover{background:#f9f9f9;border-color:#d8d8d8}.history-item.active{background:#f5f5f5;border-color:#111}.history-item-q{color:#111;font-size:.85rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-item-time{color:#777;font-size:.72rem}.history-empty{color:#777;font-size:.82rem;margin:8px 0}.chat-title{align-items:center;background-color:#1a1a1a;color:#fff;display:flex;flex-wrap:nowrap;justify-content:space-between;padding:12px 16px}#user{font-size:22px;font-weight:600;margin:0}.chat-subtitle{color:#ccc;font-size:.85rem;line-height:1.2;margin-top:4px}.chat-title-text{flex:1 1;min-width:0}.chat-title-text h1{font-size:1.5rem;margin:0}.chat-title h1{font-size:20px;margin:0}.inline-drug{background-color:#1e88e5;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:1rem;margin-right:8px;padding:.25rem .5rem;text-decoration:none;transition:background-color .2s ease}.inline-drug:hover{background-color:#1565c0}.inline-drug:focus{box-shadow:0 0 0 2px #1e88e580;outline:none}.inline-drug:active{background-color:#0d47a1}.inline-drug.clickable{cursor:pointer;display:inline-block;padding:2px 4px}.message-wrapper{align-items:center;display:flex;max-width:100%;min-width:0}.message.new:not(.message-personal) .message-wrapper{width:100%}.message.message-personal .message-wrapper{width:auto}.speak-button{align-self:flex-end;cursor:pointer;font-size:16px;height:auto;margin-left:2px;padding:6px 10px}.avatar{align-items:center;display:flex;flex-shrink:0;height:48px;margin-left:12px;width:48px}.avatar img{border-radius:50%;height:auto;width:100%}.messages{background-color:#fff;display:flex;flex:1 1;min-height:0;overflow:hidden;padding:0}.controls{align-items:center;flex-wrap:nowrap;gap:10px}.button-group,.controls{display:flex;justify-content:center}.button-group{flex-wrap:wrap;gap:8px;margin-top:16px}.view-report-btn{background-color:#f66;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;margin-left:4px;padding:5px;vertical-align:initial}.view-report-btn:hover{background-color:#e65c5c}.mic-control{align-items:center;display:flex;flex-direction:column}.messages-content{-webkit-overflow-scrolling:touch;background:#fff;display:flex;flex:1 1;flex-direction:column;min-width:0;overflow-y:auto;padding:20px 24px}.message.new{display:flex;justify-content:flex-start;margin-bottom:16px;min-width:0;width:100%}.message.new .message-text{animation:fadeIn .25s ease-in-out;background-color:initial;border-radius:0;color:#111;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.97rem;line-height:1.72;max-width:100%;min-width:0;overflow-x:visible;padding:0}.message.new:before{content:"";display:none}.message.message-personal.new{display:flex;justify-content:flex-end;margin-bottom:10px}.message.message-personal .message-text{animation:fadeIn .3s ease-in-out;background-color:#2e2f30;border-radius:18px;border-bottom-right-radius:8px;color:#fff;max-width:85%;padding:10px 14px}.avatar{height:24px;width:24px}.status-text{color:#555;display:inline-block;font-size:12px;height:1em;line-height:1.2;min-width:80px;text-align:center;white-space:nowrap}.status-wrapper{position:relative}.message-box{background-color:#fff;border-top:1px solid #ddd;display:flex;padding:12px}.message-input{border:1px solid #ccc;border-radius:18px;flex:1 1;font-size:14px;outline:none;padding:10px 14px}.message-submit:disabled{align-items:center;background-color:#f0f0f0;border:none;border-radius:50%;cursor:pointer;display:flex;height:44px;justify-content:center;padding:0;width:44px}.loader-text{color:#555;font-size:12px}.message-mic{background:#0000;border:none;cursor:pointer;flex-shrink:0;margin-left:8px}.message-mic:disabled{cursor:not-allowed;opacity:.5}.message-mic img.avatar{height:30px;width:30px}.status-text-inline{animation:fadeIn .2s ease-in-out;background-color:#f0f0f0;border-radius:12px;color:#555;font-size:11px;padding:2px 8px;white-space:nowrap}.message-send{background:#0000;border:none;cursor:pointer;flex-shrink:0;margin-left:8px}.message-send:disabled{cursor:not-allowed;opacity:.5}.message-send img.avatar,.message-submit img.avatar{height:35px;width:35px}.empty-chat-message{background-color:#f9f9f9;border-left:5px solid #ffc107;border-radius:6px;box-shadow:0 2px 8px #0000000d;color:#333;font-size:1rem;margin:20px auto 0;max-width:650px;padding:20px;width:95%}.section-title{color:#d9534f;font-size:1.4em;margin-bottom:15px;text-align:center}.reminder-list{line-height:1.2;list-style-type:disc;padding-left:20px}.reminder-list li{line-height:1.5;margin-bottom:10px}.reminder-hi{color:#666;display:block;font-size:.88em;font-style:italic;margin-top:2px}.suggestions{-ms-overflow-style:none;-webkit-overflow-scrolling:touch;border:none!important;box-shadow:none!important;display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:4px;position:relative;scrollbar-width:none;white-space:nowrap;z-index:10}.suggestions::-webkit-scrollbar{display:none}.suggestion-button{-webkit-line-clamp:3;-webkit-box-orient:vertical;background:#fff;border:none;border-radius:18px;box-shadow:6px 6px 14px #0000001a,-6px -6px 14px #fff;color:#111;cursor:pointer;display:-webkit-box;flex:0 0 auto;font-size:13px;font-weight:500;line-height:1.4;max-width:220px;min-height:58px;overflow:hidden;padding:10px 16px;text-align:left;transition:all .25s ease;white-space:normal}.suggestion-button:hover{background:#efefef;box-shadow:10px 10px 20px #0000001f,-10px -10px 20px #fff;transform:translateY(-4px)}.suggestion-button:focus,.suggestion-button:focus-visible{outline:none}.suggestion-button:active{box-shadow:inset 4px 4px 8px #0000001f,inset -4px -4px 8px #fff;transform:scale(.98)}.table-scroll-wrap{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:block;margin:.8em 0;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;touch-action:pan-x pan-y}.table-scroll-wrap table{border:none;border-collapse:collapse;border-radius:0;font-size:14px;margin:0;min-width:100%;width:-webkit-max-content;width:max-content}.table-scroll-wrap td,.table-scroll-wrap th{border:1px solid #e0e0e0;padding:8px 12px;text-align:left;white-space:nowrap}.table-scroll-wrap th{background-color:#f9f9f9;color:#333;font-weight:600}.table-scroll-wrap tr:nth-child(2n) td{background:#fafafa}.table-scroll-wrap tr:last-child td{border-bottom:none}@media screen and (max-width:768px){.table-scroll-wrap{border-radius:6px;margin-left:0;margin-right:0}.table-scroll-wrap td,.table-scroll-wrap th{font-size:13px;padding:7px 10px}}.message-text .guide-follow-up{background:#f4f7fb;border-left:3px solid #006edc;border-radius:0 8px 8px 0;color:#1a1a1a;font-size:.95rem;line-height:1.45;margin:0;padding:10px 12px}.guide-quick-replies{background:#fff;border-top:1px solid #eee;display:flex;flex-wrap:wrap;gap:8px;padding:8px 12px 4px}.guide-quick-replies .suggestion-button{font-weight:600;max-width:none;min-height:auto;padding:8px 16px}.suggestion-button:hover{background-color:#e5e5e5}.suggestion-button:focus{box-shadow:none;outline:none}@media screen and (max-width:480px){.history-drawer{bottom:0;height:100dvh;left:0;position:fixed;top:0;z-index:1200}.chat{border:none;border-radius:0;box-shadow:none;height:100dvh;margin:0;max-width:100%}.chat-title{padding:10px 12px}.chat-title-text h1{font-size:1.2rem}.chat-subtitle{font-size:.75rem}.avatar{height:40px;width:40px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.typing-indicator{color:#ccc;display:inline-flex;font-size:.9em;gap:6px}.typing-text{color:#4f4e4e;font-size:.9em}.streaming-text{line-height:1.65}.streaming-text.streaming-active{position:relative}.streaming-text.streaming-active:after{animation:cursor-blink .8s step-end infinite;color:#555;content:"▌";display:inline;font-weight:300;margin-left:2px}.streaming-text.streaming-done:after{display:none}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}.streaming-message{min-height:24px}.message-text a,.streaming-text a{color:#1a73e8;font-weight:500;text-decoration:underline;transition:color .2s ease,opacity .2s ease}.message-text a:hover,.streaming-text a:hover{color:#0d5bb5;opacity:.85}.msg-fade-in{animation:msgSlideIn .35s ease-out}@keyframes msgSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.guide-question-inline{align-items:flex-start;animation:guideSlideIn .4s ease-out .3s both;background:#f0f4ff;border-left:3px solid #4a7dff;border-radius:0 10px 10px 0;cursor:pointer;display:flex;gap:8px;margin-top:10px;max-width:80%;padding:10px 14px;transition:background .2s ease,transform .15s ease}.guide-question-inline:hover{background:#e4ebff;transform:translateX(3px)}.guide-question-inline:active{transform:scale(.98)}.guide-question-icon{flex-shrink:0;font-size:1.1rem;line-height:1.4}.guide-question-text{color:#333;font-size:.88rem;font-weight:500;line-height:1.4}@keyframes guideSlideIn{0%{opacity:0;transform:translateX(-16px)}to{opacity:1;transform:translateX(0)}}.typing-dot{background-color:#5c5e69;display:inline-block;height:5px;margin-left:4px;width:5px}.typing-dot:nth-of-type(2){animation-delay:.15s}.typing-dot:nth-of-type(3){animation-delay:.25s}input::placeholder,select:invalid{color:#aaa;font-family:Segoe UI,sans-serif!important}@keyframes formExtract{0%{filter:blur(5px);opacity:0;transform:scale(.2)}to{filter:blur(0);opacity:1;transform:scale(1)}}.animate-form{animation:formExtract .4s cubic-bezier(.34,1.56,.64,1)}.mini-input{background:#fbfbfb;border:1px solid #e2e2e2;border-radius:8px;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.85rem;outline:none;padding:8px 10px;transition:border-color .2s ease;width:100%}.mini-input:focus{background:#fff;border-color:#000}.small-label{align-items:center;color:#666;cursor:pointer;display:flex;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.75rem;gap:8px;margin-top:8px}.action-button{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-family:Segoe UI,sans-serif;font-size:.9rem;font-weight:600;padding:10px}.btn-save{background:#000;color:#fff}.btn-cancel{background:#f5f5f5;color:#666}.addon-btn{align-items:center;background:#000;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:24px;justify-content:center;left:10px;line-height:1;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:background .15s,color .15s;width:24px;z-index:5}.addon-btn--active{background:#111;color:#fff}.guest-panel{bottom:calc(100% + 8px);left:0;max-width:calc(100% - 8px);position:absolute;width:300px}.blur-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0006;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.animate-form{background:#fff;border:1px solid #f0f0f0;border-radius:20px;box-shadow:0 15px 40px #00000026;font-family:Segoe UI,sans-serif;max-height:87vh;max-width:360px;overflow-y:auto;padding:10px;width:90%}.active-interest{background-color:#1a1a1a!important;border:1px solid #000;color:#fff!important}.animate-form .suggestion-button{align-items:center;border:1px solid #0000;display:flex;font-weight:500;justify-content:center;transition:all .2s ease}@media screen and (max-width:480px){.animate-form{padding:20px 15px;width:92%}.addon-btn{height:26px;left:8px;width:26px}}@media screen and (min-width:769px){.history-drawer-backdrop{display:none!important}}@media screen and (max-width:768px){.messages{display:flex;position:relative}.guest-panel{left:50%;max-width:none;transform:translateX(-50%);width:min(300px,calc(100vw - 32px))}.history-drawer-backdrop{display:block}.history-drawer{border-right:none;box-shadow:8px 0 26px #00000029;height:100vh;left:0;max-width:88vw;position:fixed;top:0;transform:translateX(-100%);transition:transform .22s ease;width:300px;z-index:1200}.history-drawer.open{transform:translateX(0)}.history-drawer:not(.open){pointer-events:none}}.settings-btn{align-items:center;background:#0000;border:1px solid #ffffff59;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:34px;justify-content:center;margin-left:8px;transition:background .2s ease,border-color .2s ease;width:34px}.settings-btn:hover{background:#ffffff1f;border-color:#fff9}.settings-overlay{animation:settingsFadeIn .2s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000061;inset:0;position:fixed;z-index:1400}@keyframes settingsFadeIn{0%{opacity:0}to{opacity:1}}.settings-drawer{animation:settingsSlideIn .28s cubic-bezier(.22,1,.36,1);background:#fff;box-shadow:-8px 0 36px #0000002e;display:flex;flex-direction:column;height:100vh;max-width:95vw;overflow:hidden;position:fixed;right:0;top:0;transform:translateX(0);width:340px;z-index:1500}@keyframes settingsSlideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.settings-drawer.closing{animation:settingsSlideOut .22s ease forwards}@keyframes settingsSlideOut{0%{transform:translateX(0)}to{transform:translateX(100%)}}.settings-header{align-items:center;background:#1a1a1a;border-bottom:1px solid #f0f0f0;color:#fff;display:flex;flex-shrink:0;justify-content:space-between;padding:18px 20px 14px}.settings-header-title{align-items:center;display:flex;gap:10px}.settings-header-title span:first-child{font-size:1.25rem}.settings-header-title h2{font-size:1.05rem;font-weight:700;letter-spacing:-.01em;margin:0}.settings-close-btn{align-items:center;background:#0000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.4rem;height:32px;justify-content:center;transition:background .15s;width:32px}.settings-close-btn:hover{background:#ffffff26}.settings-body{flex:1 1;gap:22px;overflow-y:auto;padding:20px}.settings-body,.settings-group{display:flex;flex-direction:column}.settings-group{gap:8px}.settings-group-label{color:#888;font-size:.7rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.settings-group-desc{color:#aaa;font-size:.78rem;margin-top:-4px}.settings-radio-group{display:flex;flex-wrap:wrap;gap:8px}.settings-radio-pill{cursor:pointer;position:relative}.settings-radio-pill input[type=radio]{height:0;opacity:0;position:absolute;width:0}.settings-radio-pill-label{align-items:center;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:20px;color:#555;cursor:pointer;display:flex;font-size:.82rem;font-weight:600;gap:6px;padding:8px 14px;transition:all .15s ease;-webkit-user-select:none;user-select:none}.settings-radio-pill input[type=radio]:checked+.settings-radio-pill-label{background:#1a1a1a;border-color:#1a1a1a;color:#fff}.settings-radio-pill-label:hover{background:#f0f0f0;border-color:#bbb}.settings-radio-pill input[type=radio]:checked+.settings-radio-pill-label:hover{background:#333}.settings-input{background:#fafafa;border:1.5px solid #e0e0e0;border-radius:10px;box-sizing:border-box;color:#111;font-family:Segoe UI,sans-serif;font-size:.9rem;outline:none;padding:10px 14px;transition:border-color .15s ease;width:100%}.settings-input:focus{background:#fff;border-color:#1a1a1a}.settings-select{-webkit-appearance:auto;appearance:auto;background:#fafafa;border:1.5px solid #e0e0e0;border-radius:10px;box-sizing:border-box;color:#111;cursor:pointer;font-family:Segoe UI,sans-serif;font-size:.9rem;outline:none;padding:10px 14px;transition:border-color .15s ease;width:100%}.settings-select:focus{background:#fff;border-color:#1a1a1a}.settings-saved-badge{align-items:center;animation:savedPop .3s ease;color:#2a5;display:flex;font-size:.78rem;font-weight:700;gap:6px}@keyframes savedPop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.settings-footer{background:#fff;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;flex-shrink:0;gap:10px;padding:14px 20px}.settings-save-btn{align-items:center;background:#1a1a1a;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:Segoe UI,sans-serif;font-size:.95rem;font-weight:700;gap:8px;justify-content:center;padding:13px;transition:background .2s ease,transform .1s ease;width:100%}.settings-save-btn:hover{background:#333}.settings-save-btn:active{transform:scale(.98)}.settings-save-btn:disabled{background:#888;cursor:not-allowed}.settings-divider{background:#f0f0f0;height:1px;margin:0 -20px}.pill-emoji{font-size:1rem}.bubble h1{font-size:1.6em;font-weight:600;margin:.6em 0 .4em}.bubble h2{border-bottom:1px solid #ececec;font-size:1.25em;line-height:1.4;margin:.9em 0 .35em;padding-bottom:4px}.bubble h2,.bubble h3{color:#111;font-weight:600}.bubble h3{font-size:1.08em;margin:.75em 0 .3em}.bubble p{margin:.55em 0}.bubble ol,.bubble ul{margin:.5em 0 .7em;padding-left:1.4em}.bubble li{background:#0000;border:none;line-height:1.7;margin:.28em 0;padding:0}.bubble li::marker{color:#6b6b6b}.bubble strong{color:#111;font-weight:700}.bubble em{color:#555;font-style:italic}.bubble code{background:#f0f0f0;border:1px solid #e0e0e0;border-radius:5px;color:#333;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.875em;padding:2px 6px}.code-block-wrap{border:1px solid #e0e0e0;border-radius:8px;margin:.85em 0;overflow:hidden;position:relative}.code-block-header{background:#f9f9f9;border-bottom:1px solid #e0e0e0;font-family:monospace;justify-content:space-between;padding:7px 14px}.code-block-header,.copy-code-btn{align-items:center;color:#555;display:flex;font-size:12px}.copy-code-btn{background:none;border:none;border-radius:4px;cursor:pointer;gap:5px;padding:2px 6px;transition:color .15s,background .15s}.copy-code-btn:hover{background:#eee;color:#111}.bubble pre{background:#fafafa!important;border-radius:0!important;font-size:13.5px!important;line-height:1.65!important;margin:0!important;overflow-x:auto;padding:14px 18px!important}.bubble pre code{background:none!important;border:none!important;color:inherit!important;font-size:inherit!important;padding:0!important}.bubble blockquote{border-left:3px solid #ccc;color:#666;font-style:italic;margin:.5em 0;padding:4px 0 4px 14px}.bubble .table-scroll-wrap th{padding:9px 14px}.bubble .table-scroll-wrap td{border-bottom:1px solid #f0f0f0;color:#333;padding:8px 14px}.bubble .table-scroll-wrap tr:last-child td{border-bottom:none}.bubble hr{border:none;border-top:1px solid #e0e0e0;margin:1em 0}.save-notification{align-items:center;animation:save-notification-in .18s ease-out;background:#f0fdf4;border:1px solid #86efac;border-radius:12px;box-shadow:0 10px 30px #14532d2e;color:#14532d;display:flex;font-size:.95rem;font-weight:600;gap:10px;left:50%;max-width:calc(100vw - 32px);padding:12px 14px;position:fixed;top:20px;transform:translateX(-50%);width:-webkit-max-content;width:max-content;z-index:10000}.save-notification-icon{background:#22c55e;border-radius:50%;color:#fff;display:grid;flex:0 0 24px;height:24px;place-items:center;width:24px}.save-notification-close{background:#0000;border:0;color:#166534;cursor:pointer;font-size:1.25rem;line-height:1;padding:0 2px}@keyframes save-notification-in{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.typing-indicator{align-items:center;color:#888;display:flex;font-size:14px}.typing-text{font-weight:700;margin-right:10px}.typing-dots{display:flex;gap:4px}.typing-dot{animation:typing-dot 1.2s ease-in-out infinite;background-color:#ccc;border-radius:50%;height:8px;width:8px}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-dot{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(-10px)}}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*!
  Theme: GitHub Dark
  Description: Dark theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-dark
  Current colors taken from GitHub's CSS
*/.hljs{background:#0d1117;color:#c9d1d9}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#79c0ff}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-code,.hljs-comment,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{background-color:#033a16;color:#aff5b4}.hljs-deletion{background-color:#67060c;color:#ffdcd7}
/*# sourceMappingURL=main.ab40bfe3.css.map*/