*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-text-primary:#fff;--color-text-secondary:silver;--color-accent:#00d4ff;--color-accent-hover:#0ff;--color-border:#404040;--color-bg:#000;--color-bg-subtle:#0a0a0a;--font-base:"Consolas","Courier New","Courier",monospace;--font-mono:"Consolas","Courier New","Courier",monospace;--space-xs:0.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:6rem;--max-width:1000px;--border-radius:0px}body{-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;background:#000;background:var(--color-bg);color:#fff;color:var(--color-text-primary);font-family:Consolas,Courier New,Courier,monospace;font-family:var(--font-base);line-height:1.5;margin:0}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.3;margin:0}h1{font-size:2.5rem;font-weight:700;letter-spacing:0}h2{font-size:1.75rem;margin-bottom:2rem;margin-bottom:var(--space-md)}h3{font-size:1.125rem;line-height:1.4}p{line-height:1.6;margin:0}a{color:#00d4ff;color:var(--color-accent);text-decoration:none;transition:color .2s ease}a:hover{color:#0ff;color:var(--color-accent-hover)}code{background:#0a0a0a;background:var(--color-bg-subtle);border-radius:0;font-family:Consolas,Courier New,Courier,monospace;font-family:var(--font-mono);font-size:1em;padding:.125rem .25rem}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1rem}}.hero{text-align:center}.hero-name{color:var(--color-text-primary);margin-bottom:var(--space-sm)}.hero-title{color:var(--color-text-secondary);font-size:1.5rem;font-weight:700}.hero .contact-links,.hero-title{margin-bottom:var(--space-md)}.hero-bio{color:var(--color-text-secondary);font-size:1.125rem;line-height:1.5}.hero-bio,.hero-education{margin:0 auto var(--space-md);max-width:600px}.hero-education h3{color:var(--color-text-primary);font-size:1.25rem;margin-bottom:var(--space-sm)}.education-list{align-items:center;display:flex;flex-direction:column;gap:var(--space-xs);justify-content:center;list-style:none;padding:0}.education-list li{color:var(--color-text-secondary);font-size:1rem}.hero-skills{margin:0 auto;max-width:600px}.hero-skills h3{color:var(--color-text-primary);font-size:1.25rem;margin-bottom:var(--space-sm)}.skills-list{display:flex;flex-wrap:wrap;gap:var(--space-xs) var(--space-sm);justify-content:center;list-style:none;padding:0}.skills-list li{color:var(--color-text-secondary);font-size:1rem;position:relative}.skills-list li:not(:last-child):after{color:var(--color-accent);content:"•";position:absolute;right:calc(-.5rem - 4px)}@media (max-width:768px){.hero-title{font-size:1.25rem}.hero-bio{font-size:1rem}.hero-education h3{font-size:1.125rem}.education-list li{font-size:.9rem}.hero-skills h3{font-size:1.125rem}.skills-list li{font-size:.9rem}}.contact{text-align:center}.contact-links{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center}.contact-link{border-bottom:2px solid #0000;font-size:1.125rem;font-weight:700;padding:var(--space-xs) var(--space-sm);transition:border-color .2s ease,color .2s ease}.contact-link:hover{border-bottom-color:var(--color-accent)}@media (max-width:768px){.contact-links{gap:var(--space-sm)}.contact-link{font-size:1rem}}.project-card{background:var(--color-bg);border:2px solid var(--color-border);border-radius:var(--border-radius);overflow:hidden;transition:border-color .2s ease}.project-card:hover{border-color:var(--color-accent)}.project-image-container{background:var(--color-bg-subtle);height:240px;overflow:hidden;width:100%}.project-image{display:block;height:100%;object-fit:cover;width:100%}.project-content{padding:var(--space-md)}.project-title{color:var(--color-text-primary);margin-bottom:var(--space-sm)}.project-description{color:var(--color-text-secondary);line-height:1.5;margin-bottom:var(--space-md);text-align:justify}.project-technologies{display:flex;flex-wrap:wrap;gap:var(--space-xs);margin-bottom:var(--space-md)}.tech-tag{background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--border-radius);color:var(--color-text-secondary);display:inline-block;font-size:.875rem;font-weight:700;padding:.25rem .75rem}.project-links{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.project-link{font-size:.95rem;font-weight:700;transition:color .2s ease}.project-link:hover{color:var(--color-accent-hover)}.projects,.projects h2{text-align:center}.projects-grid{grid-gap:var(--space-md);display:grid;gap:var(--space-md);grid-template-columns:1fr;margin-top:var(--space-md)}@media (min-width:768px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}.App{min-height:100vh;padding:var(--space-md)}.container{margin:0 auto;max-width:var(--max-width)}section{margin-bottom:var(--space-md)}section:last-child{margin-bottom:var(--space-lg)}@media (max-width:768px){.App{padding:var(--space-sm)}section{margin-bottom:var(--space-lg)}}
/*# sourceMappingURL=main.95aba482.css.map*/