/* Assetrack theme + safe defaults */
:root {
  color-scheme: light;
}
html,body{height:100%}
body{
  background:#F6F8FC;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}
a{color:#002B5C;text-decoration:none}
a:hover{text-decoration:underline}

.btn-primary{background:#002B5C;border-color:#002B5C}
.btn-primary:hover{background:#001f43;border-color:#001f43}

.card{background:#fff;border:1px solid #eef1f5;border-radius:1rem;}

/* Chat bubble spacing stays safe */
#chat-bubble{position:fixed;right:20px;bottom:20px;z-index:1040}
@media (max-width:576px){#chat-bubble{right:16px;bottom:16px}}
