@keyframes slidebar{0%{transform:translateX(-100%)}100%{transform:translateX(300%)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{margin:0;background:#0b1120;overflow-x:hidden;-webkit-font-smoothing:antialiased;font-family:'Segoe UI',system-ui,-apple-system,sans-serif}
::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-track{background:transparent}
::-webkit-scrollbar-thumb{background:#1a2744;border-radius:3px}
select option{background:#111b2e;color:#e8edf5}
input::placeholder,textarea::placeholder{color:#556380}
input:focus,select:focus,textarea:focus{border-color:#75E300!important;outline:none}
input[type="checkbox"]{accent-color:#75E300;width:16px;height:16px}
input[type="date"]{color-scheme:dark}
@media(max-width:640px){
  .soz-content{padding:6px 8px 80px!important}
  table{font-size:11px}
  th,td{padding:4px 6px!important}
  svg{max-width:100%;height:auto}
}
