/* Cspeed branding overrides for the NetBird dashboard (netbird.cspeed.io).
 * Remaps the Tailwind "netbird" orange scale to the Cspeed teal scale
 * (#00afc2, see /root/etc/branding/README.md).
 *
 * Loaded AFTER the app's chunk CSS via an nginx sub_filter-injected <link>
 * (see default.conf here) — later rules win at equal specificity, so no
 * !important needed. Hash-proof: this file lives at a stable URL
 * (/cspeed-assets/...), nothing here references hashed filenames. The only
 * soft dependency is NetBird's Tailwind class NAMES below; if an image
 * update renames them, colors gracefully revert to orange (nothing breaks).
 */
.bg-netbird-100{--tw-bg-opacity:1;background-color:rgb(214 246 250/var(--tw-bg-opacity,1))}
.bg-netbird-500\/10{background-color:#0099aa1a}
.bg-netbird-900{--tw-bg-opacity:1;background-color:rgb(14 74 82/var(--tw-bg-opacity,1))}
.bg-netbird-950{--tw-bg-opacity:1;background-color:rgb(8 42 48/var(--tw-bg-opacity,1))}
.bg-netbird\/10{background-color:#00afc21a}
.bg-netbird\/20{background-color:#00afc233}
.bg-netbird{--tw-bg-opacity:1;background-color:rgb(0 175 194/var(--tw-bg-opacity,1))}
.border-netbird,.border-netbird-400{--tw-border-opacity:1;border-color:rgb(0 175 194/var(--tw-border-opacity,1))}
.border-netbird-400\/20{border-color:#00afc233}
.border-netbird-400\/30{border-color:#00afc24d}
.border-netbird-500{--tw-border-opacity:1;border-color:rgb(0 153 170/var(--tw-border-opacity,1))}
.border-netbird\/60{border-color:#00afc299}
.fill-netbird{fill:#00afc2}
.from-netbird-200{--tw-gradient-from:#a8eaf2 var(--tw-gradient-from-position);--tw-gradient-to:#a8eaf200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.from-netbird{--tw-gradient-from:#00afc2 var(--tw-gradient-from-position);--tw-gradient-to:#00afc200 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}
.outline-netbird{outline-color:#00afc2}
.text-netbird-100{--tw-text-opacity:1;color:rgb(214 246 250/var(--tw-text-opacity,1))}
.text-netbird-150{--tw-text-opacity:1;color:rgb(192 240 246/var(--tw-text-opacity,1))}
.text-netbird-200{--tw-text-opacity:1;color:rgb(168 234 242/var(--tw-text-opacity,1))}
.text-netbird-300{--tw-text-opacity:1;color:rgb(102 217 232/var(--tw-text-opacity,1))}
.text-netbird-400\/80{color:#00afc2cc}
.text-netbird-400{--tw-text-opacity:1;color:rgb(0 175 194/var(--tw-text-opacity,1))}
.text-netbird-500{--tw-text-opacity:1;color:rgb(0 153 170/var(--tw-text-opacity,1))}
.text-netbird-950{--tw-text-opacity:1;color:rgb(8 42 48/var(--tw-text-opacity,1))}
.text-netbird{--tw-text-opacity:1;color:rgb(0 175 194/var(--tw-text-opacity,1))}
.to-netbird-100{--tw-gradient-to:#d6f6fa var(--tw-gradient-to-position)}
.to-netbird-400{--tw-gradient-to:#00afc2 var(--tw-gradient-to-position)}
