@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#1a1a1a,#2d2d2d,#1f2937);color:#fff;margin:0;padding:0;line-height:1.6;min-height:100vh;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(3,105,161,.08) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(14,165,233,.06) 0%,transparent 50%);pointer-events:none;z-index:-1}main{max-width:1200px;margin:1rem auto;background:#1f2937b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(59,130,246,.2);border-radius:24px;overflow:hidden;display:flex;flex-direction:column;min-height:800px;box-shadow:0 25px 50px -12px #0009,0 0 0 1px #3b82f61a;position:relative}main:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.3),transparent)}.cv-header{background:linear-gradient(135deg,#1f2937cc,#374151b3);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;padding:2rem;width:100%;order:1;position:relative;box-sizing:border-box}.cv-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.2) 20%,rgba(59,130,246,.6) 50%,rgba(59,130,246,.2) 80%,transparent 100%)}.header-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:100%;box-sizing:border-box;position:relative}.header-text{flex:1;min-width:0}.name{font-size:3rem;font-weight:800;margin:0 0 .5rem;letter-spacing:-.03em;color:#fff;word-wrap:break-word;background:linear-gradient(135deg,#fff,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(59,130,246,.2)}.title{font-size:1.4rem;font-weight:400;margin:0;color:#60a5fa;word-wrap:break-word;opacity:.9;letter-spacing:.02em}.photo-container{flex-shrink:0;margin-left:1rem;position:relative;margin-right:120px}.photo{width:140px;height:140px;border-radius:50%;object-fit:cover;border:3px solid rgba(59,130,246,.3);display:block;box-shadow:0 20px 40px #0000004d,0 0 0 1px #3b82f61a;transition:all .3s ease}.photo:hover{transform:scale(1.05);box-shadow:0 25px 50px #0006,0 0 0 1px #3b82f64d}.photo-placeholder{width:140px;height:140px;border-radius:50%;background:linear-gradient(135deg,#37415199,#4b556366);border:3px solid rgba(59,130,246,.3);display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#60a5fa;box-shadow:0 20px 40px #0000004d,0 0 0 1px #3b82f61a;transition:all .3s ease}.photo-placeholder:hover{transform:scale(1.05);background:linear-gradient(135deg,#374151cc,#4b556399)}.language-toggle{position:fixed;top:2rem;right:8rem;display:flex;background:#37415199;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;padding:4px;border:1px solid rgba(59,130,246,.2);z-index:1000;box-shadow:0 8px 32px #0000004d}.toggle-btn{background:transparent;border:none;color:#60a5fa;padding:.6rem 1.2rem;font-size:.875rem;font-weight:500;cursor:pointer;border-radius:8px;transition:all .3s ease;font-family:inherit;letter-spacing:.02em}.toggle-btn:hover{color:#fff;background:#3b82f61a;transform:translateY(-1px)}.toggle-btn.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f666}.content-container{display:flex;flex:1;order:2}.side-panel{width:300px;background:#374151b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2rem;flex-shrink:0;order:1;position:relative}.side-panel:after{content:"";position:absolute;top:0;right:0;width:1px;height:100%;background:linear-gradient(180deg,transparent,rgba(59,130,246,.2),transparent)}.panel-section{margin-bottom:2rem}.panel-section:last-child{margin-bottom:0}.panel-section h3{color:#60a5fa;font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(59,130,246,.2);letter-spacing:.02em;text-transform:uppercase;font-size:.875rem}.skills-list{display:flex;flex-direction:column;gap:.5rem}.skill-item{display:flex;justify-content:space-between;align-items:center;padding:.35rem .6rem;background:#4b556366;border-radius:6px;border:1px solid rgba(59,130,246,.1);transition:all .3s ease}.skill-item:hover{background:#4b556399;border-color:#3b82f64d;transform:translate(4px)}.skill-name{color:#fff;font-weight:500;font-size:.75rem}.skill-level{color:#60a5fa;font-size:.6rem;font-weight:500;background:#3b82f61a;padding:.15rem .4rem;border-radius:8px;border:1px solid rgba(59,130,246,.2)}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-link-text{display:flex;flex-direction:column;gap:.25rem;padding:.75rem 1rem;background:#4b556366;border-radius:12px;border:1px solid rgba(59,130,246,.1);transition:all .3s ease}.social-link-text:hover{background:#4b556399;border-color:#3b82f64d;transform:translate(4px)}.social-header{display:flex;align-items:center;gap:.75rem;margin-bottom:0}.social-icon{font-size:1.3rem;width:24px;text-align:center;color:#60a5fa;display:flex;align-items:center;justify-content:center}.social-platform{font-weight:600;font-size:.9rem;color:#60a5fa;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center}.social-url{color:#e0e7ff;text-decoration:none;font-size:.75rem;word-break:break-all;transition:all .3s ease;margin-top:-.2rem;line-height:1.2;border-bottom:none}.social-url:hover{color:#fff;text-decoration:underline;text-underline-offset:2px;border-bottom:none}.languages-list{display:flex;flex-direction:column;gap:.75rem}.language-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#4b556366;border-radius:12px;border:1px solid rgba(59,130,246,.1);transition:all .3s ease}.language-item:hover{background:#4b556399;border-color:#3b82f64d;transform:translate(4px)}.language-name{color:#fff;font-weight:500;font-size:.95rem}.language-level{color:#60a5fa;font-size:.8rem;font-weight:500;background:#3b82f61a;padding:.25rem .75rem;border-radius:20px;border:1px solid rgba(59,130,246,.2)}.main-content{flex:1;display:flex;flex-direction:column;order:2}.cv-content{padding:2rem;background:#1f29374d;flex:1}h1,h2,h3{font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#fff;letter-spacing:-.02em}h1{font-size:2rem;padding-bottom:.75rem;color:#fff;position:relative}h1:before{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.3) 15%,rgba(59,130,246,.8) 50%,rgba(59,130,246,.3) 85%,transparent 100%)}h2{font-size:1.6rem;color:#60a5fa;font-weight:600;position:relative}h3{font-size:1.3rem;color:#fff;font-weight:500}p{margin-bottom:1.25rem;color:#e0e7ff;line-height:1.7;font-size:1rem}ul,ol{margin-bottom:1.25rem;padding-left:1.5rem;color:#e0e7ff}li{margin-bottom:.75rem;color:#e0e7ff;line-height:1.6}a{color:#60a5fa;text-decoration:none;transition:all .3s ease;border-bottom:1px solid transparent}a:hover{color:#fff;border-bottom-color:#60a5fa}h2:contains("•"){font-size:.9em}.markdown-experience strong{font-size:.75em;font-weight:400;font-style:italic;color:#60a5fa;opacity:.7;display:block;margin-top:.05rem;margin-bottom:.05rem}.markdown-experience h2{font-size:1.6rem;color:#60a5fa;font-weight:600;position:relative}.markdown-experience h2:after{content:"";font-size:.75em;font-weight:400;font-style:italic;color:#60a5fa;opacity:.7}.markdown-experience em{font-size:.75em;color:#fff;opacity:.8}.markdown-experience h2 em{font-size:.75em;color:#60a5fa;opacity:.7}.markdown-experience h3 em{font-size:.75em;color:#fff;opacity:.8}.markdown-experience h2,.markdown-experience h3{letter-spacing:.1em}.tabs{display:flex;gap:4rem;margin:2rem 0 1rem;padding-bottom:.75rem;position:relative}.tabs:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.3) 15%,rgba(59,130,246,.8) 50%,rgba(59,130,246,.3) 85%,transparent 100%)}.tab{background:transparent;border:none;color:#60a5fa;font-size:2rem;font-weight:600;padding:0;cursor:pointer;transition:all .3s ease;position:relative;letter-spacing:-.02em}.tab:hover,.tab.active{color:#fff}.tab.active:after{content:"";position:absolute;bottom:-.75rem;left:0;width:60px;height:2px;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:1px}.tab-content{min-height:400px}.markdown-experience h3{font-size:1.1rem;color:#fff;font-weight:500}.markdown-experience h3:after{content:"";font-size:.6em;font-weight:400;color:#60a5fa;opacity:.7}.markdown-experience h2{font-size:1.6rem}.markdown-experience h2+p{margin-top:.1rem;margin-bottom:.25rem}.markdown-experience h2+strong{display:block;margin-top:.1rem;margin-bottom:.25rem}.markdown-experience h2+*{margin-top:.1rem!important}.markdown-experience h2{margin-bottom:.1rem!important;margin-top:2rem;padding-left:0;margin-left:0}.markdown-experience h1+h2{margin-top:2rem}.markdown-experience h2+h3{margin-top:.25rem}.markdown-experience strong+h3{margin-top:.25rem}.markdown-experience p+h3{margin-top:.25rem}.markdown-education h2{font-size:1.6rem;color:#60a5fa;font-weight:600;position:relative;margin-bottom:.1rem!important;margin-top:2rem;padding-left:0;margin-left:0}.markdown-education h3{font-size:1.1rem;color:#fff;font-weight:500}.markdown-education h2+h3{margin-top:.25rem}.markdown-education h2+*{margin-top:.1rem!important}.markdown-education h1+h2{margin-top:2rem}.markdown-education em{font-size:.75em;color:#fff;opacity:.8}.markdown-education h2 em{font-size:.75em;color:#60a5fa;opacity:.7}.markdown-education h3 em{font-size:.75em;color:#fff;opacity:.8}.markdown-education h2,.markdown-education h3{letter-spacing:.1em}@media print{body{background:#fff!important;color:#000!important}body:before{display:none!important}main{box-shadow:none!important;background:#fff!important;margin:0!important;border-radius:0!important;border:none!important;flex-direction:column!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.content-container{flex-direction:column!important}.cv-header{background:#fff!important;color:#000!important;border-bottom:2px solid #000;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.name{background:none!important;-webkit-text-fill-color:#000!important;color:#000!important}.title{color:#333!important}.language-toggle{display:none!important}.side-panel{background:#f8f9fa!important;border-right:1px solid #ccc!important;width:auto!important;padding:1rem!important;order:2!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.main-content{order:1!important}.panel-section h3{color:#000!important;border-bottom-color:#ccc!important}.skill-name,.language-name{color:#000!important}.skill-level,.language-level{color:#666!important;background:#f0f0f0!important;border-color:#ccc!important}.social-link-text{color:#000!important;background:transparent!important;border:none!important}.social-header{display:flex!important;align-items:center!important;gap:.5rem!important}.social-icon{color:#000!important}.social-platform{color:#000!important;font-weight:600!important}.social-url{color:#000!important;text-decoration:underline!important}.photo-placeholder{background:#f0f0f0!important;border-color:#000!important;color:#000!important}.cv-content{padding:1rem 0!important;background:#fff!important}h1{border-bottom-color:#000!important;color:#000!important}h1:after{background:#000!important}h2,h3,p,li{color:#000!important}a{color:#000!important;text-decoration:underline!important}}@media (max-width: 1024px){.content-container{flex-direction:column}.side-panel{width:100%;border-right:none;padding:2rem;order:2}.main-content{order:1}.panel-section{margin-bottom:2rem}.skills-list,.languages-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.social-links{flex-direction:row;flex-wrap:wrap;gap:1rem}}@media (max-width: 768px){main{margin:1rem;border-radius:16px}.cv-header{padding:2rem 1.5rem}.header-content{flex-direction:column;text-align:center;gap:1.5rem}.name{font-size:2.5rem}.photo-container{margin-left:0;margin-top:0}.language-toggle{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);top:auto;right:auto}.cv-content{padding:2rem 1.5rem}.skills-list,.languages-list{grid-template-columns:1fr}}@media (max-width: 480px){.cv-header{padding:1.5rem 1rem}.name{font-size:2rem}.title{font-size:1.2rem}.photo,.photo-placeholder{width:120px;height:120px}.side-panel,.cv-content{padding:1.5rem 1rem}}.print-mode{background:#fff!important;color:#000!important}.print-mode body{border:none!important;box-shadow:none!important}.print-mode body:before{display:none!important}.print-mode body:after{display:none!important}.print-mode main{box-shadow:none!important;border:none!important;border-radius:0!important;margin:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.print-mode main:before{display:none!important}.print-mode main:after{display:none!important}.print-mode .cv-header{background:#fff!important;color:#000!important;border-bottom:none!important;display:flex!important;flex-direction:column!important;padding:1rem 2rem!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.print-mode .cv-header:after{display:none!important}.print-mode .cv-header:before{display:none!important}.print-mode .header-content{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:2rem!important;max-width:100%!important;box-sizing:border-box!important;position:relative!important}.print-mode .header-text{flex:1!important;min-width:0!important}.print-mode .photo-container{flex-shrink:0!important;margin-left:1rem!important;position:relative!important;margin-right:120px!important;margin-top:0!important}.print-mode .header-content{flex-direction:row!important;text-align:left!important;gap:2rem!important}.print-mode .name{font-size:3rem!important}.print-mode .name{background:none!important;-webkit-text-fill-color:#000!important;color:#000!important;font-size:2.5rem!important;margin-bottom:.25rem!important;-webkit-background-clip:unset!important;background-clip:unset!important;text-shadow:none!important;font-weight:700!important;-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;font-smoothing:auto!important;filter:none!important;transform:none!important}.print-mode .title{color:#333!important;font-size:1.2rem!important;margin-bottom:0!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;text-shadow:none!important;font-weight:500!important;-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;font-smoothing:auto!important;filter:none!important;transform:none!important}.print-mode .content-container{flex-direction:row!important}.print-mode .side-panel{background:#fff!important;border-right:none!important;width:280px!important;padding:1.5rem!important;flex-shrink:0!important;order:1!important;display:block!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important}.print-mode .side-panel:after{display:none!important}.print-mode .side-panel:before{display:none!important}.print-mode .main-content{order:2!important;flex:1!important;border:none!important;box-shadow:none!important}.print-mode .content-container{border:none!important;box-shadow:none!important}.print-mode .cv-content{border:none!important;box-shadow:none!important;background:#fff!important}.print-mode *{border-image:none!important;outline:none!important}.print-mode .panel-section,.print-mode .skill-item,.print-mode .language-item,.print-mode .social-link-text{background:#fff!important;border:none!important;box-shadow:none!important}.print-mode .skill-level,.print-mode .language-level{background:#fff!important;border:none!important;color:#666!important}.print-mode .panel-section h3{color:#000!important;border-bottom-color:#ccc!important}.print-mode .skill-name,.print-mode .language-name{color:#000!important}.print-mode .skill-level,.print-mode .language-level{color:#666!important;background:#f0f0f0!important;border-color:#ccc!important}.print-mode .social-link-text{color:#000!important;background:transparent!important;border:none!important}.print-mode .social-header{display:flex!important;align-items:center!important;gap:.5rem!important}.print-mode .social-icon{color:#000!important}.print-mode .social-platform{color:#000!important;font-weight:600!important}.print-mode .social-url{color:#000!important;text-decoration:underline!important}.print-sections{margin-top:1rem}.print-section{margin-bottom:2rem}.print-section-title{font-size:1.5rem;color:#3b82f6;font-weight:600;margin-bottom:1rem;padding-bottom:.25rem;border-bottom:2px solid #3b82f6}.print-mode .markdown-experience h2,.print-mode .markdown-education h2{color:#3b82f6!important;font-size:1.2rem!important;margin-bottom:.5rem!important;margin-top:1rem!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;text-shadow:none!important;-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;font-smoothing:auto!important;filter:none!important;transform:none!important}.print-mode .markdown-experience h3,.print-mode .markdown-education h3{color:#000!important;font-size:1rem!important;margin-bottom:.25rem!important;margin-top:.5rem!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;text-shadow:none!important;-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;font-smoothing:auto!important;filter:none!important;transform:none!important}.print-mode h1{color:#3b82f6!important;font-size:1.5rem!important;font-weight:600!important;margin-bottom:1rem!important;padding-bottom:.25rem!important;border-bottom:2px solid #3b82f6!important}.print-mode .markdown-experience em,.print-mode .markdown-education em{color:#666!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;text-shadow:none!important;-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;font-smoothing:auto!important;filter:none!important;transform:none!important}.print-mode .markdown-experience h2 em,.print-mode .markdown-education h2 em,.print-mode .markdown-experience strong,.print-mode .markdown-education strong{color:#3b82f6!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;text-shadow:none!important;-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;font-smoothing:auto!important;filter:none!important;transform:none!important}.print-mode .markdown-experience ul,.print-mode .markdown-education ul,.print-mode .markdown-experience li,.print-mode .markdown-education li{color:#000!important}.print-mode .markdown-experience p,.print-mode .markdown-education p,.print-mode .markdown-experience ul,.print-mode .markdown-education ul,.print-mode .markdown-experience li,.print-mode .markdown-education li{background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:unset!important;background-clip:unset!important;text-shadow:none!important;-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;font-smoothing:auto!important;filter:none!important;transform:none!important}.print-mode .markdown-about p,.print-mode .markdown-about ul,.print-mode .markdown-about li{color:#000!important;margin-bottom:.5rem!important}.print-mode .markdown-experience p,.print-mode .markdown-education p,.print-mode .markdown-experience li,.print-mode .markdown-education li{margin-bottom:.25rem!important}.print-mode .panel-section{margin-bottom:1.5rem!important}.print-mode .panel-section h3{margin-bottom:.75rem!important}.print-mode .skill-item,.print-mode .language-item{margin-bottom:.5rem!important}.print-mode .print-button{display:none!important}.export-mode{background:#0f172a!important}.export-mode main{background:#1f2937b3!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:1px solid rgba(59,130,246,.2)!important;border-radius:24px!important;box-shadow:0 25px 50px -12px #0009,0 0 0 1px #3b82f61a!important}.export-mode .cv-header{background:linear-gradient(135deg,#1f2937cc,#374151b3)!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;color:#fff!important;display:flex!important;flex-direction:column!important}.export-mode .header-content{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:2rem!important;max-width:100%!important;box-sizing:border-box!important;position:relative!important}.export-mode .header-text{flex:1!important;min-width:0!important}.export-mode .photo-container{flex-shrink:0!important;margin-left:1rem!important;position:relative!important;margin-right:120px!important;margin-top:0!important}.export-mode .header-content{flex-direction:row!important;text-align:left!important;gap:2rem!important}.export-mode .name{font-size:3rem!important}.export-mode .name{background:linear-gradient(135deg,#fff,#3b82f6)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;color:#fff!important}.export-mode .title{color:#60a5fa!important}.export-mode .side-panel{background:#374151b3!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important}.export-mode .panel-section h3{color:#60a5fa!important;border-bottom-color:#3b82f633!important}.export-mode .skill-name,.export-mode .language-name{color:#fff!important}.export-mode .skill-level,.export-mode .language-level{color:#60a5fa!important;background:#3b82f61a!important;border-color:#3b82f633!important}.export-mode .social-link-text{color:#fff!important;background:#3741514d!important;border:1px solid rgba(59,130,246,.2)!important}.export-mode .social-platform{color:#fff!important}.export-mode .social-url,.export-mode .markdown-experience h2,.export-mode .markdown-education h2{color:#60a5fa!important}.export-mode .markdown-experience h3,.export-mode .markdown-education h3{color:#fff!important}.export-mode .markdown-experience em,.export-mode .markdown-education em{color:#fff!important;opacity:.8!important}.export-mode .markdown-experience h2 em,.export-mode .markdown-education h2 em{color:#60a5fa!important;opacity:.7!important}.export-mode .markdown-experience strong,.export-mode .markdown-education strong{color:#60a5fa!important}.export-mode .markdown-experience ul,.export-mode .markdown-education ul,.export-mode .markdown-experience li,.export-mode .markdown-education li,.export-mode .markdown-about p,.export-mode .markdown-about ul,.export-mode .markdown-about li{color:#fff!important}.export-mode h1{color:#60a5fa!important}.export-mode .print-section-title{color:#60a5fa!important;border-bottom-color:#60a5fa!important}
