:root{--primary-gradient: linear-gradient(90deg, #8879ff 0%, #b479ff 100%);--card-bg: rgba(136, 121, 255, .1);--input-bg: #f6f6f7;--text-primary: #333;--text-secondary: #666}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background-color:#f3f4f6;min-height:100vh;display:flex;justify-content:center;align-items:center}.upload-section{background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;width:100%;max-width:480px;text-align:center}.upload-icon{width:60px;height:60px;color:#9333ea;margin-bottom:20px;background-color:#faf5ff;border-radius:50%;padding:15px}.upload-title{font-size:22px;color:#111827;margin-bottom:15px;font-weight:500}.upload-description{color:#6b7280;margin-bottom:24px;font-size:16px}.upload-dropzone{border:2px dashed #e5e7eb;border-radius:8px;padding:40px 20px;cursor:pointer;transition:all .3s ease;color:#6b7280}.upload-dropzone:hover,.upload-dropzone.active{border-color:#7c3aed;background-color:#f5f3ff}.progress-section{background:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;width:100%;max-width:1000px}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:200px}.loading-text{display:flex;align-items:center;gap:8px;color:#9333ea;font-size:16px;font-weight:500}.loading-spinner{animation:spin 1s linear infinite;font-size:20px}.progress-percentage{color:#9333ea;font-weight:500;font-size:16px}.progress-bar-container{width:100%;height:8px;background-color:#f3f4f6;border-radius:999px;overflow:hidden}.progress-bar-fill{height:100%;background-color:#9333ea;border-radius:999px;transition:width .3s ease-in-out}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pdf-all-pages{display:flex;justify-content:center;background:#fff}.chat-wrapper{display:flex;flex-direction:column;padding:20px;max-width:800px;margin:0 auto;height:100vh;max-width:100vw;background-color:#e5e7eb;position:sticky;top:0}.notice-card{background:var(--card-bg);border-radius:12px;padding:24px;position:relative;width:95%}.notice-close{position:absolute;top:5px;right:5px;background:#fff;border:none;color:var(--text-secondary);font-size:24px;cursor:pointer;padding:4px 10px;border-radius:50%}.notice-close:hover{background:#0000000d}.notice-title{font-size:18px;font-weight:600;color:#8f33d5;margin:0 0 12px;display:flex;align-items:center;gap:8px}.notice-title:before{content:"";display:inline-block;width:24px;height:24px;background:var(--primary-gradient);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 2H6C4.89 2 4 2.89 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2ZM18 20H6V4H13V9H18V20ZM8 13H16V15H8V13ZM8 17H16V19H8V17ZM8 9H11V11H8V9Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 2H6C4.89 2 4 2.89 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V8L14 2ZM18 20H6V4H13V9H18V20ZM8 13H16V15H8V13ZM8 17H16V19H8V17ZM8 9H11V11H8V9Z' fill='white'/%3E%3C/svg%3E") center/contain no-repeat}.notice-sub{color:#8f33d5;margin:0 0 16px}.notice-suggestions{list-style:none;padding:0;margin:0;color:#8f33d5}.notice-suggestions li{margin-bottom:8px;padding-left:20px;position:relative}.notice-suggestions li:before{content:"•";position:absolute;left:8px;color:#8879ff}.response-section{flex:1;overflow-y:auto;padding:20px 0;scrollbar-width:thin;scrollbar-color:rgba(147,51,234,.3) rgba(0,0,0,.05)}.response-section::-webkit-scrollbar{width:8px}.response-section::-webkit-scrollbar-track{background:#0000000d;border-radius:8px}.response-section::-webkit-scrollbar-thumb{background:#9333ea4d;border-radius:8px;transition:background .2s ease}.response-section::-webkit-scrollbar-thumb:hover{background:#9333ea80}.input-section{display:flex;gap:12px;padding:12px;background:var(--input-bg);border-radius:12px;max-width:95%}.input-section input{flex:1;border:none;background:none;padding:8px;font-size:16px;color:var(--text-primary);outline:none}.input-section input::placeholder{color:var(--text-secondary);opacity:.5}.send-btn{background:var(--primary-gradient);border:none;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s}.send-btn:hover{opacity:.9}.send-btn:active{opacity:.8}.chat-and-view{display:flex}.Resizer{position:relative;background:transparent;opacity:1;z-index:1;box-sizing:border-box;transition:background .18s ease,box-shadow .18s ease}.Resizer.vertical{width:11px;margin:0 -5px;cursor:col-resize}.Resizer.vertical:before{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:6px;height:100%;background:#e5e7eb;border-radius:6px;transition:width .18s ease,background .18s ease,box-shadow .18s ease;box-shadow:none}.Resizer.vertical:hover:before,.Resizer.vertical:active:before{width:18px;background:#c084fc;box-shadow:0 0 0 3px #c084fc1f}.Resizer:hover{background:transparent}.message{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.message.assistant-message,.message.user-message{justify-content:flex-start}.avatar{width:36px;height:36px;border-radius:50%;background:var(--primary-gradient);display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px}.avatar-user{background:#e6eef8;color:#0f3e81;font-weight:600;scale:1.2}.avatar-assistant{background:#fff;color:#8879ff;scale:1.2}.avatar-inside{width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:12px}.avatar-inside.avatar-user{background:#e6eef8}.avatar-inside.avatar-assistant{background:#fff;color:#8879ff}.bubble{display:flex;align-items:flex-start;background:#ffffff79;color:#111827;padding:12px 14px;border-radius:12px;width:95%;box-shadow:0 1px 2px #0000000f}.bubble-content{display:flex;flex-direction:column}.avatar-spacer{display:none}.user-message .bubble{order:1;background:#dae5e9;color:#111827;border:1px solid rgba(0,0,0,.03);align-items:center}.message.user-message .avatar{order:0}.message.user-message .bubble .user-text{color:#111827}.small-meta{margin-top:8px;font-size:12px;color:var(--text-secondary)}.user-text{white-space:pre-wrap;display:flex;align-items:center}.citation-container{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.citation-btn{font-size:12px;padding:4px 8px;border-radius:6px;border:1px solid #cbd5e1;background:#dfccea;color:#821986;cursor:pointer}.citation-btn:hover{background:#eef2f7}
