body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}*{box-sizing:border-box}main{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:5rem 0}code{background:#fafafa;border-radius:5px;font-family:Menlo,Monaco,Lucida Console,Courier New,monospace;padding:.75rem}input[type=button]{background:#6495ed;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:24px;margin:8px;padding:12px 24px}.mainContainer{height:100vh}.mainContainer,.titleContainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.titleContainer{font-size:64px;font-weight:bolder}.historyItem,.resultContainer{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:400px}.historyContainer{flex-grow:5;height:200px;justify-content:flex-start}.buttonContainer,.historyContainer{align-items:center;display:flex;flex-direction:column}.buttonContainer{height:260px;justify-content:center}.inputContainer{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.inputContainer>.errorLabel{color:red;font-size:12px}.inputBox{border:1px solid grey;border-radius:8px;font-size:large;height:48px;padding-left:8px;width:400px}.menuContainer{display:inline-block;position:relative}.menuButton{background-color:#38bdf8;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 15px}.menuButton:hover{background-color:#0f172a}.menuDropdown{background-color:#fff;border:1px solid #ddd;border-radius:5px;box-shadow:0 4px 6px #0000001a;left:0;position:absolute;top:40px;width:200px;z-index:1000}.menuOptions{list-style:none;margin:0;padding:10px}.menuOptions li{border-bottom:1px solid #ddd;padding:10px}.menuOptions li:last-child{border-bottom:none}.menuOptions li a{color:#333;font-size:14px;text-decoration:none}.menuOptions li a:hover{color:#38bdf8}.navBar{background-color:#0f172a;border-bottom:1px solid #0f172a;padding:10px 20px}.navContainer{align-items:center;display:flex;justify-content:space-between;position:relative}.navSectionCenter{left:50%;position:absolute;transform:translateX(-50%)}.navSectionRight{position:absolute;right:10px}.navTitle{color:#38bdf8;font-size:20px;font-weight:700}.navButton{background-color:#f43f5e;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 15px}.navButton:hover{background-color:#9c2720}.mainContainer{font-family:Arial,sans-serif;padding:20px}.titleContainer{color:#333;font-size:24px;font-weight:700;margin-bottom:20px}.titleContainer div{margin-bottom:10px}.mainContainer div{color:#555;font-size:16px}.activitiesPage{font-family:Arial,sans-serif;padding:20px}.pageTitle{font-size:2rem;margin-bottom:20px;text-align:center}.createActivity{background-color:#f9f9f9;border:1px solid #ccc;border-radius:5px;margin-bottom:30px;padding:15px}.createActivity input,.createActivity textarea{border:1px solid #ccc;border-radius:5px;display:block;margin-bottom:10px;padding:10px;width:100%}.addButton{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 15px}.addButton:hover{background-color:#0056b3}.activitiesList{background-color:#f9f9f9;border:1px solid #ccc;border-radius:5px;padding:15px}.activityItem{background-color:#fff;border:1px solid #ddd;border-radius:5px;margin-bottom:15px;padding:10px}.deleteButton{background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-right:5px;padding:5px 10px}.deleteButton:hover{background-color:#c82333}.updateButton{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:5px 10px}.updateButton:hover{background-color:#218838}.products-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.products-header{margin-bottom:3rem;text-align:center}.products-header h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.products-header p{color:#7f8c8d;font-size:1.2rem;margin:0 auto;max-width:600px}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.product-card{background:#fff;border:1px solid #e1e8ed;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.product-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.product-header h3{color:#2c3e50;font-size:1.5rem;margin:0}.product-price{background:#ecf0f1;border-radius:6px;color:#27ae60;font-size:1.25rem;font-weight:700;padding:.5rem 1rem}.product-description{color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem}.product-features h4{color:#2c3e50;margin-bottom:.5rem}.product-features ul{list-style:none;padding:0}.product-features li{color:#34495e;padding:.25rem 0 .25rem 1.5rem;position:relative}.product-features li:before{color:#27ae60;content:"✓";font-weight:700;left:0;position:absolute}.product-cta{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem 1.5rem;transition:background .2s ease;width:100%}.product-cta:hover{background:#2980b9}.products-footer{background:#f8f9fa;border-radius:12px;padding:2rem;text-align:center}.products-footer h3{color:#2c3e50;margin-bottom:1rem}.products-footer p{color:#7f8c8d;margin-bottom:1.5rem}.contact-button{background:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:background .2s ease}.contact-button:hover{background:#c0392b}.services-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.services-hero{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;margin-bottom:3rem;padding:3rem 0;text-align:center}.services-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.services-hero p{font-size:1.3rem;margin:0 auto;max-width:600px;opacity:.9}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.service-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:2.5rem;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:0 20px 40px #00000026;transform:translateY(-8px)}.service-icon{font-size:3rem;margin-bottom:1.5rem}.service-card h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-description{color:#7f8c8d;line-height:1.6;margin-bottom:2rem}.service-details ul{list-style:none;margin-bottom:2rem;padding:0;text-align:left}.service-details li{color:#34495e;padding:.5rem 0 .5rem 1.5rem;position:relative}.service-details li:before{color:#3498db;content:"→";font-weight:700;left:0;position:absolute}.service-button{background:#3498db;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:background .2s ease}.service-button:hover{background:#2980b9}.testimonials-section{margin:4rem 0;text-align:center}.testimonials-section h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#f8f9fa;border-left:4px solid #3498db;border-radius:12px;padding:2rem}.testimonial-quote{color:#34495e;font-size:1.1rem;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.testimonial-author strong{color:#2c3e50;display:block;margin-bottom:.25rem}.testimonial-author span{color:#7f8c8d;font-size:.9rem}.services-cta{background:#2c3e50;border-radius:16px;color:#fff;margin-top:4rem;padding:3rem;text-align:center}.services-cta h2{font-size:2.5rem;margin-bottom:1rem}.services-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.primary-cta{background:#e74c3c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:background .2s ease}.primary-cta:hover{background:#c0392b}.secondary-cta{background:#0000;border:2px solid #fff;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .2s ease}.secondary-cta:hover{background:#fff;color:#2c3e50}.about-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.about-hero{background:linear-gradient(135deg,#74b9ff,#0984e3);border-radius:20px;color:#fff;margin-bottom:4rem;padding:4rem 0;text-align:center}.about-hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.about-hero p{font-size:1.4rem;margin:0 auto;max-width:700px;opacity:.9}.about-story{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr;margin-bottom:5rem}.story-content h2{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem}.story-content p{color:#34495e;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.story-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.stat{background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:2rem;text-align:center}.stat h3{color:#0984e3;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat p{color:#6c757d;font-size:.9rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.values-section{margin:5rem 0;text-align:center}.values-section h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.value-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 8px 25px #0000001a;padding:2.5rem;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-icon{font-size:3rem;margin-bottom:1.5rem}.value-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.value-card p{color:#7f8c8d;line-height:1.6}.timeline-section{margin:5rem 0}.timeline-section h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem;text-align:center}.timeline{margin:0 auto;max-width:800px;position:relative}.timeline:before{background:#0984e3;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{align-items:center;display:flex;margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd){flex-direction:row-reverse}.timeline-year{background:#0984e3;border-radius:50px;color:#fff;font-size:1.1rem;font-weight:700;min-width:80px;padding:1rem 1.5rem;position:relative;text-align:center;z-index:2}.timeline-content{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 15px #0000001a;flex:1 1;margin:0 2rem;padding:2rem}.timeline-content h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.timeline-content p{color:#7f8c8d;line-height:1.6}.team-section{margin:5rem 0;text-align:center}.team-section h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.team-card{background:#fff;border:1px solid #e9ecef;border-radius:16px;box-shadow:0 8px 25px #0000001a;padding:2.5rem;transition:transform .3s ease}.team-card:hover{transform:translateY(-5px)}.team-avatar{font-size:4rem;margin-bottom:1.5rem}.team-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}.team-card h4{color:#0984e3;font-weight:600;margin-bottom:1rem}.team-card p{color:#7f8c8d;line-height:1.6}.about-cta{background:#2c3e50;border-radius:20px;color:#fff;margin-top:5rem;padding:4rem;text-align:center}.about-cta h2{font-size:2.5rem;margin-bottom:1rem}.about-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.contact-cta{background:#e74c3c;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;padding:1.2rem 2.5rem;transition:background .2s ease}.contact-cta:hover{background:#c0392b}@media (max-width:768px){.about-story{gap:2rem;grid-template-columns:1fr}.story-stats{grid-template-columns:1fr 1fr}.timeline:before{left:20px}.timeline-item{flex-direction:row!important;padding-left:50px}.timeline-year{font-size:.9rem;left:0;min-width:60px;padding:.8rem 1rem;position:absolute}.timeline-content{margin-left:0}}.contact-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.contact-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin-bottom:40px;padding:40px 0;text-align:center}.contact-header h1{font-size:2.5rem;font-weight:700;margin-bottom:10px}.contact-header p{font-size:1.2rem;opacity:.9}.contact-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:30px}.contact-info,.contact-links,.external-links{background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:30px}.contact-info h2,.contact-links h2,.external-links h2{border-bottom:2px solid #3498db;color:#2c3e50;font-size:1.5rem;margin-bottom:20px;padding-bottom:10px}.contact-item{margin-bottom:20px}.contact-item h3{color:#34495e;font-size:1.1rem;margin-bottom:8px}.contact-item a{color:#3498db;font-weight:500;text-decoration:none;transition:color .3s ease}.contact-item a:hover{color:#2980b9;text-decoration:underline}.contact-links ul,.external-links ul{list-style:none;padding:0}.contact-links li,.external-links li{margin-bottom:12px}.contact-links a,.external-links a{border-radius:6px;color:#3498db;display:inline-block;font-weight:500;padding:8px 12px;text-decoration:none;transition:all .3s ease}.contact-links a:hover,.external-links a:hover{background-color:#3498db;color:#fff;text-decoration:none}.exclude-context,.no-context-menu{position:relative}.no-context-menu:after{content:" 🚫";font-size:.8em;opacity:.6}.exclude-context:after{content:" ⛔";font-size:.8em;opacity:.6}.help-container{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.help-header{background:linear-gradient(135deg,#11998e,#38ef7d);border-radius:12px;color:#fff;margin-bottom:40px;padding:40px 0;text-align:center}.help-header h1{font-size:2.5rem;font-weight:700;margin-bottom:10px}.help-header p{font-size:1.2rem;opacity:.9}.help-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:40px}.help-section{background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:30px}.help-section h2{border-bottom:2px solid #11998e;color:#2c3e50;font-size:1.5rem;margin-bottom:20px;padding-bottom:10px}.help-links{display:flex;flex-direction:column;gap:12px}.help-links a{border:1px solid #e1e5e9;border-radius:8px;color:#11998e;font-weight:500;padding:12px 16px;position:relative;text-decoration:none;transition:all .3s ease}.help-links a:hover{background-color:#11998e;box-shadow:0 4px 8px #11998e4d;color:#fff;text-decoration:none;transform:translateY(-2px)}.help-footer{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:12px;padding:30px;text-align:center}.help-footer p{color:#6c757d;font-size:1.1rem;margin:0}.help-footer a{color:#11998e;font-weight:600;text-decoration:none}.help-footer a:hover{text-decoration:underline}.no-right-click:after{content:" 🚫";font-size:.8em;opacity:.6}.exclude-menu:after{content:" ⛔";font-size:.8em;opacity:.6}
/*# sourceMappingURL=main.e761506d.css.map*/