:root{--primary-color:#6d28d9;--secondary-color:#5b21b6;--tertiary-color:#9333ea;--text-color:#1f2937;--light-text:#4b5563;--background-color:#ffffff;--section-bg:#f9fafb;--border-color:#e5e7eb}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{background-color:#f1f5f9;color:var(--text-color);line-height:1.6;font-size:14px}.print-controls{position:fixed;top:20px;right:20px;z-index:100;display:flex;gap:10px}.back-button,.print-button{background-color:var(--primary-color);color:white;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-weight:500;display:flex;align-items:center;gap:8px;text-decoration:none;font-size:14px;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:all .2s ease}.back-button:hover,.print-button:hover{background-color:var(--secondary-color)}.print-container{max-width:850px;margin:40px auto;background:var(--background-color);box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:8px;overflow:hidden}header{padding:30px;position:relative}.profile-section{display:flex;gap:20px;align-items:center;max-width:95%}.avatar-container{flex-shrink:0}.avatar{width:120px;height:120px;border-radius:50%;border:4px solid white;box-shadow:0 4px 10px rgba(0,0,0,.2);-o-object-fit:cover;object-fit:cover}.header-content{display:flex;justify-content:space-between;flex-wrap:wrap}.profile-info{max-width:100%}.profile-info h1{font-size:2.2rem;font-weight:700;margin-bottom:5px}.profile-info h2{font-size:1.3rem;font-weight:500;margin-bottom:15px;opacity:.9}.profile-info .tagline{font-size:.95rem;opacity:.9;line-height:1.5}.contact-info{display:flex;flex-direction:column;gap:8px;font-size:.9rem}.contact-info div{display:flex;align-items:center;gap:8px}section{padding:25px 30px;border-bottom:1px solid var(--border-color)}section h2{color:var(--primary-color);font-size:1.5rem;margin-bottom:15px;font-weight:600}.about p{margin-bottom:15px;color:var(--text-color);font-size:.95rem}.tech-summary{display:flex;flex-wrap:wrap;gap:12px;margin-top:15px}.tech-item{background-color:#f0f0ff;color:var(--primary-color);padding:6px 12px;border-radius:4px;font-size:.9rem}.experience-item{display:flex;align-items:flex-start;margin-bottom:25px;-moz-column-break-inside:avoid;break-inside:avoid}.date-location{width:180px;flex-shrink:0;padding-right:20px}.role-company{flex:1}.date{font-weight:600;color:var(--primary-color);margin-bottom:5px;font-size:.9rem}.location{color:var(--light-text);font-size:.85rem}.role-company h3{font-size:1.1rem;font-weight:600;color:var(--text-color);margin-bottom:2px}.role-company h4{font-size:1rem;font-weight:500;color:var(--light-text);margin-bottom:8px}.role-company ul{margin-left:18px;font-size:.9rem;color:var(--text-color)}.role-company ul li{margin-bottom:4px}.previous-experience{margin-top:25px;padding-top:15px;border-top:1px dashed var(--border-color)}.previous-experience h3{font-size:1.1rem;margin-bottom:10px;color:var(--primary-color)}.prev-role{margin-bottom:8px;font-size:.9rem;color:var(--text-color)}.two-column-section{display:flex;border-bottom:1px solid var(--border-color)}.skills{border-right:1px solid var(--border-color)}.education,.skills{flex:1;border-bottom:none}.skill-category{margin-bottom:15px}.skill-category h3{font-size:1rem;font-weight:600;color:var(--text-color);margin-bottom:2px}.skill-category p{font-size:.9rem;color:var(--light-text)}.education-item{margin-bottom:20px}.education-item h3{font-size:1.1rem;font-weight:600;color:var(--text-color);margin-bottom:2px}.education-item h4{font-size:.95rem;font-weight:500;color:var(--light-text);margin-bottom:8px}.education-item .edu-date{color:var(--primary-color);font-weight:500;margin-bottom:10px;font-size:.9rem}.education-item ul{margin-left:18px;font-size:.9rem}.services-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:15px}.service-item{background-color:#f0f0ff;color:var(--primary-color);padding:8px 12px;border-radius:4px;font-size:.9rem;font-weight:500}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.project-item{background-color:var(--section-bg);padding:15px;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.project-item h3{font-size:1rem;margin-bottom:8px;color:var(--text-color)}.project-item p,footer{font-size:.85rem;color:var(--light-text)}footer{padding:20px 30px;text-align:center}.print-date{margin-top:5px;font-style:italic}@media print{body{background-color:white;font-size:11px}.print-controls{display:none}.print-container{box-shadow:none;margin:0;max-width:100%;border-radius:0;height:100%}header{-webkit-print-color-adjust:exact;color-adjust:exact;padding:20px!important}.about,.education,.experience,.experience-item,.projects,.skills,.two-column-section,footer{page-break-inside:avoid}.projects-grid{grid-template-columns:repeat(2,1fr)}.page-break-before{page-break-before:always}.experience-item,.skill-category{-moz-column-break-inside:avoid;break-inside:avoid}section{padding:10px 20px;margin-bottom:0}.skills-grid{grid-template-columns:repeat(4,1fr)!important;gap:.5rem!important;margin-bottom:.5rem!important}.skill-category{margin-bottom:5px!important}.skill-category h3{font-size:.85rem!important;margin-bottom:0!important;font-weight:600}.skill-category p{font-size:.75rem!important;line-height:1.3}.experience-item{margin-bottom:10px!important}.role-company ul li{margin-bottom:1px!important;line-height:1.4!important}footer{padding:8px 20px!important;font-size:.75rem!important}.side-by-side{display:flex;gap:20px}.side-by-side .about{flex:3}.side-by-side .education{flex:2}.prev-roles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.compact-section h2{font-size:1.3rem;margin-bottom:10px}.compact-section .education-item{margin-bottom:10px}.compact-section .services-list{gap:5px}.mt-4{margin-top:1rem}.profile-info h1{font-size:1.8rem}.profile-info h2{font-size:1.1rem;margin-bottom:10px}.profile-info .tagline{font-size:.85rem;line-height:1.4}section h2{font-size:1.3rem;margin-bottom:10px}.date-location{width:150px!important;flex-shrink:0!important;padding-right:10px!important}.date{font-size:.8rem!important;margin-bottom:2px!important}.location{font-size:.75rem!important}.role-company h3{font-size:.95rem!important;margin-bottom:1px!important}.role-company h4{font-size:.85rem!important;margin-bottom:4px!important}.role-company ul{margin-left:14px!important;font-size:.8rem!important}.previous-experience{margin-top:15px!important;padding-top:10px!important}.previous-experience h3{font-size:.95rem!important;margin-bottom:8px!important}.prev-role{font-size:.8rem!important;margin-bottom:4px!important}.about p{font-size:.85rem!important;margin-bottom:10px!important;line-height:1.4!important}.tech-summary{gap:8px!important;margin-top:10px!important}.tech-item{padding:4px 8px!important;font-size:.8rem!important}.education-item{margin-bottom:10px!important}.education-item h3{font-size:.95rem!important}.education-item h4{font-size:.85rem!important;margin-bottom:4px!important}.services-list{gap:6px!important;margin-top:8px!important}.service-item{padding:5px 8px!important;font-size:.8rem!important}.avatar{width:100px!important;height:100px!important}.side-by-side{gap:15px!important}}.page-content,.side-by-side{display:flex;flex-direction:column}@media (min-width:768px){.side-by-side{flex-direction:row;gap:20px}.side-by-side .about{flex:3}.side-by-side .education{flex:2}}.prev-roles-grid{display:grid;grid-template-columns:1fr;gap:10px}@media (min-width:768px){.prev-roles-grid{grid-template-columns:repeat(3,1fr)}}.mt-4{margin-top:1rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:1rem}