*{box-sizing:border-box;margin:0;padding:0}
body{background:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#e2e8f0}
::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-track{background:#0f172a}
::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}
input,select,textarea,button{font-family:inherit}
input[type=date]{color-scheme:dark}
@keyframes bbx-shimmer{
  0%,82%{background-position:-200% center}
  100%{background-position:220% center}
}
.bbx-title{
  background:linear-gradient(90deg,#e2e8f0 30%,#93c5fd 50%,#e2e8f0 70%);
  background-size:250% auto;
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;
  background-clip:text;
  animation:bbx-shimmer 14s ease-in-out infinite;
}
@media print{
  body > div > div:first-child{display:none!important}
  .no-print{display:none!important}
  .print-only{display:block!important}
}
.print-only{display:none}
