.resume-controls{padding:2rem 0;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.1)}.resume-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.resume-layout-modern{display:grid;grid-template-columns:350px 1fr;min-height:calc(100vh - 200px);max-width:1400px;margin:0 auto;background:#ffffff05;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000004d;border:1px solid rgba(255,255,255,.1)}.resume-sidebar{background:linear-gradient(135deg,#1a1a1a,#2a2a2a);padding:3rem 2.5rem;border-right:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:3rem}.resume-profile{text-align:center;padding-bottom:2rem;border-bottom:2px solid rgba(255,215,0,.3)}.resume-name{font-family:Playfair Display,serif;font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg,#fff,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.resume-contact{display:flex;flex-direction:column;gap:.8rem}.resume-contact p{display:flex;align-items:center;gap:.8rem;font-size:.9rem;color:#ccc;margin:0}.resume-contact i{color:gold;width:16px;font-size:.9rem}.resume-section{margin-bottom:2.5rem}.resume-section h3{color:gold;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid rgba(255,215,0,.3);padding-bottom:.5rem}.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-item{display:flex;flex-direction:column;gap:.3rem}.stat-label{font-size:.8rem;color:#999;font-weight:500}.stat-value{font-size:.9rem;color:#fff;font-weight:600}.impact-metrics{display:flex;flex-direction:column;gap:1.5rem}.metric{text-align:center;padding:1.5rem;background:#ffd7001a;border:1px solid rgba(255,215,0,.3);border-radius:8px;transition:transform .3s ease}.metric:hover{transform:translateY(-2px)}.metric-number{display:block;font-size:1.5rem;font-weight:700;color:gold;margin-bottom:.5rem}.metric-label{font-size:.8rem;color:#ccc;line-height:1.3}.resume-main{padding:3rem;background:#0a0a0af2}.resume-header-main{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid rgba(255,215,0,.3)}.resume-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#fff,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.resume-tagline{font-size:1.1rem;line-height:1.6;color:#ccc;max-width:600px;margin:0}.resume-main .resume-section h3{display:flex;align-items:center;gap:.8rem;font-size:1.3rem;color:gold;margin-bottom:2rem}.resume-main .resume-section h3 i{font-size:1.1rem}.highlights-list{display:flex;flex-direction:column;gap:1rem}.highlight-item{padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;border-left:4px solid #ffd700;transition:transform .3s ease,background .3s ease}.highlight-item:hover{transform:translate(5px);background:#ffffff14}.highlight-item strong{color:gold;font-weight:600}.credits-list{display:flex;flex-direction:column;gap:1.5rem}.credit-item{padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:transform .3s ease,background .3s ease}.credit-item:hover{transform:translateY(-2px);background:#ffffff14;box-shadow:0 8px 25px #0003}.credit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.credit-title{font-size:1.1rem;font-weight:600;color:#fff}.credit-year{font-size:.9rem;color:gold;font-weight:600;background:#ffd7001a;padding:.3rem .8rem;border-radius:4px}.credit-details{display:flex;flex-direction:column;gap:.4rem}.credit-role{font-size:1rem;color:#fff;font-weight:500}.credit-type{font-size:.9rem;color:#ccc;font-style:italic}.resume-main .skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.resume-main .skill-category{padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:transform .3s ease}.resume-main .skill-category:hover{transform:translateY(-2px)}.resume-main .skill-category h4{color:gold;font-size:1rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.resume-main .skill-category p{color:#ccc;font-size:.9rem;line-height:1.6;margin:0}.representation-note{color:#ccc;font-style:italic;text-align:center;padding:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;margin:0}.smart-picture{display:block;width:100%;height:100%}.smart-picture img{width:100%;height:100%;object-fit:cover;border-radius:inherit;transition:transform .3s ease,filter .3s ease}.smart-picture img[loading=lazy]{opacity:1;transition:opacity .3s ease}.smart-picture img[loading=lazy].loaded{opacity:1}.smart-picture img{background-color:#ffffff1a}.smart-picture img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}@supports (image-rendering: optimizeQuality){.smart-picture img{image-rendering:optimizeQuality}}.resume-package-card{background:linear-gradient(135deg,#ffd7001a,#ffd7000d);border:1px solid rgba(255,215,0,.3);border-radius:12px;padding:2rem;margin:2rem 0;position:relative;overflow:hidden;transition:all .3s ease;cursor:pointer}.resume-package-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,rgba(255,215,0,.1),transparent);transform:rotate(45deg);transition:transform .6s ease;opacity:0}.resume-package-card:hover:before{transform:rotate(45deg) translate(100%);opacity:1}.resume-package-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ffd70033;border-color:#ffd70099}.package-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.package-icon{width:50px;height:50px;background:linear-gradient(135deg,gold,#ffed4e);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;font-size:1.3rem;font-weight:700;box-shadow:0 4px 15px #ffd7004d}.package-title{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.package-description{color:#ccc;margin-bottom:1.5rem;line-height:1.6}.package-features{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-bottom:1.5rem}.package-feature{display:flex;align-items:center;gap:.5rem;color:#ccc;font-size:.9rem}.package-feature i{color:gold;font-size:.8rem}.package-checkbox-wrapper{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1);margin-bottom:1rem;transition:all .3s ease}.package-checkbox-wrapper:hover{background:#ffd7000d;border-color:#ffd7004d}.custom-checkbox{position:relative;width:20px;height:20px;margin:0}.custom-checkbox input[type=checkbox]{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.checkbox-visual{position:absolute;top:0;left:0;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:4px;background:transparent;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.custom-checkbox input[type=checkbox]:checked+.checkbox-visual{background:linear-gradient(135deg,gold,#ffed4e);border-color:gold}.checkbox-visual:after{content:"\2713";color:#000;font-weight:700;font-size:.8rem;opacity:0;transform:scale(0);transition:all .2s ease}.custom-checkbox input[type=checkbox]:checked+.checkbox-visual:after{opacity:1;transform:scale(1)}.checkbox-label{color:#fff;font-weight:500;cursor:pointer;flex:1}.package-info{color:#999;font-size:.85rem;text-align:center;font-style:italic}@media (max-width: 768px){.resume-package-card{padding:1.5rem;margin:1.5rem 0}.package-features{grid-template-columns:1fr;gap:.6rem}.package-header{flex-direction:column;text-align:center;gap:.8rem}.package-checkbox-wrapper{flex-direction:column;align-items:flex-start;gap:.8rem}}@media (max-width: 768px){.lightbox-overlay{padding:1rem}.lightbox-content{max-width:95%;max-height:90%}.lightbox-close{top:-2rem;right:0;width:2.5rem;height:2.5rem;font-size:1.5rem}.resume-layout-modern{display:block;grid-template-columns:none;max-width:100%;margin:0;border-radius:0;box-shadow:none;border:none;background:transparent;min-height:auto}.resume-sidebar{width:100%;padding:2rem 1.5rem;border-right:none;border-bottom:2px solid rgba(255,215,0,.3);background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:16px 16px 0 0;margin-bottom:1rem}.resume-profile{padding-bottom:1.5rem;margin-bottom:2rem}.resume-name{font-size:1.6rem;margin-bottom:1rem}.resume-contact{gap:.6rem}.resume-contact p{font-size:.85rem;gap:.6rem}.resume-section{margin-bottom:2rem}.resume-section h3{font-size:1rem;margin-bottom:1rem}.stats-grid{grid-template-columns:1fr 1fr;gap:.8rem}.stat-item{gap:.2rem}.stat-label{font-size:.75rem}.stat-value{font-size:.85rem}.impact-metrics{gap:1rem}.metric{padding:1rem}.metric-number{font-size:1.2rem;margin-bottom:.3rem}.metric-label{font-size:.75rem}.resume-main{padding:2rem 1.5rem;background:#0a0a0afa;border-radius:0 0 16px 16px}.resume-header-main{margin-bottom:2rem;padding-bottom:1.5rem}.resume-title{font-size:2rem;margin-bottom:.8rem}.resume-tagline{font-size:1rem;line-height:1.5}.resume-main .resume-section{margin-bottom:2rem}.resume-main .resume-section h3{font-size:1.15rem;margin-bottom:1.5rem;gap:.6rem}.resume-main .resume-section h3 i{font-size:1rem}.highlights-list{gap:.8rem}.highlight-item{padding:1.2rem;border-left-width:3px}.highlight-item:hover{transform:none;background:#ffffff14}.credits-list{gap:1rem}.credit-item{padding:1.2rem}.credit-item:hover{transform:none;background:#ffffff14;box-shadow:none}.credit-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:.6rem}.credit-title{font-size:1rem}.credit-year{font-size:.8rem;padding:.25rem .6rem;align-self:flex-start}.credit-details{gap:.3rem}.credit-role{font-size:.9rem}.credit-type{font-size:.8rem}.resume-main .skills-grid{grid-template-columns:1fr;gap:1rem}.resume-main .skill-category{padding:1.2rem}.resume-main .skill-category:hover{transform:none}.resume-main .skill-category h4{font-size:.9rem;margin-bottom:.8rem}.resume-main .skill-category p{font-size:.85rem;line-height:1.5}.representation-note{padding:1.2rem;font-size:.9rem}.resume-controls{padding:1.5rem 0}.resume-actions{padding:0 1rem}#print-resume{width:100%;max-width:300px;padding:.8rem 1.5rem;font-size:.9rem}}@media (max-width: 480px){.resume-sidebar,.resume-main{padding:1.5rem 1rem}.resume-name{font-size:1.4rem}.resume-title{font-size:1.8rem}.resume-tagline{font-size:.95rem}.stats-grid{grid-template-columns:1fr;gap:.6rem}.highlight-item,.credit-item,.resume-main .skill-category{padding:1rem}.resume-main .resume-section h3{font-size:1.1rem}.package-features{grid-template-columns:1fr}}@media (max-width: 896px) and (orientation: landscape) and (max-height: 500px){.resume-layout-modern{margin:0;border-radius:0}.resume-sidebar,.resume-main{padding:1rem;border-radius:0}.resume-section{margin-bottom:1.5rem}.resume-name{font-size:1.3rem;margin-bottom:.8rem}.resume-title{font-size:1.6rem;margin-bottom:.8rem}.resume-header-main{margin-bottom:1.5rem;padding-bottom:1rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.resume-layout-modern{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@media (prefers-color-scheme: dark){.resume-layout-modern{background:#0a0a0afa}@media (max-width: 768px){.resume-main{background:#0a0a0afa}}}
