html,body{overflow-x:hidden;width:100%;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body{font-family:Arial,sans-serif;margin:0;padding:0;background:#fff;color:#fff}.container{max-width:800px;margin:auto;padding:120px 10px 100px;transform:translateZ(0)}header{background:#fff;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 6px rgba(0,0,0,.2);will-change:transform;backface-visibility:hidden;transition:all .3s ease}.header-top{display:flex;justify-content:center;align-items:center;position:relative;padding:8px 15px}.logo img{height:50px;will-change:transform;transition:transform .3s ease}.logo img:hover{transform:scale(1.05)}.translate-box{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.translate-icon{width:50px;height:50px;cursor:pointer;border-radius:10%;transition:transform .3s ease}.translate-icon:hover{transform:scale(1.1)}.translate-menu{display:none;position:absolute;right:0;top:35px;background:#002b20b6;border-radius:6px;min-width:120px;box-shadow:0 2px 8px rgba(0,0,0,.5);transition:opacity .3s ease,transform .3s ease;z-index:9999}.translate-menu li a{display:block;padding:8px 12px;color:#fff;text-decoration:none;transition:background .3s ease}.translate-menu li a:hover{background:#91ff00;color:#000}.marquee{white-space:nowrap;overflow:hidden;background:#002b20;font-size:14px;line-height:22px;border-bottom:1px solid #91ff00;padding:5px 0;box-sizing:border-box;transition:color .3s ease;cursor:pointer}.marquee span{display:inline-block;animation:marquee 25s linear infinite}.marquee span:hover{color:#91ff00}@keyframes marquee{0%{transform:translateX(100%)}100%{transform:translateX(-100%)}}.sidebar-trigger{position:fixed;top:15px;left:17px;font-size:20px;background:#002b20;color:#fff;padding:8px 12px;border-radius:5px;cursor:pointer;z-index:1100;transition:all .3s ease}.sidebar-trigger:hover{background:#91ff00;color:#000;transform:translateY(-2px)}.sidebar{position:fixed;top:0;left:-280px;width:280px;height:100%;background:#020303a6;box-shadow:2px 0 10px rgba(0,0,0,.6);transition:left .3s ease,transform .3s ease,opacity .3s ease;z-index:1200;overflow-y:auto}.sidebar.active{left:0}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#002b20;color:#fff}.sidebar-header h3{margin:0;font-size:18px}.sidebar-header .close-btn{color:#f00;cursor:pointer;font-size:20px;transition:transform .3s ease}.sidebar-header .close-btn:hover{transform:rotate(90deg)}.sidebar-content{padding:15px}.sidebar-btn{display:flex;align-items:center;gap:15px;background:#002b20;text-decoration:none;color:#fff;padding:11px;margin-bottom:10px;border-radius:8px;transition:all .25s ease;border:2px solid #91ff00;box-shadow:inset 0 0 8px rgba(145,255,0,.2)}.sidebar-btn:hover{background:#91ff00;color:#002b20;border:2px solid #002b20;box-shadow:0 0 12px rgba(145,255,0,.6),inset 0 0 6px rgba(145,255,0,.4);transform:translateX(5px)}.sidebar-btn:active{transform:translateX(2px) scale(.98);box-shadow:0 0 5px rgba(145,255,0,.4) inset}.sidebar-btn img{width:45px;height:45px;object-fit:cover;border-radius:5px;transition:all .3s ease}#footer{background:#002b20;display:flex;justify-content:space-around;align-items:center;padding:10px 0;position:fixed;bottom:0;width:100%;z-index:1000;border-top:1px solid #91ff00}#footer a{color:#fff;text-decoration:none;font-size:12px;display:flex;flex-direction:column;align-items:center;gap:6px;transition:all .3s ease}#footer a.selected{font-weight:bold;color:#91ff00}#footer a:hover{color:#91ff00;transform:translateY(-3px)}@keyframes floatIcon{0%{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-3px) rotate(-2deg)}50%{transform:translateY(-6px) rotate(2deg)}75%{transform:translateY(-3px) rotate(-1deg)}100%{transform:translateY(0) rotate(0deg)}}#footer a img{width:30px;height:30px;transition:transform .3s ease,filter .3s ease;animation:floatIcon 2.5s ease-in-out infinite}#footer a:hover img{transform:scale(1.2);filter:drop-shadow(0 0 6px #91ff00)}.copyright-info{text-align:center;font-size:12px;color:#91ff00;margin:-50px 0 50px}.copyright-info a{color:#91ff00;text-decoration:none;margin:0 6px;transition:color .3s ease}.copyright-info a:hover{color:#b8ff3d}.translate-popup{position:fixed;inset:0;background:rgba(0,0,0,.562);display:none;justify-content:center;align-items:center;z-index:9999}.translate-popup-content{background:#002b20c2;border:2px solid #91ff00;border-radius:12px;padding:25px;text-align:center;color:#fff;width:90%;max-width:400px;box-shadow:0 0 20px rgba(145,255,0,.5);will-change:transform;backface-visibility:hidden;transition:all .3s ease}.translate-popup-content h3{font-size:18px;margin-bottom:20px;font-weight:600}.translate-icons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.translate-icons img{width:60px;height:60px;cursor:pointer;border:2px solid transparent;border-radius:100px;transition:transform .3s ease,border-color .3s ease}.translate-icons img:hover{transform:scale(1.1);border-color:#91ff00}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:none;justify-content:center;align-items:center;z-index:9999}.spinner{border:5px solid #ccc;border-top:5px solid #91ff00;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media(max-width:768px){.logo img{height:36px;display:block;margin:0 auto}.translate-icon{width:36px;height:36px}.sidebar{width:240px}.sidebar-btn img{width:35px;height:35px}.sidebar-trigger{top:8px;padding:5px 10px}}