1303: def _draw_hero_lightning( 1322: bolt_count = 18 if online else 9 1543: flash_aura = QRadialGradient( 1549: flash_aura.setColorAt( 1558: flash_aura.setColorAt( 1567: flash_aura.setColorAt( 1576: flash_aura.setColorAt( 1582: painter.setBrush(QBrush(flash_aura)) 1646: self._draw_hero_lightning( 2217: def _build_thought_card(self): 2384: center_title = QLabel("BRAIN NODE 01 • ELECTRICAL CORE") 2394: center_column.addWidget(BrainNodeVisual(hero=True), 1) 2399: right_column.addWidget(self._build_thought_card(), 3)