*{margin:0;padding:0;box-sizing:border-box}.footerdiv{background-color:#333;color:rgb(247,247,247);padding:20px 0;font-size:16px;width:100%}.footer-container{display:flex;justify-content:space-around;flex-wrap:wrap;max-width:1200px;margin:0 auto;gap:20px}.footer-section{flex:1;min-width:220px;padding:20px}.footer-section h2{margin-bottom:15px;font-size:1.4rem}.footer-section p,.footer-section ul{margin:0;padding:0;list-style:none;line-height:1.5em}.footer-section ul li{margin:10px 0}.footer-section a{color:#f90;text-decoration:none;transition:color .3s}.footer-section a:hover{text-decoration:underline;color:#ffa500}.bold{font-weight:700;color:#f90;margin-right:10px}.social-links a{display:flex;align-items:center;padding:.5em 0}.social-links a img{width:24px;height:24px;margin-right:.8em}.footer-bottom{text-align:center;padding:10px 0;background-color:#222;font-size:.9rem}@media screen and (max-width:600px){.footer-container{flex-direction:column;align-items:center;text-align:center;gap:30px}.footer-section{padding:10px}.footer-section h2{font-size:1.2rem}.bold{color:#f90}.social-links{margin-left:20%}}body.dark-mode .footerdiv{background-color:#111;color:#ccc}body.dark-mode .footer-bottom{background-color:#000}body.dark-mode .bold,body.dark-mode .footer-section a{color:#ffa500}@media screen and (min-width:700px) and (max-width:1023px){.social-links{margin-left:0;display:flex;justify-content:center;gap:20px}.social-h2{text-align:center;margin-bottom:10px;font-size:1.2rem}}.toast-container{position:fixed;top:100px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:12px}.toast{display:flex;align-items:center;min-width:250px;max-width:350px;padding:16px 18px;border-radius:10px;box-shadow:0 8px 20px rgba(0,0,0,.1);background-color:#fff;font-size:14px;color:#111;border-left:6px solid #999;animation:fadeIn .3s ease-in-out;position:relative;overflow:hidden}.toast:after{content:"";position:absolute;bottom:0;left:0;height:2px;background-color:currentColor;width:100%;animation:progressBar 3s linear forwards}.toast-success{border-left-color:#22c55e;color:#14532d}.toast-error{border-left-color:#ef4444;color:#7f1d1d}.toast-info{border-left-color:#3b82f6;color:#1e3a8a}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes progressBar{0%{width:100%}to{width:0}}@media (max-width:768px){.toast-container{top:auto;bottom:20px;right:10px;flex-direction:column-reverse}.toast{min-width:200px;max-width:300px;padding:12px 14px;font-size:13px}}body,html{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}body,html{overflow-x:hidden;background-color:#f4f4f4}main{min-width:100%;min-height:55vh}.end-banner{position:relative;width:100%;height:200px;background-color:#f4f4f4;display:flex;justify-content:center;align-items:center}