:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body,#root,.App{min-height:100vh;width:100vw;margin:0;padding:0;box-sizing:border-box;background:transparent;font-family:Inter,Segoe UI,Arial,sans-serif}:root{--nav-h: 64px}.App{min-height:100vh;width:100vw;display:flex;flex-direction:column;padding-top:32px}:root{--footer-bg: #202532;--footer-card: #232937;--footer-fg: #fff;--footer-muted: #b1b8c9;--footer-border: #343a45;--footer-accent: #2563eb;--footer-icon-bg: #282f3d}@media (prefers-color-scheme: light){:root{--footer-bg: #f9fafb;--footer-card: #fff;--footer-fg: #232937;--footer-muted: #6b7280;--footer-border: #e5e7eb;--footer-accent: #2563eb;--footer-icon-bg: #e5e7eb}}.footer{background:var(--footer-card);color:var(--footer-fg);padding:.5rem 0 0;border-top:1px solid var(--footer-border)}.footer-container{max-width:1200px;margin:0 auto;padding:0 1.25rem}.footer-main{display:flex;flex-direction:column;align-items:center;gap:2rem}@media (min-width: 768px){.footer-main{flex-direction:row;justify-content:space-between;align-items:center}}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:.2rem}.footer-subtitle{color:var(--footer-muted);font-size:1rem}.footer-socials{display:flex;gap:1rem}.footer-icon{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:50%;background:transparent;transition:background .2s;color:var(--footer-fg);text-decoration:none}.footer-icon:hover{background:var(--footer-icon-bg);color:var(--footer-accent)}.footer-scrolltop{display:inline-flex;align-items:center;justify-content:center;background:var(--footer-accent);color:#fff;border:none;outline:none;padding:.5rem;border-radius:50%;cursor:pointer;transition:background .2s}.footer-scrolltop:hover{background:#467fff}.footer-bottom{border-top:1px solid var(--footer-border);text-align:center;padding:.5rem 0;color:var(--footer-muted);font-size:.95rem;margin-top:2rem}@media (max-width: 600px){.footer-brand{text-align:center;margin-left:auto;margin-right:auto;width:100%}}.navbar-links{position:relative}.navbar-submenu{display:none;position:absolute;top:36px;left:0;background:#23273a;min-width:170px;box-shadow:0 6px 24px #0000002b;border-radius:8px;z-index:20;padding:8px 0;text-align:left}.navbar-submenu .nav-link{display:block;width:100%;padding:10px 22px;color:#f7f7f7;background:none;border:none;text-align:left;font-size:1rem;border-bottom:none;font-weight:500}.has-submenu .navbar-submenu{position:absolute;top:100%;left:0;background:#23273a;min-width:170px;box-shadow:0 6px 24px #0000002b;border-radius:8px;z-index:20;padding:8px 0;transition:opacity .17s;opacity:0;pointer-events:none;visibility:hidden}.has-submenu:hover .navbar-submenu,.has-submenu:focus-within .navbar-submenu,.has-submenu .navbar-submenu:focus-within,.has-submenu .navbar-submenu:active{opacity:1;pointer-events:auto;visibility:visible}@media (max-width: 900px){.navbar-submenu{position:static;box-shadow:none;background:transparent;min-width:unset;padding:0;border-radius:0}.navbar-submenu .nav-link{padding:10px 36px}}.project-link{color:#3faaff;display:inline-flex;align-items:center;font-weight:600;text-decoration:none;font-size:15px;transition:color .14s}.project-link:hover{color:#6ec3ff}.hero-container{position:relative;overflow:hidden;min-height:100vh;margin-top:calc(-1 * var(--nav-h));padding-top:calc(var(--nav-h) + clamp(24px,8vh,120px));padding-inline:16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box}.hero-title .accent{color:#ff9800;font-weight:900;letter-spacing:1.2px}.hero-title{font-size:3.3rem;font-weight:900;color:#fff;margin-bottom:1rem;line-height:1.18;text-align:center;letter-spacing:.6px}.hero-typing{color:#1e90ff;font-size:2rem;font-weight:700;margin-bottom:0rem;min-height:36px}.hero-desc{color:#e3e7ed;max-width:700px;margin-bottom:2.7rem;text-align:center;opacity:.97;font-size:1.3rem}.hero-scroll-btn{background:none;border:none;cursor:pointer;color:#3faaff;margin-top:2.7rem;font-size:2.7rem;animation:bounce 1.3s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero-img-wrapper{display:flex;justify-content:center;align-items:center;width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto 2rem;background:#181a20;box-shadow:0 6px 38px #1e283c26}.hero-img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}body{margin:0;padding:0;background:transparent;color:#fff;font-family:Inter,Segoe UI,Arial,sans-serif}.hero-content{position:relative;z-index:1}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.hero-bg canvas{display:block;width:100%;height:100%}.hero-container>*:not(.hero-bg){position:relative;z-index:1}.hero-container{position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse at center,#1e293b,#0f172a,#020617)}.hero-links.hero-links-carousel{width:min(1040px,100%);margin-bottom:3rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.05rem;justify-content:center;align-items:center;perspective:1400px;perspective-origin:50% 45%;transform-style:preserve-3d}.hero-btn{width:100%;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:2.5px solid #3faaff;background:#0a101c47;color:#cfe9ff;font-weight:750;cursor:pointer;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:transform .26s cubic-bezier(.2,.9,.2,1),filter .26s cubic-bezier(.2,.9,.2,1),opacity .26s cubic-bezier(.2,.9,.2,1),background .18s ease,color .18s ease,border-color .18s ease,box-shadow .26s cubic-bezier(.2,.9,.2,1)}.hero-btn-inner{display:inline-flex;align-items:center;justify-content:center;gap:10px;transform-style:preserve-3d}.hero-btn-text{font-size:1.06rem}.hero-btn-3d{position:relative;transform-style:preserve-3d;will-change:transform,filter;backface-visibility:hidden}.hero-btn-3d:after{content:"";position:absolute;left:12%;right:12%;bottom:-16px;height:16px;border-radius:999px;background:radial-gradient(closest-side,#0000008c,#0000);opacity:0;transform:translateZ(-30px);transition:opacity .26s ease,transform .26s ease;pointer-events:none}.hero-btn-3d:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px;border-radius:999px;background:radial-gradient(circle at 50% 50%,#3faaff59,#3faaff2e 28%,#3faaff00 62%);opacity:0;transform:translateZ(-8px) scale(.85);transition:opacity .26s ease,transform .26s ease;pointer-events:none}.hero-btn:hover,.hero-btn:focus-visible{background:#3faaff1f;border-color:#3faaffe6;color:#fff}.hero-btn-3d.is-active{box-shadow:0 22px 70px #0000009e,0 0 0 1px #3faaff33 inset}.hero-btn-3d.is-active:after{opacity:.55;transform:translateZ(-40px) scale(1.05)}.hero-btn-3d.is-active:before{opacity:1;transform:translateZ(-8px) scale(1.05)}.hero-btn.primary{border-color:#ff9800b3;color:#0b1220;background:linear-gradient(180deg,#fc6,#ff9800 55%,#f59e0b);box-shadow:0 12px 34px #ff980038,inset 0 0 0 1px #ff98002e}.hero-btn.primary:hover,.hero-btn.primary:focus-visible{filter:brightness(1.03)}.hero-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #3faaff4d,0 18px 46px #0000008c}@media (max-width: 980px){.hero-links.hero-links-carousel{grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem}}@media (max-width: 600px){.hero-links.hero-links-carousel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;width:100%;padding:0;margin-bottom:2.2rem;overflow:visible;scroll-snap-type:none;-webkit-overflow-scrolling:auto;-webkit-mask-image:none;mask-image:none}.hero-links.hero-links-carousel .hero-btn{width:100%;height:54px;padding:0 14px;margin:0;font-size:1.02rem;justify-content:center}.hero-links.hero-links-carousel>:last-child{grid-column:1 / -1}.hero-links.hero-links-carousel .hero-btn{transform:none!important;filter:none!important;opacity:1!important}.hero-links.hero-links-carousel .hero-btn svg{margin-right:0!important}}.about-section{width:100%;background:#1f2633;padding:80px 0 56px;display:flex;justify-content:center}.about-container{max-width:1200px;margin:0 auto;padding:0 32px;width:100%}.about-title h2{text-align:center;font-size:2.2rem;font-weight:800;letter-spacing:.2px;margin-bottom:24px;color:#fff;position:relative;display:inline-block}.about-underline{display:block;width:70px;height:5px;background:#ff9800;margin:6px auto 0;border-radius:2px;position:relative;top:2px}.about-content{display:flex;gap:40px;justify-content:center;align-items:flex-start;flex-wrap:wrap}.about-text{flex:1 1 350px;color:#e4e7ed;font-size:1.12rem;line-height:1.7;max-width:530px}.about-cards{flex:1 1 330px;display:grid;grid-template-columns:1fr 1fr;gap:18px}.about-card{background:#23272f;border-radius:13px;border:1.5px solid #292d37;padding:26px 22px 20px;box-shadow:0 2px 16px #00000017;text-align:left;color:#f6f6f6;display:flex;flex-direction:column;align-items:flex-start;transition:box-shadow .2s,border-color .2s}.about-card:hover{border-color:#1e90ff;box-shadow:0 6px 24px #ff980014}.about-card-icon{color:#ff9800;margin-bottom:14px;width:32px;height:32px}.about-card h3{margin:0 0 8px;font-size:1.11rem;font-weight:700}.about-card p{margin:0;font-size:.99rem;color:#d2d6e0}@media (max-width: 900px){.about-content{flex-direction:column;gap:34px}.about-cards{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.about-container{padding:0 12px}.about-title h2{font-size:1.4rem}.about-cards{grid-template-columns:1fr;gap:18px}}.portfolio-section{background:#0f141f;padding:50px 0 70px;display:flex;flex-direction:column;align-items:center}.portfolio-title{font-size:2.2rem;font-weight:800;margin-bottom:54px;color:#fff;text-align:center;letter-spacing:2px}.section-title{text-align:center;font-size:2.2rem;font-weight:800;margin-bottom:.7rem;letter-spacing:.01em;position:relative;color:#fff}.section-title-underline{display:block;width:120px;height:5px;border-radius:2px;background:#ff9800;margin:10px auto 0}.portfolio-cards{display:flex;justify-content:center;gap:32px;width:100%;max-width:1200px;flex-wrap:wrap}.portfolio-card{background:#1f2633;color:#fff;border-radius:18px;box-shadow:0 4px 32px #1e283c1a;width:330px;padding:32px 24px 28px;display:flex;flex-direction:column;align-items:flex-start;transition:background .2s,transform .18s,box-shadow .16s;cursor:pointer;border:none}.portfolio-card:hover{background:#1e90ff;transform:translateY(-6px) scale(1.032);box-shadow:0 6px 38px #1e90ff21}.portfolio-img-wrapper{width:100%;height:180px;border-radius:10px;overflow:hidden;margin-bottom:22px;display:flex;align-items:center;justify-content:center;background:#111}.portfolio-img{width:100%;height:100%;object-fit:cover;display:block}.portfolio-icon{margin-bottom:18px;color:#ff9800;font-size:2.2rem}.portfolio-card-title{font-size:1.25rem;font-weight:700;margin-bottom:8px}.portfolio-card.accent .portfolio-card-title{color:#fff}.portfolio-card-desc{font-size:.98rem;margin-bottom:22px;color:inherit}.portfolio-card-link{color:inherit;font-weight:700;text-decoration:underline;font-size:1rem;transition:color .15s}.portfolio-card:not(.accent) .portfolio-card-link:hover{color:#33d4ff}.portfolio-card.accent .portfolio-card-link:hover{color:#fffbe0}@media (max-width: 1050px){.portfolio-cards{gap:20px}}@media (max-width: 900px){.portfolio-cards{flex-direction:column;align-items:center;gap:32px}.portfolio-card{width:96vw;max-width:370px}}@media (max-width: 600px){.portfolio-card{background:#1f2633;color:#fff;border-radius:18px;box-shadow:0 4px 32px #1e283c1a;width:330px;padding:32px 24px 28px;display:flex;flex-direction:column;align-items:flex-start;transition:background .2s,transform .18s,box-shadow .16s;cursor:pointer;border:none}.portfolio-title{font-size:2.1rem}.portfolio-card{padding:18px 10px}}.skills-section{display:flex;background:#0f141f;padding-bottom:50px;width:100vw;min-height:100vh;margin:0;padding-top:2rem}.skills-section h2{text-align:center;font-size:2.2rem;font-weight:800;color:#fff;margin-bottom:.1rem;margin-top:5rem}.skills-section-title-underline{display:block;width:50px;height:5px;border-radius:2px;background:#ff9800;margin:4px auto 40px}.skills-filter{display:flex;justify-content:center;gap:.7rem;margin-bottom:2.4rem;flex-wrap:wrap}.filter-btn.active,.filter-btn:hover{background:#2563eb;color:#fff;border-color:#2563eb}.skills-bars-grid{display:flex;gap:44px;justify-content:center;align-items:flex-start}.skills-bars-col{flex:1 1 350px;min-width:220px}.skill-bar-item{margin-bottom:1.5rem}.skill-bar-labels{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:1.07rem;font-weight:500;color:#fff}.skill-level{font-weight:600;color:#d6e0f7;font-size:1rem}.progress-bar{background:#181c26;border-radius:8px;overflow:hidden;height:7px}.progress-bar-fill{background:#ff9800;height:100%;border-radius:8px;width:0;transition:width 1.1s cubic-bezier(.61,.05,.22,.98),background .2s}.container{max-width:1200px;width:100%;margin:0 auto;padding-left:24px;padding-right:24px}@media (max-width: 600px){.container{padding-left:12px;padding-right:12px;max-width:100%}}@media (max-width: 640px){.skills-bars-grid{flex-direction:column;align-items:center}.skills-bars-col{width:100%;max-width:400px}}.more-btn{display:inline-block;margin:12px auto 0;padding:10px 16px;border-radius:8px;border:1px solid #334155;background:#0f172a;color:#e2e8f0;font-weight:600;cursor:pointer;transition:transform .06s ease,background .2s ease,border-color .2s ease}.more-btn:hover{background:#111827;border-color:#475569}.more-btn:active{transform:translateY(1px)}.carousel-section{background:#1f2633;padding:34px 0 72px;width:100%;display:flex;flex-direction:column;align-items:center}.carousel-section-underline{display:block;width:108px;height:6px;border-radius:4px;background:#ff9800;margin:14px auto 22px;margin-bottom:6.6rem}.carousel-title{color:#fff;font-size:2.3rem;font-weight:800;margin-bottom:.1rem;letter-spacing:.01em;text-align:center}.carousel-container{position:relative;width:820px;max-width:98vw;height:520px;display:flex;align-items:center;justify-content:center;margin:0 auto;padding-top:20px;padding-bottom:50px}.carousel-track{width:100%;height:380px;display:flex;justify-content:center;align-items:center;position:relative}.carousel-card{position:absolute;width:520px;height:570px;background:#0f141f;border-radius:18px;box-shadow:0 10px 40px #1e283c42;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;opacity:0;transition:all .5s cubic-bezier(.24,.85,.42,1.12);z-index:1;transform:scale(.6) translate(0) rotateY(0);pointer-events:none}.carousel-card.active{opacity:1;z-index:5;transform:scale(1.07) translate(0) rotateY(0);pointer-events:auto}.carousel-card.left{opacity:.55;z-index:3;transform:scale(.82) translate(-220px) rotateY(23deg)}.carousel-card.right{opacity:.55;z-index:3;transform:scale(.82) translate(220px) rotateY(-23deg)}.carousel-card.hidden{opacity:0;z-index:1;pointer-events:none}.carousel-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;box-shadow:0 4px 26px #28325024}.carousel-media{width:92%;aspect-ratio:4 / 3;border-radius:15px;overflow:hidden;margin:18px auto}.carousel-card-title{color:#fff;font-size:1.19rem;font-weight:700;margin-top:.8rem;text-align:center;letter-spacing:.01em}.carousel-location{color:#3faaff;font-size:1.01rem;font-weight:600;margin-bottom:1.2rem;text-align:center}.carousel-arrow{background:#181c27;color:#3faaff;border:2.5px solid #3faaff;border-radius:50%;width:52px;height:52px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10;position:absolute;top:46%;transition:background .19s,color .19s;opacity:1;box-shadow:0 2px 16px #18203c29}.carousel-arrow.left{left:-70px}.carousel-arrow.right{right:-70px}.carousel-arrow:hover{background:#3faaff;color:#fff}.carousel-dots{display:flex;gap:13px;justify-content:center;margin-top:1.7rem}.carousel-dot{width:14px;height:14px;border-radius:50%;background:#324e7a;opacity:.34;cursor:pointer;border:none;transition:background .2s ease,opacity .2s ease}.carousel-dot.active{background:#3faaff;opacity:1}@media (max-width: 900px){.carousel-container{width:99vw}.carousel-card,.carousel-card.active,.carousel-card.left,.carousel-card.right{width:93vw;min-width:250px;max-width:340px;height:370px;left:unset;right:unset;transform:scale(1) translate(0) rotateY(0)}.carousel-arrow.left{left:-17px}.carousel-arrow.right{right:-17px}}@media (max-width: 600px){.carousel-container{width:100vw}.carousel-card,.carousel-card.active,.carousel-card.left,.carousel-card.right{width:64vw;max-width:94vw;min-width:64vw;height:360px;left:unset;right:unset;transform:scale(1) translate(0) rotateY(0);margin:0 auto}.carousel-img{width:92%;height:64%;margin:14px auto 12px}.carousel-card-title{font-size:1.05rem;margin-top:.4rem}.carousel-location{font-size:.95rem;margin-bottom:.8rem}.carousel-arrow{width:44px;height:44px;top:45%}.carousel-arrow.left{left:6px}.carousel-arrow.right{right:6px}.carousel-dots{gap:10px;margin-top:1rem}.carousel-dot{width:10px;height:10px}}@media (max-width: 360px){.carousel-card,.carousel-card.active,.carousel-card.left,.carousel-card.right{height:320px}.carousel-arrow{width:40px;height:40px}.carousel-card-title{font-size:1rem}.carousel-location{font-size:.92rem}}.navbar.scrolled{background:#16181dfc;box-shadow:0 2px 8px #0000001a}.navbar-container{max-width:1300px;width:100%;margin:0 auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;height:64px}.navbar-brand{font-size:1.35rem;font-weight:700;cursor:pointer;letter-spacing:.5px}.navbar-links{display:flex;gap:24px}.nav-link{background:none;border:none;color:#f7f7f7;font-size:1rem;font-weight:700;cursor:pointer;padding:0 8px;transition:color .16s;border-bottom:2.5px solid transparent}.nav-link.active,.nav-link:hover{color:#ff9800;border-bottom:2.5px solid #ff9800}.navbar-menu-btn{display:none;background:none;border:none;color:#fff;margin-left:12px}.navbar-mobile-menu{position:absolute;top:64px;left:0;right:0;background:#21242b;border-bottom:1px solid #23272f;box-shadow:0 8px 24px #00000014;padding:16px 0;display:flex;flex-direction:column;align-items:center}.nav-link-mobile{background:none;border:none;color:#f7f7f7;font-size:1.07rem;font-weight:500;padding:12px 0;width:100%;text-align:center;transition:color .16s;border-bottom:2px solid transparent}.nav-link-mobile.active,.nav-link-mobile:hover{color:#ff9800;border-bottom:2px solid #ff9800}.navbar{position:fixed;top:0;left:0;right:0;height:var(--nav-h);z-index:100;display:flex;align-items:center;background:#0f141f;border-bottom:1px solid #23272f;box-shadow:0 2px 8px #0000000a}.navbar.scrolled{background:#16181dfa;box-shadow:0 2px 10px #0000002e}section[id]{scroll-margin-top:var(--nav-h)}.navbar-container{max-width:1300px;width:100%;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;height:64px}.navbar-brand{font-size:1.25rem;font-weight:800;letter-spacing:.3px;cursor:pointer}.navbar-links{display:flex;gap:22px;align-items:center}.nav-link{background:none;border:none;color:#f7f7f7;font-size:1rem;font-weight:700;cursor:pointer;padding:6px;border-bottom:2.5px solid transparent;transition:color .16s,border-color .16s}.nav-link:hover,.nav-link:focus-visible{color:#ff9800;border-bottom-color:#ff9800}.has-submenu{position:relative}.navbar-submenu{position:absolute;top:100%;left:0;background:#23273a;min-width:180px;border-radius:8px;box-shadow:0 10px 26px #0000003d;padding:8px;display:none}.has-submenu:hover .navbar-submenu,.has-submenu:focus-within .navbar-submenu{display:block}.navbar-submenu .nav-link{width:100%;text-align:left;padding:8px 10px;font-weight:600;border-bottom:0}.navbar-submenu .nav-link:hover{background:#1e2532;color:#ff9800}.navbar-menu-btn{display:none;background:none;border:none;color:#fff}.navbar-backdrop{position:fixed;top:64px;right:0;bottom:0;left:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .2s ease}.navbar-backdrop.open{opacity:1;pointer-events:auto}.navbar-mobile{position:fixed;top:64px;left:0;right:0;background:#1e2532;border-bottom:1px solid #23272f;transform:translateY(-8px);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease;display:grid;gap:4px;padding:10px 12px 16px}.navbar-mobile.open{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-link,.mobile-sublink,.mobile-accordion{background:none;border:none;color:#f7f7f7;font-size:1.05rem;font-weight:600;padding:12px 10px;text-align:left;width:100%;border-radius:8px}.mobile-link:hover,.mobile-sublink:hover,.mobile-accordion:hover,.mobile-link:focus-visible,.mobile-sublink:focus-visible,.mobile-accordion:focus-visible{background:#1b1f29;outline:none}.mobile-item{display:grid;grid-template-columns:1fr auto;align-items:center}.mobile-accordion{width:auto;padding:10px}.mobile-submenu{grid-column:1 / -1;display:grid;gap:6px;max-height:0;overflow:hidden;transition:max-height .2s ease;padding-left:8px}.mobile-submenu.show{max-height:240px}@media (max-width: 900px){.navbar-links{display:none}.navbar-menu-btn{display:block}}.project-card,.project-card *{box-sizing:border-box;min-width:0}.projects-section{overflow-x:hidden}.projects-section{position:relative;z-index:2;padding:86px 0 110px;overflow:hidden;background:radial-gradient(1200px 700px at 15% 10%,#38bdf81a,#0000 55%),radial-gradient(900px 600px at 85% 20%,#60a5fa1a,#0000 55%),linear-gradient(180deg,#0b1220,#070a12)}.projects-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.28;background-image:linear-gradient(to right,rgba(148,163,184,.1) 1px,transparent 1px),linear-gradient(to bottom,rgba(148,163,184,.1) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(circle at 50% 15%,#000,#0000 70%);mask-image:radial-gradient(circle at 50% 15%,#000,#0000 70%)}.projects-section .container{position:relative;z-index:1}.projects-section .grid{display:grid;justify-content:center;gap:2.2rem;grid-template-columns:repeat(auto-fit,minmax(300px,380px))}.projects.section .project-card{background:#232937;border-radius:18px;box-shadow:0 3px 24px #0000002e;padding-bottom:18px;display:flex;flex-direction:column;transition:box-shadow .18s,transform .18s;cursor:pointer}.project-card-image{border-top-left-radius:18px;border-top-right-radius:18px;overflow:hidden;margin-bottom:18px;width:100%}.project-card-image img{width:100%;height:170px;object-fit:cover;display:block;transition:transform .28s}.project-card h3{font-size:1.18rem;font-weight:700;margin-bottom:6px;color:#fff;word-break:break-word}.project-card p{color:#b1b8c9;font-size:1.01rem;margin-bottom:13px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:3.5em}.project-meta{display:flex;align-items:center;font-size:15px;color:#b1b8c9;margin-bottom:10px;gap:7px;flex-wrap:wrap}.award-badge{color:#ff9800;font-weight:600;margin-left:13px;display:flex;align-items:center;gap:4px;font-size:.97em}.project-card-links{display:flex;justify-content:space-between;align-items:center;gap:15px;flex-wrap:wrap}.project-card-links a{color:#3faaff;display:inline-flex;align-items:center;font-weight:600;text-decoration:none;font-size:.97rem;transition:color .14s;gap:6px}.project-card:hover .project-card-image img{transform:scale(1.045)}.project-card:hover,.project-card:focus-within{box-shadow:0 8px 32px #1e283c33;transform:translateY(-3px) scale(1.022)}@media (hover: none){.project-card:hover{transform:none;box-shadow:0 3px 24px #0000002e}.project-card:hover .project-card-image img{transform:none}}@media (max-width: 360px){.project-card-image img{height:150px}.project-card p{font-size:.94rem}.project-card-links a{font-size:.9rem}}.projects-section-underline{display:block;width:140px;height:6px;border-radius:3px;background:#ff9800;margin:8px auto 22px}.projects-section .filters-wrap{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:0 0 30px;padding-inline:8px}.filter-btn{background:transparent;color:#b1b8c9;border:1.5px solid #2c3141;padding:9px 18px;border-radius:999px;font-weight:600;font-size:15.5px;cursor:pointer;transition:all .17s;line-height:1;white-space:nowrap;touch-action:manipulation}.filter-btn.active,.filter-btn:hover{background:#032568;color:#fff;border-color:#032568}@media (max-width: 420px){.filter-btn{font-size:14px;padding:8px 14px}}.projects-section .project-card-body{padding:0 1.1rem .9rem;display:flex;flex-direction:column;min-width:0}.project-card-title{font-size:clamp(1.05rem,2.5vw,1.25rem);font-weight:700;margin:0 0 6px;color:#fff}.project-card-desc{color:#b1b8c9;font-size:.96rem;margin:0 0 13px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:3.2em;word-break:break-word}.project-card-body .tech-carousel,.project-card-body .tech-carousel *{position:relative;width:100%;max-width:100%;overflow:hidden;padding-right:34px;min-width:0}.project-card-body .tech-carousel .tech-track{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:6px 0 8px;min-width:0}.project-card-body .tech-carousel .tech-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#0f172a;border:1px solid #334155;color:#3faaff;cursor:pointer;box-shadow:0 2px 10px #00000026}.project-card-links{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-top:6px}.project-link{gap:6px;font-size:.95rem}.project-card-image img{height:170px}@media (max-width: 650px){.project-card-image img{height:160px}}@media (max-width: 360px){.project-card-image img{height:150px}}@media (max-width: 900px){.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.6rem}}@media (max-width: 600px){html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.project-card-body .tech-carousel{padding-right:28px}.project-card-body .tech-carousel .tech-arrow{width:26px;height:26px}.projects-section .grid{grid-template-columns:1fr;display:grid;place-items:center;align-content:start;gap:1.4rem}.projects-section .project-card{width:100%;max-width:380px;justify-self:center;margin-inline:auto;border-radius:14px}}@keyframes scaleIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.scale-in{animation:scaleIn .38s cubic-bezier(.2,.8,.3,1) both}@media (prefers-reduced-motion: reduce){.scale-in{animation:none!important}}.project-card,.project-card *{min-width:0;box-sizing:border-box;word-break:break-word}.projects-section .exp-typing{text-align:center;margin:12px auto 18px;color:#3faaff;font-weight:600;font-size:1.02rem;max-width:900px}.projects-section .project-card{position:relative;border:1px solid rgba(96,165,250,.16);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;overflow:hidden;border-radius:18px}.projects-section .project-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .22s ease;background:radial-gradient(700px 240px at 70% 0%,#ff980038,#0000 60%)}.projects-section .project-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .22s ease;box-shadow:inset 0 0 0 10px #ff9800b3,inset 0 0 0 10px #ffcc6659;filter:drop-shadow(0 10px 22px rgba(255,152,0,.18))}.projects-section .project-card:hover,.projects-section .project-card:focus-within{border-color:#ff980a8c;box-shadow:0 22px 70px #0000008c,0 18px 55px #ff980038}.projects-section .project-card:hover:before,.projects-section .project-card:focus-within:before{opacity:1}.projects-section .project-card:hover .project-card-title{color:#ffe6bef2}@media (min-width: 1200px){.projects-section .container{max-width:1280px}}:root{--exp-bg: #0b1220;--exp-bg-2: #070a12;--exp-gridline: rgba(148, 163, 184, .1);--exp-card: rgba(255, 255, 255, .06);--exp-card-strong: rgba(255, 255, 255, .09);--exp-border: rgba(148, 163, 184, .16);--exp-border-strong: rgba(148, 163, 184, .24);--exp-text: #eaf0ff;--exp-muted: rgba(226, 232, 240, .72);--exp-muted-2: rgba(226, 232, 240, .55);--exp-blue: #60a5fa;--exp-blue-2: #38bdf8;--exp-gold-1: #ffcc66;--exp-gold-2: #ffb74d;--exp-gold-3: #ff9800;--exp-gold-4: #f59e0b;--exp-shadow: 0 18px 55px rgba(0, 0, 0, .45);--exp-shadow-hover: 0 28px 90px rgba(0, 0, 0, .55);--exp-radius: 22px;--exp-radius-sm: 16px}.exp-section{position:relative;z-index:2;padding:86px 0 110px;overflow:hidden}.exp-section.exp-theme{background:radial-gradient(1200px 700px at 15% 10%,#38bdf81a,#0000 55%),radial-gradient(900px 600px at 85% 20%,#60a5fa1a,#0000 55%),linear-gradient(180deg,var(--exp-bg) 0%,var(--exp-bg-2) 100%)}.exp-container{max-width:1150px;margin:0 auto;padding:0 16px;position:relative;z-index:2}.exp-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.exp-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,var(--exp-gridline) 1px,transparent 1px),linear-gradient(to bottom,var(--exp-gridline) 1px,transparent 1px);background-size:44px 44px;opacity:.3;-webkit-mask-image:radial-gradient(circle at 50% 15%,#000,#0000 70%);mask-image:radial-gradient(circle at 50% 15%,#000,#0000 70%)}.exp-bg-glow{position:absolute;width:520px;height:520px;border-radius:999px;filter:blur(34px);opacity:.55}.exp-bg-glow-1{left:-140px;top:120px;background:radial-gradient(circle,#38bdf838,#0000 65%)}.exp-bg-glow-2{right:-160px;top:260px;background:radial-gradient(circle,#60a5fa38,#0000 65%)}.cosmic-blob{position:absolute;border-radius:999px;filter:blur(60px);opacity:.18;pointer-events:none}.cosmic-blob1{width:380px;height:380px;left:-120px;bottom:80px;background:#38bdf899}.cosmic-blob2{width:420px;height:420px;right:-140px;bottom:20px;background:#60a5fa8c}.exp-header{text-align:center;margin-bottom:2.3rem;padding:0 8px}.exp-title,.exp-header h2{font-size:2.4rem;font-weight:900;color:#fff;letter-spacing:.2px;margin:0 0 10px}.exp-section-underline{display:block;width:210px;height:5px;border-radius:999px;margin:.55rem auto 1.2rem;background:linear-gradient(90deg,var(--exp-gold-2),var(--exp-gold-3));box-shadow:0 10px 28px #ff98002e,0 0 0 1px #ff98001a inset;transform-origin:center}.exp-typing{color:#1e90ff;font-weight:600;font-size:1.02rem}.exp-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.9rem;margin-top:24px}@media (max-width: 900px){.exp-grid{grid-template-columns:1fr;gap:1.2rem}}.exp-card,.exp-card *{box-sizing:border-box}.exp-card{position:relative;border-radius:var(--exp-radius);padding:22px 22px 78px;min-height:210px;background:linear-gradient(180deg,#ffffff14,#ffffff0d),#ffffff08;border:1px solid rgba(96,165,250,.16);box-shadow:0 12px 42px #0a0e1e8c;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.exp-card-glow{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:var(--exp-radius);background:radial-gradient(circle at 20% 10%,#38bdf82e,#0000 55%);opacity:0;transition:opacity .22s ease;pointer-events:none}.exp-card-border{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--exp-radius);pointer-events:none;background:linear-gradient(90deg,#ff980000,#ff98001a,#38bdf81a,#ff980000);opacity:0;transition:opacity .22s ease;mix-blend-mode:screen}.exp-card:hover,.exp-card:focus-within{border-color:#60a5fa4d;box-shadow:0 22px 70px #0000008c,0 18px 60px #38bdf81f;background:linear-gradient(180deg,#ffffff1a,#ffffff0e),#ffffff08}.exp-card:hover .exp-card-glow,.exp-card:focus-within .exp-card-glow{opacity:1}.exp-card:hover .exp-card-border,.exp-card:focus-within .exp-card-border{opacity:1}.exp-card-header{display:flex;flex-direction:column;gap:10px;margin-bottom:12px;position:relative;z-index:2}.exp-card-title{margin:0;font-size:1.22rem;font-weight:900;color:#fff;letter-spacing:.01em;line-height:1.25}.exp-card-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.exp-card-date{display:inline-flex;align-items:center;gap:8px;color:#74b7ff;font-size:.98rem;font-weight:700}.exp-card-company{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid rgba(96,165,250,.18);background:#3b82f61a;color:#eaf2ffeb;font-weight:800;font-size:.86rem}.exp-card-preview{margin:10px 0 16px;color:#e2e8f0d1;line-height:1.6;font-size:.98rem;position:relative;z-index:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.exp-card-preview--muted{color:#e2e8f09e}.exp-card-footer{position:absolute;left:22px;right:22px;bottom:18px;display:flex;gap:12px;align-items:center;justify-content:space-between;z-index:2}.exp-card-badge{display:inline-flex;align-items:center;padding:8px 10px;border-radius:12px;background:#0f172a8c;border:1px solid rgba(148,163,184,.16);color:#eaf2ffe0;font-weight:900;font-size:.84rem}.exp-card-badge--subtle{color:#eaf2ffad}.exp-cta-btn{border:none;border-radius:14px;padding:12px 14px;font-weight:950;font-size:15px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;color:#0b1220;background:linear-gradient(180deg,var(--exp-gold-1) 0%,var(--exp-gold-3) 55%,var(--exp-gold-4) 100%);box-shadow:0 12px 30px #ff980038,0 0 0 1px #ff98001f inset;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.exp-cta-btn:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 18px 44px #ff980047,0 0 0 1px #ff980029 inset}.exp-cta-btn:active{transform:translateY(0) scale(.99)}.exp-cta-btn:focus-visible{outline:2px solid rgba(255,152,0,.75);outline-offset:3px}.exp-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#020617b8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;padding:18px}.exp-modal{width:min(920px,100%);max-height:86vh;overflow:auto;border-radius:22px;border:1px solid rgba(96,165,250,.2);background:radial-gradient(800px 450px at 20% 0%,#38bdf81f,#0000 60%),linear-gradient(180deg,#0f172af6,#020617f6);box-shadow:0 34px 110px #000000a6;padding:18px;position:relative}.exp-modal-topline{position:absolute;left:18px;right:18px;top:16px;height:3px;border-radius:999px;background:linear-gradient(90deg,#ffb74d00,#ff9800e6,#ffb74d00);opacity:.75;pointer-events:none}.exp-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid rgba(148,163,184,.12);padding:14px 2px;margin-bottom:14px}.exp-modal-heading{min-width:0}.exp-modal-title-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.exp-modal-title{margin:0;color:#fff;font-size:20px;font-weight:950;letter-spacing:.2px}.exp-modal-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(96,165,250,.22);background:#3b82f61a;color:#cfe6ff;font-size:13px;font-weight:900;white-space:nowrap}.exp-modal-company{margin-top:10px;color:#7dd3fc;font-weight:900}.exp-modal-close{border:1px solid rgba(148,163,184,.18);background:#0f172a99;color:#e2e8f0;border-radius:12px;padding:10px;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.exp-modal-close:hover{transform:translateY(-1px);border-color:#60a5fa42;background:#0f172ad9}.exp-modal-close:focus-visible{outline:2px solid rgba(96,165,250,.55);outline-offset:3px}.exp-modal-body{display:grid;gap:16px}.exp-modal-section{border-radius:16px;border:1px solid rgba(148,163,184,.14);background:#1e293b38;padding:14px}.exp-modal-section-title{color:#93c5fd;font-weight:950;font-size:12.8px;letter-spacing:.5px;text-transform:uppercase;margin-bottom:10px}.exp-modal-text{margin:0;color:#f1f5f9;line-height:1.65;font-size:15.4px}.exp-modal-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}.exp-modal-list li{display:flex;gap:10px;align-items:flex-start;color:#e2e8f0;font-size:15.2px;line-height:1.55}.exp-check-icon{color:#22c55e;margin-top:2px;flex-shrink:0}.exp-modal-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;padding-top:4px}.exp-modal-secondary{border-radius:14px;padding:12px 14px;font-weight:950;font-size:14.8px;border:1px solid rgba(148,163,184,.22);background:#0f172a99;color:#e2e8f0;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease}.exp-modal-secondary:hover{transform:translateY(-1px);border-color:#60a5fa42;background:#0f172ad1}.exp-modal-secondary:focus-visible{outline:2px solid rgba(96,165,250,.55);outline-offset:3px}@media (max-width: 600px){.exp-section{padding:72px 0 92px}.exp-title,.exp-header h2{font-size:2.05rem}.exp-card{border-radius:18px;padding:16px 14px 74px;min-height:200px}.exp-card-glow,.exp-card-border{border-radius:18px}.exp-card-title{font-size:1.12rem}.exp-card-preview{font-size:.95rem;-webkit-line-clamp:3}.exp-card-footer{left:14px;right:14px;bottom:14px}.exp-cta-btn{border-radius:12px;padding:11px 12px;font-size:14.8px}.exp-modal{border-radius:18px;padding:14px;max-height:88vh}.exp-modal-title{font-size:18px}.exp-modal-text,.exp-modal-list li{font-size:14.8px}}@media (prefers-reduced-motion: reduce){.exp-card,.exp-cta-btn,.exp-modal-close,.exp-modal-secondary{transition:none!important}}.leadership-3d-slider{overflow-x:hidden;width:100%;min-height:90vh;background:#0f141f;display:flex;justify-content:center;align-items:center;padding:5rem 0;-webkit-user-select:none;user-select:none;position:relative;color:#e0e7ff;font-family:Inter,sans-serif}.slider-container{position:absolute;max-width:900px;width:95vw;display:flex;flex-direction:column;align-items:center;padding-top:100px;padding-bottom:100px}.images-wrapper{position:relative;width:100%;height:320px;perspective:1300px;margin-bottom:2rem;display:flex;justify-content:center;align-items:center}.slider-image{position:absolute;max-width:320px;max-height:320px;width:100%;height:100%;border-radius:20px;box-shadow:0 12px 28px #19325a59;object-fit:cover;-webkit-user-select:none;user-select:none;cursor:default;transition:box-shadow .3s ease;background:#151b29}.slider-image.center{position:relative;z-index:5;box-shadow:0 20px 40px #2850aa99;cursor:default;-webkit-user-select:none;user-select:none}.slider-image.left{left:0;transform-origin:right center;cursor:pointer}.slider-image.right{right:0;transform-origin:left center;cursor:pointer}.slider-description{background:#161e2c;max-width:600px;width:95%;border-radius:15px;padding:2.2rem 3rem;color:#a8c0ff;text-align:center;font-weight:500;box-shadow:0 8px 24px #19325a4d;-webkit-user-select:text;user-select:text}.slider-description h2{color:#3faaff;font-weight:900;font-size:2.4rem;margin-bottom:.7rem;-webkit-user-select:text;user-select:text}.slider-description p{font-size:1.12rem;line-height:1.6;color:#cfd9f7;-webkit-user-select:text;user-select:text}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:transparent;border:none;cursor:pointer}.slider-nav.prev{left:10px}.slider-nav.next{right:10px}.slider-dots{display:flex;gap:12px;justify-content:center;margin-top:1.8rem}.slider-dot{width:14px;height:14px;border-radius:50%;background:#324e7a;opacity:.3;cursor:pointer;border:none;transition:background .2s ease,opacity .2s ease}.slider-dot.active{background:#3faaff;opacity:1}@media (max-width: 720px){.slider-description{padding:1.5rem 2rem;font-size:.9rem}.slider-description h2{font-size:1.7rem}.slider-description p{font-size:.95rem}.slider-nav.prev{left:-20px}.slider-nav.next{right:-20px}.slider-image{max-width:240px;max-height:240px}}#contact.section{padding-top:2rem;padding-bottom:2rem;background:#1f2633}@media (max-width: 640px){#contact.section{padding-top:2rem;padding-bottom:2rem}}.contact-info-list .icon-bg{background:hsla(var(--primary),.08);color:hsl(var(--primary));border-radius:9999px;width:42px;height:42px;display:flex;align-items:center;justify-content:center;margin-right:1rem}.contact-info-list h4{font-weight:600;margin-bottom:2px}.contact-info-list a,.contact-info-list span{color:var(--muted-foreground);font-size:1rem}.contact-info-list a:hover{color:hsl(var(--primary))}.card{background:var(--card);border-radius:12px;box-shadow:0 4px 24px #141c2614;padding:2rem 1.5rem;border:1.5px solid var(--border)}@media (max-width: 900px){.card{padding:1.25rem .8rem}}.input{background:var(--background);border:1.5px solid var(--input);border-radius:8px;padding:.8rem 1rem;color:var(--foreground);font-size:1rem;transition:border .2s}.input:focus{border-color:hsl(var(--primary));outline:none}.input[disabled]{opacity:.8;cursor:not-allowed}.input.border-red-500{border-color:#ef4444!important}.btn-primary{background:hsl(var(--primary));color:#fff;border-radius:8px;font-weight:600;border:none;transition:background .15s}.btn-primary:hover,.btn-primary:focus{background:hsl(var(--primary-light))}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.bg-green-100{background:#d1fae5}.text-green-600{color:#16a34a}@media (max-width: 900px){#contact .grid{grid-template-columns:1fr!important;gap:2rem!important}}:root{--primary: #316ff6;--primary-light: #5594ff;--accent: #ff9800;--background: #181b23;--card: #23272f;--input: #23272f;--border: #444447;--muted-foreground: #fafcff;--error: #ef4444}.contact-section{background:#1f2633;color:#fff;padding:30px 0 64px}.contact-title{text-align:center;margin-bottom:36px}.contact-title h2{font-size:2.2rem;font-weight:800;letter-spacing:.5px;margin-bottom:0}.contact-title span{display:block;width:100px;height:5px;border-radius:2px;background:#ff9800;margin:4px auto 24px}.contact-content{display:flex;gap:36px;justify-content:center;align-items:center;flex-wrap:wrap}.contact-container{max-width:1100px;margin:0 auto;padding:0 16px}.contact-info{flex:1 1 2px;min-width:260px;max-width:500px}.contact-info h3{font-size:1.4rem;font-weight:700;margin-bottom:12px}.contact-info p{color:var(--muted-foreground);font-size:1rem;margin-bottom:28px}.contact-info-list{display:flex;flex-direction:column;gap:18px}.contact-info-item{display:flex;align-items:flex-start;gap:16px}.contact-icon{background:var(--primary);color:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;margin-top:2px}.contact-info-item h4{margin:0;font-size:1.12rem;font-weight:600}.contact-info-item a,.contact-info-item span{font-size:.99rem;color:var(--muted-foreground);text-decoration:none}.contact-info-item a:hover{color:var(--primary)}.contact-form-card{background:#0f141f;border-radius:10px;box-shadow:0 2px 18px #1e283c12;padding:38px 50px 30px 28px;flex:1 1 340px;min-width:300px;max-width:600px;border:1.5px solid var(--border);transition:box-shadow .18s}.contact-form{display:flex;flex-direction:column;gap:16px}.form-group{margin-bottom:4px}.form-group label{display:block;font-size:.99rem;margin-bottom:6px;font-weight:600}.required{color:var(--error);font-size:1.04rem}.contact-form input,.contact-form textarea{background:#1f2633;border:1.5px solid var(--border);color:#fff;font-size:1rem;padding:12px 13px;border-radius:7px;width:100%;margin-top:1px;outline:none;resize:none;transition:border .17s;box-sizing:border-box;max-width:100%;display:block;min-width:0}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--primary)}.input-error{border-color:var(--error)!important}.error-msg{margin-top:4px;font-size:.94rem;color:var(--error);min-height:18px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#fff;opacity:1;font-size:1rem;letter-spacing:.01em}.contact-btn{width:100%;background:var(--primary);color:#fff;font-weight:600;font-size:1.07rem;border:none;padding:13px 0;border-radius:7px;cursor:pointer;transition:background .16s;display:flex;align-items:center;justify-content:center;margin-top:8px}.contact-btn:hover,.contact-btn:focus{background:var(--primary-light)}.spinner{border:3px solid #f3f3f3;border-top:3px solid var(--primary);border-radius:50%;width:19px;height:19px;margin-right:10px;animation:spin .7s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-thankyou{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:240px;text-align:center}.contact-thankyou h3{font-size:1.32rem;font-weight:700;margin-bottom:6px}.contact-thankyou p{color:var(--muted-foreground);font-size:1.02rem}.checkmark-bg{width:56px;height:56px;background:#16a34a22;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px}@media (max-width: 900px){.contact-content{flex-direction:column;gap:32px;align-items:stretch}.contact-form-card{max-width:100%}}@media (max-width: 600px){.contact-container{padding:0 8px}.contact-title h2{font-size:1.5rem}.contact-form-card{padding:18px 7px}}@media (max-width: 900px){.contact-content{align-items:stretch}.contact-info{text-align:left;align-items:flex-start}.contact-info{flex:1 1 450px;min-width:260px;max-width:none;align-items:stretch;text-align:left}.contact-info-list{align-items:flex-start}.contact-info-item{justify-content:flex-start}}.comingsoon-page{min-height:100vh;display:grid;place-items:center;padding:22px;background:radial-gradient(ellipse at center,#1e293b,#0f172a,#020617);color:#fff}.comingsoon-card{width:min(640px,92vw);border-radius:20px;padding:18px 18px 16px;position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff1a,#ffffff0f);border:1px solid rgba(96,165,250,.2);box-shadow:0 28px 110px #000000b3,0 0 0 1px #ff980014 inset;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.comingsoon-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;pointer-events:none;background:radial-gradient(520px 260px at 90% 0%,#ff980038,#0000 60%),radial-gradient(420px 240px at 12% 30%,#38bdf82e,#0000 58%);opacity:.95;mix-blend-mode:screen}.comingsoon-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-weight:900;font-size:.86rem;letter-spacing:.2px;color:#0b1220;background:linear-gradient(180deg,#fc6,#ff9800 55%,#f59e0b);box-shadow:0 14px 34px #ff980033,inset 0 0 0 1px #ff98002e;position:relative;z-index:1}.comingsoon-icon{margin-top:14px;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;border:1px solid rgba(63,170,255,.25);background:#3faaff1a;color:#c8e6fff2;position:relative;z-index:1}.comingsoon-title{margin:12px 0 8px;font-size:1.55rem;font-weight:950;color:#eaf2fffa;position:relative;z-index:1}.comingsoon-text{margin:0 0 14px;color:#eaf2ffe6;line-height:1.55;font-size:1.05rem;position:relative;z-index:1}.comingsoon-actions{display:flex;gap:10px;justify-content:flex-end;align-items:center;position:relative;z-index:1}.comingsoon-back{display:inline-flex;align-items:center;gap:10px;border-radius:14px;padding:10px 14px;cursor:pointer;background:#3faaff24;border:1px solid rgba(63,170,255,.3);color:#eaf2fff2;font-weight:900;transition:transform .16s ease,filter .16s ease,background .16s ease}.comingsoon-back:hover{transform:translateY(-1px);filter:brightness(1.04)}.comingsoon-home{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:10px 14px;text-decoration:none;font-weight:950;color:#0b1220;background:linear-gradient(180deg,#fc6,#ff9800 55%,#f59e0b);box-shadow:0 14px 34px #ff980033,inset 0 0 0 1px #ff98002e;transition:transform .16s ease,filter .16s ease}.comingsoon-home:hover{transform:translateY(-1px);filter:brightness(1.04)}@media (max-width: 600px){.comingsoon-card{padding:16px 16px 14px}.comingsoon-title{font-size:1.28rem}.comingsoon-text{font-size:1rem}.comingsoon-actions{justify-content:stretch}.comingsoon-back,.comingsoon-home{flex:1;justify-content:center}}:root{--cur-bg: #0b1220;--cur-bg-2: #070a12;--cur-gridline: rgba(148, 163, 184, .1);--cur-card: rgba(255, 255, 255, .06);--cur-card-2: rgba(255, 255, 255, .09);--cur-border: rgba(96, 165, 250, .18);--cur-text: #eaf0ff;--cur-muted: rgba(226, 232, 240, .7);--cur-blue: #60a5fa;--cur-blue-2: #38bdf8;--cur-gold-1: #ffcc66;--cur-gold-2: #ffb74d;--cur-gold-3: #ff9800;--cur-gold-4: #f59e0b;--cur-radius: 22px;--cur-radius-sm: 16px}.current-section{position:relative;z-index:2;padding:92px 0 110px;overflow:hidden}.current-section.current-theme{background:radial-gradient(1200px 700px at 15% 10%,#38bdf81a,#0000 55%),radial-gradient(900px 600px at 85% 18%,#60a5fa1a,#0000 55%),linear-gradient(180deg,var(--cur-bg) 0%,var(--cur-bg-2) 100%)}.current-container{max-width:1150px;margin:0 auto;padding:0 16px;position:relative;z-index:2}.current-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.current-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,var(--cur-gridline) 1px,transparent 1px),linear-gradient(to bottom,var(--cur-gridline) 1px,transparent 1px);background-size:44px 44px;opacity:.3;-webkit-mask-image:radial-gradient(circle at 50% 15%,#000,#0000 70%);mask-image:radial-gradient(circle at 50% 15%,#000,#0000 70%)}.current-bg-glow{position:absolute;width:560px;height:560px;border-radius:999px;filter:blur(38px);opacity:.55}.current-bg-glow-1{left:-180px;top:160px;background:radial-gradient(circle,#38bdf838,#0000 65%)}.current-bg-glow-2{right:-200px;top:260px;background:radial-gradient(circle,#60a5fa38,#0000 65%)}.current-header{text-align:center;margin-bottom:2.2rem}.current-title{margin:0 0 8px;color:#fff;font-size:2.45rem;font-weight:950;letter-spacing:.2px}.current-subtitle{color:#74b7fff2;font-weight:800;font-size:1.05rem;margin-bottom:10px}.current-underline{display:block;width:240px;height:5px;border-radius:999px;margin:.6rem auto 1.1rem;background:linear-gradient(90deg,var(--cur-gold-2),var(--cur-gold-3));box-shadow:0 12px 30px #ff98002e,0 0 0 1px #ff98001a inset}.current-lede{margin:0 auto;max-width:880px;color:var(--cur-muted);line-height:1.6;font-size:1.02rem}.current-grid{display:grid;grid-template-columns:1.25fr .9fr;gap:1.6rem;align-items:start;margin-top:18px}@media (max-width: 980px){.current-grid{grid-template-columns:1fr}}.current-card{position:relative;border-radius:var(--cur-radius);padding:18px;background:linear-gradient(180deg,#ffffff17,#ffffff0d),#ffffff08;border:1px solid var(--cur-border);box-shadow:0 20px 70px #0000008c;overflow:hidden}.current-card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;pointer-events:none;background:radial-gradient(520px 260px at 10% 10%,#38bdf829,#0000 60%),radial-gradient(520px 260px at 95% 0%,#ff980024,#0000 62%);opacity:.9;mix-blend-mode:screen}.current-card>*{position:relative;z-index:1}.current-card--video{padding:18px}.current-card-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px}.current-card-kicker{font-weight:950;font-size:.78rem;letter-spacing:.55px;text-transform:uppercase;color:#93c5fdf2}.current-card-link{color:#e2e8f0cc;text-decoration:none;display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:.92rem;transition:color .16s ease}.current-card-link:hover{color:#fff}.current-chip{display:inline-flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;border:1px solid rgba(96,165,250,.22);background:#3b82f61a;color:#eaf2ffeb;font-weight:900;font-size:.86rem}.current-chip--gold{border:1px solid rgba(255,152,0,.25);background:#ff98001a;color:#ffdca0eb}.current-card-title{margin:0 0 8px;color:#fff;font-size:1.18rem;font-weight:950}.current-card-desc{margin:0 0 14px;color:#e2e8f0bf;line-height:1.6}.current-stack{display:grid;gap:1.2rem}.current-video{position:relative;display:block;border-radius:18px;overflow:hidden;border:1px solid rgba(148,163,184,.16);background:#0f172a99;text-decoration:none}.current-video-thumb{width:100%;height:420px;object-fit:cover;display:block;transform:scale(1.001);transition:transform .22s ease}.current-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001a,#0000008c)}.current-video-play{position:absolute;left:18px;bottom:18px;width:52px;height:52px;border-radius:999px;display:grid;place-items:center;color:#0b1220;background:linear-gradient(180deg,var(--cur-gold-1) 0%,var(--cur-gold-3) 60%,var(--cur-gold-4) 100%);box-shadow:0 18px 44px #ff98004d}.current-video-caption{position:absolute;right:18px;bottom:18px;color:#fffffff2;font-weight:950;letter-spacing:.1px;display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.16);background:#0206178c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.current-video:hover .current-video-thumb{transform:scale(1.03)}.current-repo-actions{display:flex;gap:10px;flex-wrap:wrap}.current-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:11px 14px;border-radius:14px;font-weight:950;font-size:.95rem;text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease,border-color .16s ease}.current-btn--primary{color:#0b1220;background:linear-gradient(180deg,var(--cur-gold-1) 0%,var(--cur-gold-3) 55%,var(--cur-gold-4) 100%);box-shadow:0 14px 34px #ff980040,inset 0 0 0 1px #ff980029}.current-btn--primary:hover{transform:translateY(-1px);filter:brightness(1.03);box-shadow:0 18px 46px #ff98004d,inset 0 0 0 1px #ff980033}.current-btn--ghost{color:#eaf2ffeb;background:#0f172a8c;border:1px solid rgba(148,163,184,.2)}.current-btn--ghost:hover{transform:translateY(-1px);border-color:#60a5fa47;background:#0f172abf}.current-list{margin:0;padding-left:18px;color:#e2e8f0d9;line-height:1.65;display:grid;gap:10px}.current-footer-note{margin-top:22px;text-align:center;color:#e2e8f099;font-weight:700}@media (max-width: 600px){.current-title{font-size:2.05rem}.current-video-thumb{height:260px}.current-video-caption{right:12px;bottom:12px;font-size:.92rem}.current-video-play{left:12px;bottom:12px;width:48px;height:48px}}.current-card-link--disabled{background:transparent;border:none;padding:0;margin:0;color:#e2e8f08c;cursor:not-allowed;display:inline-flex;align-items:center;gap:8px;font-weight:800;letter-spacing:.1px}.current-card-link--disabled svg{opacity:.7}.current-video--soon{position:relative;border-radius:18px;overflow:hidden;min-height:360px;display:grid;place-items:center;background:#ffffff0f;border:1px solid rgba(96,165,250,.18)}.current-video-soon-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(600px 300px at 85% 10%,#ff98002e,#0000 60%),radial-gradient(520px 260px at 10% 25%,#38bdf82e,#0000 60%),linear-gradient(180deg,#ffffff0a,#ffffff05);opacity:.95;pointer-events:none}.current-video-soon-content{position:relative;z-index:1;width:min(520px,92%);text-align:left;padding:18px}.current-video-soon-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;font-weight:950;font-size:.86rem;letter-spacing:.2px;color:#0b1220;background:linear-gradient(180deg,#fc6,#ff9800 55%,#f59e0b);box-shadow:0 14px 34px #ff98002e,inset 0 0 0 1px #ff980033}.current-video-soon-title{margin-top:12px;font-size:1.35rem;font-weight:950;color:#eaf2fffa}.current-video-soon-text{margin-top:8px;color:#eaf2ffe0;line-height:1.5;font-size:1.02rem}.current-video-soon-actions{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}.current-video-soon-btn{display:inline-flex;align-items:center;gap:10px;border-radius:14px;padding:10px 13px;font-weight:950;font-size:.95rem;text-decoration:none;color:#0b1220;background:linear-gradient(180deg,#fc6,#ff9800 55%,#f59e0b);box-shadow:0 14px 34px #ff980033,inset 0 0 0 1px #ff98002e;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.current-video-soon-btn:hover{transform:translateY(-1px);filter:brightness(1.04);box-shadow:0 18px 46px #ff98003d,inset 0 0 0 1px #ff980038}.current-video-soon-btn.ghost{color:#eaf2fff2;background:#3faaff1f;border:1px solid rgba(63,170,255,.28);box-shadow:none}.current-video-soon-btn.ghost:hover{filter:none;box-shadow:0 16px 40px #00000073}@media (max-width: 700px){.current-video--soon{min-height:300px}.current-video-soon-content{padding:16px}.current-video-soon-title{font-size:1.18rem}.current-video-soon-text{font-size:.98rem}.current-video-soon-btn,.current-video-soon-btn.ghost{flex:1;justify-content:center}}.current-video-thumb--logo{width:100%;aspect-ratio:16 / 9;display:grid;place-items:center}.current-youtube-logo{width:min(220px,55%);height:auto}.work-popup{position:fixed!important;right:22px!important;bottom:22px!important;left:auto!important;top:auto!important;z-index:2147483647!important;isolation:isolate;width:min(320px,calc(100vw - 44px));border-radius:18px;padding:14px 14px 12px;background:linear-gradient(180deg,#ffffff17,#ffffff0d);border:1px solid rgba(96,165,250,.2);box-shadow:0 26px 80px #0000009e,0 0 0 1px #ff98001a inset;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform-origin:bottom right;animation:workPopupIn .42s cubic-bezier(.2,.8,.25,1) both;overflow:hidden;display:block}.work-popup:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;pointer-events:none;opacity:.9;background:radial-gradient(420px 230px at 85% 0%,#ff980038,#0000 60%),radial-gradient(360px 210px at 10% 20%,#38bdf82e,#0000 58%);mix-blend-mode:screen}@keyframes workPopupIn{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.work-popup-content{position:relative;z-index:2;display:grid;gap:12px;padding-right:46px;padding-top:2px}.work-popup-text{color:#eaf2fff0;font-weight:850;line-height:1.35;font-size:.98rem;letter-spacing:.1px}.work-popup-close{position:absolute;top:10px;right:10px;z-index:50;pointer-events:auto;width:34px;height:34px;min-width:34px;min-height:34px;border-radius:999px;display:grid;place-items:center;padding:0;line-height:0;border:1px solid rgba(148,163,184,.2);background:#0f172a9e;color:#e2e8f0eb;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease}.work-popup-close:hover{transform:translateY(-1px);background:#0f172adb;border-color:#60a5fa47}.work-popup-close svg{display:block}.work-popup-btn{justify-self:start;display:inline-flex;align-items:center;gap:10px;border-radius:14px;padding:10px 13px;font-weight:950;font-size:.94rem;text-decoration:none;color:#0b1220;background:linear-gradient(180deg,#fc6,#ff9800 55%,#f59e0b);box-shadow:0 14px 34px #ff980040,inset 0 0 0 1px #ff98002e;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}
