: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}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden;background:#fff;min-height:100vh;display:flex;justify-content:center;align-items:center}#root{margin:0;padding:0;width:100vw;min-height:100vh;display:flex;justify-content:center;align-items:stretch}.App{position:relative;min-height:100vh;width:100vw;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.page-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 2rem;position:relative;width:100%}.page{width:100%;display:flex;align-items:center;justify-content:center;opacity:1;transition:opacity .5s ease-in-out}.navigation{position:fixed;top:2rem;left:50%;transform:translate(-50%);z-index:1000}.nav-items{display:flex;gap:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem;border-radius:50px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(0,0,0,.1)}.nav-button{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.5rem;border:none;background:transparent;border-radius:25px;cursor:pointer;transition:all .3s ease;color:#333;font-weight:500}.nav-button:hover{background:#a8c9071a;transform:translateY(-2px)}.nav-button.active{background:#a8c907;color:#fff;box-shadow:0 5px 15px #a8c9074d}.nav-number{width:24px;height:24px;border-radius:50%;background:currentColor;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.nav-button.active .nav-number{background:#fff;color:#a8c907}.nav-label{font-size:.9rem}.page-indicator{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:20px;font-size:.9rem;color:#333;font-weight:500;border:1px solid rgba(0,0,0,.1)}@media(max-width:768px){.page-container{padding:8rem 1rem 1rem;align-items:center;justify-content:center}.navigation{top:1rem;left:50%;transform:translate(-50%);right:auto}.nav-items{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:.5rem;flex-wrap:wrap}.nav-button{justify-content:center;padding:.6rem 1rem;flex:0 0 auto}.nav-label{font-size:.8rem}.page-indicator{bottom:1rem}.page{width:100%;display:flex;align-items:center;justify-content:center}}.pitch-section{width:100%;max-width:1000px;text-align:center;background:linear-gradient(135deg,#f8f9fa,#fff);color:#333;border-radius:20px;padding:4rem 2rem;box-shadow:0 20px 40px #0000001a;animation:fadeInUp 1s ease-out;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.1)}.pitch-header .name{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;color:#a8c907}.pitch-header .tagline{font-size:1.3rem;color:#666;margin-bottom:3rem}.pitch-body h2{font-size:2rem;margin-bottom:1.5rem;color:#333}.pitch-text{font-size:1.1rem;line-height:1.8;max-width:800px;margin:0 auto 2rem;color:#555}.fun-fact{background:#a8c90714;border:1px solid rgba(168,201,7,.2);border-radius:16px;padding:1.2rem 1.5rem;margin:2rem auto;max-width:400px;display:flex;align-items:center;justify-content:center;gap:1rem;text-align:center;transition:all .3s ease}.fun-fact:hover{background:#a8c9071f;transform:translateY(-2px);box-shadow:0 8px 16px #a8c90726}.fun-fact-text{font-size:1rem;line-height:1.6;color:#444;margin:0}.fun-fact-text strong{color:#a8c907;font-weight:600}@media(max-width:768px){.pitch-section{padding:2rem 1rem;max-width:95%}.pitch-header .name{font-size:2.5rem}.pitch-text{font-size:1rem}.fun-fact{max-width:320px;padding:1rem;gap:.8rem}.fun-fact-text{font-size:.9rem}}.timeline-section{width:100%;max-width:1000px;padding:2rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;animation:fadeInUp 1s ease-out}.timeline-header{text-align:center;margin-bottom:4rem}.timeline-header h2{font-size:3rem;color:#333;margin-bottom:1rem;font-weight:700}.timeline-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.timeline-container{position:relative;padding:2rem 0;width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.timeline-snake-line{position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#a8c907,#a8c9074d);border-radius:2px;transform:translate(-50%);z-index:1}.timeline-item{position:relative;margin-bottom:3rem;cursor:pointer;transition:all .3s ease;width:100%;max-width:1200px;display:flex;align-items:flex-start}.timeline-item.left{justify-content:flex-start}.timeline-item.right{justify-content:flex-end}.timeline-item.left:hover{transform:translate(-5px)}.timeline-item.right:hover{transform:translate(5px)}.timeline-marker{position:absolute;left:50%;top:1rem;transform:translate(-50%);z-index:2}.marker-dot{width:20px;height:20px;border-radius:50%;background:#a8c907;border:3px solid #ffffff;box-shadow:0 4px 12px #a8c9074d;transition:all .3s ease}.timeline-item.expanded .marker-dot{transform:scale(1.3);box-shadow:0 6px 20px #a8c90766}.timeline-content{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid rgba(0,0,0,.1);width:45%;max-width:450px;position:relative}.timeline-item.left .timeline-content{border-left:4px solid #a8c907;margin-right:5%}.timeline-item.right .timeline-content{border-right:4px solid #a8c907;margin-left:5%}.timeline-content:before{content:"";position:absolute;top:1.5rem;width:0;height:0;border:10px solid transparent}.timeline-item.left .timeline-content:before{right:-20px;border-left-color:#fff}.timeline-item.right .timeline-content:before{left:-20px;border-right-color:#fff}.timeline-item.expanded .timeline-content{box-shadow:0 15px 40px #00000026;transform:scale(1.02);background:#fff}.timeline-year{display:inline-block;background:#a8c907;color:#fff;padding:.3rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1rem}.timeline-title{font-size:1.5rem;color:#333;margin-bottom:.5rem;font-weight:600}.timeline-company{font-size:1.1rem;color:#666;font-weight:500;margin-bottom:.5rem}.timeline-details{margin-top:1.5rem;animation:expandDetails .3s ease-out}.timeline-description{font-size:1rem;line-height:1.6;color:#555;margin-bottom:1.5rem}.timeline-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;margin-bottom:.5rem;justify-content:center}.tech-tag{background:#a8c9071a;color:#a8c907;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500;border:1px solid rgba(168,201,7,.3)}@keyframes expandDetails{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:200px;transform:translateY(0)}}@media(max-width:968px){.timeline-container{max-width:800px}.timeline-content{width:40%}}@media(max-width:768px){.timeline-section{padding:1rem}.timeline-header h2{font-size:2rem}.timeline-container{max-width:600px}.timeline-snake-line{left:2rem;transform:none}.timeline-item{justify-content:flex-start!important;flex-direction:row}.timeline-item.left,.timeline-item.right{justify-content:flex-start}.timeline-item.left:hover,.timeline-item.right:hover{transform:translate(5px)}.timeline-marker{left:2rem;transform:translate(-50%)}.timeline-content{width:auto;margin-left:3rem;margin-right:0;padding:1.5rem;max-width:none}.timeline-item.left .timeline-content,.timeline-item.right .timeline-content{border-left:4px solid #a8c907;border-right:none;margin-left:3rem;margin-right:0}.timeline-content:before{display:none}.marker-dot{width:16px;height:16px}.timeline-item.expanded .marker-dot{transform:scale(1.2)}.timeline-title{font-size:1.3rem}.timeline-company{font-size:1rem}}.skills-section{width:100%;max-width:1000px;padding:2rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:fadeInUp 1s ease-out;text-align:center}.skills-header{text-align:center;margin-bottom:4rem}.skills-header h2{font-size:3rem;color:#333;margin-bottom:1rem;font-weight:700}.skills-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.skills-content{display:flex;flex-direction:column;gap:4rem;align-items:center;width:100%}.skills-aspects{width:100%;display:flex;justify-content:center}.skills-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;max-width:800px;width:100%}.skills-card{background:#fff;padding:2rem;border-radius:15px;box-shadow:0 10px 30px #0000001a;text-align:center;transition:all .3s ease;border:1px solid rgba(0,0,0,.1)}.skills-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026;border-color:#a8c907}.skills-icon{font-size:3rem;margin-bottom:1rem;display:block}.skills-card h4{font-size:1.3rem;color:#333;margin-bottom:1rem;font-weight:600}.skills-card p{color:#555;line-height:1.6;font-size:1rem}@media(max-width:768px){.skills-section{padding:1rem}.skills-header h2{font-size:2rem}.skills-grid{grid-template-columns:1fr;gap:1.5rem}.skills-card{padding:1.5rem}}.role-understanding-section{width:100%;max-width:1200px;padding:2rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:fadeInUp 1s ease-out;text-align:center}.role-header{text-align:center;margin-bottom:4rem}.role-header h2{font-size:3rem;color:#333;margin-bottom:1rem;font-weight:700}.role-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.role-content{display:flex;flex-direction:column;gap:4rem;align-items:center;width:100%}.aspects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem}.aspect-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;text-align:center;transition:all .3s ease;border:1px solid rgba(0,0,0,.1)}.aspect-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026;border-color:#a8c907}.aspect-icon{font-size:3rem;margin-bottom:1rem;display:block}.aspect-card h4{font-size:1.3rem;color:#333;margin-bottom:1rem;font-weight:600;line-height:1.4}.aspect-card p{color:#555;line-height:1.6;font-size:1rem}@media(max-width:1200px){.aspects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.role-understanding-section{padding:1rem}.role-header h2{font-size:2rem}.aspects-grid{grid-template-columns:1fr;gap:1.5rem}.aspect-card{padding:1.5rem}}@media(max-width:480px){.role-header h2{font-size:1.8rem}.aspect-card{padding:1rem}.aspect-icon{font-size:2.5rem}.aspect-card h4{font-size:1.1rem}}.questions-section{width:100%;max-width:1200px;text-align:center;border-radius:0;padding:3rem 2rem;animation:fadeInUp 1s ease-out;margin:0 auto}.questions-header{margin-bottom:3rem}.questions-header h2{font-size:3rem;color:#333;margin-bottom:1rem;font-weight:700}.questions-header p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.questions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:4rem}.question-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(0,0,0,.1);transition:all .3s ease}.question-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026;border-color:#a8c907}.question-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.question-text{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:1rem;line-height:1.4}.question-description{color:#666;font-size:1rem;line-height:1.6;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.questions-section{padding:2rem 1rem;max-width:95%}.questions-title{font-size:2.2rem}.questions-subtitle{font-size:1rem}.questions-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:3rem}.question-card{padding:1.5rem}.question-icon{font-size:2rem}.question-text{font-size:1.1rem}}@media(max-width:480px){.questions-title{font-size:1.8rem}.question-card{padding:1rem}}.particles-container{position:relative;width:100%;height:100%;overflow:hidden}.particle{position:absolute;width:40px;height:40px;background:#c8c8d2b3;clip-path:polygon(25% 0%,75% 0%,100% 43.3%,75% 86.6%,25% 86.6%,0% 43.3%);animation:buzz linear infinite;z-index:10}.particle:nth-child(2n){width:35px;height:35px;background:#b4b4c399}.particle:nth-child(3n){width:50px;height:50px;background:#a0a0b4cc}.particle:nth-child(4n){width:30px;height:30px;background:#bebec880}@keyframes buzz{0%{transform:translate(0) rotate(0);opacity:.7}25%{transform:translate(10px,-5px) rotate(90deg);opacity:.5}50%{transform:translate(-5px,10px) rotate(180deg);opacity:.8}75%{transform:translate(-10px,-5px) rotate(270deg);opacity:.6}to{transform:translate(0) rotate(360deg);opacity:.7}}.particle:nth-child(odd){animation:buzz linear infinite,drift var(--drift-duration, 25s) ease-in-out infinite}@keyframes drift{0%{transform:translateY(0) translate(0)}33%{transform:translateY(-30px) translate(25px)}66%{transform:translateY(20px) translate(-20px)}to{transform:translateY(0) translate(0)}}.particle:nth-child(5n){animation:buzz linear infinite,breathe 4s ease-in-out infinite}@keyframes breathe{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.2);opacity:.4}}
