.basic-info[data-v-7ef92e65]{display:flex;flex-direction:column;gap:20px}.profile-header[data-v-7ef92e65]{display:flex;align-items:center;gap:30px}.avatar[data-v-7ef92e65]{border:3px solid var(--primary-color)}.name[data-v-7ef92e65]{font-size:32px;color:var(--secondary-color);margin-bottom:5px}.title[data-v-7ef92e65]{font-size:18px;color:var(--primary-color);font-weight:500}.contact-info[data-v-7ef92e65]{display:flex;flex-wrap:wrap;gap:15px}.contact-item[data-v-7ef92e65]{display:flex;align-items:center;gap:5px}.contact-item a[data-v-7ef92e65]{color:var(--primary-color);text-decoration:none}.contact-item a[data-v-7ef92e65]:hover{text-decoration:underline}.summary[data-v-7ef92e65]{font-size:16px;line-height:1.8}.skills-container[data-v-0868ec87]{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.skill-item[data-v-0868ec87]{margin-bottom:15px}.skill-header[data-v-0868ec87]{display:flex;justify-content:space-between;align-items:center}.skill-name[data-v-0868ec87]{font-weight:500}.skill-level[data-v-0868ec87]{color:var(--primary-color)}.ai-skills-list[data-v-5f280af9]{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.ai-skill-item[data-v-5f280af9]{display:flex;align-items:flex-start;gap:12px;padding:12px 15px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;transition:transform .2s,box-shadow .2s}.ai-skill-item[data-v-5f280af9]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.skill-icon[data-v-5f280af9]{font-size:24px;line-height:1}.skill-content[data-v-5f280af9]{flex:1}.skill-name[data-v-5f280af9]{font-size:15px;font-weight:600;margin-bottom:4px}.skill-desc[data-v-5f280af9]{font-size:13px;opacity:.9;line-height:1.4}@media (max-width: 600px){.ai-skills-list[data-v-5f280af9]{grid-template-columns:1fr}}.experience-list[data-v-41cf44f7]{display:flex;flex-direction:column;gap:30px}.experience-item[data-v-41cf44f7]{position:relative;border-left:3px solid var(--primary-color);padding:0 0 0 20px}.experience-header[data-v-41cf44f7]{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.company[data-v-41cf44f7]{font-size:18px;font-weight:600;color:var(--secondary-color)}.date[data-v-41cf44f7]{color:#666;font-size:14px}.position[data-v-41cf44f7]{font-weight:500;margin-bottom:10px;color:var(--primary-color);font-size:16px}.responsibilities[data-v-41cf44f7]{list-style-position:inside;color:#555}.responsibilities li[data-v-41cf44f7]{margin-bottom:5px;line-height:1.6}.projects-section[data-v-05ca60a5]{margin-bottom:2rem}.projects-section .section-title[data-v-05ca60a5]{border-bottom:2px solid #3498db;padding-bottom:.5rem;margin-bottom:1.5rem;color:#2c3e50;font-size:1.5rem}.projects-section .content[data-v-05ca60a5]{display:flex;flex-direction:column;gap:3rem}.projects-section .project-item[data-v-05ca60a5]{position:relative;display:flex;border-radius:0;background:transparent;box-shadow:none;margin-bottom:0}.projects-section .project-item .left-border[data-v-05ca60a5]{width:4px;background:#3498db;margin-right:15px;border-radius:2px}.projects-section .project-item .project-content[data-v-05ca60a5]{flex:1;padding-bottom:1rem}.projects-section .project-item .project-header[data-v-05ca60a5]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.projects-section .project-item .project-header .project-name[data-v-05ca60a5]{font-size:1.25rem;font-weight:600;color:#2c3e50;margin:0}.projects-section .project-item .project-header .project-date[data-v-05ca60a5]{color:#7f8c8d;font-size:.9rem}.projects-section .project-item .project-description[data-v-05ca60a5]{margin-bottom:.75rem;color:#34495e;line-height:1.5}.projects-section .project-item .project-technologies[data-v-05ca60a5]{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.projects-section .project-item .project-technologies .tech-tag[data-v-05ca60a5]{background-color:#ecf0f1;color:#2980b9;padding:.2rem .6rem;border-radius:4px;font-size:.85rem}.projects-section .project-item .responsibilities-list[data-v-05ca60a5]{padding-left:1.2rem;margin:0}.projects-section .project-item .responsibilities-list li[data-v-05ca60a5]{margin-bottom:.5rem;color:#34495e;line-height:1.5}.projects-section .project-item .responsibilities-list li[data-v-05ca60a5]:last-child{margin-bottom:0}@media (max-width: 768px){.project-item .project-header[data-v-05ca60a5]{flex-direction:column;align-items:flex-start}.project-item .project-header .project-date[data-v-05ca60a5]{margin-top:.25rem}.project-item .project-technologies .tech-tag[data-v-05ca60a5]{font-size:.75rem}}.container[data-v-ba27bef8]{max-width:1000px;margin:0 auto;padding:20px;position:relative}.resume-container[data-v-ba27bef8]{background-color:#fff;padding:30px;box-shadow:0 0 15px #0000001a;border-radius:10px;margin-bottom:20px}.print-btn[data-v-ba27bef8]{position:fixed;bottom:30px;right:30px;z-index:100}:root{--primary-color: #3498db;--secondary-color: #2c3e50;--text-color: #333;--light-gray: #f5f5f5;--border-color: #ddd}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6;color:var(--text-color);background-color:#f9f9f9}.container{max-width:1200px;margin:0 auto;padding:20px}.section{margin-bottom:30px;padding:25px;background-color:#fff;border-radius:8px;box-shadow:0 2px 12px #0000001a}.section-title{color:var(--secondary-color);margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--primary-color)}.resume-container{background:#fff;max-width:210mm;margin:0 auto;padding:30px;box-shadow:0 5px 15px #0000001a;position:relative;min-height:297mm}.print-btn{position:fixed;bottom:30px;right:30px;z-index:100}@media print{body{background:#fff}.print-btn,.no-print{display:none!important}.resume-container{box-shadow:none;margin:0;padding:0}}
