@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}*,*:before,*:after{box-sizing:border-box}#root{margin:0;padding:0;width:100%}body{margin:0;padding:0;width:100%;background:#0f0747;font-family:Segoe UI,system-ui,sans-serif;overflow-x:hidden}.pop span{color:#0ff}.pop{width:100%;display:flex;flex-direction:column;gap:0;background:linear-gradient(180deg,#c290ff69,#0f0747 65%);background-size:200% 200%;color:#fff;animation:gradientShift 14s ease infinite}.hero,.second,.third,.team,.footer{animation:slideUp linear both;animation-timeline:view();animation-range:entry 0% cover 30%}.heroText{animation:slideInLeft .7s cubic-bezier(.22,.68,0,1.2) .08s both}.heroImage{animation:slideInRight .7s cubic-bezier(.22,.68,0,1.2) .18s both}.tbcon{animation:slideInLeft .65s cubic-bezier(.22,.68,0,1.2) .08s both}.imgcontainer{animation:slideInRight .65s cubic-bezier(.22,.68,0,1.2) .18s both}.imgcon{animation:slideInLeft .65s cubic-bezier(.22,.68,0,1.2) .08s both}.tlcont{animation:slideInRight .65s cubic-bezier(.22,.68,0,1.2) .18s both}.second{margin:0;display:flex;justify-content:center;padding:4rem 6.3rem;box-sizing:border-box;width:100%}.cont{display:flex;flex-direction:row;align-items:center;width:100%;gap:3rem}.tbcon{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0}.textcon{padding-bottom:1.5rem}.textcon h1{font-size:clamp(1.4rem,2.8vw,2.4rem);line-height:1.35;width:100%;margin:0 0 .75rem;color:#40e0d0}.textcon p{font-size:clamp(.9rem,1.5vw,1.15rem);line-height:1.75;font-weight:500;width:100%;margin:0}.btncon{display:flex;gap:1rem;flex-wrap:wrap}.btncon .b1,.btncon .b2{--bg: #060607ff;--hover-bg: cyan;--hover-text: #000;color:#fff;cursor:pointer;border:1px solid #333;border-radius:5px;padding:.75em 2em;background:var(--bg);transition:color .2s,background .2s,transform .15s,box-shadow .2s;font-size:.9rem;text-decoration:none;font-family:Segoe UI,system-ui,sans-serif}.btncon .b1:hover,.btncon .b2:hover{color:var(--hover-text);transform:translate(.2rem,.2rem);background:var(--hover-bg);box-shadow:.25rem .25rem var(--bg)}.btncon .b1:active,.btncon .b2:active{transform:translate(0);box-shadow:none}.imgcontainer{flex:1;min-width:0;border-radius:.6rem}.cardd{width:100%;height:100%;padding:20px;border:1px solid #0d1117;border-radius:10px;background-color:#000;box-shadow:0 4px 16px #00000040;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease;font-family:system-ui,sans-serif;box-sizing:border-box}.cardd:hover{transform:translateY(-5px);box-shadow:0 10px 28px #6366f12e}.mac-header{display:flex;align-items:center;gap:8px;margin-bottom:15px}.mac-header span{display:inline-block;width:12px;height:12px;border-radius:50%}.mac-header .red{background:#ff5f57}.mac-header .yellow{background:#ffbd2e}.mac-header .green{background:#28c941}.card-title{font-size:18px;font-weight:700;margin:0 0 10px;color:#e6e6ef;display:block}.card-description{font-size:14px;color:#666;margin-bottom:15px;display:block}.card-tag{display:inline-block;font-size:10px;border-radius:5px;background:#0d1117;padding:4px 6px;margin-right:4px;margin-bottom:12px;color:#dcdcdc}.code-editor{background:#0d1117;color:#dcdcdc;font-family:Fira Code,Consolas,monospace;font-size:14px;line-height:1.5;border-radius:5px;padding:1rem;overflow:auto;height:220px;border:1px solid #333}.code-editor::-webkit-scrollbar{width:6px}.code-editor::-webkit-scrollbar-thumb{background:#555;border-radius:4px}.code-editor pre code{white-space:pre-wrap;display:block}@media (max-width: 1024px){.second{padding:3.5rem 3rem}}@media (max-width: 820px){.second{padding:3rem 2rem}.cont{flex-direction:column;gap:2.5rem}.tbcon{width:100%;align-items:center;text-align:center}.textcon h1,.textcon p{text-align:center}.btncon{justify-content:center}.imgcontainer{width:100%}.code-editor{height:180px}}@media (max-width: 480px){.second{padding:2.5rem 1.25rem}.btncon .b1,.btncon .b2{width:100%;text-align:center}.code-editor{font-size:12px;height:160px}}.third{margin:0;display:flex;justify-content:center;padding:6rem 6.3rem;background:#0f0747;color:#fff;box-sizing:border-box;width:100%}.con{display:flex;flex-direction:row;align-items:center;gap:3rem;width:100%}.imgcon{flex:1;min-width:0;border-radius:.6rem}.img3{width:100%;height:auto;filter:drop-shadow(-6px 8px 4px #0f0747);border-radius:.6rem;object-fit:cover;display:block;transition:transform .4s ease,filter .4s ease}.img3:hover{transform:scale(1.02) translateY(-4px);filter:drop-shadow(-8px 12px 6px #0f0747ee) brightness(1.05)}.tlcont{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;padding:0 1rem}.textcont h1{font-size:clamp(1.4rem,2.8vw,2.4rem);line-height:1.35;margin:0 0 .75rem}.textcont p{font-size:clamp(.9rem,1.5vw,1.15rem);line-height:1.75;font-weight:500;margin:0}.listcont{display:flex;margin-top:1.25rem}.un-li{padding:0 1rem;line-height:1.8;font-size:clamp(.85rem,1.3vw,1rem)}@media (max-width: 1024px){.third{padding:4rem 3rem}}@media (max-width: 820px){.third{padding:3rem 2rem}.con{flex-direction:column;gap:2.5rem}.imgcon{width:85%;flex:none}.tlcont{width:100%;padding:0;align-items:center}.textcont h1,.textcont p{text-align:center}}@media (max-width: 480px){.third{padding:2.5rem 1.25rem}.imgcon{width:100%}}.enterence{color:#5fdcf5;display:flex;margin:0 auto;justify-content:center;padding-top:4rem;padding-bottom:.75rem;font-size:clamp(.85rem,1.3vw,1rem);letter-spacing:.06em}.card{color:#f0f8ff;display:flex;padding:2rem 6.3rem 4rem;background:linear-gradient(6deg,#2c213f,#0f0747);box-sizing:border-box;width:100%}.Holder{display:flex;flex-direction:row;justify-content:center;width:100%;height:auto;gap:2rem}.one,.two{display:flex;flex-direction:column;gap:1rem;flex:1;min-width:0}.top-left{border:2px solid yellow;border-radius:.6rem;display:flex;flex-direction:column;padding:1.25rem 2.5rem;width:100%;box-shadow:0 8px 24px #00000026;transition:transform .26s ease,box-shadow .26s ease;box-sizing:border-box}.top-left:hover{transform:translateY(-4px);box-shadow:0 14px 30px #ffd70026}.tltext h1{font-size:clamp(1.3rem,2.5vw,2.1rem)}.tltext p{font-size:clamp(.85rem,1.3vw,1.1rem);line-height:1.7;font-weight:600;width:100%}.lmb{border:2px solid goldenrod;border-radius:.5rem;width:fit-content;padding:.6rem 1.1rem;color:#faebd7;text-decoration:none;font-size:.85rem;margin-bottom:.5rem;transition:background .2s,color .2s}.lmb:hover{background:#daa520;color:#000}.hold1{width:100%;aspect-ratio:16/9;padding:0}.hold1 .imgone{width:100%;height:100%;border-radius:.6rem;object-fit:cover;display:block;transition:transform .35s ease}.hold1 .imgone:hover{transform:scale(1.02)}.bottom-left{display:flex;flex-direction:row;gap:1.25rem;width:100%}.v1,.v2{border-radius:.6rem;flex:1;min-width:0;padding:1rem 1.1rem;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 8px 24px #00000026;transition:transform .24s ease,box-shadow .24s ease}.v1{border:1.8px solid yellow}.v2{border:1.8px solid cyan}.v1:hover{transform:translateY(-4px);box-shadow:0 12px 28px #ffd70024}.v2:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00ffff24}.v1 h2,.v2 h2{margin-bottom:.4rem;font-size:clamp(.95rem,1.5vw,1.15rem)}.v1 p,.v2 p{margin-top:0;margin-bottom:1rem;font-size:clamp(.8rem,1.2vw,.95rem)}.v12{text-decoration:none;color:#fff;text-align:center}.link-span1{color:gold;padding:0 .75rem}.link-span2{color:#0ff;padding:0 .75rem}.top-right{border:2px solid yellow;border-radius:.6rem;width:100%;min-height:140px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;box-shadow:0 8px 24px #00000026;transition:transform .26s ease,box-shadow .26s ease;box-sizing:border-box}.top-right:hover{transform:translateY(-4px);box-shadow:0 14px 30px #ffd70024}.top-right h2,.top-right p{width:90%;padding-left:1.25rem;margin:.4rem 0}.top-right p{margin-bottom:1.25rem;font-size:.9rem;color:#b0b0c0}.bottom-right{border:2px solid cyan;border-radius:.6rem;display:flex;flex-direction:column;padding:1.5rem 2.5rem;width:100%;flex:1;justify-content:center;box-shadow:0 8px 24px #00000026;transition:transform .26s ease,box-shadow .26s ease;box-sizing:border-box}.bottom-right:hover{transform:translateY(-4px);box-shadow:0 14px 30px #00ffff1f}.bottom-right h1{margin:0;font-size:clamp(1.2rem,2.2vw,1.8rem)}.topright-span{color:gold}.topright-link{text-decoration:none;color:#fff;text-align:center;padding-left:1.5rem}.rbb{border:2px solid rgb(0,179,255);border-radius:.5rem;width:fit-content;padding:.6rem 1.1rem;color:#faebd7;text-decoration:none;font-size:.85rem;transition:background .2s,color .2s}.rbb:hover{background:#00b3ff;color:#000}.hold2{width:100%;aspect-ratio:16/9;margin-top:1rem}.hold2 .imgtwo{width:100%;height:100%;border-radius:.6rem;object-fit:cover;display:block;transition:transform .35s ease}.hold2 .imgtwo:hover{transform:scale(1.02)}.card-para{font-size:clamp(.8rem,1.2vw,.9rem);line-height:1.75;font-weight:600;width:90%;padding-bottom:.75rem}@media (max-width: 1100px){.card{padding:2rem 3rem 3.5rem}}@media (max-width: 820px){.card{padding:1.5rem 2rem 3rem}.Holder{flex-direction:column}.one,.two{width:100%}}@media (max-width: 640px){.card{padding:1.25rem 1.25rem 2.5rem}.bottom-left{flex-direction:column}.top-left,.bottom-right{padding:1rem 1.25rem}}@media (max-width: 400px){.card{padding:1rem}}.footer{width:100%;display:flex;color:#fff;box-sizing:border-box}.footer-con{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:3rem 6.3rem;gap:2rem;box-sizing:border-box}.footer-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:.75rem}.footer-left img{height:36px}.left-text{font-size:.95rem;line-height:1.6;color:#b0b0b0;max-width:420px;margin:0}.footer-form{display:flex;gap:.75rem;width:100%;max-width:440px;flex-wrap:wrap}.Input{flex:1;min-width:180px;padding:.75rem 1rem;background:transparent;color:#fff;border:2px solid gold;border-radius:.5rem;font-size:.9rem;font-family:Segoe UI,system-ui,sans-serif;outline:none;transition:border-color .2s;box-sizing:border-box}.Input:focus{border-color:gold}.Input::placeholder{color:#888}.Button{padding:.75rem 1.3rem;background:transparent;border-radius:.5rem;border:2px solid gold;color:#fff;text-transform:capitalize;font-size:.9rem;font-family:Segoe UI,system-ui,sans-serif;cursor:pointer;white-space:nowrap;transition:border-color .2s,box-shadow .2s,transform .15s}.Button:hover{border-color:#f0404f;box-shadow:0 3px 10px #0000004d;transform:translateY(-2px)}.terms{font-size:.72rem;color:#666;max-width:380px;line-height:1.5;margin:0}.footer-right{display:flex;flex-direction:column;min-width:140px;flex-shrink:0}.right-text{margin:0 0 .75rem;font-size:.9rem;font-weight:600;text-transform:capitalize;color:#ccc}.footer-contact{display:flex;flex-direction:column;gap:.25rem}.footer-contact a{padding:.6rem 0;color:#b0b0b0;display:flex;flex-direction:row;align-items:center;gap:.75rem;text-decoration:none;font-size:.9rem;transition:color .2s,transform .2s}.footer-contact a:hover{color:#0ff;transform:translate(4px)}.footer-contact img{width:18px;height:18px}@media (max-width: 900px){.footer-con{padding:2.5rem 3rem}}@media (max-width: 640px){.footer-con{flex-direction:column;padding:2rem 1.5rem;gap:2.5rem}.footer-left,.footer-right{width:100%}.footer-form{max-width:100%}.Input{min-width:0}}@media (max-width: 400px){.footer-con{padding:1.75rem 1rem}.footer-form{flex-direction:column}.Button{width:100%}}.container{width:100%;display:flex;justify-content:center;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(128,128,128,.18)}.column{width:100%;max-width:1400px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.9rem 3rem;box-sizing:border-box}.logo{display:flex;align-items:center;flex-shrink:0;transition:transform .3s ease,opacity .3s ease}.logo:hover{transform:scale(1.05);opacity:.85}.logo a{display:flex;align-items:center}.logo img{height:34px;display:block}.refs{display:flex;flex-direction:row;align-items:center;gap:.25rem}.link{font-family:Segoe UI,system-ui,sans-serif;font-size:.9rem;font-weight:500;color:#c4c4c4;text-decoration:none;padding:.4rem .9rem;border-radius:6px;letter-spacing:.04em;text-transform:uppercase;position:relative;transition:color .25s ease,background .25s ease;cursor:pointer;border:none;background:none}.link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#fff;border-radius:2px;transition:width .3s ease,left .3s ease}.link:hover,.link:focus{color:#fff;outline:none}.link:hover:after,.link:focus:after{width:calc(100% - 1.8rem);left:.9rem}.home{font-family:Segoe UI,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#ffedd3;text-decoration:none;text-transform:uppercase;letter-spacing:.05em;padding:.48em 1.3em;border:2px solid;border-image:linear-gradient(188deg,#911cbb,#1c4dc1) 1;background:transparent;cursor:pointer;position:relative;transition:color .4s ease}.home:before{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:#2b58c1;transition:width .4s ease}.home:hover{color:#fff}.home:hover:before{width:100%}.home:after{content:"";position:absolute;left:0;bottom:0;height:0;width:100%;background:#2b58c1;transition:height .2s ease .2s;z-index:-1}.home:hover:after{height:100%}@keyframes mobileNavDrop{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:linear-gradient(135deg,#6366f12e,#06b6d41a);border:1px solid rgba(99,102,241,.35);border-radius:10px;cursor:pointer;padding:0;flex-shrink:0;transition:background .25s ease,border-color .25s ease,transform .2s ease,box-shadow .25s ease}.nav-hamburger:hover{background:linear-gradient(135deg,#6366f152,#06b6d42e);border-color:#6366f199;box-shadow:0 0 14px #6366f140;transform:scale(1.05)}.nav-hamburger.open{background:linear-gradient(135deg,#6366f159,#06b6d433);border-color:#6366f1b3;box-shadow:0 0 18px #6366f14d}.nav-hamburger span{display:block;width:18px;height:2px;background:linear-gradient(90deg,#a5b4fc,#67e8f9);border-radius:2px;transition:transform .28s cubic-bezier(.22,.68,0,1.2),opacity .22s ease,width .22s ease}.nav-hamburger span:nth-child(2){width:13px;align-self:flex-start;margin-left:11px}.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);width:18px}.nav-hamburger.open span:nth-child(2){opacity:0;transform:translate(6px)}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(160deg,#0f0747fa,#0b053afc);border-bottom:1px solid rgba(99,102,241,.2);border-top:none;padding:.6rem 1.25rem 1.1rem;flex-direction:column;gap:.25rem;z-index:99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:mobileNavDrop .25s cubic-bezier(.22,.68,0,1.2) both;box-shadow:0 16px 40px #0006}.mobile-nav.open{display:flex}.mobile-nav .link{font-size:.95rem;font-weight:600;padding:.8rem 1.1rem;border-radius:10px;text-align:left;border:1px solid transparent;letter-spacing:.06em;transition:color .2s,background .2s,border-color .2s,padding-left .2s}.mobile-nav .link:hover{background:#6366f11f;border-color:#6366f133;color:#fff;padding-left:1.4rem}.mobile-nav:before{content:"";display:block;height:1px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.35),rgba(6,182,212,.25),transparent);margin-bottom:.4rem}@media (max-width: 900px){.column{padding:.8rem 2rem}.link{font-size:.85rem;padding:.35rem .7rem}}@media (max-width: 600px){.column{padding:.75rem 1.25rem}.refs{display:none}.nav-hamburger{display:flex}.logo img{height:28px}}.hero{margin:0;display:flex;padding:5rem 6.3rem 4rem;box-sizing:border-box;width:100%}.heroCont{width:100%;display:flex;flex-direction:row;align-items:center;gap:3rem}.heroText{display:flex;flex-direction:column;width:100%;gap:1rem;flex:1}.H1 h1{font-size:clamp(1.3rem,3vw,2.1rem);line-height:1.45;margin:0 0 .5rem;color:#40e0d0;width:100%}.para{width:100%;font-size:clamp(.95rem,1.6vw,1.2rem);line-height:1.75;font-weight:500}.para p{margin-top:0}.innerText{display:flex;border:2px solid gold;border-radius:.6rem;width:92%;margin-bottom:2rem;padding:.5rem}.inner1{border-right:1px solid gold}.inner1,.inner2{display:flex;flex-direction:column;align-items:center;flex:1;padding:.25rem .5rem}.inner1 h2,.inner2 h2{margin-bottom:.4rem;font-size:clamp(.8rem,1.4vw,1.1rem)}.inner1 p,.inner2 p{text-align:center;font-size:clamp(.72rem,1.1vw,.9rem);padding:.1rem;margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.heroImage{flex:1;width:100%;max-height:100%;border-radius:.6rem}.img1{width:100%;height:100%;filter:drop-shadow(-6px 8px 4px #100747c3);border-radius:.6rem;object-fit:cover;display:block;transition:transform .4s ease,filter .4s ease}.img1:hover{transform:scale(1.02) translateY(-4px);filter:drop-shadow(-8px 12px 6px #100747e0) brightness(1.04)}@media (max-width: 1024px){.hero{padding:4rem 3rem 3rem}.heroCont{flex-direction:column;align-items:center;gap:2.5rem}.heroText{align-items:center;width:90%}.H1 h1,.para{text-align:center}.innerText,.heroImage{width:80%}}@media (max-width: 768px){.hero{padding:3rem 2rem 2rem}.heroText,.innerText{width:100%}.heroImage{width:90%}}@media (max-width: 480px){.hero{padding:2.5rem 1.25rem 2rem}.heroCont{gap:2rem}.heroImage{width:100%}.innerText{flex-direction:column;width:100%}.inner1{border-right:none;border-bottom:1px solid gold;padding-bottom:.75rem}.inner2{padding-top:.75rem}}@keyframes teamFadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes avatarGlow{0%,to{box-shadow:0 0 #6366f100}50%{box-shadow:0 0 22px 6px #6366f159}}@keyframes shimmerLine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.team{width:100%;display:flex;color:#fff;box-sizing:border-box}.team-con{width:100%;display:flex;flex-direction:column;align-items:center;padding:7rem 5rem 6rem;background:linear-gradient(172deg,#2c213f,#0f0747 60%);box-sizing:border-box;position:relative;overflow:hidden}.team-con:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(99,102,241,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.04) 1px,transparent 1px);background-size:60px 60px;pointer-events:none;z-index:0}.team-text{display:flex;flex-direction:column;align-items:center;text-align:center;padding-bottom:4rem;position:relative;z-index:1;animation:teamFadeUp .6s ease both}.p1{font-size:.72rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:#6366f1;margin:0 0 .6rem;display:flex;align-items:center;gap:.6rem}.p1:before,.p1:after{content:"";display:inline-block;width:28px;height:1px;background:linear-gradient(90deg,transparent,#6366f1)}.p1:after{background:linear-gradient(90deg,#6366f1,transparent)}.H{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:900;color:#fff;margin:0 0 .9rem;letter-spacing:-.03em;line-height:1.05;text-transform:capitalize;background:linear-gradient(135deg,#fff 40%,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.p2{font-size:clamp(.9rem,1.5vw,1.05rem);color:#64748b;margin:0;max-width:420px;line-height:1.6}.team-card-top{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;max-width:960px;position:relative;z-index:1}.tcard{display:flex;flex-direction:column;align-items:stretch;border-radius:20px;background:linear-gradient(145deg,#ffffff0e,#ffffff05);border:1px solid rgba(255,255,255,.07);overflow:hidden;position:relative;transition:transform .35s cubic-bezier(.22,.68,0,1.3),box-shadow .35s ease,border-color .35s ease;cursor:default;animation:teamFadeUp .6s ease both}.tcard:nth-child(1){animation-delay:.05s}.tcard:nth-child(2){animation-delay:.15s}.tcard:nth-child(3){animation-delay:.25s}.tcard:hover{transform:translateY(-12px) scale(1.01);box-shadow:0 24px 60px #6366f138,0 8px 24px #00000059,inset 0 1px #ffffff1a;border-color:#6366f159}.tcard:after{content:"";position:absolute;top:0;left:0;width:60%;height:100%;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.04) 50%,transparent 60%);transform:translate(-100%);transition:transform 0s;pointer-events:none}.tcard:hover:after{transform:translate(250%);transition:transform .6s ease}.tcard-accent{height:3px;background:linear-gradient(90deg,#6366f1,#06b6d4);width:100%;opacity:.5;transition:opacity .3s ease}.tcard:hover .tcard-accent{opacity:1}.tcard-body{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem 1.75rem;flex:1}.tcard-avatar{position:relative;margin-bottom:1.4rem}.tcard-avatar img{width:84px;height:84px;border-radius:50%;object-fit:cover;display:block;border:2px solid rgba(99,102,241,.3);background:#6366f114;transition:border-color .3s,box-shadow .3s;position:relative;z-index:1}.tcard:hover .tcard-avatar img{border-color:#6366f1;animation:avatarGlow 2s ease infinite}.tcard-avatar:after{content:"";position:absolute;bottom:3px;right:3px;width:12px;height:12px;background:#22c55e;border-radius:50%;border:2px solid #0f0747;z-index:2}.tname{margin:0 0 .4rem;font-size:1.05rem;font-weight:700;color:#f1f5f9;text-transform:capitalize;text-align:center;letter-spacing:.005em}.tpos{display:inline-flex;align-items:center;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:capitalize;color:#67e8f9;background:#06b6d41a;border:1px solid rgba(6,182,212,.22);border-radius:20px;padding:.25rem .85rem;margin:0 0 1.1rem}.tdis{text-align:center;font-size:.85rem;color:#64748b;line-height:1.7;margin:0;flex:1}.tcard-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem 1.25rem;border-top:1px solid rgba(255,255,255,.055);margin-top:auto;gap:.75rem}.tref{display:flex;gap:.5rem}.tref a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);transition:background .22s ease,border-color .22s ease,transform .22s cubic-bezier(.22,.68,0,1.3);text-decoration:none}.tref a:hover{background:#6366f138;border-color:#6366f180;transform:translateY(-3px) scale(1.1)}.tref img{width:15px;height:15px;filter:brightness(0) invert(1);opacity:.65;transition:opacity .2s,filter .2s}.tref a:hover img{opacity:1;filter:brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(195deg)}.tcard-profile-link{font-size:.72rem;font-weight:600;letter-spacing:.05em;color:#475569;text-decoration:none;text-transform:uppercase;display:flex;align-items:center;gap:.3rem;transition:color .2s}.tcard-profile-link:hover{color:#a5b4fc}.tcard-profile-link:after{content:"→";display:inline-block;transition:transform .2s}.tcard-profile-link:hover:after{transform:translate(3px)}@media (max-width: 900px){.team-con{padding:5rem 3rem 4.5rem}.team-card-top{max-width:100%;gap:1.25rem}}@media (max-width: 680px){.team-con{padding:4rem 1.5rem 3.5rem}.team-card-top{grid-template-columns:1fr;max-width:380px;gap:1.25rem}}@media (max-width: 400px){.team-con{padding:3rem 1rem 2.5rem}}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@keyframes contentReveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%,to{box-shadow:0 0 #6366f100}50%{box-shadow:0 0 14px 3px #6366f147}}@keyframes dropdownOpen{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}:root{--doc-bg: #0f0747;--doc-sidebar-bg: #0b053a;--doc-border: rgba(99, 102, 241, .18);--doc-accent: #6366f1;--doc-accent-hover: #4338ca;--doc-text: #e2e8f0;--doc-text-muted: #94a3b8;--doc-text-soft: #cbd5e1;--doc-code-bg: rgba(99, 102, 241, .08);--doc-header-h: 64px}.doc-header{position:sticky;top:0;z-index:200;width:100%;height:var(--doc-header-h);display:flex;align-items:center;justify-content:center;background:#0b053aeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--doc-border);animation:fadeSlideDown .45s cubic-bezier(.22,.68,0,1.2) both;box-sizing:border-box}.doc-header-con{width:100%;max-width:1400px;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.doc-logo{display:flex;align-items:center;transition:transform .3s ease,opacity .3s ease;flex-shrink:0}.doc-logo:hover{transform:scale(1.06);opacity:.85}.doc-logo a{display:flex;align-items:center}.doc-logo img{height:32px;display:block}.doc-header-nav{display:flex;align-items:center;gap:.25rem}.doc-nav-link{color:var(--doc-text-muted);text-decoration:none;font-family:Segoe UI,system-ui,sans-serif;font-size:.875rem;font-weight:500;padding:.4rem .85rem;border-radius:6px;transition:color .2s ease,background .2s ease;position:relative;letter-spacing:.02em}.doc-nav-link:hover,.doc-nav-link:focus{color:#fff;background:#6366f11f;outline:none}.doc-nav-link.active-route{color:#fff;background:#6366f12e}.doc-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:none;border:1px solid var(--doc-border);border-radius:6px;cursor:pointer;padding:0;transition:background .2s;flex-shrink:0}.doc-hamburger:hover{background:#6366f11f}.doc-hamburger span{display:block;width:18px;height:2px;background:var(--doc-text-soft);border-radius:2px;transition:transform .25s ease,opacity .25s ease}.doc-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.doc-hamburger.open span:nth-child(2){opacity:0}.doc-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.doc-mobile-menu{display:none;position:absolute;top:var(--doc-header-h);left:0;right:0;background:#0b053af7;border-bottom:1px solid var(--doc-border);padding:1rem;flex-direction:column;gap:.25rem;animation:fadeSlideDown .22s ease both;z-index:199}.doc-mobile-menu.open{display:flex}.doc-mobile-menu .doc-nav-link{font-size:1rem;padding:.7rem 1rem;border-radius:8px}.Doc-body{display:flex;background:var(--doc-bg);min-height:calc(100vh - var(--doc-header-h));position:relative}.docs{width:260px;min-width:260px;background:var(--doc-sidebar-bg);border-right:1px solid var(--doc-border);box-sizing:border-box;flex-shrink:0;position:sticky;top:var(--doc-header-h);height:calc(100vh - var(--doc-header-h));overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(99,102,241,.3) transparent;animation:slideInLeft .5s cubic-bezier(.22,.68,0,1.2) .1s both}.docs::-webkit-scrollbar{width:4px}.docs::-webkit-scrollbar-thumb{background:#6366f14d;border-radius:4px}.docs-nav{padding:1.25rem .75rem 2rem}.docs-section-label{font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--doc-text-muted);padding:.9rem 1rem .4rem;margin-top:.5rem}.docs-toggle{display:none;width:100%;background:none;border:none;border-bottom:1px solid var(--doc-border);color:var(--doc-text-soft);padding:.8rem 1.2rem;cursor:pointer;font-size:.875rem;font-family:Segoe UI,system-ui,sans-serif;font-weight:500;text-align:left;align-items:center;justify-content:space-between;transition:background .2s;letter-spacing:.02em}.docs-toggle:hover{background:#6366f114}.docs-toggle-icon{font-size:.7rem;transition:transform .25s ease;display:inline-block;color:var(--doc-text-muted)}.docs-toggle.open .docs-toggle-icon{transform:rotate(180deg)}.docs ul{list-style:none;padding:0;margin:0}.docs>div>ul,.docs-nav>ul{padding:0}.docs li{margin-bottom:2px}.root-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:7px;color:var(--doc-text-soft);cursor:pointer;font-size:.875rem;font-family:Segoe UI,system-ui,sans-serif;font-weight:500;transition:background .18s,color .18s,transform .14s;-webkit-user-select:none;user-select:none}.root-link:hover{background:#6366f11a;color:#fff;transform:translate(3px)}.root-link.active{background:var(--doc-accent-hover);color:#fff;font-weight:600;animation:glowPulse 3s ease infinite}.dropdown-content{list-style:none;padding:.2rem 0 .2rem .75rem;margin:0;border-left:2px solid rgba(99,102,241,.2);margin-left:1.25rem;animation:dropdownOpen .2s ease both}.dropdown-content li{margin:0}.dropdown-content a{display:block;padding:.42rem .85rem;color:var(--doc-text-muted);text-decoration:none;font-size:.835rem;font-family:Segoe UI,system-ui,sans-serif;border-radius:5px;transition:color .18s,background .18s,padding-left .18s}.dropdown-content a:hover,.dropdown-content a:focus{color:#fff;background:#6366f11a;padding-left:1.1rem;outline:none}.dropdown-content a.inner-active{color:#c7d2fe;background:#6366f124;font-weight:500}.docs-show{flex:1;min-width:0;display:flex;flex-direction:column;padding:2.5rem 3rem 4rem;background:var(--doc-bg);color:var(--doc-text);overflow-y:auto;box-sizing:border-box;animation:fadeSlideUp .5s cubic-bezier(.22,.68,0,1.2) .12s both}.docs-show>h1{font-size:clamp(1.5rem,3vw,2.1rem);font-family:Segoe UI,system-ui,sans-serif;font-weight:700;color:#fff;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--doc-border);animation:fadeSlideDown .38s ease both;letter-spacing:-.01em}.content-section{animation:contentReveal .38s ease .08s both;font-family:Segoe UI,system-ui,sans-serif;font-size:.975rem;line-height:1.8;color:var(--doc-text);max-width:860px}.content-section h2{font-size:1.35rem;font-weight:700;color:#fff;margin:2rem 0 .6rem;letter-spacing:-.01em}.content-section h3{font-size:1.05rem;font-weight:600;color:#c7d2fe;margin:1.5rem 0 .4rem}.content-section p{color:var(--doc-text-soft);margin-bottom:.9rem}.content-section ul,.content-section ol{color:var(--doc-text-soft);padding-left:1.4rem;margin-bottom:1rem}.content-section li{margin-bottom:.35rem}.content-section code,code{font-family:Fira Code,Cascadia Code,Consolas,monospace;font-size:.875em;background:var(--doc-code-bg);border:1px solid rgba(99,102,241,.2);border-radius:5px;padding:.15em .45em;color:#a5b4fc}.code-d{color:#4ade80!important}.code-c{color:#67e8f9!important}.CcC{color:#4ade80;font-size:.9rem}.Strong{color:#4ade80;text-transform:capitalize}.content-section pre,.Pre{background:#0d0a2e;border:1px solid var(--doc-border);border-radius:10px;padding:1.1rem 1.25rem;overflow-x:auto;margin:.75rem 0 1.25rem;font-size:.875rem;line-height:1.6}.content-section pre code,.Pre code{background:none;border:none;padding:0;font-size:inherit;color:#e2e8f0}.theme-code-group{background:#0d0a2e;border:1px solid var(--doc-border);border-radius:10px;padding:1rem 1.1rem;margin:.75rem 0 1.25rem;display:flex;flex-direction:column;gap:.75rem;box-sizing:border-box}.theme-code-group .copy-con{width:100%;max-width:100%;margin:0}.theme-code-group p{margin:0}.copy-con{display:flex;justify-content:space-between;align-items:center;gap:.75rem;background:#0d0a2e;border:1px solid var(--doc-border);color:#e2e8f0;padding:.75rem 1rem;border-radius:9px;margin:.75rem 0;width:min(100%,560px);box-sizing:border-box;transition:border-color .2s}.copy-con:hover{border-color:#6366f173}.copy-con code{background:none;border:none;padding:0;color:#4ade80;font-size:.875rem;word-break:break-all}.copy-con button,button{padding:.3rem .8rem;font-size:.78rem;background:var(--doc-accent);color:#fff;border:none;border-radius:5px;cursor:pointer;white-space:nowrap;flex-shrink:0;font-family:Segoe UI,system-ui,sans-serif;font-weight:500;transition:background .2s,transform .15s}.copy-con button:hover,button:hover{background:var(--doc-accent-hover);transform:translateY(-1px)}.He{color:#fff;font-size:1.3rem;font-weight:600}.PpP{line-height:1.75rem;color:var(--doc-text-soft)}.Li{padding:.4rem}.subsection-title{font-size:1rem;font-weight:600;color:#c7d2fe;margin:1.4rem 0 .35rem}.subsection-description{color:var(--doc-text-soft);margin-bottom:.6rem}.list{color:var(--doc-text-soft)}.component-description{line-height:1.6rem;color:var(--doc-text-soft)}@media (max-width: 1100px){.docs{width:220px;min-width:220px}.docs-show{padding:2rem 2rem 3rem}}@media (max-width: 880px){.Doc-body{flex-direction:column}.docs{width:100%;min-width:unset;height:auto;position:relative;top:0;border-right:none;border-bottom:1px solid var(--doc-border);overflow:hidden;animation:fadeSlideDown .35s ease both}.docs-toggle{display:flex}.docs-nav{display:none;padding:.5rem 1rem 1rem}.docs-nav.open{display:block;animation:fadeSlideUp .2s ease both}.docs-show{padding:1.75rem 1.5rem 3rem;overflow-y:visible}.copy-con{width:100%}}@media (max-width: 600px){:root{--doc-header-h: 56px}.doc-header-con{padding:0 1rem}.doc-logo img{height:26px}.doc-header-nav{display:none}.doc-hamburger{display:flex}.docs-show{padding:1.25rem 1rem 2.5rem}.docs-show>h1{font-size:1.3rem}.content-section{font-size:.9rem}.content-section h2{font-size:1.15rem}.copy-con{width:100%;padding:.6rem .75rem}}@media (max-width: 400px){.docs-show{padding:1rem .75rem 2rem}.content-section{font-size:.875rem}.copy-con code{font-size:.78rem}}.code-d{color:#0f0;font-size:.9rem}.code-c{color:#5f9ea0;font-size:1.1rem}.copy-con{display:flex;justify-content:space-between;align-items:center;gap:.5rem;background:#1e1e1e;color:#fff;padding:.75rem 1rem;border-radius:8px;margin:1rem 0;font-size:monospace;width:50%}button{padding:.3rem .7rem;font-size:.8rem;background:#0d6efd;color:#fff;border:none;border-radius:4px;cursor:pointer}.docs-container{max-width:860px;padding:0 1.5rem;font-family:system-ui,sans-serif;line-height:1.7}.docs-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.docs-intro{font-size:1rem;margin-bottom:2rem}.docs-entry{margin-bottom:2rem;border-bottom:1px solid #e5e7eb;padding-bottom:1.25rem}.docs-subtitle{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.docs-subtitle code{padding:.2rem .4rem;border:3px solid white;border-radius:4px;font-size:.95rem;color:#0f0}.docs-entry p{font-size:.95rem}.docs-footer{margin-top:2.5rem;padding-top:1rem;font-size:.95rem;border-top:1px solid #e5e7eb}.docs-footer code{padding:.2rem .4rem;border-radius:4px;color:#0f0}.docs-section{padding:1.5rem}.docs-section h2{font-size:2rem;font-weight:700;margin-bottom:1rem}.docs-section h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.5rem;font-weight:600}.docs-section p{margin-bottom:1rem;font-size:1rem;line-height:1.6}.docs-section code{padding:.2rem .4rem;border:3px solid white;border-radius:4px;font-size:.95rem;color:#0f0;font-family:Fira Code,monospace}.docs-section pre{background-color:#f9fafb;border:1px solid #e5e7eb;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-top:.5rem;margin-bottom:1.5rem}.docs-section pre code{background:none;padding:0;color:#111827;font-size:.95rem}.docs-section .card{box-shadow:0 1px 3px #00000014;border-radius:.5rem;overflow:hidden;background-color:#fff;margin-bottom:1.5rem;border:1px solid #e5e7eb}.docs-section .card img{width:100%;height:auto;display:block}.docs-section .card-body{padding:1rem}.docs-section .card-footer{background-color:#f3f4f6;padding:.75rem 1rem;border-top:1px solid #e5e7eb;text-align:right}.card-primary{border-left:4px solid #3b82f6}.card-success{border-left:4px solid #10b981}.card-warning{border-left:4px solid #f59e0b}.card-danger{border-left:4px solid #ef4444}.card-horizontal{display:flex;flex-direction:row}.card-horizontal img{width:150px;height:auto;object-fit:cover}.card-horizontal .card-body{flex:1}.card-overlay{position:relative;color:#fff}.card-overlay img{filter:brightness(60%)}.card-overlay .card-body{position:absolute;top:0;left:0;padding:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}doc-section{max-width:900px;margin:2rem auto;padding:2rem;font-family:system-ui,sans-serif}.doc-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;border-bottom:2px solid #eee;padding-bottom:.5rem}.doc-intro{font-size:1.1rem;margin-bottom:2rem}.doc-subtitle{font-size:1.5rem;font-weight:600;margin-top:2rem;color:#222}.doc-example{background:#f9f9f9;border-left:4px solid #0f62fe;padding:1rem 1.5rem;margin-bottom:2rem;border-radius:6px}.Pre{color:#f8f8f2;padding:1rem;border-radius:5px;overflow-x:auto;font-size:.9rem}code{background-color:#1b1f230d;padding:.2em .4em;font-size:.9rem;border-radius:4px;font-family:monospace}.doc-example p{margin:.5rem 0 1rem;color:#444}.component-description{line-height:1.5rem}.He{color:#fff;font-size:1.4rem}.CcC{font-size:larger;color:#0f0}.Strong{color:#0f0;text-transform:capitalize}.PpP{line-height:1.7rem}.Li{padding:.5rem}#marginbase{margin:8px}
