*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading,.error{justify-content:center;align-items:center;height:100vh;font-size:1.1rem;display:flex}.error{color:#d32f2f}.app{flex-direction:column;min-height:100vh;display:flex}.app-chat{height:100vh;max-height:100vh;overflow:hidden}.header{background:#fff;border-bottom:1px solid #e0e0e0;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.header h1{font-size:1.3rem;font-weight:600}.user-info{color:#666;align-items:center;gap:12px;font-size:.9rem;display:flex}.logout-btn{cursor:pointer;color:#666;background:0 0;border:1px solid #ccc;border-radius:4px;padding:4px 12px;font-size:.85rem}.logout-btn:hover{background:#f0f0f0}.main{max-width:960px;margin:0 auto;padding:32px 24px}.main-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.main h2{margin-bottom:4px;font-size:1.4rem}.subtitle{color:#666}.bases-error{color:#d32f2f;background:#fdecea;border-radius:4px;margin-bottom:16px;padding:8px 12px;font-size:.9rem}.start-chat-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ff8000;border:none;border-radius:8px;padding:10px 24px;font-size:.95rem;font-weight:500}.start-chat-btn:hover{background:#e67300}.workspace-section{margin-bottom:32px}.workspace-name{text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:12px;font-size:.85rem}.base-grid{grid-template-columns:1fr;gap:12px;display:grid}@media (width>=640px){.base-grid{grid-template-columns:repeat(2,1fr)}}.base-card{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;align-items:center;gap:12px;padding:16px;transition:border-color .15s,box-shadow .15s;display:flex}.base-card:hover{box-shadow:0 2px 8px #0000001a}.base-card-selected{background:#fff8f0;border-color:#ff8000}.base-checkbox{accent-color:#ff8000;cursor:pointer;flex-shrink:0;width:18px;height:18px}.base-icon{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:600;display:flex}.base-info h3{font-size:.95rem;font-weight:500}.base-updated{color:#999;font-size:.8rem}.empty{color:#999;text-align:center;padding:48px}.login-container{justify-content:center;align-items:center;height:100vh;display:flex}.login-form{background:#fff;border-radius:8px;width:360px;padding:40px;box-shadow:0 2px 12px #0000001a}.login-form h1{text-align:center;margin-bottom:24px;font-size:1.3rem}.login-form input{border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:12px;padding:10px 12px;font-size:.95rem}.login-form button{color:#fff;cursor:pointer;background:#ff8000;border:none;border-radius:4px;width:100%;margin-top:4px;padding:10px;font-size:.95rem}.login-form button:hover{background:#e67300}.login-form button:disabled{cursor:not-allowed;background:#ccc}.login-error{color:#d32f2f;background:#fdecea;border-radius:4px;margin-bottom:12px;padding:8px 12px;font-size:.85rem}.chat-view{flex:1;height:0;min-height:0;display:flex;overflow:hidden}.ai-chat-sidebar{color:#fff;background-color:#1d2838;flex-direction:column;width:260px;min-width:260px;padding:4px 0;display:flex;overflow:hidden}.ai-chat-sidebar-header{align-items:center;padding:12px 24px 16px;display:flex}.ai-chat-sidebar-title{color:#fff;font-size:16px;font-weight:600}.ai-chat-sidebar-fixed{flex-shrink:0;padding:0 16px}.ai-chat-sidebar-scrollable{flex:1;min-height:0;padding:0 16px;overflow-y:auto}.ai-chat-sidebar-section{margin-bottom:20px}.ai-chat-sidebar-section+.ai-chat-sidebar-section{padding-top:16px}.ai-chat-sidebar-section-title{text-transform:uppercase;letter-spacing:.5px;color:#ffffff80;margin-bottom:8px;padding:0 8px;font-size:11px}.ai-chat-sidebar-label{color:#ffffffb3;margin-bottom:4px;padding:0 8px;font-size:13px;display:block}.ai-chat-sidebar-input{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:4px;outline:none;width:100%;padding:6px 10px;font-family:monospace;font-size:12px;display:block}.ai-chat-sidebar-input:focus{border-color:#ffffff59}.ai-chat-sidebar-input::placeholder{color:#ffffff4d}select.ai-chat-sidebar-input{cursor:pointer;font-family:inherit}select.ai-chat-sidebar-input option{color:#fff;background:#2b2b2b}select.ai-chat-sidebar-input optgroup{color:#999;background:#1e1e1e;font-size:11px;font-style:normal;font-weight:600}select.ai-chat-sidebar-input optgroup option{color:#fff;font-size:12px;font-weight:400}.ai-chat-sidebar-base-item{margin-bottom:8px}.ai-chat-sidebar-base-name{color:#ffffffd9;padding:0 8px;font-size:13px;font-weight:600}.ai-chat-sidebar-table-item{color:#ffffff8c;padding:2px 8px 2px 16px;font-size:12px}.ai-chat-sidebar-footer{border-top:1px solid #ffffff1a;flex-shrink:0}.ai-chat-sidebar-disclaimer{padding:12px 16px}.ai-chat-sidebar-disclaimer-title{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:11px;font-weight:600}.ai-chat-sidebar-disclaimer-text{color:#ffffff59;font-size:11px;line-height:1.4}.ai-chat-sidebar-user{color:#ffffffb3;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:10px 16px;font-size:13px;display:flex}.ai-chat-sidebar-logout{color:#ffffff80;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;padding:3px 10px;font-size:11px}.ai-chat-sidebar-logout:hover{color:#fff;background:#ffffff1a}.ai-chat-main{background:#fff;flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.ai-chat-header{border-bottom:1px solid #71717114;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px 8px;display:flex}.ai-chat-header-left{align-items:center;gap:8px;display:flex}.ai-chat-header-title{color:#333;margin:0;font-size:15px;font-weight:600}.ai-chat-header-right{align-items:center;gap:8px;display:flex}.ai-chat-header-icon-btn{all:unset;cursor:pointer;border-radius:3px;place-items:center;width:25px;height:25px;display:grid}.ai-chat-header-icon-btn:hover{background:#0000000d}.ai-chat-header-icon-btn svg{color:#999}.ai-chat-header-icon-btn:hover svg{color:#333}.ai-chat-messages{background:#f8f9fa;flex-direction:column;flex:1;align-items:center;padding:20px 24px;display:flex;overflow-y:auto}.ai-chat-messages-inner{width:100%;max-width:1000px}.ai-chat-welcome{text-align:center;color:#666;padding:60px 20px}.ai-chat-welcome-hello{color:#333;margin-bottom:4px;font-size:22px;font-weight:600}.ai-chat-welcome-subtitle{color:#888;font-size:14px}.ai-chat-msg{margin-bottom:16px;display:flex}.ai-chat-msg-user{justify-content:flex-end}.ai-chat-msg-assistant{justify-content:flex-start}.ai-chat-bubble{word-wrap:break-word;border-radius:12px;max-width:80%;padding:10px 14px;font-size:14px;line-height:1.55}.ai-chat-bubble-user{color:#fff;white-space:pre-wrap;background-color:#1d2838;border-bottom-right-radius:4px}.ai-chat-bubble-assistant{color:#333;background-color:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000001a}.ai-chat-bubble-loading{color:#999;font-style:italic}.ai-chat-msg-content{max-width:80%}.ai-chat-msg-content .ai-chat-bubble{max-width:100%}.ai-chat-bubble-assistant .ai-chat-paragraph{margin:0 0 8px}.ai-chat-bubble-assistant .ai-chat-paragraph:last-child{margin-bottom:0}.ai-chat-bubble-assistant .ai-chat-heading{margin:12px 0 6px;font-weight:600;line-height:1.3}.ai-chat-bubble-assistant h2.ai-chat-heading{font-size:16px}.ai-chat-bubble-assistant h3.ai-chat-heading{font-size:15px}.ai-chat-bubble-assistant h4.ai-chat-heading{font-size:14px}.ai-chat-bubble-assistant .ai-chat-heading:first-child{margin-top:0}.ai-chat-bubble-assistant .ai-chat-list{margin:4px 0 8px;padding-left:20px}.ai-chat-bubble-assistant .ai-chat-list li{margin-bottom:2px}.ai-chat-bubble-assistant .ai-chat-list:last-child{margin-bottom:0}.ai-chat-bubble-assistant .ai-chat-hr{border:none;border-top:1px solid #e0e0e0;margin:10px 0}.ai-chat-table-wrapper{margin:8px 0;overflow-x:auto}.ai-chat-table{border-collapse:collapse;width:100%;font-size:13px}.ai-chat-table th,.ai-chat-table td{text-align:left;white-space:nowrap;border:1px solid #e0e0e0;padding:6px 10px}.ai-chat-table th{background:#f0f0f0;font-size:12px;font-weight:600}.ai-chat-table tr:nth-child(2n){background:#fafafa}.ai-chat-table tr:hover{background:#f0f4f8}.ai-chat-code-block{color:#d4d4d4;white-space:pre-wrap;background:#1e1e1e;border-radius:6px;margin:8px 0;padding:10px 12px;font-size:12px;position:relative;overflow-x:auto}.ai-chat-code-block code{font-family:SF Mono,Fira Code,Consolas,monospace}.ai-chat-code-lang{color:#888;text-transform:uppercase;font-size:10px;position:absolute;top:4px;right:8px}.ai-chat-code-copy{color:#aaa;cursor:pointer;opacity:0;background:#ffffff1a;border:1px solid #fff3;border-radius:3px;padding:2px 8px;font-size:11px;transition:opacity .15s;position:absolute;top:4px;right:8px}.ai-chat-code-block:hover .ai-chat-code-copy{opacity:1}.ai-chat-code-copy:hover{color:#fff;background:#fff3}.ai-chat-code-block .ai-chat-code-lang:first-child{left:12px;right:auto}.ai-chat-inline-code{background:#0000000f;border-radius:3px;padding:1px 4px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.9em}.ai-chat-bubble-user .ai-chat-inline-code{background:#ffffff26}.ai-chat-bubble-assistant a{color:#06c;text-decoration:underline}.ai-chat-usage{color:#aaa;margin-top:4px;padding:0 4px;font-size:11px}.ai-chat-meta-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.ai-chat-tool-details-toggle{color:#999;cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;padding:2px 0;font-size:11px;display:flex}.ai-chat-tool-details-toggle:hover{color:#666}.ai-chat-tool-details-arrow{font-size:10px;transition:transform .15s;display:inline-block}.ai-chat-tool-details-arrow.expanded{transform:rotate(90deg)}.ai-chat-tool-details-panel{color:#d4d4d4;background:#1e1e1e;border-radius:6px;margin-top:6px;overflow:hidden}.ai-chat-tool-call{border-bottom:1px solid #333;padding:10px 12px}.ai-chat-tool-call:last-child{border-bottom:none}.ai-chat-tool-call-header{color:#7ec8e3;margin-bottom:6px;font-size:12px;font-weight:600}.ai-chat-tool-call-section{margin-bottom:6px}.ai-chat-tool-call-label{color:#888;text-transform:uppercase;margin-bottom:2px;font-size:10px;font-weight:600}.ai-chat-tool-call-code{white-space:pre-wrap;word-break:break-word;color:#d4d4d4;background:#2d2d2d;border-radius:4px;max-height:200px;margin:0;padding:6px 8px;font-size:11px;overflow:auto}.ai-chat-confirm p{margin:0 0 10px}.ai-chat-confirm-buttons{gap:8px;display:flex}.ai-chat-confirm-btn{cursor:pointer;border:none;border-radius:4px;padding:5px 16px;font-size:13px;font-weight:500}.ai-chat-confirm-yes{color:#fff;background:#d9534f}.ai-chat-confirm-yes:hover{background:#c9302c}.ai-chat-confirm-no{color:#333;background:#e8e8e8}.ai-chat-confirm-no:hover{background:#d0d0d0}.ai-chat-error{color:#d32f2f;background:#fff3f3;border:1px solid #d32f2f;border-radius:6px;margin:0 0 12px;padding:8px 12px;font-size:13px}.ai-chat-input-area{box-sizing:border-box;background:#fff;border-top:1px solid #e7eaec;flex-shrink:0;align-items:flex-end;gap:8px;width:100%;max-width:1048px;margin:0 auto;padding:12px 24px 16px;display:flex}.ai-chat-input{resize:none;border:1px solid #d0d0d0;border-radius:8px;outline:none;flex:1;min-height:40px;max-height:120px;padding:10px 12px;font-family:inherit;font-size:14px;line-height:1.4}.ai-chat-input:focus{border-color:#a0a8b4;box-shadow:0 0 0 2px #1d28380f}.ai-chat-send-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#1d2838;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500}.ai-chat-send-btn:hover:not(:disabled){background:#141c28}.ai-chat-send-btn:disabled{cursor:not-allowed;background:#b0b0b0}
