.workspace-bg{background-color:#fff}.document-desk{background:#fff;border:1px solid #f1f5f9;border-radius:12px;overflow:hidden}.status-tag{text-transform:uppercase;letter-spacing:.1em;color:#64748b;background:#f8fafc;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;font-weight:600;display:inline-flex}.menu-item:after{display:none}.profile-section{background:#fff;border-top:1px solid #e2e8f0}.user-profile{align-items:center;padding:8px;font-weight:700;display:flex}.user-name{margin-left:8px}.custom-button{color:#0b1021;letter-spacing:.2px;cursor:pointer;background:#fff;border:1px solid #0b102114;border-radius:12px;outline:none;justify-content:space-between;align-items:center;padding:12px 14px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex;box-shadow:0 10px 30px #0c112114}.custom-button:hover{background:#7cfb7314;border-color:#0b102124;transform:translateY(-1px);box-shadow:0 20px 40px #0c11211f}.plus-icon{color:#0b1021;text-align:center;background-color:#fff;border-radius:50%;width:20px;height:20px;margin-right:8px;font-size:24px;font-weight:700;line-height:20px;display:inline-block}.modal-background{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.modal-content{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.chat-container{flex-direction:column;height:100%;animation:.4s ease-out fadeIn;display:flex}.user-message{color:#fff;word-wrap:break-word;background:linear-gradient(135deg,#5b9fed 0%,#4a8fe7 100%);border-radius:20px 20px 4px;max-width:65%;margin-bottom:2px;padding:10px 14px;font-size:16px;line-height:1.35;position:relative;box-shadow:0 1px 2px #00000014}.user-message:before{content:"";z-index:0;background:#4a8fe7;border-bottom-left-radius:16px;width:20px;height:20px;position:absolute;bottom:0;right:-7px}.user-message:after{content:"";z-index:1;background:#fff;border-bottom-left-radius:10px;width:10px;height:20px;position:absolute;bottom:0;right:-10px}.assistant-message{color:#000;word-wrap:break-word;background:#e5e5ea;border-radius:20px 20px 20px 4px;max-width:65%;margin-bottom:2px;padding:10px 14px;font-size:16px;line-height:1.35;position:relative;box-shadow:0 1px 2px #0000000a}.assistant-message:before{content:"";z-index:0;background:#e5e5ea;border-bottom-right-radius:16px;width:20px;height:20px;position:absolute;bottom:0;left:-7px}.assistant-message:after{content:"";z-index:1;background:#fff;border-bottom-right-radius:10px;width:10px;height:20px;position:absolute;bottom:0;left:-10px}.markdown-content{font-size:15px;line-height:1.5}.markdown-content p{margin-bottom:.75rem}.markdown-content p:last-child{margin-bottom:0}.markdown-content strong,.markdown-content b{color:#000;font-weight:700}.markdown-content ul,.markdown-content ol{margin-bottom:.75rem;padding-left:1.25rem}.markdown-content li{margin-bottom:.25rem}.markdown-content ul{list-style-type:disc}.markdown-content ol{list-style-type:decimal}.markdown-content code{background:#0000000d;border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-size:.9em}.markdown-content h1,.markdown-content h2,.markdown-content h3{margin-top:1rem;margin-bottom:.5rem;font-weight:700}.markdown-content h1{font-size:1.25rem}.markdown-content h2{font-size:1.15rem}.markdown-content h3{font-size:1.05rem}.starter-prompt-card{text-align:left;cursor:pointer;color:var(--ink);background:#fff;border:1px solid #0b102114;border-radius:18px;align-items:center;gap:12px;padding:18px 22px;font-weight:500;transition:all .3s cubic-bezier(.23,1,.32,1);display:flex;box-shadow:0 4px 12px #00000008}.starter-prompt-card:hover{border-color:var(--brand-blue-light);background:#f8fafc;transform:translateY(-4px)scale(1.02);box-shadow:0 20px 40px #0000000f}.starter-prompt-card svg{color:var(--brand-blue);opacity:.6;transition:all .3s}.starter-prompt-card:hover svg{opacity:1;transform:rotate(10deg)}.chat-body-immersive{border:1px solid var(--margin-line);background:#fff;border-radius:8px;box-shadow:inset 0 2px 4px #00000003}.typing-indicator{align-items:center;gap:3px;padding:4px 2px;display:flex}.typing-dot{background:linear-gradient(135deg,#5b9fed 0%,#4a8fe7 100%);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typing-pulse}.typing-dot:first-child{animation-delay:0s}.typing-dot:nth-child(2){animation-delay:.15s}.typing-dot:nth-child(3){animation-delay:.3s}@keyframes typing-pulse{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}
