html,body{min-height:100vh;height:100%;margin:0}body{font-family:system-ui, -apple-system, sans-serif;line-height:1.6;color:#2D3748;background:#FAFAFA;display:flex;flex-direction:column}.container,.hero{width:100%;max-width:800px;margin:0 auto;padding:0 1rem}.hero .hero-content .intro-text .cta-links .cta-link,.section-header .view-all{transition:transform 0.2s ease}.hero .hero-content .intro-text .cta-links .cta-link:hover,.section-header .view-all:hover{transform:translateX(4px)}header{background-color:#C4B5FD;padding:1.25rem 2rem;box-shadow:0 2px 8px rgba(147,51,234,0.2)}header .header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1rem}header .logo-nav{display:flex;align-items:center;gap:1.5rem}header .logo-nav .profile-image{width:40px;height:40px;border-radius:50%;overflow:hidden;box-shadow:0 2px 4px rgba(0,0,0,0.1)}header .logo-nav .profile-image img{width:100%;height:100%;object-fit:cover}header .logo-nav .site-title{color:#2D3748;font-size:1.5rem;font-weight:600;text-decoration:none;letter-spacing:0.5px;margin-right:3rem}header .logo-nav nav{display:flex;gap:2rem}header .logo-nav nav a{color:#2D3748;text-decoration:none;font-weight:500;position:relative}header .logo-nav nav a::after{content:'';position:absolute;width:100%;height:2px;bottom:-2px;left:0;background-color:#2D3748;opacity:0;transition:opacity 0.2s ease}header .logo-nav nav a:hover::after{opacity:1}header .social-links{display:flex;gap:1.5rem;align-items:center}header .social-links a{color:#2D3748;transition:opacity 0.2s ease}header .social-links a:hover{opacity:0.8}header .social-links a svg{width:20px;height:20px}.hero{margin:4rem auto}.hero .hero-content .intro-text h1{font-size:2.5rem;font-weight:700;color:#2D3748;display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.hero .hero-content .intro-text h1 .highlight{color:#8B5CF6;margin-left:-0.3em;display:inline-block}.hero .hero-content .intro-text h1 .profile-image{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;margin-left:-0.3em}.hero .hero-content .intro-text h1 .profile-image img{width:100%;height:100%;object-fit:cover;object-position:center 5%;display:block}.hero .hero-content .intro-text .tech-stack{display:flex;gap:2rem;margin-bottom:2rem}.hero .hero-content .intro-text .tech-stack .tag-section{flex:1}.hero .hero-content .intro-text .tech-stack .tag-section h3{font-size:1.25rem;font-weight:700;color:#7C3AED;margin-bottom:0.75rem}.hero .hero-content .intro-text .tech-stack .tag{background-color:rgba(196,181,253,0.1);color:#7C3AED;padding:0.5rem 1rem;border-radius:2rem;font-size:0.875rem;font-weight:500;transition:transform 0.2s ease}.hero .hero-content .intro-text .tech-stack .tag:hover{transform:scale(1.05)}.hero .hero-content .intro-text .bio p{font-size:1.1rem;line-height:1.8;color:#4a5b77;margin-bottom:1.5rem}.hero .hero-content .intro-text .cta-links{margin-top:2rem}.hero .hero-content .intro-text .cta-links .cta-link{display:inline-flex;align-items:center;color:#7C3AED;text-decoration:none;font-weight:500;font-size:1.1rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{font-size:1.75rem;color:#7C3AED;font-weight:700;margin:0}.section-header .view-all{color:#7C3AED;text-decoration:none;font-weight:500;display:flex;align-items:center;gap:0.5rem}.projects{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0;width:100%}.project-card{background:white;border-radius:0.5rem;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,0.05);transition:all 0.2s ease}.project-card:hover{transform:translateX(8px);box-shadow:0 4px 6px rgba(0,0,0,0.1)}.project-card h3{margin:0;color:#7C3AED;font-size:1.25rem;font-weight:600}.project-card p{color:#4a5b77;margin:0.5rem 0 0 0;line-height:1.6}.project-links .github-link{background-color:rgba(196,181,253,0.1);color:#7C3AED;padding:0.5rem 1rem;border-radius:2rem;font-size:0.875rem;font-weight:500;transition:transform 0.2s ease;display:inline-flex;align-items:center;gap:0.5rem;text-decoration:none}.project-links .github-link:hover{transform:scale(1.05)}footer{flex-shrink:0;background:#F3F4F6;padding:1.5rem 1rem;color:#546787;border-top:1px solid rgba(124,58,237,0.1)}footer .footer-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem}footer .footer-info{display:flex;align-items:center;gap:0.75rem;font-size:0.9rem}footer .footer-info span:not(:first-child):not(:last-child){color:#8b9bb6}footer .footer-info a{color:#7C3AED;text-decoration:none;transition:opacity 0.2s ease}footer .footer-info a:hover{opacity:0.8}footer .footer-bottom{display:flex;align-items:center;gap:0.75rem;font-size:0.9rem}footer .footer-bottom .footer-social{display:flex;gap:1rem}footer .footer-bottom .footer-social a{color:#7C3AED;transition:opacity 0.2s ease}footer .footer-bottom .footer-social a:hover{opacity:0.8}footer .footer-bottom .footer-social a svg{width:20px;height:20px}footer .footer-bottom span{color:#8b9bb6}footer .footer-bottom .copyright{margin:0}.project-meta{display:flex;justify-content:space-between;align-items:center;margin-top:1rem}.site-wrapper{flex:1;display:flex;flex-direction:column}main{flex:1}
