body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--background:#fff;--foreground:#0f172a;--card:#fff;--card-foreground:#0f172a;--primary:#3b82f6;--primary-foreground:#fff;--secondary:#f1f5f9;--secondary-foreground:#0f172a;--muted:#f1f5f9;--muted-foreground:#64748b;--accent:#f1f5f9;--accent-foreground:#0f172a;--border:#e2e8f0;--input:#e2e8f0;--ring:#3b82f6;--radius:0.75rem}.dark{--background:#0f172a;--foreground:#f8fafc;--card:#0f172a;--card-foreground:#f8fafc;--primary:#60a5fa;--primary-foreground:#0f172a;--secondary:#1e293b;--secondary-foreground:#f8fafc;--muted:#1e293b;--muted-foreground:#94a3b8;--accent:#1e293b;--accent-foreground:#f8fafc;--border:#1e293b;--input:#1e293b;--ring:#93c5fd}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--background);color:#0f172a;color:var(--foreground);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;transition:background-color .3s ease,color .3s ease}.portfolio{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffc;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);position:fixed;top:0;transition:background-color .3s ease;width:100%;z-index:50}.dark .navbar{background-color:#0f172acc}.nav-container{margin:0 auto;max-width:1200px;padding:0 1rem}.nav-content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.nav-logo{font-size:1.5rem;font-weight:700}.nav-items{align-items:center;display:flex;gap:1.5rem}.nav-links{display:none;gap:2rem}@media (min-width:768px){.nav-links{display:flex}}.nav-link{color:#0f172a;color:var(--foreground);text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#3b82f6;color:var(--primary)}.theme-toggle-btn{background:none;border:none;border-radius:.5rem;color:#0f172a;color:var(--foreground);cursor:pointer;padding:.5rem;transition:background-color .3s ease}.theme-toggle-btn:hover{background-color:#f1f5f9;background-color:var(--muted)}.hero-section{overflow:hidden;padding:5rem 1rem 4rem;position:relative}.hero-bg,.hero-bg-gradient{inset:0;position:absolute}.hero-bg-gradient{background:linear-gradient(135deg,#3b82f60d,#0000 50%,#3b82f60d)}.dark .hero-bg-gradient{background:linear-gradient(135deg,#3b82f61a,#0000 50%,#9333ea1a)}.hero-bg-circle{animation:pulse 4s ease-in-out infinite;border-radius:50%;filter:blur(3rem);position:absolute}.hero-bg-circle-1{background-color:#3b82f61a;height:18rem;left:2.5rem;top:5rem;width:18rem}.hero-bg-circle-2{animation-delay:1s;background-color:#3b82f61a;bottom:5rem;height:24rem;right:2.5rem;width:24rem}.hero-container{margin:0 auto;max-width:1200px;position:relative;z-index:10}.hero-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr;min-height:85vh}@media (min-width:1024px){.hero-content{grid-template-columns:1fr 1fr}}.hero-text{display:flex;flex-direction:column;gap:2rem;order:2}@media (min-width:1024px){.hero-text{order:1}}.hero-title{font-size:3rem;font-weight:700;letter-spacing:-.025em;line-height:1.1}@media (min-width:1024px){.hero-title{font-size:4.5rem}}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#06b6d4 50%,#8b5cf6);background:linear-gradient(135deg,var(--primary) 0,#06b6d4 50%,#8b5cf6 100%);-webkit-background-clip:text;background-clip:text}.hero-subtitle{display:flex;flex-direction:column;gap:1rem}.hero-role{color:#64748b;color:var(--muted-foreground);font-size:1.5rem;font-weight:600}@media (min-width:1024px){.hero-role{font-size:1.875rem}}.text-primary{color:#3b82f6;color:var(--primary)}.hero-description{color:#64748b;color:var(--muted-foreground);font-size:1.125rem;line-height:1.7;max-width:32rem}.hero-actions{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.hero-actions{flex-direction:row}}.hero-coding,.hero-social{align-items:center;display:flex;gap:1.5rem;padding-top:1rem}.coding-label,.social-label{color:#64748b;color:var(--muted-foreground);font-size:.875rem;font-weight:500}.coding-links,.social-links{display:flex;gap:1rem}.social-link{align-items:center;background-color:#fff;background-color:var(--background);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:50%;color:#0f172a;color:var(--foreground);display:flex;justify-content:center;padding:.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background-color:#3b82f6;background-color:var(--primary);border-color:#3b82f6;border-color:var(--primary);color:#fff;color:var(--primary-foreground);transform:scale(1.1)}.social-icon{height:1.25rem;width:1.25rem}.coding-link{background-color:#fff;background-color:var(--background);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:9999px;color:#0f172a;color:var(--foreground);font-size:.875rem;padding:.25rem .75rem;text-decoration:none;transition:all .3s ease}.coding-link:hover{background-color:#3b82f6;background-color:var(--primary);border-color:#3b82f6;border-color:var(--primary);color:#fff;color:var(--primary-foreground)}.hero-illustration{display:flex;justify-content:center;order:1}@media (min-width:1024px){.hero-illustration{order:2}}.hero-illustration{margin:0 auto;max-width:32rem;position:relative;width:100%}.bg-elements{inset:0;position:absolute}.bg-circle{animation:pulse 6s ease-in-out infinite;border-radius:50%;filter:blur(1rem);position:absolute}.bg-circle-1{height:5rem;left:2.5rem;top:2.5rem;width:5rem}.bg-circle-1,.bg-circle-2{background-color:#3b82f633}.bg-circle-2{animation-delay:1s;bottom:2.5rem;height:4rem;right:2.5rem;width:4rem}.bg-circle-3{animation-delay:.5s;background-color:#9333ea33;height:3rem;left:0;top:50%;width:3rem}.illustration-svg{height:auto;position:relative;width:100%;z-index:10}.rotating-circle{animation:spin 20s linear infinite;color:#3b82f633}.laptop-body{color:#0f172a;color:var(--foreground)}.dark .laptop-body{color:#fff}.laptop-screen-bg{color:#3b82f61a}.dark .laptop-screen-bg{color:#3b82f633}.laptop-screen{color:#fff;color:var(--background)}.dark .laptop-screen{color:#1f2937}.laptop-shadow{color:#0003}.floating-element{animation:float 6s ease-in-out infinite}.float-2{animation-delay:2s}.float-3{animation-delay:1s}.float-4{animation-delay:2s}.code-circle.primary{color:#3b82f61a}.code-circle.blue{color:#06b6d41a}.code-circle.green{color:#10b9811a}.code-circle.purple{color:#8b5cf61a}.code-text{font-family:Courier New,monospace;font-size:.875rem;font-weight:700}.code-text.primary{fill:#3b82f6;fill:var(--primary)}.code-text.blue{fill:#06b6d4}.code-text.green{fill:#10b981}.code-text.purple{fill:#8b5cf6}.geometric-shape.yellow{animation:pulse 3s ease-in-out infinite;color:#f59e0b33}.geometric-shape.pink{animation:pulse 3s ease-in-out infinite;animation-delay:.7s;color:#ec489933}.floating-particles{inset:0;overflow:hidden;pointer-events:none;position:absolute}.particle{animation:ping 2s cubic-bezier(0,0,.2,1) infinite;border-radius:50%;position:absolute}.particle-1{background-color:#3b82f6;background-color:var(--primary);height:.5rem;left:25%;top:25%;width:.5rem}.particle-2{animation-delay:1s;background-color:#06b6d4;height:.25rem;right:25%;top:75%;width:.25rem}.particle-3{animation-delay:.5s;background-color:#8b5cf6;bottom:25%;height:.375rem;left:33.333333%;width:.375rem}.btn{align-items:center;border:none;border-radius:.75rem;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;text-decoration:none;transition:all .3s ease}.btn-lg{font-size:1.125rem;padding:.75rem 2rem}.btn-primary{background:linear-gradient(135deg,#3b82f6,#06b6d4);background:linear-gradient(135deg,var(--primary) 0,#06b6d4 100%);box-shadow:0 4px 6px -1px #0000001a;color:#fff;color:var(--primary-foreground)}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-1px)}.btn-outline{background-color:initial;border:2px solid #e2e8f0;border:2px solid var(--border);color:#0f172a;color:var(--foreground)}.btn-outline:hover{background-color:#3b82f60d}.btn-full{width:100%}.btn-icon{height:1.25rem;width:1.25rem}.section-container{margin:0 auto;max-width:1200px;padding:0 1rem}.section-header{margin-bottom:4rem;text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#64748b;color:var(--muted-foreground);font-size:1.25rem;margin:0 auto;max-width:42rem}.about-section{background-color:#f1f5f94d;padding:5rem 1rem}.dark .about-section{background-color:#1e293b4d}.about-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:1024px){.about-content{grid-template-columns:1fr 1fr}}.about-text{display:flex;flex-direction:column;gap:1.5rem}.about-paragraph{font-size:1.125rem;line-height:1.7}.about-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;padding-top:1.5rem}.stat{text-align:center}.stat-number{color:#3b82f6;color:var(--primary);font-size:1.875rem;font-weight:700}.stat-label{color:#64748b;color:var(--muted-foreground)}.about-skills{gap:1.5rem}.about-skills,.skills-group{display:flex;flex-direction:column}.skills-group{gap:1rem}.skills-title{align-items:center;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem}.skills-icon{height:1.25rem;width:1.25rem}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-badge{border-radius:9999px;font-size:.875rem;padding:.25rem .75rem}.skill-badge-secondary{background-color:#f1f5f9;background-color:var(--secondary);color:#0f172a;color:var(--secondary-foreground)}.skill-badge-outline{background-color:initial;border:1px solid #e2e8f0;border:1px solid var(--border);color:#0f172a;color:var(--foreground)}.projects-section{padding:5rem 1rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{background-color:#fff;background-color:var(--card);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.75rem;border-radius:var(--radius);overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 10px 15px -3px #0000001a}.project-image{overflow:hidden;position:relative}.project-image img{height:12rem;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:1.5rem}.project-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.5rem}.project-title{font-size:1.125rem;font-weight:600}.project-links{display:flex;gap:.5rem}.project-link{color:#64748b;color:var(--muted-foreground);transition:color .3s ease}.project-link:hover{color:#3b82f6;color:var(--primary)}.project-link-icon{height:1rem;width:1rem}.project-description{color:#64748b;color:var(--muted-foreground);margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-badge{background-color:#f1f5f9;background-color:var(--secondary);border-radius:.25rem;color:#0f172a;color:var(--secondary-foreground);font-size:.75rem;padding:.25rem .5rem}.experience-section{background-color:#f1f5f94d;padding:5rem 1rem}.dark .experience-section{background-color:#1e293b4d}.experience-content{margin:0 auto;max-width:48rem}.leadership-section{display:flex;flex-direction:column;gap:2rem}.experience-title{align-items:center;display:flex;font-size:1.5rem;font-weight:600;gap:.75rem}.experience-icon{height:1.5rem;width:1.5rem}.experience-list{display:flex;flex-direction:column;gap:1.5rem}.experience-card{background-color:#fff;background-color:var(--card);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.75rem;border-radius:var(--radius);padding:1.5rem}.experience-header{margin-bottom:1rem}.experience-role{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.experience-meta{display:flex;justify-content:space-between}.experience-description,.experience-meta{color:#64748b;color:var(--muted-foreground)}.resume-section{padding:5rem 1rem;text-align:center}.resume-card{background:linear-gradient(135deg,#3b82f60d,#3b82f61a);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.75rem;border-radius:var(--radius);margin:0 auto;max-width:32rem;padding:3rem}.resume-icon{align-items:center;background-color:#3b82f633;border-radius:50%;display:flex;height:5rem;justify-content:center;margin:0 auto 1.5rem;width:5rem}.download-icon{color:#3b82f6;color:var(--primary);height:2.5rem;width:2.5rem}.resume-content{display:flex;flex-direction:column;gap:1.5rem}.resume-title{font-size:1.5rem;font-weight:600}.resume-description{color:#64748b;color:var(--muted-foreground)}.contact-section{background-color:#f1f5f94d;padding:5rem 1rem}.dark .contact-section{background-color:#1e293b4d}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:1024px){.contact-content{grid-template-columns:1fr 1fr}}.contact-info{gap:2rem}.contact-group,.contact-info{display:flex;flex-direction:column}.contact-group{gap:1.5rem}.contact-title{font-size:1.5rem;font-weight:600}.contact-list{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:center;display:flex;gap:1rem}.contact-icon{color:#3b82f6;color:var(--primary);height:1.25rem;width:1.25rem}.contact-social{display:flex;gap:1rem}.contact-social-link{align-items:center;background-color:#fff;background-color:var(--background);border-radius:50%;color:#0f172a;color:var(--foreground);display:flex;justify-content:center;padding:.75rem;text-decoration:none;transition:all .3s ease}.contact-social-link:hover{background-color:#3b82f6;background-color:var(--primary);color:#fff;color:var(--primary-foreground)}.contact-social-icon{height:1.25rem;width:1.25rem}.contact-form-card{background-color:#fff;background-color:var(--card);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.75rem;border-radius:var(--radius);padding:1.5rem}.contact-form-header{margin-bottom:1.5rem}.contact-form-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.contact-form-subtitle{color:#64748b;color:var(--muted-foreground)}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500}.form-input,.form-textarea{background-color:#fff;background-color:var(--background);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:.375rem;color:#0f172a;color:var(--foreground);font-size:.875rem;padding:.75rem;transition:border-color .3s ease}.form-input:focus,.form-textarea:focus{border-color:#3b82f6;border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-textarea{min-height:5rem;resize:vertical}.footer{border-top:1px solid #e2e8f0;border-top:1px solid var(--border);padding:3rem 1rem}.footer-container{margin:0 auto;max-width:1200px}.footer-content{align-items:center;display:flex;flex-direction:column;gap:1rem}@media (min-width:768px){.footer-content{flex-direction:row;justify-content:space-between}}.footer-info{text-align:center}@media (min-width:768px){.footer-info{text-align:left}}.footer-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.footer-role{color:#64748b;color:var(--muted-foreground)}.footer-links{display:flex;gap:1.5rem}.footer-link{color:#64748b;color:var(--muted-foreground);text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#3b82f6;color:var(--primary)}.footer-bottom{border-top:1px solid #e2e8f0;border-top:1px solid var(--border);color:#64748b;color:var(--muted-foreground);margin-top:2rem;padding-top:2rem;text-align:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@media (max-width:640px){.hero-title{font-size:2.5rem}.hero-role{font-size:1.25rem}.section-title{font-size:2rem}.form-row{grid-template-columns:1fr}}
/*# sourceMappingURL=main.4a27e6a5.css.map*/