.archive-module__AFGxTG__main{min-height:100vh;color:var(--foreground);font-family:var(--font-inter);flex-direction:column;padding:0;display:flex}.archive-module__AFGxTG__content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.archive-module__AFGxTG__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.archive-module__AFGxTG__title{background:linear-gradient(135deg,var(--foreground)0%,var(--accent-grey)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.5rem;font-weight:700}.archive-module__AFGxTG__filters{flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.archive-module__AFGxTG__filter{flex-direction:column;gap:.35rem;display:flex}.archive-module__AFGxTG__filterLabel{text-transform:uppercase;letter-spacing:.5px;color:rgba(var(--fg-rgb),.5);font-size:.75rem}.archive-module__AFGxTG__filterSelect{appearance:none;background-color:rgba(var(--fg-rgb),.06);color:var(--foreground);border:1px solid rgba(var(--fg-rgb),.15);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-opacity='0.55' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;border-radius:8px;outline:none;padding:.5rem 2.1rem .5rem .75rem;font-family:inherit;font-size:.9rem}.archive-module__AFGxTG__filterSelect:hover{border-color:var(--accent-pink)}.archive-module__AFGxTG__filterSelect option{background:var(--background);color:var(--foreground)}.archive-module__AFGxTG__filterClear{color:var(--accent-pink);cursor:pointer;background:0 0;border:none;padding:.5rem .25rem;font-family:inherit;font-size:.85rem}.archive-module__AFGxTG__filterClear:hover{text-decoration:underline}.archive-module__AFGxTG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.archive-module__AFGxTG__card{background:rgba(var(--fg-rgb),.05);border:1px solid rgba(var(--fg-rgb),.1);cursor:pointer;color:inherit;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex}.archive-module__AFGxTG__card:hover{background:rgba(var(--fg-rgb),.08);border-color:rgba(var(--fg-rgb),.2);transform:translateY(-5px);box-shadow:0 10px 30px #0003}.archive-module__AFGxTG__cardHeader{justify-content:space-between;align-items:flex-start;display:flex}.archive-module__AFGxTG__modeBadge{color:#e94e77;background:#e94e7733;border-radius:100px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.archive-module__AFGxTG__date{color:rgba(var(--fg-rgb),.4);flex-direction:column;align-items:flex-end;gap:.25rem;font-size:.875rem;display:flex}.archive-module__AFGxTG__lastUpdated{color:rgba(var(--fg-rgb),.4);opacity:0;font-size:.75rem;transition:all .3s;transform:translateY(-5px)}.archive-module__AFGxTG__card:hover .archive-module__AFGxTG__lastUpdated{opacity:1;transform:translateY(0)}.archive-module__AFGxTG__brief{color:rgba(var(--fg-rgb),.8);-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1rem;line-height:1.5;display:-webkit-box;overflow:hidden}.archive-module__AFGxTG__footer{border-top:1px solid rgba(var(--fg-rgb),.1);color:rgba(var(--fg-rgb),.4);justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;font-size:.875rem;display:flex}.archive-module__AFGxTG__stepCount{align-items:center;gap:.5rem;display:flex}.archive-module__AFGxTG__footerRight{align-items:center;gap:.75rem;display:flex}.archive-module__AFGxTG__deleteButton,.archive-module__AFGxTG__confirmRow{opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;transform:translateY(2px)}.archive-module__AFGxTG__card:hover .archive-module__AFGxTG__deleteButton,.archive-module__AFGxTG__card:focus-within .archive-module__AFGxTG__deleteButton,.archive-module__AFGxTG__footerRightOpen .archive-module__AFGxTG__deleteButton,.archive-module__AFGxTG__card:hover .archive-module__AFGxTG__confirmRow,.archive-module__AFGxTG__card:focus-within .archive-module__AFGxTG__confirmRow,.archive-module__AFGxTG__footerRightOpen .archive-module__AFGxTG__confirmRow{opacity:1;pointer-events:auto;transform:none}.archive-module__AFGxTG__deleteButton{color:var(--danger-text);cursor:pointer;background:#c0453f24;border:1px solid #c0453f66;border-radius:8px;padding:.3rem .7rem;font-family:inherit;font-size:.8rem;transition:opacity .2s,transform .2s,background .2s,color .2s}.archive-module__AFGxTG__deleteButton:hover{color:#fff;background:#c0453f;border-color:#c0453f}.archive-module__AFGxTG__confirmRow{align-items:center;gap:.4rem;display:flex}.archive-module__AFGxTG__confirmDelete,.archive-module__AFGxTG__confirmCancel{cursor:pointer;transform-origin:100%;border-radius:8px;padding:.3rem .7rem;font-family:inherit;font-size:.8rem;transition:background .2s,color .2s,border-color .2s;animation:.2s cubic-bezier(.2,.8,.3,1) both archive-module__AFGxTG__confirmIn}@keyframes archive-module__AFGxTG__confirmIn{0%{opacity:0;transform:translate(8px)scale(.94)}to{opacity:1;transform:none}}.archive-module__AFGxTG__confirmDelete{color:#fff;background:#c0453f;border:1px solid #c0453f}.archive-module__AFGxTG__confirmDelete:hover:not(:disabled){background:#a83a35;border-color:#a83a35}.archive-module__AFGxTG__confirmCancel{border:1px solid rgba(var(--fg-rgb),.2);color:rgba(var(--fg-rgb),.7);background:0 0;animation-delay:60ms}.archive-module__AFGxTG__confirmCancel:hover:not(:disabled){border-color:rgba(var(--fg-rgb),.4);color:var(--foreground)}.archive-module__AFGxTG__confirmDelete:disabled,.archive-module__AFGxTG__confirmCancel:disabled{cursor:default;opacity:.6}@media (prefers-reduced-motion:reduce){.archive-module__AFGxTG__confirmDelete,.archive-module__AFGxTG__confirmCancel{animation:none}}.archive-module__AFGxTG__artifactCount{color:#e94e77;letter-spacing:.5px;font-weight:500}.archive-module__AFGxTG__emptyState{text-align:center;color:rgba(var(--fg-rgb),.4);padding:4rem 0}.archive-module__AFGxTG__tabs{border-bottom:1px solid rgba(var(--fg-rgb),.1);gap:.5rem;margin-bottom:2rem;display:flex}.archive-module__AFGxTG__tab{color:rgba(var(--fg-rgb),.5);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.75rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:500;transition:color .2s,border-color .2s}.archive-module__AFGxTG__tab:hover{color:rgba(var(--fg-rgb),.85)}.archive-module__AFGxTG__tabActive{color:var(--foreground);border-bottom-color:#e94e77}.archive-module__AFGxTG__tabCount{color:rgba(var(--fg-rgb),.4);margin-left:.25rem;font-size:.85rem}.archive-module__AFGxTG__bookmarkList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.archive-module__AFGxTG__bookmarkItem{background:rgba(var(--fg-rgb),.05);border:1px solid rgba(var(--fg-rgb),.1);cursor:pointer;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:background .2s,border-color .2s;display:flex}.archive-module__AFGxTG__bookmarkItem:hover{background:rgba(var(--fg-rgb),.08);border-color:rgba(var(--fg-rgb),.2)}.archive-module__AFGxTG__bookmarkMain{flex:1;min-width:0}.archive-module__AFGxTG__bookmarkTitle{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:500;overflow:hidden}.archive-module__AFGxTG__bookmarkBrief{color:rgba(var(--fg-rgb),.7);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:.85rem;overflow:hidden}.archive-module__AFGxTG__bookmarkMeta{color:rgba(var(--fg-rgb),.5);flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:8px;font-size:.8rem;display:flex}.archive-module__AFGxTG__bookmarkOpen{color:#e94e77;white-space:nowrap;border:1px solid #e94e774d;border-radius:8px;padding:.4rem .75rem;font-size:.85rem;text-decoration:none;transition:background .15s}.archive-module__AFGxTG__bookmarkOpen:hover{background:#e94e771a}.archive-module__AFGxTG__modalBackdrop{z-index:60;background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.archive-module__AFGxTG__modal{background:var(--background);border:1px solid rgba(var(--fg-rgb),.1);border-radius:14px;flex-direction:column;width:min(800px,100%);max-height:100%;display:flex;overflow:hidden}.archive-module__AFGxTG__modalHeader{border-bottom:1px solid rgba(var(--fg-rgb),.08);justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.archive-module__AFGxTG__modalTitle{color:var(--foreground);font-size:1rem;font-weight:600}.archive-module__AFGxTG__modalMeta{color:rgba(var(--fg-rgb),.5);text-transform:uppercase;letter-spacing:.5px;margin-top:4px;font-size:.75rem}.archive-module__AFGxTG__modalClose{color:rgba(var(--fg-rgb),.5);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:2px 8px;font-size:1.6rem;line-height:1}.archive-module__AFGxTG__modalClose:hover{background:rgba(var(--fg-rgb),.08);color:var(--foreground)}.archive-module__AFGxTG__modalBody{color:rgba(var(--fg-rgb),.88);padding:20px 24px;font-size:.95rem;line-height:1.6;overflow-y:auto}.archive-module__AFGxTG__modalBody h1,.archive-module__AFGxTG__modalBody h2,.archive-module__AFGxTG__modalBody h3,.archive-module__AFGxTG__modalBody h4{color:var(--foreground);margin-top:1.2em;margin-bottom:.5em}.archive-module__AFGxTG__modalBody h1:first-child,.archive-module__AFGxTG__modalBody h2:first-child{margin-top:0}.archive-module__AFGxTG__modalBody p:not(:last-child){margin-bottom:.9em}.archive-module__AFGxTG__modalBody ul,.archive-module__AFGxTG__modalBody ol{margin:0 0 .9em 1.5em}.archive-module__AFGxTG__modalBody table{border-collapse:collapse;width:100%;margin:1em 0}.archive-module__AFGxTG__modalBody th,.archive-module__AFGxTG__modalBody td{border-bottom:1px solid rgba(var(--fg-rgb),.08);text-align:left;padding:8px 12px}.archive-module__AFGxTG__modalBody code{background:rgba(var(--fg-rgb),.06);border-radius:4px;padding:2px 4px;font-size:.85em}@media (max-width:768px){.archive-module__AFGxTG__content{padding:1rem}.archive-module__AFGxTG__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.archive-module__AFGxTG__title{font-size:1.75rem}.archive-module__AFGxTG__grid{grid-template-columns:1fr;gap:1rem}.archive-module__AFGxTG__card{padding:1.25rem}.archive-module__AFGxTG__emptyState{padding:2rem 0}}
.Button-module__e7WGRa__button{font-family:var(--font-inter);cursor:pointer;border:none;border-radius:30px;align-items:center;gap:8px;padding:16px 24px;font-size:1.1rem;font-weight:600;transition:all .2s;display:inline-flex}.Button-module__e7WGRa__button:hover{transform:translateY(-2px)}.Button-module__e7WGRa__primary{background:linear-gradient(90deg,var(--accent-pink)0%,var(--accent-purple)100%);color:#fff}.Button-module__e7WGRa__secondary{background:rgba(var(--fg-rgb),.1);color:var(--foreground);border:1px solid rgba(var(--fg-rgb),.2)}.Button-module__e7WGRa__secondary:hover{background:rgba(var(--fg-rgb),.2)}.Button-module__e7WGRa__tertiary{color:var(--accent-grey);background:0 0;border:1px solid #0000}.Button-module__e7WGRa__tertiary:hover{color:var(--foreground)}.Button-module__e7WGRa__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.Button-module__e7WGRa__button:disabled:not(.Button-module__e7WGRa__loading){filter:grayscale()}.Button-module__e7WGRa__button:disabled:hover{transform:none}.Button-module__e7WGRa__loader{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.5s ease-in-out infinite Button-module__e7WGRa__spin}@keyframes Button-module__e7WGRa__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.Button-module__e7WGRa__button{padding:12px 18px;font-size:1rem}}
.Avatar-module__WPiKzq__avatar{cursor:pointer;align-items:center;display:inline-flex;position:relative}.Avatar-module__WPiKzq__circle{aspect-ratio:1;background:linear-gradient(135deg,var(--accent-pink),var(--accent-purple));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1.92rem;font-size:.75rem;font-weight:600;transition:transform .2s;display:flex}.Avatar-module__WPiKzq__avatar:hover .Avatar-module__WPiKzq__circle{transform:scale(1.05)}.Avatar-module__WPiKzq__tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;z-index:1000;background:#000000e6;border-radius:6px;padding:6px 12px;font-size:.875rem;transition:opacity .2s;position:absolute;bottom:-35px;right:0}.Avatar-module__WPiKzq__tooltip:before{content:"";border-bottom:4px solid #000000e6;border-left:4px solid #0000;border-right:4px solid #0000;width:0;height:0;position:absolute;top:-4px;right:1rem}.Avatar-module__WPiKzq__avatar:hover .Avatar-module__WPiKzq__tooltip{opacity:1}
.ChatBubble-module__HVkDVW__wrapper{align-items:flex-end;gap:4px;width:100%;margin-bottom:1rem;display:flex}.ChatBubble-module__HVkDVW__userWrapper{justify-content:flex-end}.ChatBubble-module__HVkDVW__avatarSlot{flex-shrink:0;align-self:flex-start;margin-top:6px}.ChatBubble-module__HVkDVW__userWrapper .ChatBubble-module__HVkDVW__avatarSlot{order:3;margin-left:8px}.ChatBubble-module__HVkDVW__userWrapper .ChatBubble-module__HVkDVW__actions{order:4}.ChatBubble-module__HVkDVW__agentWrapper .ChatBubble-module__HVkDVW__avatarSlot{margin-right:8px}.ChatBubble-module__HVkDVW__jammyMark{aspect-ratio:1;background:rgba(var(--fg-rgb),.05);border:1px solid rgba(var(--fg-rgb),.12);width:1.92rem;font-family:var(--font-bungee);color:var(--accent-pink);border-radius:50%;justify-content:center;align-items:center;padding-right:1px;font-size:.8rem;line-height:1;display:flex}.ChatBubble-module__HVkDVW__agentWrapper{justify-content:flex-start}.ChatBubble-module__HVkDVW__bubbleColumn{flex-direction:column;flex:auto;gap:8px;min-width:0;max-width:85%;display:flex}.ChatBubble-module__HVkDVW__userWrapper .ChatBubble-module__HVkDVW__bubbleColumn{align-items:flex-end}.ChatBubble-module__HVkDVW__agentWrapper .ChatBubble-module__HVkDVW__bubbleColumn{align-items:flex-start}.ChatBubble-module__HVkDVW__attachments{flex-wrap:wrap;gap:8px;max-width:100%;display:flex}.ChatBubble-module__HVkDVW__attachment{border:1px solid rgba(var(--fg-rgb),.14);background:rgba(var(--fg-rgb),.05);color:rgba(var(--fg-rgb),.75);border-radius:999px;align-items:center;gap:8px;max-width:100%;padding:6px 14px;font-size:.85rem;display:inline-flex}.ChatBubble-module__HVkDVW__attachment svg{opacity:.7;flex-shrink:0}.ChatBubble-module__HVkDVW__attachmentName{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ChatBubble-module__HVkDVW__bubbleColumn .ChatBubble-module__HVkDVW__bubble{max-width:100%}.ChatBubble-module__HVkDVW__bubble{border-radius:20px;max-width:85%;padding:16px 24px;font-size:1rem;line-height:1.5}.ChatBubble-module__HVkDVW__actions{flex-direction:column;flex-shrink:0;align-self:flex-end;gap:2px;display:flex}.ChatBubble-module__HVkDVW__copyBtn,.ChatBubble-module__HVkDVW__starBtn{width:42px;height:42px;color:rgba(var(--fg-rgb),.93);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;font-size:2rem;transition:opacity .15s,color .15s,background .15s;display:flex}.ChatBubble-module__HVkDVW__wrapper:hover .ChatBubble-module__HVkDVW__copyBtn,.ChatBubble-module__HVkDVW__wrapper:hover .ChatBubble-module__HVkDVW__starBtn,.ChatBubble-module__HVkDVW__starBtnActive{opacity:1}.ChatBubble-module__HVkDVW__copyBtn:hover,.ChatBubble-module__HVkDVW__starBtn:hover{background:rgba(var(--fg-rgb),.1)}.ChatBubble-module__HVkDVW__starBtnActive{color:var(--accent-pink,#e94e77)}.ChatBubble-module__HVkDVW__user{background:var(--bubble-user);border:1px solid var(--bubble-border);color:#1a1a1a;border-top-right-radius:4px}.ChatBubble-module__HVkDVW__agent{background:var(--bubble-agent);border:1px solid var(--bubble-border);color:#1a1a1a;border-top-left-radius:4px;width:100%}.ChatBubble-module__HVkDVW__markdownContent{font-size:1rem;line-height:1.6}.ChatBubble-module__HVkDVW__markdownContent h1,.ChatBubble-module__HVkDVW__markdownContent h2,.ChatBubble-module__HVkDVW__markdownContent h3,.ChatBubble-module__HVkDVW__markdownContent h4{margin-top:1.5em;margin-bottom:.5em;font-weight:700}.ChatBubble-module__HVkDVW__agent .ChatBubble-module__HVkDVW__markdownContent h1,.ChatBubble-module__HVkDVW__agent .ChatBubble-module__HVkDVW__markdownContent h2,.ChatBubble-module__HVkDVW__agent .ChatBubble-module__HVkDVW__markdownContent h3,.ChatBubble-module__HVkDVW__agent .ChatBubble-module__HVkDVW__markdownContent h4,.ChatBubble-module__HVkDVW__user .ChatBubble-module__HVkDVW__markdownContent h1,.ChatBubble-module__HVkDVW__user .ChatBubble-module__HVkDVW__markdownContent h2,.ChatBubble-module__HVkDVW__user .ChatBubble-module__HVkDVW__markdownContent h3,.ChatBubble-module__HVkDVW__user .ChatBubble-module__HVkDVW__markdownContent h4{color:#474747}.ChatBubble-module__HVkDVW__markdownContent h1:first-child,.ChatBubble-module__HVkDVW__markdownContent h2:first-child{margin-top:0}.ChatBubble-module__HVkDVW__markdownContent p:not(:last-child),.ChatBubble-module__HVkDVW__markdownContent hr:not(:last-child){margin-bottom:1em}.ChatBubble-module__HVkDVW__markdownContent ul,.ChatBubble-module__HVkDVW__markdownContent ol{margin-bottom:1em;padding-left:1.5em}.ChatBubble-module__HVkDVW__markdownContent li{margin-bottom:.5em}.ChatBubble-module__HVkDVW__markdownContent strong{font-weight:700}.ChatBubble-module__HVkDVW__agent .ChatBubble-module__HVkDVW__markdownContent strong,.ChatBubble-module__HVkDVW__user .ChatBubble-module__HVkDVW__markdownContent strong{color:#111}.ChatBubble-module__HVkDVW__markdownContent a{text-decoration:underline}.ChatBubble-module__HVkDVW__markdownContent table{border-collapse:collapse;border-radius:8px;width:100%;margin:1.5em 0;overflow:hidden}.ChatBubble-module__HVkDVW__agent .ChatBubble-module__HVkDVW__markdownContent table{background:#ffffff80}.ChatBubble-module__HVkDVW__user .ChatBubble-module__HVkDVW__markdownContent table{background:#0000000d}.ChatBubble-module__HVkDVW__markdownContent th,.ChatBubble-module__HVkDVW__markdownContent td{text-align:left;padding:12px}.ChatBubble-module__HVkDVW__agent .ChatBubble-module__HVkDVW__markdownContent th,.ChatBubble-module__HVkDVW__agent .ChatBubble-module__HVkDVW__markdownContent td,.ChatBubble-module__HVkDVW__user .ChatBubble-module__HVkDVW__markdownContent th,.ChatBubble-module__HVkDVW__user .ChatBubble-module__HVkDVW__markdownContent td{border-bottom:1px solid #0000001a}.ChatBubble-module__HVkDVW__markdownContent th{font-weight:700}.ChatBubble-module__HVkDVW__agent .ChatBubble-module__HVkDVW__markdownContent th,.ChatBubble-module__HVkDVW__user .ChatBubble-module__HVkDVW__markdownContent th{color:#111;background:#0000000d}.ChatBubble-module__HVkDVW__markdownContent tr:last-child td{border-bottom:none}.ChatBubble-module__HVkDVW__markdownContent blockquote{border-left:4px solid var(--accent-pink);margin:1.5em 0;padding-left:1em;font-style:italic}.ChatBubble-module__HVkDVW__agent .ChatBubble-module__HVkDVW__markdownContent blockquote,.ChatBubble-module__HVkDVW__user .ChatBubble-module__HVkDVW__markdownContent blockquote{color:#555}.ChatBubble-module__HVkDVW__markdownContent code{border-radius:4px;padding:2px 4px;font-family:monospace;font-size:.9em}.ChatBubble-module__HVkDVW__agent .ChatBubble-module__HVkDVW__markdownContent code,.ChatBubble-module__HVkDVW__user .ChatBubble-module__HVkDVW__markdownContent code{color:#333;background:#0000000d}.ChatBubble-module__HVkDVW__sectionLayout{align-items:flex-start;gap:20px;margin-top:4px;display:flex}.ChatBubble-module__HVkDVW__sectionNav{border-right:1px solid #0000001a;flex-direction:column;flex:0 0 200px;gap:2px;max-width:200px;padding-right:16px;display:flex;position:sticky;top:8px}.ChatBubble-module__HVkDVW__sectionContent{flex:1;min-width:0}.ChatBubble-module__HVkDVW__tab{color:#555;text-align:left;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;border-radius:0 8px 8px 0;width:100%;padding:8px 12px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:block}.ChatBubble-module__HVkDVW__tab:hover{background:#0000000f}.ChatBubble-module__HVkDVW__tabActive,.ChatBubble-module__HVkDVW__tabActive:hover{border-left-color:var(--accent-pink,#e94e77);color:#111;background:#e94e771a}.ChatBubble-module__HVkDVW__tabFull{border-top:1px solid #0000001a;border-radius:0 0 8px;margin-top:8px;padding-top:12px;font-style:italic}@media (max-width:768px){.ChatBubble-module__HVkDVW__sectionLayout{flex-direction:column;gap:12px}.ChatBubble-module__HVkDVW__sectionNav{border-bottom:1px solid #0000001a;border-right:none;flex-direction:row;flex:none;gap:4px;width:100%;max-width:100%;padding-bottom:8px;padding-right:0;position:static;overflow-x:auto}.ChatBubble-module__HVkDVW__tab{white-space:nowrap;border-bottom:3px solid #0000;border-left:none;border-radius:8px 8px 0 0;flex-shrink:0;width:auto}.ChatBubble-module__HVkDVW__tabActive,.ChatBubble-module__HVkDVW__tabActive:hover{border-left-color:#0000;border-bottom-color:var(--accent-pink,#e94e77)}.ChatBubble-module__HVkDVW__tabFull{border-top:none;margin-top:0;padding-top:8px}.ChatBubble-module__HVkDVW__bubble{max-width:100%;padding:12px 16px;font-size:.95rem}.ChatBubble-module__HVkDVW__markdownContent{font-size:.95rem}.ChatBubble-module__HVkDVW__markdownContent h1{font-size:1.5rem}.ChatBubble-module__HVkDVW__markdownContent h2{font-size:1.25rem}.ChatBubble-module__HVkDVW__markdownContent h3{font-size:1.1rem}.ChatBubble-module__HVkDVW__markdownContent table{font-size:.875rem}.ChatBubble-module__HVkDVW__markdownContent th,.ChatBubble-module__HVkDVW__markdownContent td{padding:8px}}.ChatBubble-module__HVkDVW__sources{border-top:1px solid #0000001f;margin-top:1.25rem;padding-top:1rem}.ChatBubble-module__HVkDVW__sourcesLabel{letter-spacing:.06em;text-transform:uppercase;color:#0000008c;margin-bottom:.6rem;font-size:.75rem;font-weight:700}.ChatBubble-module__HVkDVW__sourcesCount{color:#0006;font-weight:500}.ChatBubble-module__HVkDVW__sourcesList{flex-direction:column;gap:.35rem;margin:0;padding-left:1.4rem;font-size:.9rem;list-style:decimal;display:flex}.ChatBubble-module__HVkDVW__sourceItem::marker{color:#0006;font-size:.8rem}.ChatBubble-module__HVkDVW__sourceLink{color:#1a1a1a;flex-wrap:wrap;align-items:baseline;gap:.45rem;text-decoration:none;display:inline-flex}.ChatBubble-module__HVkDVW__sourceLink:hover .ChatBubble-module__HVkDVW__sourceTitle{text-decoration:underline}.ChatBubble-module__HVkDVW__sourceTitle{color:#1a1a1a}.ChatBubble-module__HVkDVW__sourceDomain{color:#00000073;white-space:nowrap;font-size:.78rem}.ChatBubble-module__HVkDVW__searchSuggestion{margin-top:.85rem}.ChatBubble-module__HVkDVW__sourcesPanel .ChatBubble-module__HVkDVW__sourcesList{gap:.55rem;font-size:.95rem}
.Header-module__ldgnoG__header{z-index:10;flex-direction:column;width:100%;display:flex;position:relative}.Header-module__ldgnoG__bar{justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.25rem 2rem;display:flex}.Header-module__ldgnoG__logo{font-family:var(--font-bungee);color:var(--accent-pink);cursor:pointer;flex-shrink:0;font-size:2rem;line-height:1;text-decoration:none}.Header-module__ldgnoG__center{flex:1;align-items:center;padding:0 3rem;display:flex}.Header-module__ldgnoG__right{flex-shrink:0;align-items:center;gap:1rem;display:flex}.Header-module__ldgnoG__sub{border-top:1px solid rgba(var(--fg-rgb),.08);align-items:center;width:100%;padding:.75rem 2rem;display:flex}@media (max-width:768px){.Header-module__ldgnoG__bar{padding:1rem}.Header-module__ldgnoG__logo{font-size:1.5rem}.Header-module__ldgnoG__center{padding:0 1rem}.Header-module__ldgnoG__right{gap:.5rem}.Header-module__ldgnoG__sub{padding:.625rem 1rem}}
.Input-module__aqcCqa__inputWrapper{align-items:flex-start;width:100%;max-width:600px;display:flex;position:relative}.Input-module__aqcCqa__input{border:2px solid rgba(var(--fg-rgb),.2);background:rgba(var(--fg-rgb),.05);width:100%;color:var(--foreground);font-family:var(--font-inter);resize:none;field-sizing:content;border-radius:30px;outline:none;min-height:56px;padding:16px 50px;font-size:1.1rem;line-height:1.5;transition:all .2s}.Input-module__aqcCqa__input[disabled]{opacity:.6}.Input-module__aqcCqa__input:focus{border-color:var(--accent-pink);background:rgba(var(--fg-rgb),.1);box-shadow:0 0 20px #e94e7733}.Input-module__aqcCqa__icon{color:var(--accent-grey);cursor:pointer;z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;left:16px}.Input-module__aqcCqa__rightIcon{color:var(--accent-grey);cursor:pointer;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;right:16px}.Input-module__aqcCqa__rightIcon:hover{color:var(--accent-pink)}@media (max-width:768px){.Input-module__aqcCqa__input{min-height:48px;padding:12px 44px;font-size:1rem}.Input-module__aqcCqa__icon{top:12px;left:14px}.Input-module__aqcCqa__rightIcon{top:12px;right:14px}}@keyframes Input-module__aqcCqa__shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.Input-module__aqcCqa__shake{animation:1s cubic-bezier(.36,.07,.19,.97) both Input-module__aqcCqa__shake}
.ThemeToggle-module__Z5gSZG__group{border:1px solid rgba(var(--fg-rgb),.15);background:rgba(var(--fg-rgb),.05);border-radius:999px;flex-shrink:0;align-items:center;gap:2px;height:1.92rem;padding:3px;display:inline-flex}.ThemeToggle-module__Z5gSZG__option{aspect-ratio:1;height:100%;color:rgba(var(--fg-rgb),.5);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:inline-flex}.ThemeToggle-module__Z5gSZG__option:hover{color:var(--foreground)}.ThemeToggle-module__Z5gSZG__optionActive,.ThemeToggle-module__Z5gSZG__optionActive:hover{background:linear-gradient(135deg,var(--accent-pink)0%,var(--accent-purple)100%);color:#fff}
.ResponseLoader-module__Bl4Moq__loading{color:var(--accent-grey);margin-bottom:1rem;margin-left:1rem;font-style:italic}
.Select-module___DAqqq__root{min-width:0;max-width:100%;display:inline-flex;position:relative}.Select-module___DAqqq__trigger{border:1px solid rgba(var(--fg-rgb),.18);background:rgba(var(--fg-rgb),.06);color:var(--foreground);cursor:pointer;border-radius:999px;align-items:center;gap:.6rem;min-width:0;padding:8px 14px 8px 8px;font-family:inherit;font-size:1rem;font-weight:600;transition:border-color .2s,background .2s;display:inline-flex}.Select-module___DAqqq__trigger>svg{flex-shrink:0}.Select-module___DAqqq__triggerNoIcon{padding-left:16px}.Select-module___DAqqq__trigger:hover:not(:disabled),.Select-module___DAqqq__triggerOpen{border-color:var(--accent-pink);background:rgba(var(--fg-rgb),.1)}.Select-module___DAqqq__trigger:disabled{opacity:.4;cursor:not-allowed}.Select-module___DAqqq__trigger:focus-visible{outline:2px solid var(--accent-pink);outline-offset:2px}.Select-module___DAqqq__triggerTitle{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.Select-module___DAqqq__chevron{color:rgba(var(--fg-rgb),.6);flex-shrink:0;transition:transform .2s}.Select-module___DAqqq__triggerOpen .Select-module___DAqqq__chevron{transform:rotate(180deg)}.Select-module___DAqqq__panel{z-index:20;border:1px solid rgba(var(--fg-rgb),.12);background:var(--surface-elevated);border-radius:18px;flex-direction:column;width:max-content;min-width:100%;max-width:min(600px,100vw - 32px);max-height:min(60vh,460px);padding:8px;animation:.14s ease-out Select-module___DAqqq__panelIn;display:flex;position:absolute;top:calc(100% + 10px);left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 18px 48px #0000008c}.Select-module___DAqqq__dropUp .Select-module___DAqqq__panel{top:auto;bottom:calc(100% + 10px)}@keyframes Select-module___DAqqq__panelIn{0%{opacity:0}to{opacity:1}}.Select-module___DAqqq__option{width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:10px 12px;font-family:inherit;font-size:.95rem;display:flex}.Select-module___DAqqq__option svg{flex-shrink:0}.Select-module___DAqqq__iconSpacer{flex-shrink:0;width:26px}.Select-module___DAqqq__optionActive{background:rgba(var(--fg-rgb),.08)}.Select-module___DAqqq__optionSelected .Select-module___DAqqq__optionTitle{color:var(--accent-pink)}.Select-module___DAqqq__optionTitle{white-space:nowrap;font-weight:600}.Select-module___DAqqq__optionDescription{color:rgba(var(--fg-rgb),.55);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;line-height:1.35;overflow:hidden}@media (max-width:768px){.Select-module___DAqqq__option{flex-wrap:wrap;align-items:flex-start;gap:.65rem}.Select-module___DAqqq__optionTitle{white-space:normal}.Select-module___DAqqq__optionDescription{white-space:normal;flex-basis:100%;padding-left:calc(26px + .65rem)}}
.PageLoader-module__JyA3eW__wrap{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;min-height:60vh;display:flex}.PageLoader-module__JyA3eW__inline{min-height:240px}.PageLoader-module__JyA3eW__ring{background:conic-gradient(from 90deg,rgba(var(--fg-rgb),.06)0deg,#e94e7740 120deg,var(--accent-pink)260deg,var(--accent-purple)360deg);border-radius:50%;width:38px;height:38px;animation:.8s linear infinite PageLoader-module__JyA3eW__pageLoaderSpin;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 3px))}.PageLoader-module__JyA3eW__label{color:rgba(var(--fg-rgb),.45);font-size:.95rem;animation:1.6s ease-in-out infinite PageLoader-module__JyA3eW__pageLoaderPulse}@keyframes PageLoader-module__JyA3eW__pageLoaderSpin{to{transform:rotate(360deg)}}@keyframes PageLoader-module__JyA3eW__pageLoaderPulse{0%,to{opacity:.45}50%{opacity:.9}}@media (prefers-reduced-motion:reduce){.PageLoader-module__JyA3eW__ring{animation-duration:2.4s}.PageLoader-module__JyA3eW__label{animation:none}}
.AppGate-module__7dFZQq__gateMain{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.AppGate-module__7dFZQq__gateLoading{color:var(--accent-grey);font-size:.9rem}
.SettingsPanel-module__l1yCWG__container{z-index:9999;font-family:var(--font-inter);position:fixed;bottom:20px;right:20px}.SettingsPanel-module__l1yCWG__toggleBtn{border:1px solid rgba(var(--fg-rgb),.15);background:var(--surface-elevated);width:44px;height:44px;color:var(--accent-grey);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:2.5rem;transition:background .2s;display:flex}.SettingsPanel-module__l1yCWG__toggleBtn:hover{background:var(--surface-elevated-hover);color:var(--accent-pink)}.SettingsPanel-module__l1yCWG__panel{background:var(--surface-elevated);border:1px solid rgba(var(--fg-rgb),.12);border-radius:12px;flex-direction:column;width:340px;max-height:70vh;display:flex;position:absolute;bottom:54px;right:0;overflow:hidden;box-shadow:0 8px 32px #0006}.SettingsPanel-module__l1yCWG__header{border-bottom:1px solid rgba(var(--fg-rgb),.08);color:var(--foreground);justify-content:space-between;align-items:center;padding:12px 16px;font-size:14px;font-weight:600;display:flex}.SettingsPanel-module__l1yCWG__closeBtn{color:var(--accent-grey);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:14px}.SettingsPanel-module__l1yCWG__closeBtn:hover{color:var(--foreground);background:rgba(var(--fg-rgb),.08)}.SettingsPanel-module__l1yCWG__agentList{padding:8px 0;overflow-y:auto}.SettingsPanel-module__l1yCWG__agentRow{padding:8px 16px}.SettingsPanel-module__l1yCWG__agentRow:not(:last-child){border-bottom:1px solid rgba(var(--fg-rgb),.05)}.SettingsPanel-module__l1yCWG__agentLabel{color:var(--accent-pink);margin-bottom:6px;font-size:13px;font-weight:500}.SettingsPanel-module__l1yCWG__fields{gap:12px;display:flex}.SettingsPanel-module__l1yCWG__field{flex:1;align-items:center;gap:6px;display:flex}.SettingsPanel-module__l1yCWG__fieldLabel{color:var(--accent-grey);white-space:nowrap;font-size:11px}.SettingsPanel-module__l1yCWG__input{background:var(--background);border:1px solid rgba(var(--fg-rgb),.1);width:100%;color:var(--foreground);font-size:13px;font-family:var(--font-inter);border-radius:6px;outline:none;padding:4px 8px}.SettingsPanel-module__l1yCWG__input:focus{border-color:var(--accent-pink)}.SettingsPanel-module__l1yCWG__input::placeholder{color:rgba(var(--fg-rgb),.2)}
.Sidebar-module__chRhja__sidebar{border-right:1px solid rgba(var(--fg-rgb),.1);background:rgba(var(--fg-rgb),.02);flex-direction:column;flex-shrink:0;align-self:flex-start;gap:1.5rem;width:230px;height:100vh;padding:5.5rem 1.25rem 1.5rem;display:flex;position:sticky;top:0;overflow-y:auto}.Sidebar-module__chRhja__newJamButton{width:100%}.Sidebar-module__chRhja__nav{flex-direction:column;gap:.25rem;display:flex}.Sidebar-module__chRhja__navLink{color:var(--accent-grey);border-radius:8px;padding:.6rem .9rem;font-size:.95rem;transition:background .15s,color .15s}.Sidebar-module__chRhja__navLink:hover{color:var(--foreground);background:rgba(var(--fg-rgb),.06)}.Sidebar-module__chRhja__navLinkActive{color:var(--accent-pink);background:#e94e771a}.Sidebar-module__chRhja__bottom{flex-direction:column;gap:.25rem;margin-top:auto;display:flex}.Sidebar-module__chRhja__seatMeta{color:var(--accent-grey);text-transform:uppercase;letter-spacing:.5px;border-radius:8px;padding:.4rem .9rem;font-size:.75rem;transition:all .15s;display:block}.Sidebar-module__chRhja__seatMeta:hover{color:var(--accent-pink);background:#e94e771a}.Sidebar-module__chRhja__slackButton{border:1px solid rgba(var(--fg-rgb),.15);color:var(--foreground);white-space:nowrap;border-radius:8px;align-items:center;gap:.55rem;padding:.6rem .9rem;font-size:.9rem;transition:background .15s,border-color .15s;display:flex}.Sidebar-module__chRhja__slackButton:hover{background:rgba(var(--fg-rgb),.06);border-color:rgba(var(--fg-rgb),.3)}.Sidebar-module__chRhja__slackButton svg{flex-shrink:0}.Sidebar-module__chRhja__help{color:rgba(var(--fg-rgb),.45);align-items:center;gap:.35rem;padding:.6rem .9rem;font-size:.9rem;display:flex}.Sidebar-module__chRhja__helpLabel{margin-right:.2rem}.Sidebar-module__chRhja__helpLink{color:inherit;border-radius:6px;justify-content:center;align-items:center;padding:.3rem;transition:background .15s,color .15s;display:inline-flex}.Sidebar-module__chRhja__helpLink:hover{color:var(--foreground);background:rgba(var(--fg-rgb),.06)}.Sidebar-module__chRhja__logoutButton{color:rgba(var(--fg-rgb),.45);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;width:100%;padding:.6rem .9rem;font-family:inherit;font-size:.9rem}.Sidebar-module__chRhja__logoutButton:hover{color:var(--foreground);background:rgba(var(--fg-rgb),.06)}@media (max-width:768px){.Sidebar-module__chRhja__sidebar{border-right:none;border-bottom:1px solid rgba(var(--fg-rgb),.1);flex-direction:row;align-self:stretch;align-items:center;gap:.75rem;width:100%;height:auto;padding:.75rem 1rem;position:static;overflow-y:visible}.Sidebar-module__chRhja__newJamButton{white-space:nowrap;width:auto}.Sidebar-module__chRhja__nav{flex-direction:row;gap:.25rem}.Sidebar-module__chRhja__navLink{padding:.5rem .7rem}.Sidebar-module__chRhja__bottom{flex-direction:row;align-items:center;margin-top:0;margin-left:auto}.Sidebar-module__chRhja__slackButton,.Sidebar-module__chRhja__help{padding:.5rem .7rem}.Sidebar-module__chRhja__logoutButton{width:auto;padding:.5rem .7rem}}
.Toast-module__UKUNqG__toast{color:#fff;font-family:var(--font-inter),sans-serif;z-index:1000;opacity:0;background-color:#333;border:1px solid #ffffff2e;border-radius:8px;align-items:center;gap:10px;padding:12px 24px;transition:transform .3s ease-in-out,opacity .3s ease-in-out;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)translateY(100px);box-shadow:0 4px 6px #0000001a}.Toast-module__UKUNqG__visible{opacity:1;transform:translate(-50%)translateY(0)}.Toast-module__UKUNqG__icon{font-size:18px}
.Tooltip-module__4iOEcW__tooltipContainer{display:inline-block;position:relative}.Tooltip-module__4iOEcW__tooltip{color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;background:#000000e6;border-radius:8px;padding:8px 12px;font-size:.85rem;font-weight:500;animation:.2s ease-in-out Tooltip-module__4iOEcW__fadeIn;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.Tooltip-module__4iOEcW__arrow{border-top:6px solid #000000e6;border-left:6px solid #0000;border-right:6px solid #0000;width:0;height:0;position:absolute;top:100%;left:50%;transform:translate(-50%)}@keyframes Tooltip-module__4iOEcW__fadeIn{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}
.page-module__SC8aYa__main{background:var(--background);min-height:100vh;color:var(--foreground)}.page-module__SC8aYa__content{max-width:800px;margin:0 auto;padding:3rem 1.5rem 5rem;line-height:1.7}.page-module__SC8aYa__content h1{margin-bottom:1.5rem;font-size:2.5rem}.page-module__SC8aYa__content h2{font-family:var(--font-inter);color:var(--accent-pink);margin:2.5rem 0 1rem;font-size:1.5rem;font-weight:700}.page-module__SC8aYa__content h3{font-family:var(--font-inter);margin:1.75rem 0 .75rem;font-size:1.15rem;font-weight:700}.page-module__SC8aYa__content h4{font-family:var(--font-inter);color:var(--accent-grey);margin:1.25rem 0 .5rem;font-size:1rem;font-weight:600}.page-module__SC8aYa__content p{color:rgba(var(--fg-rgb),.85);margin:.75rem 0}.page-module__SC8aYa__content ul{color:rgba(var(--fg-rgb),.85);margin:.75rem 0;padding-left:1.5rem}.page-module__SC8aYa__content li{margin:.35rem 0}.page-module__SC8aYa__content a{color:var(--accent-pink);text-decoration:underline}.page-module__SC8aYa__content strong{color:var(--foreground)}.page-module__SC8aYa__content hr{border:none;border-top:1px solid rgba(var(--fg-rgb),.12);margin:2rem 0}@media (max-width:768px){.page-module__SC8aYa__content{padding:2rem 1rem 4rem}.page-module__SC8aYa__content h1{font-size:2rem}}
