body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:#020617;color:#f8fafc;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.app{background:#020617;min-height:100vh}.header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#020617e6;border-bottom:1px solid #ffffff1a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1150px;padding:18px 22px}.logo{color:#fff;font-size:20px;font-weight:800}.logo:hover{color:#67e8f9}.nav-links{display:flex;gap:28px}.nav-links a{color:#cbd5e1;font-size:15px;transition:.3s}.nav-links a:hover{color:#fff}.hero{grid-gap:45px;align-items:center;display:grid;gap:45px;grid-template-columns:1.2fr .8fr;margin:auto;max-width:1150px;padding:90px 22px}.hero-content{animation:fadeInUp .7s ease}.tag{background:#22d3ee1a;border:1px solid #22d3ee59;border-radius:999px;color:#a5f3fc;display:inline-block;font-size:14px;margin-bottom:22px;padding:10px 18px}.hero h1{font-size:58px;font-weight:900;line-height:1.1}.hero h1 span{color:#67e8f9}.hero-text{color:#cbd5e1;font-size:18px;line-height:1.8;margin-top:24px;max-width:700px}.contact-buttons,.hero-buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.btn{align-items:center;border-radius:18px;display:inline-flex;font-weight:700;justify-content:center;padding:14px 24px;transition:.3s}.primary-btn{background:#22d3ee;color:#020617}.primary-btn:hover{background:#67e8f9;transform:translateY(-2px)}.secondary-btn{background:#ffffff0f;border:1px solid #ffffff2e;color:#fff}.secondary-btn:hover{background:#ffffff1f;transform:translateY(-2px)}.profile-card{animation:fadeInUp .9s ease;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:32px;box-shadow:0 30px 80px #0891b22e;padding:35px}.profile-img{border:4px solid #67e8f966;border-radius:50%;box-shadow:0 18px 40px #0891b259;height:155px;margin:auto;object-fit:cover;width:155px}.profile-info{margin-top:30px}.profile-info p{color:#cbd5e1;line-height:1.5;margin-bottom:16px;word-break:break-word}.section{padding:75px 22px}.container{margin:auto;max-width:1150px}.about-section,.skills-section{background:#ffffff08;border-bottom:1px solid #ffffff14;border-top:1px solid #ffffff14}.section h2{font-size:36px;margin-bottom:18px}.section p{color:#cbd5e1;font-size:17px;line-height:1.8}.section-subtitle{margin-bottom:35px}.project-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.project-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:26px;padding:30px;transition:.3s}.project-card:hover{background:#ffffff17;transform:translateY(-6px)}.project-type{color:#67e8f9!important;font-size:14px!important;font-weight:700;margin-bottom:12px}.project-title-row{display:flex;gap:15px;justify-content:space-between}.project-title-row h3{color:#fff;font-size:24px}.project-link{align-items:center;border:1px solid #ffffff24;border-radius:50%;color:#67e8f9;display:flex;height:36px;justify-content:center;min-width:36px}.project-link:hover{background:#ffffff1a}.project-desc{margin-top:16px}.tech-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.tech-list span{background:#1e293b;border-radius:999px;color:#cbd5e1;font-size:14px;padding:8px 13px}.skills-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(5,1fr);margin-top:30px}.skill-box{background:#0f172a;border:1px solid #ffffff1a;border-radius:18px;color:#e2e8f0;padding:18px 12px;text-align:center}.skill-card-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(3,1fr);margin-top:38px}.skill-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:24px;padding:26px}.skill-card h3{font-size:22px;margin-bottom:10px}.contact-card{background:linear-gradient(135deg,#22d3ee1f,#3b82f61f);border:1px solid #22d3ee33;border-radius:34px;padding:45px}footer{border-top:1px solid #ffffff14;color:#94a3b8;padding:28px;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.navbar{padding:16px 18px}.logo{font-size:18px}.nav-links{display:none}.hero{gap:35px;grid-template-columns:1fr;padding:55px 18px;text-align:center}.hero-content{order:1}.profile-card{margin:auto;max-width:420px;order:2}.hero h1{font-size:42px}.hero-text{font-size:16px;margin-left:auto;margin-right:auto}.contact-buttons,.hero-buttons{justify-content:center}.project-grid{grid-template-columns:1fr}.skills-grid{grid-template-columns:repeat(2,1fr)}.skill-card-grid{grid-template-columns:1fr}.section{padding:60px 18px}.about-section p,.section h2,.section-subtitle{text-align:center}}@media (max-width:500px){.hero{padding-top:45px}.hero h1{font-size:32px;line-height:1.2}.tag{font-size:13px;padding:9px 14px}.hero-text{font-size:15px;line-height:1.7}.btn{padding:14px 18px;width:100%}.profile-card{border-radius:26px;padding:24px}.profile-img{height:135px;width:135px}.profile-info p{font-size:14px}.section h2{font-size:30px}.project-card{padding:24px}.project-title-row{align-items:flex-start}.project-title-row h3{font-size:21px}.project-desc{font-size:15px!important}.skills-grid{grid-template-columns:1fr}.skill-box{padding:16px 12px}.contact-card{padding:28px 22px;text-align:center}footer{font-size:13px;padding:22px}}.animated-bg{inset:0;overflow:hidden;pointer-events:none;position:absolute;z-index:0}.animated-bg span{animation:floatBlob 10s ease-in-out infinite;background:radial-gradient(circle,#22d3ee59,#0000 65%);border-radius:50%;display:block;height:180px;position:absolute;width:180px}.animated-bg span:first-child{left:5%;top:10%}.animated-bg span:nth-child(2){animation-delay:2s;right:10%;top:55%}.animated-bg span:nth-child(3){animation-delay:4s;bottom:5%;left:45%}.hero-content,.profile-3d-wrapper{position:relative;z-index:1}.profile-3d-wrapper{perspective:1200px}.profile-3d-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(145deg,#ffffff1f,#ffffff0a)}.profile-3d-card:hover{transform:rotateY(10deg) rotateX(8deg) translateY(-10px)}.glow-circle{background:#22d3ee;border-radius:50%;filter:blur(70px);height:180px;opacity:.55;position:absolute;right:-80px;top:-80px;width:180px}.profile-image-box{animation:rotateBorder 5s linear infinite;background:linear-gradient(135deg,#22d3ee,#3b82f6,#a855f7);border-radius:50%;height:165px;margin:auto;padding:5px;position:relative;width:165px}.profile-image-box .profile-img{border:4px solid #020617;height:100%;width:100%}.profile-name{margin-top:22px}.project-card:before{background:linear-gradient(120deg,#0000,#22d3ee1f,#0000);transition:.6s}@keyframes rotateBorder{0%{background-position:0 50%}to{background-position:100% 50%}}@keyframes floatBlob{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-35px) scale(1.2)}to{transform:translateY(0) scale(1)}}.hero{overflow:hidden;position:relative}.hero:after,.hero:before{animation:floatingBlob 8s ease-in-out infinite;border-radius:50%;content:"";filter:blur(80px);height:280px;opacity:.45;position:absolute;width:280px}.hero:before{background:#22d3ee;left:-80px;top:10%}.hero:after{animation-delay:2s;background:#6366f1;bottom:10%;right:-80px}.hero-content,.profile-card{position:relative;z-index:2}.typing-text{animation:typing 4s steps(55) forwards,blink .8s infinite;border-right:3px solid #67e8f9;color:#67e8f9;font-size:18px;font-weight:700;margin-top:16px;overflow:hidden;white-space:nowrap;width:0}.profile-3d-card{animation:profileFloat 4s ease-in-out infinite;overflow:hidden;position:relative;transform-style:preserve-3d;transition:.4s ease}.profile-3d-card:hover{box-shadow:0 35px 90px #22d3ee59;transform:rotateY(8deg) rotateX(6deg) translateY(-12px)}.profile-glow{background:#22d3ee;border-radius:50%;filter:blur(65px);height:180px;opacity:.6;position:absolute;right:-70px;top:-70px;width:180px}.profile-name{color:#fff;font-size:24px;margin-top:20px;text-align:center}.profile-role{color:#67e8f9!important;font-size:15px!important;margin-top:8px;text-align:center}.resume-btn{margin-top:18px;width:100%}.stats-section{padding:40px 22px}.stats-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(4,1fr)}.stat-card{background:#ffffff0f;border:1px solid #22d3ee2e;border-radius:24px;padding:30px;text-align:center;transition:.3s}.stat-card:hover{box-shadow:0 25px 60px #22d3ee2e;transform:translateY(-8px) scale(1.03)}.stat-card h3{color:#67e8f9;font-size:42px}.stat-card p{color:#cbd5e1;margin-top:8px}.timeline{margin-top:40px;padding-left:32px;position:relative}.timeline:before{background:linear-gradient(#22d3ee,#6366f1);border-radius:999px;content:"";height:100%;left:9px;position:absolute;top:0;width:3px}.timeline-item{margin-bottom:28px;position:relative}.timeline-dot{background:#22d3ee;border-radius:50%;box-shadow:0 0 25px #22d3ee;height:20px;left:-31px;position:absolute;top:8px;width:20px}.timeline-card{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:24px;padding:26px;transition:.3s}.timeline-card:hover{border-color:#22d3ee66;transform:translateX(10px)}.timeline-card h3{color:#fff;font-size:24px}.timeline-role{color:#67e8f9!important;font-weight:700;margin:8px 0}.certification-section{background:#ffffff08}.cert-card{align-items:center;background:#ffffff0f;border:1px solid #22d3ee2e;border-radius:24px;display:flex;justify-content:space-between;margin-top:20px;padding:26px;transition:.3s}.cert-card:hover{box-shadow:0 24px 60px #22d3ee29;transform:translateY(-6px)}.cert-card h3{color:#fff;margin-bottom:6px}.cert-card span{font-size:36px}.project-card{overflow:hidden;position:relative}.project-card:before{background:linear-gradient(120deg,#0000,#22d3ee24,#0000);content:"";inset:0;position:absolute;transform:translateX(-100%);transition:.7s}.project-card:hover:before{transform:translateX(100%)}.skill-box:hover,.skill-card:hover{border-color:#22d3ee73;box-shadow:0 18px 45px #22d3ee29;transform:translateY(-6px) scale(1.03);transition:.3s}@keyframes floatingBlob{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-35px) scale(1.15)}to{transform:translateY(0) scale(1)}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:#0000}}@keyframes profileFloat{0%{transform:translateY(0)}50%{transform:translateY(-14px)}to{transform:translateY(0)}}@media (max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.typing-text{font-size:15px;margin-left:auto;margin-right:auto}}@media (max-width:500px){.stats-grid{grid-template-columns:1fr}.typing-text{animation:fadeInUp .8s ease;border-right:none;white-space:normal;width:auto}.timeline{padding-left:24px}.cert-card{gap:16px;text-align:left}}
/*# sourceMappingURL=main.6bae14df.css.map*/