.archive-module__AFGxTG__main{color:#fff;min-height:100vh;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,#fff 0%,#a5a5a5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:2.5rem;font-weight:700}.archive-module__AFGxTG__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}.archive-module__AFGxTG__card{cursor:pointer;color:inherit;background:#ffffff0d;border:1px solid #ffffff1a;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:#ffffff14;border-color:#fff3;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:#fff6;flex-direction:column;align-items:flex-end;gap:.25rem;font-size:.875rem;display:flex}.archive-module__AFGxTG__lastUpdated{color:#fff6;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:#fffc;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:1rem;line-height:1.5;display:-webkit-box;overflow:hidden}.archive-module__AFGxTG__footer{color:#fff6;border-top:1px solid #ffffff1a;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__artifactCount{color:#e94e77;letter-spacing:.5px;font-weight:500}.archive-module__AFGxTG__emptyState{text-align:center;color:#fff6;padding:4rem 0}.archive-module__AFGxTG__tabs{border-bottom:1px solid #ffffff1a;gap:.5rem;margin-bottom:2rem;display:flex}.archive-module__AFGxTG__tab{color:#ffffff80;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:#ffffffd9}.archive-module__AFGxTG__tabActive{color:#fff;border-bottom-color:#e94e77}.archive-module__AFGxTG__tabCount{color:#fff6;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{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;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:#ffffff14;border-color:#fff3}.archive-module__AFGxTG__bookmarkMain{flex:1;min-width:0}.archive-module__AFGxTG__bookmarkTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:500;overflow:hidden}.archive-module__AFGxTG__bookmarkBrief{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:.85rem;overflow:hidden}.archive-module__AFGxTG__bookmarkMeta{color:#ffffff80;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:#1a1a1a;border:1px solid #ffffff1a;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 #ffffff14;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.archive-module__AFGxTG__modalTitle{color:#fff;font-size:1rem;font-weight:600}.archive-module__AFGxTG__modalMeta{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-top:4px;font-size:.75rem}.archive-module__AFGxTG__modalClose{color:#ffffff80;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{color:#fff;background:#ffffff14}.archive-module__AFGxTG__modalBody{color:#e0e0e0;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:#fff;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{text-align:left;border-bottom:1px solid #ffffff14;padding:8px 12px}.archive-module__AFGxTG__modalBody code{background:#ffffff0f;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{color:#fff;background:#ffffff1a;border:1px solid #fff3}.Button-module__e7WGRa__secondary:hover{background:#fff3}.Button-module__e7WGRa__mode{color:#1a1a1a;background:#e0e0e0;font-weight:700}.Button-module__e7WGRa__mode:hover{background:#fff;box-shadow:0 0 10px #ffffff80}.Button-module__e7WGRa__modeSelected{background:linear-gradient(90deg,var(--accent-pink)0%,var(--accent-purple)100%);color:#fff;outline-offset:3px;outline:4px solid #ec507980}.Button-module__e7WGRa__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.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}}
.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__agentWrapper{justify-content:flex-start}.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{color:#eee;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:42px;height:42px;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:#ffffff1a}.ChatBubble-module__HVkDVW__starBtnActive{color:var(--accent-pink,#e94e77)}.ChatBubble-module__HVkDVW__user{color:#1a1a1a;background:#ffedf6;border-bottom-right-radius:4px}.ChatBubble-module__HVkDVW__agent{color:#1a1a1a;background:#e0e0e0;border-bottom-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:#111}.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:#444}.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}@media (max-width:768px){.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}}
.Header-module__ldgnoG__header{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;display:flex;position:relative}.Header-module__ldgnoG__logo{font-family:var(--font-bungee);color:var(--accent-pink);cursor:pointer;flex-shrink:0;font-size:2rem;text-decoration:none}.Header-module__ldgnoG__center{flex:1;align-items:center;padding:0 3rem;display:flex}.Header-module__ldgnoG__right{align-items:center;gap:1rem;display:flex}@media (max-width:768px){.Header-module__ldgnoG__header{padding:1rem}.Header-module__ldgnoG__logo{font-size:1.5rem}.Header-module__ldgnoG__center{padding:0 1rem}.Header-module__ldgnoG__right{gap:.5rem}}
.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:3.2rem;font-size:.875rem;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}
.ResponseLoader-module__Bl4Moq__loading{color:var(--accent-grey);margin-bottom:1rem;margin-left:1rem;font-style:italic}
.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}
.SettingsPanel-module__l1yCWG__container{z-index:9999;font-family:var(--font-inter);position:fixed;bottom:20px;right:20px}.SettingsPanel-module__l1yCWG__toggleBtn{width:44px;height:44px;color:var(--accent-grey);cursor:pointer;background:#2a2a2a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;font-size:2.5rem;transition:background .2s;display:flex}.SettingsPanel-module__l1yCWG__toggleBtn:hover{color:var(--accent-pink);background:#333}.SettingsPanel-module__l1yCWG__panel{background:#222;border:1px solid #ffffff1f;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{color:var(--foreground);border-bottom:1px solid #ffffff14;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:#ffffff14}.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 #ffffff0d}.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{width:100%;color:var(--foreground);font-size:13px;font-family:var(--font-inter);background:#1a1a1a;border:1px solid #ffffff1a;border-radius:6px;outline:none;padding:4px 8px}.SettingsPanel-module__l1yCWG__input:focus{border-color:var(--accent-pink)}.SettingsPanel-module__l1yCWG__input::placeholder{color:#fff3}
.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:#ffffffd9;margin:.75rem 0}.page-module__SC8aYa__content ul{color:#ffffffd9;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 #ffffff1f;margin:2rem 0}@media (max-width:768px){.page-module__SC8aYa__content{padding:2rem 1rem 4rem}.page-module__SC8aYa__content h1{font-size:2rem}}
