body{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}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#000;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.app,body{min-height:100vh}.app{align-items:center;background-image:linear-gradient(#007bbf08 1px,#0000 0),linear-gradient(90deg,#007bbf08 1px,#0000 0);background-size:50px 50px;display:flex;justify-content:center;padding:2rem;position:relative}.app:before{background:radial-gradient(circle at center,#007bbf0d 0,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:-1}.container{animation:fadeInUp 1s ease-out;max-width:900px;width:100%}.main-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-bottom:3rem}.left-column,.right-column{text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.profile-section{margin-bottom:0}.profile-image{display:inline-block;margin-bottom:1rem;position:relative}.profile-image img{background:#0000;border:none;border-radius:0;height:180px;transition:all .3s ease;width:auto}.profile-image:hover img{transform:scale(1.05)}.name{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:.3rem}.title{color:#ccc;font-size:1rem;font-weight:400;margin-bottom:.2rem;margin-top:.5rem}.subtitle{color:#888;font-size:.8rem;margin-bottom:1.5rem;margin-top:1.2rem}.social-links{gap:.8rem;margin-bottom:1.5rem}.social-btn,.social-links{display:flex;justify-content:center}.social-btn{align-items:center;background:#007bbf0d;border:1px solid #007bbf33;border-radius:50%;color:#ccc;cursor:pointer;height:36px;transition:all .3s ease;width:36px}.social-btn:hover{background:#007bbf1a;border-color:#007bbf66;transform:translateY(-2px)}.social-btn:hover,.social-btn:hover svg{color:#007bbf}.contact-btn{background:linear-gradient(135deg,#007bbf,#005a8b);border:none;border-radius:6px;box-shadow:0 3px 12px #007bbf4d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.contact-btn:hover{background:linear-gradient(135deg,#08c,#069);box-shadow:0 5px 16px #007bbf66;transform:translateY(-2px)}.about-text{margin-top:2rem}.companies-section{border-top:1px solid #007bbf1a;margin-top:3rem;padding:2rem 0;text-align:center}.companies-section h4{color:#666;font-size:.9rem;font-weight:500;margin-bottom:1rem}.companies-carousel{border-radius:12px;height:60px;overflow:hidden;padding:10px;position:relative}.company-logo{align-items:center;display:flex;height:100%;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .8s ease-in-out;width:100%}.company-logo img{max-height:50px;max-width:120px;object-fit:contain;transition:all .3s ease}.company-logo.active img{filter:grayscale(0) brightness(1)}@keyframes companyFade{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}16%{opacity:1;transform:translate(-50%,-50%) scale(1)}20%{opacity:1;transform:translate(-50%,-50%) scale(1)}24%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:0;transform:translate(-50%,-50%) scale(.9)}}.company-logo{opacity:0;pointer-events:none}.company-logo:first-child{animation:companyFade 20s 0s infinite;z-index:2}.company-logo:nth-child(2){animation:companyFade 20s 4s infinite;z-index:2}.company-logo:nth-child(3){animation:companyFade 20s 8s infinite;z-index:2}.company-logo:nth-child(4){animation:companyFade 20s 12s infinite;z-index:2}.company-logo:nth-child(5){animation:companyFade 20s 16s infinite;z-index:2}.about-text h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1.2rem}.about-text p{color:#ccc;font-size:.9rem;line-height:1.5}.about-section{border-top:1px solid #007bbf1a;margin-bottom:0;padding:2rem 0;text-align:center}.about-section h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.about-section p{color:#ccc;font-size:.95rem;line-height:1.6;margin:0 auto;max-width:600px}.highlight{color:#007bbf;font-weight:500}.skills-section{text-align:center}.skills-section h3{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.skills-subtitle{color:#888;font-size:.8rem;margin-bottom:1.1rem;margin-top:-.8rem}.skills-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:280px}.skill-card{align-items:center;background:#007bbf08;border:1px solid #007bbf33;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:1rem;transition:all .3s ease}.skill-card:hover{background:#007bbf14;border-color:#007bbf66;box-shadow:0 4px 15px #007bbf26;transform:translateY(-2px)}.skill-icon{align-items:center;color:#007bbf;display:flex;height:32px;justify-content:center;width:32px}.skill-icon svg{height:24px;width:24px}.skill-name{color:#ccc;font-size:.8rem;font-weight:500;text-align:center}.skill-card:hover .skill-name{color:#fff}@media (max-width:768px){.main-content{gap:2rem;grid-template-columns:1fr}.container{padding:0 1rem}.name{font-size:1.6rem}.skills-grid{grid-template-columns:repeat(3,1fr);max-width:100%}.about-section{text-align:center}}@media (max-width:480px){.app{background-size:30px 30px;padding:1rem}.main-content{gap:1.5rem}.name{font-size:1.5rem}.social-links{gap:.6rem}.social-btn{height:32px;width:32px}.skills-grid{gap:.8rem;grid-template-columns:repeat(2,1fr)}.skill-card{padding:.8rem}.skill-icon{height:28px;width:28px}.skill-icon svg{height:20px;width:20px}.skill-name{font-size:.75rem}}.projects-card{background:#007bbf08;border:1px solid #007bbf33;border-radius:8px;margin-left:auto;margin-right:auto;margin-top:1.5rem;max-width:280px;padding:.8rem;text-align:center}.projects-card h3{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.8rem}.loading{color:#ccc;font-size:.75rem}.project-content{margin-bottom:.8rem;text-align:left}.project-content h4{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:.3rem}.project-content p{color:#ccc;font-size:.75rem;line-height:1.2;margin-bottom:.5rem}.expand-btn{background:none;border:none;color:#007bbf;cursor:pointer;font-size:.7rem;margin-bottom:.5rem;padding:0;text-decoration:underline;transition:color .3s ease}.expand-btn:hover{color:#08c}.project-meta{align-items:center;display:flex;font-size:.7rem;justify-content:space-between;margin-bottom:.6rem}.language{color:#007bbf;font-weight:500}.stars{color:#ccc}.project-link{color:#007bbf;display:inline-block;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .3s ease}.project-link:hover{color:#08c}.project-nav{gap:.6rem;margin-top:.8rem}.nav-btn,.project-nav{align-items:center;display:flex;justify-content:center}.nav-btn{background:#007bbf1a;border:1px solid #007bbf4d;border-radius:4px;color:#007bbf;cursor:pointer;font-size:.8rem;height:24px;padding:.2rem .4rem;transition:all .3s ease;width:24px}.nav-btn:hover:not(:disabled){background:#007bbf33;border-color:#007bbf80}.nav-btn:disabled{cursor:not-allowed;opacity:.5}.project-counter{color:#ccc;font-size:.7rem;min-width:25px;text-align:center}
/*# sourceMappingURL=main.83ad31ce.css.map*/