@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);:root{--font-inter:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}#root,body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;background-color:var(--bg-color);color:#fff;color:var(--text-main);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-family:var(--font-inter);height:100%;margin:0;padding:0;scroll-behavior:smooth;transition:background-color .8s ease,color .8s ease;width:100%}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{font-weight:600;margin:0}p{color:#a1a1aa;color:var(--text-muted);line-height:1.6;margin:0}a{color:inherit;text-decoration:none}:root,[data-mode=dark][data-section=hero]{--bg-color:#000;--text-main:#fff;--text-muted:#a1a1aa;--accent:#fff;--border-color:#27272a;--bg-rgb:0,0,0;--ripple-rgb:255,255,255}[data-mode=dark][data-section=skills]{--bg-color:#3f3f46;--text-main:#fff;--text-muted:#d4d4d8;--accent:#fff;--border-color:#52525b;--bg-rgb:63,63,70;--ripple-rgb:255,255,255}[data-mode=dark][data-section=projects]{--bg-color:#a1a1aa;--text-main:#18181b;--text-muted:#3f3f46;--accent:#18181b;--border-color:#71717a;--bg-rgb:161,161,170;--ripple-rgb:24,24,27}[data-mode=dark][data-section=experience]{--bg-color:#e4e4e7;--text-main:#18181b;--text-muted:#52525b;--accent:#18181b;--border-color:#d4d4d8;--bg-rgb:228,228,231;--ripple-rgb:24,24,27}[data-mode=dark][data-section=contact],[data-mode=light][data-section=hero]{--bg-color:#fff;--text-main:#000;--text-muted:#52525b;--accent:#000;--border-color:#e4e4e7;--bg-rgb:255,255,255;--ripple-rgb:0,0,0}[data-mode=light][data-section=skills]{--bg-color:#e4e4e7;--text-main:#18181b;--text-muted:#52525b;--accent:#18181b;--border-color:#d4d4d8;--bg-rgb:228,228,231;--ripple-rgb:24,24,27}[data-mode=light][data-section=projects]{--bg-color:#a1a1aa;--text-main:#18181b;--text-muted:#3f3f46;--accent:#18181b;--border-color:#71717a;--bg-rgb:161,161,170;--ripple-rgb:24,24,27}[data-mode=light][data-section=experience]{--bg-color:#3f3f46;--text-main:#fff;--text-muted:#d4d4d8;--accent:#fff;--border-color:#52525b;--bg-rgb:63,63,70;--ripple-rgb:255,255,255}[data-mode=light][data-section=contact]{--bg-color:#000;--text-main:#fff;--text-muted:#a1a1aa;--accent:#fff;--border-color:#27272a;--bg-rgb:0,0,0;--ripple-rgb:255,255,255}.home-container{display:flex;flex-direction:column;min-height:100vh}main{flex-grow:1}main>div{display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1000px;padding:4rem 2rem}#hero,main>div{min-height:100vh}#hero{margin:0;max-width:none;padding-top:5rem;width:100%}.navbar{background-color:initial;height:5rem;left:0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.theme-toggle{background:#0000;border:none;color:inherit;cursor:pointer;line-height:0;padding:0;position:fixed;right:1rem;top:2.5rem;transform:translateY(-50%);z-index:1100}.theme-toggle-track{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(var(--bg-rgb),.14);border:2px solid rgba(var(--bg-rgb),.23);border-radius:999px;box-shadow:inset 0 0 0 1px #ffffff14;display:inline-flex;height:54px;padding:4px;transition:background-color .35s ease,border-color .35s ease;width:102px}.theme-toggle-thumb{align-items:center;background:var(--bg-color);border:1px solid var(--border-color);border-radius:50%;box-shadow:0 10px 16px #0003,0 2px 4px #00000026;color:var(--text-main);display:inline-flex;height:44px;justify-content:center;transform:translateX(0);transition:transform .35s cubic-bezier(.32,.72,0,1),color .35s ease,background-color .35s ease,border-color .35s ease;width:44px}.theme-toggle.light .theme-toggle-thumb{transform:translateX(46px)}.theme-toggle:hover .theme-toggle-track{border-color:rgba(var(--bg-rgb),.34)}.theme-toggle:focus-visible .theme-toggle-track{outline:2px solid var(--text-main);outline-offset:3px}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgba(var(--bg-rgb),.8);border-bottom:1px solid var(--border-color)}.nav-container{height:100%;justify-content:space-between;margin:0 auto;max-width:1000px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:var(--text-main);cursor:pointer;font-size:1.5rem;font-weight:700;letter-spacing:-1px}.nav-logo-img{height:2.5rem;object-fit:contain;width:auto}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-menu li{color:var(--text-muted);font-size:.9rem;font-weight:500}.nav-menu a{cursor:pointer;padding-bottom:4px;transition:color .3s ease}.nav-menu a.active,.nav-menu a:hover{color:var(--text-main)}.nav-menu a.active{border-bottom:2px solid var(--accent)}@media (max-width:768px){.theme-toggle{right:.75rem;top:2.5rem}.theme-toggle-track{height:48px;width:92px}.theme-toggle-thumb{height:38px;width:38px}.theme-toggle.light .theme-toggle-thumb{transform:translateX(42px)}.nav-menu{display:none}}.hero-section{display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:center;overflow:visible;position:relative;width:100%}.hero-ripple-layer{inset:0}.hero-ripple-canvas,.hero-ripple-layer{pointer-events:none;position:absolute;z-index:0}.hero-ripple-canvas{bottom:0;height:100%;left:0;top:0;width:100%}.hero-content{margin:0 auto;max-width:1000px;position:relative;width:100%;z-index:1}.hero-title{font-size:clamp(3rem,8vw,6rem);letter-spacing:-2px;line-height:1.1;margin-bottom:1.5rem}.hero-subtitle,.text-muted{color:var(--text-muted)}.hero-subtitle{font-size:1.25rem;margin-bottom:3rem;max-width:600px}.hero-actions{display:flex;gap:1rem}.btn-primary{background:var(--text-main);border-radius:4px;color:var(--bg-color);cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:transform .2s ease,opacity .2s ease}.btn-primary:hover{opacity:.9;transform:translateY(-2px)}.btn-secondary{background:#0000;border:1px solid var(--border-color);border-radius:4px;color:var(--text-main);cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.btn-secondary:hover{background:var(--text-main);border-color:var(--text-main);color:var(--bg-color)}.scroll-indicator{bottom:.75rem;color:var(--text-muted);cursor:pointer;left:50%;position:absolute;transform:translateX(-50%);transition:color .3s;z-index:1}.scroll-indicator:hover{color:var(--text-main)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.hero-actions{flex-wrap:wrap}}.section-container{display:flex;flex-direction:column;justify-content:center;width:100%}.section-title{font-size:2.5rem;letter-spacing:-1px;margin-bottom:.5rem}.section-divider{background-color:var(--text-main);height:2px;margin-bottom:1.5rem;width:40px}.section-subtitle{font-size:1.1rem;margin-bottom:3rem;max-width:500px}.skills-categories-container{display:flex;flex-direction:column;gap:2.5rem}.skill-category-title{color:var(--text-main);font-size:1.25rem;font-weight:500;letter-spacing:-.5px;margin-bottom:1.25rem}.skills-grid{display:flex;flex-wrap:wrap;gap:1rem}.skill-pill{background:#0000;border:1px solid var(--border-color);border-radius:9999px;color:var(--text-muted);cursor:default;font-size:.95rem;font-weight:500;padding:.75rem 1.5rem;transition:all .3s ease}.skill-pill:hover{background:var(--text-main);border-color:var(--text-main);color:var(--bg-color);transform:translateY(-2px)}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.project-card{background:var(--bg-color);border:1px solid var(--border-color);border-radius:8px;display:flex;flex-direction:column;padding:2rem;transition:all .3s ease}.project-card:hover{border-color:var(--text-main);box-shadow:0 4px 12px rgba(var(--bg-rgb),.1);transform:translateY(-4px)}.project-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.project-title{color:var(--text-main);font-size:1.25rem;font-weight:600;margin:0}.project-links{display:flex;gap:.75rem}.project-links a{color:var(--text-muted);transition:color .2s}.project-links a:hover{color:var(--text-main)}.project-description{flex-grow:1;margin-bottom:2rem}.project-tech{color:var(--text-muted);display:flex;flex-wrap:wrap;font-family:monospace;font-size:.85rem;gap:.75rem}.experience-timeline{display:flex;flex-direction:column;gap:2rem;margin-top:2rem;padding-left:1.5rem;position:relative}.experience-timeline:before{background-color:var(--border-color);bottom:0;content:"";left:0;position:absolute;top:.5rem;width:1px}.timeline-item{position:relative}.timeline-dot{background-color:var(--text-muted);border:4px solid var(--bg-color);border-radius:50%;box-sizing:initial;height:.5rem;left:-1.75rem;position:absolute;top:.5rem;transition:background-color .3s;width:.5rem}.timeline-item:hover .timeline-dot{background-color:var(--text-main)}.timeline-content{padding-bottom:1rem}.timeline-header{align-items:baseline;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:.25rem}.role-title{color:var(--text-main);font-size:1.25rem;margin:0}.period{font-family:monospace;font-size:.85rem}.company-name,.period{color:var(--text-muted)}.company-name{font-size:1rem;font-weight:400;margin:0 0 1rem}.role-description{margin:0;max-width:700px}.contact-form{gap:1.5rem;margin-bottom:3rem;max-width:500px;width:100%}.contact-form,.form-group{display:flex;flex-direction:column}.form-input,.form-textarea{background:#0000;border:none;border-bottom:1px solid var(--border-color);color:var(--text-main);font-family:inherit;font-size:1rem;padding:.75rem 0;transition:border-color .3s ease;width:100%}.form-input:focus,.form-textarea:focus{border-bottom-color:var(--text-main);outline:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-muted)}.form-textarea{min-height:100px;resize:vertical}.contact-form .btn-primary{align-self:flex-start;margin-top:1rem}.contact-form .btn-primary:disabled{cursor:not-allowed;opacity:.5}.form-message{font-size:.9rem;margin-top:.5rem}.form-message.success{color:#4ade80}.form-message.error{color:#f87171}.social-links{display:flex;gap:1.5rem;margin-bottom:4rem}.social-links a{color:var(--text-muted);transition:all .2s ease}.social-links a:hover{color:var(--text-main);transform:translateY(-2px)}.footer{border-top:1px solid var(--border-color);margin-top:auto;padding-top:2rem;text-align:center}.footer p{font-family:monospace;font-size:.85rem}
/*# sourceMappingURL=main.cd3029cf.css.map*/