:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color-scheme:dark;color:#ffffffde;background-color:#242424}a:hover{color:#747bff}button{background-color:#1a1a1a}}.navbar{background-color:#242424;box-shadow:0 2px 10px #0000004d;position:fixed;top:0;left:0;right:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.1);width:100vw}html,body{overflow-x:hidden}.navbar-container{width:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:center;align-items:center;position:relative;box-sizing:border-box}.navbar-tabs{display:flex;justify-content:center;gap:0}.navbar-tab{background:transparent;border:none;color:#fffc;padding:1rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;border-radius:0;display:flex;align-items:center;gap:.5rem}.tab-icon{font-size:1.2rem}.navbar-tab:hover{color:#fff;background:#ffffff1a}.navbar-tab.active{color:#fff;background:#ffffff26;font-weight:600}.navbar-tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#646cff;border-radius:2px 2px 0 0}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;position:absolute;right:2rem;top:50%;transform:translateY(-50%)}.hamburger-line{width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger-line.open:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.mobile-menu{display:none;flex-direction:column;background:#242424;border-top:1px solid rgba(255,255,255,.1);overflow:hidden;max-height:0;transition:max-height .3s ease;position:fixed;top:0;left:0;right:0;width:100vw;z-index:1100;box-sizing:border-box}.mobile-menu.open{max-height:300px}.mobile-tab{background:transparent;border:none;color:#fffc;padding:1rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid rgba(255,255,255,.1);text-align:left}.mobile-tab:hover{color:#fff;background:#ffffff1a}.mobile-tab.active{color:#fff;background:#ffffff26;font-weight:600}@media (max-width: 768px){.navbar-tabs{display:none}.hamburger-menu{display:flex;z-index:1200}.mobile-menu{display:flex}.navbar-container{justify-content:center}}.profile-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;max-width:600px;margin:0 auto}.profile-image-container{margin-top:100px;margin-bottom:1.5rem}.profile-image{width:200px;height:200px;border-radius:50%;object-fit:cover;border:4px solid #e5e7eb;box-shadow:0 10px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.profile-image:hover{transform:scale(1.05);box-shadow:0 15px 35px #00000026}.profile-name{font-size:2.5rem;font-weight:700;color:#e5e7e7;margin-bottom:2rem;line-height:1.2}.profile-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.profile-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a}.profile-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.button-icon{width:20px;height:20px}.github-button{background-color:#24292e;color:#fff}.github-button:hover{background-color:#1a1e22}.linkedin-button{background-color:#0077b5;color:#fff}.linkedin-button:hover{background-color:#005885}.resume-button{background-color:#ea4335;color:#fff}.resume-button:hover{background-color:#d32f2f}@media (max-width: 768px){.profile-container{padding:1rem}.profile-image{width:150px;height:150px}.profile-name{font-size:2rem}.profile-buttons{flex-direction:column;width:100%;max-width:300px}.profile-button{width:100%;justify-content:center}}@media (max-width: 480px){.profile-image{width:120px;height:120px}.profile-name{font-size:1.75rem}}.software-engineer{padding:2rem;max-width:1200px;margin:0 auto}.software-engineer-header{text-align:center;margin-bottom:3rem}.software-engineer-header h1{font-size:2.5rem;color:#e5e7e7;margin-bottom:1rem;font-weight:700}.software-engineer-header p{font-size:1.2rem;color:#a1a1aa;max-width:600px;margin:0 auto;line-height:1.6}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.project-card{background:#ffffff0d;border-radius:12px;box-shadow:0 4px 20px #0000004d;overflow:hidden;transition:all .3s ease;cursor:pointer;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.project-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0006;background:#ffffff14;border-color:#fff3}.project-image{width:100%;height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center}.project-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease;max-height:180px}.project-card:hover .project-image img{transform:scale(1.05)}.project-content{padding:1.5rem}.project-title{font-size:1.4rem;font-weight:600;color:#e5e7e7;margin-bottom:.75rem;line-height:1.3}.project-description{color:#a1a1aa;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.technology-tag{background:linear-gradient(135deg,#646cff,#535bf2);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(255,255,255,.1)}.project-link{color:#646cff;font-weight:600;font-size:.9rem;display:flex;align-items:center;transition:color .3s ease}.project-card:hover .project-link{color:#535bf2}@media (max-width: 768px){.software-engineer{padding:1rem}.software-engineer-header h1{font-size:2rem}.software-engineer-header p{font-size:1rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-content{padding:1rem}}.technical-educator{padding:2rem;max-width:1200px;margin:0 auto}.technical-educator-header{text-align:center;margin-bottom:3rem}.technical-educator-header h1{font-size:2.5rem;color:#e5e7e7;margin-bottom:1rem;font-weight:700}.technical-educator-header p{font-size:1.2rem;color:#a1a1aa;max-width:600px;margin:0 auto;line-height:1.6}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.video-card{background:#ffffff0d;border-radius:12px;box-shadow:0 4px 20px #0000004d;overflow:hidden;transition:all .3s ease;cursor:pointer;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0006;background:#ffffff14;border-color:#fff3}.video-container{position:relative;width:100%;height:225px;overflow:hidden}.video-iframe{width:100%;height:100%;border:none;transition:transform .3s ease}.video-card:hover .video-iframe{transform:scale(1.02)}.video-overlay{position:absolute;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.video-card:hover .video-overlay{opacity:1}.play-button{width:60px;height:60px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#242424;transition:all .3s ease}.play-button svg{width:24px;height:24px;margin-left:4px}.video-card:hover .play-button{background:#fff;transform:scale(1.1)}.video-content{padding:1.5rem}.video-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.video-title{font-size:1.3rem;font-weight:600;color:#e5e7e7;margin:0;line-height:1.3;flex:1}.video-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.platform-tag{background:linear-gradient(135deg,#646cff,#535bf2);color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500;border:1px solid rgba(255,255,255,.1)}.duration{color:#a1a1aa;font-size:.8rem;font-weight:500}.video-description{color:#a1a1aa;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.video-link{color:#646cff;font-weight:600;font-size:.9rem;display:flex;align-items:center;transition:color .3s ease}.video-card:hover .video-link{color:#535bf2}@media (max-width: 768px){.technical-educator{padding:1rem}.technical-educator-header h1{font-size:2rem}.technical-educator-header p{font-size:1rem}.videos-grid{grid-template-columns:1fr;gap:1.5rem}.video-content{padding:1rem}.video-header{flex-direction:column;align-items:flex-start;gap:.5rem}.video-meta{flex-direction:row;align-items:center;gap:1rem}}.developer-advocate{padding:2rem;max-width:1200px;margin:0 auto}.developer-advocate-header{text-align:center;margin-bottom:3rem}.developer-advocate-header h1{font-size:2.5rem;color:#e5e7e7;margin-bottom:1rem;font-weight:700}.developer-advocate-header p{font-size:1.2rem;color:#a1a1aa;max-width:600px;margin:0 auto;line-height:1.6}.events-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.event-card{background:#ffffff0d;border-radius:12px;box-shadow:0 4px 20px #0000004d;overflow:hidden;transition:all .3s ease;cursor:pointer;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;height:100%}.event-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #0006;background:#ffffff14;border-color:#fff3}.event-image-container{width:100%;height:225px;overflow:hidden;background:#18181b;display:flex;align-items:center;justify-content:center}.event-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.event-card:hover .event-image{transform:scale(1.05)}.event-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.event-title{font-size:1.3rem;font-weight:600;color:#e5e7e7;margin:0 0 1rem;line-height:1.3}.event-description{color:#a1a1aa;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem;flex:1}.event-link{color:#646cff;font-weight:600;font-size:.9rem;display:flex;align-items:center;transition:color .3s ease}.event-card:hover .event-link{color:#535bf2}@media (max-width: 768px){.developer-advocate{padding:1rem}.developer-advocate-header h1{font-size:2rem}.developer-advocate-header p{font-size:1rem}.events-grid{grid-template-columns:1fr;gap:1.5rem}.event-content{padding:1rem}}#root{max-width:1280px;margin:0 auto;padding:0;text-align:center}.App{min-height:100vh;display:flex;flex-direction:column}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
