html{font-family:Inter,sans-serif;letter-spacing:.1rem;box-sizing:border-box}*{margin:0;padding:0}*,*:before,*:after{box-sizing:inherit}:root{--primary: #000;--secondary: rgb(24, 24, 27);--border: rgba(63, 63, 70, .4);--title: rgb(244, 244, 245);--subtitle: rgb(161, 161, 170);--bgHeader: rgb(39, 39, 42);--purple: #500073;--blue: rgb(93, 188, 252);--glass: rgba(255, 255, 255, .1)}.light{--primary: rgb(250, 250, 250);--secondary: rgb(255, 255, 255);--border: rgba(202, 202, 202, .518);--title: rgb(39, 39, 42);--subtitle: rgb(82, 82, 91);--bgHeader: rgb(253, 253, 253);--purple: #500073;--blue: rgb(0, 149, 256)}body{background-color:var(--primary)}.container{width:100%;margin:auto;border:solid 2px var(--border);background-color:var(--secondary);padding:0 3rem}.divider{border-bottom:1px solid var(--border);width:calc(100% + 6rem);margin:3rem 0 3rem -3rem}a:hover{cursor:pointer}button{all:unset;cursor:pointer}button:active{scale:.9}.border{border:1px solid red}::-webkit-scrollbar{width:.88rem}::-webkit-scrollbar-track{border:7px solid #292c3b;box-shadow:inset 0 0 2.5px 2px #00000080;border-radius:4px;background-color:#d4d4d8}::-webkit-scrollbar-thumb{background:#999;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#555}.scroll2top{background-color:#1976d2d9;width:2.6rem;height:2.6rem;border-radius:50%;position:fixed;bottom:7rem;right:3%;text-align:center;border:1px solid rgba(255,255,255,.2);font-size:1.4rem}.scroll2top:hover{background-color:#1976d2}@media (max-width: 1000px){.container{width:100%;padding:0 1.7rem}.divider{width:calc(100% + 3.4rem);margin-left:-1.7rem}}@media (max-width: 500px){.container{width:100%;padding:0 1rem}.divider{width:calc(100% + 2rem);margin-left:-1rem}.scroll2top{opacity:.5;height:2.2rem;width:2.2rem}}.projects-page{padding:3rem 1rem;max-width:1100px;margin:auto}.projects-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:var(--text);text-align:center}.projects-subtitle{text-align:center;color:var(--text-light);margin-bottom:2rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.project-card{background:var(--card-bg);border-radius:14px;padding:1rem;display:flex;flex-direction:column;justify-content:space-between}.card-image-container{border-radius:12px;overflow:hidden;margin-bottom:1rem}.project-image{width:100%;height:180px;object-fit:cover}.project-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.project-description{font-size:.9rem;color:var(--text-light);margin-bottom:.8rem}.card-tags{display:flex;flex-wrap:wrap;gap:6px}.tech-tag{background:var(--purple);color:#fff;font-size:.75rem;padding:.2rem .6rem;border-radius:6px}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;font-size:.9rem;color:var(--text)}.pagination-buttons{display:flex;gap:.5rem}.pagination-buttons button{padding:.5rem 1rem;border-radius:8px;border:none;background:var(--purple);color:#fff;cursor:pointer;font-weight:600;transition:background .2s ease}.pagination-buttons button:disabled{background:#aaa;cursor:not-allowed}.pagination-buttons button:hover:not(:disabled){background:#5a24b4}header.flex{position:relative;justify-content:center;padding:1rem 2.4rem;margin-top:1rem}header.flex nav{background-color:var(--bgHeader);padding:.77rem 1.6rem;border-radius:55px;box-shadow:2px 2px 40px var(--purple);max-width:600px;width:100%;display:flex;justify-content:center}header ul.flex{gap:32px;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.flex{display:flex;align-items:center}li{list-style:none}a{text-decoration:none;color:initial;transition:.3s}header ul li a{color:var(--title);opacity:.88;font-weight:500;font-size:.88rem}header ul li a:hover{color:var(--purple);opacity:1;font-size:.9rem}header button{font-size:1.2rem}header .menu{display:none}.icon-menu,.theme{background-color:var(--bgHeader);height:2.4rem;width:2.4rem;text-align:center;border-radius:50%;border:1px solid #f1480047;color:var(--subtitle);box-shadow:5px 5px 40px var(--purple);cursor:pointer;transition:border-color .2s,color .2s}.icon-menu:hover,.theme:hover{border:1px solid #f14a00;color:var(--title)}.icon-close{font-size:1.3rem;color:var(--subtitle);transition:font-size .3s,color .3s,transform .3s}.icon-close:hover{font-size:1.6rem;color:#dc143c;transform:rotate(180deg)}.icon-sun{color:#f14a00}.theme{position:absolute;top:1rem;right:2.4rem;z-index:10}header .fixed{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#282830e8;z-index:11}@keyframes zoom{0%{scale:0}60%{scale:1.2}to{scale:1}}header .fixed ul.model{width:75%;margin:auto;margin-top:2rem;border-radius:1rem;padding:1rem 2rem;background-color:var(--secondary);box-shadow:2px 2px 80px var(--purple);animation:zoom .7s}header .fixed ul.model li{border-bottom:1px solid var(--border);padding-bottom:.77rem;padding-top:.5rem;font-size:1rem}header .fixed ul.model li:last-child{border:none}header .fixed ul.model li:first-child{text-align:right;border:none;padding-bottom:0;padding-top:0;margin-bottom:-.5rem}@media (max-width: 1023px){header.flex{justify-content:space-evenly}header.flex nav{max-width:none;width:auto;display:block}.theme{position:static;margin-left:auto}}@media (max-width: 650px){header.flex nav{display:none}button.menu{display:block}}section.hero .leftsection{flex-grow:1;align-items:baseline}section.hero{margin-top:3rem}section.hero .parent-avatar{align-items:end;gap:.6rem;min-height:120px}section.hero .avatar{width:120px;border-radius:50%;border:1px solid #f1480047;padding:1px;box-shadow:5px 5px 10px var(--purple)}section.hero .avatar:hover{border:1px solid #F14A00}section.hero .icon-verified{color:var(--blue);font-size:1.1rem;align-content:end;margin-bottom:.5rem}section.hero h1.titre{font-size:2.85rem;line-height:3.3rem;margin:24px 0;color:var(--title)}section.hero p.subtitle{color:var(--subtitle);font-size:.9rem;line-height:1.65rem;margin-bottom:32px}section.hero div.all-icons{gap:1.5rem;display:flex;align-items:center}section.hero div.all-icons a{font-size:2rem;color:var(--subtitle);text-decoration:none}section.hero .icon:hover{font-size:2.2rem;color:var(--purple);transition:.3s;border-radius:50%}.lapanimation{width:90%}@media (max-width: 825px){.lapanimation{display:none}}.about-section{width:100%;padding:1rem 0}.about-container{margin:0 auto;padding:0}.section-title{font-size:1.875rem;font-weight:700;color:var(--title);margin-bottom:2rem;position:relative;transition:.5s}.section-title:hover{color:var(--purple)}.section-title:after{content:"";position:absolute;bottom:-.5rem;left:0;width:5rem;height:.25rem;background-color:var(--purple)}.about-content-wrapper{display:flex;flex-wrap:wrap;gap:2rem}.about-content{flex:1 1 45%}.about-text{color:var(--subtitle);line-height:1.75}.education-section{flex:1 1 50%;padding-top:0}.timeline-container{position:relative}.timeline-line{position:absolute;top:0;left:.1rem;bottom:0;width:2px;background-color:#2563eb}.timeline-items{display:flex;flex-direction:column;gap:2rem}.timeline-item{position:relative;padding-left:2rem}.timeline-dot{position:absolute;left:-.25rem;top:1.5rem;width:.75rem;height:.75rem;border-radius:50%;background-color:var(--purple);border:2px solid white;box-shadow:0 0 0 2px var(--purple)}.timeline-content{padding:1rem;border-radius:.5rem}.school-name{font-weight:600;color:var(--title);margin-bottom:.5rem}.program-name{color:var(--subtitle);font-size:.875rem;margin-bottom:.5rem}.education-period{color:#2563eb;font-size:.875rem;font-weight:500}@media (max-width: 768px){.about-content-wrapper{flex-direction:column}.about-content,.education-section{flex:1 1 100%}}.projects-section{padding:3rem 1rem;max-width:1200px;margin:0 auto;color:var(--title)}.section-title{display:block;font-size:2.2rem;font-weight:700;margin:0 0 .5rem;padding-bottom:.6rem;color:var(--title);position:relative;text-align:left}.section-title:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--purple);border-radius:2px}.section-subtitle{font-size:1rem;color:var(--subtitle);margin-bottom:2rem;text-align:left}.filters{display:flex;justify-content:center;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem;align-items:center}.filters button{background-color:#7c3aed0f;border:1px solid rgba(124,58,237,.14);padding:.45rem 1.05rem;border-radius:.6rem;font-weight:600;color:var(--title);transition:all .18s ease;min-width:84px;text-align:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.filters button:focus{outline:none;box-shadow:none}.filters button.active{background:linear-gradient(90deg,#7c3aedf2,#6366f1e6);color:#fff;border-color:#7c3aedf2}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;max-width:1100px;margin:0 auto;justify-content:center;justify-items:center;align-items:start}@media (min-width: 900px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.project-card{width:100%;max-width:360px;display:flex;flex-direction:column;height:100%;background-color:var(--secondary);border:1px solid var(--border);border-radius:.9rem;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.project-card:hover{transform:translateY(-6px)}.card-image-container{position:relative;overflow:hidden;max-height:180px;background:linear-gradient(180deg,#00000005,#0000000f)}.project-image{width:100%;height:180px;object-fit:cover;transition:transform .35s ease}.card-image-container:hover .project-image{transform:scale(1.05)}.hover-icons{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:.6rem;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease}.card-image-container:hover .hover-icons{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) translateY(-6px)}.hover-icons a{display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;border-radius:8px;font-size:1.05rem;color:#fff;text-decoration:none;background:#111827d9}.hover-icons a.demo{background:#7c3aedf2}.card-content{padding:1rem 1.2rem;display:flex;flex-direction:column;gap:.6rem;flex:1}.card-header{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.project-title{font-size:1.15rem;font-weight:700;color:var(--title);margin:0}.project-title:hover{color:#7c3aed}.status-badge{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;padding:.28rem .6rem;border-radius:.55rem}.status-badge.completed{background-color:#10b9811f;color:#10b981}.status-badge.progress{background-color:#f59e0b1f;color:#f59e0b;white-space:nowrap}.status-badge.planning{background-color:#3b82f614;color:var(--blue)}.project-description{font-size:.92rem;color:var(--subtitle);line-height:1.45;flex:1;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin-bottom:.25rem}.card-tags{display:flex;flex-wrap:wrap;gap:.45rem}.tech-tag{font-size:.72rem;font-weight:600;padding:.28rem .64rem;border-radius:.45rem;color:#fff!important;background:#7c3aed8c;border:1px solid rgba(124,58,237,.75);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);cursor:default}.tech-tag.react,.tech-tag.javascript,.tech-tag.html,.tech-tag.css,.tech-tag.node,.tech-tag.fullstack,.tech-tag.php,.tech-tag.laravel,.tech-tag.tailwind{background:#7c3aed8c!important;border:1px solid rgba(124,58,237,.75)!important;color:#fff!important}.collaborators-section{margin-top:.6rem}.collaborators-header{display:flex;align-items:center;gap:.6rem;font-size:.95rem;font-weight:700;color:var(--title);margin-bottom:.45rem;position:relative;justify-content:flex-start}.collaborators-header:after{content:"";position:absolute;left:0;bottom:-10px;width:34px;height:3px;background:var(--purple);border-radius:3px}.collaborators-list{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:flex-start}.collaborator-container{position:relative;display:inline-block;margin:.25rem;vertical-align:middle}.collaborator-badge{display:flex;align-items:center;gap:.5rem;padding:.28rem .6rem;border-radius:999px;background-color:#0000000a;border:1px solid rgba(0,0,0,.06);cursor:pointer;-webkit-user-select:none;user-select:none}.collaborator-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;display:block}.collaborator-name{font-size:.9rem;font-weight:600;color:var(--title);white-space:nowrap}.collaborator-popup{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:240px;background:#1f1f29;border-radius:10px;padding:12px;z-index:60;opacity:0;pointer-events:none;transition:opacity .12s linear}.collaborator-container:hover .collaborator-popup{opacity:1;pointer-events:auto}.collaborator-name-popup{margin:0 0 6px;font-size:.98rem;font-weight:700;color:#fff}.collaborator-role{margin:0 0 10px;font-size:.82rem;color:#cfcfcf}.social-links{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.social-link{width:44px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-size:1rem;color:#fff;text-decoration:none;line-height:0}.social-link.email{background:#e74c3c}.social-link.linkedin{background:#0a66c2}.social-link.github{background:#171515}.social-link.website{background:#10b981}.social-link.instagram{background:#e1306c}.social-link svg{width:18px;height:18px;fill:currentColor}.card-buttons{display:flex;gap:.55rem;margin-top:.5rem}.card-buttons .btn{flex:1;padding:.45rem .75rem;text-align:center;border-radius:.6rem;font-size:.88rem;font-weight:700;border:1px solid transparent}.btn.primary{background:linear-gradient(90deg,#6366f1f5,#7c3aedf2);color:#fff}.btn.secondary{background-color:transparent;border:1px solid rgba(124,58,237,.14);color:var(--title)}.see-all-wrapper{text-align:center;margin-top:2rem}.see-all-btn{background:linear-gradient(90deg,#6366f1f5,#7c3aedf2);color:#fff;padding:.45rem 1rem;border-radius:.6rem;font-weight:700}button:focus,a:focus{outline:3px solid rgba(124,58,237,.18);outline-offset:2px;border-radius:6px}.project-card,.collaborator-popup{color-scheme:light dark}section.contact-me{padding:3rem 1rem;max-width:1000px;margin:auto;font-family:DM Sans,sans-serif}section.contact-me .titre{font-size:2.5rem;font-weight:700;color:var(--title);margin-bottom:1rem;position:relative}section.contact-me .titre:after{content:"";position:absolute;bottom:-.3rem;left:0;width:5rem;height:.25rem;background-color:var(--purple);border-radius:2px}section.contact-me .subtitle{color:var(--subtitle);margin-bottom:3rem;max-width:700px;line-height:1.7rem}.flex-wrapper{display:flex;gap:2rem;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}.glass-form{flex:1;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0d;border-radius:15px;padding:2rem;box-shadow:0 8px 25px #0003;display:flex;flex-direction:column;gap:1.5rem}.form-group{position:relative;width:100%}.form-group input,.form-group textarea{width:100%;padding:1rem;border-radius:10px;border:none;outline:none;background:#ffffff1a;color:#fff;font-size:1.1rem;resize:vertical}.form-group label{position:absolute;top:50%;left:1rem;color:var(--subtitle);pointer-events:none;transform:translateY(-50%);transition:.3s ease all;font-weight:500}.form-group input:focus+label,.form-group input:not(:placeholder-shown)+label,.form-group textarea:focus+label,.form-group textarea:not(:placeholder-shown)+label{top:-.5rem;left:1rem;font-size:.85rem;color:var(--purple);background:#0000004d;padding:0 .25rem;border-radius:4px}.submit{display:flex;align-items:center;gap:.5rem;justify-content:center;padding:.9rem 2rem;font-size:1.1rem;font-weight:600;border-radius:10px;border:none;background:linear-gradient(90deg,var(--purple),#a261ff);color:#fff;cursor:pointer;transition:all .3s ease}.submit:hover{transform:scale(.97);box-shadow:0 8px 20px #805aff66}.submit:disabled{opacity:.5;cursor:not-allowed}.right-section{flex:1;display:flex;flex-direction:column;gap:2rem;min-width:250px}.map-container iframe{width:100%;height:250px;border-radius:10px;border:none}.links-button{padding:.8rem 1.5rem;font-weight:600;color:#fff;background:var(--purple);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.links-button:hover{background:#a261ff;transform:scale(1.03)}.light section.contact-me input,.light section.contact-me textarea{background:#ffffff26;color:#232324;border:1px solid rgba(128,128,128,.4)}.light section.contact-me input::placeholder,.light section.contact-me textarea::placeholder{color:#232324b3}.light section.contact-me input:focus,.light section.contact-me textarea:focus{border:1px solid var(--purple);box-shadow:0 4px 15px #805aff4d;color:#232324}.success-message{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;padding:3rem 1rem}@media (max-width: 900px){.flex-wrapper{flex-direction:column-reverse;align-items:center;gap:2rem}.right-section{width:100%}.glass-form{width:100%;padding:1.5rem}}.footer{color:var(--title);padding:40px 20px;text-align:center;position:relative}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between}h2{font-size:2rem;margin-bottom:10px}p{font-size:1.1rem;margin-bottom:20px;font-weight:300}.footer-column{flex:1;margin:10px}.footer-column h3{font-size:1.3rem;margin-bottom:10px;font-weight:600}.footer-links{list-style:none;padding:0;margin-bottom:20px}.footer-links li{display:inline-block;margin-right:15px}.footer-links a{text-decoration:none;color:var(--sutitle);font-size:1rem;transition:color .3s ease}.footer-links a:hover{color:var(--purple)}.footer-socials{display:flex;justify-content:center;gap:15px}.footer-socials a{color:var(--sutitle);font-size:1.5rem;transition:color .3s ease}.footer-socials a:hover{color:var(--purple)}.footer-copy{font-size:.9rem;margin-top:20px;opacity:.6}@media (max-width: 768px){.footer-content{flex-direction:column;align-items:center}.footer-column{margin:20px 0;text-align:center}.footer-links{text-align:center;margin-bottom:20px}.footer-links li{display:block;margin-bottom:10px}.footer-socials a{font-size:1.3rem;margin:0 8px}}.banner{width:100%;height:115vh;text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.skills-title h2{font-size:1.875rem;font-weight:700;color:var(--title);margin-bottom:2rem;position:relative;transition:.5s;margin-bottom:1rem}.skills-title h2:after{content:"";position:absolute;bottom:-.5rem;left:0;width:5rem;height:.25rem;background-color:var(--purple)}.skills-title h2:hover{color:var(--purple)}.skills-title p{font-family:Poppins,sans-serif;font-size:clamp(1rem,2.5vw,1.2rem);color:var(--subtitle);line-height:1.6;margin-bottom:2rem}mark{background-color:#800080e6;color:#000}.light mark{color:#fff}.slider{position:relative;width:160px;height:200px;transform-style:preserve-3d;transform:perspective(1000px);animation:autoRun 20s linear infinite;z-index:2}@keyframes autoRun{0%{transform:perspective(1000px) rotateX(-16deg) rotateY(0)}to{transform:perspective(1000px) rotateX(-16deg) rotateY(360deg)}}.slider-item{position:absolute;top:0;right:0;bottom:0;left:0;transform:rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)) translateZ(300px);display:flex;align-items:center;justify-content:center;padding:20px}.glass-effect{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:15px}.glass-effect:hover{border-color:var(--purple);background:var(--purple);box-shadow:2px 2px 10px var(--purple)}body.light .glass-effect{background:#800080e6}body.light .glass-effect:hover{background:#ffffff1a;border-color:var(--purple);box-shadow:2px 2px 10px var(--purple)}.content{position:relative;width:100%;max-width:1400px;padding:20px;display:flex;flex-direction:column;align-items:center;z-index:1;margin-top:2rem}.title{font-family:ICA Rubrik;line-height:1.2;color:var(--title);position:relative;text-align:center;width:100%;text-shadow:0 10px 20px var(--subtitle);font-size:clamp(3rem,8vw,13rem);margin-bottom:1rem}.title:after{position:absolute;top:0;right:0;bottom:0;left:0;content:attr(data-content);z-index:3;-webkit-text-stroke:2px #d2d2d2;color:transparent}.author{font-family:Poppins;text-shadow:0 10px 20px var(--purple);z-index:2;width:100%;text-align:center;padding:0 20px}.author h2{font-size:clamp(1.5rem,3vw,3rem);margin:10px 0;color:var(--subtitle)}.download-button{margin-top:5rem;z-index:2}.btn-download{color:#fff;background-color:var(--purple);padding:.75rem 1.5rem;text-align:center;font-size:1.05rem;border-radius:5px;letter-spacing:1.6px;border:1px solid var(--purple);box-shadow:2px 2px 10px var(--purple);transition:transform .2s ease,box-shadow .2s ease}@media screen and (max-width: 1024px){.slider{width:110px;height:180px}.slider-item{transform:rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)) translateZ(210px)}}@media screen and (max-width: 767px){.slider{width:100px;height:150px;margin-top:1rem}.slider-item{transform:rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)) translateZ(200px);padding:15px}.slider-item svg{transform:scale(.8)}.skills-title h2{font-size:clamp(1.8rem,5vw,3rem);color:var(--title)}.skills-title p{font-size:clamp(.9rem,2.5vw,1.1rem);color:var(--subtitle)}.title{font-size:clamp(2.5rem,8vw,10rem);color:var(--title)}.author h2{font-size:clamp(1.2rem,3vw,2.5rem);color:var(--subtitle)}.mdl{display:none}}@media screen and (max-width: 480px){.slider{width:80px;height:130px}.slider-item{transform:rotateY(calc((var(--position) - 1) * (360 / var(--quantity)) * 1deg)) translateZ(150px);padding:10px}.slider-item svg{transform:scale(.7)}.download-button{margin-top:1rem}}.experience-section{max-width:1200px;margin:0 auto;padding:80px 20px}.experience-header{text-align:center;margin-bottom:60px}.experience-title{display:block;font-size:2.2rem;font-weight:700;margin:0 auto .5rem;padding-bottom:.6rem;color:var(--title);position:relative;text-align:center;transition:color .3s ease}.experience-title:hover{color:var(--purple)}.experience-title:after{content:"";position:absolute;left:calc(50% - 3.5rem);bottom:0;width:50px;height:4px;background-color:var(--purple);border-radius:2px}.experience-subtitle{font-size:1.1rem;color:#9ca3af;max-width:600px;margin:0 auto;line-height:1.6}.experience-timeline{position:relative;max-width:800px;margin:0 auto}.experience-item{position:relative;padding:0 0 60px 60px;border-left:2px solid #1f2937}.experience-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-9px;top:0;width:16px;height:16px;background:#8b5cf6;border-radius:50%;border:3px solid #0a0a0a;z-index:1}.experience-card{background:#111827;padding:30px;border-radius:12px;border:1px solid #1f2937;transition:all .3s ease;position:relative}.experience-card:hover{border-color:#374151;transform:translateY(-2px)}.job-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:20px}.job-title{font-size:1.3rem;font-weight:600;color:#fff;margin:0}.company-name{font-size:1.1rem;color:#8b5cf6;font-weight:500;margin:0}.job-period{font-size:.95rem;color:#6b7280;font-weight:400;margin:0}.job-description{margin-bottom:20px}.job-description p{color:#d1d5db;font-size:1rem;line-height:1.6;margin:0 0 1rem}.achievements-list{list-style:none;margin:0 0 20px;padding:0}.achievements-list li{color:#d1d5db;font-size:.95rem;line-height:1.5;margin-bottom:.75rem;padding-left:20px;position:relative}.achievements-list li:before{content:"→";position:absolute;left:0;color:#8b5cf6;font-weight:600}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.tech-tag{background:#1f2937;color:#e5e7eb;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;border:1px solid #374151;white-space:nowrap}@media (max-width: 768px){.experience-section{padding:60px 15px}.experience-title{font-size:2rem}.experience-subtitle{font-size:1rem}.experience-item{padding:0 0 40px 40px}.experience-card{padding:20px}.job-title{font-size:1.1rem}.company-name{font-size:1rem}.job-period{font-size:.9rem}.job-description p{font-size:.95rem}.achievements-list li{font-size:.9rem}}@media (max-width: 480px){.experience-section{padding:40px 10px}.experience-title{font-size:1.75rem}.experience-item{padding:0 0 30px 30px}.timeline-dot{left:-7px;width:12px;height:12px}.experience-card{padding:15px}.job-header{gap:.25rem;margin-bottom:15px}.tech-tags{gap:.4rem}.tech-tag{font-size:.75rem;padding:.2rem .6rem}}.experience-title{display:inline-block;position:relative;font-size:2.2rem;font-weight:700;margin:0 auto .5rem;padding-bottom:.6rem;color:var(--title);text-align:center;transition:color .3s ease}.experience-title:after{content:"";position:absolute;left:0;bottom:0;width:50px;height:4px;background-color:var(--purple);border-radius:2px}
