.navbar[data-v-b768891a]{width:100%;padding:1rem 2rem;background-color:var(--surface-bg);box-shadow:var(--shadow-elevation);color:var(--text-primary)}.navbar-container[data-v-b768891a]{display:flex;justify-content:center;gap:2rem;align-items:center}.navbar-item[data-v-b768891a]{font-size:1rem;font-weight:500;color:var(--text-primary);text-decoration:none;padding:.4rem .6rem;position:relative;transition:color .2s ease}.navbar-item[data-v-b768891a]:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--accent);transition:width .3s ease}.navbar-item.router-link-active[data-v-b768891a]:after,.navbar-item[data-v-b768891a]:hover:after{width:100%}.navbar-item.router-link-active[data-v-b768891a]{color:var(--accent);font-weight:600}.icon[data-v-b768891a]{display:none;font-size:1.5rem;cursor:pointer;color:var(--text-primary);background:none;border:none;padding:0}@media (max-width:768px){.navbar-container[data-v-b768891a]{flex-direction:row;justify-content:space-between;position:relative}.icon[data-v-b768891a]{display:block}.navbar-item[data-v-b768891a]{display:none;width:100%;padding:.8rem 0}.navbar.responsive .navbar-container[data-v-b768891a]{flex-direction:column;align-items:flex-start;gap:0;overflow:hidden;animation:slideDown .3s ease forwards}.navbar.responsive .navbar-item[data-v-b768891a]{display:block;text-align:left;padding-left:0}}.footer[data-v-11f058a8]{margin-top:2rem;padding:1rem;max-width:1200px;margin-left:auto;margin-right:auto;background-color:var(--surface-bg);box-shadow:0 4px 10px rgba(0,0,0,.3);animation:fadeInUp 2s ease-in-out;border-radius:5px}.footer-container[data-v-11f058a8],.footer[data-v-11f058a8]{display:flex;justify-content:space-between;align-items:center;width:100%}.footer-container[data-v-11f058a8]{padding:0 1rem}.linkedin-link[data-v-11f058a8]{display:flex;align-items:center}.social-icon[data-v-11f058a8]{width:50px;height:auto;transition:transform .3s ease}.social-icon[data-v-11f058a8]:hover{transform:scale(1.08)}.footer p[data-v-11f058a8]{font-size:1rem;font-weight:400;letter-spacing:.5px}@media (max-width:1200px){.footer[data-v-11f058a8]{border-radius:0}}@media (max-width:768px){.footer[data-v-11f058a8]{flex-direction:column;align-items:center;padding:1rem;box-shadow:none;border-radius:0;margin-top:0}.footer-container[data-v-11f058a8]{flex-direction:column;align-items:center;gap:1rem}.footer p[data-v-11f058a8]{text-align:center}.social-icon[data-v-11f058a8]{width:40px}}@media (max-width:480px){.footer p[data-v-11f058a8]{font-size:.8rem}.social-icon[data-v-11f058a8]{width:30px}}#app{display:flex;flex-direction:column}.app-container{font-family:Montserrat,sans-serif;max-width:1200px;width:100%;margin:2rem auto 0;flex:1}.main-content{background-color:var(--surface-bg);width:100%;max-width:100%;color:var(--text-primary);box-shadow:var(--shadow-elevation);border-radius:5px}.main-content>*{margin-bottom:0}@media (max-width:1024px){.app-container{max-width:90%;margin:0 auto}}@media (max-width:768px){.app-container{max-width:95%}.main-content{margin:1rem auto;padding:1rem}}@media (max-width:480px){.main-content{box-shadow:none;border-radius:0}}.theme-toggle{position:fixed;bottom:20px;right:20px;width:44px;height:44px;border-radius:50%;border:none;cursor:pointer;background-color:var(--surface-bg);color:var(--text-primary);box-shadow:var(--shadow-elevation);font-size:1.2rem}:root{--app-bg:#d3d9d4;--surface-bg:#fff;--text-primary:#111;--text-muted:#555;--text-secondary:#333;--text-tertiary:#444;--accent:#07c;--accent-blue:#0078d4;--accent-light:#6ec1ff;--shadow-elevation:0 4px 10px rgba(0,0,0,.2);--shadow-light:0 2px 6px rgba(0,0,0,.1);--shadow-medium:0 4px 10px rgba(0,0,0,.1);--h4-color:#2e3944;--card-bg:#d3d9d4;--card-active-bg:#124e66;--card-active-text:#fff;--hero-bg:#212a31;--hero-text:#d3d9d4;--tech-blip-bg:#e9f7fd;--blog-card-bg:#f5f5f5;--blog-card-hover:#eef8ff;--project-item-bg:#fff;--project-text:#444;--video-caption:#2e3944;--video-caption-text:#5c6b73}[data-theme=dark]{--app-bg:#1e1e23;--surface-bg:#2a2a33;--text-primary:#f5f5f5;--text-muted:#b5b5b5;--text-secondary:#e0e0e0;--text-tertiary:#c8c8c8;--accent:#6ec1ff;--accent-blue:#6ec1ff;--accent-light:#8ed4ff;--shadow-elevation:0 4px 12px rgba(0,0,0,.5);--shadow-light:0 2px 8px rgba(0,0,0,.3);--shadow-medium:0 4px 12px rgba(0,0,0,.4);--h4-color:var(--text-primary);--card-bg:#2e2e3c;--card-active-bg:#3a5a70;--card-active-text:#f5f5f5;--hero-bg:#1a1f26;--hero-text:#f5f5f5;--tech-blip-bg:#2a3a44;--blog-card-bg:#2e2e3c;--blog-card-hover:#3a3a4c;--project-item-bg:#2e2e3c;--project-text:#c8c8c8;--video-caption:var(--text-primary);--video-caption-text:var(--text-muted)}*{margin:0;padding:0;box-sizing:border-box}#app{background-color:var(--app-bg);min-height:100vh}body{font-family:Montserrat,sans-serif}body,li,p,span{color:var(--text-primary)}[data-theme=dark] .card{background-color:#2e2e3c;color:#f5f5f5;transition:background .2s,transform .2s}[data-theme=dark] .card:hover{background-color:#3a3a4c;transform:translateY(-2px);cursor:pointer}[data-theme=dark] .card:active{background-color:#50505f}[data-theme=dark] .tech-blip{background-color:var(--surface-bg);color:var(--text-muted)}[data-theme=dark] .tech-blip h2{color:var(--accent)}[data-theme=dark] .tech-blip p{color:var(--text-primary)}[data-theme=dark] .tech-blip strong{color:var(--accent)}[data-theme=dark] .resume-page .position-row .date-range{color:var(--text-muted)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp 1s ease-in-out forwards}.slide-down{animation:slideDown .3s ease forwards}