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-color:#18181a;color:#f5f5f7;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:17px;font-weight:400;letter-spacing:-.022em;line-height:1.47059}.container{margin:0 auto;max-width:980px;padding:0 22px}.section-header{margin-bottom:100px;text-align:center}.section-title{color:#f5f5f7;font-size:56px;font-weight:600;letter-spacing:-.003em;line-height:1.07143;margin-bottom:12px}.section-subtitle{color:#b0b0b3;font-size:28px;font-weight:400;letter-spacing:.004em;line-height:1.10722;margin:0 auto;max-width:600px}.btn{align-items:center;border:none;border-radius:980px;cursor:pointer;display:inline-flex;font-size:17px;font-weight:400;justify-content:center;letter-spacing:-.022em;line-height:1.17648;overflow:hidden;padding:12px 24px;position:relative;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.btn-primary{background:#0a84ff;box-shadow:none;color:#fff}.btn-primary:hover{background:#299cff;box-shadow:none;transform:none}.btn-secondary{background:#0000;border:1px solid #0a84ff;box-shadow:none;color:#0a84ff}.btn-secondary:hover{background:#0a84ff;box-shadow:none;color:#fff;transform:none}.loading-screen{align-items:center;background:#232326;color:#f5f5f7;display:flex;flex-direction:column;height:100vh;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #232326;border-radius:50%;border-top-color:#0a84ff;height:40px;margin-bottom:20px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App{background:#18181a;min-height:100vh}main{padding-top:44px}@media (max-width:768px){.container{padding:0 16px}.section-title{font-size:40px}.section-subtitle{font-size:21px}.btn{font-size:17px;padding:10px 20px}}@media (max-width:480px){.section-title{font-size:32px}.section-subtitle{font-size:19px}.btn{font-size:17px;padding:8px 16px}}.text-center{text-align:center}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mt-40{margin-top:40px}.fade-in-up{animation:fadeInUp .6s ease-out}*{transition:all .3s cubic-bezier(.25,.46,.45,.94)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#232326}::-webkit-scrollbar-thumb{background:#35353a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0a84ff}.glass{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#242526b3;border:1px solid #ffffff0f;border-radius:18px}.shadow-sm{box-shadow:0 2px 8px #00000052}.shadow-md{box-shadow:0 4px 16px #00000052}.shadow-lg{box-shadow:0 8px 32px #00000052}.shadow-xl{box-shadow:0 16px 64px #00000052}.header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#18181ad9;border-bottom:1px solid #ffffff0f;left:0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.25,.46,.45,.94);z-index:1000}.header.scrolled{background:#18181afa;box-shadow:0 2px 8px #00000052}.header.fancy-header{background:linear-gradient(90deg,#18181a 60%,#0a84ff);border-bottom:2px solid #0a84ff;box-shadow:0 4px 24px #0a84ff14}.header-container{height:44px;justify-content:space-between;margin:0 auto;max-width:980px;padding:0 22px}.header-container,.logo,.logo.fancy-logo{align-items:center;display:flex}.logo.fancy-logo{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#0a84ff 30%,#f5f5f7);-webkit-background-clip:text;font-family:Segoe UI,Roboto,Arial,sans-serif;font-size:1.3em;font-weight:700;letter-spacing:.01em}.logo.fancy-logo .logo-text{-webkit-text-fill-color:initial;background:none;-webkit-background-clip:initial;color:#f5f5f7;font-size:1.1em;font-weight:700}.logo-text{color:#f5f5f7;font-size:21px;font-weight:600;letter-spacing:-.003em;line-height:1.19048}.nav{align-items:center;display:flex}.nav-list{display:flex;gap:32px;list-style:none;margin:0;padding:0}.nav-list li button{background:none;border:none;color:#f5f5f7;cursor:pointer;font-size:17px;font-weight:400;letter-spacing:-.022em;line-height:1.17648;padding:8px 0;position:relative;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.nav-list li button:hover{color:#0a84ff}.nav-list li button:after{background:#0a84ff;bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .3s cubic-bezier(.25,.46,.45,.94);width:0}.nav-list li button:hover:after{width:100%}.dropdown{position:relative}.dropdown-toggle{align-items:center;background:none;border:none;color:#f5f5f7;cursor:pointer;display:flex;font-size:17px;font-weight:400;letter-spacing:-.022em;line-height:1.17648;padding:8px 0;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.dropdown-toggle:hover,.dropdown-toggle[aria-expanded=true]{color:#0a84ff}.dropdown-menu{animation:fadeInDropdown .25s ease;background:#232326;border:1px solid #0a84ff;border-radius:12px;box-shadow:0 8px 32px #0a84ff1f;left:0;min-width:220px;padding:12px 0;position:absolute;top:110%;z-index:1001}@keyframes fadeInDropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu li{list-style:none}.dropdown-menu a{color:#f5f5f7;display:block;font-size:16px;padding:10px 24px;text-decoration:none;transition:background .2s,color .2s}.dropdown-menu a:hover{background:#0a84ff;color:#fff}@media (max-width:768px){.dropdown-menu{background:#232326;border:none;border-radius:0;box-shadow:none;min-width:100%;padding:0;position:static}.dropdown-menu a{font-size:17px;padding:14px 20px}}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:5px}.mobile-menu-btn span{background:#f5f5f7;border-radius:1px;height:2px;transition:all .3s cubic-bezier(.25,.46,.45,.94);width:20px}.mobile-menu-btn.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width:768px){.nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#18181afa;border-bottom:1px solid #ffffff0f;left:0;opacity:0;position:fixed;right:0;top:44px;transform:translateY(-100%);transition:all .3s cubic-bezier(.25,.46,.45,.94);visibility:hidden}.nav.mobile-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:0;padding:20px}.nav-list li{width:100%}.nav-list li button{border-bottom:1px solid #ffffff0f;padding:15px 0;text-align:left;width:100%}.nav-list li:last-child button{border-bottom:none}.mobile-menu-btn{display:flex}.header-container{height:44px}.logo-text{font-size:19px}}@media (max-width:480px){.header-container{padding:0 16px}.logo-text{font-size:17px}}.hero{align-items:center;background:#18181a;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero:before{animation:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:1;position:absolute;right:0;top:0}.hero-container{margin:0 auto;max-width:980px;padding:0 22px;position:relative;z-index:2}.hero-content{grid-gap:80px;align-items:center;display:grid;gap:80px;grid-template-columns:1fr 1fr}.hero-text{animation:fadeInLeft 1s ease-out;color:#f5f5f7}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.hero-title{color:#f5f5f7;font-size:80px;font-weight:600;letter-spacing:-.003em;line-height:1.05;margin-bottom:12px}.highlight{animation:none;color:#0a84ff}.hero-subtitle{color:#b0b0b3;font-size:32px;font-weight:400;letter-spacing:.004em;line-height:1.125;margin-bottom:12px}.animated-text{animation:none;border-bottom:none;color:#0a84ff;font-weight:400;padding-bottom:0}.hero-description{color:#e5e5e7;font-size:21px;font-weight:400;letter-spacing:.011em;line-height:1.381;margin-bottom:40px;max-width:500px}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px}.hero-buttons .btn{animation:fadeInUp .8s ease-out .5s both}.hero-buttons .btn:nth-child(2){animation-delay:.7s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-visual{align-items:center;animation:fadeInRight 1s ease-out .3s both;display:flex;justify-content:center}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.tech-stack{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);max-width:400px}.tech-item{animation:none;background:#232326;border:1px solid #35353a;border-radius:12px;box-shadow:0 2px 8px #00000052;color:#f5f5f7;font-size:17px;font-weight:400;overflow:hidden;padding:20px;position:relative;text-align:center;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.tech-item:before{background:linear-gradient(90deg,#0000,#0a84ff14,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.tech-item:hover:before{left:100%}.tech-item:hover{background:#232326;border-color:#0a84ff;box-shadow:0 8px 32px #00000052;transform:translateY(-4px)}.scroll-indicator{align-items:center;animation:fadeIn 1s ease-out 1.5s both;bottom:40px;color:#b0b0b3;display:flex;flex-direction:column;left:50%;opacity:.8;position:absolute;transform:translateX(-50%)}@keyframes fadeIn{0%{opacity:0}to{opacity:.8}}.scroll-arrow{animation:scroll 2s infinite;background:#35353a;height:40px;position:relative;width:1px}.scroll-arrow:after{border-bottom:1px solid #35353a;border-right:1px solid #35353a;bottom:0;content:"";height:8px;left:-4px;position:absolute;transform:rotate(45deg);width:8px}@keyframes scroll{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}@media (max-width:768px){.hero-content{gap:60px;grid-template-columns:1fr;text-align:center}.hero-title{font-size:56px}.hero-subtitle{font-size:28px}.hero-description{font-size:21px;margin:0 auto 40px}.hero-buttons{justify-content:center}.tech-stack{gap:16px;grid-template-columns:repeat(2,1fr)}.tech-item{font-size:17px;padding:16px}}@media (max-width:480px){.hero-title{font-size:48px}.hero-subtitle{font-size:24px}.hero-buttons{align-items:center;flex-direction:column}.tech-stack{grid-template-columns:1fr}.tech-item{font-size:17px;padding:16px}}.about{background:#18181a;padding:120px 0}.about-content{grid-gap:80px;align-items:start;display:grid;gap:80px;grid-template-columns:2fr 1fr;margin-bottom:100px}.about-text h3{color:#f5f5f7;font-size:48px;font-weight:600;letter-spacing:-.003em;line-height:1.08349;margin-bottom:20px}.about-text p{color:#e5e5e7;font-size:21px;font-weight:400;letter-spacing:.011em;line-height:1.381;margin-bottom:20px}.about-stats{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin-top:48px}.stat-item{background:#232326;border:1px solid #35353a;border-radius:18px;box-shadow:0 2px 8px #00000052;padding:32px 24px;text-align:center;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.stat-item:hover{box-shadow:0 8px 32px #00000052;transform:translateY(-4px)}.stat-item h4{color:#0a84ff;font-size:48px;font-weight:600;letter-spacing:-.003em;line-height:1.08349;margin-bottom:8px}.stat-item p{color:#b0b0b3;font-size:17px;font-weight:400;letter-spacing:-.022em;margin:0}.about-visual{height:500px}.about-visual,.tech-animation{align-items:center;display:flex;justify-content:center}.tech-animation{animation:none;background:#232326;border:1px solid #35353a;border-radius:50%;box-shadow:0 8px 32px #00000052;height:350px;position:relative;width:350px}.floating-icon{animation:none;filter:none;font-size:32px;opacity:1;position:absolute}.floating-icon:first-child{left:10%;top:10%}.floating-icon:nth-child(2){right:10%;top:10%}.floating-icon:nth-child(3){left:5%;top:50%}.floating-icon:nth-child(4){right:5%;top:50%}.floating-icon:nth-child(5){bottom:10%;left:20%}.floating-icon:nth-child(6){bottom:10%;right:20%}@keyframes float{0%,to{opacity:1;transform:translateY(0) rotate(0deg)}25%{opacity:1;transform:translateY(-15px) rotate(5deg)}50%{opacity:1;transform:translateY(-25px) rotate(0deg)}75%{opacity:1;transform:translateY(-15px) rotate(-5deg)}}.about-values{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.value-item{background:#232326;border:1px solid #35353a;border-radius:18px;box-shadow:0 2px 8px #00000052;padding:40px 24px;text-align:center;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.value-item:hover{box-shadow:0 8px 32px #00000052;transform:translateY(-4px)}.value-icon{animation:none;display:block;font-size:48px;margin-bottom:24px}.value-item:nth-child(2) .value-icon{animation-delay:.5s}.value-item:nth-child(3) .value-icon{animation-delay:1s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.value-item h4{color:#f5f5f7;font-size:24px;font-weight:600;letter-spacing:-.003em;line-height:1.16667;margin-bottom:16px}.value-item p{color:#b0b0b3;font-size:17px;font-weight:400;letter-spacing:-.022em;line-height:1.47059;margin:0}@media (max-width:768px){.about{padding:80px 0}.about-content{gap:60px;grid-template-columns:1fr;text-align:center}.about-text h3{font-size:40px}.about-text p{font-size:21px}.about-stats{gap:24px;grid-template-columns:1fr}.stat-item{padding:24px 20px}.stat-item h4{font-size:40px}.about-visual{height:400px}.tech-animation{height:300px;width:300px}.floating-icon{font-size:28px}.about-values{gap:24px;grid-template-columns:1fr}.value-item{padding:32px 20px}.value-icon{font-size:40px}}@media (max-width:480px){.about-text h3{font-size:32px}.about-visual{height:350px}.tech-animation{height:250px;width:250px}.floating-icon{font-size:24px}.value-icon{font-size:32px}}.skills{background:#18181a;padding:120px 0}.skills-grid{grid-gap:48px;display:grid;gap:48px;grid-template-columns:repeat(2,1fr);margin-bottom:80px}.skill-category{animation:slideInUp .6s ease-out;background:#232326;border:1px solid #35353a;border-radius:18px;box-shadow:0 2px 8px #00000052;padding:40px;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.skill-category:nth-child(2){animation-delay:.2s}.skill-category:nth-child(3){animation-delay:.4s}.skill-category:nth-child(4){animation-delay:.6s}.skill-category:nth-child(5){animation-delay:.8s}.skill-category:nth-child(6){animation-delay:1s}.skill-category:hover{box-shadow:0 8px 32px #00000052;transform:translateY(-4px)}.category-title{color:#f5f5f7;font-size:24px;font-weight:600;letter-spacing:-.003em;line-height:1.16667;margin-bottom:32px;text-align:center}.skills-list{display:flex;flex-direction:column;gap:24px}.skill-item{background:#18181a;border:1px solid #35353a;border-radius:12px;box-shadow:0 1px 3px 0 #00000052,0 1px 2px 0 #0000003d;padding:20px;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.skill-item:hover{box-shadow:0 4px 16px #00000052;transform:translateX(4px)}.skill-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.skill-name{color:#f5f5f7;font-size:17px}.skill-level,.skill-name{font-weight:600;letter-spacing:-.022em}.skill-level{color:#0a84ff;font-size:15px}.skill-bar{background:#232326;height:6px;overflow:hidden;width:100%}.skill-bar,.skill-progress{border-radius:3px;position:relative}.skill-progress{background:#0a84ff;height:100%;transition:width 1.5s cubic-bezier(.25,.46,.45,.94);width:0}.skill-progress.animate{width:var(--progress-width)}.skill-progress:after{animation:shimmer 2s infinite;background:linear-gradient(90deg,#0000,#ffffff14,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.additional-skills{animation:fadeInUp .8s ease-out 1.2s both;background:#232326;border:1px solid #35353a;border-radius:18px;padding:60px 40px;text-align:center}.additional-skills h3{color:#f5f5f7;font-size:32px;font-weight:600;letter-spacing:-.003em;line-height:1.125;margin-bottom:40px}.skills-tags{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.skill-tag{animation:fadeInScale .5s ease-out;animation-fill-mode:both;background:#0a84ff;border-radius:980px;box-shadow:0 2px 8px #0a84ff1f;color:#fff;cursor:default;font-size:15px;font-weight:400;letter-spacing:-.022em;padding:12px 20px;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.skill-tag:first-child{animation-delay:.1s}.skill-tag:nth-child(2){animation-delay:.2s}.skill-tag:nth-child(3){animation-delay:.3s}.skill-tag:nth-child(4){animation-delay:.4s}.skill-tag:nth-child(5){animation-delay:.5s}.skill-tag:nth-child(6){animation-delay:.6s}.skill-tag:nth-child(7){animation-delay:.7s}.skill-tag:nth-child(8){animation-delay:.8s}.skill-tag:nth-child(9){animation-delay:.9s}.skill-tag:nth-child(10){animation-delay:1s}.skill-tag:nth-child(11){animation-delay:1.1s}.skill-tag:nth-child(12){animation-delay:1.2s}.skill-tag:nth-child(13){animation-delay:1.3s}.skill-tag:nth-child(14){animation-delay:1.4s}.skill-tag:nth-child(15){animation-delay:1.5s}.skill-tag:nth-child(16){animation-delay:1.6s}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.skill-tag:hover{box-shadow:0 4px 16px #0a84ff2e;transform:translateY(-2px)}@media (max-width:768px){.skills{padding:80px 0}.skills-grid{gap:32px;grid-template-columns:1fr}.skill-category{padding:32px}.category-title{font-size:21px;margin-bottom:24px}.skills-list{gap:20px}.skill-item{padding:16px}.skill-name{font-size:17px}.skill-level{font-size:15px}.additional-skills{padding:40px 24px}.additional-skills h3{font-size:28px;margin-bottom:32px}.skills-tags{gap:12px}.skill-tag{font-size:15px;padding:10px 16px}}@media (max-width:480px){.skill-category{padding:24px}.category-title{font-size:19px}.skill-item{padding:14px}.skill-name{font-size:17px}.skill-level{font-size:15px}.additional-skills{padding:32px 20px}.additional-skills h3{font-size:24px}.skill-tag{font-size:15px;padding:8px 14px}}.experience{background:#18181a;padding:100px 0}.timeline{margin:0 auto 80px;max-width:800px;position:relative}.timeline:before{background:#35353a;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:1px}.timeline-item{margin-bottom:60px;position:relative}.timeline-item:nth-child(odd) .timeline-content{margin-left:0;margin-right:60px;text-align:right}.timeline-item:nth-child(2n) .timeline-content{margin-left:60px;margin-right:0;text-align:left}.timeline-marker{background:#0a84ff;box-shadow:0 2px 8px #0a84ff2e;height:12px;top:20px;transform:translateX(-50%);width:12px;z-index:2}.timeline-marker,.timeline-marker:before{border-radius:50%;left:50%;position:absolute}.timeline-marker:before{background:#232326;content:"";height:4px;top:50%;transform:translate(-50%,-50%);width:4px}.timeline-content{background:#232326;border:1px solid #35353a;border-radius:18px;box-shadow:0 2px 8px #00000052;padding:32px;position:relative;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.timeline-content:hover{box-shadow:0 8px 32px #00000052;transform:translateY(-4px)}.experience-header{margin-bottom:24px}.position{color:#f5f5f7;font-size:24px;font-weight:600;letter-spacing:-.003em;line-height:1.16667}.company-info,.position{margin-bottom:12px}.company{color:#0a84ff;font-size:19px;font-weight:600;letter-spacing:-.003em;line-height:1.21053;margin-bottom:4px}.location{font-size:17px;line-height:1.47059}.location,.period{color:#b0b0b3;letter-spacing:-.022em}.period{font-size:15px;font-weight:400;line-height:1.33337}.achievements-list{list-style:none;margin-bottom:24px;padding:0}.achievements-list li{color:#b0b0b3;font-size:17px;letter-spacing:-.022em;line-height:1.47059;margin-bottom:8px;padding-left:20px;position:relative}.achievements-list li:before{color:#0a84ff;content:"•";font-size:20px;font-weight:700;left:0;position:absolute}.technologies-used{display:flex;flex-wrap:wrap;gap:8px}.certifications{text-align:center}.certifications h3{color:#f5f5f7;font-size:24px;font-weight:600;letter-spacing:-.003em;line-height:1.16667;margin-bottom:40px}.cert-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(4,1fr)}.cert-item{background:#232326;border:1px solid #35353a;border-radius:18px;box-shadow:0 2px 8px #00000052;padding:24px 20px;text-align:center;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.cert-item:hover{box-shadow:0 8px 32px #00000052;transform:translateY(-4px)}.cert-icon{display:block;font-size:32px;margin-bottom:16px}.cert-item h4{color:#f5f5f7;font-size:17px;font-weight:600;letter-spacing:-.022em;line-height:1.17648;margin-bottom:8px}.cert-item p{color:#b0b0b3;font-size:15px;letter-spacing:-.022em;line-height:1.33337;margin:0}@media (max-width:768px){.experience{padding:60px 0}.timeline:before{left:20px}.timeline-item:nth-child(2n) .timeline-content,.timeline-item:nth-child(odd) .timeline-content{margin-left:60px;margin-right:0;text-align:left}.timeline-marker{left:20px;transform:translateX(-50%)}.timeline-content{padding:24px}.position{font-size:21px}.company{font-size:19px}.achievements-list li{font-size:17px}.cert-grid{gap:24px;grid-template-columns:repeat(2,1fr)}.cert-item{padding:20px 16px}.cert-icon{font-size:28px}.cert-item h4{font-size:17px}.cert-item p{font-size:15px}}@media (max-width:480px){.timeline-content{padding:20px}.position{font-size:19px}.achievements-list li{font-size:17px}.cert-grid{gap:16px;grid-template-columns:1fr}.cert-item{padding:16px 14px}.cert-icon{font-size:24px}}.projects{background:#18181a;padding:100px 0}.project-filters{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:50px}.filter-btn{background:#0000;border:1px solid #35353a;border-radius:980px;color:#b0b0b3;cursor:pointer;font-size:15px;font-weight:400;letter-spacing:-.022em;line-height:1.17648;overflow:hidden;padding:8px 16px;position:relative;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.filter-btn:before{background:linear-gradient(90deg,#0000,#0a84ff14,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.filter-btn:hover:before{left:100%}.filter-btn:hover{border-color:#0a84ff;color:#0a84ff;transform:none}.filter-btn.active{background:#0a84ff;border-color:#0000;box-shadow:0 2px 8px #0a84ff2e;color:#fff;transform:none}.projects-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:60px}.project-card{animation:slideInUp .6s ease-out;animation-fill-mode:both;background:#232326;border:1px solid #35353a;border-radius:18px;box-shadow:0 2px 8px #00000052;overflow:hidden;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.project-card:first-child{animation-delay:.1s}.project-card:nth-child(2){animation-delay:.2s}.project-card:nth-child(3){animation-delay:.3s}.project-card:nth-child(4){animation-delay:.4s}.project-card:nth-child(5){animation-delay:.5s}.project-card:nth-child(6){animation-delay:.6s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.project-card:hover{box-shadow:0 8px 32px #00000052;transform:translateY(-4px)}.project-image{background:#0a84ff;overflow:hidden;padding:40px;position:relative;text-align:center}.project-image:before{background:linear-gradient(90deg,#0000,#ffffff14,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.project-card:hover .project-image:before{left:100%}.project-icon{animation:none;color:#fff;font-size:48px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.project-content{padding:32px}.project-title{color:#f5f5f7;font-size:24px;font-weight:600;letter-spacing:-.003em;line-height:1.16667;margin-bottom:16px}.project-description{color:#b0b0b3;font-size:17px;letter-spacing:-.022em;line-height:1.47059;margin-bottom:24px}.project-features{margin-bottom:24px}.project-features h4{color:#f5f5f7;font-size:19px;font-weight:600;letter-spacing:-.003em;line-height:1.21053;margin-bottom:12px}.project-features ul{list-style:none;padding:0}.project-features li{color:#b0b0b3;font-size:15px;letter-spacing:-.022em;line-height:1.33337;margin-bottom:8px;padding-left:20px;position:relative;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.project-features li:hover{color:#0a84ff}.project-features li:before{color:#0a84ff;content:"✓";font-weight:700;left:0;position:absolute;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.project-features li:hover:before{transform:scale(1.2)}.project-technologies{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.tech-tag{background:#0a84ff;border-radius:980px;color:#fff;font-size:13px;font-weight:400;letter-spacing:-.022em;line-height:1.23077;padding:4px 12px;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.tech-tag:hover{box-shadow:0 4px 16px #0a84ff2e;transform:translateY(-2px)}.project-links{display:flex;flex-wrap:wrap;gap:16px}.project-link{align-items:center;background:#0000;border:1px solid #0a84ff;border-radius:980px;color:#0a84ff;display:flex;font-size:15px;font-weight:400;gap:8px;letter-spacing:-.022em;line-height:1.17648;overflow:hidden;padding:8px 16px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.project-link:before{background:linear-gradient(90deg,#0000,#0a84ff14,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.project-link:hover:before{left:100%}.project-link:hover{background:#0a84ff;box-shadow:0 2px 8px #0a84ff2e;color:#fff;transform:none}.github-section{animation:fadeInUp .8s ease-out 1s both;background:#232326;border:1px solid #35353a;border-radius:18px;box-shadow:0 2px 8px #00000052;padding:40px;text-align:center}.github-section h3{color:#f5f5f7;font-size:24px;font-weight:600;letter-spacing:-.003em;line-height:1.16667;margin-bottom:16px}.github-section p{color:#b0b0b3;font-size:17px;letter-spacing:-.022em;line-height:1.47059;margin-bottom:24px}.github-btn{align-items:center;background:#0a84ff;border-radius:980px;color:#fff;display:inline-flex;font-weight:400;gap:8px;letter-spacing:-.022em;line-height:1.17648;overflow:hidden;padding:12px 24px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.github-btn:before{background:linear-gradient(90deg,#0000,#ffffff14,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s;width:100%}.github-btn:hover:before{left:100%}.github-btn:hover{box-shadow:0 4px 16px #0a84ff2e;transform:none}@media (max-width:768px){.projects{padding:60px 0}.project-filters{gap:12px;margin-bottom:40px}.filter-btn{font-size:15px;padding:6px 12px}.projects-grid{gap:24px;grid-template-columns:1fr}.project-content{padding:24px}.project-title{font-size:21px}.project-description{font-size:17px}.project-features li{font-size:15px}.project-links{gap:12px}.project-link{font-size:15px;padding:6px 12px}.github-section{padding:32px 24px}.github-section h3{font-size:21px}.github-section p{font-size:17px}}@media (max-width:480px){.project-filters{gap:8px}.filter-btn{font-size:15px;padding:4px 8px}.project-content{padding:20px}.project-title{font-size:19px}.project-description{font-size:17px}.project-features li{font-size:15px}.project-links{flex-direction:column;gap:12px}.project-link{justify-content:center;padding:8px 12px}.github-section{padding:24px 20px}.github-section h3{font-size:19px}}.contact{background:#18181a;padding:100px 0}.contact-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:80px}.contact-info h3{color:#f5f5f7;font-size:32px;font-weight:600;letter-spacing:-.003em;line-height:1.125;margin-bottom:20px}.contact-info p{color:#b0b0b3;font-size:21px;letter-spacing:-.022em;line-height:1.381}.contact-details,.contact-info p{margin-bottom:40px}.contact-item{gap:16px;margin-bottom:24px}.contact-icon,.contact-item{align-items:center;display:flex}.contact-icon{background:#0a84ff;border-radius:50%;color:#fff;flex-shrink:0;font-size:24px;height:48px;justify-content:center;width:48px}.contact-item h4{color:#f5f5f7;font-size:19px;font-weight:600;letter-spacing:-.003em;line-height:1.21053;margin-bottom:4px}.contact-item p{color:#b0b0b3;font-size:17px;letter-spacing:-.022em;line-height:1.47059;margin:0}.social-links h4{color:#f5f5f7;font-size:21px;font-weight:600;letter-spacing:-.003em;line-height:1.19048;margin-bottom:20px}.social-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.social-link{align-items:center;background:#232326;border:1px solid #35353a;border-radius:12px;box-shadow:0 2px 8px #00000052;color:#f5f5f7;display:flex;font-weight:400;gap:12px;letter-spacing:-.022em;line-height:1.17648;padding:12px 16px;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.social-link:hover{box-shadow:0 4px 16px #0a84ff2e;color:var(--social-color);transform:translateY(-2px)}.social-icon{font-size:20px}.contact-form-container{background:#232326;border:1px solid #35353a;border-radius:18px;box-shadow:0 2px 8px #00000052;padding:40px}.contact-form{gap:24px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#f5f5f7;font-size:15px;font-weight:600;letter-spacing:-.022em;line-height:1.33337;margin-bottom:8px}.form-group input,.form-group textarea{background:#18181a;border:1px solid #35353a;border-radius:12px;color:#f5f5f7;font-family:inherit;font-size:17px;letter-spacing:-.022em;line-height:1.17648;padding:12px 16px;transition:border-color .3s cubic-bezier(.25,.46,.45,.94)}.form-group input:focus,.form-group textarea:focus{background:#232326;border-color:#0a84ff;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:#0a84ff;border:none;border-radius:980px;color:#fff;cursor:pointer;font-size:17px;font-weight:400;letter-spacing:-.022em;line-height:1.17648;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.submit-btn:hover:not(:disabled){box-shadow:0 4px 16px #0a84ff2e;transform:none}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.submit-btn.loading:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;content:"";height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:20px}.success-message{color:#0a84ff}.error-message,.success-message{background:#232326;border-radius:12px;font-size:15px;letter-spacing:-.022em;line-height:1.33337;margin-top:16px;padding:12px 16px;text-align:center}.error-message{border:1px solid #ff453a;color:#ff453a}.availability-section{text-align:center}.availability-section h3{color:#f5f5f7;font-size:24px;font-weight:600;letter-spacing:-.003em;line-height:1.16667;margin-bottom:40px}.availability-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(3,1fr)}.availability-item{background:#232326;border:1px solid #35353a;border-radius:18px;box-shadow:0 2px 8px #00000052;padding:32px 24px;transition:transform .3s cubic-bezier(.25,.46,.45,.94)}.availability-item:hover{box-shadow:0 8px 32px #00000052;transform:translateY(-4px)}.availability-icon{display:block;font-size:32px;margin-bottom:16px}.availability-item h4{color:#f5f5f7;font-size:19px;font-weight:600;letter-spacing:-.003em;line-height:1.21053;margin-bottom:12px}.availability-item p{color:#b0b0b3;font-size:17px;letter-spacing:-.022em;line-height:1.47059;margin:0}@media (max-width:768px){.contact{padding:60px 0}.contact-content{gap:40px;grid-template-columns:1fr}.contact-info h3{font-size:28px}.contact-info p{font-size:21px}.contact-item{gap:12px;margin-bottom:20px}.contact-icon{font-size:20px;height:40px;width:40px}.contact-item h4{font-size:19px}.contact-item p{font-size:17px}.social-grid{gap:12px;grid-template-columns:1fr}.social-link{padding:12px 16px}.contact-form-container{padding:32px 24px}.form-group input,.form-group textarea{font-size:17px;padding:12px 16px}.submit-btn{font-size:17px;padding:12px 24px}.availability-grid{gap:24px;grid-template-columns:1fr}.availability-item{padding:24px 20px}.availability-icon{font-size:28px}.availability-item h4{font-size:19px}.availability-item p{font-size:17px}}@media (max-width:480px){.contact-info h3{font-size:24px}.contact-icon{font-size:18px;height:36px;width:36px}.contact-form-container{padding:24px 20px}.form-group input,.form-group textarea{font-size:17px;padding:10px 14px}.submit-btn{font-size:17px;padding:10px 20px}.availability-item{padding:20px 16px}.availability-icon{font-size:24px}}.footer{background:#232326;color:#f5f5f7;padding:60px 0 20px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:40px}.footer-section h3{font-size:24px;line-height:1.16667;margin-bottom:20px}.footer-section h3,.footer-section h4{color:#f5f5f7;font-weight:600;letter-spacing:-.003em}.footer-section h4{font-size:19px;line-height:1.21053;margin-bottom:16px}.footer-section p{color:#b0b0b3;font-size:17px;letter-spacing:-.022em;line-height:1.47059;margin-bottom:0}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:12px}.footer-links button{background:none;border:none;color:#b0b0b3;cursor:pointer;font-size:17px;letter-spacing:-.022em;line-height:1.17648;padding:0;text-align:left;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.footer-links button:hover{color:#0a84ff}.footer-links li:not(button){color:#b0b0b3;font-size:17px;letter-spacing:-.022em;line-height:1.17648;margin-bottom:12px}.social-links{display:flex;flex-direction:column;gap:12px}.social-links a{align-items:center;color:#b0b0b3;display:flex;font-size:17px;gap:12px;letter-spacing:-.022em;line-height:1.17648;text-decoration:none;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.social-links a:hover{color:#0a84ff}.footer-bottom{align-items:center;border-top:1px solid #35353a;display:flex;justify-content:space-between;padding-top:20px}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.footer-bottom-content p{color:#b0b0b3;font-size:15px;letter-spacing:-.022em;line-height:1.33337;margin:0}.scroll-to-top{align-items:center;background:#0a84ff;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;transition:all .3s cubic-bezier(.25,.46,.45,.94);width:40px}.scroll-to-top:hover{box-shadow:0 4px 16px #0a84ff2e;transform:translateY(-2px)}.footer.fancy-footer{background:linear-gradient(90deg,#18181a 60%,#0a84ff);border-top:2px solid #0a84ff;box-shadow:0 -4px 24px #0a84ff14}.footer.fancy-footer .footer-section h3{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#0a84ff 30%,#f5f5f7);-webkit-background-clip:text;font-weight:700}.footer.fancy-footer .footer-section h4{color:#0a84ff;font-weight:600}.footer.fancy-footer .social-links a:hover{color:#0a84ff;transform:translateY(-2px)}.footer.fancy-footer .scroll-to-top{background:linear-gradient(135deg,#0a84ff,#299cff);box-shadow:0 4px 16px #0a84ff2e}.footer.fancy-footer .scroll-to-top:hover{box-shadow:0 6px 20px #0a84ff40;transform:translateY(-2px)}@media (max-width:768px){.footer{padding:40px 0 20px}.footer-content{gap:32px;grid-template-columns:1fr;text-align:center}.footer-section h3{font-size:21px}.footer-section h4{font-size:19px}.footer-links button,.footer-links li:not(button),.footer-section p{font-size:17px}.social-links{flex-direction:row;gap:20px;justify-content:center}.social-links a{font-size:17px}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.footer-bottom-content{flex-direction:column;gap:12px}.footer-bottom-content p{font-size:15px}}@media (max-width:480px){.footer-section h3{font-size:19px}.footer-links button,.footer-links li:not(button),.footer-section h4,.footer-section p{font-size:17px}.social-links{flex-direction:column;gap:16px}.social-links a{font-size:17px}.footer-bottom-content p{font-size:15px}}
/*# sourceMappingURL=main.b7290463.css.map*/