*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}body.menu-open{overflow:hidden}.app{min-height:100vh;position:relative}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000e6;left:0;padding:2rem 0;position:fixed;right:0;top:0;z-index:100}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.125rem;font-weight:500;gap:.5rem;text-decoration:none;transition:color .3s ease}.lock-icon,.nav-logo:hover{color:#9ca3af}.lock-icon{flex-shrink:0}.logo-text{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:500}.nav-links{display:flex;gap:3rem}.nav-link{color:#a1a1aa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#9ca3af}.mobile-menu-toggle{background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:background-color .3s ease}.mobile-menu-toggle:hover{background-color:#ffffff1a}.mobile-nav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000fa;border-top:1px solid #333;display:flex;flex-direction:column;gap:1.5rem;left:0;opacity:0;padding:2rem;position:fixed;top:100%;transform:translateY(-100%);transition:transform .3s ease;visibility:hidden;width:100%;z-index:99}.mobile-nav.active{opacity:1;transform:translateY(0);visibility:visible}.mobile-nav-link{border:1px solid #0000;border-radius:8px;color:#fff;font-size:1.125rem;font-weight:500;padding:1rem;text-align:center;text-decoration:none;transition:all .3s ease}.mobile-nav-link:hover{background-color:#ffffff0d;border-color:#333;color:#9ca3af}.hero{align-items:center;display:flex;min-height:100vh;padding:6rem 2rem 0;position:relative}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding-left:0}.hero-content{align-items:flex-start;display:flex;flex-direction:column;justify-self:center;margin-left:0;max-width:600px}.hero-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e5e7eb,#9ca3af,#6b7280);background-clip:text;-webkit-background-clip:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;font-size:clamp(4rem,8vw,6rem);font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem;text-align:left;white-space:normal;width:100%;word-break:break-word}.hero-subtitle{color:#9ca3af;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;margin-bottom:2rem}.hero-description{color:#888;font-size:1.125rem;line-height:1.6;margin-bottom:3rem}.hero-buttons{display:flex;gap:1rem}.hero-button{align-items:center;background:#0000;border:1px solid #555;border-radius:6px;color:#888;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.hero-button:hover{background:#6b7280;border-color:#4b5563;box-shadow:0 8px 25px #6b72804d;color:#fff;transform:translateY(-2px)}.hero-visual{align-items:center;display:flex;justify-content:center}.terminal-mockup{background:#1a1a1a;border-radius:12px;box-shadow:0 20px 60px #00000080;max-width:600px;min-height:400px;overflow:hidden;width:100%}.terminal-header{align-items:center;background:#2a2a2a;display:flex;padding:1.2rem}.terminal-buttons{display:flex;gap:.5rem}.terminal-button{border-radius:50%;height:12px;width:12px}.terminal-button.red{background:#ff5f56}.terminal-button.yellow{background:#ffbd2e}.terminal-button.green{background:#27ca3f}.terminal-content{font-family:Courier New,monospace;font-size:1rem;line-height:2;padding:2rem}.terminal-line{margin-bottom:.5rem}.prompt{color:#00ff41;font-weight:700}.terminal-output{color:#888;margin-bottom:1rem;margin-left:1rem}.cursor{animation:blink 1s infinite;background:#00ff41}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.about{background:#000;padding:8rem 2rem}.about-container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:4rem;text-align:center}.section-label{color:#888;font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.section-title{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:600;margin:1rem 0}.section-description{color:#888;font-size:1.125rem;margin:0 auto;max-width:600px}.about-content{display:flex;justify-content:center}.about-card{background:#111;border:1px solid #222;border-radius:12px;max-width:800px;padding:3rem;width:100%}.about-card-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.about-card-subtitle{color:#888;font-size:.875rem;margin-bottom:2rem}.about-details{grid-gap:2rem;display:grid;gap:2rem}.detail-item h4{color:#fff;font-weight:600;margin-bottom:.5rem}.detail-item p{color:#888;line-height:1.6}.detail-period{color:#666!important;font-size:.875rem;margin-bottom:.5rem!important}.contact{background:#000;padding:8rem 2rem;text-align:center}.contact-container{margin:0 auto;max-width:800px}.contact-title{color:#fff;font-size:clamp(2rem,5vw,3.5rem);font-weight:600;line-height:1.2}.contact-description{color:#888;font-size:1.125rem;margin:2rem 0 3rem}.contact-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.contact-button{background:#fff;border-radius:6px;color:#000;display:inline-block;font-weight:500;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.contact-button.outline{background:#0000;border:1px solid #333;color:#fff}.contact-button.outline:hover,.contact-button:hover{background:#6b7280;box-shadow:0 8px 25px #6b72804d;color:#fff}.contact-button.outline:hover{border-color:#4b5563}.footer{background:#000;border-top:1px solid #222;padding:3rem 2rem}.footer-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-logo{color:#fff;font-weight:600}.footer-links{display:flex;gap:2rem}.footer-links a{color:#888;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#9ca3af}@media (max-width:768px){.navbar{padding:1rem 0}.nav-container{padding:0 1rem}.nav-links{display:none}.mobile-menu-toggle{display:block}.hero{min-height:100vh;padding:8rem 1rem 2rem}.hero-container{gap:3rem;grid-template-columns:1fr;text-align:center}.hero-content{align-items:center;margin-left:0;margin-top:2rem;max-width:100%}.hero-name{font-size:clamp(2.5rem,8vw,4rem);-webkit-hyphens:auto;hyphens:auto;line-height:1.1;margin-bottom:1rem;margin-top:1.5rem;white-space:normal;word-break:break-word}.hero-name,.hero-subtitle{text-align:center}.hero-description{max-width:100%;text-align:center}.hero-buttons{flex-wrap:wrap;gap:.75rem;justify-content:center}.hero-button{font-size:.875rem;min-height:44px;padding:.75rem 1.5rem}.terminal-mockup{margin:0 auto;max-width:100%;min-height:350px}.terminal-content{font-size:.875rem;line-height:1.8;padding:1.5rem}.about{padding:6rem 1rem}.about-card{margin:0;padding:2rem}.contact{padding:6rem 1rem}.contact-buttons{align-items:center;flex-direction:column;gap:1rem}.contact-button{max-width:280px;min-height:44px;padding:1rem 2rem;text-align:center;width:100%}.footer{padding:2rem 1rem}.footer-container{flex-direction:column;gap:1.5rem;padding:0;text-align:center}.footer-links{flex-wrap:wrap;gap:1.5rem;justify-content:center}.scroll-indicator{bottom:1rem}}@media (max-width:480px){.nav-container{padding:0 .75rem}.hero{min-height:100vh;padding:6rem .75rem 1.5rem}.hero-name{font-size:clamp(2rem,10vw,3rem);-webkit-hyphens:auto;hyphens:auto;line-height:1.2;max-width:100%;white-space:normal;word-break:break-word}.hero-subtitle{font-size:clamp(1rem,4vw,1.5rem)}.hero-description{font-size:1rem;padding:0 .5rem}.hero-buttons{flex-direction:column;margin:0 auto;max-width:280px;width:100%}.hero-button{font-size:1rem;min-height:48px;padding:1rem;width:100%}.terminal-mockup{min-height:300px}.terminal-content{font-size:.75rem;line-height:1.8;padding:1rem}.about-card{padding:1.5rem}.contact-title{font-size:clamp(1.5rem,6vw,2.5rem);padding:0 .5rem}.contact-description{font-size:1rem;padding:0 .5rem}.mobile-nav{padding:1.5rem}.mobile-nav-link{font-size:1rem;min-height:48px;padding:1.25rem}}.scroll-indicator{bottom:2rem;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.scroll-arrow{align-items:center;animation:bounce 2s infinite;color:#888;display:flex;height:48px;justify-content:center;text-decoration:none;transition:all .3s ease;width:48px}.scroll-arrow:hover{color:#9ca3af;transform:translateY(-2px)}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}
/*# sourceMappingURL=main.3962ecd6.css.map*/