@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-6px);opacity:1}}@keyframes fadeInOut{0%,to{opacity:.7}50%{opacity:1}}.app-container{display:flex;height:100vh;width:100%;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.icon{width:18px;height:18px}.chat-main{flex:1;display:flex;flex-direction:column;min-width:0}.thread-root{flex:1;display:flex;flex-direction:column;overflow:auto}.thread-viewport{flex:1;padding:1rem;display:flex;flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;width:100%}.chat-footer{position:sticky;bottom:0;text-align:center;padding:.5rem 1rem;font-size:.75rem;color:#666;background:#fff}.chat-footer a{color:#666;text-decoration:underline}.chat-footer a:hover{color:#333}.sidebar{background:#1a1a2e;display:flex;flex-direction:column;transition:width .3s ease;overflow:hidden;flex-shrink:0}.sidebar.open{width:260px}.sidebar:not(.open){width:52px}.sidebar-toggle-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#fff;padding:.5rem;border-radius:.5rem;width:36px;height:36px;flex-shrink:0}.sidebar-toggle-btn:hover{background:#252542}.sidebar-overlay{display:none}.sidebar-header{padding:.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;flex-direction:row;align-items:center;gap:.5rem}.sidebar:not(.open) .sidebar-header{justify-content:flex-end;border-bottom:none}.sidebar-header{min-height:3.75rem}.new-chat-btn{display:flex;align-items:center;gap:.5rem;flex:1;padding:.5rem;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:#fff;cursor:pointer;font-size:.9rem;transition:background .2s ease;text-wrap-mode:nowrap}.new-chat-btn:hover{background:#252542}.chat-list{flex:1;overflow-y:auto;padding:.5rem}.chat-list::-webkit-scrollbar{width:6px}.chat-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.chat-item{display:flex;align-items:center;padding:.5rem;border-radius:.5rem;cursor:pointer;color:#fff;transition:background .2s ease;text-decoration:none}.chat-item:hover,.chat-item.active{background:#252542}.chat-item:hover .delete-btn{opacity:1}.chat-title{flex:1;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.delete-btn{opacity:0;background:none;border:none;cursor:pointer;padding:0;color:#ffffff80;padding:.25rem;border-radius:.25rem;transition:opacity .2s ease,color .2s ease}.delete-btn:hover{color:#ff6b6b}.sidebar-footer{padding:.5rem;border-top:1px solid rgba(255,255,255,.1)}.sidebar:not(.open) .sidebar-footer{display:flex;justify-content:center}.sidebar-nav-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem;border-radius:.5rem;color:#ffffffb3;text-decoration:none;font-size:.85rem;transition:background .2s ease,color .2s ease}.sidebar-nav-item:hover{background:#252542;color:#fff}.sidebar:not(.open) .sidebar-nav-item{width:36px;height:36px;justify-content:center;padding:.5rem}.chat-header{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#1e3a5f;color:#fff}.chat-header h1{margin:0;font-size:1.1rem;font-weight:600}.menu-btn{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#fff;padding:.5rem;border-radius:.5rem}.menu-btn:hover{background:#ffffff1a}.menu-btn.mobile-only{display:none}@media(max-width:768px){.menu-btn.mobile-only{display:flex}}.chat-header-left{display:flex;align-items:center;gap:.5rem;flex:1}.chat-header-right{display:flex;align-items:center;gap:.5rem}.chat-logo{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.chat-logo svg{width:28px;height:28px;fill:#1e3a5f}.message-wrapper{display:flex;gap:.75rem;animation:fadeIn .3s ease ease-in}.message-wrapper.user{justify-content:flex-end}.message-wrapper.assistant{flex-direction:column;align-items:stretch}.message{max-width:85%;padding:0 1rem;border-radius:1rem}.message.user{background:#f5e6d3;color:#333;border-bottom-right-radius:.25rem}.message.assistant{background:transparent;color:#333;border-radius:0;padding:0 0 0 1rem;flex:1}.assistant-message-header .assistant-icon{width:24px;height:24px;border-radius:50%;min-width:24px}.assistant-message-header .assistant-icon svg{width:48px;height:48px}.assistant-divider{flex:1;height:1px;background:#e0e0e0;margin-bottom:.5rem;margin-top:.5rem}.input-area{padding:.75rem 1rem;background:#fff;max-width:800px;margin:0 auto;width:100%}.input-form{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid #e0e0e0;border-radius:1.5rem}.composer-input{flex:1;padding:.5rem;border:none;background:transparent;font-size:.9rem;outline:none;resize:none}.composer-input::placeholder{color:#999}.send-button{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0;background:#1e88e5;color:#fff;border:none;cursor:pointer;transition:transform .2s ease}.send-button:hover:not(:disabled){transform:scale(1.05)}.send-button:disabled{background:#ddd;cursor:not-allowed}.sources-container{margin-top:1rem;padding:.75rem 1rem;background:#f5f5f5;border-radius:.5rem}.sources-header{font-size:.9rem;font-weight:700;color:#333;margin-bottom:.75rem}.sources-list{display:flex;flex-direction:column;gap:.75rem}.source-item{display:flex;flex-direction:column;gap:.25rem}.source-link{font-size:.85rem;color:#1e3a5f;text-decoration:underline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.source-link:hover{text-decoration:underline}.source-excerpt{font-size:.8rem;color:#666;line-height:1.4;margin:0}.source-score{font-size:.75rem;color:#666;background:#0000000d;padding:.15rem .4rem;border-radius:.25rem;white-space:nowrap;display:none}.welcome-section{margin-bottom:1rem}.welcome-title{color:#1e3a5f;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.welcome-text{color:#666;font-size:.9rem;line-height:1.5;margin:0}.assistant-intro{display:flex;gap:.75rem;margin-top:1rem}.assistant-icon{width:32px;height:32px;border-radius:50%;min-width:32px;display:flex;align-items:center;justify-content:center}.assistant-icon svg{width:48px;height:48px;fill:#1e3a5f}.intro-content h3{margin:0 0 .5rem;font-size:.95rem;color:#333}.intro-content p{margin:0;font-size:.85rem;color:#666;line-height:1.5}.suggestion-btn{margin-top:.75rem;padding:.5rem 1rem;background:#f5b942;color:#1e3a5f;border:none;border-radius:1rem;font-size:.85rem;font-weight:500;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.suggestion-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #f5b94266}.thinking-indicator{display:inline-flex;align-items:center;gap:.5rem;color:#666;font-size:.9rem}.thinking-dots{display:inline-flex;gap:.2rem}.thinking-dots .dot{width:6px;height:6px;background:#f5b942;border-radius:50%;animation:bounce .75s ease-in-out infinite}.thinking-dots .dot:nth-child(1){animation-delay:0s}.thinking-dots .dot:nth-child(2){animation-delay:.2s}.thinking-dots .dot:nth-child(3){animation-delay:.4s}.thinking-text{animation:fadeInOut .75s ease-in-out infinite}.message-text{word-break:break-word}.message-text p{margin:.4em 0}.message-text p:first-child{margin-top:0}.message-text p:last-child{margin-bottom:0}.message-text ul,.message-text ol{margin:.4em 0;padding-left:1.5em}.message-text h1,.message-text h2,.message-text h3{margin:.6em 0 .3em;font-size:1em;font-weight:600}.message-text code{background:#fff;padding:.1em .3em;border-radius:3px;font-size:.9em}.message-text pre{background:#fff;padding:.8em;border-radius:6px;overflow-x:auto;margin:.4em 0}.message-text pre code{background:none;padding:0}.message-text table{border-collapse:collapse;margin:.4em 0}.message-text th,.message-text td{border:1px solid #e0e0e0;padding:.3em .6em;text-align:left}.message-text blockquote{border-left:3px solid #e0e0e0;margin:.4em 0;padding-left:.8em;color:#666}.user-menu{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--surface-secondary, #f5f5f5);border-radius:8px;font-size:.875rem}.user-menu__name{color:var(--text-primary, #1a1a1a);font-weight:500;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu__logout{padding:.375rem .75rem;background:transparent;border:1px solid var(--border-color, #e0e0e0);border-radius:6px;color:var(--text-secondary, #666);font-size:.8125rem;cursor:pointer;transition:all .15s ease}.user-menu__logout:hover{background:var(--surface-hover, #eee);border-color:var(--border-hover, #ccc);color:var(--text-primary, #1a1a1a)}@media(prefers-color-scheme:dark){.user-menu{background:var(--surface-secondary, #2a2a2a)}.user-menu__name{color:var(--text-primary, #fff)}.user-menu__logout{border-color:var(--border-color, #444);color:var(--text-secondary, #aaa)}.user-menu__logout:hover{background:var(--surface-hover, #333);border-color:var(--border-hover, #555);color:var(--text-primary, #fff)}}@media(max-width:768px){.sidebar{position:fixed;z-index:100;height:100%;left:0;top:0}.sidebar:not(.open){width:0}.sidebar-overlay{display:block;position:fixed;inset:0;background:#00000080;z-index:99}}:root{--primary: #1e3a5f;--primary-light: #1E88E5;--primary-hover: #1976d2;--primary-active: #1565c0;--accent: #f5b942;--danger: #ff6b6b;--disabled: #cccccc;--user-bubble: #f5e6d3;--background: #fff;--sidebar-bg: #1a1a2e;--sidebar-hover: #252542;--text-dark: #333;--text-light: #666;--text-muted: #999;--text-white: white;--border-color: #e0e0e0;--border-light: #eee;--shadow-light: rgba(0, 0, 0, .08);--shadow-focus: rgba(30, 136, 229, .15);--alert-error-bg: #fef2f2;--alert-error-border: #fecaca;--alert-error-text: #991b1b;--alert-warning-bg: #fffbeb;--alert-warning-border: #fde68a;--alert-warning-text: #92400e;--alert-success-bg: #f0fdf4;--alert-success-border: #bbf7d0;--alert-success-text: #166534;--alert-info-bg: #eff6ff;--alert-info-border: #bfdbfe;--alert-info-text: #1e40af;--breakpoint-mobile: 768px}.status-page{min-height:100vh;background:#fff;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#333;box-sizing:border-box}.status-page-header{max-width:960px;margin:0 auto 2rem}.status-back-link{color:#1e88e5;text-decoration:none;font-size:.85rem;display:inline-block;margin-bottom:1rem}.status-back-link:hover{text-decoration:underline}.status-title{font-size:1.8rem;font-weight:700;color:#1e3a5f;margin:0 0 .25rem}.status-updated{font-size:.85rem;color:#999;margin:0}.status-loading{max-width:960px;margin:0 auto;padding:1.5rem;color:#666;font-size:.9rem}.status-error-box{max-width:960px;margin:0 auto 1.5rem;padding:1rem 1.5rem;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:.5rem;font-size:.9rem}.status-overall{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-radius:.5rem;border:1px solid;max-width:960px;margin:0 auto 2rem}.status-overall--green{background:#f0fdf4;border-color:#bbf7d0}.status-overall--green .status-overall-text{color:#16a34a}.status-overall--green .status-overall-indicator{background:#16a34a}.status-overall--yellow{background:#fffbeb;border-color:#fde68a}.status-overall--yellow .status-overall-text{color:#d97706}.status-overall--yellow .status-overall-indicator{background:#d97706}.status-overall--red{background:#fef2f2;border-color:#fecaca}.status-overall--red .status-overall-text{color:#dc2626}.status-overall--red .status-overall-indicator{background:#dc2626}.status-overall-indicator{width:40px;height:40px;border-radius:50%;flex-shrink:0}.status-overall-label{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.07em;font-weight:600}.status-overall-text{font-size:1.25rem;font-weight:700;margin-top:3px}.status-metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;max-width:960px;margin:0 auto 2rem}.status-metric-card{padding:1.5rem;border-radius:.5rem;border:1px solid}.status-metric-card--green{background:#f0fdf4;border-color:#bbf7d0}.status-metric-card--green .metric-dot{background:#16a34a}.status-metric-card--yellow{background:#fffbeb;border-color:#fde68a}.status-metric-card--yellow .metric-dot{background:#d97706}.status-metric-card--red{background:#fef2f2;border-color:#fecaca}.status-metric-card--red .metric-dot{background:#dc2626}.metric-indicator-row{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.metric-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0}.metric-name{font-size:.95rem;font-weight:600;margin:0;color:#333}.metric-values{display:flex;gap:2rem}.metric-value{display:flex;flex-direction:column}.metric-value-number{font-size:1.6rem;font-weight:700;line-height:1.1;color:#333}.metric-value-label{font-size:.75rem;color:#666;margin-top:3px;text-transform:uppercase;letter-spacing:.05em}.status-history{max-width:960px;margin:0 auto}.status-history-title{font-size:1.1rem;font-weight:600;color:#1e3a5f;margin:0 0 1rem}.status-history-table-wrapper{overflow-x:auto;border-radius:.5rem;border:1px solid #e0e0e0}.status-history-table{width:100%;border-collapse:collapse;font-size:.85rem}.status-history-table th{background:#f8f9fa;padding:.5rem 1rem;text-align:left;font-weight:600;color:#666;border-bottom:1px solid #e0e0e0;white-space:nowrap}.status-history-table td{padding:.5rem 1rem;border-bottom:1px solid #eee;color:#333;vertical-align:middle;white-space:nowrap}.status-history-table tr:last-child td{border-bottom:none}.status-history-table tr:hover td{background:#fafafa}.metric-dot-strip{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.table-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.25rem;vertical-align:middle}.table-dot--green{background:#16a34a}.table-dot--yellow{background:#d97706}.table-dot--red{background:#dc2626}@media(max-width:768px){.status-page{padding:1rem}.status-metrics-grid{grid-template-columns:1fr}.metric-values{gap:1.5rem}}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden}#root{width:100%;height:100%}
