*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f0f2f5;color:#1a1a1a;height:100vh}#root{height:100vh;display:flex;flex-direction:column}.upload-screen{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem}.upload-card{background:#fff;border-radius:16px;padding:2.5rem 2rem;width:100%;max-width:480px;text-align:center;box-shadow:0 4px 24px #00000014}.upload-card h1{font-size:1.8rem;margin-bottom:.4rem}.subtitle{color:#666;margin-bottom:1.8rem}.drop-zone{border:2px dashed #c0c8d8;border-radius:12px;padding:2.5rem 1rem;cursor:pointer;transition:border-color .2s,background .2s;-webkit-user-select:none;user-select:none}.drop-zone:hover{border-color:#4f8ef7;background:#f5f8ff}.drop-zone.drag-over{border-color:#4f8ef7;background:#eef3ff}.drop-zone.uploading{cursor:default;background:#f9f9f9}.upload-icon{font-size:2.5rem;margin-bottom:.6rem}.file-types{font-size:.8rem;color:#999;margin-top:.4rem}.error{color:#e53935;margin-top:1rem;font-size:.9rem}.chat-screen{flex:1;display:flex;flex-direction:column;max-width:780px;width:100%;margin:0 auto;height:100vh}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;background:#fff;border-bottom:1px solid #e8ecf0;flex-shrink:0}.doc-name{font-weight:600;font-size:.95rem;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clear-btn{background:none;border:1px solid #ddd;border-radius:8px;padding:.3rem .75rem;font-size:.82rem;cursor:pointer;color:#666;transition:background .15s;flex-shrink:0}.clear-btn:hover{background:#f5f5f5}.messages{flex:1;overflow-y:auto;padding:1.2rem 1rem;display:flex;flex-direction:column;gap:.6rem}.empty-hint{text-align:center;color:#aaa;margin:auto;font-size:.95rem}.bubble-row{display:flex}.bubble-row.user{justify-content:flex-end}.bubble-row.assistant{justify-content:flex-start}.bubble{max-width:72%;padding:.65rem 1rem;border-radius:18px;font-size:.95rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.bubble-row.user .bubble{background:#4f8ef7;color:#fff;border-bottom-right-radius:4px}.bubble-row.assistant .bubble{background:#fff;color:#1a1a1a;border-bottom-left-radius:4px;box-shadow:0 1px 4px #00000014}.bubble.typing{display:flex;align-items:center;gap:4px;padding:.75rem 1rem}.bubble.typing span{width:7px;height:7px;border-radius:50%;background:#aaa;animation:bounce 1.2s infinite ease-in-out}.bubble.typing span:nth-child(2){animation-delay:.2s}.bubble.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-error{text-align:center;color:#e53935;font-size:.85rem;padding:.4rem 1rem;flex-shrink:0}.input-bar{display:flex;align-items:flex-end;gap:.6rem;padding:.8rem 1rem;background:#fff;border-top:1px solid #e8ecf0;flex-shrink:0}.input-bar textarea{flex:1;resize:none;border:1px solid #dde2ea;border-radius:12px;padding:.65rem .9rem;font-size:.95rem;font-family:inherit;outline:none;max-height:120px;overflow-y:auto;transition:border-color .2s;line-height:1.5}.input-bar textarea:focus{border-color:#4f8ef7}.input-bar textarea:disabled{background:#f9f9f9}.input-bar button{background:#4f8ef7;color:#fff;border:none;border-radius:12px;padding:.65rem 1.2rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s;flex-shrink:0}.input-bar button:hover:not(:disabled){background:#3a7de0}.input-bar button:disabled{background:#b0c8f5;cursor:default}.spinner{width:32px;height:32px;border:3px solid #e0e0e0;border-top-color:#4f8ef7;border-radius:50%;animation:spin .7s linear infinite;margin:0 auto .8rem}@keyframes spin{to{transform:rotate(360deg)}}
