@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");body,html{padding:0;margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-size:16px;color:#333;background-color:#f8f9fa}a{color:inherit;text-decoration:none}*{box-sizing:border-box}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:600;line-height:1.2}p{margin-top:0;margin-bottom:1rem}ol,ul{list-style:none;padding:0;margin:0}.MainLayout_container__6FLGU{display:flex;flex-direction:column;min-height:100vh;background-color:#f8f9fa}.MainLayout_header__FN3jW{background-color:#007bff;color:#fff;padding:1rem 0;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.MainLayout_headerContent__PWs8Z{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.MainLayout_logoLink__KhOtI{text-decoration:none;color:inherit}.MainLayout_logo___WyF1{margin:0;font-size:1.8em;font-weight:700}.MainLayout_nav__U3LsI ul{list-style:none;margin:0;padding:0;display:flex;gap:20px}.MainLayout_nav__U3LsI a{color:#fff;text-decoration:none;font-weight:500;transition:opacity .2s ease-in-out}.MainLayout_nav__U3LsI a:hover{opacity:.8}.MainLayout_mainContent__wzznf{flex-grow:1;max-width:1200px;margin:30px auto;padding:0 20px;width:100%}.MainLayout_footer__USpMW{background-color:#343a40;color:#fff;padding:1.5rem 0;text-align:center;margin-top:40px}.MainLayout_footer__USpMW p{margin:0;font-size:.9em;color:#ccc}@media (max-width:768px){.MainLayout_headerContent__PWs8Z{flex-direction:column;text-align:center;gap:10px}.MainLayout_logo___WyF1{font-size:1.5em}.MainLayout_nav__U3LsI ul{flex-direction:column;gap:10px}.MainLayout_mainContent__wzznf{margin:20px auto;padding:0 15px}.MainLayout_footer__USpMW{padding:1rem 0}}