.scroll-container.svelte-7pk6tn{display:none}.scroll-button.svelte-7pk6tn{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer;background:transparent;border:none;transition:transform .3s ease}.scroll-button.svelte-7pk6tn:hover{transform:translateY(4px)}.scroll-text.svelte-7pk6tn{color:color-mix(in srgb,var(--color-white) 65%,transparent);font-size:.875rem;font-weight:500;letter-spacing:.025em;transition:color .3s ease}.scroll-button.svelte-7pk6tn:hover .scroll-text:where(.svelte-7pk6tn){color:var(--color-primary-light)}.arrow-container.svelte-7pk6tn{display:grid;place-items:center;width:40px;height:40px;background-color:color-mix(in srgb,var(--color-white) 5%,transparent);border:1px solid color-mix(in srgb,var(--color-white) 10%,transparent);border-radius:50%;transition:all .3s ease;animation:svelte-7pk6tn-bounce 2s ease-in-out infinite}.scroll-button.svelte-7pk6tn:hover .arrow-container:where(.svelte-7pk6tn){background-color:color-mix(in srgb,var(--color-white) 8%,transparent);border-color:var(--color-primary-light);box-shadow:0 4px 12px #0284c733}.arrow-container.svelte-7pk6tn svg{width:20px;height:20px;stroke:var(--color-foreground);transition:stroke .3s ease}.scroll-button.svelte-7pk6tn:hover .arrow-container:where(.svelte-7pk6tn) svg{stroke:var(--color-primary-light)}@keyframes svelte-7pk6tn-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media(min-width:1440px)and (max-width:2880px)and (min-height:900px)and (max-height:1800px){.scroll-container.svelte-7pk6tn{display:flex;justify-content:center;align-items:flex-start;max-width:1440px;margin:0 auto;padding-bottom:1rem}.arrow-container.svelte-7pk6tn{width:48px;height:48px}.arrow-container.svelte-7pk6tn svg{width:24px;height:24px}}section.svelte-1f1pl16{display:block;margin:0 auto 6rem;padding:3rem 1rem}h2.svelte-1f1pl16{margin-bottom:1.5rem;background:linear-gradient(135deg,var(--color-foreground) 0%,color-mix(in srgb,var(--color-white) 80%,transparent) 100%);font-size:1.5rem;font-weight:700;line-height:1.2;max-width:24rem;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}p.svelte-1f1pl16{margin-bottom:4rem;color:color-mix(in srgb,var(--color-white) 75%,transparent);font-size:1.125rem;line-height:1.7}.tech-categories.svelte-1f1pl16{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}h3.svelte-1f1pl16{grid-column:1 / -1;margin-top:2rem;margin-bottom:.5rem;color:color-mix(in srgb,var(--color-white) 60%,transparent);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}h3.svelte-1f1pl16:first-of-type{margin-top:0}.tech-card.svelte-1f1pl16{display:grid;place-items:center;gap:.75rem;padding:1.5rem 1rem;background-color:color-mix(in srgb,var(--color-white) 3%,transparent);border:1px solid color-mix(in srgb,var(--color-white) 8%,transparent);border-radius:.75rem;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.tech-card.svelte-1f1pl16:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--color-white) 15%,transparent);box-shadow:0 4px 12px #0284c726}.tech-icon.svelte-1f1pl16{display:flex;align-items:center;justify-content:center;width:48px;height:48px}.tech-icon.svelte-1f1pl16 svg{width:100%;height:100%;object-fit:contain}.tech-name.svelte-1f1pl16{color:var(--color-foreground);font-size:.875rem;font-weight:500;text-align:center}@media(min-width:400px){h2.svelte-1f1pl16{font-size:2rem;max-width:26rem}p.svelte-1f1pl16{max-width:42rem}.tech-categories.svelte-1f1pl16{grid-template-columns:repeat(3,1fr)}}@media(min-width:576px){section.svelte-1f1pl16{padding:3rem 2rem}}@media(min-width:768px){.tech-categories.svelte-1f1pl16{grid-template-columns:repeat(4,1fr);gap:1.25rem}h2.svelte-1f1pl16{font-size:2.5rem;max-width:30rem}.tech-card.svelte-1f1pl16{padding:1.75rem 1.25rem}.tech-icon.svelte-1f1pl16{width:56px;height:56px}.tech-name.svelte-1f1pl16{font-size:.9375rem}}@media(min-width:1024px){.tech-categories.svelte-1f1pl16{grid-template-columns:repeat(5,1fr);gap:1.5rem}.tech-card.svelte-1f1pl16{padding:2rem 1.5rem}}@media(min-width:1440px){section.svelte-1f1pl16{max-width:1440px;padding:8rem 2rem;margin:0 auto 1rem}}.terminal.svelte-fe92n4{display:none;width:420px;animation:svelte-fe92n4-fadeInUp .6s ease-out}.terminal-window.svelte-fe92n4{background-color:color-mix(in srgb,var(--color-white) 3%,transparent);border:1px solid color-mix(in srgb,var(--color-white) 8%,transparent);border-radius:.75rem;overflow:hidden;box-shadow:0 4px 12px #0003}.terminal-controls.svelte-fe92n4{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:color-mix(in srgb,var(--color-white) 2%,transparent);border-bottom:1px solid color-mix(in srgb,var(--color-white) 5%,transparent)}.control.svelte-fe92n4{width:12px;height:12px;border-radius:50%}.control-red.svelte-fe92n4{background-color:#ef4444}.control-yellow.svelte-fe92n4{background-color:#eab308}.control-green.svelte-fe92n4{background-color:#10b981}.terminal-content.svelte-fe92n4{padding:1.5rem}.terminal-content.svelte-fe92n4 pre:where(.svelte-fe92n4){margin:0;font-family:Monaco,Menlo,Courier New,monospace;font-size:1rem;line-height:1.6}.terminal-content.svelte-fe92n4 code:where(.svelte-fe92n4){color:color-mix(in srgb,var(--color-white) 85%,transparent)}.terminal-content.svelte-fe92n4 .keyword:where(.svelte-fe92n4){color:var(--color-primary-light);font-weight:600}.terminal-content.svelte-fe92n4 .type:where(.svelte-fe92n4){color:var(--color-success-light);font-weight:600}.terminal-content.svelte-fe92n4 .property:where(.svelte-fe92n4){color:var(--color-foreground)}.terminal-content.svelte-fe92n4 .string:where(.svelte-fe92n4){color:var(--color-warning-light)}@keyframes svelte-fe92n4-fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(min-width:1024px){.terminal.svelte-fe92n4{display:block}}@media(min-width:1280px){.terminal.svelte-fe92n4{margin-top:2rem;width:450px}.terminal-content.svelte-fe92n4{padding:2rem}.terminal-content.svelte-fe92n4 pre:where(.svelte-fe92n4){font-size:1.125rem}}@media(min-width:1440px){.terminal.svelte-fe92n4{width:500px}.terminal-content.svelte-fe92n4{padding:2.5rem}.terminal-content.svelte-fe92n4 pre:where(.svelte-fe92n4){font-size:1.25rem}}section.svelte-1q37ri0{display:block;padding:3rem 1rem;margin:0 auto}.profile-image.svelte-1q37ri0{width:60px;height:60px;margin-bottom:1.5rem;border:2px solid var(--color-primary);border-radius:50%;box-shadow:0 4px 12px #0284c74d;object-fit:cover}h1.svelte-1q37ri0{margin-bottom:1.5rem;background:linear-gradient(135deg,var(--color-foreground) 0%,color-mix(in srgb,var(--color-white) 80%,transparent) 100%);font-size:1.75rem;font-weight:700;line-height:1.2;max-width:24rem;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}p.svelte-1q37ri0{margin-bottom:2rem;color:color-mix(in srgb,var(--color-white) 75%,transparent);font-size:1.125rem;line-height:1.7}.opus-link.svelte-1q37ri0{position:relative;color:var(--color-primary-light);font-weight:600;transition:color .2s ease}.opus-link.svelte-1q37ri0:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:var(--color-primary-light);transition:transform .3s ease;transform:scaleX(0);transform-origin:right}.opus-link.svelte-1q37ri0:hover{color:var(--color-primary)}.opus-link.svelte-1q37ri0:hover:after{transform:scaleX(1);transform-origin:left}.social-links.svelte-1q37ri0{display:flex;align-items:center;gap:1rem}.social-link.svelte-1q37ri0{display:grid;position:relative;place-items:center;width:42px;height:42px;background-color:color-mix(in srgb,var(--color-white) 5%,transparent);border:1px solid color-mix(in srgb,var(--color-white) 10%,transparent);border-radius:50%;fill:var(--color-foreground);transition:all .3s ease;overflow:hidden}.social-link.svelte-1q37ri0:before{content:"";position:absolute;z-index:0;inset:0;background:linear-gradient(135deg,var(--color-primary-light),var(--color-primary));opacity:0;transition:opacity .3s ease}.social-link.svelte-1q37ri0:hover{border-color:var(--color-primary-light);box-shadow:0 4px 12px #0284c740}.social-link.svelte-1q37ri0:hover:before{opacity:.15}.social-link.svelte-1q37ri0 svg{position:relative;z-index:1;width:24px;height:24px;transition:fill .3s ease}.social-link.svelte-1q37ri0:hover svg{fill:var(--color-primary-light)}@media(min-width:400px){h1.svelte-1q37ri0{font-size:2.25rem;max-width:28rem}p.svelte-1q37ri0{max-width:42rem}.social-link.svelte-1q37ri0{width:48px;height:48px}}@media(min-width:576px){section.svelte-1q37ri0{padding:4rem 2rem}.social-links.svelte-1q37ri0{gap:1.5rem}}@media(min-width:768px){h1.svelte-1q37ri0{font-size:2.75rem;max-width:32rem}}@media(min-width:1024px){section.svelte-1q37ri0{display:flex;justify-content:space-between;align-items:center;gap:3rem;padding:6rem 2rem 8rem}.profile-image.svelte-1q37ri0{width:64px;height:64px}}@media(min-width:1280px){h1.svelte-1q37ri0{font-size:3rem;max-width:36rem}p.svelte-1q37ri0{font-size:1.25rem;max-width:48rem}.social-links.svelte-1q37ri0{gap:2rem}}@media(min-width:1440px){section.svelte-1q37ri0{max-width:1440px;padding:4rem 2rem 8rem}h1.svelte-1q37ri0{font-size:3.75rem;max-width:44rem}.profile-image.svelte-1q37ri0{width:72px;height:72px}.social-link.svelte-1q37ri0{width:56px;height:56px}.social-link.svelte-1q37ri0 svg{width:28px;height:28px}}@media(min-width:1920px){section.svelte-1q37ri0{padding-top:2rem}}@media(min-width:1440px)and (max-width:2880px)and (min-height:900px)and (max-height:1800px){section.svelte-1q37ri0{min-height:calc(100vh - 250px)}}section.svelte-17ndl8v{display:block;margin:0 auto;padding:3rem 1rem}.work-header.svelte-17ndl8v{margin-bottom:3rem}h2.svelte-17ndl8v{margin-bottom:1.5rem;background:linear-gradient(135deg,var(--color-foreground) 0%,color-mix(in srgb,var(--color-white) 80%,transparent) 100%);font-size:1.5rem;font-weight:700;line-height:1.2;max-width:24rem;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.work-header.svelte-17ndl8v p:where(.svelte-17ndl8v){color:color-mix(in srgb,var(--color-white) 75%,transparent);font-size:1.125rem;line-height:1.7;max-width:42rem}.timeline.svelte-17ndl8v{position:relative;margin-bottom:3rem}.timeline-item.svelte-17ndl8v{display:grid;grid-template-columns:auto 1fr;gap:1rem;margin-bottom:2rem}.timeline-item.svelte-17ndl8v:last-child{margin-bottom:0}.timeline-marker.svelte-17ndl8v{position:relative;display:flex;flex-direction:column;align-items:center;padding-top:.25rem}.timeline-dot.svelte-17ndl8v{position:relative;z-index:2;width:12px;height:12px;background:linear-gradient(135deg,var(--color-primary-light),var(--color-primary));border:2px solid var(--color-background);border-radius:50%;box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary-light) 30%,transparent);flex-shrink:0}.timeline-line.svelte-17ndl8v{width:2px;flex:1;min-height:100%;background:linear-gradient(180deg,color-mix(in srgb,var(--color-white) 15%,transparent),color-mix(in srgb,var(--color-white) 5%,transparent));margin-top:.5rem}.timeline-content.svelte-17ndl8v{padding-bottom:1rem}.job-header.svelte-17ndl8v{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.company-info.svelte-17ndl8v{display:flex;align-items:center;gap:1rem}.logo-wrapper.svelte-17ndl8v{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:48px;height:48px;background-color:color-mix(in srgb,var(--color-white) 5%,transparent);border:1px solid color-mix(in srgb,var(--color-white) 10%,transparent);border-radius:.75rem;padding:.5rem;transition:all .3s ease}.timeline-item.svelte-17ndl8v:hover .logo-wrapper:where(.svelte-17ndl8v){border-color:color-mix(in srgb,var(--color-primary-light) 40%,transparent);box-shadow:0 4px 12px #0284c726}.company-logo.svelte-17ndl8v{width:100%;height:100%;border-radius:.375rem;object-fit:cover}.company-details.svelte-17ndl8v{flex:1;min-width:0}.company-name.svelte-17ndl8v{color:var(--color-foreground);font-size:1rem;font-weight:600;margin-bottom:.25rem}.job-role.svelte-17ndl8v{color:color-mix(in srgb,var(--color-white) 65%,transparent);font-size:.875rem;font-weight:500}.job-period.svelte-17ndl8v{display:inline-flex;align-items:center;padding:.375rem .75rem;background-color:color-mix(in srgb,var(--color-white) 3%,transparent);border:1px solid color-mix(in srgb,var(--color-white) 8%,transparent);border-radius:.5rem;color:color-mix(in srgb,var(--color-white) 70%,transparent);font-size:.75rem;font-weight:500;white-space:nowrap;min-width:140px;justify-content:center}.job-description.svelte-17ndl8v{color:color-mix(in srgb,var(--color-white) 65%,transparent);font-size:.9375rem;line-height:1.6}.cv-section.svelte-17ndl8v{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;background-color:color-mix(in srgb,var(--color-white) 3%,transparent);border:1px solid color-mix(in srgb,var(--color-white) 8%,transparent);border-radius:1rem;text-align:center}.cv-text.svelte-17ndl8v{color:color-mix(in srgb,var(--color-white) 75%,transparent);font-size:1rem;font-weight:500}.cv-button.svelte-17ndl8v{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background-color:color-mix(in srgb,var(--color-primary) 15%,transparent);border:1px solid color-mix(in srgb,var(--color-primary) 30%,transparent);border-radius:.5rem;color:color-mix(in srgb,var(--color-primary-light) 90%,var(--color-white));font-size:.9375rem;font-weight:600;transition:all .3s ease}.cv-button.svelte-17ndl8v:hover{background-color:color-mix(in srgb,var(--color-primary) 25%,transparent);border-color:color-mix(in srgb,var(--color-primary-light) 40%,transparent);transform:translateY(-2px)}.cv-button.svelte-17ndl8v:active{transform:translateY(0);background-color:color-mix(in srgb,var(--color-primary) 15%,transparent)}.cv-button.svelte-17ndl8v svg{width:16px;height:16px;stroke:currentColor}@media(min-width:400px){h2.svelte-17ndl8v{font-size:2rem;max-width:26rem}.timeline-item.svelte-17ndl8v{gap:1.5rem}.timeline-dot.svelte-17ndl8v{width:14px;height:14px}}@media(min-width:576px){section.svelte-17ndl8v{padding:3rem 2rem}.job-header.svelte-17ndl8v{flex-direction:row;align-items:center;justify-content:space-between}.logo-wrapper.svelte-17ndl8v{width:56px;height:56px}.company-name.svelte-17ndl8v{font-size:1.125rem}.job-role.svelte-17ndl8v{font-size:.9375rem}.job-period.svelte-17ndl8v{font-size:.8125rem;min-width:160px}}@media(min-width:768px){h2.svelte-17ndl8v{font-size:2.5rem;max-width:30rem}.timeline-item.svelte-17ndl8v{gap:2rem}.timeline-dot.svelte-17ndl8v{width:16px;height:16px}.logo-wrapper.svelte-17ndl8v{width:64px;height:64px}}@media(min-width:1024px){.cv-section.svelte-17ndl8v{flex-direction:row;justify-content:space-between;padding:2rem}.cv-text.svelte-17ndl8v{font-size:1.125rem}}@media(min-width:1440px){section.svelte-17ndl8v{max-width:1440px;padding:8rem 2rem}.work-header.svelte-17ndl8v p:where(.svelte-17ndl8v){font-size:1.25rem;max-width:48rem}}
