/* ============================================================
   Plane UI Customizations — custom.css
   Loaded via bind-mount: /opt/appdata/plane/custom.css -> /app/web/custom.css
   Linked from: /app/web/index.html (also bind-mounted)

   Rules are numbered. After a plane-aio-commercial image update,
   re-verify selectors still match the new build.
   ============================================================ */

/* #1 — Hide "Useful links" panel on /get-started
   Items: Documentation, Contact Sales, Keyboard Shortcuts, Join Discord community */
nav[aria-label="Useful links"] {
  display: none !important;
}

/* #2 — Hide "Discover why teams switch to Plane" section on /get-started
   Items: heading + Compare with Linear/Jira/Asana/Monday/ClickUp buttons */
div:has([aria-label="Compare Plane with other tools"]) {
  display: none !important;
}
