@import"https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";:root{--bg: #282828;--bg-rgb: 40, 40, 40;--bg-dark: #1d2021;--bg-dark-rgb: 29, 32, 33;--bg1: #3c3836;--bg1-rgb: 60, 56, 54;--bg2: #504945;--bg2-rgb: 80, 73, 69;--bg3: #665c54;--bg3-rgb: 102, 92, 84;--bg4: #7c6f64;--bg4-rgb: 124, 111, 100;--true-black: #000000;--true-black-rgb: 0, 0, 0;--fg: #ebdbb2;--fg-rgb: 235, 219, 178;--fg1: #d5c4a1;--fg1-rgb: 213, 196, 161;--fg2: #bdae93;--fg2-rgb: 189, 174, 147;--fg3: #a89984;--fg3-rgb: 168, 153, 132;--fg4: #928374;--fg4-rgb: 146, 131, 116;--red: #cc241d;--red-rgb: 204, 36, 29;--green: #98971a;--green-rgb: 152, 151, 26;--yellow: #d79921;--yellow-rgb: 215, 153, 33;--blue: #458588;--blue-rgb: 69, 133, 136;--purple: #b16286;--purple-rgb: 177, 98, 134;--aqua: #689d6a;--aqua-rgb: 104, 157, 106;--orange: #d65d0e;--orange-rgb: 214, 93, 14;--gray: #928374;--gray-rgb: 146, 131, 116;--bright-red: #fb4934;--bright-red-rgb: 251, 73, 52;--bright-green: #b8bb26;--bright-green-rgb: 184, 187, 38;--bright-yellow: #fabd2f;--bright-yellow-rgb: 250, 189, 47;--bright-blue: #83a598;--bright-blue-rgb: 131, 165, 152;--bright-purple: #d3869b;--bright-purple-rgb: 211, 134, 155;--bright-aqua: #8ec07c;--bright-aqua-rgb: 142, 192, 124;--bright-orange: #fe8019;--bright-orange-rgb: 254, 128, 25;--bright-gray: #a89984;--bright-gray-rgb: 168, 153, 132;--background: var(--bg-dark);--background-rgb: var(--bg-dark-rgb);--primary: var(--bg1);--primary-rgb: var(--bg1-rgb);--secondary: var(--bg2);--secondary-rgb: var(--bg2-rgb);--text: var(--fg);--text-rgb: var(--fg-rgb);--light: var(--fg1);--light-rgb: var(--fg1-rgb);--scanline: rgba(0, 0, 0, .1);--font-mono: "Ubuntu Mono", "Courier New", monospace;--font-sans: "Ubuntu", sans-serif;--terminal-shadow: 0 0 5px rgba(var(--green-rgb), .3);--text-shadow: 0 0 5px rgba(var(--green-rgb), .5);--header-height: 70px}*{margin:0;padding:0;box-sizing:border-box}#app{flex:1;display:flex;background-color:var(--background);background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M50,50 L60,50 L60,60 L50,60 Z' fill='%23333333' fill-opacity='0.2'/%3E%3C/svg%3E")}body{margin:0;display:flex;flex-direction:column;min-width:320px;min-height:100vh;font-family:var(--font-sans);color:var(--text);line-height:1.6;text-shadow:var(--text-shadow);overflow-x:hidden;position:relative;transition:all .3s ease}::-webkit-scrollbar{width:16px}::-webkit-scrollbar-track{background:var(--bg-dark);border:1px solid var(--secondary)}::-webkit-scrollbar-thumb{background:var(--secondary);border:1px solid var(--operator);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--bright-blue);border-color:var(--bright-yellow)}::-webkit-scrollbar-thumb:active{background:var(--operator)}::-webkit-scrollbar-button{display:block;height:8px;background-color:var(--primary);border:1px solid var(--secondary)}::-webkit-scrollbar-button:hover{background-color:var(--secondary);border-color:var(--bright-yellow)}::-webkit-scrollbar-corner{background-color:var(--bg-dark)}*{scrollbar-width:auto;scrollbar-color:var(--secondary) var(--bg-dark)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.tagsContainer{display:flex;flex-wrap:wrap}.tagBase{border-radius:20px;font-family:var(--font-mono);background-color:var(--secondary);color:var(--text)}.tagColor1{background-color:var(--bright-red);color:var(--bg-dark)}.tagColor2{background-color:var(--bright-green);color:var(--bg-dark)}.tagColor3{background-color:var(--bright-aqua);color:var(--bg-dark)}.tagColor4{background-color:var(--bright-orange);color:var(--bg-dark)}.tagColor5{background-color:var(--bright-purple);color:var(--bg-dark)}.tagColor6{background-color:var(--bright-yellow);color:var(--bg-dark)}.tagColor7{background-color:var(--bright-blue);color:var(--bg-dark)}@keyframes subtle-flicker{0%{opacity:1}95%{opacity:1}96%{opacity:.95}97%{opacity:1}98%{opacity:.95}to{opacity:1}}.terminal.svelte-1az8t49{position:relative;border-radius:6px;padding:20px;margin:20px 0;background-color:var(--background);border:1px solid var(--secondary);box-shadow:var(--terminal-shadow);overflow:hidden;max-width:100%;box-sizing:border-box}.terminal.svelte-1az8t49:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,transparent 0%,rgba(var(--true-black-rgb),.3) 100%);pointer-events:none;z-index:1}.terminalHeader.svelte-1az8t49{display:flex;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid var(--secondary);justify-content:space-between}.terminalButtons.svelte-1az8t49{display:flex;gap:8px;margin-left:15px}.terminalButton.svelte-1az8t49{width:12px;height:12px;border-radius:50%}.terminalButton.red.svelte-1az8t49{background-color:var(--red);transition:all .3s ease}.terminalButton.red.svelte-1az8t49:hover{background-color:var(--bright-red);box-shadow:0 0 8px rgba(var(--bright-red-rgb),.7)}.terminalButton.yellow.svelte-1az8t49{background-color:var(--yellow);transition:all .3s ease}.terminalButton.yellow.svelte-1az8t49:hover{background-color:var(--bright-yellow);box-shadow:0 0 8px rgba(var(--bright-yellow-rgb),.7)}.terminalButton.green.svelte-1az8t49{background-color:var(--green);transition:all .3s ease}.terminalButton.green.svelte-1az8t49:hover{background-color:var(--bright-green);box-shadow:0 0 8px rgba(var(--bright-green-rgb),.7)}.terminalTitle.svelte-1az8t49{font-family:var(--font-mono);font-size:25px;font-weight:700;color:var(--bright-green);opacity:1;animation:svelte-1az8t49-flicker 3s linear infinite;text-shadow:0 0 5px rgba(var(--bright-green-rgb),.7),0 0 10px rgba(var(--bright-green-rgb),.5),0 0 15px rgba(var(--bright-green-rgb),.3);overflow:hidden;text-overflow:ellipsis}.terminalTitle.svelte-1az8t49:before{content:"";display:inline-block;width:10px;height:10px;background-color:var(--green);margin-right:10px}.terminalContent.svelte-1az8t49{font-family:var(--font-mono);line-height:1.5;font-size:18px;color:var(--green);text-align:left;text-shadow:0 0 4px rgba(var(--green-rgb),.6),0 0 8px rgba(var(--green-rgb),.4);animation:svelte-1az8t49-subtleGlow 4s ease-in-out infinite alternate;overflow-x:hidden;overflow-y:auto;overflow-wrap:break-word;white-space:pre-wrap;word-break:break-word;max-width:100%}.terminalPrompt.svelte-1az8t49{margin-bottom:10px;display:inline}.terminalPrompt.svelte-1az8t49:before{content:">";margin-right:10px;color:var(--pip-green)}.terminalResponse.svelte-1az8t49{margin-bottom:15px;padding-left:20px;display:block;word-wrap:break-word;white-space:pre-wrap;max-width:100%;overflow-x:hidden}.children.svelte-1az8t49{margin-bottom:15px;padding-left:20px;display:block;max-width:100%;overflow-wrap:break-word}.terminalTypedText.svelte-1az8t49,.terminalPromptText.svelte-1az8t49{margin-bottom:10px;display:inline;white-space:pre-wrap;max-width:100%;overflow-wrap:break-word}.blinkingCursor.svelte-1az8t49{opacity:1;animation:svelte-1az8t49-blink 1.5s step-end infinite}@keyframes svelte-1az8t49-blink{50%{opacity:0}}@keyframes svelte-1az8t49-flicker{0%,19.999%,22%,62.999%,64%,64.999%,70%,to{opacity:1}20%,21.999%,63%,63.999%,65%,69.999%{opacity:.5}}@keyframes svelte-1az8t49-subtleGlow{0%{text-shadow:0 0 4px rgba(var(--green-rgb),.6),0 0 8px rgba(var(--green-rgb),.4)}to{text-shadow:0 0 5px rgba(var(--green-rgb),.8),0 0 10px rgba(var(--green-rgb),.6),0 0 15px rgba(var(--green-rgb),.3)}}.scanEffect.svelte-1az8t49{position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(to bottom,rgba(var(--bright-green-rgb),.15),rgba(var(--bright-green-rgb),.3),rgba(var(--bright-green-rgb),.15));animation:svelte-1az8t49-scan 6s linear infinite;z-index:2;pointer-events:none}@keyframes svelte-1az8t49-scan{0%{top:0}66.67%{top:100%}to{top:100%}}@media (max-width: 576px){.terminal.svelte-1az8t49{padding:15px 10px}.terminalContent.svelte-1az8t49{font-size:14px}.terminalTitle.svelte-1az8t49{font-size:16px}.terminalResponse.svelte-1az8t49{padding-left:10px;font-size:12px}.children.svelte-1az8t49{padding-left:10px}}.header.svelte-13iq0sf{padding:1.5rem 0;width:100%;z-index:100;transition:all .3s ease;position:sticky;top:0;background-color:var(--background)}.header.svelte-13iq0sf .container:where(.svelte-13iq0sf){padding:0 1.5rem}.headerInner.svelte-13iq0sf{display:flex;justify-content:space-between;align-items:center}.logo.svelte-13iq0sf{font-family:var(--font-mono);font-size:1.5rem;color:var(--bright-red);font-weight:700;text-decoration:none;animation:svelte-13iq0sf-textGlow 2s ease-in-out infinite alternate}@keyframes svelte-13iq0sf-textGlow{0%{text-shadow:0 0 10px rgba(var(--bright-red),.4)}to{text-shadow:0 0 18px rgba(var(--bright-red),.7),0 0 8px rgba(var(--bright-red),.3)}}.navMenu.svelte-13iq0sf{display:flex;list-style:none;gap:2rem}.nav.svelte-13iq0sf a:where(.svelte-13iq0sf),.navLink.svelte-13iq0sf{color:var(--text);text-decoration:none;font-family:var(--font-mono);font-size:1.2em;position:relative;padding:5px 10px;transition:all .3s ease;border:1px solid transparent}.nav.svelte-13iq0sf a:where(.svelte-13iq0sf):hover,.navLink.svelte-13iq0sf:hover{color:var(--bright-aqua);border:1px solid var(--bright-aqua)}.hamburger.svelte-13iq0sf{display:none;background:none;border:none;cursor:pointer;width:30px;height:24px;position:relative;flex-direction:column;justify-content:space-between}.hamburger.svelte-13iq0sf span:where(.svelte-13iq0sf){display:block;height:3px;width:100%;background-color:var(--bright-aqua);border-radius:3px;transition:transform .3s ease}.mobileMenuOverlay.svelte-13iq0sf{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--true-black-rgb),.8);z-index:101;display:flex;justify-content:center;align-items:center;animation:svelte-13iq0sf-fadeIn .3s ease;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}@keyframes svelte-13iq0sf-fadeIn{0%{opacity:0}to{opacity:1}}.mobileMenuContainer.svelte-13iq0sf{width:90%;max-width:500px;margin:0 auto;animation:svelte-13iq0sf-slideIn .3s ease}@keyframes svelte-13iq0sf-slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.terminalNav.svelte-13iq0sf{list-style:none;margin:1rem 0;padding:0}.terminalNavItem.svelte-13iq0sf{margin:0;padding:0}.terminalNav.svelte-13iq0sf a:where(.svelte-13iq0sf){color:var(--text);text-decoration:none;display:block;padding:.5rem 0;font-family:var(--font-mono);transition:transform .5s ease-out}.terminalNav.svelte-13iq0sf a:where(.svelte-13iq0sf) span:where(.svelte-13iq0sf){pointer-events:none}.comment.svelte-13iq0sf{color:var(--fg4);font-style:italic}.string.svelte-13iq0sf{color:var(--bright-green)}.function.svelte-13iq0sf{color:var(--bright-aqua)}.operator.svelte-13iq0sf{color:var(--bright-orange)}.promptSymbol.svelte-13iq0sf{visibility:hidden;font-weight:700;color:var(--bright-red)}.terminalNav.svelte-13iq0sf a:where(.svelte-13iq0sf):hover .promptSymbol:where(.svelte-13iq0sf){visibility:visible}.terminalCursor.svelte-13iq0sf{visibility:hidden}.terminalNav.svelte-13iq0sf a:where(.svelte-13iq0sf):hover .terminalCursor:where(.svelte-13iq0sf){visibility:visible;animation:svelte-13iq0sf-blink 1s step-end infinite}@keyframes svelte-13iq0sf-blink{50%{opacity:0}}@media (max-width: 844px){.nav.svelte-13iq0sf{display:none}.hamburger.svelte-13iq0sf{display:flex}}@media (min-width: 845px){.mobileMenuOverlay.svelte-13iq0sf{display:none}}.footer.svelte-481f85{background-color:var(--bg-dark);padding:30px 0;margin-top:80px;border-top:1px solid var(--primary);width:100%}.footerContent.svelte-481f85{display:flex;justify-content:space-between;align-items:center;position:relative}.footerLogo.svelte-481f85{font-family:var(--font-mono);font-size:20px;color:var(--bright-aqua);font-weight:700}.footerLinks.svelte-481f85{display:flex;gap:20px;position:absolute;left:50%;transform:translate(-50%)}.footerLink.svelte-481f85{color:var(--light);text-decoration:none;transition:color .3s ease}.footerLink.svelte-481f85:hover{color:var(--bright-aqua);text-decoration:underline}.socialLinks.svelte-481f85{display:flex;gap:15px}.socialLink.svelte-481f85{color:var(--light);display:flex;align-items:center;justify-content:center}.githubIcon.svelte-481f85{width:20px;height:20px}.linkedinIcon.svelte-481f85{height:20px;width:auto}.builtWith.svelte-481f85{display:flex;flex-direction:column;align-items:center;margin-top:25px;padding-top:15px;border-top:1px solid var(--bg3)}.builtWithText.svelte-481f85{color:var(--fg4);font-size:14px;margin-bottom:10px}.techIcons.svelte-481f85{display:flex;gap:20px;justify-content:center}.techLogo.svelte-481f85{display:flex;flex-direction:column;align-items:center;gap:5px;transition:transform .3s ease,color .3s ease,filter .3s ease;color:var(--fg3);text-decoration:none}.techLogo.svelte-481f85 img:where(.svelte-481f85){height:24px;width:auto}.techLogo.svelte-481f85:hover{transform:translateY(-2px);color:var(--purple);filter:drop-shadow(0 0 1em #646cffaa)}.techLogo.svelte.svelte-481f85:hover{filter:drop-shadow(0 0 1em #ff3e00aa);color:var(--bright-orange)}.copyright.svelte-481f85{margin-top:20px;font-size:14px;color:var(--fg4);text-align:center}@media (max-width: 768px){.footerContent.svelte-481f85{flex-direction:column;gap:20px}.footerLinks.svelte-481f85{position:static;transform:none;flex-wrap:wrap;justify-content:center}.techIcons.svelte-481f85{flex-wrap:wrap}}.hero.svelte-fsg6j8{display:flex;align-items:center;justify-content:space-between;padding:80px 0}.hero.svelte-fsg6j8 .container:where(.svelte-fsg6j8){display:flex;align-items:center;justify-content:space-between}.heroContent.svelte-fsg6j8{flex:1}.heroContent.svelte-fsg6j8 h1:where(.svelte-fsg6j8){font-size:48px;margin-bottom:20px;color:var(--variable);font-family:var(--font-mono);line-height:1.2}.nameHighlight.svelte-fsg6j8{color:var(--bright-aqua)}.devHighlight.svelte-fsg6j8{color:var(--bright-blue)}.heroContent.svelte-fsg6j8 p:where(.svelte-fsg6j8){font-size:18px;margin-bottom:30px}.ctaButton.svelte-fsg6j8{display:inline-block;background-color:var(--primary);color:var(--bright-aqua);font-family:var(--font-mono);padding:12px 24px;border:1px solid var(--bright-aqua);border-radius:4px;font-size:16px;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 4px rgba(var(--true-black-rgb),.2)}.ctaButton.svelte-fsg6j8:hover{background-color:var(--bright-aqua);color:var(--bg-dark);transform:translateY(-2px)}@media (max-width: 992px){.hero.svelte-fsg6j8{flex-direction:column;text-align:center}.container.svelte-fsg6j8{flex-direction:column}.heroContent.svelte-fsg6j8{margin-bottom:40px}.heroContent.svelte-fsg6j8 p:where(.svelte-fsg6j8){margin-left:auto;margin-right:auto}}@media (max-width: 576px){.heroContent.svelte-fsg6j8 h1:where(.svelte-fsg6j8){font-size:36px}}.sectionTitle.svelte-psqpog{font-size:36px;margin-bottom:40px;text-align:center;color:var(--bright-aqua);font-family:var(--font-mono);position:relative;font-weight:700}.sectionTitle.svelte-psqpog:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(to right,var(--bright-red),var(--bright-aqua))}.aboutSection.svelte-lqtsgg{padding:80px 0}.aboutContent.svelte-lqtsgg{display:flex;gap:40px;margin-top:40px}.aboutInfo.svelte-lqtsgg{flex:1}.aboutInfo.svelte-lqtsgg p:where(.svelte-lqtsgg){margin-bottom:20px}.experienceCards.svelte-lqtsgg{flex:1;display:flex;flex-direction:column;gap:20px}.experienceCard.svelte-lqtsgg{background-color:var(--primary);border-radius:8px;padding:20px;display:flex;align-items:center;gap:15px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--secondary)}.experienceCard.svelte-lqtsgg:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(var(--true-black-rgb),.2);border-color:var(--bright-aqua)}.experienceIcon.svelte-lqtsgg{font-size:24px;width:50px;height:50px;background-color:var(--secondary);border-radius:50%;display:flex;justify-content:center;align-items:center}.experienceDetails.svelte-lqtsgg h3:where(.svelte-lqtsgg){color:var(--bright-aqua);font-family:var(--font-mono);margin-bottom:5px;font-size:18px}.experienceDetails.svelte-lqtsgg p:where(.svelte-lqtsgg){margin:0;color:var(--light)}@media (max-width: 992px){.aboutContent.svelte-lqtsgg{flex-direction:column}}.skillCategory.svelte-1dq7e2r{padding:15px;border:1px dashed var(--bright-green)}.skillCategoryTitle.svelte-1dq7e2r{color:var(--bright-yellow);font-size:1.3em;margin-bottom:15px;text-align:center;text-transform:uppercase}.skillItem.svelte-1dq7e2r{margin-bottom:10px;display:flex;align-items:center}.skillName.svelte-1dq7e2r{flex:1;color:var(--bright-green)}.skillLevel.svelte-1dq7e2r{display:flex;width:100px}.skillPip.svelte-1dq7e2r{width:16px;height:16px;margin-right:4px;border:1px solid var(--bright-green)}.skillPip.filled.svelte-1dq7e2r{background-color:var(--bright-green);box-shadow:0 0 5px var(--bright-green)}.skillsSection.svelte-1jv4g3e{padding:80px 0}.terminal.svelte-1jv4g3e{flex:1}.terminalOutput.svelte-1jv4g3e{margin-top:20px;background-color:var(--bg-dark);padding:20px;border:1px solid var(--bright-green);border-radius:5px;box-shadow:0 0 10px rgba(var(--bright-green-rgb),.3);font-family:var(--font-mono);text-shadow:0 0 5px rgba(var(--bright-green-rgb),.5)}.falloutSkillsHeader.svelte-1jv4g3e{text-align:center;margin-bottom:30px}.falloutSkillsTitle.svelte-1jv4g3e{font-size:2em;color:var(--bright-yellow);margin-bottom:10px}.falloutSkillsSubtitle.svelte-1jv4g3e{color:var(--bright-green);font-size:1.2em}.falloutSkillsGrid.svelte-1jv4g3e{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.additionalSkills.svelte-1jv4g3e{margin-top:3rem;text-align:center;color:var(--text)}.infoText.svelte-1jv4g3e{margin-top:1rem;font-size:.9rem;color:var(--fg4)}.infoIcon.svelte-1jv4g3e{margin-right:.5rem;color:var(--bright-aqua)}@media (max-width: 768px){.falloutSkillsGrid.svelte-1jv4g3e{grid-template-columns:1fr}}.workSection.svelte-1y5m0bp{display:flex;flex-direction:column;gap:clamp(2rem,4vw,4rem);padding:clamp(2rem,5vw,4rem) clamp(1rem,6vw,3rem);max-width:1200px;margin:0 auto}.workCard.svelte-1y5m0bp{position:relative;display:flex;flex-direction:column;gap:clamp(1.25rem,2vw,2rem);padding-block:clamp(1.5rem,3vw,2.5rem);animation:svelte-1y5m0bp-fadeInUp .6s ease calc(var(--card-index) * .2s) backwards}.workCard.svelte-1y5m0bp:before{content:"";position:absolute;top:.25rem;left:0;right:0;height:1px;background:linear-gradient(90deg,rgba(var(--bright-yellow-rgb),.35),rgba(var(--bright-aqua-rgb),.25));border-radius:999px}.cardAccentRow.svelte-1y5m0bp{display:flex;align-items:center;flex-wrap:nowrap;min-width:0;gap:.75rem;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--fg3);margin-bottom:.5rem}.accentDot.svelte-1y5m0bp{width:8px;height:8px;border-radius:50%;background:var(--bright-aqua);box-shadow:0 0 6px rgba(var(--bright-aqua-rgb),.8)}.accentDivider.svelte-1y5m0bp{flex:1;height:1px;background:rgba(var(--fg3-rgb),.35)}.accentLabel.svelte-1y5m0bp{white-space:nowrap}.accentNumber.svelte-1y5m0bp{flex-shrink:0;font-variant-numeric:tabular-nums;color:var(--bright-yellow)}.cardBody.svelte-1y5m0bp{display:grid;grid-template-columns:minmax(280px,540px) minmax(0,1fr);gap:clamp(1.5rem,3vw,3.75rem);align-items:start}@keyframes svelte-1y5m0bp-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.cardImage.svelte-1y5m0bp{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:18px;border:1px solid rgba(var(--fg3-rgb),.35);transition:border-color .3s ease,transform .3s ease}.workCard.svelte-1y5m0bp:hover .cardImage:where(.svelte-1y5m0bp){border-color:var(--bright-aqua);transform:translateY(-4px)}.cardImage.svelte-1y5m0bp img:where(.svelte-1y5m0bp){width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.workCard.svelte-1y5m0bp:hover .cardImage:where(.svelte-1y5m0bp) img:where(.svelte-1y5m0bp){transform:scale(1.05)}.cardInfo.svelte-1y5m0bp{display:flex;flex-direction:column;gap:clamp(1rem,2vw,2rem)}.cardHeader.svelte-1y5m0bp{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:nowrap;min-width:0}.cardTitleGroup.svelte-1y5m0bp{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.cardEyebrow.svelte-1y5m0bp{font-family:var(--font-mono);font-size:.85rem;letter-spacing:.25em;text-transform:uppercase;color:var(--fg3)}.cardTitle.svelte-1y5m0bp{font-family:var(--font-mono);font-size:clamp(1.75rem,3vw,2.3rem);font-weight:700;color:var(--bright-yellow);margin:0;text-shadow:0 0 15px rgba(var(--bright-yellow-rgb),.35)}.cardId.svelte-1y5m0bp{font-family:var(--font-mono);font-size:.9rem;color:var(--fg2);padding:6px 12px;border-radius:999px;border:1px solid rgba(var(--fg3-rgb),.4);background:rgba(var(--bg3-rgb),.4);flex-shrink:0}.cardDescription.svelte-1y5m0bp{color:var(--fg1);line-height:1.8;margin:0;font-size:1rem}.cardMetaRow.svelte-1y5m0bp{display:flex;flex-wrap:wrap;gap:1.5rem;padding:.75rem 0;border-top:1px dashed rgba(var(--fg3-rgb),.35);border-bottom:1px dashed rgba(var(--fg3-rgb),.35)}.metaItem.svelte-1y5m0bp{display:flex;align-items:baseline;gap:.35rem}.metaLabel.svelte-1y5m0bp{font-family:var(--font-mono);font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--fg3)}.metaValue.svelte-1y5m0bp{font-size:.95rem;color:var(--fg)}.cardTags.svelte-1y5m0bp{display:flex;flex-wrap:wrap;gap:.65rem}.tag.svelte-1y5m0bp{font-family:var(--font-mono);font-size:.75rem;padding:4px 12px;border-radius:8px;font-weight:500;transition:border-color .2s ease,color .2s ease;border:1px solid rgba(var(--fg3-rgb),.4)}.tag.svelte-1y5m0bp:hover{border-color:rgba(var(--bright-yellow-rgb),.6);color:var(--bright-yellow)}.tag-0.svelte-1y5m0bp{color:var(--red)}.tag-1.svelte-1y5m0bp{color:var(--green)}.tag-2.svelte-1y5m0bp{color:var(--yellow)}.tag-3.svelte-1y5m0bp{color:var(--blue)}.tag-4.svelte-1y5m0bp{color:var(--purple)}.tag-5.svelte-1y5m0bp{color:var(--aqua)}.tag-6.svelte-1y5m0bp{color:var(--orange)}.cardFooter.svelte-1y5m0bp{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.25rem;border-top:1px solid rgba(var(--fg3-rgb),.2);margin-top:.5rem}.footerNote.svelte-1y5m0bp{display:flex;flex-direction:column;gap:.15rem}.cardLink.svelte-1y5m0bp{font-family:var(--font-mono);color:var(--bright-aqua);text-decoration:none;font-weight:700;display:inline-flex;align-items:center;gap:.4rem;transition:color .2s ease,border-color .2s ease;padding:.45rem 1.1rem;border-radius:999px;border:1px solid rgba(var(--bright-aqua-rgb),.6)}.cardLink.svelte-1y5m0bp:hover{color:var(--bright-yellow);transform:translate(4px);border-color:rgba(var(--bright-yellow-rgb),.7)}.cardLink.svelte-1y5m0bp:after{content:"↗";margin-left:.4rem;font-size:.95em}@media (max-width: 1200px){.cardBody.svelte-1y5m0bp{grid-template-columns:minmax(260px,480px) 1fr}}@media (max-width: 1100px){.cardBody.svelte-1y5m0bp{grid-template-columns:minmax(220px,360px) 1fr}}@media (max-width: 980px){.cardBody.svelte-1y5m0bp{grid-template-columns:1fr}}@media (max-width: 900px){.workSection.svelte-1y5m0bp{gap:3rem;padding:2rem 1rem}.cardFooter.svelte-1y5m0bp{flex-direction:column;align-items:flex-start}}@media (max-width: 600px){.cardHeader.svelte-1y5m0bp{flex-wrap:wrap}.cardTitle.svelte-1y5m0bp{font-size:1.5rem}}.workTerminalBody.svelte-1cywtzl{padding-top:10px}.projectCard.svelte-1bxzj5z{background-color:var(--primary);border-radius:6px;overflow:hidden;border:1px solid var(--secondary);position:relative;box-shadow:0 4px 8px rgba(var(--true-black-rgb),.2);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;animation:subtle-flicker 3s infinite;height:100%;display:flex;flex-direction:column}.buffer.svelte-1bxzj5z{flex:1}.projectCard.svelte-1bxzj5z:hover{box-shadow:0 8px 16px rgba(var(--true-black-rgb),.3);transform:translateY(-5px);border-color:var(--bright-aqua)}.cassetteHeader.svelte-1bxzj5z{height:26px;background-color:var(--bg2);display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid var(--fg3)}.cassetteTitle.svelte-1bxzj5z{font-family:var(--font-mono);font-weight:700;font-size:14px;color:var(--bright-yellow);letter-spacing:1px;text-transform:uppercase}.projectId.svelte-1bxzj5z{color:var(--fg4);font-size:12px;font-family:var(--font-mono)}.projectImg.svelte-1bxzj5z{width:100%;height:200px;border-bottom:2px solid var(--secondary);overflow:hidden;position:relative}.projectImg.svelte-1bxzj5z img:where(.svelte-1bxzj5z){filter:sepia(.2) brightness(.95);object-position:top}.cassetteHoles.svelte-1bxzj5z{display:flex;justify-content:space-between;padding:0 40px;margin-top:-8px;position:relative;z-index:10}.cassetteHole.svelte-1bxzj5z{width:70px;height:16px;background-color:var(--bg-dark);border:1px solid var(--fg4);border-radius:8px}.projectDetails.svelte-1bxzj5z{padding:20px}.projectTitle.svelte-1bxzj5z{font-size:20px;margin-bottom:10px;color:var(--text)}.projectDescription.svelte-1bxzj5z{font-size:14px;margin-bottom:15px}.projectTags.svelte-1bxzj5z{gap:8px;margin-bottom:15px}.projectTag.svelte-1bxzj5z{padding:5px 10px;font-size:12px}.projectLinks.svelte-1bxzj5z{display:flex;gap:15px}.projectLink.svelte-1bxzj5z{color:var(--bright-aqua);text-decoration:none;font-family:var(--font-mono);font-size:14px;transition:color .3s ease}.projectLink.svelte-1bxzj5z:hover{color:var(--bright-red);text-decoration:underline}.cassetteFooter.svelte-1bxzj5z{padding:6px;background-color:var(--bg2);border-top:1px solid var(--fg3);display:flex;justify-content:center;gap:30px}.cassetteReel.svelte-1bxzj5z{width:16px;height:16px;border-radius:50%;border:1px solid var(--fg3);position:relative;display:flex;align-items:center;justify-content:center;background-color:var(--bg1)}.cassetteReel.svelte-1bxzj5z:after{content:"";width:6px;height:6px;background-color:var(--bg3);border-radius:50%;border:1px solid var(--fg4)}.imageBase.svelte-1bxzj5z{width:100%;height:100%;object-fit:cover}.lightText.svelte-1bxzj5z{color:var(--light);font-family:var(--font-mono)}@media (max-width: 768px){.projectCard.svelte-1bxzj5z{max-width:100%}}.featuredProject.svelte-sxc1j4{margin-bottom:3rem;padding:0;background-color:var(--primary);border-radius:8px;border:1px solid var(--secondary);position:relative;overflow:hidden;box-shadow:0 4px 8px rgba(var(--true-black-rgb),.2);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;animation:subtle-flicker 3s infinite}.featuredProject.svelte-sxc1j4:hover{box-shadow:0 12px 24px rgba(var(--true-black-rgb),.3);transform:translateY(-5px);border-color:var(--bright-aqua)}.featuredCassetteHeader.svelte-sxc1j4{height:34px;background-color:var(--bg2);display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:2px solid var(--fg3)}.featuredCassetteTitle.svelte-sxc1j4{font-family:var(--font-mono);font-weight:700;font-size:18px;color:var(--bright-yellow);letter-spacing:1px;text-transform:uppercase}.featuredProjectId.svelte-sxc1j4{color:var(--fg3);font-size:14px;font-family:var(--font-mono)}.featuredProjectContent.svelte-sxc1j4{display:flex;gap:0;min-height:400px}.featuredProjectImage.svelte-sxc1j4{flex:1;height:auto;min-height:100%;overflow:hidden;position:relative;border-right:2px solid var(--secondary)}.featuredProjectImage.svelte-sxc1j4 img:where(.svelte-sxc1j4){transition:transform .5s ease;object-position:top;filter:sepia(.2) brightness(.95);height:100%;width:100%;object-fit:cover}.featuredProjectImage.svelte-sxc1j4:hover img:where(.svelte-sxc1j4){transform:scale(1.05)}.featuredProjectDetails.svelte-sxc1j4{flex:1;display:flex;flex-direction:column;padding:25px}.featuredLabel.svelte-sxc1j4{display:inline-block;padding:4px 12px;background-color:var(--bright-red);color:var(--bg-dark);border-radius:20px;font-size:12px;font-weight:700;margin-bottom:1rem;font-family:var(--font-mono)}.featuredProjectTitle.svelte-sxc1j4{font-size:28px;margin-bottom:1rem;color:var(--bright-blue);text-shadow:0 0 10px rgba(var(--bright-blue-rgb),.5)}.featuredProjectDescription.svelte-sxc1j4{font-size:16px;margin-bottom:1.5rem;line-height:1.6}.featuredProjectTags.svelte-sxc1j4{gap:10px;margin-bottom:1.5rem}.featuredProjectTag.svelte-sxc1j4{padding:6px 12px;font-size:14px}.featuredProjectLinks.svelte-sxc1j4{display:flex;gap:20px;margin-top:auto}.featuredProjectLink.svelte-sxc1j4{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;background-color:var(--red);color:var(--text);border-radius:8px;text-decoration:none;font-family:var(--font-mono);font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;transition:all .15s ease;position:relative;box-shadow:0 4px 0 var(--bright-red),0 8px 8px rgba(var(--true-black-rgb),.4),inset 0 1px 3px rgba(var(--fg-rgb),.3),inset 0 -1px 3px rgba(var(--true-black-rgb),.3);border:2px solid var(--bright-red);text-shadow:0 -1px 0 rgba(var(--true-black-rgb),.5)}.featuredProjectLink.svelte-sxc1j4:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(var(--fg-rgb),.1),rgba(var(--fg-rgb),0) 60%);border-radius:6px;pointer-events:none}.featuredProjectLink.svelte-sxc1j4:hover{background-color:var(--bright-red);color:var(--true-black);transform:translateY(-2px);box-shadow:0 6px 0 var(--red),0 10px 10px rgba(var(--true-black-rgb),.5),inset 0 1px 3px rgba(var(--fg-rgb),.3),inset 0 -1px 3px rgba(var(--true-black-rgb),.3)}.featuredProjectLink.svelte-sxc1j4:active{transform:translateY(3px);box-shadow:0 0 0 var(--red),0 3px 5px rgba(var(--true-black-rgb),.5),inset 0 1px 5px rgba(var(--true-black-rgb),.5);transition:all .05s ease-in-out}.downloadLink.svelte-sxc1j4{background-color:var(--purple);border-color:var(--bright-purple);box-shadow:0 4px 0 var(--bright-purple),0 8px 8px rgba(var(--true-black-rgb),.4),inset 0 1px 3px rgba(var(--fg-rgb),.3),inset 0 -1px 3px rgba(var(--true-black-rgb),.3)}.downloadLink.svelte-sxc1j4:hover{background-color:var(--bright-purple);color:var(--true-black);box-shadow:0 6px 0 var(--purple),0 10px 10px rgba(var(--true-black-rgb),.5),inset 0 1px 3px rgba(var(--fg-rgb),.3),inset 0 -1px 3px rgba(var(--true-black-rgb),.3)}.downloadLink.svelte-sxc1j4:active{box-shadow:0 0 0 var(--purple),0 3px 5px rgba(var(--true-black-rgb),.5),inset 0 1px 5px rgba(var(--true-black-rgb),.5)}.downloadLink.disabled.svelte-sxc1j4{background-color:var(--bg3);border-color:var(--gray);color:var(--fg2);cursor:not-allowed;opacity:.8;box-shadow:0 4px 0 var(--gray),0 8px 8px rgba(var(--true-black-rgb),.3),inset 0 1px 3px rgba(var(--fg-rgb),.1),inset 0 -1px 3px rgba(var(--true-black-rgb),.3)}.downloadLink.disabled.svelte-sxc1j4:hover{background-color:var(--bg3);color:var(--fg2);transform:none;box-shadow:0 4px 0 var(--gray),0 8px 8px rgba(var(--true-black-rgb),.3),inset 0 1px 3px rgba(var(--fg-rgb),.1),inset 0 -1px 3px rgba(var(--true-black-rgb),.3)}.downloadLink.disabled.svelte-sxc1j4:active{transform:none;box-shadow:0 4px 0 var(--bright-gray),0 8px 8px rgba(var(--true-black-rgb),.2),inset 0 1px 3px rgba(var(--fg-rgb),.1),inset 0 -1px 3px rgba(var(--true-black-rgb),.3)}.featuredProjectSticker.svelte-sxc1j4{position:absolute;top:45px;right:15px;background-color:var(--bright-yellow);color:var(--bg-dark);padding:3px 8px;font-size:12px;font-weight:700;transform:rotate(3deg);box-shadow:1px 1px 3px rgba(var(--true-black-rgb),.3);font-family:var(--font-mono);z-index:2}.featuredCassetteFooter.svelte-sxc1j4{padding:8px;background-color:var(--bg2);border-top:1px solid var(--fg3);display:flex;justify-content:center;gap:40px}.featuredCassetteReel.svelte-sxc1j4{width:20px;height:20px;border-radius:50%;border:1px solid var(--fg3);position:relative;display:flex;align-items:center;justify-content:center;background-color:var(--bg1)}.featuredCassetteReel.svelte-sxc1j4:after{content:"";width:8px;height:8px;background-color:var(--bg3);border-radius:50%;border:1px solid var(--fg4)}.imageBase.svelte-sxc1j4{width:100%;height:100%;object-fit:cover}.lightText.svelte-sxc1j4{color:var(--light);font-family:var(--font-mono)}@media (max-width: 992px){.featuredProjectContent.svelte-sxc1j4{flex-direction:column}.featuredProjectImage.svelte-sxc1j4{border-right:none;border-bottom:2px solid var(--secondary);height:auto}}@media (max-width: 768px){.featuredProject.svelte-sxc1j4{padding:0}.featuredProjectTitle.svelte-sxc1j4{font-size:24px}}.projectsSection.svelte-50v1om{padding:80px 0}.projectsGrid.svelte-50v1om{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.projectsContainer.svelte-50v1om{margin-top:20px}.categorySection.svelte-50v1om{margin-bottom:40px}.categoryTitle.svelte-50v1om{font-family:var(--font-mono);color:var(--bright-aqua);font-size:24px;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid var(--secondary)}.filterButtons.svelte-50v1om{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0}.filterButton.svelte-50v1om{background-color:transparent;color:var(--yellow);border:1px solid transparent;border-radius:0;padding:8px 16px;font-family:var(--font-mono);font-size:20px;cursor:pointer;transition:all .3s ease;text-shadow:0 0 4px rgba(var(--yellow-rgb),.6),0 0 8px rgba(var(--yellow-rgb),.4);position:relative;margin:2px}.filterButton.svelte-50v1om:hover{border-color:var(--yellow);text-shadow:0 0 5px rgba(var(--yellow-rgb),.8),0 0 10px rgba(var(--yellow-rgb),.6),0 0 15px rgba(var(--yellow-rgb),.3)}.filterButton.active.svelte-50v1om{color:var(--orange);border-color:var(--orange);text-shadow:0 0 4px rgba(var(--orange-rgb),.6),0 0 8px rgba(var(--orange-rgb),.4)}.comment.svelte-50v1om{color:var(--green);font-style:italic;font-size:.9em;opacity:.8;display:block;text-shadow:0 0 4px rgba(var(--green-rgb),.6),0 0 8px rgba(var(--green-rgb),.4)}@media (max-width: 768px){.projectsGrid.svelte-50v1om{grid-template-columns:1fr}}.contact.svelte-1cqdsgb{padding:80px 0}.terminalContactContent.svelte-1cqdsgb{margin-top:20px;font-family:var(--font-mono)}.contactDescription.svelte-1cqdsgb{color:var(--fg);margin-bottom:20px;font-size:16px;line-height:1.5}.contactButtons.svelte-1cqdsgb{display:flex;gap:20px;margin:40px 0;justify-content:center}.contactButton.svelte-1cqdsgb{display:flex;align-items:center;gap:10px;padding:12px 24px;background-color:var(--primary);border:1px solid var(--bright-aqua);border-radius:4px;color:var(--bright-aqua);text-decoration:none;font-family:var(--font-mono);font-size:16px;transition:all .3s ease;box-shadow:0 0 5px rgba(var(--aqua-rgb),.3)}.contactButton.svelte-1cqdsgb:hover{background-color:var(--bright-aqua);color:var(--bg-dark);transform:translateY(-2px);box-shadow:0 0 10px rgba(var(--aqua-rgb),.5)}.buttonIcon.svelte-1cqdsgb{width:24px;height:24px}.terminalNote.svelte-1cqdsgb{margin-top:20px;text-align:center}.comment.svelte-1cqdsgb{color:var(--fg4);font-style:italic}@media (max-width: 768px){.contactButtons.svelte-1cqdsgb{flex-direction:column;align-items:center}.contactButton.svelte-1cqdsgb{width:80%;justify-content:center}}.appContainer.svelte-zzw31a{display:flex;flex-direction:column;flex:1}.mainContent.svelte-zzw31a{flex:1}.screenOverlay.svelte-zzw31a{position:fixed;top:0;left:0;width:100%;height:100%;background:repeating-linear-gradient(0deg,rgba(var(--true-black-rgb),.15),rgba(var(--true-black-rgb),.15) 1px,transparent 1px,transparent 2px);pointer-events:none;z-index:100}.vignette.svelte-zzw31a{position:fixed;top:0;left:0;width:100%;height:100%;box-shadow:inset 0 0 150px rgba(var(--true-black-rgb),.9);pointer-events:none;z-index:99}
