.Assistant-module__JNrmcq__page{color:#111827;background:#f7f8fc;min-height:100vh;padding:24px}.Assistant-module__JNrmcq__header{justify-content:space-between;align-items:center;gap:16px;max-width:1400px;margin:0 auto 18px;display:flex}.Assistant-module__JNrmcq__brand{align-items:center;gap:12px;display:flex}.Assistant-module__JNrmcq__brand img{border-radius:14px;width:50px;height:50px;box-shadow:0 8px 24px #0e11331f}.Assistant-module__JNrmcq__brand h1{color:#0e1133;margin:0;font-size:28px}.Assistant-module__JNrmcq__brand p{color:#667085;margin:3px 0 0}.Assistant-module__JNrmcq__headerActions{align-items:center;gap:10px;display:flex}.Assistant-module__JNrmcq__headerActions select{background:#fff;border:1px solid #d0d5dd;border-radius:10px;min-width:220px;padding:10px 12px}.Assistant-module__JNrmcq__headerActions a{color:#0e1133;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 13px;font-weight:800;text-decoration:none}.Assistant-module__JNrmcq__shell{grid-template-columns:minmax(0,1.5fr) minmax(320px,.7fr);gap:18px;max-width:1400px;margin:0 auto;display:grid}.Assistant-module__JNrmcq__chat,.Assistant-module__JNrmcq__sideCard,.Assistant-module__JNrmcq__draftCard,.Assistant-module__JNrmcq__emptyDraft{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 4px 18px #1118270a}.Assistant-module__JNrmcq__chat{flex-direction:column;min-height:72vh;padding:18px;display:flex}.Assistant-module__JNrmcq__context{background:#f5f3ff;border:1px solid #ddd6fe;border-radius:12px;flex-wrap:wrap;align-items:center;gap:6px 12px;padding:12px 14px;display:flex}.Assistant-module__JNrmcq__context strong{color:#4c1d95}.Assistant-module__JNrmcq__context span{color:#667085;font-size:13px}.Assistant-module__JNrmcq__messages{flex-direction:column;flex:1;gap:12px;padding:18px 2px;display:flex;overflow:auto}.Assistant-module__JNrmcq__bubble{border-radius:15px;max-width:82%;padding:12px 14px}.Assistant-module__JNrmcq__bubble span{text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px;font-size:11px;font-weight:900;display:block}.Assistant-module__JNrmcq__bubble p{white-space:pre-wrap;margin:0;line-height:1.5}.Assistant-module__JNrmcq__assistant{color:#2e1065;background:#f5f3ff;align-self:flex-start}.Assistant-module__JNrmcq__user{color:#fff;background:#0e1133;align-self:flex-end}.Assistant-module__JNrmcq__quick{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.Assistant-module__JNrmcq__quick button{color:#4c1d95;background:#fff;border:1px solid #ddd6fe;border-radius:999px;padding:8px 11px;font-weight:700}.Assistant-module__JNrmcq__quick button:hover{background:#faf8ff}.Assistant-module__JNrmcq__composer{grid-template-columns:1fr auto;align-items:end;gap:10px;display:grid}.Assistant-module__JNrmcq__composer textarea{resize:vertical;border:1px solid #d0d5dd;border-radius:12px;min-height:88px;padding:12px}.Assistant-module__JNrmcq__composer button,.Assistant-module__JNrmcq__draftCard>button{color:#fff;background:#6c3cff;border:0;border-radius:10px;padding:12px 15px;font-weight:900}.Assistant-module__JNrmcq__composer button:disabled,.Assistant-module__JNrmcq__draftCard>button:disabled{opacity:.58;cursor:not-allowed}.Assistant-module__JNrmcq__status{color:#4c1d95;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:10px;margin-top:12px;padding:11px 13px}.Assistant-module__JNrmcq__side{align-content:start;gap:18px;display:grid}.Assistant-module__JNrmcq__sideCard,.Assistant-module__JNrmcq__draftCard,.Assistant-module__JNrmcq__emptyDraft{padding:18px}.Assistant-module__JNrmcq__sideCard h2,.Assistant-module__JNrmcq__draftCard h2,.Assistant-module__JNrmcq__emptyDraft h2{color:#0e1133;margin-top:0}.Assistant-module__JNrmcq__sideCard p,.Assistant-module__JNrmcq__emptyDraft p{color:#667085;line-height:1.55}.Assistant-module__JNrmcq__note{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:13px}.Assistant-module__JNrmcq__draftHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.Assistant-module__JNrmcq__draftHead span{text-transform:uppercase;letter-spacing:.05em;color:#6c3cff;font-size:11px;font-weight:900}.Assistant-module__JNrmcq__draftHead h2{margin:4px 0 0}.Assistant-module__JNrmcq__draftHead b{color:#4c1d95;background:#ede9fe;border-radius:999px;padding:5px 8px;font-size:12px}.Assistant-module__JNrmcq__draftCard>p{color:#374151;line-height:1.55}.Assistant-module__JNrmcq__draftCard dl{gap:8px;margin:14px 0;display:grid}.Assistant-module__JNrmcq__draftCard dl div{grid-template-columns:90px 1fr;gap:10px;display:grid}.Assistant-module__JNrmcq__draftCard dt{color:#667085;font-weight:800}.Assistant-module__JNrmcq__draftCard dd{margin:0}.Assistant-module__JNrmcq__clear{color:#0e1133!important;background:#fff!important;border:1px solid #e5e7eb!important;margin-top:8px!important}.Assistant-module__JNrmcq__emptyDraft{border-style:dashed}.Assistant-module__JNrmcq__emptyDraft p{margin-bottom:0}@media (max-width:900px){.Assistant-module__JNrmcq__page{padding:16px}.Assistant-module__JNrmcq__header{flex-direction:column;align-items:flex-start}.Assistant-module__JNrmcq__headerActions{flex-wrap:wrap;width:100%}.Assistant-module__JNrmcq__headerActions select{flex:1;min-width:0}.Assistant-module__JNrmcq__shell{grid-template-columns:1fr}.Assistant-module__JNrmcq__chat{min-height:65vh}.Assistant-module__JNrmcq__side{grid-template-columns:1fr}.Assistant-module__JNrmcq__bubble{max-width:92%}}@media (max-width:560px){.Assistant-module__JNrmcq__brand h1{font-size:23px}.Assistant-module__JNrmcq__composer{grid-template-columns:1fr}.Assistant-module__JNrmcq__composer button{width:100%}.Assistant-module__JNrmcq__quick{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.Assistant-module__JNrmcq__quick button{flex:none}.Assistant-module__JNrmcq__draftCard dl div{grid-template-columns:1fr;gap:2px}}
