/*
  Insight Nexus site-level styling.
  This file contains small app-specific rules.

  Major theming (light/dark, surfaces, spacing) lives in css/nexus.css.
*/

/* Landing tiles */
.tile-link {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.tile-title {
  font-weight: 700;
}

.tile-desc {
  font-size: 0.82rem;
  opacity: 0.82;
}

/* Quill dark mode (keep editor readable on theme-dark) */
body.theme-dark .ql-toolbar.ql-snow,
body.theme-dark .ql-container.ql-snow {
  border-color: var(--nx-border-strong);
}

body.theme-dark .ql-toolbar.ql-snow {
  background-color: var(--nx-surface);
}

body.theme-dark .ql-container.ql-snow {
  background-color: #0b1220;
}

body.theme-dark .ql-editor {
  color: var(--nx-text);
}
