.RoadmapAIChat_modalOverlay__Crhld{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;animation:RoadmapAIChat_fadeIn__DpPwV .2s ease}.RoadmapAIChat_chatModal__lmdxA{width:90%;max-width:600px;height:80vh;max-height:700px;background:#1a1a20;border-radius:12px;border:1px solid #333;display:flex;flex-direction:column;animation:RoadmapAIChat_slideUp__MKKvR .3s ease;position:relative}.RoadmapAIChat_chatHeader__n3hRl{padding:16px 20px;border-bottom:1px solid #333;display:flex;justify-content:space-between;align-items:center;background:#252530;border-radius:12px 12px 0 0}.RoadmapAIChat_chatHeader__n3hRl h3{margin:0;font-size:16px;font-weight:600;color:#e0e0e0;display:flex;align-items:center;gap:8px}.RoadmapAIChat_iconButton__x_Yb2{background:transparent;border:none;color:#888;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.RoadmapAIChat_iconButton__x_Yb2:hover{background:#3a3a45;color:#e0e0e0}.RoadmapAIChat_chatMessages__RipXX{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.RoadmapAIChat_welcomeMessage__DQmOi{align-self:center;max-width:85%;padding:16px 20px;background:#2a2a35;border:1px solid #3a3a45;border-radius:12px;color:#a0a0a0;text-align:center}.RoadmapAIChat_message__31TqX{max-width:85%;padding:12px 16px;border-radius:12px;line-height:1.5;animation:RoadmapAIChat_messageSlide__3S315 .2s ease}.RoadmapAIChat_message__31TqX.RoadmapAIChat_assistant__un4s8{align-self:flex-start;background:#2a2a35;border:1px solid #3a3a45}.RoadmapAIChat_message__31TqX.RoadmapAIChat_user__45Aj8{align-self:flex-end;background:#6366f1;color:#fff}.RoadmapAIChat_messageContent__6kRYD{white-space:pre-wrap;word-wrap:break-word}.RoadmapAIChat_messageOptions__EmaWk{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.RoadmapAIChat_optionButton__hR4eO{padding:8px 14px;background:#3a3a45;border:1px solid #4a4a55;border-radius:8px;color:#e0e0e0;cursor:pointer;transition:all .2s;font-size:13px}.RoadmapAIChat_optionButton__hR4eO:hover:not(:disabled){background:#4a4a55;border-color:#6366f1;transform:translateY(-1px)}.RoadmapAIChat_optionButton__hR4eO:disabled{opacity:.5;cursor:not-allowed}.RoadmapAIChat_typing__5J2IT{color:#888;font-style:italic}.RoadmapAIChat_errorBanner__MDz_A{padding:12px 20px;background:rgba(239,68,68,.1);border-top:1px solid #ef4444;color:#fca5a5;font-size:14px}.RoadmapAIChat_chatInput__TPfNd{padding:16px 20px;border-top:1px solid #333;display:flex;gap:12px;background:#252530}.RoadmapAIChat_inputField__a3DF1{flex:1;padding:10px 16px;background:#1a1a20;border:1px solid #333;border-radius:8px;color:#e0e0e0;font-size:14px;outline:none;transition:border-color .2s}.RoadmapAIChat_inputField__a3DF1:focus{border-color:#6366f1}.RoadmapAIChat_inputField__a3DF1:disabled{opacity:.5}.RoadmapAIChat_inputField__a3DF1::-moz-placeholder{color:#666}.RoadmapAIChat_inputField__a3DF1::placeholder{color:#666}.RoadmapAIChat_sendButton__QYp_S{padding:10px 14px;background:#6366f1;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.RoadmapAIChat_sendButton__QYp_S:hover:not(:disabled){background:#5558e6;transform:scale(1.05)}.RoadmapAIChat_sendButton__QYp_S:disabled{opacity:.5;cursor:not-allowed}.RoadmapAIChat_chatActions__ET8SC{padding:12px 20px;border-top:1px solid #333;display:flex;gap:12px;justify-content:flex-end;background:#252530;border-radius:0 0 12px 12px}.RoadmapAIChat_applyButton__WcnV1{padding:10px 20px;background:#10b981;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s}.RoadmapAIChat_applyButton__WcnV1:hover:not(:disabled){background:#059669;transform:translateY(-1px)}.RoadmapAIChat_applyButton__WcnV1:disabled{opacity:.5;cursor:not-allowed}.RoadmapAIChat_cancelButton__La9U_{padding:10px 20px;background:transparent;border:1px solid #4a4a55;border-radius:8px;color:#a0a0a0;cursor:pointer;font-size:14px;transition:all .2s}.RoadmapAIChat_cancelButton__La9U_:hover{background:#3a3a45;border-color:#5a5a65;color:#e0e0e0}.RoadmapAIChat_toast__aGI6t{position:absolute;bottom:80px;left:50%;transform:translateX(-50%);padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;animation:RoadmapAIChat_slideUp__MKKvR .3s ease;white-space:nowrap}.RoadmapAIChat_toast_success__VBp9G{background:#10b981;color:#fff}.RoadmapAIChat_toast_error__ziVh_{background:#ef4444;color:#fff}@keyframes RoadmapAIChat_fadeIn__DpPwV{0%{opacity:0}to{opacity:1}}@keyframes RoadmapAIChat_slideUp__MKKvR{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes RoadmapAIChat_messageSlide__3S315{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.driver-active *,.driver-active .driver-overlay{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:focus,.driver-popover-close-btn:hover{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:focus,.driver-popover-footer button:hover{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start,.driver-popover-arrow-side-top.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end,.driver-popover-arrow-side-top.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center,.driver-popover-arrow-side-top.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}