/* Rorko OS brand layer - injected by Caddy replace-response.
   Never edit Plane itself. Re-verify each selector after every Plane upgrade (runbook 04). */

/* 1. Hide Plane marketing chrome */
a[href*="github.com/makeplane"] { display: none !important; }   /* "Star us on GitHub" top bar */
a[href*="discord.com"] { display: none !important; }
a[href*="plane.so"][target="_blank"] { display: none !important; } /* marketing outlinks */

/* 2. Brand accent: Plane's primary action colour -> Rorko blue */
.bg-accent-primary { background-color: #2f6bff !important; }
.hover\:bg-accent-primary-hover:hover { background-color: #245adf !important; }
.active\:bg-accent-primary-active:active { background-color: #1d4dc4 !important; }
.text-accent-primary { color: #2f6bff !important; }
.border-accent-primary { border-color: #2f6bff !important; }

/* 3. Sign-in page: hide the social-proof strip ("Join 10,000+ teams" + brand logos).
   Done in brand.js by text match because Plane gives these no stable classes. */
