.sidebar.svelte-vnfj96{position:fixed;top:0;left:0;width:250px;height:100vh;background:var(--bg-secondary);z-index:1000;font-family:var(--font-mono)}.sidebar-content.svelte-vnfj96{display:flex;flex-direction:column;height:100%;padding:2rem 1rem}.nav-list.svelte-vnfj96{list-style:none;padding:0;margin:0;flex:1;padding-top:2rem}.nav-item.svelte-vnfj96{margin-bottom:1rem}.nav-link.svelte-vnfj96{display:flex;align-items:center;gap:1rem;padding:.8rem 1rem;color:var(--text-muted);text-decoration:none;border-radius:6px;transition:all .3s ease;font-size:.9rem;font-weight:500}.nav-link.svelte-vnfj96:hover{background:#00ff000d;color:var(--text);transform:translate(4px)}.nav-link.active.svelte-vnfj96{background:#00ff001a;color:var(--accent);box-shadow:0 0 10px #00ff001a}.nav-icon.svelte-vnfj96{width:18px;height:18px;stroke-width:2;flex-shrink:0}.nav-text.svelte-vnfj96{font-family:var(--font-mono)}.terminal-status.svelte-vnfj96{margin-top:auto;padding-top:2rem}.status-line.svelte-vnfj96{display:flex;align-items:center;gap:.5rem;justify-content:center}.status-dot.svelte-vnfj96{width:8px;height:8px;background:var(--text-secondary);border-radius:50%;animation:svelte-vnfj96-pulse 2s infinite}.status-text.svelte-vnfj96{font-size:.8rem;color:var(--text-muted);font-weight:500}@keyframes svelte-vnfj96-pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.sidebar.svelte-vnfj96{position:fixed;inset:auto 0 0;width:100%;height:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#111111f2}.sidebar-content.svelte-vnfj96{flex-direction:row;justify-content:space-around;align-items:center;padding:1rem .5rem;height:auto}.nav-list.svelte-vnfj96{display:flex;gap:.5rem;flex:1;justify-content:space-around}.nav-item.svelte-vnfj96{margin-bottom:0}.nav-link.svelte-vnfj96{flex-direction:column;gap:.3rem;padding:.8rem .5rem;min-width:60px;text-align:center}.nav-link.svelte-vnfj96:hover{transform:translateY(-2px);background:#00ff001a}.nav-link.active.svelte-vnfj96{background:#00ff001a}.nav-icon.svelte-vnfj96{width:20px;height:20px}.nav-text.svelte-vnfj96{font-size:.7rem;font-weight:600}.terminal-status.svelte-vnfj96{display:none}}@media (max-width: 480px){.nav-text.svelte-vnfj96{display:none}.nav-link.svelte-vnfj96{min-width:50px;padding:.8rem .3rem}.nav-icon.svelte-vnfj96{width:24px;height:24px}}.section.svelte-1ytrp7w{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.about-container.svelte-1ytrp7w{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;max-width:1000px;width:100%;align-items:center}.profile-side.svelte-1ytrp7w{display:flex;justify-content:center;align-items:center}.profile-frame.svelte-1ytrp7w{text-align:center}.profile-image.svelte-1ytrp7w{position:relative;width:250px;height:250px;margin-bottom:1.5rem}.profile-image.svelte-1ytrp7w img:where(.svelte-1ytrp7w){width:100%;height:100%;border-radius:50%;object-fit:cover;box-shadow:0 0 20px #0f03;transition:all .3s ease}.profile-image.svelte-1ytrp7w img:where(.svelte-1ytrp7w):hover{box-shadow:0 0 30px #0f06;transform:scale(1.05)}.image-placeholder.svelte-1ytrp7w{width:100%;height:100%;background:var(--bg-secondary);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #0f03}.initials.svelte-1ytrp7w{font-size:3rem;font-weight:700;color:var(--accent)}.status-indicator.svelte-1ytrp7w{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--text-muted);font-size:.9rem}.status-dot.svelte-1ytrp7w{width:8px;height:8px;background:var(--text-secondary);border-radius:50%;animation:svelte-1ytrp7w-pulse 2s infinite}@keyframes svelte-1ytrp7w-pulse{0%,to{opacity:1}50%{opacity:.5}}.content-side.svelte-1ytrp7w{display:flex;flex-direction:column}.intro.svelte-1ytrp7w{max-width:500px}.greeting.svelte-1ytrp7w{display:block;color:var(--text-muted);font-size:1.2rem;margin-bottom:.5rem;font-weight:300}.name-text.svelte-1ytrp7w{font-size:2.5rem;font-weight:700;color:var(--text);display:block;margin-bottom:1rem}.role.svelte-1ytrp7w{margin-bottom:1.5rem}.role-text.svelte-1ytrp7w{font-size:1.3rem;color:var(--accent);font-weight:500}.description.svelte-1ytrp7w{font-size:1rem;line-height:1.7;color:var(--text-muted);margin-bottom:2rem}.socials.svelte-1ytrp7w{display:flex;gap:1.5rem;margin-bottom:2.5rem}.social-link.svelte-1ytrp7w{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:8px;color:var(--text-muted);transition:all .3s ease;background:var(--bg-secondary)}.social-link.svelte-1ytrp7w:hover{color:var(--accent);transform:translateY(-2px);box-shadow:0 0 15px #0f03}.social-icon.svelte-1ytrp7w{width:20px;height:20px;fill:currentColor}.actions.svelte-1ytrp7w{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary.svelte-1ytrp7w,.btn-secondary.svelte-1ytrp7w{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border-radius:4px;font-family:var(--font-mono);font-size:.9rem;font-weight:500;transition:all .3s ease;text-decoration:none}.btn-primary.svelte-1ytrp7w{background:var(--accent);color:var(--bg)}.btn-primary.svelte-1ytrp7w:hover{background:transparent;color:var(--accent);box-shadow:0 0 10px #00cccc4d}.btn-secondary.svelte-1ytrp7w{background:transparent;color:var(--text)}.btn-secondary.svelte-1ytrp7w:hover{background:#00ff001a;color:var(--accent);box-shadow:0 0 10px #0f03}.btn-icon.svelte-1ytrp7w{font-weight:700}@media (max-width: 768px){.about-container.svelte-1ytrp7w{grid-template-columns:1fr;gap:3rem;text-align:center}.profile-image.svelte-1ytrp7w{width:200px;height:200px}.name-text.svelte-1ytrp7w{font-size:2rem}.role-text.svelte-1ytrp7w{font-size:1.1rem}.socials.svelte-1ytrp7w,.actions.svelte-1ytrp7w{justify-content:center}}@media (max-width: 480px){.section.svelte-1ytrp7w{padding:1rem}.profile-image.svelte-1ytrp7w{width:150px;height:150px}.name-text.svelte-1ytrp7w{font-size:1.8rem}.actions.svelte-1ytrp7w{flex-direction:column;align-items:center}.btn-primary.svelte-1ytrp7w,.btn-secondary.svelte-1ytrp7w{width:200px;justify-content:center}}.page.svelte-c1hg41{padding:1rem;font-family:sans-serif;text-align:center;color:#222}h1.svelte-c1hg41{font-size:1.5rem;margin-bottom:1rem}.horizontal.svelte-c1hg41{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.box.svelte-c1hg41{display:flex;align-items:center;gap:.5rem;font-size:.9rem;flex-wrap:wrap}.box.svelte-c1hg41 strong:where(.svelte-c1hg41){background:#e0e0e0;padding:.3rem .6rem;border-radius:4px;color:#111}.box.svelte-c1hg41 span:where(.svelte-c1hg41){background:#e0e0e0;padding:.3rem .6rem;border-radius:4px}.section.svelte-175579k{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.experience-container.svelte-175579k{max-width:700px;width:100%}.terminal.svelte-175579k{background:var(--bg-secondary);border-radius:8px;box-shadow:0 0 30px #00ff001a;width:100%}.terminal-header.svelte-175579k{background:#1a1a1a;padding:.8rem 1rem;display:flex;align-items:center;gap:.5rem;border-radius:8px 8px 0 0}.terminal-button.svelte-175579k{width:12px;height:12px;border-radius:50%}.terminal-button.close.svelte-175579k{background:#ff5f56}.terminal-button.minimize.svelte-175579k{background:#ffbd2e}.terminal-button.maximize.svelte-175579k{background:#27ca3f}.terminal-title.svelte-175579k{margin-left:auto;color:var(--text-muted);font-size:.9rem}.terminal-content.svelte-175579k{padding:2rem;font-family:var(--font-mono)}.command-line.svelte-175579k{display:flex;margin:1rem 0;align-items:center}.prompt.svelte-175579k{color:var(--accent);margin-right:.5rem}.command.svelte-175579k{color:var(--text-secondary)}.loading-container.svelte-175579k{margin:2rem 0}.section-title.svelte-175579k{font-size:2rem;color:var(--text);margin-bottom:2rem;font-weight:600;text-align:center}.typewriter.svelte-175579k{color:var(--accent)}.loading-display.svelte-175579k{display:flex;flex-direction:column;gap:2rem}.loading-text.svelte-175579k{display:flex;align-items:center;gap:.5rem;justify-content:center}.status-label.svelte-175579k{color:var(--text-muted);font-weight:600}.status-value.svelte-175579k{color:var(--accent);font-weight:500}.progress-bar.svelte-175579k{width:100%;height:8px;background:#00ff001a;border-radius:4px;overflow:hidden;position:relative}.progress-fill.svelte-175579k{height:100%;background:linear-gradient(90deg,var(--accent),var(--text-secondary));border-radius:4px;animation:svelte-175579k-loading 3s ease-in-out infinite}@keyframes svelte-175579k-loading{0%{width:0%}50%{width:70%}to{width:0%}}.loading-stats.svelte-175579k{display:flex;flex-direction:column;gap:1rem;background:#00ff000d;padding:1.5rem;border-radius:8px}.stat-line.svelte-175579k{display:flex;justify-content:space-between;align-items:center}.stat-label.svelte-175579k{color:var(--text-muted);font-weight:600;min-width:120px}.stat-value.svelte-175579k{color:var(--text);text-align:right}.stat-value.highlight.svelte-175579k{color:var(--accent);font-weight:600;text-shadow:0 0 5px currentColor}.motivational-message.svelte-175579k{text-align:center;padding:1.5rem;background:#00ff0008;border-radius:8px}.message-text.svelte-175579k{color:var(--text);font-size:1.1rem;font-style:italic;margin-bottom:1rem;line-height:1.6}.sub-text.svelte-175579k{color:var(--text-muted);font-size:.9rem;line-height:1.5}.call-to-action.svelte-175579k{background:#00ff0014;padding:1.5rem;border-radius:8px}.action-label.svelte-175579k{color:var(--text-muted);font-weight:600;display:block;margin-bottom:1rem}.opportunities.svelte-175579k{display:flex;flex-wrap:wrap;gap:.8rem}.opportunity.svelte-175579k{background:#00ff001a;color:var(--accent);padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;transition:all .3s ease}.opportunity.svelte-175579k:hover{background:#0f03;transform:translateY(-2px);box-shadow:0 0 10px #0f03}@media (max-width: 768px){.section.svelte-175579k{padding:1rem}.terminal-content.svelte-175579k{padding:1.5rem}.section-title.svelte-175579k{font-size:1.6rem}.stat-line.svelte-175579k{flex-direction:column;align-items:flex-start;gap:.3rem}.opportunities.svelte-175579k{justify-content:center}}@media (max-width: 480px){.terminal-content.svelte-175579k{padding:1rem}.section-title.svelte-175579k{font-size:1.4rem}.loading-stats.svelte-175579k,.motivational-message.svelte-175579k,.call-to-action.svelte-175579k{padding:1rem}.opportunities.svelte-175579k{flex-direction:column;align-items:stretch}.opportunity.svelte-175579k{text-align:center}}.section.svelte-159ido9{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.projects-container.svelte-159ido9{max-width:800px;width:100%}.terminal.svelte-159ido9{background:var(--bg-secondary);border-radius:8px;box-shadow:0 0 30px #00ff001a;width:100%}.terminal-header.svelte-159ido9{background:#1a1a1a;padding:.8rem 1rem;display:flex;align-items:center;gap:.5rem;border-radius:8px 8px 0 0}.terminal-button.svelte-159ido9{width:12px;height:12px;border-radius:50%}.terminal-button.close.svelte-159ido9{background:#ff5f56}.terminal-button.minimize.svelte-159ido9{background:#ffbd2e}.terminal-button.maximize.svelte-159ido9{background:#27ca3f}.terminal-title.svelte-159ido9{margin-left:auto;color:var(--text-muted);font-size:.9rem}.terminal-content.svelte-159ido9{padding:2rem;font-family:var(--font-mono)}.command-line.svelte-159ido9{display:flex;margin:1rem 0;align-items:center}.prompt.svelte-159ido9{color:var(--accent);margin-right:.5rem}.command.svelte-159ido9{color:var(--text-secondary)}.empty-directory.svelte-159ido9{margin:1rem 0}.no-files.svelte-159ido9{color:#ff6b6b;font-size:.9rem;font-style:italic}.main-content.svelte-159ido9{margin:2rem 0;display:flex;flex-direction:column;align-items:center}.coming-soon-display.svelte-159ido9{text-align:center;width:100%}.section-title.svelte-159ido9{font-size:2.5rem;color:var(--text);margin-bottom:2rem;font-weight:600}.typewriter.svelte-159ido9{color:var(--accent)}.ascii-art.svelte-159ido9{margin:2rem 0}.construction-art.svelte-159ido9{color:var(--accent);font-size:.7rem;line-height:1.2;text-align:center}.status-display.svelte-159ido9{background:#00ff000d;padding:2rem;border-radius:8px;margin:2rem 0;max-width:400px}.status-line.svelte-159ido9{display:flex;justify-content:space-between;align-items:center;margin:1rem 0}.label.svelte-159ido9{color:var(--text-muted);font-weight:600;font-size:.9rem}.value.svelte-159ido9{color:var(--accent);font-weight:500;font-size:.9rem}.message-section.svelte-159ido9{background:#00ff0008;padding:2rem;border-radius:8px;margin:2rem 0;max-width:600px}.message-title.svelte-159ido9{color:var(--text);font-size:1.3rem;margin-bottom:1rem;font-weight:600}.message-text.svelte-159ido9{color:var(--text-muted);line-height:1.6;margin-bottom:2rem}.features-preview.svelte-159ido9{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.feature-item.svelte-159ido9{display:flex;align-items:center;gap:.8rem;padding:.8rem;background:#00ff000d;border-radius:6px;transition:all .3s ease}.feature-item.svelte-159ido9:hover{background:#00ff001a;transform:translateY(-2px)}.feature-icon.svelte-159ido9{font-size:1.2rem;flex-shrink:0}.feature-text.svelte-159ido9{color:var(--text);font-size:.9rem;font-weight:500}.call-to-action.svelte-159ido9{margin-top:3rem;padding:2rem;background:#00ff000d;border-radius:8px;max-width:500px}.cta-text.svelte-159ido9{color:var(--text);margin-bottom:1.5rem;font-weight:500;line-height:1.6}.cta-button.svelte-159ido9{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:var(--bg);padding:1rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .3s ease}.cta-button.svelte-159ido9:hover{background:var(--text-secondary);box-shadow:0 0 20px #00ff004d;transform:translateY(-2px)}.btn-icon.svelte-159ido9{font-weight:700}@media (max-width: 768px){.section.svelte-159ido9{padding:1rem}.terminal-content.svelte-159ido9{padding:1.5rem}.section-title.svelte-159ido9{font-size:2rem}.construction-art.svelte-159ido9{font-size:.6rem}.status-display.svelte-159ido9,.message-section.svelte-159ido9,.call-to-action.svelte-159ido9{max-width:none;padding:1.5rem}.features-preview.svelte-159ido9{grid-template-columns:1fr}.status-line.svelte-159ido9{flex-direction:column;align-items:flex-start;gap:.3rem}}@media (max-width: 480px){.terminal-content.svelte-159ido9{padding:1rem}.section-title.svelte-159ido9{font-size:1.8rem}.construction-art.svelte-159ido9{font-size:.5rem}.status-display.svelte-159ido9,.message-section.svelte-159ido9,.call-to-action.svelte-159ido9{padding:1rem}}.section.svelte-biwymj{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.contact-container.svelte-biwymj{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;width:100%;align-items:start}.info-side.svelte-biwymj{display:flex;justify-content:center}.terminal.svelte-biwymj{background:var(--bg-secondary);border-radius:8px;box-shadow:0 0 30px #00ff001a;width:100%;max-width:500px}.terminal-header.svelte-biwymj{background:#1a1a1a;padding:.8rem 1rem;display:flex;align-items:center;gap:.5rem;border-radius:8px 8px 0 0}.terminal-button.svelte-biwymj{width:12px;height:12px;border-radius:50%}.terminal-button.close.svelte-biwymj{background:#ff5f56}.terminal-button.minimize.svelte-biwymj{background:#ffbd2e}.terminal-button.maximize.svelte-biwymj{background:#27ca3f}.terminal-title.svelte-biwymj{margin-left:auto;color:var(--text-muted);font-size:.9rem}.terminal-content.svelte-biwymj{padding:2rem;font-family:var(--font-mono)}.command-line.svelte-biwymj{display:flex;margin:1rem 0;align-items:center}.prompt.svelte-biwymj{color:var(--accent);margin-right:.5rem}.command.svelte-biwymj{color:var(--text-secondary)}.section-title.svelte-biwymj{font-size:1.8rem;color:var(--text);margin-bottom:1rem;font-weight:600}.typewriter.svelte-biwymj{color:var(--accent)}.description.svelte-biwymj{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.contact-methods.svelte-biwymj{margin-bottom:2rem}.contact-item.svelte-biwymj{display:flex;align-items:center;margin:1rem 0;gap:.5rem}.label.svelte-biwymj{color:var(--text-muted);min-width:100px;font-weight:500}.contact-link.svelte-biwymj{color:var(--accent);text-decoration:none;transition:all .3s ease}.contact-link.svelte-biwymj:hover{color:var(--text-secondary);text-shadow:0 0 5px currentColor}.contact-text.svelte-biwymj{color:var(--text)}.social-links.svelte-biwymj{display:flex;flex-direction:column;gap:1rem}.social-label.svelte-biwymj{color:var(--text-muted);font-weight:500}.social-icons.svelte-biwymj{display:flex;gap:1rem}.social-link.svelte-biwymj{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:6px;color:var(--text-muted);transition:all .3s ease;background:#00ff000d}.social-link.svelte-biwymj:hover{color:var(--accent);transform:translateY(-2px);box-shadow:0 0 15px #0f03}.social-icon.svelte-biwymj{width:18px;height:18px;fill:currentColor}.form-side.svelte-biwymj{display:flex;justify-content:center}.form-container.svelte-biwymj{width:100%;max-width:500px}.form-title.svelte-biwymj{font-size:1.5rem;color:var(--text);margin-bottom:2rem;font-weight:600}.contact-form.svelte-biwymj{display:flex;flex-direction:column;gap:1.5rem}.form-group.svelte-biwymj{display:flex;flex-direction:column;gap:.5rem}.form-label.svelte-biwymj{color:var(--text-muted);font-weight:500;font-family:var(--font-mono)}.form-input.svelte-biwymj,.form-textarea.svelte-biwymj{background:var(--bg-secondary);color:var(--text);padding:.8rem 1rem;border-radius:6px;font-family:var(--font-mono);font-size:.9rem;transition:all .3s ease;outline:none}.form-input.svelte-biwymj:focus,.form-textarea.svelte-biwymj:focus{box-shadow:0 0 0 2px #0f03;background:#00ff000d}.form-textarea.svelte-biwymj{resize:vertical;min-height:120px}.submit-btn.svelte-biwymj{background:var(--accent);color:var(--bg);padding:1rem 2rem;border-radius:6px;font-family:var(--font-mono);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;outline:none}.submit-btn.svelte-biwymj:hover:not(:disabled){background:var(--text-secondary);box-shadow:0 0 20px #00ff004d;transform:translateY(-2px)}.submit-btn.svelte-biwymj:disabled{opacity:.7;cursor:not-allowed}.btn-icon.svelte-biwymj{font-weight:700}.status-message.svelte-biwymj{text-align:center;padding:1rem;border-radius:6px;background:#00ff001a}.status-text.svelte-biwymj{color:var(--accent);font-weight:500}@media (max-width: 1024px){.contact-container.svelte-biwymj{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.section.svelte-biwymj{padding:1rem}.terminal-content.svelte-biwymj{padding:1.5rem}.contact-item.svelte-biwymj{flex-direction:column;align-items:flex-start}.label.svelte-biwymj{min-width:auto}.social-icons.svelte-biwymj{justify-content:flex-start}}@media (max-width: 480px){.section-title.svelte-biwymj{font-size:1.5rem}.form-title.svelte-biwymj{font-size:1.3rem}.terminal-content.svelte-biwymj{padding:1rem}}.container.svelte-2vanlg{display:flex;height:100vh;scroll-behavior:smooth;overflow-y:scroll}.content.svelte-2vanlg{flex:1;padding-left:200px}section.svelte-2vanlg{height:100vh;display:flex;align-items:center;justify-content:center}
