*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;color:#1f2937;line-height:1.5;background:#fff}h1,h2,h3{margin-bottom:1rem}a{color:#2563eb;text-decoration:none;transition:color .3s ease}a:hover{color:#134cca}.primary-btn,.secondary-btn{padding:1rem 2.5rem;font-size:1.1rem;border-radius:2rem;transition:all .3s ease}.primary-btn:hover,.secondary-btn:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.primary-btn:active,.secondary-btn:active{transform:translateY(-1px)}.primary-btn{padding:.75rem 1.5rem;border-radius:.5rem;background:#2563eb;color:#fff;font-weight:500;cursor:pointer;transition:all .3s ease}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.secondary-btn{padding:.75rem 1.5rem;border-radius:.5rem;background:#dbeafe;color:#2563eb;font-weight:500;cursor:pointer;transition:all .3s ease;border:1px solid #2563eb}.secondary-btn:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.project-card{padding:1rem;border-radius:.5rem;background:#fff;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-card h3{color:#1f2937;margin-bottom:1rem}.project-card p{margin-bottom:2rem;color:#1f2937cc}.project-card .project-tags{display:flex;gap:.5rem;margin-top:1rem}.project-card .project-tags span{padding:.25rem .75rem;background:#dbeafe;border-radius:1rem;font-size:.875rem}.project-card .project-link{display:inline-block;margin-top:2rem;color:#2563eb;font-weight:500}.project-card .project-link:hover{text-decoration:underline}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tags span{padding:.5rem 1rem;background:#dbeafe;border-radius:2rem;font-weight:500}.skill-item .skill-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.skill-item .skill-percentage{opacity:0;transition:opacity .6s ease;font-weight:500;color:#2563eb}.header{position:fixed;width:100%;padding:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000}.nav{max-width:1200px;margin:0 auto;padding:0 1rem}.nav-links{display:flex;justify-content:center;gap:5rem;list-style:none}.nav-links a{color:#1f2937;font-weight:500;font-size:1.1rem;position:relative}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background:#2563eb;transition:width .3s ease}.nav-links a:hover:after{width:100%}section{padding:5rem 1rem;max-width:1200px;margin:0 auto;padding:0 1rem}.hero{padding-top:80px;min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;gap:1.5rem}.hero h1{font-size:4rem;margin-bottom:1rem;font-weight:700}.hero .subtitle{font-size:1.75rem;color:#2563eb}.hero .about-content{max-width:800px;margin:0 auto;text-align:center}.hero .about-content .about-text{font-size:1.5rem;margin-bottom:2rem}.hero .about-content .about-extended{font-size:1.2rem;color:#1f2937cc}.hero .cta{display:flex;gap:2rem;margin-top:5rem}.project-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}@media screen and (min-width: 768px){.project-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1024px){.project-grid{grid-template-columns:repeat(3,1fr)}}.skills-container{max-width:800px;margin:0 auto}.skills-container .skills-list .skill-item{margin-bottom:2rem}.skills-container .skills-list .skill-item .skill-name{display:block;margin-bottom:1rem;font-weight:500}.skills-container .skills-list .skill-item .skill-bar{height:8px;background:#dbeafe;border-radius:4px;overflow:hidden}.skills-container .skills-list .skill-item .skill-bar .skill-progress{width:0;height:100%;background:#2563eb;transition:width 1s ease}.empty-state{text-align:center;padding:5rem;background:#dbeafe;border-radius:1rem}.empty-state p:first-child{font-size:1.2rem;margin-bottom:1rem}.empty-state p:last-child{color:#1f2937cc}.footer{text-align:center;padding:2rem;background:#dbeafe;margin-top:5rem}.footer .license{margin-top:1rem;font-size:.9rem;opacity:.8}
