:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;--color-primary: #061e29;--color-secondary: #1d546d;--color-accent: #5f9598;--color-neutral: #f3f4f4;color:var(--color-neutral);background-color:var(--color-secondary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--color-accent);text-decoration:inherit}a:hover{color:var(--color-secondary)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-secondary);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--color-accent)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:var(--color-neutral);background-color:var(--color-secondary)}a:hover{color:var(--color-secondary)}button{background-color:#f9f9f9}}.about-section{min-height:100vh;width:100vw;background-color:var(--color-secondary);color:var(--color-neutral);display:flex;justify-content:center;align-items:center;padding:4rem 2rem;box-sizing:border-box}.about-section .about-content{max-width:720px;text-align:left}.about-section .about-title{font-size:2.25rem;font-weight:700;color:var(--color-accent);margin-bottom:1.5rem;border-left:5px solid var(--color-accent);padding-left:.75rem;letter-spacing:.3px}.about-section .about-text{font-size:1.1rem;line-height:1.7;color:var(--color-neutral);margin-top:.5rem}.about-section .about-text strong{color:var(--color-accent)}.about-section a:focus-visible{outline:3px solid var(--color-accent);outline-offset:4px;border-radius:6px}@media(max-width:600px){.about-section{padding:3rem 1.25rem}.about-section .about-title{font-size:1.9rem}.about-section .about-text{font-size:1rem;line-height:1.65}}@media(prefers-color-scheme:dark){.about-section{background-color:var(--color-secondary);color:var(--color-neutral)}.about-section .about-title{color:var(--color-accent);border-left-color:var(--color-accent)}.about-section .about-text{color:var(--color-neutral)}.about-section .about-text strong{color:var(--color-accent)}.about-section a:focus-visible{outline-color:var(--color-accent)}}.app-root{background:var(--color-secondary);color:var(--color-neutral)}.footer{margin-top:2rem;padding:1.25rem 2rem;background:var(--color-secondary);color:var(--color-neutral);display:flex;justify-content:center;align-items:center;border-top:1px solid var(--color-accent)}.footer-content{max-width:1000px;width:100%;display:flex;flex-wrap:wrap;gap:.75rem 1rem;justify-content:space-between;align-items:center}.footer-built{color:var(--color-neutral)}.footer-built strong{color:var(--color-accent)}.footer-hosting{color:var(--color-neutral)}.footer-hosting strong{color:var(--color-accent)}.experience-section{min-height:100vh;width:100vw;background-color:var(--color-secondary);color:var(--color-neutral);display:flex;justify-content:center;align-items:center;padding:4rem 2rem;box-sizing:border-box}.experience-section .experience-content{width:100%;max-width:1000px}.experience-section .experience-title{font-size:2.25rem;font-weight:700;color:var(--color-accent);margin-bottom:2rem;border-left:5px solid var(--color-accent);padding-left:.75rem;letter-spacing:.3px}.experience-section .experience-list{display:flex;flex-direction:column;gap:2rem}.experience-section .experience-card{background:var(--color-primary);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease;border:1px solid var(--color-accent)}.experience-section .experience-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001f}.experience-section .experience-card:focus-within{outline:3px solid var(--color-accent);outline-offset:4px}.experience-section .experience-card .experience-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.experience-section .experience-card .experience-header .experience-role{font-size:1.4rem;font-weight:600;color:var(--color-accent)}.experience-section .experience-card .experience-header .experience-duration{font-size:.95rem;font-weight:500;color:var(--color-neutral)}.experience-section .experience-card .experience-company{font-size:1rem;font-weight:500;color:var(--color-neutral);margin-top:.25rem;margin-bottom:.75rem}.experience-section .experience-card .experience-details{list-style:disc;margin-left:1.25rem;line-height:1.6;color:var(--color-neutral);padding-left:.75rem;border-left:3px solid var(--color-accent);border-radius:2px}.experience-section .experience-card .experience-details li{margin-bottom:.5rem}@media(max-width:700px){.experience-section{padding:3rem 1.25rem}.experience-section .experience-title{font-size:2rem}.experience-section .experience-card{padding:1.25rem}.experience-section .experience-card .experience-header .experience-role{font-size:1.25rem}.experience-section .experience-card .experience-header .experience-duration{font-size:.9rem}.experience-section .experience-card .experience-company{font-size:.95rem}}@media(prefers-color-scheme:dark){.experience-section{background-color:var(--color-secondary);color:var(--color-neutral)}.experience-section .experience-card{background:var(--color-primary);box-shadow:0 4px 12px #ffffff0d;border-color:var(--color-accent)}.experience-section .experience-card:hover{box-shadow:0 6px 20px #ffffff14}.experience-section .experience-card .experience-role{color:var(--color-accent)}.experience-section .experience-card .experience-company{color:var(--color-neutral)}.experience-section .experience-card .experience-details{color:var(--color-neutral);border-left-color:var(--color-accent)}.experience-section .experience-title{color:var(--color-accent);border-left-color:var(--color-accent);letter-spacing:.3px}}.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;background:var(--color-secondary);color:var(--color-neutral);text-align:center}.hero-section .hero-icons{position:absolute;top:1.5rem;right:2rem;display:flex;gap:1.25rem}.hero-section .hero-icons a{color:var(--color-accent);font-size:1.6rem;transition:color .3s ease,transform .2s ease}.hero-section .hero-icons a:hover{color:var(--color-accent);transform:scale(1.1)}.hero-section .hero-title{font-size:2.75rem;font-weight:700;margin-bottom:.75rem;color:var(--color-accent)}.hero-section .hero-subtitle{font-size:1.25rem;font-weight:400;color:var(--color-neutral);max-width:650px}.hero-section .tech-stack{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem .75rem;justify-content:center;color:var(--color-neutral)}.hero-section .tech-stack .tech-chip{background:var(--color-secondary);color:var(--color-accent);border:1px solid var(--color-accent);padding:.25rem .6rem;border-radius:16px;font-size:.9rem;font-weight:600}@media(prefers-color-scheme:dark){.hero-section{background:var(--color-primary);color:var(--color-neutral)}.hero-section .hero-icons a,.hero-section .hero-icons a:hover,.hero-section .hero-title{color:var(--color-accent)}.hero-section .hero-subtitle,.hero-section .tech-stack{color:var(--color-neutral)}.hero-section .tech-stack .tech-chip{background:var(--color-secondary);color:var(--color-accent);border-color:var(--color-accent)}}.projects-section{min-height:100vh;width:100vw;background-color:var(--color-secondary);color:var(--color-neutral);display:flex;justify-content:center;align-items:center;padding:4rem 2rem;box-sizing:border-box}.projects-section .projects-content{width:100%;max-width:1000px}.projects-section .projects-title{font-size:2.25rem;font-weight:700;color:var(--color-accent);margin-bottom:2rem;border-left:5px solid var(--color-accent);padding-left:.75rem;letter-spacing:.3px}.projects-section .projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}.projects-section .project-card{background:var(--color-primary);border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000014;transition:transform .2s ease,box-shadow .2s ease;border:1px solid var(--color-accent)}.projects-section .project-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001f}.projects-section .project-card:focus-within{outline:3px solid var(--color-accent);outline-offset:4px}.projects-section .project-card .project-name{font-size:1.4rem;font-weight:600;color:var(--color-accent);margin-bottom:.75rem}.projects-section .project-card .project-description{font-size:1rem;line-height:1.6;color:var(--color-neutral);margin-bottom:1rem}.projects-section .project-card .project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.projects-section .project-card .project-tech .tech-tag{background:var(--color-secondary);color:var(--color-accent);padding:.3rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}@media(max-width:700px){.projects-section{padding:3rem 1.25rem}.projects-section .projects-title{font-size:2rem}.projects-section .project-card{padding:1.25rem}.projects-section .project-card .project-name{font-size:1.25rem}.projects-section .project-card .project-description{font-size:.97rem}}@media(prefers-color-scheme:dark){.projects-section{background-color:var(--color-secondary);color:var(--color-neutral)}.projects-section .project-card{background:var(--color-primary);box-shadow:0 4px 12px #ffffff0d;border-color:var(--color-accent)}.projects-section .project-card:hover{box-shadow:0 6px 20px #ffffff14}.projects-section .project-card .project-name{color:var(--color-accent)}.projects-section .project-card .project-description{color:var(--color-neutral)}.projects-section .project-card .project-tech .tech-tag{background:var(--color-secondary);color:var(--color-accent)}.projects-section .projects-title{color:var(--color-accent);border-left-color:var(--color-accent);letter-spacing:.3px}}.skills-section{padding:4rem 2rem;background:var(--color-secondary);color:var(--color-neutral)}.skills-section .skills-content{max-width:1000px;margin:0 auto}.skills-section .skills-title{font-size:2rem;font-weight:700;color:var(--color-accent);margin:2rem 0 1rem;border-left:5px solid var(--color-accent);padding-left:.75rem}.skills-section .skills-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.skills-section .skill-card{position:relative;border-radius:12px;padding:1.5rem;text-align:center;overflow:hidden;box-shadow:0 4px 12px #00000014;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.skills-section .skill-card.certification{border:2px solid var(--color-accent)}.skills-section .skill-card.course{border:1px solid var(--color-accent)}.skills-section .skill-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px #0000001f}.skills-section .skill-card .hover-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;background:#fffffff2;opacity:0;transition:opacity .3s ease;pointer-events:none}.skills-section .skill-card:hover .hover-img{opacity:1}.skills-section .skill-card h3{font-size:1.1rem;font-weight:600;color:var(--color-accent);margin-bottom:.5rem;position:relative;z-index:1}.skills-section .skill-card p{font-size:.95rem;color:var(--color-neutral);position:relative;z-index:1}.skills-section .lightbox{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:9999;cursor:pointer}.skills-section .lightbox img{max-width:90%;max-height:90%;object-fit:contain;border-radius:12px}@media(prefers-color-scheme:dark){.skills-section{background:var(--color-secondary);color:var(--color-neutral)}.skills-section .skills-title{color:var(--color-accent);border-left-color:var(--color-accent)}.skills-section .skill-card{background:var(--color-primary);box-shadow:0 4px 12px #ffffff0d}.skills-section .skill-card:hover{box-shadow:0 6px 20px #ffffff14}.skills-section .skill-card h3{color:var(--color-accent)}.skills-section .skill-card p{color:var(--color-neutral)}.skills-section .lightbox{background:#000000e6}}
