body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--foob-yellow:#fefae0;--foob-brown-light:#dda15e;--foob-brown-dark:#bc6c25;--foob-green-light:#606c38;--foob-green-dark:#283618}.color1{background-color:#fefae0;background-color:var(--foob-yellow)}.color2{background-color:#dda15e;background-color:var(--foob-brown-light)}.color3{background-color:#bc6c25;background-color:var(--foob-brown-dark)}.color4{background-color:#606c38;background-color:var(--foob-green-light)}.color5{background-color:#283618;background-color:var(--foob-green-dark)}body{background-color:#fefae0;background-color:var(--foob-yellow)}.videos-list{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:800px;padding:2rem 1rem}.video-item{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;padding:1rem;transition:transform .2s ease,box-shadow .2s ease}.video-item:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.video-thumbnail{flex-shrink:0;margin-right:1rem}.video-thumbnail img{border-radius:8px;cursor:pointer;height:101px;transition:opacity .2s ease;width:180px}.video-thumbnail img:hover{opacity:.8}.video-info{display:flex;flex:1 1;flex-direction:column;gap:.75rem}.video-title{color:#283618;color:var(--foob-green-dark);font-size:1.1rem;font-weight:600;line-height:1.3;margin:0;text-decoration:none;transition:color .2s ease}.video-title:hover{color:#bc6c25;color:var(--foob-brown-dark);text-decoration:underline}@media (max-width:768px){.video-item{flex-direction:column;text-align:center}.video-thumbnail{margin-bottom:1rem;margin-right:0}.video-thumbnail img{height:157px;width:280px}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.header{display:flex;justify-content:center;padding:1rem 0}.nav ul{display:flex;list-style:none;margin:0;padding:0}.nav li{margin-right:15px}.nav a{background-color:var(--foob-green-dark);border-radius:4px;color:#fff;display:inline-block;font-weight:700;padding:.8rem 1.5rem;text-decoration:none;transition:background-color .3s}.nav a:hover{background-color:var(--foob-green-light)}.nav a.active{background-color:var(--foob-brown-dark)}.nav a.active:hover{background-color:var(--foob-brown-light)}.nav a.secondary{background-color:var(--foob-brown-dark)}.nav a.secondary:hover{background-color:var(--foob-brown-light)}@media (max-width:768px){.nav ul{align-items:center;flex-direction:column}.nav li{margin-bottom:10px;margin-right:0;max-width:300px;width:100%}.nav a{text-align:center;width:100%}}.footer{color:#fff;margin-bottom:1rem;padding:1rem;text-align:center}.footer-icons a{background-color:var(--foob-green-dark);border-radius:15px;color:#fff;margin:1rem;padding:1.2rem 1.2rem .5rem;transition:color .3s ease}.footer-icons a:hover{background-color:var(--foob-green-light)}.Home{margin:0 auto;max-width:1200px;padding:0 2rem 2rem}.hero-section{margin-bottom:1.5rem;padding:1rem 1rem 2rem;text-align:center}.hero-content h1{color:var(--foob-green-dark);font-size:3.5rem;margin-bottom:.5rem}.hero-content h2{color:var(--foob-brown-dark);font-size:1.8rem;margin-bottom:1.5rem}.hero-description{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;font-size:1.2rem;line-height:1.6;margin:1.5rem auto 2rem;max-width:800px;padding:1.5rem;text-align:left}.hero-cta{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.cta-button{background-color:var(--foob-green-dark);border-radius:4px;color:#fff;display:inline-block;font-weight:700;padding:.8rem 1.5rem;text-decoration:none;transition:background-color .3s}.cta-button:hover{background-color:var(--foob-green-light)}.cta-button.secondary{background-color:var(--foob-brown-dark)}.cta-button.secondary:hover{background-color:var(--foob-brown-light)}section{margin-bottom:4rem}section h2{color:var(--foob-green-dark);font-size:2rem;margin-bottom:2rem;text-align:center}.cta-section h2{margin-bottom:1.5rem}.feature-group{align-items:center}.feature-group,.tools-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between}.benefits-list,.tools-list{align-items:stretch}.benefits-list{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.feature{min-height:200px}.benefit-item,.feature,.tool-item{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;flex:1 1;min-width:300px;padding:1.5rem;text-align:left}.benefit-item,.tool-item{min-height:140px}.benefit-item h3,.feature h3,.tool-item h3{color:var(--foob-brown-dark);margin-bottom:1rem;text-align:center}.feature ul{padding-left:1.5rem;text-align:left}.feature li{margin-bottom:.5rem}.operator{align-items:center;color:var(--foob-brown-dark);display:flex;font-size:3rem;font-weight:700;justify-content:center;padding:0 1rem}.cta-section{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin:0 auto 4rem;max-width:600px;padding:2rem;text-align:center}.cta-buttons{display:flex;gap:1rem;justify-content:center}.diagram-section{margin:4rem 0;text-align:center}.diagram-container{margin:0 auto;max-width:100%}.diagram-image{height:auto;max-width:100%}.diagram-caption{color:var(--foob-brown-dark);font-style:italic;margin-top:1rem}@media (max-width:768px){.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.5rem}.benefits-list,.feature-group,.tools-list{flex-direction:column;gap:2rem}.benefit-item,.feature,.tool-item{min-width:auto}.cta-buttons,.hero-cta{align-items:center;flex-direction:column}.cta-button{margin-bottom:1rem;max-width:300px;width:100%}.operator{font-size:2.5rem;margin:1rem 0}}.contact-container{margin:0 auto;max-width:800px;padding:2rem}.contact-header{color:var(--foob-green-dark);margin-bottom:2rem;text-align:center}.contact-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;padding:2rem}.contact-info{margin-bottom:1.5rem}.contact-info h3{color:var(--foob-brown-dark);margin-bottom:.5rem}.contact-links a{background-color:var(--foob-green-dark);border-radius:4px;color:#fff;display:inline-block;font-weight:700;margin-bottom:1rem;margin-right:1rem;padding:.8rem 1.5rem;text-decoration:none;transition:background-color .3s}.contact-links a:hover{background-color:var(--foob-green-light)}.contact-links a.secondary{background-color:var(--foob-brown-dark)}.contact-links a.secondary:hover{background-color:var(--foob-brown-light)}@media (max-width:768px){.contact-links{align-items:center;display:flex;flex-direction:column}.contact-links a{margin-right:0;max-width:300px;text-align:center;width:100%}}
/*# sourceMappingURL=main.8443d91b.css.map*/