*{margin:0;padding:0;box-sizing:border-box}:root{--bg-primary:#304466;--bg-secondary:#263754;--bg-card:var(--bg-secondary);--text-primary:#ffffff;--text-secondary:#c8dcf2;--text-muted:#a5bee9;--accent:#f0ead6;--accent-secondary:#9f8a55;--border:rgba(245, 234, 214, 0.2);--button-border:var(--accent-secondary);--gradient:linear-gradient(135deg, #f0ead6, #9f8a55);--line-height-optimal:1.6;--max-width-optimal:52ch;--transition-smooth:all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);--transition-fast:all 0.2s ease;--border-radius-card:16px;--font-xs:0.7rem;--font-small:0.9rem;--font-medium:0.95rem;--font-large:1.1rem;--font-xl:1.2rem;--font-2xl:1.4rem;--font-3xl:1.5rem;--font-4xl:1.6rem;--font-5xl:1.8rem;--border-radius-small:4px;--border-radius-compact:6px;--border-radius-medium:8px;--border-radius-circle:50%;--spacing-small:8px;--spacing-medium:16px;--spacing-large:24px;--spacing-xl:32px;--nav-height:100px;--nav-height-mobile:85px;--nav-height-small:75px;--nav-height-scrolled:90px;--scroll-threshold:120px;--observer-threshold:0.1;--observer-margin:-50px;--profile-size-large:120px;--profile-size-medium:90px;--profile-size-small:75px;--grid-min-item-width:140px;--grid-gap-responsive:clamp(8px, 2cqw, 13px);--bg-nav:rgba(38, 55, 84, 0.95);--bg-nav-scrolled:rgba(38, 55, 84, 0.98);--accent-light:rgba(240, 234, 214, 0.1);--accent-light-hover:rgba(240, 234, 214, 0.15);--accent-ultra-light:rgba(240, 234, 214, 0.01);--accent-very-light:rgba(240, 234, 214, 0.03);--accent-lighter:rgba(240, 234, 214, 0.04);--accent-light-medium:rgba(240, 234, 214, 0.08);--accent-shadow:rgba(240, 234, 214, 0.3);--accent-gradient-start:rgba(240, 234, 214, 0.9);--accent-gradient-end:rgba(240, 234, 214, 0.8);--bg-overlay:rgba(38, 55, 84, 0.8);--transition-bounce:cubic-bezier(0.23, 1, 0.32, 1);--color-light-blue:#c8dcf2;--badge-success-start:#22c55e;--badge-success-end:#16a34a;--badge-text:#ffffff;--shadow-light:rgba(0, 0, 0, 0.1);--shadow-medium:rgba(0, 0, 0, 0.15);--shadow-strong:rgba(0, 0, 0, 0.3);--shine-effect:rgba(255, 255, 255, 0.95);--gradient-value-card:linear-gradient(135deg, var(--accent-very-light) 0, var(--accent-ultra-light) 100%);--gradient-value-card-hover:linear-gradient(135deg, var(--accent-light-medium) 0, var(--accent-lighter) 100%)}html{scroll-behavior:smooth}body[id],section[id]{scroll-margin-top:var(--nav-height)}@media (max-width:768px){body[id],section[id]{scroll-margin-top:var(--nav-height-mobile)}}@media (max-width:480px){body[id],section[id]{scroll-margin-top:var(--nav-height-small)}}::selection{background:var(--accent);color:var(--bg-primary)}.skip-link{position:absolute;top:-40px;left:-10000px;background:var(--accent);color:var(--bg-primary);padding:8px;z-index:1001;text-decoration:none;border-radius:var(--border-radius-small);font-weight:600;opacity:0}.skip-link:focus{top:6px;left:6px;opacity:1}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.6;overflow-x:hidden;position:relative;height:calc(100vh + 40px)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:var(--border-radius-small)}.container{max-width:1300px;margin:0 auto;padding:32px;min-height:100vh;position:relative}@media (max-width:1299px) and (min-width:1200px){.container{max-width:95%}}.main-layout{display:flex;gap:48px;margin-top:var(--nav-height);align-items:start;position:relative}.main-content{min-width:0;flex:1;overflow:visible}@media (min-width:1300px){.main-content{max-width:calc(100% - 440px)}}.experience__description,.experience__project-desc,.hero__description,.main-content p{max-width:var(--max-width-optimal);margin-left:auto;margin-right:auto}.hero__subtitle,.section__title,.sidebar-profile__title{max-width:none}.sidebar{position:fixed;top:var(--nav-height);display:flex;flex-direction:column;transition:width .3s ease,right .3s ease;overflow:visible;padding-bottom:20px;box-sizing:border-box}@media (min-width:1100px){.sidebar{width:400px;right:8px}}@media (min-width:1300px){.sidebar{right:max(8px,calc((100vw - 1300px)/ 2 + 8px));width:400px;padding-right:10px;min-width:300px;max-width:400px}}@media (min-width:1300px) and (max-height:1000px){.sidebar{max-height:calc(100vh - var(--nav-height) - 140px);overflow-y:auto;overflow-x:hidden}}@media (min-width:1300px) and (max-height:800px){.sidebar{max-height:calc(100vh - var(--nav-height-scrolled) - 140px);top:var(--nav-height-scrolled)}.sidebar .section{margin:.8rem 0}}@media (min-width:1600px){.sidebar{right:calc((100vw - 1300px)/ 2 + 8px);width:440px}.main-content{max-width:calc(100% - 480px)}}@media (min-width:1920px){.container{max-width:1500px}.sidebar{right:calc((100vw - 1500px)/ 2 + 8px);width:460px}.main-content{max-width:calc(100% - 480px)}}.sidebar-profile{display:none;align-items:center;justify-content:flex-start;gap:19px;padding:19px;background:var(--bg-card);border-radius:var(--border-radius-medium);margin-bottom:var(--spacing-large);border:1px solid var(--border);opacity:0;visibility:hidden;transform:translateY(-30px) scale(.95);transition:opacity 1s cubic-bezier(.16, 1, .3, 1),transform 1s cubic-bezier(.16, 1, .3, 1),visibility 0s linear;width:100%;margin-left:0;margin-right:0}.sidebar-profile__photo{flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-left:10px}.sidebar-profile__photo img{width:var(--profile-size-large);height:var(--profile-size-large);border-radius:var(--border-radius-circle);border:3px solid var(--accent);object-fit:cover;transition:var(--transition-smooth);margin:0;display:block}.sidebar-profile__photo img:hover{transform:scale(1.05) rotate(5deg);box-shadow:0 15px 35px var(--accent-shadow);border-width:4px}.sidebar-profile__info{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.sidebar-profile__name{font-size:var(--font-3xl);font-weight:700;margin-bottom:5px;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center}.sidebar-profile__title{font-size:var(--font-medium);color:var(--text-muted);line-height:1.3;text-align:center}@media (min-width:1300px){.sidebar-value{display:block}.value--mobile{display:none}}.sidebar-value{position:relative;background:var(--gradient-value-card);border-left:3px solid var(--accent);border-radius:var(--border-radius-card);cursor:default;max-height:0;margin-bottom:0;padding:0 20px;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(-20px);transition:max-height 1s cubic-bezier(.16, 1, .3, 1),margin 1s cubic-bezier(.16, 1, .3, 1),padding 1s cubic-bezier(.16, 1, .3, 1),opacity 1s cubic-bezier(.16, 1, .3, 1),visibility 1s cubic-bezier(.16, 1, .3, 1),transform 1s cubic-bezier(.16, 1, .3, 1);width:100%;box-sizing:border-box}.sidebar-value.visible{max-height:350px;margin:12px 0;padding:14px 20px;opacity:1;visibility:visible;transform:translateY(0);overflow:visible;display:flex;align-items:center;justify-content:center}.sidebar-value:hover{background:var(--gradient-value-card-hover);box-shadow:0 4px 20px var(--accent-light)}.sidebar-value .value__content{width:100%;max-width:100%;margin:0;text-align:center;word-wrap:break-word;overflow-wrap:break-word}.sidebar-value .value__text{margin:0;color:var(--text-primary);font-weight:400;line-height:1.55;font-size:var(--font-medium);opacity:.95;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto;width:100%}@media (min-width:1100px){.sidebar.sidebar-scrolled{top:var(--nav-height-scrolled)}.sidebar.sidebar-scrolled .sidebar-profile{display:flex;opacity:1;visibility:visible;transform:translateY(0) scale(1);transition:opacity 1s cubic-bezier(.16, 1, .3, 1),transform 1s cubic-bezier(.16, 1, .3, 1),visibility 0s linear}.sidebar.sidebar-scrolled .section__header{display:none}.sidebar.sidebar-scrolled .section{margin:10px 0;transition:margin 1s cubic-bezier(.16, 1, .3, 1),overflow 1s cubic-bezier(.16, 1, .3, 1);overflow:visible}.sidebar.sidebar-scrolled .section:first-of-type{margin-top:0}.sidebar.sidebar-scrolled .section:last-of-type{margin-bottom:0}.sidebar.sidebar-scrolled .sidebar-value.visible{margin-bottom:var(--spacing-large)}.sidebar.sidebar-scrolled .sidebar-cta.visible{margin:10px 0}.sidebar.sidebar-scrolled .languages__grid{margin-top:0}.sidebar.sidebar-scrolled .contact__grid{margin-top:0;padding-top:4px}.sidebar.sidebar-scrolled .expertise__grid{margin-top:8px}}nav{position:fixed;top:0;left:0;right:0;background:var(--bg-nav);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid var(--border);transition:var(--transition-fast);box-shadow:0 2px 20px var(--shadow-light)}.nav__container{max-width:1300px;margin:0 auto;padding:16px 19px;display:flex;justify-content:space-between;align-items:center}.nav__logo{font-size:var(--font-large);font-weight:700;color:var(--accent);text-decoration:none;transition:var(--transition-fast);position:relative;white-space:nowrap;flex-shrink:0}.nav__logo:hover{text-shadow:0 0 20px var(--accent);transform:scale(1.05)}.nav__links{display:flex;gap:32px;list-style:none;align-items:center}@media (min-width:769px){.nav__links{position:static!important;transform:none!important;opacity:1!important;visibility:visible!important;background:0 0!important;backdrop-filter:none!important;flex-direction:row!important;padding:0!important}}.nav__link{color:var(--text-secondary);text-decoration:none;transition:var(--transition-smooth);position:relative;font-size:var(--font-small);text-transform:uppercase;letter-spacing:1px}.nav__link:hover{color:var(--accent);transform:translateY(-2px)}.nav__download{color:var(--text-secondary);text-decoration:none;transition:var(--transition-smooth);position:relative;font-size:var(--font-small);text-transform:uppercase;letter-spacing:1px;padding:8px 13px;border:1px solid var(--button-border);border-radius:var(--border-radius-compact);background:0 0;display:flex;align-items:center;justify-content:center;text-align:center}.nav__download:hover{color:var(--accent);transform:translateY(-2px);background:var(--accent-light)}.hero{padding:32px 0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px}@media (max-width:768px){.hero{padding:16px 0;gap:16px}}.hero__content{max-width:100%;text-align:center;width:100%;contain:layout}.hero__profile{order:-1;text-align:center;margin-bottom:var(--spacing-xl);min-height:520px;contain:layout style}@media (max-width:768px){.hero__profile{min-height:auto;margin-bottom:var(--spacing-medium);contain:none}}.hero__title{font-family:"JetBrains Mono",monospace;font-size:clamp(2rem, 5vw, 3.5rem);font-weight:700;margin-bottom:var(--spacing-medium);background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-2px;text-align:center}.hero__subtitle{font-size:var(--font-xl);color:var(--text-secondary);margin-bottom:var(--spacing-xl);text-align:center;min-height:1.6em}@media (max-width:768px){.hero__subtitle{margin-bottom:var(--spacing-medium)}}.gradient-text{background:linear-gradient(135deg,var(--accent) 0,var(--accent-gradient-start) 30%,var(--accent) 60%,var(--accent-gradient-end) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.hero__description{color:var(--text-secondary);line-height:var(--line-height-optimal);margin-bottom:29px;font-size:var(--font-medium);font-weight:400;letter-spacing:.3px;text-align:center}.hero__description:last-child{margin-bottom:0}.hero__photo{margin-bottom:var(--spacing-xl);text-align:center}@media (max-width:768px){.hero__photo{margin-bottom:var(--spacing-medium)}}.hero__photo img{width:180px;height:180px;border-radius:var(--border-radius-circle);border:3px solid var(--accent);object-fit:cover;transition:transform .25s cubic-bezier(.25, .46, .45, .94),box-shadow .25s cubic-bezier(.25, .46, .45, .94),border-width .25s cubic-bezier(.25, .46, .45, .94);box-shadow:0 8px 24px var(--shadow-medium)}.hero__photo img:hover{transform:scale(1.05) rotate(5deg);box-shadow:0 15px 35px var(--accent-shadow);border-width:4px}.languages__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));gap:clamp(6px,1.5cqw,10px);margin-top:16px;justify-items:center;padding:.3rem;max-width:100%}.languages__flag{width:clamp(42px,7.5cqw,48px);height:clamp(42px,7.5cqw,48px);border-radius:var(--border-radius-circle);display:flex;align-items:center;justify-content:center;background:var(--bg-card);border:2px solid var(--border);transition:var(--transition-fast);font-size:clamp(var(--font-2xl), 3cqw, var(--font-4xl));position:relative}.languages__flag:hover{transform:scale(1.1);border-color:var(--accent)}.flag-icon{width:65%;height:65%}.section{margin:24px 0;content-visibility:auto;contain-intrinsic-size:0 500px;overflow:visible}.hero+.section{margin-top:0}.sidebar .section{margin:10px 0;flex-shrink:0;padding:0}.sidebar .section:first-child{margin-top:0}.sidebar .section:last-child{margin-bottom:10px}.section__header{display:flex;align-items:center;margin-top:11px;margin-bottom:11px;position:relative;justify-content:center;gap:16px}.section__title{font-family:"JetBrains Mono",monospace;font-size:var(--font-5xl);font-weight:700;color:var(--text-primary);margin:0;white-space:nowrap}.sidebar .section__title{font-size:var(--font-4xl)}.section__divider{flex:1;height:1px;background:var(--border);position:relative}.hero__value{margin-top:32px;margin-bottom:var(--spacing-xl);position:relative;display:block;padding:14px 24px;background:var(--gradient-value-card);border-left:3px solid var(--accent);border-radius:var(--border-radius-card);transition:background .3s ease,box-shadow .3s ease;cursor:default}.hero__value:hover{background:var(--gradient-value-card-hover);box-shadow:0 4px 20px var(--accent-light)}.value__content{max-width:100%;margin:0;text-align:center;padding:0;width:100%}.value__text{margin:0 auto;color:var(--text-primary);font-weight:400;line-height:var(--line-height-optimal);font-size:var(--font-large);opacity:.98;max-width:var(--max-width-optimal);text-align:center}.value__text strong{color:var(--accent);font-weight:600}.emoji-pulse{display:inline-block;margin-right:5px;animation:subtle-glow 3s ease-in-out infinite}@keyframes subtle-glow{0%,100%{opacity:.9;filter:brightness(1)}50%{opacity:1;filter:brightness(1.2)}}@media (max-width:1099px){.emoji-pulse{animation:none!important}}@media (min-width:1100px){.desktop-animation,.desktop-background-effect,.desktop-effects{display:block}}@media (min-width:1100px){.floating-shapes{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1;overflow:hidden;transform:translateZ(0)}.floating-shape{position:absolute;background:var(--accent);opacity:.03;border-radius:50%;animation:float 6s ease-in-out infinite;animation-play-state:running;will-change:transform,opacity}.floating-shape:first-child{width:80px;height:80px;animation-delay:0s}.floating-shape:nth-child(2){width:120px;height:120px;animation-delay:2s}.floating-shape:nth-child(3){width:60px;height:60px;animation-delay:4s}.floating-shape:nth-child(4){width:100px;height:100px;animation-delay:6s}.floating-shape:nth-child(5){width:90px;height:90px;animation-delay:1s}.floating-shape:nth-child(6){width:70px;height:70px;animation-delay:3s}.floating-shape:nth-child(7){width:110px;height:110px;animation-delay:5s}.floating-shape:nth-child(8){width:95px;height:95px;animation-delay:3.5s}@keyframes float{0%,100%{transform:translateY(0) rotate(0) scale(1);opacity:.03}25%{transform:translateY(-30px) rotate(90deg) scale(1.1);opacity:.05}50%{transform:translateY(-60px) rotate(180deg) scale(.9);opacity:.02}75%{transform:translateY(-30px) rotate(270deg) scale(1.05);opacity:.04}}}@keyframes hoverShine{0%{transform:translateX(-100%);opacity:0}50%{opacity:1}100%{transform:translateX(100%);opacity:0}}@keyframes attentionShine{0%,66.7%{transform:translateX(-100%);opacity:0}83.3%{opacity:1}100%{transform:translateX(100%);opacity:0}}.experience__card{background:linear-gradient(135deg,rgba(38,55,84,.85) 0,rgba(38,55,84,.75) 100%);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(240,234,214,.2);border-radius:var(--border-radius-card);padding:2rem 1rem 1.25rem 1rem;margin-bottom:var(--spacing-xl);margin-left:0;margin-right:0;transition:var(--transition-bounce);position:relative;overflow:visible;opacity:1;transform:none;cursor:default;contain:layout}.experience__card:hover{transform:translateY(-8px);border-color:rgba(240,234,214,.2);background:linear-gradient(135deg,#2d4163 0,#304466 100%)}.experience__header{position:relative;margin-bottom:var(--spacing-medium);padding-top:2.5rem}.experience__card:has(.experience__header > .experience__project){padding-bottom:2rem}.experience__header:has(.experience__project){margin-bottom:0}.experience__meta{position:absolute;top:.5rem;right:1rem;text-align:right}.experience__heading{display:flex;justify-content:center;text-align:center}.experience__title{font-size:var(--font-2xl);color:var(--text-primary);margin-top:.5rem;margin-bottom:8px;font-weight:600;transition:color .3s ease;text-align:center;width:100%}.experience__project .experience__title{text-align:center;width:100%;margin-left:auto;margin-right:auto}.experience__card:hover .experience__title{color:var(--accent)}.experience__date{color:var(--text-muted);font-size:var(--font-small);font-family:"JetBrains Mono",monospace}.experience__badge{background:linear-gradient(135deg,var(--badge-success-start),var(--badge-success-end));color:var(--badge-text);padding:.25rem .6rem;border-radius:var(--border-radius-medium);font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;display:inline-block;box-shadow:0 2px 4px rgba(34,197,94,.2)}.experience__description{color:var(--text-secondary);line-height:var(--line-height-optimal);list-style:none;font-weight:400;opacity:.92;letter-spacing:.3px;max-width:var(--max-width-optimal)}.experience__description li{margin-bottom:var(--spacing-medium);padding-left:0;position:relative;transition:var(--transition-fast)}.experience__project{margin:1.2rem 0}.experience__project:first-child{margin-top:0}.experience__project:last-child{margin-bottom:0}.experience__project-title{color:var(--text-primary);font-size:var(--font-large);font-weight:600;margin-bottom:.6rem;transition:var(--transition-fast);text-align:center}.experience__project:hover .experience__project-title{color:var(--accent)}.experience__project-tagline{color:var(--accent-secondary);font-size:var(--font-medium);font-weight:500;margin-bottom:.8rem;font-style:italic;text-align:center}.experience__project-desc,.experience__project-list{color:var(--text-secondary);line-height:var(--line-height-optimal);margin-bottom:1.2rem;max-width:var(--max-width-optimal);margin-left:auto;margin-right:auto;text-align:center}.experience__project-list{padding-left:0;list-style:none}.experience__project-list li{margin-bottom:var(--spacing-medium);padding-left:0;position:relative;transition:var(--transition-fast)}.experience__card,.experience__project{transition:transform .25s cubic-bezier(.23, 1, .32, 1),box-shadow .25s cubic-bezier(.23, 1, .32, 1),background .25s cubic-bezier(.23, 1, .32, 1);position:relative;overflow:hidden;user-select:none}.experience__project:hover{z-index:10}.experience__project-body{position:relative;transition:max-height .2s ease,opacity .2s ease}.experience__project-tags{max-height:0;opacity:0;overflow:hidden;transition:max-height .2s ease,opacity .2s ease,margin .2s ease;color:var(--accent-secondary);font-size:var(--font-small);margin-top:0;text-align:center}.experience__card:not(.experience__card--container):hover .experience__project-tags,.experience__project-body:hover .experience__project-tags{max-height:100px;opacity:1;margin-top:16px}.experience__project-desc,.experience__project-list{user-select:text}.experience__company,.experience__date,.experience__header,.experience__project-desc,.experience__project-list,.experience__project-title,.experience__title{position:relative;z-index:2}.cascade-delay-1{transition-delay:50ms}.cascade-delay-2{transition-delay:0.1s}.cascade-delay-3{transition-delay:0.15s}.cascade-delay-4{transition-delay:0.2s}.expertise__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px;margin-top:16px}@media (min-width:1100px){.expertise__grid{grid-template-columns:repeat(auto-fit,minmax(var(--grid-min-item-width),1fr));gap:var(--grid-gap-responsive)}}@media (max-width:1299px) and (min-width:1100px){.expertise__grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:clamp(10px,2cqw,13px)}}.expertise__item{padding:10px;background:var(--bg-overlay);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:var(--border-radius-medium);transition:var(--transition-fast);text-align:center;display:flex;align-items:center;justify-content:center;min-height:55px;height:55px;white-space:nowrap;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;text-overflow:ellipsis}.expertise__item:hover{background:var(--accent-light-hover);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-color:var(--accent);transform:translateY(-2px)}.expertise__label{color:var(--text-primary);font-size:var(--font-medium);font-weight:600;line-height:1.4;margin:0;text-align:center}.contact__grid{display:flex;justify-content:space-between;gap:13px;margin-top:1.5rem;flex-wrap:nowrap;padding:0;width:100%}.contact__link{display:flex;flex:1;align-items:center;justify-content:center;gap:8px;color:var(--text-primary);background:var(--bg-overlay);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);min-width:0;border:1px solid var(--border);border-radius:var(--border-radius-medium);padding:13px;text-decoration:none;transition:background .25s ease,color .25s ease,transform .25s ease,border-color .25s ease,box-shadow .25s ease;font-size:var(--font-small);font-weight:500;position:relative;overflow:visible;will-change:transform;box-sizing:border-box}.contact__link:hover{background:var(--accent);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);color:var(--bg-primary);transform:translateY(-2px);box-shadow:0 3px 8px var(--accent-light-hover),0 1px 3px var(--accent-light);border-color:var(--accent)}.contact__icon{width:20px;height:20px;display:inline-block;pointer-events:none}.contact__icon svg{width:100%;height:100%;fill:currentColor;pointer-events:none}.contact__label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}button.contact__link{cursor:pointer;border:1px solid var(--border)}.copy-toast{position:fixed;bottom:32px;right:32px;background:var(--accent);color:var(--bg-primary);padding:16px 24px;border-radius:var(--border-radius-medium);font-size:var(--font-medium);font-weight:600;box-shadow:0 4px 20px var(--shadow-strong);z-index:10000;transform:translateY(100px);opacity:0;transition:transform .3s cubic-bezier(.34, 1.56, .64, 1),opacity .3s ease;pointer-events:none}.copy-toast.show{transform:translateY(0);opacity:1}.copy-toast.error{background:#ef4444;color:#fff;box-shadow:0 4px 20px rgba(239,68,68,.3)}.cta__button{display:inline-block;position:relative;overflow:hidden;background:var(--gradient);color:var(--bg-primary);padding:1.2rem 2.5rem;border-radius:var(--border-radius-medium);text-decoration:none;font-weight:700;transition:var(--transition-smooth);margin:2rem auto 0 auto;text-transform:uppercase;letter-spacing:1px;text-align:center;display:block;width:fit-content}@media (min-width:1100px){.cta__button::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,var(--shine-effect),transparent);opacity:0;pointer-events:none;z-index:1;transform:translateX(-100%);animation:attentionShine 3s ease-out infinite;animation-delay:1s}.cta__button:hover::before{animation:hoverShine .8s ease-out;animation-delay:0s!important}}.cta__button:hover{transform:translateY(-8px) scale(1.02)}.sidebar-cta{display:none;margin:2rem 0;opacity:0;transform:translateY(20px);transition:opacity 1s cubic-bezier(.16, 1, .3, 1),transform 1s cubic-bezier(.16, 1, .3, 1),display 1s cubic-bezier(.16, 1, .3, 1)}.sidebar-cta.visible{display:block;opacity:1;transform:translateY(0)}.sidebar-cta__button{display:block;position:relative;overflow:hidden;width:100%;margin:0;padding:1.1rem 1.3rem;background:var(--gradient);color:var(--bg-primary);text-align:center;border-radius:var(--border-radius-medium);font-weight:700;font-size:var(--font-small);text-decoration:none;transition:var(--transition-smooth);text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;white-space:nowrap}@media (min-width:1100px){.sidebar-cta__button::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,var(--shine-effect),transparent);opacity:0;pointer-events:none;z-index:1;transform:translateX(-100%);animation:attentionShine 3s ease-out infinite;animation-delay:2s}.sidebar-cta__button:hover::before{animation:hoverShine .8s ease-out;animation-delay:0s!important}}.sidebar-cta__button:hover{transform:translateY(-2px)}footer{margin-top:4rem;padding:1.5rem 0;border-top:1px solid var(--border);text-align:center;color:var(--text-muted)}.footer-text{font-size:var(--font-small);margin-bottom:var(--spacing-medium)}.fade-in{opacity:0;transform:translateY(30px);transition:var(--transition-smooth)}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translateX(-30px);transition:var(--transition-smooth)}.slide-in-left.visible{opacity:1;transform:translateX(0)}.slide-in-right{opacity:0;transform:translateX(30px);transition:var(--transition-smooth)}.slide-in-right.visible{opacity:1;transform:translateX(0)}@media (max-width:1299px) and (min-width:1100px){.main-layout{gap:40px}.sidebar{width:380px;right:max(30px,calc((100vw - 1100px)/ 2 + 30px));overflow:visible;padding-bottom:20px;padding-left:20px;padding-right:20px}.main-content{max-width:calc(100% - 440px);margin-left:0;margin-right:0;padding-right:20px;flex:none;width:calc(100% - 440px);transition:width .3s ease,max-width .3s ease}.sidebar .sidebar-cta__button{font-size:var(--font-medium);padding:1.1rem 1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:1200px) and (min-width:1100px){.sidebar .sidebar-cta__button{font-size:var(--font-small);padding:1rem .9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.main-content .experience__description,.main-content .experience__project-desc,.main-content .experience__project-list,.main-content .hero__description,.main-content p{margin-left:0;margin-right:auto;max-width:calc(100% - 30px);text-align:center}.sidebar-profile{padding:12px;gap:12px;margin-bottom:16px}.sidebar-profile__photo img{width:80px;height:80px;border-width:2px}.sidebar-profile__photo img:hover{transform:scale(1.03) rotate(3deg)}.sidebar-profile__name{font-size:var(--font-xl);margin-bottom:2px}.sidebar-profile__title{font-size:var(--font-small)}.sidebar .section{margin:8px 0}.sidebar{text-align:center}.sidebar .section{text-align:center}.contact__grid{display:flex;flex-direction:row;justify-content:space-between;gap:13px;flex-wrap:nowrap}.hero__title{font-size:clamp(2.2rem, 4.5vw, 3.2rem)}.sidebar .languages__grid{grid-template-columns:repeat(6,1fr);gap:8px;justify-items:center}.sidebar .languages__flag{width:46px;height:46px;font-size:var(--font-3xl)}.sidebar .flag-icon{width:65%;height:65%}.expertise__item{white-space:normal;overflow:visible;min-height:55px;height:55px;line-height:1.2;display:flex;align-items:center;justify-content:center;padding:10px}.contact__link{overflow:visible;min-width:auto}.contact__label{white-space:normal;overflow:visible;text-overflow:clip;word-wrap:break-word}.experience__card,.experience__project{overflow:visible}.section__title{white-space:normal;word-wrap:break-word}.experience__project-tags{overflow:visible}.nav__logo{white-space:normal;word-wrap:break-word}.cta__button{white-space:normal;word-wrap:break-word}.sidebar-value{display:block;overflow:visible}.value--mobile{display:none}}@media (min-width:1100px) and (max-width:1299px) and (max-height:800px){.expertise__grid{gap:10px}.contact__grid{gap:10px}.sidebar{padding-bottom:15px}}.nav__toggle{display:none;background:0 0;border:none;cursor:pointer;padding:.5rem;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;position:relative}.nav__hamburger-line{display:block;width:25px;height:3px;background:var(--accent);margin:4px 0;transition:var(--transition-smooth);border-radius:2px}.nav__toggle.active .nav__hamburger-line:first-child{transform:translateY(11px) rotate(45deg)}.nav__toggle.active .nav__hamburger-line:nth-child(2){opacity:0;transform:scale(0)}.nav__toggle.active .nav__hamburger-line:nth-child(3){transform:translateY(-11px) rotate(-45deg)}@media (max-width:1099px){.sidebar{position:static!important;max-height:none!important;overflow-y:visible!important;padding-right:0!important;order:2!important;width:100%!important;right:auto!important;top:auto!important;padding-left:0!important}.main-layout{flex-direction:column!important}.main-content{order:1!important;width:100%!important;max-width:100%!important}.sidebar-cta{display:none!important}.hero__value{margin-bottom:var(--spacing-large)!important}.value--mobile{display:block;position:relative;background:linear-gradient(135deg,var(--accent-very-light) 0,var(--accent-ultra-light) 100%);border-left:3px solid var(--accent);border-radius:var(--border-radius-card);padding:1rem .75rem;margin:3rem auto .5rem auto;max-width:calc(100% - 2rem);width:calc(100% - 2rem);box-sizing:border-box;contain:layout;min-height:4rem}.value--mobile .value__text{margin:0 auto;line-height:1.5}.sidebar-value{display:none!important}}@media (max-width:768px){.hero__value{margin-top:16px;margin-bottom:8px!important}.hero+.section{margin-top:8px}.section{margin:16px 0}.sidebar .section:first-of-type{margin-top:0}.cta__button{margin-top:var(--spacing-large)}.languages__grid{grid-template-columns:repeat(6,1fr);gap:6px;justify-items:center}.languages__flag{width:45px;height:45px;font-size:var(--font-3xl)}.flag-icon{width:70%;height:70%}.main-layout{display:flex;flex-direction:column;gap:.5rem;margin-top:var(--nav-height-scrolled)}.sidebar{position:static;max-height:none;overflow-y:visible;padding-right:0;order:2;width:100%;right:auto;top:auto}.main-content{order:1;width:100%;max-width:100%;flex:none}.container{max-width:100%;padding:1.5rem .75rem}footer{margin-top:32px}.hero{flex-direction:column;align-items:center;text-align:center}.hero__profile{order:-1}.sidebar .section#expertise{flex-shrink:1;min-height:0}.contact__grid{flex-direction:row;gap:1rem;justify-content:center;flex-wrap:wrap}.hero__title{font-size:2.5rem}.nav__links{gap:1.5rem}.nav__download,.nav__link{font-size:var(--font-small)}.expertise__label{font-size:var(--font-small)}}@media (max-width:768px){.nav__toggle{display:flex}.nav__toggle .nav__hamburger-line{min-height:3px}.container{padding:1rem .5rem}.main-layout{margin-top:70px;gap:.5rem}.nav__links{position:fixed;top:60px;left:0;right:0;background:var(--bg-nav-scrolled);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);flex-direction:column;padding:2rem 1rem;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:var(--transition-fast);z-index:999;border-bottom:1px solid var(--border)}.nav__links.open{transform:translateY(0);opacity:1;visibility:visible}.nav__download,.nav__link{font-size:var(--font-large);text-align:center;padding:.8rem 1rem;border-radius:var(--border-radius-medium);transition:var(--transition-fast)}.nav__download:hover,.nav__link:hover{background:var(--accent-light);transform:none;padding-left:16px}}.hero__title{font-size:2rem}.hero__subtitle{font-size:var(--font-large)}.hero__description{font-size:var(--font-medium)}.experience__card{padding:1.5rem .75rem;margin-bottom:var(--spacing-large)}.experience__card:hover{transform:translateY(-4px)}.contact__link{min-height:48px;padding:1rem .5rem;font-size:var(--font-small)}.languages__grid{gap:8px}.languages__flag{width:45px;height:45px;font-size:var(--font-3xl)}.flag-icon{width:70%;height:70%}.section__title{font-size:1.3rem}.expertise__label{font-size:1rem}.sidebar .section{margin:1rem 0;flex-shrink:0}.hero__profile{margin-bottom:var(--spacing-large)}.hero__photo img{width:150px;height:150px}@media (max-width:768px) and (orientation:landscape){.hero{padding:1rem 0}.main-layout{margin-top:60px;gap:.5rem}.hero__title{font-size:var(--font-5xl)}.experience__card{padding:1.2rem .6rem;margin-bottom:1.2rem}.sidebar .section{margin:1rem 0}.hero__photo img{width:var(--profile-size-large);height:var(--profile-size-large)}.nav__links{top:50px;padding:1rem .5rem}}@media (max-width:480px){.container{padding:.75rem}.main-layout{gap:.5rem}.hero__title{font-size:var(--font-5xl)}.hero__subtitle{font-size:1rem}.experience__card{padding:1.2rem .6rem}.nav__logo{font-size:var(--font-small);max-width:var(--profile-size-large)}.expertise__label{font-size:var(--font-medium)}.hero__photo img{width:var(--profile-size-large);height:var(--profile-size-large)}.cta__button{padding:1rem 2rem;font-size:var(--font-small)}.contact__grid{gap:13px}.contact__link{padding:13px}}@media (max-width:390px){.cta__button{font-size:.8rem;white-space:nowrap;padding:1rem 1.5rem}}@media (max-height:900px) and (min-width:1100px){.sidebar{max-height:calc(100vh - var(--nav-height) - 40px);overflow-y:auto;overflow-x:hidden}.sidebar .section{margin:1rem 0}.expertise__grid{gap:10px;margin-top:.8rem}.expertise__item{padding:8px;min-height:45px;height:45px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expertise__label{font-size:var(--font-small)}.contact__grid{margin-top:.8rem;gap:10px}.languages__grid{gap:6px;margin-top:.6rem}.languages__flag{width:45px;height:45px}.flag-icon{width:70%;height:70%}}.sidebar-profile{padding:12px;margin-bottom:10px;gap:12px;justify-content:center}.sidebar-profile__photo img{width:var(--profile-size-small);height:var(--profile-size-small)}.sidebar-profile__name{font-size:var(--font-large);text-align:center}.sidebar-profile__title{font-size:var(--font-medium);text-align:center}.expertise__grid{gap:6px;margin-top:.4rem}.expertise__item{padding:5px;min-height:36px;height:36px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expertise__label{font-size:var(--font-small)}.contact__grid{margin-top:.4rem;gap:6px}.contact__link{padding:5px;height:36px;font-size:var(--font-small);display:flex;align-items:center;justify-content:center}.sidebar-value.visible{margin:12px 0;padding:10px 16px}.languages__grid{gap:6px;margin-top:.4rem}.languages__flag{width:45px;height:45px;font-size:var(--font-3xl)}.flag-icon{width:70%;height:70%}@media (max-height:800px) and (min-width:1100px){.sidebar{max-height:calc(100vh - var(--nav-height) - 80px);overflow-y:auto;overflow-x:hidden}.sidebar .section{margin:.8rem 0}.expertise__grid{gap:8px;margin-top:.6rem}.expertise__item{padding:7px;min-height:42px;height:42px}.languages__grid{gap:5px;margin-top:.5rem}.languages__flag{width:44px;height:44px}.flag-icon{width:70%;height:70%}}@media (max-height:700px) and (min-width:1100px){.sidebar{max-height:calc(100vh - 80px - 140px);top:80px;overflow-y:auto;overflow-x:hidden}.sidebar .section{margin:1rem 0}.expertise__grid{gap:6px;margin-top:.4rem}.expertise__item{padding:6px;min-height:40px;height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expertise__label{font-size:var(--font-xs)}.contact__grid{margin-top:.6rem;gap:6px}.contact__link{padding:.6rem;font-size:var(--font-small)}.languages__grid{gap:5px;margin-top:.4rem}.languages__flag{width:40px;height:40px;font-size:1.3rem}.flag-icon{width:70%;height:70%}.sidebar .section__title{font-size:var(--font-large)}}@media (max-height:600px) and (min-width:1100px){.sidebar{max-height:calc(100vh - 70px - 140px);top:70px;overflow-y:auto;overflow-x:hidden}.sidebar .section{margin:1rem 0}.section__header{margin-bottom:.4rem}.expertise__grid{gap:5px;margin-top:.3rem}.expertise__item{padding:5px;min-height:35px;height:35px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expertise__label{font-size:var(--font-xs)}.contact__link{padding:.5rem}.languages__grid{gap:.2rem;margin-top:.3rem}.languages__flag{width:35px;height:35px;font-size:var(--font-xl)}.flag-icon{width:70%;height:70%}}@keyframes slideInScale{to{opacity:1;transform:translateY(0) scale(1)}}.contact__link{will-change:transform}.contact__link:focus-visible,.cta__button:focus-visible,.nav__link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.contact__link:focus:not(:focus-visible),.cta__button:focus:not(:focus-visible),.nav__link:focus:not(:focus-visible){outline:0}@media (hover:none){.experience__card:active{transform:scale(.98)}.contact__link:active{background:var(--accent);color:var(--bg-primary)}.cta__button:active{transform:scale(.95)}}.backdrop-blur-light{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.backdrop-blur-medium{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.backdrop-blur-strong{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}@media (prefers-reduced-motion:reduce){*{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}}@media (max-width:1099px){.contact__link:hover,.cta__button:hover,.experience__card:hover,.expertise__item:hover,.hero__link:hover,.hero__photo img:hover,.languages__flag:hover,.nav__download:hover,.nav__link:hover,.nav__logo:hover,.sidebar-cta__button:hover,.sidebar-profile__photo img:hover{transform:none!important}.contact__link,.experience__card,.expertise__item{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.contact__link:hover,.cta__button:hover,.sidebar-cta__button:hover{box-shadow:none!important}.cta__button::before,.sidebar-cta__button::before{display:none!important}.desktop-animation,.desktop-background-effect,.desktop-effects{display:none!important}.mobile-performance-disabled{animation:none!important;transition:none!important;transform:none!important}}@supports (container-type:inline-size){.sidebar{container-type:inline-size}.main-content{container-type:inline-size}@container (max-width:380px){.section__title{font-size:clamp(var(--font-large), 4cqw, var(--font-3xl))}.expertise__grid{grid-template-columns:repeat(2,1fr);gap:clamp(8px,2cqw,13px)}.contact__grid{gap:clamp(8px,2cqw,13px)}}@container (max-width:320px){.contact__grid{flex-direction:column;gap:8px}.languages__grid{grid-template-columns:repeat(4,1fr);gap:5px}.languages__flag{width:clamp(35px,12cqw,40px);height:clamp(35px,12cqw,40px);font-size:clamp(var(--font-xl), 4cqw, var(--font-2xl))}.flag-icon{width:70%;height:70%}.expertise__grid{grid-template-columns:repeat(2,1fr);gap:8px}.expertise__item{min-height:40px;height:40px;padding:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@container (max-width:300px){.contact__link{padding:.6rem;font-size:var(--font-small);min-width:100px}.expertise__label{font-size:var(--font-small)}}@container (max-width:800px){.hero__title{font-size:clamp(2rem, 8cqw, 3.5rem)}.experience__title{font-size:clamp(var(--font-large), 3cqw, var(--font-2xl))}.section__title{font-size:clamp(var(--font-xl), 4cqw, var(--font-5xl))}}@container (max-width:600px){.experience__card{padding:clamp(1rem,4cqw,1.4rem) clamp(.5rem,2cqw,.7rem)}.hero__description{font-size:clamp(var(--font-small), 2.5cqw, var(--font-medium))}.hero__value{padding:clamp(14px,3cqw,24px)}}@container (max-width:500px){.experience__card{padding:1.2rem .6rem;margin-bottom:var(--spacing-large)}.hero__value{padding:1.2rem .6rem}.value--mobile{padding:1.2rem .6rem}.value__text{font-size:1rem}}@container (max-width:400px){.experience__card{padding:1rem .5rem}.hero__value{padding:1rem .5rem}.value--mobile{padding:1rem .5rem}.experience__project-desc{font-size:var(--font-medium)}}}.text-readability h1,.text-readability h2,.text-readability h3{margin-bottom:1.4rem;line-height:1.25;max-width:45ch}.text-readability p{margin-bottom:1.6rem;line-height:var(--line-height-optimal);max-width:var(--max-width-optimal)}.text-secondary{color:var(--color-light-blue);opacity:.95}.sidebar .section{line-height:var(--line-height-optimal)}.sidebar .value__text{line-height:1.55;max-width:none}