.AIAgent_toggleButton__hKxOn{position:fixed;bottom:20px;right:20px;width:50px;height:50px;background-color:#1a1f36;box-shadow:0 2px 10px rgba(0,0,0,.2);transition:transform .2s ease;z-index:1000}.AIAgent_container___Qcqw{position:fixed;bottom:20px;right:20px;width:350px;height:500px;background-color:white;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;z-index:1000;animation:AIAgent_slideIn__1fbfh .3s ease-out}@keyframes AIAgent_slideIn__1fbfh{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.AIAgent_header__f1G33{padding:12px 16px;background-color:#1a1f36;color:white;display:flex;justify-content:space-between;align-items:center}.AIAgent_header__f1G33 h2{margin:0;font-size:1.2rem}.AIAgent_closeButton__AcGes{background:none;border:none;color:white;font-size:1.5rem;cursor:pointer;padding:4px;transition:transform .2s ease}.AIAgent_closeButton__AcGes:hover{transform:scale(1.2)}.AIAgent_tabs__NLWAl{display:flex;border-bottom:1px solid #e0e0e0;background-color:#f8f9fa}.AIAgent_tab__AyXC7{flex:1;padding:12px;text-align:center;cursor:pointer;border:none;background:none;font-weight:500;color:#666;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.AIAgent_tab__AyXC7:hover{color:#1a1f36;background-color:#f0f2f5}.AIAgent_activeTab__8tAL6{color:#1a1f36;border-bottom:2px solid #1a1f36}.AIAgent_tabIcon__j_FXv{font-size:1.2rem;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.AIAgent_messagesContainer__3MDNh{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;scrollbar-width:thin;scrollbar-color:#1a1f36 transparent}.AIAgent_messagesContainer__3MDNh::-webkit-scrollbar{width:6px}.AIAgent_messagesContainer__3MDNh::-webkit-scrollbar-track{background:transparent}.AIAgent_messagesContainer__3MDNh::-webkit-scrollbar-thumb{background-color:#1a1f36;border-radius:3px}.AIAgent_message__7p2O8{max-width:80%;padding:10px;border-radius:12px;word-wrap:break-word;animation:AIAgent_fadeIn__I6QtQ .3s ease-out;display:flex;flex-direction:column}@keyframes AIAgent_fadeIn__I6QtQ{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.AIAgent_messageMeta__T0dMp{font-size:.8rem;font-weight:600;margin-bottom:4px}.AIAgent_messageContent__uGhp7{font-size:.95rem;line-height:1.4}.AIAgent_userMessage__ta30N{background-color:#1a1f36;color:white;align-self:flex-end;border-bottom-right-radius:0}.AIAgent_userMessage__ta30N .AIAgent_messageMeta__T0dMp{color:rgba(255,255,255,.8)}.AIAgent_athenaMessage__oCwCM{background-color:#f0f2f5;color:#1a1f36;align-self:flex-start;border-bottom-left-radius:0}.AIAgent_athenaMessage__oCwCM .AIAgent_messageMeta__T0dMp{color:#6b46c1}.AIAgent_typingIndicator___MLE1{display:flex;gap:4px;padding:8px}.AIAgent_typingIndicator___MLE1 span{width:8px;height:8px;background-color:#1a1f36;border-radius:50%;animation:AIAgent_typing__Fwub4 1s ease-in-out infinite}.AIAgent_typingIndicator___MLE1 span:nth-child(2){animation-delay:.2s}.AIAgent_typingIndicator___MLE1 span:nth-child(3){animation-delay:.4s}@keyframes AIAgent_typing__Fwub4{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.AIAgent_inputForm___koww{padding:16px;display:flex;gap:8px;border-top:1px solid #e0e0e0;background-color:white}.AIAgent_input__3o8Ul{flex:1;padding:8px 12px;border:1px solid #e0e0e0;border-radius:20px;outline:none;transition:border-color .2s ease}.AIAgent_input__3o8Ul:focus{border-color:#1a1f36}.AIAgent_input__3o8Ul:disabled{background-color:#f5f5f5;cursor:not-allowed}.AIAgent_sendButton__5dvop{padding:8px 16px;background-color:#1a1f36;color:white;border:none;border-radius:20px;cursor:pointer;transition:all .2s ease;min-width:60px;display:flex;align-items:center;justify-content:center}.AIAgent_sendButton__5dvop:hover:not(:disabled){background-color:#2a2f46}.AIAgent_sendButton__5dvop:disabled{background-color:#cccccc;cursor:not-allowed}.AIAgent_spinner__DjXWq{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:white;animation:AIAgent_spin__LSgMi 1s linear infinite}@keyframes AIAgent_spin__LSgMi{to{transform:rotate(1turn)}}.AIAgent_tasksContainer__qPjxg{flex:1;display:flex;flex-direction:column;overflow:hidden}.AIAgent_taskForm__q7iLt{padding:16px;display:flex;flex-direction:column;gap:12px;border-bottom:1px solid #e0e0e0}.AIAgent_textarea__3runD{padding:8px 12px;border:1px solid #e0e0e0;border-radius:8px;outline:none;resize:none;min-height:60px;transition:border-color .2s ease}.AIAgent_textarea__3runD:focus{border-color:#1a1f36}.AIAgent_select__OUzR3{padding:8px 12px;border:1px solid #e0e0e0;border-radius:8px;outline:none;background-color:white;transition:border-color .2s ease}.AIAgent_select__OUzR3:focus{border-color:#1a1f36}.AIAgent_addTaskButton__yEip1{padding:8px 16px;background-color:#1a1f36;color:white;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.AIAgent_addTaskButton__yEip1:hover{background-color:#2a2f46}.AIAgent_taskList__oSpNt{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.AIAgent_taskItem__bOPk0{padding:12px;border:1px solid #e0e0e0;border-radius:8px;background-color:white}.AIAgent_taskHeader__Mf_Sl{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.AIAgent_taskTitle__6KwHO{margin:0;font-size:1rem;color:#1a1f36}.AIAgent_taskPriority___VuD0{padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:500}.AIAgent_taskPriority___VuD0[data-priority=low]{background-color:#e6f7ff;color:#1890ff}.AIAgent_taskPriority___VuD0[data-priority=medium]{background-color:#fff7e6;color:#fa8c16}.AIAgent_taskPriority___VuD0[data-priority=high]{background-color:#fff1f0;color:#f5222d}.AIAgent_taskDescription__XAurL{margin:0 0 12px;color:#666;font-size:.9rem}.AIAgent_taskActions__mq2XS{display:flex;gap:8px}.AIAgent_statusSelect__o80CB{flex:1;padding:4px 8px;border:1px solid #e0e0e0;border-radius:4px;outline:none;background-color:white}.AIAgent_deleteButton__G4IB6{padding:4px 8px;background-color:#fff1f0;color:#f5222d;border:1px solid #ffa39e;border-radius:4px;cursor:pointer;transition:all .2s ease}.AIAgent_deleteButton__G4IB6:hover{background-color:#ffa39e;color:white}.AIAgent_actionsContainer__Ssbgd{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.AIAgent_actionButton__Yobwq{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;background-color:white;cursor:pointer;transition:all .2s ease;text-align:left}.AIAgent_actionButton__Yobwq:hover{border-color:#1a1f36;background-color:#f8f9fa}.AIAgent_actionIcon__n2e0g{font-size:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#f0f2f5;border-radius:8px}.AIAgent_actionContent__Qym5u{flex:1}.AIAgent_actionContent__Qym5u h3{margin:0 0 4px;font-size:1rem;color:#1a1f36}.AIAgent_actionContent__Qym5u p{margin:0;font-size:.8rem;color:#666}.AIAgent_minimizedContainer__zrrsn{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:12px;align-items:flex-end;z-index:1000}.AIAgent_athenaMinimized__WUPtC{display:flex;align-items:center;background:linear-gradient(135deg,#1a1f36,#2d3a80);padding:8px 12px;border-radius:30px;box-shadow:0 3px 10px rgba(0,0,0,.2);color:white;cursor:pointer;transition:all .3s ease}.AIAgent_athenaMinimized__WUPtC:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.3)}.AIAgent_athenaIcon___0_P9{width:28px;height:28px;border-radius:50%;background:white;color:#1a1f36;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;margin-right:10px}.AIAgent_athenaText__T8BoO{font-weight:500;font-size:15px;margin-right:8px}.AIAgent_toggleButton__hKxOn{background:transparent;width:28px;height:28px;border-radius:50%;color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.AIAgent_toggleButton__hKxOn:hover{transform:scale(1.1);background:rgba(255,255,255,.2)}.AIAgent_athenaRunContainer__q54dM{display:flex;flex-direction:column;align-items:center;gap:4px}.AIAgent_holdToStartText__6bfaH{font-size:9px;color:#666666;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.AIAgent_athenaRunButton__8glyh{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:16px;background:#f0f0f0;border:1px solid #cccccc;color:#666666;cursor:pointer;transition:all .2s ease;font-weight:500;box-shadow:0 1px 3px rgba(0,0,0,.08);font-size:11px}.AIAgent_athenaRunButton__8glyh:hover{background:#e8e8e8;color:#444444;border-color:#aaaaaa}.AIAgent_athenaRunEnabled__AGdhd{background:linear-gradient(135deg,#6b46c1,#9f7aea);color:white;border:none;animation:AIAgent_pulsateViolet__7mnE1 2s ease-in-out infinite}.AIAgent_athenaRunEnabled__AGdhd:hover{background:linear-gradient(135deg,#553c9a,#805ad5);animation:none}@keyframes AIAgent_pulsateViolet__7mnE1{0%{box-shadow:0 0 0 0 rgba(107,70,193,.7);transform:scale(1)}50%{box-shadow:0 0 0 4px rgba(107,70,193,0);transform:scale(1.03)}to{box-shadow:0 0 0 0 rgba(107,70,193,0);transform:scale(1)}}.AIAgent_athenaRunIcon__O4VtV{font-size:12px}.AIAgent_athenaRunText__RLgBY{font-size:11px;letter-spacing:.2px}.AIAgent_headerActions__uYLqF{display:flex;align-items:center;gap:10px}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}