html{scroll-behavior:smooth}body{background-color:#111;color:#fff;margin:0;font-family:sans-serif;display:flex;flex-direction:column;min-height:100vh}.header{background-color:#0a0a0a;padding:1.5rem 3rem;position:fixed;top:0;width:100%;z-index:50;border-bottom:1px solid #333;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;gap:1.5rem}.logo a{text-decoration:none;font-size:2rem;font-weight:700;color:#fff}.highlight{color:#3b82f6}.nav-links{display:flex;gap:2.5rem}.nav-links a{color:#d1d5db;text-decoration:none;font-size:1.2rem;font-weight:500;transition:color .3s}.nav-links a:hover{color:#3b82f6}.social-icons{display:flex;gap:1.5rem;align-items:center}.social-icons a{color:#9ca3af;font-size:1.8rem;display:flex;transition:transform .2s,color .2s}.social-icons a:hover{color:#fff;transform:scale(1.1)}.main-content{padding-top:100px;padding-left:1rem;padding-right:1rem;flex:1;display:flex;justify-content:center}.container{max-width:1400px;width:100%}.footer{background-color:#0a0a0a;color:#9ca3af;padding:3rem 2rem;border-top:1px solid #333;width:100%;box-sizing:border-box}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;width:100%}.footer-left{text-align:left}.footer-center{text-align:center;display:flex;flex-direction:column;align-items:center}.footer-right{text-align:right}.contact-link{color:#9ca3af;text-decoration:none;font-size:1rem;transition:color .3s}.contact-link:hover{color:#3b82f6}@media(max-width:768px){.header{flex-direction:column;justify-content:center;padding:1rem;gap:.2rem}.header nav{display:none}.social-icons{display:flex;justify-content:center;gap:1.5rem;width:100%;margin-top:.5rem}.footer{padding:1.5rem 1rem}.footer-content{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;row-gap:1rem}.footer-left{grid-column:1;grid-row:1;text-align:left}.footer-right{grid-column:2;grid-row:1;text-align:right}.footer-center{grid-column:1 / -1;grid-row:2;text-align:center}}:root{--bg-card: #1a1a1a;--border-color: #333;--border-hover: #3b82f6;--text-main: #ffffff;--text-muted: #9ca3af;--accent-color: #3b82f6;--tag-bg: #262626}.ui-btn{display:inline-block;background-color:var(--accent-color);color:#fff;font-weight:600;padding:.6rem 1.5rem;border-radius:9999px;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:.9rem;box-shadow:0 4px 6px #0000004d}.ui-btn:hover{background-color:#2563eb;transform:scale(1.05)}.project-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;height:100%;transition:border-color .3s ease}.project-card:hover{border-color:var(--border-hover)}.project-img-container{height:160px;background-color:#222;overflow:hidden}.project-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-img{transform:scale(1.05)}.project-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.project-title{font-size:1.25rem;font-weight:700;color:var(--accent-color);margin:0 0 .5rem}.project-desc{color:var(--text-muted);font-size:.9rem;margin-bottom:1rem;line-height:1.5;flex-grow:1}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tag{background-color:var(--tag-bg);border:1px solid #404040;color:#d1d5db;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.project-footer{margin-top:auto;display:flex;justify-content:flex-end}.timeline-item{position:relative;padding-left:2rem;padding-bottom:2.5rem;border-left:2px solid #333}.timeline-item:last-child{border-left:2px solid transparent;padding-bottom:0}.timeline-icon{position:absolute;left:-9px;top:0;background-color:#111;border:2px solid var(--accent-color);color:var(--accent-color);border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;padding:4px}.experience-card{background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;transition:border-color .3s}.experience-card:hover{border-color:#6b7280}.exp-header h3{margin:0;font-size:1.2rem;color:#fff}.exp-infos{display:flex;flex-wrap:wrap;gap:1rem;margin:.5rem 0 1rem;font-size:.85rem;color:var(--text-muted)}.exp-company{color:var(--accent-color);font-weight:600}.exp-desc{color:#d1d5db;font-size:.95rem;line-height:1.6;white-space:pre-line}.education-item{display:flex;gap:1.5rem;margin-bottom:2rem;align-items:flex-start}.edu-icon-box{background-color:var(--bg-card);border:1px solid var(--border-color);padding:.75rem;border-radius:8px;color:var(--accent-color);flex-shrink:0}.edu-content h3{margin:0;font-size:1.1rem;color:#fff}.edu-school{color:var(--accent-color);font-size:.9rem;margin:.25rem 0;font-weight:500}.edu-date{font-size:.8rem;color:#6b7280;display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.edu-desc{font-size:.9rem;color:var(--text-muted);border-left:2px solid #333;padding-left:.75rem;font-style:italic}.skill-group{margin-bottom:2rem}.skill-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem;border-bottom:1px solid #333;padding-bottom:.5rem;min-height:3.5rem;display:flex;align-items:flex-end;gap:.5rem}.skill-dot{width:8px;height:8px;background-color:var(--accent-color);border-radius:50%}.skill-list{display:flex;flex-wrap:wrap;gap:.75rem}.skill-badge{display:flex;align-items:center;gap:.5rem;background-color:var(--bg-card);border:1px solid var(--border-color);padding:.5rem .75rem;border-radius:8px;transition:all .2s}.skill-badge:hover{border-color:var(--accent-color);color:#fff;transform:translateY(-2px)}.skill-img{width:20px;height:20px}.skill-name{font-size:.9rem;color:#d1d5db;font-weight:500}.hero-wrapper{background-color:#111;padding:6rem 1rem;display:flex;justify-content:center;overflow:visible}.hero-container{max-width:1300px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:4rem;flex-wrap:wrap-reverse;padding-left:0;padding-right:0}.hero-content{flex:1;min-width:300px;text-align:left}.hero-greeting{font-size:1.1rem;font-weight:500;color:#fff;display:block;margin-bottom:.5rem}.hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin:0 0 1.5rem;line-height:1.1}.hero-job{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;color:#3b82f6;font-weight:600;margin-bottom:1.5rem}.hero-job-icon{font-size:1.4rem}.hero-bio{color:#d1d5db;font-size:1.1rem;line-height:1.6;margin-bottom:2rem;max-width:600px}.hero-image-side{position:relative;width:350px;height:350px;display:flex;justify-content:center;align-items:center}.hero-image{width:100%;height:100%;object-fit:cover;border-radius:50%;position:relative;z-index:2}.hero-image-glow{position:absolute;width:120%;height:120%;top:-10%;left:-10%;border-radius:50%;background-color:#3b82f6;filter:blur(100px);opacity:.8;z-index:1;box-shadow:0 0 60px 20px #3b82f666;animation:pulse-glow 4s infinite alternate}@keyframes pulse-glow{0%{transform:scale(.95);opacity:.7}to{transform:scale(1.05);opacity:.9}}@media(max-width:768px){.hero-container{flex-direction:column-reverse;align-items:center;text-align:center;gap:2rem}.hero-content{text-align:center;min-width:unset;width:100%}.hero-job{justify-content:center}.hero-cta{display:flex;justify-content:center}.hero-image-side{width:250px;height:250px}.hero-title{font-size:2.5rem}}.about-section{background-color:#111;padding:6rem 1rem;text-align:center}.about-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2.5rem}.about-title{font-size:2.5rem;font-weight:700;color:#fff;margin:0}.about-image-wrapper{position:relative;width:220px;height:220px;display:flex;justify-content:center;align-items:center}.about-image{width:100%;height:100%;object-fit:cover;border-radius:50%;position:relative;z-index:2}.about-image-glow{position:absolute;width:100%;height:100%;border-radius:50%;background-color:#3b82f6;filter:blur(60px);opacity:.6;z-index:1;animation:pulse-glow 3s infinite alternate}.about-info-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem;width:35%}.about-item{display:flex;align-items:center;width:100%;justify-content:flex-start;gap:1rem;color:#e5e7eb;font-size:1.2rem;padding:0 1rem;box-sizing:border-box}.icon-box{display:flex;align-items:center;color:#3b82f6;font-size:1.2rem}.about-actions{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-top:1rem}.ui-btn{min-width:220px;text-align:center;justify-content:center;padding:1rem;font-size:1.1rem}@media(max-width:768px){.about-info-list{width:75%}}.home-container{max-width:1000px;margin:0 auto;padding-bottom:4rem}.hero-section{text-align:center;padding:4rem 0 6rem}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;color:#fff}.text-highlight{color:#3b82f6}.hero-subtitle{font-size:1.5rem;color:#9ca3af;margin-bottom:2rem}.hero-bio{max-width:600px;color:#d1d5db;line-height:1.6}.hero-actions{display:flex;justify-content:center;gap:1rem}.home-section{margin-bottom:6rem;scroll-margin-top:110px}.section-title{font-size:2rem;margin-bottom:2rem;border-left:4px solid #3b82f6;padding-left:1rem;color:#fff}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}
