*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0f0f0f;color:#e2e2e2;font-family:DM Sans,sans-serif}h1,h2,h3{font-family:Space Grotesk,sans-serif}.app.dark{background-color:#0f0f0f;color:#e2e2e2}.app.light{background-color:#f5f5f5;color:#1a1a1a}.navbar{align-items:center;background-color:#0f0f0f;border-bottom:1px solid #2a0a2a;display:flex;justify-content:space-between;padding:1.2rem 2.5rem}.navbar-logo a{color:#c084fc;font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:.05em;text-decoration:none}.navbar-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar-links a{color:#e2e2e2;font-size:.95rem;letter-spacing:.03em;text-decoration:none;transition:color .2s ease}.navbar-links a:hover{color:#c084fc}.theme-toggle{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:6px;padding:0}.toggle-track{background-color:#2a0a2a;border-radius:99px;display:inline-block;height:20px;position:relative;transition:background-color .2s ease;width:36px}.toggle-thumb{background-color:#a855f7;border-radius:50%;height:14px;left:3px;position:absolute;top:3px;transition:transform .2s ease;width:14px}.toggle-thumb-right{transform:translateX(16px)}.toggle-icon{font-size:.9rem}.light .toggle-track{background-color:#e0e0e0}.light .toggle-thumb{background-color:#7c3aed}@media (max-width:768px){.navbar{padding:1rem 1.5rem}.navbar-links{gap:1rem}.navbar-links a{font-size:.85rem}}.home{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 70px)}.home-content{max-width:650px}.home-greeting{color:#c084fc;font-family:DM Sans,sans-serif;font-size:1.2rem;margin-bottom:.5rem}.home-name{color:#fff;font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:.5rem}.home-title{color:#a855f7;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.home-description{color:#a0a0a0;font-size:1rem;line-height:1.8;margin-bottom:2.5rem;max-width:520px}.home-buttons{display:flex;gap:1rem}.btn-primary{background-color:#a855f7;border-radius:6px;color:#fff;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:520;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s ease}.btn-primary:hover{background-color:#9333ea}.btn-secondary{background-color:initial;border:1px solid #a855f7;border-radius:6px;color:#a855f7;font-family:DM Sans,sans-serif;font-size:.95rem;font-weight:520;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.btn-secondary:hover{background-color:#a855f722}.light .home-name{color:#1a1a1a}.light .home-greeting,.light .home-title{color:#7c3aed}.light .home-description{color:#555}.light .btn-primary{background-color:#7c3aed}.light .btn-primary:hover{background-color:#6d28d9}.light .btn-secondary{border-color:#7c3aed;color:#7c3aed}@media (max-width:768px){.home{margin:2rem}.home-name{font-size:2.5rem}.home-buttons{flex-direction:column}.btn-primary,.btn-secondary{text-align:center}}.about{display:flex;justify-content:center;min-height:calc(100vh - 70px);padding:4rem 2rem}.about-content{max-width:900px;width:100%}.about-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:3rem}.about-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text{display:flex;flex-direction:column;gap:1.2rem}.about-text p{color:#a0a0a0;font-size:.95rem;line-height:1.8}.about-skills h2{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:1.2rem}.skills-grid{display:flex;flex-wrap:wrap;gap:.6rem}.skill-tag{background-color:#161616;border:1px solid #2a0a2a;border-radius:99px;color:#c084fc;font-family:DM Sans,sans-serif;font-size:.8rem;padding:.4rem .9rem;transition:border-color .2s ease}.skill-tag:hover{border-color:#a855f7}.light .about-title{color:#1a1a1a}.light .about-text p{color:#555}.light .about-skills h2{color:#1a1a1a}.light .skill-tag{background-color:#fff;border-color:#d8b4fe;color:#7c3aed}.light .skill-tag:hover{border-color:#7c3aed}@media (max-width:768px){.about-grid{gap:2rem;grid-template-columns:1fr}}.projects{display:flex;justify-content:center;min-height:calc(100vh - 70px);padding:4rem 2rem}.projects-content{max-width:900px;width:100%}.projects-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.projects-subtitle{color:#a0a0a0;font-size:1rem;margin-bottom:3rem}.projects-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.project-card{background-color:#161616;border:1px solid #2a0a2a;border-radius:10px;padding:1.8rem;transition:border-color .2s ease,transform .2s ease}.project-card:hover{border-color:#a855f7;transform:translateY(-4px)}.project-name{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:.8rem}.project-description{color:#a0a0a0;font-size:.9rem;line-height:1.7;margin-bottom:1.2rem}.project-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.stack-tag{background-color:#2a0a2a;border-radius:99px;color:#c084fc;font-family:DM Sans,sans-serif;font-size:.75rem;padding:.3rem .7rem}.projects-links{display:flex;gap:1rem}.project-link{border-bottom:1px solid #a855f730;padding-bottom:2px;text-decoration:none;transition:border-color .2s ease}.project-link:hover{border-color:#a855f7}.project-card{cursor:pointer}.project-link{color:#a855f7;font-family:DM Sans,sans-serif;font-size:.85rem;margin-top:1rem}.popup-overlay{align-items:center;background-color:#000000b3;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:100}.popup{background-color:#161616;border:1px solid #2a0a2a;border-radius:12px;min-width:300px;padding:2rem;text-align:center}.popup h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.popup p{color:#a0a0a0;font-size:.9rem;margin-bottom:1.5rem}.popup-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.popup-btn{border:1px solid #a855f7;border-radius:6px;color:#a855f7;font-family:DM Sans,sans-serif;font-size:.9rem;padding:.6rem 1.4rem;text-decoration:none;transition:all .2s ease}.popup-btn:hover{background-color:#a855f722}.popup-btn-primary{background-color:#a855f7;color:#fff}.popup-btn-primary:hover{background-color:#9333ea}.popup-close{background:none;border:none;color:#666;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.85rem}.popup-close:hover{color:#a0a0a0}.light .project-card{background-color:#fff;border-color:#e0e0e0}.light .project-card:hover{border-color:#7c3aed}.light .project-name{color:#1a1a1a}.light .project-description{color:#555}.light .stack-tag{background-color:#f0e8ff;color:#7c3aed}.light .projects-title{color:#1a1a1a}.light .project-link{color:#7c3aed}.light .popup{background-color:#fff;border-color:#e0e0e0}.light .popup h3{color:#1a1a1a}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}}.contact{display:flex;justify-content:center;min-height:calc(100vh - 70px);padding:4rem 2rem}.contact-content{max-width:600px;width:100%}.contact-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-subtitle{color:#a0a0a0;font-size:.95rem;line-height:1.8;margin-bottom:3rem}.contact-links{display:flex;flex-direction:column;gap:1rem}.contact-item{align-items:center;background-color:#161616;border:1px solid #2a0a2a;border-radius:10px;display:flex;justify-content:space-between;padding:1.2rem 1.5rem;text-decoration:none;transition:border-color .2s ease,transform .2s ease}.contact-item:hover{border-color:#a855f7;transform:translateX(6px)}.contact-label{color:#c084fc;font-size:.8rem;font-weight:500}.contact-label,.contact-value{font-family:DM Sans,sans-serif}.contact-value{color:#e2e2e2;font-size:.9rem}.light .contact-title{color:#1a1a1a}.light .contact-subtitle{color:#555}.light .contact-item{background-color:#fff;border-color:#e0e0e0}.light .contact-item:hover{border-color:#7c3aed}.light .contact-label{color:#7c3aed}.light .contact-value{color:#1a1a1a}
/*# sourceMappingURL=main.58433197.css.map*/