.header{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border-bottom:1px solid #e5e5e7;justify-content:space-between;align-items:center;padding:12px 20px;display:flex;position:sticky;top:0}.header-left{align-items:center;gap:10px;display:flex}.header-logo{align-items:center;display:flex}.header-title{color:#1a1a2e;margin:0;font-size:18px;font-weight:600}.header-right{align-items:center;display:flex}.clear-btn{color:#6b7280;cursor:pointer;background:#fff;border:1px solid #e5e5e7;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;transition:all .15s;display:flex}.clear-btn:hover{color:#374151;background:#f3f4f6}.clear-btn.confirm{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.clear-btn.confirm:hover{background:#fee2e2}.message-row{gap:12px;width:100%;max-width:800px;margin:0 auto;padding:20px 24px;display:flex}.message-row.user{flex-direction:row-reverse}.avatar{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.avatar-user{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6)}.avatar-ai{color:#fff;background:linear-gradient(135deg,#10b981,#06b6d4)}.bubble-wrapper{flex-direction:column;max-width:85%;display:flex}.message-row.user .bubble-wrapper{align-items:flex-end}.bubble{word-break:break-word;border-radius:14px;padding:12px 16px;font-size:15px;line-height:1.65}.bubble-user{color:#ececf1;background:#343541;border-bottom-right-radius:4px}.bubble-ai{color:#374151;background:#fff;border:1px solid #e5e5e7;border-bottom-left-radius:4px}.bubble p{margin:0 0 8px}.bubble p:last-child{margin-bottom:0}.bubble .quote{color:#6b7280;border-left:3px solid #6366f1;margin:8px 0;padding:4px 12px;font-style:italic}.code-block{color:#cdd6f4;background:#1e1e2e;border-radius:8px;margin:8px 0;padding:14px 16px;font-size:13px;line-height:1.5;overflow-x:auto}.code-block code{white-space:pre-wrap;font-family:SF Mono,Fira Code,monospace}.bubble-footer{align-items:center;gap:8px;margin-top:4px;padding:0 4px;display:flex}.bubble-time{color:#9ca3af;font-size:12px}.copy-btn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:3px;padding:2px 4px;font-size:12px;transition:color .15s;display:flex}.copy-btn:hover{color:#6366f1}.empty-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:60px 20px;display:flex}.empty-icon{margin-bottom:20px}.empty-title{color:#1a1a2e;margin:0 0 8px;font-size:24px;font-weight:600}.empty-subtitle{color:#9ca3af;max-width:400px;margin:0 0 32px;font-size:15px;line-height:1.5}.example-grid{grid-template-columns:1fr 1fr;gap:10px;width:100%;max-width:520px;display:grid}.example-card{cursor:pointer;text-align:left;color:#374151;background:#fff;border:1px solid #e5e5e7;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:14px 16px;font-size:14px;transition:all .15s;display:flex}.example-card:hover{background:#f5f3ff;border-color:#6366f1;transform:translateY(-1px);box-shadow:0 2px 8px #6366f11a}.example-text{flex:1;line-height:1.4}.chat-window{flex-direction:column;flex:1;display:flex;overflow-y:auto}.messages-list{flex:1;padding:8px 0}.loading-bubble{align-items:center;gap:5px;min-width:60px;padding:18px 20px;display:flex}.dot{background:#d1d5db;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite both bounce}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}.dot:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chat-input-container{background:#fff;border-top:1px solid #e5e5e7;padding:16px 24px 20px}.chat-input-inner{background:#f3f4f6;border:1px solid #e5e5e7;border-radius:14px;align-items:flex-end;gap:10px;max-width:800px;margin:0 auto;padding:10px 10px 10px 18px;transition:border-color .15s,box-shadow .15s;display:flex}.chat-input-inner:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.chat-textarea{color:#1f2937;resize:none;background:0 0;border:none;outline:none;flex:1;max-height:160px;font-family:inherit;font-size:15px;line-height:1.5}.chat-textarea::placeholder{color:#9ca3af}.send-btn{color:#fff;cursor:pointer;background:#d1d5db;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.send-btn.active{background:#6366f1}.send-btn.active:hover{background:#4f46e5}.send-btn:disabled{cursor:not-allowed}.input-hint{text-align:center;color:#c4c4c8;margin:8px 0 0;font-size:12px}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#374151;background:#f7f7f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}#root{text-align:left;border:none;width:100%;max-width:100%;min-height:0;margin:0}.app{background:#f7f7f8;flex-direction:column;max-width:900px;height:100dvh;margin:0 auto;display:flex;position:relative}.error-toast{color:#dc2626;z-index:100;background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;padding:10px 20px;font-size:14px;animation:.3s slideUp;position:fixed;bottom:100px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000001a}@keyframes slideUp{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.chat-window::-webkit-scrollbar{width:6px}.chat-window::-webkit-scrollbar-track{background:0 0}.chat-window::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chat-window::-webkit-scrollbar-thumb:hover{background:#9ca3af}
