:root{--primary-color: #f07826;--primary-50: #fef6ee;--primary-100: #fde9d6;--primary-200: #fad0ad;--primary-300: #f7af79;--primary-400: #f38543;--primary-500: #f07826;--primary-600: #e15a11;--primary-700: #bb4310;--primary-800: #953615;--primary-900: #792e14;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff;--black: #000000}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:var(--gray-900);background-color:var(--gray-50)}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,textarea{font-family:inherit;outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--primary-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-400)}._container_1ven2_1{display:flex;flex-direction:column;height:100vh;background-color:var(--gray-50)}._header_1v2un_1{background-color:var(--white);border-bottom:1px solid var(--gray-200);padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 2px #0000000d}._logo_1v2un_11{display:flex;align-items:center;gap:.75rem}._iconWrapper_1v2un_17{display:flex;align-items:center;justify-content:center;background-color:var(--primary-100);border-radius:.5rem;padding:.5rem}._icon_1v2un_17{color:var(--primary-600);width:1.5rem;height:1.5rem}._title_1v2un_32{font-size:1.25rem;font-weight:700;color:var(--gray-900)}._subtitle_1v2un_38{font-size:.875rem;color:var(--gray-500);display:flex;align-items:center;gap:.5rem}._badge_1v2un_46{background:linear-gradient(135deg,var(--primary-500),var(--primary-600));color:var(--white);font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px}._sidebar_1e5jg_1{width:280px;background-color:var(--white);border-right:1px solid var(--gray-200);display:flex;flex-direction:column;height:100%;overflow:hidden}._header_1e5jg_11{padding:1rem;border-bottom:1px solid var(--gray-200)}._newChatButton_1e5jg_16{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background-color:var(--primary-500);color:var(--white);border-radius:.5rem;font-weight:600;transition:background-color .2s}._newChatButton_1e5jg_16:hover{background-color:var(--primary-600)}._sessionList_1e5jg_34{flex:1;overflow-y:auto;padding:.5rem}._sessionItem_1e5jg_40{width:100%;padding:.75rem;margin-bottom:.25rem;text-align:left;border-radius:.5rem;transition:background-color .2s;display:flex;justify-content:space-between;align-items:center;gap:.5rem}._sessionItem_1e5jg_40:hover{background-color:var(--gray-100)}._sessionItem_1e5jg_40._active_1e5jg_57{background-color:var(--primary-50);border:1px solid var(--primary-200)}._sessionContent_1e5jg_62{flex:1;min-width:0}._sessionTitle_1e5jg_67{font-size:.875rem;font-weight:500;color:var(--gray-900);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem}._sessionItem_1e5jg_40._active_1e5jg_57 ._sessionTitle_1e5jg_67{color:var(--primary-700);font-weight:600}._sessionTime_1e5jg_82{font-size:.75rem;color:var(--gray-500)}._deleteButton_1e5jg_87{padding:.25rem;background-color:transparent;color:var(--gray-400);border-radius:.25rem;transition:all .2s;opacity:0}._sessionItem_1e5jg_40:hover ._deleteButton_1e5jg_87{opacity:1}._deleteButton_1e5jg_87:hover{background-color:var(--gray-200);color:var(--gray-600)}._emptyState_1e5jg_105{padding:2rem 1rem;text-align:center}._emptyStateIcon_1e5jg_110{width:3rem;height:3rem;color:var(--gray-300);margin:0 auto 1rem}._emptyStateText_1e5jg_117{font-size:.875rem;color:var(--gray-500)}._errorState_1e5jg_122{padding:1rem;text-align:center;color:var(--gray-600);font-size:.875rem}._container_15mgo_1{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}._container_15mgo_1::-webkit-scrollbar{width:8px}._container_15mgo_1::-webkit-scrollbar-track{background:var(--gray-100)}._container_15mgo_1::-webkit-scrollbar-thumb{background:var(--primary-300);border-radius:4px}._container_15mgo_1::-webkit-scrollbar-thumb:hover{background:var(--primary-400)}._message_1g27p_1{display:flex;gap:.75rem;max-width:100%}._message_1g27p_1._user_1g27p_7{flex-direction:row-reverse}._avatar_1g27p_11{width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._message_1g27p_1._user_1g27p_7 ._avatar_1g27p_11{background-color:var(--primary-100);color:var(--primary-700)}._message_1g27p_1._assistant_1g27p_26 ._avatar_1g27p_11{background-color:var(--gray-200);color:var(--gray-700)}._avatarIcon_1g27p_31{width:1.25rem;height:1.25rem}._content_1g27p_36{flex:1;min-width:0;display:flex;flex-direction:column}._message_1g27p_1._user_1g27p_7 ._content_1g27p_36{align-items:flex-end}._bubble_1g27p_47{padding:.75rem 1rem;border-radius:1rem;display:inline-block;max-width:100%}._message_1g27p_1._user_1g27p_7 ._bubble_1g27p_47{background-color:var(--primary-500);color:var(--white);border-bottom-right-radius:.25rem}._message_1g27p_1._assistant_1g27p_26 ._bubble_1g27p_47{background-color:var(--white);color:var(--gray-900);border:1px solid var(--gray-200);border-bottom-left-radius:.25rem}._text_1g27p_67{word-wrap:break-word;line-height:1.6}._text_1g27p_67 *{margin-top:0}._text_1g27p_67 p{margin:.4rem 0;line-height:1.6}._text_1g27p_67 p:first-child{margin-top:0}._text_1g27p_67 p:last-child{margin-bottom:0}._text_1g27p_67 p+p{margin-top:.4rem}._text_1g27p_67 p+ul,._text_1g27p_67 p+ol{margin-top:.5rem}._text_1g27p_67 ul+p,._text_1g27p_67 ol+p{margin-top:.5rem}._text_1g27p_67 h1,._text_1g27p_67 h2,._text_1g27p_67 h3,._text_1g27p_67 h4,._text_1g27p_67 h5,._text_1g27p_67 h6{margin:.75rem 0 .5rem;font-weight:600;line-height:1.3}._text_1g27p_67 h1:first-child,._text_1g27p_67 h2:first-child,._text_1g27p_67 h3:first-child,._text_1g27p_67 h4:first-child,._text_1g27p_67 h5:first-child,._text_1g27p_67 h6:first-child{margin-top:0}._text_1g27p_67 h1{font-size:1.5em}._text_1g27p_67 h2{font-size:1.3em}._text_1g27p_67 h3{font-size:1.15em}._text_1g27p_67 h4{font-size:1.05em}._text_1g27p_67 strong{font-weight:600;color:inherit}._text_1g27p_67 em{font-style:italic}._text_1g27p_67 ul,._text_1g27p_67 ol{margin:.5rem 0;padding-left:1.75rem}._text_1g27p_67 li{margin:.15rem 0;line-height:1.6}._text_1g27p_67 li>p{margin:.15rem 0}._text_1g27p_67 li>ul,._text_1g27p_67 li>ol{margin:.25rem 0}._text_1g27p_67 code{background-color:#0000000d;padding:.125rem .25rem;border-radius:.25rem;font-family:Courier New,monospace;font-size:.9em}._message_1g27p_1._user_1g27p_7 ._text_1g27p_67 code{background-color:#fff3}._text_1g27p_67 pre{background-color:#0000000d;padding:.75rem;border-radius:.5rem;overflow-x:auto;margin:.5rem 0}._text_1g27p_67 pre code{background-color:transparent;padding:0}._text_1g27p_67 table{border-collapse:collapse;width:100%;margin:.75rem 0;font-size:.875em;background-color:transparent;border:1px solid var(--gray-200);border-radius:.375rem;overflow:hidden}._text_1g27p_67 thead{background-color:var(--gray-50)}._text_1g27p_67 th{padding:.5rem .75rem;text-align:left;font-weight:600;color:var(--gray-900);border-bottom:2px solid var(--gray-200);font-size:.9em}._text_1g27p_67 td{padding:.5rem .75rem;border-bottom:1px solid var(--gray-100);color:var(--gray-800);vertical-align:top}._text_1g27p_67 tbody tr:last-child td{border-bottom:none}._text_1g27p_67 tbody tr:hover{background-color:#00000005}._text_1g27p_67 *+table{margin-top:.75rem}._text_1g27p_67 table+*{margin-top:.75rem}._text_1g27p_67 blockquote{border-left:3px solid var(--primary-500);padding-left:.75rem;margin:.5rem 0;color:var(--gray-600);font-style:italic}._phones_1g27p_253{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}._timestamp_1g27p_260{font-size:.75rem;color:var(--gray-500);margin-top:.25rem}._message_1g27p_1._user_1g27p_7 ._timestamp_1g27p_260{text-align:right}._container_54xtr_1{width:100%}._inputWrapper_54xtr_5{display:flex;gap:.75rem;align-items:center}._textareaWrapper_54xtr_11{flex:1;position:relative}._textarea_54xtr_11{width:100%;padding:.875rem 1rem;border:2px solid var(--gray-300);border-radius:.75rem;font-size:1rem;line-height:1.5;resize:none;min-height:56px;max-height:200px;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}._textarea_54xtr_11:focus{border-color:var(--primary-500);box-shadow:0 0 0 3px var(--primary-100)}._textarea_54xtr_11:disabled{background-color:var(--gray-100);cursor:not-allowed;color:var(--gray-500)}._sendButton_54xtr_41{padding:.875rem 1.5rem;background-color:var(--primary-500);color:var(--white);border-radius:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background-color .2s,transform .1s;min-height:56px;box-sizing:border-box;flex-shrink:0}._sendButton_54xtr_41:hover:not(:disabled){background-color:var(--primary-600);transform:translateY(-1px)}._sendButton_54xtr_41:active:not(:disabled){transform:translateY(0)}._sendButton_54xtr_41:disabled{background-color:var(--gray-300);cursor:not-allowed;color:var(--gray-500)}._sendIcon_54xtr_72{width:1.25rem;height:1.25rem}._charCount_54xtr_77{position:absolute;bottom:.5rem;right:.75rem;font-size:.75rem;color:var(--gray-500);background:#fff;padding:.125rem .375rem;border-radius:.25rem;pointer-events:none}._charCountLimit_54xtr_89{color:#ef4444;font-weight:600}._container_1wb9b_2{width:100%}._label_1wb9b_6{font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:1rem;text-align:center}._grid_1wb9b_14{display:grid;gap:.75rem;width:100%}._welcome_1wb9b_21 ._grid_1wb9b_14{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:900px;margin:0 auto}._inline_1wb9b_28 ._grid_1wb9b_14{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));max-width:800px}._promptButton_1wb9b_33{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border:1px solid var(--border-color);border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left}._promptButton_1wb9b_33:hover{border-color:var(--primary-color);background:var(--primary-light);transform:translateY(-2px);box-shadow:0 4px 12px #f0782626}._promptButton_1wb9b_33:active{transform:translateY(0)}._iconWrapper_1wb9b_57{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--primary-light);border-radius:10px;flex-shrink:0}._icon_1wb9b_57{width:20px;height:20px;color:var(--primary-color)}._content_1wb9b_74{flex:1;min-width:0}._category_1wb9b_79{font-size:.75rem;font-weight:600;color:var(--primary-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}._text_1wb9b_88{font-size:.875rem;color:var(--text-primary);line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}@media (max-width: 768px){._welcome_1wb9b_21 ._grid_1wb9b_14,._inline_1wb9b_28 ._grid_1wb9b_14{grid-template-columns:1fr}._promptButton_1wb9b_33{padding:.875rem}._iconWrapper_1wb9b_57{width:36px;height:36px}._icon_1wb9b_57{width:18px;height:18px}}._container_1mcsr_1{flex:1;overflow-y:auto;padding:2rem}._content_1mcsr_7{max-width:48rem;width:100%;margin:0 auto;text-align:center}._section_1mcsr_14{margin-bottom:2rem}._header_1mcsr_18{margin-bottom:1rem}._iconWrapper_1mcsr_22{display:inline-block;padding:1rem;background-color:var(--primary-100);border-radius:9999px;margin-bottom:1rem}._headerIcon_1mcsr_30{width:4rem;height:4rem;color:var(--primary-500)}._title_1mcsr_36{font-size:2.5rem;font-weight:700;color:var(--gray-900);margin-bottom:1rem}._description_1mcsr_43{font-size:1.125rem;color:var(--gray-600);max-width:42rem;margin:0 auto}._inputWrapper_1mcsr_50{max-width:42rem;margin:0 auto}._features_1mcsr_55{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;text-align:left;margin-bottom:2rem}._featureCard_1mcsr_63{padding:1rem;background-color:var(--white);border-radius:.75rem;border:1px solid var(--gray-200);transition:border-color .2s}._featureCard_1mcsr_63:hover{border-color:var(--primary-300)}._featureIcon_1mcsr_75{width:2rem;height:2rem;color:var(--primary-500);margin-bottom:.5rem}._featureTitle_1mcsr_82{font-weight:600;color:var(--gray-900);margin-bottom:.25rem}._featureDescription_1mcsr_88{font-size:.875rem;color:var(--gray-600)}._promptsSection_1mcsr_93{margin-bottom:1rem}._promptsLabel_1mcsr_97{font-size:.875rem;font-weight:500;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}._promptsGrid_1mcsr_106{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem}._promptButton_1mcsr_112{padding:1rem;background-color:var(--white);border:2px solid var(--gray-200);border-radius:.75rem;transition:all .2s;text-align:left;display:flex;align-items:flex-start;gap:.75rem}._promptButton_1mcsr_112:hover{border-color:var(--primary-500);background-color:var(--primary-50)}._promptIconWrapper_1mcsr_129{padding:.5rem;background-color:var(--primary-100);border-radius:.5rem;transition:all .2s}._promptButton_1mcsr_112:hover ._promptIconWrapper_1mcsr_129{background-color:var(--primary-500)}._promptIcon_1mcsr_129{width:1.25rem;height:1.25rem;color:var(--primary-500);transition:color .2s}._promptButton_1mcsr_112:hover ._promptIcon_1mcsr_129{color:var(--white)}._promptContent_1mcsr_151{flex:1}._promptCategory_1mcsr_155{font-size:.75rem;font-weight:600;color:var(--primary-500);margin-bottom:.25rem}._promptText_1mcsr_162{font-size:.875rem;font-weight:500;color:var(--gray-900)}@media (min-width: 768px){._title_1mcsr_36{font-size:3rem}._description_1mcsr_43{font-size:1.25rem}}._container_y44sf_1{display:flex;gap:.75rem;align-items:center}._avatar_y44sf_7{width:2.5rem;height:2.5rem;border-radius:9999px;background-color:var(--gray-200);color:var(--gray-700);display:flex;align-items:center;justify-content:center;flex-shrink:0}._avatarIcon_y44sf_19{width:1.25rem;height:1.25rem}._dots_y44sf_24{display:flex;gap:.5rem;padding:.75rem 1rem;background-color:var(--white);border:1px solid var(--gray-200);border-radius:1rem 1rem 1rem .25rem}._dot_y44sf_24{width:.5rem;height:.5rem;background-color:var(--gray-400);border-radius:9999px;animation:_typing_y44sf_1 1.4s infinite}._dot_y44sf_24:nth-child(2){animation-delay:.2s}._dot_y44sf_24:nth-child(3){animation-delay:.4s}@keyframes _typing_y44sf_1{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}._container_f2peg_1{background-color:#fee;border:1px solid #fcc;border-radius:.5rem;padding:1rem;margin:1rem 0}._content_f2peg_9{display:flex;align-items:flex-start;gap:.75rem}._icon_f2peg_15{color:#c00;width:1.25rem;height:1.25rem;flex-shrink:0}._textWrapper_f2peg_22{flex:1}._title_f2peg_26{font-weight:600;color:#800;margin-bottom:.25rem}._message_f2peg_32{color:#600;font-size:.875rem}._actions_f2peg_37{display:flex;gap:.5rem;margin-top:.75rem}._button_f2peg_43{padding:.5rem 1rem;font-size:.875rem;font-weight:600;border-radius:.375rem;transition:all .2s}._retryButton_f2peg_51{background-color:#c00;color:var(--white)}._retryButton_f2peg_51:hover{background-color:#a00}._dismissButton_f2peg_60{background-color:transparent;color:#800;border:1px solid #fcc}._dismissButton_f2peg_60:hover{background-color:#fee}._container_1ut8i_1{display:flex;flex:1;overflow:hidden}._mainArea_1ut8i_7{flex:1;display:flex;flex-direction:column;overflow:hidden}._inputSection_1ut8i_14{background-color:var(--white);border-top:1px solid var(--gray-200);padding:1rem 1.5rem}._inputWrapper_1ut8i_20{max-width:64rem;margin:0 auto}
