.cv-page{background:linear-gradient(135deg,#667eea,#764ba2);padding:0;min-height:100vh}.dark .cv-page{background:linear-gradient(135deg,#2d3748,#4a5568)}.cv-layout{padding-top:0;margin-top:0}.cv-modern-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#2d3748;background:#fff}.cv-modern-layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh;gap:0}.cv-sidebar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 1.5rem}.cv-photo-container{text-align:center;margin-bottom:2rem}.cv-photo{border-radius:50%;border:4px solid hsla(0,0%,100%,.2);width:140px;height:140px;object-fit:cover}.cv-sidebar-title{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;color:hsla(0,0%,100%,.95);border-bottom:2px solid hsla(0,0%,100%,.2);padding-bottom:.5rem}.cv-contact-section{margin-bottom:2.5rem}.cv-contact-item{display:flex;align-items:center;margin-bottom:.8rem;font-size:.9rem}.cv-contact-icon{margin-right:.8rem;width:20px;text-align:center;opacity:.9}.cv-contact-link{color:inherit;text-decoration:none}.cv-contact-link:hover{text-decoration:underline}.cv-skills-section{margin-bottom:2.5rem}.cv-skill-group{margin-bottom:1.5rem}.cv-skill-category-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.8rem;color:hsla(0,0%,100%,.8)}.cv-skill-tags{display:flex;flex-wrap:wrap;gap:.4rem}.cv-skill-tag{background:hsla(0,0%,100%,.15);padding:.3rem .6rem;border-radius:12px;font-size:.75rem;font-weight:500;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1)}.cv-languages-section{margin-bottom:2.5rem}.cv-language-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;font-size:.9rem}.cv-language-name{font-weight:500}.cv-language-level{font-size:.8rem;opacity:.8}.cv-hobbies-list{display:flex;flex-wrap:wrap;gap:.5rem}.cv-hobby-item{background:hsla(0,0%,100%,.15);padding:.4rem .8rem;border-radius:15px;font-size:.8rem;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1)}.cv-main-content{padding:3rem 3rem 2rem;background:#fff}.cv-header{margin-bottom:3rem;position:relative}.cv-name{font-size:3rem;font-weight:300;color:#1a202c;margin:0 0 .5rem;letter-spacing:-1px}.cv-title{font-size:1.5rem;color:#667eea;margin:0 0 1rem;font-weight:500}.cv-header-accent{width:60px;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px}.cv-section{margin-bottom:2.5rem}.cv-section-title{font-size:1.4rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.cv-section-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(135deg,#667eea,#764ba2)}.cv-summary-text{font-size:1rem;line-height:1.7;color:#4a5568;text-align:justify}.cv-experience-item{margin-bottom:2rem;position:relative;padding-left:1rem;border-left:2px solid #e2e8f0}.cv-experience-item:before{content:"";position:absolute;left:-5px;top:0;width:8px;height:8px;background:#667eea;border-radius:50%}.cv-experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.cv-job-title{font-size:1.1rem;font-weight:600;color:#2d3748;margin:0}.cv-job-date{font-size:.9rem;color:#718096;font-weight:500;white-space:nowrap}.cv-company-location{margin-bottom:.8rem}.cv-company{font-weight:500;color:#4a5568;margin-right:1rem}.cv-location{font-size:.9rem;color:#718096}.cv-job-description{margin:0;padding-left:1.2rem}.cv-job-description li{margin-bottom:.4rem;color:#4a5568;line-height:1.6}.cv-education-item{margin-bottom:1.5rem;position:relative;padding-left:1rem;border-left:2px solid #e2e8f0}.cv-education-item:before{content:"";position:absolute;left:-5px;top:0;width:8px;height:8px;background:#667eea;border-radius:50%}.cv-education-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.cv-degree{font-size:1.1rem;font-weight:600;color:#2d3748;margin:0}.cv-edu-date{font-size:.9rem;color:#718096;font-weight:500}.cv-school-location{margin-bottom:.5rem}.cv-school{font-weight:500;color:#4a5568;margin-right:1rem}.cv-edu-location{font-size:.9rem;color:#718096}.cv-edu-status{font-size:.9rem;color:#667eea;font-style:italic}.cv-project-item{margin-bottom:2rem;border:1px solid #e2e8f0;border-radius:8px;background:#f7fafc;overflow:hidden}.cv-project-image{width:100%;height:200px;overflow:hidden;position:relative;border-radius:8px 8px 0 0}.cv-project-img{width:100%;height:auto;min-height:100%;object-fit:cover;object-position:top;transition:transform .3s ease}@keyframes slowScroll{0%{transform:translateY(0)}to{transform:translateY(-30%)}}.cv-project-item:hover .cv-project-img{animation:slowScroll 6s ease-in-out infinite alternate}.cv-project-content{padding:1.5rem}.cv-project-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.8rem}.cv-project-title{font-size:1.1rem;font-weight:600;color:#2d3748;margin:0}.cv-project-url{font-size:.9rem;color:#667eea;font-weight:500;text-decoration:underline;word-break:break-all;display:inline-block}.cv-project-url:hover{color:#764ba2}.cv-project-description{color:#4a5568;line-height:1.6;margin-bottom:1rem}.cv-project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.cv-tech-tag{background:#667eea;color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.cv-actions{position:fixed;bottom:2rem;right:2rem;display:flex;gap:1rem;z-index:100}.cv-action-btn{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.2rem;border-radius:8px;font-weight:500;text-decoration:none;transition:all .2s;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.cv-action-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;cursor:pointer}.cv-action-primary:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px rgba(0,0,0,.2)}.cv-action-secondary{background:#fff;color:#4a5568;border:1px solid #e2e8f0}.cv-action-secondary:hover{background:#f7fafc;transform:translateY(-2px);box-shadow:0 8px 15px -3px rgba(0,0,0,.1)}@media screen{.cv-modern-container.screen-mode{min-height:100vh;margin:0;box-shadow:0 0 50px rgba(0,0,0,.1)}}@media print{*{-webkit-print-color-adjust:exact!important;color-adjust:exact!important;print-color-adjust:exact!important}.absolute,.cv-actions,.cv-header-web,.fixed,.no-print,[class*=dropdown],[class*=footer],[class*=header],[class*=menu],[class*=modal],[class*=navigation],[class*=overlay],[class*=switcher],[class*=toggle],[role=contentinfo],[role=dialog],[role=menu],[role=menubar],[role=navigation],[style*="position: absolute"],[style*="position: fixed"],[style*=z-index],footer,header,nav{display:none!important;visibility:hidden!important;opacity:0!important}body{background:#fff!important}.cv-modern-container,body{margin:0!important;padding:0!important}.cv-modern-container{max-width:none!important;width:100%!important;box-shadow:none!important;min-height:auto!important;font-size:10pt!important;line-height:1.3!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.cv-modern-layout{display:grid!important;grid-template-columns:2.2in 1fr!important;gap:0!important;min-height:auto!important}.cv-sidebar{background:linear-gradient(135deg,#4a5568,#667eea)!important;color:#fff!important;padding:.45in .28in!important;page-break-inside:avoid!important}.cv-languages-section{page-break-before:page!important;break-before:page!important;padding-top:.25in!important}.cv-photo{width:90pt!important;height:90pt!important;border:3pt solid hsla(0,0%,100%,.25)!important;margin-bottom:.15in!important}.cv-sidebar-title{font-size:9pt!important;font-weight:600!important;margin-bottom:8pt!important;border-bottom:2pt solid hsla(0,0%,100%,.25)!important;padding-bottom:3pt!important;text-transform:uppercase!important;letter-spacing:.5pt!important}.cv-contact-item{font-size:7pt!important;margin-bottom:4pt!important}.cv-contact-link{color:#fff!important;text-decoration:underline!important}.cv-skill-group{margin-bottom:8pt!important}.cv-skill-category-title{font-size:6pt!important;margin-bottom:3pt!important}.cv-hobby-item,.cv-skill-tag{font-size:6pt!important;padding:1pt 3pt!important;margin:1pt 1pt 1pt 0!important;background:hsla(0,0%,100%,.2)!important;border:none!important;border-radius:2pt!important}.cv-language-item{font-size:7pt!important;margin-bottom:3pt!important}.cv-main-content{padding:.4in .35in!important;background:#fff!important}.cv-name{font-size:22pt!important;margin-bottom:4pt!important;font-weight:300!important;color:#1a202c!important;letter-spacing:-.5pt!important}.cv-title{font-size:12pt!important;color:#4a5568!important;margin-bottom:8pt!important;font-weight:500!important}.cv-header-accent{width:36pt!important;height:3pt!important;margin-bottom:.15in!important;background:linear-gradient(135deg,#4a5568,#667eea)!important}.cv-section{margin-bottom:.12in!important;page-break-inside:auto!important}.cv-projects-section{page-break-before:page!important;break-before:page!important;padding-top:.25in!important}.cv-section-title{font-size:11pt!important;font-weight:600!important;color:#1a202c!important;margin-bottom:8pt!important;padding-bottom:3pt!important;text-transform:uppercase!important;letter-spacing:.5pt!important}.cv-section-title:after{width:24pt!important;height:2pt!important;background:linear-gradient(135deg,#4a5568,#667eea)!important}.cv-summary-text{font-size:9pt!important;line-height:1.4!important;color:#2d3748!important;text-align:justify!important;margin-bottom:.1in!important}.cv-education-item,.cv-experience-item{margin-bottom:10pt!important;padding-left:8pt!important;border-left:2pt solid #4a5568!important;page-break-inside:avoid!important}.cv-education-item:before,.cv-experience-item:before{width:6pt!important;height:6pt!important;left:-4pt!important;background:#4a5568!important}.cv-degree,.cv-job-title{font-size:10pt!important;font-weight:600!important;color:#1a202c!important;margin-bottom:3pt!important;line-height:1.2!important}.cv-edu-date,.cv-job-date{font-size:8pt!important;color:#4a5568!important;font-weight:500!important}.cv-company,.cv-school{font-size:9pt!important;font-weight:500!important;color:#2d3748!important}.cv-edu-location,.cv-location{font-size:8pt!important;color:#4a5568!important;font-style:italic!important}.cv-job-description{padding-left:10pt!important;margin-top:4pt!important}.cv-job-description li{font-size:8.5pt!important;line-height:1.3!important;margin-bottom:3pt!important;color:#2d3748!important}.cv-project-item{margin-bottom:15pt!important;border:1pt solid #ddd!important;border-radius:2pt!important;background:#f9f9f9!important;page-break-inside:avoid!important;break-inside:avoid!important;overflow:visible!important;padding:0!important}.cv-project-image,.cv-project-img{display:none!important}.cv-project-content{padding:8pt!important}.cv-project-header{display:block!important;margin-bottom:6pt!important}.cv-project-title{font-size:11pt!important;font-weight:600!important;color:#1a202c!important;margin:0 0 4pt!important;display:block!important;line-height:1.2!important}.cv-project-url{font-size:8.5pt!important;color:#667eea!important;text-decoration:underline!important;word-break:break-all!important;display:block!important;margin-bottom:5pt!important;font-weight:500!important}.cv-project-url:after{content:""!important}.cv-project-description{font-size:8.5pt!important;line-height:1.3!important;color:#2d3748!important;margin-bottom:6pt!important;text-align:justify!important}.cv-tech-tag{font-size:7pt!important;padding:2pt 4pt!important;margin:1pt 2pt 1pt 0!important;background:#667eea!important;color:#fff!important;border-radius:3pt!important;font-weight:500!important}.cv-edu-status{font-size:8pt!important;color:#667eea!important;font-style:italic!important;font-weight:500!important}@page{size:A4;margin:.5in .5in .5in .5in;orphans:3;widows:3}.cv-section-title{page-break-after:avoid!important;break-after:avoid!important;page-break-inside:avoid!important}.cv-education-item,.cv-experience-item,.cv-project-item{page-break-inside:avoid!important;break-inside:avoid!important}.cv-projects-section{break-before:auto!important;padding-top:.15in!important}.cv-experience-item:nth-child(3)~.cv-section,.cv-projects-section{page-break-before:auto!important}.cv-section:has(+.cv-projects-section){page-break-after:auto!important}.cv-contact-section,.cv-skills-section{page-break-inside:avoid!important}.cv-section{orphans:3!important;widows:3!important}.cv-section:last-child{page-break-after:auto!important}}@media screen and (max-width:768px){.cv-modern-layout{grid-template-columns:1fr!important}.cv-sidebar{order:2;background:#f7fafc!important;color:#2d3748!important;border-top:4px solid #667eea}.cv-main-content{order:1;padding:2rem 1.5rem!important}.cv-actions{position:relative!important;bottom:auto!important;right:auto!important;margin-top:2rem!important;justify-content:center!important}}.cv-dark{color:#e2e8f0}.cv-dark,.cv-dark .cv-modern-layout{background:#1a1a1a}.cv-dark .cv-sidebar{background:linear-gradient(135deg,#2d3748,#4a5568);color:#e2e8f0}.cv-dark .cv-sidebar-title{color:#f7fafc;border-bottom-color:rgba(226,232,240,.3)}.cv-dark .cv-contact-link{color:#90cdf4}.cv-dark .cv-contact-link:hover{color:#63b3ed}.cv-dark .cv-skill-tag{background:#4299e1;color:#fff}.cv-dark .cv-language-level{color:#a0aec0}.cv-dark .cv-hobby-item{background:rgba(66,153,225,.2);color:#90cdf4}.cv-dark .cv-main-content{background:#1a1a1a}.cv-dark .cv-name{color:#f7fafc}.cv-dark .cv-title{color:#a0aec0}.cv-dark .cv-section-title{color:#f7fafc}.cv-dark .cv-section-title:after{background:linear-gradient(135deg,#4299e1,#667eea)}.cv-dark .cv-summary-text{color:#cbd5e0}.cv-dark .cv-experience-item{border-left-color:#4299e1}.cv-dark .cv-experience-item:before{background:#4299e1}.cv-dark .cv-job-title{color:#f7fafc}.cv-dark .cv-job-date{color:#4299e1}.cv-dark .cv-company{color:#e2e8f0}.cv-dark .cv-location{color:#a0aec0}.cv-dark .cv-job-description li{color:#cbd5e0}.cv-dark .cv-job-description li:before{color:#4299e1}.cv-dark .cv-education-item{border-left-color:#4299e1}.cv-dark .cv-education-item:before{background:#4299e1}.cv-dark .cv-degree{color:#f7fafc}.cv-dark .cv-edu-date{color:#a0aec0}.cv-dark .cv-school{color:#e2e8f0}.cv-dark .cv-edu-location{color:#a0aec0}.cv-dark .cv-edu-status{color:#4299e1}.cv-dark .cv-project-item{background:#2d3748;border-color:#4a5568}.cv-dark .cv-project-title{color:#f7fafc}.cv-dark .cv-project-url{color:#90cdf4}.cv-dark .cv-project-url:hover{color:#63b3ed}.cv-dark .cv-project-description{color:#cbd5e0}.cv-dark .cv-tech-tag{background:#4299e1;color:#fff}@media screen and (max-width:768px){.cv-dark .cv-sidebar{background:#2d3748!important;color:#e2e8f0!important;border-top-color:#4299e1}}