.navbar[data-v-ba484ccb]{position:fixed;top:0;left:0;right:0;height:80px;background-color:transparent;transition:all .3s ease;z-index:10000}.navbar.scrolled[data-v-ba484ccb]{height:70px;background-color:var(--header-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.nav-content[data-v-ba484ccb]{height:100%;display:flex;align-items:center;justify-content:space-between}.brand[data-v-ba484ccb]{display:flex;align-items:center;text-decoration:none}.logo-wrapper[data-v-ba484ccb]{display:flex;align-items:center}.brand-logo[data-v-ba484ccb]{width:36px;height:36px;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.logo-box[data-v-ba484ccb]{fill:var(--text);transition:fill .3s ease}.logo-text[data-v-ba484ccb]{fill:var(--bg);transition:fill .3s ease}.brand:hover .brand-logo[data-v-ba484ccb]{transform:scale(1.1)}.nav-links[data-v-ba484ccb]{display:flex;gap:1.5rem}.nav-links a[data-v-ba484ccb]{font-size:.95rem;font-weight:500;position:relative}.nav-links a[data-v-ba484ccb]:after{content:"";position:absolute;bottom:-4px;left:0;width:0%;height:2px;background-color:var(--accent);transition:width .3s ease}.nav-links a[data-v-ba484ccb]:hover:after{width:100%}.nav-actions[data-v-ba484ccb]{display:flex;align-items:center;gap:1rem}.theme-btn[data-v-ba484ccb]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:background-color .2s}.theme-btn[data-v-ba484ccb]:hover{background-color:var(--muted)}.mobile-menu-btn[data-v-ba484ccb]{display:none}.mobile-nav[data-v-ba484ccb]{display:none;background-color:var(--bg);border-bottom:1px solid var(--border);position:absolute;top:100%;left:0;right:0;padding:1rem;flex-direction:column;gap:1rem;box-shadow:var(--shadow)}.mobile-nav a[data-v-ba484ccb]{padding:1rem;font-weight:500;border-radius:4px}.mobile-nav a[data-v-ba484ccb]:hover{background-color:var(--muted)}@media(max-width:768px){.desktop-only[data-v-ba484ccb]{display:none}.mobile-menu-btn[data-v-ba484ccb]{display:flex;align-items:center;justify-content:center;width:40px;height:40px}.mobile-nav[data-v-ba484ccb]{display:flex}}.footer[data-v-badd0b5a]{padding-top:6rem;padding-bottom:3rem;background-color:var(--bg);border-top:1px solid var(--border)}.footer-grid[data-v-badd0b5a]{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:4rem;margin-bottom:6rem}.brand-col[data-v-badd0b5a]{display:flex;flex-direction:column;gap:1.5rem}.brand-logo[data-v-badd0b5a]{width:44px;height:44px}.logo-box[data-v-badd0b5a]{fill:var(--text)}.logo-text[data-v-badd0b5a]{fill:var(--bg)}.footer-tagline[data-v-badd0b5a]{font-size:1rem;line-height:1.6;opacity:.7;max-width:300px}.social-links[data-v-badd0b5a]{display:flex;flex-wrap:wrap;gap:.75rem}.social-icon[data-v-badd0b5a]{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:var(--card-bg);border:1px solid var(--border);color:var(--text);transition:all .2s cubic-bezier(.4,0,.2,1)}.social-icon[data-v-badd0b5a]:hover{transform:translateY(-4px);background-color:var(--accent);color:var(--bg);border-color:var(--accent)}.footer-title[data-v-badd0b5a]{font-size:.875rem;text-transform:uppercase;letter-spacing:2px;margin-bottom:2rem;color:var(--accent)}.footer-nav[data-v-badd0b5a]{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.footer-nav a[data-v-badd0b5a]{font-size:.95rem;opacity:.7;transition:all .2s ease}.footer-nav a[data-v-badd0b5a]:hover{opacity:1;color:var(--accent);padding-left:4px}.status-msg[data-v-badd0b5a]{font-size:.95rem;line-height:1.6;opacity:.7;margin-bottom:1.5rem}.resume-link[data-v-badd0b5a]{width:fit-content;font-size:.875rem}.footer-bottom[data-v-badd0b5a]{padding-top:3rem;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-size:.875rem;opacity:.6}.built-with[data-v-badd0b5a]{display:block;margin-top:.25rem;font-size:.75rem}.back-to-top[data-v-badd0b5a]{display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:color .2s ease}.back-to-top[data-v-badd0b5a]:hover{color:var(--accent)}@media(max-width:1024px){.footer-grid[data-v-badd0b5a]{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(max-width:640px){.footer-grid[data-v-badd0b5a]{grid-template-columns:1fr;gap:3rem}.footer-bottom[data-v-badd0b5a]{flex-direction:column;gap:2rem;text-align:center}}.preloader[data-v-02055ca9]{position:fixed;inset:0;color:var(--text);z-index:99999;display:flex;align-items:center;justify-content:center;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);font-family:JetBrains Mono,monospace;overflow:hidden}.preloader.fade-out[data-v-02055ca9]{opacity:0;pointer-events:none;transform:scale(1.05)}.text[data-v-02055ca9]{font-size:2rem;letter-spacing:1.5px;position:relative;z-index:10}.cursor[data-v-02055ca9]{position:relative;z-index:5;display:inline-block;width:18px;height:2rem;margin-left:6px;box-shadow:0 0 0 4000px var(--bg);border-radius:2px;vertical-align:middle;transform-origin:center center;transition:transform 1.2s cubic-bezier(.85,0,.15,1)}.cursor[data-v-02055ca9]:after{content:"";position:absolute;inset:0;background-color:var(--accent);border-radius:2px;opacity:1;transition:opacity .8s cubic-bezier(.16,1,.3,1)}.cursor.zoom-out[data-v-02055ca9]{transform:scale(300)}.cursor.zoom-out[data-v-02055ca9]:after{opacity:0}.cursor.blink[data-v-02055ca9]:after{animation:blink-02055ca9 .5s step-end infinite}@keyframes blink-02055ca9{0%,to{opacity:1}50%{opacity:0}}.layout[data-v-94c4552d]{display:flex;flex-direction:column;min-height:100vh}.main-content[data-v-94c4552d]{flex-grow:1;padding-top:80px}
