:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light 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:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#004030;position:relative;overflow:hidden;padding-top:120px}.hero:before{content:"";position:absolute;inset:0;background:#4a97821a;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-container{max-width:100%;width:100%;padding:0 2rem;position:relative;z-index:1;margin:0 auto}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:calc(100vh - 80px);width:100%}.hero-text{color:#fff9e5}.hero-name{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1rem;line-height:1.1}.name-first{display:block;color:#fff9e5}.name-last{display:block;background:#dcd0a8;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-title{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:300;margin-bottom:1.5rem;color:#fff9e5e6;letter-spacing:2px}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;color:#fff9e5cc;max-width:500px}.hero-buttons{display:flex;flex-direction:column;gap:1.5rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;text-decoration:none}.btn-primary{background:#dcd0a8;color:#004030;align-self:flex-start;box-shadow:0 4px 15px #dcd0a84d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dcd0a866}.social-buttons{display:flex;gap:1rem;flex-wrap:wrap}.btn-social{min-width:auto;height:50px;border-radius:25px;background:#fff9e51a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,249,229,.2);color:#fff9e5;display:flex;align-items:center;justify-content:center;padding:0 1rem;gap:.5rem}.btn-social:hover{background:#fff9e533;transform:translateY(-2px);box-shadow:0 4px 15px #fff9e51a}.btn-icon{width:20px;height:20px;flex-shrink:0}.btn-text{font-size:.9rem;font-weight:500;white-space:nowrap}.hero-visual{display:flex;align-items:center;justify-content:center}.code-animation{background:#0040304d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:2rem;border:1px solid rgba(255,249,229,.1);font-family:Courier New,monospace;font-size:1.2rem}.code-line{margin:.5rem 0;opacity:0;animation:typewriter .8s ease-in-out forwards}.code-line:nth-child(1){animation-delay:.5s}.code-line:nth-child(2){animation-delay:1s}.code-line:nth-child(3){animation-delay:1.5s}.code-line:nth-child(4){animation-delay:2s}@keyframes typewriter{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.code-bracket{color:#dcd0a8}.code-tag{color:#4a9782}@media (max-width: 770px){.hero{min-height:auto;padding:2.5rem 0}.hero-container{padding:0 1.5rem;max-width:100%}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center;min-height:auto;justify-items:center;align-items:center}.hero-text{max-width:100%}.hero-visual{order:-1;width:100%;display:flex;justify-content:center}.code-animation{padding:1.5rem;font-size:1rem;max-width:400px;margin:0 auto}.hero-buttons{align-items:center;justify-content:center;width:100%}.social-buttons{justify-content:center;flex-wrap:wrap;gap:.75rem}}@media (max-width: 768px){.hero{min-height:auto;padding:3rem 0}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center;min-height:auto}.hero-visual{order:-1}.code-animation{padding:1.5rem;font-size:1rem}.hero-buttons{align-items:center}.social-buttons{justify-content:center}.hero-container{padding:0 1rem}}@media (max-width: 480px){.hero{padding:2rem 0}.hero-name{font-size:2.5rem}.hero-title{font-size:1.5rem}.hero-description{font-size:1rem}.code-animation{padding:1rem;font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#333}.App{min-height:100vh}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all .3s ease;background:#fff9e5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,249,229)}.navbar.scrolled{background:#fff9e5f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 2px 20px #0040301a;padding:.5rem 0}.nav-container{max-width:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.5rem;font-weight:700}.logo-text{background:#004030;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;padding:.5rem 1rem;border:2px solid;border-image:#004030;border-radius:10px}.navbar.scrolled .logo-text{color:#004030}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-item{position:relative}.nav-link{background:none;border:none;color:#004030;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:25px;transition:all .3s ease;position:relative}.navbar.scrolled .nav-link{color:#004030}.nav-link:hover{background:#fff9e51a;transform:translateY(-2px)}.navbar.scrolled .nav-link:hover{background:#4a97821a;color:#4a9782}.nav-link.active{background:#004030;color:#fff9e5;box-shadow:0 4px 15px #0040304d}.navbar.scrolled .nav-link.active{background:#004030;color:#fff9e5}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.hamburger span{width:25px;height:3px;background:#004030;margin:3px 0;transition:all .3s ease;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}main{position:relative}section{position:relative}.footer{background:#004030;color:#fff9e5;padding:3rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;background:#dcd0a8;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#fff9e5}.footer-section p{color:#fff9e5cc;line-height:1.6}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#fff9e5cc;text-decoration:none;transition:all .3s ease;display:flex;align-items:center;gap:.75rem;padding:.25rem 0}.footer-link svg{flex-shrink:0;width:16px;height:16px}.footer-link:hover{color:#dcd0a8;transform:translate(5px)}.footer-nav{display:flex;flex-direction:column;gap:.5rem}.footer-nav-link{background:none;border:none;color:#fff9e5cc;text-align:left;cursor:pointer;transition:all .3s ease;padding:.25rem 0;font-size:1rem}.footer-nav-link:hover{color:#dcd0a8;transform:translate(5px)}.footer-bottom{border-top:1px solid rgba(255,249,229,.2);padding-top:1rem;text-align:center}.footer-bottom p{color:#fff9e5b3;font-size:.9rem}@media (max-width: 650px){.hamburger{display:flex}.nav-menu{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:#fff9e5fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease;z-index:1000}.nav-menu.active{right:0}.nav-link{font-size:1.2rem;padding:1rem 2rem;width:200px;text-align:center;border-radius:10px}.nav-link:hover{background:#4a978233;transform:scale(1.05)}}@media (max-width: 768px){.nav-container{padding:0 1rem}.nav-menu{gap:1rem}.nav-link{font-size:.9rem;padding:.4rem .8rem}.footer-container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 480px){.navbar{padding:.5rem 0}.nav-menu{gap:.5rem}.nav-link{font-size:.8rem;padding:.3rem .6rem}.logo-text{font-size:1.2rem;padding:.3rem .8rem}}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease forwards}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fff9e5}::-webkit-scrollbar-thumb{background:#004030;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#003025}.loading-section{display:flex;justify-content:center;align-items:center;min-height:200px;color:#004030;font-size:1.2rem;font-weight:500}
