/* VOKLO app.css — small supplementary rules layered on top of style.css */

#voklo-pnl-chart{max-width:100%;}
.v-chat-msg{white-space:pre-wrap;word-break:break-word;}
select, input[type="number"], textarea{outline:none;}
select:focus, input[type="number"]:focus, textarea:focus{border-color:var(--v-accent);}

/* Loading skeleton shimmer for table cells while first fetch resolves */
.v-dim{opacity:.7;}

/* Utility */
.v-hide-mobile{display:block;}
@media (max-width: 680px){
  .v-hide-mobile{display:none;}
}
