*,::after,::before{margin:0;padding:0;box-sizing:border-box}ul{list-style:none}a{all:unset;cursor:pointer;text-align:center}button{all:unset;cursor:pointer}html{background:var(--bg)}html.dark{--bg:#121418;--surface:#1c1f26;--text:#ffffff;--accent:#6aa9ff;--text-light:#ffffff;--shadow-light:rgba(255,255,255,0.05);--shadow-dark:rgba(0,0,0,0.8);--accent-hover:#85c0ff;--neu-background:var(--surface)}:root{--bg:#f0f0f3;--surface:#f0f0f3;--text:#1a1a1a;--accent:#0A39F5;--shadow-light:#ffffff;--shadow-dark:rgba(0,0,0,0.2);--active-link-light:#4a6cf7;--active-link-dark:#6aa9ff;--accent-hover:#6a85ff;--text-light:#ffffff;--neu-background:var(--surface)}a:focus-visible,button:focus-visible{outline:3px solid var(--accent);outline-offset:3px}body.dark{--bg:#121418;--surface:#1c1f26;--text:#ffffff;--accent:#2a4dbf;--text-light:#ffffff;--shadow-light:rgba(255,255,255,0.05);--shadow-dark:rgba(0,0,0,0.8);--accent-hover:#85c0ff;--neu-background:var(--surface)}body{font-family:Arial,sans-serif;background:var(--bg);color:var(--text);scroll-behavior:smooth;min-height:100vh;padding:1rem 2rem}a,button{font-family:inherit;font-size:1rem;cursor:pointer}.container-w{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:2rem;padding:1rem}.container-65{flex:0 0 65%;padding:.5rem}.container-30{flex:0 0 30%;padding:.5rem}.container-all{width:100%;padding:1rem}.site-header{position:sticky;top:0;z-index:1000;padding:1rem 0}.navbar{position:relative;margin:auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--surface);border-radius:20px;box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light)}.navbar a{display:inline-flex;align-items:center;white-space:nowrap}.nav-logo{font-size:1.3rem;font-weight:700;color:var(--text);text-decoration:none;flex-shrink:0}.nav-logo span{opacity:.7;margin-left:.2rem}.nav-links{display:flex;align-items:center;gap:.8rem;flex-wrap:nowrap}.nav-links li{list-style:none}.nav-links a{padding:.6rem 1.1rem;border-radius:14px;font-weight:500;color:var(--text);background:var(--surface);transition:.25s ease;box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);text-decoration:none}.nav-links a:hover{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light)}.nav-links a.active{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light)}.nav-links a.cta{background:var(--accent);color:#fff;box-shadow:4px 4px 12px rgba(0,0,0,.3),-4px -4px 12px rgba(255,255,255,.2);transition:all .25s ease}.nav-links a.cta:focus-visible,.nav-links a.cta:hover{box-shadow:inset 4px 4px 12px rgba(0,0,0,.3),inset -4px -4px 12px rgba(255,255,255,.2);background:#1b358a;color:#fff;transform:scale(1.03)}a[data-translation]{color:#1a1a1a;text-decoration:none;transition:color .25s ease}html.dark .site-header,html.dark a[data-translation]{color:#fff}a[data-translation]:focus-visible,a[data-translation]:hover{text-decoration:underline}.nav-actions-desktop,.nav-actions-mobile{display:flex;gap:.6rem}.nav-actions-desktop button,.nav-actions-mobile button{padding:.5rem .9rem;border-radius:12px;background:var(--surface);color:var(--text);font-weight:700;box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);transition:.2s ease}.nav-actions-desktop button:hover,.nav-actions-mobile button:hover{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light)}.nav-actions-mobile{display:none}.nav-burger{display:none;flex-direction:column;justify-content:space-between;width:26px;height:20px;background:0 0;border:none}.nav-burger span{display:block;height:3px;width:100%;background:var(--text);border-radius:2px;transition:.3s}@media (max-width:1200px){.nav-burger{display:flex}.nav-actions-desktop{display:none}.nav-actions-mobile{display:flex;justify-content:center;margin-top:.5rem}.nav-links{position:absolute;top:100%;left:0;width:100%;padding:1rem 1.5rem;border-radius:20px;background:var(--surface);box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);display:none;flex-direction:column;align-items:center;gap:1.5rem}.nav-links.open{display:flex;animation:fadeIn .3s ease forwards}}@keyframes fadeIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.neuromorph{border-radius:20px;background:var(--surface);box-shadow:9px 9px 16px var(--shadow-dark),-9px -9px 16px var(--shadow-light);transition:all .3s ease-in-out}.neuromorph-inset{border-radius:20px;background:var(--surface);box-shadow:inset 5px 5px 10px var(--shadow-dark),inset -5px -5px 10px var(--shadow-light)}input,select,textarea{padding:12px 15px;border-radius:12px;border:none;background:var(--surface);color:var(--text);box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);outline:0;width:100%;max-width:100%;resize:vertical;box-sizing:border-box}input:focus,select:focus,textarea:focus{box-shadow:inset 2px 2px 5px var(--shadow-dark),inset -2px -2px 5px var(--shadow-light)}textarea{min-height:150px}h1,h2,h3{color:var(--text);margin-bottom:1rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.2rem}p{font-size:1rem;line-height:1.6;color:var(--text)}.d-flex{display:flex}.flex-column{flex-direction:column}.glass-button{display:inline-block;margin:.5rem 0;padding:12px 24px;border-radius:12px;font-weight:700;background:var(--surface);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);text-decoration:none;color:var(--text);text-align:center;transition:all .3s ease}.glass-button:focus-visible,.glass-button:hover{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);transform:scale(1.03)}.ligne{position:absolute;width:4px;background-color:#aaa;left:50%;transform:translateX(-50%);top:0;bottom:0}.cercle{width:20px;height:20px;border-radius:50%;background:var(--surface);border:3px solid #aaa;box-shadow:4px 4px 6px var(--shadow-dark),-4px -4px 6px var(--shadow-light);position:absolute;left:50%;transform:translate(-50%,-50%)}.card,.card-profile,.stage-tile,.tiny-card{border-radius:20px;background:var(--surface);box-shadow:9px 9px 16px var(--shadow-dark),-9px -9px 16px var(--shadow-light);padding:20px;margin:15px 0;transition:all .3s ease}.tile-divider{border:1px solid var(--text);height:2px;width:100%;background-color:#000;margin:12px 0}.performance-indicators h5{margin-bottom:8px;font-size:1rem;font-weight:600}.performance-indicators ul{list-style:disc;padding-left:20px}.performance-indicators li{margin-bottom:6px}.card-profile:hover,.card:hover,.stage-tile:hover,.tiny-card:hover{box-shadow:inset 6px 6px 12px var(--shadow-dark),inset -6px -6px 12px var(--shadow-light);transform:scale(1.02)}.card-header{font-weight:700;margin-bottom:.5rem}.tiny-card-container{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.tiny-card{flex:0 0 120px;text-align:center;padding:10px;border-radius:16px;background:var(--surface);box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);transition:all .3s ease}.tiny-card img{max-width:60px;margin-bottom:.5rem}.tiny-card:hover{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);transform:scale(1.05)}.site-footer{padding:2rem;background:var(--surface);border-radius:20px;box-shadow:8px 8px 16px var(--shadow-dark),-8px -8px 16px var(--shadow-light);color:var(--text);margin-top:3rem;text-align:center}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem;margin-bottom:1.5rem;text-align:center}.site-footer section h2,.site-footer section p{text-align:center}.site-footer section a,.site-footer section p{font-size:.95rem;color:var(--text);text-decoration:none;display:block;margin-bottom:.5rem;transition:.2s}.footer-bottom{text-align:center;font-size:.9rem;opacity:.7;border-radius:12px;padding:.5rem 1rem;box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);background:var(--surface);color:var(--text);transition:color .25s ease,text-shadow .25s ease,opacity .25s ease}.site-footer a:focus-visible,.site-footer a:hover{color:var(--accent);opacity:1;text-shadow:1px 1px 4px var(--shadow-dark),-1px -1px 4px var(--shadow-light)}body.dark .site-footer a:focus-visible,body.dark .site-footer a:hover{color:var(--accent);opacity:1;text-shadow:1px 1px 4px var(--shadow-dark),-1px -1px 4px var(--shadow-light)}body.dark .footer-bottom{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);background:var(--surface)}@media (max-width:900px){.container-30,.container-65{flex:0 0 100%}.tiny-card-container{justify-content:center}body{padding:1rem}}@media (max-width:700px){h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1rem}.tiny-card{flex:0 0 100px}}section.neuromorph{padding:2rem;margin-bottom:2rem}section.neuromorph h1,section.neuromorph h2,section.neuromorph h3{margin-bottom:1rem}section.neuromorph p{margin-bottom:1rem}section.neuromorph .card,section.neuromorph .card-profile{padding:1rem 1.5rem}section.neuromorph .tiny-card-container{margin-top:1rem;gap:1rem;padding-bottom:1rem}@media (max-width:900px){section.neuromorph{padding:1rem}.container-30,.container-65{padding:.5rem}}.cv-buttons{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}.cv-buttons a.glass-button{padding:.5rem 1rem;font-size:.95rem;border-radius:10px;box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);transition:all .25s ease;min-width:140px;text-align:center}.cv-buttons a.glass-button:focus-visible,.cv-buttons a.glass-button:hover{box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light);transform:scale(1.03)}.timeline{position:relative;display:flex;flex-direction:column;align-items:center;margin:2rem 0}.timeline .ligne{position:absolute;width:4px;background-color:#aaa;left:50%;transform:translateX(-50%);top:0;bottom:0}.timeline .cercle{width:20px;height:20px;border-radius:50%;background:var(--surface);border:3px solid #aaa;box-shadow:4px 4px 6px var(--shadow-dark),-4px -4px 6px var(--shadow-light);position:absolute;left:50%;transform:translate(-50%,-50%)}.timeline .left,.timeline .right{width:45%;margin-bottom:2rem}.timeline .left{align-self:flex-start}.timeline .right{align-self:flex-end}@media (max-width:700px){.timeline .ligne{left:20px;transform:translateX(0)}.timeline .cercle{left:20px;transform:translate(-50%,0)}.timeline .left,.timeline .right{width:100%;align-self:flex-start;padding-left:50px;margin-bottom:1.5rem}}.hero-title{display:flex;gap:.5rem;font-size:2.2rem;font-weight:700}.hero-firstname{opacity:.85}.hero-lastname{letter-spacing:.1em}.content-list{margin-top:1rem;padding-left:1.2rem}.content-list li{margin-bottom:.6rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.checklist{list-style:none;padding-left:0}.checklist li{padding-left:1.5rem;position:relative;margin-bottom:.6rem}.checklist li::before{content:"☐";position:absolute;left:0}.checklist li.checked::before{content:"☑"}.text-block{margin-top:2rem}.small-text{font-size:.9rem;opacity:.8}.image-link img{width:100%;border-radius:1rem}.checklist-inline{list-style:none;padding-left:0;margin-top:1rem}.checklist-inline li{display:flex;align-items:flex-start;gap:.6rem;margin-bottom:.6rem;line-height:1.4}.checklist-inline input[type=checkbox]{width:auto;min-width:18px;height:18px;margin-top:.15rem;flex-shrink:0;cursor:default}body.dark .checklist-inline input[type=checkbox]{accent-color:var(--accent)}.checklist-inline input[type=checkbox]{width:auto;min-width:18px;height:18px;margin-top:.15rem;flex-shrink:0;cursor:default;accent-color:var(--accent);opacity:1}.checklist-inline input[type=checkbox][aria-disabled=true]{pointer-events:none;filter:none}body.dark .checklist-inline input[type=checkbox]{accent-color:var(--accent)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.project-card{border-radius:20px;background:var(--surface);box-shadow:9px 9px 16px var(--shadow-dark),-9px -9px 16px var(--shadow-light);padding:1.5rem;display:flex;flex-direction:column;transition:all .3s ease}.project-card:hover{box-shadow:inset 6px 6px 12px var(--shadow-dark),inset -6px -6px 12px var(--shadow-light);transform:translateY(-4px)}.project-card-header h3{margin-bottom:.5rem}.project-card-body h4{margin-top:1rem;margin-bottom:.4rem;font-size:1rem}.project-skills{list-style:none;padding-left:0;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.project-skills li{padding:.3rem .7rem;border-radius:10px;background:var(--surface);box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);font-size:.9rem}.project-card .glass-button{margin-top:auto;align-self:flex-start}@media (max-width:700px){.project-card{padding:1rem}}.watch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.watch-card{border-radius:20px;background:var(--surface);box-shadow:9px 9px 16px var(--shadow-dark),-9px -9px 16px var(--shadow-light);padding:1.5rem;cursor:pointer;display:flex;flex-direction:column;transition:all .3s ease}.watch-card:focus-visible,.watch-card:hover{box-shadow:inset 6px 6px 12px var(--shadow-dark),inset -6px -6px 12px var(--shadow-light);transform:translateY(-4px);outline:0}.watch-card-header h3{margin-bottom:.6rem}.watch-card-body p{font-size:.95rem;line-height:1.5}.watch-card-footer{margin-top:auto;padding-top:1rem;font-weight:700;color:var(--accent);font-size:.9rem}@media (max-width:700px){.watch-card{padding:1rem}}/*!* Quand la section est ouverte *!*//*!* Mobile : bouton visible, header non cliquable *!*/.stage-section{margin-bottom:2rem}.stage-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:1rem 1.5rem;border-radius:1rem;background:var(--surface);box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);position:relative;transition:transform .2s,box-shadow .2s}.stage-header .arrow{transition:transform .3s ease;font-size:1.2em;margin-left:10px}.stage-section.open .arrow{transform:rotate(90deg)}.stage-head-text{font-weight:600;font-size:1.2rem}@media (min-width:801px){.stage-header:active,.stage-header:hover{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);transform:translateY(2px)}}.toggleButton{display:none}@media screen and (max-width:800px){.stage-header{flex-direction:column;align-items:flex-start;cursor:default;padding:.8rem 1rem;box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);transform:none}.stage-header:active,.stage-header:hover{box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);transform:none}.stage-header .arrow{display:none}.stage-head-text{margin-bottom:.5rem}.toggleButton{border-radius:14px;display:flex;width:100%;height:2rem;font-size:1rem;align-self:flex-start;cursor:pointer;background:var(--surface);box-shadow:4px 4px 8px var(--shadow-dark),-4px -4px 8px var(--shadow-light);justify-content:center;align-items:center;transition:transform .2s,box-shadow .2s}.toggleButton:active{transform:translateY(2px);box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light)}}.toggleSection{padding:1rem 0}.toggleSection.hidden{display:none}.stage-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.stage-tile{background:var(--surface);border-radius:16px;padding:1rem;box-shadow:6px 6px 12px var(--shadow-dark),-6px -6px 12px var(--shadow-light);cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center}.stage-tile:focus-visible,.stage-tile:hover{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);transform:translateY(-2px);outline:0}@media (max-width:900px){.stage-tiles{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.stage-tiles{grid-template-columns:1fr}}.stage-tile h4{margin-bottom:.4rem;font-size:1rem}.stage-tile p{font-size:.9rem}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000}.modal.hidden{display:none}.modal-content{display:block;background:var(--surface);padding:2rem;border-radius:20px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:9px 9px 16px var(--shadow-dark),-9px -9px 16px var(--shadow-light)}.modal-body-wrapper{overflow-y:auto;max-height:60vh}.stage-logo{display:block;margin:20px auto;max-width:200px;width:100%;height:auto}.stage-img{display:block;margin:20px auto;max-width:90%;width:auto;height:auto;max-height:30vh;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.2)}.iframe_container iframe{width:100%;max-width:100%;height:500px;border:none;border-radius:10px}.stage-tile .performance-indicator{width:80%;height:8px;border-radius:10px;background:var(--shadow-light);margin-top:.5rem;overflow:hidden;box-shadow:inset 2px 2px 5px var(--shadow-dark),inset -2px -2px 5px var(--shadow-light)}.stage-tile .performance-indicator .progress-bar{height:100%;border-radius:10px;background:var(--accent);width:0%;transition:width .6s ease-in-out}.stage-tile .performance-label{font-size:.8rem;color:var(--text);margin-top:.3rem;opacity:.8}.modal-content{display:block;padding:2rem 2.5rem;width:90%;max-height:85vh;overflow-y:auto;border-radius:20px;background:var(--surface);box-shadow:9px 9px 18px var(--shadow-dark),-9px -9px 18px var(--shadow-light);gap:1rem}.modal-header{position:sticky;display:flex;background:var(--surface);justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-header h3{font-size:1.3rem;font-weight:700;color:var(--text);margin:0;flex:1}.close-modal{display:inline-block;width:auto;padding:.4rem .8rem;border-radius:12px;background:var(--surface);box-shadow:4px 4px 10px var(--shadow-dark),-4px -4px 10px var(--shadow-light);cursor:pointer;transition:all .3s ease;font-size:1.1rem;line-height:1;text-align:center;float:right}.close-modal:focus-visible,.close-modal:hover{box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);transform:scale(1.05)}.modal-body{display:flex;flex-direction:column;gap:1rem}.modal-body p{font-size:.95rem;line-height:1.5;color:var(--text)}.modal-body img{width:auto;max-width:100%;height:auto;max-height:55vh;object-fit:contain;border-radius:12px;box-shadow:4px 4px 12px var(--shadow-dark),-4px -4px 12px var(--shadow-light)}.modal-body ul{list-style:disc inside;margin-left:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.modal-footer button{padding:.5rem 1rem;border-radius:12px;background:var(--surface);box-shadow:4px 4px 10px var(--shadow-dark),-4px -4px 10px var(--shadow-light);cursor:pointer;transition:all .3s ease}.modal-footer button:focus-visible,.modal-footer button:hover{box-shadow:inset 3px 3px 6px var(--shadow-dark),inset -3px -3px 6px var(--shadow-light);transform:scale(1.05)}@media (max-width:700px){.modal-content{display:block;padding:1.5rem;width:95%;max-height:90vh}}.toast{position:fixed;bottom:30px;right:30px;min-width:250px;padding:1rem 1.5rem;border-radius:12px;backdrop-filter:blur(10px);background:rgba(30,30,30,.85);color:#fff;font-weight:500;box-shadow:0 10px 30px rgba(0,0,0,.3);transform:translateY(20px);opacity:0;transition:all .3s ease;z-index:9999}.toast.show{transform:translateY(0);opacity:1}.toast-success{border-left:5px solid #2ecc71}.toast-error{border-left:5px solid #e74c3c}.admin-section{margin-top:3rem}.admin-title{margin-bottom:1.5rem;font-size:1.6rem;text-align:center;color:var(--text)}.admin-table{width:100%;border-collapse:collapse;font-family:inherit;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.05)}.admin-table thead{background:#f5f5f5}.admin-table td,.admin-table th{padding:12px 16px;text-align:left;color:var(--text)}.admin-table th{font-weight:600;font-size:.95rem}.admin-table tbody tr{border-bottom:1px solid #eee;transition:background .2s ease}.admin-table tbody tr:hover{background:#f0f4ff}.admin-table a{color:var(--accent);text-decoration:none}.admin-table a:hover{text-decoration:underline}.message-cell{max-width:400px;word-break:break-word}@media (max-width:700px){.admin-table td,.admin-table th{padding:10px 8px}}body.dark .admin-section{margin-top:3rem}body.dark .admin-title{margin-bottom:1.5rem;font-size:1.6rem;text-align:center;color:var(--text)}body.dark .admin-table{width:100%;border-collapse:collapse;font-family:inherit;background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.5)}body.dark .admin-table thead{background:rgba(255,255,255,.05)}body.dark .admin-table td,body.dark .admin-table th{padding:12px 16px;text-align:left;color:var(--text)}body.dark .admin-table th{font-weight:600;font-size:.95rem}body.dark .admin-table tbody tr{border-bottom:1px solid rgba(255,255,255,.08);transition:background .2s ease}body.dark .admin-table tbody tr:hover{background:rgba(255,255,255,.08)}body.dark .admin-table a{color:var(--accent);text-decoration:none}body.dark .admin-table a:hover{text-decoration:underline}body.dark .message-cell{max-width:400px;white-space:pre-wrap;word-break:break-word}@media (max-width:700px){body.dark .admin-table td,body.dark .admin-table th{padding:10px 8px}}.img-modal.show{opacity:1;pointer-events:all}.img-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:9999}.img-modal.hidden{display:none}.img-modal-content{position:relative;max-width:90%;max-height:90%}.img-modal-content img{max-width:100%;max-height:100%;border-radius:8px}.img-modal-content .close-img-modal{position:absolute;top:-10px;right:-10px;background:#fff;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:20px}.projects-filters{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.projects-filters select{padding:.4rem .6rem;border-radius:8px;border:none;background:var(--bg);color:var(--text)}.icon-linkedin{fill:#fff}body.light .icon-linkedin{fill:#0a66c2}body.dark .icon-linkedin{fill:#fff}.dark .glass-input{color:#fff}.dark .glass-input::placeholder{color:#aaa}.dark textarea.glass-input{color:#fff}.dark textarea.glass-input::placeholder{color:#aaa}.link{color:var(--accent)}html.dark .link{color:var(--active-link-dark)}.link:hover{text-decoration:underline;color:var(--accent-hover)}#consent{width:auto}.lightbox{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:9999}.lightbox.hidden{display:none}.lightbox-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8)}.lightbox-content{position:relative;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center;z-index:10000}.lightbox-content img{max-width:100%;max-height:100%;transition:transform .2s ease;cursor:grab}.lightbox-close{position:absolute;top:10px;right:10px;font-size:2rem;color:#fff;background:0 0;border:none;cursor:pointer}.lightbox-controls{margin-top:10px}.lightbox-controls button{font-size:1.2rem;margin:0 5px;padding:5px 10px}.skip-links{background-color:#fff;position:absolute;top:-60px;left:0;right:0;display:flex;justify-content:center;gap:10px;z-index:10000;margin-bottom:10px;transition:top .3s ease}.skip-links:focus-within{top:10px;position:relative}.skip-links a{color:#000;padding:8px 16px;font-weight:700;text-decoration:none;border-radius:4px}html.dark .skip-links{background-color:#000;color:#fff}html.dark .skip-links a{color:#fff}