@import"https://fonts.googleapis.com/css2?family=Mulish:wght@400;500&family=Roboto:wght@500;700&family=Rubik:wght@400;700&display=swap";.header{width:100%;min-width:375px;position:fixed;top:0;left:0;z-index:1000000}.header-wrapper{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;color:#f5f5f5;font-size:.85rem;line-height:1.5;font-weight:400;max-width:1200px;margin-left:auto;margin-right:auto;width:100%;letter-spacing:.05em;border:1px solid transparent;border-radius:4px;transition:all .2s linear}@media (min-width: 900px){.header-wrapper{padding:1.5rem 2rem}}.header-wrapper.header-wide{max-width:1400px}.header-wrapper.header-scrolled{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid #404040;border-radius:4px}.header-logo{font-family:Mulish,sans-serif;font-weight:400;z-index:10;line-height:1.5}.header-logo a{cursor:pointer;transition:all .3s;display:inline-block}.header-logo a:hover{color:#999}.header-nav-dock{display:none;gap:2.5rem;font-family:Rubik,sans-serif;position:relative}@media (min-width: 900px){.header-nav-dock{display:flex}}.dock-item{position:relative;display:flex;align-items:center;justify-content:center}.dock-item.disabled{opacity:.3;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dock-item:not(.primary):not(.disabled) .dock-link{transition:color .4s ease}.dock-item.primary .dock-link{background:#f5f5f5;color:#0a0a0a;padding:.75rem 1.5rem;border-radius:0;font-weight:400;letter-spacing:.05em;text-transform:uppercase;border:1px solid #F5F5F5;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.65,0,.35,1)}.dock-item.primary .dock-link:after{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid #F5F5F5;opacity:0;transition:opacity .5s ease;pointer-events:none}.dock-item.primary.hovered .dock-link:after{opacity:1;animation:borderPulse 1.5s ease-in-out infinite}@keyframes borderPulse{0%,to{opacity:.5}50%{opacity:1}}.dock-item.primary.hovered .dock-link{background:transparent;color:#f5f5f5}.dock-link{display:flex;align-items:center;gap:.5rem;padding:0;color:#666;font-weight:400;font-size:.85rem;text-decoration:none;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;position:relative;transition:color .4s ease}.dock-link:not(.disabled):hover{color:#f5f5f5}.dock-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;transition:transform .4s cubic-bezier(.65,0,.35,1)}.dock-item.hovered .dock-icon{transform:translateY(-4px)}.dock-label,.header-hamburger{display:block}@media (min-width: 900px){.header-hamburger{display:none}}.header-nav-mobile{position:fixed;top:0;left:0;transition:all .5s ease-in-out;text-align:center;display:flex;flex-direction:column;gap:3rem;align-items:center;justify-content:center;width:100%;height:100vh;background:#0a0a0a;z-index:1000}@media (min-width: 900px){.header-nav-mobile{display:none}}.header-mobile-menu-item{opacity:0;transform:translateY(20px);animation:fadeInUp .5s ease-out forwards}.header-mobile-menu-item:has(.header-home-link.disabled){cursor:default;pointer-events:none}.header-mobile-menu-item:nth-child(1){animation-delay:.1s}.header-mobile-menu-item:nth-child(2){animation-delay:.2s}.header-mobile-menu-item:nth-child(3){animation-delay:.3s}.header-mobile-menu-item a{font-family:Rubik,sans-serif;font-weight:700;font-size:1.5rem;color:#fff;transition:color .3s;display:flex;align-items:center;justify-content:center;gap:.5rem}.header-mobile-menu-item a:hover{color:#999}.header-mobile-menu-item .btn-primary{font-size:1rem;padding:.875rem 2.5rem;background:#f5f5f5;color:#0a0a0a;text-transform:uppercase;letter-spacing:.05em;font-weight:400;border:1px solid #F5F5F5;border-radius:0}.header-mobile-menu-item .btn-primary:hover{background:transparent;color:#f5f5f5;transform:none}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hero-section{padding:5rem 10px 2rem;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:visible;background:#0a0a0a;z-index:20;transition:background .6s ease}.hero-bg-image-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:left center;object-position:left center;filter:brightness(1) blur(8px);opacity:.3}.hero-bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0a0a0a80,#0a0a0ab3);z-index:1}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.08) 0%,transparent 50%),repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.05) 2px,rgba(255,255,255,.05) 4px);pointer-events:none;z-index:2;animation:breathe 8s ease-in-out infinite}.hero-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;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.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.06'/%3E%3C/svg%3E");background-size:200% 200%;pointer-events:none;z-index:2;animation:subtleShift 12s ease-in-out infinite}@keyframes breathe{0%,to{opacity:1}50%{opacity:.7}}@keyframes subtleShift{0%,to{opacity:.1;filter:blur(0px)}50%{opacity:.07;filter:blur(.5px)}}.hero-floating-shapes{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:5}.hero-shape{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);filter:blur(40px)}.hero-shape-1{width:300px;height:300px;top:10%;left:5%;animation:float1 20s ease-in-out infinite,pulse1 4s ease-in-out infinite}.hero-shape-2{width:200px;height:200px;top:60%;right:10%;animation:float2 25s ease-in-out infinite,pulse2 5.5s ease-in-out infinite}.hero-shape-3{width:250px;height:250px;bottom:15%;left:15%;animation:float3 30s ease-in-out infinite,pulse3 7s ease-in-out infinite}.hero-shape-4{width:180px;height:180px;top:30%;right:20%;background:radial-gradient(circle,rgba(251,146,60,.06) 0%,transparent 70%);animation:float4 22s ease-in-out infinite,pulse4 4.5s ease-in-out infinite}.hero-shape-5{width:220px;height:220px;bottom:25%;right:5%;animation:float5 28s ease-in-out infinite,pulse5 6s ease-in-out infinite}@keyframes float1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.1)}66%{transform:translate(-20px,30px) scale(.9)}}@keyframes float2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-40px,25px) scale(1.15)}66%{transform:translate(25px,-30px) scale(.85)}}@keyframes float3{0%,to{transform:translate(0) scale(1)}33%{transform:translate(35px,30px) scale(.9)}66%{transform:translate(-30px,-25px) scale(1.1)}}@keyframes float4{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-25px,-35px) scale(1.2)}66%{transform:translate(40px,20px) scale(.8)}}@keyframes float5{0%,to{transform:translate(0) scale(1)}33%{transform:translate(20px,-40px) scale(1.05)}66%{transform:translate(-35px,15px) scale(.95)}}@keyframes pulse1{0%,to{opacity:.5}50%{opacity:1}}@keyframes pulse2{0%,to{opacity:.6}50%{opacity:1}}@keyframes pulse3{0%,to{opacity:.4}50%{opacity:.9}}@keyframes pulse4{0%,to{opacity:.7}50%{opacity:1}}@keyframes pulse5{0%,to{opacity:.55}50%{opacity:.95}}@media (min-width: 900px){.hero-section{padding:5rem 1.75rem 2rem;height:100vh}}.hero-section-scrolled{background:#0a0a0a}.hero-content-wrapper{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;gap:3rem;width:100%;max-width:1000px;margin-left:auto;margin-right:auto;position:relative;z-index:2;transition:opacity .8s ease-in-out}@media (min-width: 900px){.hero-content-wrapper{flex-direction:row;gap:8rem}}.hero-fade-out{opacity:0}.hero-fade-in{opacity:1}.hero-text-container{display:flex;flex-direction:column;max-width:600px;position:relative}@media (min-width: 900px){.hero-text-container{width:50%}}.hero-title{text-align:center;font-size:3rem;line-height:3.5rem;font-family:Rubik,sans-serif;font-weight:700;display:flex;flex-direction:column;margin:1.25rem 0;position:relative}@media (min-width: 500px){.hero-title{font-size:4.5rem;line-height:5rem}}@media (min-width: 900px){.hero-title{text-align:left}}.gradient-text{color:#f5f5f5;display:block;line-height:1.2;font-weight:300;letter-spacing:-.03em}.shimmer-text{color:#f5f5f5;font-weight:300;letter-spacing:-.03em}.highlight-text{color:#fb923c}.hero-bracket{color:#666;font-weight:400;opacity:.7;margin:0 .1em}.hero-intro-text{text-align:center;font-family:Mulish,sans-serif;font-size:1.25rem;line-height:1.6;color:#666;font-weight:700}@media (min-width: 900px){.hero-intro-text{text-align:left;font-size:1.25rem}}.hero-tagline{text-align:center;font-weight:400;font-family:Mulish,sans-serif;font-size:1.1rem;line-height:1.6;margin-top:1rem;color:#999}@media (min-width: 900px){.hero-tagline{text-align:left}}.hero-buttons{display:flex;gap:1rem;margin:2rem auto;flex-wrap:wrap}@media (min-width: 900px){.hero-buttons{margin:2rem 0}}.hero-connect-btn{padding:.875rem 2.5rem;font-weight:400;border-radius:0;cursor:pointer;background:#f5f5f5;color:#0a0a0a;border:1px solid #F5F5F5;transition:all .3s ease;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase}.hero-connect-btn:hover{background:transparent;color:#f5f5f5}.hero-resume-btn{display:flex;align-items:center;gap:.5rem;padding:.875rem 2.5rem;border:1px solid #333333;font-weight:400;border-radius:0;cursor:pointer;background:transparent;color:#f5f5f5;transition:all .3s ease;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase}.hero-resume-btn:hover{background:#f5f5f5;color:#0a0a0a;border-color:#f5f5f5}.hero-social-links{display:flex;gap:1.5rem;cursor:pointer;margin:0 auto}@media (min-width: 900px){.hero-social-links{margin:0}}.hero-social-links a{transition:all .3s;color:#666;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:0;background:transparent;border:1px solid #222222}.hero-social-links a:hover{background:#f5f5f5;border-color:#f5f5f5;color:#0a0a0a}.hero-image-container{position:relative;perspective:1000px}@media (min-width: 900px){.hero-image-container{max-width:50%}}.hero-img-3d{transform-style:preserve-3d;transition:transform .1s ease-out}.hero-img-wrapper{position:relative;width:280px;height:280px}@media (min-width: 500px){.hero-img-wrapper{width:400px;height:400px}}.hero-img{width:280px;height:280px;overflow:hidden;position:relative;border-radius:0;box-shadow:0 4px 20px #0000004d;border:1px solid #1A1A1A;z-index:1;margin:0 auto}@media (min-width: 500px){.hero-img{width:400px;height:400px}}.hero-img-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-img-bg-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:brightness(1);opacity:1}.hero-img-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0a0a0a1a,#0a0a0a26);z-index:1}.hero-profile-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-skills-mobile{display:block;position:relative;margin-top:2rem;width:100%}.hero-skills-desktop{display:none}.hero-skills-mobile .skills-container{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;justify-items:center;width:100%;max-width:300px;margin:0 auto}.hero-skills-mobile .skills-marquee[aria-hidden=true]{display:none}.hero-skills-mobile .skills-marquee{display:contents}@media (min-width: 900px){.hero-skills-mobile{display:none}.hero-skills-desktop{display:block;position:absolute;bottom:-31px;left:0;right:0;z-index:100}.hero-skills-desktop .skills-marquee{display:flex;gap:1rem;flex-shrink:0;align-items:center}.hero-skills-desktop .skills-container{display:flex;flex-wrap:nowrap;justify-content:flex-start;gap:1rem;overflow-x:hidden;max-width:100%;align-items:center}.hero-skills-desktop .skills-marquee[aria-hidden=true]{display:flex}.hero-skills-desktop .skills-marquee{display:flex;gap:1rem;flex-shrink:0;transition:transform .1s ease-out;align-items:center}}.skill-badge{position:relative;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:4px;cursor:pointer;background:#0f0f0f;border:1px solid #1A1A1A;transition:all .3s ease;flex-shrink:0;height:-moz-fit-content;height:fit-content}.skill-badge:hover{border-color:#333;background:#141414}.skill-badge:hover .skill-tooltip{opacity:1;transform:translate(-50%) translateY(0);transition-delay:.5s}.skill-icon{width:36px;height:36px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1)) brightness(.85) saturate(.9)}.skill-icon[src*=mcp-server]{filter:brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0,0,0,.3))}@media (min-width: 900px){.skill-badge{padding:.625rem}.skill-icon{width:40px;height:40px}}.skill-tooltip{position:absolute;left:50%;transform:translate(-50%) translateY(-10px);opacity:0;background:#292524f2;color:#fff;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;white-space:nowrap;pointer-events:none;transition:all .3s ease;transition-delay:0s;box-shadow:0 4px 12px #00000026;z-index:10}.skill-tooltip:before{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(41,37,36,.95)}.glass{background:#0f0f0f;border:1px solid #1A1A1A}@media (max-width: 900px){.hero-content-wrapper{gap:2rem}.hero-img{width:250px;height:250px}}.skeleton{background:linear-gradient(90deg,#e7e5e4 25%,#d6d3d1,#e7e5e4 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite;border-radius:8px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-circle{border-radius:60% 40% 30% 70%/60% 30% 70% 40%;border:4px solid #292524}.skeleton-badge{width:36px;height:36px;border-radius:4px}@media (min-width: 900px){.skeleton-badge{width:40px;height:40px}}.skeleton-project-image{width:100%;aspect-ratio:16 / 9;border-radius:8px}.skeleton-project-title{width:60%;height:32px;margin-bottom:16px;border-radius:6px}.skeleton-project-blurb{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.skeleton-text{width:100%;height:16px;border-radius:4px}.skeleton-text-short{width:70%}.skeleton-tech-icon{width:48px;height:48px;border-radius:4px}.skeleton-tag{width:80px;height:28px;border-radius:14px}.skeleton-button{width:100px;height:40px;border-radius:6px}.about-info-section{position:relative;width:100%;padding-top:6rem;padding-bottom:6rem}@media (min-width: 900px){.about-info-section{padding-top:8rem;padding-bottom:8rem}}.about-info-section{background-color:#0a0a0a;overflow:hidden;z-index:15}.about-info-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.05) 0%,transparent 50%),repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,.03) 2px,rgba(255,255,255,.03) 4px);pointer-events:none;z-index:1;animation:aboutInfoBreathe 8s ease-in-out infinite}.about-info-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter2'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter2)' opacity='0.06'/%3E%3C/svg%3E");background-size:200% 200%;pointer-events:none;z-index:1;animation:aboutInfoSubtleShift 12s ease-in-out infinite}@keyframes aboutInfoBreathe{0%,to{opacity:1}50%{opacity:.7}}@keyframes aboutInfoSubtleShift{0%,to{opacity:.1;filter:blur(0px)}50%{opacity:.07;filter:blur(.5px)}}.about-info-floating-shapes{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:1}.about-info-shape{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(251,146,60,.12) 0%,transparent 70%);filter:blur(40px)}.about-info-shape-1{width:350px;height:350px;top:10%;left:-5%;animation:aboutInfoFloat1 25s ease-in-out infinite,aboutInfoPulse1 5s ease-in-out infinite}.about-info-shape-2{width:280px;height:280px;top:60%;right:-5%;animation:aboutInfoFloat2 30s ease-in-out infinite,aboutInfoPulse2 6s ease-in-out infinite}.about-info-shape-3{width:300px;height:300px;bottom:15%;left:15%;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%);animation:aboutInfoFloat3 28s ease-in-out infinite,aboutInfoPulse3 7s ease-in-out infinite}.about-info-shape-4{width:250px;height:250px;top:30%;right:20%;animation:aboutInfoFloat4 32s ease-in-out infinite,aboutInfoPulse4 5.5s ease-in-out infinite}@keyframes aboutInfoFloat1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(40px,-30px) scale(1.1)}66%{transform:translate(-30px,40px) scale(.9)}}@keyframes aboutInfoFloat2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-50px,30px) scale(1.15)}66%{transform:translate(30px,-40px) scale(.85)}}@keyframes aboutInfoFloat3{0%,to{transform:translate(0) scale(1)}33%{transform:translate(45px,35px) scale(.9)}66%{transform:translate(-40px,-30px) scale(1.1)}}@keyframes aboutInfoFloat4{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-35px,-45px) scale(1.2)}66%{transform:translate(50px,25px) scale(.8)}}@keyframes aboutInfoPulse1{0%,to{opacity:.5}50%{opacity:1}}@keyframes aboutInfoPulse2{0%,to{opacity:.6}50%{opacity:1}}@keyframes aboutInfoPulse3{0%,to{opacity:.4}50%{opacity:.9}}@keyframes aboutInfoPulse4{0%,to{opacity:.7}50%{opacity:1}}.about-info-wrapper{position:relative;width:100%;padding-left:10px;padding-right:10px}@media (min-width: 900px){.about-info-wrapper{padding-left:1.75rem;padding-right:1.75rem}}.about-info-wrapper{z-index:10}.about-info-content{margin-left:auto;margin-right:auto;width:100%;max-width:1200px;position:relative}.about-info-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;position:relative}@media (min-width: 768px){.about-info-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (min-width: 1024px){.about-info-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto auto;gap:1.5rem}}.about-info-feature-panel{grid-column:1 / -1;background:#0f0f0f99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid #1A1A1A;border-radius:4px;overflow:hidden;position:relative;transition:all .3s ease}@media (min-width: 1024px){.about-info-feature-panel{grid-column:1 / 4;grid-row:1 / 3}}.about-info-feature-panel:hover{border-color:#333}.about-info-feature-top{padding:3rem 2rem 2rem;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,transparent 70%);position:relative}.about-info-feature-top:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,#333333 30%,transparent 70%);opacity:.5}.about-info-feature-title{font-family:Rubik,sans-serif;display:flex;flex-direction:column;gap:.25rem}.about-info-title-line{font-size:2rem;font-weight:700;color:#f5f5f5;line-height:1.1;letter-spacing:-.03em;transition:all .3s ease}@media (min-width: 768px){.about-info-title-line{font-size:2.75rem}}.about-info-title-accent{color:#999;font-weight:300;font-style:italic}.about-info-feature-bottom{padding:2rem;display:flex;flex-direction:column;gap:2rem}.about-info-feature-text p{font-family:Mulish,sans-serif;font-size:1rem;line-height:1.7;color:#999}.about-info-feature-metrics{display:flex;align-items:center;justify-content:space-around;padding:1.5rem;background:#ffffff08;border-radius:4px;border:1px solid #1A1A1A}.about-info-metric{display:flex;flex-direction:column;align-items:center;gap:.25rem}.about-info-metric-value{font-family:Rubik,sans-serif;font-size:1.75rem;font-weight:700;color:#f5f5f5;line-height:1}.about-info-metric-label{font-family:Mulish,sans-serif;font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.1em}.about-info-metric-divider{width:1px;height:30px;background:linear-gradient(to bottom,transparent,#333333,transparent)}.about-info-stack-panel{padding:2rem 1.5rem;background:#0f0f0f99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid #1A1A1A;border-radius:4px;transition:all .3s ease;position:relative;overflow:hidden}@media (min-width: 1024px){.about-info-stack-panel{grid-column:4 / 5;grid-row:1 / 3}}.about-info-stack-panel:before{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);pointer-events:none}.about-info-stack-panel:hover{border-color:#333;background:#141414b3}.about-info-stack-title{font-family:Rubik,sans-serif;font-size:1.25rem;font-weight:700;color:#f5f5f5;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.about-info-stack-categories{display:flex;flex-direction:column;gap:1.5rem}.about-info-stack-category{display:flex;flex-direction:column;gap:.75rem}.about-info-stack-cat-label{font-family:Mulish,sans-serif;font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.about-info-stack-items{display:flex;flex-wrap:wrap;gap:.5rem}.about-info-stack-items span{font-family:Mulish,sans-serif;font-size:.875rem;color:#999;padding:.375rem .75rem;background:#ffffff08;border:1px solid #1A1A1A;border-radius:2px;transition:all .3s ease}.about-info-stack-items span:hover{color:#f5f5f5;border-color:#333;background:#ffffff0d;transform:translateY(-2px)}.about-info-expertise-card{padding:2rem 1.5rem;background:#0f0f0f99;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid #1A1A1A;border-radius:4px;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:1rem}@media (min-width: 1024px){.about-info-expertise-primary{grid-column:1 / 3;grid-row:3 / 4}.about-info-expertise-secondary{grid-column:3 / 5;grid-row:3 / 4}}.about-info-expertise-card:before{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(to right,#F5F5F5,transparent);opacity:0;transition:opacity .3s ease}.about-info-expertise-card:hover{border-color:#333;background:#141414b3;transform:translateY(-3px)}.about-info-expertise-card:hover:before{opacity:1}.about-info-expertise-icon{font-size:2.5rem;filter:grayscale(100%);opacity:.5;transition:all .3s ease}.about-info-expertise-card:hover .about-info-expertise-icon{filter:grayscale(0%);opacity:1;transform:scale(1.1)}.about-info-expertise-title{font-family:Rubik,sans-serif;font-size:1.25rem;font-weight:700;color:#f5f5f5;text-transform:uppercase;letter-spacing:.05em}.about-info-expertise-desc{font-family:Mulish,sans-serif;font-size:.95rem;line-height:1.6;color:#999}.about-info-availability{grid-column:1 / -1;padding:1.5rem 2rem;background:#fb923c1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(251,146,60,.3);border-radius:4px;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.5rem}@media (min-width: 768px){.about-info-availability{flex-direction:row;justify-content:center}}.about-info-availability:hover{background:#fb923c26;border-color:#fb923c80}.about-info-availability-badge{display:flex;align-items:center;gap:.75rem}.about-info-availability-dot{width:10px;height:10px;background:#4ade80;border-radius:50%;animation:aboutInfoPulseDot 2s ease-in-out infinite;box-shadow:0 0 10px #4ade8080}@keyframes aboutInfoPulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.about-info-availability-text{font-family:Rubik,sans-serif;font-size:1rem;font-weight:700;color:#f5f5f5;text-transform:uppercase;letter-spacing:.05em}.about-info-availability-note{font-family:Mulish,sans-serif;font-size:.875rem;color:#999}@media (min-width: 768px){.about-info-availability-note{margin-left:1rem;padding-left:1rem;border-left:1px solid rgba(251,146,60,.3)}}.single-project-container{display:flex;flex-direction:column;max-width:445px;margin-left:auto;margin-right:auto;gap:3rem;border:1px solid #404040;padding:2rem 1rem;border-radius:4px;background:#0a0a0a80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s;margin-bottom:4rem}.single-project-container:hover{border-color:#666}@media (min-width: 500px){.single-project-container{padding:3rem 2rem}}@media (min-width: 900px){.single-project-container{flex-direction:row;max-width:1000px}}.single-project-container-kanban{display:flex;flex-direction:column;max-width:445px;margin-left:auto;margin-right:auto;gap:3rem;border:1px solid #404040;padding:2rem 1rem;border-radius:4px;background:#0a0a0a80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s;margin-bottom:4rem}.single-project-container-kanban:hover{border-color:#666}@media (min-width: 500px){.single-project-container-kanban{padding:3rem 2rem}}@media (min-width: 900px){.single-project-container-kanban{flex-direction:row-reverse;max-width:1000px}}.project-fade-out{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.project-fade-in{opacity:1;transform:translateY(0);transition:opacity .8s ease-out,transform .8s ease-out}.single-project-swiper-container{width:100%;height:-moz-min-content;height:min-content;max-height:452px;overflow:hidden;border-radius:4px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.single-project-swiper-container .swiper-button-next,.single-project-swiper-container .swiper-button-prev{width:50px!important;height:50px!important;background:none!important;background-color:transparent!important;border:none!important;box-shadow:none!important;transition:all .3s ease!important}.single-project-swiper-container .swiper-button-next:after,.single-project-swiper-container .swiper-button-prev:after{display:none!important}.single-project-swiper-container .swiper-button-next:hover,.single-project-swiper-container .swiper-button-prev:hover{transform:scale(1.1)!important}.single-project-swiper-container .swiper-button-next:after,.single-project-swiper-container .swiper-button-prev:after{content:""!important}.single-project-swiper-container .swiper-button-next{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='none' stroke='%23FB923C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important}.single-project-swiper-container .swiper-button-prev{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 24 24' fill='none' stroke='%23FB923C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:center!important;background-size:contain!important}.single-project-swiper-container .swiper-button-disabled{opacity:.3!important}.single-project-swiper-container .swiper-pagination-bullet{background:#404040!important;opacity:1!important;transition:all .3s ease!important}.single-project-swiper-container .swiper-pagination-bullet-active{background:#fb923c!important}@media (min-width: 900px){.single-project-swiper-container{width:50%}}.single-project-swiper{width:100%;height:100%}.single-project-swiper-slide{position:relative;width:100%;height:-moz-min-content;height:min-content;max-height:452px;width:-moz-min-content;width:min-content;height:auto}.single-project-image{-o-object-fit:cover;object-fit:cover;cursor:grab;filter:brightness(.85) saturate(.85);opacity:.9}.single-project-info-container{display:flex;flex-direction:column;gap:1rem;position:relative}@media (min-width: 900px){.single-project-info-container{width:50%}}.single-project-title-container{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1rem}@media (min-width: 900px){.single-project-title-container{flex-direction:row;align-items:center;gap:1rem}}.single-project-title{font-family:Rubik,sans-serif;font-weight:700;font-size:1.2rem;line-height:1.4375rem;letter-spacing:.5px;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:1rem;color:#f5f5f5;margin:0}@media (min-width: 900px){.single-project-title{justify-content:flex-start}}.single-project-title-tech{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}@media (min-width: 900px){.single-project-title-tech{justify-content:flex-start}}.single-project-title-tech-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;padding:.3rem;border-radius:4px;background:#0f0f0f;border:1px solid #1A1A1A;transition:all .3s ease}.single-project-title-tech-icon-wrapper:hover{border-color:#333;background:#141414}.single-project-title-tech-icon{width:20px;height:20px;filter:brightness(.85) saturate(.9)}@media (min-width: 500px){.single-project-title-tech-icon{width:24px;height:24px}}.single-project-icon{width:30px;height:30px}.single-project-details{font-family:Mulish,sans-serif;color:#999;margin-bottom:1.5rem;text-align:center}@media (min-width: 900px){.single-project-details{margin-bottom:1rem;text-align:left}}.single-project-tech-container{display:flex;gap:1rem;align-items:center;justify-content:center;margin-bottom:1.5rem}@media (min-width: 900px){.single-project-tech-container{justify-content:flex-start;margin-bottom:1rem}}.single-project-skills-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;justify-items:center}@media (min-width: 500px){.single-project-skills-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width: 900px){.single-project-skills-grid{justify-items:flex-start;margin-bottom:1rem}}.single-project-skills-grid .single-project-skills-img-wrapper{position:relative;display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:4px;background:#0f0f0f;border:1px solid #1A1A1A;transition:all .3s ease}.single-project-skills-grid .single-project-skills-img-wrapper:hover{border-color:#333;background:#141414}.single-project-skills-grid .single-project-skills-img{width:48px;height:48px;filter:brightness(.85) saturate(.9)}.single-project-skills-grid .single-project-skills-img[src*=mcp-server]{filter:brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0,0,0,.3))}@media (min-width: 500px){.single-project-skills-grid .single-project-skills-img{width:52px;height:52px}}.single-project-skills-img-wrapper{position:relative;display:inline-block}.single-project-skills-img{width:35px}.single-project-skills-img[src*=mcp-server]{filter:brightness(0) invert(1) drop-shadow(0 2px 4px rgba(0,0,0,.3))}.single-project-skills-img-wrapper:hover .single-project-skills-tooltip{opacity:1;transform:translate(-50%) translateY(0);transition-delay:.5s}.single-project-skills-tooltip{position:absolute;top:-2.5rem;left:50%;transform:translate(-50%) translateY(-10px);opacity:0;background:#292524f2;color:#fff;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:600;white-space:nowrap;pointer-events:none;transition:all .3s ease;transition-delay:0s;box-shadow:0 4px 12px #00000026;z-index:10}.single-project-skills-tooltip:before{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(41,37,36,.95)}.single-project-tags{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;justify-content:center}@media (min-width: 900px){.single-project-tags{justify-content:flex-start}}.single-project-tag{font-size:.8rem;border:1px solid;border-radius:.5rem;padding:.1rem .2rem;background-color:#ffffff1a!important;color:#f5f5f5!important;border-color:#404040!important}.single-project-password-info{display:flex;justify-content:center;margin-top:1.5rem}@media (min-width: 900px){.single-project-password-info{justify-content:flex-start}}.single-project-password-content{display:flex;flex-direction:row;gap:.75rem;align-items:center}.single-project-password-label{font-family:Rubik,sans-serif;font-weight:700;color:#f5f5f5;font-size:.875rem;letter-spacing:.5px}.single-project-password-btn{cursor:pointer;border:1px solid #F5F5F5;border-radius:0;padding:.5rem 1.5rem;font-size:.875rem;font-weight:400;transition:all .3s;background-color:#f5f5f5;color:#0a0a0a;font-family:Rubik,sans-serif;text-transform:uppercase;letter-spacing:.05em}.single-project-password-btn:hover{background-color:transparent;color:#f5f5f5}.single-project-links{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}@media (min-width: 900px){.single-project-links{justify-content:flex-start}}.single-project-link-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1.5rem;border:1px solid #F5F5F5;border-radius:0;background-color:transparent;color:#f5f5f5;font-family:Rubik,sans-serif;font-weight:400;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:all .3s ease;font-size:.875rem;letter-spacing:.05em}.single-project-link-btn:hover{background-color:#f5f5f5;color:#0a0a0a}.single-project-link-btn-primary{background-color:#f5f5f5;color:#0a0a0a;border:1px solid #F5F5F5}.single-project-link-btn-primary:hover{background-color:transparent;color:#f5f5f5;border:1px solid #F5F5F5}.single-project-link-btn img{width:16px;height:16px}.single-project-link-btn-primary img{filter:brightness(0)}.single-project-link-btn-primary:hover img{filter:brightness(0) invert(1)}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 375px){.container{max-width:375px}}@media (min-width: 500px){.container{max-width:500px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 900px){.container{max-width:900px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1440px){.container{max-width:1440px}}@media (min-width: 1536px){.container{max-width:1536px}}.section-heading{font-family:Mulish,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.5px;--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity))}.section-subheading{font-family:Rubik,sans-serif;font-size:1.5rem;line-height:2rem;letter-spacing:0px;font-weight:700;--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity))}.btn-primary{width:-moz-max-content;width:max-content;cursor:pointer;align-items:center;border-radius:.25rem;border-width:1px;--tw-bg-opacity: 1;background-color:rgb(120 113 108 / var(--tw-bg-opacity));padding:.5rem 1rem;font-weight:700;letter-spacing:1px;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.btn-primary:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tag{border-radius:.5rem;border-width:1px;padding:.1rem .2rem;font-size:.8rem;background-color:#e7e5e4;color:#292524;border-color:#a8a29e}.contact-form-container{margin-bottom:0rem;display:flex;width:100%;flex-direction:column;gap:2rem}@media (min-width: 900px){.contact-form-container{flex-direction:row;gap:2.5rem}}.contact-input{border-width:1px;padding:.75rem;--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity));background:#0f0f0fcc;border-color:#1a1a1a;border-radius:0;transition:all .3s ease;font-size:.95rem}.contact-input:focus{outline:none;border-color:#333;background:#141414e6}.contact-input::-moz-placeholder{color:#666}.contact-input::placeholder{color:#666}.contact-textarea{min-height:200px;border-width:1px;padding:.75rem;--tw-text-opacity: 1;color:rgb(245 245 245 / var(--tw-text-opacity));background:#0f0f0fcc;border-color:#1a1a1a;border-radius:0;transition:all .3s ease;font-size:.95rem;resize:vertical}.contact-textarea:focus{outline:none;border-color:#333;background:#141414e6}.contact-textarea::-moz-placeholder{color:#666}.contact-textarea::placeholder{color:#666}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.-left-full{left:-100%}.left-0{left:0}.top-0{top:0}.ml-\[3rem\]{margin-left:3rem}.mr-\[1rem\]{margin-right:1rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-\[280px\]{height:280px}.h-full{height:100%}.h-min{height:-moz-min-content;height:min-content}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-\[280px\]{width:280px}.w-\[30vw\]{width:30vw}.w-\[35vw\]{width:35vw}.w-\[5vw\]{width:5vw}.w-full{width:100%}.w-min{width:-moz-min-content;width:min-content}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.gap-\[1rem\]{gap:1rem}.overflow-hidden{overflow:hidden}.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:9999px}.border-2{border-width:2px}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-black\/20{--tw-gradient-from: rgb(0 0 0 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-black\/10{--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / .1) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-black\/20{--tw-gradient-to: rgb(0 0 0 / .2) var(--tw-gradient-to-position)}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.p-2{padding:.5rem}.px-\[1\.75rem\]{padding-left:1.75rem;padding-right:1.75rem}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}*{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.page-width{max-width:1440px;margin:0 auto}#root{position:relative;background:#0a0a0a;min-height:100vh}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:#333;border-radius:0}::-webkit-scrollbar-thumb:hover{background:#666}.hamburger{z-index:100}.hamburger-menu{display:flex;flex-direction:column;justify-content:space-between;height:20px;width:24px;cursor:pointer;z-index:10000;position:relative}.hamburger-menu span{width:24px;height:1px;background-color:#f5f5f5;transition:transform .3s ease-in-out}.hamburger-menu.cross span:nth-child(1){transform:translateY(9px) rotate(45deg);background-color:#f5f5f5}.hamburger-menu.cross span:nth-child(2){opacity:0}.hamburger-menu.cross span:nth-child(3){transform:translateY(-8px) rotate(-45deg);background-color:#f5f5f5}@media (min-width: 900px){.hamburger-menu{display:none}}.swiper-button-next,.swiper-button-prev{width:30px!important;height:30px!important}.swiper-button-next:after,.swiper-button-prev:after{color:#78716c;font-weight:700;font-size:.8rem!important;position:absolute;bottom:0%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:100%;border:2px solid #78716C;background-color:#fffbf5e6}.swiper-button-next:hover:after,.swiper-button-prev:hover:after{background-color:#78716c;color:#fff;border-color:#78716c;transform:scale(1.3)}.swiper-pagination-bullet{display:none}.hero-img{border:4px solid #292524;animation:morph 8s ease-in-out infinite;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transition:all 1s ease-in-out}@keyframes morph{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.icon-link a svg:hover{color:#ea580c}.skill-icon-item{transition:.3s ease-in-out;cursor:pointer}.skill-icon-item:hover{transform:translateY(-15px)}.skill-txt{opacity:0}.skill-icon-item:hover .tooltip{visibility:visible;opacity:1}.tooltip-container{position:relative;display:inline-block}.tooltip{width:100%;visibility:hidden;color:#292524;font-size:.65rem;line-height:1rem;text-align:center;border-radius:3px;padding:3px;position:absolute;z-index:1;bottom:-20px;left:0;opacity:0;transition:opacity .3s ease-in-out;font-family:Mulish;font-weight:700}.tooltip-container:hover .tooltip{visibility:visible;opacity:1}@media (min-width: 500px){.tb500\:h-\[350px\]{height:350px}.tb500\:w-\[350px\]{width:350px}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:h-screen{height:100vh}}html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent-touch]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-property:overflow;transition-duration:1ms;transition-behavior:allow-discrete}
