.rootLayout{padding:16px 64px;height:100vh;display:flex;flex-direction:column}.rootLayout header{display:flex;align-items:center;justify-content:space-between}.rootLayout header .logo{font-size:20px;display:flex;align-items:center;font-weight:700}.rootLayout header .logo img{width:40px;height:40px}.rootLayout header .user{display:flex;align-items:center}.rootLayout header .signInWrapper button{background:linear-gradient(135deg,#217bfe,#4f9eff);border:none;color:#fff;padding:10px 20px;border-radius:25px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #217bfe4d}.rootLayout header .signInWrapper button:hover{background:linear-gradient(135deg,#1e6fe6,#4589e8);transform:translateY(-2px);box-shadow:0 6px 20px #217bfe66}.rootLayout header .signInWrapper button:active{transform:translateY(0);box-shadow:0 2px 10px #217bfe4d}.rootLayout main{flex:1;overflow:hidden}.homepage{display:flex;align-items:center;gap:100px;height:100%}@media screen and (max-width: 1024px){.homepage{flex-direction:column;gap:0px}}.homepage .left{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center}.homepage .left h1{font-size:128px;background:linear-gradient(to right,#217bfe,#e55571);background-clip:text;-webkit-background-clip:text;color:transparent}@media screen and (max-width: 1280px){.homepage .left h1{font-size:64px}}.homepage .left h3{font-weight:400;max-width:70%}@media screen and (max-width: 1024px){.homepage .left h3{max-width:100%}}.homepage .left a{padding:15px 25px;background-color:#217bfe;color:#fff;border-radius:20px;font-size:14px;margin-top:20px}.homepage .left a:hover{background-color:plum;color:#000}.homepage .right{flex:1;display:flex;align-items:center;justify-content:center;height:100%}.homepage .right .imgContainer{display:flex;align-items:center;justify-content:center;background-color:#140e2d;border-radius:50px;width:80%;height:50%;position:relative}.homepage .right .imgContainer .bgContainer{width:100%;height:100%;overflow:hidden;position:absolute;top:0;left:0;border-radius:50px}.homepage .right .imgContainer .bgContainer .bg{background-image:url(/bg.png);opacity:.2;width:200%;height:100%;background-size:auto 100%;animation:8s ease-in-out infinite alternate slideBg}.homepage .right .imgContainer .bot{width:100%;height:100%;object-fit:contain;animation:3s ease-in-out infinite alternate botAnimate}.homepage .right .imgContainer .chat{position:absolute;bottom:-30px;right:-50px;display:flex;align-items:center;gap:10px;padding:20px;background-color:#2c2937;border-radius:10px}@media screen and (max-width: 1024px){.homepage .right .imgContainer .chat{display:none}}@media screen and (max-width: 1280px){.homepage .right .imgContainer .chat{right:0}}.homepage .right .imgContainer .chat img{width:32px;height:32px;border-radius:50%;object-fit:cover}.homepage .orbital{position:absolute;bottom:0;left:0;opacity:.08;animation:100s linear infinite rotateOrbital;z-index:-1}.homepage .terms{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:20px}.homepage .terms img{margin-left:20px;width:22px;height:22px}.homepage .terms .links{display:flex;gap:20px;color:#888;font-size:10px}@keyframes rotateOrbital{0%{transform:rotate(0)}to{transform:rotate(60deg)}}@keyframes botAnimate{0%{transform:scale(1) rotate(0)}to{transform:scale(1.1) rotate(-5deg)}}@keyframes slideBg{0%{transform:translate(0)}to{transform:translate(-50%)}}*{padding:0;margin:0;box-sizing:border-box}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}body{background-color:#0e0c16;color:#ececec;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}a{text-decoration:none;color:inherit}.dashboardLayout{display:flex;gap:50px;padding-top:20px;height:100%}.dashboardLayout .menu{flex:1}.dashboardLayout .content{flex:4;background-color:#12101b}.chatList{display:flex;flex-direction:column;height:100%}.chatList hr{border:none;height:2px;background-color:#ddd;opacity:.1;border-radius:5px;margin:20px 0}.chatList .title{font-weight:600;font-size:13px;margin-bottom:10px}.chatList .list{display:flex;flex-direction:column;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.chatList .list::-webkit-scrollbar{display:none}.chatList a:not(.upgrade){padding:10px;border-radius:10px;transition:background-color .2s ease}.chatList a:not(.upgrade):hover{background-color:#2c2937}.chatList a:not(.upgrade).active{background-color:#3a3a3a;border-left:3px solid #217bfe}.chatList a:not(.upgrade).active:hover{background-color:#404040}.chatList .upgrade{margin-top:auto;display:flex;align-items:center;gap:10px;font-size:12px;text-decoration:none;color:inherit;cursor:pointer}.chatList .upgrade img{width:24px;height:24px}.chatList .upgrade .texts{display:flex;flex-direction:column}.chatList .upgrade .texts span:first-child{font-weight:600}.chatList .upgrade .texts span:last-child{color:#888}.dashboardPage{height:100%;display:flex;flex-direction:column;align-items:center}.dashboardPage .texts{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:50%;gap:50px}.dashboardPage .texts .logo{display:flex;align-items:center;gap:20px;opacity:.2}.dashboardPage .texts .logo img{width:64px;height:64px}.dashboardPage .texts .logo h1{font-size:64px;background:linear-gradient(to right,#217bfe,#e55571);background-clip:text;-webkit-background-clip:text;color:transparent}.dashboardPage .texts .options{width:100%;display:flex;align-items:center;justify-content:space-between;gap:50px}.dashboardPage .texts .options .option{flex:1;display:flex;flex-direction:column;gap:10px;font-weight:300;font-size:14px;padding:20px;border:1px solid #555;border-radius:20px;transition:all .2s ease}.dashboardPage .texts .options .option:first-child{cursor:pointer}.dashboardPage .texts .options .option:first-child:hover{border-color:#217bfe;background-color:#217bfe1a;transform:translateY(-2px)}.dashboardPage .texts .options .option:nth-child(2){cursor:pointer}.dashboardPage .texts .options .option:nth-child(2):hover{border-color:#e55571;background-color:#e555711a;transform:translateY(-2px)}.dashboardPage .texts .options .option:nth-child(3){cursor:pointer}.dashboardPage .texts .options .option:nth-child(3):hover{border-color:#50c878;background-color:#50c8781a;transform:translateY(-2px)}.dashboardPage .texts .options .option img{width:40px;height:40px;object-fit:cover}.dashboardPage .hint{display:flex;flex-direction:column;align-items:center;margin-bottom:20px;animation:fadeInBounce 2s ease-in-out infinite}.dashboardPage .hint .arrow{font-size:28px;color:#217bfe;animation:bounce 1.5s ease-in-out infinite;margin-bottom:10px}.dashboardPage .hint span{color:#888;font-size:15px;text-align:center;font-weight:300;margin-bottom:5px}.dashboardPage .formContainer{width:50%;background-color:#2c2937;border-radius:20px;display:flex}.dashboardPage .formContainer form{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:10px}.dashboardPage .formContainer form input{flex:1;padding:20px;background-color:transparent;border:none;outline:none;color:#ececec}.dashboardPage .formContainer form button{background-color:#605e68;border-radius:50%;border:none;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;margin-right:20px}.dashboardPage .formContainer form button img{width:16px;height:16px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}@keyframes fadeInBounce{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}.chatPage{height:100%;display:flex;flex-direction:column;align-items:center;position:relative}.chatPage .wrapper{flex:1;overflow:scroll;width:100%;display:flex;justify-content:center}.chatPage .wrapper .chat{width:50%;display:flex;flex-direction:column;gap:20px;padding-top:30px}@media screen and (max-width: 768px){.chatPage .wrapper .chat{width:90%;padding:25px 10px 0}}@media screen and (max-width: 480px){.chatPage .wrapper .chat{width:95%;gap:15px;padding-top:20px}}.chatPage .wrapper .chat p,.chatPage .wrapper .chat li{margin:10px 0}.chatPage .wrapper .chat .message{padding:20px}@media screen and (max-width: 480px){.chatPage .wrapper .chat .message{padding:15px}}.chatPage .wrapper .chat .message img{width:100%;height:auto;object-fit:contain;border-radius:10px;background-color:#1a1a1a;max-height:400px}.chatPage .wrapper .chat .message [data-ik-image]{width:100%!important;height:auto!important;object-fit:contain!important;max-height:400px!important}.chatPage .wrapper .chat .message.user{background-color:#2c2937;border-radius:20px;max-width:80%;align-self:flex-end}@media screen and (max-width: 480px){.chatPage .wrapper .chat .message.user{max-width:90%;border-radius:15px}}.endChat{padding-bottom:100px}@media screen and (max-width: 480px){.endChat{padding-bottom:120px}}.newForm{width:50%;position:absolute;bottom:0;background-color:#2c2937;border-radius:20px;display:flex;align-items:center;gap:15px;padding:10px 20px;min-height:60px}@media screen and (max-width: 768px){.newForm{width:90%;gap:12px;padding:8px 15px;left:50%;transform:translate(-50%);min-height:55px}}@media screen and (max-width: 480px){.newForm{width:95%;gap:10px;padding:8px 12px;border-radius:15px;min-height:50px}}.newForm input{flex:1;padding:15px 50px 15px 10px;border:none;outline:none;background-color:transparent;color:#ececec;font-size:14px;line-height:1.4}@media screen and (max-width: 768px){.newForm input{padding:12px 45px 12px 8px}}@media screen and (max-width: 480px){.newForm input{padding:12px 40px 12px 8px;font-size:16px}}.newForm input::placeholder{color:#888}.newForm label{width:40px;height:40px;border-radius:50%;background-color:#605e68;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .2s ease}.newForm label:hover{background-color:#6d6b74}.newForm label:active{transform:scale(.95)}@media screen and (max-width: 768px){.newForm label{width:36px;height:36px}}@media screen and (max-width: 480px){.newForm label{width:34px;height:34px}}.newForm label img{width:18px;height:18px;object-fit:contain}@media screen and (max-width: 768px){.newForm label img{width:16px;height:16px}}@media screen and (max-width: 480px){.newForm label img{width:14px;height:14px}}.newForm button{position:absolute;right:15px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background-color:#605e68;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background-color .2s ease;z-index:2}.newForm button:hover{background-color:#6d6b74}.newForm button:active{transform:translateY(-50%) scale(.95)}@media screen and (max-width: 768px){.newForm button{width:30px;height:30px;right:12px}}@media screen and (max-width: 480px){.newForm button{width:28px;height:28px;right:10px}}.newForm button img{width:16px;height:16px;object-fit:contain}@media screen and (max-width: 768px){.newForm button img{width:14px;height:14px}}@media screen and (max-width: 480px){.newForm button img{width:12px;height:12px}}.signInPage{height:100%;display:flex;align-items:center;justify-content:center}.contactPage{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0e0c16,#1a1625);padding:40px 20px}.contactContainer{max-width:800px;width:100%;background:#2c29374d;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;animation:fadeInUp .6s ease-out}.header{margin-bottom:40px}.avatar{width:80px;height:80px;background:linear-gradient(135deg,#217bfe,#e55571);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:28px;font-weight:700;color:#fff;box-shadow:0 8px 32px #217bfe4d}.header h1{font-size:36px;color:#ececec;margin-bottom:12px;background:linear-gradient(135deg,#217bfe,#e55571);background-clip:text;-webkit-background-clip:text;color:transparent}.header p{color:#888;font-size:16px;margin:0}.contactInfo{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:40px}.infoCard{background:#2c293780;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;transition:all .3s ease}.infoCard:hover{transform:translateY(-4px);border-color:#217bfe4d;box-shadow:0 8px 32px #217bfe1a}.icon{font-size:32px;margin-bottom:12px}.infoCard h3{font-size:18px;color:#ececec;margin-bottom:8px;font-weight:600}.infoCard p{color:#ccc;font-size:14px;margin-bottom:16px}.contactButton{display:inline-block;background:linear-gradient(135deg,#217bfe,#e55571);color:#fff;padding:10px 20px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease;box-shadow:0 4px 16px #217bfe4d}.contactButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #217bfe66}.status{display:flex;align-items:center;justify-content:center;gap:8px}.statusIndicator{width:8px;height:8px;background:#50c878;border-radius:50%;animation:pulse 2s infinite}.status span{color:#50c878;font-size:12px;font-weight:500}.techList{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:8px}.tech{background:#217bfe33;border:1px solid rgba(33,123,254,.3);color:#217bfe;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500;transition:all .2s ease}.tech:hover{background:#217bfe4d;border-color:#217bfe80;transform:translateY(-1px)}.footer{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;margin-bottom:20px}.footer p{color:#888;font-size:14px;margin:0;font-style:italic}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media screen and (max-width: 768px){.contactContainer{padding:24px;margin:16px}.header h1{font-size:28px}.contactInfo{grid-template-columns:1fr;gap:16px}.infoCard{padding:20px}.avatar{width:64px;height:64px;font-size:24px}}.comingSoon{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0e0c16,#1a1625);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;animation:fadeIn .8s ease-out;padding:20px}.comingSoonContainer{display:flex;align-items:center;justify-content:center;width:100%;max-width:600px}.comingSoonContent{background:#2c29374d;border:1px solid rgba(255,255,255,.1);padding:60px 40px;border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #0000004d;text-align:center;animation:slideUp .8s ease-out;width:100%}.comingSoonIcon{font-size:64px;margin-bottom:30px;animation:bounce 2s infinite}.comingSoonTitle{font-size:2.5rem;font-weight:700;color:#ececec;margin-bottom:20px;background:linear-gradient(135deg,#217bfe,#e55571);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.comingSoonMessage{font-size:1.25rem;color:#ccc;margin-bottom:15px;font-weight:500}.comingSoonSubMessage{font-size:1rem;color:#888;margin-bottom:30px;line-height:1.6;max-width:450px;margin-left:auto;margin-right:auto}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:40px;max-width:400px;margin-left:auto;margin-right:auto}.feature{background:#217bfe1a;border:1px solid rgba(33,123,254,.2);color:#217bfe;padding:12px 16px;border-radius:12px;font-size:.9rem;font-weight:500;transition:all .3s ease}.feature:hover{background:#217bfe33;border-color:#217bfe66;transform:translateY(-2px)}.backToDashboardButton{background:linear-gradient(135deg,#217bfe,#e55571);color:#fff;border:none;padding:15px 30px;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;font-family:inherit;box-shadow:0 4px 15px #217bfe4d}.backToDashboardButton:hover{transform:translateY(-3px);box-shadow:0 8px 25px #217bfe66}.backToDashboardButton:active{transform:translateY(-1px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width: 768px){.comingSoonContent{padding:40px 30px;margin:20px}.comingSoonTitle{font-size:2rem}.comingSoonMessage{font-size:1.1rem}.comingSoonSubMessage{font-size:.95rem}.features{grid-template-columns:1fr;gap:12px}.backToDashboardButton{padding:12px 25px;font-size:1rem}}@media (max-width: 480px){.comingSoonContent{padding:30px 20px}.comingSoonIcon{font-size:48px;margin-bottom:20px}.comingSoonTitle{font-size:1.75rem;margin-bottom:15px}.comingSoonMessage{font-size:1rem}.comingSoonSubMessage{font-size:.9rem;margin-bottom:25px}.features{margin-bottom:30px}.feature{padding:10px 12px;font-size:.85rem}}
