/*
 * BadgersClaw Custom CSS Compatibility Bridge
 * Makes third-party BadgersClaw/app-* CSS templates work better with this panel.
 * This file is intentionally small and safe.
 */

body .app-header,
body .topbar,
body .navbar-header,
body #page-topbar {
  background: inherit;
}

body .app-sidebar,
body .panel-sidebar,
body .navbar-vertical {
  background: inherit;
}

body .app-content,
body .main-content,
body .page-content {
  min-height: 100vh;
}

/* Alias common BadgersClaw card ideas to BadgersClaw dashboard classes */
body .card,
body .badgersclaw-card,
body .dashboard-ref-panel,
body .dashboard-ref-stat {
  isolation: isolate;
}

/* Keep Custom CSS Manager textarea readable even under aggressive themes */
.nxt-custom-css-widget textarea[name="custom_css"] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
  background: #07111f !important;
  color: #dbeafe !important;
}
/* BadgersClaw mobile size boost v1.0.4 */
@import url('nxt-mobile-sizeboost-1-0-4.css?v=1.0.4');

/* BadgersClaw mobile reference scale v1.0.5 */
@import url('nxt-mobile-reference-scale-1-0-5.css?v=1.0.5');
