.wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(5,1fr);gap:12px;height:82svh;margin:0 auto;padding:24px;background-color:var(--background-secondary);border-radius:8px;border:1px solid var(--border);box-shadow:var(--shadow-lg)}.one{grid-column:span 2/span 2;grid-row:span 3/span 3}.two{grid-row:span 2/span 2;grid-column-start:3;flex-direction:column;justify-content:start}.two,.two-title{display:flex;gap:12px}.two-title{justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid var(--border)}.three{grid-row:span 2/span 2;grid-column-start:4;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.four{grid-column:span 2/span 2;grid-row:span 3/span 3;grid-column-start:3;grid-row-start:3}.five,.six{grid-row:span 2/span 2;grid-row-start:4}.six{display:flex;flex-direction:column;justify-content:space-between;padding:20px;border:1px solid var(--border);border-radius:6px}.six h1{margin:0;font-family:Casselin,serif;font-size:1.5rem;letter-spacing:.03em}.six-header{justify-content:space-between}@media (max-width:1200px){.wrapper{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;height:auto;min-height:auto;gap:16px}.one{grid-column:span 2}.one,.two{grid-row:auto}.two{grid-column:1}.three{grid-column:2}.four,.three{grid-row:auto}.four{grid-column:span 2}.five{grid-column:1}.five,.six{grid-row:auto}.six{grid-column:2}}@media (max-width:768px){.wrapper{grid-template-columns:1fr;padding:16px;gap:16px;border-radius:0;border-left:none;border-right:none}.four,.one,.six,.three,.two{grid-column:1;grid-row:auto;width:100%}.five{display:none}.six{padding:16px}.six h1{font-size:1.25rem}.two-title{flex-wrap:wrap}}@media (max-width:480px){.wrapper{padding:12px;gap:12px}.six h1{font-size:1.1rem}.six-header{flex-direction:column;align-items:flex-start;gap:8px}}.education-block,.experience-block{display:flex;flex-direction:row;gap:15px;h3{margin:0;font-size:1.2rem;width:100px;color:var(--foreground)}}.period{margin-left:10px;font-weight:700;color:var(--accent)}@media (max-width:600px){.education-block,.experience-block{flex-direction:column;gap:12px;h3{font-size:1.1rem;width:auto}h3:after{content:"";display:block;width:50px;height:2px;background-color:var(--accent);margin-top:5px}}}@media (max-width:380px){.education-block,.experience-block{flex-direction:column;gap:10px;h3{font-size:1rem;width:auto}}}.profile-block{border-radius:8px;padding:24px;flex-direction:column;color:var(--foreground);position:relative;background:var(--background);border:1px solid var(--border);box-shadow:var(--shadow-card)}.profile-block,.profile-header{display:flex;gap:24px;justify-content:center;align-items:center}.profile-image-container{position:relative;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:var(--shadow-md);flex-shrink:0}.profile-image{border-radius:8px;object-fit:cover;filter:grayscale(15%) contrast(1.05);transition:filter .3s ease}.profile-image:hover{filter:grayscale(0) contrast(1)}.intro-wrapper{text-align:left}.intro-wrapper h1{font-family:Casselin,serif;font-size:1.75rem;font-weight:400;letter-spacing:.03em;color:var(--foreground);margin:0 0 4px}.intro-wrapper h3{font-family:var(--font-crimson-text-regular);font-weight:400}.intro-wrapper h3,.intro-wrapper p{font-size:1rem;color:var(--foreground-muted);margin:0}.intro-wrapper p{font-family:var(--font-crimson-text-italic)}.intro-available{display:flex;gap:10px;align-items:center;margin-bottom:8px;font-family:var(--font-crimson-text-regular);font-size:.85rem;color:var(--accent)}.intro-available:before{content:"";width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse-subtle 2s ease-in-out infinite}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.5}}.profile-infos{display:flex;flex-wrap:wrap;gap:12px;width:100%;background:var(--white);border:1px solid var(--border);border-radius:6px;padding:16px}.profile-infos .info-item{display:flex;align-items:center;gap:8px;font-family:var(--font-crimson-text-regular);font-size:.9rem;color:var(--foreground-muted);position:relative;padding-right:16px}.profile-infos .info-item i,.profile-infos .info-item svg{color:var(--accent);opacity:.8;width:16px;height:16px}.profile-infos .info-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:16px;width:1px;background:var(--border)}.profile-infos .info-item:last-child{padding-right:0}.profile-infos .info-item:last-child:after{display:none}.profile-networks{width:100%}@media (max-width:900px){.profile-block{padding:20px;gap:20px}.profile-header{gap:20px}.intro-wrapper h1{font-size:1.5rem}}@media (max-width:600px){.profile-block{padding:16px;gap:16px}.profile-header{flex-direction:column;gap:16px}.intro-wrapper,.profile-header{text-align:center}.intro-wrapper h1{font-size:1.4rem}.intro-wrapper h3{font-size:.95rem}.intro-available{justify-content:center}.profile-infos{flex-direction:column;gap:10px;padding:12px}.profile-infos .info-item{justify-content:center;padding-right:0;font-size:.85rem}.profile-infos .info-item:not(:last-child):after{display:none}.profile-image-container{width:120px;height:120px}.profile-image{width:120px!important;height:120px!important}}@media (max-width:380px){.profile-block{padding:12px}.intro-wrapper h1{font-size:1.25rem}.profile-image-container{width:100px;height:100px}.profile-image{width:100px!important;height:100px!important}}.network-block{display:flex;flex-direction:row;flex-wrap:wrap;width:100%;gap:10px;justify-content:center}.badge{position:relative;display:flex;align-items:center;gap:8px;border-radius:6px;padding:10px 16px;color:var(--foreground);font-family:var(--font-crimson-text-regular);font-size:.9rem;letter-spacing:.02em;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .2s ease;cursor:pointer;text-decoration:none}.badge:hover{background:var(--foreground);border-color:var(--foreground);transform:translateY(-2px);box-shadow:var(--shadow-md)}.badge:hover,.badge:hover span{color:var(--white)}.badge svg{width:18px;height:18px;flex-shrink:0}.badge span{font-size:.85rem}.badge.badge-accent{background:var(--accent);color:var(--white);border-color:var(--accent)}.badge.badge-accent:hover{background:var(--foreground);border-color:var(--foreground)}.badge.badge-outline{background:transparent;border:1px solid var(--foreground)}.badge.badge-outline:hover{background:var(--foreground);color:var(--background)}@media (max-width:900px){.badge{padding:10px 14px}}@media (max-width:600px){.network-block{gap:8px}.badge,.network-block{justify-content:center}.badge{padding:10px 14px;flex:1 1 auto;min-width:0}.badge span{font-size:.8rem}.badge svg{width:16px;height:16px}.badge:hover{transform:none}.badge:active{transform:scale(.95);background:var(--foreground);color:var(--white)}}@media (max-width:380px){.network-block{flex-direction:column}.badge{width:100%;justify-content:center}}.stack-container{position:relative;width:100%}.stack-container.has-carousel{padding:0 40px}.stack-block{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}.tech-item{padding:12px 10px;background:var(--white);border:1px solid var(--border);border-radius:6px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;cursor:default}.tech-item:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:var(--shadow-md)}.tech-item svg{width:28px;height:28px;opacity:.85;transition:opacity .2s ease}.tech-item:hover svg{opacity:1}.tech-item span{font-family:var(--font-crimson-text-regular);font-size:.8rem;color:var(--foreground-muted);text-align:center}.carousel-btn,.tech-item:hover span{color:var(--foreground)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border:1px solid var(--border);border-radius:50%;background:var(--white);font-size:1.2rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:2}.carousel-btn:hover{border-color:var(--accent);background:var(--accent);color:var(--white)}.carousel-btn.prev{left:0}.carousel-btn.next{right:0}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:16px}.dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--border);cursor:pointer;transition:all .2s ease}.dot:hover{background:var(--foreground-muted)}.dot.active{background:var(--accent);transform:scale(1.2)}@media (max-width:900px){.stack-container.has-carousel{padding:0 36px}.stack-block{grid-template-columns:repeat(3,1fr);gap:8px}.tech-item{padding:10px 8px}.tech-item svg{width:24px;height:24px}.tech-item span{font-size:.75rem}.carousel-btn{width:28px;height:28px;font-size:1rem}}@media (max-width:600px){.stack-container.has-carousel{padding:0}.stack-block{grid-template-columns:repeat(3,1fr);gap:8px}.tech-item{padding:10px 6px;gap:6px}.tech-item svg{width:22px;height:22px}.tech-item span{font-size:.7rem}.tech-item:hover{transform:none}.tech-item:active{transform:scale(.95);border-color:var(--accent)}.carousel-btn{display:none}.carousel-dots{margin-top:12px}.dot{width:10px;height:10px}}@media (max-width:380px){.stack-block{grid-template-columns:repeat(2,1fr)}.tech-item{padding:12px 8px}}.wrapper-project{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:12px;padding:8px;border-radius:8px;min-width:100%;min-height:100%;background:var(--background-secondary)}.one-project{grid-column:span 2/span 2}.two-project{grid-column-start:3}.three-project{grid-column-start:1;grid-row-start:2}.four-project{grid-column-start:2;grid-row-start:2}.five-project{grid-column-start:3;grid-row-start:2;display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center;padding:20px;text-align:center}.five-project span{font-family:Casselin,serif;font-size:1.25rem;letter-spacing:.03em;color:var(--foreground)}.five-project .section-icon{font-size:1.5rem;color:var(--accent)}.btn-github{font-family:Casselin,serif;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;padding:10px 20px;background:var(--foreground);color:var(--white);border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-github:hover{background:var(--accent);transform:translateY(-2px)}.custom-btn{box-sizing:border-box;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:6px;text-align:center;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;justify-content:center;user-select:none;font-family:var(--font-crimson-text-regular);font-weight:500;color:var(--foreground);overflow:hidden;position:relative}.custom-btn img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease,filter .3s ease;filter:grayscale(20%)}.custom-btn:hover img{transform:scale(1.05);filter:grayscale(0)}.custom-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg,rgba(26,26,26,.6) 0,transparent 50%);opacity:0;transition:opacity .3s ease;z-index:1}.custom-btn:hover:before{opacity:1}.custom-btn:hover{border-color:var(--accent);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.custom-btn:active{transform:translateY(-2px)}@media (max-width:900px){.wrapper-project{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:10px}.one-project{grid-column:span 2}.two-project{grid-column:1;grid-row:auto}.three-project{grid-column:2;grid-row:auto}.four-project{grid-column:1;grid-row:auto}.five-project{grid-column:2;grid-row:auto;padding:16px}.five-project span{font-size:1.1rem}}@media (max-width:600px){.wrapper-project{grid-template-columns:1fr;gap:10px;padding:6px}.five-project,.four-project,.one-project,.three-project,.two-project{grid-column:1;grid-row:auto}.five-project{padding:20px;gap:12px}.five-project span{font-size:1rem}.btn-github{width:100%;text-align:center}.custom-btn:hover{transform:none}.custom-btn:hover:before{opacity:0}.custom-btn:active{transform:scale(.98);border-color:var(--accent)}.custom-btn:before{opacity:1}}@media (max-width:380px){.wrapper-project{padding:4px;gap:8px}.five-project span{font-size:.9rem}.btn-github{font-size:.75rem;padding:10px 16px}}.project-title{position:relative;z-index:2;font-size:1.5rem;margin-bottom:8px;color:var(--foreground);background-color:var(--background);padding:4px 8px;border-radius:4px;opacity:1;transition:opacity .3s ease}.project-block{&:hover .project-title{opacity:0}.project-image{z-index:1;width:100%;height:100%;border-radius:8px;overflow:hidden;object-fit:cover;filter:blur(4px) brightness(70%);transition:filter .3s ease}&:hover .project-image{filter:none}}.about-me-block{display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:8px;background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-card);height:100%}.six-header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--border)}.six-header h1,.six-header h2,.six-header h3{font-family:Casselin,serif;font-size:1.25rem;letter-spacing:.03em;margin:0}.six-icon{color:var(--white);background-color:var(--accent);height:18px;width:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.six-icon,.six-paragraph{border-radius:6px;padding:10px}.six-paragraph{background:var(--background);line-height:1.7;border:1px solid var(--border);font-family:var(--font-crimson-text-regular);font-size:.9rem;color:var(--foreground);flex:1}.six-paragraph.quote{border-left:3px solid var(--accent);font-family:var(--font-crimson-text-italic);font-style:italic;color:var(--foreground-muted)}.about-me-block a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.about-me-block a:hover{border-bottom-color:var(--accent)}@media (max-width:900px){.about-me-block{padding:20px;gap:14px}.six-header h1,.six-header h2,.six-header h3{font-size:1.15rem}.six-paragraph{padding:14px;font-size:.85rem}}@media (max-width:600px){.about-me-block{padding:16px;gap:12px}.six-header{gap:10px;padding-bottom:10px}.six-header h1,.six-header h2,.six-header h3{font-size:1.1rem}.six-icon{height:16px;width:16px;padding:8px}.six-paragraph{padding:12px;font-size:.85rem;line-height:1.6}}@media (max-width:380px){.about-me-block{padding:12px}.six-header h1,.six-header h2,.six-header h3{font-size:1rem}.six-paragraph{padding:10px;font-size:.8rem}}.switch-dark-mode{position:fixed;top:20px;right:24px;z-index:100}.switch-dark-mode .toggle,.switch-dark-mode button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--white);border:1px solid var(--border);border-radius:6px;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm);color:var(--foreground)}.switch-dark-mode .toggle:hover,.switch-dark-mode button:hover{background:var(--foreground);color:var(--white);border-color:var(--foreground);transform:translateY(-2px);box-shadow:var(--shadow-md)}.switch-dark-mode i,.switch-dark-mode svg{width:20px;height:20px;transition:transform .3s ease}.switch-dark-mode .toggle:hover i,.switch-dark-mode button:hover svg{transform:rotate(15deg)}.switch-dark-mode .switch-track{width:48px;height:26px;background:var(--background-secondary);border:1px solid var(--border);border-radius:13px;position:relative;cursor:pointer;transition:all .3s ease}.switch-dark-mode .switch-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:var(--accent);border-radius:50%;transition:transform .3s ease;box-shadow:var(--shadow-sm)}.dark .switch-dark-mode .switch-thumb{transform:translateX(22px)}.dark .switch-dark-mode .switch-track{background:var(--foreground);border-color:var(--foreground)}@media (max-width:900px){.switch-dark-mode{top:16px;right:16px}.switch-dark-mode .toggle,.switch-dark-mode button{width:40px;height:40px}.switch-dark-mode i,.switch-dark-mode svg{width:18px;height:18px}}@media (max-width:600px){.switch-dark-mode{top:auto;bottom:20px;right:20px}.switch-dark-mode .toggle,.switch-dark-mode button{width:48px;height:48px;border-radius:50%;box-shadow:var(--shadow-md)}.switch-dark-mode i,.switch-dark-mode svg{width:22px;height:22px}.switch-dark-mode .toggle:hover,.switch-dark-mode button:hover{transform:none}.switch-dark-mode .toggle:active,.switch-dark-mode button:active{transform:scale(.9);background:var(--foreground);color:var(--white)}}@media (max-width:380px){.switch-dark-mode{bottom:16px;right:16px}.switch-dark-mode .toggle,.switch-dark-mode button{width:44px;height:44px}}.home-container{min-height:100vh;padding:35px}.home-container,.home-hero{display:flex;flex-direction:column}.home-hero{align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;max-width:800px;margin:0 auto}.home-hero h1{font-family:Casselin,serif;font-size:3.5rem;font-weight:400;letter-spacing:.04em;margin-bottom:1rem;color:var(--foreground)}.home-hero .subtitle{font-family:var(--font-crimson-text-italic);font-size:1.25rem;color:var(--foreground-muted);margin-bottom:2rem}.home-hero .divider{width:80px;height:1px;background:var(--accent);margin:1.5rem 0}.home-hero p{font-family:var(--font-crimson-text-regular);font-size:1.1rem;line-height:1.8;color:var(--foreground);max-width:600px}.home-cta{display:flex;gap:1rem;margin-top:2rem}.home-cta .btn-primary{font-family:Casselin,serif;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;padding:14px 32px;background:var(--foreground);color:var(--white);border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;text-decoration:none;box-shadow:var(--shadow-sm)}.home-cta .btn-primary:hover{background:var(--accent);transform:translateY(-2px);box-shadow:var(--shadow-md)}.home-cta .btn-secondary{font-family:Casselin,serif;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;padding:14px 32px;background:transparent;color:var(--foreground);border:1px solid var(--foreground);border-radius:4px;cursor:pointer;transition:all .2s ease;text-decoration:none}.home-cta .btn-secondary:hover{background:var(--foreground);color:var(--white);transform:translateY(-2px)}.home-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1200px;margin:0 auto;padding:2rem}.home-card{background:var(--white);border:1px solid var(--border);border-radius:8px;padding:32px;box-shadow:var(--shadow-card);transition:all .3s ease}.home-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--accent)}.home-card h3{font-family:Casselin,serif;font-size:1.25rem;letter-spacing:.02em;margin-bottom:12px;color:var(--foreground)}.home-card p{font-family:var(--font-crimson-text-regular);font-size:1rem;line-height:1.7;color:var(--foreground-muted)}.home-footer{text-align:center;padding:1rem 2rem;margin-top:auto;border-top:1px solid var(--border)}.home-footer p{font-family:var(--font-crimson-text-regular);font-size:.9rem;color:var(--foreground-muted)}.main-content{flex:1;display:flex;flex-direction:column;padding:20px}.presentation-grid{flex:1}@media (max-width:900px){.home-container{padding:70px 24px 24px}.home-hero{padding:3rem 1.5rem}.home-hero h1{font-size:2.75rem}.home-hero .subtitle{font-size:1.15rem}.home-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;padding:1.5rem}.home-card{padding:24px}.main-content{padding:16px}}@media (max-width:600px){.home-container{padding:60px 16px 16px}.home-hero{padding:2rem 1rem}.home-hero h1{font-size:2rem}.home-hero .subtitle{font-size:1rem;margin-bottom:1.5rem}.home-hero .divider{width:60px;margin:1rem 0}.home-hero p{font-size:1rem;line-height:1.7}.home-cta{flex-direction:column;width:100%;gap:12px}.home-cta .btn-primary,.home-cta .btn-secondary{width:100%;text-align:center;padding:14px 24px;font-size:.85rem}.home-card:hover,.home-cta .btn-primary:hover,.home-cta .btn-secondary:hover{transform:none}.home-cta .btn-primary:active,.home-cta .btn-secondary:active{transform:scale(.98)}.home-grid{grid-template-columns:1fr;gap:16px;padding:1rem}.home-card{padding:20px}.home-card h3{font-size:1.1rem}.home-card p{font-size:.95rem}.home-footer{padding:2rem 1rem}.home-footer p{font-size:.85rem}.main-content{padding:12px}}@media (max-width:380px){.home-container{padding:56px 12px 12px}.home-hero h1{font-size:1.75rem}.home-hero .subtitle{font-size:.95rem}.home-cta .btn-primary,.home-cta .btn-secondary{padding:12px 20px;font-size:.8rem}.home-card{padding:16px}.main-content{padding:8px}}.construction-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--background);position:relative;overflow:hidden}.construction-container h1{font-family:Casselin,serif;font-size:3rem;margin-bottom:1.5rem;font-weight:400;letter-spacing:.05em;color:var(--foreground);text-shadow:1px 1px 0 rgba(255,255,255,.8),-1px -1px 0 rgba(0,0,0,.05)}.construction-container p{font-family:var(--font-crimson-text-regular);font-size:1.15rem;color:var(--foreground-muted);margin-bottom:1rem;line-height:1.7;text-shadow:1px 1px 0 rgba(255,255,255,.6),-1px -1px 0 rgba(0,0,0,.03)}.content{text-align:center;color:var(--foreground);padding:4rem;position:relative;z-index:1;max-width:600px}.icon{font-size:3rem;margin-bottom:2rem;color:var(--accent);filter:drop-shadow(1px 1px 0 rgba(255,255,255,.8))}.loader{display:flex;justify-content:center;align-items:center;gap:.6rem;margin:2.5rem auto;height:30px}.loader span{width:8px;height:8px;background-color:var(--accent);border-radius:50%;animation:dotPulse 1.4s ease-in-out infinite;box-shadow:1px 1px 0 rgba(255,255,255,.6),-1px -1px 0 rgba(0,0,0,.08)}.loader span:first-child{animation-delay:0s}.loader span:nth-child(2){animation-delay:.2s}.loader span:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1.2)}}.message{font-family:var(--font-crimson-text-italic);font-style:italic;color:var(--foreground-muted);opacity:.8;margin-top:2rem}.content:after{content:"";display:block;width:80px;height:1px;background:var(--accent);margin:2rem auto 0;opacity:.5}@media (max-width:640px){.construction-container h1{font-size:2rem}.content{padding:2rem}}