:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;background-color:#0f1217;color:#e5e7eb;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.hero-glow-red{position:absolute;top:-150px;left:-150px;width:600px;height:600px;background:radial-gradient(circle,rgba(239,68,68,.15) 0%,rgba(239,68,68,.05) 40%,transparent 70%);filter:blur(80px);pointer-events:none;z-index:0;opacity:0;animation:fadeInScale 1.5s ease-out forwards}.container{max-width:1200px;margin:0 auto;padding:0 24px}.hero{padding:120px 0 80px;background:radial-gradient(1000px 400px at -10% -20%,rgba(255,255,255,.06),transparent 60%),radial-gradient(800px 300px at 110% -10%,rgba(255,255,255,.04),transparent 60%),#0f1217;position:relative;overflow-x:hidden}.hero:before{content:"";position:absolute;top:0;left:0;width:900px;height:900px;background-image:url(/assets/design-BKPGNy4h.png);background-repeat:no-repeat;background-size:contain;opacity:.09;filter:brightness(1.05) saturate(.7);pointer-events:none;transform:translate(-50%,-50%) rotate(62.64deg);transform-origin:center;will-change:transform;animation:hero-design-rotate 20s linear infinite}.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:40px;align-items:center}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:1.05;letter-spacing:.02em;text-transform:uppercase;color:#fff}.hero-subtitle{margin-top:12px;font-size:clamp(1.2rem,3.6vw,2.4rem);font-style:normal;font-weight:400;font-family:Yellowtail,cursive;color:#a78bfa;opacity:0;animation:fadeInUp .8s ease-out forwards;animation-delay:1.6s}.hero-actions{display:flex;gap:16px;margin-top:28px;opacity:0;animation:fadeInUp .8s cubic-bezier(.22,1,.36,1) forwards;animation-delay:1.8s;flex-wrap:wrap}.mobile-only-break{display:none}.hero-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:10px;font-weight:600;font-size:.95rem;text-decoration:none;font-family:system-ui,-apple-system,sans-serif;letter-spacing:.015em;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,background-color .25s ease,color .25s ease,border-color .25s ease}.hero-btn.primary{background:linear-gradient(135deg,#a78bfa,#8b5cf6);color:#fff;border:1px solid transparent;box-shadow:0 4px 12px #8b5cf659,inset 0 1px #fff3}.hero-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #8b5cf673}.hero-btn.secondary{background-color:transparent;color:#a78bfa;border:1px solid rgba(167,139,250,.6);box-shadow:0 4px 12px #0000002e}.hero-btn.secondary:hover{background-color:#a78bfa14;transform:translateY(-2px);box-shadow:0 8px 22px #a78bfa40}.hero-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #a78bfa73}.star-icon{margin-right:6px;font-size:1em}.stats{margin-top:40px;display:flex;gap:32px;opacity:0;animation:fadeInUp .8s ease-out forwards;animation-delay:2s}.stat-number{font-size:clamp(1.8rem,3.4vw,2.2rem);font-weight:800;color:#fff}.stat-label{font-size:.9rem;color:#cbd5e1}.hero-right{position:relative;min-height:380px;display:flex;align-items:center;justify-content:center}.hero-lottie{width:420px;height:420px;will-change:transform,opacity,filter;animation:lottieReveal .9s cubic-bezier(.22,1,.36,1) both,lottieFloat 6s ease-in-out 1s infinite}@keyframes lottieReveal{0%{opacity:0;transform:translateY(20px) scale(.92) rotate(-2deg);filter:blur(6px)}60%{opacity:1;transform:translateY(0) scale(1.02) rotate(0);filter:blur(0)}to{transform:translateY(0) scale(1)}}@keyframes lottieFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media(max-width:1024px){.hero-lottie{width:340px;height:340px}}.card{position:absolute;border-radius:22px;background:linear-gradient(160deg,#212733,#141820);box-shadow:0 10px 40px #00000073;border:1px solid rgba(255,255,255,.08)}.card.large{right:0;top:0;width:62%;height:76%}.card.small{left:8%;top:38%;width:48%;height:46%}.sticker{position:absolute;left:24%;top:58%;transform:rotate(-12deg);background:#22c55e;color:#072b16;font-weight:900;border-radius:14px;padding:12px 14px;box-shadow:0 12px 30px #22c55e59;text-transform:uppercase;letter-spacing:.03em}.scroll-indicator{position:absolute;right:0;bottom:0;width:48px;height:48px;border-radius:50%;background:#fff;color:#0f1217;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 8px 24px #ffffff14}@media(max-width:860px){.hero{padding:96px 0 64px}.hero:before{top:0;left:0;width:500px;height:500px;opacity:.09;transform:translate(-50%,-50%) rotate(62.64deg);animation:hero-design-rotate 20s linear infinite}.hero-grid{grid-template-columns:1fr}.hero-right{display:none}.mobile-only-break{display:block}.hero-actions,.stats{justify-content:center}}@keyframes hero-design-rotate{0%{transform:translate(-50%,-50%) rotate(62.64deg)}to{transform:translate(-50%,-50%) rotate(422.64deg)}}@keyframes navSlideIn{0%{transform:translate(-50%) translateY(-150%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.pill-header{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:40;animation:navSlideIn .8s cubic-bezier(.22,1,.36,1) backwards}.pill-nav{display:flex;align-items:center;gap:22px;padding:14px 20px;background:#11141aeb;border:1px solid rgba(255,255,255,.08);border-radius:20px;box-shadow:0 10px 30px #00000073}.pill-nav-item{color:#cbd5e1;text-decoration:none;font-size:.95rem;padding:8px 10px;border-radius:10px}.pill-nav-item:hover{color:#fff;background:#ffffff0f}.pill-nav-brand-mobile{display:none}.pill-brand{display:block;width:140px;height:48px;object-fit:contain;border-radius:8px}.menu-btn{display:none;color:#fff}@media(max-width:860px){.skills-section-grid{gap:55px}.pill-nav{gap:10px;padding:8px 10px;justify-content:space-between}.pill-nav-item{display:none}.pill-nav-brand-mobile{display:block}.pill-brand-mobile{width:44px;height:44px;object-fit:cover;border-radius:50%}.pill-nav .pill-nav-item.pill-nav-center-brand{display:none}.menu-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);margin-left:auto}}@media(max-width:480px){.work-title-main{font-size:clamp(1.6rem,10vw,2.8rem);font-weight:750}.work-title-script{bottom:-16px;font-size:clamp(1rem,6vw,1.8rem)}.work-title{align-items:center}.skills-section-grid{gap:28px}}@media(max-width:360px)and (max-height:740px){.work-title-main{font-size:clamp(1.1rem,7vw,1.8rem);font-weight:750;line-height:1;letter-spacing:.02em;white-space:nowrap;overflow:visible;padding:0 6px;text-align:center}.work-title-script{position:relative;bottom:0;margin-top:6px;font-size:clamp(.9rem,5vw,1.2rem);display:block;left:50%;transform:translate(-50%)}.work-title{align-items:center;padding-bottom:6px}}.mobile-menu{position:fixed;top:0;left:0;height:100vh;width:280px;background:#18181b;box-shadow:4px 0 24px #00000080;z-index:1000;display:flex;flex-direction:column;padding:24px;animation:sidebarSlideIn .3s cubic-bezier(.16,1,.3,1)}.mobile-menu-header{display:flex;justify-content:flex-end;margin-bottom:40px}.menu-close-btn{background:transparent;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s}.menu-close-btn:hover{opacity:1}.mobile-menu-links{display:flex;flex-direction:column;gap:24px}.mobile-menu a{font-size:1.1rem;font-weight:600;color:#e2e8f0;text-decoration:none;transition:color .2s,transform .2s;display:block}.mobile-menu a:hover{color:#fff;transform:translate(4px)}@keyframes sidebarSlideIn{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}.about{padding:48px 0 32px}.about,.about-main{font-family:Alata,sans-serif}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:stretch}.about-card{background:linear-gradient(160deg,#1a1f2a,#0f131b);border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 10px 30px #00000073;padding:20px;min-height:220px}.about-role,.about-location{padding:14px}.about-role,.about-location{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.about-card-title{font-size:.9rem;color:#cbd5e1}.about-card-value{margin-top:8px;font-size:clamp(.9rem,1.8vw,1.2rem);font-weight:700;color:#fff}#about{padding:60px 0}#about .about-grid{grid-template-columns:.9fr 1.4fr;gap:28px;align-items:center}#about .about-left .about-card,#about .about-right .about-card{min-height:320px;padding:26px}#about .about-section-title{color:#cbd5e1;font-weight:800;font-size:clamp(1.4rem,3vw,2.2rem)}#about .about-name{font-size:clamp(2.4rem,5.4vw,3.6rem);font-weight:900;color:#fff}#about .accent{color:#3b82f6}#about .about-paragraph{margin-top:10px;color:#cbd5e1;line-height:1.7;max-width:60ch}@keyframes floatGrid{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}#about .skills-grid{grid-template-columns:repeat(3,68px);grid-gap:16px;animation:floatGrid 6s ease-in-out infinite;will-change:transform;transform:rotateX(16deg) rotateY(16deg)}#about .skills-grid .box{width:68px;height:68px;border-radius:18px;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}#about .skills-grid .box:hover{transform:rotate(45deg) scale(1.1);z-index:10;box-shadow:0 10px 20px #0000004d}#about .skills-grid .box:hover img{transform:rotate(-45deg)}#about .skills-grid .box img{width:34px;height:34px;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}#about .about-left .about-card{position:relative}#about .about-left .about-card:after{content:"";position:absolute;left:-18px;bottom:-12px;width:260px;height:140px;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#ffffff05}@media(max-width:860px){#about .about-grid{grid-template-columns:1fr}#about .about-left .about-card:after{display:none}}.about-social{margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.social-btn{height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fff;font-weight:800;text-decoration:none}.about-cta{position:relative;min-height:270px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:22px}.cta-title{font-size:clamp(1.6rem,4.6vw,2.6rem);font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:.02em}.cta-subtitle{margin-top:8px;color:#cbd5e1}.btn-download{margin-top:14px;display:inline-flex;align-items:center;gap:8px;background:#7c3aed;color:#fff;padding:14px 22px;border-radius:12px;box-shadow:0 12px #4c1d95,0 16px 24px #7c3aed73;text-decoration:none;font-weight:800}.btn-download:hover{filter:brightness(1.08);transform:translateY(-1px)}.about-cta:before,.about-cta:after{content:"✨";position:absolute;color:#fde68a;font-size:22px}.about-cta:before{top:14px;right:18px;transform:rotate(-12deg)}.about-cta:after{top:34px;right:54px;transform:rotate(10deg)}.about-tools{margin-top:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px 18px;max-width:980px;margin-left:auto;margin-right:auto;text-align:center}.about-tools-title{color:#cbd5e1;font-size:.95rem}.tool-row{margin-top:10px;display:flex;gap:10px;flex-wrap:wrap}.marquee-container{width:100%;overflow:hidden;display:flex;justify-content:center}.marquee{display:flex;gap:16px;width:max-content;animation:marquee 12s linear infinite;margin:0 auto}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.tool-chip{width:60px;height:60px;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:.25s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);flex-shrink:0}.tool-chip img{width:32px;height:32px;opacity:1;filter:none;transition:transform .25s ease,opacity .25s ease}.tool-chip:hover{transform:translateY(-6px) scale(1.12);border-color:#ffffff59;box-shadow:0 0 16px #ffffff40}.tool-chip:hover img{transform:scale(1.15);opacity:1}@media(max-width:860px){.about-grid,.hero-grid{grid-template-columns:1fr}.hero-left{text-align:center}.hero-subtitle{font-size:clamp(1rem,5.2vw,1.5rem);max-width:34ch;margin-left:auto;margin-right:auto;line-height:1.3}.social-grid{justify-content:center}.about-main-card-left{display:flex;justify-content:center}.about-main .skills-grid{transform:none}}.about-left{display:flex;flex-direction:column;gap:8px}.about-location{grid-column:1 / -1}.about-social-card{padding:14px}.about-tools{display:none}.social-grid{display:flex;gap:18px;justify-content:center;align-items:center;margin-top:15px}.social-btn{width:56px;height:56px;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);display:flex;justify-content:center;align-items:center;perspective:500px;transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.social-btn img{width:26px;height:26px;opacity:.85;transition:transform .55s ease,opacity .35s ease;transform-style:preserve-3d}.social-btn:hover{transform:translateY(-6px) scale(1.12);border-color:#fff6}.social-btn:hover img{opacity:1;transform:rotateY(180deg) scale(1.12)}.social-btn.instagram:hover{box-shadow:0 0 20px #e1306c,inset 0 0 12px #e1306c44}.social-btn.github:hover{box-shadow:0 0 20px #fff,inset 0 0 12px #fff3}.social-btn.linkedin:hover{box-shadow:0 0 20px #0a66c2,inset 0 0 12px #0a66c244}.social-btn.twitter:hover{box-shadow:0 0 20px #1d9bf0,inset 0 0 12px #1d9bf044}.about-role .about-card-value{font-size:clamp(1.1rem,2.4vw,1.7rem);font-weight:600;color:#d1d5db}.about-location .about-card-value{font-size:clamp(1.1rem,2.4vw,1.7rem);color:#d1d5db}.about-role,.about-social-card,.about-location{min-height:0}.about-main{padding:60px 0}.about-main-container{max-width:1120px;margin:0 auto;padding:0 24px}.about-main-grid{display:grid;grid-template-columns:.6fr 1.6fr;gap:28px;align-items:center}.about-main-card{background:linear-gradient(160deg,#1a1f2a,#0f131b);border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 10px 30px #00000073;padding:26px;min-height:320px}.about-main-card-left{background:transparent;border:none;box-shadow:none;padding:0;min-height:auto}.about-main-card-right{background:linear-gradient(160deg,#1a1f2a,#0f131b);border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 10px 30px #00000073;padding:26px;min-height:320px}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}.about-main-card-left{opacity:0}.about-main-card-left.visible{animation:slideInLeft .8s ease-out forwards}.about-main-card-right.about-main-text{opacity:0}.about-main-card-right.about-main-text.visible{animation:slideInRight .8s ease-out forwards}.about-left{opacity:0}.about-left.visible{animation:slideInLeft .8s ease-out forwards}.about-right{opacity:0}.about-right.visible{animation:slideInRight .8s ease-out forwards}.skills-section-pl{opacity:0}.skills-section-pl.visible{animation:slideInLeft .8s ease-out forwards}.skills-section-db{opacity:0}.skills-section-db.visible{animation:slideInLeft .8s ease-out forwards}.skills-section-libs{opacity:0}.skills-section-libs.visible{animation:slideInRight .8s ease-out forwards}.skills-section-ai{opacity:0}.skills-section-ai.visible{animation:slideInRight .8s ease-out forwards}.about-main-title{color:#cbd5e1;font-weight:800;font-size:clamp(1.4rem,3vw,2.2rem)}.about-main-name{font-size:clamp(2.4rem,5.4vw,3.6rem);font-weight:900;color:#fff}.about-main-accent{color:#3b82f6}.about-main-paragraph{margin-top:10px;color:#cbd5e1;line-height:1.7;max-width:80ch;font-family:Alata,sans-serif}.about-main-left .about-main-card{position:relative}.about-main .skills-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:310px;margin:0 auto;transform:rotateX(12deg) rotateY(12deg)}.about-main .skills-grid .box{width:50px;height:50px;border-radius:14px}.about-main .skills-grid .box img{width:24px;height:24px}@media(max-width:860px){.about-main-grid{grid-template-columns:1fr}}.skills{padding:70px 0 40px}.skills-heading{text-align:center;font-family:Science Gothic,sans-serif;font-weight:800;letter-spacing:.05em;color:#a78bfa;font-size:clamp(2rem,6vw,3rem)}.skills-section-grid{margin:40px auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:55px;max-width:1100px;align-items:stretch;padding:0 20px}@media(max-width:860px){.skills-section-grid{grid-template-columns:1fr;max-width:500px;gap:55px}}.skills-section-card{padding:20px;border-radius:20px;background:linear-gradient(145deg,#1a1d26,#101219);border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px #0006;height:100%;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.skills-section-card:hover{transform:translateY(-5px)}.skills-section-pl{box-shadow:0 10px 30px #7c3aed26;border-top:1px solid rgba(124,58,237,.3)}.skills-section-pl:hover{box-shadow:0 20px 40px #7c3aed40}.skills-section-pl .skills-section-card-title{color:#a78bfa}.skills-section-libs{box-shadow:0 10px 30px #3b82f626;border-top:1px solid rgba(59,130,246,.3)}.skills-section-libs:hover{box-shadow:0 20px 40px #3b82f640}.skills-section-libs .skills-section-card-title{color:#60a5fa}.skills-section-db{box-shadow:0 10px 30px #10b98126;border-top:1px solid rgba(16,185,129,.3)}.skills-section-db:hover{box-shadow:0 20px 40px #10b98140}.skills-section-db .skills-section-card-title{color:#34d399}.skills-section-ai{box-shadow:0 10px 30px #ef444426;border-top:1px solid rgba(239,68,68,.3)}.skills-section-ai:hover{box-shadow:0 20px 40px #ef444440}.skills-section-ai .skills-section-card-title{color:#f87171}.skills-section-card-title{font-size:1.15rem;font-weight:800;display:flex;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06)}.skills-section-card-title svg{width:20px;height:20px;stroke-width:2.5px}.skills-section-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}.skills-section-item{display:flex;align-items:center;gap:8px;color:#d1d5db;font-weight:500;font-size:.9rem;padding:6px 10px;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.04);transition:background .2s ease,transform .2s ease}.skills-section-item:hover{background:#ffffff14;transform:translate(4px)}.skills-section-item img,.skills-section-item svg{width:22px;height:22px;object-fit:contain}@media(max-width:860px){.skills-section-grid,.skills-section-list{grid-template-columns:1fr}.skills-section-card{min-height:240px}}.projects-section{padding:60px 0}.projects-section-heading{text-align:center;font-family:Science Gothic,sans-serif;font-weight:900;letter-spacing:.06em;color:#a78bfa;font-size:clamp(2.2rem,6vw,3rem);display:flex;justify-content:center;width:100%}.projects-section-grid{margin-top:36px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:900px){.projects-section-grid{grid-template-columns:1fr}}.projects-section-card{background:#2f2f30;border-radius:20px;padding:18px;border:1.5px solid #2f2f30;box-shadow:0 18px 35px #0000008c;transition:transform .25s ease,box-shadow .25s ease;opacity:0;clip-path:polygon(0 9%,15% 0,100% 0,100% 100%,0 100%)}.project-card-left.visible{animation:slideInLeft .8s ease-out forwards}.project-card-right.visible{animation:slideInRight .8s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.project-card-middle.visible{animation:fadeIn .8s ease-out forwards}.projects-section-card:hover{transform:translateY(-4px);box-shadow:0 26px 55px #282626bf}.projects-section-card-image{border-radius:16px;overflow:hidden}.projects-section-card-image img{width:100%;height:200px;object-fit:cover;clip-path:polygon(0 16%,12% 0,100% 0,100% 100%,0 100%);transition:transform .25s ease}.projects-section-card:hover .projects-section-card-image img{transform:scale(1.03)}.projects-section-card-body{padding:16px 6px 14px;display:grid;gap:14px}.projects-section-card-title{font-size:1.1rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:12px}.projects-section-card-title img{width:32px;height:32px;border-radius:8px}.projects-section-card-subtitle{font-size:.9rem;color:#a8b1c0}.projects-section-card-desc{font-size:.95rem;color:#d3dae4;line-height:1.45}.projects-section-card-icons{display:flex;gap:10px;align-items:center;margin-top:6px}.projects-section-card-icons img{width:20px;height:20px;opacity:.95}.projects-section-card-btn{width:100%;padding:12px 16px;border-radius:14px;background:linear-gradient(135deg,#a78bfa,#8b5cf6);color:#fff;border:1px solid transparent;font-weight:700;text-align:center;display:inline-flex;justify-content:center;align-items:center;box-sizing:border-box;margin-top:8px;box-shadow:0 4px 12px #8b5cf659,inset 0 1px #fff3;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease}.projects-section-card-btn span{display:inline-flex;align-items:center;gap:8px}.projects-section-card-btn span:after{content:"→";font-weight:900;font-size:1rem}.projects-section-card-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #8b5cf633}.projects-section-card-btn:hover span,.projects-section-card-btn:hover{text-shadow:none;color:#fff}@media(max-width:860px){.projects-section-card-btn{padding:14px 18px;min-height:48px;font-size:1rem}.projects-section-card-icons img{width:24px;height:24px}}.footer-section{background:#101216;border-top:1px solid rgba(255,255,255,.06);padding:18px 0}.footer-container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.footer-left{color:#a1a7b3;font-size:.9rem}.footer-center{display:flex;justify-content:center;align-items:center}.footer-logo{height:54px;width:auto;filter:drop-shadow(0 2px 6px rgba(0,0,0,.6))}.footer-right{display:flex;justify-content:flex-end}.footer-back{color:#a1a7b3;font-size:.9rem;display:flex;align-items:center;gap:8px;text-decoration:none}@media(max-width:720px){.footer-container{grid-template-columns:1fr;gap:10px;text-align:center}.footer-right{justify-content:center}}.work-section{background:#0f1115;padding:60px 0 40px}.work-container{position:relative}.work-title{position:relative;display:flex;justify-content:center;align-items:flex-end}.work-title-main{font-family:Science Gothic,sans-serif;font-weight:800;letter-spacing:.02em;color:#fff;font-size:clamp(2.4rem,10vw,6rem)}.work-title-script{position:absolute;bottom:-26px;left:50%;transform:translate(-50%);color:#7c3aed;font-size:clamp(1.4rem,7vw,3rem);font-weight:800;font-style:italic}.work-divider{margin:46px auto 18px;height:1px;background:#ffffff1f;max-width:1000px}.work-contact{display:flex;justify-content:space-between;align-items:center;gap:24px;max-width:1000px;margin:0 auto}.work-contact-content{display:flex;flex-direction:column;gap:8px}.work-email{color:#fff;text-decoration:none;font-size:clamp(1rem,2s,1rem);font-weight:700;display:inline-flex;align-items:center;gap:10px;transition:color .3s ease}.work-email:hover{color:#a78bfa}.work-arrow{width:clamp(16px,2.5vw,24px);height:clamp(16px,2.5vw,24px);transition:transform .3s ease}.work-email:hover .work-arrow{transform:translate(4px,-4px)}.work-phone{color:#94a3b8;font-size:1.2rem;text-decoration:none;transition:color .3s ease}.work-phone:hover{color:#fff}.work-badge{flex-shrink:0}.work-badge svg{filter:drop-shadow(0 4px 12px rgba(0,0,0,.6));border-radius:50%}.work-badge-img{width:88px;height:88px;object-fit:contain;border-radius:50%;filter:drop-shadow(0 4px 12px rgba(0,0,0,.6));animation:work-spin 6s linear infinite;transform-origin:50% 50%;will-change:transform}@keyframes work-spin{to{transform:rotate(360deg)}}@media(max-width:860px){.work-contact{flex-direction:column;text-align:center;gap:40px}.work-contact-content{align-items:center}.work-title-script{bottom:-22px}.work-title-main{font-weight:750}}.animate-text{opacity:0;filter:blur(12px);transform:translate(-40px);visibility:hidden;animation:framerRevealLeft 1.2s cubic-bezier(.22,1,.36,1) forwards}@keyframes framerRevealLeft{0%{opacity:0;filter:blur(12px);transform:translate(-40px);visibility:hidden}to{opacity:1;filter:blur(0);transform:translate(0);visibility:visible}}.contact-section{background:#0f1115;padding:60px 0;overflow-x:hidden}.contact-container{max-width:1100px;margin:0 auto;padding:0 24px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.contact-left,.contact-right{background:radial-gradient(1200px circle at 10% 10%,rgba(124,58,237,.08),transparent 40%),radial-gradient(900px circle at 90% 90%,rgba(59,130,246,.08),transparent 40%),linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:24px;box-shadow:0 18px 40px #00000059,inset 0 1px #ffffff0f}.contact-heading{color:#fff;font-weight:800;letter-spacing:.02em;font-size:clamp(1.4rem,3.8vw,2rem)}.contact-sub{margin-top:8px;color:#9aa3af;font-size:.95rem}.contact-methods{margin-top:22px;display:grid;gap:16px}.contact-method{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:18px;border-radius:16px;background:radial-gradient(600px circle at 10% 10%,rgba(167,139,250,.06),transparent 40%),linear-gradient(180deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.08);color:#e5e7eb;text-decoration:none;cursor:default;transition:border-color .2s ease,box-shadow .2s ease}.contact-method:hover{border-color:#ffffff1f;box-shadow:0 10px 24px #00000040}.method-icon{width:40px;height:40px;display:grid;place-items:center;background:linear-gradient(180deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:12px}.method-icon img{width:22px;height:22px;object-fit:contain}.method-icon.email{border-color:#ea43358c}.method-icon.instagram{border-color:#e4405f8c}.method-text{display:grid;gap:4px}.method-title{font-weight:600;color:#fff}.method-value{font-size:.9rem;color:#cbd5e1}.method-action{display:inline-flex;align-items:center;gap:8px;background:#a78bfa;color:#0f1115;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:transform .15s ease,filter .15s ease}.method-action svg{display:block}.method-action:hover{filter:brightness(1.06);transform:translateY(-1px)}.contact-socials{margin-top:22px;display:flex;gap:12px}.contact-social{width:40px;height:40px;display:grid;place-items:center;border-radius:999px;background:linear-gradient(180deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.08)}.contact-social img{width:18px;height:18px}.contact-form{display:grid;gap:14px}.contact-success{background:#10b98124;color:#34d399;border:1px solid rgba(34,197,94,.35);padding:10px 12px;border-radius:10px;font-size:.9rem}.contact-field{display:grid;gap:8px}.contact-field label{color:#cbd5e1;font-size:.9rem}.contact-input{width:85%;padding:16px;border-radius:12px;outline:none;background:#02061799;color:#e5e7eb;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff0a;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;height:52px}.contact-input:focus{border-color:#3b82f699;box-shadow:0 0 0 3px #3b82f62e}.contact-textarea{resize:vertical;min-height:180px;height:180px}.contact-send{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;background:#a78bfa;color:#0f1115;border:1px solid rgba(255,255,255,.18);font-weight:600;justify-self:start;cursor:pointer;transition:transform .15s ease,filter .15s ease}.contact-send:hover{filter:brightness(1.06);transform:translateY(-1px)}@media(max-width:860px){.contact-container{padding:0 16px}.contact-grid{grid-template-columns:1fr;gap:16px}.contact-left,.contact-right{padding:16px}.contact-methods{gap:12px}.contact-method{grid-template-columns:auto 1fr;align-items:start}.method-action{grid-column:1 / -1;margin-top:6px;justify-self:start}.contact-input,.contact-textarea{width:100%;max-width:100%;box-sizing:border-box}.contact-send{width:100%;justify-content:center}}.skills-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:310px;transform:none;perspective:none;animation:none;margin:0 auto}.box{width:50px;height:50px;background:#0066ff1a;border:1.5px solid rgba(0,140,255,.5);border-radius:14px;transform:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 10px #008cff4d;display:flex;justify-content:center;align-items:center;transition:all .4s ease}.box img{width:24px;height:24px;transform:none;transition:transform .4s ease,scale .4s ease;filter:drop-shadow(0 0 5px rgba(0,150,255,.6))}.box:hover{transform:translateY(-5px) scale(1.1);background:#008cff40;border-color:#00b4ffe6;box-shadow:0 5px 20px #00b4ff80;z-index:10}.box:hover img{transform:scale(1.1)}.dark-theme .box{background:#0066ff26;border:1.5px solid rgba(0,140,255,.6)}.mobile-only{display:none}@media screen and (max-width:768px){.skills-grid{gap:10px;max-width:260px}.box{width:40px;height:40px}.box img{width:20px;height:20px}.mobile-only{display:flex}}@media screen and (max-width:350px){.skills-grid{gap:8px;max-width:200px}.box{width:30px;height:30px}.box img{width:15px;height:15px}}
