*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#667eea;--secondary:#764ba2;--text-dark:#333;--text-light:#555;--bg-light:#f8f9fa;--bg-white:#fff;--shadow:0 4px 6px #0000001a}body{color:var(--text-dark);background:var(--bg-white);scroll-behavior:smooth;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}#app{min-height:100vh}html{scroll-behavior:smooth}.navbar[data-v-71fb147e]{z-index:1000;padding:1rem 2rem;transition:background-color .3s,box-shadow .3s;position:fixed;top:0;left:0;right:0}.navbar.scrolled[data-v-71fb147e]{background:#fffffff2;box-shadow:0 2px 10px #0000001a}.container[data-v-71fb147e]{max-width:1200px;margin:0 auto}.nav-content[data-v-71fb147e]{justify-content:space-between;align-items:center;display:flex}.nav-brand[data-v-71fb147e]{color:#fff;font-size:1.5rem;font-weight:700}.navbar.scrolled .nav-brand[data-v-71fb147e]{color:#333}.nav-links[data-v-71fb147e]{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-link[data-v-71fb147e]{color:#fff;cursor:pointer;font-weight:500;text-decoration:none;transition:color .3s}.navbar.scrolled .nav-link[data-v-71fb147e]{color:#333}.nav-link[data-v-71fb147e]:hover{color:#fffc}.navbar.scrolled .nav-link[data-v-71fb147e]:hover{color:#667eea}@media (width<=768px){.nav-content[data-v-71fb147e]{flex-direction:column;gap:1rem}.nav-links[data-v-71fb147e]{flex-wrap:wrap;justify-content:center;gap:1rem}.nav-link[data-v-71fb147e]{font-size:.9rem}}.hero[data-v-1bd026ca]{color:#fff;background:linear-gradient(135deg,#7d9b05 0%,#c4db67 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.hero-content[data-v-1bd026ca]{text-align:center;max-width:800px}.hero-title[data-v-1bd026ca]{color:#fff;margin-bottom:1rem;font-size:4rem;font-weight:700}.hero-subtitle[data-v-1bd026ca]{opacity:.9;margin-bottom:2rem;font-size:1.5rem}.hero-buttons[data-v-1bd026ca]{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn[data-v-1bd026ca]{cursor:pointer;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary[data-v-1bd026ca]{color:#667eea;background:#fff}.btn-primary[data-v-1bd026ca]:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.btn-secondary[data-v-1bd026ca]{color:#fff;background:0 0;border:2px solid #fff}.btn-secondary[data-v-1bd026ca]:hover{color:#667eea;background:#fff}@media (width<=768px){.hero-title[data-v-1bd026ca]{font-size:2.5rem}.hero-subtitle[data-v-1bd026ca]{font-size:1.2rem}.btn[data-v-1bd026ca]{padding:.8rem 1.5rem;font-size:.9rem}}.section[data-v-b05734e7]{padding:5rem 2rem}.container[data-v-b05734e7]{max-width:1000px;margin:0 auto}.section-title[data-v-b05734e7]{text-align:center;color:#333;margin-bottom:3rem;font-size:2.5rem}.about-content[data-v-b05734e7]{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.about-text p[data-v-b05734e7]{color:#555;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-text p[data-v-b05734e7]:last-child{margin-bottom:0}@media (width<=768px){.section-title[data-v-b05734e7]{font-size:2rem}.about-content[data-v-b05734e7]{padding:1.5rem}.about-text p[data-v-b05734e7]{font-size:1rem}}.section[data-v-90954ee3]{background:#f8f9fa;padding:5rem 2rem}.container[data-v-90954ee3]{max-width:1000px;margin:0 auto}.section-title[data-v-90954ee3]{text-align:center;color:#333;margin-bottom:3rem;font-size:2.5rem}.skills-grid[data-v-90954ee3]{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.skill-card[data-v-90954ee3]{background:#fff;border-radius:12px;padding:1.5rem;transition:transform .3s;box-shadow:0 4px 6px #0000001a}.skill-card[data-v-90954ee3]:hover{transform:translateY(-5px)}.skill-name[data-v-90954ee3]{color:#333;margin-bottom:1rem;font-size:1.2rem}.skill-bar[data-v-90954ee3]{background:#e0e0e0;border-radius:5px;width:100%;height:10px;margin-bottom:.5rem;overflow:hidden}.skill-progress[data-v-90954ee3]{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);border-radius:5px;height:100%;transition:width .3s}.skill-level[data-v-90954ee3]{color:#666;font-size:.9rem;font-weight:600}@media (width<=768px){.section-title[data-v-90954ee3]{font-size:2rem}.skills-grid[data-v-90954ee3]{grid-template-columns:1fr}}.section[data-v-7fd5d0a5]{padding:5rem 2rem}.container[data-v-7fd5d0a5]{max-width:1200px;margin:0 auto}.section-title[data-v-7fd5d0a5]{text-align:center;color:#333;margin-bottom:3rem;font-size:2.5rem}.projects-grid[data-v-7fd5d0a5]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.project-card[data-v-7fd5d0a5]{background:#fff;border-radius:12px;flex-direction:column;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 6px #0000001a}.project-card[data-v-7fd5d0a5]:hover{transform:translateY(-5px);box-shadow:0 10px 20px #00000026}.project-title[data-v-7fd5d0a5]{color:#333;margin-bottom:1rem;font-size:1.5rem}.project-description[data-v-7fd5d0a5]{color:#555;flex-grow:1;margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.project-technologies[data-v-7fd5d0a5]{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.tech-tag[data-v-7fd5d0a5]{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:.3rem .8rem;font-size:.85rem;font-weight:500}.project-link[data-v-7fd5d0a5]{color:#667eea;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s}.project-link[data-v-7fd5d0a5]:hover{color:#764ba2}@media (width<=768px){.section-title[data-v-7fd5d0a5]{font-size:2rem}.projects-grid[data-v-7fd5d0a5]{grid-template-columns:1fr}}.section[data-v-6536b7e0]{background:#f8f9fa;padding:5rem 2rem}.container[data-v-6536b7e0]{max-width:1000px;margin:0 auto}.section-title[data-v-6536b7e0]{text-align:center;color:#333;margin-bottom:3rem;font-size:2.5rem}.contact-content[data-v-6536b7e0]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.contact-info[data-v-6536b7e0],.social-links[data-v-6536b7e0]{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a}.contact-info h3[data-v-6536b7e0],.social-links h3[data-v-6536b7e0]{color:#333;margin-bottom:1.5rem;font-size:1.5rem}.contact-item[data-v-6536b7e0]{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-icon[data-v-6536b7e0]{font-size:1.5rem}.contact-link[data-v-6536b7e0]{color:#667eea;font-size:1.1rem;text-decoration:none;transition:color .3s}.contact-link[data-v-6536b7e0]:hover{color:#764ba2}.contact-text[data-v-6536b7e0]{color:#555;font-size:1.1rem}.social-grid[data-v-6536b7e0]{flex-direction:column;gap:1rem;display:flex}.social-link[data-v-6536b7e0]{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;align-items:center;gap:1rem;padding:1rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex}.social-link[data-v-6536b7e0]:hover{transform:translateY(-3px);box-shadow:0 6px 12px #667eea66}.social-icon[data-v-6536b7e0]{font-size:1.5rem}.social-name[data-v-6536b7e0]{font-size:1.1rem;font-weight:600}@media (width<=768px){.section-title[data-v-6536b7e0]{font-size:2rem}.contact-content[data-v-6536b7e0]{grid-template-columns:1fr;gap:2rem}.contact-info[data-v-6536b7e0],.social-links[data-v-6536b7e0]{padding:1.5rem}}.footer[data-v-c70dc803]{color:#fff;text-align:center;background:#333;padding:2rem}.container[data-v-c70dc803]{max-width:1000px;margin:0 auto}.footer-text[data-v-c70dc803]{margin-bottom:.5rem;font-size:1rem}.footer-subtext[data-v-c70dc803]{opacity:.7;margin:0;font-size:.9rem}
