.navbar{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:30px 60px;z-index:1000;transition:all .4s cubic-bezier(.165,.84,.44,1);background:transparent}.navbar.sticky{padding:15px 60px;background:#fff!important;box-shadow:0 10px 30px #0095e814;border-bottom:1px solid rgba(0,0,0,.05)}.logo img{height:68px;transition:all .3s ease;border-radius:50%;overflow:hidden;object-fit:cover}.navbar.sticky .logo img{height:42px}.nav-links{display:flex;gap:40px;background-color:#fff;padding:15px 30px;border-radius:40px}.nav-links a{text-decoration:none;color:var(--text);font-weight:600;font-size:15px;letter-spacing:.5px;position:relative;padding:5px 0;transition:all .3s ease}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-dark);transition:width .3s ease}.nav-links a:hover:after,.nav-links a.active:after{width:100%}.nav-links a.active{color:var(--accent-dark)}.menu-toggle{display:none;cursor:pointer;z-index:1001;width:30px;height:20px;position:relative}.hamburger{width:100%;height:2px;background-color:var(--text);position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease}.hamburger:before,.hamburger:after{content:"";position:absolute;width:100%;height:2px;background-color:var(--text);transition:all .3s ease}.hamburger:before{top:-8px}.hamburger:after{top:8px}.menu-toggle.active .hamburger{background-color:transparent}.menu-toggle.active .hamburger:before{top:0;transform:rotate(45deg)}.menu-toggle.active .hamburger:after{top:0;transform:rotate(-45deg)}@media(max-width:991px){.navbar{padding:20px 40px}.navbar.sticky{padding:10px 40px}.menu-toggle{display:block}.nav-links{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:30px;padding:80px 40px;border-radius:0;transition:all .5s cubic-bezier(.77,0,.175,1);box-shadow:-10px 0 30px #0000000d;z-index:1000;visibility:hidden;opacity:0}.nav-links.active{right:0;visibility:visible;opacity:1}.nav-links a{font-size:18px;width:100%;text-align:center}}@media(max-width:576px){.navbar{padding:15px 20px}.navbar.sticky{padding:8px 20px}.logo img{height:50px}.navbar.sticky .logo img{height:38px}}.app-footer{padding:60px 0 30px;background:#e0f4ff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(56,182,255,.2);margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:0 40px}.footer-logo{display:flex;align-items:center;gap:16px}.footer-logo img{width:50px;height:50px;border-radius:50%;object-fit:cover;box-shadow:0 4px 10px #0000001a}.footer-brand{display:flex;flex-direction:column}.brand-name{font-size:18px!important;color:var(--text)!important;line-height:1.2}.brand-tagline{font-size:12px!important;letter-spacing:1px;text-transform:uppercase}.footer-social-col{display:flex;justify-content:flex-end}.social-icons a{font-size:24px;color:var(--text-light)!important;transition:all .3s ease}.social-icons a:hover{color:var(--accent-dark)!important;transform:translateY(-3px)}.footer-bottom{margin-top:40px;padding-top:24px;border-top:1px solid rgba(56,182,255,.1);text-align:center}@media(max-width:991px){.footer-content{padding:0 24px}.footer-social-col{justify-content:center;margin-top:30px}.footer-logo{justify-content:center;text-align:center;flex-direction:column;gap:12px}}@media(max-width:576px){.app-footer{padding:40px 0 20px}.brand-name{font-size:16px!important}.social-icons a{font-size:20px}}.animated-bg-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden;pointer-events:none}.bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 10% 20%,#c8edff88 0%,transparent 60%),radial-gradient(ellipse 60% 80% at 90% 80%,#a5d8f388 0%,transparent 60%),linear-gradient(180deg,#dff3ff,#c2e9fb 60%,#a1d4f0)}.orb{position:absolute;border-radius:50%;filter:blur(60px);opacity:.45;animation:drift linear infinite}.orb1{width:500px;height:500px;background:#7acfff;top:-120px;left:-80px;animation-duration:18s}.orb2{width:350px;height:350px;background:#b8e6ff;bottom:0;right:-60px;animation-duration:22s;animation-delay:-8s}.orb3{width:220px;height:220px;background:#38b6ff55;top:40%;left:55%;animation-duration:14s;animation-delay:-4s}.dots-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,#38b6ff33 1px,transparent 1px);background-size:40px 40px}@keyframes drift{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-40px) scale(1.05)}66%{transform:translate(-20px,30px) scale(.97)}to{transform:translate(0) scale(1)}}.layout-container{min-height:100vh;display:flex;flex-direction:column;overflow-x:hidden}.main-content{flex:1;display:flex;flex-direction:column}@media(max-width:600px){.main-content{padding-top:20px}}.home-container{display:flex;flex-direction:column;position:relative;overflow-x:hidden}section{padding:60px 24px;width:100%;max-width:1200px;margin:0 auto}.hero-section{min-height:90vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;padding-top:30px}.hero-visual-deco{position:absolute;top:10%;left:5%;width:300px;height:300px;background:radial-gradient(circle,rgba(56,182,255,.1) 0%,transparent 70%);filter:blur(40px);z-index:-1}.deco-line{position:absolute;top:0;right:15%;width:1px;height:250px;background:linear-gradient(to bottom,transparent,var(--accent-dark),transparent);opacity:.15}.availability-tag{display:inline-flex;align-items:center;gap:10px;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(56,182,255,.25);border-radius:50px;padding:8px 20px;font-size:13px;color:var(--accent-dark);font-weight:600;text-transform:uppercase;margin-bottom:32px;box-shadow:0 10px 30px #0095e80d}.dot{width:8px;height:8px;background:var(--accent);border-radius:50%}.pulse{animation:pulse-kf 2s infinite}@keyframes pulse-kf{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(1.5)}}.hero-name.ant-typography{font-family:Playfair Display,serif!important;font-size:clamp(56px,10vw,110px)!important;line-height:.9!important;font-weight:800!important;color:var(--text)!important;letter-spacing:-3px!important;margin-bottom:20px!important}.hero-name span{color:transparent;-webkit-text-stroke:2px var(--accent-dark)}.hero-role.ant-typography{font-size:clamp(14px,2vw,20px)!important;color:var(--accent-dark)!important;font-weight:600!important;letter-spacing:3px!important;text-transform:uppercase!important;margin-bottom:28px!important;opacity:.8}.hero-desc.ant-typography{max-width:580px;font-size:19px!important;line-height:1.8!important;color:var(--text-light)!important;margin-bottom:48px!important}.btn-primary-gradient{background:linear-gradient(135deg,var(--accent-dark) 0%,#007bbd 100%)!important;border-radius:50px!important;box-shadow:0 15px 35px #0095e84d!important;border:none!important;height:54px!important;padding:0 40px!important;font-weight:700!important;font-size:16px!important}.btn-outline-glass{background:#fff6!important;border:1.5px solid rgba(56,182,255,.4)!important;color:var(--accent-dark)!important;border-radius:50px!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;height:54px!important;padding:0 40px!important;font-weight:700!important;font-size:16px!important}.btn-primary-gradient:hover,.btn-outline-glass:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0095e859!important}.stats-row-wrapper{margin-top:100px;width:100%}.stat-item{text-align:center}.stat-num{font-family:Playfair Display,serif!important;font-size:52px!important;color:var(--text)!important;font-weight:800!important}.stat-label{font-size:11px!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--text-light)!important;font-weight:700}.stat-divider{width:1px;height:70px;background:#38b6ff33;margin:0 30px}.about-section{background:#38b6ff05}.about-image-card{position:relative;border-radius:30px;overflow:hidden;box-shadow:0 40px 80px #0000001a}.about-image-card img{width:100%;display:block;filter:grayscale(20%)}.about-overlay-text{position:absolute;bottom:30px;left:30px;background:var(--accent-dark);color:#fff;padding:10px 24px;border-radius:40px;font-family:DM Sans,sans-serif;font-weight:700;font-size:14px}.about-content h2.ant-typography{font-family:Playfair Display,serif!important;font-size:42px!important;margin-bottom:24px!important}.value-pills{margin-top:32px}.value-pills .ant-typography-strong{color:var(--accent-dark);font-size:15px}.tech-card-premium{background:#fffc!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border:1px solid rgba(56,182,255,.15)!important;border-radius:28px!important;padding:24px!important;height:100%!important;transition:all .4s ease!important}.tech-card-premium:hover{transform:translateY(-12px);box-shadow:0 40px 80px #0095e814!important;border-color:var(--accent)!important}.tech-icon-glow{width:60px;height:60px;background:var(--sky-deep);color:var(--accent-dark);display:flex;align-items:center;justify-content:center;border-radius:18px;font-size:28px;margin-bottom:24px;box-shadow:0 10px 25px #38b6ff33}.tech-pill-v2{background:#38b6ff14;color:var(--accent-dark);padding:6px 16px;border-radius:50px;font-size:13px;font-weight:600;border:1px solid rgba(56,182,255,.15);display:inline-block;margin:4px}.workflow-section{text-align:center}.workflow-item{position:relative;padding:40px 20px;background:#fff;border-radius:24px;box-shadow:0 15px 40px #00000008;height:100%;transition:all .3s ease}.workflow-item:hover{transform:translateY(-5px);box-shadow:0 25px 50px #0000000f}.workflow-number{position:absolute;top:-15px;left:20px;width:40px;height:40px;background:var(--accent-dark);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}.workflow-icon{font-size:36px;color:var(--accent);margin-bottom:20px}.featured-teaser{position:relative;background:#0a1118;color:#fff!important;max-width:100%!important;border-radius:0;text-align:center}.featured-teaser h2,.featured-teaser p{color:#fff!important}.featured-bg-noise{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.05;pointer-events:none}.teaser-grid{margin-top:60px}.teaser-card{border-radius:24px!important;overflow:hidden!important;border:none!important;background:#ffffff0d!important;cursor:pointer;transition:all .4s ease!important}.teaser-card:hover{transform:scale(1.02);background:#ffffff1a!important;box-shadow:0 20px 40px #0003!important}.teaser-card .ant-card-meta-title{color:#fff!important;font-weight:700!important}.teaser-card .ant-card-meta-description{color:#fff9!important}.view-more-btn{margin-top:60px!important;height:50px!important;border-radius:12px!important;background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important}.final-cta-section{text-align:center;margin:30px auto;background:#fff;border-radius:50px;padding:80px 40px;box-shadow:0 40px 100px #0095e81a}.btn-final-impact{height:60px!important;padding:0 50px!important;background:var(--accent-dark)!important;color:#fff!important;border-radius:18px!important;font-weight:800!important;font-size:18px!important;margin-top:32px!important;box-shadow:0 20px 40px #0095e84d!important}.cta-content{padding:30px}.scroll-hint-icon{height:100px;display:flex;justify-content:center;align-items:flex-start;margin-top:-40px}.scroll-line-animated{width:1px;height:60px;background:linear-gradient(to bottom,var(--accent),transparent);animation:scrollLine-kf 2s ease-in-out infinite}@keyframes scrollLine-kf{0%{transform:scaleY(1);opacity:1;transform-origin:top}to{transform:scaleY(.3) translateY(20px);opacity:0;transform-origin:top}}@media(max-width:1024px){section{padding:60px 40px}}@media(max-width:991px){.hero-section{min-height:auto;padding:120px 24px 60px}.hero-name.ant-typography{font-size:clamp(48px,12vw,80px)!important;letter-spacing:-2px!important}.stats-row-wrapper{margin-top:60px}.stat-divider{display:none}.stats-row{flex-direction:column!important;gap:30px}.about-content{margin-top:40px;text-align:center}.about-content h2.ant-typography{font-size:32px!important}.value-pills{justify-content:center}.tech-card-premium{padding:20px!important}.final-cta-section{padding:60px 30px;border-radius:30px}}@media(max-width:768px){section{padding:40px 20px}.hero-desc.ant-typography{font-size:17px!important}.hero-visual-deco,.deco-line{display:none}.cta-group{flex-direction:column!important;width:100%;max-width:320px;align-items:stretch!important}.btn-primary-gradient,.btn-outline-glass{width:100%!important;margin:0!important}.stat-num{font-size:42px!important}.tech-pill-v2{font-size:12px;padding:4px 12px}.workflow-item{padding:30px 15px}.teaser-grid .ant-col{width:100%!important;max-width:100%!important;flex:0 0 100%!important}}@media(max-width:576px){.hero-name.ant-typography{font-size:40px!important;letter-spacing:-1px!important}.hero-role.ant-typography{font-size:13px!important;letter-spacing:2px!important}.about-image-card{border-radius:20px}.about-overlay-text{bottom:20px;left:20px;padding:8px 16px;font-size:12px}.final-cta-section h2.ant-typography{font-size:28px!important}.btn-final-impact{width:100%!important;font-size:16px!important;padding:0 24px!important}}.blog-refined-container{min-height:100vh;padding:120px 24px 80px}.blog-main-header{text-align:center;margin-bottom:80px;max-width:800px;margin-left:auto;margin-right:auto}.blog-main-header h1.ant-typography{font-family:Playfair Display,serif!important;font-size:48px!important;color:var(--text)!important}.blog-layout{max-width:1200px;margin:0 auto!important}.blog-feed{display:flex;flex-direction:column;gap:32px}.blog-post-card-v2.ant-card{border-radius:16px!important;box-shadow:0 4px 12px #00000008!important;overflow:hidden;transition:all .3s ease}.blog-post-card-v2.ant-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000000f!important}.card-post-header{display:flex;align-items:center;gap:16px;padding:24px 24px 0}.author-info{display:flex;flex-direction:column}.author-name.ant-typography{font-size:16px!important;color:#1e293b!important}.post-meta-line .ant-typography{font-size:13px!important;color:#64748b!important}.card-post-content{padding:24px}.post-title.ant-typography{font-family:DM Sans,sans-serif!important;font-weight:800!important;color:#0f172a!important;margin-bottom:16px!important;line-height:1.3!important}.post-excerpt.ant-typography{font-size:16px!important;color:#475569!important;line-height:1.6!important;margin-bottom:24px!important}.post-img-wrapper{width:100%;height:400px;border-radius:12px;overflow:hidden;margin-top:20px}.post-img-wrapper img{width:100%;height:100%;object-fit:cover}.card-post-footer{padding:0 24px 24px;display:flex;justify-content:space-between;align-items:center}.read-more-btn.ant-btn{font-weight:700!important;color:var(--accent-dark)!important;font-size:15px!important}.blog-sidebar{display:flex;flex-direction:column;gap:24px;position:sticky;top:100px}.sidebar-card.ant-card{border-radius:16px!important;box-shadow:0 4px 12px #00000008!important}.sidebar-card .ant-card-head-title{font-weight:700!important;font-size:16px!important;color:#1e293b!important}.sidebar-author-box{text-align:center;display:flex;flex-direction:column;align-items:center;padding:10px 0}.sidebar-author-box h4.ant-typography{margin:16px 0 8px!important;font-weight:700!important}.sidebar-author-box p.ant-typography{font-size:14px!important;color:#64748b!important;line-height:1.5!important}.sidebar-socials{margin-top:16px}.social-icon{font-size:20px;color:#94a3b8;cursor:pointer;transition:color .2s}.social-icon:hover{color:var(--accent-dark)}.sidebar-categories{display:flex;flex-wrap:wrap;gap:8px}.sidebar-tag{margin:0!important;padding:4px 12px!important;border-radius:20px!important;background:#fff!important;border:1px solid #e2e8f0!important;color:#475569!important;cursor:pointer;transition:all .2s ease}.sidebar-tag:hover{border-color:var(--accent)!important;color:var(--accent-dark)!important}.newsletter-card .ant-typography{font-size:14px!important;color:#64748b!important;margin-bottom:16px!important}@media(max-width:1024px){.blog-refined-container{padding:100px 40px 60px}}@media(max-width:991px){.blog-main-header{margin-bottom:40px}.blog-main-header h1.ant-typography{font-size:36px!important}.blog-sidebar{position:static;margin-top:40px}.post-img-wrapper{height:300px}}@media(max-width:768px){.blog-refined-container{padding:80px 20px 40px}.post-title.ant-typography{font-size:20px!important}.post-img-wrapper{height:240px}.card-post-header{padding:20px 20px 0}.card-post-content{padding:20px}.card-post-footer{padding:0 20px 20px}}@media(max-width:576px){.blog-main-header h1.ant-typography{font-size:28px!important}.post-img-wrapper{height:200px}}.contact-container{padding:120px 24px 80px;min-height:100vh}.contact-header{text-align:center;margin-bottom:80px;max-width:800px;margin-left:auto;margin-right:auto}.contact-header h1.ant-typography{font-family:Playfair Display,serif!important;font-size:48px!important;color:var(--text)!important}.contact-header p.ant-typography{font-size:18px!important;color:var(--text-light)!important}.contact-content{max-width:1200px;margin:0 auto!important}.contact-info-list{width:100%}.contact-info-item{display:flex;align-items:center;gap:20px;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:100%;transition:all .3s ease;margin-bottom:20px}.contact-info-item:hover{transform:translateY(-5px);border-color:var(--accent);box-shadow:0 10px 25px #0095e80d}.info-icon{width:50px;height:50px;background:var(--sky-deep);color:var(--accent-dark);display:flex;align-items:center;justify-content:center;border-radius:12px;font-size:20px}.info-text{display:flex;flex-direction:column}.social-link{color:var(--accent-dark);font-weight:600;transition:color .2s}.social-link:hover{color:var(--accent)}.contact-availability-card.ant-card{margin-top:12px;background:#0095e80d!important;border:1.5px dashed rgba(0,149,232,.2)!important;border-radius:16px!important}.contact-form-wrapper{background:#fff;padding:48px;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 20px 50px #0000000a;position:relative;min-height:500px;display:flex;flex-direction:column;justify-content:center}.contact-form .ant-form-item-label label{color:#1e293b!important;font-weight:600!important}.contact-form .ant-input,.contact-form .ant-input-textarea{background:#f8fafc!important;border:1.5px solid #e2e8f0!important;border-radius:12px!important;padding:12px 16px}.contact-form .ant-input:focus,.contact-form .ant-input-textarea:focus{border-color:var(--accent)!important;background:#fff!important}.submit-btn{height:56px!important;font-size:16px!important;font-weight:700!important;background:var(--accent-dark)!important;border-radius:14px!important;border:none!important;transition:all .3s ease!important}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0095e833}.status-overlay{text-align:center}.status-overlay .ant-result-title{font-family:DM Sans,sans-serif!important;font-weight:800!important;font-size:28px!important}.status-overlay .ant-result-subtitle{font-size:16px!important;color:#64748b!important}.status-btn{height:50px!important;border-radius:12px!important;font-weight:700!important;padding:0 32px!important}@media(max-width:1024px){.contact-container{padding:100px 40px 60px}}@media(max-width:991px){.contact-header{margin-bottom:40px}.contact-header h1.ant-typography{font-size:36px!important}.contact-info-list{margin-bottom:40px}.contact-form-wrapper{padding:32px}}@media(max-width:768px){.contact-container{padding:80px 20px 40px}.contact-header h1.ant-typography{font-size:32px!important}.contact-header p.ant-typography{font-size:16px!important}.contact-info-item{padding:20px;gap:16px}.info-icon{width:44px;height:44px;font-size:18px}.contact-form-wrapper{padding:24px 20px;min-height:auto}}@media(max-width:576px){.contact-header h1.ant-typography{font-size:28px!important}.submit-btn{height:50px!important;font-size:15px!important}}.support-container{padding:80px 60px;max-width:1200px;margin:0 auto}.support-header{text-align:center;margin-bottom:60px}.support-header h1.ant-typography{font-family:Playfair Display,serif!important;font-size:48px!important;color:var(--text)!important}.support-header p.ant-typography{font-size:18px!important;color:var(--text-light)!important}.services-grid{margin-top:40px}.service-card{background:#ffffffb3!important;-webkit-backdrop-filter:blur(15px)!important;backdrop-filter:blur(15px)!important;border:1px solid rgba(56,182,255,.2)!important;border-radius:20px!important;padding:24px!important;height:100%!important;display:flex!important;flex-direction:column!important;transition:all .3s ease!important}.service-card:hover{transform:translateY(-10px);border-color:var(--accent)!important;box-shadow:0 20px 40px #0095e81a!important}.service-icon-wrapper{width:60px;height:60px;background:var(--sky-deep);color:var(--accent-dark);display:flex;align-items:center;justify-content:center;border-radius:15px;font-size:28px;margin-bottom:24px}.service-title.ant-typography{font-family:DM Sans,sans-serif!important;font-weight:700!important;color:var(--text)!important;margin-bottom:16px!important}.service-desc.ant-typography{color:var(--text-light)!important;line-height:1.6!important;margin-bottom:24px!important;flex-grow:1}.service-features{list-style:none;padding:0;margin:0 0 32px}.service-features li{display:flex;align-items:center;gap:10px;color:var(--text-light);margin-bottom:10px;font-size:14px}.service-btn{background:var(--accent-dark)!important;border-radius:12px!important;border:none!important;height:50px!important;font-weight:600!important}.support-cta{margin-top:100px;text-align:center;padding:60px;background:#38b6ff1a;border-radius:30px;border:1px dashed var(--accent)}.support-cta h2.ant-typography{font-family:Playfair Display,serif!important;color:var(--text)!important}.contact-btn{margin-top:24px!important;border:1.5px solid var(--accent-dark)!important;color:var(--accent-dark)!important;border-radius:12px!important;height:50px!important;background:transparent!important}@media(max-width:1024px){.support-container{padding:80px 40px 60px}}@media(max-width:991px){.support-header h1.ant-typography{font-size:36px!important}.support-cta{margin-top:60px;padding:40px 30px}}@media(max-width:768px){.support-container{padding:60px 24px 40px}.service-card{padding:20px!important}.service-icon-wrapper{width:50px;height:50px;font-size:24px;margin-bottom:20px}.service-title.ant-typography{font-size:20px!important}.service-btn{height:44px!important}}@media(max-width:576px){.support-header h1.ant-typography{font-size:28px!important}.support-cta h2.ant-typography{font-size:24px!important}}.projects-container{padding:120px 60px 80px;max-width:1200px;margin:0 auto}.projects-header{text-align:center;margin-bottom:80px}.projects-header h1.ant-typography{font-family:Playfair Display,serif!important;font-size:48px!important;color:var(--text)!important}.projects-header p.ant-typography{font-size:18px!important;color:var(--text-light)!important;max-width:700px;margin:0 auto!important}.projects-list{display:flex;flex-direction:column;gap:100px}.project-row-item{background-color:#f8fafc;width:100%;border-radius:20px;padding:40px}.project-image-container{position:relative;height:400px;border-radius:20px;overflow:hidden;box-shadow:0 30px 60px #0095e81a;transition:transform .4s ease}.project-row-item:hover .project-image-container{transform:scale(1.02)}.project-display-img{width:100%;height:100%;object-fit:cover}.project-type-tag{position:absolute;top:20px;left:20px;background:var(--accent-dark);color:#fff;padding:6px 16px;border-radius:40px;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.project-detail-content{display:flex;flex-direction:column;justify-content:center;height:100%}.project-detail-content h2.ant-typography{font-family:Playfair Display,serif!important;font-size:36px!important;color:var(--text)!important;margin-bottom:20px!important}.project-tech-tags{margin-bottom:24px}.project-long-desc.ant-typography{font-size:17px!important;color:var(--text-light)!important;line-height:1.7!important;margin-bottom:24px!important}.project-features-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px}.project-features-list li{display:flex;align-items:center;gap:12px;color:var(--text-light);font-size:15px}.check-icon{color:var(--accent-dark)}.view-live-btn{background:var(--accent-dark)!important;border-radius:12px!important;border:none!important;height:50px!important;padding:0 28px!important;font-weight:600!important}.view-repo-btn{border:1.5px solid rgba(56,182,255,.4)!important;color:var(--accent-dark)!important;border-radius:12px!important;height:50px!important;padding:0 28px!important;background:transparent!important;font-weight:600!important}.projects-footer-cta{margin-top:120px;text-align:center;padding:80px 40px;background:#0095e80d;border-radius:40px;border:1.5px dashed var(--accent)}.projects-footer-cta h2.ant-typography{font-family:Playfair Display,serif!important;color:var(--text)!important}.cta-btn-final{margin-top:32px!important;height:56px!important;background:var(--accent-dark)!important;border-radius:14px!important;padding:0 40px!important;font-size:17px!important;font-weight:700!important;border:none!important}.flex-reverse{flex-direction:row-reverse}@media(max-width:1024px){.projects-container{padding:100px 40px 60px}}@media(max-width:991px){.projects-header h1.ant-typography{font-size:36px!important}.projects-list{gap:60px}.project-row-item{padding:30px}.project-image-container{height:300px;margin-bottom:30px}.flex-reverse{flex-direction:row}.project-detail-content{text-align:center;align-items:center}.project-features-list{align-items:flex-start}}@media(max-width:768px){.projects-container{padding:80px 20px 40px}.projects-header{margin-bottom:40px}.project-detail-content h2.ant-typography{font-size:28px!important}.project-actions{flex-direction:column;width:100%}.view-live-btn,.view-repo-btn{width:100%}.projects-footer-cta{margin-top:60px;padding:40px 20px}}@media(max-width:576px){.projects-header h1.ant-typography{font-size:28px!important}.project-image-container{height:220px}.project-long-desc.ant-typography{font-size:15px!important}}.about-page-container{padding:120px 24px 80px;min-height:100vh}section{max-width:1200px;margin:0 auto 100px;padding:0!important}.section-title.ant-typography{text-align:center;margin-bottom:60px;font-family:Playfair Display,serif!important;font-size:36px!important}.about-hero{padding-top:40px}.about-avatar-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.avatar-hex{width:320px;height:320px;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%);background:var(--accent-dark);padding:8px;transition:all .5s ease}.avatar-hex img{width:100%;height:100%;object-fit:cover;clip-path:polygon(25% 0%,75% 0%,100% 50%,75% 100%,25% 100%,0% 50%)}.gpa-badge{position:absolute;bottom:10px;right:20%;background:#fff;padding:12px 20px;border-radius:20px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;align-items:center;border:1.5px solid var(--accent);z-index:10}.role-tag{font-weight:700;padding:4px 16px;border-radius:50px;margin-bottom:16px}.about-name.ant-typography{font-size:52px!important;font-weight:800!important;margin-bottom:24px!important}.about-name span{color:var(--accent-dark)}.about-summary{font-size:18px!important;line-height:1.8!important;color:#475569!important;margin-bottom:32px!important}.quick-stats{margin-top:32px}.quick-stat-item h2.ant-typography{margin:0!important;color:var(--accent-dark)!important}.timeline-wrapper{padding:40px 0}.achievement-card{border-radius:16px!important;box-shadow:0 4px 20px #0000000a!important;transition:all .3s ease;border:none!important}.achievement-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0095e81a!important}.timeline-item{padding-bottom:40px}.personality-card{background:#fff;padding:32px 24px;border-radius:20px;text-align:center;height:100%;transition:all .3s ease;box-shadow:0 4px 12px #00000008}.trait-icon{font-size:40px;color:var(--accent);margin-bottom:20px}.personality-card-more{background:linear-gradient(135deg,var(--accent-dark) 0%,#007bbd 100%);color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;height:100%}.personality-card-more h3.ant-typography{color:#fff!important;margin:0!important;font-style:italic}.motivation-card{background:#fff;border-radius:30px!important;padding:40px!important;box-shadow:0 20px 60px #0000000d!important;border:none!important;position:relative;overflow:hidden}.motivation-card:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:var(--sky);filter:blur(80px);opacity:.3}.quote{font-size:20px!important;color:var(--accent-dark)!important;margin:24px 0!important;font-family:Playfair Display,serif!important}.skill-progress-box{display:flex;flex-direction:column;gap:24px}.progress-item .progress-label{display:flex;justify-content:space-between;margin-bottom:8px;font-weight:600}@media(max-width:1024px){.about-page-container{padding:100px 40px 60px}}@media(max-width:991px){.about-avatar-wrapper{margin-bottom:60px}.about-name.ant-typography{font-size:42px!important;text-align:center}.role-tag{display:block;margin:0 auto 16px;width:fit-content}.about-summary{text-align:center;font-size:17px!important}.quick-stats{justify-content:center}.section-title.ant-typography{font-size:32px!important;margin-bottom:40px}}@media(max-width:768px){.about-page-container{padding:80px 20px 40px}section{margin-bottom:60px}.avatar-hex{width:240px;height:240px}.gpa-badge{right:15%;padding:8px 16px}.about-name.ant-typography{font-size:32px!important}.motivation-card{padding:30px 20px!important}.personality-card-more{padding:30px 20px}}@media(max-width:576px){.avatar-hex{width:200px;height:200px}.gpa-badge{right:10%;bottom:0}.about-name.ant-typography{font-size:28px!important}.quick-stat-item{text-align:center;margin-bottom:20px}}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}.notfound-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100vh;padding:20px;background-color:#fff}.notfound-image{max-width:600px;width:100%;margin-bottom:30px}.notfound-container h1{font-size:2.5rem;margin-bottom:10px;color:#333}.notfound-container p{color:#666;margin-bottom:20px}.notfound-button{display:inline-block;padding:10px 20px;background-color:#1677ff;color:#fff;text-decoration:none;border-radius:5px;transition:background-color .2s}.notfound-button:hover{background-color:#0958d9}:root{--sky: #e0f4ff;--sky-mid: #b8e6ff;--sky-deep: #7acfff;--accent: #38b6ff;--accent-dark: #0095e8;--text: #0a2540;--text-light: #3a6080;--white: #ffffff}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background:var(--sky);color:var(--text);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow-x:hidden}#root{min-height:100vh}a{text-decoration:none;color:inherit}ul{list-style:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--sky)}::-webkit-scrollbar-thumb{background:var(--sky-deep);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}
