@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";.header[data-v-ffe88d6e]{line-height:1.5;max-height:100vh;padding:1rem}.logo[data-v-ffe88d6e]{display:block;margin:0 auto 2rem;-webkit-user-select:none;user-select:none}.wrapper[data-v-ffe88d6e]{max-width:960px;margin:0 auto}nav[data-v-ffe88d6e]{width:100%;font-size:12px;text-align:center;margin-top:2rem}.nav-link[data-v-ffe88d6e]{display:inline-block;padding:0 1rem;border-left:1px solid var(--color-border);color:var(--color-text);text-decoration:none;transition:color .3s ease,background-color .3s ease}.nav-link[data-v-ffe88d6e]:first-of-type{border-left:0}.nav-link[data-v-ffe88d6e]:hover{color:var(--color-primary, #0366d6);background-color:transparent}.active[data-v-ffe88d6e]{font-weight:600;color:var(--color-primary, #0366d6)}@media (min-width: 1024px){.header[data-v-ffe88d6e]{display:flex;align-items:center;padding-right:calc(var(--section-gap) / 2)}.logo[data-v-ffe88d6e]{margin:0 2rem 0 0}.wrapper[data-v-ffe88d6e]{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-between}nav[data-v-ffe88d6e]{text-align:left;margin-left:-1rem;font-size:1rem;padding:1rem 0;margin-top:1rem}}.layout[data-v-5eafdb2b]{display:flex;flex-direction:column;min-height:100vh;background:#1a2b1a;color:#eaeaea;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;scroll-behavior:smooth;padding-top:72px}.header[data-v-5eafdb2b]{background:transparent;padding:1.25rem 0;position:fixed;top:0;left:0;right:0;z-index:1100;display:flex;justify-content:center;transition:background-color .35s ease,box-shadow .35s ease,padding .35s ease,transform .3s ease;border-radius:12px;transform:translateY(0)}.header.scrolled[data-v-5eafdb2b]{padding:.75rem 0;transform:translateY(-6px);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav[data-v-5eafdb2b]{width:80%;max-width:1100px;background:linear-gradient(135deg,#2c3e2a 1%,#1b2618 99%);border-radius:10px;display:flex;align-items:center;justify-content:space-between;padding:.4rem 2rem;font-size:.85rem;box-shadow:0 4px 20px #0009;transition:background-color .3s ease,box-shadow .3s ease}.nav[data-v-5eafdb2b]:hover{background:linear-gradient(135deg,#3d5238,#1b2618);box-shadow:0 6px 28px #000000b3}.logo[data-v-5eafdb2b]{display:flex;align-items:center;font-weight:700;font-size:1.3rem;color:#fff;text-decoration:none;letter-spacing:1.2px;-webkit-user-select:none;user-select:none;position:relative;padding-bottom:6px;transition:color .3s ease}.logo[data-v-5eafdb2b]:hover,.logo[data-v-5eafdb2b]:focus{color:#a3d89b;outline:none}.logo[data-v-5eafdb2b]:after{content:"";position:absolute;left:0;bottom:0;width:0%;height:3px;background-color:#a3d89b;transition:width .35s ease;border-radius:2px}.logo[data-v-5eafdb2b]:hover:after,.logo[data-v-5eafdb2b]:focus:after{width:100%}.icon-dev[data-v-5eafdb2b]{width:42px;height:42px;margin-right:12px;background-color:#fff;border-radius:50%;object-fit:contain;vertical-align:middle;transition:transform .3s ease,background-color .3s ease;flex-shrink:0}.logo:hover .icon-dev[data-v-5eafdb2b],.logo:focus .icon-dev[data-v-5eafdb2b]{background-color:#3f4d3b;transform:rotate(10deg) scale(1.1);background-color:#a3d89b}.nav-items[data-v-5eafdb2b]{list-style:none;display:flex;gap:2.2rem;margin:0;padding:0}.nav-items li a[data-v-5eafdb2b]{color:#fff;font-weight:600;text-decoration:none;position:relative;padding:.4rem 0;transition:color .3s ease,transform .25s ease}.nav-items li a[data-v-5eafdb2b]:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:3px;background-color:#a3d89b;transition:width .35s ease;border-radius:2px}.nav-items li a[data-v-5eafdb2b]:hover,.nav-items li a[data-v-5eafdb2b]:focus{color:#a3d89b;outline:none;transform:translateY(-3px)}.nav-items li a[data-v-5eafdb2b]:hover:after,.nav-items li a[data-v-5eafdb2b]:focus:after{width:100%}.main-content[data-v-5eafdb2b]{flex-grow:1;padding:1rem;max-width:100%;margin:auto;background:#f4faf4e6;border-radius:16px;animation:fadeInUp-5eafdb2b .7s cubic-bezier(.25,.8,.25,1) forwards;transition:background .4s ease,box-shadow .4s ease,transform .3s ease,filter .35s ease;backdrop-filter:blur(10px) saturate(120%);-webkit-backdrop-filter:blur(10px) saturate(120%);box-shadow:0 4px 24px #00000040}.main-content[data-v-5eafdb2b]:hover{transform:translateY(-8px);filter:brightness(1.08);background:#f4faf4bf;box-shadow:0 6px 28px #0000004d}@keyframes fadeInUp-5eafdb2b{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.nav[data-v-5eafdb2b]{flex-direction:column;gap:.75rem;padding:1rem 1.25rem;width:90%;text-align:center}.logo[data-v-5eafdb2b]{font-size:1.1rem;justify-content:center;text-align:center;flex-wrap:wrap}.icon-dev[data-v-5eafdb2b]{width:36px;height:36px;margin-right:8px}.main-content[data-v-5eafdb2b]{padding:1.5rem 1rem;border-radius:12px;margin:1rem auto 3rem}.footer[data-v-5eafdb2b]{padding:1rem;font-size:.8rem}}@media (max-width: 480px){.logo[data-v-5eafdb2b]{font-size:.95rem;line-height:1.3}.icon-dev[data-v-5eafdb2b]{width:30px;height:30px;margin-right:6px}}.footer[data-v-5eafdb2b]{background:#f4faf4f2;color:#344731;padding:2rem 1.5rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;border-top:1px solid #d1dfc9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px 16px 0 0;width:90%;margin:0 auto;box-shadow:0 -2px 12px #00000014}.footer .footer-container[data-v-5eafdb2b]{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;align-items:start;text-align:left}.footer .footer-logo[data-v-5eafdb2b]{display:flex;align-items:flex-start;gap:.8rem}.footer .footer-logo img[data-v-5eafdb2b]{width:50px;height:50px;object-fit:contain;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.footer .footer-logo .footer-identity[data-v-5eafdb2b]{display:flex;flex-direction:column;gap:.2rem}.footer .footer-logo .footer-identity .name[data-v-5eafdb2b]{font-weight:700;font-size:1rem;color:#1f2e1f}.footer .footer-logo .footer-identity .title[data-v-5eafdb2b]{font-size:.85rem;font-weight:500;color:#4a5c4a}.footer .footer-logo .footer-identity .domain[data-v-5eafdb2b]{font-size:.85rem;color:#5e7d3a;text-decoration:none;font-weight:600;transition:color .3s ease}.footer .footer-logo .footer-identity .domain[data-v-5eafdb2b]:hover{color:#344731;text-decoration:underline}.footer .footer-logo .footer-identity .motto[data-v-5eafdb2b]{margin-top:.3rem;font-size:.8rem;font-style:italic;color:#6c7a6c}@media (max-width: 768px){.footer .footer-logo[data-v-5eafdb2b]{flex-direction:column;align-items:center;text-align:center}.footer .footer-logo img[data-v-5eafdb2b]{margin-bottom:.5rem}.footer .footer-logo .footer-identity[data-v-5eafdb2b]{align-items:center}}.footer .footer-nav[data-v-5eafdb2b],.footer .footer-resources[data-v-5eafdb2b]{display:flex;flex-direction:column;gap:.6rem}.footer .footer-nav h4[data-v-5eafdb2b],.footer .footer-resources h4[data-v-5eafdb2b]{font-size:.9rem;margin-bottom:.4rem;font-weight:700;color:#344731}.footer .footer-nav a[data-v-5eafdb2b],.footer .footer-resources a[data-v-5eafdb2b]{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#5e7d3a;text-decoration:none;font-weight:600;transition:color .3s ease}.footer .footer-nav a i[data-v-5eafdb2b],.footer .footer-resources a i[data-v-5eafdb2b]{font-size:.9rem}.footer .footer-nav a[data-v-5eafdb2b]:hover,.footer .footer-resources a[data-v-5eafdb2b]:hover{color:#344731;text-decoration:underline}.footer .footer-contact h4[data-v-5eafdb2b]{font-size:.9rem;margin-bottom:.4rem;font-weight:700;color:#344731}.footer .footer-contact p[data-v-5eafdb2b]{margin:.4rem 0;font-size:.85rem;color:#4a5c4a;display:flex;align-items:center;gap:.4rem;justify-content:flex-start}.footer .footer-contact p i[data-v-5eafdb2b]{color:#5e7d3a}.footer .footer-contact p .flag[data-v-5eafdb2b]{width:18px;height:auto;border-radius:3px;box-shadow:0 1px 2px #0000001a}.footer .footer-contact p a[data-v-5eafdb2b]{color:#5e7d3a;text-decoration:none;transition:color .3s ease}.footer .footer-contact p a[data-v-5eafdb2b]:hover{color:#344731;text-decoration:underline}.footer .footer-social[data-v-5eafdb2b]{display:flex;flex-direction:column;gap:.6rem}.footer .footer-social h4[data-v-5eafdb2b]{font-size:.9rem;margin-bottom:.4rem;font-weight:700;color:#344731}.footer .footer-social .icons[data-v-5eafdb2b]{display:flex;flex-direction:row;flex-wrap:wrap;gap:.8rem;align-items:center;justify-content:flex-start}.footer .footer-social a[data-v-5eafdb2b]{color:#5e7d3a;font-size:1.2rem;transition:color .3s ease,transform .2s ease}.footer .footer-social a[data-v-5eafdb2b]:hover{color:#344731;transform:translateY(-2px)}.footer .footer-legal[data-v-5eafdb2b]{margin-top:1.2rem;display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.footer .footer-legal a[data-v-5eafdb2b]{font-size:.8rem;color:#6c7a6c;text-decoration:none;transition:color .3s ease}.footer .footer-legal a[data-v-5eafdb2b]:hover{color:#344731;text-decoration:underline}.footer .footer-bottom[data-v-5eafdb2b]{margin-top:1rem;text-align:center;padding-top:.8rem;border-top:1px solid #d1dfc9}.footer .footer-bottom p[data-v-5eafdb2b]{margin:0;font-size:.8rem;color:#6c7a6c}@media (max-width: 1200px){.footer .footer-container[data-v-5eafdb2b]{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.footer .footer-container[data-v-5eafdb2b]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer .footer-container[data-v-5eafdb2b]{grid-template-columns:1fr;text-align:center;justify-items:center}.footer-logo[data-v-5eafdb2b]{flex-direction:column;align-items:center;text-align:center}.footer-nav[data-v-5eafdb2b],.footer-resources[data-v-5eafdb2b]{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:1rem;text-align:center}.footer-contact[data-v-5eafdb2b]{text-align:center}.footer-contact p[data-v-5eafdb2b]{justify-content:center}.footer-social[data-v-5eafdb2b]{align-items:center}.footer-social .icons[data-v-5eafdb2b]{justify-content:center}}.badge[data-v-a765bdef]{font-size:1rem;padding:.25rem .6rem;border-radius:16px;gap:.35rem}.badge svg.icon[data-v-a765bdef]{width:14px;height:14px}.badge[data-v-a765bdef]:hover{box-shadow:0 5px 18px #2e7d3a40}.tech-stack[data-v-a765bdef]{max-width:800px;margin:1em auto;padding:1em;border-radius:14px;font-family:Inter,sans-serif;color:#2c3e2f;font-size:.88rem}.tech-stack .section-header[data-v-a765bdef]{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.tech-stack .section-header h2[data-v-a765bdef]{font-weight:700;font-size:1.45rem;color:#5e7d3a;display:flex;align-items:center;gap:.4rem}.tech-stack .section-header h2 .icon-section[data-v-a765bdef]{font-size:1.3rem;color:#7a9e48;transition:color .3s ease}.tech-stack .section-header h2:hover .icon-section[data-v-a765bdef]{color:#a1c75a}.tech-stack .tech-intro[data-v-a765bdef]{margin-bottom:1.5rem;font-weight:500;color:#53694b;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.tech-stack .tech-list[data-v-a765bdef]{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.tech-stack .tech-item[data-v-a765bdef]{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#e9f0e7;border-radius:12px;padding:.7rem 1rem;width:96px;cursor:default;color:#2c3e2f}.tech-stack .tech-item[data-v-a765bdef]:hover,.tech-stack .tech-item[data-v-a765bdef]:focus-visible{background-color:#d1dfc9;box-shadow:0 6px 16px #5e7d3a33;transform:translateY(-4px);outline:none}.tech-stack .tech-item img[data-v-a765bdef]{width:40px;height:40px;object-fit:contain;transition:transform .3s ease}.tech-stack .tech-item:hover img[data-v-a765bdef],.tech-stack .tech-item:focus-visible img[data-v-a765bdef]{transform:scale(1.15)}.tech-stack .tech-item span[data-v-a765bdef]{font-weight:600;font-size:.85rem;text-align:center;color:#4a5c3d;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.tech-stack[data-v-a765bdef]{padding:1.2rem 1rem}.tech-stack .section-header h2[data-v-a765bdef]{font-size:1.3rem}.tech-stack .tech-list[data-v-a765bdef]{gap:.8rem}.tech-stack .tech-item[data-v-a765bdef]{width:80px}.tech-stack .tech-item img[data-v-a765bdef]{width:32px;height:32px}.tech-stack .tech-item span[data-v-a765bdef]{font-size:.8rem}}.projects[data-v-a765bdef]{max-width:900px;margin:3rem auto 2.5rem;padding:0 1rem;font-family:Inter,sans-serif}.projects .section-header[data-v-a765bdef]{display:flex;align-items:center;gap:.55rem;margin-bottom:1.4rem}.projects .section-header h2[data-v-a765bdef]{font-weight:700;font-size:1.5rem;color:#5e7d3a;display:flex;align-items:center;gap:.5rem}.projects .section-header h2 .icon-section[data-v-a765bdef]{font-size:1.3rem;color:#7a9e48;transition:color .3s ease}.projects .section-header h2:hover .icon-section[data-v-a765bdef]{color:#a1c75a}.projects .project-list[data-v-a765bdef]{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.6rem}.projects .project-item[data-v-a765bdef]{background:#f9faf8;border-radius:14px;box-shadow:0 4px 18px #2e7d3a26;transition:box-shadow .3s ease,transform .3s ease;overflow:hidden}.projects .project-item[data-v-a765bdef]:hover,.projects .project-item[data-v-a765bdef]:focus-within{box-shadow:0 8px 28px #2e7d3a4d;transform:translateY(-4px);outline:none}.projects .project-item a.project-link[data-v-a765bdef]{display:flex;flex-direction:column;color:#344731;text-decoration:none;height:100%;transition:color .3s ease}.projects .project-item a.project-link[data-v-a765bdef]:hover,.projects .project-item a.project-link[data-v-a765bdef]:focus{color:#5e7d3a}.projects .project-item .project-image-wrapper[data-v-a765bdef]{width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:14px 14px 0 0;flex-shrink:0}.projects .project-item .project-image-wrapper .project-image[data-v-a765bdef]{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.projects .project-item:hover .project-image[data-v-a765bdef],.projects .project-item:focus-within .project-image[data-v-a765bdef]{transform:scale(1.05)}.projects .project-item .project-info[data-v-a765bdef]{padding:1rem 1.3rem 1.4rem;flex-grow:1}.projects .project-item .project-info h3[data-v-a765bdef]{font-size:1.15rem;margin-bottom:.3rem;font-weight:700;transition:color .3s ease}.projects .project-item .project-info p[data-v-a765bdef]{font-size:.9rem;color:#6a8052;line-height:1.4}@media (max-width: 768px){.project-list[data-v-a765bdef]{grid-template-columns:1fr}}.contact[data-v-a765bdef]{max-width:600px;margin:2rem auto 3rem;padding:0 1rem}.contact .section-header[data-v-a765bdef]{display:flex;align-items:center;gap:.6rem;margin-bottom:1.5rem}.contact .section-header h2[data-v-a765bdef]{font-weight:700;font-size:1.4rem;color:#4a6b2a;display:flex;align-items:center;gap:.5rem}.contact .section-header h2 .icon-section[data-v-a765bdef]{font-size:1.3rem;color:#6d9142;transition:color .3s ease}.contact .section-header h2:hover .icon-section[data-v-a765bdef]{color:#8fbf56}.contact .contact-list[data-v-a765bdef]{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:1.2rem;justify-content:center}.contact .contact-item[data-v-a765bdef]{border-radius:10px;box-shadow:0 2px 8px #4a6b2a26;transition:box-shadow .25s ease,transform .25s ease;flex:0 1 140px}.contact .contact-item[data-v-a765bdef]:hover,.contact .contact-item[data-v-a765bdef]:focus-within{box-shadow:0 4px 16px #4a6b2a59;transform:translateY(-3px);outline:none}.contact .contact-item .contact-link[data-v-a765bdef]{display:flex;align-items:center;gap:.8rem;padding:.6rem 1rem;color:#4a6b2a;font-weight:600;font-size:1rem;text-decoration:none;transition:color .3s ease}.contact .contact-item .contact-link[data-v-a765bdef]:hover,.contact .contact-item .contact-link[data-v-a765bdef]:focus{color:#739f40}.contact .contact-item .contact-icon[data-v-a765bdef]{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 1px 0 rgba(0,0,0,.05));transition:filter .3s ease}.contact .contact-item .contact-link:hover .contact-icon[data-v-a765bdef],.contact .contact-item .contact-link:focus .contact-icon[data-v-a765bdef]{filter:drop-shadow(0 0 4px #8fbf56)}@media (max-width: 480px){.contact-list[data-v-a765bdef]{justify-content:flex-start}.contact-item[data-v-a765bdef]{flex:1 1 100%}}.connect[data-v-a765bdef],.summary[data-v-a765bdef]{max-width:650px;margin:2rem auto;padding:0 1rem;color:#3e4a20;font-size:1rem;line-height:1.6;font-weight:400}.connect .section-header[data-v-a765bdef],.summary .section-header[data-v-a765bdef]{display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}.connect .section-header h2[data-v-a765bdef],.summary .section-header h2[data-v-a765bdef]{font-size:1.5rem;font-weight:700;color:#557a1f;display:flex;align-items:center;gap:.5rem}.connect .section-header h2 .icon-section[data-v-a765bdef],.summary .section-header h2 .icon-section[data-v-a765bdef]{font-size:1.4rem;color:#7fa230;transition:color .3s ease}.connect .section-header h2:hover .icon-section[data-v-a765bdef],.summary .section-header h2:hover .icon-section[data-v-a765bdef]{color:#a1c54d}.connect p[data-v-a765bdef],.summary p[data-v-a765bdef]{margin:0;font-size:1rem;color:#4b5c22}.connect.connect .connect-text[data-v-a765bdef],.summary.connect .connect-text[data-v-a765bdef]{font-weight:500}.connect.connect .connect-text strong[data-v-a765bdef],.summary.connect .connect-text strong[data-v-a765bdef]{color:#82b74b}.connect.summary .summary-text[data-v-a765bdef],.summary.summary .summary-text[data-v-a765bdef]{font-style:italic;color:#51622c}.summary-text[data-v-a765bdef]{font-size:1rem;line-height:1.6;color:#2c3e50;max-width:650px;margin-top:.5rem}.section-header h2[data-v-a765bdef]{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.6rem;color:var(--color-primary)}.about[data-v-a765bdef],.tech-stack[data-v-a765bdef],.skills[data-v-a765bdef],.projects[data-v-a765bdef],.contact[data-v-a765bdef],.connect[data-v-a765bdef],.summary[data-v-a765bdef]{margin-bottom:2.2rem}.connect-text[data-v-a765bdef]{font-size:1rem;line-height:1.6;color:#333;max-width:600px;margin-top:.5rem}.section-header h2[data-v-a765bdef]{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.5rem;color:var(--color-primary)}.icon-section[data-v-a765bdef]{color:var(--color-primary-dark)}.about[data-v-a765bdef]{max-width:720px;margin:auto;padding:1em 1rem;border-radius:14px;font-family:Inter,sans-serif;color:#2d3a2e;line-height:1.5;font-size:.88rem}.about .section-header[data-v-a765bdef]{display:flex;align-items:center;gap:.6rem;margin-bottom:1.2rem}.about .section-header h2[data-v-a765bdef]{font-weight:700;font-size:1.45rem;color:#5e7d3a;display:flex;align-items:center;gap:.4rem}.about .section-header h2 .icon-section[data-v-a765bdef]{font-size:1.3rem;color:#7a9e48;transition:color .3s ease}.about .section-header h2:hover .icon-section[data-v-a765bdef]{color:#a1c75a}.about .about-text[data-v-a765bdef]{margin-bottom:1rem;font-weight:500;color:#566c4a}.about .about-tech[data-v-a765bdef]{list-style-type:disc;padding-left:1.5rem;margin-bottom:1.3rem;color:#4a5c3d;font-weight:500}.about .about-tech li[data-v-a765bdef]{margin-bottom:.5rem}.about .about-tech li strong[data-v-a765bdef]{color:#5e7d3a}.about .about-conclusion[data-v-a765bdef]{font-style:italic;color:#758a5d;font-weight:600}@media (max-width: 768px){.about[data-v-a765bdef]{padding:1.3rem 1rem;font-size:.82rem}.about .section-header h2[data-v-a765bdef]{font-size:1.25rem}.about .about-tech li[data-v-a765bdef]{margin-bottom:.4rem}}.tech-list[data-v-a765bdef],.skills-list[data-v-a765bdef],.project-list[data-v-a765bdef],.contact-list[data-v-a765bdef]{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.85rem}.tech-item[data-v-a765bdef],.contact-list li[data-v-a765bdef]{display:flex;align-items:center;gap:.45rem;background:#f4f5f3;border-radius:8px;padding:.4rem .65rem;box-shadow:0 1px 4px #27323814;transition:box-shadow .4s ease,transform .3s ease;cursor:pointer;color:#273238}.tech-item[data-v-a765bdef]:hover,.contact-list li[data-v-a765bdef]:hover{box-shadow:0 6px 14px #27323826;transform:translateY(-3px);color:#5e7d3a}.tech-item img[data-v-a765bdef],.contact-list img[data-v-a765bdef]{width:20px;height:20px;object-fit:contain;transition:transform .3s ease}.tech-item:hover img[data-v-a765bdef],.contact-list li:hover img[data-v-a765bdef]{transform:scale(1.1)}.skills[data-v-a765bdef]{max-width:700px;margin:3rem auto 2rem;padding:1.5rem 1rem;border-radius:14px;font-family:Inter,sans-serif;color:#344731;font-size:.9rem}.skills .section-header[data-v-a765bdef]{display:flex;align-items:center;gap:.55rem;margin-bottom:1rem}.skills .section-header h2[data-v-a765bdef]{font-weight:700;font-size:1.4rem;color:#5e7d3a;display:flex;align-items:center;gap:.4rem}.skills .section-header h2 .icon-section[data-v-a765bdef]{font-size:1.25rem;color:#7a9e48;transition:color .3s ease}.skills .section-header h2:hover .icon-section[data-v-a765bdef]{color:#a1c75a}.skills .skills-list[data-v-a765bdef]{list-style:none;padding:0;margin:0}.skills .skills-list li[data-v-a765bdef]{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1rem;line-height:1.4;color:#2c3e50}.skills .skill-icon[data-v-a765bdef]{font-size:1.25rem;min-width:1.5rem}.skills .skills-list[data-v-a765bdef]{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:1rem}.skills .skills-list li[data-v-a765bdef]{position:relative;padding-left:1.7rem;font-weight:600;color:#425837;line-height:1.3;cursor:default;transition:color .3s ease}.skills .skills-list li[data-v-a765bdef]:focus-visible,.skills .skills-list li[data-v-a765bdef]:hover{color:#5e7d3a;outline:none}.skills .skills-list li[data-v-a765bdef]:before{content:"✔";position:absolute;left:0;top:50%;transform:translateY(-50%);color:#7a9e48;font-weight:900;font-size:1.1rem;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.skills[data-v-a765bdef]{padding:1.2rem .8rem}.skills .section-header h2[data-v-a765bdef]{font-size:1.2rem}.skills .skills-list li[data-v-a765bdef]{font-size:.85rem;padding-left:1.3rem}.skills .skills-list li[data-v-a765bdef]:before{font-size:1rem}}.skills-list[data-v-a765bdef]{flex-direction:column;max-width:600px;margin:0 auto}.skills-list li[data-v-a765bdef]{margin-bottom:.45rem;font-size:.85rem;color:#6a8052;padding-left:1.3rem;position:relative;transition:color .3s ease;cursor:default}.skills-list li[data-v-a765bdef]:before{content:"✓";position:absolute;left:0;color:#5e7d3a}.skills-list li[data-v-a765bdef]:hover{color:#344731}.project-list[data-v-a765bdef]{flex-direction:column;gap:1.6rem;max-width:800px;margin:0 auto}.project-item[data-v-a765bdef]{display:flex;flex-wrap:wrap;gap:1rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px #2732381a;transition:box-shadow .4s ease,transform .3s ease;cursor:pointer;color:#273238}.project-item img[data-v-a765bdef]{max-width:220px;border-radius:8px 0 0 8px;object-fit:cover;flex-shrink:0;transition:transform .3s ease}.project-item:hover img[data-v-a765bdef]{transform:scale(1.05)}.project-info[data-v-a765bdef]{padding:1rem 1.5rem;flex:1}.project-info h3[data-v-a765bdef]{margin-bottom:.3rem;font-size:1rem;transition:color .3s ease}.project-item[data-v-a765bdef]{display:flex;align-items:center;gap:1rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #2732381a;transition:box-shadow .4s ease,transform .3s ease;cursor:pointer;color:#273238;padding:1rem}.project-item[data-v-a765bdef]:hover{box-shadow:0 8px 22px #2732382e;transform:translateY(-5px);color:#5e7d3a}.project-image-wrapper[data-v-a765bdef]{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.project-image[data-v-a765bdef]{width:32px;height:32px;border-radius:50%;object-fit:contain;transition:transform .3s ease;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.project-item:hover .project-image[data-v-a765bdef]{transform:scale(1.05)}.project-info[data-v-a765bdef]{flex:1;padding:.2rem 0}.project-info h3[data-v-a765bdef]{margin-bottom:.2rem;font-size:1.05rem;font-weight:600;transition:color .3s ease}.project-info h3[data-v-a765bdef]:hover{color:#5e7d3a}.project-info p[data-v-a765bdef]{font-size:.9rem;line-height:1.4;margin:0}.contact-list a[data-v-a765bdef]{display:flex;align-items:center;gap:.65rem;color:#273238;text-decoration:none;font-weight:600;transition:color .3s ease;cursor:pointer}.contact-list a[data-v-a765bdef]:hover{color:#5e7d3a;text-decoration:underline}@media (max-width: 768px){.project-item[data-v-a765bdef]{flex-direction:column}.project-item img[data-v-a765bdef]{width:100%;border-radius:8px 8px 0 0}}.hero-banner[data-v-a765bdef]{position:relative;border-radius:0 0 60px 60px;background:transparent;display:flex;justify-content:center;align-items:center;padding:3rem 1rem;overflow:hidden}.hero-banner[data-v-a765bdef]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;animation:moveVectors-a765bdef 20s ease-in-out infinite alternate;z-index:0}.hero-banner .banner-container[data-v-a765bdef]{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;gap:2rem;max-width:1000px;width:100%;flex-wrap:nowrap}.hero-banner .banner-container .banner-image[data-v-a765bdef]{display:block;max-width:420px;width:100%;height:auto;object-fit:contain;transition:transform .4s ease,box-shadow .4s ease,filter .4s ease;animation:fadeSlideUp-a765bdef .8s ease-out;flex:1 1 auto}.hero-banner .banner-container .banner-image[data-v-a765bdef]:hover{transform:scale(1.02);filter:brightness(1.05)}.hero-banner .banner-container .avatar-image[data-v-a765bdef]{max-width:220px;width:100%;height:auto;border-radius:50%;object-fit:cover;transition:transform .4s ease,box-shadow .4s ease;animation:fadeSlideUp-a765bdef .9s ease-out;flex:0 0 auto}.hero-banner .banner-container .avatar-image[data-v-a765bdef]:hover{transform:scale(1.05)}@media (max-width: 768px){.hero-banner .banner-container[data-v-a765bdef]{flex-direction:column;gap:1.5rem;text-align:center}.hero-banner .banner-container .banner-image[data-v-a765bdef]{max-width:100%}.hero-banner .banner-container .avatar-image[data-v-a765bdef]{max-width:160px}}.intro[data-v-a765bdef]{text-align:center;margin-top:2rem;padding:1.5rem 1rem;border-radius:16px;margin-left:auto;margin-right:auto}.intro .section-header[data-v-a765bdef]{display:flex;flex-direction:column;align-items:center;gap:.4rem;margin-bottom:1.5rem}.intro .section-header h1[data-v-a765bdef]{display:flex;align-items:center;gap:.5rem;font-size:1.8rem;font-weight:700;color:#344731;letter-spacing:.02em}.intro .section-header h1 i.fa-solid[data-v-a765bdef]{color:#5e7d3a;font-size:1.4rem;transition:color .3s ease}.intro .intro-text[data-v-a765bdef]{max-width:820px;margin:auto;font-size:1rem;color:#5a6459;line-height:1.6;font-weight:400;letter-spacing:.01em;transition:color .3s ease}.intro .badges[data-v-a765bdef]{display:flex;justify-content:center;flex-wrap:wrap;gap:.8rem 1.2rem;max-width:500px;margin:2rem auto 0}@keyframes moveVectors-a765bdef{0%{transform:translate(0) scale(1)}50%{transform:translate(-4%,-4%) scale(1.05)}to{transform:translate(4%,4%) scale(1)}}@media (max-width: 768px){.hero-banner[data-v-a765bdef]{padding:2rem 1rem}.hero-banner .banner-container[data-v-a765bdef]{flex-direction:row;gap:1rem}.hero-banner .banner-container .banner-image[data-v-a765bdef]{max-width:60%}.hero-banner .banner-container .avatar-image[data-v-a765bdef]{max-width:120px}}@media (max-width: 480px){.hero-banner .banner-container[data-v-a765bdef]{gap:.8rem}.hero-banner .banner-container .banner-image[data-v-a765bdef]{max-width:65%}.hero-banner .banner-container .avatar-image[data-v-a765bdef]{max-width:100px}}@keyframes fadeSlideUp-a765bdef{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.banner-container[data-v-a765bdef]{flex-direction:column;gap:2rem}.banner-image[data-v-a765bdef]{max-width:100%;flex:unset}.avatar-image[data-v-a765bdef]{max-width:160px}}[v-cloak][data-v-a765bdef]{display:none}html[data-v-a765bdef],body[data-v-a765bdef]{max-width:100%;overflow-x:hidden}.content[data-v-a765bdef]{max-width:100%;margin:2rem auto;padding:0 1rem;font-family:Inter,sans-serif;color:#273238;line-height:1.45;font-size:.85rem;transition:color .3s ease,background-color .3s ease}.loader-container[data-v-a765bdef]{display:flex;justify-content:center;align-items:center;height:80vh}.loader[data-v-a765bdef]{animation:rotate-a765bdef 2s linear infinite;width:36px;height:36px;transition:transform .3s ease}.loader[data-v-a765bdef]:hover{transform:scale(1.1)}.loader .path[data-v-a765bdef]{stroke:#5e7d3a;stroke-linecap:round;animation:dash-a765bdef 1.5s ease-in-out infinite}@keyframes rotate-a765bdef{to{transform:rotate(360deg)}}@keyframes dash-a765bdef{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.section-header[data-v-a765bdef]{display:flex;align-items:center;gap:.5rem;margin-bottom:.7rem;color:#344731}.section-header svg.icon-section[data-v-a765bdef]{width:18px;height:18px;fill:#5e7d3a;transition:fill .3s ease}.section-header:hover svg.icon-section[data-v-a765bdef]{fill:#6a8052}h1[data-v-a765bdef],h2[data-v-a765bdef],h3[data-v-a765bdef]{font-weight:700;color:#273238;transition:color .3s ease}h1[data-v-a765bdef]{font-size:1.8rem;margin-bottom:.4rem}h2[data-v-a765bdef]{font-size:1.3rem;margin-bottom:.4rem}h3[data-v-a765bdef]{font-size:1rem;margin-bottom:.2rem}h1[data-v-a765bdef]:hover,h2[data-v-a765bdef]:hover,h3[data-v-a765bdef]:hover{color:#5e7d3a;cursor:default}.intro[data-v-a765bdef]{text-align:center;margin-bottom:1em;padding:1em 1rem;border-radius:12px;margin-left:auto;margin-right:auto}.intro .section-header[data-v-a765bdef]{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1.2rem}.intro .section-header h1[data-v-a765bdef]{display:flex;align-items:center;gap:.5rem;font-size:1.6rem;font-weight:700;color:#344731;letter-spacing:.03em}.intro .section-header h1 i.fa-solid[data-v-a765bdef]{color:#5e7d3a;font-size:1.3rem;transition:color .3s ease}.intro .section-header h1:hover i.fa-solid[data-v-a765bdef]{color:#6a8052}.intro .section-header .subtitle[data-v-a765bdef]{font-size:1rem;font-weight:600;color:#6a8052;display:flex;align-items:center;gap:.4rem}.intro .intro-text[data-v-a765bdef]{max-width:800px;margin:auto;font-size:.9rem;color:#5a6459;line-height:1.4;font-weight:400;letter-spacing:.01em;transition:color .3s ease}.intro .intro-text[data-v-a765bdef]:hover{color:#344731}.intro .badges[data-v-a765bdef]{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;max-width:460px;margin-left:auto;margin-right:auto}.badge[data-v-a765bdef]{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;border-radius:14px;font-weight:600;font-size:.75rem;-webkit-user-select:none;user-select:none;cursor:default;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease}.badge svg.icon[data-v-a765bdef]{width:14px;height:14px;fill:currentColor;transition:transform .3s ease}.badge[data-v-a765bdef]:hover{box-shadow:0 4px 12px #2e7d3a40;transform:translateY(-2px)}.badge-blue[data-v-a765bdef]{background-color:#5e7d3a;color:#fff}.badge-blue[data-v-a765bdef]:hover{background-color:#6a8052}.badge-green[data-v-a765bdef]{background-color:#344731;color:#fff}.badge-green[data-v-a765bdef]:hover{background-color:#273238}.badge-red[data-v-a765bdef]{background-color:#929999;color:#fff}.badge-red[data-v-a765bdef]:hover{background-color:#6a8052}.hero-banner[data-v-a765bdef]{border-radius:0 0 60px 60px;background-color:transparent;display:flex;justify-content:center;align-items:center;padding:2rem 1rem}.banner-container[data-v-a765bdef]{max-width:100%;width:100%;display:flex;justify-content:center;align-items:center}.banner-image[data-v-a765bdef]{display:block;max-width:300px;width:100%;height:auto;border-radius:16px;object-fit:contain;transition:transform .4s ease,box-shadow .4s ease,filter .4s ease;animation:fadeSlideUp-a765bdef .8s ease-out}.banner-image[data-v-a765bdef]:hover{transform:scale(1.05) translateY(-4px);filter:brightness(1.05)}@keyframes fadeSlideUp-a765bdef{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.tech-list[data-v-a765bdef],.skills-list[data-v-a765bdef],.project-list[data-v-a765bdef],.contact-list[data-v-a765bdef]{flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%}.project-item[data-v-a765bdef],.tech-item[data-v-a765bdef],.contact-item[data-v-a765bdef]{max-width:100%;flex:1 1 100%}.banner-image[data-v-a765bdef]{max-width:100%;width:100%;height:auto}}.contact[data-v-a765bdef],.connect[data-v-a765bdef]{max-width:1100px;margin:2.5rem auto;padding:2rem;border-radius:12px;background:#fff;box-shadow:0 3px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.contact[data-v-a765bdef]:hover,.connect[data-v-a765bdef]:hover{transform:translateY(-4px);box-shadow:0 5px 20px #0000001f}.contact .section-header[data-v-a765bdef],.connect .section-header[data-v-a765bdef]{margin-bottom:1.5rem;text-align:center}.contact .section-header .section-title[data-v-a765bdef],.connect .section-header .section-title[data-v-a765bdef]{font-size:1.6rem;font-weight:700;color:#2d3a2c;display:inline-flex;align-items:center;gap:.6rem;flex-wrap:wrap}.contact .section-header .section-title .icon-section[data-v-a765bdef],.connect .section-header .section-title .icon-section[data-v-a765bdef]{font-size:1.4em;color:#4a6337}.contact-list[data-v-a765bdef]{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;padding:0;margin:0 auto;max-width:100%}.contact-list .contact-item[data-v-a765bdef]{flex:1 1 220px;max-width:260px;display:flex}.contact-list .contact-item .contact-link[data-v-a765bdef]{display:flex;align-items:center;gap:.75rem;text-decoration:none;padding:.8rem 1rem;border-radius:8px;background:#f7f9f7;color:#2d3a2c;font-weight:600;font-size:.95rem;transition:background-color .3s ease,transform .25s ease;flex:1}.contact-list .contact-item .contact-link[data-v-a765bdef]:hover,.contact-list .contact-item .contact-link[data-v-a765bdef]:focus{background:#e8f1e5;transform:translateY(-3px);outline:none}.contact-list .contact-item .contact-link .contact-icon[data-v-a765bdef]{width:28px;height:28px;object-fit:contain;flex-shrink:0}.contact-list .contact-item .contact-link .contact-name[data-v-a765bdef]{flex-grow:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.connect-text[data-v-a765bdef]{font-size:1.05rem;line-height:1.65;color:#333;max-width:850px;margin:0 auto;text-align:center}.connect-text strong[data-v-a765bdef]{color:#4a6337}@media (max-width: 992px){.contact[data-v-a765bdef],.connect[data-v-a765bdef]{padding:1.5rem;margin:2rem 1rem}.section-header .section-title[data-v-a765bdef]{font-size:1.4rem}.contact-list[data-v-a765bdef]{gap:1rem}.connect-text[data-v-a765bdef]{font-size:1rem;text-align:justify}}@media (max-width: 576px){.contact[data-v-a765bdef],.connect[data-v-a765bdef]{padding:1.25rem;border-radius:10px}.section-header .section-title[data-v-a765bdef]{font-size:1.2rem;text-align:center;justify-content:center}.contact-list[data-v-a765bdef]{flex-direction:column;align-items:stretch;gap:.8rem}.contact-item[data-v-a765bdef]{max-width:100%}.contact-link[data-v-a765bdef]{justify-content:center;font-size:.9rem}.contact-link .contact-icon[data-v-a765bdef]{width:24px;height:24px}.contact-link .contact-name[data-v-a765bdef]{text-align:center;white-space:normal}.connect-text[data-v-a765bdef]{font-size:.95rem;line-height:1.5;text-align:left}}@media (max-width: 360px){.section-header .section-title[data-v-a765bdef]{font-size:1rem}.contact-link[data-v-a765bdef]{flex-direction:column;gap:.5rem;padding:.6rem .8rem;text-align:center}.contact-link .contact-name[data-v-a765bdef]{font-size:.85rem}.connect-text[data-v-a765bdef]{font-size:.9rem;text-align:left}}.contact[data-v-a765bdef]{text-align:center;margin:3rem 0}.contact .section-title[data-v-a765bdef]{display:inline-flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:#344731}.contact .section-title i.icon-section[data-v-a765bdef]{font-size:1.3rem;color:#5e7d3a;transition:color .3s ease}.contact .section-title:hover i.icon-section[data-v-a765bdef]{color:#6a8052}.contact .contact-list[data-v-a765bdef]{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:1.5rem;padding:0;list-style:none}.contact .contact-list .contact-item .contact-link[data-v-a765bdef]{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;color:#5a6459;text-decoration:none;transition:color .3s ease}.contact .contact-list .contact-item .contact-link[data-v-a765bdef]:hover{color:#344731}.contact .contact-list .contact-item .contact-link .contact-icon[data-v-a765bdef]{width:24px;height:24px;border-radius:6px;object-fit:contain;transition:transform .3s ease}.contact .contact-list .contact-item .contact-link .contact-icon[data-v-a765bdef]:hover{transform:scale(1.1)}@media (max-width: 768px){.contact .contact-list[data-v-a765bdef]{flex-direction:column;gap:.8rem}}.connect[data-v-a765bdef]{text-align:center;margin:3rem 0}.connect .section-header h2[data-v-a765bdef]{display:inline-flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;color:#344731}.connect .section-header h2 i.icon-section[data-v-a765bdef]{font-size:1.3rem;color:#5e7d3a;transition:color .3s ease}.connect .section-header h2:hover i.icon-section[data-v-a765bdef]{color:#6a8052}.connect .connect-text[data-v-a765bdef]{max-width:700px;margin:1.5rem auto 0;font-size:.95rem;color:#5a6459;line-height:1.6}.connect .connect-text strong[data-v-a765bdef]{color:#344731}@media (max-width: 768px){.connect .connect-text[data-v-a765bdef]{font-size:.9rem}}.summary[data-v-a765bdef]{text-align:center;margin:auto}.summary .section-header h2[data-v-a765bdef]{display:inline-flex;align-items:center;gap:.4rem;font-size:1.3rem;font-weight:600;color:#344731}.summary .section-header h2 i.icon-section[data-v-a765bdef]{font-size:1.2rem;color:#5e7d3a;transition:color .3s ease}.summary .section-header h2:hover i.icon-section[data-v-a765bdef]{color:#6a8052}.summary .summary-text[data-v-a765bdef]{max-width:720px;margin:1rem auto 0;font-size:.92rem;line-height:1.5;color:#5a6459;letter-spacing:.01em}.summary .summary-text strong[data-v-a765bdef]{color:#344731}@media (max-width: 768px){.summary .summary-text[data-v-a765bdef]{font-size:.88rem}}.icon-dev[data-v-a765bdef]{width:42px;height:42px;border-radius:50%;object-fit:contain;vertical-align:middle;transition:transform .3s ease,background-color .3s ease;flex-shrink:0}.logo:hover .icon-dev[data-v-a765bdef],.logo:focus .icon-dev[data-v-a765bdef]{background-color:#3f4d3b;transform:rotate(10deg) scale(1.1);background-color:#a3d89b}.intro[data-v-a765bdef]{max-width:1100px;margin:0 auto 3rem;padding:2rem 1rem;text-align:center}.intro .section-header[data-v-a765bdef]{margin-bottom:1.5rem}.intro .section-header h1[data-v-a765bdef]{display:inline-flex;align-items:center;gap:.5rem;font-size:2rem;font-weight:700;color:#344731}.intro .section-header h1 .icon-dev[data-v-a765bdef]{width:36px;height:36px;object-fit:contain;transition:transform .3s ease}.intro .section-header h1 .icon-dev[data-v-a765bdef]:hover{transform:scale(1.05)}.intro .section-header .subtitle[data-v-a765bdef]{margin-top:.5rem;font-size:1.05rem;font-weight:600;color:#6a8052;display:inline-flex;align-items:center;gap:.4rem}.intro .section-header .subtitle i.fa-solid[data-v-a765bdef]{font-size:1rem;color:#7c9760;transition:color .3s ease}.intro .section-header .subtitle[data-v-a765bdef]:hover{color:#344731}.intro .section-header .subtitle:hover i.fa-solid[data-v-a765bdef]{color:#5e7d3a}.intro .intro-text[data-v-a765bdef]{max-width:780px;margin:1.5rem auto 2rem;font-size:.95rem;line-height:1.6;color:#5a6459;letter-spacing:.01em}.intro .intro-text strong[data-v-a765bdef]{color:#344731}.intro .intro-text p+p[data-v-a765bdef]{margin-top:1rem}.intro .badges[data-v-a765bdef]{display:flex;justify-content:center;flex-wrap:wrap;gap:.8rem 1.2rem;max-width:500px;margin:0 auto}@media (max-width: 1024px){.intro .section-header h1[data-v-a765bdef]{font-size:1.75rem}.intro .section-header .subtitle[data-v-a765bdef]{font-size:1rem}.intro .intro-text[data-v-a765bdef]{font-size:.92rem;max-width:700px}}@media (max-width: 768px){.intro .section-header h1[data-v-a765bdef]{font-size:1.5rem}.intro .section-header .subtitle[data-v-a765bdef]{font-size:.95rem}.intro .intro-text[data-v-a765bdef]{font-size:.9rem;max-width:90%;line-height:1.55}.intro .badges[data-v-a765bdef]{gap:.6rem 1rem}}@media (max-width: 480px){.intro .section-header h1[data-v-a765bdef]{font-size:1.3rem;gap:.4rem}.intro .section-header .subtitle[data-v-a765bdef]{font-size:.88rem;gap:.3rem}.intro .intro-text[data-v-a765bdef]{font-size:.85rem;line-height:1.5}.intro .badges[data-v-a765bdef]{gap:.5rem .8rem}}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;color:#333;margin:0;padding:0}a{color:#0366d6;text-decoration:none}a:hover{text-decoration:underline}
