@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--color-bg: #111111;--color-surface-1: #1a1a1a;--color-surface-2: #242424;--color-text-main: #ffffff;--color-text-muted: #a0a0a0;--color-accent: #ff4d4d;--color-accent-light: #ff6b6b;--color-border: #333333;--gradient-card: linear-gradient(180deg, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .01) 100%);--font-body: "Inter", sans-serif;--font-heading: "Space Grotesk", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text-main);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit;transition:color .2s ease}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-padding{padding:4rem 0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-surface-2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-border)}html,body{margin:0;width:100%;height:100%;background-color:var(--color-bg)}.fade-in[data-astro-cid-bobyx3ht]{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in[data-astro-cid-bobyx3ht].visible{opacity:1;transform:translateY(0)}.slide-up[data-astro-cid-bobyx3ht]{opacity:0;transform:translateY(50px);transition:opacity 1s ease-out,transform 1s ease-out}.slide-up[data-astro-cid-bobyx3ht].visible{opacity:1;transform:translateY(0)}.stagger-item[data-astro-cid-bobyx3ht]{opacity:0;transform:translateY(20px);transition:all .6s ease-out}.stagger-item[data-astro-cid-bobyx3ht].visible{opacity:1;transform:translateY(0)}.tech-card[data-astro-cid-bobyx3ht]:nth-child(1){transition-delay:.1s}.tech-card[data-astro-cid-bobyx3ht]:nth-child(2){transition-delay:.2s}.tech-card[data-astro-cid-bobyx3ht]:nth-child(3){transition-delay:.3s}.portfolio-card[data-astro-cid-bobyx3ht]:nth-child(1){transition-delay:.1s}.portfolio-card[data-astro-cid-bobyx3ht]:nth-child(2){transition-delay:.2s}.portfolio-card[data-astro-cid-bobyx3ht]:nth-child(3){transition-delay:.3s}.portfolio-card[data-astro-cid-bobyx3ht]:hover .card-image[data-astro-cid-bobyx3ht]{transform:scale(1.05);transition:transform .5s ease}.btn[data-astro-cid-bobyx3ht]:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--color-accent-rgb),.3)}.navbar[data-astro-cid-bobyx3ht]{padding:1.5rem 0;position:fixed;top:0;left:0;width:100%;z-index:100;background:#111c;backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05)}.nav-container[data-astro-cid-bobyx3ht]{display:flex;justify-content:space-between;align-items:center}.logo[data-astro-cid-bobyx3ht]{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;display:flex;align-items:center;gap:.5rem}.logo-icon[data-astro-cid-bobyx3ht]{background:var(--color-accent);color:#fff;width:24px;height:24px;display:flex;justify-content:center;align-items:center;border-radius:4px;font-size:.8rem}.nav-links[data-astro-cid-bobyx3ht]{display:flex;gap:2rem}.nav-links[data-astro-cid-bobyx3ht] a[data-astro-cid-bobyx3ht]{font-size:.9rem;font-weight:500;color:var(--color-text-muted)}.action-group[data-astro-cid-bobyx3ht]{display:flex;align-items:center;gap:1.5rem}.lang-switch[data-astro-cid-bobyx3ht]{font-size:.8rem;font-weight:700;color:var(--color-text-muted);border:1px solid var(--color-border);padding:.25rem .5rem;border-radius:4px;transition:all .2s}.lang-switch[data-astro-cid-bobyx3ht]:hover{color:var(--color-accent);border-color:var(--color-accent)}.nav-links[data-astro-cid-bobyx3ht] a[data-astro-cid-bobyx3ht]:hover{color:var(--color-accent)}.btn[data-astro-cid-bobyx3ht]{padding:.75rem 1.5rem;border-radius:4px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s}.btn-primary[data-astro-cid-bobyx3ht]{background:var(--color-accent);color:#fff}.btn-primary[data-astro-cid-bobyx3ht]:hover{background:var(--color-accent-light)}.btn-white[data-astro-cid-bobyx3ht]{background:#fff;color:var(--color-bg)}.btn-white[data-astro-cid-bobyx3ht]:hover{background:#f0f0f0}.hero[data-astro-cid-bobyx3ht]{margin-top:80px;display:flex;align-items:center;min-height:80vh}.hero-container[data-astro-cid-bobyx3ht]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-image-wrapper[data-astro-cid-bobyx3ht]{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #00000080;border:1px solid var(--color-border)}.hero-image[data-astro-cid-bobyx3ht]{width:100%;height:auto;display:block;filter:grayscale(100%);transition:filter .3s}.hero-image[data-astro-cid-bobyx3ht]:hover{filter:grayscale(0%)}.hero-subtitle[data-astro-cid-bobyx3ht]{display:block;color:var(--color-accent);font-weight:700;letter-spacing:1px;margin-bottom:1rem;font-size:.85rem}.hero-title[data-astro-cid-bobyx3ht]{font-size:4rem;margin-bottom:1.5rem;line-height:1.1}.highlight[data-astro-cid-bobyx3ht]{color:var(--color-accent)}.hero-description[data-astro-cid-bobyx3ht]{color:var(--color-text-muted);font-size:1.1rem;max-width:50ch;margin-bottom:2rem}.hero-meta[data-astro-cid-bobyx3ht]{display:flex;gap:2rem;font-size:.9rem;color:var(--color-text-muted)}.section-title[data-astro-cid-bobyx3ht]{font-size:1.5rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:3rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}.portfolio-grid[data-astro-cid-bobyx3ht]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.portfolio-card[data-astro-cid-bobyx3ht]{background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:8px;overflow:hidden;transition:transform .3s}.portfolio-card[data-astro-cid-bobyx3ht]:hover{transform:translateY(-5px)}.card-image-wrapper[data-astro-cid-bobyx3ht]{position:relative;height:200px}.card-image[data-astro-cid-bobyx3ht]{width:100%;height:100%;object-fit:cover}.card-tags[data-astro-cid-bobyx3ht]{position:absolute;top:1rem;left:1rem}.tag[data-astro-cid-bobyx3ht]{background:var(--color-accent);color:#fff;font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:2px;text-transform:uppercase}.card-content[data-astro-cid-bobyx3ht]{padding:1.5rem}.card-content[data-astro-cid-bobyx3ht] h3[data-astro-cid-bobyx3ht]{margin-bottom:.5rem;font-size:1.25rem}.card-content[data-astro-cid-bobyx3ht] p[data-astro-cid-bobyx3ht]{color:var(--color-text-muted);font-size:.9rem;margin-bottom:1.5rem}.read-more[data-astro-cid-bobyx3ht]{color:var(--color-accent);font-size:.8rem;font-weight:700;text-transform:uppercase}.timeline[data-astro-cid-bobyx3ht]{position:relative;max-width:800px;margin:0 auto}.timeline[data-astro-cid-bobyx3ht]:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:var(--color-border);transform:translate(-50%)}.timeline-item[data-astro-cid-bobyx3ht]{position:relative;margin-bottom:4rem;width:50%}.timeline-item[data-astro-cid-bobyx3ht].right{left:50%;padding-left:3rem}.timeline-item[data-astro-cid-bobyx3ht].left{left:0;padding-right:3rem;text-align:right}.timeline-dot[data-astro-cid-bobyx3ht]{position:absolute;top:0;width:12px;height:12px;background:var(--color-accent);border-radius:50%}.timeline-item[data-astro-cid-bobyx3ht].right .timeline-dot[data-astro-cid-bobyx3ht]{left:-6px}.timeline-item[data-astro-cid-bobyx3ht].left .timeline-dot[data-astro-cid-bobyx3ht]{right:-6px}.timeline-header[data-astro-cid-bobyx3ht] .period[data-astro-cid-bobyx3ht]{color:var(--color-accent);font-weight:700;display:block;margin-bottom:.5rem}.timeline-header[data-astro-cid-bobyx3ht] h3[data-astro-cid-bobyx3ht]{font-size:1.5rem;margin-bottom:.25rem}.company[data-astro-cid-bobyx3ht]{color:var(--color-text-muted);font-style:italic;display:block;margin-bottom:1rem}.timeline-details[data-astro-cid-bobyx3ht]{color:var(--color-text-muted);font-size:.9rem}.timeline-details[data-astro-cid-bobyx3ht] li[data-astro-cid-bobyx3ht]{margin-bottom:.5rem}.tech-grid[data-astro-cid-bobyx3ht]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.tech-card[data-astro-cid-bobyx3ht]{background:var(--color-surface-1);padding:2rem;border-radius:8px;border:1px solid var(--color-border)}.tech-card[data-astro-cid-bobyx3ht].highlight{background:linear-gradient(135deg,var(--color-accent) 0%,#e04040 100%);border:none;color:#fff}.tech-card[data-astro-cid-bobyx3ht].highlight .special-title[data-astro-cid-bobyx3ht]{font-weight:700;margin-top:1rem;margin-bottom:.5rem}.tech-card[data-astro-cid-bobyx3ht].highlight .special-desc[data-astro-cid-bobyx3ht]{font-size:.9rem;color:#ffffffe6}.tech-card[data-astro-cid-bobyx3ht] ul[data-astro-cid-bobyx3ht] li[data-astro-cid-bobyx3ht]{color:var(--color-text-muted);margin-bottom:.5rem;display:flex;align-items:center}.tech-card[data-astro-cid-bobyx3ht] ul[data-astro-cid-bobyx3ht] li[data-astro-cid-bobyx3ht]:before{content:"•";color:var(--color-accent);margin-right:.5rem}.tech-icon-placeholder[data-astro-cid-bobyx3ht]{display:inline-block;padding:.5rem;background:#ffffff1a;border-radius:4px;margin-bottom:1rem}.tech-logos[data-astro-cid-bobyx3ht]{display:flex;justify-content:center;gap:2rem;opacity:.3}.logo-item[data-astro-cid-bobyx3ht]{width:40px;height:40px;background:#fff;border-radius:4px}.split-section[data-astro-cid-bobyx3ht]{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.academic-card[data-astro-cid-bobyx3ht],.cert-card[data-astro-cid-bobyx3ht]{background:var(--color-surface-1);padding:1.5rem;border-radius:8px;border:1px solid var(--color-border);margin-bottom:1rem;display:flex;gap:1rem;align-items:center}.icon-box[data-astro-cid-bobyx3ht]{width:40px;height:40px;background:#ffffff0d;display:flex;align-items:center;justify-content:center;border-radius:4px}.icon-box[data-astro-cid-bobyx3ht].check{color:var(--color-accent)}.badge[data-astro-cid-bobyx3ht]{background:#311;color:var(--color-accent);font-size:.6rem;padding:2px 6px;border-radius:4px;margin-left:.5rem;text-transform:uppercase}.bg-darker[data-astro-cid-bobyx3ht]{background:#0003}.references-grid[data-astro-cid-bobyx3ht]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.reference-card[data-astro-cid-bobyx3ht]{background:var(--color-surface-1);padding:2rem;border-radius:8px;border:1px solid var(--color-border);transition:transform .3s}.reference-card[data-astro-cid-bobyx3ht]:hover{transform:translateY(-5px);border-color:var(--color-accent)}.reference-card[data-astro-cid-bobyx3ht] h3[data-astro-cid-bobyx3ht]{font-size:1.25rem;margin-bottom:.5rem;color:#fff}.ref-role[data-astro-cid-bobyx3ht]{display:block;font-size:.9rem;color:var(--color-accent);font-weight:700;margin-bottom:1rem;text-transform:uppercase}.ref-contact[data-astro-cid-bobyx3ht]{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.footer-cta[data-astro-cid-bobyx3ht]{background:var(--color-bg)}.contact-details[data-astro-cid-bobyx3ht]{margin-top:2rem;display:flex;flex-direction:column;gap:.5rem}.contact-details[data-astro-cid-bobyx3ht] p[data-astro-cid-bobyx3ht]{color:#fff;font-size:1rem}.cta-box[data-astro-cid-bobyx3ht]{background:var(--color-accent);border-radius:16px;padding:4rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem}.cta-content[data-astro-cid-bobyx3ht] h2[data-astro-cid-bobyx3ht]{font-size:2.5rem;margin-bottom:.5rem}.cta-content[data-astro-cid-bobyx3ht] p[data-astro-cid-bobyx3ht]{font-size:1.1rem;opacity:.9}.cta-actions[data-astro-cid-bobyx3ht]{display:flex;flex-direction:column;align-items:flex-end;gap:1rem}.social-links[data-astro-cid-bobyx3ht]{display:flex;gap:1rem}.social-icon[data-astro-cid-bobyx3ht]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:50%;transition:all .3s ease;color:#fff}.social-icon[data-astro-cid-bobyx3ht]:hover{background:#fff;color:var(--color-accent);transform:translateY(-3px)}.social-icon[data-astro-cid-bobyx3ht] svg[data-astro-cid-bobyx3ht]{width:20px;height:20px}.footer-bottom[data-astro-cid-bobyx3ht]{display:flex;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--color-border);color:var(--color-text-muted);font-size:.8rem}.footer-nav[data-astro-cid-bobyx3ht]{display:flex;gap:2rem}.footer-nav[data-astro-cid-bobyx3ht] a[data-astro-cid-bobyx3ht]:hover{color:#fff}.mobile-menu-toggle[data-astro-cid-bobyx3ht]{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:.5rem;z-index:101}.mobile-menu-toggle[data-astro-cid-bobyx3ht] span[data-astro-cid-bobyx3ht]{width:24px;height:2px;background:#fff;transition:all .3s ease;border-radius:2px}.mobile-menu-toggle[data-astro-cid-bobyx3ht].active span[data-astro-cid-bobyx3ht]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-toggle[data-astro-cid-bobyx3ht].active span[data-astro-cid-bobyx3ht]:nth-child(2){opacity:0}.mobile-menu-toggle[data-astro-cid-bobyx3ht].active span[data-astro-cid-bobyx3ht]:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media(max-width:968px){.mobile-menu-toggle[data-astro-cid-bobyx3ht]{display:flex}.nav-links[data-astro-cid-bobyx3ht]{position:fixed;top:70px;left:0;right:0;background:#111111fa;backdrop-filter:blur(20px);flex-direction:column;padding:2rem;gap:1.5rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0000004d}.nav-links[data-astro-cid-bobyx3ht].active{transform:translateY(0);opacity:1;visibility:visible}.nav-links[data-astro-cid-bobyx3ht] a[data-astro-cid-bobyx3ht]{font-size:1.1rem;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05)}.action-group[data-astro-cid-bobyx3ht]{gap:1rem}.action-group[data-astro-cid-bobyx3ht] .btn-primary[data-astro-cid-bobyx3ht]{display:none}}@media(max-width:768px){.container[data-astro-cid-bobyx3ht]{padding:0 1rem}.section-padding[data-astro-cid-bobyx3ht]{padding:3rem 0}.hero-container[data-astro-cid-bobyx3ht]{grid-template-columns:1fr;gap:2rem}.hero-image-wrapper[data-astro-cid-bobyx3ht]{order:-1;max-width:300px;margin:0 auto}.hero-content[data-astro-cid-bobyx3ht]{text-align:center}.hero-title[data-astro-cid-bobyx3ht]{font-size:2rem;line-height:1.2}.hero-description[data-astro-cid-bobyx3ht]{font-size:1rem}.hero-meta[data-astro-cid-bobyx3ht]{flex-direction:column;gap:.5rem}.split-section[data-astro-cid-bobyx3ht]{grid-template-columns:1fr;gap:2rem}.timeline[data-astro-cid-bobyx3ht]:before{left:0}.timeline-item[data-astro-cid-bobyx3ht]{width:100%;left:0!important;padding-left:2rem!important;padding-right:0!important;text-align:left!important}.timeline-dot[data-astro-cid-bobyx3ht]{left:-6px!important;right:auto!important}.tech-grid[data-astro-cid-bobyx3ht],.portfolio-grid[data-astro-cid-bobyx3ht],.references-grid[data-astro-cid-bobyx3ht]{grid-template-columns:1fr;gap:1.5rem}.cta-box[data-astro-cid-bobyx3ht]{flex-direction:column;padding:2rem;text-align:center}.cta-content[data-astro-cid-bobyx3ht] h2[data-astro-cid-bobyx3ht]{font-size:1.75rem}.cta-content[data-astro-cid-bobyx3ht] p[data-astro-cid-bobyx3ht]{font-size:1rem}.cta-actions[data-astro-cid-bobyx3ht]{align-items:center;margin-top:1.5rem;width:100%}.cta-actions[data-astro-cid-bobyx3ht] .btn[data-astro-cid-bobyx3ht]{width:100%;text-align:center}.footer-bottom[data-astro-cid-bobyx3ht]{flex-direction:column;gap:1rem;text-align:center}.footer-nav[data-astro-cid-bobyx3ht]{justify-content:center}.contact-details[data-astro-cid-bobyx3ht]{font-size:.9rem}}@media(max-width:480px){.hero-title[data-astro-cid-bobyx3ht]{font-size:1.75rem}.section-title[data-astro-cid-bobyx3ht]{font-size:1.25rem}.cta-content[data-astro-cid-bobyx3ht] h2[data-astro-cid-bobyx3ht]{font-size:1.5rem}.timeline-item[data-astro-cid-bobyx3ht]{padding-left:1.5rem!important}.card-content[data-astro-cid-bobyx3ht],.reference-card[data-astro-cid-bobyx3ht],.tech-card[data-astro-cid-bobyx3ht]{padding:1.25rem}}
