*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e0f2fe);transition:background .3s ease}.app.dark{background:linear-gradient(135deg,#0f172a,#1e293b)}.section{padding:5rem 1.5rem}.section-white{background:#fff;transition:background .3s ease}.app.dark .section-white{background:#1e293b}.section-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.25rem;font-weight:700;text-align:center;color:#1e293b;margin-bottom:4rem;transition:color .3s ease}.app.dark .section-title{color:#fff}.btn-primary{background:#2563eb;color:#fff;padding:.75rem 2rem;border-radius:9999px;font-weight:500;text-decoration:none;transition:background-color .3s ease}.btn-primary:hover{background:#1d4ed8}.btn-secondary{border:1px solid #cbd5e1;color:#374151;padding:.75rem 2rem;border-radius:9999px;font-weight:500;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background:#f1f5f9}.app.dark .btn-secondary{border:1px solid #475569;color:#cbd5e1}.app.dark .btn-secondary:hover{background:#334155}.header{position:fixed;top:0;width:100%;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e2e8f0;z-index:50;transition:all .3s ease}.app.dark .header{background:#0f172acc;border-bottom:1px solid #334155}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem}.nav-content{display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.25rem;font-weight:700;color:#1e293b;transition:color .3s ease}.app.dark .logo{color:#fff}.nav-links{display:none;gap:2rem;justify-content:center;align-items:center}.nav-toggles{display:flex;gap:.5rem;align-items:center}.nav-link{color:#64748b;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#2563eb}.app.dark .nav-link{color:#cbd5e1}.app.dark .nav-link:hover{color:#60a5fa}.language-toggle{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.language-toggle:hover{background:#f1f5f9}.app.dark .language-toggle:hover{background:#334155}.flag-icon{width:24px;height:18px;object-fit:cover;border-radius:2px;transition:transform .2s ease}.language-toggle:hover .flag-icon{transform:scale(1.1)}.dark-mode-toggle{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .3s ease;color:#64748b;font-size:1.25rem}.dark-mode-toggle:hover{background:#f1f5f9}.app.dark .dark-mode-toggle{color:#cbd5e1}.app.dark .dark-mode-toggle:hover{background:#334155}@media (min-width: 768px){.nav-links{display:flex}}.hero{padding:8rem 1.5rem 5rem}.hero-container{max-width:1200px;margin:0 auto}.hero-content{text-align:center;margin-bottom:4rem}.hero-title{font-size:3rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;transition:color .3s ease}.app.dark .hero-title{color:#fff}.hero-name{color:#2563eb;transition:color .3s ease}.app.dark .hero-name{color:#60a5fa}.hero-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:2rem;max-width:48rem;margin-left:auto;margin-right:auto;transition:color .3s ease}.app.dark .hero-subtitle{color:#cbd5e1}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.hero-buttons{flex-direction:row}}@media (min-width: 768px){.hero-title{font-size:4.5rem}.hero-subtitle{font-size:1.5rem}}.about-content{display:grid;gap:3rem;align-items:start;grid-template-columns:1fr}.profile-photo{width:400px;height:560px;border-radius:20px;object-fit:cover;box-shadow:0 20px 40px -10px #00000026;transition:box-shadow .3s ease;margin:0 auto;filter:drop-shadow(0 0 20px rgba(0,0,0,.1))}.app.dark .profile-photo{box-shadow:0 20px 40px -10px #0006;filter:drop-shadow(0 0 20px rgba(0,0,0,.2))}.about-text-container{text-align:center}.about-title{font-size:2.25rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;text-align:left;transition:color .3s ease}.app.dark .about-title{color:#fff}.about-text{font-size:1.125rem;color:#64748b;margin-bottom:1.5rem;text-align:left;transition:color .3s ease}.app.dark .about-text{color:#cbd5e1}.skills{display:flex;flex-wrap:wrap;gap:.75rem}.skill-tag{background:#dbeafe;color:#1e40af;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500}.skill-tag.green{background:#dcfce7;color:#166534}.skill-tag.yellow{background:#fef3c7;color:#92400e}.skill-tag.purple{background:#e9d5ff;color:#6b21a8}@media (min-width: 768px){.about-content{grid-template-columns:1fr 1fr;align-items:center}}@media (max-width: 468px){.profile-photo{width:300px;height:420px}}.education-timeline{max-width:800px;margin:0 auto}.education-item{display:flex;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0;transition:border-color .3s ease}.education-item:last-child{border-bottom:none;margin-bottom:0}.app.dark .education-item{border-bottom:1px solid #334155}.education-date{min-width:140px;font-weight:600;color:#2563eb;font-size:.875rem;transition:color .3s ease}.app.dark .education-date{color:#60a5fa}.education-content{flex:1}.education-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.25rem;transition:color .3s ease}.app.dark .education-title{color:#fff}.education-institution{font-size:1rem;color:#64748b;margin-bottom:1rem;font-weight:500;transition:color .3s ease}.app.dark .education-institution{color:#cbd5e1}.education-description{color:#64748b;line-height:1.6;transition:color .3s ease}.app.dark .education-description{color:#cbd5e1}@media (max-width: 768px){.education-item{flex-direction:column;gap:.5rem}.education-date{min-width:auto;font-size:.8rem}}.experience-timeline{max-width:800px;margin:0 auto}.experience-item{display:flex;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0;transition:border-color .3s ease}.experience-item:last-child{border-bottom:none;margin-bottom:0}.app.dark .experience-item{border-bottom:1px solid #334155}.experience-date{min-width:140px;font-weight:600;color:#2563eb;font-size:.875rem;transition:color .3s ease}.app.dark .experience-date{color:#60a5fa}.experience-content{flex:1}.experience-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.25rem;transition:color .3s ease}.app.dark .experience-title{color:#fff}#experience{padding-bottom:0}.experience-company{font-size:1rem;color:#64748b;margin-bottom:1rem;font-weight:500;transition:color .3s ease}.app.dark .experience-company{color:#cbd5e1}.experience-details{list-style:none;padding:0}.experience-details li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#64748b;transition:color .3s ease}.experience-details li:before{content:"▸";position:absolute;left:0;color:#2563eb;font-weight:700;transition:color .3s ease}.app.dark .experience-details li{color:#cbd5e1}.app.dark .experience-details li:before{color:#60a5fa}@media (max-width: 768px){.experience-item{flex-direction:column;gap:.5rem}.experience-date{min-width:auto;font-size:.8rem}}.skills-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;max-width:1000px;margin:0 auto}.skills-category{background:#f8fafc;padding:1.5rem;border-radius:1rem;transition:background .3s ease;flex:1;min-width:250px;max-width:300px}.app.dark .skills-category{background:#1e293b}.skills-category-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:1rem;text-align:center;transition:color .3s ease}.app.dark .skills-category-title{color:#fff}.skills-list{display:flex;justify-content:center;align-content:center;flex-wrap:wrap;gap:.5rem}.skill-item{background:#dbeafe;color:#1e40af;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .3s ease}.skill-item:nth-child(odd){background:#dcfce7;color:#166534}.skill-item:nth-child(3n){background:#fef3c7;color:#92400e}.skill-item:nth-child(4n){background:#e9d5ff;color:#6b21a8}.app.dark .skill-item{background:#1e40af;color:#dbeafe}.app.dark .skill-item:nth-child(odd){background:#166534;color:#dcfce7}.app.dark .skill-item:nth-child(3n){background:#92400e;color:#fef3c7}.app.dark .skill-item:nth-child(4n){background:#6b21a8;color:#e9d5ff}.projects-grid{display:grid;gap:2rem}.project-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 25px 50px -12px #00000040}.app.dark .project-card{background:#1e293b}.app.dark .project-card:hover{box-shadow:0 25px 50px -12px #00000080}.project-image{height:12rem;background:linear-gradient(135deg,#60a5fa,#a855f7);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image.netflix{background:linear-gradient(135deg,#e50914,#b20710)}.project-image.netflix:before{content:"🎬";font-size:4rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.project-image.personnel{background:linear-gradient(135deg,#10b981,#059669)}.project-image.personnel:before{content:"👨‍👩‍👦‍👦";font-size:4rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.project-image.youtube{background:linear-gradient(135deg,red,#c00)}.project-image.youtube:before{content:"▶";font-size:4rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.project-image.restaurant{background:linear-gradient(135deg,#f59e0b,#d97706)}.project-image.restaurant:before{content:"🍽️";font-size:4rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.project-image.betijai{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.project-image.betijai:before{content:"🍽️";font-size:4rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.project-image.taxadvisor{background:linear-gradient(135deg,#1e40af,#3730a3)}.project-image.taxadvisor:before{content:"💰";font-size:4rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.project-image.budget{background:linear-gradient(135deg,#059669,#047857)}.project-image.budget:before{content:"📊";font-size:4rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.project-content{padding:1.5rem}.project-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;transition:color .3s ease}.app.dark .project-title{color:#fff}.project-description{color:#64748b;margin-bottom:1rem;transition:color .3s ease}.app.dark .project-description{color:#cbd5e1}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem}.tech-tag.green{background:#dcfce7;color:#166534}.tech-tag.yellow{background:#fef3c7;color:#92400e}.tech-tag.purple{background:#e9d5ff;color:#6b21a8}.project-links{display:flex;gap:.75rem}.project-link{color:#2563eb;font-weight:500;text-decoration:none;transition:color .3s ease}.project-link:hover{text-decoration:underline}.app.dark .project-link{color:#60a5fa}.project-link.secondary{color:#64748b;transition:color .3s ease}.app.dark .project-link.secondary{color:#94a3b8}.betijai-code-link,.taxadvisor-code-link{display:none}@media (min-width: 768px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.contact-content{max-width:64rem;margin:0 auto;text-align:center}.contact-subtitle{font-size:1.25rem;color:#64748b;margin-bottom:3rem;transition:color .3s ease}.app.dark .contact-subtitle{color:#cbd5e1}.contact-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.contact-buttons{flex-direction:row}}.footer{padding:2rem 1.5rem;border-top:1px solid #e2e8f0;transition:border-color .3s ease}.app.dark .footer{border-top:1px solid #334155}.footer-content{max-width:1200px;margin:0 auto;text-align:center;color:#64748b;transition:color .3s ease}.app.dark .footer-content{color:#94a3b8}
