@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-color: #FDFCF8;--text-color: #4A4A4A;--text-light: #718096;--accent-mint: #B8E0D2;--accent-blue: #D6E2E9;--accent-peach: #FAD2E1;--font-main: "Inter", sans-serif;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 8rem}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);scroll-behavior:smooth;line-height:1.6}body{overflow-x:hidden}a{text-decoration:none;color:inherit;transition:opacity .3s ease}a:hover{opacity:.7}h1,h2,h3{font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:var(--spacing-sm);color:#1a1a1a}section{padding:var(--spacing-xl) var(--spacing-md);max-width:1000px;margin:0 auto}.container{max-width:1440px;margin:0 auto;padding:0 var(--spacing-md)}header[data-astro-cid-3ef6ksr2]{padding:1rem 0;position:fixed;top:0;left:0;width:100%;background-color:#fdfcf8f2;backdrop-filter:blur(10px);z-index:100;transition:transform .3s ease-in-out}header[data-astro-cid-3ef6ksr2].header-hidden{transform:translateY(-100%)}nav[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:center}.brand[data-astro-cid-3ef6ksr2]{font-size:1.2rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-color);text-decoration:none;opacity:1}.brand[data-astro-cid-3ef6ksr2] strong[data-astro-cid-3ef6ksr2]{font-weight:700}.brand[data-astro-cid-3ef6ksr2] .light[data-astro-cid-3ef6ksr2]{font-weight:300}.nav-links[data-astro-cid-3ef6ksr2]{display:flex;gap:2.5rem}.nav-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--text-color);font-weight:500;font-size:.95rem;position:relative}.nav-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{opacity:1;color:#000}.nav-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;width:0;height:1px;bottom:-4px;left:0;background-color:var(--text-color);transition:width .3s ease}.nav-links[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover:after{width:100%}.contact-btn[data-astro-cid-3ef6ksr2]{background-color:#1a1a1a;color:#fff;padding:.6rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:transform .2s ease,background-color .2s ease}.contact-btn[data-astro-cid-3ef6ksr2]:hover{background-color:#000;transform:translateY(-2px);opacity:1}@media(max-width:768px){.nav-links[data-astro-cid-3ef6ksr2]{display:none}}.hero[data-astro-cid-bbe6dxrz]{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center}.greeting[data-astro-cid-bbe6dxrz]{color:var(--text-color);font-size:4rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.02em;line-height:1.1}h1[data-astro-cid-bbe6dxrz]{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-light);font-weight:700;letter-spacing:.05em}.highlight[data-astro-cid-bbe6dxrz]{color:#7fa1c3;position:relative;z-index:1}.highlight[data-astro-cid-bbe6dxrz]:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:10px;background-color:var(--accent-mint);z-index:-1;opacity:.6}.subtitle[data-astro-cid-bbe6dxrz]{font-size:1.25rem;color:var(--text-light);max-width:600px;margin:0 auto 2.5rem}.actions[data-astro-cid-bbe6dxrz]{display:flex;gap:1rem;justify-content:center}.btn[data-astro-cid-bbe6dxrz]{padding:.8rem 2rem;border-radius:50px;font-weight:500;transition:transform .2s ease,box-shadow .2s ease}.btn[data-astro-cid-bbe6dxrz].primary{background-color:var(--text-color);color:var(--bg-color)}.btn[data-astro-cid-bbe6dxrz].secondary{background-color:transparent;border:1px solid var(--text-color);color:var(--text-color)}.btn[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.about[data-astro-cid-v2cbyr3p]{background-color:#f4f7f6}.grid[data-astro-cid-v2cbyr3p]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.bio[data-astro-cid-v2cbyr3p] p[data-astro-cid-v2cbyr3p]{margin-bottom:1.5rem;font-size:1.1rem;color:var(--text-light)}.skills[data-astro-cid-v2cbyr3p]{background:#fff;padding:2rem;border-radius:24px;box-shadow:0 4px 20px #00000008}.skills[data-astro-cid-v2cbyr3p] h3[data-astro-cid-v2cbyr3p]{font-size:1.2rem;margin-bottom:1.5rem}.skills[data-astro-cid-v2cbyr3p] ul[data-astro-cid-v2cbyr3p]{list-style:none}.skills[data-astro-cid-v2cbyr3p] li[data-astro-cid-v2cbyr3p]{margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px solid #eee}.skills[data-astro-cid-v2cbyr3p] li[data-astro-cid-v2cbyr3p]:last-child{border-bottom:none}@media(max-width:768px){.grid[data-astro-cid-v2cbyr3p]{grid-template-columns:1fr;gap:2rem}}.career-section[data-astro-cid-xea7cmrr]{padding:4rem 1rem;overflow:hidden}.container[data-astro-cid-xea7cmrr]{max-width:800px;margin:0 auto;text-align:center;position:relative}h2[data-astro-cid-xea7cmrr]{font-size:2.5rem;margin-bottom:3rem;color:#333}.timeline[data-astro-cid-xea7cmrr]{position:relative;max-width:600px;margin:0 auto;padding:2rem 0;display:flex;flex-direction:column;gap:2rem}.timeline-line[data-astro-cid-xea7cmrr]{position:absolute;left:50%;top:0;bottom:0;width:2px;background-color:#ddd;transform:translate(-50%);z-index:1}.timeline-item[data-astro-cid-xea7cmrr]{position:relative;width:100%;display:flex;justify-content:center;align-items:center;z-index:2;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.timeline-dot[data-astro-cid-xea7cmrr]{width:16px;height:16px;background-color:#333;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 2px #ddd;position:absolute;left:50%;transform:translate(-50%);z-index:3}.info-card[data-astro-cid-xea7cmrr]{background:#fff;padding:1.2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;width:45%;text-align:left;position:relative}.timeline-item[data-astro-cid-xea7cmrr]:nth-child(odd) .info-card[data-astro-cid-xea7cmrr]{margin-right:auto;text-align:right}.timeline-item[data-astro-cid-xea7cmrr]:nth-child(2n) .info-card[data-astro-cid-xea7cmrr]{margin-left:auto;text-align:left}.info-card[data-astro-cid-xea7cmrr]:after{content:"";position:absolute;top:50%;width:0;height:0;border-style:solid;transform:translateY(-50%)}.timeline-item[data-astro-cid-xea7cmrr]:nth-child(odd) .info-card[data-astro-cid-xea7cmrr]:after{right:-10px;border-width:10px 0 10px 10px;border-color:transparent transparent transparent white}.timeline-item[data-astro-cid-xea7cmrr]:nth-child(2n) .info-card[data-astro-cid-xea7cmrr]:after{left:-10px;border-width:10px 10px 10px 0;border-color:transparent white transparent transparent}.info-card[data-astro-cid-xea7cmrr] p[data-astro-cid-xea7cmrr]{margin:0;line-height:1.4}.role[data-astro-cid-xea7cmrr]{font-size:.9rem;font-weight:600;color:#333;margin-bottom:.2rem!important}.company[data-astro-cid-xea7cmrr]{font-size:.8rem;color:#555;font-weight:500;margin-top:.2rem}.period[data-astro-cid-xea7cmrr]{font-size:.75rem;color:#777;margin-top:.3rem!important}.location[data-astro-cid-xea7cmrr]{font-size:.75rem;color:#999;margin-top:.1rem!important;font-style:italic}.timeline-item[data-astro-cid-xea7cmrr].visible{opacity:1;transform:translateY(0)}@media(max-width:768px){.timeline-line[data-astro-cid-xea7cmrr],.timeline-dot[data-astro-cid-xea7cmrr]{left:20px}.info-card[data-astro-cid-xea7cmrr]{width:calc(100% - 60px);margin-left:60px!important;margin-right:0!important;text-align:left!important}.timeline-item[data-astro-cid-xea7cmrr]:nth-child(odd) .info-card[data-astro-cid-xea7cmrr]:after,.timeline-item[data-astro-cid-xea7cmrr]:nth-child(2n) .info-card[data-astro-cid-xea7cmrr]:after{left:-10px;right:auto;border-width:10px 10px 10px 0;border-color:transparent white transparent transparent}}section[data-astro-cid-uhrerali]{overflow:hidden}.header-row[data-astro-cid-uhrerali]{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-right:2rem}.carousel-controls[data-astro-cid-uhrerali]{display:flex;gap:1rem}.carousel-controls[data-astro-cid-uhrerali] button[data-astro-cid-uhrerali]{background:#fff;border:1px solid rgba(0,0,0,.1);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--text-color)}.carousel-controls[data-astro-cid-uhrerali] button[data-astro-cid-uhrerali]:hover{background:var(--text-color);color:#fff;border-color:var(--text-color);transform:scale(1.05)}.carousel-container[data-astro-cid-uhrerali]{width:100vw;margin-left:calc(-50vw + 50%);padding-left:max(2rem,calc(50vw - 720px + 2rem));padding-right:2rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory}.carousel-container[data-astro-cid-uhrerali]::-webkit-scrollbar{display:none}.carousel[data-astro-cid-uhrerali]{display:flex;gap:2rem;padding-bottom:3rem;padding-right:2rem}.project-card[data-astro-cid-uhrerali]{background:#fff;border-radius:24px;min-width:400px;max-width:400px;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;scroll-snap-align:start}.project-card[data-astro-cid-uhrerali]:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.card-image[data-astro-cid-uhrerali]{height:240px;overflow:hidden;background-color:#f5f5f5}.card-image[data-astro-cid-uhrerali] img[data-astro-cid-uhrerali]{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card[data-astro-cid-uhrerali]:hover .card-image[data-astro-cid-uhrerali] img[data-astro-cid-uhrerali]{transform:scale(1.05)}.card-content[data-astro-cid-uhrerali]{padding:2rem;display:flex;flex-direction:column;flex:1}.card-content[data-astro-cid-uhrerali] h3[data-astro-cid-uhrerali]{font-size:1.5rem;margin-bottom:1rem;line-height:1.3}.card-content[data-astro-cid-uhrerali] p[data-astro-cid-uhrerali]{color:var(--text-light);margin-bottom:1.5rem;font-size:1rem;line-height:1.6;flex:1}.tags[data-astro-cid-uhrerali]{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.tag[data-astro-cid-uhrerali]{background-color:var(--accent-blue);color:#4a5568;padding:.35rem .85rem;border-radius:50px;font-size:.85rem;font-weight:500}.links[data-astro-cid-uhrerali]{display:flex;gap:1.5rem;border-top:1px solid #eee;padding-top:1.5rem}.link-item[data-astro-cid-uhrerali]{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;color:var(--text-color)}.link-item[data-astro-cid-uhrerali]:hover{color:#7fa1c3}@media(max-width:768px){.project-card[data-astro-cid-uhrerali]{min-width:300px;max-width:300px}.card-image[data-astro-cid-uhrerali]{height:200px}.carousel-container[data-astro-cid-uhrerali]{padding-left:2rem}.carousel[data-astro-cid-uhrerali]{padding-right:2rem}}.contact-section[data-astro-cid-xmivup5a]{padding:4rem 1rem;background-color:#fff}.container[data-astro-cid-xmivup5a]{max-width:600px;margin:0 auto;text-align:center}h2[data-astro-cid-xmivup5a]{font-size:2.5rem;margin-bottom:1rem;color:#333}p[data-astro-cid-xmivup5a]{color:#666;margin-bottom:2rem}.contact-form[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:1.5rem;text-align:left}.form-group[data-astro-cid-xmivup5a]{display:flex;flex-direction:column;gap:.5rem}label[data-astro-cid-xmivup5a]{font-weight:500;color:#444}input[data-astro-cid-xmivup5a],textarea[data-astro-cid-xmivup5a]{padding:.8rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s}input[data-astro-cid-xmivup5a]:focus,textarea[data-astro-cid-xmivup5a]:focus{border-color:#333;outline:none}.submit-btn[data-astro-cid-xmivup5a]{background-color:#333;color:#fff;padding:1rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s}.submit-btn[data-astro-cid-xmivup5a]:hover{background-color:#555}footer[data-astro-cid-sz7xmlte]{padding:3rem 0;margin-top:4rem;border-top:1px solid #eee;color:var(--text-light);font-size:.9rem}.content[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center}.socials[data-astro-cid-sz7xmlte]{display:flex;gap:1.5rem}.socials[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-color);font-weight:500}@media(max-width:600px){.content[data-astro-cid-sz7xmlte]{flex-direction:column;gap:1rem;text-align:center}}
