:root{--neuro-bg: #e6e7ee;--neuro-surface: #e6e7ee;--neuro-highlight: #ffffff;--neuro-shadow-light: #ffffff;--neuro-shadow-dark: #a3b1c6;--neuro-shadow-inset-light: #d1d9e6;--neuro-shadow-inset-dark: #b8c5d1;--neuro-text-primary: #2d3748;--neuro-text-secondary: #4a5568;--neuro-text-muted: #718096;--neuro-border-radius: 20px;--neuro-border-radius-sm: 12px;--neuro-border-radius-lg: 30px;--neuro-transition: all .3s cubic-bezier(.4, 0, .2, 1);--neuro-shadow-raised: 9px 9px 16px var(--neuro-shadow-dark), -9px -9px 16px var(--neuro-shadow-light);--neuro-shadow-pressed: inset 6px 6px 10px var(--neuro-shadow-inset-dark), inset -6px -6px 10px var(--neuro-shadow-inset-light);--neuro-shadow-floating: 12px 12px 20px var(--neuro-shadow-dark), -12px -12px 20px var(--neuro-shadow-light);--neuro-shadow-subtle: 4px 4px 8px var(--neuro-shadow-dark), -4px -4px 8px var(--neuro-shadow-light)}[data-theme=dark]{--neuro-bg: #2d3748;--neuro-surface: #2d3748;--neuro-highlight: #4a5568;--neuro-shadow-light: #4a5568;--neuro-shadow-dark: #1a202c;--neuro-shadow-inset-light: #374151;--neuro-shadow-inset-dark: #1f2937;--neuro-text-primary: #f7fafc;--neuro-text-secondary: #e2e8f0;--neuro-text-muted: #a0aec0}body{background:var(--neuro-bg);color:var(--neuro-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}.cv-container{max-width:1200px;margin:0 auto;padding:2rem;background:var(--neuro-bg);min-height:100vh}.cv-header{text-align:center;margin:2rem 0 4rem;padding:3rem 2rem;background:var(--neuro-surface);border-radius:var(--neuro-border-radius-lg);box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light);position:relative;overflow:hidden}.cv-header:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,var(--neuro-accent) 0%,);border-radius:var(--neuro-border-radius-lg) var(--neuro-border-radius-lg) 0 0}.cv-header h1{font-size:2.75rem;margin-bottom:1.5rem;font-weight:700;color:var(--neuro-text-primary);text-shadow:2px 2px 4px rgba(0,0,0,.1);letter-spacing:-.025em}.cv-header p{font-size:1.1rem;color:var(--neuro-text-secondary);max-width:600px;margin:0 auto;line-height:1.7;font-weight:400}.cv-section{margin-bottom:4rem;animation:fadeInUp .6s ease-out forwards;opacity:0;transform:translateY(20px)}.cv-section:nth-child(odd){animation-delay:.1s}.cv-section:nth-child(2n){animation-delay:.2s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.cv-section h2{font-size:1.75rem;margin-bottom:2rem;color:var(--neuro-text-primary);font-weight:600;text-align:center;position:relative;padding-bottom:1rem}.cv-section h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(135deg,var(--neuro-accent) 0%,);border-radius:2px}.cv-section p,.cv-section li{font-size:1rem;color:var(--neuro-text-secondary);line-height:1.7}.cv-item{background:var(--neuro-surface);padding:2rem;border-radius:var(--neuro-border-radius);margin-bottom:2rem;box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light);transition:var(--neuro-transition);position:relative;overflow:hidden}.cv-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(135deg,var(--neuro-accent) 0%,);border-radius:var(--neuro-border-radius) var(--neuro-border-radius) 0 0}.cv-item:last-child{margin-bottom:0}.cv-item h3{color:var(--neuro-text-primary);font-size:1.35rem;font-weight:600;margin-bottom:1rem;letter-spacing:-.01em;line-height:1.4}.cv-item h4{color:var(--neuro-text-secondary);font-size:1.1rem;font-weight:500;margin-bottom:.75rem;font-style:italic}.cv-item .date-range{background:var(--neuro-surface);color:var(--neuro-text-secondary);font-size:.8rem;font-weight:600;padding:.5rem 1rem;border-radius:var(--neuro-border-radius-sm);display:inline-block;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em;box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light)}.cv-item p{color:var(--neuro-text-muted);line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.cv-item ul{list-style:none;padding:0;margin:0}.cv-item ul li{position:relative;margin-bottom:.75rem;color:var(--neuro-text-secondary);font-size:.95rem;line-height:1.6;padding-left:1.5rem}.cv-item ul li:before{content:"▶";position:absolute;left:0;color:var(--neuro-accent);font-size:.8rem;top:.1rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.skill-category{background:var(--neuro-surface);padding:2rem;border-radius:var(--neuro-border-radius);box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light);transition:var(--neuro-transition);position:relative;overflow:hidden}.skill-category:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,var(--neuro-accent) 0%,);border-radius:var(--neuro-border-radius) var(--neuro-border-radius) 0 0}.skill-category h3{font-size:1.3rem;color:var(--neuro-text-primary);margin-bottom:1.5rem;font-weight:600;text-align:center;position:relative;letter-spacing:-.01em}.skill-category h3:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:40px;height:2px;background:linear-gradient(135deg,var(--neuro-accent) 0%,);border-radius:1px}.skill-category ul{list-style:none;padding:0;display:grid;gap:.75rem}.skill-category li{padding:.75rem 1rem;color:var(--text-secondary);margin-bottom:.5rem;border-radius:var(--border-radius-small);background:var(--bg-primary);box-shadow:inset 4px 4px 8px var(--shadow-dark),inset -4px -4px 8px var(--shadow-light);font-weight:500;position:relative}.skill-category li:before{content:"●";color:var(--neuro-accent);margin-right:.75rem;font-size:.8rem}.cv-section.experience .cv-item,.cv-section.education .cv-item{position:relative;margin-left:2rem}.cv-section.experience .cv-item:after,.cv-section.education .cv-item:after{content:"";position:absolute;left:-2rem;top:0;width:4px;height:100%;background:linear-gradient(180deg,var(--neuro-accent) 0%,);border-radius:2px}.cv-section.experience .cv-item:before,.cv-section.education .cv-item:before{content:"";position:absolute;left:-2.5rem;top:1rem;width:12px;height:12px;background:var(--neuro-accent);border-radius:50%;box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light)}.cv-contact-info{background:var(--neuro-surface);padding:2rem;border-radius:var(--neuro-border-radius);box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light);margin-bottom:3rem;text-align:center;position:relative}.cv-contact-info:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,var(--neuro-accent) 0%,);border-radius:var(--neuro-border-radius) var(--neuro-border-radius) 0 0}.cv-contact-info ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.cv-contact-info li{background:var(--neuro-surface);padding:.75rem 1.5rem;border-radius:var(--neuro-border-radius-sm);box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light);color:var(--neuro-text-secondary);font-size:.95rem;font-weight:500;transition:var(--neuro-transition)}.cv-contact-info a{color:inherit;text-decoration:none;transition:var(--neuro-transition)}.cv-summary{background:var(--neuro-surface);padding:3rem 2rem;border-radius:var(--neuro-border-radius-lg);box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light);margin-bottom:3rem;position:relative;overflow:hidden}.cv-summary:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg,var(--neuro-accent) 0%,);border-radius:var(--neuro-border-radius-lg) var(--neuro-border-radius-lg) 0 0}.cv-summary p{font-size:1.1rem;line-height:1.8;color:var(--neuro-text-secondary);text-align:center;margin:0;font-weight:400}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.achievement-item{background:var(--neuro-surface);padding:2rem;border-radius:var(--neuro-border-radius);box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light);transition:var(--neuro-transition);position:relative;overflow:hidden}.achievement-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--neuro-accent) 0%,);border-radius:2px 0 0 2px}.achievement-item:after{content:"🏆";position:absolute;top:1rem;right:1rem;font-size:1.5rem;background:var(--neuro-surface);padding:.5rem;border-radius:50%;box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light)}.achievement-item h4{color:var(--neuro-text-primary);font-size:1.1rem;font-weight:600;margin-bottom:.75rem;letter-spacing:-.01em}.achievement-item p{color:var(--neuro-text-muted);font-size:.95rem;margin:0;line-height:1.6}@media print{.cv-container{padding:1rem;box-shadow:none}.cv-item,.skill-category,.cv-header{box-shadow:none;border:1px solid #ddd}.cv-header:before,.cv-item:before,.skill-category:before{display:none}}@media (max-width: 768px){.cv-container{padding:1rem}.cv-header{padding:2rem 1.5rem;margin:1rem 0 3rem}.cv-header h1{font-size:2.25rem}.cv-header p{font-size:1rem}.cv-section h2{font-size:1.5rem}.skills-grid,.achievements-grid{grid-template-columns:1fr}.cv-item,.skill-category{padding:1.5rem}.cv-section.experience .cv-item,.cv-section.education .cv-item{margin-left:1rem}.cv-section.experience .cv-item:after,.cv-section.education .cv-item:after{left:-1rem}.cv-section.experience .cv-item:before,.cv-section.education .cv-item:before{left:-1.25rem}.cv-contact-info ul{flex-direction:column;align-items:center}.cv-summary{padding:2rem 1.5rem}}@media (max-width: 480px){.cv-container{padding:.75rem}.cv-header{padding:1.5rem 1rem}.cv-header h1{font-size:1.75rem}.cv-item,.skill-category{padding:1.25rem}.cv-item h3{font-size:1.2rem}.skill-category h3{font-size:1.1rem}.cv-section.experience .cv-item,.cv-section.education .cv-item{margin-left:0}.cv-section.experience .cv-item:after,.cv-section.education .cv-item:after,.cv-section.experience .cv-item:before,.cv-section.education .cv-item:before{display:none}.cv-summary{padding:1.5rem 1rem}}.cv-contact-info a:focus{outline:2px solid var(--neuro-accent);outline-offset:2px}@keyframes neuro-pulse{0%,to{box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light)}50%{box-shadow:12px 12px 24px var(--shadow-dark),-12px -12px 24px var(--shadow-light)}}.loading{animation:neuro-pulse 2s ease-in-out infinite}.download-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.download-card{background:var(--neuro-surface);padding:2rem;border-radius:var(--neuro-border-radius);box-shadow:12px 12px 24px var(--neuro-shadow-dark),-12px -12px 24px var(--neuro-shadow-light);transition:var(--neuro-transition);text-align:center;position:relative;overflow:hidden;cursor:pointer}.flag-icon{font-size:4rem;margin-bottom:1rem;display:block;line-height:1}.download-card h3{font-size:1.5rem;color:var(--neuro-text-primary);margin-bottom:.5rem;font-weight:600;letter-spacing:-.01em}.download-card p{font-size:.95rem;color:var(--neuro-text-muted);margin-bottom:1.5rem;line-height:1.6}.download-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--neuro-surface);color:var(--neuro-text-primary);padding:.875rem 2rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1rem;box-shadow:8px 8px 16px var(--neuro-shadow-dark),-8px -8px 16px var(--neuro-shadow-light);transition:var(--neuro-transition);border:none;cursor:pointer;font-family:inherit}.download-btn:hover{box-shadow:10px 10px 20px var(--neuro-shadow-dark),-10px -10px 20px var(--neuro-shadow-light)}.download-btn:active{box-shadow:inset 4px 4px 8px var(--neuro-shadow-dark),inset -4px -4px 8px var(--neuro-shadow-light)}.download-icon{width:20px;height:20px;flex-shrink:0}@media (max-width: 768px){.download-options{grid-template-columns:1fr;gap:1.5rem}.download-card{padding:1.5rem}.flag-icon{font-size:3rem}.download-card h3{font-size:1.3rem}}@media (max-width: 480px){.download-card{padding:1.25rem}.flag-icon{font-size:2.5rem}.download-btn{padding:.75rem 1.5rem;font-size:.95rem}}
