/* Project-specific overrides on top of Tailwind + Flowbite go here. */

/* Monaco editor surface (see assets/controllers/monaco_controller.ts).
   Monaco injects its own styles; this just frames the host element. The
   border rides the warm ink token, so it adapts to dark mode like the
   editor theme does. */
.el-monaco {
    border: 1px solid var(--ink-4, #d1d5db);
    border-radius: 0.375rem;
    overflow: hidden;
}
