@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Fira+Code:wght@300;400;500&display=swap";body{font-family:var(--font-family-primary);background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6;overflow-x:hidden}:root{--color-bg-primary: #1a1f2e;--color-bg-secondary: #242b3d;--color-bg-card: #2a3441;--color-accent: #20c997;--color-accent-hover: #17a085;--color-text-primary: #ffffff;--color-text-secondary: #a0aec0;--color-text-muted: #718096;--font-family-primary: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-family-mono: "Fira Code", "Monaco", "Consolas", monospace;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--shadow-sm: 0 2px 4px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .15);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .2);--shadow-glow: 0 0 20px rgba(32, 201, 151, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family-primary);background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6;overflow-x:hidden;padding-top:80px}html{scroll-behavior:smooth}#app{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-bg-secondary)}::-webkit-scrollbar-thumb{background:var(--color-accent);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-accent-hover)}::selection{background:#20c9974d;color:var(--color-text-primary)}button:focus,a:focus{outline:2px solid var(--color-accent);outline-offset:2px}button,a,input,textarea{transition:all .3s ease}.navbar[data-v-5a8fcc80]{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(var(--navbar-bg),.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(32,201,151,.1);transition:all .3s ease}.nav-container[data-v-5a8fcc80]{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.nav-brand[data-v-5a8fcc80]{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-text-primary);font-weight:600;font-size:1.1rem}.brand-icon[data-v-5a8fcc80]{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--color-accent);border-radius:8px;color:#fff;transition:all .3s ease}.brand-icon[data-v-5a8fcc80]:hover{background:var(--color-accent-hover);transform:scale(1.05)}.brand-text[data-v-5a8fcc80]{font-family:var(--font-family-mono, "Fira Code", monospace)}.nav-links[data-v-5a8fcc80]{display:flex;align-items:center;gap:2rem}.nav-link[data-v-5a8fcc80]{position:relative;text-decoration:none;color:var(--color-text-secondary);font-weight:500;font-size:.95rem;padding:.5rem 0;transition:all .3s ease}.nav-link[data-v-5a8fcc80]:hover,.nav-link.active[data-v-5a8fcc80]{color:var(--color-accent)}.nav-link[data-v-5a8fcc80]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--color-accent);transition:width .3s ease}.nav-link.active[data-v-5a8fcc80]:after,.nav-link[data-v-5a8fcc80]:hover:after{width:100%}.nav-actions[data-v-5a8fcc80]{display:flex;align-items:center}.theme-toggle[data-v-5a8fcc80]{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid rgba(32,201,151,.3);border-radius:8px;color:var(--color-text-secondary);cursor:pointer;transition:all .3s ease;overflow:hidden}.theme-toggle[data-v-5a8fcc80]:hover{background:#20c9971a;border-color:var(--color-accent);color:var(--color-accent);transform:scale(1.05)}.theme-toggle.theme-switching[data-v-5a8fcc80]{transform:scale(.95);animation:themeSwitch-5a8fcc80 .6s ease}@keyframes themeSwitch-5a8fcc80{0%,to{transform:scale(.95)}50%{transform:scale(1.1) rotate(180deg)}}.theme-icon-container[data-v-5a8fcc80]{position:relative;width:20px;height:20px}.theme-icon[data-v-5a8fcc80]{position:absolute;top:0;left:0;opacity:0;transform:scale(.5) rotate(-90deg);transition:all .4s cubic-bezier(.4,0,.2,1)}.theme-icon.active[data-v-5a8fcc80]{opacity:1;transform:scale(1) rotate(0)}.sun-icon[data-v-5a8fcc80]{color:#f59e0b}.moon-icon[data-v-5a8fcc80]{color:#6366f1}.theme-tooltip[data-v-5a8fcc80]{position:absolute;top:50px;left:50%;transform:translate(-50%);background:var(--color-bg-card);color:var(--color-text-primary);padding:.5rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s ease;border:1px solid rgba(32,201,151,.2);box-shadow:0 4px 12px #0000001a}.theme-toggle:hover .theme-tooltip[data-v-5a8fcc80]{opacity:1;transform:translate(-50%) translateY(-5px)}html[data-v-5a8fcc80]{scroll-behavior:smooth}body[data-v-5a8fcc80]{padding-top:80px}@media (max-width: 768px){.nav-container[data-v-5a8fcc80]{padding:1rem}.nav-links[data-v-5a8fcc80]{gap:1rem}.nav-link[data-v-5a8fcc80]{font-size:.9rem}.brand-text[data-v-5a8fcc80]{font-size:1rem}.theme-tooltip[data-v-5a8fcc80]{display:none}}.hero-section[data-v-1d773ce6]{min-height:100vh;width:100vw;display:flex;align-items:center;position:relative;overflow:hidden;padding:0}.hero-section[data-v-1d773ce6]:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(32,201,151,.1) 0%,transparent 50%);pointer-events:none}.hero-container[data-v-1d773ce6]{max-width:1400px;width:100%;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;justify-items:start}.hero-content[data-v-1d773ce6]{z-index:2;width:100%;max-width:none;text-align:left}.greeting[data-v-1d773ce6]{font-family:var(--font-family-mono, "Fira Code", monospace);font-size:1.2rem;margin-bottom:1rem;color:var(--color-text-secondary, #a0aec0)}.tag[data-v-1d773ce6]{color:var(--color-accent, #20c997)}.greeting-text[data-v-1d773ce6]{margin:0 .5rem}.hero-title[data-v-1d773ce6]{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--color-text-primary, #ffffff)}.name-highlight[data-v-1d773ce6]{color:var(--color-accent, #20c997);position:relative}.hero-subtitle[data-v-1d773ce6]{font-size:2rem;font-weight:400;margin-bottom:1.5rem;color:var(--color-text-secondary, #a0aec0)}.role-highlight[data-v-1d773ce6]{color:var(--color-accent, #20c997);font-family:var(--font-family-mono, "Fira Code", monospace);background:#20c9971a;padding:.2rem .5rem;border-radius:4px}.hero-description[data-v-1d773ce6]{font-size:1.1rem;line-height:1.8;margin-bottom:2rem;color:var(--color-text-secondary, #a0aec0)}.code-text[data-v-1d773ce6]{font-family:var(--font-family-mono, "Fira Code", monospace);color:var(--color-accent, #20c997);background:#20c9971a;padding:.1rem .3rem;border-radius:3px;font-size:.95em}.hero-actions[data-v-1d773ce6]{display:flex;gap:1rem;margin-bottom:2rem}.btn[data-v-1d773ce6]{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;border:none;border-radius:8px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary[data-v-1d773ce6]{background:var(--color-accent, #20c997);color:#fff}.btn-primary[data-v-1d773ce6]:hover{background:var(--color-accent-hover, #17a085);transform:translateY(-2px);box-shadow:0 8px 25px #20c9974d}.btn-secondary[data-v-1d773ce6]{background:transparent;color:var(--color-text-primary, #ffffff);border:1px solid rgba(255,255,255,.2)}.btn-secondary[data-v-1d773ce6]:hover{background:#ffffff1a;border-color:var(--color-accent, #20c997);transform:translateY(-2px)}.social-links[data-v-1d773ce6]{display:flex;gap:1rem}.social-link[data-v-1d773ce6]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:var(--color-text-secondary, #a0aec0);transition:all .3s ease;text-decoration:none}.social-link[data-v-1d773ce6]:hover{background:#20c9971a;border-color:var(--color-accent, #20c997);color:var(--color-accent, #20c997);transform:translateY(-2px)}.code-container[data-v-1d773ce6]{position:relative;z-index:2;justify-self:end;width:100%}.code-window[data-v-1d773ce6]{background:var(--color-bg-card, #2a3441);border-radius:12px;overflow:hidden;box-shadow:0 20px 40px #0000004d;border:1px solid rgba(32,201,151,.2)}.code-header[data-v-1d773ce6]{background:var(--color-bg-secondary, #242b3d);padding:0;border-bottom:1px solid rgba(255,255,255,.1)}.code-tabs[data-v-1d773ce6]{display:flex}.code-tab[data-v-1d773ce6]{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:transparent;color:var(--color-text-secondary, #a0aec0);font-family:var(--font-family-mono, "Fira Code", monospace);font-size:.85rem;cursor:pointer;transition:all .3s ease;border-right:1px solid rgba(255,255,255,.1)}.code-tab.active[data-v-1d773ce6]{background:var(--color-bg-card, #2a3441);color:var(--color-accent, #20c997)}.file-icon[data-v-1d773ce6]{font-size:.9rem}.code-content[data-v-1d773ce6]{display:flex;font-family:var(--font-family-mono, "Fira Code", monospace);font-size:.85rem;line-height:1.6}.line-numbers[data-v-1d773ce6]{background:var(--color-bg-secondary, #242b3d);padding:1rem .75rem;color:var(--color-text-muted, #718096);border-right:1px solid rgba(255,255,255,.1);min-width:40px;text-align:right}.line-number[data-v-1d773ce6]{display:block;line-height:1.6}.code-text[data-v-1d773ce6]{padding:1rem;flex:1;overflow-x:auto}.code-line[data-v-1d773ce6]{line-height:1.6;min-height:1.6em;transition:all .5s ease}.indent[data-v-1d773ce6]{margin-left:1rem}.indent2[data-v-1d773ce6]{margin-left:2rem}.comment[data-v-1d773ce6]{color:#6a9955}.keyword[data-v-1d773ce6]{color:#569cd6}.variable[data-v-1d773ce6]{color:#9cdcfe}.property[data-v-1d773ce6]{color:#dcdcaa}.string[data-v-1d773ce6]{color:#ce9178}.operator[data-v-1d773ce6]{color:#d4d4d4}.bracket[data-v-1d773ce6]{color:gold}.console[data-v-1d773ce6]{color:#4ec9b0}.method[data-v-1d773ce6]{color:#dcdcaa}@media (max-width: 1200px){.hero-container[data-v-1d773ce6]{max-width:100%;padding:2rem 1.5rem;gap:3rem}}@media (max-width: 1024px){.hero-container[data-v-1d773ce6]{grid-template-columns:1fr;gap:3rem;text-align:center;padding:2rem;justify-items:center}.hero-content[data-v-1d773ce6]{text-align:center}.code-container[data-v-1d773ce6]{justify-self:center}.hero-title[data-v-1d773ce6]{font-size:2.8rem}.hero-subtitle[data-v-1d773ce6]{font-size:1.8rem}}@media (max-width: 768px){.hero-container[data-v-1d773ce6]{padding:1.5rem;gap:2rem}.hero-title[data-v-1d773ce6]{font-size:2.2rem}.hero-subtitle[data-v-1d773ce6]{font-size:1.4rem}.hero-actions[data-v-1d773ce6]{flex-direction:column;align-items:center}.code-content[data-v-1d773ce6]{font-size:.75rem}}.contact-section[data-v-c23885cc]{min-height:100vh;background:var(--color-bg-primary);padding:5rem 0 2rem;position:relative;overflow:hidden}.contact-section[data-v-c23885cc]:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 30%,rgba(32,201,151,.08) 0%,transparent 50%);pointer-events:none}.contact-container[data-v-c23885cc]{max-width:1400px;width:100%;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.section-header[data-v-c23885cc]{text-align:center;margin-bottom:4rem}.section-tag[data-v-c23885cc]{font-family:var(--font-family-mono);color:var(--color-accent);font-size:1.1rem;margin-bottom:1rem;display:block}.section-title[data-v-c23885cc]{font-size:3.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1rem}.section-subtitle[data-v-c23885cc]{font-size:1.3rem;color:var(--color-text-secondary);line-height:1.6}.highlight[data-v-c23885cc]{color:var(--color-accent);font-weight:600}.contact-content[data-v-c23885cc]{display:grid;grid-template-columns:400px 1fr;gap:4rem;align-items:start;margin-bottom:4rem}.contact-info[data-v-c23885cc]{opacity:0;transform:translate(-30px);transition:all .6s ease}.contact-info.animate-in[data-v-c23885cc]{opacity:1;transform:translate(0)}.info-card[data-v-c23885cc]{background:var(--color-bg-card);border-radius:20px;padding:2.5rem;border:1px solid rgba(32,201,151,.1);position:sticky;top:100px}.info-title[data-v-c23885cc]{font-size:1.8rem;color:var(--color-text-primary);margin-bottom:1rem;font-weight:600}.info-description[data-v-c23885cc]{color:var(--color-text-secondary);line-height:1.8;margin-bottom:2rem;font-size:1rem}.contact-details[data-v-c23885cc]{margin-bottom:2.5rem}.contact-item[data-v-c23885cc]{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;border-radius:12px;transition:all .3s ease;opacity:0;transform:translateY(20px)}.contact-item.animate-in[data-v-c23885cc]{opacity:1;transform:translateY(0)}.contact-item[data-v-c23885cc]:hover{background:#20c9970d;transform:translateY(-2px)}.contact-icon[data-v-c23885cc]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#20c9971a;border-radius:8px;color:var(--color-accent);flex-shrink:0}.contact-text[data-v-c23885cc]{display:flex;flex-direction:column}.contact-label[data-v-c23885cc]{font-size:.85rem;color:var(--color-text-muted);margin-bottom:.25rem;font-weight:500}.contact-value[data-v-c23885cc]{font-size:1rem;color:var(--color-text-primary);font-weight:500;text-decoration:none;transition:color .3s ease}.contact-value[data-v-c23885cc]:hover{color:var(--color-accent)}.social-section[data-v-c23885cc]{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.social-title[data-v-c23885cc]{color:var(--color-text-primary);font-size:1.1rem;margin-bottom:1rem;font-weight:600}.social-links[data-v-c23885cc]{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.social-link[data-v-c23885cc]{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--color-text-secondary);text-decoration:none;font-weight:500;font-size:.9rem;transition:all .3s ease;opacity:0;transform:translateY(20px)}.social-link.animate-in[data-v-c23885cc]{opacity:1;transform:translateY(0)}.social-link[data-v-c23885cc]:hover{background:#20c9971a;border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-2px)}.contact-form-container[data-v-c23885cc]{opacity:0;transform:translate(30px);transition:all .6s ease}.contact-form-container.animate-in[data-v-c23885cc]{opacity:1;transform:translate(0)}.contact-form[data-v-c23885cc]{background:var(--color-bg-secondary);border-radius:20px;padding:2.5rem;border:1px solid rgba(255,255,255,.1)}.form-header[data-v-c23885cc]{margin-bottom:2rem}.form-title[data-v-c23885cc]{font-size:1.8rem;color:var(--color-text-primary);margin-bottom:.5rem;font-weight:600}.form-description[data-v-c23885cc]{color:var(--color-text-secondary);line-height:1.6}.form-row[data-v-c23885cc]{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group[data-v-c23885cc]{display:flex;flex-direction:column;margin-bottom:1.5rem}.form-label[data-v-c23885cc]{color:var(--color-text-primary);font-weight:500;margin-bottom:.5rem;font-size:.9rem}.form-input[data-v-c23885cc]{background:var(--color-bg-card);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.875rem 1rem;color:var(--color-text-primary);font-size:1rem;transition:all .3s ease;outline:none}.form-input[data-v-c23885cc]:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #20c9971a}.form-input.filled[data-v-c23885cc]{border-color:#20c9974d}.form-input.error[data-v-c23885cc]{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-input[data-v-c23885cc]::placeholder{color:var(--color-text-muted)}.form-textarea[data-v-c23885cc]{resize:vertical;min-height:120px}.form-select[data-v-c23885cc]{cursor:pointer}.error-message[data-v-c23885cc]{color:#ef4444;font-size:.8rem;margin-top:.5rem;font-weight:500}.form-actions[data-v-c23885cc]{margin-top:2rem}.submit-btn[data-v-c23885cc]{background:var(--color-accent);color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:200px;margin-bottom:1rem}.submit-btn[data-v-c23885cc]:hover:not(:disabled){background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 8px 25px #20c9974d}.submit-btn[data-v-c23885cc]:disabled{opacity:.7;cursor:not-allowed;transform:none}.submit-btn.success[data-v-c23885cc]{background:#22c55e}.btn-content[data-v-c23885cc]{display:flex;align-items:center;gap:.5rem}.spinner[data-v-c23885cc]{animation:spin-c23885cc 1s linear infinite}@keyframes spin-c23885cc{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.form-note[data-v-c23885cc]{color:var(--color-text-muted);font-size:.85rem;line-height:1.5}.contact-footer[data-v-c23885cc]{margin-top:4rem;padding:2rem 0;border-top:1px solid rgba(255,255,255,.1)}.footer-content[data-v-c23885cc]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.footer-title[data-v-c23885cc]{color:var(--color-text-primary);font-size:1.2rem;margin-bottom:.25rem;font-weight:600}.footer-subtitle[data-v-c23885cc]{color:var(--color-accent);font-size:.9rem;font-weight:500}.footer-links[data-v-c23885cc]{display:flex;gap:1rem}.footer-link[data-v-c23885cc]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--color-text-secondary);text-decoration:none;transition:all .3s ease}.footer-link[data-v-c23885cc]:hover{background:#20c9971a;border-color:var(--color-accent);color:var(--color-accent)}.footer-bottom[data-v-c23885cc]{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.copyright[data-v-c23885cc]{color:var(--color-text-muted);font-size:.9rem}.year[data-v-c23885cc]{color:var(--color-accent);font-weight:500}@media (max-width: 1024px){.contact-content[data-v-c23885cc]{grid-template-columns:1fr;gap:2rem}.info-card[data-v-c23885cc]{position:static}.section-title[data-v-c23885cc]{font-size:2.8rem}}@media (max-width: 768px){.contact-container[data-v-c23885cc]{padding:0 1rem}.section-title[data-v-c23885cc]{font-size:2.2rem}.form-row[data-v-c23885cc]{grid-template-columns:1fr;gap:0}.contact-form[data-v-c23885cc],.info-card[data-v-c23885cc]{padding:1.5rem}.social-links[data-v-c23885cc]{grid-template-columns:1fr}.footer-content[data-v-c23885cc]{flex-direction:column;gap:1rem;text-align:center}}.home-view[data-v-37d26f92]{min-height:100vh}
