.cube-scene.svelte-sylyox{width:var(--cube-size, 240px);height:var(--cube-size, 240px);perspective:700px;transition:transform .3s ease}.cube.svelte-sylyox{width:100%;height:100%;position:relative;transform-style:preserve-3d;will-change:transform}.cube-face.svelte-sylyox{position:absolute;width:var(--cube-size, 240px);height:var(--cube-size, 240px);border:2px solid rgba(0,255,65,.6);background:#001e0a66;display:flex;align-items:stretch;justify-content:stretch;overflow:hidden;box-shadow:0 0 15px #00ff4166,0 0 40px #00ff4126;cursor:pointer;-webkit-user-select:text;user-select:text}.scanlines.svelte-sylyox{position:absolute;inset:0;background:repeating-linear-gradient(to bottom,transparent 0px,transparent 3px,rgba(0,0,0,.15) 3px,rgba(0,0,0,.15) 4px);pointer-events:none;z-index:1}.cube-face--front.svelte-sylyox{transform:translateZ(var(--cube-half, 120px))}.cube-face--back.svelte-sylyox{transform:rotateY(180deg) translateZ(var(--cube-half, 120px))}.cube-face--right.svelte-sylyox{transform:rotateY(90deg) translateZ(var(--cube-half, 120px))}.cube-face--left.svelte-sylyox{transform:rotateY(-90deg) translateZ(var(--cube-half, 120px))}.cube-face--top.svelte-sylyox{transform:rotateX(90deg) translateZ(var(--cube-half, 120px))}.cube-face--bottom.svelte-sylyox{transform:rotateX(-90deg) translateZ(var(--cube-half, 120px))}.hack-content.svelte-sylyox{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;height:100%;padding:12px 14px;gap:0;font-family:JetBrains Mono,monospace;font-size:16px;font-weight:500;letter-spacing:.5px;color:#00ff41e6;text-shadow:0 0 6px rgba(0,255,65,.7);line-height:1.5;word-break:break-all}.hack-content.svelte-sylyox span:where(.svelte-sylyox){display:block;width:100%}.hack-content.svelte-sylyox span:where(.svelte-sylyox):nth-child(3n){color:#00ff78d9}.hack-content.svelte-sylyox span:where(.svelte-sylyox):nth-child(3n+2){color:#32ff64cc}@media(max-width:640px){.cube-scene.svelte-sylyox{--cube-size: 190px;--cube-half: 95px;perspective:600px}.hack-content.svelte-sylyox{font-size:12px;padding:10px 12px;line-height:1.4}}.scroll-stage.svelte-1jkicul{position:relative}.scroll-viewport.svelte-1jkicul{position:sticky;top:0;height:100vh;overflow:hidden}.grid-overlay.svelte-1jkicul{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(rgba(0,255,65,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(0,255,65,.06) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(ellipse 500px 500px at var(--glow-x) var(--glow-y),rgba(0,0,0,var(--glow-opacity)) 0%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 500px 500px at var(--glow-x) var(--glow-y),rgba(0,0,0,var(--glow-opacity)) 0%,transparent 70%);will-change:mask-image,-webkit-mask-image}.cube-orbit.svelte-1jkicul{position:absolute;z-index:10;transform:translate(-50%,-50%);pointer-events:auto;cursor:pointer;will-change:left,top,opacity;filter:drop-shadow(0 0 60px rgba(0,255,65,.15))}.scroll-viewport.svelte-1jkicul .scroll-section{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 24px;will-change:transform,opacity;pointer-events:none}.scroll-viewport.svelte-1jkicul .scroll-section[style*="opacity: 0"]{visibility:hidden}.scroll-viewport.svelte-1jkicul .scroll-section:not([style*="opacity: 0"]){pointer-events:auto}@media(max-width:640px){.scroll-viewport.svelte-1jkicul .scroll-section{padding:40px 16px}.cube-orbit.svelte-1jkicul{z-index:2;filter:drop-shadow(0 0 40px rgba(0,255,65,.1))}.grid-overlay.svelte-1jkicul{mask-image:radial-gradient(ellipse 300px 300px at var(--glow-x) var(--glow-y),rgba(0,0,0,var(--glow-opacity)) 0%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 300px 300px at var(--glow-x) var(--glow-y),rgba(0,0,0,var(--glow-opacity)) 0%,transparent 70%)}}.skill.svelte-18ymg8q{margin-bottom:16px}.skill-header.svelte-18ymg8q{display:flex;justify-content:space-between;margin-bottom:6px;font-family:JetBrains Mono,monospace;font-size:13px}.skill-name.svelte-18ymg8q{color:#e0e0e0}.skill-level.svelte-18ymg8q{color:#00ff41cc}.skill-track.svelte-18ymg8q{height:6px;background:#00ff4114;border-radius:3px;overflow:hidden;border:1px solid rgba(0,255,65,.15)}.skill-fill.svelte-18ymg8q{height:100%;background:linear-gradient(90deg,#00ff4180,#00ff41);border-radius:3px;transition:width 1.2s cubic-bezier(.22,1,.36,1);box-shadow:0 0 12px #00ff4180,0 0 4px #00ff41cc}.typewriter.svelte-7095z5{font-family:JetBrains Mono,monospace;color:#00ff41;text-shadow:0 0 10px rgba(0,255,65,.5)}.cursor.svelte-7095z5{animation:none;color:#00ff41}.hidden.svelte-7095z5{opacity:0}*{margin:0;padding:0;box-sizing:border-box}body{background:#030305;color:#e0e0e0;font-family:Inter,sans-serif;overflow-x:hidden}::selection{background:#00ff414d;color:#fff}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#030305}::-webkit-scrollbar-thumb{background:#00ff414d;border-radius:3px}.inner.svelte-1uha8ag{width:100%;max-width:1100px;margin:0 auto;padding:0 24px}.hero-layout.svelte-1uha8ag{display:flex;align-items:center;justify-content:space-between;gap:40px;height:100%}.hero-text.svelte-1uha8ag{flex:1;max-width:560px}.hero-cube-spacer.svelte-1uha8ag{width:280px;flex-shrink:0}.greeting.svelte-1uha8ag{font-family:JetBrains Mono,monospace;font-size:16px;color:#00ff41b3;margin-bottom:12px}.prefix.svelte-1uha8ag{color:#00ff41;font-weight:700}.name.svelte-1uha8ag{font-family:Inter,sans-serif;font-size:56px;font-weight:700;line-height:1.1;color:#fff;margin-bottom:16px;letter-spacing:-1px}.accent.svelte-1uha8ag{color:#00ff41;text-shadow:0 0 20px rgba(0,255,65,.3)}.role.svelte-1uha8ag{font-size:20px;margin-bottom:20px;min-height:32px}.bio.svelte-1uha8ag{font-size:16px;line-height:1.7;color:#fff9;max-width:500px;margin-bottom:32px}.links.svelte-1uha8ag{display:flex;gap:12px;flex-wrap:wrap}.link-btn.svelte-1uha8ag{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border:1px solid rgba(0,255,65,.3);border-radius:6px;color:#00ff41e6;text-decoration:none;font-family:JetBrains Mono,monospace;font-size:14px;transition:all .3s ease;background:#00ff4108}.link-btn.svelte-1uha8ag:hover{background:#00ff411a;border-color:#00ff41b3;box-shadow:0 0 15px #00ff414d,0 0 40px #00ff411a;text-shadow:0 0 8px rgba(0,255,65,.6);transform:translateY(-2px)}.skills-layout.svelte-1uha8ag{display:flex;align-items:center;gap:40px;height:100%}.skills-cube-spacer.svelte-1uha8ag{width:280px;flex-shrink:0}.skills-content.svelte-1uha8ag{flex:1;min-width:0}.skills-grid.svelte-1uha8ag{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.skill-card.svelte-1uha8ag{background:#00ff4105;border:1px solid rgba(0,255,65,.08);border-radius:12px;padding:20px;transition:all .3s ease;position:relative;overflow:hidden}.skill-card.svelte-1uha8ag:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(0,255,65,.3),transparent)}.skill-card.svelte-1uha8ag:after{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(0,255,65,.04) 0%,transparent 70%);pointer-events:none}.skill-card.svelte-1uha8ag:hover{border-color:#00ff4133;background:#00ff410a;box-shadow:0 0 20px #00ff410f}.card-title.svelte-1uha8ag{font-family:JetBrains Mono,monospace;font-size:14px;font-weight:600;margin-bottom:16px;color:#fff;text-shadow:0 0 10px rgba(0,255,65,.2)}.card-icon.svelte-1uha8ag{color:#00ff41;margin-right:8px;text-shadow:0 0 8px rgba(0,255,65,.6)}.exp-layout.svelte-1uha8ag{display:flex;align-items:center;gap:40px;height:100%}.exp-cube-spacer.svelte-1uha8ag{width:280px;flex-shrink:0}.exp-content.svelte-1uha8ag{flex:1;min-width:0;max-height:80vh;overflow-y:auto;padding-right:8px;scrollbar-width:none}.exp-content.svelte-1uha8ag::-webkit-scrollbar{display:none}.stack-scene.svelte-1uha8ag{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.stack-title.svelte-1uha8ag{position:absolute;top:40px;left:50%;transform:translate(-50%);font-family:JetBrains Mono,monospace;font-size:28px;font-weight:600;color:#fff;z-index:5;white-space:nowrap}.stack-col.svelte-1uha8ag{position:absolute;top:0;height:100%;width:180px;overflow:hidden;mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(to bottom,transparent,black 15%,black 85%,transparent)}.stack-col--left.svelte-1uha8ag{right:calc(50% + 160px)}.stack-col--right.svelte-1uha8ag{left:calc(50% + 160px)}.stack-track.svelte-1uha8ag{display:flex;flex-direction:column;gap:12px}.stack-track--up.svelte-1uha8ag{animation:svelte-1uha8ag-scroll-up 25s linear infinite}.stack-track--down.svelte-1uha8ag{animation:svelte-1uha8ag-scroll-down 25s linear infinite}@keyframes svelte-1uha8ag-scroll-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes svelte-1uha8ag-scroll-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.stack-tag.svelte-1uha8ag{white-space:nowrap;font-family:JetBrains Mono,monospace;font-size:14px;padding:10px 16px;border:1px solid rgba(0,255,65,.2);border-radius:6px;color:#00ff41d9;background:#001e0a66;box-shadow:0 0 10px #00ff4114;transition:all .3s ease;cursor:default;text-align:center}.stack-tag.svelte-1uha8ag:hover{background:#00ff411f;border-color:#00ff4180;box-shadow:0 0 15px #00ff4140,0 0 35px #00ff4114;text-shadow:0 0 8px rgba(0,255,65,.6)}.about-layout.svelte-1uha8ag{display:flex;flex-direction:column;justify-content:center;height:100%;max-height:90vh}.section-title.svelte-1uha8ag{font-family:JetBrains Mono,monospace;font-size:28px;font-weight:600;margin-bottom:24px;color:#fff}.hash.svelte-1uha8ag{color:#00ff41;margin-right:8px;transition:text-shadow .3s ease}.section-title.svelte-1uha8ag:hover .hash:where(.svelte-1uha8ag){text-shadow:0 0 12px rgba(0,255,65,.8)}.timeline.svelte-1uha8ag{position:relative;padding-left:32px}.timeline.svelte-1uha8ag:before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:2px;background:linear-gradient(to bottom,#00ff4180,#00ff411a)}.timeline-item.svelte-1uha8ag{position:relative;margin-bottom:28px}.timeline-item.svelte-1uha8ag:last-child{margin-bottom:0}.timeline-dot.svelte-1uha8ag{position:absolute;left:-28px;top:6px;width:12px;height:12px;border-radius:50%;background:#00ff41cc;box-shadow:0 0 12px #00ff4166}.timeline-content.svelte-1uha8ag{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:20px;transition:all .3s ease}.timeline-content.svelte-1uha8ag:hover{border-color:#00ff4133}.timeline-header.svelte-1uha8ag{display:flex;align-items:center;gap:12px;margin-bottom:8px;flex-wrap:wrap}.timeline-company.svelte-1uha8ag{font-size:18px;font-weight:600;color:#fff}.timeline-role.svelte-1uha8ag{font-family:JetBrains Mono,monospace;font-size:13px;color:#00ff41cc;background:#00ff4114;padding:3px 10px;border-radius:4px;transition:all .3s ease}.timeline-role.svelte-1uha8ag:hover{text-shadow:0 0 10px rgba(0,255,65,.7);box-shadow:0 0 12px #00ff4133;background:#00ff4126}.timeline-desc.svelte-1uha8ag{font-size:14px;color:#ffffff80;line-height:1.6}.timeline-stack.svelte-1uha8ag{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.timeline-tag.svelte-1uha8ag{font-family:JetBrains Mono,monospace;font-size:11px;padding:3px 8px;border:1px solid rgba(0,255,65,.2);border-radius:4px;color:#00ff41b3;background:#00ff410a;transition:all .3s ease}.timeline-tag.svelte-1uha8ag:hover{border-color:#00ff4180;text-shadow:0 0 8px rgba(0,255,65,.6);box-shadow:0 0 10px #00ff4126}.about-grid.svelte-1uha8ag{display:grid;grid-template-columns:220px 1fr;gap:32px;align-items:start}.photo-frame.svelte-1uha8ag{border:2px solid rgba(0,255,65,.3);border-radius:12px;overflow:hidden;transition:all .3s ease}.photo-frame.svelte-1uha8ag:hover{border-color:#00ff4199;box-shadow:0 0 20px #00ff4126,0 0 40px #00ff410d}.photo-frame.svelte-1uha8ag img:where(.svelte-1uha8ag){width:100%;display:block;filter:grayscale(30%);transition:filter .3s ease}.photo-frame.svelte-1uha8ag:hover img:where(.svelte-1uha8ag){filter:grayscale(0%)}.about-desc.svelte-1uha8ag{font-size:14px;line-height:1.7;color:#fff9;margin-bottom:12px}.about-facts.svelte-1uha8ag{margin-top:16px;padding:16px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px}.facts-title.svelte-1uha8ag{font-family:JetBrains Mono,monospace;font-size:14px;font-weight:600;color:#00ff41e6;margin-bottom:12px}.facts-list.svelte-1uha8ag{list-style:none;display:flex;flex-direction:column;gap:8px}.facts-list.svelte-1uha8ag li:where(.svelte-1uha8ag){font-size:13px;color:#ffffff8c;display:flex;align-items:center;gap:10px}.fact-icon.svelte-1uha8ag{color:#00ff41b3;font-size:16px}.footer.svelte-1uha8ag{padding:20px 0;text-align:center}.footer-line.svelte-1uha8ag{height:1px;background:linear-gradient(to right,transparent,rgba(0,255,65,.2),transparent);margin-bottom:16px}.footer.svelte-1uha8ag p:where(.svelte-1uha8ag){font-family:JetBrains Mono,monospace;font-size:13px;color:#fff6}.separator.svelte-1uha8ag{margin:0 10px;color:#00ff414d}@media(max-width:900px){.skills-grid.svelte-1uha8ag,.about-grid.svelte-1uha8ag{grid-template-columns:1fr}.about-photo.svelte-1uha8ag{max-width:220px}.hero-cube-spacer.svelte-1uha8ag,.skills-cube-spacer.svelte-1uha8ag,.exp-cube-spacer.svelte-1uha8ag{display:none}.hero-layout.svelte-1uha8ag,.skills-layout.svelte-1uha8ag,.exp-layout.svelte-1uha8ag{flex-direction:column;text-align:center}.stack-col--left.svelte-1uha8ag{right:calc(50% + 140px)}.stack-col--right.svelte-1uha8ag{left:calc(50% + 140px)}.hero-text.svelte-1uha8ag{max-width:100%;display:flex;flex-direction:column;align-items:center}.bio.svelte-1uha8ag{text-align:center}.links.svelte-1uha8ag{justify-content:center}}@media(max-width:640px){.inner.svelte-1uha8ag{padding:0 16px}.hero-layout.svelte-1uha8ag{justify-content:flex-start;padding-top:24px}.name.svelte-1uha8ag{font-size:36px;letter-spacing:-.5px}.greeting.svelte-1uha8ag{font-size:14px}.role.svelte-1uha8ag{font-size:16px;min-height:24px}.bio.svelte-1uha8ag{font-size:14px;margin-bottom:24px}.link-btn.svelte-1uha8ag{padding:8px 14px;font-size:12px;gap:6px}.link-btn.svelte-1uha8ag svg:where(.svelte-1uha8ag){width:16px;height:16px}.section-title.svelte-1uha8ag{font-size:22px;margin-bottom:16px}.skills-layout.svelte-1uha8ag{justify-content:flex-end;padding-bottom:24px}.skills-content.svelte-1uha8ag{max-height:60vh;overflow-y:auto;scrollbar-width:none}.skills-content.svelte-1uha8ag::-webkit-scrollbar{display:none}.skill-card.svelte-1uha8ag{background:none;border:none;border-radius:0;padding:0;margin-bottom:12px;overflow:visible}.skill-card.svelte-1uha8ag:before,.skill-card.svelte-1uha8ag:after{display:none}.skill-card.svelte-1uha8ag:hover{background:none;border-color:transparent;box-shadow:none}.card-title.svelte-1uha8ag{font-size:13px;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid rgba(0,255,65,.15)}.exp-layout.svelte-1uha8ag{justify-content:flex-start;padding-top:24px}.timeline-content.svelte-1uha8ag{background:none;border:none;border-radius:0;border-left:1px solid rgba(0,255,65,.1);padding:0 0 0 12px}.timeline-content.svelte-1uha8ag:hover{border-color:#00ff411a}.exp-content.svelte-1uha8ag{max-height:58vh}.timeline.svelte-1uha8ag{padding-left:24px}.timeline-dot.svelte-1uha8ag{left:-20px;width:10px;height:10px}.timeline-content.svelte-1uha8ag{padding:14px}.timeline-company.svelte-1uha8ag{font-size:16px}.timeline-role.svelte-1uha8ag{font-size:11px}.timeline-desc.svelte-1uha8ag{font-size:13px}.timeline-item.svelte-1uha8ag{margin-bottom:16px}.stack-title.svelte-1uha8ag{font-size:22px;top:20px}.stack-col.svelte-1uha8ag{position:absolute;left:0;width:100%;height:auto;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.stack-col--left.svelte-1uha8ag{right:auto;top:20%}.stack-col--right.svelte-1uha8ag{left:0;bottom:20%;top:auto}.stack-track.svelte-1uha8ag{flex-direction:row;gap:10px;white-space:nowrap}.stack-track--up.svelte-1uha8ag{animation:svelte-1uha8ag-scroll-left 20s linear infinite}.stack-track--down.svelte-1uha8ag{animation:svelte-1uha8ag-scroll-right 20s linear infinite}.stack-tag.svelte-1uha8ag{font-size:11px;padding:7px 12px;display:inline-block;flex-shrink:0}.about-layout.svelte-1uha8ag{max-height:100vh;overflow-y:auto;scrollbar-width:none;justify-content:flex-start;padding-top:20px}.about-layout.svelte-1uha8ag::-webkit-scrollbar{display:none}.section-title.svelte-1uha8ag{text-align:center}.about-grid.svelte-1uha8ag{grid-template-columns:1fr;gap:0}.about-photo.svelte-1uha8ag{display:flex;justify-content:center;margin-bottom:16px}.photo-frame.svelte-1uha8ag{width:100px;border-radius:50%}.photo-frame.svelte-1uha8ag img:where(.svelte-1uha8ag){aspect-ratio:1;object-fit:cover}.about-desc.svelte-1uha8ag{font-size:13px;line-height:1.6;margin-bottom:8px;text-align:center}.about-facts.svelte-1uha8ag{padding:12px;margin-top:12px}.facts-title.svelte-1uha8ag{font-size:12px;margin-bottom:8px}.facts-list.svelte-1uha8ag{gap:6px}.facts-list.svelte-1uha8ag li:where(.svelte-1uha8ag){font-size:12px;gap:8px}.footer.svelte-1uha8ag{padding:14px 0 0}.footer-line.svelte-1uha8ag{margin-bottom:10px}.footer.svelte-1uha8ag p:where(.svelte-1uha8ag){font-size:11px}}@keyframes svelte-1uha8ag-scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes svelte-1uha8ag-scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}@media(max-width:380px){.name.svelte-1uha8ag{font-size:30px}.links.svelte-1uha8ag{flex-direction:column;align-items:stretch}.link-btn.svelte-1uha8ag{justify-content:center}.stack-tag.svelte-1uha8ag{font-size:10px;padding:6px 8px}}
