.option-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:80vh;padding:20px}.title{color:#222;font-size:22px;font-weight:600;line-height:1.4;margin-bottom:40px;max-width:600px;text-align:center}.content{align-items:center;display:flex;flex-direction:row;gap:40px;justify-content:center;width:100%}.robot{animation:float 3s ease-in-out infinite;height:auto;width:140px}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.options{display:flex;flex-direction:column;gap:20px}.bubble{background:#eef3ff;border:2px solid #c8d7ff;border-radius:20px;box-shadow:0 4px 10px #00000014;color:#2a3f7d;cursor:pointer;font-size:18px;font-weight:500;padding:18px 25px;text-align:center;transition:.2s ease;width:260px}.bubble:hover{background:#dce6ff;box-shadow:0 6px 14px #0000001f;transform:translateY(-3px)}@media (max-width:768px){.content{flex-direction:column;gap:30px}.title{font-size:19px;margin-bottom:30px;padding:0 10px}.robot{width:110px}.bubble{font-size:16px;max-width:300px;padding:15px 20px;width:90%}}.chat-box{background-color:#fff;border:1px solid #ccc;border-radius:10px;height:80vh;margin:0 auto;padding-bottom:10px;width:700px}.messages{gap:10px;overflow-x:hidden;padding:10px}.robot-msg,.user-msg{align-items:flex-start;display:flex;gap:10px;width:100%}.robot-msg{background:#eef3ff;justify-content:flex-start}.robot-msg,.user-msg{border-radius:12px;box-shadow:0 2px 6px #0000001a;padding:15px 20px}.user-msg{background:#d1ffd6;justify-content:flex-end}.robot-msg .markdown-content,.user-msg span{word-wrap:break-word;background:#f1f1f1;border-radius:8px;box-sizing:border-box;display:inline-block;padding:12px;white-space:pre-wrap;width:100%}.robot-msg .markdown-content{background:#e0f7fa}.robot-icon{height:40px;width:40px}.typing-animation{background:#eef3ff;border-radius:10px;padding:8px 12px}.typing-animation span{animation:typingBounce 1.4s ease-in-out infinite;background:#6f8cff;display:inline-block;height:8px;width:8px}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.robot-msg pre{word-wrap:break-word;overflow-x:auto;white-space:pre-wrap}.back-button{border-radius:5px;padding:5px 12px;position:absolute;right:10px;top:10px}.chat-input{border-top:1px solid #ccc;box-sizing:border-box;padding:12px;width:100%}.chat-input input{border:1px solid #ccc;border-radius:8px;box-sizing:border-box;padding:14px}.chat-input button{background-color:#007bff;border-radius:8px;font-weight:700;padding:14px 28px}.chat-input button:hover{background-color:#0056b3}@media (max-width:750px){.chat-box{max-width:95%;width:95%}}.markdown-content table{border-collapse:collapse;font-size:14px;margin:12px 0;width:100%}.markdown-content thead{background-color:#f4f6f8}.markdown-content td,.markdown-content th{border:1px solid #ddd;padding:8px 10px;text-align:left}.markdown-content th{color:#333;font-weight:600}.markdown-content tr:nth-child(2n){background-color:#fafafa}.chat-box{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:15px;box-shadow:0 8px 24px #0000001a;display:flex;flex-direction:column;height:85vh;margin:20px auto;max-width:700px;overflow:hidden;position:relative;width:100%}.chat-header{background-color:#fff;border-bottom:1px solid #eee;flex-shrink:0;height:60px;justify-content:space-between;padding:0 20px;z-index:10}.chat-header,.header-info{align-items:center;display:flex}.header-info{gap:12px}.bot-name{color:#333;font-size:1.1rem;font-weight:700}.header-icon{height:35px;object-fit:contain;width:35px}.back-button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .2s ease}.back-button:hover{background-color:#0056b3;transform:translateY(-1px)}.messages{background-color:#f9f9f9;display:flex;flex:1 1;flex-direction:column;gap:15px;overflow-y:auto;padding:20px}.robot-msg-container{display:flex;justify-content:flex-start;width:100%}.user-msg-container{display:flex;justify-content:flex-end;width:100%}.robot-msg,.user-msg{word-wrap:break-word;border-radius:18px;font-size:15px;line-height:1.5;max-width:80%;padding:12px 18px}.robot-msg{background-color:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:4px;box-shadow:0 2px 4px #00000005;color:#333}.user-msg{background-color:#007bff;border-bottom-right-radius:4px;box-shadow:0 2px 8px #007bff33;color:#fff}.markdown-content{overflow-x:auto}.markdown-content p:last-child{margin-bottom:0}.chat-input{background:#fff;border-top:1px solid #eee;display:flex;flex-shrink:0;gap:10px;padding:15px 20px}.chat-input input{border:1px solid #ddd;border-radius:12px;flex:1 1;font-size:16px;outline:none;padding:12px 15px;transition:border-color .2s}.chat-input input:focus{border-color:#007bff}.chat-input button{background:#007bff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:0 22px}.typing-box{padding:15px!important;width:70px}.typing-animation{display:flex;gap:5px}.typing-animation span{animation:bounce 1.4s ease-in-out infinite;background:#cbd5e0;border-radius:50%;height:7px;width:7px}.typing-animation span:nth-child(2){animation-delay:.2s}.typing-animation span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width:750px){.chat-box{border-radius:0;height:100vh;margin:0;max-width:100%}.chat-header{height:55px;padding:0 15px}}body{background-color:#f0f2f5;font-family:Arial,sans-serif;margin:0;padding:0}button{background-color:#007bff;border:none;border-radius:10px;color:#fff;cursor:pointer;padding:10px 15px}button:hover{background-color:#0056b3}
/*# sourceMappingURL=main.219229af.css.map*/