a,p{color:var(--secondary-text-color)}.btn,.project-btn,a{text-decoration:none}.skills-section h3,a:hover{color:var(--primary-color)}.btn,.intro-text .job-title,.project-btn,.skill-item,.social-links .btn:hover,h1,h2,html{color:var(--text-color)}@font-face{font-family:Poppins;font-style:normal;font-weight:400;src:url('/assets/fonts/Poppins-Regular.woff2') format('woff2');font-display:swap}@font-face{font-family:Poppins;font-style:normal;font-weight:500;src:url('/assets/fonts/Poppins-Medium.woff2') format('woff2');font-display:swap}@font-face{font-family:Poppins;font-style:normal;font-weight:600;src:url('/assets/fonts/Poppins-SemiBold.woff2') format('woff2');font-display:swap}:root{--background-color:#101010;--card-background:#1a1a1a;--text-color:#f0f0f0;--secondary-text-color:#888888;--border-color:#333333;--secondary-border-color:#444;--primary-color:#0077ff;--btn-background:#2b2b2b;--btn-border:#3d3d3d;--btn-hover-border:#4f4f4f;--tag-color:#bbb}*{margin:0;padding:0;box-sizing:border-box}html{font-family:Poppins,sans-serif;background-color:var(--background-color);scroll-behavior:smooth;font-size:100%}body{display:flex;flex-direction:column;min-height:100vh}.main-container{max-width:900px;width:90%;margin:40px auto;padding:20px}.profile-section,.skills-section{margin-bottom:3rem}h1{font-size:2rem;font-weight:600}h2{font-size:1.7rem;font-weight:500;text-align:center;margin-bottom:2rem}p{font-size:1rem;line-height:1.7}a{transition:color .3s}.btn,.project-btn{display:flex;align-items:center;justify-content:center;padding:10px 20px;background-color:var(--btn-background);font-size:1rem;font-weight:500;border:2px solid var(--btn-border);border-radius:50px;text-transform:uppercase;transition:background-color .3s,border-color .3s,color .3s}.btn{width:100%;margin-top:20px}.btn i,.project-btn i{margin-right:8px}.btn:hover,.project-btn:hover{background-color:var(--btn-border);border-color:var(--btn-hover-border);color:var(--text-color)}.project-tag:hover,.skill-item:hover{background-color:var(--primary-color)}.profile-section{display:flex;flex-direction:column;align-items:center;text-align:center}.headshot img{width:200px;height:200px;margin-bottom:1.5rem;border-radius:50%;border:3px solid var(--border-color)}.intro-text .job-title{font-size:1.2rem;margin:5px 0 1rem}.intro-text .summary{max-width:600px;margin:0 auto 1.5rem}.social-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem;font-size:1.5rem}.social-links .btn{width:auto;margin-top:0;padding:8px 15px;color:var(--secondary-text-color);text-transform:none}.social-links .btn i{font-size:1rem;margin-right:8px}.skills-section h3{text-align:center;font-size:1.3rem;margin-bottom:1rem}.skills-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.skill-items{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.skill-item{background-color:var(--border-color);padding:8px 16px;border-radius:20px;font-size:.9rem;transition:background-color .3s,color .3s}.skill-item:hover{color:var(--background-color)}.projects-grid{display:flex;justify-content:center}.portfolio-swiper{position:relative;width:100%;max-width:900px;padding:0 1px}.swiper-wrapper{display:flex}.swiper-slide{width:250px;display:flex;justify-content:center}.project-card{background-color:var(--card-background);border:1px solid var(--border-color);padding:1.5rem;border-radius:8px;width:100%;display:flex;flex-direction:column}.project-card h3{color:var(--text-color);margin-top:1rem;font-size:1.2rem;font-weight:500}.project-card p{color:var(--secondary-text-color);margin-top:5px;font-size:1rem;line-height:1.7}.project-image{width:100%;height:auto;border-radius:5px}.project-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.project-tag{background-color:transparent;border:1px solid var(--secondary-border-color);color:var(--tag-color);padding:5px 10px;border-radius:20px;font-size:.8rem;transition:background-color .3s,color .3s,border-color .3s}.project-tag:hover{color:var(--text-color);border-color:var(--primary-color)}.project-btn{margin-top:30px;margin-left:auto;margin-right:auto}.swiper-pagination{position:static;margin-top:1.5rem;text-align:center;width:100%}.swiper-pagination-bullet{background:var(--text-color);opacity:.5;width:10px;height:10px;transition:.3s;margin:0 5px}.swiper-pagination-bullet-active{background:var(--text-color);opacity:1}.main-footer{color:var(--secondary-text-color)}.footer-container{max-width:900px;width:90%;margin:0 auto;padding:1.5rem 0;border-top:1px solid var(--border-color);text-align:center}@media (max-width:768px){.skills-grid{grid-template-columns:1fr}.swiper-slide{width:240px}}@media (max-width:480px){html{font-size:73.5%}.main-container{width:95%}.headshot img{width:180px;height:180px}.swiper-slide{width:220px}.swiper-pagination-bullet{width:8px;height:8px}}