@font-face{font-family:'BinhnnDevFont';src:url(/uploads/fonts/mbf-space-habitat.otf) format('opentype');font-weight:normal;font-style:normal}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;display:flex;flex-direction:column;min-height:100vh}.main{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;background-color:#fff;color:#333;margin-bottom:150px}.profile-row{display:flex;justify-content:center;width:100%;gap:20px;margin-bottom:20px}.profile{display:flex;flex-direction:column;align-items:center;width:150px}.profiles{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;width:100%;max-width:800px}.profile img{width:100px;height:100px;border-radius:50%;margin-bottom:10px;object-fit:cover}@media (max-width:992px){.profile{flex:0 0 calc(33.333% - 20px);max-width:calc(33.333% - 20px)}}@media (max-width:768px){.profile{flex:0 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media (max-width:480px){.profile{flex:0 0 calc(100% - 20px);max-width:calc(100% - 20px)}}.profile span{text-align:center;color:#111;font-size:18px}.manage-profiles{color:#fff;background-color:gray;border:none;padding:10px 20px;text-align:center;text-decoration:none;display:inline-block;font-size:16px;margin-top:20px;cursor:pointer}.extra-tool{display:none}.breaker{flex-basis:100%;height:0;display:block}footer{position:fixed;left:0;bottom:0;width:100%;color:#666;margin-top:20px;text-align:center;background-color:#f8f9fa;border-top:1px solid #ddd;clear:both}header{background-color:#333;color:#fff;padding:10px 20px;display:flex;justify-content:space-between;align-items:center}.header-left,.header-center{display:flex;align-items:center}.header-logo{font-size:24px;font-weight:bold;color:#fff;text-decoration:none;letter-spacing:1px;text-transform:uppercase}.header-logo a{color:#fff;text-decoration:none}.header-logo img{display:none}.header-menu ul{list-style-type:none;margin:0;padding:0;display:flex}.header-menu li{margin-left:20px}.header-menu a{text-decoration:none;color:#fff;font-weight:bold}.header-menu a:hover{color:#ccc}@media (max-width:768px){.header-logo{flex:1;text-align:center}.header-logo img{width:120px}.header-menu{display:none}}.header-title{font-size:24px;font-weight:bold;margin-top:10px}.download-btn{display:inline-block;background-color:#4caf50;color:#fff;padding:.5em 2em;text-decoration:none;border-radius:4px;margin-top:1em}.download-btn:hover{background-color:#45a049}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}@keyframes pulse {
  from {
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(0.5, 0.5, 0.5);
  }
}.pulse{animation-name:pulse}a.link-foot{color:green!important}