/* Electron-only overrides — makes the frameless window draggable via the
   in-app titlebar, and keeps interactive elements clickable. Loaded after
   app.css in index.html. Harmless in a normal browser (app-region is ignored). */

.titlebar { -webkit-app-region: drag; }
.titlebar button,
.titlebar .tb-pill,
.titlebar .menu-wrap,
.titlebar .lights,
.titlebar input,
.titlebar .menu { -webkit-app-region: no-drag; }

/* The traffic lights are real window controls in Electron */
.lights .light { cursor: pointer; }
