.header{padding:3rem 2rem;position:relative;overflow:hidden;background:var(--header-bg);color:#fff;min-height:85vh;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.header:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(var(--accent-color),.1),transparent 50%),radial-gradient(circle at bottom left,rgba(var(--primary-color),.1),transparent 50%);z-index:0}.header .header-content{max-width:1200px;margin:0 auto;padding-top:4rem;display:flex;align-items:center;gap:2.5rem}@media(max-width:768px){.header .header-content{padding-top:6rem}}@media(max-width:768px){.header .header-content{flex-direction:column;text-align:center;gap:2rem}}.header .profile-image-container{flex-shrink:0;width:200px;height:200px;border-radius:50%;overflow:hidden;border:5px solid rgba(255,255,255,.25);box-shadow:0 15px 35px #0003,0 0 0 10px #ffffff1a;position:relative;transform:translateZ(0);transition:all .5s ease;z-index:2}@media(max-width:480px){.header .profile-image-container{width:140px;height:140px}}.header .profile-image-container:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #00000040,0 0 0 12px #ffffff26}.header .profile-image-container .profile-image{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.header .profile-image-container .profile-image:hover{transform:scale(1.05)}.header .text-content{flex:1;position:relative;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.15)}.header .text-content h1{font-size:3.2rem;margin:0 0 1.25rem;font-weight:800;line-height:1.2;color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#fff,#f0f0f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;word-wrap:break-word}@media(max-width:768px){.header .text-content h1{font-size:2.2rem;width:100%;max-width:100%;overflow-wrap:break-word}}@media(max-width:480px){.header .text-content h1{font-size:1.8rem}}.header .text-content .job-titles{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 1.5rem;font-size:1rem;color:#ffffffe6;line-height:1.4;width:100%;max-width:100%}@media(max-width:768px){.header .text-content .job-titles{justify-content:center;gap:.75rem}}.header .text-content .job-titles .job-title{font-weight:500;background:transparent;padding:.2rem .6rem;border-radius:20px;border:1px solid rgba(255,255,255,.3);transition:all .3s ease;white-space:nowrap;flex-shrink:0;font-size:.9rem}@media(max-width:768px){.header .text-content .job-titles .job-title{font-size:.85rem;margin-bottom:.25rem}}.header .text-content .job-titles .job-title:hover{transform:translateY(-1px);border-color:#fff9}.header .text-content .job-titles .divider{color:#fff6;-webkit-user-select:none;user-select:none;flex-shrink:0}@media(max-width:768px){.header .text-content .job-titles .divider{display:none}}.header .text-content .subtitle{font-size:1.3rem;color:#ffffffe6;margin:0 0 1.75rem;line-height:1.6;max-width:600px;font-weight:400}.header .menu-container{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;padding:1.5rem 2rem;transition:all .3s ease}.header .menu-container.scrolled{background:#0000001a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:.8rem 2rem;box-shadow:0 2px 20px #0000001a}@media(max-width:768px){.header .menu-container{padding:1rem}}.header .menu-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;position:relative}@media(max-width:768px){.header .menu-content{justify-content:space-between;width:100%}}.header .menu-buttons{display:flex;gap:.5rem;align-items:center}@media(max-width:768px){.header .menu-buttons{position:fixed;inset:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:center;gap:1.5rem;z-index:1000;transform:translate(-100%);transition:transform .3s ease;padding:2rem}.header .menu-buttons.open{transform:translate(0)}}.header .hamburger{display:none;position:relative;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:6px;border:none;width:40px;height:40px;cursor:pointer;z-index:1001;padding:0;margin:0;outline:none}@media(max-width:768px){.header .hamburger{display:block}}.header .hamburger .hamburger-line{position:absolute;left:50%;transform:translate(-50%);width:24px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.header .hamburger .hamburger-line:nth-child(1){top:10px}.header .hamburger .hamburger-line:nth-child(2){top:18px}.header .hamburger .hamburger-line:nth-child(3){top:26px}.header .hamburger.active .hamburger-line:nth-child(1){top:18px;transform:translate(-50%) rotate(45deg)}.header .hamburger.active .hamburger-line:nth-child(2){opacity:0}.header .hamburger.active .hamburger-line:nth-child(3){top:18px;transform:translate(-50%) rotate(-45deg)}.header .menu-button{min-width:max-content;flex-shrink:0;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:transparent;color:#fff;border:none;padding:.5rem 1rem;margin:0 .25rem;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none}@media(max-width:768px){.header .menu-button{font-size:1.1rem;padding:.75rem 1.5rem;width:100%;max-width:250px;margin:.25rem 0}}.header .menu-button:hover{color:#fffc;transform:translateY(-2px)}.header .menu-button.active{color:#39ff14!important;font-weight:600;background:transparent;position:relative}.header .menu-button.active:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:80%;height:2px;background:#39ff14;border-radius:2px;box-shadow:0 0 8px #39ff14b3}.header .social-links{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap;justify-content:center}.header .social-links .social-link{--icon-size: 24px;--icon-color: white;--bg-color: rgba(255, 255, 255, .1);--hover-bg-color: rgba(255, 255, 255, .2);--border-color: rgba(255, 255, 255, .2);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-color);border:1px solid var(--border-color);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;padding:0;margin:0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 6px #0000001a}.header .social-links .social-link svg,.header .social-links .social-link .social-icon{width:var(--icon-size)!important;height:var(--icon-size)!important;color:var(--icon-color)!important;fill:var(--icon-color)!important;transition:all .3s cubic-bezier(.4,0,.2,1)}.header .social-links .social-link:hover{background:var(--hover-bg-color)!important;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.header .social-links .social-link:hover svg,.header .social-links .social-link:hover .social-icon{transform:scale(1.15);color:#fff!important;fill:#fff!important}.header .social-links .social-link:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.cta-buttons{display:flex;gap:1rem;margin-top:1.5rem;align-items:center;flex-wrap:wrap}@media(max-width:768px){.cta-buttons{justify-content:center;gap:1.25rem}}.download-cv,.share-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;background:var(--primary-color);color:#fff;min-width:160px;justify-content:center}@media(max-width:480px){.download-cv,.share-button{width:100%;min-width:unset}}.download-cv:hover,.share-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003;filter:brightness(1.1)}.download-cv svg,.share-button svg{width:20px;height:20px}.share-button{background:var(--secondary-color)}.share-button:hover{box-shadow:0 4px 12px #0003;filter:brightness(1.1)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:#fff3;color:#fff;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000001a}.theme-toggle:hover{background:#ffffff4d;border-color:#ffffffb3;transform:scale(1.05);box-shadow:0 4px 15px #0003}.theme-toggle:active{transform:scale(.95)}.theme-toggle svg{width:20px;height:20px}@media(max-width:480px){.theme-toggle{width:44px;height:44px}.theme-toggle svg{width:18px;height:18px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cv-section{padding:2.5rem 0;background-color:var(--bg-color);position:relative;overflow:hidden}.cv-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#fff0);pointer-events:none}.cv-content{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}@media(max-width:768px){.cv-content{padding:0 1rem}}.profile-section{max-width:800px;margin:0 auto;text-align:center}.profile-section p{font-size:1.1rem;line-height:1.7;color:var(--text-color);margin-bottom:2rem;overflow-wrap:break-word}.profile-content{background:var(--surface-1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:var(--shadow-md);margin-top:2rem;border:1px solid var(--glass-border)}.profile-content p{margin-bottom:1.5rem;color:var(--text-color)}.skills-cloud-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:2.5rem 0 1rem;text-align:left}.skill-category{background:var(--surface-2);padding:1.25rem;border-radius:12px;border:1px solid var(--glass-border)}.skill-category .category-title{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:var(--primary-color)}.skill-category .category-title svg{font-size:1.2rem}.skill-category .skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-category .skill-badge{background:var(--bg-color);color:var(--text-color);padding:.35rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid var(--glass-border);transition:all .2s ease}.skill-category .skill-badge:hover{transform:translateY(-2px);box-shadow:var(--shadow-sm);border-color:var(--primary-color);color:var(--primary-color)}.glass-button{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 2rem;background:var(--surface-2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);border-radius:50px;color:var(--primary-color);font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none;margin-top:1rem;box-shadow:var(--shadow-sm)}.glass-button:hover{background:var(--hover-overlay);transform:translateY(-2px);box-shadow:var(--shadow-md)}.glass-button:active{transform:translateY(0)}.glass-button i{margin-right:8px;font-size:1.2rem}@media(max-width:768px){.cv-section{padding:2rem 0}.profile-section p{font-size:1rem}.profile-content{padding:1.25rem}.glass-button{width:100%}}.social-links a,.social-links a.social-link,.social-links .social-link,.footer .social-links a,.footer .social-links a.social-link,.footer .social-links .social-link,body .footer .social-links a,body .footer .social-links a.social-link,body .footer .social-links .social-link,#root .footer .social-links a,#root .footer .social-links a.social-link,#root .footer .social-links .social-link{text-decoration:none!important;display:inline-flex!important;align-items:center;justify-content:center;box-sizing:border-box!important;margin:0!important;padding:0!important;line-height:1!important;vertical-align:middle!important}.contact-form{max-width:800px;margin:0 auto;width:100%;padding:2rem;border-radius:12px;background-color:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-color)}@media(max-width:768px){.contact-form{padding:1rem}}.contact-form .contact-form-container{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:600px;margin:0 auto}.contact-form .form-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.contact-form .form-input,.contact-form .form-textarea{width:100%;padding:.75rem 1rem;border-radius:8px;border:1px solid var(--glass-border);background-color:var(--surface-1);color:var(--text-color);font-size:1rem;font-family:inherit;transition:all .3s ease;box-sizing:border-box}.contact-form .form-input::placeholder,.contact-form .form-textarea::placeholder{color:var(--text-muted)!important;opacity:.8}.contact-form .form-input:focus,.contact-form .form-input.form-input-focus,.contact-form .form-textarea:focus,.contact-form .form-textarea.form-input-focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(var(--primary-color),.2)}.contact-form .form-textarea{resize:vertical;min-height:150px}.contact-form .submit-button{padding:.75rem 2rem;border-radius:8px;border:none;background-color:var(--primary-color);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start;margin-top:1rem}@media(max-width:768px){.contact-form .submit-button{width:100%;align-self:center}}.contact-form .submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-sm);filter:brightness(1.1)}.contact-form .submit-button:active:not(:disabled){transform:translateY(0)}.contact-form .submit-button:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.contact-form .submit-button.submitting{position:relative;color:transparent}.contact-form .submit-button.submitting:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;border:2px solid white;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.contact-form .success-message,.contact-form .error-message{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-weight:500;text-align:center}.contact-form .success-message{background-color:#34c7591a;color:#34c759}.contact-form .error-message{background-color:#ff3b301a;color:#ff3b30}.footer{background-color:var(--surface-2);color:var(--text-color);padding:2.5rem 2rem}@media(max-width:768px){.footer{padding:1.5rem 1rem}}.footer .footer-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer .footer-content .contact-form form button{color:#fff!important}.footer .social-links{display:flex;gap:1.5rem;margin:3rem 0 2rem!important;flex-wrap:wrap;justify-content:center;padding:0 2rem!important;width:100%!important;max-width:1200px!important;box-sizing:border-box}@media(max-width:768px){.footer .social-links{padding:0 1rem!important;gap:1.2rem;margin:2rem 0!important}}.footer .social-links a.social-link,.footer .social-links .social-link{--icon-size: 24px;--icon-color: white;--bg-color: rgba(255, 255, 255, .1);--hover-bg-color: rgba(255, 255, 255, .2);--border-color: rgba(255, 255, 255, .2);width:52px;height:52px;min-width:52px;min-height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--bg-color);border:1px solid var(--border-color);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;padding:0;margin:0;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 4px 12px #00000026}.footer .social-links a.social-link svg,.footer .social-links a.social-link .social-icon,.footer .social-links .social-link svg,.footer .social-links .social-link .social-icon{width:26px!important;height:26px!important;color:var(--text-color)!important;fill:var(--text-color)!important;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer .social-links a.social-link:hover,.footer .social-links .social-link:hover{background:var(--hover-overlay)!important;transform:translateY(-3px) scale(1.05);box-shadow:var(--shadow-md)}.footer .social-links a.social-link:hover svg,.footer .social-links a.social-link:hover .social-icon,.footer .social-links .social-link:hover svg,.footer .social-links .social-link:hover .social-icon{transform:scale(1.2)}.footer .social-links a.social-link:active,.footer .social-links .social-link:active{transform:translateY(0) scale(.98);box-shadow:0 2px 4px #0000001a}@media(max-width:768px){.footer .social-links a.social-link,.footer .social-links .social-link{width:48px;height:48px;min-width:48px;min-height:48px}.footer .social-links a.social-link svg,.footer .social-links a.social-link .social-icon,.footer .social-links .social-link svg,.footer .social-links .social-link .social-icon{width:24px!important;height:24px!important}}.footer .copyright{font-size:.9rem;color:var(--text-secondary);text-align:center}.chat-page{display:flex;height:100vh;height:100dvh;width:100%;background:var(--bg-color);color:var(--text-color);overflow:hidden}.chat-sidebar{width:260px;background:var(--surface-1);border-right:1px solid var(--glass-border);display:flex;flex-direction:column;padding:0;flex-shrink:0}.chat-sidebar .sidebar-header{padding:20px;border-bottom:1px solid var(--glass-border)}.chat-sidebar .sidebar-header .sidebar-title{font-size:18px;font-weight:700}.chat-sidebar .new-chat-btn{margin:12px 16px;padding:10px;border:1px solid var(--glass-border);border-radius:8px;background:transparent;color:var(--text-color);cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.chat-sidebar .new-chat-btn:hover{background:var(--hover-overlay)}.chat-sidebar .sidebar-info{flex:1;padding:16px 20px}.chat-sidebar .sidebar-info p{font-size:13px;color:var(--text-muted);line-height:1.5}.chat-sidebar .sidebar-footer{padding:16px 20px;border-top:1px solid var(--glass-border)}.chat-sidebar .sidebar-footer .back-link{display:flex;align-items:center;gap:8px;color:var(--text-color);text-decoration:none;font-size:14px;font-weight:500;transition:opacity .2s}.chat-sidebar .sidebar-footer .back-link:hover{opacity:.7}@media(max-width:768px){.chat-sidebar{display:none}}.chat-main{flex:1;display:flex;flex-direction:column;min-width:0}.chat-main-header{display:none;align-items:center;gap:10px;padding:14px 16px;background:var(--surface-1);border-bottom:1px solid var(--glass-border);font-weight:600;font-size:16px}.chat-main-header .back-link-mobile{color:var(--text-color);font-size:18px;display:flex}.chat-main-header .chat-main-icon{font-size:20px;color:var(--primary-color)}@media(max-width:768px){.chat-main-header{display:flex}}.chat-messages-area{flex:1;overflow-y:auto;padding:16px 16px 8px;display:flex;flex-direction:column;gap:16px;max-width:800px;width:100%;margin:0 auto}.msg-row{display:flex;gap:12px;max-width:100%}.msg-row.user{flex-direction:row-reverse}.msg-row.user .msg-bubble-wrap{align-items:flex-end}.msg-row.user .msg-bubble-wrap .msg-bubble{background:var(--primary-color);color:#fff;border-radius:18px 18px 4px}.msg-row.assistant .msg-bubble{background:var(--surface-2);color:var(--text-color);border-radius:18px 18px 18px 4px}.msg-row .msg-avatar{width:32px;height:32px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0;margin-top:4px}.msg-row .msg-bubble-wrap{display:flex;flex-direction:column;gap:4px;max-width:75%}.msg-row .msg-bubble-wrap .msg-label{font-size:12px;font-weight:600;color:var(--text-muted);padding:0 4px}.msg-row .msg-bubble-wrap .msg-bubble{padding:12px 16px;font-size:15px;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.msg-row .msg-bubble-wrap .loading-msg{display:flex;align-items:center;justify-content:center;min-width:48px;min-height:40px}.msg-row .msg-bubble-wrap .loading-msg .spin{animation:spin .8s linear infinite;font-size:20px}.suggestions-area{padding:8px 0 4px}.suggestions-area .suggestions-label{font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:10px}.suggestions-area .suggestions-grid{display:flex;flex-wrap:wrap;gap:8px}.suggestions-area .suggestion-chip{padding:8px 14px;border:1px solid var(--glass-border);border-radius:20px;background:var(--surface-1);color:var(--text-color);font-size:13px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.suggestions-area .suggestion-chip:hover:not(:disabled){background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.suggestions-area .suggestion-chip:disabled{opacity:.5;cursor:not-allowed}.chat-input-area{padding:8px 16px 32px;max-width:800px;width:100%;margin:0 auto;background:var(--bg-color)}.chat-input-wrap{display:flex;align-items:flex-end;gap:8px;border:1px solid var(--glass-border);border-radius:16px;padding:6px 6px 6px 16px;background:var(--surface-1);box-shadow:0 2px 8px #0000000f}.chat-input-wrap textarea{flex:1;border:none;padding:8px 0;font-size:15px;font-family:inherit;resize:none;outline:none;background:transparent;color:var(--text-color);line-height:1.5;max-height:120px}.chat-input-wrap textarea::placeholder{color:var(--text-muted)}.chat-input-wrap .send-btn{width:38px;height:38px;border-radius:50%;background:var(--primary-color);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0;transition:all .2s ease}.chat-input-wrap .send-btn:hover:not(:disabled){opacity:.85;transform:scale(1.05)}.chat-input-wrap .send-btn:disabled{opacity:.3;cursor:not-allowed}.chat-footer-note{text-align:center;font-size:11px;color:var(--text-muted);margin-top:6px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.language-switcher{position:fixed;top:25px;right:25px;display:flex;gap:10px;background:var(--glass-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:8px;border-radius:25px;box-shadow:0 3px 15px #00000026;z-index:1002;transition:transform .3s ease,opacity .3s ease;transform:translateY(0);opacity:1;animation:slideIn .5s ease-out}@keyframes slideIn{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:480px){.language-switcher{gap:6px;padding:6px;top:20px;right:20px}}.language-switcher .language-btn{display:flex;align-items:center;justify-content:center;padding:10px;border:none;background:transparent;color:var(--text-color);cursor:pointer;border-radius:50%;transition:all .3s ease;width:42px;height:42px;position:relative}.language-switcher .language-btn.active:after{content:"";position:absolute;inset:-2px;border-radius:50%;border:2px solid #007AFF;opacity:0;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.5}70%{transform:scale(1.1);opacity:0}to{transform:scale(1);opacity:0}}@media(max-width:480px){.language-switcher .language-btn{padding:8px;width:38px;height:38px}}.language-switcher .language-btn:hover{background:var(--hover-overlay);transform:translateY(-1px)}.language-switcher .language-btn.active{background:#007aff;color:#fff;box-shadow:0 2px 8px #007bff4d}.language-switcher .language-btn .language-label{font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.section-skeleton{padding:var(--space-4xl) 0}.section-skeleton .title-skeleton{margin:0 auto var(--space-3xl)}.section-skeleton .cards-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-2xl)}@media(max-width:768px){.section-skeleton .cards-skeleton{grid-template-columns:1fr}}.section-skeleton .card-skeleton{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:var(--space-lg);border:1px solid rgba(255,255,255,.2)}.section-skeleton .card-skeleton>.skeleton{margin-bottom:var(--space-sm)}.section-skeleton .card-skeleton>.skeleton:last-child{margin-bottom:0}.section-skeleton .card-skeleton .skills-skeleton{display:flex;gap:var(--space-sm);margin-top:var(--space-md)}.section-title{text-align:center;margin-bottom:1.5rem;font-size:2rem!important;font-weight:700;color:var(--text-color)!important;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:50px;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px}:root{--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--bg-color: #FFFFFF;--surface-1: #ffffff;--surface-2: #f1f5f9;--text-color: #1e293b;--text-muted: #64748b;--header-bg: #21468B;--primary-color: #21468B;--secondary-color: #006644;--accent-color: #AE1C28;--card-bg: #ffffff;--glass-bg: rgba(255, 255, 255, .8);--glass-border: rgba(255, 255, 255, .2);--hover-overlay: rgba(0, 0, 0, .05);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1)}[data-theme=dark]{--bg-color: #0f172a;--surface-1: #1e293b;--surface-2: #334155;--text-color: #f8fafc;--text-muted: #94a3b8;--header-bg: #0f172a;--primary-color: #3b82f6;--secondary-color: #10b981;--accent-color: #ef4444;--card-bg: #1e293b;--glass-bg: rgba(30, 41, 59, .8);--glass-border: rgba(255, 255, 255, .1);--hover-overlay: rgba(255, 255, 255, .05);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .3);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .3), 0 2px 4px -2px rgb(0 0 0 / .3);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .3), 0 4px 6px -4px rgb(0 0 0 / .3)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.7;color:var(--text-color);background-color:var(--bg-color);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6,.section-title{font-family:Outfit,-apple-system,sans-serif}a{text-decoration:none!important}a:hover,a:focus,a:visited{text-decoration:none!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}*:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}@media(prefers-contrast:high){body{background-color:#fff;color:#000}}
