@keyframes float1{0%,to{transform:translate(0)}50%{transform:translate(30px,-50px)}}@keyframes float2{0%,to{transform:translate(0)}50%{transform:translate(-50px,30px)}}@keyframes float3{0%,to{transform:translate(0)}50%{transform:translate(20px,50px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.container{color:#fff;background-color:#000;min-height:100vh;font-family:sans-serif;position:relative;overflow-x:hidden}.canvas-bg{z-index:0;position:fixed;inset:0}.gradient-bg{z-index:-1;background:radial-gradient(circle,#0a0a0f 0%,#000 100%);position:fixed;inset:0}.orbs-container{pointer-events:none;z-index:0;width:800px;height:800px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.orb{filter:blur(100px);mix-blend-mode:screen;border-radius:50%;position:absolute}.orb-1{opacity:.4;background:radial-gradient(circle at 30% 30%,#a855f7,#8b5cf6);width:450px;height:450px;animation:20s ease-in-out infinite float1}.orb-2{opacity:.4;background:radial-gradient(circle at 70% 70%,#ec4899,#f472b6);width:400px;height:400px;animation:25s ease-in-out infinite float2}.orb-3{opacity:.5;background:radial-gradient(circle,#3b82f6,#60a5fa);width:350px;height:350px;animation:30s ease-in-out infinite float3}.content{z-index:10;flex-direction:column;gap:4rem;max-width:1536px;margin-top:0;margin-left:auto;margin-right:auto;padding-bottom:4rem;padding-left:1rem;padding-right:1rem;display:flex;position:relative}@media (min-width:640px){.content{padding-left:1.5rem;padding-right:1.5rem}}.hero-section{flex-direction:column;align-items:center;gap:.5rem;padding-top:0;display:flex}.hero-header{flex-direction:column;gap:1.5rem;width:100%;margin-left:8rem;display:flex}@media (min-width:640px){.hero-header{flex-direction:row;align-items:center;gap:1rem;margin-left:8rem}}.hero-text-wrapper{flex-direction:column;gap:1.5rem;margin-left:6rem;display:flex}.hero-title{margin-top:1rem;font-size:3rem;font-weight:900;transition:all 1s}@media (min-width:640px){.hero-title{font-size:3.75rem}}@media (min-width:768px){.hero-title{font-size:4.5rem}}.hero-title-gradient{background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:unset;background-clip:unset;color:#fcfcfc}.hero-title.visible{opacity:1;transform:translateY(0)}.hero-title.hidden{opacity:0;transform:translateY(2rem)}.hero-text-content{flex-direction:column;gap:1rem;display:flex}.hero-subtitle{color:#94a3b8;margin-top:-.5rem;font-size:.875rem;font-weight:500}@media (min-width:640px){.hero-subtitle{font-size:1rem}}.hero-description{color:#cbd5e1;max-width:28rem;font-size:.875rem;line-height:1.5}@media (min-width:640px){.hero-description{font-size:1rem}}.profile-image{margin-top:1rem;margin-left:auto;margin-right:auto;position:relative}@media (min-width:640px){.profile-image{margin-top:2rem;margin-left:auto;margin-right:auto}}.profile-image-container{background:#fff;border-radius:1rem;justify-content:center;align-items:center;width:14rem;height:14rem;display:flex;position:relative;overflow:hidden}@media (min-width:640px){.profile-image-container{width:15rem;height:17.5rem;font-size:7rem}}.hero-actions{flex-wrap:wrap;justify-content:flex-start;align-self:flex-start;align-items:center;gap:1rem;margin-top:1.5rem;margin-left:10rem;display:flex}.btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a855f726 0%,#6366f11a 100%);border:1.5px solid #a855f780;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";opacity:0;background:linear-gradient(90deg,#0000,#fff3,#0000);transition:opacity .3s;position:absolute;inset:0}.btn:hover{background:linear-gradient(135deg,#a855f740 0%,#6366f12e 100%);border-color:#a855f7;transform:translateY(-2px);box-shadow:0 0 20px #a855f766,inset 0 1px 1px #ffffff26}.btn:hover:before{opacity:1}.btn-inner{display:none}.btn-content{z-index:1;align-items:center;gap:.5rem;display:flex;position:relative}.btn-icon{width:1rem;height:1rem;transition:transform .3s}.btn:hover .btn-icon{transform:translate(2px)}.socials{align-items:center;gap:.75rem;display:flex}.social-link{border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.social-link:hover{background-color:#a855f71a;border-color:#fff}.social-icon{width:1.25rem;height:1.25rem}.tab-section{flex-direction:column;gap:2rem;width:100%;max-width:56rem;margin-left:auto;margin-right:auto;display:flex}.tab-buttons{border-bottom:1px solid #ffffff1a;justify-content:center;gap:1.5rem;display:flex}.tab-button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:1rem 3rem;font-size:1.125rem;font-weight:600;transition:all .3s}.tab-button:hover{color:#fff}.tab-button.active{color:#fff;border-bottom-color:#a855f7}.tab-content{flex-direction:column;gap:1.5rem;display:flex}.card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#0f172a80;border:1px solid #ffffff1a;border-radius:1rem;padding:1.5rem;transition:all .3s;position:relative}@media (min-width:640px){.card{padding:2rem}}.card-header{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}@media (min-width:640px){.card-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}.card-title{color:#fff;font-size:1.25rem;font-weight:700;transition:color .3s}.card-company{color:#94a3b8;font-size:.875rem}.card-period{color:#64748b;font-family:monospace;font-size:.875rem}.card-description{color:#cbd5e1;font-size:.875rem;line-height:1.5}@media (min-width:640px){.card-description{font-size:1rem}}.skills-section{flex-direction:column;gap:2rem;display:flex}.skills-section .section-header{justify-content:center}.skills-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));justify-items:center;gap:1rem;width:100%;max-width:900px;margin:0 auto;display:grid}@media (min-width:640px){.skills-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}.skill-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#a855f71f 0%,#6366f114 100%);border:1.5px solid #a855f799;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:280px;height:50px;padding:.5rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.skill-card.pink{background:linear-gradient(135deg,#ec48991f 0%,#a855f714 100%);border:1.5px solid #ec489999}.skill-name{color:#fff;z-index:2;margin-bottom:0;font-size:1rem;font-weight:700;line-height:1.4;transition:all .3s;position:relative}.skill-proficiency{color:#94a3b8;z-index:2;letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:600;line-height:1;transition:all .3s;position:relative}.projects-section{flex-direction:column;gap:2rem;display:flex}.section-header{justify-content:space-between;align-items:center;display:flex}.section-title{background:#fff;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.875rem;font-weight:700}@media (min-width:640px){.section-title{font-size:2.25rem}}.section-link{color:#94a3b8;align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;transition:color .3s;display:flex}.section-link:hover{color:#fff}.section-link-icon{width:1rem;height:1rem;transition:transform .3s}.section-link:hover .section-link-icon{transform:translate(.25rem)}.projects-grid{gap:1.5rem;display:grid}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.project-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background-color:#0f172a80;border:1px solid #ffffff1a;border-radius:1rem;padding:1.5rem;transition:all .3s;position:relative}@media (min-width:640px){.project-card{padding:2rem}}.project-card:hover{border-color:#a855f780;transform:translateY(-.5rem)}.project-title{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;transition:color .3s}.project-card:hover .project-title{color:#a855f7}.project-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.tag{color:#a855f7;background-color:#a855f71a;border:1px solid #a855f74d;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem}.project-description{color:#cbd5e1;font-size:.875rem;line-height:1.5}footer{z-index:20;border-top:1px solid #ffffff1a;margin-top:4rem;position:relative;background-color:#000!important}.footer-container{background-color:#000!important}
