.header{background-color:#1c0000;color:#fff;padding:1rem 0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.header-container{max-width:1980px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.logo img{display:none}.logo-text{font-size:1.6rem;font-weight:700;color:gold;line-height:1}.header__button_container{display:flex;gap:5px}.header__button_new{background:none;border:none;cursor:pointer;transition:opacity .3s ease;width:50px;height:40px;display:flex;align-items:center;justify-content:center}.header__button_new img{width:40px;height:40px;object-fit:contain}.table-info{font-size:1.1rem;font-weight:500}@media (max-width:768px){.header{position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{padding:0 1rem;flex-direction:row;gap:.5rem}.header__button_container{order:2}.logo{order:1}.table-info{order:3}}@media (max-width:480px){.header__button_container{gap:.5rem}.header__button_new{width:40px;height:40px}.header__button_new img{width:35px;height:35px}.logo-text{font-size:1.3rem}.table-info{font-size:.9rem}}