.header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;color:#111827}.header-left{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.logo{width:1.5rem;height:1.5rem;color:#3b82f6}.title{font-size:1.25rem;font-weight:700}.title:hover{color:#3b82f6}.nav{display:none;gap:2rem}.nav a{text-decoration:none;font-size:.875rem;font-weight:500;color:#4b5563}.nav a:hover{color:#3b82f6}.menu-btn{background:none;border:none;cursor:pointer}@media (min-width: 768px){.nav{display:flex}.menu-btn{display:none}}@media (prefers-color-scheme: dark){.header{background-color:#111827;border-bottom-color:#374151;color:#f9fafb}.nav a{color:#d1d5db}.nav a:hover,.title:hover{color:#3b82f6}}.footer{padding:2.5rem 1.25rem;text-align:center;color:#6b7280;border-top:1px solid #e5e7eb}.footer a{margin:0 1rem;text-decoration:none;color:inherit}.footer a:hover{color:#1d4ed8}.footer-text{margin-top:1rem;font-size:.875rem}@media (prefers-color-scheme: dark){.footer{background:#111827;border-top-color:#374151;color:#9ca3af}.footer a:hover{color:#3b82f6}}.home-page{font-family:Arial,sans-serif;background-color:#111827;color:#dce1ed;min-height:100vh;display:flex;flex-direction:column}.home-main{flex-grow:1;display:flex;justify-content:center;align-items:center;padding:40px 20px;text-align:center;min-height:calc(100vh - 200px)}.home-content{display:flex;flex-direction:column;gap:24px;max-width:800px;width:100%;align-items:center}.home-text h1{font-size:2.5rem;font-weight:900;line-height:1.1;margin-bottom:12px}.home-text h2{font-size:1.125rem;font-weight:400;line-height:1.5;color:#4b5563}.home-buttons{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}.btn{display:flex;align-items:center;justify-content:center;min-width:140px;max-width:480px;height:48px;padding:0 24px;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.primary-btn{background-color:#2563eb;color:#fff;border:none}.primary-btn:hover{background-color:#1e40af}.secondary-btn{background-color:transparent;color:#2563eb;border:2px solid #2563eb}.secondary-btn:hover{background-color:#2563eb1a}@media (min-width: 640px){.home-text h1{font-size:3rem}.home-text h2{font-size:1.25rem}}@media (min-width: 768px){.home-text h1{font-size:3.75rem}.home-text h2{font-size:1.5rem}}.about-page{font-family:Inter,sans-serif;background-color:#f9fafb;color:#111827;min-height:100vh}.about-container{display:flex;flex-direction:row;max-width:1200px;margin:0 auto;padding:2rem;gap:2rem}.sidebar{flex:0 0 250px;display:flex;flex-direction:column;gap:1.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1rem;position:sticky;top:2rem}.profile-picture{width:64px;height:64px;border-radius:50%;background-position:center;background-size:cover}.profile-info h1{margin:0;font-size:1.125rem;font-weight:700}.profile-info p{margin:0;font-size:.875rem;color:#6b7280}.sidebar-links{display:flex;flex-direction:column;gap:.5rem}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:.5rem;text-decoration:none;color:#111827;font-weight:500}.sidebar-link span{font-size:1.25rem;color:#6b7280}.sidebar-link.active{background-color:#3b82f61a;color:#3b82f6}.sidebar-link.active span{color:#3b82f6}.download-cv{width:100%;height:40px;background-color:#becde5;font-weight:700;border:none;border-radius:.5rem;cursor:pointer;color:#fff}.about-main{flex:1;display:flex;flex-direction:column;gap:2rem}.page-title{font-size:1.5rem;font-weight:700;border-bottom:2px solid #e5e7eb}.section{background-color:#fff;border-radius:1rem;border:1px solid #e5e7eb;padding:1rem 1.5rem}.section-header{display:flex;align-items:center;gap:.75rem}.section h2{font-size:1.375rem;font-weight:700;margin-bottom:1rem}.timeline{display:flex;flex-direction:column;margin-left:2.25rem}.timeline-content{margin:0rem}.timeline-content .subtitle{font-weight:500;color:#6b7280;margin:.5rem 0rem}.experience{display:flex;flex-direction:column;gap:1.5rem;margin-left:2.25rem;margin-bottom:1rem}.experience-item{display:flex;gap:1rem}.experience-item span{font-size:1.5rem;color:#3b82f6}.experience-item .title{font-weight:600}.experience-item .subtitle{font-weight:500;color:#6b7280}.experience-item .date{font-size:.75rem;color:#9ca3af}.experience-item ul{margin:.5rem 0 0 1rem}.skills-grid{display:flex;gap:2rem;flex-wrap:wrap}.skill-category{flex:1}.skill-bar{margin-bottom:1rem}.skill-bar span{display:flex;justify-content:space-between}.skill-bar .bar{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden;margin-top:.25rem}.skill-bar .bar div{height:100%;background-color:#3b82f6;border-radius:4px}.soft-skills span{display:inline-block;background-color:#3b82f61a;color:#3b82f6;font-size:.75rem;font-weight:500;padding:.25rem .5rem;border-radius:9999px}.interests-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.interest-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;background-color:#f9fafb;border-radius:.5rem;padding:1rem;text-align:center}.interest-item span{font-size:2rem;color:#3b82f6}@media (prefers-color-scheme: dark){.about-page{background-color:#111827;color:#f9fafb}.sidebar{background-color:#1f2937;border-color:#374151}.profile-info p{color:#9ca3af}.sidebar-link{color:#f9fafb}.sidebar-link span{color:#9ca3af}.sidebar-link.active{background-color:#fbbf2433;color:#fbbf24}.sidebar-link.active span{color:#fbbf24}.download-cv{background-color:#3168c1;color:#111827}.section{background-color:#1a242e;border-color:#374151}.experience-item .subtitle,.experience-item .date,.experience-item ul li{color:#9ca3af}.skill-bar .bar{background-color:#374151}.soft-skills span{background-color:#fbbf2433;color:#fbbf24}.interest-item{background-color:#1a242e}}.project-card{display:flex;flex-direction:column;border-radius:1rem;overflow:hidden;background:#f3f4f6;box-shadow:0 4px 6px #0000001a;transition:transform .3s}.project-card:hover{transform:translateY(-4px)}.project-image{width:100%;aspect-ratio:16/9;background-size:cover;background-position:center}.content{padding:1rem;flex-grow:1;display:flex;flex-direction:column}.content h3{margin:0;font-size:1.25rem;font-weight:700;color:#111827}.content p{flex-grow:1;margin:.5rem 0 1rem;font-size:.875rem;color:#6b7280}.content a{align-self:flex-start;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;border-radius:.5rem;color:#3b82f6;border:1px solid #3b82f6;transition:.3s}.content a:hover{background:#3b82f6;color:#fff}@media (prefers-color-scheme: dark){.project-card{background:#1f2937;box-shadow:0 4px 6px #0000004d}.content h3{color:#d1d5db}.content p{color:#96a1b2}.content a{color:#2563eb;border-color:#2563eb}.content a:hover{background:#d1d5db;color:#111827}}.projects-page{font-family:Arial,sans-serif;background-color:#111827;color:#111827;min-height:100vh;display:flex;flex-direction:column}.projects-main{flex-grow:1;padding:32px 20px;max-width:1200px;margin:0 auto}.projects-header h1{font-size:2rem;font-weight:900;margin-bottom:12px;color:#2563eb}.projects-header p{font-size:1rem;font-weight:400;color:#96a1b2}.projects-filters{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0}.filter-btn{display:flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 16px;border-radius:12px;font-size:.875rem;font-weight:500;cursor:pointer;background-color:#fff;border:1px solid #d1d5db;color:#111827;transition:all .3s ease}.filter-btn:hover,.filter-btn.active{background-color:#2563eb1a;border-color:#2563eb;color:#2563eb}.projects-grid{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width: 640px){.projects-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(4,1fr)}.projects-header h1{font-size:3rem}.projects-header p{font-size:1.125rem}}.contact-page{font-family:Arial,sans-serif;background-color:#111827;color:#f9fafb;min-height:100vh}.contact-container{max-width:960px;margin:0 auto;padding:40px 20px}.contact-title{font-size:2.5rem;font-weight:900;margin-bottom:40px}.contact-content{display:flex;flex-wrap:wrap;gap:40px}.contact-form-section{flex:1;min-width:300px}.contact-info-section{flex:0 0 300px;min-width:280px}.status-message{padding:15px;margin-bottom:20px;border-radius:8px}.status-message.error{background-color:#fee2e2;color:#b91c1c}.status-message.success{background-color:#d1fae5;color:#065f46}.status-message.loading{background-color:#fef3c7;color:#92400e}.contact-form label{display:flex;flex-direction:column;margin-bottom:20px}.contact-form label span{font-weight:500;margin-bottom:6px}.contact-form input,.contact-form textarea{padding:15px;font-size:1rem;border:1px solid #d1d5db;border-radius:8px;resize:none}.contact-form textarea{min-height:150px}.contact-form .form-row{display:flex;gap:20px;flex-wrap:wrap}.contact-form button{padding:12px 20px;font-weight:700;background-color:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:.3s}.contact-form button:disabled{opacity:.6;cursor:not-allowed}.contact-form button:hover:not(:disabled){background-color:#1e40af}.contact-info{display:flex;align-items:center;gap:12px;margin-bottom:15px;text-decoration:none;color:#374151;transition:.3s}.contact-info:hover{color:#2563eb}.contact-info-item{display:flex;align-items:center;gap:8px;text-decoration:none;color:#374151;margin-bottom:.5rem;transition:color .2s}.contact-info-item:hover{color:#3b82f6}.contact-icon{font-size:1.5rem}.contact-text{font-weight:500}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%}#root{width:100%}
