*{padding:0;margin:0;box-sizing:border-box}body{background-color:#0b0f19;background-image:radial-gradient(circle at center,rgba(139,92,246,.25),transparent 80%);color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}a{text-decoration:none;color:inherit}.cl-rootBox .cl-card,.cl-rootBox .cl-modalContent,.cl-rootBox .cl-navbar,.cl-rootBox .cl-scrollBox,.cl-rootBox h1,.cl-rootBox h2,.cl-rootBox h3,.cl-rootBox p,.cl-rootBox span,.cl-rootBox label,.cl-rootBox button,.cl-rootBox a,.cl-rootBox .cl-formFieldLabel,.cl-rootBox .cl-profileSectionTitleText,.cl-rootBox .cl-profileSectionContent,.cl-rootBox .cl-badge,.cl-rootBox .cl-navbarButton{color:#fff!important}.cl-rootBox .cl-formButtonReset,.cl-rootBox [data-color=danger]{color:#ef4444!important}html{scrollbar-width:thin;scrollbar-color:#8b5cf6 transparent}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6366f1,#8b5cf6);border-radius:10px}.homepage{display:flex;align-items:center;gap:100px;height:100%;position:relative;overflow-x:hidden}@media screen and (max-width:1024px){.homepage{flex-direction:column;gap:40px;height:auto;min-height:100%;padding:40px 20px 120px;justify-content:flex-start}}.homepage .left{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;overflow:hidden}.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 .homepage .left h1{font-size:64px}}@media screen and (max-width: 600px){.homepage .left .homepage .left h1{font-size:42px}}@media screen and (max-width: 380px){.homepage .left .homepage .left h1{font-size:34px}}@media screen and (max-width:600px){.homepage .left h2{font-size:18px}}.homepage .left h3{font-weight:400;max-width:80%}@media screen and (max-width:1024px){.homepage .left h3{max-width:100%}}@media screen and (max-width:600px){.homepage .left h3{font-size:14px}}.homepage .left a{padding:15px 25px;background:linear-gradient(to right,#8b5cf6,#22d3ee);color:#fff;border-radius:20px;font-size:14px;margin-top:20px;transition:.3s}.homepage .left a:hover{opacity:.9}.homepage .right{flex:1;display:flex;align-items:center;justify-content:center;height:100%;width:100%}@media screen and (max-width:1024px){.homepage .right{height:auto;width:100%}}.homepage .right .imgContainer{display:flex;align-items:center;justify-content:center;background:#140e2d;border-radius:50px;width:80%;height:50%;position:relative}@media screen and (max-width:1024px){.homepage .right .imgContainer{width:90%;height:auto;aspect-ratio:1 / 1;max-width:380px}}.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.jpg);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:linear-gradient(90deg,#217bfe26,#e5557126);border-radius:10px;max-width:90%}@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;flex-shrink:0}.homepage .orbital{position:absolute;bottom:0;left:0;opacity:.05;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:8px;z-index:2}@media screen and (max-width:1024px){.homepage .terms{position:static;transform:none;margin-top:30px}}.homepage .terms img{width:45px;height:45px}.homepage .terms .links{display:flex;gap:8px;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%)}}.dashboardPage{height:100%;display:flex;flex-direction:column;align-items:center}.dashboardPage .texts{flex:1;width:55%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}.dashboardPage .logo{display:flex;align-items:center;gap:20px;opacity:.9}.dashboardPage .logo img{width:64px;height:64px}.dashboardPage .logo h1{font-size:52px;background:linear-gradient(to right,#217bfe,#e55571);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 10px rgba(33,123,254,.35),0 0 25px rgba(229,85,113,.25)}.dashboardPage .options{width:100%;display:flex;justify-content:center;gap:35px}.dashboardPage .option{flex:1;max-width:185px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:14px;padding:24px 18px;border-radius:22px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:.3s ease;cursor:pointer}.dashboardPage .option:hover{transform:translateY(-6px);border:1px solid rgba(139,92,246,.45);box-shadow:0 10px 25px #8b5cf62e,0 0 20px #8b5cf626}.dashboardPage .option img{width:42px;height:42px;object-fit:contain}.dashboardPage .option span{font-size:14px;color:#ffffffd1;line-height:1.4}.dashboardPage .formContainer{width:100%;display:flex;justify-content:center;margin-bottom:30px}.dashboardPage .mainForm{width:60%;max-width:900px;display:flex;align-items:center;gap:12px;padding:11px 16px;border-radius:999px;background:#0a0e23f0;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .3s ease;box-shadow:0 0 20px #00000040,inset 0 0 10px #ffffff04}.dashboardPage .mainForm:focus-within{border:1px solid rgba(139,92,246,.28);box-shadow:0 0 18px #8b5cf62e,0 0 30px #8b5cf614}.dashboardPage .mainForm input[type=text]{flex:1;min-width:0;background:transparent;border:none;outline:none;color:#fff;font-size:14px;font-weight:400;letter-spacing:.2px}.dashboardPage .mainForm input[type=text]::placeholder{color:#ffffff6b}.dashboardPage .mainForm label{width:42px;height:42px;min-width:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:1px solid rgba(139,92,246,.25);transition:all .25s ease;box-shadow:0 0 14px #8b5cf659}.dashboardPage .mainForm label:hover{transform:scale(1.06);box-shadow:0 0 18px #8b5cf680,0 0 30px #8b5cf640}.dashboardPage .mainForm label img{width:18px;height:18px;object-fit:contain;filter:brightness(1.4)}.dashboardPage .mainForm button{width:42px;height:42px;min-width:42px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);transition:all .25s ease;box-shadow:0 0 14px #8b5cf659}.dashboardPage .mainForm button:hover{transform:scale(1.08);box-shadow:0 0 18px #8b5cf680,0 0 30px #8b5cf640}.dashboardPage .mainForm button img{width:16px;height:16px;object-fit:contain}@media (max-width: 900px){.dashboardPage .texts{width:92%;gap:24px}.dashboardPage .logo h1{font-size:38px}.dashboardPage .options{flex-direction:column;align-items:center;gap:16px}.dashboardPage .option{width:100%;max-width:280px;padding:16px 14px;flex-direction:row;justify-content:flex-start;gap:14px}.dashboardPage .option img{width:32px;height:32px}.dashboardPage .option span{font-size:13px;text-align:left}.dashboardPage .mainForm{width:92%}}.chatPage{height:100%;width:100%;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden;background:transparent}.chatPage p,.chatPage li{margin:10px 0;line-height:1.8}.chatPage ul,.chatPage ol{padding-left:22px}.chatPage .wrapper{flex:1;width:100%;overflow-y:auto;overflow-x:hidden;display:flex;justify-content:center;padding:30px 0 150px;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.chatPage .wrapper::-webkit-scrollbar{display:none}.chatPage .wrapper .chat{width:60%;max-width:920px;display:flex;flex-direction:column;gap:22px}.chatPage .wrapper .chat .message{position:relative;padding:16px 20px;max-width:80%;width:fit-content;font-size:14px;line-height:1.75;word-break:break-word;animation:fadeIn .25s ease;transition:transform .25s ease,box-shadow .25s ease,border .25s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.chatPage .wrapper .chat .message.user{align-self:flex-end;color:#fff;font-weight:500;border-radius:24px 24px 10px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;box-shadow:0 0 22px #8b5cf647}.chatPage .wrapper .chat .message.ai{align-self:flex-start;max-width:100%;width:fit-content;color:#e5e7eb;border-radius:24px 24px 24px 10px;background:#ffffff0a;border:none;box-shadow:0 0 24px #0000002e}.chatPage .wrapper .chat .message:hover{transform:translateY(-2px)}.chatPage .wrapper .chat .message.ai h1,.chatPage .wrapper .chat .message.ai h2,.chatPage .wrapper .chat .message.ai h3{margin:24px 0 14px;color:#fff;font-weight:700;line-height:1.35}.chatPage .wrapper .chat .message.ai p{margin:12px 0;color:#d1d5db}.chatPage .wrapper .chat .message.ai li{margin:8px 0;color:#d1d5db}.chatPage .wrapper .chat .message.ai code{padding:3px 8px;border-radius:8px;font-size:13px;color:#c4b5fd;background:#ffffff14}.chatPage .wrapper .chat .message.ai pre{overflow-x:auto;margin:18px 0;padding:18px;border-radius:18px;background:#00000061;border:1px solid rgba(255,255,255,.06);box-shadow:inset 0 0 12px #ffffff05}.chatPage .wrapper .chat .message.ai pre code{background:transparent;padding:0;color:#e5e7eb}.chatPage .wrapper .chat .message.ai img{width:100%;margin-top:14px;border-radius:16px;border:1px solid rgba(255,255,255,.06)}.chatPage .loading{display:flex;align-items:center;gap:8px;width:fit-content;min-height:24px}.chatPage .loading span{width:8px;height:8px;border-radius:50%;background:#8b5cf6;animation:bounce 1.2s infinite ease-in-out}.chatPage .loading span:nth-child(2){animation-delay:.15s}.chatPage .loading span:nth-child(3){animation-delay:.3s}.chatPage .cursor{display:inline-block;margin-left:2px;color:#a855f7;animation:blink 1s infinite}@keyframes blink{50%{opacity:0}}@keyframes bounce{0%,80%,to{transform:scale(.7);opacity:.5}40%{transform:scale(1);opacity:1}}@media (max-width: 900px){.chatPage .wrapper{padding-bottom:170px}.chatPage .wrapper .chat{width:92%}.chatPage .wrapper .chat .message{max-width:96%;font-size:13px;padding:14px 16px}.chatPage .wrapper .chat .message.ai{line-height:1.75}}.message.user{display:flex;flex-direction:column;align-items:flex-end;gap:8px;background:none!important;box-shadow:none!important;padding:0!important}.messageImage{max-width:200px!important;width:200px!important;height:auto!important;border-radius:14px;display:block}.message.user>*:not(.messageImage){background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:16px 20px;border-radius:24px 24px 10px;box-shadow:0 0 22px #8b5cf647}.chatPage .wrapper .chat .messageRow{display:flex;flex-direction:column;gap:8px;max-width:85%}.chatPage .wrapper .chat .messageRow.userRow{align-self:flex-end;align-items:flex-end}.chatPage .wrapper .chat .messageRow.aiRow{align-self:flex-start;align-items:flex-start}.endChat{padding-bottom:120px}.newPrompt{position:absolute;bottom:20px;left:0;right:0;width:100%;display:flex;flex-direction:column;align-items:center;z-index:100;animation:fadeIn .25s ease}.newForm{width:60%;max-width:900px;display:flex;align-items:center;gap:12px;padding:10px 16px;border-radius:999px;background:#0a0e23f0;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:all .3s ease;box-shadow:0 0 20px #00000040,inset 0 0 10px #ffffff04}.newForm:focus-within{border:1px solid rgba(139,92,246,.3);box-shadow:0 0 18px #8b5cf638,0 0 32px #8b5cf61a}.newForm input[type=text]{flex:1;min-width:0;background:transparent;border:none;outline:none;color:#fff;font-size:14px;font-weight:400;letter-spacing:.2px}.newForm input[type=text]::placeholder{color:#ffffff6b}.uploadLabel{width:42px;height:42px;min-width:42px;border:none;outline:none;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:1px solid rgba(139,92,246,.25);transition:all .25s ease;box-shadow:0 0 14px #8b5cf659;flex-shrink:0}.uploadLabel:hover{transform:scale(1.06);box-shadow:0 0 18px #8b5cf680,0 0 30px #8b5cf640}.uploadLabel img{width:18px;height:18px;object-fit:contain;filter:brightness(1.4)}.newForm button{width:42px;height:42px;min-width:42px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;background:linear-gradient(135deg,#6366f1,#8b5cf6);transition:all .25s ease;box-shadow:0 0 14px #8b5cf659}.newForm button:hover{transform:scale(1.08);box-shadow:0 0 18px #8b5cf680,0 0 30px #8b5cf640}.newForm button img{width:16px;height:16px;object-fit:contain}.previewContainer{position:absolute;bottom:92px;left:50%;transform:translate(-50%);width:82px;height:82px;border-radius:18px;overflow:hidden;background:#ffffff0a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);box-shadow:0 0 20px #8b5cf61f;z-index:20;animation:previewFade .22s ease}.previewImage{width:100%;height:100%;object-fit:cover}.removeImage{position:absolute;top:6px;right:6px;width:22px;height:22px;border:none;border-radius:50%;cursor:pointer;background:#000000ad;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.removeImage:hover{background:#8b5cf6eb;transform:scale(1.08)}.uploadingText{color:#ffffff9e;font-size:12px;white-space:nowrap;animation:pulse 1.3s infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes previewFade{0%{opacity:0;transform:translate(-50%) scale(.92)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes pulse{0%{opacity:.45}50%{opacity:1}to{opacity:.45}}@media (max-width: 900px){.endChat{padding-bottom:160px}.newForm{width:92%}.previewContainer{left:50%;transform:translate(-50%);bottom:88px;width:74px;height:74px;z-index:50}.uploadLabel,.newForm button{width:40px;height:40px;min-width:40px}}.messageImage{width:100%;max-width:220px;border-radius:14px;margin-bottom:8px;display:block}.messageImage.standalone{display:block;max-width:260px;border-radius:16px;margin:0 0 8px auto;box-shadow:0 0 20px #8b5cf626}.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{display:flex;align-items:center;font-weight:500;gap:10px}.rootLayout header .logo img{width:70px;height:60px}.rootLayout header .user{display:flex;align-items:center}.rootLayout header .user .signInBtn{padding:8px 18px;border:none;border-radius:999px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease;box-shadow:0 0 14px #8b5cf659}.rootLayout header .user .signInBtn:hover{transform:scale(1.05);box-shadow:0 0 18px #8b5cf680}.rootLayout main{flex:1;overflow:hidden}.dashboardLayout{display:flex;gap:50px;padding-top:20px;height:100%;position:relative}.dashboardLayout .menu{flex:.9}.dashboardLayout .content{flex:5;background:radial-gradient(circle at top,#8b5cf61a,#0f172a)}.dashboardLayout .menuToggle,.dashboardLayout .overlay{display:none}@media (max-width: 900px){.dashboardLayout{gap:0;padding-top:0}.dashboardLayout .menuToggle{display:flex;align-items:center;justify-content:center;position:fixed;top:16px;right:16px;width:42px;height:42px;border:none;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:20px;z-index:300;cursor:pointer;transition:transform .2s ease}.dashboardLayout .menuToggle:active{transform:scale(.92)}.dashboardLayout .overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#0000008c;z-index:150}.dashboardLayout .menu{position:fixed;top:0;left:0;width:260px;height:100%;background:#0a0e23;padding:70px 16px 16px;transform:translate(-100%);transition:transform .3s ease;z-index:200;overflow-y:auto}.dashboardLayout .menu.open{transform:translate(0)}.dashboardLayout .content{width:100%;padding:0 16px}}.chatList{display:flex;flex-direction:column;height:100%;padding:12px}.chatList hr{border:none;height:1px;background:linear-gradient(to right,transparent,#8b5cf6,transparent);opacity:.4;border-radius:5px;margin:18px 0}.chatList .title{font-weight:600;font-size:12px;margin-bottom:8px;color:#9ca3af;letter-spacing:.6px;text-transform:uppercase}.chatList a{padding:10px 14px;border-radius:12px;color:#e5e7eb;font-size:14px;text-decoration:none;display:flex;align-items:center;transition:all .25s ease}.chatList .navItem{opacity:.85}.chatList .navItem:hover{background:#8b5cf626;transform:translate(4px);opacity:1}.chatList .navItem.active{background:#8b5cf633;color:#fff}.chatList .newChat{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:500;box-shadow:0 0 12px #8b5cf666;margin-bottom:10px}.chatList .newChat:hover{transform:scale(1.03);box-shadow:0 0 18px #8b5cf699,0 0 30px #8b5cf666}.chatList .searchBox{display:flex;align-items:center;gap:8px;padding:10px 12px;margin:12px 0;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;transition:.25s ease}.chatList .searchBox span{font-size:14px;opacity:.6}.chatList .searchBox input{background:transparent;border:none;outline:none;color:#e5e7eb;width:100%;font-size:14px}.chatList .searchBox input::placeholder{color:#9ca3af}.chatList .searchBox:focus-within{border:1px solid #8b5cf6;box-shadow:0 0 10px #8b5cf666,0 0 20px #8b5cf633}.chatList .list{display:flex;flex-direction:column;overflow-y:auto;gap:6px;padding-right:6px}.chatRow{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 8px;border-radius:10px;transition:.2s ease}.chatRow:hover{background:#8b5cf61a}.chatList .chatItem{flex:1;font-size:13px;color:#d1d5db;padding:6px;border-radius:8px}.chatList .chatItem:hover{background:#8b5cf61f}.chatList .chatItem.active{background:#8b5cf640;color:#fff}.editInput{flex:1;background:#ffffff0d;border:1px solid #8b5cf6;border-radius:8px;padding:6px 8px;color:#fff;font-size:13px}.chatRow .actions{display:flex;gap:6px;opacity:0;transition:.2s ease}.chatRow:hover .actions{opacity:1}.chatRow .actions button{background:#ffffff0d;border:none;cursor:pointer;font-size:12px;padding:5px 6px;border-radius:6px;transition:.2s ease}.chatRow .actions button:hover{background:#8b5cf64d;transform:scale(1.1)}.chatList .noResult{color:#9ca3af;font-size:13px;padding:10px}.chatList .list::-webkit-scrollbar{width:6px}.chatList .list::-webkit-scrollbar-track{background:transparent}.chatList .list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6366f1,#8b5cf6);border-radius:10px}.chatList .list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#7c3aed,#a78bfa)}.signInPage{height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#1e1b4b,#020617)}.cl-formButtonPrimary:hover{transform:scale(1.03);box-shadow:0 0 20px #8b5cf699,0 0 30px #8b5cf64d}.signUpPage{height:100%;display:flex;align-items:center;justify-content:center}.contactPage{height:100%;width:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#1e1b4b,#020617);color:#f8fafc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.contactPage .container{width:50%;max-width:600px;padding:40px;border-radius:20px;background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);text-align:center;box-shadow:0 0 20px #8b5cf626}.contactPage h1{font-size:32px;margin-bottom:10px;background:linear-gradient(to right,#217bfe,#e55571);background-clip:text;-webkit-background-clip:text;color:transparent}.contactPage p{color:#9ca3af;font-size:14px;margin-bottom:30px}.contactPage input,.contactPage textarea{width:100%;padding:14px 16px;margin-bottom:15px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#e5e7eb;outline:none;transition:.3s ease}.contactPage input:focus,.contactPage textarea:focus{border:1px solid #8b5cf6;box-shadow:0 0 10px #8b5cf666,0 0 20px #8b5cf633}.contactPage button{width:100%;padding:14px;border-radius:12px;border:none;background:linear-gradient(to right,#6366f1,#8b5cf6);color:#fff;cursor:pointer;transition:.3s ease}.contactPage button:hover{transform:scale(1.03);box-shadow:0 0 15px #8b5cf680,0 0 30px #8b5cf64d}.contactPage .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%;animation:spin .7s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}.contactPage .success{margin-top:15px;color:#8b5cf6;font-size:14px;font-weight:500;animation:fadeInUp .4s ease}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.contactPage button:disabled{opacity:.7;cursor:not-allowed}.legalPage{max-width:700px;margin:0 auto;padding:60px 24px 100px;color:#e5e7eb;height:100vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#8b5cf6 transparent}.legalPage::-webkit-scrollbar{width:6px}.legalPage::-webkit-scrollbar-track{background:transparent}.legalPage::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6366f1,#8b5cf6);border-radius:10px}.legalPage h1{font-size:32px;margin-bottom:8px;background:linear-gradient(to right,#217bfe,#e55571);-webkit-background-clip:text;background-clip:text;color:transparent}.legalPage .lastUpdated{color:#9ca3af;font-size:13px;margin-bottom:32px}.legalPage h2{margin-top:28px;margin-bottom:10px;font-size:18px;color:#fff}.legalPage p{line-height:1.7;color:#d1d5db;margin-bottom:8px}
